/*Display*/
.flex, .d-flex,
.display-flex {
  display: flex !important;
}

.inline, .d-inline,
.display-inline {
  display: inline !important;
}

.inline-grid, .d-inline-grid,
.display-inline-grid {
  display: inline-grid !important;
}

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

.list-item, .d-list-item,
.display-list-item {
  display: list-item !important;
}

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

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

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

.position-absolute,
.pos-absolute {
  position: absolute !important;
}
.position-fixed,
.pos-fixed {
  position: fixed !important;
}
.position-inherit,
.pos-inherit {
  position: inherit !important;
}
.position-initial,
.pos-initial {
  position: initial !important;
}
.position-relative,
.pos-relative {
  position: relative !important;
}
.position-revert,
.pos-revert {
  position: revert !important;
}
.position-static,
.pos-static {
  position: static !important;
}
.position-sticky,
.pos-sticky {
  position: sticky !important;
}
.position-unset,
.pos-unset {
  position: unset !important;
}

.flex-order-0,
.order-0 {
  order: 0 !important;
}
.flex-order-1,
.order-1 {
  order: 1 !important;
}
.flex-order-2,
.order-2 {
  order: 2 !important;
}
.flex-order-3,
.order-3 {
  order: 3 !important;
}
.flex-order-4,
.order-4 {
  order: 4 !important;
}
.flex-order-5,
.order-5 {
  order: 5 !important;
}
.flex-order-6,
.order-6 {
  order: 6 !important;
}
.flex-order-7,
.order-7 {
  order: 7 !important;
}
.flex-order-8,
.order-8 {
  order: 8 !important;
}
.flex-order-9,
.order-9 {
  order: 9 !important;
}
.flex-order-10,
.order-10 {
  order: 10 !important;
}

.zi-0,
.z-index-0 {
  z-index: 0 !important;
}
.zi-1,
.z-index-1 {
  z-index: 1 !important;
}
.zi-2,
.z-index-2 {
  z-index: 2 !important;
}
.zi-3,
.z-index-3 {
  z-index: 3 !important;
}
.zi-4,
.z-index-4 {
  z-index: 4 !important;
}
.zi-5,
.z-index-5 {
  z-index: 5 !important;
}
.zi-6,
.z-index-6 {
  z-index: 6 !important;
}
.zi-7,
.z-index-7 {
  z-index: 7 !important;
}
.zi-8,
.z-index-8 {
  z-index: 8 !important;
}
.zi-9,
.z-index-9 {
  z-index: 9 !important;
}
.zi-10,
.z-index-10 {
  z-index: 10 !important;
}

.hide,
.hidden {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

.row, .flex-row,
.f-row {
  display: flex;
  flex-direction: row !important;
}

.column, .flex-column,
.f-column {
  display: flex;
  flex-direction: column !important;
}

.flex-inherit,
.f-inherit {
  flex-wrap: inherit !important;
}
.flex-initial,
.f-initial {
  flex-wrap: initial !important;
}
.flex-nowrap,
.f-nowrap {
  flex-wrap: nowrap !important;
}
.flex-revert,
.f-revert {
  flex-wrap: revert !important;
}
.flex-unset,
.f-unset {
  flex-wrap: unset !important;
}
.flex-wrap,
.f-wrap {
  flex-wrap: wrap !important;
}
.flex-wrap-reverse,
.f-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.fb-0, .flex-basis-0,
.f-basis-0 {
  flex-basis: 0% !important;
}
.fb-1, .flex-basis-1,
.f-basis-1 {
  flex-basis: 1% !important;
}
.fb-2, .flex-basis-2,
.f-basis-2 {
  flex-basis: 2% !important;
}
.fb-3, .flex-basis-3,
.f-basis-3 {
  flex-basis: 3% !important;
}
.fb-4, .flex-basis-4,
.f-basis-4 {
  flex-basis: 4% !important;
}
.fb-5, .flex-basis-5,
.f-basis-5 {
  flex-basis: 5% !important;
}
.fb-6, .flex-basis-6,
.f-basis-6 {
  flex-basis: 6% !important;
}
.fb-7, .flex-basis-7,
.f-basis-7 {
  flex-basis: 7% !important;
}
.fb-8, .flex-basis-8,
.f-basis-8 {
  flex-basis: 8% !important;
}
.fb-9, .flex-basis-9,
.f-basis-9 {
  flex-basis: 9% !important;
}
.fb-10, .flex-basis-10,
.f-basis-10 {
  flex-basis: 10% !important;
}
.fb-11, .flex-basis-11,
.f-basis-11 {
  flex-basis: 11% !important;
}
.fb-12, .flex-basis-12,
.f-basis-12 {
  flex-basis: 12% !important;
}
.fb-13, .flex-basis-13,
.f-basis-13 {
  flex-basis: 13% !important;
}
.fb-14, .flex-basis-14,
.f-basis-14 {
  flex-basis: 14% !important;
}
.fb-15, .flex-basis-15,
.f-basis-15 {
  flex-basis: 15% !important;
}
.fb-16, .flex-basis-16,
.f-basis-16 {
  flex-basis: 16% !important;
}
.fb-17, .flex-basis-17,
.f-basis-17 {
  flex-basis: 17% !important;
}
.fb-18, .flex-basis-18,
.f-basis-18 {
  flex-basis: 18% !important;
}
.fb-19, .flex-basis-19,
.f-basis-19 {
  flex-basis: 19% !important;
}
.fb-20, .flex-basis-20,
.f-basis-20 {
  flex-basis: 20% !important;
}
.fb-21, .flex-basis-21,
.f-basis-21 {
  flex-basis: 21% !important;
}
.fb-22, .flex-basis-22,
.f-basis-22 {
  flex-basis: 22% !important;
}
.fb-23, .flex-basis-23,
.f-basis-23 {
  flex-basis: 23% !important;
}
.fb-24, .flex-basis-24,
.f-basis-24 {
  flex-basis: 24% !important;
}
.fb-25, .flex-basis-25,
.f-basis-25 {
  flex-basis: 25% !important;
}
.fb-26, .flex-basis-26,
.f-basis-26 {
  flex-basis: 26% !important;
}
.fb-27, .flex-basis-27,
.f-basis-27 {
  flex-basis: 27% !important;
}
.fb-28, .flex-basis-28,
.f-basis-28 {
  flex-basis: 28% !important;
}
.fb-29, .flex-basis-29,
.f-basis-29 {
  flex-basis: 29% !important;
}
.fb-30, .flex-basis-30,
.f-basis-30 {
  flex-basis: 30% !important;
}
.fb-31, .flex-basis-31,
.f-basis-31 {
  flex-basis: 31% !important;
}
.fb-32, .flex-basis-32,
.f-basis-32 {
  flex-basis: 32% !important;
}
.fb-33, .flex-basis-33,
.f-basis-33 {
  flex-basis: 33% !important;
}
.fb-34, .flex-basis-34,
.f-basis-34 {
  flex-basis: 34% !important;
}
.fb-35, .flex-basis-35,
.f-basis-35 {
  flex-basis: 35% !important;
}
.fb-36, .flex-basis-36,
.f-basis-36 {
  flex-basis: 36% !important;
}
.fb-37, .flex-basis-37,
.f-basis-37 {
  flex-basis: 37% !important;
}
.fb-38, .flex-basis-38,
.f-basis-38 {
  flex-basis: 38% !important;
}
.fb-39, .flex-basis-39,
.f-basis-39 {
  flex-basis: 39% !important;
}
.fb-40, .flex-basis-40,
.f-basis-40 {
  flex-basis: 40% !important;
}
.fb-41, .flex-basis-41,
.f-basis-41 {
  flex-basis: 41% !important;
}
.fb-42, .flex-basis-42,
.f-basis-42 {
  flex-basis: 42% !important;
}
.fb-43, .flex-basis-43,
.f-basis-43 {
  flex-basis: 43% !important;
}
.fb-44, .flex-basis-44,
.f-basis-44 {
  flex-basis: 44% !important;
}
.fb-45, .flex-basis-45,
.f-basis-45 {
  flex-basis: 45% !important;
}
.fb-46, .flex-basis-46,
.f-basis-46 {
  flex-basis: 46% !important;
}
.fb-47, .flex-basis-47,
.f-basis-47 {
  flex-basis: 47% !important;
}
.fb-48, .flex-basis-48,
.f-basis-48 {
  flex-basis: 48% !important;
}
.fb-49, .flex-basis-49,
.f-basis-49 {
  flex-basis: 49% !important;
}
.fb-50, .flex-basis-50,
.f-basis-50 {
  flex-basis: 50% !important;
}
.fb-51, .flex-basis-51,
.f-basis-51 {
  flex-basis: 51% !important;
}
.fb-52, .flex-basis-52,
.f-basis-52 {
  flex-basis: 52% !important;
}
.fb-53, .flex-basis-53,
.f-basis-53 {
  flex-basis: 53% !important;
}
.fb-54, .flex-basis-54,
.f-basis-54 {
  flex-basis: 54% !important;
}
.fb-55, .flex-basis-55,
.f-basis-55 {
  flex-basis: 55% !important;
}
.fb-56, .flex-basis-56,
.f-basis-56 {
  flex-basis: 56% !important;
}
.fb-57, .flex-basis-57,
.f-basis-57 {
  flex-basis: 57% !important;
}
.fb-58, .flex-basis-58,
.f-basis-58 {
  flex-basis: 58% !important;
}
.fb-59, .flex-basis-59,
.f-basis-59 {
  flex-basis: 59% !important;
}
.fb-60, .flex-basis-60,
.f-basis-60 {
  flex-basis: 60% !important;
}
.fb-61, .flex-basis-61,
.f-basis-61 {
  flex-basis: 61% !important;
}
.fb-62, .flex-basis-62,
.f-basis-62 {
  flex-basis: 62% !important;
}
.fb-63, .flex-basis-63,
.f-basis-63 {
  flex-basis: 63% !important;
}
.fb-64, .flex-basis-64,
.f-basis-64 {
  flex-basis: 64% !important;
}
.fb-65, .flex-basis-65,
.f-basis-65 {
  flex-basis: 65% !important;
}
.fb-66, .flex-basis-66,
.f-basis-66 {
  flex-basis: 66% !important;
}
.fb-67, .flex-basis-67,
.f-basis-67 {
  flex-basis: 67% !important;
}
.fb-68, .flex-basis-68,
.f-basis-68 {
  flex-basis: 68% !important;
}
.fb-69, .flex-basis-69,
.f-basis-69 {
  flex-basis: 69% !important;
}
.fb-70, .flex-basis-70,
.f-basis-70 {
  flex-basis: 70% !important;
}
.fb-71, .flex-basis-71,
.f-basis-71 {
  flex-basis: 71% !important;
}
.fb-72, .flex-basis-72,
.f-basis-72 {
  flex-basis: 72% !important;
}
.fb-73, .flex-basis-73,
.f-basis-73 {
  flex-basis: 73% !important;
}
.fb-74, .flex-basis-74,
.f-basis-74 {
  flex-basis: 74% !important;
}
.fb-75, .flex-basis-75,
.f-basis-75 {
  flex-basis: 75% !important;
}
.fb-76, .flex-basis-76,
.f-basis-76 {
  flex-basis: 76% !important;
}
.fb-77, .flex-basis-77,
.f-basis-77 {
  flex-basis: 77% !important;
}
.fb-78, .flex-basis-78,
.f-basis-78 {
  flex-basis: 78% !important;
}
.fb-79, .flex-basis-79,
.f-basis-79 {
  flex-basis: 79% !important;
}
.fb-80, .flex-basis-80,
.f-basis-80 {
  flex-basis: 80% !important;
}
.fb-81, .flex-basis-81,
.f-basis-81 {
  flex-basis: 81% !important;
}
.fb-82, .flex-basis-82,
.f-basis-82 {
  flex-basis: 82% !important;
}
.fb-83, .flex-basis-83,
.f-basis-83 {
  flex-basis: 83% !important;
}
.fb-84, .flex-basis-84,
.f-basis-84 {
  flex-basis: 84% !important;
}
.fb-85, .flex-basis-85,
.f-basis-85 {
  flex-basis: 85% !important;
}
.fb-86, .flex-basis-86,
.f-basis-86 {
  flex-basis: 86% !important;
}
.fb-87, .flex-basis-87,
.f-basis-87 {
  flex-basis: 87% !important;
}
.fb-88, .flex-basis-88,
.f-basis-88 {
  flex-basis: 88% !important;
}
.fb-89, .flex-basis-89,
.f-basis-89 {
  flex-basis: 89% !important;
}
.fb-90, .flex-basis-90,
.f-basis-90 {
  flex-basis: 90% !important;
}
.fb-91, .flex-basis-91,
.f-basis-91 {
  flex-basis: 91% !important;
}
.fb-92, .flex-basis-92,
.f-basis-92 {
  flex-basis: 92% !important;
}
.fb-93, .flex-basis-93,
.f-basis-93 {
  flex-basis: 93% !important;
}
.fb-94, .flex-basis-94,
.f-basis-94 {
  flex-basis: 94% !important;
}
.fb-95, .flex-basis-95,
.f-basis-95 {
  flex-basis: 95% !important;
}
.fb-96, .flex-basis-96,
.f-basis-96 {
  flex-basis: 96% !important;
}
.fb-97, .flex-basis-97,
.f-basis-97 {
  flex-basis: 97% !important;
}
.fb-98, .flex-basis-98,
.f-basis-98 {
  flex-basis: 98% !important;
}
.fb-99, .flex-basis-99,
.f-basis-99 {
  flex-basis: 99% !important;
}
.fb-100, .flex-basis-100,
.f-basis-100 {
  flex-basis: 100% !important;
}

.fg-0,
.grow-0, .flex-grow-0,
.f-grow-0 {
  flex-grow: 0 !important;
}
.fg-1,
.grow-1, .flex-grow-1,
.f-grow-1 {
  flex-grow: 1 !important;
}
.fg-2,
.grow-2, .flex-grow-2,
.f-grow-2 {
  flex-grow: 2 !important;
}
.fg-3,
.grow-3, .flex-grow-3,
.f-grow-3 {
  flex-grow: 3 !important;
}
.fg-4,
.grow-4, .flex-grow-4,
.f-grow-4 {
  flex-grow: 4 !important;
}
.fg-5,
.grow-5, .flex-grow-5,
.f-grow-5 {
  flex-grow: 5 !important;
}
.fg-6,
.grow-6, .flex-grow-6,
.f-grow-6 {
  flex-grow: 6 !important;
}
.fg-7,
.grow-7, .flex-grow-7,
.f-grow-7 {
  flex-grow: 7 !important;
}
.fg-8,
.grow-8, .flex-grow-8,
.f-grow-8 {
  flex-grow: 8 !important;
}
.fg-9,
.grow-9, .flex-grow-9,
.f-grow-9 {
  flex-grow: 9 !important;
}
.fg-10,
.grow-10, .flex-grow-10,
.f-grow-10 {
  flex-grow: 10 !important;
}

.fs-0,
.shrink-0, .flex-shrink-0,
.f-shrink-0 {
  flex-shrink: 0 !important;
}
.fs-1,
.shrink-1, .flex-shrink-1,
.f-shrink-1 {
  flex-shrink: 1 !important;
}
.fs-2,
.shrink-2, .flex-shrink-2,
.f-shrink-2 {
  flex-shrink: 2 !important;
}
.fs-3,
.shrink-3, .flex-shrink-3,
.f-shrink-3 {
  flex-shrink: 3 !important;
}
.fs-4,
.shrink-4, .flex-shrink-4,
.f-shrink-4 {
  flex-shrink: 4 !important;
}
.fs-5,
.shrink-5, .flex-shrink-5,
.f-shrink-5 {
  flex-shrink: 5 !important;
}
.fs-6,
.shrink-6, .flex-shrink-6,
.f-shrink-6 {
  flex-shrink: 6 !important;
}
.fs-7,
.shrink-7, .flex-shrink-7,
.f-shrink-7 {
  flex-shrink: 7 !important;
}
.fs-8,
.shrink-8, .flex-shrink-8,
.f-shrink-8 {
  flex-shrink: 8 !important;
}
.fs-9,
.shrink-9, .flex-shrink-9,
.f-shrink-9 {
  flex-shrink: 9 !important;
}
.fs-10,
.shrink-10, .flex-shrink-10,
.f-shrink-10 {
  flex-shrink: 10 !important;
}

.justify-content-center,
.jc-center {
  justify-content: center !important;
}
.justify-content-justify,
.jc-justify {
  justify-content: justify !important;
}
.justify-content-right,
.jc-right {
  justify-content: right !important;
}
.justify-content-left,
.jc-left {
  justify-content: left !important;
}
.justify-content-start,
.jc-start {
  justify-content: start !important;
}
.justify-content-end,
.jc-end {
  justify-content: end !important;
}
.justify-content-space-around,
.jc-space-around {
  justify-content: space-around !important;
}
.justify-content-space-between,
.jc-space-between {
  justify-content: space-between !important;
}
.justify-content-space-evenly,
.jc-space-evenly {
  justify-content: space-evenly !important;
}
.justify-content-flex-start,
.jc-flex-start {
  justify-content: flex-start !important;
}
.justify-content-flex-end,
.jc-flex-end {
  justify-content: flex-end !important;
}
.justify-content-unset,
.jc-unset {
  justify-content: unset !important;
}

.align-content-stretch,
.ac-stretch {
  align-content: stretch !important;
}
.align-content-center,
.ac-center {
  align-content: center !important;
}
.align-content-flex-start,
.ac-flex-start {
  align-content: flex-start !important;
}
.align-content-flex-end,
.ac-flex-end {
  align-content: flex-end !important;
}
.align-content-space-between,
.ac-space-between {
  align-content: space-between !important;
}
.align-content-space-around,
.ac-space-around {
  align-content: space-around !important;
}
.align-content-initial,
.ac-initial {
  align-content: initial !important;
}
.align-content-inherit,
.ac-inherit {
  align-content: inherit !important;
}

.align-self-auto,
.as-auto {
  align-self: auto !important;
}
.align-self-stretch,
.as-stretch {
  align-self: stretch !important;
}
.align-self-center,
.as-center {
  align-self: center !important;
}
.align-self-flex-start,
.as-flex-start {
  align-self: flex-start !important;
}
.align-self-flex-end,
.as-flex-end {
  align-self: flex-end !important;
}
.align-self-baseline,
.as-baseline {
  align-self: baseline !important;
}
.align-self-initial,
.as-initial {
  align-self: initial !important;
}
.align-self-inherit,
.as-inherit {
  align-self: inherit !important;
}

.align-items-stretch,
.ai-stretch {
  align-items: stretch !important;
}
.align-items-center,
.ai-center {
  align-items: center !important;
}
.align-items-flex-start,
.ai-flex-start {
  align-items: flex-start !important;
}
.align-items-flex-end,
.ai-flex-end {
  align-items: flex-end !important;
}
.align-items-baseline,
.ai-baseline {
  align-items: baseline !important;
}
.align-items-initial,
.ai-initial {
  align-items: initial !important;
}
.align-items-inherit,
.ai-inherit {
  align-items: inherit !important;
}

.overflow-auto {
  overflow: auto !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}

.top-0 {
  top: 0px !important;
}
.top-1 {
  top: 4px !important;
}
.top-2 {
  top: 8px !important;
}
.top-3 {
  top: 12px !important;
}
.top-4 {
  top: 16px !important;
}
.top-5 {
  top: 20px !important;
}
.top-6 {
  top: 24px !important;
}
.top-7 {
  top: 28px !important;
}
.top-8 {
  top: 32px !important;
}
.top-9 {
  top: 36px !important;
}
.top-10 {
  top: 40px !important;
}
.top-11 {
  top: 44px !important;
}
.top-12 {
  top: 48px !important;
}
.top-13 {
  top: 52px !important;
}
.top-14 {
  top: 56px !important;
}
.top-15 {
  top: 60px !important;
}
.top-16 {
  top: 64px !important;
}
.top-17 {
  top: 68px !important;
}
.top-18 {
  top: 72px !important;
}
.top-19 {
  top: 76px !important;
}
.top-20 {
  top: 80px !important;
}
.top-21 {
  top: 84px !important;
}
.top-22 {
  top: 88px !important;
}
.top-23 {
  top: 92px !important;
}
.top-24 {
  top: 96px !important;
}
.top-25 {
  top: 100px !important;
}

.bottom-0 {
  bottom: 0px !important;
}
.bottom-1 {
  bottom: 4px !important;
}
.bottom-2 {
  bottom: 8px !important;
}
.bottom-3 {
  bottom: 12px !important;
}
.bottom-4 {
  bottom: 16px !important;
}
.bottom-5 {
  bottom: 20px !important;
}
.bottom-6 {
  bottom: 24px !important;
}
.bottom-7 {
  bottom: 28px !important;
}
.bottom-8 {
  bottom: 32px !important;
}
.bottom-9 {
  bottom: 36px !important;
}
.bottom-10 {
  bottom: 40px !important;
}
.bottom-11 {
  bottom: 44px !important;
}
.bottom-12 {
  bottom: 48px !important;
}
.bottom-13 {
  bottom: 52px !important;
}
.bottom-14 {
  bottom: 56px !important;
}
.bottom-15 {
  bottom: 60px !important;
}
.bottom-16 {
  bottom: 64px !important;
}
.bottom-17 {
  bottom: 68px !important;
}
.bottom-18 {
  bottom: 72px !important;
}
.bottom-19 {
  bottom: 76px !important;
}
.bottom-20 {
  bottom: 80px !important;
}
.bottom-21 {
  bottom: 84px !important;
}
.bottom-22 {
  bottom: 88px !important;
}
.bottom-23 {
  bottom: 92px !important;
}
.bottom-24 {
  bottom: 96px !important;
}
.bottom-25 {
  bottom: 100px !important;
}

.right-0 {
  right: 0px !important;
}
.right-1 {
  right: 4px !important;
}
.right-2 {
  right: 8px !important;
}
.right-3 {
  right: 12px !important;
}
.right-4 {
  right: 16px !important;
}
.right-5 {
  right: 20px !important;
}
.right-6 {
  right: 24px !important;
}
.right-7 {
  right: 28px !important;
}
.right-8 {
  right: 32px !important;
}
.right-9 {
  right: 36px !important;
}
.right-10 {
  right: 40px !important;
}
.right-11 {
  right: 44px !important;
}
.right-12 {
  right: 48px !important;
}
.right-13 {
  right: 52px !important;
}
.right-14 {
  right: 56px !important;
}
.right-15 {
  right: 60px !important;
}
.right-16 {
  right: 64px !important;
}
.right-17 {
  right: 68px !important;
}
.right-18 {
  right: 72px !important;
}
.right-19 {
  right: 76px !important;
}
.right-20 {
  right: 80px !important;
}
.right-21 {
  right: 84px !important;
}
.right-22 {
  right: 88px !important;
}
.right-23 {
  right: 92px !important;
}
.right-24 {
  right: 96px !important;
}
.right-25 {
  right: 100px !important;
}

.left-0 {
  left: 0px !important;
}
.left-1 {
  left: 4px !important;
}
.left-2 {
  left: 8px !important;
}
.left-3 {
  left: 12px !important;
}
.left-4 {
  left: 16px !important;
}
.left-5 {
  left: 20px !important;
}
.left-6 {
  left: 24px !important;
}
.left-7 {
  left: 28px !important;
}
.left-8 {
  left: 32px !important;
}
.left-9 {
  left: 36px !important;
}
.left-10 {
  left: 40px !important;
}
.left-11 {
  left: 44px !important;
}
.left-12 {
  left: 48px !important;
}
.left-13 {
  left: 52px !important;
}
.left-14 {
  left: 56px !important;
}
.left-15 {
  left: 60px !important;
}
.left-16 {
  left: 64px !important;
}
.left-17 {
  left: 68px !important;
}
.left-18 {
  left: 72px !important;
}
.left-19 {
  left: 76px !important;
}
.left-20 {
  left: 80px !important;
}
.left-21 {
  left: 84px !important;
}
.left-22 {
  left: 88px !important;
}
.left-23 {
  left: 92px !important;
}
.left-24 {
  left: 96px !important;
}
.left-25 {
  left: 100px !important;
}

@media screen and (min-width: 2500px) and (max-width: none) {
  /*Display*/
  .flex-xl, .d-xl-flex,
  .display-xl-flex {
    display: flex !important;
  }
  .inline-xl, .d-xl-inline,
  .display-xl-inline {
    display: inline !important;
  }
  .inline-grid-xl, .d-xl-inline-grid,
  .display-xl-inline-grid {
    display: inline-grid !important;
  }
  .table-xl, .d-xl-table,
  .display-xl-table {
    display: table !important;
  }
  .list-item-xl, .d-xl-list-item,
  .display-xl-list-item {
    display: list-item !important;
  }
  .block-xl, .d-xl-block,
  .display-xl-block {
    display: block !important;
  }
  .grid-xl, .d-xl-grid,
  .display-xl-grid {
    display: grid !important;
  }
  .none-xl, .d-xl-none,
  .display-xl-none {
    display: none !important;
  }
  .position-xl-absolute,
  .pos-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed,
  .pos-xl-fixed {
    position: fixed !important;
  }
  .position-xl-inherit,
  .pos-xl-inherit {
    position: inherit !important;
  }
  .position-xl-initial,
  .pos-xl-initial {
    position: initial !important;
  }
  .position-xl-relative,
  .pos-xl-relative {
    position: relative !important;
  }
  .position-xl-revert,
  .pos-xl-revert {
    position: revert !important;
  }
  .position-xl-static,
  .pos-xl-static {
    position: static !important;
  }
  .position-xl-sticky,
  .pos-xl-sticky {
    position: sticky !important;
  }
  .position-xl-unset,
  .pos-xl-unset {
    position: unset !important;
  }
  .flex-order-xl-0,
  .order-xl-0 {
    order: 0 !important;
  }
  .flex-order-xl-1,
  .order-xl-1 {
    order: 1 !important;
  }
  .flex-order-xl-2,
  .order-xl-2 {
    order: 2 !important;
  }
  .flex-order-xl-3,
  .order-xl-3 {
    order: 3 !important;
  }
  .flex-order-xl-4,
  .order-xl-4 {
    order: 4 !important;
  }
  .flex-order-xl-5,
  .order-xl-5 {
    order: 5 !important;
  }
  .flex-order-xl-6,
  .order-xl-6 {
    order: 6 !important;
  }
  .flex-order-xl-7,
  .order-xl-7 {
    order: 7 !important;
  }
  .flex-order-xl-8,
  .order-xl-8 {
    order: 8 !important;
  }
  .flex-order-xl-9,
  .order-xl-9 {
    order: 9 !important;
  }
  .flex-order-xl-10,
  .order-xl-10 {
    order: 10 !important;
  }
  .zi-xl-0,
  .z-index-xl-0 {
    z-index: 0 !important;
  }
  .zi-xl-1,
  .z-index-xl-1 {
    z-index: 1 !important;
  }
  .zi-xl-2,
  .z-index-xl-2 {
    z-index: 2 !important;
  }
  .zi-xl-3,
  .z-index-xl-3 {
    z-index: 3 !important;
  }
  .zi-xl-4,
  .z-index-xl-4 {
    z-index: 4 !important;
  }
  .zi-xl-5,
  .z-index-xl-5 {
    z-index: 5 !important;
  }
  .zi-xl-6,
  .z-index-xl-6 {
    z-index: 6 !important;
  }
  .zi-xl-7,
  .z-index-xl-7 {
    z-index: 7 !important;
  }
  .zi-xl-8,
  .z-index-xl-8 {
    z-index: 8 !important;
  }
  .zi-xl-9,
  .z-index-xl-9 {
    z-index: 9 !important;
  }
  .zi-xl-10,
  .z-index-xl-10 {
    z-index: 10 !important;
  }
  .zi-xl-11,
  .z-index-xl-11 {
    z-index: 11 !important;
  }
  .zi-xl-12,
  .z-index-xl-12 {
    z-index: 12 !important;
  }
  .zi-xl-13,
  .z-index-xl-13 {
    z-index: 13 !important;
  }
  .zi-xl-14,
  .z-index-xl-14 {
    z-index: 14 !important;
  }
  .zi-xl-15,
  .z-index-xl-15 {
    z-index: 15 !important;
  }
  .zi-xl-16,
  .z-index-xl-16 {
    z-index: 16 !important;
  }
  .zi-xl-17,
  .z-index-xl-17 {
    z-index: 17 !important;
  }
  .zi-xl-18,
  .z-index-xl-18 {
    z-index: 18 !important;
  }
  .zi-xl-19,
  .z-index-xl-19 {
    z-index: 19 !important;
  }
  .zi-xl-20,
  .z-index-xl-20 {
    z-index: 20 !important;
  }
  .zi-xl-21,
  .z-index-xl-21 {
    z-index: 21 !important;
  }
  .zi-xl-22,
  .z-index-xl-22 {
    z-index: 22 !important;
  }
  .zi-xl-23,
  .z-index-xl-23 {
    z-index: 23 !important;
  }
  .zi-xl-24,
  .z-index-xl-24 {
    z-index: 24 !important;
  }
  .zi-xl-25,
  .z-index-xl-25 {
    z-index: 25 !important;
  }
  .zi-xl-26,
  .z-index-xl-26 {
    z-index: 26 !important;
  }
  .zi-xl-27,
  .z-index-xl-27 {
    z-index: 27 !important;
  }
  .zi-xl-28,
  .z-index-xl-28 {
    z-index: 28 !important;
  }
  .zi-xl-29,
  .z-index-xl-29 {
    z-index: 29 !important;
  }
  .zi-xl-30,
  .z-index-xl-30 {
    z-index: 30 !important;
  }
  .zi-xl-31,
  .z-index-xl-31 {
    z-index: 31 !important;
  }
  .zi-xl-32,
  .z-index-xl-32 {
    z-index: 32 !important;
  }
  .zi-xl-33,
  .z-index-xl-33 {
    z-index: 33 !important;
  }
  .zi-xl-34,
  .z-index-xl-34 {
    z-index: 34 !important;
  }
  .zi-xl-35,
  .z-index-xl-35 {
    z-index: 35 !important;
  }
  .zi-xl-36,
  .z-index-xl-36 {
    z-index: 36 !important;
  }
  .zi-xl-37,
  .z-index-xl-37 {
    z-index: 37 !important;
  }
  .zi-xl-38,
  .z-index-xl-38 {
    z-index: 38 !important;
  }
  .zi-xl-39,
  .z-index-xl-39 {
    z-index: 39 !important;
  }
  .zi-xl-40,
  .z-index-xl-40 {
    z-index: 40 !important;
  }
  .zi-xl-41,
  .z-index-xl-41 {
    z-index: 41 !important;
  }
  .zi-xl-42,
  .z-index-xl-42 {
    z-index: 42 !important;
  }
  .zi-xl-43,
  .z-index-xl-43 {
    z-index: 43 !important;
  }
  .zi-xl-44,
  .z-index-xl-44 {
    z-index: 44 !important;
  }
  .zi-xl-45,
  .z-index-xl-45 {
    z-index: 45 !important;
  }
  .zi-xl-46,
  .z-index-xl-46 {
    z-index: 46 !important;
  }
  .zi-xl-47,
  .z-index-xl-47 {
    z-index: 47 !important;
  }
  .zi-xl-48,
  .z-index-xl-48 {
    z-index: 48 !important;
  }
  .zi-xl-49,
  .z-index-xl-49 {
    z-index: 49 !important;
  }
  .zi-xl-50,
  .z-index-xl-50 {
    z-index: 50 !important;
  }
  .zi-xl-51,
  .z-index-xl-51 {
    z-index: 51 !important;
  }
  .zi-xl-52,
  .z-index-xl-52 {
    z-index: 52 !important;
  }
  .zi-xl-53,
  .z-index-xl-53 {
    z-index: 53 !important;
  }
  .zi-xl-54,
  .z-index-xl-54 {
    z-index: 54 !important;
  }
  .zi-xl-55,
  .z-index-xl-55 {
    z-index: 55 !important;
  }
  .zi-xl-56,
  .z-index-xl-56 {
    z-index: 56 !important;
  }
  .zi-xl-57,
  .z-index-xl-57 {
    z-index: 57 !important;
  }
  .zi-xl-58,
  .z-index-xl-58 {
    z-index: 58 !important;
  }
  .zi-xl-59,
  .z-index-xl-59 {
    z-index: 59 !important;
  }
  .zi-xl-60,
  .z-index-xl-60 {
    z-index: 60 !important;
  }
  .zi-xl-61,
  .z-index-xl-61 {
    z-index: 61 !important;
  }
  .zi-xl-62,
  .z-index-xl-62 {
    z-index: 62 !important;
  }
  .zi-xl-63,
  .z-index-xl-63 {
    z-index: 63 !important;
  }
  .zi-xl-64,
  .z-index-xl-64 {
    z-index: 64 !important;
  }
  .zi-xl-65,
  .z-index-xl-65 {
    z-index: 65 !important;
  }
  .zi-xl-66,
  .z-index-xl-66 {
    z-index: 66 !important;
  }
  .zi-xl-67,
  .z-index-xl-67 {
    z-index: 67 !important;
  }
  .zi-xl-68,
  .z-index-xl-68 {
    z-index: 68 !important;
  }
  .zi-xl-69,
  .z-index-xl-69 {
    z-index: 69 !important;
  }
  .zi-xl-70,
  .z-index-xl-70 {
    z-index: 70 !important;
  }
  .zi-xl-71,
  .z-index-xl-71 {
    z-index: 71 !important;
  }
  .zi-xl-72,
  .z-index-xl-72 {
    z-index: 72 !important;
  }
  .zi-xl-73,
  .z-index-xl-73 {
    z-index: 73 !important;
  }
  .zi-xl-74,
  .z-index-xl-74 {
    z-index: 74 !important;
  }
  .zi-xl-75,
  .z-index-xl-75 {
    z-index: 75 !important;
  }
  .zi-xl-76,
  .z-index-xl-76 {
    z-index: 76 !important;
  }
  .zi-xl-77,
  .z-index-xl-77 {
    z-index: 77 !important;
  }
  .zi-xl-78,
  .z-index-xl-78 {
    z-index: 78 !important;
  }
  .zi-xl-79,
  .z-index-xl-79 {
    z-index: 79 !important;
  }
  .zi-xl-80,
  .z-index-xl-80 {
    z-index: 80 !important;
  }
  .zi-xl-81,
  .z-index-xl-81 {
    z-index: 81 !important;
  }
  .zi-xl-82,
  .z-index-xl-82 {
    z-index: 82 !important;
  }
  .zi-xl-83,
  .z-index-xl-83 {
    z-index: 83 !important;
  }
  .zi-xl-84,
  .z-index-xl-84 {
    z-index: 84 !important;
  }
  .zi-xl-85,
  .z-index-xl-85 {
    z-index: 85 !important;
  }
  .zi-xl-86,
  .z-index-xl-86 {
    z-index: 86 !important;
  }
  .zi-xl-87,
  .z-index-xl-87 {
    z-index: 87 !important;
  }
  .zi-xl-88,
  .z-index-xl-88 {
    z-index: 88 !important;
  }
  .zi-xl-89,
  .z-index-xl-89 {
    z-index: 89 !important;
  }
  .zi-xl-90,
  .z-index-xl-90 {
    z-index: 90 !important;
  }
  .zi-xl-91,
  .z-index-xl-91 {
    z-index: 91 !important;
  }
  .zi-xl-92,
  .z-index-xl-92 {
    z-index: 92 !important;
  }
  .zi-xl-93,
  .z-index-xl-93 {
    z-index: 93 !important;
  }
  .zi-xl-94,
  .z-index-xl-94 {
    z-index: 94 !important;
  }
  .zi-xl-95,
  .z-index-xl-95 {
    z-index: 95 !important;
  }
  .zi-xl-96,
  .z-index-xl-96 {
    z-index: 96 !important;
  }
  .zi-xl-97,
  .z-index-xl-97 {
    z-index: 97 !important;
  }
  .zi-xl-98,
  .z-index-xl-98 {
    z-index: 98 !important;
  }
  .zi-xl-99,
  .z-index-xl-99 {
    z-index: 99 !important;
  }
  .zi-xl-100,
  .z-index-xl-100 {
    z-index: 100 !important;
  }
  .hide-xl,
  .hidden-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
  .invisible-xl {
    visibility: hidden !important;
  }
  .visible-xl {
    visibility: visible !important;
  }
  .flex-xl-row,
  .f-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column,
  .f-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-inherit,
  .f-xl-inherit {
    flex-wrap: inherit !important;
  }
  .flex-xl-initial,
  .f-xl-initial {
    flex-wrap: initial !important;
  }
  .flex-xl-nowrap,
  .f-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-revert,
  .f-xl-revert {
    flex-wrap: revert !important;
  }
  .flex-xl-unset,
  .f-xl-unset {
    flex-wrap: unset !important;
  }
  .flex-xl-wrap,
  .f-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-wrap-reverse,
  .f-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .fb-xl-0, .flex-xl-basis-0,
  .f-xl-basis-0 {
    flex-basis: 0% !important;
  }
  .fb-xl-1, .flex-xl-basis-1,
  .f-xl-basis-1 {
    flex-basis: 1% !important;
  }
  .fb-xl-2, .flex-xl-basis-2,
  .f-xl-basis-2 {
    flex-basis: 2% !important;
  }
  .fb-xl-3, .flex-xl-basis-3,
  .f-xl-basis-3 {
    flex-basis: 3% !important;
  }
  .fb-xl-4, .flex-xl-basis-4,
  .f-xl-basis-4 {
    flex-basis: 4% !important;
  }
  .fb-xl-5, .flex-xl-basis-5,
  .f-xl-basis-5 {
    flex-basis: 5% !important;
  }
  .fb-xl-6, .flex-xl-basis-6,
  .f-xl-basis-6 {
    flex-basis: 6% !important;
  }
  .fb-xl-7, .flex-xl-basis-7,
  .f-xl-basis-7 {
    flex-basis: 7% !important;
  }
  .fb-xl-8, .flex-xl-basis-8,
  .f-xl-basis-8 {
    flex-basis: 8% !important;
  }
  .fb-xl-9, .flex-xl-basis-9,
  .f-xl-basis-9 {
    flex-basis: 9% !important;
  }
  .fb-xl-10, .flex-xl-basis-10,
  .f-xl-basis-10 {
    flex-basis: 10% !important;
  }
  .fb-xl-11, .flex-xl-basis-11,
  .f-xl-basis-11 {
    flex-basis: 11% !important;
  }
  .fb-xl-12, .flex-xl-basis-12,
  .f-xl-basis-12 {
    flex-basis: 12% !important;
  }
  .fb-xl-13, .flex-xl-basis-13,
  .f-xl-basis-13 {
    flex-basis: 13% !important;
  }
  .fb-xl-14, .flex-xl-basis-14,
  .f-xl-basis-14 {
    flex-basis: 14% !important;
  }
  .fb-xl-15, .flex-xl-basis-15,
  .f-xl-basis-15 {
    flex-basis: 15% !important;
  }
  .fb-xl-16, .flex-xl-basis-16,
  .f-xl-basis-16 {
    flex-basis: 16% !important;
  }
  .fb-xl-17, .flex-xl-basis-17,
  .f-xl-basis-17 {
    flex-basis: 17% !important;
  }
  .fb-xl-18, .flex-xl-basis-18,
  .f-xl-basis-18 {
    flex-basis: 18% !important;
  }
  .fb-xl-19, .flex-xl-basis-19,
  .f-xl-basis-19 {
    flex-basis: 19% !important;
  }
  .fb-xl-20, .flex-xl-basis-20,
  .f-xl-basis-20 {
    flex-basis: 20% !important;
  }
  .fb-xl-21, .flex-xl-basis-21,
  .f-xl-basis-21 {
    flex-basis: 21% !important;
  }
  .fb-xl-22, .flex-xl-basis-22,
  .f-xl-basis-22 {
    flex-basis: 22% !important;
  }
  .fb-xl-23, .flex-xl-basis-23,
  .f-xl-basis-23 {
    flex-basis: 23% !important;
  }
  .fb-xl-24, .flex-xl-basis-24,
  .f-xl-basis-24 {
    flex-basis: 24% !important;
  }
  .fb-xl-25, .flex-xl-basis-25,
  .f-xl-basis-25 {
    flex-basis: 25% !important;
  }
  .fb-xl-26, .flex-xl-basis-26,
  .f-xl-basis-26 {
    flex-basis: 26% !important;
  }
  .fb-xl-27, .flex-xl-basis-27,
  .f-xl-basis-27 {
    flex-basis: 27% !important;
  }
  .fb-xl-28, .flex-xl-basis-28,
  .f-xl-basis-28 {
    flex-basis: 28% !important;
  }
  .fb-xl-29, .flex-xl-basis-29,
  .f-xl-basis-29 {
    flex-basis: 29% !important;
  }
  .fb-xl-30, .flex-xl-basis-30,
  .f-xl-basis-30 {
    flex-basis: 30% !important;
  }
  .fb-xl-31, .flex-xl-basis-31,
  .f-xl-basis-31 {
    flex-basis: 31% !important;
  }
  .fb-xl-32, .flex-xl-basis-32,
  .f-xl-basis-32 {
    flex-basis: 32% !important;
  }
  .fb-xl-33, .flex-xl-basis-33,
  .f-xl-basis-33 {
    flex-basis: 33% !important;
  }
  .fb-xl-34, .flex-xl-basis-34,
  .f-xl-basis-34 {
    flex-basis: 34% !important;
  }
  .fb-xl-35, .flex-xl-basis-35,
  .f-xl-basis-35 {
    flex-basis: 35% !important;
  }
  .fb-xl-36, .flex-xl-basis-36,
  .f-xl-basis-36 {
    flex-basis: 36% !important;
  }
  .fb-xl-37, .flex-xl-basis-37,
  .f-xl-basis-37 {
    flex-basis: 37% !important;
  }
  .fb-xl-38, .flex-xl-basis-38,
  .f-xl-basis-38 {
    flex-basis: 38% !important;
  }
  .fb-xl-39, .flex-xl-basis-39,
  .f-xl-basis-39 {
    flex-basis: 39% !important;
  }
  .fb-xl-40, .flex-xl-basis-40,
  .f-xl-basis-40 {
    flex-basis: 40% !important;
  }
  .fb-xl-41, .flex-xl-basis-41,
  .f-xl-basis-41 {
    flex-basis: 41% !important;
  }
  .fb-xl-42, .flex-xl-basis-42,
  .f-xl-basis-42 {
    flex-basis: 42% !important;
  }
  .fb-xl-43, .flex-xl-basis-43,
  .f-xl-basis-43 {
    flex-basis: 43% !important;
  }
  .fb-xl-44, .flex-xl-basis-44,
  .f-xl-basis-44 {
    flex-basis: 44% !important;
  }
  .fb-xl-45, .flex-xl-basis-45,
  .f-xl-basis-45 {
    flex-basis: 45% !important;
  }
  .fb-xl-46, .flex-xl-basis-46,
  .f-xl-basis-46 {
    flex-basis: 46% !important;
  }
  .fb-xl-47, .flex-xl-basis-47,
  .f-xl-basis-47 {
    flex-basis: 47% !important;
  }
  .fb-xl-48, .flex-xl-basis-48,
  .f-xl-basis-48 {
    flex-basis: 48% !important;
  }
  .fb-xl-49, .flex-xl-basis-49,
  .f-xl-basis-49 {
    flex-basis: 49% !important;
  }
  .fb-xl-50, .flex-xl-basis-50,
  .f-xl-basis-50 {
    flex-basis: 50% !important;
  }
  .fb-xl-51, .flex-xl-basis-51,
  .f-xl-basis-51 {
    flex-basis: 51% !important;
  }
  .fb-xl-52, .flex-xl-basis-52,
  .f-xl-basis-52 {
    flex-basis: 52% !important;
  }
  .fb-xl-53, .flex-xl-basis-53,
  .f-xl-basis-53 {
    flex-basis: 53% !important;
  }
  .fb-xl-54, .flex-xl-basis-54,
  .f-xl-basis-54 {
    flex-basis: 54% !important;
  }
  .fb-xl-55, .flex-xl-basis-55,
  .f-xl-basis-55 {
    flex-basis: 55% !important;
  }
  .fb-xl-56, .flex-xl-basis-56,
  .f-xl-basis-56 {
    flex-basis: 56% !important;
  }
  .fb-xl-57, .flex-xl-basis-57,
  .f-xl-basis-57 {
    flex-basis: 57% !important;
  }
  .fb-xl-58, .flex-xl-basis-58,
  .f-xl-basis-58 {
    flex-basis: 58% !important;
  }
  .fb-xl-59, .flex-xl-basis-59,
  .f-xl-basis-59 {
    flex-basis: 59% !important;
  }
  .fb-xl-60, .flex-xl-basis-60,
  .f-xl-basis-60 {
    flex-basis: 60% !important;
  }
  .fb-xl-61, .flex-xl-basis-61,
  .f-xl-basis-61 {
    flex-basis: 61% !important;
  }
  .fb-xl-62, .flex-xl-basis-62,
  .f-xl-basis-62 {
    flex-basis: 62% !important;
  }
  .fb-xl-63, .flex-xl-basis-63,
  .f-xl-basis-63 {
    flex-basis: 63% !important;
  }
  .fb-xl-64, .flex-xl-basis-64,
  .f-xl-basis-64 {
    flex-basis: 64% !important;
  }
  .fb-xl-65, .flex-xl-basis-65,
  .f-xl-basis-65 {
    flex-basis: 65% !important;
  }
  .fb-xl-66, .flex-xl-basis-66,
  .f-xl-basis-66 {
    flex-basis: 66% !important;
  }
  .fb-xl-67, .flex-xl-basis-67,
  .f-xl-basis-67 {
    flex-basis: 67% !important;
  }
  .fb-xl-68, .flex-xl-basis-68,
  .f-xl-basis-68 {
    flex-basis: 68% !important;
  }
  .fb-xl-69, .flex-xl-basis-69,
  .f-xl-basis-69 {
    flex-basis: 69% !important;
  }
  .fb-xl-70, .flex-xl-basis-70,
  .f-xl-basis-70 {
    flex-basis: 70% !important;
  }
  .fb-xl-71, .flex-xl-basis-71,
  .f-xl-basis-71 {
    flex-basis: 71% !important;
  }
  .fb-xl-72, .flex-xl-basis-72,
  .f-xl-basis-72 {
    flex-basis: 72% !important;
  }
  .fb-xl-73, .flex-xl-basis-73,
  .f-xl-basis-73 {
    flex-basis: 73% !important;
  }
  .fb-xl-74, .flex-xl-basis-74,
  .f-xl-basis-74 {
    flex-basis: 74% !important;
  }
  .fb-xl-75, .flex-xl-basis-75,
  .f-xl-basis-75 {
    flex-basis: 75% !important;
  }
  .fb-xl-76, .flex-xl-basis-76,
  .f-xl-basis-76 {
    flex-basis: 76% !important;
  }
  .fb-xl-77, .flex-xl-basis-77,
  .f-xl-basis-77 {
    flex-basis: 77% !important;
  }
  .fb-xl-78, .flex-xl-basis-78,
  .f-xl-basis-78 {
    flex-basis: 78% !important;
  }
  .fb-xl-79, .flex-xl-basis-79,
  .f-xl-basis-79 {
    flex-basis: 79% !important;
  }
  .fb-xl-80, .flex-xl-basis-80,
  .f-xl-basis-80 {
    flex-basis: 80% !important;
  }
  .fb-xl-81, .flex-xl-basis-81,
  .f-xl-basis-81 {
    flex-basis: 81% !important;
  }
  .fb-xl-82, .flex-xl-basis-82,
  .f-xl-basis-82 {
    flex-basis: 82% !important;
  }
  .fb-xl-83, .flex-xl-basis-83,
  .f-xl-basis-83 {
    flex-basis: 83% !important;
  }
  .fb-xl-84, .flex-xl-basis-84,
  .f-xl-basis-84 {
    flex-basis: 84% !important;
  }
  .fb-xl-85, .flex-xl-basis-85,
  .f-xl-basis-85 {
    flex-basis: 85% !important;
  }
  .fb-xl-86, .flex-xl-basis-86,
  .f-xl-basis-86 {
    flex-basis: 86% !important;
  }
  .fb-xl-87, .flex-xl-basis-87,
  .f-xl-basis-87 {
    flex-basis: 87% !important;
  }
  .fb-xl-88, .flex-xl-basis-88,
  .f-xl-basis-88 {
    flex-basis: 88% !important;
  }
  .fb-xl-89, .flex-xl-basis-89,
  .f-xl-basis-89 {
    flex-basis: 89% !important;
  }
  .fb-xl-90, .flex-xl-basis-90,
  .f-xl-basis-90 {
    flex-basis: 90% !important;
  }
  .fb-xl-91, .flex-xl-basis-91,
  .f-xl-basis-91 {
    flex-basis: 91% !important;
  }
  .fb-xl-92, .flex-xl-basis-92,
  .f-xl-basis-92 {
    flex-basis: 92% !important;
  }
  .fb-xl-93, .flex-xl-basis-93,
  .f-xl-basis-93 {
    flex-basis: 93% !important;
  }
  .fb-xl-94, .flex-xl-basis-94,
  .f-xl-basis-94 {
    flex-basis: 94% !important;
  }
  .fb-xl-95, .flex-xl-basis-95,
  .f-xl-basis-95 {
    flex-basis: 95% !important;
  }
  .fb-xl-96, .flex-xl-basis-96,
  .f-xl-basis-96 {
    flex-basis: 96% !important;
  }
  .fb-xl-97, .flex-xl-basis-97,
  .f-xl-basis-97 {
    flex-basis: 97% !important;
  }
  .fb-xl-98, .flex-xl-basis-98,
  .f-xl-basis-98 {
    flex-basis: 98% !important;
  }
  .fb-xl-99, .flex-xl-basis-99,
  .f-xl-basis-99 {
    flex-basis: 99% !important;
  }
  .fb-xl-100, .flex-xl-basis-100,
  .f-xl-basis-100 {
    flex-basis: 100% !important;
  }
  .fg-xl-0,
  .grow-xl-0, .flex-xl-grow-0,
  .f-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .fg-xl-1,
  .grow-xl-1, .flex-xl-grow-1,
  .f-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .fg-xl-2,
  .grow-xl-2, .flex-xl-grow-2,
  .f-xl-grow-2 {
    flex-grow: 2 !important;
  }
  .fg-xl-3,
  .grow-xl-3, .flex-xl-grow-3,
  .f-xl-grow-3 {
    flex-grow: 3 !important;
  }
  .fg-xl-4,
  .grow-xl-4, .flex-xl-grow-4,
  .f-xl-grow-4 {
    flex-grow: 4 !important;
  }
  .fg-xl-5,
  .grow-xl-5, .flex-xl-grow-5,
  .f-xl-grow-5 {
    flex-grow: 5 !important;
  }
  .fg-xl-6,
  .grow-xl-6, .flex-xl-grow-6,
  .f-xl-grow-6 {
    flex-grow: 6 !important;
  }
  .fg-xl-7,
  .grow-xl-7, .flex-xl-grow-7,
  .f-xl-grow-7 {
    flex-grow: 7 !important;
  }
  .fg-xl-8,
  .grow-xl-8, .flex-xl-grow-8,
  .f-xl-grow-8 {
    flex-grow: 8 !important;
  }
  .fg-xl-9,
  .grow-xl-9, .flex-xl-grow-9,
  .f-xl-grow-9 {
    flex-grow: 9 !important;
  }
  .fg-xl-10,
  .grow-xl-10, .flex-xl-grow-10,
  .f-xl-grow-10 {
    flex-grow: 10 !important;
  }
  .fs-xl-0,
  .shrink-xl-0, .flex-xl-shrink-0,
  .f-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .fs-xl-1,
  .shrink-xl-1, .flex-xl-shrink-1,
  .f-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .fs-xl-2,
  .shrink-xl-2, .flex-xl-shrink-2,
  .f-xl-shrink-2 {
    flex-shrink: 2 !important;
  }
  .fs-xl-3,
  .shrink-xl-3, .flex-xl-shrink-3,
  .f-xl-shrink-3 {
    flex-shrink: 3 !important;
  }
  .fs-xl-4,
  .shrink-xl-4, .flex-xl-shrink-4,
  .f-xl-shrink-4 {
    flex-shrink: 4 !important;
  }
  .fs-xl-5,
  .shrink-xl-5, .flex-xl-shrink-5,
  .f-xl-shrink-5 {
    flex-shrink: 5 !important;
  }
  .fs-xl-6,
  .shrink-xl-6, .flex-xl-shrink-6,
  .f-xl-shrink-6 {
    flex-shrink: 6 !important;
  }
  .fs-xl-7,
  .shrink-xl-7, .flex-xl-shrink-7,
  .f-xl-shrink-7 {
    flex-shrink: 7 !important;
  }
  .fs-xl-8,
  .shrink-xl-8, .flex-xl-shrink-8,
  .f-xl-shrink-8 {
    flex-shrink: 8 !important;
  }
  .fs-xl-9,
  .shrink-xl-9, .flex-xl-shrink-9,
  .f-xl-shrink-9 {
    flex-shrink: 9 !important;
  }
  .fs-xl-10,
  .shrink-xl-10, .flex-xl-shrink-10,
  .f-xl-shrink-10 {
    flex-shrink: 10 !important;
  }
  .justify-content-xl-center,
  .jc-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-justify,
  .jc-xl-justify {
    justify-content: justify !important;
  }
  .justify-content-xl-right,
  .jc-xl-right {
    justify-content: right !important;
  }
  .justify-content-xl-left,
  .jc-xl-left {
    justify-content: left !important;
  }
  .justify-content-xl-start,
  .jc-xl-start {
    justify-content: start !important;
  }
  .justify-content-xl-end,
  .jc-xl-end {
    justify-content: end !important;
  }
  .justify-content-xl-space-around,
  .jc-xl-space-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-space-between,
  .jc-xl-space-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-space-evenly,
  .jc-xl-space-evenly {
    justify-content: space-evenly !important;
  }
  .justify-content-xl-flex-start,
  .jc-xl-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-flex-end,
  .jc-xl-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-unset,
  .jc-xl-unset {
    justify-content: unset !important;
  }
  .align-content-xl-stretch,
  .ac-xl-stretch {
    align-content: stretch !important;
  }
  .align-content-xl-center,
  .ac-xl-center {
    align-content: center !important;
  }
  .align-content-xl-flex-start,
  .ac-xl-flex-start {
    align-content: flex-start !important;
  }
  .align-content-xl-flex-end,
  .ac-xl-flex-end {
    align-content: flex-end !important;
  }
  .align-content-xl-space-between,
  .ac-xl-space-between {
    align-content: space-between !important;
  }
  .align-content-xl-space-around,
  .ac-xl-space-around {
    align-content: space-around !important;
  }
  .align-content-xl-initial,
  .ac-xl-initial {
    align-content: initial !important;
  }
  .align-content-xl-inherit,
  .ac-xl-inherit {
    align-content: inherit !important;
  }
  .align-self-xl-auto,
  .as-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-stretch,
  .as-xl-stretch {
    align-self: stretch !important;
  }
  .align-self-xl-center,
  .as-xl-center {
    align-self: center !important;
  }
  .align-self-xl-flex-start,
  .as-xl-flex-start {
    align-self: flex-start !important;
  }
  .align-self-xl-flex-end,
  .as-xl-flex-end {
    align-self: flex-end !important;
  }
  .align-self-xl-baseline,
  .as-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-initial,
  .as-xl-initial {
    align-self: initial !important;
  }
  .align-self-xl-inherit,
  .as-xl-inherit {
    align-self: inherit !important;
  }
  .align-items-xl-stretch,
  .ai-xl-stretch {
    align-items: stretch !important;
  }
  .align-items-xl-center,
  .ai-xl-center {
    align-items: center !important;
  }
  .align-items-xl-flex-start,
  .ai-xl-flex-start {
    align-items: flex-start !important;
  }
  .align-items-xl-flex-end,
  .ai-xl-flex-end {
    align-items: flex-end !important;
  }
  .align-items-xl-baseline,
  .ai-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-initial,
  .ai-xl-initial {
    align-items: initial !important;
  }
  .align-items-xl-inherit,
  .ai-xl-inherit {
    align-items: inherit !important;
  }
  .overflow-xl-auto {
    overflow: auto !important;
  }
  .overflow-x-xl-auto {
    overflow-x: auto !important;
  }
  .overflow-y-xl-auto {
    overflow-y: auto !important;
  }
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  .overflow-x-xl-hidden {
    overflow-x: hidden !important;
  }
  .overflow-y-xl-hidden {
    overflow-y: hidden !important;
  }
  .overflow-xl-scroll {
    overflow: scroll !important;
  }
  .overflow-x-xl-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-xl-scroll {
    overflow-y: scroll !important;
  }
  .overflow-xl-visible {
    overflow: visible !important;
  }
  .overflow-x-xl-visible {
    overflow-x: visible !important;
  }
  .overflow-y-xl-visible {
    overflow-y: visible !important;
  }
  .top-xl-0 {
    top: 0px !important;
  }
  .top-xl-1 {
    top: 4px !important;
  }
  .top-xl-2 {
    top: 8px !important;
  }
  .top-xl-3 {
    top: 12px !important;
  }
  .top-xl-4 {
    top: 16px !important;
  }
  .top-xl-5 {
    top: 20px !important;
  }
  .top-xl-6 {
    top: 24px !important;
  }
  .top-xl-7 {
    top: 28px !important;
  }
  .top-xl-8 {
    top: 32px !important;
  }
  .top-xl-9 {
    top: 36px !important;
  }
  .top-xl-10 {
    top: 40px !important;
  }
  .top-xl-11 {
    top: 44px !important;
  }
  .top-xl-12 {
    top: 48px !important;
  }
  .top-xl-13 {
    top: 52px !important;
  }
  .top-xl-14 {
    top: 56px !important;
  }
  .top-xl-15 {
    top: 60px !important;
  }
  .top-xl-16 {
    top: 64px !important;
  }
  .top-xl-17 {
    top: 68px !important;
  }
  .top-xl-18 {
    top: 72px !important;
  }
  .top-xl-19 {
    top: 76px !important;
  }
  .top-xl-20 {
    top: 80px !important;
  }
  .top-xl-21 {
    top: 84px !important;
  }
  .top-xl-22 {
    top: 88px !important;
  }
  .top-xl-23 {
    top: 92px !important;
  }
  .top-xl-24 {
    top: 96px !important;
  }
  .top-xl-25 {
    top: 100px !important;
  }
  .bottom-xl-0 {
    bottom: 0px !important;
  }
  .bottom-xl-1 {
    bottom: 4px !important;
  }
  .bottom-xl-2 {
    bottom: 8px !important;
  }
  .bottom-xl-3 {
    bottom: 12px !important;
  }
  .bottom-xl-4 {
    bottom: 16px !important;
  }
  .bottom-xl-5 {
    bottom: 20px !important;
  }
  .bottom-xl-6 {
    bottom: 24px !important;
  }
  .bottom-xl-7 {
    bottom: 28px !important;
  }
  .bottom-xl-8 {
    bottom: 32px !important;
  }
  .bottom-xl-9 {
    bottom: 36px !important;
  }
  .bottom-xl-10 {
    bottom: 40px !important;
  }
  .bottom-xl-11 {
    bottom: 44px !important;
  }
  .bottom-xl-12 {
    bottom: 48px !important;
  }
  .bottom-xl-13 {
    bottom: 52px !important;
  }
  .bottom-xl-14 {
    bottom: 56px !important;
  }
  .bottom-xl-15 {
    bottom: 60px !important;
  }
  .bottom-xl-16 {
    bottom: 64px !important;
  }
  .bottom-xl-17 {
    bottom: 68px !important;
  }
  .bottom-xl-18 {
    bottom: 72px !important;
  }
  .bottom-xl-19 {
    bottom: 76px !important;
  }
  .bottom-xl-20 {
    bottom: 80px !important;
  }
  .bottom-xl-21 {
    bottom: 84px !important;
  }
  .bottom-xl-22 {
    bottom: 88px !important;
  }
  .bottom-xl-23 {
    bottom: 92px !important;
  }
  .bottom-xl-24 {
    bottom: 96px !important;
  }
  .bottom-xl-25 {
    bottom: 100px !important;
  }
  .right-xl-0 {
    right: 0px !important;
  }
  .right-xl-1 {
    right: 4px !important;
  }
  .right-xl-2 {
    right: 8px !important;
  }
  .right-xl-3 {
    right: 12px !important;
  }
  .right-xl-4 {
    right: 16px !important;
  }
  .right-xl-5 {
    right: 20px !important;
  }
  .right-xl-6 {
    right: 24px !important;
  }
  .right-xl-7 {
    right: 28px !important;
  }
  .right-xl-8 {
    right: 32px !important;
  }
  .right-xl-9 {
    right: 36px !important;
  }
  .right-xl-10 {
    right: 40px !important;
  }
  .right-xl-11 {
    right: 44px !important;
  }
  .right-xl-12 {
    right: 48px !important;
  }
  .right-xl-13 {
    right: 52px !important;
  }
  .right-xl-14 {
    right: 56px !important;
  }
  .right-xl-15 {
    right: 60px !important;
  }
  .right-xl-16 {
    right: 64px !important;
  }
  .right-xl-17 {
    right: 68px !important;
  }
  .right-xl-18 {
    right: 72px !important;
  }
  .right-xl-19 {
    right: 76px !important;
  }
  .right-xl-20 {
    right: 80px !important;
  }
  .right-xl-21 {
    right: 84px !important;
  }
  .right-xl-22 {
    right: 88px !important;
  }
  .right-xl-23 {
    right: 92px !important;
  }
  .right-xl-24 {
    right: 96px !important;
  }
  .right-xl-25 {
    right: 100px !important;
  }
  .left-xl-0 {
    left: 0px !important;
  }
  .left-xl-1 {
    left: 4px !important;
  }
  .left-xl-2 {
    left: 8px !important;
  }
  .left-xl-3 {
    left: 12px !important;
  }
  .left-xl-4 {
    left: 16px !important;
  }
  .left-xl-5 {
    left: 20px !important;
  }
  .left-xl-6 {
    left: 24px !important;
  }
  .left-xl-7 {
    left: 28px !important;
  }
  .left-xl-8 {
    left: 32px !important;
  }
  .left-xl-9 {
    left: 36px !important;
  }
  .left-xl-10 {
    left: 40px !important;
  }
  .left-xl-11 {
    left: 44px !important;
  }
  .left-xl-12 {
    left: 48px !important;
  }
  .left-xl-13 {
    left: 52px !important;
  }
  .left-xl-14 {
    left: 56px !important;
  }
  .left-xl-15 {
    left: 60px !important;
  }
  .left-xl-16 {
    left: 64px !important;
  }
  .left-xl-17 {
    left: 68px !important;
  }
  .left-xl-18 {
    left: 72px !important;
  }
  .left-xl-19 {
    left: 76px !important;
  }
  .left-xl-20 {
    left: 80px !important;
  }
  .left-xl-21 {
    left: 84px !important;
  }
  .left-xl-22 {
    left: 88px !important;
  }
  .left-xl-23 {
    left: 92px !important;
  }
  .left-xl-24 {
    left: 96px !important;
  }
  .left-xl-25 {
    left: 100px !important;
  }
}
@media screen and (min-width: 0) and (max-width: 1000px) {
  /*Display*/
  .flex-t, .d-t-flex,
  .display-t-flex {
    display: flex !important;
  }
  .inline-t, .d-t-inline,
  .display-t-inline {
    display: inline !important;
  }
  .inline-grid-t, .d-t-inline-grid,
  .display-t-inline-grid {
    display: inline-grid !important;
  }
  .table-t, .d-t-table,
  .display-t-table {
    display: table !important;
  }
  .list-item-t, .d-t-list-item,
  .display-t-list-item {
    display: list-item !important;
  }
  .block-t, .d-t-block,
  .display-t-block {
    display: block !important;
  }
  .grid-t, .d-t-grid,
  .display-t-grid {
    display: grid !important;
  }
  .none-t, .d-t-none,
  .display-t-none {
    display: none !important;
  }
  .position-t-absolute,
  .pos-t-absolute {
    position: absolute !important;
  }
  .position-t-fixed,
  .pos-t-fixed {
    position: fixed !important;
  }
  .position-t-inherit,
  .pos-t-inherit {
    position: inherit !important;
  }
  .position-t-initial,
  .pos-t-initial {
    position: initial !important;
  }
  .position-t-relative,
  .pos-t-relative {
    position: relative !important;
  }
  .position-t-revert,
  .pos-t-revert {
    position: revert !important;
  }
  .position-t-static,
  .pos-t-static {
    position: static !important;
  }
  .position-t-sticky,
  .pos-t-sticky {
    position: sticky !important;
  }
  .position-t-unset,
  .pos-t-unset {
    position: unset !important;
  }
  .flex-order-t-0,
  .order-t-0 {
    order: 0 !important;
  }
  .flex-order-t-1,
  .order-t-1 {
    order: 1 !important;
  }
  .flex-order-t-2,
  .order-t-2 {
    order: 2 !important;
  }
  .flex-order-t-3,
  .order-t-3 {
    order: 3 !important;
  }
  .flex-order-t-4,
  .order-t-4 {
    order: 4 !important;
  }
  .flex-order-t-5,
  .order-t-5 {
    order: 5 !important;
  }
  .flex-order-t-6,
  .order-t-6 {
    order: 6 !important;
  }
  .flex-order-t-7,
  .order-t-7 {
    order: 7 !important;
  }
  .flex-order-t-8,
  .order-t-8 {
    order: 8 !important;
  }
  .flex-order-t-9,
  .order-t-9 {
    order: 9 !important;
  }
  .flex-order-t-10,
  .order-t-10 {
    order: 10 !important;
  }
  .zi-t-0,
  .z-index-t-0 {
    z-index: 0 !important;
  }
  .zi-t-1,
  .z-index-t-1 {
    z-index: 1 !important;
  }
  .zi-t-2,
  .z-index-t-2 {
    z-index: 2 !important;
  }
  .zi-t-3,
  .z-index-t-3 {
    z-index: 3 !important;
  }
  .zi-t-4,
  .z-index-t-4 {
    z-index: 4 !important;
  }
  .zi-t-5,
  .z-index-t-5 {
    z-index: 5 !important;
  }
  .zi-t-6,
  .z-index-t-6 {
    z-index: 6 !important;
  }
  .zi-t-7,
  .z-index-t-7 {
    z-index: 7 !important;
  }
  .zi-t-8,
  .z-index-t-8 {
    z-index: 8 !important;
  }
  .zi-t-9,
  .z-index-t-9 {
    z-index: 9 !important;
  }
  .zi-t-10,
  .z-index-t-10 {
    z-index: 10 !important;
  }
  .zi-t-11,
  .z-index-t-11 {
    z-index: 11 !important;
  }
  .zi-t-12,
  .z-index-t-12 {
    z-index: 12 !important;
  }
  .zi-t-13,
  .z-index-t-13 {
    z-index: 13 !important;
  }
  .zi-t-14,
  .z-index-t-14 {
    z-index: 14 !important;
  }
  .zi-t-15,
  .z-index-t-15 {
    z-index: 15 !important;
  }
  .zi-t-16,
  .z-index-t-16 {
    z-index: 16 !important;
  }
  .zi-t-17,
  .z-index-t-17 {
    z-index: 17 !important;
  }
  .zi-t-18,
  .z-index-t-18 {
    z-index: 18 !important;
  }
  .zi-t-19,
  .z-index-t-19 {
    z-index: 19 !important;
  }
  .zi-t-20,
  .z-index-t-20 {
    z-index: 20 !important;
  }
  .zi-t-21,
  .z-index-t-21 {
    z-index: 21 !important;
  }
  .zi-t-22,
  .z-index-t-22 {
    z-index: 22 !important;
  }
  .zi-t-23,
  .z-index-t-23 {
    z-index: 23 !important;
  }
  .zi-t-24,
  .z-index-t-24 {
    z-index: 24 !important;
  }
  .zi-t-25,
  .z-index-t-25 {
    z-index: 25 !important;
  }
  .zi-t-26,
  .z-index-t-26 {
    z-index: 26 !important;
  }
  .zi-t-27,
  .z-index-t-27 {
    z-index: 27 !important;
  }
  .zi-t-28,
  .z-index-t-28 {
    z-index: 28 !important;
  }
  .zi-t-29,
  .z-index-t-29 {
    z-index: 29 !important;
  }
  .zi-t-30,
  .z-index-t-30 {
    z-index: 30 !important;
  }
  .zi-t-31,
  .z-index-t-31 {
    z-index: 31 !important;
  }
  .zi-t-32,
  .z-index-t-32 {
    z-index: 32 !important;
  }
  .zi-t-33,
  .z-index-t-33 {
    z-index: 33 !important;
  }
  .zi-t-34,
  .z-index-t-34 {
    z-index: 34 !important;
  }
  .zi-t-35,
  .z-index-t-35 {
    z-index: 35 !important;
  }
  .zi-t-36,
  .z-index-t-36 {
    z-index: 36 !important;
  }
  .zi-t-37,
  .z-index-t-37 {
    z-index: 37 !important;
  }
  .zi-t-38,
  .z-index-t-38 {
    z-index: 38 !important;
  }
  .zi-t-39,
  .z-index-t-39 {
    z-index: 39 !important;
  }
  .zi-t-40,
  .z-index-t-40 {
    z-index: 40 !important;
  }
  .zi-t-41,
  .z-index-t-41 {
    z-index: 41 !important;
  }
  .zi-t-42,
  .z-index-t-42 {
    z-index: 42 !important;
  }
  .zi-t-43,
  .z-index-t-43 {
    z-index: 43 !important;
  }
  .zi-t-44,
  .z-index-t-44 {
    z-index: 44 !important;
  }
  .zi-t-45,
  .z-index-t-45 {
    z-index: 45 !important;
  }
  .zi-t-46,
  .z-index-t-46 {
    z-index: 46 !important;
  }
  .zi-t-47,
  .z-index-t-47 {
    z-index: 47 !important;
  }
  .zi-t-48,
  .z-index-t-48 {
    z-index: 48 !important;
  }
  .zi-t-49,
  .z-index-t-49 {
    z-index: 49 !important;
  }
  .zi-t-50,
  .z-index-t-50 {
    z-index: 50 !important;
  }
  .zi-t-51,
  .z-index-t-51 {
    z-index: 51 !important;
  }
  .zi-t-52,
  .z-index-t-52 {
    z-index: 52 !important;
  }
  .zi-t-53,
  .z-index-t-53 {
    z-index: 53 !important;
  }
  .zi-t-54,
  .z-index-t-54 {
    z-index: 54 !important;
  }
  .zi-t-55,
  .z-index-t-55 {
    z-index: 55 !important;
  }
  .zi-t-56,
  .z-index-t-56 {
    z-index: 56 !important;
  }
  .zi-t-57,
  .z-index-t-57 {
    z-index: 57 !important;
  }
  .zi-t-58,
  .z-index-t-58 {
    z-index: 58 !important;
  }
  .zi-t-59,
  .z-index-t-59 {
    z-index: 59 !important;
  }
  .zi-t-60,
  .z-index-t-60 {
    z-index: 60 !important;
  }
  .zi-t-61,
  .z-index-t-61 {
    z-index: 61 !important;
  }
  .zi-t-62,
  .z-index-t-62 {
    z-index: 62 !important;
  }
  .zi-t-63,
  .z-index-t-63 {
    z-index: 63 !important;
  }
  .zi-t-64,
  .z-index-t-64 {
    z-index: 64 !important;
  }
  .zi-t-65,
  .z-index-t-65 {
    z-index: 65 !important;
  }
  .zi-t-66,
  .z-index-t-66 {
    z-index: 66 !important;
  }
  .zi-t-67,
  .z-index-t-67 {
    z-index: 67 !important;
  }
  .zi-t-68,
  .z-index-t-68 {
    z-index: 68 !important;
  }
  .zi-t-69,
  .z-index-t-69 {
    z-index: 69 !important;
  }
  .zi-t-70,
  .z-index-t-70 {
    z-index: 70 !important;
  }
  .zi-t-71,
  .z-index-t-71 {
    z-index: 71 !important;
  }
  .zi-t-72,
  .z-index-t-72 {
    z-index: 72 !important;
  }
  .zi-t-73,
  .z-index-t-73 {
    z-index: 73 !important;
  }
  .zi-t-74,
  .z-index-t-74 {
    z-index: 74 !important;
  }
  .zi-t-75,
  .z-index-t-75 {
    z-index: 75 !important;
  }
  .zi-t-76,
  .z-index-t-76 {
    z-index: 76 !important;
  }
  .zi-t-77,
  .z-index-t-77 {
    z-index: 77 !important;
  }
  .zi-t-78,
  .z-index-t-78 {
    z-index: 78 !important;
  }
  .zi-t-79,
  .z-index-t-79 {
    z-index: 79 !important;
  }
  .zi-t-80,
  .z-index-t-80 {
    z-index: 80 !important;
  }
  .zi-t-81,
  .z-index-t-81 {
    z-index: 81 !important;
  }
  .zi-t-82,
  .z-index-t-82 {
    z-index: 82 !important;
  }
  .zi-t-83,
  .z-index-t-83 {
    z-index: 83 !important;
  }
  .zi-t-84,
  .z-index-t-84 {
    z-index: 84 !important;
  }
  .zi-t-85,
  .z-index-t-85 {
    z-index: 85 !important;
  }
  .zi-t-86,
  .z-index-t-86 {
    z-index: 86 !important;
  }
  .zi-t-87,
  .z-index-t-87 {
    z-index: 87 !important;
  }
  .zi-t-88,
  .z-index-t-88 {
    z-index: 88 !important;
  }
  .zi-t-89,
  .z-index-t-89 {
    z-index: 89 !important;
  }
  .zi-t-90,
  .z-index-t-90 {
    z-index: 90 !important;
  }
  .zi-t-91,
  .z-index-t-91 {
    z-index: 91 !important;
  }
  .zi-t-92,
  .z-index-t-92 {
    z-index: 92 !important;
  }
  .zi-t-93,
  .z-index-t-93 {
    z-index: 93 !important;
  }
  .zi-t-94,
  .z-index-t-94 {
    z-index: 94 !important;
  }
  .zi-t-95,
  .z-index-t-95 {
    z-index: 95 !important;
  }
  .zi-t-96,
  .z-index-t-96 {
    z-index: 96 !important;
  }
  .zi-t-97,
  .z-index-t-97 {
    z-index: 97 !important;
  }
  .zi-t-98,
  .z-index-t-98 {
    z-index: 98 !important;
  }
  .zi-t-99,
  .z-index-t-99 {
    z-index: 99 !important;
  }
  .zi-t-100,
  .z-index-t-100 {
    z-index: 100 !important;
  }
  .hide-t,
  .hidden-t {
    display: none !important;
  }
  .show-t {
    display: block !important;
  }
  .invisible-t {
    visibility: hidden !important;
  }
  .visible-t {
    visibility: visible !important;
  }
  .flex-t-row,
  .f-t-row {
    flex-direction: row !important;
  }
  .flex-t-column,
  .f-t-column {
    flex-direction: column !important;
  }
  .flex-t-inherit,
  .f-t-inherit {
    flex-wrap: inherit !important;
  }
  .flex-t-initial,
  .f-t-initial {
    flex-wrap: initial !important;
  }
  .flex-t-nowrap,
  .f-t-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-t-revert,
  .f-t-revert {
    flex-wrap: revert !important;
  }
  .flex-t-unset,
  .f-t-unset {
    flex-wrap: unset !important;
  }
  .flex-t-wrap,
  .f-t-wrap {
    flex-wrap: wrap !important;
  }
  .flex-t-wrap-reverse,
  .f-t-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .fb-t-0, .flex-t-basis-0,
  .f-t-basis-0 {
    flex-basis: 0% !important;
  }
  .fb-t-1, .flex-t-basis-1,
  .f-t-basis-1 {
    flex-basis: 1% !important;
  }
  .fb-t-2, .flex-t-basis-2,
  .f-t-basis-2 {
    flex-basis: 2% !important;
  }
  .fb-t-3, .flex-t-basis-3,
  .f-t-basis-3 {
    flex-basis: 3% !important;
  }
  .fb-t-4, .flex-t-basis-4,
  .f-t-basis-4 {
    flex-basis: 4% !important;
  }
  .fb-t-5, .flex-t-basis-5,
  .f-t-basis-5 {
    flex-basis: 5% !important;
  }
  .fb-t-6, .flex-t-basis-6,
  .f-t-basis-6 {
    flex-basis: 6% !important;
  }
  .fb-t-7, .flex-t-basis-7,
  .f-t-basis-7 {
    flex-basis: 7% !important;
  }
  .fb-t-8, .flex-t-basis-8,
  .f-t-basis-8 {
    flex-basis: 8% !important;
  }
  .fb-t-9, .flex-t-basis-9,
  .f-t-basis-9 {
    flex-basis: 9% !important;
  }
  .fb-t-10, .flex-t-basis-10,
  .f-t-basis-10 {
    flex-basis: 10% !important;
  }
  .fb-t-11, .flex-t-basis-11,
  .f-t-basis-11 {
    flex-basis: 11% !important;
  }
  .fb-t-12, .flex-t-basis-12,
  .f-t-basis-12 {
    flex-basis: 12% !important;
  }
  .fb-t-13, .flex-t-basis-13,
  .f-t-basis-13 {
    flex-basis: 13% !important;
  }
  .fb-t-14, .flex-t-basis-14,
  .f-t-basis-14 {
    flex-basis: 14% !important;
  }
  .fb-t-15, .flex-t-basis-15,
  .f-t-basis-15 {
    flex-basis: 15% !important;
  }
  .fb-t-16, .flex-t-basis-16,
  .f-t-basis-16 {
    flex-basis: 16% !important;
  }
  .fb-t-17, .flex-t-basis-17,
  .f-t-basis-17 {
    flex-basis: 17% !important;
  }
  .fb-t-18, .flex-t-basis-18,
  .f-t-basis-18 {
    flex-basis: 18% !important;
  }
  .fb-t-19, .flex-t-basis-19,
  .f-t-basis-19 {
    flex-basis: 19% !important;
  }
  .fb-t-20, .flex-t-basis-20,
  .f-t-basis-20 {
    flex-basis: 20% !important;
  }
  .fb-t-21, .flex-t-basis-21,
  .f-t-basis-21 {
    flex-basis: 21% !important;
  }
  .fb-t-22, .flex-t-basis-22,
  .f-t-basis-22 {
    flex-basis: 22% !important;
  }
  .fb-t-23, .flex-t-basis-23,
  .f-t-basis-23 {
    flex-basis: 23% !important;
  }
  .fb-t-24, .flex-t-basis-24,
  .f-t-basis-24 {
    flex-basis: 24% !important;
  }
  .fb-t-25, .flex-t-basis-25,
  .f-t-basis-25 {
    flex-basis: 25% !important;
  }
  .fb-t-26, .flex-t-basis-26,
  .f-t-basis-26 {
    flex-basis: 26% !important;
  }
  .fb-t-27, .flex-t-basis-27,
  .f-t-basis-27 {
    flex-basis: 27% !important;
  }
  .fb-t-28, .flex-t-basis-28,
  .f-t-basis-28 {
    flex-basis: 28% !important;
  }
  .fb-t-29, .flex-t-basis-29,
  .f-t-basis-29 {
    flex-basis: 29% !important;
  }
  .fb-t-30, .flex-t-basis-30,
  .f-t-basis-30 {
    flex-basis: 30% !important;
  }
  .fb-t-31, .flex-t-basis-31,
  .f-t-basis-31 {
    flex-basis: 31% !important;
  }
  .fb-t-32, .flex-t-basis-32,
  .f-t-basis-32 {
    flex-basis: 32% !important;
  }
  .fb-t-33, .flex-t-basis-33,
  .f-t-basis-33 {
    flex-basis: 33% !important;
  }
  .fb-t-34, .flex-t-basis-34,
  .f-t-basis-34 {
    flex-basis: 34% !important;
  }
  .fb-t-35, .flex-t-basis-35,
  .f-t-basis-35 {
    flex-basis: 35% !important;
  }
  .fb-t-36, .flex-t-basis-36,
  .f-t-basis-36 {
    flex-basis: 36% !important;
  }
  .fb-t-37, .flex-t-basis-37,
  .f-t-basis-37 {
    flex-basis: 37% !important;
  }
  .fb-t-38, .flex-t-basis-38,
  .f-t-basis-38 {
    flex-basis: 38% !important;
  }
  .fb-t-39, .flex-t-basis-39,
  .f-t-basis-39 {
    flex-basis: 39% !important;
  }
  .fb-t-40, .flex-t-basis-40,
  .f-t-basis-40 {
    flex-basis: 40% !important;
  }
  .fb-t-41, .flex-t-basis-41,
  .f-t-basis-41 {
    flex-basis: 41% !important;
  }
  .fb-t-42, .flex-t-basis-42,
  .f-t-basis-42 {
    flex-basis: 42% !important;
  }
  .fb-t-43, .flex-t-basis-43,
  .f-t-basis-43 {
    flex-basis: 43% !important;
  }
  .fb-t-44, .flex-t-basis-44,
  .f-t-basis-44 {
    flex-basis: 44% !important;
  }
  .fb-t-45, .flex-t-basis-45,
  .f-t-basis-45 {
    flex-basis: 45% !important;
  }
  .fb-t-46, .flex-t-basis-46,
  .f-t-basis-46 {
    flex-basis: 46% !important;
  }
  .fb-t-47, .flex-t-basis-47,
  .f-t-basis-47 {
    flex-basis: 47% !important;
  }
  .fb-t-48, .flex-t-basis-48,
  .f-t-basis-48 {
    flex-basis: 48% !important;
  }
  .fb-t-49, .flex-t-basis-49,
  .f-t-basis-49 {
    flex-basis: 49% !important;
  }
  .fb-t-50, .flex-t-basis-50,
  .f-t-basis-50 {
    flex-basis: 50% !important;
  }
  .fb-t-51, .flex-t-basis-51,
  .f-t-basis-51 {
    flex-basis: 51% !important;
  }
  .fb-t-52, .flex-t-basis-52,
  .f-t-basis-52 {
    flex-basis: 52% !important;
  }
  .fb-t-53, .flex-t-basis-53,
  .f-t-basis-53 {
    flex-basis: 53% !important;
  }
  .fb-t-54, .flex-t-basis-54,
  .f-t-basis-54 {
    flex-basis: 54% !important;
  }
  .fb-t-55, .flex-t-basis-55,
  .f-t-basis-55 {
    flex-basis: 55% !important;
  }
  .fb-t-56, .flex-t-basis-56,
  .f-t-basis-56 {
    flex-basis: 56% !important;
  }
  .fb-t-57, .flex-t-basis-57,
  .f-t-basis-57 {
    flex-basis: 57% !important;
  }
  .fb-t-58, .flex-t-basis-58,
  .f-t-basis-58 {
    flex-basis: 58% !important;
  }
  .fb-t-59, .flex-t-basis-59,
  .f-t-basis-59 {
    flex-basis: 59% !important;
  }
  .fb-t-60, .flex-t-basis-60,
  .f-t-basis-60 {
    flex-basis: 60% !important;
  }
  .fb-t-61, .flex-t-basis-61,
  .f-t-basis-61 {
    flex-basis: 61% !important;
  }
  .fb-t-62, .flex-t-basis-62,
  .f-t-basis-62 {
    flex-basis: 62% !important;
  }
  .fb-t-63, .flex-t-basis-63,
  .f-t-basis-63 {
    flex-basis: 63% !important;
  }
  .fb-t-64, .flex-t-basis-64,
  .f-t-basis-64 {
    flex-basis: 64% !important;
  }
  .fb-t-65, .flex-t-basis-65,
  .f-t-basis-65 {
    flex-basis: 65% !important;
  }
  .fb-t-66, .flex-t-basis-66,
  .f-t-basis-66 {
    flex-basis: 66% !important;
  }
  .fb-t-67, .flex-t-basis-67,
  .f-t-basis-67 {
    flex-basis: 67% !important;
  }
  .fb-t-68, .flex-t-basis-68,
  .f-t-basis-68 {
    flex-basis: 68% !important;
  }
  .fb-t-69, .flex-t-basis-69,
  .f-t-basis-69 {
    flex-basis: 69% !important;
  }
  .fb-t-70, .flex-t-basis-70,
  .f-t-basis-70 {
    flex-basis: 70% !important;
  }
  .fb-t-71, .flex-t-basis-71,
  .f-t-basis-71 {
    flex-basis: 71% !important;
  }
  .fb-t-72, .flex-t-basis-72,
  .f-t-basis-72 {
    flex-basis: 72% !important;
  }
  .fb-t-73, .flex-t-basis-73,
  .f-t-basis-73 {
    flex-basis: 73% !important;
  }
  .fb-t-74, .flex-t-basis-74,
  .f-t-basis-74 {
    flex-basis: 74% !important;
  }
  .fb-t-75, .flex-t-basis-75,
  .f-t-basis-75 {
    flex-basis: 75% !important;
  }
  .fb-t-76, .flex-t-basis-76,
  .f-t-basis-76 {
    flex-basis: 76% !important;
  }
  .fb-t-77, .flex-t-basis-77,
  .f-t-basis-77 {
    flex-basis: 77% !important;
  }
  .fb-t-78, .flex-t-basis-78,
  .f-t-basis-78 {
    flex-basis: 78% !important;
  }
  .fb-t-79, .flex-t-basis-79,
  .f-t-basis-79 {
    flex-basis: 79% !important;
  }
  .fb-t-80, .flex-t-basis-80,
  .f-t-basis-80 {
    flex-basis: 80% !important;
  }
  .fb-t-81, .flex-t-basis-81,
  .f-t-basis-81 {
    flex-basis: 81% !important;
  }
  .fb-t-82, .flex-t-basis-82,
  .f-t-basis-82 {
    flex-basis: 82% !important;
  }
  .fb-t-83, .flex-t-basis-83,
  .f-t-basis-83 {
    flex-basis: 83% !important;
  }
  .fb-t-84, .flex-t-basis-84,
  .f-t-basis-84 {
    flex-basis: 84% !important;
  }
  .fb-t-85, .flex-t-basis-85,
  .f-t-basis-85 {
    flex-basis: 85% !important;
  }
  .fb-t-86, .flex-t-basis-86,
  .f-t-basis-86 {
    flex-basis: 86% !important;
  }
  .fb-t-87, .flex-t-basis-87,
  .f-t-basis-87 {
    flex-basis: 87% !important;
  }
  .fb-t-88, .flex-t-basis-88,
  .f-t-basis-88 {
    flex-basis: 88% !important;
  }
  .fb-t-89, .flex-t-basis-89,
  .f-t-basis-89 {
    flex-basis: 89% !important;
  }
  .fb-t-90, .flex-t-basis-90,
  .f-t-basis-90 {
    flex-basis: 90% !important;
  }
  .fb-t-91, .flex-t-basis-91,
  .f-t-basis-91 {
    flex-basis: 91% !important;
  }
  .fb-t-92, .flex-t-basis-92,
  .f-t-basis-92 {
    flex-basis: 92% !important;
  }
  .fb-t-93, .flex-t-basis-93,
  .f-t-basis-93 {
    flex-basis: 93% !important;
  }
  .fb-t-94, .flex-t-basis-94,
  .f-t-basis-94 {
    flex-basis: 94% !important;
  }
  .fb-t-95, .flex-t-basis-95,
  .f-t-basis-95 {
    flex-basis: 95% !important;
  }
  .fb-t-96, .flex-t-basis-96,
  .f-t-basis-96 {
    flex-basis: 96% !important;
  }
  .fb-t-97, .flex-t-basis-97,
  .f-t-basis-97 {
    flex-basis: 97% !important;
  }
  .fb-t-98, .flex-t-basis-98,
  .f-t-basis-98 {
    flex-basis: 98% !important;
  }
  .fb-t-99, .flex-t-basis-99,
  .f-t-basis-99 {
    flex-basis: 99% !important;
  }
  .fb-t-100, .flex-t-basis-100,
  .f-t-basis-100 {
    flex-basis: 100% !important;
  }
  .fg-t-0,
  .grow-t-0, .flex-t-grow-0,
  .f-t-grow-0 {
    flex-grow: 0 !important;
  }
  .fg-t-1,
  .grow-t-1, .flex-t-grow-1,
  .f-t-grow-1 {
    flex-grow: 1 !important;
  }
  .fg-t-2,
  .grow-t-2, .flex-t-grow-2,
  .f-t-grow-2 {
    flex-grow: 2 !important;
  }
  .fg-t-3,
  .grow-t-3, .flex-t-grow-3,
  .f-t-grow-3 {
    flex-grow: 3 !important;
  }
  .fg-t-4,
  .grow-t-4, .flex-t-grow-4,
  .f-t-grow-4 {
    flex-grow: 4 !important;
  }
  .fg-t-5,
  .grow-t-5, .flex-t-grow-5,
  .f-t-grow-5 {
    flex-grow: 5 !important;
  }
  .fg-t-6,
  .grow-t-6, .flex-t-grow-6,
  .f-t-grow-6 {
    flex-grow: 6 !important;
  }
  .fg-t-7,
  .grow-t-7, .flex-t-grow-7,
  .f-t-grow-7 {
    flex-grow: 7 !important;
  }
  .fg-t-8,
  .grow-t-8, .flex-t-grow-8,
  .f-t-grow-8 {
    flex-grow: 8 !important;
  }
  .fg-t-9,
  .grow-t-9, .flex-t-grow-9,
  .f-t-grow-9 {
    flex-grow: 9 !important;
  }
  .fg-t-10,
  .grow-t-10, .flex-t-grow-10,
  .f-t-grow-10 {
    flex-grow: 10 !important;
  }
  .fs-t-0,
  .shrink-t-0, .flex-t-shrink-0,
  .f-t-shrink-0 {
    flex-shrink: 0 !important;
  }
  .fs-t-1,
  .shrink-t-1, .flex-t-shrink-1,
  .f-t-shrink-1 {
    flex-shrink: 1 !important;
  }
  .fs-t-2,
  .shrink-t-2, .flex-t-shrink-2,
  .f-t-shrink-2 {
    flex-shrink: 2 !important;
  }
  .fs-t-3,
  .shrink-t-3, .flex-t-shrink-3,
  .f-t-shrink-3 {
    flex-shrink: 3 !important;
  }
  .fs-t-4,
  .shrink-t-4, .flex-t-shrink-4,
  .f-t-shrink-4 {
    flex-shrink: 4 !important;
  }
  .fs-t-5,
  .shrink-t-5, .flex-t-shrink-5,
  .f-t-shrink-5 {
    flex-shrink: 5 !important;
  }
  .fs-t-6,
  .shrink-t-6, .flex-t-shrink-6,
  .f-t-shrink-6 {
    flex-shrink: 6 !important;
  }
  .fs-t-7,
  .shrink-t-7, .flex-t-shrink-7,
  .f-t-shrink-7 {
    flex-shrink: 7 !important;
  }
  .fs-t-8,
  .shrink-t-8, .flex-t-shrink-8,
  .f-t-shrink-8 {
    flex-shrink: 8 !important;
  }
  .fs-t-9,
  .shrink-t-9, .flex-t-shrink-9,
  .f-t-shrink-9 {
    flex-shrink: 9 !important;
  }
  .fs-t-10,
  .shrink-t-10, .flex-t-shrink-10,
  .f-t-shrink-10 {
    flex-shrink: 10 !important;
  }
  .justify-content-t-center,
  .jc-t-center {
    justify-content: center !important;
  }
  .justify-content-t-justify,
  .jc-t-justify {
    justify-content: justify !important;
  }
  .justify-content-t-right,
  .jc-t-right {
    justify-content: right !important;
  }
  .justify-content-t-left,
  .jc-t-left {
    justify-content: left !important;
  }
  .justify-content-t-start,
  .jc-t-start {
    justify-content: start !important;
  }
  .justify-content-t-end,
  .jc-t-end {
    justify-content: end !important;
  }
  .justify-content-t-space-around,
  .jc-t-space-around {
    justify-content: space-around !important;
  }
  .justify-content-t-space-between,
  .jc-t-space-between {
    justify-content: space-between !important;
  }
  .justify-content-t-space-evenly,
  .jc-t-space-evenly {
    justify-content: space-evenly !important;
  }
  .justify-content-t-flex-start,
  .jc-t-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-t-flex-end,
  .jc-t-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-t-unset,
  .jc-t-unset {
    justify-content: unset !important;
  }
  .align-content-t-stretch,
  .ac-t-stretch {
    align-content: stretch !important;
  }
  .align-content-t-center,
  .ac-t-center {
    align-content: center !important;
  }
  .align-content-t-flex-start,
  .ac-t-flex-start {
    align-content: flex-start !important;
  }
  .align-content-t-flex-end,
  .ac-t-flex-end {
    align-content: flex-end !important;
  }
  .align-content-t-space-between,
  .ac-t-space-between {
    align-content: space-between !important;
  }
  .align-content-t-space-around,
  .ac-t-space-around {
    align-content: space-around !important;
  }
  .align-content-t-initial,
  .ac-t-initial {
    align-content: initial !important;
  }
  .align-content-t-inherit,
  .ac-t-inherit {
    align-content: inherit !important;
  }
  .align-self-t-auto,
  .as-t-auto {
    align-self: auto !important;
  }
  .align-self-t-stretch,
  .as-t-stretch {
    align-self: stretch !important;
  }
  .align-self-t-center,
  .as-t-center {
    align-self: center !important;
  }
  .align-self-t-flex-start,
  .as-t-flex-start {
    align-self: flex-start !important;
  }
  .align-self-t-flex-end,
  .as-t-flex-end {
    align-self: flex-end !important;
  }
  .align-self-t-baseline,
  .as-t-baseline {
    align-self: baseline !important;
  }
  .align-self-t-initial,
  .as-t-initial {
    align-self: initial !important;
  }
  .align-self-t-inherit,
  .as-t-inherit {
    align-self: inherit !important;
  }
  .align-items-t-stretch,
  .ai-t-stretch {
    align-items: stretch !important;
  }
  .align-items-t-center,
  .ai-t-center {
    align-items: center !important;
  }
  .align-items-t-flex-start,
  .ai-t-flex-start {
    align-items: flex-start !important;
  }
  .align-items-t-flex-end,
  .ai-t-flex-end {
    align-items: flex-end !important;
  }
  .align-items-t-baseline,
  .ai-t-baseline {
    align-items: baseline !important;
  }
  .align-items-t-initial,
  .ai-t-initial {
    align-items: initial !important;
  }
  .align-items-t-inherit,
  .ai-t-inherit {
    align-items: inherit !important;
  }
  .overflow-t-auto {
    overflow: auto !important;
  }
  .overflow-x-t-auto {
    overflow-x: auto !important;
  }
  .overflow-y-t-auto {
    overflow-y: auto !important;
  }
  .overflow-t-hidden {
    overflow: hidden !important;
  }
  .overflow-x-t-hidden {
    overflow-x: hidden !important;
  }
  .overflow-y-t-hidden {
    overflow-y: hidden !important;
  }
  .overflow-t-scroll {
    overflow: scroll !important;
  }
  .overflow-x-t-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-t-scroll {
    overflow-y: scroll !important;
  }
  .overflow-t-visible {
    overflow: visible !important;
  }
  .overflow-x-t-visible {
    overflow-x: visible !important;
  }
  .overflow-y-t-visible {
    overflow-y: visible !important;
  }
  .top-t-0 {
    top: 0px !important;
  }
  .top-t-1 {
    top: 4px !important;
  }
  .top-t-2 {
    top: 8px !important;
  }
  .top-t-3 {
    top: 12px !important;
  }
  .top-t-4 {
    top: 16px !important;
  }
  .top-t-5 {
    top: 20px !important;
  }
  .top-t-6 {
    top: 24px !important;
  }
  .top-t-7 {
    top: 28px !important;
  }
  .top-t-8 {
    top: 32px !important;
  }
  .top-t-9 {
    top: 36px !important;
  }
  .top-t-10 {
    top: 40px !important;
  }
  .top-t-11 {
    top: 44px !important;
  }
  .top-t-12 {
    top: 48px !important;
  }
  .top-t-13 {
    top: 52px !important;
  }
  .top-t-14 {
    top: 56px !important;
  }
  .top-t-15 {
    top: 60px !important;
  }
  .top-t-16 {
    top: 64px !important;
  }
  .top-t-17 {
    top: 68px !important;
  }
  .top-t-18 {
    top: 72px !important;
  }
  .top-t-19 {
    top: 76px !important;
  }
  .top-t-20 {
    top: 80px !important;
  }
  .top-t-21 {
    top: 84px !important;
  }
  .top-t-22 {
    top: 88px !important;
  }
  .top-t-23 {
    top: 92px !important;
  }
  .top-t-24 {
    top: 96px !important;
  }
  .top-t-25 {
    top: 100px !important;
  }
  .bottom-t-0 {
    bottom: 0px !important;
  }
  .bottom-t-1 {
    bottom: 4px !important;
  }
  .bottom-t-2 {
    bottom: 8px !important;
  }
  .bottom-t-3 {
    bottom: 12px !important;
  }
  .bottom-t-4 {
    bottom: 16px !important;
  }
  .bottom-t-5 {
    bottom: 20px !important;
  }
  .bottom-t-6 {
    bottom: 24px !important;
  }
  .bottom-t-7 {
    bottom: 28px !important;
  }
  .bottom-t-8 {
    bottom: 32px !important;
  }
  .bottom-t-9 {
    bottom: 36px !important;
  }
  .bottom-t-10 {
    bottom: 40px !important;
  }
  .bottom-t-11 {
    bottom: 44px !important;
  }
  .bottom-t-12 {
    bottom: 48px !important;
  }
  .bottom-t-13 {
    bottom: 52px !important;
  }
  .bottom-t-14 {
    bottom: 56px !important;
  }
  .bottom-t-15 {
    bottom: 60px !important;
  }
  .bottom-t-16 {
    bottom: 64px !important;
  }
  .bottom-t-17 {
    bottom: 68px !important;
  }
  .bottom-t-18 {
    bottom: 72px !important;
  }
  .bottom-t-19 {
    bottom: 76px !important;
  }
  .bottom-t-20 {
    bottom: 80px !important;
  }
  .bottom-t-21 {
    bottom: 84px !important;
  }
  .bottom-t-22 {
    bottom: 88px !important;
  }
  .bottom-t-23 {
    bottom: 92px !important;
  }
  .bottom-t-24 {
    bottom: 96px !important;
  }
  .bottom-t-25 {
    bottom: 100px !important;
  }
  .right-t-0 {
    right: 0px !important;
  }
  .right-t-1 {
    right: 4px !important;
  }
  .right-t-2 {
    right: 8px !important;
  }
  .right-t-3 {
    right: 12px !important;
  }
  .right-t-4 {
    right: 16px !important;
  }
  .right-t-5 {
    right: 20px !important;
  }
  .right-t-6 {
    right: 24px !important;
  }
  .right-t-7 {
    right: 28px !important;
  }
  .right-t-8 {
    right: 32px !important;
  }
  .right-t-9 {
    right: 36px !important;
  }
  .right-t-10 {
    right: 40px !important;
  }
  .right-t-11 {
    right: 44px !important;
  }
  .right-t-12 {
    right: 48px !important;
  }
  .right-t-13 {
    right: 52px !important;
  }
  .right-t-14 {
    right: 56px !important;
  }
  .right-t-15 {
    right: 60px !important;
  }
  .right-t-16 {
    right: 64px !important;
  }
  .right-t-17 {
    right: 68px !important;
  }
  .right-t-18 {
    right: 72px !important;
  }
  .right-t-19 {
    right: 76px !important;
  }
  .right-t-20 {
    right: 80px !important;
  }
  .right-t-21 {
    right: 84px !important;
  }
  .right-t-22 {
    right: 88px !important;
  }
  .right-t-23 {
    right: 92px !important;
  }
  .right-t-24 {
    right: 96px !important;
  }
  .right-t-25 {
    right: 100px !important;
  }
  .left-t-0 {
    left: 0px !important;
  }
  .left-t-1 {
    left: 4px !important;
  }
  .left-t-2 {
    left: 8px !important;
  }
  .left-t-3 {
    left: 12px !important;
  }
  .left-t-4 {
    left: 16px !important;
  }
  .left-t-5 {
    left: 20px !important;
  }
  .left-t-6 {
    left: 24px !important;
  }
  .left-t-7 {
    left: 28px !important;
  }
  .left-t-8 {
    left: 32px !important;
  }
  .left-t-9 {
    left: 36px !important;
  }
  .left-t-10 {
    left: 40px !important;
  }
  .left-t-11 {
    left: 44px !important;
  }
  .left-t-12 {
    left: 48px !important;
  }
  .left-t-13 {
    left: 52px !important;
  }
  .left-t-14 {
    left: 56px !important;
  }
  .left-t-15 {
    left: 60px !important;
  }
  .left-t-16 {
    left: 64px !important;
  }
  .left-t-17 {
    left: 68px !important;
  }
  .left-t-18 {
    left: 72px !important;
  }
  .left-t-19 {
    left: 76px !important;
  }
  .left-t-20 {
    left: 80px !important;
  }
  .left-t-21 {
    left: 84px !important;
  }
  .left-t-22 {
    left: 88px !important;
  }
  .left-t-23 {
    left: 92px !important;
  }
  .left-t-24 {
    left: 96px !important;
  }
  .left-t-25 {
    left: 100px !important;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  /*Display*/
  .flex-m, .d-m-flex,
  .display-m-flex {
    display: flex !important;
  }
  .inline-m, .d-m-inline,
  .display-m-inline {
    display: inline !important;
  }
  .inline-grid-m, .d-m-inline-grid,
  .display-m-inline-grid {
    display: inline-grid !important;
  }
  .table-m, .d-m-table,
  .display-m-table {
    display: table !important;
  }
  .list-item-m, .d-m-list-item,
  .display-m-list-item {
    display: list-item !important;
  }
  .block-m, .d-m-block,
  .display-m-block {
    display: block !important;
  }
  .grid-m, .d-m-grid,
  .display-m-grid {
    display: grid !important;
  }
  .none-m, .d-m-none,
  .display-m-none {
    display: none !important;
  }
  .position-m-absolute,
  .pos-m-absolute {
    position: absolute !important;
  }
  .position-m-fixed,
  .pos-m-fixed {
    position: fixed !important;
  }
  .position-m-inherit,
  .pos-m-inherit {
    position: inherit !important;
  }
  .position-m-initial,
  .pos-m-initial {
    position: initial !important;
  }
  .position-m-relative,
  .pos-m-relative {
    position: relative !important;
  }
  .position-m-revert,
  .pos-m-revert {
    position: revert !important;
  }
  .position-m-static,
  .pos-m-static {
    position: static !important;
  }
  .position-m-sticky,
  .pos-m-sticky {
    position: sticky !important;
  }
  .position-m-unset,
  .pos-m-unset {
    position: unset !important;
  }
  .flex-order-m-0,
  .order-m-0 {
    order: 0 !important;
  }
  .flex-order-m-1,
  .order-m-1 {
    order: 1 !important;
  }
  .flex-order-m-2,
  .order-m-2 {
    order: 2 !important;
  }
  .flex-order-m-3,
  .order-m-3 {
    order: 3 !important;
  }
  .flex-order-m-4,
  .order-m-4 {
    order: 4 !important;
  }
  .flex-order-m-5,
  .order-m-5 {
    order: 5 !important;
  }
  .flex-order-m-6,
  .order-m-6 {
    order: 6 !important;
  }
  .flex-order-m-7,
  .order-m-7 {
    order: 7 !important;
  }
  .flex-order-m-8,
  .order-m-8 {
    order: 8 !important;
  }
  .flex-order-m-9,
  .order-m-9 {
    order: 9 !important;
  }
  .flex-order-m-10,
  .order-m-10 {
    order: 10 !important;
  }
  .zi-m-0,
  .z-index-m-0 {
    z-index: 0 !important;
  }
  .zi-m-1,
  .z-index-m-1 {
    z-index: 1 !important;
  }
  .zi-m-2,
  .z-index-m-2 {
    z-index: 2 !important;
  }
  .zi-m-3,
  .z-index-m-3 {
    z-index: 3 !important;
  }
  .zi-m-4,
  .z-index-m-4 {
    z-index: 4 !important;
  }
  .zi-m-5,
  .z-index-m-5 {
    z-index: 5 !important;
  }
  .zi-m-6,
  .z-index-m-6 {
    z-index: 6 !important;
  }
  .zi-m-7,
  .z-index-m-7 {
    z-index: 7 !important;
  }
  .zi-m-8,
  .z-index-m-8 {
    z-index: 8 !important;
  }
  .zi-m-9,
  .z-index-m-9 {
    z-index: 9 !important;
  }
  .zi-m-10,
  .z-index-m-10 {
    z-index: 10 !important;
  }
  .zi-m-11,
  .z-index-m-11 {
    z-index: 11 !important;
  }
  .zi-m-12,
  .z-index-m-12 {
    z-index: 12 !important;
  }
  .zi-m-13,
  .z-index-m-13 {
    z-index: 13 !important;
  }
  .zi-m-14,
  .z-index-m-14 {
    z-index: 14 !important;
  }
  .zi-m-15,
  .z-index-m-15 {
    z-index: 15 !important;
  }
  .zi-m-16,
  .z-index-m-16 {
    z-index: 16 !important;
  }
  .zi-m-17,
  .z-index-m-17 {
    z-index: 17 !important;
  }
  .zi-m-18,
  .z-index-m-18 {
    z-index: 18 !important;
  }
  .zi-m-19,
  .z-index-m-19 {
    z-index: 19 !important;
  }
  .zi-m-20,
  .z-index-m-20 {
    z-index: 20 !important;
  }
  .zi-m-21,
  .z-index-m-21 {
    z-index: 21 !important;
  }
  .zi-m-22,
  .z-index-m-22 {
    z-index: 22 !important;
  }
  .zi-m-23,
  .z-index-m-23 {
    z-index: 23 !important;
  }
  .zi-m-24,
  .z-index-m-24 {
    z-index: 24 !important;
  }
  .zi-m-25,
  .z-index-m-25 {
    z-index: 25 !important;
  }
  .zi-m-26,
  .z-index-m-26 {
    z-index: 26 !important;
  }
  .zi-m-27,
  .z-index-m-27 {
    z-index: 27 !important;
  }
  .zi-m-28,
  .z-index-m-28 {
    z-index: 28 !important;
  }
  .zi-m-29,
  .z-index-m-29 {
    z-index: 29 !important;
  }
  .zi-m-30,
  .z-index-m-30 {
    z-index: 30 !important;
  }
  .zi-m-31,
  .z-index-m-31 {
    z-index: 31 !important;
  }
  .zi-m-32,
  .z-index-m-32 {
    z-index: 32 !important;
  }
  .zi-m-33,
  .z-index-m-33 {
    z-index: 33 !important;
  }
  .zi-m-34,
  .z-index-m-34 {
    z-index: 34 !important;
  }
  .zi-m-35,
  .z-index-m-35 {
    z-index: 35 !important;
  }
  .zi-m-36,
  .z-index-m-36 {
    z-index: 36 !important;
  }
  .zi-m-37,
  .z-index-m-37 {
    z-index: 37 !important;
  }
  .zi-m-38,
  .z-index-m-38 {
    z-index: 38 !important;
  }
  .zi-m-39,
  .z-index-m-39 {
    z-index: 39 !important;
  }
  .zi-m-40,
  .z-index-m-40 {
    z-index: 40 !important;
  }
  .zi-m-41,
  .z-index-m-41 {
    z-index: 41 !important;
  }
  .zi-m-42,
  .z-index-m-42 {
    z-index: 42 !important;
  }
  .zi-m-43,
  .z-index-m-43 {
    z-index: 43 !important;
  }
  .zi-m-44,
  .z-index-m-44 {
    z-index: 44 !important;
  }
  .zi-m-45,
  .z-index-m-45 {
    z-index: 45 !important;
  }
  .zi-m-46,
  .z-index-m-46 {
    z-index: 46 !important;
  }
  .zi-m-47,
  .z-index-m-47 {
    z-index: 47 !important;
  }
  .zi-m-48,
  .z-index-m-48 {
    z-index: 48 !important;
  }
  .zi-m-49,
  .z-index-m-49 {
    z-index: 49 !important;
  }
  .zi-m-50,
  .z-index-m-50 {
    z-index: 50 !important;
  }
  .zi-m-51,
  .z-index-m-51 {
    z-index: 51 !important;
  }
  .zi-m-52,
  .z-index-m-52 {
    z-index: 52 !important;
  }
  .zi-m-53,
  .z-index-m-53 {
    z-index: 53 !important;
  }
  .zi-m-54,
  .z-index-m-54 {
    z-index: 54 !important;
  }
  .zi-m-55,
  .z-index-m-55 {
    z-index: 55 !important;
  }
  .zi-m-56,
  .z-index-m-56 {
    z-index: 56 !important;
  }
  .zi-m-57,
  .z-index-m-57 {
    z-index: 57 !important;
  }
  .zi-m-58,
  .z-index-m-58 {
    z-index: 58 !important;
  }
  .zi-m-59,
  .z-index-m-59 {
    z-index: 59 !important;
  }
  .zi-m-60,
  .z-index-m-60 {
    z-index: 60 !important;
  }
  .zi-m-61,
  .z-index-m-61 {
    z-index: 61 !important;
  }
  .zi-m-62,
  .z-index-m-62 {
    z-index: 62 !important;
  }
  .zi-m-63,
  .z-index-m-63 {
    z-index: 63 !important;
  }
  .zi-m-64,
  .z-index-m-64 {
    z-index: 64 !important;
  }
  .zi-m-65,
  .z-index-m-65 {
    z-index: 65 !important;
  }
  .zi-m-66,
  .z-index-m-66 {
    z-index: 66 !important;
  }
  .zi-m-67,
  .z-index-m-67 {
    z-index: 67 !important;
  }
  .zi-m-68,
  .z-index-m-68 {
    z-index: 68 !important;
  }
  .zi-m-69,
  .z-index-m-69 {
    z-index: 69 !important;
  }
  .zi-m-70,
  .z-index-m-70 {
    z-index: 70 !important;
  }
  .zi-m-71,
  .z-index-m-71 {
    z-index: 71 !important;
  }
  .zi-m-72,
  .z-index-m-72 {
    z-index: 72 !important;
  }
  .zi-m-73,
  .z-index-m-73 {
    z-index: 73 !important;
  }
  .zi-m-74,
  .z-index-m-74 {
    z-index: 74 !important;
  }
  .zi-m-75,
  .z-index-m-75 {
    z-index: 75 !important;
  }
  .zi-m-76,
  .z-index-m-76 {
    z-index: 76 !important;
  }
  .zi-m-77,
  .z-index-m-77 {
    z-index: 77 !important;
  }
  .zi-m-78,
  .z-index-m-78 {
    z-index: 78 !important;
  }
  .zi-m-79,
  .z-index-m-79 {
    z-index: 79 !important;
  }
  .zi-m-80,
  .z-index-m-80 {
    z-index: 80 !important;
  }
  .zi-m-81,
  .z-index-m-81 {
    z-index: 81 !important;
  }
  .zi-m-82,
  .z-index-m-82 {
    z-index: 82 !important;
  }
  .zi-m-83,
  .z-index-m-83 {
    z-index: 83 !important;
  }
  .zi-m-84,
  .z-index-m-84 {
    z-index: 84 !important;
  }
  .zi-m-85,
  .z-index-m-85 {
    z-index: 85 !important;
  }
  .zi-m-86,
  .z-index-m-86 {
    z-index: 86 !important;
  }
  .zi-m-87,
  .z-index-m-87 {
    z-index: 87 !important;
  }
  .zi-m-88,
  .z-index-m-88 {
    z-index: 88 !important;
  }
  .zi-m-89,
  .z-index-m-89 {
    z-index: 89 !important;
  }
  .zi-m-90,
  .z-index-m-90 {
    z-index: 90 !important;
  }
  .zi-m-91,
  .z-index-m-91 {
    z-index: 91 !important;
  }
  .zi-m-92,
  .z-index-m-92 {
    z-index: 92 !important;
  }
  .zi-m-93,
  .z-index-m-93 {
    z-index: 93 !important;
  }
  .zi-m-94,
  .z-index-m-94 {
    z-index: 94 !important;
  }
  .zi-m-95,
  .z-index-m-95 {
    z-index: 95 !important;
  }
  .zi-m-96,
  .z-index-m-96 {
    z-index: 96 !important;
  }
  .zi-m-97,
  .z-index-m-97 {
    z-index: 97 !important;
  }
  .zi-m-98,
  .z-index-m-98 {
    z-index: 98 !important;
  }
  .zi-m-99,
  .z-index-m-99 {
    z-index: 99 !important;
  }
  .zi-m-100,
  .z-index-m-100 {
    z-index: 100 !important;
  }
  .hide-m,
  .hidden-m {
    display: none !important;
  }
  .show-m {
    display: block !important;
  }
  .invisible-m {
    visibility: hidden !important;
  }
  .visible-m {
    visibility: visible !important;
  }
  .flex-m-row,
  .f-m-row {
    flex-direction: row !important;
  }
  .flex-m-column,
  .f-m-column {
    flex-direction: column !important;
  }
  .flex-m-inherit,
  .f-m-inherit {
    flex-wrap: inherit !important;
  }
  .flex-m-initial,
  .f-m-initial {
    flex-wrap: initial !important;
  }
  .flex-m-nowrap,
  .f-m-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-m-revert,
  .f-m-revert {
    flex-wrap: revert !important;
  }
  .flex-m-unset,
  .f-m-unset {
    flex-wrap: unset !important;
  }
  .flex-m-wrap,
  .f-m-wrap {
    flex-wrap: wrap !important;
  }
  .flex-m-wrap-reverse,
  .f-m-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .fb-m-0, .flex-m-basis-0,
  .f-m-basis-0 {
    flex-basis: 0% !important;
  }
  .fb-m-1, .flex-m-basis-1,
  .f-m-basis-1 {
    flex-basis: 1% !important;
  }
  .fb-m-2, .flex-m-basis-2,
  .f-m-basis-2 {
    flex-basis: 2% !important;
  }
  .fb-m-3, .flex-m-basis-3,
  .f-m-basis-3 {
    flex-basis: 3% !important;
  }
  .fb-m-4, .flex-m-basis-4,
  .f-m-basis-4 {
    flex-basis: 4% !important;
  }
  .fb-m-5, .flex-m-basis-5,
  .f-m-basis-5 {
    flex-basis: 5% !important;
  }
  .fb-m-6, .flex-m-basis-6,
  .f-m-basis-6 {
    flex-basis: 6% !important;
  }
  .fb-m-7, .flex-m-basis-7,
  .f-m-basis-7 {
    flex-basis: 7% !important;
  }
  .fb-m-8, .flex-m-basis-8,
  .f-m-basis-8 {
    flex-basis: 8% !important;
  }
  .fb-m-9, .flex-m-basis-9,
  .f-m-basis-9 {
    flex-basis: 9% !important;
  }
  .fb-m-10, .flex-m-basis-10,
  .f-m-basis-10 {
    flex-basis: 10% !important;
  }
  .fb-m-11, .flex-m-basis-11,
  .f-m-basis-11 {
    flex-basis: 11% !important;
  }
  .fb-m-12, .flex-m-basis-12,
  .f-m-basis-12 {
    flex-basis: 12% !important;
  }
  .fb-m-13, .flex-m-basis-13,
  .f-m-basis-13 {
    flex-basis: 13% !important;
  }
  .fb-m-14, .flex-m-basis-14,
  .f-m-basis-14 {
    flex-basis: 14% !important;
  }
  .fb-m-15, .flex-m-basis-15,
  .f-m-basis-15 {
    flex-basis: 15% !important;
  }
  .fb-m-16, .flex-m-basis-16,
  .f-m-basis-16 {
    flex-basis: 16% !important;
  }
  .fb-m-17, .flex-m-basis-17,
  .f-m-basis-17 {
    flex-basis: 17% !important;
  }
  .fb-m-18, .flex-m-basis-18,
  .f-m-basis-18 {
    flex-basis: 18% !important;
  }
  .fb-m-19, .flex-m-basis-19,
  .f-m-basis-19 {
    flex-basis: 19% !important;
  }
  .fb-m-20, .flex-m-basis-20,
  .f-m-basis-20 {
    flex-basis: 20% !important;
  }
  .fb-m-21, .flex-m-basis-21,
  .f-m-basis-21 {
    flex-basis: 21% !important;
  }
  .fb-m-22, .flex-m-basis-22,
  .f-m-basis-22 {
    flex-basis: 22% !important;
  }
  .fb-m-23, .flex-m-basis-23,
  .f-m-basis-23 {
    flex-basis: 23% !important;
  }
  .fb-m-24, .flex-m-basis-24,
  .f-m-basis-24 {
    flex-basis: 24% !important;
  }
  .fb-m-25, .flex-m-basis-25,
  .f-m-basis-25 {
    flex-basis: 25% !important;
  }
  .fb-m-26, .flex-m-basis-26,
  .f-m-basis-26 {
    flex-basis: 26% !important;
  }
  .fb-m-27, .flex-m-basis-27,
  .f-m-basis-27 {
    flex-basis: 27% !important;
  }
  .fb-m-28, .flex-m-basis-28,
  .f-m-basis-28 {
    flex-basis: 28% !important;
  }
  .fb-m-29, .flex-m-basis-29,
  .f-m-basis-29 {
    flex-basis: 29% !important;
  }
  .fb-m-30, .flex-m-basis-30,
  .f-m-basis-30 {
    flex-basis: 30% !important;
  }
  .fb-m-31, .flex-m-basis-31,
  .f-m-basis-31 {
    flex-basis: 31% !important;
  }
  .fb-m-32, .flex-m-basis-32,
  .f-m-basis-32 {
    flex-basis: 32% !important;
  }
  .fb-m-33, .flex-m-basis-33,
  .f-m-basis-33 {
    flex-basis: 33% !important;
  }
  .fb-m-34, .flex-m-basis-34,
  .f-m-basis-34 {
    flex-basis: 34% !important;
  }
  .fb-m-35, .flex-m-basis-35,
  .f-m-basis-35 {
    flex-basis: 35% !important;
  }
  .fb-m-36, .flex-m-basis-36,
  .f-m-basis-36 {
    flex-basis: 36% !important;
  }
  .fb-m-37, .flex-m-basis-37,
  .f-m-basis-37 {
    flex-basis: 37% !important;
  }
  .fb-m-38, .flex-m-basis-38,
  .f-m-basis-38 {
    flex-basis: 38% !important;
  }
  .fb-m-39, .flex-m-basis-39,
  .f-m-basis-39 {
    flex-basis: 39% !important;
  }
  .fb-m-40, .flex-m-basis-40,
  .f-m-basis-40 {
    flex-basis: 40% !important;
  }
  .fb-m-41, .flex-m-basis-41,
  .f-m-basis-41 {
    flex-basis: 41% !important;
  }
  .fb-m-42, .flex-m-basis-42,
  .f-m-basis-42 {
    flex-basis: 42% !important;
  }
  .fb-m-43, .flex-m-basis-43,
  .f-m-basis-43 {
    flex-basis: 43% !important;
  }
  .fb-m-44, .flex-m-basis-44,
  .f-m-basis-44 {
    flex-basis: 44% !important;
  }
  .fb-m-45, .flex-m-basis-45,
  .f-m-basis-45 {
    flex-basis: 45% !important;
  }
  .fb-m-46, .flex-m-basis-46,
  .f-m-basis-46 {
    flex-basis: 46% !important;
  }
  .fb-m-47, .flex-m-basis-47,
  .f-m-basis-47 {
    flex-basis: 47% !important;
  }
  .fb-m-48, .flex-m-basis-48,
  .f-m-basis-48 {
    flex-basis: 48% !important;
  }
  .fb-m-49, .flex-m-basis-49,
  .f-m-basis-49 {
    flex-basis: 49% !important;
  }
  .fb-m-50, .flex-m-basis-50,
  .f-m-basis-50 {
    flex-basis: 50% !important;
  }
  .fb-m-51, .flex-m-basis-51,
  .f-m-basis-51 {
    flex-basis: 51% !important;
  }
  .fb-m-52, .flex-m-basis-52,
  .f-m-basis-52 {
    flex-basis: 52% !important;
  }
  .fb-m-53, .flex-m-basis-53,
  .f-m-basis-53 {
    flex-basis: 53% !important;
  }
  .fb-m-54, .flex-m-basis-54,
  .f-m-basis-54 {
    flex-basis: 54% !important;
  }
  .fb-m-55, .flex-m-basis-55,
  .f-m-basis-55 {
    flex-basis: 55% !important;
  }
  .fb-m-56, .flex-m-basis-56,
  .f-m-basis-56 {
    flex-basis: 56% !important;
  }
  .fb-m-57, .flex-m-basis-57,
  .f-m-basis-57 {
    flex-basis: 57% !important;
  }
  .fb-m-58, .flex-m-basis-58,
  .f-m-basis-58 {
    flex-basis: 58% !important;
  }
  .fb-m-59, .flex-m-basis-59,
  .f-m-basis-59 {
    flex-basis: 59% !important;
  }
  .fb-m-60, .flex-m-basis-60,
  .f-m-basis-60 {
    flex-basis: 60% !important;
  }
  .fb-m-61, .flex-m-basis-61,
  .f-m-basis-61 {
    flex-basis: 61% !important;
  }
  .fb-m-62, .flex-m-basis-62,
  .f-m-basis-62 {
    flex-basis: 62% !important;
  }
  .fb-m-63, .flex-m-basis-63,
  .f-m-basis-63 {
    flex-basis: 63% !important;
  }
  .fb-m-64, .flex-m-basis-64,
  .f-m-basis-64 {
    flex-basis: 64% !important;
  }
  .fb-m-65, .flex-m-basis-65,
  .f-m-basis-65 {
    flex-basis: 65% !important;
  }
  .fb-m-66, .flex-m-basis-66,
  .f-m-basis-66 {
    flex-basis: 66% !important;
  }
  .fb-m-67, .flex-m-basis-67,
  .f-m-basis-67 {
    flex-basis: 67% !important;
  }
  .fb-m-68, .flex-m-basis-68,
  .f-m-basis-68 {
    flex-basis: 68% !important;
  }
  .fb-m-69, .flex-m-basis-69,
  .f-m-basis-69 {
    flex-basis: 69% !important;
  }
  .fb-m-70, .flex-m-basis-70,
  .f-m-basis-70 {
    flex-basis: 70% !important;
  }
  .fb-m-71, .flex-m-basis-71,
  .f-m-basis-71 {
    flex-basis: 71% !important;
  }
  .fb-m-72, .flex-m-basis-72,
  .f-m-basis-72 {
    flex-basis: 72% !important;
  }
  .fb-m-73, .flex-m-basis-73,
  .f-m-basis-73 {
    flex-basis: 73% !important;
  }
  .fb-m-74, .flex-m-basis-74,
  .f-m-basis-74 {
    flex-basis: 74% !important;
  }
  .fb-m-75, .flex-m-basis-75,
  .f-m-basis-75 {
    flex-basis: 75% !important;
  }
  .fb-m-76, .flex-m-basis-76,
  .f-m-basis-76 {
    flex-basis: 76% !important;
  }
  .fb-m-77, .flex-m-basis-77,
  .f-m-basis-77 {
    flex-basis: 77% !important;
  }
  .fb-m-78, .flex-m-basis-78,
  .f-m-basis-78 {
    flex-basis: 78% !important;
  }
  .fb-m-79, .flex-m-basis-79,
  .f-m-basis-79 {
    flex-basis: 79% !important;
  }
  .fb-m-80, .flex-m-basis-80,
  .f-m-basis-80 {
    flex-basis: 80% !important;
  }
  .fb-m-81, .flex-m-basis-81,
  .f-m-basis-81 {
    flex-basis: 81% !important;
  }
  .fb-m-82, .flex-m-basis-82,
  .f-m-basis-82 {
    flex-basis: 82% !important;
  }
  .fb-m-83, .flex-m-basis-83,
  .f-m-basis-83 {
    flex-basis: 83% !important;
  }
  .fb-m-84, .flex-m-basis-84,
  .f-m-basis-84 {
    flex-basis: 84% !important;
  }
  .fb-m-85, .flex-m-basis-85,
  .f-m-basis-85 {
    flex-basis: 85% !important;
  }
  .fb-m-86, .flex-m-basis-86,
  .f-m-basis-86 {
    flex-basis: 86% !important;
  }
  .fb-m-87, .flex-m-basis-87,
  .f-m-basis-87 {
    flex-basis: 87% !important;
  }
  .fb-m-88, .flex-m-basis-88,
  .f-m-basis-88 {
    flex-basis: 88% !important;
  }
  .fb-m-89, .flex-m-basis-89,
  .f-m-basis-89 {
    flex-basis: 89% !important;
  }
  .fb-m-90, .flex-m-basis-90,
  .f-m-basis-90 {
    flex-basis: 90% !important;
  }
  .fb-m-91, .flex-m-basis-91,
  .f-m-basis-91 {
    flex-basis: 91% !important;
  }
  .fb-m-92, .flex-m-basis-92,
  .f-m-basis-92 {
    flex-basis: 92% !important;
  }
  .fb-m-93, .flex-m-basis-93,
  .f-m-basis-93 {
    flex-basis: 93% !important;
  }
  .fb-m-94, .flex-m-basis-94,
  .f-m-basis-94 {
    flex-basis: 94% !important;
  }
  .fb-m-95, .flex-m-basis-95,
  .f-m-basis-95 {
    flex-basis: 95% !important;
  }
  .fb-m-96, .flex-m-basis-96,
  .f-m-basis-96 {
    flex-basis: 96% !important;
  }
  .fb-m-97, .flex-m-basis-97,
  .f-m-basis-97 {
    flex-basis: 97% !important;
  }
  .fb-m-98, .flex-m-basis-98,
  .f-m-basis-98 {
    flex-basis: 98% !important;
  }
  .fb-m-99, .flex-m-basis-99,
  .f-m-basis-99 {
    flex-basis: 99% !important;
  }
  .fb-m-100, .flex-m-basis-100,
  .f-m-basis-100 {
    flex-basis: 100% !important;
  }
  .fg-m-0,
  .grow-m-0, .flex-m-grow-0,
  .f-m-grow-0 {
    flex-grow: 0 !important;
  }
  .fg-m-1,
  .grow-m-1, .flex-m-grow-1,
  .f-m-grow-1 {
    flex-grow: 1 !important;
  }
  .fg-m-2,
  .grow-m-2, .flex-m-grow-2,
  .f-m-grow-2 {
    flex-grow: 2 !important;
  }
  .fg-m-3,
  .grow-m-3, .flex-m-grow-3,
  .f-m-grow-3 {
    flex-grow: 3 !important;
  }
  .fg-m-4,
  .grow-m-4, .flex-m-grow-4,
  .f-m-grow-4 {
    flex-grow: 4 !important;
  }
  .fg-m-5,
  .grow-m-5, .flex-m-grow-5,
  .f-m-grow-5 {
    flex-grow: 5 !important;
  }
  .fg-m-6,
  .grow-m-6, .flex-m-grow-6,
  .f-m-grow-6 {
    flex-grow: 6 !important;
  }
  .fg-m-7,
  .grow-m-7, .flex-m-grow-7,
  .f-m-grow-7 {
    flex-grow: 7 !important;
  }
  .fg-m-8,
  .grow-m-8, .flex-m-grow-8,
  .f-m-grow-8 {
    flex-grow: 8 !important;
  }
  .fg-m-9,
  .grow-m-9, .flex-m-grow-9,
  .f-m-grow-9 {
    flex-grow: 9 !important;
  }
  .fg-m-10,
  .grow-m-10, .flex-m-grow-10,
  .f-m-grow-10 {
    flex-grow: 10 !important;
  }
  .fs-m-0,
  .shrink-m-0, .flex-m-shrink-0,
  .f-m-shrink-0 {
    flex-shrink: 0 !important;
  }
  .fs-m-1,
  .shrink-m-1, .flex-m-shrink-1,
  .f-m-shrink-1 {
    flex-shrink: 1 !important;
  }
  .fs-m-2,
  .shrink-m-2, .flex-m-shrink-2,
  .f-m-shrink-2 {
    flex-shrink: 2 !important;
  }
  .fs-m-3,
  .shrink-m-3, .flex-m-shrink-3,
  .f-m-shrink-3 {
    flex-shrink: 3 !important;
  }
  .fs-m-4,
  .shrink-m-4, .flex-m-shrink-4,
  .f-m-shrink-4 {
    flex-shrink: 4 !important;
  }
  .fs-m-5,
  .shrink-m-5, .flex-m-shrink-5,
  .f-m-shrink-5 {
    flex-shrink: 5 !important;
  }
  .fs-m-6,
  .shrink-m-6, .flex-m-shrink-6,
  .f-m-shrink-6 {
    flex-shrink: 6 !important;
  }
  .fs-m-7,
  .shrink-m-7, .flex-m-shrink-7,
  .f-m-shrink-7 {
    flex-shrink: 7 !important;
  }
  .fs-m-8,
  .shrink-m-8, .flex-m-shrink-8,
  .f-m-shrink-8 {
    flex-shrink: 8 !important;
  }
  .fs-m-9,
  .shrink-m-9, .flex-m-shrink-9,
  .f-m-shrink-9 {
    flex-shrink: 9 !important;
  }
  .fs-m-10,
  .shrink-m-10, .flex-m-shrink-10,
  .f-m-shrink-10 {
    flex-shrink: 10 !important;
  }
  .justify-content-m-center,
  .jc-m-center {
    justify-content: center !important;
  }
  .justify-content-m-justify,
  .jc-m-justify {
    justify-content: justify !important;
  }
  .justify-content-m-right,
  .jc-m-right {
    justify-content: right !important;
  }
  .justify-content-m-left,
  .jc-m-left {
    justify-content: left !important;
  }
  .justify-content-m-start,
  .jc-m-start {
    justify-content: start !important;
  }
  .justify-content-m-end,
  .jc-m-end {
    justify-content: end !important;
  }
  .justify-content-m-space-around,
  .jc-m-space-around {
    justify-content: space-around !important;
  }
  .justify-content-m-space-between,
  .jc-m-space-between {
    justify-content: space-between !important;
  }
  .justify-content-m-space-evenly,
  .jc-m-space-evenly {
    justify-content: space-evenly !important;
  }
  .justify-content-m-flex-start,
  .jc-m-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-m-flex-end,
  .jc-m-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-m-unset,
  .jc-m-unset {
    justify-content: unset !important;
  }
  .align-content-m-stretch,
  .ac-m-stretch {
    align-content: stretch !important;
  }
  .align-content-m-center,
  .ac-m-center {
    align-content: center !important;
  }
  .align-content-m-flex-start,
  .ac-m-flex-start {
    align-content: flex-start !important;
  }
  .align-content-m-flex-end,
  .ac-m-flex-end {
    align-content: flex-end !important;
  }
  .align-content-m-space-between,
  .ac-m-space-between {
    align-content: space-between !important;
  }
  .align-content-m-space-around,
  .ac-m-space-around {
    align-content: space-around !important;
  }
  .align-content-m-initial,
  .ac-m-initial {
    align-content: initial !important;
  }
  .align-content-m-inherit,
  .ac-m-inherit {
    align-content: inherit !important;
  }
  .align-self-m-auto,
  .as-m-auto {
    align-self: auto !important;
  }
  .align-self-m-stretch,
  .as-m-stretch {
    align-self: stretch !important;
  }
  .align-self-m-center,
  .as-m-center {
    align-self: center !important;
  }
  .align-self-m-flex-start,
  .as-m-flex-start {
    align-self: flex-start !important;
  }
  .align-self-m-flex-end,
  .as-m-flex-end {
    align-self: flex-end !important;
  }
  .align-self-m-baseline,
  .as-m-baseline {
    align-self: baseline !important;
  }
  .align-self-m-initial,
  .as-m-initial {
    align-self: initial !important;
  }
  .align-self-m-inherit,
  .as-m-inherit {
    align-self: inherit !important;
  }
  .align-items-m-stretch,
  .ai-m-stretch {
    align-items: stretch !important;
  }
  .align-items-m-center,
  .ai-m-center {
    align-items: center !important;
  }
  .align-items-m-flex-start,
  .ai-m-flex-start {
    align-items: flex-start !important;
  }
  .align-items-m-flex-end,
  .ai-m-flex-end {
    align-items: flex-end !important;
  }
  .align-items-m-baseline,
  .ai-m-baseline {
    align-items: baseline !important;
  }
  .align-items-m-initial,
  .ai-m-initial {
    align-items: initial !important;
  }
  .align-items-m-inherit,
  .ai-m-inherit {
    align-items: inherit !important;
  }
  .overflow-m-auto {
    overflow: auto !important;
  }
  .overflow-x-m-auto {
    overflow-x: auto !important;
  }
  .overflow-y-m-auto {
    overflow-y: auto !important;
  }
  .overflow-m-hidden {
    overflow: hidden !important;
  }
  .overflow-x-m-hidden {
    overflow-x: hidden !important;
  }
  .overflow-y-m-hidden {
    overflow-y: hidden !important;
  }
  .overflow-m-scroll {
    overflow: scroll !important;
  }
  .overflow-x-m-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-m-scroll {
    overflow-y: scroll !important;
  }
  .overflow-m-visible {
    overflow: visible !important;
  }
  .overflow-x-m-visible {
    overflow-x: visible !important;
  }
  .overflow-y-m-visible {
    overflow-y: visible !important;
  }
  .top-m-0 {
    top: 0px !important;
  }
  .top-m-1 {
    top: 4px !important;
  }
  .top-m-2 {
    top: 8px !important;
  }
  .top-m-3 {
    top: 12px !important;
  }
  .top-m-4 {
    top: 16px !important;
  }
  .top-m-5 {
    top: 20px !important;
  }
  .top-m-6 {
    top: 24px !important;
  }
  .top-m-7 {
    top: 28px !important;
  }
  .top-m-8 {
    top: 32px !important;
  }
  .top-m-9 {
    top: 36px !important;
  }
  .top-m-10 {
    top: 40px !important;
  }
  .top-m-11 {
    top: 44px !important;
  }
  .top-m-12 {
    top: 48px !important;
  }
  .top-m-13 {
    top: 52px !important;
  }
  .top-m-14 {
    top: 56px !important;
  }
  .top-m-15 {
    top: 60px !important;
  }
  .top-m-16 {
    top: 64px !important;
  }
  .top-m-17 {
    top: 68px !important;
  }
  .top-m-18 {
    top: 72px !important;
  }
  .top-m-19 {
    top: 76px !important;
  }
  .top-m-20 {
    top: 80px !important;
  }
  .top-m-21 {
    top: 84px !important;
  }
  .top-m-22 {
    top: 88px !important;
  }
  .top-m-23 {
    top: 92px !important;
  }
  .top-m-24 {
    top: 96px !important;
  }
  .top-m-25 {
    top: 100px !important;
  }
  .bottom-m-0 {
    bottom: 0px !important;
  }
  .bottom-m-1 {
    bottom: 4px !important;
  }
  .bottom-m-2 {
    bottom: 8px !important;
  }
  .bottom-m-3 {
    bottom: 12px !important;
  }
  .bottom-m-4 {
    bottom: 16px !important;
  }
  .bottom-m-5 {
    bottom: 20px !important;
  }
  .bottom-m-6 {
    bottom: 24px !important;
  }
  .bottom-m-7 {
    bottom: 28px !important;
  }
  .bottom-m-8 {
    bottom: 32px !important;
  }
  .bottom-m-9 {
    bottom: 36px !important;
  }
  .bottom-m-10 {
    bottom: 40px !important;
  }
  .bottom-m-11 {
    bottom: 44px !important;
  }
  .bottom-m-12 {
    bottom: 48px !important;
  }
  .bottom-m-13 {
    bottom: 52px !important;
  }
  .bottom-m-14 {
    bottom: 56px !important;
  }
  .bottom-m-15 {
    bottom: 60px !important;
  }
  .bottom-m-16 {
    bottom: 64px !important;
  }
  .bottom-m-17 {
    bottom: 68px !important;
  }
  .bottom-m-18 {
    bottom: 72px !important;
  }
  .bottom-m-19 {
    bottom: 76px !important;
  }
  .bottom-m-20 {
    bottom: 80px !important;
  }
  .bottom-m-21 {
    bottom: 84px !important;
  }
  .bottom-m-22 {
    bottom: 88px !important;
  }
  .bottom-m-23 {
    bottom: 92px !important;
  }
  .bottom-m-24 {
    bottom: 96px !important;
  }
  .bottom-m-25 {
    bottom: 100px !important;
  }
  .right-m-0 {
    right: 0px !important;
  }
  .right-m-1 {
    right: 4px !important;
  }
  .right-m-2 {
    right: 8px !important;
  }
  .right-m-3 {
    right: 12px !important;
  }
  .right-m-4 {
    right: 16px !important;
  }
  .right-m-5 {
    right: 20px !important;
  }
  .right-m-6 {
    right: 24px !important;
  }
  .right-m-7 {
    right: 28px !important;
  }
  .right-m-8 {
    right: 32px !important;
  }
  .right-m-9 {
    right: 36px !important;
  }
  .right-m-10 {
    right: 40px !important;
  }
  .right-m-11 {
    right: 44px !important;
  }
  .right-m-12 {
    right: 48px !important;
  }
  .right-m-13 {
    right: 52px !important;
  }
  .right-m-14 {
    right: 56px !important;
  }
  .right-m-15 {
    right: 60px !important;
  }
  .right-m-16 {
    right: 64px !important;
  }
  .right-m-17 {
    right: 68px !important;
  }
  .right-m-18 {
    right: 72px !important;
  }
  .right-m-19 {
    right: 76px !important;
  }
  .right-m-20 {
    right: 80px !important;
  }
  .right-m-21 {
    right: 84px !important;
  }
  .right-m-22 {
    right: 88px !important;
  }
  .right-m-23 {
    right: 92px !important;
  }
  .right-m-24 {
    right: 96px !important;
  }
  .right-m-25 {
    right: 100px !important;
  }
  .left-m-0 {
    left: 0px !important;
  }
  .left-m-1 {
    left: 4px !important;
  }
  .left-m-2 {
    left: 8px !important;
  }
  .left-m-3 {
    left: 12px !important;
  }
  .left-m-4 {
    left: 16px !important;
  }
  .left-m-5 {
    left: 20px !important;
  }
  .left-m-6 {
    left: 24px !important;
  }
  .left-m-7 {
    left: 28px !important;
  }
  .left-m-8 {
    left: 32px !important;
  }
  .left-m-9 {
    left: 36px !important;
  }
  .left-m-10 {
    left: 40px !important;
  }
  .left-m-11 {
    left: 44px !important;
  }
  .left-m-12 {
    left: 48px !important;
  }
  .left-m-13 {
    left: 52px !important;
  }
  .left-m-14 {
    left: 56px !important;
  }
  .left-m-15 {
    left: 60px !important;
  }
  .left-m-16 {
    left: 64px !important;
  }
  .left-m-17 {
    left: 68px !important;
  }
  .left-m-18 {
    left: 72px !important;
  }
  .left-m-19 {
    left: 76px !important;
  }
  .left-m-20 {
    left: 80px !important;
  }
  .left-m-21 {
    left: 84px !important;
  }
  .left-m-22 {
    left: 88px !important;
  }
  .left-m-23 {
    left: 92px !important;
  }
  .left-m-24 {
    left: 96px !important;
  }
  .left-m-25 {
    left: 100px !important;
  }
}
/*Image Styles*/
.img-fit-contain, .img-object-fit-contain, .img-of-contain, .img-contain,
.image-fit-contain,
.image-object-fit-contain,
.image-of-contain,
.image-contain {
  object-fit: contain !important;
}
.img-fit-cover, .img-object-fit-cover, .img-of-cover, .img-cover,
.image-fit-cover,
.image-object-fit-cover,
.image-of-cover,
.image-cover {
  object-fit: cover !important;
}
.img-fit-fill, .img-object-fit-fill, .img-of-fill, .img-fill,
.image-fit-fill,
.image-object-fit-fill,
.image-of-fill,
.image-fill {
  object-fit: fill !important;
}
.img-fit-inherit, .img-object-fit-inherit, .img-of-inherit, .img-inherit,
.image-fit-inherit,
.image-object-fit-inherit,
.image-of-inherit,
.image-inherit {
  object-fit: inherit !important;
}
.img-fit-initial, .img-object-fit-initial, .img-of-initial, .img-initial,
.image-fit-initial,
.image-object-fit-initial,
.image-of-initial,
.image-initial {
  object-fit: initial !important;
}
.img-fit-none, .img-object-fit-none, .img-of-none, .img-none,
.image-fit-none,
.image-object-fit-none,
.image-of-none,
.image-none {
  object-fit: none !important;
}
.img-fit-revert, .img-object-fit-revert, .img-of-revert, .img-revert,
.image-fit-revert,
.image-object-fit-revert,
.image-of-revert,
.image-revert {
  object-fit: revert !important;
}
.img-fit-scale-down, .img-object-fit-scale-down, .img-of-scale-down, .img-scale-down,
.image-fit-scale-down,
.image-object-fit-scale-down,
.image-of-scale-down,
.image-scale-down {
  object-fit: scale-down !important;
}
.img-fit-unset, .img-object-fit-unset, .img-of-unset, .img-unset,
.image-fit-unset,
.image-object-fit-unset,
.image-of-unset,
.image-unset {
  object-fit: unset !important;
}
.img-rounded,
.image-rounded {
  border-radius: 6px;
}
.img-circle,
.image-circle {
  border-radius: 50%;
}
.img-thumbnail,
.image-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-hover-light:hover,
.image-hover-light:hover {
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.7;
}
.img-hover-shadow:hover,
.image-hover-shadow:hover {
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-responsive,
.image-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-filter-blur,
.filter-blur,
.if-blur {
  filter: blur(5px);
}
.img-filter-brightness,
.filter-brightness,
.if-brightness {
  filter: brightness(0.3);
}
.img-filter-contrast,
.filter-contrast,
.if-contrast {
  filter: contrast(180%);
}
.img-filter-grayscale,
.filter-grayscale,
.if-grayscale {
  filter: grayscale(100%);
}
.img-filter-huerotate,
.filter-huerotate,
.if-huerotate {
  filter: hue-rotate(180deg);
}
.img-filter-invert,
.filter-invert,
.if-invert {
  filter: invert(100%);
}
.img-filter-opacity,
.filter-opacity,
.if-opacity {
  filter: opacity(50%);
}
.img-filter-saturate,
.filter-saturate,
.if-saturate {
  filter: saturate(7);
}
.img-filter-sepia,
.filter-sepia,
.if-sepia {
  filter: sepia(100%);
}
.img-filter-shadow,
.filter-shadow,
.if-shadow {
  filter: drop-shadow(8px 8px 10px gray);
}

.img-flip,
.flip,
.flipped {
  transform: scaleX(-1);
}
.img-flip-x,
.flip-x,
.flipped-x {
  transform: scaleX(-1);
}
.img-flip-y,
.flip-y,
.flipped-y {
  transform: scaleY(-1);
}

.img-avatar,
.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media screen and (min-width: 2500px) and (max-width: none) {
  /*Image Styles*/
  .img-xl-fit-contain, .img-xl-object-fit-contain, .img-xl-of-contain,
  .image-xl-fit-contain,
  .image-xl-object-fit-contain,
  .image-xl-of-contain {
    object-fit: contain !important;
  }
  .img-xl-fit-cover, .img-xl-object-fit-cover, .img-xl-of-cover,
  .image-xl-fit-cover,
  .image-xl-object-fit-cover,
  .image-xl-of-cover {
    object-fit: cover !important;
  }
  .img-xl-fit-fill, .img-xl-object-fit-fill, .img-xl-of-fill,
  .image-xl-fit-fill,
  .image-xl-object-fit-fill,
  .image-xl-of-fill {
    object-fit: fill !important;
  }
  .img-xl-fit-inherit, .img-xl-object-fit-inherit, .img-xl-of-inherit,
  .image-xl-fit-inherit,
  .image-xl-object-fit-inherit,
  .image-xl-of-inherit {
    object-fit: inherit !important;
  }
  .img-xl-fit-initial, .img-xl-object-fit-initial, .img-xl-of-initial,
  .image-xl-fit-initial,
  .image-xl-object-fit-initial,
  .image-xl-of-initial {
    object-fit: initial !important;
  }
  .img-xl-fit-none, .img-xl-object-fit-none, .img-xl-of-none,
  .image-xl-fit-none,
  .image-xl-object-fit-none,
  .image-xl-of-none {
    object-fit: none !important;
  }
  .img-xl-fit-revert, .img-xl-object-fit-revert, .img-xl-of-revert,
  .image-xl-fit-revert,
  .image-xl-object-fit-revert,
  .image-xl-of-revert {
    object-fit: revert !important;
  }
  .img-xl-fit-scale-down, .img-xl-object-fit-scale-down, .img-xl-of-scale-down,
  .image-xl-fit-scale-down,
  .image-xl-object-fit-scale-down,
  .image-xl-of-scale-down {
    object-fit: scale-down !important;
  }
  .img-xl-fit-unset, .img-xl-object-fit-unset, .img-xl-of-unset,
  .image-xl-fit-unset,
  .image-xl-object-fit-unset,
  .image-xl-of-unset {
    object-fit: unset !important;
  }
  .img-xl-rounded,
  .image-xl-rounded {
    border-radius: 6px;
  }
  .img-xl-circle,
  .image-xl-circle {
    border-radius: 50%;
  }
  .img-xl-thumbnail,
  .image-xl-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .img-xl-hover-light:hover,
  .image-xl-hover-light:hover {
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.7;
  }
  .img-xl-hover-shadow:hover,
  .image-xl-hover-shadow:hover {
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .img-xl-responsive,
  .image-xl-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .img-filter-xl-blur,
  .filter-xl-blur,
  .if-xl-blur {
    filter: blur(5px);
  }
  .img-filter-xl-brightness,
  .filter-xl-brightness,
  .if-xl-brightness {
    filter: brightness(0.3);
  }
  .img-filter-xl-contrast,
  .filter-xl-contrast,
  .if-xl-contrast {
    filter: contrast(180%);
  }
  .img-filter-xl-grayscale,
  .filter-xl-grayscale,
  .if-xl-grayscale {
    filter: grayscale(100%);
  }
  .img-filter-xl-huerotate,
  .filter-xl-huerotate,
  .if-xl-huerotate {
    filter: hue-rotate(180deg);
  }
  .img-filter-xl-invert,
  .filter-xl-invert,
  .if-xl-invert {
    filter: invert(100%);
  }
  .img-filter-xl-opacity,
  .filter-xl-opacity,
  .if-xl-opacity {
    filter: opacity(50%);
  }
  .img-filter-xl-saturate,
  .filter-xl-saturate,
  .if-xl-saturate {
    filter: saturate(7);
  }
  .img-filter-xl-sepia,
  .filter-xl-sepia,
  .if-xl-sepia {
    filter: sepia(100%);
  }
  .img-filter-xl-shadow,
  .filter-xl-shadow,
  .if-xl-shadow {
    filter: drop-shadow(8px 8px 10px gray);
  }
  .img-flip-xl,
  .flip-xl,
  .flipped-xl {
    transform: scaleX(-1);
  }
  .img-flip-xl-x,
  .flip-xl-x,
  .flipped-xl-x {
    transform: scaleX(-1);
  }
  .img-flip-xl-y,
  .flip-xl-y,
  .flipped-xl-y {
    transform: scaleY(-1);
  }
}
@media screen and (min-width: 0) and (max-width: 1000px) {
  /*Image Styles*/
  .img-t-fit-contain, .img-t-object-fit-contain, .img-t-of-contain,
  .image-t-fit-contain,
  .image-t-object-fit-contain,
  .image-t-of-contain {
    object-fit: contain !important;
  }
  .img-t-fit-cover, .img-t-object-fit-cover, .img-t-of-cover,
  .image-t-fit-cover,
  .image-t-object-fit-cover,
  .image-t-of-cover {
    object-fit: cover !important;
  }
  .img-t-fit-fill, .img-t-object-fit-fill, .img-t-of-fill,
  .image-t-fit-fill,
  .image-t-object-fit-fill,
  .image-t-of-fill {
    object-fit: fill !important;
  }
  .img-t-fit-inherit, .img-t-object-fit-inherit, .img-t-of-inherit,
  .image-t-fit-inherit,
  .image-t-object-fit-inherit,
  .image-t-of-inherit {
    object-fit: inherit !important;
  }
  .img-t-fit-initial, .img-t-object-fit-initial, .img-t-of-initial,
  .image-t-fit-initial,
  .image-t-object-fit-initial,
  .image-t-of-initial {
    object-fit: initial !important;
  }
  .img-t-fit-none, .img-t-object-fit-none, .img-t-of-none,
  .image-t-fit-none,
  .image-t-object-fit-none,
  .image-t-of-none {
    object-fit: none !important;
  }
  .img-t-fit-revert, .img-t-object-fit-revert, .img-t-of-revert,
  .image-t-fit-revert,
  .image-t-object-fit-revert,
  .image-t-of-revert {
    object-fit: revert !important;
  }
  .img-t-fit-scale-down, .img-t-object-fit-scale-down, .img-t-of-scale-down,
  .image-t-fit-scale-down,
  .image-t-object-fit-scale-down,
  .image-t-of-scale-down {
    object-fit: scale-down !important;
  }
  .img-t-fit-unset, .img-t-object-fit-unset, .img-t-of-unset,
  .image-t-fit-unset,
  .image-t-object-fit-unset,
  .image-t-of-unset {
    object-fit: unset !important;
  }
  .img-t-rounded,
  .image-t-rounded {
    border-radius: 6px;
  }
  .img-t-circle,
  .image-t-circle {
    border-radius: 50%;
  }
  .img-t-thumbnail,
  .image-t-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .img-t-hover-light:hover,
  .image-t-hover-light:hover {
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.7;
  }
  .img-t-hover-shadow:hover,
  .image-t-hover-shadow:hover {
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .img-t-responsive,
  .image-t-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .img-filter-t-blur,
  .filter-t-blur,
  .if-t-blur {
    filter: blur(5px);
  }
  .img-filter-t-brightness,
  .filter-t-brightness,
  .if-t-brightness {
    filter: brightness(0.3);
  }
  .img-filter-t-contrast,
  .filter-t-contrast,
  .if-t-contrast {
    filter: contrast(180%);
  }
  .img-filter-t-grayscale,
  .filter-t-grayscale,
  .if-t-grayscale {
    filter: grayscale(100%);
  }
  .img-filter-t-huerotate,
  .filter-t-huerotate,
  .if-t-huerotate {
    filter: hue-rotate(180deg);
  }
  .img-filter-t-invert,
  .filter-t-invert,
  .if-t-invert {
    filter: invert(100%);
  }
  .img-filter-t-opacity,
  .filter-t-opacity,
  .if-t-opacity {
    filter: opacity(50%);
  }
  .img-filter-t-saturate,
  .filter-t-saturate,
  .if-t-saturate {
    filter: saturate(7);
  }
  .img-filter-t-sepia,
  .filter-t-sepia,
  .if-t-sepia {
    filter: sepia(100%);
  }
  .img-filter-t-shadow,
  .filter-t-shadow,
  .if-t-shadow {
    filter: drop-shadow(8px 8px 10px gray);
  }
  .img-flip-t,
  .flip-t,
  .flipped-t {
    transform: scaleX(-1);
  }
  .img-flip-t-x,
  .flip-t-x,
  .flipped-t-x {
    transform: scaleX(-1);
  }
  .img-flip-t-y,
  .flip-t-y,
  .flipped-t-y {
    transform: scaleY(-1);
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  /*Image Styles*/
  .img-m-fit-contain, .img-m-object-fit-contain, .img-m-of-contain,
  .image-m-fit-contain,
  .image-m-object-fit-contain,
  .image-m-of-contain {
    object-fit: contain !important;
  }
  .img-m-fit-cover, .img-m-object-fit-cover, .img-m-of-cover,
  .image-m-fit-cover,
  .image-m-object-fit-cover,
  .image-m-of-cover {
    object-fit: cover !important;
  }
  .img-m-fit-fill, .img-m-object-fit-fill, .img-m-of-fill,
  .image-m-fit-fill,
  .image-m-object-fit-fill,
  .image-m-of-fill {
    object-fit: fill !important;
  }
  .img-m-fit-inherit, .img-m-object-fit-inherit, .img-m-of-inherit,
  .image-m-fit-inherit,
  .image-m-object-fit-inherit,
  .image-m-of-inherit {
    object-fit: inherit !important;
  }
  .img-m-fit-initial, .img-m-object-fit-initial, .img-m-of-initial,
  .image-m-fit-initial,
  .image-m-object-fit-initial,
  .image-m-of-initial {
    object-fit: initial !important;
  }
  .img-m-fit-none, .img-m-object-fit-none, .img-m-of-none,
  .image-m-fit-none,
  .image-m-object-fit-none,
  .image-m-of-none {
    object-fit: none !important;
  }
  .img-m-fit-revert, .img-m-object-fit-revert, .img-m-of-revert,
  .image-m-fit-revert,
  .image-m-object-fit-revert,
  .image-m-of-revert {
    object-fit: revert !important;
  }
  .img-m-fit-scale-down, .img-m-object-fit-scale-down, .img-m-of-scale-down,
  .image-m-fit-scale-down,
  .image-m-object-fit-scale-down,
  .image-m-of-scale-down {
    object-fit: scale-down !important;
  }
  .img-m-fit-unset, .img-m-object-fit-unset, .img-m-of-unset,
  .image-m-fit-unset,
  .image-m-object-fit-unset,
  .image-m-of-unset {
    object-fit: unset !important;
  }
  .img-m-rounded,
  .image-m-rounded {
    border-radius: 6px;
  }
  .img-m-circle,
  .image-m-circle {
    border-radius: 50%;
  }
  .img-m-thumbnail,
  .image-m-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .img-m-hover-light:hover,
  .image-m-hover-light:hover {
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.7;
  }
  .img-m-hover-shadow:hover,
  .image-m-hover-shadow:hover {
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .img-m-responsive,
  .image-m-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .img-filter-m-blur,
  .filter-m-blur,
  .if-m-blur {
    filter: blur(5px);
  }
  .img-filter-m-brightness,
  .filter-m-brightness,
  .if-m-brightness {
    filter: brightness(0.3);
  }
  .img-filter-m-contrast,
  .filter-m-contrast,
  .if-m-contrast {
    filter: contrast(180%);
  }
  .img-filter-m-grayscale,
  .filter-m-grayscale,
  .if-m-grayscale {
    filter: grayscale(100%);
  }
  .img-filter-m-huerotate,
  .filter-m-huerotate,
  .if-m-huerotate {
    filter: hue-rotate(180deg);
  }
  .img-filter-m-invert,
  .filter-m-invert,
  .if-m-invert {
    filter: invert(100%);
  }
  .img-filter-m-opacity,
  .filter-m-opacity,
  .if-m-opacity {
    filter: opacity(50%);
  }
  .img-filter-m-saturate,
  .filter-m-saturate,
  .if-m-saturate {
    filter: saturate(7);
  }
  .img-filter-m-sepia,
  .filter-m-sepia,
  .if-m-sepia {
    filter: sepia(100%);
  }
  .img-filter-m-shadow,
  .filter-m-shadow,
  .if-m-shadow {
    filter: drop-shadow(8px 8px 10px gray);
  }
  .img-flip-m,
  .flip-m,
  .flipped-m {
    transform: scaleX(-1);
  }
  .img-flip-m-x,
  .flip-m-x,
  .flipped-m-x {
    transform: scaleX(-1);
  }
  .img-flip-m-y,
  .flip-m-y,
  .flipped-m-y {
    transform: scaleY(-1);
  }
}
/*Margin*/
.m-auto,
.margin-auto {
  margin: auto !important;
}
.m-0,
.margin-0 {
  margin: 0rem !important;
}
.m-1,
.margin-1 {
  margin: 0.25rem !important;
}
.m-2,
.margin-2 {
  margin: 0.5rem !important;
}
.m-3,
.margin-3 {
  margin: 0.75rem !important;
}
.m-4,
.margin-4 {
  margin: 1rem !important;
}
.m-5,
.margin-5 {
  margin: 1.25rem !important;
}
.m-6,
.margin-6 {
  margin: 1.5rem !important;
}
.m-7,
.margin-7 {
  margin: 1.75rem !important;
}
.m-8,
.margin-8 {
  margin: 2rem !important;
}
.m-9,
.margin-9 {
  margin: 2.25rem !important;
}
.m-10,
.margin-10 {
  margin: 2.5rem !important;
}
.m-11,
.margin-11 {
  margin: 2.75rem !important;
}
.m-12,
.margin-12 {
  margin: 3rem !important;
}
.m-13,
.margin-13 {
  margin: 3.25rem !important;
}
.m-14,
.margin-14 {
  margin: 3.5rem !important;
}
.m-15,
.margin-15 {
  margin: 3.75rem !important;
}
.m-16,
.margin-16 {
  margin: 4rem !important;
}
.m-17,
.margin-17 {
  margin: 4.25rem !important;
}
.m-18,
.margin-18 {
  margin: 4.5rem !important;
}
.m-19,
.margin-19 {
  margin: 4.75rem !important;
}
.m-20,
.margin-20 {
  margin: 5rem !important;
}
.m-21,
.margin-21 {
  margin: 5.25rem !important;
}
.m-22,
.margin-22 {
  margin: 5.5rem !important;
}
.m-23,
.margin-23 {
  margin: 5.75rem !important;
}
.m-24,
.margin-24 {
  margin: 6rem !important;
}
.m-25,
.margin-25 {
  margin: 6.25rem !important;
}
.mt-auto, .m-top-auto,
.margint-auto,
.margin-top-auto {
  margin-top: auto !important;
}
.mt-0, .m-top-0,
.margint-0,
.margin-top-0 {
  margin-top: 0rem !important;
}
.mt-1, .m-top-1,
.margint-1,
.margin-top-1 {
  margin-top: 0.25rem !important;
}
.mt-2, .m-top-2,
.margint-2,
.margin-top-2 {
  margin-top: 0.5rem !important;
}
.mt-3, .m-top-3,
.margint-3,
.margin-top-3 {
  margin-top: 0.75rem !important;
}
.mt-4, .m-top-4,
.margint-4,
.margin-top-4 {
  margin-top: 1rem !important;
}
.mt-5, .m-top-5,
.margint-5,
.margin-top-5 {
  margin-top: 1.25rem !important;
}
.mt-6, .m-top-6,
.margint-6,
.margin-top-6 {
  margin-top: 1.5rem !important;
}
.mt-7, .m-top-7,
.margint-7,
.margin-top-7 {
  margin-top: 1.75rem !important;
}
.mt-8, .m-top-8,
.margint-8,
.margin-top-8 {
  margin-top: 2rem !important;
}
.mt-9, .m-top-9,
.margint-9,
.margin-top-9 {
  margin-top: 2.25rem !important;
}
.mt-10, .m-top-10,
.margint-10,
.margin-top-10 {
  margin-top: 2.5rem !important;
}
.mt-11, .m-top-11,
.margint-11,
.margin-top-11 {
  margin-top: 2.75rem !important;
}
.mt-12, .m-top-12,
.margint-12,
.margin-top-12 {
  margin-top: 3rem !important;
}
.mt-13, .m-top-13,
.margint-13,
.margin-top-13 {
  margin-top: 3.25rem !important;
}
.mt-14, .m-top-14,
.margint-14,
.margin-top-14 {
  margin-top: 3.5rem !important;
}
.mt-15, .m-top-15,
.margint-15,
.margin-top-15 {
  margin-top: 3.75rem !important;
}
.mt-16, .m-top-16,
.margint-16,
.margin-top-16 {
  margin-top: 4rem !important;
}
.mt-17, .m-top-17,
.margint-17,
.margin-top-17 {
  margin-top: 4.25rem !important;
}
.mt-18, .m-top-18,
.margint-18,
.margin-top-18 {
  margin-top: 4.5rem !important;
}
.mt-19, .m-top-19,
.margint-19,
.margin-top-19 {
  margin-top: 4.75rem !important;
}
.mt-20, .m-top-20,
.margint-20,
.margin-top-20 {
  margin-top: 5rem !important;
}
.mt-21, .m-top-21,
.margint-21,
.margin-top-21 {
  margin-top: 5.25rem !important;
}
.mt-22, .m-top-22,
.margint-22,
.margin-top-22 {
  margin-top: 5.5rem !important;
}
.mt-23, .m-top-23,
.margint-23,
.margin-top-23 {
  margin-top: 5.75rem !important;
}
.mt-24, .m-top-24,
.margint-24,
.margin-top-24 {
  margin-top: 6rem !important;
}
.mt-25, .m-top-25,
.margint-25,
.margin-top-25 {
  margin-top: 6.25rem !important;
}
.mb-auto, .m-bottom-auto,
.marginb-auto,
.margin-bottom-auto {
  margin-bottom: auto !important;
}
.mb-0, .m-bottom-0,
.marginb-0,
.margin-bottom-0 {
  margin-bottom: 0rem !important;
}
.mb-1, .m-bottom-1,
.marginb-1,
.margin-bottom-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2, .m-bottom-2,
.marginb-2,
.margin-bottom-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3, .m-bottom-3,
.marginb-3,
.margin-bottom-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4, .m-bottom-4,
.marginb-4,
.margin-bottom-4 {
  margin-bottom: 1rem !important;
}
.mb-5, .m-bottom-5,
.marginb-5,
.margin-bottom-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6, .m-bottom-6,
.marginb-6,
.margin-bottom-6 {
  margin-bottom: 1.5rem !important;
}
.mb-7, .m-bottom-7,
.marginb-7,
.margin-bottom-7 {
  margin-bottom: 1.75rem !important;
}
.mb-8, .m-bottom-8,
.marginb-8,
.margin-bottom-8 {
  margin-bottom: 2rem !important;
}
.mb-9, .m-bottom-9,
.marginb-9,
.margin-bottom-9 {
  margin-bottom: 2.25rem !important;
}
.mb-10, .m-bottom-10,
.marginb-10,
.margin-bottom-10 {
  margin-bottom: 2.5rem !important;
}
.mb-11, .m-bottom-11,
.marginb-11,
.margin-bottom-11 {
  margin-bottom: 2.75rem !important;
}
.mb-12, .m-bottom-12,
.marginb-12,
.margin-bottom-12 {
  margin-bottom: 3rem !important;
}
.mb-13, .m-bottom-13,
.marginb-13,
.margin-bottom-13 {
  margin-bottom: 3.25rem !important;
}
.mb-14, .m-bottom-14,
.marginb-14,
.margin-bottom-14 {
  margin-bottom: 3.5rem !important;
}
.mb-15, .m-bottom-15,
.marginb-15,
.margin-bottom-15 {
  margin-bottom: 3.75rem !important;
}
.mb-16, .m-bottom-16,
.marginb-16,
.margin-bottom-16 {
  margin-bottom: 4rem !important;
}
.mb-17, .m-bottom-17,
.marginb-17,
.margin-bottom-17 {
  margin-bottom: 4.25rem !important;
}
.mb-18, .m-bottom-18,
.marginb-18,
.margin-bottom-18 {
  margin-bottom: 4.5rem !important;
}
.mb-19, .m-bottom-19,
.marginb-19,
.margin-bottom-19 {
  margin-bottom: 4.75rem !important;
}
.mb-20, .m-bottom-20,
.marginb-20,
.margin-bottom-20 {
  margin-bottom: 5rem !important;
}
.mb-21, .m-bottom-21,
.marginb-21,
.margin-bottom-21 {
  margin-bottom: 5.25rem !important;
}
.mb-22, .m-bottom-22,
.marginb-22,
.margin-bottom-22 {
  margin-bottom: 5.5rem !important;
}
.mb-23, .m-bottom-23,
.marginb-23,
.margin-bottom-23 {
  margin-bottom: 5.75rem !important;
}
.mb-24, .m-bottom-24,
.marginb-24,
.margin-bottom-24 {
  margin-bottom: 6rem !important;
}
.mb-25, .m-bottom-25,
.marginb-25,
.margin-bottom-25 {
  margin-bottom: 6.25rem !important;
}
.mr-auto, .m-right-auto,
.marginr-auto,
.margin-right-auto {
  margin-right: auto !important;
}
.mr-0, .m-right-0,
.marginr-0,
.margin-right-0 {
  margin-right: 0rem !important;
}
.mr-1, .m-right-1,
.marginr-1,
.margin-right-1 {
  margin-right: 0.25rem !important;
}
.mr-2, .m-right-2,
.marginr-2,
.margin-right-2 {
  margin-right: 0.5rem !important;
}
.mr-3, .m-right-3,
.marginr-3,
.margin-right-3 {
  margin-right: 0.75rem !important;
}
.mr-4, .m-right-4,
.marginr-4,
.margin-right-4 {
  margin-right: 1rem !important;
}
.mr-5, .m-right-5,
.marginr-5,
.margin-right-5 {
  margin-right: 1.25rem !important;
}
.mr-6, .m-right-6,
.marginr-6,
.margin-right-6 {
  margin-right: 1.5rem !important;
}
.mr-7, .m-right-7,
.marginr-7,
.margin-right-7 {
  margin-right: 1.75rem !important;
}
.mr-8, .m-right-8,
.marginr-8,
.margin-right-8 {
  margin-right: 2rem !important;
}
.mr-9, .m-right-9,
.marginr-9,
.margin-right-9 {
  margin-right: 2.25rem !important;
}
.mr-10, .m-right-10,
.marginr-10,
.margin-right-10 {
  margin-right: 2.5rem !important;
}
.mr-11, .m-right-11,
.marginr-11,
.margin-right-11 {
  margin-right: 2.75rem !important;
}
.mr-12, .m-right-12,
.marginr-12,
.margin-right-12 {
  margin-right: 3rem !important;
}
.mr-13, .m-right-13,
.marginr-13,
.margin-right-13 {
  margin-right: 3.25rem !important;
}
.mr-14, .m-right-14,
.marginr-14,
.margin-right-14 {
  margin-right: 3.5rem !important;
}
.mr-15, .m-right-15,
.marginr-15,
.margin-right-15 {
  margin-right: 3.75rem !important;
}
.mr-16, .m-right-16,
.marginr-16,
.margin-right-16 {
  margin-right: 4rem !important;
}
.mr-17, .m-right-17,
.marginr-17,
.margin-right-17 {
  margin-right: 4.25rem !important;
}
.mr-18, .m-right-18,
.marginr-18,
.margin-right-18 {
  margin-right: 4.5rem !important;
}
.mr-19, .m-right-19,
.marginr-19,
.margin-right-19 {
  margin-right: 4.75rem !important;
}
.mr-20, .m-right-20,
.marginr-20,
.margin-right-20 {
  margin-right: 5rem !important;
}
.mr-21, .m-right-21,
.marginr-21,
.margin-right-21 {
  margin-right: 5.25rem !important;
}
.mr-22, .m-right-22,
.marginr-22,
.margin-right-22 {
  margin-right: 5.5rem !important;
}
.mr-23, .m-right-23,
.marginr-23,
.margin-right-23 {
  margin-right: 5.75rem !important;
}
.mr-24, .m-right-24,
.marginr-24,
.margin-right-24 {
  margin-right: 6rem !important;
}
.mr-25, .m-right-25,
.marginr-25,
.margin-right-25 {
  margin-right: 6.25rem !important;
}
.ml-auto, .m-left-auto,
.marginl-auto,
.margin-left-auto {
  margin-left: auto !important;
}
.ml-0, .m-left-0,
.marginl-0,
.margin-left-0 {
  margin-left: 0rem !important;
}
.ml-1, .m-left-1,
.marginl-1,
.margin-left-1 {
  margin-left: 0.25rem !important;
}
.ml-2, .m-left-2,
.marginl-2,
.margin-left-2 {
  margin-left: 0.5rem !important;
}
.ml-3, .m-left-3,
.marginl-3,
.margin-left-3 {
  margin-left: 0.75rem !important;
}
.ml-4, .m-left-4,
.marginl-4,
.margin-left-4 {
  margin-left: 1rem !important;
}
.ml-5, .m-left-5,
.marginl-5,
.margin-left-5 {
  margin-left: 1.25rem !important;
}
.ml-6, .m-left-6,
.marginl-6,
.margin-left-6 {
  margin-left: 1.5rem !important;
}
.ml-7, .m-left-7,
.marginl-7,
.margin-left-7 {
  margin-left: 1.75rem !important;
}
.ml-8, .m-left-8,
.marginl-8,
.margin-left-8 {
  margin-left: 2rem !important;
}
.ml-9, .m-left-9,
.marginl-9,
.margin-left-9 {
  margin-left: 2.25rem !important;
}
.ml-10, .m-left-10,
.marginl-10,
.margin-left-10 {
  margin-left: 2.5rem !important;
}
.ml-11, .m-left-11,
.marginl-11,
.margin-left-11 {
  margin-left: 2.75rem !important;
}
.ml-12, .m-left-12,
.marginl-12,
.margin-left-12 {
  margin-left: 3rem !important;
}
.ml-13, .m-left-13,
.marginl-13,
.margin-left-13 {
  margin-left: 3.25rem !important;
}
.ml-14, .m-left-14,
.marginl-14,
.margin-left-14 {
  margin-left: 3.5rem !important;
}
.ml-15, .m-left-15,
.marginl-15,
.margin-left-15 {
  margin-left: 3.75rem !important;
}
.ml-16, .m-left-16,
.marginl-16,
.margin-left-16 {
  margin-left: 4rem !important;
}
.ml-17, .m-left-17,
.marginl-17,
.margin-left-17 {
  margin-left: 4.25rem !important;
}
.ml-18, .m-left-18,
.marginl-18,
.margin-left-18 {
  margin-left: 4.5rem !important;
}
.ml-19, .m-left-19,
.marginl-19,
.margin-left-19 {
  margin-left: 4.75rem !important;
}
.ml-20, .m-left-20,
.marginl-20,
.margin-left-20 {
  margin-left: 5rem !important;
}
.ml-21, .m-left-21,
.marginl-21,
.margin-left-21 {
  margin-left: 5.25rem !important;
}
.ml-22, .m-left-22,
.marginl-22,
.margin-left-22 {
  margin-left: 5.5rem !important;
}
.ml-23, .m-left-23,
.marginl-23,
.margin-left-23 {
  margin-left: 5.75rem !important;
}
.ml-24, .m-left-24,
.marginl-24,
.margin-left-24 {
  margin-left: 6rem !important;
}
.ml-25, .m-left-25,
.marginl-25,
.margin-left-25 {
  margin-left: 6.25rem !important;
}
.mx-auto,
.marginx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.mx-0,
.marginx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.mx-1,
.marginx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2,
.marginx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3,
.marginx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}
.mx-4,
.marginx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-5,
.marginx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}
.mx-6,
.marginx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-7,
.marginx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}
.mx-8,
.marginx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.mx-9,
.marginx-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}
.mx-10,
.marginx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.mx-11,
.marginx-11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}
.mx-12,
.marginx-12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-13,
.marginx-13 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}
.mx-14,
.marginx-14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}
.mx-15,
.marginx-15 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}
.mx-16,
.marginx-16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
.mx-17,
.marginx-17 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}
.mx-18,
.marginx-18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}
.mx-19,
.marginx-19 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}
.mx-20,
.marginx-20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.mx-21,
.marginx-21 {
  margin-right: 5.25rem !important;
  margin-left: 5.25rem !important;
}
.mx-22,
.marginx-22 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}
.mx-23,
.marginx-23 {
  margin-right: 5.75rem !important;
  margin-left: 5.75rem !important;
}
.mx-24,
.marginx-24 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}
.mx-25,
.marginx-25 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}
.my-auto,
.marginy-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.my-0,
.marginy-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.my-1,
.marginy-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2,
.marginy-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3,
.marginy-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-4,
.marginy-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-5,
.marginy-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-6,
.marginy-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-7,
.marginy-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}
.my-8,
.marginy-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-9,
.marginy-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}
.my-10,
.marginy-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-11,
.marginy-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}
.my-12,
.marginy-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-13,
.marginy-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}
.my-14,
.marginy-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.my-15,
.marginy-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}
.my-16,
.marginy-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-17,
.marginy-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}
.my-18,
.marginy-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.my-19,
.marginy-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}
.my-20,
.marginy-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-21,
.marginy-21 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}
.my-22,
.marginy-22 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}
.my-23,
.marginy-23 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}
.my-24,
.marginy-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-25,
.marginy-25 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

@media screen and (min-width: 2500px) and (max-width: none) {
  /*Margin*/
  .m-xl-auto,
  .margin-xl-auto {
    margin: auto !important;
  }
  .m-xl-0,
  .margin-xl-0 {
    margin: 0rem !important;
  }
  .m-xl-1,
  .margin-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2,
  .margin-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3,
  .margin-xl-3 {
    margin: 0.75rem !important;
  }
  .m-xl-4,
  .margin-xl-4 {
    margin: 1rem !important;
  }
  .m-xl-5,
  .margin-xl-5 {
    margin: 1.25rem !important;
  }
  .m-xl-6,
  .margin-xl-6 {
    margin: 1.5rem !important;
  }
  .m-xl-7,
  .margin-xl-7 {
    margin: 1.75rem !important;
  }
  .m-xl-8,
  .margin-xl-8 {
    margin: 2rem !important;
  }
  .m-xl-9,
  .margin-xl-9 {
    margin: 2.25rem !important;
  }
  .m-xl-10,
  .margin-xl-10 {
    margin: 2.5rem !important;
  }
  .m-xl-11,
  .margin-xl-11 {
    margin: 2.75rem !important;
  }
  .m-xl-12,
  .margin-xl-12 {
    margin: 3rem !important;
  }
  .m-xl-13,
  .margin-xl-13 {
    margin: 3.25rem !important;
  }
  .m-xl-14,
  .margin-xl-14 {
    margin: 3.5rem !important;
  }
  .m-xl-15,
  .margin-xl-15 {
    margin: 3.75rem !important;
  }
  .m-xl-16,
  .margin-xl-16 {
    margin: 4rem !important;
  }
  .m-xl-17,
  .margin-xl-17 {
    margin: 4.25rem !important;
  }
  .m-xl-18,
  .margin-xl-18 {
    margin: 4.5rem !important;
  }
  .m-xl-19,
  .margin-xl-19 {
    margin: 4.75rem !important;
  }
  .m-xl-20,
  .margin-xl-20 {
    margin: 5rem !important;
  }
  .m-xl-21,
  .margin-xl-21 {
    margin: 5.25rem !important;
  }
  .m-xl-22,
  .margin-xl-22 {
    margin: 5.5rem !important;
  }
  .m-xl-23,
  .margin-xl-23 {
    margin: 5.75rem !important;
  }
  .m-xl-24,
  .margin-xl-24 {
    margin: 6rem !important;
  }
  .m-xl-25,
  .margin-xl-25 {
    margin: 6.25rem !important;
  }
  .mt-xl-auto, .m-top-xl-auto,
  .margint-xl-auto,
  .margin-top-xl-auto {
    margin-top: auto !important;
  }
  .mt-xl-0, .m-top-xl-0,
  .margint-xl-0,
  .margin-top-xl-0 {
    margin-top: 0rem !important;
  }
  .mt-xl-1, .m-top-xl-1,
  .margint-xl-1,
  .margin-top-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2, .m-top-xl-2,
  .margint-xl-2,
  .margin-top-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3, .m-top-xl-3,
  .margint-xl-3,
  .margin-top-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-4, .m-top-xl-4,
  .margint-xl-4,
  .margin-top-xl-4 {
    margin-top: 1rem !important;
  }
  .mt-xl-5, .m-top-xl-5,
  .margint-xl-5,
  .margin-top-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-6, .m-top-xl-6,
  .margint-xl-6,
  .margin-top-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-7, .m-top-xl-7,
  .margint-xl-7,
  .margin-top-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-8, .m-top-xl-8,
  .margint-xl-8,
  .margin-top-xl-8 {
    margin-top: 2rem !important;
  }
  .mt-xl-9, .m-top-xl-9,
  .margint-xl-9,
  .margin-top-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-10, .m-top-xl-10,
  .margint-xl-10,
  .margin-top-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-11, .m-top-xl-11,
  .margint-xl-11,
  .margin-top-xl-11 {
    margin-top: 2.75rem !important;
  }
  .mt-xl-12, .m-top-xl-12,
  .margint-xl-12,
  .margin-top-xl-12 {
    margin-top: 3rem !important;
  }
  .mt-xl-13, .m-top-xl-13,
  .margint-xl-13,
  .margin-top-xl-13 {
    margin-top: 3.25rem !important;
  }
  .mt-xl-14, .m-top-xl-14,
  .margint-xl-14,
  .margin-top-xl-14 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-15, .m-top-xl-15,
  .margint-xl-15,
  .margin-top-xl-15 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-16, .m-top-xl-16,
  .margint-xl-16,
  .margin-top-xl-16 {
    margin-top: 4rem !important;
  }
  .mt-xl-17, .m-top-xl-17,
  .margint-xl-17,
  .margin-top-xl-17 {
    margin-top: 4.25rem !important;
  }
  .mt-xl-18, .m-top-xl-18,
  .margint-xl-18,
  .margin-top-xl-18 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-19, .m-top-xl-19,
  .margint-xl-19,
  .margin-top-xl-19 {
    margin-top: 4.75rem !important;
  }
  .mt-xl-20, .m-top-xl-20,
  .margint-xl-20,
  .margin-top-xl-20 {
    margin-top: 5rem !important;
  }
  .mt-xl-21, .m-top-xl-21,
  .margint-xl-21,
  .margin-top-xl-21 {
    margin-top: 5.25rem !important;
  }
  .mt-xl-22, .m-top-xl-22,
  .margint-xl-22,
  .margin-top-xl-22 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-23, .m-top-xl-23,
  .margint-xl-23,
  .margin-top-xl-23 {
    margin-top: 5.75rem !important;
  }
  .mt-xl-24, .m-top-xl-24,
  .margint-xl-24,
  .margin-top-xl-24 {
    margin-top: 6rem !important;
  }
  .mt-xl-25, .m-top-xl-25,
  .margint-xl-25,
  .margin-top-xl-25 {
    margin-top: 6.25rem !important;
  }
  .mb-xl-auto, .m-bottom-xl-auto,
  .marginb-xl-auto,
  .margin-bottom-xl-auto {
    margin-bottom: auto !important;
  }
  .mb-xl-0, .m-bottom-xl-0,
  .marginb-xl-0,
  .margin-bottom-xl-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xl-1, .m-bottom-xl-1,
  .marginb-xl-1,
  .margin-bottom-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2, .m-bottom-xl-2,
  .marginb-xl-2,
  .margin-bottom-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3, .m-bottom-xl-3,
  .marginb-xl-3,
  .margin-bottom-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-4, .m-bottom-xl-4,
  .marginb-xl-4,
  .margin-bottom-xl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-5, .m-bottom-xl-5,
  .marginb-xl-5,
  .margin-bottom-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-6, .m-bottom-xl-6,
  .marginb-xl-6,
  .margin-bottom-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-7, .m-bottom-xl-7,
  .marginb-xl-7,
  .margin-bottom-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-8, .m-bottom-xl-8,
  .marginb-xl-8,
  .margin-bottom-xl-8 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-9, .m-bottom-xl-9,
  .marginb-xl-9,
  .margin-bottom-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-10, .m-bottom-xl-10,
  .marginb-xl-10,
  .margin-bottom-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-11, .m-bottom-xl-11,
  .marginb-xl-11,
  .margin-bottom-xl-11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xl-12, .m-bottom-xl-12,
  .marginb-xl-12,
  .margin-bottom-xl-12 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-13, .m-bottom-xl-13,
  .marginb-xl-13,
  .margin-bottom-xl-13 {
    margin-bottom: 3.25rem !important;
  }
  .mb-xl-14, .m-bottom-xl-14,
  .marginb-xl-14,
  .margin-bottom-xl-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-15, .m-bottom-xl-15,
  .marginb-xl-15,
  .margin-bottom-xl-15 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-16, .m-bottom-xl-16,
  .marginb-xl-16,
  .margin-bottom-xl-16 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-17, .m-bottom-xl-17,
  .marginb-xl-17,
  .margin-bottom-xl-17 {
    margin-bottom: 4.25rem !important;
  }
  .mb-xl-18, .m-bottom-xl-18,
  .marginb-xl-18,
  .margin-bottom-xl-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-19, .m-bottom-xl-19,
  .marginb-xl-19,
  .margin-bottom-xl-19 {
    margin-bottom: 4.75rem !important;
  }
  .mb-xl-20, .m-bottom-xl-20,
  .marginb-xl-20,
  .margin-bottom-xl-20 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-21, .m-bottom-xl-21,
  .marginb-xl-21,
  .margin-bottom-xl-21 {
    margin-bottom: 5.25rem !important;
  }
  .mb-xl-22, .m-bottom-xl-22,
  .marginb-xl-22,
  .margin-bottom-xl-22 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-23, .m-bottom-xl-23,
  .marginb-xl-23,
  .margin-bottom-xl-23 {
    margin-bottom: 5.75rem !important;
  }
  .mb-xl-24, .m-bottom-xl-24,
  .marginb-xl-24,
  .margin-bottom-xl-24 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-25, .m-bottom-xl-25,
  .marginb-xl-25,
  .margin-bottom-xl-25 {
    margin-bottom: 6.25rem !important;
  }
  .mr-xl-auto, .m-right-xl-auto,
  .marginr-xl-auto,
  .margin-right-xl-auto {
    margin-right: auto !important;
  }
  .mr-xl-0, .m-right-xl-0,
  .marginr-xl-0,
  .margin-right-xl-0 {
    margin-right: 0rem !important;
  }
  .mr-xl-1, .m-right-xl-1,
  .marginr-xl-1,
  .margin-right-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2, .m-right-xl-2,
  .marginr-xl-2,
  .margin-right-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3, .m-right-xl-3,
  .marginr-xl-3,
  .margin-right-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mr-xl-4, .m-right-xl-4,
  .marginr-xl-4,
  .margin-right-xl-4 {
    margin-right: 1rem !important;
  }
  .mr-xl-5, .m-right-xl-5,
  .marginr-xl-5,
  .margin-right-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mr-xl-6, .m-right-xl-6,
  .marginr-xl-6,
  .margin-right-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-7, .m-right-xl-7,
  .marginr-xl-7,
  .margin-right-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mr-xl-8, .m-right-xl-8,
  .marginr-xl-8,
  .margin-right-xl-8 {
    margin-right: 2rem !important;
  }
  .mr-xl-9, .m-right-xl-9,
  .marginr-xl-9,
  .margin-right-xl-9 {
    margin-right: 2.25rem !important;
  }
  .mr-xl-10, .m-right-xl-10,
  .marginr-xl-10,
  .margin-right-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mr-xl-11, .m-right-xl-11,
  .marginr-xl-11,
  .margin-right-xl-11 {
    margin-right: 2.75rem !important;
  }
  .mr-xl-12, .m-right-xl-12,
  .marginr-xl-12,
  .margin-right-xl-12 {
    margin-right: 3rem !important;
  }
  .mr-xl-13, .m-right-xl-13,
  .marginr-xl-13,
  .margin-right-xl-13 {
    margin-right: 3.25rem !important;
  }
  .mr-xl-14, .m-right-xl-14,
  .marginr-xl-14,
  .margin-right-xl-14 {
    margin-right: 3.5rem !important;
  }
  .mr-xl-15, .m-right-xl-15,
  .marginr-xl-15,
  .margin-right-xl-15 {
    margin-right: 3.75rem !important;
  }
  .mr-xl-16, .m-right-xl-16,
  .marginr-xl-16,
  .margin-right-xl-16 {
    margin-right: 4rem !important;
  }
  .mr-xl-17, .m-right-xl-17,
  .marginr-xl-17,
  .margin-right-xl-17 {
    margin-right: 4.25rem !important;
  }
  .mr-xl-18, .m-right-xl-18,
  .marginr-xl-18,
  .margin-right-xl-18 {
    margin-right: 4.5rem !important;
  }
  .mr-xl-19, .m-right-xl-19,
  .marginr-xl-19,
  .margin-right-xl-19 {
    margin-right: 4.75rem !important;
  }
  .mr-xl-20, .m-right-xl-20,
  .marginr-xl-20,
  .margin-right-xl-20 {
    margin-right: 5rem !important;
  }
  .mr-xl-21, .m-right-xl-21,
  .marginr-xl-21,
  .margin-right-xl-21 {
    margin-right: 5.25rem !important;
  }
  .mr-xl-22, .m-right-xl-22,
  .marginr-xl-22,
  .margin-right-xl-22 {
    margin-right: 5.5rem !important;
  }
  .mr-xl-23, .m-right-xl-23,
  .marginr-xl-23,
  .margin-right-xl-23 {
    margin-right: 5.75rem !important;
  }
  .mr-xl-24, .m-right-xl-24,
  .marginr-xl-24,
  .margin-right-xl-24 {
    margin-right: 6rem !important;
  }
  .mr-xl-25, .m-right-xl-25,
  .marginr-xl-25,
  .margin-right-xl-25 {
    margin-right: 6.25rem !important;
  }
  .ml-xl-auto, .m-left-xl-auto,
  .marginl-xl-auto,
  .margin-left-xl-auto {
    margin-left: auto !important;
  }
  .ml-xl-0, .m-left-xl-0,
  .marginl-xl-0,
  .margin-left-xl-0 {
    margin-left: 0rem !important;
  }
  .ml-xl-1, .m-left-xl-1,
  .marginl-xl-1,
  .margin-left-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2, .m-left-xl-2,
  .marginl-xl-2,
  .margin-left-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3, .m-left-xl-3,
  .marginl-xl-3,
  .margin-left-xl-3 {
    margin-left: 0.75rem !important;
  }
  .ml-xl-4, .m-left-xl-4,
  .marginl-xl-4,
  .margin-left-xl-4 {
    margin-left: 1rem !important;
  }
  .ml-xl-5, .m-left-xl-5,
  .marginl-xl-5,
  .margin-left-xl-5 {
    margin-left: 1.25rem !important;
  }
  .ml-xl-6, .m-left-xl-6,
  .marginl-xl-6,
  .margin-left-xl-6 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-7, .m-left-xl-7,
  .marginl-xl-7,
  .margin-left-xl-7 {
    margin-left: 1.75rem !important;
  }
  .ml-xl-8, .m-left-xl-8,
  .marginl-xl-8,
  .margin-left-xl-8 {
    margin-left: 2rem !important;
  }
  .ml-xl-9, .m-left-xl-9,
  .marginl-xl-9,
  .margin-left-xl-9 {
    margin-left: 2.25rem !important;
  }
  .ml-xl-10, .m-left-xl-10,
  .marginl-xl-10,
  .margin-left-xl-10 {
    margin-left: 2.5rem !important;
  }
  .ml-xl-11, .m-left-xl-11,
  .marginl-xl-11,
  .margin-left-xl-11 {
    margin-left: 2.75rem !important;
  }
  .ml-xl-12, .m-left-xl-12,
  .marginl-xl-12,
  .margin-left-xl-12 {
    margin-left: 3rem !important;
  }
  .ml-xl-13, .m-left-xl-13,
  .marginl-xl-13,
  .margin-left-xl-13 {
    margin-left: 3.25rem !important;
  }
  .ml-xl-14, .m-left-xl-14,
  .marginl-xl-14,
  .margin-left-xl-14 {
    margin-left: 3.5rem !important;
  }
  .ml-xl-15, .m-left-xl-15,
  .marginl-xl-15,
  .margin-left-xl-15 {
    margin-left: 3.75rem !important;
  }
  .ml-xl-16, .m-left-xl-16,
  .marginl-xl-16,
  .margin-left-xl-16 {
    margin-left: 4rem !important;
  }
  .ml-xl-17, .m-left-xl-17,
  .marginl-xl-17,
  .margin-left-xl-17 {
    margin-left: 4.25rem !important;
  }
  .ml-xl-18, .m-left-xl-18,
  .marginl-xl-18,
  .margin-left-xl-18 {
    margin-left: 4.5rem !important;
  }
  .ml-xl-19, .m-left-xl-19,
  .marginl-xl-19,
  .margin-left-xl-19 {
    margin-left: 4.75rem !important;
  }
  .ml-xl-20, .m-left-xl-20,
  .marginl-xl-20,
  .margin-left-xl-20 {
    margin-left: 5rem !important;
  }
  .ml-xl-21, .m-left-xl-21,
  .marginl-xl-21,
  .margin-left-xl-21 {
    margin-left: 5.25rem !important;
  }
  .ml-xl-22, .m-left-xl-22,
  .marginl-xl-22,
  .margin-left-xl-22 {
    margin-left: 5.5rem !important;
  }
  .ml-xl-23, .m-left-xl-23,
  .marginl-xl-23,
  .margin-left-xl-23 {
    margin-left: 5.75rem !important;
  }
  .ml-xl-24, .m-left-xl-24,
  .marginl-xl-24,
  .margin-left-xl-24 {
    margin-left: 6rem !important;
  }
  .ml-xl-25, .m-left-xl-25,
  .marginl-xl-25,
  .margin-left-xl-25 {
    margin-left: 6.25rem !important;
  }
  .mx-xl-auto,
  .marginx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mx-xl-0,
  .marginx-xl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-xl-1,
  .marginx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2,
  .marginx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3,
  .marginx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-4,
  .marginx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-5,
  .marginx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-6,
  .marginx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-7,
  .marginx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-8,
  .marginx-xl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-9,
  .marginx-xl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xl-10,
  .marginx-xl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-11,
  .marginx-xl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xl-12,
  .marginx-xl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-13,
  .marginx-xl-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-xl-14,
  .marginx-xl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-15,
  .marginx-xl-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-16,
  .marginx-xl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-17,
  .marginx-xl-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-xl-18,
  .marginx-xl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-19,
  .marginx-xl-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-xl-20,
  .marginx-xl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-21,
  .marginx-xl-21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-xl-22,
  .marginx-xl-22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-23,
  .marginx-xl-23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-xl-24,
  .marginx-xl-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-25,
  .marginx-xl-25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .my-xl-auto,
  .marginy-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-xl-0,
  .marginy-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xl-1,
  .marginy-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2,
  .marginy-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3,
  .marginy-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-4,
  .marginy-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-5,
  .marginy-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-6,
  .marginy-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-7,
  .marginy-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-8,
  .marginy-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-9,
  .marginy-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-10,
  .marginy-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-11,
  .marginy-xl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xl-12,
  .marginy-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-13,
  .marginy-xl-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-xl-14,
  .marginy-xl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-15,
  .marginy-xl-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-16,
  .marginy-xl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-17,
  .marginy-xl-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-xl-18,
  .marginy-xl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-19,
  .marginy-xl-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-xl-20,
  .marginy-xl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-21,
  .marginy-xl-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-xl-22,
  .marginy-xl-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-23,
  .marginy-xl-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-xl-24,
  .marginy-xl-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-25,
  .marginy-xl-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
}
@media screen and (min-width: 0) and (max-width: 1000px) {
  /*Margin*/
  .m-t-auto,
  .margin-t-auto {
    margin: auto !important;
  }
  .m-t-0,
  .margin-t-0 {
    margin: 0rem !important;
  }
  .m-t-1,
  .margin-t-1 {
    margin: 0.25rem !important;
  }
  .m-t-2,
  .margin-t-2 {
    margin: 0.5rem !important;
  }
  .m-t-3,
  .margin-t-3 {
    margin: 0.75rem !important;
  }
  .m-t-4,
  .margin-t-4 {
    margin: 1rem !important;
  }
  .m-t-5,
  .margin-t-5 {
    margin: 1.25rem !important;
  }
  .m-t-6,
  .margin-t-6 {
    margin: 1.5rem !important;
  }
  .m-t-7,
  .margin-t-7 {
    margin: 1.75rem !important;
  }
  .m-t-8,
  .margin-t-8 {
    margin: 2rem !important;
  }
  .m-t-9,
  .margin-t-9 {
    margin: 2.25rem !important;
  }
  .m-t-10,
  .margin-t-10 {
    margin: 2.5rem !important;
  }
  .m-t-11,
  .margin-t-11 {
    margin: 2.75rem !important;
  }
  .m-t-12,
  .margin-t-12 {
    margin: 3rem !important;
  }
  .m-t-13,
  .margin-t-13 {
    margin: 3.25rem !important;
  }
  .m-t-14,
  .margin-t-14 {
    margin: 3.5rem !important;
  }
  .m-t-15,
  .margin-t-15 {
    margin: 3.75rem !important;
  }
  .m-t-16,
  .margin-t-16 {
    margin: 4rem !important;
  }
  .m-t-17,
  .margin-t-17 {
    margin: 4.25rem !important;
  }
  .m-t-18,
  .margin-t-18 {
    margin: 4.5rem !important;
  }
  .m-t-19,
  .margin-t-19 {
    margin: 4.75rem !important;
  }
  .m-t-20,
  .margin-t-20 {
    margin: 5rem !important;
  }
  .m-t-21,
  .margin-t-21 {
    margin: 5.25rem !important;
  }
  .m-t-22,
  .margin-t-22 {
    margin: 5.5rem !important;
  }
  .m-t-23,
  .margin-t-23 {
    margin: 5.75rem !important;
  }
  .m-t-24,
  .margin-t-24 {
    margin: 6rem !important;
  }
  .m-t-25,
  .margin-t-25 {
    margin: 6.25rem !important;
  }
  .mt-t-auto, .m-top-t-auto,
  .margint-t-auto,
  .margin-top-t-auto {
    margin-top: auto !important;
  }
  .mt-t-0, .m-top-t-0,
  .margint-t-0,
  .margin-top-t-0 {
    margin-top: 0rem !important;
  }
  .mt-t-1, .m-top-t-1,
  .margint-t-1,
  .margin-top-t-1 {
    margin-top: 0.25rem !important;
  }
  .mt-t-2, .m-top-t-2,
  .margint-t-2,
  .margin-top-t-2 {
    margin-top: 0.5rem !important;
  }
  .mt-t-3, .m-top-t-3,
  .margint-t-3,
  .margin-top-t-3 {
    margin-top: 0.75rem !important;
  }
  .mt-t-4, .m-top-t-4,
  .margint-t-4,
  .margin-top-t-4 {
    margin-top: 1rem !important;
  }
  .mt-t-5, .m-top-t-5,
  .margint-t-5,
  .margin-top-t-5 {
    margin-top: 1.25rem !important;
  }
  .mt-t-6, .m-top-t-6,
  .margint-t-6,
  .margin-top-t-6 {
    margin-top: 1.5rem !important;
  }
  .mt-t-7, .m-top-t-7,
  .margint-t-7,
  .margin-top-t-7 {
    margin-top: 1.75rem !important;
  }
  .mt-t-8, .m-top-t-8,
  .margint-t-8,
  .margin-top-t-8 {
    margin-top: 2rem !important;
  }
  .mt-t-9, .m-top-t-9,
  .margint-t-9,
  .margin-top-t-9 {
    margin-top: 2.25rem !important;
  }
  .mt-t-10, .m-top-t-10,
  .margint-t-10,
  .margin-top-t-10 {
    margin-top: 2.5rem !important;
  }
  .mt-t-11, .m-top-t-11,
  .margint-t-11,
  .margin-top-t-11 {
    margin-top: 2.75rem !important;
  }
  .mt-t-12, .m-top-t-12,
  .margint-t-12,
  .margin-top-t-12 {
    margin-top: 3rem !important;
  }
  .mt-t-13, .m-top-t-13,
  .margint-t-13,
  .margin-top-t-13 {
    margin-top: 3.25rem !important;
  }
  .mt-t-14, .m-top-t-14,
  .margint-t-14,
  .margin-top-t-14 {
    margin-top: 3.5rem !important;
  }
  .mt-t-15, .m-top-t-15,
  .margint-t-15,
  .margin-top-t-15 {
    margin-top: 3.75rem !important;
  }
  .mt-t-16, .m-top-t-16,
  .margint-t-16,
  .margin-top-t-16 {
    margin-top: 4rem !important;
  }
  .mt-t-17, .m-top-t-17,
  .margint-t-17,
  .margin-top-t-17 {
    margin-top: 4.25rem !important;
  }
  .mt-t-18, .m-top-t-18,
  .margint-t-18,
  .margin-top-t-18 {
    margin-top: 4.5rem !important;
  }
  .mt-t-19, .m-top-t-19,
  .margint-t-19,
  .margin-top-t-19 {
    margin-top: 4.75rem !important;
  }
  .mt-t-20, .m-top-t-20,
  .margint-t-20,
  .margin-top-t-20 {
    margin-top: 5rem !important;
  }
  .mt-t-21, .m-top-t-21,
  .margint-t-21,
  .margin-top-t-21 {
    margin-top: 5.25rem !important;
  }
  .mt-t-22, .m-top-t-22,
  .margint-t-22,
  .margin-top-t-22 {
    margin-top: 5.5rem !important;
  }
  .mt-t-23, .m-top-t-23,
  .margint-t-23,
  .margin-top-t-23 {
    margin-top: 5.75rem !important;
  }
  .mt-t-24, .m-top-t-24,
  .margint-t-24,
  .margin-top-t-24 {
    margin-top: 6rem !important;
  }
  .mt-t-25, .m-top-t-25,
  .margint-t-25,
  .margin-top-t-25 {
    margin-top: 6.25rem !important;
  }
  .mb-t-auto, .m-bottom-t-auto,
  .marginb-t-auto,
  .margin-bottom-t-auto {
    margin-bottom: auto !important;
  }
  .mb-t-0, .m-bottom-t-0,
  .marginb-t-0,
  .margin-bottom-t-0 {
    margin-bottom: 0rem !important;
  }
  .mb-t-1, .m-bottom-t-1,
  .marginb-t-1,
  .margin-bottom-t-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-t-2, .m-bottom-t-2,
  .marginb-t-2,
  .margin-bottom-t-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-t-3, .m-bottom-t-3,
  .marginb-t-3,
  .margin-bottom-t-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-t-4, .m-bottom-t-4,
  .marginb-t-4,
  .margin-bottom-t-4 {
    margin-bottom: 1rem !important;
  }
  .mb-t-5, .m-bottom-t-5,
  .marginb-t-5,
  .margin-bottom-t-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-t-6, .m-bottom-t-6,
  .marginb-t-6,
  .margin-bottom-t-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-t-7, .m-bottom-t-7,
  .marginb-t-7,
  .margin-bottom-t-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-t-8, .m-bottom-t-8,
  .marginb-t-8,
  .margin-bottom-t-8 {
    margin-bottom: 2rem !important;
  }
  .mb-t-9, .m-bottom-t-9,
  .marginb-t-9,
  .margin-bottom-t-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-t-10, .m-bottom-t-10,
  .marginb-t-10,
  .margin-bottom-t-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-t-11, .m-bottom-t-11,
  .marginb-t-11,
  .margin-bottom-t-11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-t-12, .m-bottom-t-12,
  .marginb-t-12,
  .margin-bottom-t-12 {
    margin-bottom: 3rem !important;
  }
  .mb-t-13, .m-bottom-t-13,
  .marginb-t-13,
  .margin-bottom-t-13 {
    margin-bottom: 3.25rem !important;
  }
  .mb-t-14, .m-bottom-t-14,
  .marginb-t-14,
  .margin-bottom-t-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-t-15, .m-bottom-t-15,
  .marginb-t-15,
  .margin-bottom-t-15 {
    margin-bottom: 3.75rem !important;
  }
  .mb-t-16, .m-bottom-t-16,
  .marginb-t-16,
  .margin-bottom-t-16 {
    margin-bottom: 4rem !important;
  }
  .mb-t-17, .m-bottom-t-17,
  .marginb-t-17,
  .margin-bottom-t-17 {
    margin-bottom: 4.25rem !important;
  }
  .mb-t-18, .m-bottom-t-18,
  .marginb-t-18,
  .margin-bottom-t-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-t-19, .m-bottom-t-19,
  .marginb-t-19,
  .margin-bottom-t-19 {
    margin-bottom: 4.75rem !important;
  }
  .mb-t-20, .m-bottom-t-20,
  .marginb-t-20,
  .margin-bottom-t-20 {
    margin-bottom: 5rem !important;
  }
  .mb-t-21, .m-bottom-t-21,
  .marginb-t-21,
  .margin-bottom-t-21 {
    margin-bottom: 5.25rem !important;
  }
  .mb-t-22, .m-bottom-t-22,
  .marginb-t-22,
  .margin-bottom-t-22 {
    margin-bottom: 5.5rem !important;
  }
  .mb-t-23, .m-bottom-t-23,
  .marginb-t-23,
  .margin-bottom-t-23 {
    margin-bottom: 5.75rem !important;
  }
  .mb-t-24, .m-bottom-t-24,
  .marginb-t-24,
  .margin-bottom-t-24 {
    margin-bottom: 6rem !important;
  }
  .mb-t-25, .m-bottom-t-25,
  .marginb-t-25,
  .margin-bottom-t-25 {
    margin-bottom: 6.25rem !important;
  }
  .mr-t-auto, .m-right-t-auto,
  .marginr-t-auto,
  .margin-right-t-auto {
    margin-right: auto !important;
  }
  .mr-t-0, .m-right-t-0,
  .marginr-t-0,
  .margin-right-t-0 {
    margin-right: 0rem !important;
  }
  .mr-t-1, .m-right-t-1,
  .marginr-t-1,
  .margin-right-t-1 {
    margin-right: 0.25rem !important;
  }
  .mr-t-2, .m-right-t-2,
  .marginr-t-2,
  .margin-right-t-2 {
    margin-right: 0.5rem !important;
  }
  .mr-t-3, .m-right-t-3,
  .marginr-t-3,
  .margin-right-t-3 {
    margin-right: 0.75rem !important;
  }
  .mr-t-4, .m-right-t-4,
  .marginr-t-4,
  .margin-right-t-4 {
    margin-right: 1rem !important;
  }
  .mr-t-5, .m-right-t-5,
  .marginr-t-5,
  .margin-right-t-5 {
    margin-right: 1.25rem !important;
  }
  .mr-t-6, .m-right-t-6,
  .marginr-t-6,
  .margin-right-t-6 {
    margin-right: 1.5rem !important;
  }
  .mr-t-7, .m-right-t-7,
  .marginr-t-7,
  .margin-right-t-7 {
    margin-right: 1.75rem !important;
  }
  .mr-t-8, .m-right-t-8,
  .marginr-t-8,
  .margin-right-t-8 {
    margin-right: 2rem !important;
  }
  .mr-t-9, .m-right-t-9,
  .marginr-t-9,
  .margin-right-t-9 {
    margin-right: 2.25rem !important;
  }
  .mr-t-10, .m-right-t-10,
  .marginr-t-10,
  .margin-right-t-10 {
    margin-right: 2.5rem !important;
  }
  .mr-t-11, .m-right-t-11,
  .marginr-t-11,
  .margin-right-t-11 {
    margin-right: 2.75rem !important;
  }
  .mr-t-12, .m-right-t-12,
  .marginr-t-12,
  .margin-right-t-12 {
    margin-right: 3rem !important;
  }
  .mr-t-13, .m-right-t-13,
  .marginr-t-13,
  .margin-right-t-13 {
    margin-right: 3.25rem !important;
  }
  .mr-t-14, .m-right-t-14,
  .marginr-t-14,
  .margin-right-t-14 {
    margin-right: 3.5rem !important;
  }
  .mr-t-15, .m-right-t-15,
  .marginr-t-15,
  .margin-right-t-15 {
    margin-right: 3.75rem !important;
  }
  .mr-t-16, .m-right-t-16,
  .marginr-t-16,
  .margin-right-t-16 {
    margin-right: 4rem !important;
  }
  .mr-t-17, .m-right-t-17,
  .marginr-t-17,
  .margin-right-t-17 {
    margin-right: 4.25rem !important;
  }
  .mr-t-18, .m-right-t-18,
  .marginr-t-18,
  .margin-right-t-18 {
    margin-right: 4.5rem !important;
  }
  .mr-t-19, .m-right-t-19,
  .marginr-t-19,
  .margin-right-t-19 {
    margin-right: 4.75rem !important;
  }
  .mr-t-20, .m-right-t-20,
  .marginr-t-20,
  .margin-right-t-20 {
    margin-right: 5rem !important;
  }
  .mr-t-21, .m-right-t-21,
  .marginr-t-21,
  .margin-right-t-21 {
    margin-right: 5.25rem !important;
  }
  .mr-t-22, .m-right-t-22,
  .marginr-t-22,
  .margin-right-t-22 {
    margin-right: 5.5rem !important;
  }
  .mr-t-23, .m-right-t-23,
  .marginr-t-23,
  .margin-right-t-23 {
    margin-right: 5.75rem !important;
  }
  .mr-t-24, .m-right-t-24,
  .marginr-t-24,
  .margin-right-t-24 {
    margin-right: 6rem !important;
  }
  .mr-t-25, .m-right-t-25,
  .marginr-t-25,
  .margin-right-t-25 {
    margin-right: 6.25rem !important;
  }
  .ml-t-auto, .m-left-t-auto,
  .marginl-t-auto,
  .margin-left-t-auto {
    margin-left: auto !important;
  }
  .ml-t-0, .m-left-t-0,
  .marginl-t-0,
  .margin-left-t-0 {
    margin-left: 0rem !important;
  }
  .ml-t-1, .m-left-t-1,
  .marginl-t-1,
  .margin-left-t-1 {
    margin-left: 0.25rem !important;
  }
  .ml-t-2, .m-left-t-2,
  .marginl-t-2,
  .margin-left-t-2 {
    margin-left: 0.5rem !important;
  }
  .ml-t-3, .m-left-t-3,
  .marginl-t-3,
  .margin-left-t-3 {
    margin-left: 0.75rem !important;
  }
  .ml-t-4, .m-left-t-4,
  .marginl-t-4,
  .margin-left-t-4 {
    margin-left: 1rem !important;
  }
  .ml-t-5, .m-left-t-5,
  .marginl-t-5,
  .margin-left-t-5 {
    margin-left: 1.25rem !important;
  }
  .ml-t-6, .m-left-t-6,
  .marginl-t-6,
  .margin-left-t-6 {
    margin-left: 1.5rem !important;
  }
  .ml-t-7, .m-left-t-7,
  .marginl-t-7,
  .margin-left-t-7 {
    margin-left: 1.75rem !important;
  }
  .ml-t-8, .m-left-t-8,
  .marginl-t-8,
  .margin-left-t-8 {
    margin-left: 2rem !important;
  }
  .ml-t-9, .m-left-t-9,
  .marginl-t-9,
  .margin-left-t-9 {
    margin-left: 2.25rem !important;
  }
  .ml-t-10, .m-left-t-10,
  .marginl-t-10,
  .margin-left-t-10 {
    margin-left: 2.5rem !important;
  }
  .ml-t-11, .m-left-t-11,
  .marginl-t-11,
  .margin-left-t-11 {
    margin-left: 2.75rem !important;
  }
  .ml-t-12, .m-left-t-12,
  .marginl-t-12,
  .margin-left-t-12 {
    margin-left: 3rem !important;
  }
  .ml-t-13, .m-left-t-13,
  .marginl-t-13,
  .margin-left-t-13 {
    margin-left: 3.25rem !important;
  }
  .ml-t-14, .m-left-t-14,
  .marginl-t-14,
  .margin-left-t-14 {
    margin-left: 3.5rem !important;
  }
  .ml-t-15, .m-left-t-15,
  .marginl-t-15,
  .margin-left-t-15 {
    margin-left: 3.75rem !important;
  }
  .ml-t-16, .m-left-t-16,
  .marginl-t-16,
  .margin-left-t-16 {
    margin-left: 4rem !important;
  }
  .ml-t-17, .m-left-t-17,
  .marginl-t-17,
  .margin-left-t-17 {
    margin-left: 4.25rem !important;
  }
  .ml-t-18, .m-left-t-18,
  .marginl-t-18,
  .margin-left-t-18 {
    margin-left: 4.5rem !important;
  }
  .ml-t-19, .m-left-t-19,
  .marginl-t-19,
  .margin-left-t-19 {
    margin-left: 4.75rem !important;
  }
  .ml-t-20, .m-left-t-20,
  .marginl-t-20,
  .margin-left-t-20 {
    margin-left: 5rem !important;
  }
  .ml-t-21, .m-left-t-21,
  .marginl-t-21,
  .margin-left-t-21 {
    margin-left: 5.25rem !important;
  }
  .ml-t-22, .m-left-t-22,
  .marginl-t-22,
  .margin-left-t-22 {
    margin-left: 5.5rem !important;
  }
  .ml-t-23, .m-left-t-23,
  .marginl-t-23,
  .margin-left-t-23 {
    margin-left: 5.75rem !important;
  }
  .ml-t-24, .m-left-t-24,
  .marginl-t-24,
  .margin-left-t-24 {
    margin-left: 6rem !important;
  }
  .ml-t-25, .m-left-t-25,
  .marginl-t-25,
  .margin-left-t-25 {
    margin-left: 6.25rem !important;
  }
  .mx-t-auto,
  .marginx-t-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mx-t-0,
  .marginx-t-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-t-1,
  .marginx-t-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-t-2,
  .marginx-t-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-t-3,
  .marginx-t-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-t-4,
  .marginx-t-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-t-5,
  .marginx-t-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-t-6,
  .marginx-t-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-t-7,
  .marginx-t-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-t-8,
  .marginx-t-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-t-9,
  .marginx-t-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-t-10,
  .marginx-t-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-t-11,
  .marginx-t-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-t-12,
  .marginx-t-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-t-13,
  .marginx-t-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-t-14,
  .marginx-t-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-t-15,
  .marginx-t-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-t-16,
  .marginx-t-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-t-17,
  .marginx-t-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-t-18,
  .marginx-t-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-t-19,
  .marginx-t-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-t-20,
  .marginx-t-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-t-21,
  .marginx-t-21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-t-22,
  .marginx-t-22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-t-23,
  .marginx-t-23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-t-24,
  .marginx-t-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-t-25,
  .marginx-t-25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .my-t-auto,
  .marginy-t-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-t-0,
  .marginy-t-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-t-1,
  .marginy-t-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-t-2,
  .marginy-t-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-t-3,
  .marginy-t-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-t-4,
  .marginy-t-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-t-5,
  .marginy-t-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-t-6,
  .marginy-t-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-t-7,
  .marginy-t-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-t-8,
  .marginy-t-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-t-9,
  .marginy-t-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-t-10,
  .marginy-t-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-t-11,
  .marginy-t-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-t-12,
  .marginy-t-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-t-13,
  .marginy-t-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-t-14,
  .marginy-t-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-t-15,
  .marginy-t-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-t-16,
  .marginy-t-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-t-17,
  .marginy-t-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-t-18,
  .marginy-t-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-t-19,
  .marginy-t-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-t-20,
  .marginy-t-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-t-21,
  .marginy-t-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-t-22,
  .marginy-t-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-t-23,
  .marginy-t-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-t-24,
  .marginy-t-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-t-25,
  .marginy-t-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  /*Margin*/
  .m-m-auto,
  .margin-m-auto {
    margin: auto !important;
  }
  .m-m-0,
  .margin-m-0 {
    margin: 0rem !important;
  }
  .m-m-1,
  .margin-m-1 {
    margin: 0.25rem !important;
  }
  .m-m-2,
  .margin-m-2 {
    margin: 0.5rem !important;
  }
  .m-m-3,
  .margin-m-3 {
    margin: 0.75rem !important;
  }
  .m-m-4,
  .margin-m-4 {
    margin: 1rem !important;
  }
  .m-m-5,
  .margin-m-5 {
    margin: 1.25rem !important;
  }
  .m-m-6,
  .margin-m-6 {
    margin: 1.5rem !important;
  }
  .m-m-7,
  .margin-m-7 {
    margin: 1.75rem !important;
  }
  .m-m-8,
  .margin-m-8 {
    margin: 2rem !important;
  }
  .m-m-9,
  .margin-m-9 {
    margin: 2.25rem !important;
  }
  .m-m-10,
  .margin-m-10 {
    margin: 2.5rem !important;
  }
  .m-m-11,
  .margin-m-11 {
    margin: 2.75rem !important;
  }
  .m-m-12,
  .margin-m-12 {
    margin: 3rem !important;
  }
  .m-m-13,
  .margin-m-13 {
    margin: 3.25rem !important;
  }
  .m-m-14,
  .margin-m-14 {
    margin: 3.5rem !important;
  }
  .m-m-15,
  .margin-m-15 {
    margin: 3.75rem !important;
  }
  .m-m-16,
  .margin-m-16 {
    margin: 4rem !important;
  }
  .m-m-17,
  .margin-m-17 {
    margin: 4.25rem !important;
  }
  .m-m-18,
  .margin-m-18 {
    margin: 4.5rem !important;
  }
  .m-m-19,
  .margin-m-19 {
    margin: 4.75rem !important;
  }
  .m-m-20,
  .margin-m-20 {
    margin: 5rem !important;
  }
  .m-m-21,
  .margin-m-21 {
    margin: 5.25rem !important;
  }
  .m-m-22,
  .margin-m-22 {
    margin: 5.5rem !important;
  }
  .m-m-23,
  .margin-m-23 {
    margin: 5.75rem !important;
  }
  .m-m-24,
  .margin-m-24 {
    margin: 6rem !important;
  }
  .m-m-25,
  .margin-m-25 {
    margin: 6.25rem !important;
  }
  .mt-m-auto, .m-top-m-auto,
  .margint-m-auto,
  .margin-top-m-auto {
    margin-top: auto !important;
  }
  .mt-m-0, .m-top-m-0,
  .margint-m-0,
  .margin-top-m-0 {
    margin-top: 0rem !important;
  }
  .mt-m-1, .m-top-m-1,
  .margint-m-1,
  .margin-top-m-1 {
    margin-top: 0.25rem !important;
  }
  .mt-m-2, .m-top-m-2,
  .margint-m-2,
  .margin-top-m-2 {
    margin-top: 0.5rem !important;
  }
  .mt-m-3, .m-top-m-3,
  .margint-m-3,
  .margin-top-m-3 {
    margin-top: 0.75rem !important;
  }
  .mt-m-4, .m-top-m-4,
  .margint-m-4,
  .margin-top-m-4 {
    margin-top: 1rem !important;
  }
  .mt-m-5, .m-top-m-5,
  .margint-m-5,
  .margin-top-m-5 {
    margin-top: 1.25rem !important;
  }
  .mt-m-6, .m-top-m-6,
  .margint-m-6,
  .margin-top-m-6 {
    margin-top: 1.5rem !important;
  }
  .mt-m-7, .m-top-m-7,
  .margint-m-7,
  .margin-top-m-7 {
    margin-top: 1.75rem !important;
  }
  .mt-m-8, .m-top-m-8,
  .margint-m-8,
  .margin-top-m-8 {
    margin-top: 2rem !important;
  }
  .mt-m-9, .m-top-m-9,
  .margint-m-9,
  .margin-top-m-9 {
    margin-top: 2.25rem !important;
  }
  .mt-m-10, .m-top-m-10,
  .margint-m-10,
  .margin-top-m-10 {
    margin-top: 2.5rem !important;
  }
  .mt-m-11, .m-top-m-11,
  .margint-m-11,
  .margin-top-m-11 {
    margin-top: 2.75rem !important;
  }
  .mt-m-12, .m-top-m-12,
  .margint-m-12,
  .margin-top-m-12 {
    margin-top: 3rem !important;
  }
  .mt-m-13, .m-top-m-13,
  .margint-m-13,
  .margin-top-m-13 {
    margin-top: 3.25rem !important;
  }
  .mt-m-14, .m-top-m-14,
  .margint-m-14,
  .margin-top-m-14 {
    margin-top: 3.5rem !important;
  }
  .mt-m-15, .m-top-m-15,
  .margint-m-15,
  .margin-top-m-15 {
    margin-top: 3.75rem !important;
  }
  .mt-m-16, .m-top-m-16,
  .margint-m-16,
  .margin-top-m-16 {
    margin-top: 4rem !important;
  }
  .mt-m-17, .m-top-m-17,
  .margint-m-17,
  .margin-top-m-17 {
    margin-top: 4.25rem !important;
  }
  .mt-m-18, .m-top-m-18,
  .margint-m-18,
  .margin-top-m-18 {
    margin-top: 4.5rem !important;
  }
  .mt-m-19, .m-top-m-19,
  .margint-m-19,
  .margin-top-m-19 {
    margin-top: 4.75rem !important;
  }
  .mt-m-20, .m-top-m-20,
  .margint-m-20,
  .margin-top-m-20 {
    margin-top: 5rem !important;
  }
  .mt-m-21, .m-top-m-21,
  .margint-m-21,
  .margin-top-m-21 {
    margin-top: 5.25rem !important;
  }
  .mt-m-22, .m-top-m-22,
  .margint-m-22,
  .margin-top-m-22 {
    margin-top: 5.5rem !important;
  }
  .mt-m-23, .m-top-m-23,
  .margint-m-23,
  .margin-top-m-23 {
    margin-top: 5.75rem !important;
  }
  .mt-m-24, .m-top-m-24,
  .margint-m-24,
  .margin-top-m-24 {
    margin-top: 6rem !important;
  }
  .mt-m-25, .m-top-m-25,
  .margint-m-25,
  .margin-top-m-25 {
    margin-top: 6.25rem !important;
  }
  .mb-m-auto, .m-bottom-m-auto,
  .marginb-m-auto,
  .margin-bottom-m-auto {
    margin-bottom: auto !important;
  }
  .mb-m-0, .m-bottom-m-0,
  .marginb-m-0,
  .margin-bottom-m-0 {
    margin-bottom: 0rem !important;
  }
  .mb-m-1, .m-bottom-m-1,
  .marginb-m-1,
  .margin-bottom-m-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-m-2, .m-bottom-m-2,
  .marginb-m-2,
  .margin-bottom-m-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-m-3, .m-bottom-m-3,
  .marginb-m-3,
  .margin-bottom-m-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-m-4, .m-bottom-m-4,
  .marginb-m-4,
  .margin-bottom-m-4 {
    margin-bottom: 1rem !important;
  }
  .mb-m-5, .m-bottom-m-5,
  .marginb-m-5,
  .margin-bottom-m-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-m-6, .m-bottom-m-6,
  .marginb-m-6,
  .margin-bottom-m-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-m-7, .m-bottom-m-7,
  .marginb-m-7,
  .margin-bottom-m-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-m-8, .m-bottom-m-8,
  .marginb-m-8,
  .margin-bottom-m-8 {
    margin-bottom: 2rem !important;
  }
  .mb-m-9, .m-bottom-m-9,
  .marginb-m-9,
  .margin-bottom-m-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-m-10, .m-bottom-m-10,
  .marginb-m-10,
  .margin-bottom-m-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-m-11, .m-bottom-m-11,
  .marginb-m-11,
  .margin-bottom-m-11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-m-12, .m-bottom-m-12,
  .marginb-m-12,
  .margin-bottom-m-12 {
    margin-bottom: 3rem !important;
  }
  .mb-m-13, .m-bottom-m-13,
  .marginb-m-13,
  .margin-bottom-m-13 {
    margin-bottom: 3.25rem !important;
  }
  .mb-m-14, .m-bottom-m-14,
  .marginb-m-14,
  .margin-bottom-m-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-m-15, .m-bottom-m-15,
  .marginb-m-15,
  .margin-bottom-m-15 {
    margin-bottom: 3.75rem !important;
  }
  .mb-m-16, .m-bottom-m-16,
  .marginb-m-16,
  .margin-bottom-m-16 {
    margin-bottom: 4rem !important;
  }
  .mb-m-17, .m-bottom-m-17,
  .marginb-m-17,
  .margin-bottom-m-17 {
    margin-bottom: 4.25rem !important;
  }
  .mb-m-18, .m-bottom-m-18,
  .marginb-m-18,
  .margin-bottom-m-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-m-19, .m-bottom-m-19,
  .marginb-m-19,
  .margin-bottom-m-19 {
    margin-bottom: 4.75rem !important;
  }
  .mb-m-20, .m-bottom-m-20,
  .marginb-m-20,
  .margin-bottom-m-20 {
    margin-bottom: 5rem !important;
  }
  .mb-m-21, .m-bottom-m-21,
  .marginb-m-21,
  .margin-bottom-m-21 {
    margin-bottom: 5.25rem !important;
  }
  .mb-m-22, .m-bottom-m-22,
  .marginb-m-22,
  .margin-bottom-m-22 {
    margin-bottom: 5.5rem !important;
  }
  .mb-m-23, .m-bottom-m-23,
  .marginb-m-23,
  .margin-bottom-m-23 {
    margin-bottom: 5.75rem !important;
  }
  .mb-m-24, .m-bottom-m-24,
  .marginb-m-24,
  .margin-bottom-m-24 {
    margin-bottom: 6rem !important;
  }
  .mb-m-25, .m-bottom-m-25,
  .marginb-m-25,
  .margin-bottom-m-25 {
    margin-bottom: 6.25rem !important;
  }
  .mr-m-auto, .m-right-m-auto,
  .marginr-m-auto,
  .margin-right-m-auto {
    margin-right: auto !important;
  }
  .mr-m-0, .m-right-m-0,
  .marginr-m-0,
  .margin-right-m-0 {
    margin-right: 0rem !important;
  }
  .mr-m-1, .m-right-m-1,
  .marginr-m-1,
  .margin-right-m-1 {
    margin-right: 0.25rem !important;
  }
  .mr-m-2, .m-right-m-2,
  .marginr-m-2,
  .margin-right-m-2 {
    margin-right: 0.5rem !important;
  }
  .mr-m-3, .m-right-m-3,
  .marginr-m-3,
  .margin-right-m-3 {
    margin-right: 0.75rem !important;
  }
  .mr-m-4, .m-right-m-4,
  .marginr-m-4,
  .margin-right-m-4 {
    margin-right: 1rem !important;
  }
  .mr-m-5, .m-right-m-5,
  .marginr-m-5,
  .margin-right-m-5 {
    margin-right: 1.25rem !important;
  }
  .mr-m-6, .m-right-m-6,
  .marginr-m-6,
  .margin-right-m-6 {
    margin-right: 1.5rem !important;
  }
  .mr-m-7, .m-right-m-7,
  .marginr-m-7,
  .margin-right-m-7 {
    margin-right: 1.75rem !important;
  }
  .mr-m-8, .m-right-m-8,
  .marginr-m-8,
  .margin-right-m-8 {
    margin-right: 2rem !important;
  }
  .mr-m-9, .m-right-m-9,
  .marginr-m-9,
  .margin-right-m-9 {
    margin-right: 2.25rem !important;
  }
  .mr-m-10, .m-right-m-10,
  .marginr-m-10,
  .margin-right-m-10 {
    margin-right: 2.5rem !important;
  }
  .mr-m-11, .m-right-m-11,
  .marginr-m-11,
  .margin-right-m-11 {
    margin-right: 2.75rem !important;
  }
  .mr-m-12, .m-right-m-12,
  .marginr-m-12,
  .margin-right-m-12 {
    margin-right: 3rem !important;
  }
  .mr-m-13, .m-right-m-13,
  .marginr-m-13,
  .margin-right-m-13 {
    margin-right: 3.25rem !important;
  }
  .mr-m-14, .m-right-m-14,
  .marginr-m-14,
  .margin-right-m-14 {
    margin-right: 3.5rem !important;
  }
  .mr-m-15, .m-right-m-15,
  .marginr-m-15,
  .margin-right-m-15 {
    margin-right: 3.75rem !important;
  }
  .mr-m-16, .m-right-m-16,
  .marginr-m-16,
  .margin-right-m-16 {
    margin-right: 4rem !important;
  }
  .mr-m-17, .m-right-m-17,
  .marginr-m-17,
  .margin-right-m-17 {
    margin-right: 4.25rem !important;
  }
  .mr-m-18, .m-right-m-18,
  .marginr-m-18,
  .margin-right-m-18 {
    margin-right: 4.5rem !important;
  }
  .mr-m-19, .m-right-m-19,
  .marginr-m-19,
  .margin-right-m-19 {
    margin-right: 4.75rem !important;
  }
  .mr-m-20, .m-right-m-20,
  .marginr-m-20,
  .margin-right-m-20 {
    margin-right: 5rem !important;
  }
  .mr-m-21, .m-right-m-21,
  .marginr-m-21,
  .margin-right-m-21 {
    margin-right: 5.25rem !important;
  }
  .mr-m-22, .m-right-m-22,
  .marginr-m-22,
  .margin-right-m-22 {
    margin-right: 5.5rem !important;
  }
  .mr-m-23, .m-right-m-23,
  .marginr-m-23,
  .margin-right-m-23 {
    margin-right: 5.75rem !important;
  }
  .mr-m-24, .m-right-m-24,
  .marginr-m-24,
  .margin-right-m-24 {
    margin-right: 6rem !important;
  }
  .mr-m-25, .m-right-m-25,
  .marginr-m-25,
  .margin-right-m-25 {
    margin-right: 6.25rem !important;
  }
  .ml-m-auto, .m-left-m-auto,
  .marginl-m-auto,
  .margin-left-m-auto {
    margin-left: auto !important;
  }
  .ml-m-0, .m-left-m-0,
  .marginl-m-0,
  .margin-left-m-0 {
    margin-left: 0rem !important;
  }
  .ml-m-1, .m-left-m-1,
  .marginl-m-1,
  .margin-left-m-1 {
    margin-left: 0.25rem !important;
  }
  .ml-m-2, .m-left-m-2,
  .marginl-m-2,
  .margin-left-m-2 {
    margin-left: 0.5rem !important;
  }
  .ml-m-3, .m-left-m-3,
  .marginl-m-3,
  .margin-left-m-3 {
    margin-left: 0.75rem !important;
  }
  .ml-m-4, .m-left-m-4,
  .marginl-m-4,
  .margin-left-m-4 {
    margin-left: 1rem !important;
  }
  .ml-m-5, .m-left-m-5,
  .marginl-m-5,
  .margin-left-m-5 {
    margin-left: 1.25rem !important;
  }
  .ml-m-6, .m-left-m-6,
  .marginl-m-6,
  .margin-left-m-6 {
    margin-left: 1.5rem !important;
  }
  .ml-m-7, .m-left-m-7,
  .marginl-m-7,
  .margin-left-m-7 {
    margin-left: 1.75rem !important;
  }
  .ml-m-8, .m-left-m-8,
  .marginl-m-8,
  .margin-left-m-8 {
    margin-left: 2rem !important;
  }
  .ml-m-9, .m-left-m-9,
  .marginl-m-9,
  .margin-left-m-9 {
    margin-left: 2.25rem !important;
  }
  .ml-m-10, .m-left-m-10,
  .marginl-m-10,
  .margin-left-m-10 {
    margin-left: 2.5rem !important;
  }
  .ml-m-11, .m-left-m-11,
  .marginl-m-11,
  .margin-left-m-11 {
    margin-left: 2.75rem !important;
  }
  .ml-m-12, .m-left-m-12,
  .marginl-m-12,
  .margin-left-m-12 {
    margin-left: 3rem !important;
  }
  .ml-m-13, .m-left-m-13,
  .marginl-m-13,
  .margin-left-m-13 {
    margin-left: 3.25rem !important;
  }
  .ml-m-14, .m-left-m-14,
  .marginl-m-14,
  .margin-left-m-14 {
    margin-left: 3.5rem !important;
  }
  .ml-m-15, .m-left-m-15,
  .marginl-m-15,
  .margin-left-m-15 {
    margin-left: 3.75rem !important;
  }
  .ml-m-16, .m-left-m-16,
  .marginl-m-16,
  .margin-left-m-16 {
    margin-left: 4rem !important;
  }
  .ml-m-17, .m-left-m-17,
  .marginl-m-17,
  .margin-left-m-17 {
    margin-left: 4.25rem !important;
  }
  .ml-m-18, .m-left-m-18,
  .marginl-m-18,
  .margin-left-m-18 {
    margin-left: 4.5rem !important;
  }
  .ml-m-19, .m-left-m-19,
  .marginl-m-19,
  .margin-left-m-19 {
    margin-left: 4.75rem !important;
  }
  .ml-m-20, .m-left-m-20,
  .marginl-m-20,
  .margin-left-m-20 {
    margin-left: 5rem !important;
  }
  .ml-m-21, .m-left-m-21,
  .marginl-m-21,
  .margin-left-m-21 {
    margin-left: 5.25rem !important;
  }
  .ml-m-22, .m-left-m-22,
  .marginl-m-22,
  .margin-left-m-22 {
    margin-left: 5.5rem !important;
  }
  .ml-m-23, .m-left-m-23,
  .marginl-m-23,
  .margin-left-m-23 {
    margin-left: 5.75rem !important;
  }
  .ml-m-24, .m-left-m-24,
  .marginl-m-24,
  .margin-left-m-24 {
    margin-left: 6rem !important;
  }
  .ml-m-25, .m-left-m-25,
  .marginl-m-25,
  .margin-left-m-25 {
    margin-left: 6.25rem !important;
  }
  .mx-m-auto,
  .marginx-m-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mx-m-0,
  .marginx-m-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-m-1,
  .marginx-m-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-m-2,
  .marginx-m-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-m-3,
  .marginx-m-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-m-4,
  .marginx-m-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-m-5,
  .marginx-m-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-m-6,
  .marginx-m-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-m-7,
  .marginx-m-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-m-8,
  .marginx-m-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-m-9,
  .marginx-m-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-m-10,
  .marginx-m-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-m-11,
  .marginx-m-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-m-12,
  .marginx-m-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-m-13,
  .marginx-m-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-m-14,
  .marginx-m-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-m-15,
  .marginx-m-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-m-16,
  .marginx-m-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-m-17,
  .marginx-m-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-m-18,
  .marginx-m-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-m-19,
  .marginx-m-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-m-20,
  .marginx-m-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-m-21,
  .marginx-m-21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-m-22,
  .marginx-m-22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-m-23,
  .marginx-m-23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-m-24,
  .marginx-m-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-m-25,
  .marginx-m-25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .my-m-auto,
  .marginy-m-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-m-0,
  .marginy-m-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-m-1,
  .marginy-m-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-m-2,
  .marginy-m-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-m-3,
  .marginy-m-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-m-4,
  .marginy-m-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-m-5,
  .marginy-m-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-m-6,
  .marginy-m-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-m-7,
  .marginy-m-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-m-8,
  .marginy-m-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-m-9,
  .marginy-m-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-m-10,
  .marginy-m-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-m-11,
  .marginy-m-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-m-12,
  .marginy-m-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-m-13,
  .marginy-m-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-m-14,
  .marginy-m-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-m-15,
  .marginy-m-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-m-16,
  .marginy-m-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-m-17,
  .marginy-m-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-m-18,
  .marginy-m-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-m-19,
  .marginy-m-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-m-20,
  .marginy-m-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-m-21,
  .marginy-m-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-m-22,
  .marginy-m-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-m-23,
  .marginy-m-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-m-24,
  .marginy-m-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-m-25,
  .marginy-m-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
}
/*Padding*/
.p-auto,
.padding-auto {
  padding: auto !important;
}
.p-0,
.padding-0 {
  padding: 0rem !important;
}
.p-1,
.padding-1 {
  padding: 0.25rem !important;
}
.p-2,
.padding-2 {
  padding: 0.5rem !important;
}
.p-3,
.padding-3 {
  padding: 0.75rem !important;
}
.p-4,
.padding-4 {
  padding: 1rem !important;
}
.p-5,
.padding-5 {
  padding: 1.25rem !important;
}
.p-6,
.padding-6 {
  padding: 1.5rem !important;
}
.p-7,
.padding-7 {
  padding: 1.75rem !important;
}
.p-8,
.padding-8 {
  padding: 2rem !important;
}
.p-9,
.padding-9 {
  padding: 2.25rem !important;
}
.p-10,
.padding-10 {
  padding: 2.5rem !important;
}
.p-11,
.padding-11 {
  padding: 2.75rem !important;
}
.p-12,
.padding-12 {
  padding: 3rem !important;
}
.p-13,
.padding-13 {
  padding: 3.25rem !important;
}
.p-14,
.padding-14 {
  padding: 3.5rem !important;
}
.p-15,
.padding-15 {
  padding: 3.75rem !important;
}
.p-16,
.padding-16 {
  padding: 4rem !important;
}
.p-17,
.padding-17 {
  padding: 4.25rem !important;
}
.p-18,
.padding-18 {
  padding: 4.5rem !important;
}
.p-19,
.padding-19 {
  padding: 4.75rem !important;
}
.p-20,
.padding-20 {
  padding: 5rem !important;
}
.p-21,
.padding-21 {
  padding: 5.25rem !important;
}
.p-22,
.padding-22 {
  padding: 5.5rem !important;
}
.p-23,
.padding-23 {
  padding: 5.75rem !important;
}
.p-24,
.padding-24 {
  padding: 6rem !important;
}
.p-25,
.padding-25 {
  padding: 6.25rem !important;
}
.pt-auto, .p-top-auto,
.paddingt-auto,
.padding-top-auto {
  padding-top: auto !important;
}
.pt-0, .p-top-0,
.paddingt-0,
.padding-top-0 {
  padding-top: 0rem !important;
}
.pt-1, .p-top-1,
.paddingt-1,
.padding-top-1 {
  padding-top: 0.25rem !important;
}
.pt-2, .p-top-2,
.paddingt-2,
.padding-top-2 {
  padding-top: 0.5rem !important;
}
.pt-3, .p-top-3,
.paddingt-3,
.padding-top-3 {
  padding-top: 0.75rem !important;
}
.pt-4, .p-top-4,
.paddingt-4,
.padding-top-4 {
  padding-top: 1rem !important;
}
.pt-5, .p-top-5,
.paddingt-5,
.padding-top-5 {
  padding-top: 1.25rem !important;
}
.pt-6, .p-top-6,
.paddingt-6,
.padding-top-6 {
  padding-top: 1.5rem !important;
}
.pt-7, .p-top-7,
.paddingt-7,
.padding-top-7 {
  padding-top: 1.75rem !important;
}
.pt-8, .p-top-8,
.paddingt-8,
.padding-top-8 {
  padding-top: 2rem !important;
}
.pt-9, .p-top-9,
.paddingt-9,
.padding-top-9 {
  padding-top: 2.25rem !important;
}
.pt-10, .p-top-10,
.paddingt-10,
.padding-top-10 {
  padding-top: 2.5rem !important;
}
.pt-11, .p-top-11,
.paddingt-11,
.padding-top-11 {
  padding-top: 2.75rem !important;
}
.pt-12, .p-top-12,
.paddingt-12,
.padding-top-12 {
  padding-top: 3rem !important;
}
.pt-13, .p-top-13,
.paddingt-13,
.padding-top-13 {
  padding-top: 3.25rem !important;
}
.pt-14, .p-top-14,
.paddingt-14,
.padding-top-14 {
  padding-top: 3.5rem !important;
}
.pt-15, .p-top-15,
.paddingt-15,
.padding-top-15 {
  padding-top: 3.75rem !important;
}
.pt-16, .p-top-16,
.paddingt-16,
.padding-top-16 {
  padding-top: 4rem !important;
}
.pt-17, .p-top-17,
.paddingt-17,
.padding-top-17 {
  padding-top: 4.25rem !important;
}
.pt-18, .p-top-18,
.paddingt-18,
.padding-top-18 {
  padding-top: 4.5rem !important;
}
.pt-19, .p-top-19,
.paddingt-19,
.padding-top-19 {
  padding-top: 4.75rem !important;
}
.pt-20, .p-top-20,
.paddingt-20,
.padding-top-20 {
  padding-top: 5rem !important;
}
.pt-21, .p-top-21,
.paddingt-21,
.padding-top-21 {
  padding-top: 5.25rem !important;
}
.pt-22, .p-top-22,
.paddingt-22,
.padding-top-22 {
  padding-top: 5.5rem !important;
}
.pt-23, .p-top-23,
.paddingt-23,
.padding-top-23 {
  padding-top: 5.75rem !important;
}
.pt-24, .p-top-24,
.paddingt-24,
.padding-top-24 {
  padding-top: 6rem !important;
}
.pt-25, .p-top-25,
.paddingt-25,
.padding-top-25 {
  padding-top: 6.25rem !important;
}
.pb-auto, .p-bottom-auto,
.paddingb-auto,
.padding-bottom-auto {
  padding-bottom: auto !important;
}
.pb-0, .p-bottom-0,
.paddingb-0,
.padding-bottom-0 {
  padding-bottom: 0rem !important;
}
.pb-1, .p-bottom-1,
.paddingb-1,
.padding-bottom-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2, .p-bottom-2,
.paddingb-2,
.padding-bottom-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3, .p-bottom-3,
.paddingb-3,
.padding-bottom-3 {
  padding-bottom: 0.75rem !important;
}
.pb-4, .p-bottom-4,
.paddingb-4,
.padding-bottom-4 {
  padding-bottom: 1rem !important;
}
.pb-5, .p-bottom-5,
.paddingb-5,
.padding-bottom-5 {
  padding-bottom: 1.25rem !important;
}
.pb-6, .p-bottom-6,
.paddingb-6,
.padding-bottom-6 {
  padding-bottom: 1.5rem !important;
}
.pb-7, .p-bottom-7,
.paddingb-7,
.padding-bottom-7 {
  padding-bottom: 1.75rem !important;
}
.pb-8, .p-bottom-8,
.paddingb-8,
.padding-bottom-8 {
  padding-bottom: 2rem !important;
}
.pb-9, .p-bottom-9,
.paddingb-9,
.padding-bottom-9 {
  padding-bottom: 2.25rem !important;
}
.pb-10, .p-bottom-10,
.paddingb-10,
.padding-bottom-10 {
  padding-bottom: 2.5rem !important;
}
.pb-11, .p-bottom-11,
.paddingb-11,
.padding-bottom-11 {
  padding-bottom: 2.75rem !important;
}
.pb-12, .p-bottom-12,
.paddingb-12,
.padding-bottom-12 {
  padding-bottom: 3rem !important;
}
.pb-13, .p-bottom-13,
.paddingb-13,
.padding-bottom-13 {
  padding-bottom: 3.25rem !important;
}
.pb-14, .p-bottom-14,
.paddingb-14,
.padding-bottom-14 {
  padding-bottom: 3.5rem !important;
}
.pb-15, .p-bottom-15,
.paddingb-15,
.padding-bottom-15 {
  padding-bottom: 3.75rem !important;
}
.pb-16, .p-bottom-16,
.paddingb-16,
.padding-bottom-16 {
  padding-bottom: 4rem !important;
}
.pb-17, .p-bottom-17,
.paddingb-17,
.padding-bottom-17 {
  padding-bottom: 4.25rem !important;
}
.pb-18, .p-bottom-18,
.paddingb-18,
.padding-bottom-18 {
  padding-bottom: 4.5rem !important;
}
.pb-19, .p-bottom-19,
.paddingb-19,
.padding-bottom-19 {
  padding-bottom: 4.75rem !important;
}
.pb-20, .p-bottom-20,
.paddingb-20,
.padding-bottom-20 {
  padding-bottom: 5rem !important;
}
.pb-21, .p-bottom-21,
.paddingb-21,
.padding-bottom-21 {
  padding-bottom: 5.25rem !important;
}
.pb-22, .p-bottom-22,
.paddingb-22,
.padding-bottom-22 {
  padding-bottom: 5.5rem !important;
}
.pb-23, .p-bottom-23,
.paddingb-23,
.padding-bottom-23 {
  padding-bottom: 5.75rem !important;
}
.pb-24, .p-bottom-24,
.paddingb-24,
.padding-bottom-24 {
  padding-bottom: 6rem !important;
}
.pb-25, .p-bottom-25,
.paddingb-25,
.padding-bottom-25 {
  padding-bottom: 6.25rem !important;
}
.pr-auto, .p-right-auto,
.paddingr-auto,
.padding-right-auto {
  padding-right: auto !important;
}
.pr-0, .p-right-0,
.paddingr-0,
.padding-right-0 {
  padding-right: 0rem !important;
}
.pr-1, .p-right-1,
.paddingr-1,
.padding-right-1 {
  padding-right: 0.25rem !important;
}
.pr-2, .p-right-2,
.paddingr-2,
.padding-right-2 {
  padding-right: 0.5rem !important;
}
.pr-3, .p-right-3,
.paddingr-3,
.padding-right-3 {
  padding-right: 0.75rem !important;
}
.pr-4, .p-right-4,
.paddingr-4,
.padding-right-4 {
  padding-right: 1rem !important;
}
.pr-5, .p-right-5,
.paddingr-5,
.padding-right-5 {
  padding-right: 1.25rem !important;
}
.pr-6, .p-right-6,
.paddingr-6,
.padding-right-6 {
  padding-right: 1.5rem !important;
}
.pr-7, .p-right-7,
.paddingr-7,
.padding-right-7 {
  padding-right: 1.75rem !important;
}
.pr-8, .p-right-8,
.paddingr-8,
.padding-right-8 {
  padding-right: 2rem !important;
}
.pr-9, .p-right-9,
.paddingr-9,
.padding-right-9 {
  padding-right: 2.25rem !important;
}
.pr-10, .p-right-10,
.paddingr-10,
.padding-right-10 {
  padding-right: 2.5rem !important;
}
.pr-11, .p-right-11,
.paddingr-11,
.padding-right-11 {
  padding-right: 2.75rem !important;
}
.pr-12, .p-right-12,
.paddingr-12,
.padding-right-12 {
  padding-right: 3rem !important;
}
.pr-13, .p-right-13,
.paddingr-13,
.padding-right-13 {
  padding-right: 3.25rem !important;
}
.pr-14, .p-right-14,
.paddingr-14,
.padding-right-14 {
  padding-right: 3.5rem !important;
}
.pr-15, .p-right-15,
.paddingr-15,
.padding-right-15 {
  padding-right: 3.75rem !important;
}
.pr-16, .p-right-16,
.paddingr-16,
.padding-right-16 {
  padding-right: 4rem !important;
}
.pr-17, .p-right-17,
.paddingr-17,
.padding-right-17 {
  padding-right: 4.25rem !important;
}
.pr-18, .p-right-18,
.paddingr-18,
.padding-right-18 {
  padding-right: 4.5rem !important;
}
.pr-19, .p-right-19,
.paddingr-19,
.padding-right-19 {
  padding-right: 4.75rem !important;
}
.pr-20, .p-right-20,
.paddingr-20,
.padding-right-20 {
  padding-right: 5rem !important;
}
.pr-21, .p-right-21,
.paddingr-21,
.padding-right-21 {
  padding-right: 5.25rem !important;
}
.pr-22, .p-right-22,
.paddingr-22,
.padding-right-22 {
  padding-right: 5.5rem !important;
}
.pr-23, .p-right-23,
.paddingr-23,
.padding-right-23 {
  padding-right: 5.75rem !important;
}
.pr-24, .p-right-24,
.paddingr-24,
.padding-right-24 {
  padding-right: 6rem !important;
}
.pr-25, .p-right-25,
.paddingr-25,
.padding-right-25 {
  padding-right: 6.25rem !important;
}
.pl-auto, .p-left-auto,
.paddingl-auto,
.padding-left-auto {
  padding-left: auto !important;
}
.pl-0, .p-left-0,
.paddingl-0,
.padding-left-0 {
  padding-left: 0rem !important;
}
.pl-1, .p-left-1,
.paddingl-1,
.padding-left-1 {
  padding-left: 0.25rem !important;
}
.pl-2, .p-left-2,
.paddingl-2,
.padding-left-2 {
  padding-left: 0.5rem !important;
}
.pl-3, .p-left-3,
.paddingl-3,
.padding-left-3 {
  padding-left: 0.75rem !important;
}
.pl-4, .p-left-4,
.paddingl-4,
.padding-left-4 {
  padding-left: 1rem !important;
}
.pl-5, .p-left-5,
.paddingl-5,
.padding-left-5 {
  padding-left: 1.25rem !important;
}
.pl-6, .p-left-6,
.paddingl-6,
.padding-left-6 {
  padding-left: 1.5rem !important;
}
.pl-7, .p-left-7,
.paddingl-7,
.padding-left-7 {
  padding-left: 1.75rem !important;
}
.pl-8, .p-left-8,
.paddingl-8,
.padding-left-8 {
  padding-left: 2rem !important;
}
.pl-9, .p-left-9,
.paddingl-9,
.padding-left-9 {
  padding-left: 2.25rem !important;
}
.pl-10, .p-left-10,
.paddingl-10,
.padding-left-10 {
  padding-left: 2.5rem !important;
}
.pl-11, .p-left-11,
.paddingl-11,
.padding-left-11 {
  padding-left: 2.75rem !important;
}
.pl-12, .p-left-12,
.paddingl-12,
.padding-left-12 {
  padding-left: 3rem !important;
}
.pl-13, .p-left-13,
.paddingl-13,
.padding-left-13 {
  padding-left: 3.25rem !important;
}
.pl-14, .p-left-14,
.paddingl-14,
.padding-left-14 {
  padding-left: 3.5rem !important;
}
.pl-15, .p-left-15,
.paddingl-15,
.padding-left-15 {
  padding-left: 3.75rem !important;
}
.pl-16, .p-left-16,
.paddingl-16,
.padding-left-16 {
  padding-left: 4rem !important;
}
.pl-17, .p-left-17,
.paddingl-17,
.padding-left-17 {
  padding-left: 4.25rem !important;
}
.pl-18, .p-left-18,
.paddingl-18,
.padding-left-18 {
  padding-left: 4.5rem !important;
}
.pl-19, .p-left-19,
.paddingl-19,
.padding-left-19 {
  padding-left: 4.75rem !important;
}
.pl-20, .p-left-20,
.paddingl-20,
.padding-left-20 {
  padding-left: 5rem !important;
}
.pl-21, .p-left-21,
.paddingl-21,
.padding-left-21 {
  padding-left: 5.25rem !important;
}
.pl-22, .p-left-22,
.paddingl-22,
.padding-left-22 {
  padding-left: 5.5rem !important;
}
.pl-23, .p-left-23,
.paddingl-23,
.padding-left-23 {
  padding-left: 5.75rem !important;
}
.pl-24, .p-left-24,
.paddingl-24,
.padding-left-24 {
  padding-left: 6rem !important;
}
.pl-25, .p-left-25,
.paddingl-25,
.padding-left-25 {
  padding-left: 6.25rem !important;
}
.px-auto,
.paddingx-auto {
  padding-right: auto !important;
  padding-left: auto !important;
}
.px-0,
.paddingx-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.px-1,
.paddingx-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2,
.paddingx-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3,
.paddingx-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}
.px-4,
.paddingx-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-5,
.paddingx-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}
.px-6,
.paddingx-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-7,
.paddingx-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}
.px-8,
.paddingx-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.px-9,
.paddingx-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}
.px-10,
.paddingx-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.px-11,
.paddingx-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}
.px-12,
.paddingx-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.px-13,
.paddingx-13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}
.px-14,
.paddingx-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}
.px-15,
.paddingx-15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}
.px-16,
.paddingx-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.px-17,
.paddingx-17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}
.px-18,
.paddingx-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}
.px-19,
.paddingx-19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}
.px-20,
.paddingx-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.px-21,
.paddingx-21 {
  padding-right: 5.25rem !important;
  padding-left: 5.25rem !important;
}
.px-22,
.paddingx-22 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}
.px-23,
.paddingx-23 {
  padding-right: 5.75rem !important;
  padding-left: 5.75rem !important;
}
.px-24,
.paddingx-24 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}
.px-25,
.paddingx-25 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}
.py-auto,
.paddingy-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.py-0,
.paddingy-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.py-1,
.paddingy-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2,
.paddingy-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3,
.paddingy-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4,
.paddingy-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5,
.paddingy-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6,
.paddingy-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-7,
.paddingy-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}
.py-8,
.paddingy-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-9,
.paddingy-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}
.py-10,
.paddingy-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-11,
.paddingy-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}
.py-12,
.paddingy-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-13,
.paddingy-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}
.py-14,
.paddingy-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.py-15,
.paddingy-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.py-16,
.paddingy-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-17,
.paddingy-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}
.py-18,
.paddingy-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.py-19,
.paddingy-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}
.py-20,
.paddingy-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-21,
.paddingy-21 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}
.py-22,
.paddingy-22 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}
.py-23,
.paddingy-23 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}
.py-24,
.paddingy-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-25,
.paddingy-25 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

@media screen and (min-width: 2500px) and (max-width: none) {
  /*Padding*/
  .p-xl-auto,
  .padding-xl-auto {
    padding: auto !important;
  }
  .p-xl-0,
  .padding-xl-0 {
    padding: 0rem !important;
  }
  .p-xl-1,
  .padding-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2,
  .padding-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3,
  .padding-xl-3 {
    padding: 0.75rem !important;
  }
  .p-xl-4,
  .padding-xl-4 {
    padding: 1rem !important;
  }
  .p-xl-5,
  .padding-xl-5 {
    padding: 1.25rem !important;
  }
  .p-xl-6,
  .padding-xl-6 {
    padding: 1.5rem !important;
  }
  .p-xl-7,
  .padding-xl-7 {
    padding: 1.75rem !important;
  }
  .p-xl-8,
  .padding-xl-8 {
    padding: 2rem !important;
  }
  .p-xl-9,
  .padding-xl-9 {
    padding: 2.25rem !important;
  }
  .p-xl-10,
  .padding-xl-10 {
    padding: 2.5rem !important;
  }
  .p-xl-11,
  .padding-xl-11 {
    padding: 2.75rem !important;
  }
  .p-xl-12,
  .padding-xl-12 {
    padding: 3rem !important;
  }
  .p-xl-13,
  .padding-xl-13 {
    padding: 3.25rem !important;
  }
  .p-xl-14,
  .padding-xl-14 {
    padding: 3.5rem !important;
  }
  .p-xl-15,
  .padding-xl-15 {
    padding: 3.75rem !important;
  }
  .p-xl-16,
  .padding-xl-16 {
    padding: 4rem !important;
  }
  .p-xl-17,
  .padding-xl-17 {
    padding: 4.25rem !important;
  }
  .p-xl-18,
  .padding-xl-18 {
    padding: 4.5rem !important;
  }
  .p-xl-19,
  .padding-xl-19 {
    padding: 4.75rem !important;
  }
  .p-xl-20,
  .padding-xl-20 {
    padding: 5rem !important;
  }
  .p-xl-21,
  .padding-xl-21 {
    padding: 5.25rem !important;
  }
  .p-xl-22,
  .padding-xl-22 {
    padding: 5.5rem !important;
  }
  .p-xl-23,
  .padding-xl-23 {
    padding: 5.75rem !important;
  }
  .p-xl-24,
  .padding-xl-24 {
    padding: 6rem !important;
  }
  .p-xl-25,
  .padding-xl-25 {
    padding: 6.25rem !important;
  }
  .pt-xl-auto, .p-top-xl-auto,
  .paddingt-xl-auto,
  .padding-top-xl-auto {
    padding-top: auto !important;
  }
  .pt-xl-0, .p-top-xl-0,
  .paddingt-xl-0,
  .padding-top-xl-0 {
    padding-top: 0rem !important;
  }
  .pt-xl-1, .p-top-xl-1,
  .paddingt-xl-1,
  .padding-top-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2, .p-top-xl-2,
  .paddingt-xl-2,
  .padding-top-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3, .p-top-xl-3,
  .paddingt-xl-3,
  .padding-top-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-4, .p-top-xl-4,
  .paddingt-xl-4,
  .padding-top-xl-4 {
    padding-top: 1rem !important;
  }
  .pt-xl-5, .p-top-xl-5,
  .paddingt-xl-5,
  .padding-top-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-6, .p-top-xl-6,
  .paddingt-xl-6,
  .padding-top-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-7, .p-top-xl-7,
  .paddingt-xl-7,
  .padding-top-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-8, .p-top-xl-8,
  .paddingt-xl-8,
  .padding-top-xl-8 {
    padding-top: 2rem !important;
  }
  .pt-xl-9, .p-top-xl-9,
  .paddingt-xl-9,
  .padding-top-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pt-xl-10, .p-top-xl-10,
  .paddingt-xl-10,
  .padding-top-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-11, .p-top-xl-11,
  .paddingt-xl-11,
  .padding-top-xl-11 {
    padding-top: 2.75rem !important;
  }
  .pt-xl-12, .p-top-xl-12,
  .paddingt-xl-12,
  .padding-top-xl-12 {
    padding-top: 3rem !important;
  }
  .pt-xl-13, .p-top-xl-13,
  .paddingt-xl-13,
  .padding-top-xl-13 {
    padding-top: 3.25rem !important;
  }
  .pt-xl-14, .p-top-xl-14,
  .paddingt-xl-14,
  .padding-top-xl-14 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-15, .p-top-xl-15,
  .paddingt-xl-15,
  .padding-top-xl-15 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-16, .p-top-xl-16,
  .paddingt-xl-16,
  .padding-top-xl-16 {
    padding-top: 4rem !important;
  }
  .pt-xl-17, .p-top-xl-17,
  .paddingt-xl-17,
  .padding-top-xl-17 {
    padding-top: 4.25rem !important;
  }
  .pt-xl-18, .p-top-xl-18,
  .paddingt-xl-18,
  .padding-top-xl-18 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-19, .p-top-xl-19,
  .paddingt-xl-19,
  .padding-top-xl-19 {
    padding-top: 4.75rem !important;
  }
  .pt-xl-20, .p-top-xl-20,
  .paddingt-xl-20,
  .padding-top-xl-20 {
    padding-top: 5rem !important;
  }
  .pt-xl-21, .p-top-xl-21,
  .paddingt-xl-21,
  .padding-top-xl-21 {
    padding-top: 5.25rem !important;
  }
  .pt-xl-22, .p-top-xl-22,
  .paddingt-xl-22,
  .padding-top-xl-22 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-23, .p-top-xl-23,
  .paddingt-xl-23,
  .padding-top-xl-23 {
    padding-top: 5.75rem !important;
  }
  .pt-xl-24, .p-top-xl-24,
  .paddingt-xl-24,
  .padding-top-xl-24 {
    padding-top: 6rem !important;
  }
  .pt-xl-25, .p-top-xl-25,
  .paddingt-xl-25,
  .padding-top-xl-25 {
    padding-top: 6.25rem !important;
  }
  .pb-xl-auto, .p-bottom-xl-auto,
  .paddingb-xl-auto,
  .padding-bottom-xl-auto {
    padding-bottom: auto !important;
  }
  .pb-xl-0, .p-bottom-xl-0,
  .paddingb-xl-0,
  .padding-bottom-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xl-1, .p-bottom-xl-1,
  .paddingb-xl-1,
  .padding-bottom-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2, .p-bottom-xl-2,
  .paddingb-xl-2,
  .padding-bottom-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3, .p-bottom-xl-3,
  .paddingb-xl-3,
  .padding-bottom-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-4, .p-bottom-xl-4,
  .paddingb-xl-4,
  .padding-bottom-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-5, .p-bottom-xl-5,
  .paddingb-xl-5,
  .padding-bottom-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-6, .p-bottom-xl-6,
  .paddingb-xl-6,
  .padding-bottom-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-7, .p-bottom-xl-7,
  .paddingb-xl-7,
  .padding-bottom-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-8, .p-bottom-xl-8,
  .paddingb-xl-8,
  .padding-bottom-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-9, .p-bottom-xl-9,
  .paddingb-xl-9,
  .padding-bottom-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xl-10, .p-bottom-xl-10,
  .paddingb-xl-10,
  .padding-bottom-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-11, .p-bottom-xl-11,
  .paddingb-xl-11,
  .padding-bottom-xl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xl-12, .p-bottom-xl-12,
  .paddingb-xl-12,
  .padding-bottom-xl-12 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-13, .p-bottom-xl-13,
  .paddingb-xl-13,
  .padding-bottom-xl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pb-xl-14, .p-bottom-xl-14,
  .paddingb-xl-14,
  .padding-bottom-xl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-15, .p-bottom-xl-15,
  .paddingb-xl-15,
  .padding-bottom-xl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-16, .p-bottom-xl-16,
  .paddingb-xl-16,
  .padding-bottom-xl-16 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-17, .p-bottom-xl-17,
  .paddingb-xl-17,
  .padding-bottom-xl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pb-xl-18, .p-bottom-xl-18,
  .paddingb-xl-18,
  .padding-bottom-xl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-19, .p-bottom-xl-19,
  .paddingb-xl-19,
  .padding-bottom-xl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pb-xl-20, .p-bottom-xl-20,
  .paddingb-xl-20,
  .padding-bottom-xl-20 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-21, .p-bottom-xl-21,
  .paddingb-xl-21,
  .padding-bottom-xl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pb-xl-22, .p-bottom-xl-22,
  .paddingb-xl-22,
  .padding-bottom-xl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-23, .p-bottom-xl-23,
  .paddingb-xl-23,
  .padding-bottom-xl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pb-xl-24, .p-bottom-xl-24,
  .paddingb-xl-24,
  .padding-bottom-xl-24 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-25, .p-bottom-xl-25,
  .paddingb-xl-25,
  .padding-bottom-xl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pr-xl-auto, .p-right-xl-auto,
  .paddingr-xl-auto,
  .padding-right-xl-auto {
    padding-right: auto !important;
  }
  .pr-xl-0, .p-right-xl-0,
  .paddingr-xl-0,
  .padding-right-xl-0 {
    padding-right: 0rem !important;
  }
  .pr-xl-1, .p-right-xl-1,
  .paddingr-xl-1,
  .padding-right-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2, .p-right-xl-2,
  .paddingr-xl-2,
  .padding-right-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3, .p-right-xl-3,
  .paddingr-xl-3,
  .padding-right-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pr-xl-4, .p-right-xl-4,
  .paddingr-xl-4,
  .padding-right-xl-4 {
    padding-right: 1rem !important;
  }
  .pr-xl-5, .p-right-xl-5,
  .paddingr-xl-5,
  .padding-right-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pr-xl-6, .p-right-xl-6,
  .paddingr-xl-6,
  .padding-right-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pr-xl-7, .p-right-xl-7,
  .paddingr-xl-7,
  .padding-right-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pr-xl-8, .p-right-xl-8,
  .paddingr-xl-8,
  .padding-right-xl-8 {
    padding-right: 2rem !important;
  }
  .pr-xl-9, .p-right-xl-9,
  .paddingr-xl-9,
  .padding-right-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pr-xl-10, .p-right-xl-10,
  .paddingr-xl-10,
  .padding-right-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pr-xl-11, .p-right-xl-11,
  .paddingr-xl-11,
  .padding-right-xl-11 {
    padding-right: 2.75rem !important;
  }
  .pr-xl-12, .p-right-xl-12,
  .paddingr-xl-12,
  .padding-right-xl-12 {
    padding-right: 3rem !important;
  }
  .pr-xl-13, .p-right-xl-13,
  .paddingr-xl-13,
  .padding-right-xl-13 {
    padding-right: 3.25rem !important;
  }
  .pr-xl-14, .p-right-xl-14,
  .paddingr-xl-14,
  .padding-right-xl-14 {
    padding-right: 3.5rem !important;
  }
  .pr-xl-15, .p-right-xl-15,
  .paddingr-xl-15,
  .padding-right-xl-15 {
    padding-right: 3.75rem !important;
  }
  .pr-xl-16, .p-right-xl-16,
  .paddingr-xl-16,
  .padding-right-xl-16 {
    padding-right: 4rem !important;
  }
  .pr-xl-17, .p-right-xl-17,
  .paddingr-xl-17,
  .padding-right-xl-17 {
    padding-right: 4.25rem !important;
  }
  .pr-xl-18, .p-right-xl-18,
  .paddingr-xl-18,
  .padding-right-xl-18 {
    padding-right: 4.5rem !important;
  }
  .pr-xl-19, .p-right-xl-19,
  .paddingr-xl-19,
  .padding-right-xl-19 {
    padding-right: 4.75rem !important;
  }
  .pr-xl-20, .p-right-xl-20,
  .paddingr-xl-20,
  .padding-right-xl-20 {
    padding-right: 5rem !important;
  }
  .pr-xl-21, .p-right-xl-21,
  .paddingr-xl-21,
  .padding-right-xl-21 {
    padding-right: 5.25rem !important;
  }
  .pr-xl-22, .p-right-xl-22,
  .paddingr-xl-22,
  .padding-right-xl-22 {
    padding-right: 5.5rem !important;
  }
  .pr-xl-23, .p-right-xl-23,
  .paddingr-xl-23,
  .padding-right-xl-23 {
    padding-right: 5.75rem !important;
  }
  .pr-xl-24, .p-right-xl-24,
  .paddingr-xl-24,
  .padding-right-xl-24 {
    padding-right: 6rem !important;
  }
  .pr-xl-25, .p-right-xl-25,
  .paddingr-xl-25,
  .padding-right-xl-25 {
    padding-right: 6.25rem !important;
  }
  .pl-xl-auto, .p-left-xl-auto,
  .paddingl-xl-auto,
  .padding-left-xl-auto {
    padding-left: auto !important;
  }
  .pl-xl-0, .p-left-xl-0,
  .paddingl-xl-0,
  .padding-left-xl-0 {
    padding-left: 0rem !important;
  }
  .pl-xl-1, .p-left-xl-1,
  .paddingl-xl-1,
  .padding-left-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2, .p-left-xl-2,
  .paddingl-xl-2,
  .padding-left-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3, .p-left-xl-3,
  .paddingl-xl-3,
  .padding-left-xl-3 {
    padding-left: 0.75rem !important;
  }
  .pl-xl-4, .p-left-xl-4,
  .paddingl-xl-4,
  .padding-left-xl-4 {
    padding-left: 1rem !important;
  }
  .pl-xl-5, .p-left-xl-5,
  .paddingl-xl-5,
  .padding-left-xl-5 {
    padding-left: 1.25rem !important;
  }
  .pl-xl-6, .p-left-xl-6,
  .paddingl-xl-6,
  .padding-left-xl-6 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-7, .p-left-xl-7,
  .paddingl-xl-7,
  .padding-left-xl-7 {
    padding-left: 1.75rem !important;
  }
  .pl-xl-8, .p-left-xl-8,
  .paddingl-xl-8,
  .padding-left-xl-8 {
    padding-left: 2rem !important;
  }
  .pl-xl-9, .p-left-xl-9,
  .paddingl-xl-9,
  .padding-left-xl-9 {
    padding-left: 2.25rem !important;
  }
  .pl-xl-10, .p-left-xl-10,
  .paddingl-xl-10,
  .padding-left-xl-10 {
    padding-left: 2.5rem !important;
  }
  .pl-xl-11, .p-left-xl-11,
  .paddingl-xl-11,
  .padding-left-xl-11 {
    padding-left: 2.75rem !important;
  }
  .pl-xl-12, .p-left-xl-12,
  .paddingl-xl-12,
  .padding-left-xl-12 {
    padding-left: 3rem !important;
  }
  .pl-xl-13, .p-left-xl-13,
  .paddingl-xl-13,
  .padding-left-xl-13 {
    padding-left: 3.25rem !important;
  }
  .pl-xl-14, .p-left-xl-14,
  .paddingl-xl-14,
  .padding-left-xl-14 {
    padding-left: 3.5rem !important;
  }
  .pl-xl-15, .p-left-xl-15,
  .paddingl-xl-15,
  .padding-left-xl-15 {
    padding-left: 3.75rem !important;
  }
  .pl-xl-16, .p-left-xl-16,
  .paddingl-xl-16,
  .padding-left-xl-16 {
    padding-left: 4rem !important;
  }
  .pl-xl-17, .p-left-xl-17,
  .paddingl-xl-17,
  .padding-left-xl-17 {
    padding-left: 4.25rem !important;
  }
  .pl-xl-18, .p-left-xl-18,
  .paddingl-xl-18,
  .padding-left-xl-18 {
    padding-left: 4.5rem !important;
  }
  .pl-xl-19, .p-left-xl-19,
  .paddingl-xl-19,
  .padding-left-xl-19 {
    padding-left: 4.75rem !important;
  }
  .pl-xl-20, .p-left-xl-20,
  .paddingl-xl-20,
  .padding-left-xl-20 {
    padding-left: 5rem !important;
  }
  .pl-xl-21, .p-left-xl-21,
  .paddingl-xl-21,
  .padding-left-xl-21 {
    padding-left: 5.25rem !important;
  }
  .pl-xl-22, .p-left-xl-22,
  .paddingl-xl-22,
  .padding-left-xl-22 {
    padding-left: 5.5rem !important;
  }
  .pl-xl-23, .p-left-xl-23,
  .paddingl-xl-23,
  .padding-left-xl-23 {
    padding-left: 5.75rem !important;
  }
  .pl-xl-24, .p-left-xl-24,
  .paddingl-xl-24,
  .padding-left-xl-24 {
    padding-left: 6rem !important;
  }
  .pl-xl-25, .p-left-xl-25,
  .paddingl-xl-25,
  .padding-left-xl-25 {
    padding-left: 6.25rem !important;
  }
  .px-xl-auto,
  .paddingx-xl-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .px-xl-0,
  .paddingx-xl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-xl-1,
  .paddingx-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2,
  .paddingx-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3,
  .paddingx-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-4,
  .paddingx-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-5,
  .paddingx-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-6,
  .paddingx-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-7,
  .paddingx-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-8,
  .paddingx-xl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-9,
  .paddingx-xl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xl-10,
  .paddingx-xl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-11,
  .paddingx-xl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xl-12,
  .paddingx-xl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-13,
  .paddingx-xl-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-xl-14,
  .paddingx-xl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-15,
  .paddingx-xl-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-16,
  .paddingx-xl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-17,
  .paddingx-xl-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-xl-18,
  .paddingx-xl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-19,
  .paddingx-xl-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-xl-20,
  .paddingx-xl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-21,
  .paddingx-xl-21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-xl-22,
  .paddingx-xl-22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-23,
  .paddingx-xl-23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-xl-24,
  .paddingx-xl-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-25,
  .paddingx-xl-25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-xl-auto,
  .paddingy-xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-xl-0,
  .paddingy-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xl-1,
  .paddingy-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2,
  .paddingy-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3,
  .paddingy-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-4,
  .paddingy-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-5,
  .paddingy-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-6,
  .paddingy-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-7,
  .paddingy-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-8,
  .paddingy-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-9,
  .paddingy-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-10,
  .paddingy-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-11,
  .paddingy-xl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xl-12,
  .paddingy-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-13,
  .paddingy-xl-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-xl-14,
  .paddingy-xl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-15,
  .paddingy-xl-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-16,
  .paddingy-xl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-17,
  .paddingy-xl-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-xl-18,
  .paddingy-xl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-19,
  .paddingy-xl-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-xl-20,
  .paddingy-xl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-21,
  .paddingy-xl-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-xl-22,
  .paddingy-xl-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-23,
  .paddingy-xl-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-xl-24,
  .paddingy-xl-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-25,
  .paddingy-xl-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
@media screen and (min-width: 0) and (max-width: 1000px) {
  /*Padding*/
  .p-t-auto,
  .padding-t-auto {
    padding: auto !important;
  }
  .p-t-0,
  .padding-t-0 {
    padding: 0rem !important;
  }
  .p-t-1,
  .padding-t-1 {
    padding: 0.25rem !important;
  }
  .p-t-2,
  .padding-t-2 {
    padding: 0.5rem !important;
  }
  .p-t-3,
  .padding-t-3 {
    padding: 0.75rem !important;
  }
  .p-t-4,
  .padding-t-4 {
    padding: 1rem !important;
  }
  .p-t-5,
  .padding-t-5 {
    padding: 1.25rem !important;
  }
  .p-t-6,
  .padding-t-6 {
    padding: 1.5rem !important;
  }
  .p-t-7,
  .padding-t-7 {
    padding: 1.75rem !important;
  }
  .p-t-8,
  .padding-t-8 {
    padding: 2rem !important;
  }
  .p-t-9,
  .padding-t-9 {
    padding: 2.25rem !important;
  }
  .p-t-10,
  .padding-t-10 {
    padding: 2.5rem !important;
  }
  .p-t-11,
  .padding-t-11 {
    padding: 2.75rem !important;
  }
  .p-t-12,
  .padding-t-12 {
    padding: 3rem !important;
  }
  .p-t-13,
  .padding-t-13 {
    padding: 3.25rem !important;
  }
  .p-t-14,
  .padding-t-14 {
    padding: 3.5rem !important;
  }
  .p-t-15,
  .padding-t-15 {
    padding: 3.75rem !important;
  }
  .p-t-16,
  .padding-t-16 {
    padding: 4rem !important;
  }
  .p-t-17,
  .padding-t-17 {
    padding: 4.25rem !important;
  }
  .p-t-18,
  .padding-t-18 {
    padding: 4.5rem !important;
  }
  .p-t-19,
  .padding-t-19 {
    padding: 4.75rem !important;
  }
  .p-t-20,
  .padding-t-20 {
    padding: 5rem !important;
  }
  .p-t-21,
  .padding-t-21 {
    padding: 5.25rem !important;
  }
  .p-t-22,
  .padding-t-22 {
    padding: 5.5rem !important;
  }
  .p-t-23,
  .padding-t-23 {
    padding: 5.75rem !important;
  }
  .p-t-24,
  .padding-t-24 {
    padding: 6rem !important;
  }
  .p-t-25,
  .padding-t-25 {
    padding: 6.25rem !important;
  }
  .pt-t-auto, .p-top-t-auto,
  .paddingt-t-auto,
  .padding-top-t-auto {
    padding-top: auto !important;
  }
  .pt-t-0, .p-top-t-0,
  .paddingt-t-0,
  .padding-top-t-0 {
    padding-top: 0rem !important;
  }
  .pt-t-1, .p-top-t-1,
  .paddingt-t-1,
  .padding-top-t-1 {
    padding-top: 0.25rem !important;
  }
  .pt-t-2, .p-top-t-2,
  .paddingt-t-2,
  .padding-top-t-2 {
    padding-top: 0.5rem !important;
  }
  .pt-t-3, .p-top-t-3,
  .paddingt-t-3,
  .padding-top-t-3 {
    padding-top: 0.75rem !important;
  }
  .pt-t-4, .p-top-t-4,
  .paddingt-t-4,
  .padding-top-t-4 {
    padding-top: 1rem !important;
  }
  .pt-t-5, .p-top-t-5,
  .paddingt-t-5,
  .padding-top-t-5 {
    padding-top: 1.25rem !important;
  }
  .pt-t-6, .p-top-t-6,
  .paddingt-t-6,
  .padding-top-t-6 {
    padding-top: 1.5rem !important;
  }
  .pt-t-7, .p-top-t-7,
  .paddingt-t-7,
  .padding-top-t-7 {
    padding-top: 1.75rem !important;
  }
  .pt-t-8, .p-top-t-8,
  .paddingt-t-8,
  .padding-top-t-8 {
    padding-top: 2rem !important;
  }
  .pt-t-9, .p-top-t-9,
  .paddingt-t-9,
  .padding-top-t-9 {
    padding-top: 2.25rem !important;
  }
  .pt-t-10, .p-top-t-10,
  .paddingt-t-10,
  .padding-top-t-10 {
    padding-top: 2.5rem !important;
  }
  .pt-t-11, .p-top-t-11,
  .paddingt-t-11,
  .padding-top-t-11 {
    padding-top: 2.75rem !important;
  }
  .pt-t-12, .p-top-t-12,
  .paddingt-t-12,
  .padding-top-t-12 {
    padding-top: 3rem !important;
  }
  .pt-t-13, .p-top-t-13,
  .paddingt-t-13,
  .padding-top-t-13 {
    padding-top: 3.25rem !important;
  }
  .pt-t-14, .p-top-t-14,
  .paddingt-t-14,
  .padding-top-t-14 {
    padding-top: 3.5rem !important;
  }
  .pt-t-15, .p-top-t-15,
  .paddingt-t-15,
  .padding-top-t-15 {
    padding-top: 3.75rem !important;
  }
  .pt-t-16, .p-top-t-16,
  .paddingt-t-16,
  .padding-top-t-16 {
    padding-top: 4rem !important;
  }
  .pt-t-17, .p-top-t-17,
  .paddingt-t-17,
  .padding-top-t-17 {
    padding-top: 4.25rem !important;
  }
  .pt-t-18, .p-top-t-18,
  .paddingt-t-18,
  .padding-top-t-18 {
    padding-top: 4.5rem !important;
  }
  .pt-t-19, .p-top-t-19,
  .paddingt-t-19,
  .padding-top-t-19 {
    padding-top: 4.75rem !important;
  }
  .pt-t-20, .p-top-t-20,
  .paddingt-t-20,
  .padding-top-t-20 {
    padding-top: 5rem !important;
  }
  .pt-t-21, .p-top-t-21,
  .paddingt-t-21,
  .padding-top-t-21 {
    padding-top: 5.25rem !important;
  }
  .pt-t-22, .p-top-t-22,
  .paddingt-t-22,
  .padding-top-t-22 {
    padding-top: 5.5rem !important;
  }
  .pt-t-23, .p-top-t-23,
  .paddingt-t-23,
  .padding-top-t-23 {
    padding-top: 5.75rem !important;
  }
  .pt-t-24, .p-top-t-24,
  .paddingt-t-24,
  .padding-top-t-24 {
    padding-top: 6rem !important;
  }
  .pt-t-25, .p-top-t-25,
  .paddingt-t-25,
  .padding-top-t-25 {
    padding-top: 6.25rem !important;
  }
  .pb-t-auto, .p-bottom-t-auto,
  .paddingb-t-auto,
  .padding-bottom-t-auto {
    padding-bottom: auto !important;
  }
  .pb-t-0, .p-bottom-t-0,
  .paddingb-t-0,
  .padding-bottom-t-0 {
    padding-bottom: 0rem !important;
  }
  .pb-t-1, .p-bottom-t-1,
  .paddingb-t-1,
  .padding-bottom-t-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-t-2, .p-bottom-t-2,
  .paddingb-t-2,
  .padding-bottom-t-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-t-3, .p-bottom-t-3,
  .paddingb-t-3,
  .padding-bottom-t-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-t-4, .p-bottom-t-4,
  .paddingb-t-4,
  .padding-bottom-t-4 {
    padding-bottom: 1rem !important;
  }
  .pb-t-5, .p-bottom-t-5,
  .paddingb-t-5,
  .padding-bottom-t-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-t-6, .p-bottom-t-6,
  .paddingb-t-6,
  .padding-bottom-t-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-t-7, .p-bottom-t-7,
  .paddingb-t-7,
  .padding-bottom-t-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-t-8, .p-bottom-t-8,
  .paddingb-t-8,
  .padding-bottom-t-8 {
    padding-bottom: 2rem !important;
  }
  .pb-t-9, .p-bottom-t-9,
  .paddingb-t-9,
  .padding-bottom-t-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-t-10, .p-bottom-t-10,
  .paddingb-t-10,
  .padding-bottom-t-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-t-11, .p-bottom-t-11,
  .paddingb-t-11,
  .padding-bottom-t-11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-t-12, .p-bottom-t-12,
  .paddingb-t-12,
  .padding-bottom-t-12 {
    padding-bottom: 3rem !important;
  }
  .pb-t-13, .p-bottom-t-13,
  .paddingb-t-13,
  .padding-bottom-t-13 {
    padding-bottom: 3.25rem !important;
  }
  .pb-t-14, .p-bottom-t-14,
  .paddingb-t-14,
  .padding-bottom-t-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-t-15, .p-bottom-t-15,
  .paddingb-t-15,
  .padding-bottom-t-15 {
    padding-bottom: 3.75rem !important;
  }
  .pb-t-16, .p-bottom-t-16,
  .paddingb-t-16,
  .padding-bottom-t-16 {
    padding-bottom: 4rem !important;
  }
  .pb-t-17, .p-bottom-t-17,
  .paddingb-t-17,
  .padding-bottom-t-17 {
    padding-bottom: 4.25rem !important;
  }
  .pb-t-18, .p-bottom-t-18,
  .paddingb-t-18,
  .padding-bottom-t-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-t-19, .p-bottom-t-19,
  .paddingb-t-19,
  .padding-bottom-t-19 {
    padding-bottom: 4.75rem !important;
  }
  .pb-t-20, .p-bottom-t-20,
  .paddingb-t-20,
  .padding-bottom-t-20 {
    padding-bottom: 5rem !important;
  }
  .pb-t-21, .p-bottom-t-21,
  .paddingb-t-21,
  .padding-bottom-t-21 {
    padding-bottom: 5.25rem !important;
  }
  .pb-t-22, .p-bottom-t-22,
  .paddingb-t-22,
  .padding-bottom-t-22 {
    padding-bottom: 5.5rem !important;
  }
  .pb-t-23, .p-bottom-t-23,
  .paddingb-t-23,
  .padding-bottom-t-23 {
    padding-bottom: 5.75rem !important;
  }
  .pb-t-24, .p-bottom-t-24,
  .paddingb-t-24,
  .padding-bottom-t-24 {
    padding-bottom: 6rem !important;
  }
  .pb-t-25, .p-bottom-t-25,
  .paddingb-t-25,
  .padding-bottom-t-25 {
    padding-bottom: 6.25rem !important;
  }
  .pr-t-auto, .p-right-t-auto,
  .paddingr-t-auto,
  .padding-right-t-auto {
    padding-right: auto !important;
  }
  .pr-t-0, .p-right-t-0,
  .paddingr-t-0,
  .padding-right-t-0 {
    padding-right: 0rem !important;
  }
  .pr-t-1, .p-right-t-1,
  .paddingr-t-1,
  .padding-right-t-1 {
    padding-right: 0.25rem !important;
  }
  .pr-t-2, .p-right-t-2,
  .paddingr-t-2,
  .padding-right-t-2 {
    padding-right: 0.5rem !important;
  }
  .pr-t-3, .p-right-t-3,
  .paddingr-t-3,
  .padding-right-t-3 {
    padding-right: 0.75rem !important;
  }
  .pr-t-4, .p-right-t-4,
  .paddingr-t-4,
  .padding-right-t-4 {
    padding-right: 1rem !important;
  }
  .pr-t-5, .p-right-t-5,
  .paddingr-t-5,
  .padding-right-t-5 {
    padding-right: 1.25rem !important;
  }
  .pr-t-6, .p-right-t-6,
  .paddingr-t-6,
  .padding-right-t-6 {
    padding-right: 1.5rem !important;
  }
  .pr-t-7, .p-right-t-7,
  .paddingr-t-7,
  .padding-right-t-7 {
    padding-right: 1.75rem !important;
  }
  .pr-t-8, .p-right-t-8,
  .paddingr-t-8,
  .padding-right-t-8 {
    padding-right: 2rem !important;
  }
  .pr-t-9, .p-right-t-9,
  .paddingr-t-9,
  .padding-right-t-9 {
    padding-right: 2.25rem !important;
  }
  .pr-t-10, .p-right-t-10,
  .paddingr-t-10,
  .padding-right-t-10 {
    padding-right: 2.5rem !important;
  }
  .pr-t-11, .p-right-t-11,
  .paddingr-t-11,
  .padding-right-t-11 {
    padding-right: 2.75rem !important;
  }
  .pr-t-12, .p-right-t-12,
  .paddingr-t-12,
  .padding-right-t-12 {
    padding-right: 3rem !important;
  }
  .pr-t-13, .p-right-t-13,
  .paddingr-t-13,
  .padding-right-t-13 {
    padding-right: 3.25rem !important;
  }
  .pr-t-14, .p-right-t-14,
  .paddingr-t-14,
  .padding-right-t-14 {
    padding-right: 3.5rem !important;
  }
  .pr-t-15, .p-right-t-15,
  .paddingr-t-15,
  .padding-right-t-15 {
    padding-right: 3.75rem !important;
  }
  .pr-t-16, .p-right-t-16,
  .paddingr-t-16,
  .padding-right-t-16 {
    padding-right: 4rem !important;
  }
  .pr-t-17, .p-right-t-17,
  .paddingr-t-17,
  .padding-right-t-17 {
    padding-right: 4.25rem !important;
  }
  .pr-t-18, .p-right-t-18,
  .paddingr-t-18,
  .padding-right-t-18 {
    padding-right: 4.5rem !important;
  }
  .pr-t-19, .p-right-t-19,
  .paddingr-t-19,
  .padding-right-t-19 {
    padding-right: 4.75rem !important;
  }
  .pr-t-20, .p-right-t-20,
  .paddingr-t-20,
  .padding-right-t-20 {
    padding-right: 5rem !important;
  }
  .pr-t-21, .p-right-t-21,
  .paddingr-t-21,
  .padding-right-t-21 {
    padding-right: 5.25rem !important;
  }
  .pr-t-22, .p-right-t-22,
  .paddingr-t-22,
  .padding-right-t-22 {
    padding-right: 5.5rem !important;
  }
  .pr-t-23, .p-right-t-23,
  .paddingr-t-23,
  .padding-right-t-23 {
    padding-right: 5.75rem !important;
  }
  .pr-t-24, .p-right-t-24,
  .paddingr-t-24,
  .padding-right-t-24 {
    padding-right: 6rem !important;
  }
  .pr-t-25, .p-right-t-25,
  .paddingr-t-25,
  .padding-right-t-25 {
    padding-right: 6.25rem !important;
  }
  .pl-t-auto, .p-left-t-auto,
  .paddingl-t-auto,
  .padding-left-t-auto {
    padding-left: auto !important;
  }
  .pl-t-0, .p-left-t-0,
  .paddingl-t-0,
  .padding-left-t-0 {
    padding-left: 0rem !important;
  }
  .pl-t-1, .p-left-t-1,
  .paddingl-t-1,
  .padding-left-t-1 {
    padding-left: 0.25rem !important;
  }
  .pl-t-2, .p-left-t-2,
  .paddingl-t-2,
  .padding-left-t-2 {
    padding-left: 0.5rem !important;
  }
  .pl-t-3, .p-left-t-3,
  .paddingl-t-3,
  .padding-left-t-3 {
    padding-left: 0.75rem !important;
  }
  .pl-t-4, .p-left-t-4,
  .paddingl-t-4,
  .padding-left-t-4 {
    padding-left: 1rem !important;
  }
  .pl-t-5, .p-left-t-5,
  .paddingl-t-5,
  .padding-left-t-5 {
    padding-left: 1.25rem !important;
  }
  .pl-t-6, .p-left-t-6,
  .paddingl-t-6,
  .padding-left-t-6 {
    padding-left: 1.5rem !important;
  }
  .pl-t-7, .p-left-t-7,
  .paddingl-t-7,
  .padding-left-t-7 {
    padding-left: 1.75rem !important;
  }
  .pl-t-8, .p-left-t-8,
  .paddingl-t-8,
  .padding-left-t-8 {
    padding-left: 2rem !important;
  }
  .pl-t-9, .p-left-t-9,
  .paddingl-t-9,
  .padding-left-t-9 {
    padding-left: 2.25rem !important;
  }
  .pl-t-10, .p-left-t-10,
  .paddingl-t-10,
  .padding-left-t-10 {
    padding-left: 2.5rem !important;
  }
  .pl-t-11, .p-left-t-11,
  .paddingl-t-11,
  .padding-left-t-11 {
    padding-left: 2.75rem !important;
  }
  .pl-t-12, .p-left-t-12,
  .paddingl-t-12,
  .padding-left-t-12 {
    padding-left: 3rem !important;
  }
  .pl-t-13, .p-left-t-13,
  .paddingl-t-13,
  .padding-left-t-13 {
    padding-left: 3.25rem !important;
  }
  .pl-t-14, .p-left-t-14,
  .paddingl-t-14,
  .padding-left-t-14 {
    padding-left: 3.5rem !important;
  }
  .pl-t-15, .p-left-t-15,
  .paddingl-t-15,
  .padding-left-t-15 {
    padding-left: 3.75rem !important;
  }
  .pl-t-16, .p-left-t-16,
  .paddingl-t-16,
  .padding-left-t-16 {
    padding-left: 4rem !important;
  }
  .pl-t-17, .p-left-t-17,
  .paddingl-t-17,
  .padding-left-t-17 {
    padding-left: 4.25rem !important;
  }
  .pl-t-18, .p-left-t-18,
  .paddingl-t-18,
  .padding-left-t-18 {
    padding-left: 4.5rem !important;
  }
  .pl-t-19, .p-left-t-19,
  .paddingl-t-19,
  .padding-left-t-19 {
    padding-left: 4.75rem !important;
  }
  .pl-t-20, .p-left-t-20,
  .paddingl-t-20,
  .padding-left-t-20 {
    padding-left: 5rem !important;
  }
  .pl-t-21, .p-left-t-21,
  .paddingl-t-21,
  .padding-left-t-21 {
    padding-left: 5.25rem !important;
  }
  .pl-t-22, .p-left-t-22,
  .paddingl-t-22,
  .padding-left-t-22 {
    padding-left: 5.5rem !important;
  }
  .pl-t-23, .p-left-t-23,
  .paddingl-t-23,
  .padding-left-t-23 {
    padding-left: 5.75rem !important;
  }
  .pl-t-24, .p-left-t-24,
  .paddingl-t-24,
  .padding-left-t-24 {
    padding-left: 6rem !important;
  }
  .pl-t-25, .p-left-t-25,
  .paddingl-t-25,
  .padding-left-t-25 {
    padding-left: 6.25rem !important;
  }
  .px-t-auto,
  .paddingx-t-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .px-t-0,
  .paddingx-t-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-t-1,
  .paddingx-t-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-t-2,
  .paddingx-t-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-t-3,
  .paddingx-t-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-t-4,
  .paddingx-t-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-t-5,
  .paddingx-t-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-t-6,
  .paddingx-t-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-t-7,
  .paddingx-t-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-t-8,
  .paddingx-t-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-t-9,
  .paddingx-t-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-t-10,
  .paddingx-t-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-t-11,
  .paddingx-t-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-t-12,
  .paddingx-t-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-t-13,
  .paddingx-t-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-t-14,
  .paddingx-t-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-t-15,
  .paddingx-t-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-t-16,
  .paddingx-t-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-t-17,
  .paddingx-t-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-t-18,
  .paddingx-t-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-t-19,
  .paddingx-t-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-t-20,
  .paddingx-t-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-t-21,
  .paddingx-t-21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-t-22,
  .paddingx-t-22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-t-23,
  .paddingx-t-23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-t-24,
  .paddingx-t-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-t-25,
  .paddingx-t-25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-t-auto,
  .paddingy-t-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-t-0,
  .paddingy-t-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-t-1,
  .paddingy-t-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-t-2,
  .paddingy-t-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-t-3,
  .paddingy-t-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-t-4,
  .paddingy-t-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-t-5,
  .paddingy-t-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-t-6,
  .paddingy-t-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-t-7,
  .paddingy-t-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-t-8,
  .paddingy-t-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-t-9,
  .paddingy-t-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-t-10,
  .paddingy-t-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-t-11,
  .paddingy-t-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-t-12,
  .paddingy-t-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-t-13,
  .paddingy-t-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-t-14,
  .paddingy-t-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-t-15,
  .paddingy-t-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-t-16,
  .paddingy-t-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-t-17,
  .paddingy-t-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-t-18,
  .paddingy-t-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-t-19,
  .paddingy-t-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-t-20,
  .paddingy-t-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-t-21,
  .paddingy-t-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-t-22,
  .paddingy-t-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-t-23,
  .paddingy-t-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-t-24,
  .paddingy-t-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-t-25,
  .paddingy-t-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  /*Padding*/
  .p-m-auto,
  .padding-m-auto {
    padding: auto !important;
  }
  .p-m-0,
  .padding-m-0 {
    padding: 0rem !important;
  }
  .p-m-1,
  .padding-m-1 {
    padding: 0.25rem !important;
  }
  .p-m-2,
  .padding-m-2 {
    padding: 0.5rem !important;
  }
  .p-m-3,
  .padding-m-3 {
    padding: 0.75rem !important;
  }
  .p-m-4,
  .padding-m-4 {
    padding: 1rem !important;
  }
  .p-m-5,
  .padding-m-5 {
    padding: 1.25rem !important;
  }
  .p-m-6,
  .padding-m-6 {
    padding: 1.5rem !important;
  }
  .p-m-7,
  .padding-m-7 {
    padding: 1.75rem !important;
  }
  .p-m-8,
  .padding-m-8 {
    padding: 2rem !important;
  }
  .p-m-9,
  .padding-m-9 {
    padding: 2.25rem !important;
  }
  .p-m-10,
  .padding-m-10 {
    padding: 2.5rem !important;
  }
  .p-m-11,
  .padding-m-11 {
    padding: 2.75rem !important;
  }
  .p-m-12,
  .padding-m-12 {
    padding: 3rem !important;
  }
  .p-m-13,
  .padding-m-13 {
    padding: 3.25rem !important;
  }
  .p-m-14,
  .padding-m-14 {
    padding: 3.5rem !important;
  }
  .p-m-15,
  .padding-m-15 {
    padding: 3.75rem !important;
  }
  .p-m-16,
  .padding-m-16 {
    padding: 4rem !important;
  }
  .p-m-17,
  .padding-m-17 {
    padding: 4.25rem !important;
  }
  .p-m-18,
  .padding-m-18 {
    padding: 4.5rem !important;
  }
  .p-m-19,
  .padding-m-19 {
    padding: 4.75rem !important;
  }
  .p-m-20,
  .padding-m-20 {
    padding: 5rem !important;
  }
  .p-m-21,
  .padding-m-21 {
    padding: 5.25rem !important;
  }
  .p-m-22,
  .padding-m-22 {
    padding: 5.5rem !important;
  }
  .p-m-23,
  .padding-m-23 {
    padding: 5.75rem !important;
  }
  .p-m-24,
  .padding-m-24 {
    padding: 6rem !important;
  }
  .p-m-25,
  .padding-m-25 {
    padding: 6.25rem !important;
  }
  .pt-m-auto, .p-top-m-auto,
  .paddingt-m-auto,
  .padding-top-m-auto {
    padding-top: auto !important;
  }
  .pt-m-0, .p-top-m-0,
  .paddingt-m-0,
  .padding-top-m-0 {
    padding-top: 0rem !important;
  }
  .pt-m-1, .p-top-m-1,
  .paddingt-m-1,
  .padding-top-m-1 {
    padding-top: 0.25rem !important;
  }
  .pt-m-2, .p-top-m-2,
  .paddingt-m-2,
  .padding-top-m-2 {
    padding-top: 0.5rem !important;
  }
  .pt-m-3, .p-top-m-3,
  .paddingt-m-3,
  .padding-top-m-3 {
    padding-top: 0.75rem !important;
  }
  .pt-m-4, .p-top-m-4,
  .paddingt-m-4,
  .padding-top-m-4 {
    padding-top: 1rem !important;
  }
  .pt-m-5, .p-top-m-5,
  .paddingt-m-5,
  .padding-top-m-5 {
    padding-top: 1.25rem !important;
  }
  .pt-m-6, .p-top-m-6,
  .paddingt-m-6,
  .padding-top-m-6 {
    padding-top: 1.5rem !important;
  }
  .pt-m-7, .p-top-m-7,
  .paddingt-m-7,
  .padding-top-m-7 {
    padding-top: 1.75rem !important;
  }
  .pt-m-8, .p-top-m-8,
  .paddingt-m-8,
  .padding-top-m-8 {
    padding-top: 2rem !important;
  }
  .pt-m-9, .p-top-m-9,
  .paddingt-m-9,
  .padding-top-m-9 {
    padding-top: 2.25rem !important;
  }
  .pt-m-10, .p-top-m-10,
  .paddingt-m-10,
  .padding-top-m-10 {
    padding-top: 2.5rem !important;
  }
  .pt-m-11, .p-top-m-11,
  .paddingt-m-11,
  .padding-top-m-11 {
    padding-top: 2.75rem !important;
  }
  .pt-m-12, .p-top-m-12,
  .paddingt-m-12,
  .padding-top-m-12 {
    padding-top: 3rem !important;
  }
  .pt-m-13, .p-top-m-13,
  .paddingt-m-13,
  .padding-top-m-13 {
    padding-top: 3.25rem !important;
  }
  .pt-m-14, .p-top-m-14,
  .paddingt-m-14,
  .padding-top-m-14 {
    padding-top: 3.5rem !important;
  }
  .pt-m-15, .p-top-m-15,
  .paddingt-m-15,
  .padding-top-m-15 {
    padding-top: 3.75rem !important;
  }
  .pt-m-16, .p-top-m-16,
  .paddingt-m-16,
  .padding-top-m-16 {
    padding-top: 4rem !important;
  }
  .pt-m-17, .p-top-m-17,
  .paddingt-m-17,
  .padding-top-m-17 {
    padding-top: 4.25rem !important;
  }
  .pt-m-18, .p-top-m-18,
  .paddingt-m-18,
  .padding-top-m-18 {
    padding-top: 4.5rem !important;
  }
  .pt-m-19, .p-top-m-19,
  .paddingt-m-19,
  .padding-top-m-19 {
    padding-top: 4.75rem !important;
  }
  .pt-m-20, .p-top-m-20,
  .paddingt-m-20,
  .padding-top-m-20 {
    padding-top: 5rem !important;
  }
  .pt-m-21, .p-top-m-21,
  .paddingt-m-21,
  .padding-top-m-21 {
    padding-top: 5.25rem !important;
  }
  .pt-m-22, .p-top-m-22,
  .paddingt-m-22,
  .padding-top-m-22 {
    padding-top: 5.5rem !important;
  }
  .pt-m-23, .p-top-m-23,
  .paddingt-m-23,
  .padding-top-m-23 {
    padding-top: 5.75rem !important;
  }
  .pt-m-24, .p-top-m-24,
  .paddingt-m-24,
  .padding-top-m-24 {
    padding-top: 6rem !important;
  }
  .pt-m-25, .p-top-m-25,
  .paddingt-m-25,
  .padding-top-m-25 {
    padding-top: 6.25rem !important;
  }
  .pb-m-auto, .p-bottom-m-auto,
  .paddingb-m-auto,
  .padding-bottom-m-auto {
    padding-bottom: auto !important;
  }
  .pb-m-0, .p-bottom-m-0,
  .paddingb-m-0,
  .padding-bottom-m-0 {
    padding-bottom: 0rem !important;
  }
  .pb-m-1, .p-bottom-m-1,
  .paddingb-m-1,
  .padding-bottom-m-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-m-2, .p-bottom-m-2,
  .paddingb-m-2,
  .padding-bottom-m-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-m-3, .p-bottom-m-3,
  .paddingb-m-3,
  .padding-bottom-m-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-m-4, .p-bottom-m-4,
  .paddingb-m-4,
  .padding-bottom-m-4 {
    padding-bottom: 1rem !important;
  }
  .pb-m-5, .p-bottom-m-5,
  .paddingb-m-5,
  .padding-bottom-m-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-m-6, .p-bottom-m-6,
  .paddingb-m-6,
  .padding-bottom-m-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-m-7, .p-bottom-m-7,
  .paddingb-m-7,
  .padding-bottom-m-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-m-8, .p-bottom-m-8,
  .paddingb-m-8,
  .padding-bottom-m-8 {
    padding-bottom: 2rem !important;
  }
  .pb-m-9, .p-bottom-m-9,
  .paddingb-m-9,
  .padding-bottom-m-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-m-10, .p-bottom-m-10,
  .paddingb-m-10,
  .padding-bottom-m-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-m-11, .p-bottom-m-11,
  .paddingb-m-11,
  .padding-bottom-m-11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-m-12, .p-bottom-m-12,
  .paddingb-m-12,
  .padding-bottom-m-12 {
    padding-bottom: 3rem !important;
  }
  .pb-m-13, .p-bottom-m-13,
  .paddingb-m-13,
  .padding-bottom-m-13 {
    padding-bottom: 3.25rem !important;
  }
  .pb-m-14, .p-bottom-m-14,
  .paddingb-m-14,
  .padding-bottom-m-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-m-15, .p-bottom-m-15,
  .paddingb-m-15,
  .padding-bottom-m-15 {
    padding-bottom: 3.75rem !important;
  }
  .pb-m-16, .p-bottom-m-16,
  .paddingb-m-16,
  .padding-bottom-m-16 {
    padding-bottom: 4rem !important;
  }
  .pb-m-17, .p-bottom-m-17,
  .paddingb-m-17,
  .padding-bottom-m-17 {
    padding-bottom: 4.25rem !important;
  }
  .pb-m-18, .p-bottom-m-18,
  .paddingb-m-18,
  .padding-bottom-m-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-m-19, .p-bottom-m-19,
  .paddingb-m-19,
  .padding-bottom-m-19 {
    padding-bottom: 4.75rem !important;
  }
  .pb-m-20, .p-bottom-m-20,
  .paddingb-m-20,
  .padding-bottom-m-20 {
    padding-bottom: 5rem !important;
  }
  .pb-m-21, .p-bottom-m-21,
  .paddingb-m-21,
  .padding-bottom-m-21 {
    padding-bottom: 5.25rem !important;
  }
  .pb-m-22, .p-bottom-m-22,
  .paddingb-m-22,
  .padding-bottom-m-22 {
    padding-bottom: 5.5rem !important;
  }
  .pb-m-23, .p-bottom-m-23,
  .paddingb-m-23,
  .padding-bottom-m-23 {
    padding-bottom: 5.75rem !important;
  }
  .pb-m-24, .p-bottom-m-24,
  .paddingb-m-24,
  .padding-bottom-m-24 {
    padding-bottom: 6rem !important;
  }
  .pb-m-25, .p-bottom-m-25,
  .paddingb-m-25,
  .padding-bottom-m-25 {
    padding-bottom: 6.25rem !important;
  }
  .pr-m-auto, .p-right-m-auto,
  .paddingr-m-auto,
  .padding-right-m-auto {
    padding-right: auto !important;
  }
  .pr-m-0, .p-right-m-0,
  .paddingr-m-0,
  .padding-right-m-0 {
    padding-right: 0rem !important;
  }
  .pr-m-1, .p-right-m-1,
  .paddingr-m-1,
  .padding-right-m-1 {
    padding-right: 0.25rem !important;
  }
  .pr-m-2, .p-right-m-2,
  .paddingr-m-2,
  .padding-right-m-2 {
    padding-right: 0.5rem !important;
  }
  .pr-m-3, .p-right-m-3,
  .paddingr-m-3,
  .padding-right-m-3 {
    padding-right: 0.75rem !important;
  }
  .pr-m-4, .p-right-m-4,
  .paddingr-m-4,
  .padding-right-m-4 {
    padding-right: 1rem !important;
  }
  .pr-m-5, .p-right-m-5,
  .paddingr-m-5,
  .padding-right-m-5 {
    padding-right: 1.25rem !important;
  }
  .pr-m-6, .p-right-m-6,
  .paddingr-m-6,
  .padding-right-m-6 {
    padding-right: 1.5rem !important;
  }
  .pr-m-7, .p-right-m-7,
  .paddingr-m-7,
  .padding-right-m-7 {
    padding-right: 1.75rem !important;
  }
  .pr-m-8, .p-right-m-8,
  .paddingr-m-8,
  .padding-right-m-8 {
    padding-right: 2rem !important;
  }
  .pr-m-9, .p-right-m-9,
  .paddingr-m-9,
  .padding-right-m-9 {
    padding-right: 2.25rem !important;
  }
  .pr-m-10, .p-right-m-10,
  .paddingr-m-10,
  .padding-right-m-10 {
    padding-right: 2.5rem !important;
  }
  .pr-m-11, .p-right-m-11,
  .paddingr-m-11,
  .padding-right-m-11 {
    padding-right: 2.75rem !important;
  }
  .pr-m-12, .p-right-m-12,
  .paddingr-m-12,
  .padding-right-m-12 {
    padding-right: 3rem !important;
  }
  .pr-m-13, .p-right-m-13,
  .paddingr-m-13,
  .padding-right-m-13 {
    padding-right: 3.25rem !important;
  }
  .pr-m-14, .p-right-m-14,
  .paddingr-m-14,
  .padding-right-m-14 {
    padding-right: 3.5rem !important;
  }
  .pr-m-15, .p-right-m-15,
  .paddingr-m-15,
  .padding-right-m-15 {
    padding-right: 3.75rem !important;
  }
  .pr-m-16, .p-right-m-16,
  .paddingr-m-16,
  .padding-right-m-16 {
    padding-right: 4rem !important;
  }
  .pr-m-17, .p-right-m-17,
  .paddingr-m-17,
  .padding-right-m-17 {
    padding-right: 4.25rem !important;
  }
  .pr-m-18, .p-right-m-18,
  .paddingr-m-18,
  .padding-right-m-18 {
    padding-right: 4.5rem !important;
  }
  .pr-m-19, .p-right-m-19,
  .paddingr-m-19,
  .padding-right-m-19 {
    padding-right: 4.75rem !important;
  }
  .pr-m-20, .p-right-m-20,
  .paddingr-m-20,
  .padding-right-m-20 {
    padding-right: 5rem !important;
  }
  .pr-m-21, .p-right-m-21,
  .paddingr-m-21,
  .padding-right-m-21 {
    padding-right: 5.25rem !important;
  }
  .pr-m-22, .p-right-m-22,
  .paddingr-m-22,
  .padding-right-m-22 {
    padding-right: 5.5rem !important;
  }
  .pr-m-23, .p-right-m-23,
  .paddingr-m-23,
  .padding-right-m-23 {
    padding-right: 5.75rem !important;
  }
  .pr-m-24, .p-right-m-24,
  .paddingr-m-24,
  .padding-right-m-24 {
    padding-right: 6rem !important;
  }
  .pr-m-25, .p-right-m-25,
  .paddingr-m-25,
  .padding-right-m-25 {
    padding-right: 6.25rem !important;
  }
  .pl-m-auto, .p-left-m-auto,
  .paddingl-m-auto,
  .padding-left-m-auto {
    padding-left: auto !important;
  }
  .pl-m-0, .p-left-m-0,
  .paddingl-m-0,
  .padding-left-m-0 {
    padding-left: 0rem !important;
  }
  .pl-m-1, .p-left-m-1,
  .paddingl-m-1,
  .padding-left-m-1 {
    padding-left: 0.25rem !important;
  }
  .pl-m-2, .p-left-m-2,
  .paddingl-m-2,
  .padding-left-m-2 {
    padding-left: 0.5rem !important;
  }
  .pl-m-3, .p-left-m-3,
  .paddingl-m-3,
  .padding-left-m-3 {
    padding-left: 0.75rem !important;
  }
  .pl-m-4, .p-left-m-4,
  .paddingl-m-4,
  .padding-left-m-4 {
    padding-left: 1rem !important;
  }
  .pl-m-5, .p-left-m-5,
  .paddingl-m-5,
  .padding-left-m-5 {
    padding-left: 1.25rem !important;
  }
  .pl-m-6, .p-left-m-6,
  .paddingl-m-6,
  .padding-left-m-6 {
    padding-left: 1.5rem !important;
  }
  .pl-m-7, .p-left-m-7,
  .paddingl-m-7,
  .padding-left-m-7 {
    padding-left: 1.75rem !important;
  }
  .pl-m-8, .p-left-m-8,
  .paddingl-m-8,
  .padding-left-m-8 {
    padding-left: 2rem !important;
  }
  .pl-m-9, .p-left-m-9,
  .paddingl-m-9,
  .padding-left-m-9 {
    padding-left: 2.25rem !important;
  }
  .pl-m-10, .p-left-m-10,
  .paddingl-m-10,
  .padding-left-m-10 {
    padding-left: 2.5rem !important;
  }
  .pl-m-11, .p-left-m-11,
  .paddingl-m-11,
  .padding-left-m-11 {
    padding-left: 2.75rem !important;
  }
  .pl-m-12, .p-left-m-12,
  .paddingl-m-12,
  .padding-left-m-12 {
    padding-left: 3rem !important;
  }
  .pl-m-13, .p-left-m-13,
  .paddingl-m-13,
  .padding-left-m-13 {
    padding-left: 3.25rem !important;
  }
  .pl-m-14, .p-left-m-14,
  .paddingl-m-14,
  .padding-left-m-14 {
    padding-left: 3.5rem !important;
  }
  .pl-m-15, .p-left-m-15,
  .paddingl-m-15,
  .padding-left-m-15 {
    padding-left: 3.75rem !important;
  }
  .pl-m-16, .p-left-m-16,
  .paddingl-m-16,
  .padding-left-m-16 {
    padding-left: 4rem !important;
  }
  .pl-m-17, .p-left-m-17,
  .paddingl-m-17,
  .padding-left-m-17 {
    padding-left: 4.25rem !important;
  }
  .pl-m-18, .p-left-m-18,
  .paddingl-m-18,
  .padding-left-m-18 {
    padding-left: 4.5rem !important;
  }
  .pl-m-19, .p-left-m-19,
  .paddingl-m-19,
  .padding-left-m-19 {
    padding-left: 4.75rem !important;
  }
  .pl-m-20, .p-left-m-20,
  .paddingl-m-20,
  .padding-left-m-20 {
    padding-left: 5rem !important;
  }
  .pl-m-21, .p-left-m-21,
  .paddingl-m-21,
  .padding-left-m-21 {
    padding-left: 5.25rem !important;
  }
  .pl-m-22, .p-left-m-22,
  .paddingl-m-22,
  .padding-left-m-22 {
    padding-left: 5.5rem !important;
  }
  .pl-m-23, .p-left-m-23,
  .paddingl-m-23,
  .padding-left-m-23 {
    padding-left: 5.75rem !important;
  }
  .pl-m-24, .p-left-m-24,
  .paddingl-m-24,
  .padding-left-m-24 {
    padding-left: 6rem !important;
  }
  .pl-m-25, .p-left-m-25,
  .paddingl-m-25,
  .padding-left-m-25 {
    padding-left: 6.25rem !important;
  }
  .px-m-auto,
  .paddingx-m-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .px-m-0,
  .paddingx-m-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-m-1,
  .paddingx-m-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-m-2,
  .paddingx-m-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-m-3,
  .paddingx-m-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-m-4,
  .paddingx-m-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-m-5,
  .paddingx-m-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-m-6,
  .paddingx-m-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-m-7,
  .paddingx-m-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-m-8,
  .paddingx-m-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-m-9,
  .paddingx-m-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-m-10,
  .paddingx-m-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-m-11,
  .paddingx-m-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-m-12,
  .paddingx-m-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-m-13,
  .paddingx-m-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-m-14,
  .paddingx-m-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-m-15,
  .paddingx-m-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-m-16,
  .paddingx-m-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-m-17,
  .paddingx-m-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-m-18,
  .paddingx-m-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-m-19,
  .paddingx-m-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-m-20,
  .paddingx-m-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-m-21,
  .paddingx-m-21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-m-22,
  .paddingx-m-22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-m-23,
  .paddingx-m-23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-m-24,
  .paddingx-m-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-m-25,
  .paddingx-m-25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-m-auto,
  .paddingy-m-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-m-0,
  .paddingy-m-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-m-1,
  .paddingy-m-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-m-2,
  .paddingy-m-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-m-3,
  .paddingy-m-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-m-4,
  .paddingy-m-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-m-5,
  .paddingy-m-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-m-6,
  .paddingy-m-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-m-7,
  .paddingy-m-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-m-8,
  .paddingy-m-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-m-9,
  .paddingy-m-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-m-10,
  .paddingy-m-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-m-11,
  .paddingy-m-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-m-12,
  .paddingy-m-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-m-13,
  .paddingy-m-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-m-14,
  .paddingy-m-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-m-15,
  .paddingy-m-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-m-16,
  .paddingy-m-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-m-17,
  .paddingy-m-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-m-18,
  .paddingy-m-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-m-19,
  .paddingy-m-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-m-20,
  .paddingy-m-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-m-21,
  .paddingy-m-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-m-22,
  .paddingy-m-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-m-23,
  .paddingy-m-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-m-24,
  .paddingy-m-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-m-25,
  .paddingy-m-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
/*Block Styles*/
.full-screen,
.full {
  display: block;
  width: 100vw;
  height: 100vh;
}

.fixed-top {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1030 !important;
}
.fixed-bottom {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1030 !important;
}

.bg-light,
.background-light {
  background-color: #dee2e6 !important;
}
.bg-grey,
.background-grey {
  background-color: #6c757d !important;
}
.bg-red,
.background-red {
  background-color: red !important;
}
.bg-dark-red,
.background-dark-red {
  background-color: #dc3545 !important;
}
.bg-green,
.background-green {
  background-color: #27e178 !important;
}
.bg-blue,
.background-blue {
  background-color: #279EDA !important;
}
.bg-yellow,
.background-yellow {
  background-color: #ffc107 !important;
}
.bg-fade-blue,
.background-fade-blue {
  background-color: #34435E !important;
}
.bg-transparent,
.background-transparent {
  background-color: transparent !important;
}
.bg-light, .bg-light-hover:hover,
.background-light,
.background-light-hover:hover {
  background-color: #dee2e6 !important;
}
.bg-secondary, .bg-secondary-hover:hover,
.background-secondary,
.background-secondary-hover:hover {
  background-color: #6c757d !important;
}
.bg-danger, .bg-danger-hover:hover,
.background-danger,
.background-danger-hover:hover {
  background-color: #dc3545 !important;
}
.bg-success, .bg-success-hover:hover,
.background-success,
.background-success-hover:hover {
  background-color: #27e178 !important;
}
.bg-info, .bg-info-hover:hover,
.background-info,
.background-info-hover:hover {
  background-color: #279EDA !important;
}
.bg-warning, .bg-warning-hover:hover,
.background-warning,
.background-warning-hover:hover {
  background-color: #ffc107 !important;
}
.bg-primary, .bg-primary-hover:hover,
.background-primary,
.background-primary-hover:hover {
  background-color: #34435E !important;
}
.bg-aliceblue, .bg-aliceblue-hover:hover,
.background-aliceblue,
.background-aliceblue-hover:hover {
  background-color: aliceblue !important;
}
.bg-antiquewhite, .bg-antiquewhite-hover:hover,
.background-antiquewhite,
.background-antiquewhite-hover:hover {
  background-color: antiquewhite !important;
}
.bg-aqua, .bg-aqua-hover:hover,
.background-aqua,
.background-aqua-hover:hover {
  background-color: aqua !important;
}
.bg-aquamarine, .bg-aquamarine-hover:hover,
.background-aquamarine,
.background-aquamarine-hover:hover {
  background-color: aquamarine !important;
}
.bg-azure, .bg-azure-hover:hover,
.background-azure,
.background-azure-hover:hover {
  background-color: azure !important;
}
.bg-beige, .bg-beige-hover:hover,
.background-beige,
.background-beige-hover:hover {
  background-color: beige !important;
}
.bg-bisque, .bg-bisque-hover:hover,
.background-bisque,
.background-bisque-hover:hover {
  background-color: bisque !important;
}
.bg-black, .bg-black-hover:hover,
.background-black,
.background-black-hover:hover {
  background-color: black !important;
}
.bg-blanchedalmond, .bg-blanchedalmond-hover:hover,
.background-blanchedalmond,
.background-blanchedalmond-hover:hover {
  background-color: blanchedalmond !important;
}
.bg-blue, .bg-blue-hover:hover,
.background-blue,
.background-blue-hover:hover {
  background-color: blue !important;
}
.bg-blueviolet, .bg-blueviolet-hover:hover,
.background-blueviolet,
.background-blueviolet-hover:hover {
  background-color: blueviolet !important;
}
.bg-brown, .bg-brown-hover:hover,
.background-brown,
.background-brown-hover:hover {
  background-color: brown !important;
}
.bg-burlywood, .bg-burlywood-hover:hover,
.background-burlywood,
.background-burlywood-hover:hover {
  background-color: burlywood !important;
}
.bg-cadetblue, .bg-cadetblue-hover:hover,
.background-cadetblue,
.background-cadetblue-hover:hover {
  background-color: cadetblue !important;
}
.bg-chartreuse, .bg-chartreuse-hover:hover,
.background-chartreuse,
.background-chartreuse-hover:hover {
  background-color: chartreuse !important;
}
.bg-chocolate, .bg-chocolate-hover:hover,
.background-chocolate,
.background-chocolate-hover:hover {
  background-color: chocolate !important;
}
.bg-coral, .bg-coral-hover:hover,
.background-coral,
.background-coral-hover:hover {
  background-color: coral !important;
}
.bg-cornflowerblue, .bg-cornflowerblue-hover:hover,
.background-cornflowerblue,
.background-cornflowerblue-hover:hover {
  background-color: cornflowerblue !important;
}
.bg-cornsilk, .bg-cornsilk-hover:hover,
.background-cornsilk,
.background-cornsilk-hover:hover {
  background-color: cornsilk !important;
}
.bg-crimson, .bg-crimson-hover:hover,
.background-crimson,
.background-crimson-hover:hover {
  background-color: crimson !important;
}
.bg-cyan, .bg-cyan-hover:hover,
.background-cyan,
.background-cyan-hover:hover {
  background-color: cyan !important;
}
.bg-darkblue, .bg-darkblue-hover:hover,
.background-darkblue,
.background-darkblue-hover:hover {
  background-color: darkblue !important;
}
.bg-darkcyan, .bg-darkcyan-hover:hover,
.background-darkcyan,
.background-darkcyan-hover:hover {
  background-color: darkcyan !important;
}
.bg-darkgoldenrod, .bg-darkgoldenrod-hover:hover,
.background-darkgoldenrod,
.background-darkgoldenrod-hover:hover {
  background-color: darkgoldenrod !important;
}
.bg-darkgray, .bg-darkgray-hover:hover,
.background-darkgray,
.background-darkgray-hover:hover {
  background-color: darkgray !important;
}
.bg-darkgreen, .bg-darkgreen-hover:hover,
.background-darkgreen,
.background-darkgreen-hover:hover {
  background-color: darkgreen !important;
}
.bg-darkkhaki, .bg-darkkhaki-hover:hover,
.background-darkkhaki,
.background-darkkhaki-hover:hover {
  background-color: darkkhaki !important;
}
.bg-darkmagenta, .bg-darkmagenta-hover:hover,
.background-darkmagenta,
.background-darkmagenta-hover:hover {
  background-color: darkmagenta !important;
}
.bg-darkolivegreen, .bg-darkolivegreen-hover:hover,
.background-darkolivegreen,
.background-darkolivegreen-hover:hover {
  background-color: darkolivegreen !important;
}
.bg-darkorange, .bg-darkorange-hover:hover,
.background-darkorange,
.background-darkorange-hover:hover {
  background-color: darkorange !important;
}
.bg-darkorchid, .bg-darkorchid-hover:hover,
.background-darkorchid,
.background-darkorchid-hover:hover {
  background-color: darkorchid !important;
}
.bg-darkred, .bg-darkred-hover:hover,
.background-darkred,
.background-darkred-hover:hover {
  background-color: darkred !important;
}
.bg-darksalmon, .bg-darksalmon-hover:hover,
.background-darksalmon,
.background-darksalmon-hover:hover {
  background-color: darksalmon !important;
}
.bg-darkseagreen, .bg-darkseagreen-hover:hover,
.background-darkseagreen,
.background-darkseagreen-hover:hover {
  background-color: darkseagreen !important;
}
.bg-darkslateblue, .bg-darkslateblue-hover:hover,
.background-darkslateblue,
.background-darkslateblue-hover:hover {
  background-color: darkslateblue !important;
}
.bg-darkslategray, .bg-darkslategray-hover:hover,
.background-darkslategray,
.background-darkslategray-hover:hover {
  background-color: darkslategray !important;
}
.bg-darkturquoise, .bg-darkturquoise-hover:hover,
.background-darkturquoise,
.background-darkturquoise-hover:hover {
  background-color: darkturquoise !important;
}
.bg-darkviolet, .bg-darkviolet-hover:hover,
.background-darkviolet,
.background-darkviolet-hover:hover {
  background-color: darkviolet !important;
}
.bg-deeppink, .bg-deeppink-hover:hover,
.background-deeppink,
.background-deeppink-hover:hover {
  background-color: deeppink !important;
}
.bg-deepskyblue, .bg-deepskyblue-hover:hover,
.background-deepskyblue,
.background-deepskyblue-hover:hover {
  background-color: deepskyblue !important;
}
.bg-dimgray, .bg-dimgray-hover:hover,
.background-dimgray,
.background-dimgray-hover:hover {
  background-color: dimgray !important;
}
.bg-dodgerblue, .bg-dodgerblue-hover:hover,
.background-dodgerblue,
.background-dodgerblue-hover:hover {
  background-color: dodgerblue !important;
}
.bg-firebrick, .bg-firebrick-hover:hover,
.background-firebrick,
.background-firebrick-hover:hover {
  background-color: firebrick !important;
}
.bg-floralwhite, .bg-floralwhite-hover:hover,
.background-floralwhite,
.background-floralwhite-hover:hover {
  background-color: floralwhite !important;
}
.bg-forestgreen, .bg-forestgreen-hover:hover,
.background-forestgreen,
.background-forestgreen-hover:hover {
  background-color: forestgreen !important;
}
.bg-fuchsia, .bg-fuchsia-hover:hover,
.background-fuchsia,
.background-fuchsia-hover:hover {
  background-color: fuchsia !important;
}
.bg-gainsboro, .bg-gainsboro-hover:hover,
.background-gainsboro,
.background-gainsboro-hover:hover {
  background-color: gainsboro !important;
}
.bg-ghostwhite, .bg-ghostwhite-hover:hover,
.background-ghostwhite,
.background-ghostwhite-hover:hover {
  background-color: ghostwhite !important;
}
.bg-gold, .bg-gold-hover:hover,
.background-gold,
.background-gold-hover:hover {
  background-color: gold !important;
}
.bg-goldenrod, .bg-goldenrod-hover:hover,
.background-goldenrod,
.background-goldenrod-hover:hover {
  background-color: goldenrod !important;
}
.bg-gray, .bg-gray-hover:hover,
.background-gray,
.background-gray-hover:hover {
  background-color: gray !important;
}
.bg-grey, .bg-grey-hover:hover,
.background-grey,
.background-grey-hover:hover {
  background-color: grey !important;
}
.bg-green, .bg-green-hover:hover,
.background-green,
.background-green-hover:hover {
  background-color: green !important;
}
.bg-greenyellow, .bg-greenyellow-hover:hover,
.background-greenyellow,
.background-greenyellow-hover:hover {
  background-color: greenyellow !important;
}
.bg-honeydew, .bg-honeydew-hover:hover,
.background-honeydew,
.background-honeydew-hover:hover {
  background-color: honeydew !important;
}
.bg-hotpink, .bg-hotpink-hover:hover,
.background-hotpink,
.background-hotpink-hover:hover {
  background-color: hotpink !important;
}
.bg-indianred, .bg-indianred-hover:hover,
.background-indianred,
.background-indianred-hover:hover {
  background-color: indianred !important;
}
.bg-indigo, .bg-indigo-hover:hover,
.background-indigo,
.background-indigo-hover:hover {
  background-color: indigo !important;
}
.bg-ivory, .bg-ivory-hover:hover,
.background-ivory,
.background-ivory-hover:hover {
  background-color: ivory !important;
}
.bg-khaki, .bg-khaki-hover:hover,
.background-khaki,
.background-khaki-hover:hover {
  background-color: khaki !important;
}
.bg-lavender, .bg-lavender-hover:hover,
.background-lavender,
.background-lavender-hover:hover {
  background-color: lavender !important;
}
.bg-lavenderblush, .bg-lavenderblush-hover:hover,
.background-lavenderblush,
.background-lavenderblush-hover:hover {
  background-color: lavenderblush !important;
}
.bg-lawngreen, .bg-lawngreen-hover:hover,
.background-lawngreen,
.background-lawngreen-hover:hover {
  background-color: lawngreen !important;
}
.bg-lemonchiffon, .bg-lemonchiffon-hover:hover,
.background-lemonchiffon,
.background-lemonchiffon-hover:hover {
  background-color: lemonchiffon !important;
}
.bg-lightblue, .bg-lightblue-hover:hover,
.background-lightblue,
.background-lightblue-hover:hover {
  background-color: lightblue !important;
}
.bg-lightcoral, .bg-lightcoral-hover:hover,
.background-lightcoral,
.background-lightcoral-hover:hover {
  background-color: lightcoral !important;
}
.bg-lightcyan, .bg-lightcyan-hover:hover,
.background-lightcyan,
.background-lightcyan-hover:hover {
  background-color: lightcyan !important;
}
.bg-lightgoldenrodyellow, .bg-lightgoldenrodyellow-hover:hover,
.background-lightgoldenrodyellow,
.background-lightgoldenrodyellow-hover:hover {
  background-color: lightgoldenrodyellow !important;
}
.bg-lightgrey, .bg-lightgrey-hover:hover,
.background-lightgrey,
.background-lightgrey-hover:hover {
  background-color: lightgrey !important;
}
.bg-lightgreen, .bg-lightgreen-hover:hover,
.background-lightgreen,
.background-lightgreen-hover:hover {
  background-color: lightgreen !important;
}
.bg-lightpink, .bg-lightpink-hover:hover,
.background-lightpink,
.background-lightpink-hover:hover {
  background-color: lightpink !important;
}
.bg-lightsalmon, .bg-lightsalmon-hover:hover,
.background-lightsalmon,
.background-lightsalmon-hover:hover {
  background-color: lightsalmon !important;
}
.bg-lightseagreen, .bg-lightseagreen-hover:hover,
.background-lightseagreen,
.background-lightseagreen-hover:hover {
  background-color: lightseagreen !important;
}
.bg-lightskyblue, .bg-lightskyblue-hover:hover,
.background-lightskyblue,
.background-lightskyblue-hover:hover {
  background-color: lightskyblue !important;
}
.bg-lightslategray, .bg-lightslategray-hover:hover,
.background-lightslategray,
.background-lightslategray-hover:hover {
  background-color: lightslategray !important;
}
.bg-lightsteelblue, .bg-lightsteelblue-hover:hover,
.background-lightsteelblue,
.background-lightsteelblue-hover:hover {
  background-color: lightsteelblue !important;
}
.bg-lightyellow, .bg-lightyellow-hover:hover,
.background-lightyellow,
.background-lightyellow-hover:hover {
  background-color: lightyellow !important;
}
.bg-lime, .bg-lime-hover:hover,
.background-lime,
.background-lime-hover:hover {
  background-color: lime !important;
}
.bg-limegreen, .bg-limegreen-hover:hover,
.background-limegreen,
.background-limegreen-hover:hover {
  background-color: limegreen !important;
}
.bg-linen, .bg-linen-hover:hover,
.background-linen,
.background-linen-hover:hover {
  background-color: linen !important;
}
.bg-magenta, .bg-magenta-hover:hover,
.background-magenta,
.background-magenta-hover:hover {
  background-color: magenta !important;
}
.bg-maroon, .bg-maroon-hover:hover,
.background-maroon,
.background-maroon-hover:hover {
  background-color: maroon !important;
}
.bg-mediumaquamarine, .bg-mediumaquamarine-hover:hover,
.background-mediumaquamarine,
.background-mediumaquamarine-hover:hover {
  background-color: mediumaquamarine !important;
}
.bg-mediumblue, .bg-mediumblue-hover:hover,
.background-mediumblue,
.background-mediumblue-hover:hover {
  background-color: mediumblue !important;
}
.bg-mediumorchid, .bg-mediumorchid-hover:hover,
.background-mediumorchid,
.background-mediumorchid-hover:hover {
  background-color: mediumorchid !important;
}
.bg-mediumpurple, .bg-mediumpurple-hover:hover,
.background-mediumpurple,
.background-mediumpurple-hover:hover {
  background-color: mediumpurple !important;
}
.bg-mediumseagreen, .bg-mediumseagreen-hover:hover,
.background-mediumseagreen,
.background-mediumseagreen-hover:hover {
  background-color: mediumseagreen !important;
}
.bg-mediumslateblue, .bg-mediumslateblue-hover:hover,
.background-mediumslateblue,
.background-mediumslateblue-hover:hover {
  background-color: mediumslateblue !important;
}
.bg-mediumspringgreen, .bg-mediumspringgreen-hover:hover,
.background-mediumspringgreen,
.background-mediumspringgreen-hover:hover {
  background-color: mediumspringgreen !important;
}
.bg-mediumturquoise, .bg-mediumturquoise-hover:hover,
.background-mediumturquoise,
.background-mediumturquoise-hover:hover {
  background-color: mediumturquoise !important;
}
.bg-mediumvioletred, .bg-mediumvioletred-hover:hover,
.background-mediumvioletred,
.background-mediumvioletred-hover:hover {
  background-color: mediumvioletred !important;
}
.bg-midnightblue, .bg-midnightblue-hover:hover,
.background-midnightblue,
.background-midnightblue-hover:hover {
  background-color: midnightblue !important;
}
.bg-mintcream, .bg-mintcream-hover:hover,
.background-mintcream,
.background-mintcream-hover:hover {
  background-color: mintcream !important;
}
.bg-mistyrose, .bg-mistyrose-hover:hover,
.background-mistyrose,
.background-mistyrose-hover:hover {
  background-color: mistyrose !important;
}
.bg-moccasin, .bg-moccasin-hover:hover,
.background-moccasin,
.background-moccasin-hover:hover {
  background-color: moccasin !important;
}
.bg-navajowhite, .bg-navajowhite-hover:hover,
.background-navajowhite,
.background-navajowhite-hover:hover {
  background-color: navajowhite !important;
}
.bg-navy, .bg-navy-hover:hover,
.background-navy,
.background-navy-hover:hover {
  background-color: navy !important;
}
.bg-oldlace, .bg-oldlace-hover:hover,
.background-oldlace,
.background-oldlace-hover:hover {
  background-color: oldlace !important;
}
.bg-olive, .bg-olive-hover:hover,
.background-olive,
.background-olive-hover:hover {
  background-color: olive !important;
}
.bg-olivedrab, .bg-olivedrab-hover:hover,
.background-olivedrab,
.background-olivedrab-hover:hover {
  background-color: olivedrab !important;
}
.bg-orange, .bg-orange-hover:hover,
.background-orange,
.background-orange-hover:hover {
  background-color: orange !important;
}
.bg-orangered, .bg-orangered-hover:hover,
.background-orangered,
.background-orangered-hover:hover {
  background-color: orangered !important;
}
.bg-orchid, .bg-orchid-hover:hover,
.background-orchid,
.background-orchid-hover:hover {
  background-color: orchid !important;
}
.bg-palegoldenrod, .bg-palegoldenrod-hover:hover,
.background-palegoldenrod,
.background-palegoldenrod-hover:hover {
  background-color: palegoldenrod !important;
}
.bg-palegreen, .bg-palegreen-hover:hover,
.background-palegreen,
.background-palegreen-hover:hover {
  background-color: palegreen !important;
}
.bg-paleturquoise, .bg-paleturquoise-hover:hover,
.background-paleturquoise,
.background-paleturquoise-hover:hover {
  background-color: paleturquoise !important;
}
.bg-palevioletred, .bg-palevioletred-hover:hover,
.background-palevioletred,
.background-palevioletred-hover:hover {
  background-color: palevioletred !important;
}
.bg-papayawhip, .bg-papayawhip-hover:hover,
.background-papayawhip,
.background-papayawhip-hover:hover {
  background-color: papayawhip !important;
}
.bg-peachpuff, .bg-peachpuff-hover:hover,
.background-peachpuff,
.background-peachpuff-hover:hover {
  background-color: peachpuff !important;
}
.bg-peru, .bg-peru-hover:hover,
.background-peru,
.background-peru-hover:hover {
  background-color: peru !important;
}
.bg-pink, .bg-pink-hover:hover,
.background-pink,
.background-pink-hover:hover {
  background-color: pink !important;
}
.bg-plum, .bg-plum-hover:hover,
.background-plum,
.background-plum-hover:hover {
  background-color: plum !important;
}
.bg-powderblue, .bg-powderblue-hover:hover,
.background-powderblue,
.background-powderblue-hover:hover {
  background-color: powderblue !important;
}
.bg-purple, .bg-purple-hover:hover,
.background-purple,
.background-purple-hover:hover {
  background-color: purple !important;
}
.bg-red, .bg-red-hover:hover,
.background-red,
.background-red-hover:hover {
  background-color: red !important;
}
.bg-rosybrown, .bg-rosybrown-hover:hover,
.background-rosybrown,
.background-rosybrown-hover:hover {
  background-color: rosybrown !important;
}
.bg-royalblue, .bg-royalblue-hover:hover,
.background-royalblue,
.background-royalblue-hover:hover {
  background-color: royalblue !important;
}
.bg-saddlebrown, .bg-saddlebrown-hover:hover,
.background-saddlebrown,
.background-saddlebrown-hover:hover {
  background-color: saddlebrown !important;
}
.bg-salmon, .bg-salmon-hover:hover,
.background-salmon,
.background-salmon-hover:hover {
  background-color: salmon !important;
}
.bg-sandybrown, .bg-sandybrown-hover:hover,
.background-sandybrown,
.background-sandybrown-hover:hover {
  background-color: sandybrown !important;
}
.bg-seagreen, .bg-seagreen-hover:hover,
.background-seagreen,
.background-seagreen-hover:hover {
  background-color: seagreen !important;
}
.bg-seashell, .bg-seashell-hover:hover,
.background-seashell,
.background-seashell-hover:hover {
  background-color: seashell !important;
}
.bg-sienna, .bg-sienna-hover:hover,
.background-sienna,
.background-sienna-hover:hover {
  background-color: sienna !important;
}
.bg-silver, .bg-silver-hover:hover,
.background-silver,
.background-silver-hover:hover {
  background-color: silver !important;
}
.bg-skyblue, .bg-skyblue-hover:hover,
.background-skyblue,
.background-skyblue-hover:hover {
  background-color: skyblue !important;
}
.bg-slateblue, .bg-slateblue-hover:hover,
.background-slateblue,
.background-slateblue-hover:hover {
  background-color: slateblue !important;
}
.bg-slategray, .bg-slategray-hover:hover,
.background-slategray,
.background-slategray-hover:hover {
  background-color: slategray !important;
}
.bg-snow, .bg-snow-hover:hover,
.background-snow,
.background-snow-hover:hover {
  background-color: snow !important;
}
.bg-springgreen, .bg-springgreen-hover:hover,
.background-springgreen,
.background-springgreen-hover:hover {
  background-color: springgreen !important;
}
.bg-steelblue, .bg-steelblue-hover:hover,
.background-steelblue,
.background-steelblue-hover:hover {
  background-color: steelblue !important;
}
.bg-tan, .bg-tan-hover:hover,
.background-tan,
.background-tan-hover:hover {
  background-color: tan !important;
}
.bg-teal, .bg-teal-hover:hover,
.background-teal,
.background-teal-hover:hover {
  background-color: teal !important;
}
.bg-thistle, .bg-thistle-hover:hover,
.background-thistle,
.background-thistle-hover:hover {
  background-color: thistle !important;
}
.bg-tomato, .bg-tomato-hover:hover,
.background-tomato,
.background-tomato-hover:hover {
  background-color: tomato !important;
}
.bg-turquoise, .bg-turquoise-hover:hover,
.background-turquoise,
.background-turquoise-hover:hover {
  background-color: turquoise !important;
}
.bg-violet, .bg-violet-hover:hover,
.background-violet,
.background-violet-hover:hover {
  background-color: violet !important;
}
.bg-wheat, .bg-wheat-hover:hover,
.background-wheat,
.background-wheat-hover:hover {
  background-color: wheat !important;
}
.bg-white, .bg-white-hover:hover,
.background-white,
.background-white-hover:hover {
  background-color: white !important;
}
.bg-whitesmoke, .bg-whitesmoke-hover:hover,
.background-whitesmoke,
.background-whitesmoke-hover:hover {
  background-color: whitesmoke !important;
}
.bg-yellow, .bg-yellow-hover:hover,
.background-yellow,
.background-yellow-hover:hover {
  background-color: yellow !important;
}
.bg-yellowgreen, .bg-yellowgreen-hover:hover,
.background-yellowgreen,
.background-yellowgreen-hover:hover {
  background-color: yellowgreen !important;
}
.bg-fixed,
.background-fixed {
  background-attachment: fixed !important;
}
.bg-scroll,
.background-scroll {
  background-attachment: scroll !important;
}

.opacity-0 {
  opacity: 0% !important;
}
.opacity-1 {
  opacity: 10% !important;
}
.opacity-2 {
  opacity: 20% !important;
}
.opacity-3 {
  opacity: 30% !important;
}
.opacity-4 {
  opacity: 40% !important;
}
.opacity-5 {
  opacity: 50% !important;
}
.opacity-6 {
  opacity: 60% !important;
}
.opacity-7 {
  opacity: 70% !important;
}
.opacity-8 {
  opacity: 80% !important;
}
.opacity-9 {
  opacity: 90% !important;
}
.opacity-10 {
  opacity: 100% !important;
}

@media screen and (min-width: 2500px) and (max-width: none) {
  /*Block Styles*/
  .full-screen-xl,
  .full-xl {
    display: block;
    width: 100vw;
    height: 100vh;
  }
  .fixed-xl-top {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
  }
  .fixed-xl-bottom {
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
  }
  .bg-xl-light,
  .background-xl-light {
    background-color: #dee2e6 !important;
  }
  .bg-xl-grey,
  .background-xl-grey {
    background-color: #6c757d !important;
  }
  .bg-xl-red,
  .background-xl-red {
    background-color: red !important;
  }
  .bg-xl-dark-red,
  .background-xl-dark-red {
    background-color: #dc3545 !important;
  }
  .bg-xl-green,
  .background-xl-green {
    background-color: #27e178 !important;
  }
  .bg-xl-blue,
  .background-xl-blue {
    background-color: #279EDA !important;
  }
  .bg-xl-yellow,
  .background-xl-yellow {
    background-color: #ffc107 !important;
  }
  .bg-xl-fade-blue,
  .background-xl-fade-blue {
    background-color: #34435E !important;
  }
  .bg-xl-transparent,
  .background-xl-transparent {
    background-color: transparent !important;
  }
  .bg-xl-light, .bg-xl-light-hover:hover,
  .background-xl-light,
  .background-xl-light-hover:hover {
    background-color: #dee2e6 !important;
  }
  .bg-xl-secondary, .bg-xl-secondary-hover:hover,
  .background-xl-secondary,
  .background-xl-secondary-hover:hover {
    background-color: #6c757d !important;
  }
  .bg-xl-danger, .bg-xl-danger-hover:hover,
  .background-xl-danger,
  .background-xl-danger-hover:hover {
    background-color: #dc3545 !important;
  }
  .bg-xl-success, .bg-xl-success-hover:hover,
  .background-xl-success,
  .background-xl-success-hover:hover {
    background-color: #27e178 !important;
  }
  .bg-xl-info, .bg-xl-info-hover:hover,
  .background-xl-info,
  .background-xl-info-hover:hover {
    background-color: #279EDA !important;
  }
  .bg-xl-warning, .bg-xl-warning-hover:hover,
  .background-xl-warning,
  .background-xl-warning-hover:hover {
    background-color: #ffc107 !important;
  }
  .bg-xl-primary, .bg-xl-primary-hover:hover,
  .background-xl-primary,
  .background-xl-primary-hover:hover {
    background-color: #34435E !important;
  }
  .bg-xl-aliceblue, .bg-xl-aliceblue-hover:hover,
  .background-xl-aliceblue,
  .background-xl-aliceblue-hover:hover {
    background-color: aliceblue !important;
  }
  .bg-xl-antiquewhite, .bg-xl-antiquewhite-hover:hover,
  .background-xl-antiquewhite,
  .background-xl-antiquewhite-hover:hover {
    background-color: antiquewhite !important;
  }
  .bg-xl-aqua, .bg-xl-aqua-hover:hover,
  .background-xl-aqua,
  .background-xl-aqua-hover:hover {
    background-color: aqua !important;
  }
  .bg-xl-aquamarine, .bg-xl-aquamarine-hover:hover,
  .background-xl-aquamarine,
  .background-xl-aquamarine-hover:hover {
    background-color: aquamarine !important;
  }
  .bg-xl-azure, .bg-xl-azure-hover:hover,
  .background-xl-azure,
  .background-xl-azure-hover:hover {
    background-color: azure !important;
  }
  .bg-xl-beige, .bg-xl-beige-hover:hover,
  .background-xl-beige,
  .background-xl-beige-hover:hover {
    background-color: beige !important;
  }
  .bg-xl-bisque, .bg-xl-bisque-hover:hover,
  .background-xl-bisque,
  .background-xl-bisque-hover:hover {
    background-color: bisque !important;
  }
  .bg-xl-black, .bg-xl-black-hover:hover,
  .background-xl-black,
  .background-xl-black-hover:hover {
    background-color: black !important;
  }
  .bg-xl-blanchedalmond, .bg-xl-blanchedalmond-hover:hover,
  .background-xl-blanchedalmond,
  .background-xl-blanchedalmond-hover:hover {
    background-color: blanchedalmond !important;
  }
  .bg-xl-blue, .bg-xl-blue-hover:hover,
  .background-xl-blue,
  .background-xl-blue-hover:hover {
    background-color: blue !important;
  }
  .bg-xl-blueviolet, .bg-xl-blueviolet-hover:hover,
  .background-xl-blueviolet,
  .background-xl-blueviolet-hover:hover {
    background-color: blueviolet !important;
  }
  .bg-xl-brown, .bg-xl-brown-hover:hover,
  .background-xl-brown,
  .background-xl-brown-hover:hover {
    background-color: brown !important;
  }
  .bg-xl-burlywood, .bg-xl-burlywood-hover:hover,
  .background-xl-burlywood,
  .background-xl-burlywood-hover:hover {
    background-color: burlywood !important;
  }
  .bg-xl-cadetblue, .bg-xl-cadetblue-hover:hover,
  .background-xl-cadetblue,
  .background-xl-cadetblue-hover:hover {
    background-color: cadetblue !important;
  }
  .bg-xl-chartreuse, .bg-xl-chartreuse-hover:hover,
  .background-xl-chartreuse,
  .background-xl-chartreuse-hover:hover {
    background-color: chartreuse !important;
  }
  .bg-xl-chocolate, .bg-xl-chocolate-hover:hover,
  .background-xl-chocolate,
  .background-xl-chocolate-hover:hover {
    background-color: chocolate !important;
  }
  .bg-xl-coral, .bg-xl-coral-hover:hover,
  .background-xl-coral,
  .background-xl-coral-hover:hover {
    background-color: coral !important;
  }
  .bg-xl-cornflowerblue, .bg-xl-cornflowerblue-hover:hover,
  .background-xl-cornflowerblue,
  .background-xl-cornflowerblue-hover:hover {
    background-color: cornflowerblue !important;
  }
  .bg-xl-cornsilk, .bg-xl-cornsilk-hover:hover,
  .background-xl-cornsilk,
  .background-xl-cornsilk-hover:hover {
    background-color: cornsilk !important;
  }
  .bg-xl-crimson, .bg-xl-crimson-hover:hover,
  .background-xl-crimson,
  .background-xl-crimson-hover:hover {
    background-color: crimson !important;
  }
  .bg-xl-cyan, .bg-xl-cyan-hover:hover,
  .background-xl-cyan,
  .background-xl-cyan-hover:hover {
    background-color: cyan !important;
  }
  .bg-xl-darkblue, .bg-xl-darkblue-hover:hover,
  .background-xl-darkblue,
  .background-xl-darkblue-hover:hover {
    background-color: darkblue !important;
  }
  .bg-xl-darkcyan, .bg-xl-darkcyan-hover:hover,
  .background-xl-darkcyan,
  .background-xl-darkcyan-hover:hover {
    background-color: darkcyan !important;
  }
  .bg-xl-darkgoldenrod, .bg-xl-darkgoldenrod-hover:hover,
  .background-xl-darkgoldenrod,
  .background-xl-darkgoldenrod-hover:hover {
    background-color: darkgoldenrod !important;
  }
  .bg-xl-darkgray, .bg-xl-darkgray-hover:hover,
  .background-xl-darkgray,
  .background-xl-darkgray-hover:hover {
    background-color: darkgray !important;
  }
  .bg-xl-darkgreen, .bg-xl-darkgreen-hover:hover,
  .background-xl-darkgreen,
  .background-xl-darkgreen-hover:hover {
    background-color: darkgreen !important;
  }
  .bg-xl-darkkhaki, .bg-xl-darkkhaki-hover:hover,
  .background-xl-darkkhaki,
  .background-xl-darkkhaki-hover:hover {
    background-color: darkkhaki !important;
  }
  .bg-xl-darkmagenta, .bg-xl-darkmagenta-hover:hover,
  .background-xl-darkmagenta,
  .background-xl-darkmagenta-hover:hover {
    background-color: darkmagenta !important;
  }
  .bg-xl-darkolivegreen, .bg-xl-darkolivegreen-hover:hover,
  .background-xl-darkolivegreen,
  .background-xl-darkolivegreen-hover:hover {
    background-color: darkolivegreen !important;
  }
  .bg-xl-darkorange, .bg-xl-darkorange-hover:hover,
  .background-xl-darkorange,
  .background-xl-darkorange-hover:hover {
    background-color: darkorange !important;
  }
  .bg-xl-darkorchid, .bg-xl-darkorchid-hover:hover,
  .background-xl-darkorchid,
  .background-xl-darkorchid-hover:hover {
    background-color: darkorchid !important;
  }
  .bg-xl-darkred, .bg-xl-darkred-hover:hover,
  .background-xl-darkred,
  .background-xl-darkred-hover:hover {
    background-color: darkred !important;
  }
  .bg-xl-darksalmon, .bg-xl-darksalmon-hover:hover,
  .background-xl-darksalmon,
  .background-xl-darksalmon-hover:hover {
    background-color: darksalmon !important;
  }
  .bg-xl-darkseagreen, .bg-xl-darkseagreen-hover:hover,
  .background-xl-darkseagreen,
  .background-xl-darkseagreen-hover:hover {
    background-color: darkseagreen !important;
  }
  .bg-xl-darkslateblue, .bg-xl-darkslateblue-hover:hover,
  .background-xl-darkslateblue,
  .background-xl-darkslateblue-hover:hover {
    background-color: darkslateblue !important;
  }
  .bg-xl-darkslategray, .bg-xl-darkslategray-hover:hover,
  .background-xl-darkslategray,
  .background-xl-darkslategray-hover:hover {
    background-color: darkslategray !important;
  }
  .bg-xl-darkturquoise, .bg-xl-darkturquoise-hover:hover,
  .background-xl-darkturquoise,
  .background-xl-darkturquoise-hover:hover {
    background-color: darkturquoise !important;
  }
  .bg-xl-darkviolet, .bg-xl-darkviolet-hover:hover,
  .background-xl-darkviolet,
  .background-xl-darkviolet-hover:hover {
    background-color: darkviolet !important;
  }
  .bg-xl-deeppink, .bg-xl-deeppink-hover:hover,
  .background-xl-deeppink,
  .background-xl-deeppink-hover:hover {
    background-color: deeppink !important;
  }
  .bg-xl-deepskyblue, .bg-xl-deepskyblue-hover:hover,
  .background-xl-deepskyblue,
  .background-xl-deepskyblue-hover:hover {
    background-color: deepskyblue !important;
  }
  .bg-xl-dimgray, .bg-xl-dimgray-hover:hover,
  .background-xl-dimgray,
  .background-xl-dimgray-hover:hover {
    background-color: dimgray !important;
  }
  .bg-xl-dodgerblue, .bg-xl-dodgerblue-hover:hover,
  .background-xl-dodgerblue,
  .background-xl-dodgerblue-hover:hover {
    background-color: dodgerblue !important;
  }
  .bg-xl-firebrick, .bg-xl-firebrick-hover:hover,
  .background-xl-firebrick,
  .background-xl-firebrick-hover:hover {
    background-color: firebrick !important;
  }
  .bg-xl-floralwhite, .bg-xl-floralwhite-hover:hover,
  .background-xl-floralwhite,
  .background-xl-floralwhite-hover:hover {
    background-color: floralwhite !important;
  }
  .bg-xl-forestgreen, .bg-xl-forestgreen-hover:hover,
  .background-xl-forestgreen,
  .background-xl-forestgreen-hover:hover {
    background-color: forestgreen !important;
  }
  .bg-xl-fuchsia, .bg-xl-fuchsia-hover:hover,
  .background-xl-fuchsia,
  .background-xl-fuchsia-hover:hover {
    background-color: fuchsia !important;
  }
  .bg-xl-gainsboro, .bg-xl-gainsboro-hover:hover,
  .background-xl-gainsboro,
  .background-xl-gainsboro-hover:hover {
    background-color: gainsboro !important;
  }
  .bg-xl-ghostwhite, .bg-xl-ghostwhite-hover:hover,
  .background-xl-ghostwhite,
  .background-xl-ghostwhite-hover:hover {
    background-color: ghostwhite !important;
  }
  .bg-xl-gold, .bg-xl-gold-hover:hover,
  .background-xl-gold,
  .background-xl-gold-hover:hover {
    background-color: gold !important;
  }
  .bg-xl-goldenrod, .bg-xl-goldenrod-hover:hover,
  .background-xl-goldenrod,
  .background-xl-goldenrod-hover:hover {
    background-color: goldenrod !important;
  }
  .bg-xl-gray, .bg-xl-gray-hover:hover,
  .background-xl-gray,
  .background-xl-gray-hover:hover {
    background-color: gray !important;
  }
  .bg-xl-grey, .bg-xl-grey-hover:hover,
  .background-xl-grey,
  .background-xl-grey-hover:hover {
    background-color: grey !important;
  }
  .bg-xl-green, .bg-xl-green-hover:hover,
  .background-xl-green,
  .background-xl-green-hover:hover {
    background-color: green !important;
  }
  .bg-xl-greenyellow, .bg-xl-greenyellow-hover:hover,
  .background-xl-greenyellow,
  .background-xl-greenyellow-hover:hover {
    background-color: greenyellow !important;
  }
  .bg-xl-honeydew, .bg-xl-honeydew-hover:hover,
  .background-xl-honeydew,
  .background-xl-honeydew-hover:hover {
    background-color: honeydew !important;
  }
  .bg-xl-hotpink, .bg-xl-hotpink-hover:hover,
  .background-xl-hotpink,
  .background-xl-hotpink-hover:hover {
    background-color: hotpink !important;
  }
  .bg-xl-indianred, .bg-xl-indianred-hover:hover,
  .background-xl-indianred,
  .background-xl-indianred-hover:hover {
    background-color: indianred !important;
  }
  .bg-xl-indigo, .bg-xl-indigo-hover:hover,
  .background-xl-indigo,
  .background-xl-indigo-hover:hover {
    background-color: indigo !important;
  }
  .bg-xl-ivory, .bg-xl-ivory-hover:hover,
  .background-xl-ivory,
  .background-xl-ivory-hover:hover {
    background-color: ivory !important;
  }
  .bg-xl-khaki, .bg-xl-khaki-hover:hover,
  .background-xl-khaki,
  .background-xl-khaki-hover:hover {
    background-color: khaki !important;
  }
  .bg-xl-lavender, .bg-xl-lavender-hover:hover,
  .background-xl-lavender,
  .background-xl-lavender-hover:hover {
    background-color: lavender !important;
  }
  .bg-xl-lavenderblush, .bg-xl-lavenderblush-hover:hover,
  .background-xl-lavenderblush,
  .background-xl-lavenderblush-hover:hover {
    background-color: lavenderblush !important;
  }
  .bg-xl-lawngreen, .bg-xl-lawngreen-hover:hover,
  .background-xl-lawngreen,
  .background-xl-lawngreen-hover:hover {
    background-color: lawngreen !important;
  }
  .bg-xl-lemonchiffon, .bg-xl-lemonchiffon-hover:hover,
  .background-xl-lemonchiffon,
  .background-xl-lemonchiffon-hover:hover {
    background-color: lemonchiffon !important;
  }
  .bg-xl-lightblue, .bg-xl-lightblue-hover:hover,
  .background-xl-lightblue,
  .background-xl-lightblue-hover:hover {
    background-color: lightblue !important;
  }
  .bg-xl-lightcoral, .bg-xl-lightcoral-hover:hover,
  .background-xl-lightcoral,
  .background-xl-lightcoral-hover:hover {
    background-color: lightcoral !important;
  }
  .bg-xl-lightcyan, .bg-xl-lightcyan-hover:hover,
  .background-xl-lightcyan,
  .background-xl-lightcyan-hover:hover {
    background-color: lightcyan !important;
  }
  .bg-xl-lightgoldenrodyellow, .bg-xl-lightgoldenrodyellow-hover:hover,
  .background-xl-lightgoldenrodyellow,
  .background-xl-lightgoldenrodyellow-hover:hover {
    background-color: lightgoldenrodyellow !important;
  }
  .bg-xl-lightgrey, .bg-xl-lightgrey-hover:hover,
  .background-xl-lightgrey,
  .background-xl-lightgrey-hover:hover {
    background-color: lightgrey !important;
  }
  .bg-xl-lightgreen, .bg-xl-lightgreen-hover:hover,
  .background-xl-lightgreen,
  .background-xl-lightgreen-hover:hover {
    background-color: lightgreen !important;
  }
  .bg-xl-lightpink, .bg-xl-lightpink-hover:hover,
  .background-xl-lightpink,
  .background-xl-lightpink-hover:hover {
    background-color: lightpink !important;
  }
  .bg-xl-lightsalmon, .bg-xl-lightsalmon-hover:hover,
  .background-xl-lightsalmon,
  .background-xl-lightsalmon-hover:hover {
    background-color: lightsalmon !important;
  }
  .bg-xl-lightseagreen, .bg-xl-lightseagreen-hover:hover,
  .background-xl-lightseagreen,
  .background-xl-lightseagreen-hover:hover {
    background-color: lightseagreen !important;
  }
  .bg-xl-lightskyblue, .bg-xl-lightskyblue-hover:hover,
  .background-xl-lightskyblue,
  .background-xl-lightskyblue-hover:hover {
    background-color: lightskyblue !important;
  }
  .bg-xl-lightslategray, .bg-xl-lightslategray-hover:hover,
  .background-xl-lightslategray,
  .background-xl-lightslategray-hover:hover {
    background-color: lightslategray !important;
  }
  .bg-xl-lightsteelblue, .bg-xl-lightsteelblue-hover:hover,
  .background-xl-lightsteelblue,
  .background-xl-lightsteelblue-hover:hover {
    background-color: lightsteelblue !important;
  }
  .bg-xl-lightyellow, .bg-xl-lightyellow-hover:hover,
  .background-xl-lightyellow,
  .background-xl-lightyellow-hover:hover {
    background-color: lightyellow !important;
  }
  .bg-xl-lime, .bg-xl-lime-hover:hover,
  .background-xl-lime,
  .background-xl-lime-hover:hover {
    background-color: lime !important;
  }
  .bg-xl-limegreen, .bg-xl-limegreen-hover:hover,
  .background-xl-limegreen,
  .background-xl-limegreen-hover:hover {
    background-color: limegreen !important;
  }
  .bg-xl-linen, .bg-xl-linen-hover:hover,
  .background-xl-linen,
  .background-xl-linen-hover:hover {
    background-color: linen !important;
  }
  .bg-xl-magenta, .bg-xl-magenta-hover:hover,
  .background-xl-magenta,
  .background-xl-magenta-hover:hover {
    background-color: magenta !important;
  }
  .bg-xl-maroon, .bg-xl-maroon-hover:hover,
  .background-xl-maroon,
  .background-xl-maroon-hover:hover {
    background-color: maroon !important;
  }
  .bg-xl-mediumaquamarine, .bg-xl-mediumaquamarine-hover:hover,
  .background-xl-mediumaquamarine,
  .background-xl-mediumaquamarine-hover:hover {
    background-color: mediumaquamarine !important;
  }
  .bg-xl-mediumblue, .bg-xl-mediumblue-hover:hover,
  .background-xl-mediumblue,
  .background-xl-mediumblue-hover:hover {
    background-color: mediumblue !important;
  }
  .bg-xl-mediumorchid, .bg-xl-mediumorchid-hover:hover,
  .background-xl-mediumorchid,
  .background-xl-mediumorchid-hover:hover {
    background-color: mediumorchid !important;
  }
  .bg-xl-mediumpurple, .bg-xl-mediumpurple-hover:hover,
  .background-xl-mediumpurple,
  .background-xl-mediumpurple-hover:hover {
    background-color: mediumpurple !important;
  }
  .bg-xl-mediumseagreen, .bg-xl-mediumseagreen-hover:hover,
  .background-xl-mediumseagreen,
  .background-xl-mediumseagreen-hover:hover {
    background-color: mediumseagreen !important;
  }
  .bg-xl-mediumslateblue, .bg-xl-mediumslateblue-hover:hover,
  .background-xl-mediumslateblue,
  .background-xl-mediumslateblue-hover:hover {
    background-color: mediumslateblue !important;
  }
  .bg-xl-mediumspringgreen, .bg-xl-mediumspringgreen-hover:hover,
  .background-xl-mediumspringgreen,
  .background-xl-mediumspringgreen-hover:hover {
    background-color: mediumspringgreen !important;
  }
  .bg-xl-mediumturquoise, .bg-xl-mediumturquoise-hover:hover,
  .background-xl-mediumturquoise,
  .background-xl-mediumturquoise-hover:hover {
    background-color: mediumturquoise !important;
  }
  .bg-xl-mediumvioletred, .bg-xl-mediumvioletred-hover:hover,
  .background-xl-mediumvioletred,
  .background-xl-mediumvioletred-hover:hover {
    background-color: mediumvioletred !important;
  }
  .bg-xl-midnightblue, .bg-xl-midnightblue-hover:hover,
  .background-xl-midnightblue,
  .background-xl-midnightblue-hover:hover {
    background-color: midnightblue !important;
  }
  .bg-xl-mintcream, .bg-xl-mintcream-hover:hover,
  .background-xl-mintcream,
  .background-xl-mintcream-hover:hover {
    background-color: mintcream !important;
  }
  .bg-xl-mistyrose, .bg-xl-mistyrose-hover:hover,
  .background-xl-mistyrose,
  .background-xl-mistyrose-hover:hover {
    background-color: mistyrose !important;
  }
  .bg-xl-moccasin, .bg-xl-moccasin-hover:hover,
  .background-xl-moccasin,
  .background-xl-moccasin-hover:hover {
    background-color: moccasin !important;
  }
  .bg-xl-navajowhite, .bg-xl-navajowhite-hover:hover,
  .background-xl-navajowhite,
  .background-xl-navajowhite-hover:hover {
    background-color: navajowhite !important;
  }
  .bg-xl-navy, .bg-xl-navy-hover:hover,
  .background-xl-navy,
  .background-xl-navy-hover:hover {
    background-color: navy !important;
  }
  .bg-xl-oldlace, .bg-xl-oldlace-hover:hover,
  .background-xl-oldlace,
  .background-xl-oldlace-hover:hover {
    background-color: oldlace !important;
  }
  .bg-xl-olive, .bg-xl-olive-hover:hover,
  .background-xl-olive,
  .background-xl-olive-hover:hover {
    background-color: olive !important;
  }
  .bg-xl-olivedrab, .bg-xl-olivedrab-hover:hover,
  .background-xl-olivedrab,
  .background-xl-olivedrab-hover:hover {
    background-color: olivedrab !important;
  }
  .bg-xl-orange, .bg-xl-orange-hover:hover,
  .background-xl-orange,
  .background-xl-orange-hover:hover {
    background-color: orange !important;
  }
  .bg-xl-orangered, .bg-xl-orangered-hover:hover,
  .background-xl-orangered,
  .background-xl-orangered-hover:hover {
    background-color: orangered !important;
  }
  .bg-xl-orchid, .bg-xl-orchid-hover:hover,
  .background-xl-orchid,
  .background-xl-orchid-hover:hover {
    background-color: orchid !important;
  }
  .bg-xl-palegoldenrod, .bg-xl-palegoldenrod-hover:hover,
  .background-xl-palegoldenrod,
  .background-xl-palegoldenrod-hover:hover {
    background-color: palegoldenrod !important;
  }
  .bg-xl-palegreen, .bg-xl-palegreen-hover:hover,
  .background-xl-palegreen,
  .background-xl-palegreen-hover:hover {
    background-color: palegreen !important;
  }
  .bg-xl-paleturquoise, .bg-xl-paleturquoise-hover:hover,
  .background-xl-paleturquoise,
  .background-xl-paleturquoise-hover:hover {
    background-color: paleturquoise !important;
  }
  .bg-xl-palevioletred, .bg-xl-palevioletred-hover:hover,
  .background-xl-palevioletred,
  .background-xl-palevioletred-hover:hover {
    background-color: palevioletred !important;
  }
  .bg-xl-papayawhip, .bg-xl-papayawhip-hover:hover,
  .background-xl-papayawhip,
  .background-xl-papayawhip-hover:hover {
    background-color: papayawhip !important;
  }
  .bg-xl-peachpuff, .bg-xl-peachpuff-hover:hover,
  .background-xl-peachpuff,
  .background-xl-peachpuff-hover:hover {
    background-color: peachpuff !important;
  }
  .bg-xl-peru, .bg-xl-peru-hover:hover,
  .background-xl-peru,
  .background-xl-peru-hover:hover {
    background-color: peru !important;
  }
  .bg-xl-pink, .bg-xl-pink-hover:hover,
  .background-xl-pink,
  .background-xl-pink-hover:hover {
    background-color: pink !important;
  }
  .bg-xl-plum, .bg-xl-plum-hover:hover,
  .background-xl-plum,
  .background-xl-plum-hover:hover {
    background-color: plum !important;
  }
  .bg-xl-powderblue, .bg-xl-powderblue-hover:hover,
  .background-xl-powderblue,
  .background-xl-powderblue-hover:hover {
    background-color: powderblue !important;
  }
  .bg-xl-purple, .bg-xl-purple-hover:hover,
  .background-xl-purple,
  .background-xl-purple-hover:hover {
    background-color: purple !important;
  }
  .bg-xl-red, .bg-xl-red-hover:hover,
  .background-xl-red,
  .background-xl-red-hover:hover {
    background-color: red !important;
  }
  .bg-xl-rosybrown, .bg-xl-rosybrown-hover:hover,
  .background-xl-rosybrown,
  .background-xl-rosybrown-hover:hover {
    background-color: rosybrown !important;
  }
  .bg-xl-royalblue, .bg-xl-royalblue-hover:hover,
  .background-xl-royalblue,
  .background-xl-royalblue-hover:hover {
    background-color: royalblue !important;
  }
  .bg-xl-saddlebrown, .bg-xl-saddlebrown-hover:hover,
  .background-xl-saddlebrown,
  .background-xl-saddlebrown-hover:hover {
    background-color: saddlebrown !important;
  }
  .bg-xl-salmon, .bg-xl-salmon-hover:hover,
  .background-xl-salmon,
  .background-xl-salmon-hover:hover {
    background-color: salmon !important;
  }
  .bg-xl-sandybrown, .bg-xl-sandybrown-hover:hover,
  .background-xl-sandybrown,
  .background-xl-sandybrown-hover:hover {
    background-color: sandybrown !important;
  }
  .bg-xl-seagreen, .bg-xl-seagreen-hover:hover,
  .background-xl-seagreen,
  .background-xl-seagreen-hover:hover {
    background-color: seagreen !important;
  }
  .bg-xl-seashell, .bg-xl-seashell-hover:hover,
  .background-xl-seashell,
  .background-xl-seashell-hover:hover {
    background-color: seashell !important;
  }
  .bg-xl-sienna, .bg-xl-sienna-hover:hover,
  .background-xl-sienna,
  .background-xl-sienna-hover:hover {
    background-color: sienna !important;
  }
  .bg-xl-silver, .bg-xl-silver-hover:hover,
  .background-xl-silver,
  .background-xl-silver-hover:hover {
    background-color: silver !important;
  }
  .bg-xl-skyblue, .bg-xl-skyblue-hover:hover,
  .background-xl-skyblue,
  .background-xl-skyblue-hover:hover {
    background-color: skyblue !important;
  }
  .bg-xl-slateblue, .bg-xl-slateblue-hover:hover,
  .background-xl-slateblue,
  .background-xl-slateblue-hover:hover {
    background-color: slateblue !important;
  }
  .bg-xl-slategray, .bg-xl-slategray-hover:hover,
  .background-xl-slategray,
  .background-xl-slategray-hover:hover {
    background-color: slategray !important;
  }
  .bg-xl-snow, .bg-xl-snow-hover:hover,
  .background-xl-snow,
  .background-xl-snow-hover:hover {
    background-color: snow !important;
  }
  .bg-xl-springgreen, .bg-xl-springgreen-hover:hover,
  .background-xl-springgreen,
  .background-xl-springgreen-hover:hover {
    background-color: springgreen !important;
  }
  .bg-xl-steelblue, .bg-xl-steelblue-hover:hover,
  .background-xl-steelblue,
  .background-xl-steelblue-hover:hover {
    background-color: steelblue !important;
  }
  .bg-xl-tan, .bg-xl-tan-hover:hover,
  .background-xl-tan,
  .background-xl-tan-hover:hover {
    background-color: tan !important;
  }
  .bg-xl-teal, .bg-xl-teal-hover:hover,
  .background-xl-teal,
  .background-xl-teal-hover:hover {
    background-color: teal !important;
  }
  .bg-xl-thistle, .bg-xl-thistle-hover:hover,
  .background-xl-thistle,
  .background-xl-thistle-hover:hover {
    background-color: thistle !important;
  }
  .bg-xl-tomato, .bg-xl-tomato-hover:hover,
  .background-xl-tomato,
  .background-xl-tomato-hover:hover {
    background-color: tomato !important;
  }
  .bg-xl-turquoise, .bg-xl-turquoise-hover:hover,
  .background-xl-turquoise,
  .background-xl-turquoise-hover:hover {
    background-color: turquoise !important;
  }
  .bg-xl-violet, .bg-xl-violet-hover:hover,
  .background-xl-violet,
  .background-xl-violet-hover:hover {
    background-color: violet !important;
  }
  .bg-xl-wheat, .bg-xl-wheat-hover:hover,
  .background-xl-wheat,
  .background-xl-wheat-hover:hover {
    background-color: wheat !important;
  }
  .bg-xl-white, .bg-xl-white-hover:hover,
  .background-xl-white,
  .background-xl-white-hover:hover {
    background-color: white !important;
  }
  .bg-xl-whitesmoke, .bg-xl-whitesmoke-hover:hover,
  .background-xl-whitesmoke,
  .background-xl-whitesmoke-hover:hover {
    background-color: whitesmoke !important;
  }
  .bg-xl-yellow, .bg-xl-yellow-hover:hover,
  .background-xl-yellow,
  .background-xl-yellow-hover:hover {
    background-color: yellow !important;
  }
  .bg-xl-yellowgreen, .bg-xl-yellowgreen-hover:hover,
  .background-xl-yellowgreen,
  .background-xl-yellowgreen-hover:hover {
    background-color: yellowgreen !important;
  }
  .bg-xl-fixed,
  .background-xl-fixed {
    background-attachment: fixed !important;
  }
  .bg-xl-scroll,
  .background-xl-scroll {
    background-attachment: scroll !important;
  }
  .opacity-xl-0 {
    opacity: 0% !important;
  }
  .opacity-xl-1 {
    opacity: 10% !important;
  }
  .opacity-xl-2 {
    opacity: 20% !important;
  }
  .opacity-xl-3 {
    opacity: 30% !important;
  }
  .opacity-xl-4 {
    opacity: 40% !important;
  }
  .opacity-xl-5 {
    opacity: 50% !important;
  }
  .opacity-xl-6 {
    opacity: 60% !important;
  }
  .opacity-xl-7 {
    opacity: 70% !important;
  }
  .opacity-xl-8 {
    opacity: 80% !important;
  }
  .opacity-xl-9 {
    opacity: 90% !important;
  }
  .opacity-xl-10 {
    opacity: 100% !important;
  }
}
@media screen and (min-width: 0) and (max-width: 1000px) {
  /*Block Styles*/
  .full-screen-t,
  .full-t {
    display: block;
    width: 100vw;
    height: 100vh;
  }
  .fixed-t-top {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
  }
  .fixed-t-bottom {
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
  }
  .bg-t-light,
  .background-t-light {
    background-color: #dee2e6 !important;
  }
  .bg-t-grey,
  .background-t-grey {
    background-color: #6c757d !important;
  }
  .bg-t-red,
  .background-t-red {
    background-color: red !important;
  }
  .bg-t-dark-red,
  .background-t-dark-red {
    background-color: #dc3545 !important;
  }
  .bg-t-green,
  .background-t-green {
    background-color: #27e178 !important;
  }
  .bg-t-blue,
  .background-t-blue {
    background-color: #279EDA !important;
  }
  .bg-t-yellow,
  .background-t-yellow {
    background-color: #ffc107 !important;
  }
  .bg-t-fade-blue,
  .background-t-fade-blue {
    background-color: #34435E !important;
  }
  .bg-t-transparent,
  .background-t-transparent {
    background-color: transparent !important;
  }
  .bg-t-light, .bg-t-light-hover:hover,
  .background-t-light,
  .background-t-light-hover:hover {
    background-color: #dee2e6 !important;
  }
  .bg-t-secondary, .bg-t-secondary-hover:hover,
  .background-t-secondary,
  .background-t-secondary-hover:hover {
    background-color: #6c757d !important;
  }
  .bg-t-danger, .bg-t-danger-hover:hover,
  .background-t-danger,
  .background-t-danger-hover:hover {
    background-color: #dc3545 !important;
  }
  .bg-t-success, .bg-t-success-hover:hover,
  .background-t-success,
  .background-t-success-hover:hover {
    background-color: #27e178 !important;
  }
  .bg-t-info, .bg-t-info-hover:hover,
  .background-t-info,
  .background-t-info-hover:hover {
    background-color: #279EDA !important;
  }
  .bg-t-warning, .bg-t-warning-hover:hover,
  .background-t-warning,
  .background-t-warning-hover:hover {
    background-color: #ffc107 !important;
  }
  .bg-t-primary, .bg-t-primary-hover:hover,
  .background-t-primary,
  .background-t-primary-hover:hover {
    background-color: #34435E !important;
  }
  .bg-t-aliceblue, .bg-t-aliceblue-hover:hover,
  .background-t-aliceblue,
  .background-t-aliceblue-hover:hover {
    background-color: aliceblue !important;
  }
  .bg-t-antiquewhite, .bg-t-antiquewhite-hover:hover,
  .background-t-antiquewhite,
  .background-t-antiquewhite-hover:hover {
    background-color: antiquewhite !important;
  }
  .bg-t-aqua, .bg-t-aqua-hover:hover,
  .background-t-aqua,
  .background-t-aqua-hover:hover {
    background-color: aqua !important;
  }
  .bg-t-aquamarine, .bg-t-aquamarine-hover:hover,
  .background-t-aquamarine,
  .background-t-aquamarine-hover:hover {
    background-color: aquamarine !important;
  }
  .bg-t-azure, .bg-t-azure-hover:hover,
  .background-t-azure,
  .background-t-azure-hover:hover {
    background-color: azure !important;
  }
  .bg-t-beige, .bg-t-beige-hover:hover,
  .background-t-beige,
  .background-t-beige-hover:hover {
    background-color: beige !important;
  }
  .bg-t-bisque, .bg-t-bisque-hover:hover,
  .background-t-bisque,
  .background-t-bisque-hover:hover {
    background-color: bisque !important;
  }
  .bg-t-black, .bg-t-black-hover:hover,
  .background-t-black,
  .background-t-black-hover:hover {
    background-color: black !important;
  }
  .bg-t-blanchedalmond, .bg-t-blanchedalmond-hover:hover,
  .background-t-blanchedalmond,
  .background-t-blanchedalmond-hover:hover {
    background-color: blanchedalmond !important;
  }
  .bg-t-blue, .bg-t-blue-hover:hover,
  .background-t-blue,
  .background-t-blue-hover:hover {
    background-color: blue !important;
  }
  .bg-t-blueviolet, .bg-t-blueviolet-hover:hover,
  .background-t-blueviolet,
  .background-t-blueviolet-hover:hover {
    background-color: blueviolet !important;
  }
  .bg-t-brown, .bg-t-brown-hover:hover,
  .background-t-brown,
  .background-t-brown-hover:hover {
    background-color: brown !important;
  }
  .bg-t-burlywood, .bg-t-burlywood-hover:hover,
  .background-t-burlywood,
  .background-t-burlywood-hover:hover {
    background-color: burlywood !important;
  }
  .bg-t-cadetblue, .bg-t-cadetblue-hover:hover,
  .background-t-cadetblue,
  .background-t-cadetblue-hover:hover {
    background-color: cadetblue !important;
  }
  .bg-t-chartreuse, .bg-t-chartreuse-hover:hover,
  .background-t-chartreuse,
  .background-t-chartreuse-hover:hover {
    background-color: chartreuse !important;
  }
  .bg-t-chocolate, .bg-t-chocolate-hover:hover,
  .background-t-chocolate,
  .background-t-chocolate-hover:hover {
    background-color: chocolate !important;
  }
  .bg-t-coral, .bg-t-coral-hover:hover,
  .background-t-coral,
  .background-t-coral-hover:hover {
    background-color: coral !important;
  }
  .bg-t-cornflowerblue, .bg-t-cornflowerblue-hover:hover,
  .background-t-cornflowerblue,
  .background-t-cornflowerblue-hover:hover {
    background-color: cornflowerblue !important;
  }
  .bg-t-cornsilk, .bg-t-cornsilk-hover:hover,
  .background-t-cornsilk,
  .background-t-cornsilk-hover:hover {
    background-color: cornsilk !important;
  }
  .bg-t-crimson, .bg-t-crimson-hover:hover,
  .background-t-crimson,
  .background-t-crimson-hover:hover {
    background-color: crimson !important;
  }
  .bg-t-cyan, .bg-t-cyan-hover:hover,
  .background-t-cyan,
  .background-t-cyan-hover:hover {
    background-color: cyan !important;
  }
  .bg-t-darkblue, .bg-t-darkblue-hover:hover,
  .background-t-darkblue,
  .background-t-darkblue-hover:hover {
    background-color: darkblue !important;
  }
  .bg-t-darkcyan, .bg-t-darkcyan-hover:hover,
  .background-t-darkcyan,
  .background-t-darkcyan-hover:hover {
    background-color: darkcyan !important;
  }
  .bg-t-darkgoldenrod, .bg-t-darkgoldenrod-hover:hover,
  .background-t-darkgoldenrod,
  .background-t-darkgoldenrod-hover:hover {
    background-color: darkgoldenrod !important;
  }
  .bg-t-darkgray, .bg-t-darkgray-hover:hover,
  .background-t-darkgray,
  .background-t-darkgray-hover:hover {
    background-color: darkgray !important;
  }
  .bg-t-darkgreen, .bg-t-darkgreen-hover:hover,
  .background-t-darkgreen,
  .background-t-darkgreen-hover:hover {
    background-color: darkgreen !important;
  }
  .bg-t-darkkhaki, .bg-t-darkkhaki-hover:hover,
  .background-t-darkkhaki,
  .background-t-darkkhaki-hover:hover {
    background-color: darkkhaki !important;
  }
  .bg-t-darkmagenta, .bg-t-darkmagenta-hover:hover,
  .background-t-darkmagenta,
  .background-t-darkmagenta-hover:hover {
    background-color: darkmagenta !important;
  }
  .bg-t-darkolivegreen, .bg-t-darkolivegreen-hover:hover,
  .background-t-darkolivegreen,
  .background-t-darkolivegreen-hover:hover {
    background-color: darkolivegreen !important;
  }
  .bg-t-darkorange, .bg-t-darkorange-hover:hover,
  .background-t-darkorange,
  .background-t-darkorange-hover:hover {
    background-color: darkorange !important;
  }
  .bg-t-darkorchid, .bg-t-darkorchid-hover:hover,
  .background-t-darkorchid,
  .background-t-darkorchid-hover:hover {
    background-color: darkorchid !important;
  }
  .bg-t-darkred, .bg-t-darkred-hover:hover,
  .background-t-darkred,
  .background-t-darkred-hover:hover {
    background-color: darkred !important;
  }
  .bg-t-darksalmon, .bg-t-darksalmon-hover:hover,
  .background-t-darksalmon,
  .background-t-darksalmon-hover:hover {
    background-color: darksalmon !important;
  }
  .bg-t-darkseagreen, .bg-t-darkseagreen-hover:hover,
  .background-t-darkseagreen,
  .background-t-darkseagreen-hover:hover {
    background-color: darkseagreen !important;
  }
  .bg-t-darkslateblue, .bg-t-darkslateblue-hover:hover,
  .background-t-darkslateblue,
  .background-t-darkslateblue-hover:hover {
    background-color: darkslateblue !important;
  }
  .bg-t-darkslategray, .bg-t-darkslategray-hover:hover,
  .background-t-darkslategray,
  .background-t-darkslategray-hover:hover {
    background-color: darkslategray !important;
  }
  .bg-t-darkturquoise, .bg-t-darkturquoise-hover:hover,
  .background-t-darkturquoise,
  .background-t-darkturquoise-hover:hover {
    background-color: darkturquoise !important;
  }
  .bg-t-darkviolet, .bg-t-darkviolet-hover:hover,
  .background-t-darkviolet,
  .background-t-darkviolet-hover:hover {
    background-color: darkviolet !important;
  }
  .bg-t-deeppink, .bg-t-deeppink-hover:hover,
  .background-t-deeppink,
  .background-t-deeppink-hover:hover {
    background-color: deeppink !important;
  }
  .bg-t-deepskyblue, .bg-t-deepskyblue-hover:hover,
  .background-t-deepskyblue,
  .background-t-deepskyblue-hover:hover {
    background-color: deepskyblue !important;
  }
  .bg-t-dimgray, .bg-t-dimgray-hover:hover,
  .background-t-dimgray,
  .background-t-dimgray-hover:hover {
    background-color: dimgray !important;
  }
  .bg-t-dodgerblue, .bg-t-dodgerblue-hover:hover,
  .background-t-dodgerblue,
  .background-t-dodgerblue-hover:hover {
    background-color: dodgerblue !important;
  }
  .bg-t-firebrick, .bg-t-firebrick-hover:hover,
  .background-t-firebrick,
  .background-t-firebrick-hover:hover {
    background-color: firebrick !important;
  }
  .bg-t-floralwhite, .bg-t-floralwhite-hover:hover,
  .background-t-floralwhite,
  .background-t-floralwhite-hover:hover {
    background-color: floralwhite !important;
  }
  .bg-t-forestgreen, .bg-t-forestgreen-hover:hover,
  .background-t-forestgreen,
  .background-t-forestgreen-hover:hover {
    background-color: forestgreen !important;
  }
  .bg-t-fuchsia, .bg-t-fuchsia-hover:hover,
  .background-t-fuchsia,
  .background-t-fuchsia-hover:hover {
    background-color: fuchsia !important;
  }
  .bg-t-gainsboro, .bg-t-gainsboro-hover:hover,
  .background-t-gainsboro,
  .background-t-gainsboro-hover:hover {
    background-color: gainsboro !important;
  }
  .bg-t-ghostwhite, .bg-t-ghostwhite-hover:hover,
  .background-t-ghostwhite,
  .background-t-ghostwhite-hover:hover {
    background-color: ghostwhite !important;
  }
  .bg-t-gold, .bg-t-gold-hover:hover,
  .background-t-gold,
  .background-t-gold-hover:hover {
    background-color: gold !important;
  }
  .bg-t-goldenrod, .bg-t-goldenrod-hover:hover,
  .background-t-goldenrod,
  .background-t-goldenrod-hover:hover {
    background-color: goldenrod !important;
  }
  .bg-t-gray, .bg-t-gray-hover:hover,
  .background-t-gray,
  .background-t-gray-hover:hover {
    background-color: gray !important;
  }
  .bg-t-grey, .bg-t-grey-hover:hover,
  .background-t-grey,
  .background-t-grey-hover:hover {
    background-color: grey !important;
  }
  .bg-t-green, .bg-t-green-hover:hover,
  .background-t-green,
  .background-t-green-hover:hover {
    background-color: green !important;
  }
  .bg-t-greenyellow, .bg-t-greenyellow-hover:hover,
  .background-t-greenyellow,
  .background-t-greenyellow-hover:hover {
    background-color: greenyellow !important;
  }
  .bg-t-honeydew, .bg-t-honeydew-hover:hover,
  .background-t-honeydew,
  .background-t-honeydew-hover:hover {
    background-color: honeydew !important;
  }
  .bg-t-hotpink, .bg-t-hotpink-hover:hover,
  .background-t-hotpink,
  .background-t-hotpink-hover:hover {
    background-color: hotpink !important;
  }
  .bg-t-indianred, .bg-t-indianred-hover:hover,
  .background-t-indianred,
  .background-t-indianred-hover:hover {
    background-color: indianred !important;
  }
  .bg-t-indigo, .bg-t-indigo-hover:hover,
  .background-t-indigo,
  .background-t-indigo-hover:hover {
    background-color: indigo !important;
  }
  .bg-t-ivory, .bg-t-ivory-hover:hover,
  .background-t-ivory,
  .background-t-ivory-hover:hover {
    background-color: ivory !important;
  }
  .bg-t-khaki, .bg-t-khaki-hover:hover,
  .background-t-khaki,
  .background-t-khaki-hover:hover {
    background-color: khaki !important;
  }
  .bg-t-lavender, .bg-t-lavender-hover:hover,
  .background-t-lavender,
  .background-t-lavender-hover:hover {
    background-color: lavender !important;
  }
  .bg-t-lavenderblush, .bg-t-lavenderblush-hover:hover,
  .background-t-lavenderblush,
  .background-t-lavenderblush-hover:hover {
    background-color: lavenderblush !important;
  }
  .bg-t-lawngreen, .bg-t-lawngreen-hover:hover,
  .background-t-lawngreen,
  .background-t-lawngreen-hover:hover {
    background-color: lawngreen !important;
  }
  .bg-t-lemonchiffon, .bg-t-lemonchiffon-hover:hover,
  .background-t-lemonchiffon,
  .background-t-lemonchiffon-hover:hover {
    background-color: lemonchiffon !important;
  }
  .bg-t-lightblue, .bg-t-lightblue-hover:hover,
  .background-t-lightblue,
  .background-t-lightblue-hover:hover {
    background-color: lightblue !important;
  }
  .bg-t-lightcoral, .bg-t-lightcoral-hover:hover,
  .background-t-lightcoral,
  .background-t-lightcoral-hover:hover {
    background-color: lightcoral !important;
  }
  .bg-t-lightcyan, .bg-t-lightcyan-hover:hover,
  .background-t-lightcyan,
  .background-t-lightcyan-hover:hover {
    background-color: lightcyan !important;
  }
  .bg-t-lightgoldenrodyellow, .bg-t-lightgoldenrodyellow-hover:hover,
  .background-t-lightgoldenrodyellow,
  .background-t-lightgoldenrodyellow-hover:hover {
    background-color: lightgoldenrodyellow !important;
  }
  .bg-t-lightgrey, .bg-t-lightgrey-hover:hover,
  .background-t-lightgrey,
  .background-t-lightgrey-hover:hover {
    background-color: lightgrey !important;
  }
  .bg-t-lightgreen, .bg-t-lightgreen-hover:hover,
  .background-t-lightgreen,
  .background-t-lightgreen-hover:hover {
    background-color: lightgreen !important;
  }
  .bg-t-lightpink, .bg-t-lightpink-hover:hover,
  .background-t-lightpink,
  .background-t-lightpink-hover:hover {
    background-color: lightpink !important;
  }
  .bg-t-lightsalmon, .bg-t-lightsalmon-hover:hover,
  .background-t-lightsalmon,
  .background-t-lightsalmon-hover:hover {
    background-color: lightsalmon !important;
  }
  .bg-t-lightseagreen, .bg-t-lightseagreen-hover:hover,
  .background-t-lightseagreen,
  .background-t-lightseagreen-hover:hover {
    background-color: lightseagreen !important;
  }
  .bg-t-lightskyblue, .bg-t-lightskyblue-hover:hover,
  .background-t-lightskyblue,
  .background-t-lightskyblue-hover:hover {
    background-color: lightskyblue !important;
  }
  .bg-t-lightslategray, .bg-t-lightslategray-hover:hover,
  .background-t-lightslategray,
  .background-t-lightslategray-hover:hover {
    background-color: lightslategray !important;
  }
  .bg-t-lightsteelblue, .bg-t-lightsteelblue-hover:hover,
  .background-t-lightsteelblue,
  .background-t-lightsteelblue-hover:hover {
    background-color: lightsteelblue !important;
  }
  .bg-t-lightyellow, .bg-t-lightyellow-hover:hover,
  .background-t-lightyellow,
  .background-t-lightyellow-hover:hover {
    background-color: lightyellow !important;
  }
  .bg-t-lime, .bg-t-lime-hover:hover,
  .background-t-lime,
  .background-t-lime-hover:hover {
    background-color: lime !important;
  }
  .bg-t-limegreen, .bg-t-limegreen-hover:hover,
  .background-t-limegreen,
  .background-t-limegreen-hover:hover {
    background-color: limegreen !important;
  }
  .bg-t-linen, .bg-t-linen-hover:hover,
  .background-t-linen,
  .background-t-linen-hover:hover {
    background-color: linen !important;
  }
  .bg-t-magenta, .bg-t-magenta-hover:hover,
  .background-t-magenta,
  .background-t-magenta-hover:hover {
    background-color: magenta !important;
  }
  .bg-t-maroon, .bg-t-maroon-hover:hover,
  .background-t-maroon,
  .background-t-maroon-hover:hover {
    background-color: maroon !important;
  }
  .bg-t-mediumaquamarine, .bg-t-mediumaquamarine-hover:hover,
  .background-t-mediumaquamarine,
  .background-t-mediumaquamarine-hover:hover {
    background-color: mediumaquamarine !important;
  }
  .bg-t-mediumblue, .bg-t-mediumblue-hover:hover,
  .background-t-mediumblue,
  .background-t-mediumblue-hover:hover {
    background-color: mediumblue !important;
  }
  .bg-t-mediumorchid, .bg-t-mediumorchid-hover:hover,
  .background-t-mediumorchid,
  .background-t-mediumorchid-hover:hover {
    background-color: mediumorchid !important;
  }
  .bg-t-mediumpurple, .bg-t-mediumpurple-hover:hover,
  .background-t-mediumpurple,
  .background-t-mediumpurple-hover:hover {
    background-color: mediumpurple !important;
  }
  .bg-t-mediumseagreen, .bg-t-mediumseagreen-hover:hover,
  .background-t-mediumseagreen,
  .background-t-mediumseagreen-hover:hover {
    background-color: mediumseagreen !important;
  }
  .bg-t-mediumslateblue, .bg-t-mediumslateblue-hover:hover,
  .background-t-mediumslateblue,
  .background-t-mediumslateblue-hover:hover {
    background-color: mediumslateblue !important;
  }
  .bg-t-mediumspringgreen, .bg-t-mediumspringgreen-hover:hover,
  .background-t-mediumspringgreen,
  .background-t-mediumspringgreen-hover:hover {
    background-color: mediumspringgreen !important;
  }
  .bg-t-mediumturquoise, .bg-t-mediumturquoise-hover:hover,
  .background-t-mediumturquoise,
  .background-t-mediumturquoise-hover:hover {
    background-color: mediumturquoise !important;
  }
  .bg-t-mediumvioletred, .bg-t-mediumvioletred-hover:hover,
  .background-t-mediumvioletred,
  .background-t-mediumvioletred-hover:hover {
    background-color: mediumvioletred !important;
  }
  .bg-t-midnightblue, .bg-t-midnightblue-hover:hover,
  .background-t-midnightblue,
  .background-t-midnightblue-hover:hover {
    background-color: midnightblue !important;
  }
  .bg-t-mintcream, .bg-t-mintcream-hover:hover,
  .background-t-mintcream,
  .background-t-mintcream-hover:hover {
    background-color: mintcream !important;
  }
  .bg-t-mistyrose, .bg-t-mistyrose-hover:hover,
  .background-t-mistyrose,
  .background-t-mistyrose-hover:hover {
    background-color: mistyrose !important;
  }
  .bg-t-moccasin, .bg-t-moccasin-hover:hover,
  .background-t-moccasin,
  .background-t-moccasin-hover:hover {
    background-color: moccasin !important;
  }
  .bg-t-navajowhite, .bg-t-navajowhite-hover:hover,
  .background-t-navajowhite,
  .background-t-navajowhite-hover:hover {
    background-color: navajowhite !important;
  }
  .bg-t-navy, .bg-t-navy-hover:hover,
  .background-t-navy,
  .background-t-navy-hover:hover {
    background-color: navy !important;
  }
  .bg-t-oldlace, .bg-t-oldlace-hover:hover,
  .background-t-oldlace,
  .background-t-oldlace-hover:hover {
    background-color: oldlace !important;
  }
  .bg-t-olive, .bg-t-olive-hover:hover,
  .background-t-olive,
  .background-t-olive-hover:hover {
    background-color: olive !important;
  }
  .bg-t-olivedrab, .bg-t-olivedrab-hover:hover,
  .background-t-olivedrab,
  .background-t-olivedrab-hover:hover {
    background-color: olivedrab !important;
  }
  .bg-t-orange, .bg-t-orange-hover:hover,
  .background-t-orange,
  .background-t-orange-hover:hover {
    background-color: orange !important;
  }
  .bg-t-orangered, .bg-t-orangered-hover:hover,
  .background-t-orangered,
  .background-t-orangered-hover:hover {
    background-color: orangered !important;
  }
  .bg-t-orchid, .bg-t-orchid-hover:hover,
  .background-t-orchid,
  .background-t-orchid-hover:hover {
    background-color: orchid !important;
  }
  .bg-t-palegoldenrod, .bg-t-palegoldenrod-hover:hover,
  .background-t-palegoldenrod,
  .background-t-palegoldenrod-hover:hover {
    background-color: palegoldenrod !important;
  }
  .bg-t-palegreen, .bg-t-palegreen-hover:hover,
  .background-t-palegreen,
  .background-t-palegreen-hover:hover {
    background-color: palegreen !important;
  }
  .bg-t-paleturquoise, .bg-t-paleturquoise-hover:hover,
  .background-t-paleturquoise,
  .background-t-paleturquoise-hover:hover {
    background-color: paleturquoise !important;
  }
  .bg-t-palevioletred, .bg-t-palevioletred-hover:hover,
  .background-t-palevioletred,
  .background-t-palevioletred-hover:hover {
    background-color: palevioletred !important;
  }
  .bg-t-papayawhip, .bg-t-papayawhip-hover:hover,
  .background-t-papayawhip,
  .background-t-papayawhip-hover:hover {
    background-color: papayawhip !important;
  }
  .bg-t-peachpuff, .bg-t-peachpuff-hover:hover,
  .background-t-peachpuff,
  .background-t-peachpuff-hover:hover {
    background-color: peachpuff !important;
  }
  .bg-t-peru, .bg-t-peru-hover:hover,
  .background-t-peru,
  .background-t-peru-hover:hover {
    background-color: peru !important;
  }
  .bg-t-pink, .bg-t-pink-hover:hover,
  .background-t-pink,
  .background-t-pink-hover:hover {
    background-color: pink !important;
  }
  .bg-t-plum, .bg-t-plum-hover:hover,
  .background-t-plum,
  .background-t-plum-hover:hover {
    background-color: plum !important;
  }
  .bg-t-powderblue, .bg-t-powderblue-hover:hover,
  .background-t-powderblue,
  .background-t-powderblue-hover:hover {
    background-color: powderblue !important;
  }
  .bg-t-purple, .bg-t-purple-hover:hover,
  .background-t-purple,
  .background-t-purple-hover:hover {
    background-color: purple !important;
  }
  .bg-t-red, .bg-t-red-hover:hover,
  .background-t-red,
  .background-t-red-hover:hover {
    background-color: red !important;
  }
  .bg-t-rosybrown, .bg-t-rosybrown-hover:hover,
  .background-t-rosybrown,
  .background-t-rosybrown-hover:hover {
    background-color: rosybrown !important;
  }
  .bg-t-royalblue, .bg-t-royalblue-hover:hover,
  .background-t-royalblue,
  .background-t-royalblue-hover:hover {
    background-color: royalblue !important;
  }
  .bg-t-saddlebrown, .bg-t-saddlebrown-hover:hover,
  .background-t-saddlebrown,
  .background-t-saddlebrown-hover:hover {
    background-color: saddlebrown !important;
  }
  .bg-t-salmon, .bg-t-salmon-hover:hover,
  .background-t-salmon,
  .background-t-salmon-hover:hover {
    background-color: salmon !important;
  }
  .bg-t-sandybrown, .bg-t-sandybrown-hover:hover,
  .background-t-sandybrown,
  .background-t-sandybrown-hover:hover {
    background-color: sandybrown !important;
  }
  .bg-t-seagreen, .bg-t-seagreen-hover:hover,
  .background-t-seagreen,
  .background-t-seagreen-hover:hover {
    background-color: seagreen !important;
  }
  .bg-t-seashell, .bg-t-seashell-hover:hover,
  .background-t-seashell,
  .background-t-seashell-hover:hover {
    background-color: seashell !important;
  }
  .bg-t-sienna, .bg-t-sienna-hover:hover,
  .background-t-sienna,
  .background-t-sienna-hover:hover {
    background-color: sienna !important;
  }
  .bg-t-silver, .bg-t-silver-hover:hover,
  .background-t-silver,
  .background-t-silver-hover:hover {
    background-color: silver !important;
  }
  .bg-t-skyblue, .bg-t-skyblue-hover:hover,
  .background-t-skyblue,
  .background-t-skyblue-hover:hover {
    background-color: skyblue !important;
  }
  .bg-t-slateblue, .bg-t-slateblue-hover:hover,
  .background-t-slateblue,
  .background-t-slateblue-hover:hover {
    background-color: slateblue !important;
  }
  .bg-t-slategray, .bg-t-slategray-hover:hover,
  .background-t-slategray,
  .background-t-slategray-hover:hover {
    background-color: slategray !important;
  }
  .bg-t-snow, .bg-t-snow-hover:hover,
  .background-t-snow,
  .background-t-snow-hover:hover {
    background-color: snow !important;
  }
  .bg-t-springgreen, .bg-t-springgreen-hover:hover,
  .background-t-springgreen,
  .background-t-springgreen-hover:hover {
    background-color: springgreen !important;
  }
  .bg-t-steelblue, .bg-t-steelblue-hover:hover,
  .background-t-steelblue,
  .background-t-steelblue-hover:hover {
    background-color: steelblue !important;
  }
  .bg-t-tan, .bg-t-tan-hover:hover,
  .background-t-tan,
  .background-t-tan-hover:hover {
    background-color: tan !important;
  }
  .bg-t-teal, .bg-t-teal-hover:hover,
  .background-t-teal,
  .background-t-teal-hover:hover {
    background-color: teal !important;
  }
  .bg-t-thistle, .bg-t-thistle-hover:hover,
  .background-t-thistle,
  .background-t-thistle-hover:hover {
    background-color: thistle !important;
  }
  .bg-t-tomato, .bg-t-tomato-hover:hover,
  .background-t-tomato,
  .background-t-tomato-hover:hover {
    background-color: tomato !important;
  }
  .bg-t-turquoise, .bg-t-turquoise-hover:hover,
  .background-t-turquoise,
  .background-t-turquoise-hover:hover {
    background-color: turquoise !important;
  }
  .bg-t-violet, .bg-t-violet-hover:hover,
  .background-t-violet,
  .background-t-violet-hover:hover {
    background-color: violet !important;
  }
  .bg-t-wheat, .bg-t-wheat-hover:hover,
  .background-t-wheat,
  .background-t-wheat-hover:hover {
    background-color: wheat !important;
  }
  .bg-t-white, .bg-t-white-hover:hover,
  .background-t-white,
  .background-t-white-hover:hover {
    background-color: white !important;
  }
  .bg-t-whitesmoke, .bg-t-whitesmoke-hover:hover,
  .background-t-whitesmoke,
  .background-t-whitesmoke-hover:hover {
    background-color: whitesmoke !important;
  }
  .bg-t-yellow, .bg-t-yellow-hover:hover,
  .background-t-yellow,
  .background-t-yellow-hover:hover {
    background-color: yellow !important;
  }
  .bg-t-yellowgreen, .bg-t-yellowgreen-hover:hover,
  .background-t-yellowgreen,
  .background-t-yellowgreen-hover:hover {
    background-color: yellowgreen !important;
  }
  .bg-t-fixed,
  .background-t-fixed {
    background-attachment: fixed !important;
  }
  .bg-t-scroll,
  .background-t-scroll {
    background-attachment: scroll !important;
  }
  .opacity-t-0 {
    opacity: 0% !important;
  }
  .opacity-t-1 {
    opacity: 10% !important;
  }
  .opacity-t-2 {
    opacity: 20% !important;
  }
  .opacity-t-3 {
    opacity: 30% !important;
  }
  .opacity-t-4 {
    opacity: 40% !important;
  }
  .opacity-t-5 {
    opacity: 50% !important;
  }
  .opacity-t-6 {
    opacity: 60% !important;
  }
  .opacity-t-7 {
    opacity: 70% !important;
  }
  .opacity-t-8 {
    opacity: 80% !important;
  }
  .opacity-t-9 {
    opacity: 90% !important;
  }
  .opacity-t-10 {
    opacity: 100% !important;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  /*Block Styles*/
  .full-screen-m,
  .full-m {
    display: block;
    width: 100vw;
    height: 100vh;
  }
  .fixed-m-top {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
  }
  .fixed-m-bottom {
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
  }
  .bg-m-light,
  .background-m-light {
    background-color: #dee2e6 !important;
  }
  .bg-m-grey,
  .background-m-grey {
    background-color: #6c757d !important;
  }
  .bg-m-red,
  .background-m-red {
    background-color: red !important;
  }
  .bg-m-dark-red,
  .background-m-dark-red {
    background-color: #dc3545 !important;
  }
  .bg-m-green,
  .background-m-green {
    background-color: #27e178 !important;
  }
  .bg-m-blue,
  .background-m-blue {
    background-color: #279EDA !important;
  }
  .bg-m-yellow,
  .background-m-yellow {
    background-color: #ffc107 !important;
  }
  .bg-m-fade-blue,
  .background-m-fade-blue {
    background-color: #34435E !important;
  }
  .bg-m-transparent,
  .background-m-transparent {
    background-color: transparent !important;
  }
  .bg-m-light, .bg-m-light-hover:hover,
  .background-m-light,
  .background-m-light-hover:hover {
    background-color: #dee2e6 !important;
  }
  .bg-m-secondary, .bg-m-secondary-hover:hover,
  .background-m-secondary,
  .background-m-secondary-hover:hover {
    background-color: #6c757d !important;
  }
  .bg-m-danger, .bg-m-danger-hover:hover,
  .background-m-danger,
  .background-m-danger-hover:hover {
    background-color: #dc3545 !important;
  }
  .bg-m-success, .bg-m-success-hover:hover,
  .background-m-success,
  .background-m-success-hover:hover {
    background-color: #27e178 !important;
  }
  .bg-m-info, .bg-m-info-hover:hover,
  .background-m-info,
  .background-m-info-hover:hover {
    background-color: #279EDA !important;
  }
  .bg-m-warning, .bg-m-warning-hover:hover,
  .background-m-warning,
  .background-m-warning-hover:hover {
    background-color: #ffc107 !important;
  }
  .bg-m-primary, .bg-m-primary-hover:hover,
  .background-m-primary,
  .background-m-primary-hover:hover {
    background-color: #34435E !important;
  }
  .bg-m-aliceblue, .bg-m-aliceblue-hover:hover,
  .background-m-aliceblue,
  .background-m-aliceblue-hover:hover {
    background-color: aliceblue !important;
  }
  .bg-m-antiquewhite, .bg-m-antiquewhite-hover:hover,
  .background-m-antiquewhite,
  .background-m-antiquewhite-hover:hover {
    background-color: antiquewhite !important;
  }
  .bg-m-aqua, .bg-m-aqua-hover:hover,
  .background-m-aqua,
  .background-m-aqua-hover:hover {
    background-color: aqua !important;
  }
  .bg-m-aquamarine, .bg-m-aquamarine-hover:hover,
  .background-m-aquamarine,
  .background-m-aquamarine-hover:hover {
    background-color: aquamarine !important;
  }
  .bg-m-azure, .bg-m-azure-hover:hover,
  .background-m-azure,
  .background-m-azure-hover:hover {
    background-color: azure !important;
  }
  .bg-m-beige, .bg-m-beige-hover:hover,
  .background-m-beige,
  .background-m-beige-hover:hover {
    background-color: beige !important;
  }
  .bg-m-bisque, .bg-m-bisque-hover:hover,
  .background-m-bisque,
  .background-m-bisque-hover:hover {
    background-color: bisque !important;
  }
  .bg-m-black, .bg-m-black-hover:hover,
  .background-m-black,
  .background-m-black-hover:hover {
    background-color: black !important;
  }
  .bg-m-blanchedalmond, .bg-m-blanchedalmond-hover:hover,
  .background-m-blanchedalmond,
  .background-m-blanchedalmond-hover:hover {
    background-color: blanchedalmond !important;
  }
  .bg-m-blue, .bg-m-blue-hover:hover,
  .background-m-blue,
  .background-m-blue-hover:hover {
    background-color: blue !important;
  }
  .bg-m-blueviolet, .bg-m-blueviolet-hover:hover,
  .background-m-blueviolet,
  .background-m-blueviolet-hover:hover {
    background-color: blueviolet !important;
  }
  .bg-m-brown, .bg-m-brown-hover:hover,
  .background-m-brown,
  .background-m-brown-hover:hover {
    background-color: brown !important;
  }
  .bg-m-burlywood, .bg-m-burlywood-hover:hover,
  .background-m-burlywood,
  .background-m-burlywood-hover:hover {
    background-color: burlywood !important;
  }
  .bg-m-cadetblue, .bg-m-cadetblue-hover:hover,
  .background-m-cadetblue,
  .background-m-cadetblue-hover:hover {
    background-color: cadetblue !important;
  }
  .bg-m-chartreuse, .bg-m-chartreuse-hover:hover,
  .background-m-chartreuse,
  .background-m-chartreuse-hover:hover {
    background-color: chartreuse !important;
  }
  .bg-m-chocolate, .bg-m-chocolate-hover:hover,
  .background-m-chocolate,
  .background-m-chocolate-hover:hover {
    background-color: chocolate !important;
  }
  .bg-m-coral, .bg-m-coral-hover:hover,
  .background-m-coral,
  .background-m-coral-hover:hover {
    background-color: coral !important;
  }
  .bg-m-cornflowerblue, .bg-m-cornflowerblue-hover:hover,
  .background-m-cornflowerblue,
  .background-m-cornflowerblue-hover:hover {
    background-color: cornflowerblue !important;
  }
  .bg-m-cornsilk, .bg-m-cornsilk-hover:hover,
  .background-m-cornsilk,
  .background-m-cornsilk-hover:hover {
    background-color: cornsilk !important;
  }
  .bg-m-crimson, .bg-m-crimson-hover:hover,
  .background-m-crimson,
  .background-m-crimson-hover:hover {
    background-color: crimson !important;
  }
  .bg-m-cyan, .bg-m-cyan-hover:hover,
  .background-m-cyan,
  .background-m-cyan-hover:hover {
    background-color: cyan !important;
  }
  .bg-m-darkblue, .bg-m-darkblue-hover:hover,
  .background-m-darkblue,
  .background-m-darkblue-hover:hover {
    background-color: darkblue !important;
  }
  .bg-m-darkcyan, .bg-m-darkcyan-hover:hover,
  .background-m-darkcyan,
  .background-m-darkcyan-hover:hover {
    background-color: darkcyan !important;
  }
  .bg-m-darkgoldenrod, .bg-m-darkgoldenrod-hover:hover,
  .background-m-darkgoldenrod,
  .background-m-darkgoldenrod-hover:hover {
    background-color: darkgoldenrod !important;
  }
  .bg-m-darkgray, .bg-m-darkgray-hover:hover,
  .background-m-darkgray,
  .background-m-darkgray-hover:hover {
    background-color: darkgray !important;
  }
  .bg-m-darkgreen, .bg-m-darkgreen-hover:hover,
  .background-m-darkgreen,
  .background-m-darkgreen-hover:hover {
    background-color: darkgreen !important;
  }
  .bg-m-darkkhaki, .bg-m-darkkhaki-hover:hover,
  .background-m-darkkhaki,
  .background-m-darkkhaki-hover:hover {
    background-color: darkkhaki !important;
  }
  .bg-m-darkmagenta, .bg-m-darkmagenta-hover:hover,
  .background-m-darkmagenta,
  .background-m-darkmagenta-hover:hover {
    background-color: darkmagenta !important;
  }
  .bg-m-darkolivegreen, .bg-m-darkolivegreen-hover:hover,
  .background-m-darkolivegreen,
  .background-m-darkolivegreen-hover:hover {
    background-color: darkolivegreen !important;
  }
  .bg-m-darkorange, .bg-m-darkorange-hover:hover,
  .background-m-darkorange,
  .background-m-darkorange-hover:hover {
    background-color: darkorange !important;
  }
  .bg-m-darkorchid, .bg-m-darkorchid-hover:hover,
  .background-m-darkorchid,
  .background-m-darkorchid-hover:hover {
    background-color: darkorchid !important;
  }
  .bg-m-darkred, .bg-m-darkred-hover:hover,
  .background-m-darkred,
  .background-m-darkred-hover:hover {
    background-color: darkred !important;
  }
  .bg-m-darksalmon, .bg-m-darksalmon-hover:hover,
  .background-m-darksalmon,
  .background-m-darksalmon-hover:hover {
    background-color: darksalmon !important;
  }
  .bg-m-darkseagreen, .bg-m-darkseagreen-hover:hover,
  .background-m-darkseagreen,
  .background-m-darkseagreen-hover:hover {
    background-color: darkseagreen !important;
  }
  .bg-m-darkslateblue, .bg-m-darkslateblue-hover:hover,
  .background-m-darkslateblue,
  .background-m-darkslateblue-hover:hover {
    background-color: darkslateblue !important;
  }
  .bg-m-darkslategray, .bg-m-darkslategray-hover:hover,
  .background-m-darkslategray,
  .background-m-darkslategray-hover:hover {
    background-color: darkslategray !important;
  }
  .bg-m-darkturquoise, .bg-m-darkturquoise-hover:hover,
  .background-m-darkturquoise,
  .background-m-darkturquoise-hover:hover {
    background-color: darkturquoise !important;
  }
  .bg-m-darkviolet, .bg-m-darkviolet-hover:hover,
  .background-m-darkviolet,
  .background-m-darkviolet-hover:hover {
    background-color: darkviolet !important;
  }
  .bg-m-deeppink, .bg-m-deeppink-hover:hover,
  .background-m-deeppink,
  .background-m-deeppink-hover:hover {
    background-color: deeppink !important;
  }
  .bg-m-deepskyblue, .bg-m-deepskyblue-hover:hover,
  .background-m-deepskyblue,
  .background-m-deepskyblue-hover:hover {
    background-color: deepskyblue !important;
  }
  .bg-m-dimgray, .bg-m-dimgray-hover:hover,
  .background-m-dimgray,
  .background-m-dimgray-hover:hover {
    background-color: dimgray !important;
  }
  .bg-m-dodgerblue, .bg-m-dodgerblue-hover:hover,
  .background-m-dodgerblue,
  .background-m-dodgerblue-hover:hover {
    background-color: dodgerblue !important;
  }
  .bg-m-firebrick, .bg-m-firebrick-hover:hover,
  .background-m-firebrick,
  .background-m-firebrick-hover:hover {
    background-color: firebrick !important;
  }
  .bg-m-floralwhite, .bg-m-floralwhite-hover:hover,
  .background-m-floralwhite,
  .background-m-floralwhite-hover:hover {
    background-color: floralwhite !important;
  }
  .bg-m-forestgreen, .bg-m-forestgreen-hover:hover,
  .background-m-forestgreen,
  .background-m-forestgreen-hover:hover {
    background-color: forestgreen !important;
  }
  .bg-m-fuchsia, .bg-m-fuchsia-hover:hover,
  .background-m-fuchsia,
  .background-m-fuchsia-hover:hover {
    background-color: fuchsia !important;
  }
  .bg-m-gainsboro, .bg-m-gainsboro-hover:hover,
  .background-m-gainsboro,
  .background-m-gainsboro-hover:hover {
    background-color: gainsboro !important;
  }
  .bg-m-ghostwhite, .bg-m-ghostwhite-hover:hover,
  .background-m-ghostwhite,
  .background-m-ghostwhite-hover:hover {
    background-color: ghostwhite !important;
  }
  .bg-m-gold, .bg-m-gold-hover:hover,
  .background-m-gold,
  .background-m-gold-hover:hover {
    background-color: gold !important;
  }
  .bg-m-goldenrod, .bg-m-goldenrod-hover:hover,
  .background-m-goldenrod,
  .background-m-goldenrod-hover:hover {
    background-color: goldenrod !important;
  }
  .bg-m-gray, .bg-m-gray-hover:hover,
  .background-m-gray,
  .background-m-gray-hover:hover {
    background-color: gray !important;
  }
  .bg-m-grey, .bg-m-grey-hover:hover,
  .background-m-grey,
  .background-m-grey-hover:hover {
    background-color: grey !important;
  }
  .bg-m-green, .bg-m-green-hover:hover,
  .background-m-green,
  .background-m-green-hover:hover {
    background-color: green !important;
  }
  .bg-m-greenyellow, .bg-m-greenyellow-hover:hover,
  .background-m-greenyellow,
  .background-m-greenyellow-hover:hover {
    background-color: greenyellow !important;
  }
  .bg-m-honeydew, .bg-m-honeydew-hover:hover,
  .background-m-honeydew,
  .background-m-honeydew-hover:hover {
    background-color: honeydew !important;
  }
  .bg-m-hotpink, .bg-m-hotpink-hover:hover,
  .background-m-hotpink,
  .background-m-hotpink-hover:hover {
    background-color: hotpink !important;
  }
  .bg-m-indianred, .bg-m-indianred-hover:hover,
  .background-m-indianred,
  .background-m-indianred-hover:hover {
    background-color: indianred !important;
  }
  .bg-m-indigo, .bg-m-indigo-hover:hover,
  .background-m-indigo,
  .background-m-indigo-hover:hover {
    background-color: indigo !important;
  }
  .bg-m-ivory, .bg-m-ivory-hover:hover,
  .background-m-ivory,
  .background-m-ivory-hover:hover {
    background-color: ivory !important;
  }
  .bg-m-khaki, .bg-m-khaki-hover:hover,
  .background-m-khaki,
  .background-m-khaki-hover:hover {
    background-color: khaki !important;
  }
  .bg-m-lavender, .bg-m-lavender-hover:hover,
  .background-m-lavender,
  .background-m-lavender-hover:hover {
    background-color: lavender !important;
  }
  .bg-m-lavenderblush, .bg-m-lavenderblush-hover:hover,
  .background-m-lavenderblush,
  .background-m-lavenderblush-hover:hover {
    background-color: lavenderblush !important;
  }
  .bg-m-lawngreen, .bg-m-lawngreen-hover:hover,
  .background-m-lawngreen,
  .background-m-lawngreen-hover:hover {
    background-color: lawngreen !important;
  }
  .bg-m-lemonchiffon, .bg-m-lemonchiffon-hover:hover,
  .background-m-lemonchiffon,
  .background-m-lemonchiffon-hover:hover {
    background-color: lemonchiffon !important;
  }
  .bg-m-lightblue, .bg-m-lightblue-hover:hover,
  .background-m-lightblue,
  .background-m-lightblue-hover:hover {
    background-color: lightblue !important;
  }
  .bg-m-lightcoral, .bg-m-lightcoral-hover:hover,
  .background-m-lightcoral,
  .background-m-lightcoral-hover:hover {
    background-color: lightcoral !important;
  }
  .bg-m-lightcyan, .bg-m-lightcyan-hover:hover,
  .background-m-lightcyan,
  .background-m-lightcyan-hover:hover {
    background-color: lightcyan !important;
  }
  .bg-m-lightgoldenrodyellow, .bg-m-lightgoldenrodyellow-hover:hover,
  .background-m-lightgoldenrodyellow,
  .background-m-lightgoldenrodyellow-hover:hover {
    background-color: lightgoldenrodyellow !important;
  }
  .bg-m-lightgrey, .bg-m-lightgrey-hover:hover,
  .background-m-lightgrey,
  .background-m-lightgrey-hover:hover {
    background-color: lightgrey !important;
  }
  .bg-m-lightgreen, .bg-m-lightgreen-hover:hover,
  .background-m-lightgreen,
  .background-m-lightgreen-hover:hover {
    background-color: lightgreen !important;
  }
  .bg-m-lightpink, .bg-m-lightpink-hover:hover,
  .background-m-lightpink,
  .background-m-lightpink-hover:hover {
    background-color: lightpink !important;
  }
  .bg-m-lightsalmon, .bg-m-lightsalmon-hover:hover,
  .background-m-lightsalmon,
  .background-m-lightsalmon-hover:hover {
    background-color: lightsalmon !important;
  }
  .bg-m-lightseagreen, .bg-m-lightseagreen-hover:hover,
  .background-m-lightseagreen,
  .background-m-lightseagreen-hover:hover {
    background-color: lightseagreen !important;
  }
  .bg-m-lightskyblue, .bg-m-lightskyblue-hover:hover,
  .background-m-lightskyblue,
  .background-m-lightskyblue-hover:hover {
    background-color: lightskyblue !important;
  }
  .bg-m-lightslategray, .bg-m-lightslategray-hover:hover,
  .background-m-lightslategray,
  .background-m-lightslategray-hover:hover {
    background-color: lightslategray !important;
  }
  .bg-m-lightsteelblue, .bg-m-lightsteelblue-hover:hover,
  .background-m-lightsteelblue,
  .background-m-lightsteelblue-hover:hover {
    background-color: lightsteelblue !important;
  }
  .bg-m-lightyellow, .bg-m-lightyellow-hover:hover,
  .background-m-lightyellow,
  .background-m-lightyellow-hover:hover {
    background-color: lightyellow !important;
  }
  .bg-m-lime, .bg-m-lime-hover:hover,
  .background-m-lime,
  .background-m-lime-hover:hover {
    background-color: lime !important;
  }
  .bg-m-limegreen, .bg-m-limegreen-hover:hover,
  .background-m-limegreen,
  .background-m-limegreen-hover:hover {
    background-color: limegreen !important;
  }
  .bg-m-linen, .bg-m-linen-hover:hover,
  .background-m-linen,
  .background-m-linen-hover:hover {
    background-color: linen !important;
  }
  .bg-m-magenta, .bg-m-magenta-hover:hover,
  .background-m-magenta,
  .background-m-magenta-hover:hover {
    background-color: magenta !important;
  }
  .bg-m-maroon, .bg-m-maroon-hover:hover,
  .background-m-maroon,
  .background-m-maroon-hover:hover {
    background-color: maroon !important;
  }
  .bg-m-mediumaquamarine, .bg-m-mediumaquamarine-hover:hover,
  .background-m-mediumaquamarine,
  .background-m-mediumaquamarine-hover:hover {
    background-color: mediumaquamarine !important;
  }
  .bg-m-mediumblue, .bg-m-mediumblue-hover:hover,
  .background-m-mediumblue,
  .background-m-mediumblue-hover:hover {
    background-color: mediumblue !important;
  }
  .bg-m-mediumorchid, .bg-m-mediumorchid-hover:hover,
  .background-m-mediumorchid,
  .background-m-mediumorchid-hover:hover {
    background-color: mediumorchid !important;
  }
  .bg-m-mediumpurple, .bg-m-mediumpurple-hover:hover,
  .background-m-mediumpurple,
  .background-m-mediumpurple-hover:hover {
    background-color: mediumpurple !important;
  }
  .bg-m-mediumseagreen, .bg-m-mediumseagreen-hover:hover,
  .background-m-mediumseagreen,
  .background-m-mediumseagreen-hover:hover {
    background-color: mediumseagreen !important;
  }
  .bg-m-mediumslateblue, .bg-m-mediumslateblue-hover:hover,
  .background-m-mediumslateblue,
  .background-m-mediumslateblue-hover:hover {
    background-color: mediumslateblue !important;
  }
  .bg-m-mediumspringgreen, .bg-m-mediumspringgreen-hover:hover,
  .background-m-mediumspringgreen,
  .background-m-mediumspringgreen-hover:hover {
    background-color: mediumspringgreen !important;
  }
  .bg-m-mediumturquoise, .bg-m-mediumturquoise-hover:hover,
  .background-m-mediumturquoise,
  .background-m-mediumturquoise-hover:hover {
    background-color: mediumturquoise !important;
  }
  .bg-m-mediumvioletred, .bg-m-mediumvioletred-hover:hover,
  .background-m-mediumvioletred,
  .background-m-mediumvioletred-hover:hover {
    background-color: mediumvioletred !important;
  }
  .bg-m-midnightblue, .bg-m-midnightblue-hover:hover,
  .background-m-midnightblue,
  .background-m-midnightblue-hover:hover {
    background-color: midnightblue !important;
  }
  .bg-m-mintcream, .bg-m-mintcream-hover:hover,
  .background-m-mintcream,
  .background-m-mintcream-hover:hover {
    background-color: mintcream !important;
  }
  .bg-m-mistyrose, .bg-m-mistyrose-hover:hover,
  .background-m-mistyrose,
  .background-m-mistyrose-hover:hover {
    background-color: mistyrose !important;
  }
  .bg-m-moccasin, .bg-m-moccasin-hover:hover,
  .background-m-moccasin,
  .background-m-moccasin-hover:hover {
    background-color: moccasin !important;
  }
  .bg-m-navajowhite, .bg-m-navajowhite-hover:hover,
  .background-m-navajowhite,
  .background-m-navajowhite-hover:hover {
    background-color: navajowhite !important;
  }
  .bg-m-navy, .bg-m-navy-hover:hover,
  .background-m-navy,
  .background-m-navy-hover:hover {
    background-color: navy !important;
  }
  .bg-m-oldlace, .bg-m-oldlace-hover:hover,
  .background-m-oldlace,
  .background-m-oldlace-hover:hover {
    background-color: oldlace !important;
  }
  .bg-m-olive, .bg-m-olive-hover:hover,
  .background-m-olive,
  .background-m-olive-hover:hover {
    background-color: olive !important;
  }
  .bg-m-olivedrab, .bg-m-olivedrab-hover:hover,
  .background-m-olivedrab,
  .background-m-olivedrab-hover:hover {
    background-color: olivedrab !important;
  }
  .bg-m-orange, .bg-m-orange-hover:hover,
  .background-m-orange,
  .background-m-orange-hover:hover {
    background-color: orange !important;
  }
  .bg-m-orangered, .bg-m-orangered-hover:hover,
  .background-m-orangered,
  .background-m-orangered-hover:hover {
    background-color: orangered !important;
  }
  .bg-m-orchid, .bg-m-orchid-hover:hover,
  .background-m-orchid,
  .background-m-orchid-hover:hover {
    background-color: orchid !important;
  }
  .bg-m-palegoldenrod, .bg-m-palegoldenrod-hover:hover,
  .background-m-palegoldenrod,
  .background-m-palegoldenrod-hover:hover {
    background-color: palegoldenrod !important;
  }
  .bg-m-palegreen, .bg-m-palegreen-hover:hover,
  .background-m-palegreen,
  .background-m-palegreen-hover:hover {
    background-color: palegreen !important;
  }
  .bg-m-paleturquoise, .bg-m-paleturquoise-hover:hover,
  .background-m-paleturquoise,
  .background-m-paleturquoise-hover:hover {
    background-color: paleturquoise !important;
  }
  .bg-m-palevioletred, .bg-m-palevioletred-hover:hover,
  .background-m-palevioletred,
  .background-m-palevioletred-hover:hover {
    background-color: palevioletred !important;
  }
  .bg-m-papayawhip, .bg-m-papayawhip-hover:hover,
  .background-m-papayawhip,
  .background-m-papayawhip-hover:hover {
    background-color: papayawhip !important;
  }
  .bg-m-peachpuff, .bg-m-peachpuff-hover:hover,
  .background-m-peachpuff,
  .background-m-peachpuff-hover:hover {
    background-color: peachpuff !important;
  }
  .bg-m-peru, .bg-m-peru-hover:hover,
  .background-m-peru,
  .background-m-peru-hover:hover {
    background-color: peru !important;
  }
  .bg-m-pink, .bg-m-pink-hover:hover,
  .background-m-pink,
  .background-m-pink-hover:hover {
    background-color: pink !important;
  }
  .bg-m-plum, .bg-m-plum-hover:hover,
  .background-m-plum,
  .background-m-plum-hover:hover {
    background-color: plum !important;
  }
  .bg-m-powderblue, .bg-m-powderblue-hover:hover,
  .background-m-powderblue,
  .background-m-powderblue-hover:hover {
    background-color: powderblue !important;
  }
  .bg-m-purple, .bg-m-purple-hover:hover,
  .background-m-purple,
  .background-m-purple-hover:hover {
    background-color: purple !important;
  }
  .bg-m-red, .bg-m-red-hover:hover,
  .background-m-red,
  .background-m-red-hover:hover {
    background-color: red !important;
  }
  .bg-m-rosybrown, .bg-m-rosybrown-hover:hover,
  .background-m-rosybrown,
  .background-m-rosybrown-hover:hover {
    background-color: rosybrown !important;
  }
  .bg-m-royalblue, .bg-m-royalblue-hover:hover,
  .background-m-royalblue,
  .background-m-royalblue-hover:hover {
    background-color: royalblue !important;
  }
  .bg-m-saddlebrown, .bg-m-saddlebrown-hover:hover,
  .background-m-saddlebrown,
  .background-m-saddlebrown-hover:hover {
    background-color: saddlebrown !important;
  }
  .bg-m-salmon, .bg-m-salmon-hover:hover,
  .background-m-salmon,
  .background-m-salmon-hover:hover {
    background-color: salmon !important;
  }
  .bg-m-sandybrown, .bg-m-sandybrown-hover:hover,
  .background-m-sandybrown,
  .background-m-sandybrown-hover:hover {
    background-color: sandybrown !important;
  }
  .bg-m-seagreen, .bg-m-seagreen-hover:hover,
  .background-m-seagreen,
  .background-m-seagreen-hover:hover {
    background-color: seagreen !important;
  }
  .bg-m-seashell, .bg-m-seashell-hover:hover,
  .background-m-seashell,
  .background-m-seashell-hover:hover {
    background-color: seashell !important;
  }
  .bg-m-sienna, .bg-m-sienna-hover:hover,
  .background-m-sienna,
  .background-m-sienna-hover:hover {
    background-color: sienna !important;
  }
  .bg-m-silver, .bg-m-silver-hover:hover,
  .background-m-silver,
  .background-m-silver-hover:hover {
    background-color: silver !important;
  }
  .bg-m-skyblue, .bg-m-skyblue-hover:hover,
  .background-m-skyblue,
  .background-m-skyblue-hover:hover {
    background-color: skyblue !important;
  }
  .bg-m-slateblue, .bg-m-slateblue-hover:hover,
  .background-m-slateblue,
  .background-m-slateblue-hover:hover {
    background-color: slateblue !important;
  }
  .bg-m-slategray, .bg-m-slategray-hover:hover,
  .background-m-slategray,
  .background-m-slategray-hover:hover {
    background-color: slategray !important;
  }
  .bg-m-snow, .bg-m-snow-hover:hover,
  .background-m-snow,
  .background-m-snow-hover:hover {
    background-color: snow !important;
  }
  .bg-m-springgreen, .bg-m-springgreen-hover:hover,
  .background-m-springgreen,
  .background-m-springgreen-hover:hover {
    background-color: springgreen !important;
  }
  .bg-m-steelblue, .bg-m-steelblue-hover:hover,
  .background-m-steelblue,
  .background-m-steelblue-hover:hover {
    background-color: steelblue !important;
  }
  .bg-m-tan, .bg-m-tan-hover:hover,
  .background-m-tan,
  .background-m-tan-hover:hover {
    background-color: tan !important;
  }
  .bg-m-teal, .bg-m-teal-hover:hover,
  .background-m-teal,
  .background-m-teal-hover:hover {
    background-color: teal !important;
  }
  .bg-m-thistle, .bg-m-thistle-hover:hover,
  .background-m-thistle,
  .background-m-thistle-hover:hover {
    background-color: thistle !important;
  }
  .bg-m-tomato, .bg-m-tomato-hover:hover,
  .background-m-tomato,
  .background-m-tomato-hover:hover {
    background-color: tomato !important;
  }
  .bg-m-turquoise, .bg-m-turquoise-hover:hover,
  .background-m-turquoise,
  .background-m-turquoise-hover:hover {
    background-color: turquoise !important;
  }
  .bg-m-violet, .bg-m-violet-hover:hover,
  .background-m-violet,
  .background-m-violet-hover:hover {
    background-color: violet !important;
  }
  .bg-m-wheat, .bg-m-wheat-hover:hover,
  .background-m-wheat,
  .background-m-wheat-hover:hover {
    background-color: wheat !important;
  }
  .bg-m-white, .bg-m-white-hover:hover,
  .background-m-white,
  .background-m-white-hover:hover {
    background-color: white !important;
  }
  .bg-m-whitesmoke, .bg-m-whitesmoke-hover:hover,
  .background-m-whitesmoke,
  .background-m-whitesmoke-hover:hover {
    background-color: whitesmoke !important;
  }
  .bg-m-yellow, .bg-m-yellow-hover:hover,
  .background-m-yellow,
  .background-m-yellow-hover:hover {
    background-color: yellow !important;
  }
  .bg-m-yellowgreen, .bg-m-yellowgreen-hover:hover,
  .background-m-yellowgreen,
  .background-m-yellowgreen-hover:hover {
    background-color: yellowgreen !important;
  }
  .bg-m-fixed,
  .background-m-fixed {
    background-attachment: fixed !important;
  }
  .bg-m-scroll,
  .background-m-scroll {
    background-attachment: scroll !important;
  }
  .opacity-m-0 {
    opacity: 0% !important;
  }
  .opacity-m-1 {
    opacity: 10% !important;
  }
  .opacity-m-2 {
    opacity: 20% !important;
  }
  .opacity-m-3 {
    opacity: 30% !important;
  }
  .opacity-m-4 {
    opacity: 40% !important;
  }
  .opacity-m-5 {
    opacity: 50% !important;
  }
  .opacity-m-6 {
    opacity: 60% !important;
  }
  .opacity-m-7 {
    opacity: 70% !important;
  }
  .opacity-m-8 {
    opacity: 80% !important;
  }
  .opacity-m-9 {
    opacity: 90% !important;
  }
  .opacity-m-10 {
    opacity: 100% !important;
  }
}
/*Borders*/
.b-0,
.border-0 {
  border: 0px solid white !important;
}
.b-1,
.border-1 {
  border: 1px solid white !important;
}
.b-2,
.border-2 {
  border: 2px solid white !important;
}
.b-3,
.border-3 {
  border: 3px solid white !important;
}
.b-4,
.border-4 {
  border: 4px solid white !important;
}
.b-5,
.border-5 {
  border: 5px solid white !important;
}
.br-0, .b-right-0,
.borderr-0,
.border-right-0 {
  border-right: 0px solid white !important;
}
.br-1, .b-right-1,
.borderr-1,
.border-right-1 {
  border-right: 1px solid white !important;
}
.br-2, .b-right-2,
.borderr-2,
.border-right-2 {
  border-right: 2px solid white !important;
}
.br-3, .b-right-3,
.borderr-3,
.border-right-3 {
  border-right: 3px solid white !important;
}
.br-4, .b-right-4,
.borderr-4,
.border-right-4 {
  border-right: 4px solid white !important;
}
.br-5, .b-right-5,
.borderr-5,
.border-right-5 {
  border-right: 5px solid white !important;
}
.bt-0, .b-top-0,
.bordert-0,
.border-top-0 {
  border-top: 0px solid white !important;
}
.bt-1, .b-top-1,
.bordert-1,
.border-top-1 {
  border-top: 1px solid white !important;
}
.bt-2, .b-top-2,
.bordert-2,
.border-top-2 {
  border-top: 2px solid white !important;
}
.bt-3, .b-top-3,
.bordert-3,
.border-top-3 {
  border-top: 3px solid white !important;
}
.bt-4, .b-top-4,
.bordert-4,
.border-top-4 {
  border-top: 4px solid white !important;
}
.bt-5, .b-top-5,
.bordert-5,
.border-top-5 {
  border-top: 5px solid white !important;
}
.bb-0, .b-bottom-0,
.borderb-0,
.border-bottom-0 {
  border-bottom: 0px solid white !important;
}
.bb-1, .b-bottom-1,
.borderb-1,
.border-bottom-1 {
  border-bottom: 1px solid white !important;
}
.bb-2, .b-bottom-2,
.borderb-2,
.border-bottom-2 {
  border-bottom: 2px solid white !important;
}
.bb-3, .b-bottom-3,
.borderb-3,
.border-bottom-3 {
  border-bottom: 3px solid white !important;
}
.bb-4, .b-bottom-4,
.borderb-4,
.border-bottom-4 {
  border-bottom: 4px solid white !important;
}
.bb-5, .b-bottom-5,
.borderb-5,
.border-bottom-5 {
  border-bottom: 5px solid white !important;
}
.bl-0, .b-left-0,
.borderl-0,
.border-left-0 {
  border-left: 0px solid white !important;
}
.bl-1, .b-left-1,
.borderl-1,
.border-left-1 {
  border-left: 1px solid white !important;
}
.bl-2, .b-left-2,
.borderl-2,
.border-left-2 {
  border-left: 2px solid white !important;
}
.bl-3, .b-left-3,
.borderl-3,
.border-left-3 {
  border-left: 3px solid white !important;
}
.bl-4, .b-left-4,
.borderl-4,
.border-left-4 {
  border-left: 4px solid white !important;
}
.bl-5, .b-left-5,
.borderl-5,
.border-left-5 {
  border-left: 5px solid white !important;
}
.b-light,
.border-light {
  border-color: #dee2e6 !important;
}
.b-secondary,
.border-secondary {
  border-color: #6c757d !important;
}
.b-danger,
.border-danger {
  border-color: #dc3545 !important;
}
.b-success,
.border-success {
  border-color: #27e178 !important;
}
.b-info,
.border-info {
  border-color: #279EDA !important;
}
.b-warning,
.border-warning {
  border-color: #ffc107 !important;
}
.b-primary,
.border-primary {
  border-color: #34435E !important;
}
.b-aliceblue,
.border-aliceblue {
  border-color: aliceblue !important;
}
.b-antiquewhite,
.border-antiquewhite {
  border-color: antiquewhite !important;
}
.b-aqua,
.border-aqua {
  border-color: aqua !important;
}
.b-aquamarine,
.border-aquamarine {
  border-color: aquamarine !important;
}
.b-azure,
.border-azure {
  border-color: azure !important;
}
.b-beige,
.border-beige {
  border-color: beige !important;
}
.b-bisque,
.border-bisque {
  border-color: bisque !important;
}
.b-black,
.border-black {
  border-color: black !important;
}
.b-blanchedalmond,
.border-blanchedalmond {
  border-color: blanchedalmond !important;
}
.b-blue,
.border-blue {
  border-color: blue !important;
}
.b-blueviolet,
.border-blueviolet {
  border-color: blueviolet !important;
}
.b-brown,
.border-brown {
  border-color: brown !important;
}
.b-burlywood,
.border-burlywood {
  border-color: burlywood !important;
}
.b-cadetblue,
.border-cadetblue {
  border-color: cadetblue !important;
}
.b-chartreuse,
.border-chartreuse {
  border-color: chartreuse !important;
}
.b-chocolate,
.border-chocolate {
  border-color: chocolate !important;
}
.b-coral,
.border-coral {
  border-color: coral !important;
}
.b-cornflowerblue,
.border-cornflowerblue {
  border-color: cornflowerblue !important;
}
.b-cornsilk,
.border-cornsilk {
  border-color: cornsilk !important;
}
.b-crimson,
.border-crimson {
  border-color: crimson !important;
}
.b-cyan,
.border-cyan {
  border-color: cyan !important;
}
.b-darkblue,
.border-darkblue {
  border-color: darkblue !important;
}
.b-darkcyan,
.border-darkcyan {
  border-color: darkcyan !important;
}
.b-darkgoldenrod,
.border-darkgoldenrod {
  border-color: darkgoldenrod !important;
}
.b-darkgray,
.border-darkgray {
  border-color: darkgray !important;
}
.b-darkgreen,
.border-darkgreen {
  border-color: darkgreen !important;
}
.b-darkkhaki,
.border-darkkhaki {
  border-color: darkkhaki !important;
}
.b-darkmagenta,
.border-darkmagenta {
  border-color: darkmagenta !important;
}
.b-darkolivegreen,
.border-darkolivegreen {
  border-color: darkolivegreen !important;
}
.b-darkorange,
.border-darkorange {
  border-color: darkorange !important;
}
.b-darkorchid,
.border-darkorchid {
  border-color: darkorchid !important;
}
.b-darkred,
.border-darkred {
  border-color: darkred !important;
}
.b-darksalmon,
.border-darksalmon {
  border-color: darksalmon !important;
}
.b-darkseagreen,
.border-darkseagreen {
  border-color: darkseagreen !important;
}
.b-darkslateblue,
.border-darkslateblue {
  border-color: darkslateblue !important;
}
.b-darkslategray,
.border-darkslategray {
  border-color: darkslategray !important;
}
.b-darkturquoise,
.border-darkturquoise {
  border-color: darkturquoise !important;
}
.b-darkviolet,
.border-darkviolet {
  border-color: darkviolet !important;
}
.b-deeppink,
.border-deeppink {
  border-color: deeppink !important;
}
.b-deepskyblue,
.border-deepskyblue {
  border-color: deepskyblue !important;
}
.b-dimgray,
.border-dimgray {
  border-color: dimgray !important;
}
.b-dodgerblue,
.border-dodgerblue {
  border-color: dodgerblue !important;
}
.b-firebrick,
.border-firebrick {
  border-color: firebrick !important;
}
.b-floralwhite,
.border-floralwhite {
  border-color: floralwhite !important;
}
.b-forestgreen,
.border-forestgreen {
  border-color: forestgreen !important;
}
.b-fuchsia,
.border-fuchsia {
  border-color: fuchsia !important;
}
.b-gainsboro,
.border-gainsboro {
  border-color: gainsboro !important;
}
.b-ghostwhite,
.border-ghostwhite {
  border-color: ghostwhite !important;
}
.b-gold,
.border-gold {
  border-color: gold !important;
}
.b-goldenrod,
.border-goldenrod {
  border-color: goldenrod !important;
}
.b-gray,
.border-gray {
  border-color: gray !important;
}
.b-grey,
.border-grey {
  border-color: grey !important;
}
.b-green,
.border-green {
  border-color: green !important;
}
.b-greenyellow,
.border-greenyellow {
  border-color: greenyellow !important;
}
.b-honeydew,
.border-honeydew {
  border-color: honeydew !important;
}
.b-hotpink,
.border-hotpink {
  border-color: hotpink !important;
}
.b-indianred,
.border-indianred {
  border-color: indianred !important;
}
.b-indigo,
.border-indigo {
  border-color: indigo !important;
}
.b-ivory,
.border-ivory {
  border-color: ivory !important;
}
.b-khaki,
.border-khaki {
  border-color: khaki !important;
}
.b-lavender,
.border-lavender {
  border-color: lavender !important;
}
.b-lavenderblush,
.border-lavenderblush {
  border-color: lavenderblush !important;
}
.b-lawngreen,
.border-lawngreen {
  border-color: lawngreen !important;
}
.b-lemonchiffon,
.border-lemonchiffon {
  border-color: lemonchiffon !important;
}
.b-lightblue,
.border-lightblue {
  border-color: lightblue !important;
}
.b-lightcoral,
.border-lightcoral {
  border-color: lightcoral !important;
}
.b-lightcyan,
.border-lightcyan {
  border-color: lightcyan !important;
}
.b-lightgoldenrodyellow,
.border-lightgoldenrodyellow {
  border-color: lightgoldenrodyellow !important;
}
.b-lightgrey,
.border-lightgrey {
  border-color: lightgrey !important;
}
.b-lightgreen,
.border-lightgreen {
  border-color: lightgreen !important;
}
.b-lightpink,
.border-lightpink {
  border-color: lightpink !important;
}
.b-lightsalmon,
.border-lightsalmon {
  border-color: lightsalmon !important;
}
.b-lightseagreen,
.border-lightseagreen {
  border-color: lightseagreen !important;
}
.b-lightskyblue,
.border-lightskyblue {
  border-color: lightskyblue !important;
}
.b-lightslategray,
.border-lightslategray {
  border-color: lightslategray !important;
}
.b-lightsteelblue,
.border-lightsteelblue {
  border-color: lightsteelblue !important;
}
.b-lightyellow,
.border-lightyellow {
  border-color: lightyellow !important;
}
.b-lime,
.border-lime {
  border-color: lime !important;
}
.b-limegreen,
.border-limegreen {
  border-color: limegreen !important;
}
.b-linen,
.border-linen {
  border-color: linen !important;
}
.b-magenta,
.border-magenta {
  border-color: magenta !important;
}
.b-maroon,
.border-maroon {
  border-color: maroon !important;
}
.b-mediumaquamarine,
.border-mediumaquamarine {
  border-color: mediumaquamarine !important;
}
.b-mediumblue,
.border-mediumblue {
  border-color: mediumblue !important;
}
.b-mediumorchid,
.border-mediumorchid {
  border-color: mediumorchid !important;
}
.b-mediumpurple,
.border-mediumpurple {
  border-color: mediumpurple !important;
}
.b-mediumseagreen,
.border-mediumseagreen {
  border-color: mediumseagreen !important;
}
.b-mediumslateblue,
.border-mediumslateblue {
  border-color: mediumslateblue !important;
}
.b-mediumspringgreen,
.border-mediumspringgreen {
  border-color: mediumspringgreen !important;
}
.b-mediumturquoise,
.border-mediumturquoise {
  border-color: mediumturquoise !important;
}
.b-mediumvioletred,
.border-mediumvioletred {
  border-color: mediumvioletred !important;
}
.b-midnightblue,
.border-midnightblue {
  border-color: midnightblue !important;
}
.b-mintcream,
.border-mintcream {
  border-color: mintcream !important;
}
.b-mistyrose,
.border-mistyrose {
  border-color: mistyrose !important;
}
.b-moccasin,
.border-moccasin {
  border-color: moccasin !important;
}
.b-navajowhite,
.border-navajowhite {
  border-color: navajowhite !important;
}
.b-navy,
.border-navy {
  border-color: navy !important;
}
.b-oldlace,
.border-oldlace {
  border-color: oldlace !important;
}
.b-olive,
.border-olive {
  border-color: olive !important;
}
.b-olivedrab,
.border-olivedrab {
  border-color: olivedrab !important;
}
.b-orange,
.border-orange {
  border-color: orange !important;
}
.b-orangered,
.border-orangered {
  border-color: orangered !important;
}
.b-orchid,
.border-orchid {
  border-color: orchid !important;
}
.b-palegoldenrod,
.border-palegoldenrod {
  border-color: palegoldenrod !important;
}
.b-palegreen,
.border-palegreen {
  border-color: palegreen !important;
}
.b-paleturquoise,
.border-paleturquoise {
  border-color: paleturquoise !important;
}
.b-palevioletred,
.border-palevioletred {
  border-color: palevioletred !important;
}
.b-papayawhip,
.border-papayawhip {
  border-color: papayawhip !important;
}
.b-peachpuff,
.border-peachpuff {
  border-color: peachpuff !important;
}
.b-peru,
.border-peru {
  border-color: peru !important;
}
.b-pink,
.border-pink {
  border-color: pink !important;
}
.b-plum,
.border-plum {
  border-color: plum !important;
}
.b-powderblue,
.border-powderblue {
  border-color: powderblue !important;
}
.b-purple,
.border-purple {
  border-color: purple !important;
}
.b-red,
.border-red {
  border-color: red !important;
}
.b-rosybrown,
.border-rosybrown {
  border-color: rosybrown !important;
}
.b-royalblue,
.border-royalblue {
  border-color: royalblue !important;
}
.b-saddlebrown,
.border-saddlebrown {
  border-color: saddlebrown !important;
}
.b-salmon,
.border-salmon {
  border-color: salmon !important;
}
.b-sandybrown,
.border-sandybrown {
  border-color: sandybrown !important;
}
.b-seagreen,
.border-seagreen {
  border-color: seagreen !important;
}
.b-seashell,
.border-seashell {
  border-color: seashell !important;
}
.b-sienna,
.border-sienna {
  border-color: sienna !important;
}
.b-silver,
.border-silver {
  border-color: silver !important;
}
.b-skyblue,
.border-skyblue {
  border-color: skyblue !important;
}
.b-slateblue,
.border-slateblue {
  border-color: slateblue !important;
}
.b-slategray,
.border-slategray {
  border-color: slategray !important;
}
.b-snow,
.border-snow {
  border-color: snow !important;
}
.b-springgreen,
.border-springgreen {
  border-color: springgreen !important;
}
.b-steelblue,
.border-steelblue {
  border-color: steelblue !important;
}
.b-tan,
.border-tan {
  border-color: tan !important;
}
.b-teal,
.border-teal {
  border-color: teal !important;
}
.b-thistle,
.border-thistle {
  border-color: thistle !important;
}
.b-tomato,
.border-tomato {
  border-color: tomato !important;
}
.b-turquoise,
.border-turquoise {
  border-color: turquoise !important;
}
.b-violet,
.border-violet {
  border-color: violet !important;
}
.b-wheat,
.border-wheat {
  border-color: wheat !important;
}
.b-white,
.border-white {
  border-color: white !important;
}
.b-whitesmoke,
.border-whitesmoke {
  border-color: whitesmoke !important;
}
.b-yellow,
.border-yellow {
  border-color: yellow !important;
}
.b-yellowgreen,
.border-yellowgreen {
  border-color: yellowgreen !important;
}
.b-dotted,
.border-dotted {
  border-style: dotted !important;
}
.b-dashed,
.border-dashed {
  border-style: dashed !important;
}
.b-solid,
.border-solid {
  border-style: solid !important;
}
.b-double,
.border-double {
  border-style: double !important;
}
.b-groove,
.border-groove {
  border-style: groove !important;
}
.b-ridge,
.border-ridge {
  border-style: ridge !important;
}
.b-inset,
.border-inset {
  border-style: inset !important;
}
.b-outset,
.border-outset {
  border-style: outset !important;
}
.b-normal,
.border-normal {
  border-radius: 0px !important;
}
.b-material,
.border-material {
  border-radius: 3px !important;
}
.b-round,
.border-round {
  border-radius: 5px !important;
}
.b-rounder,
.border-rounder {
  border-radius: 8px !important;
}
.b-roundest,
.border-roundest {
  border-radius: 12px !important;
}

@media screen and (min-width: 2500px) and (max-width: none) {
  /*Borders*/
  .b-xl-0,
  .border-xl-0 {
    border: 0px solid white !important;
  }
  .b-xl-1,
  .border-xl-1 {
    border: 1px solid white !important;
  }
  .b-xl-2,
  .border-xl-2 {
    border: 2px solid white !important;
  }
  .b-xl-3,
  .border-xl-3 {
    border: 3px solid white !important;
  }
  .b-xl-4,
  .border-xl-4 {
    border: 4px solid white !important;
  }
  .b-xl-5,
  .border-xl-5 {
    border: 5px solid white !important;
  }
  .br-xl-0, .b-right-xl-0,
  .borderr-xl-0,
  .border-right-xl-0 {
    border-right: 0px solid white !important;
  }
  .br-xl-1, .b-right-xl-1,
  .borderr-xl-1,
  .border-right-xl-1 {
    border-right: 1px solid white !important;
  }
  .br-xl-2, .b-right-xl-2,
  .borderr-xl-2,
  .border-right-xl-2 {
    border-right: 2px solid white !important;
  }
  .br-xl-3, .b-right-xl-3,
  .borderr-xl-3,
  .border-right-xl-3 {
    border-right: 3px solid white !important;
  }
  .br-xl-4, .b-right-xl-4,
  .borderr-xl-4,
  .border-right-xl-4 {
    border-right: 4px solid white !important;
  }
  .br-xl-5, .b-right-xl-5,
  .borderr-xl-5,
  .border-right-xl-5 {
    border-right: 5px solid white !important;
  }
  .bt-xl-0, .b-top-xl-0,
  .bordert-xl-0,
  .border-top-xl-0 {
    border-top: 0px solid white !important;
  }
  .bt-xl-1, .b-top-xl-1,
  .bordert-xl-1,
  .border-top-xl-1 {
    border-top: 1px solid white !important;
  }
  .bt-xl-2, .b-top-xl-2,
  .bordert-xl-2,
  .border-top-xl-2 {
    border-top: 2px solid white !important;
  }
  .bt-xl-3, .b-top-xl-3,
  .bordert-xl-3,
  .border-top-xl-3 {
    border-top: 3px solid white !important;
  }
  .bt-xl-4, .b-top-xl-4,
  .bordert-xl-4,
  .border-top-xl-4 {
    border-top: 4px solid white !important;
  }
  .bt-xl-5, .b-top-xl-5,
  .bordert-xl-5,
  .border-top-xl-5 {
    border-top: 5px solid white !important;
  }
  .bb-xl-0, .b-bottom-xl-0,
  .borderb-xl-0,
  .border-bottom-xl-0 {
    border-bottom: 0px solid white !important;
  }
  .bb-xl-1, .b-bottom-xl-1,
  .borderb-xl-1,
  .border-bottom-xl-1 {
    border-bottom: 1px solid white !important;
  }
  .bb-xl-2, .b-bottom-xl-2,
  .borderb-xl-2,
  .border-bottom-xl-2 {
    border-bottom: 2px solid white !important;
  }
  .bb-xl-3, .b-bottom-xl-3,
  .borderb-xl-3,
  .border-bottom-xl-3 {
    border-bottom: 3px solid white !important;
  }
  .bb-xl-4, .b-bottom-xl-4,
  .borderb-xl-4,
  .border-bottom-xl-4 {
    border-bottom: 4px solid white !important;
  }
  .bb-xl-5, .b-bottom-xl-5,
  .borderb-xl-5,
  .border-bottom-xl-5 {
    border-bottom: 5px solid white !important;
  }
  .bl-xl-0, .b-left-xl-0,
  .borderl-xl-0,
  .border-left-xl-0 {
    border-left: 0px solid white !important;
  }
  .bl-xl-1, .b-left-xl-1,
  .borderl-xl-1,
  .border-left-xl-1 {
    border-left: 1px solid white !important;
  }
  .bl-xl-2, .b-left-xl-2,
  .borderl-xl-2,
  .border-left-xl-2 {
    border-left: 2px solid white !important;
  }
  .bl-xl-3, .b-left-xl-3,
  .borderl-xl-3,
  .border-left-xl-3 {
    border-left: 3px solid white !important;
  }
  .bl-xl-4, .b-left-xl-4,
  .borderl-xl-4,
  .border-left-xl-4 {
    border-left: 4px solid white !important;
  }
  .bl-xl-5, .b-left-xl-5,
  .borderl-xl-5,
  .border-left-xl-5 {
    border-left: 5px solid white !important;
  }
  .b-xl-light,
  .border-xl-light {
    border-color: #dee2e6 !important;
  }
  .b-xl-secondary,
  .border-xl-secondary {
    border-color: #6c757d !important;
  }
  .b-xl-danger,
  .border-xl-danger {
    border-color: #dc3545 !important;
  }
  .b-xl-success,
  .border-xl-success {
    border-color: #27e178 !important;
  }
  .b-xl-info,
  .border-xl-info {
    border-color: #279EDA !important;
  }
  .b-xl-warning,
  .border-xl-warning {
    border-color: #ffc107 !important;
  }
  .b-xl-primary,
  .border-xl-primary {
    border-color: #34435E !important;
  }
  .b-xl-aliceblue,
  .border-xl-aliceblue {
    border-color: aliceblue !important;
  }
  .b-xl-antiquewhite,
  .border-xl-antiquewhite {
    border-color: antiquewhite !important;
  }
  .b-xl-aqua,
  .border-xl-aqua {
    border-color: aqua !important;
  }
  .b-xl-aquamarine,
  .border-xl-aquamarine {
    border-color: aquamarine !important;
  }
  .b-xl-azure,
  .border-xl-azure {
    border-color: azure !important;
  }
  .b-xl-beige,
  .border-xl-beige {
    border-color: beige !important;
  }
  .b-xl-bisque,
  .border-xl-bisque {
    border-color: bisque !important;
  }
  .b-xl-black,
  .border-xl-black {
    border-color: black !important;
  }
  .b-xl-blanchedalmond,
  .border-xl-blanchedalmond {
    border-color: blanchedalmond !important;
  }
  .b-xl-blue,
  .border-xl-blue {
    border-color: blue !important;
  }
  .b-xl-blueviolet,
  .border-xl-blueviolet {
    border-color: blueviolet !important;
  }
  .b-xl-brown,
  .border-xl-brown {
    border-color: brown !important;
  }
  .b-xl-burlywood,
  .border-xl-burlywood {
    border-color: burlywood !important;
  }
  .b-xl-cadetblue,
  .border-xl-cadetblue {
    border-color: cadetblue !important;
  }
  .b-xl-chartreuse,
  .border-xl-chartreuse {
    border-color: chartreuse !important;
  }
  .b-xl-chocolate,
  .border-xl-chocolate {
    border-color: chocolate !important;
  }
  .b-xl-coral,
  .border-xl-coral {
    border-color: coral !important;
  }
  .b-xl-cornflowerblue,
  .border-xl-cornflowerblue {
    border-color: cornflowerblue !important;
  }
  .b-xl-cornsilk,
  .border-xl-cornsilk {
    border-color: cornsilk !important;
  }
  .b-xl-crimson,
  .border-xl-crimson {
    border-color: crimson !important;
  }
  .b-xl-cyan,
  .border-xl-cyan {
    border-color: cyan !important;
  }
  .b-xl-darkblue,
  .border-xl-darkblue {
    border-color: darkblue !important;
  }
  .b-xl-darkcyan,
  .border-xl-darkcyan {
    border-color: darkcyan !important;
  }
  .b-xl-darkgoldenrod,
  .border-xl-darkgoldenrod {
    border-color: darkgoldenrod !important;
  }
  .b-xl-darkgray,
  .border-xl-darkgray {
    border-color: darkgray !important;
  }
  .b-xl-darkgreen,
  .border-xl-darkgreen {
    border-color: darkgreen !important;
  }
  .b-xl-darkkhaki,
  .border-xl-darkkhaki {
    border-color: darkkhaki !important;
  }
  .b-xl-darkmagenta,
  .border-xl-darkmagenta {
    border-color: darkmagenta !important;
  }
  .b-xl-darkolivegreen,
  .border-xl-darkolivegreen {
    border-color: darkolivegreen !important;
  }
  .b-xl-darkorange,
  .border-xl-darkorange {
    border-color: darkorange !important;
  }
  .b-xl-darkorchid,
  .border-xl-darkorchid {
    border-color: darkorchid !important;
  }
  .b-xl-darkred,
  .border-xl-darkred {
    border-color: darkred !important;
  }
  .b-xl-darksalmon,
  .border-xl-darksalmon {
    border-color: darksalmon !important;
  }
  .b-xl-darkseagreen,
  .border-xl-darkseagreen {
    border-color: darkseagreen !important;
  }
  .b-xl-darkslateblue,
  .border-xl-darkslateblue {
    border-color: darkslateblue !important;
  }
  .b-xl-darkslategray,
  .border-xl-darkslategray {
    border-color: darkslategray !important;
  }
  .b-xl-darkturquoise,
  .border-xl-darkturquoise {
    border-color: darkturquoise !important;
  }
  .b-xl-darkviolet,
  .border-xl-darkviolet {
    border-color: darkviolet !important;
  }
  .b-xl-deeppink,
  .border-xl-deeppink {
    border-color: deeppink !important;
  }
  .b-xl-deepskyblue,
  .border-xl-deepskyblue {
    border-color: deepskyblue !important;
  }
  .b-xl-dimgray,
  .border-xl-dimgray {
    border-color: dimgray !important;
  }
  .b-xl-dodgerblue,
  .border-xl-dodgerblue {
    border-color: dodgerblue !important;
  }
  .b-xl-firebrick,
  .border-xl-firebrick {
    border-color: firebrick !important;
  }
  .b-xl-floralwhite,
  .border-xl-floralwhite {
    border-color: floralwhite !important;
  }
  .b-xl-forestgreen,
  .border-xl-forestgreen {
    border-color: forestgreen !important;
  }
  .b-xl-fuchsia,
  .border-xl-fuchsia {
    border-color: fuchsia !important;
  }
  .b-xl-gainsboro,
  .border-xl-gainsboro {
    border-color: gainsboro !important;
  }
  .b-xl-ghostwhite,
  .border-xl-ghostwhite {
    border-color: ghostwhite !important;
  }
  .b-xl-gold,
  .border-xl-gold {
    border-color: gold !important;
  }
  .b-xl-goldenrod,
  .border-xl-goldenrod {
    border-color: goldenrod !important;
  }
  .b-xl-gray,
  .border-xl-gray {
    border-color: gray !important;
  }
  .b-xl-grey,
  .border-xl-grey {
    border-color: grey !important;
  }
  .b-xl-green,
  .border-xl-green {
    border-color: green !important;
  }
  .b-xl-greenyellow,
  .border-xl-greenyellow {
    border-color: greenyellow !important;
  }
  .b-xl-honeydew,
  .border-xl-honeydew {
    border-color: honeydew !important;
  }
  .b-xl-hotpink,
  .border-xl-hotpink {
    border-color: hotpink !important;
  }
  .b-xl-indianred,
  .border-xl-indianred {
    border-color: indianred !important;
  }
  .b-xl-indigo,
  .border-xl-indigo {
    border-color: indigo !important;
  }
  .b-xl-ivory,
  .border-xl-ivory {
    border-color: ivory !important;
  }
  .b-xl-khaki,
  .border-xl-khaki {
    border-color: khaki !important;
  }
  .b-xl-lavender,
  .border-xl-lavender {
    border-color: lavender !important;
  }
  .b-xl-lavenderblush,
  .border-xl-lavenderblush {
    border-color: lavenderblush !important;
  }
  .b-xl-lawngreen,
  .border-xl-lawngreen {
    border-color: lawngreen !important;
  }
  .b-xl-lemonchiffon,
  .border-xl-lemonchiffon {
    border-color: lemonchiffon !important;
  }
  .b-xl-lightblue,
  .border-xl-lightblue {
    border-color: lightblue !important;
  }
  .b-xl-lightcoral,
  .border-xl-lightcoral {
    border-color: lightcoral !important;
  }
  .b-xl-lightcyan,
  .border-xl-lightcyan {
    border-color: lightcyan !important;
  }
  .b-xl-lightgoldenrodyellow,
  .border-xl-lightgoldenrodyellow {
    border-color: lightgoldenrodyellow !important;
  }
  .b-xl-lightgrey,
  .border-xl-lightgrey {
    border-color: lightgrey !important;
  }
  .b-xl-lightgreen,
  .border-xl-lightgreen {
    border-color: lightgreen !important;
  }
  .b-xl-lightpink,
  .border-xl-lightpink {
    border-color: lightpink !important;
  }
  .b-xl-lightsalmon,
  .border-xl-lightsalmon {
    border-color: lightsalmon !important;
  }
  .b-xl-lightseagreen,
  .border-xl-lightseagreen {
    border-color: lightseagreen !important;
  }
  .b-xl-lightskyblue,
  .border-xl-lightskyblue {
    border-color: lightskyblue !important;
  }
  .b-xl-lightslategray,
  .border-xl-lightslategray {
    border-color: lightslategray !important;
  }
  .b-xl-lightsteelblue,
  .border-xl-lightsteelblue {
    border-color: lightsteelblue !important;
  }
  .b-xl-lightyellow,
  .border-xl-lightyellow {
    border-color: lightyellow !important;
  }
  .b-xl-lime,
  .border-xl-lime {
    border-color: lime !important;
  }
  .b-xl-limegreen,
  .border-xl-limegreen {
    border-color: limegreen !important;
  }
  .b-xl-linen,
  .border-xl-linen {
    border-color: linen !important;
  }
  .b-xl-magenta,
  .border-xl-magenta {
    border-color: magenta !important;
  }
  .b-xl-maroon,
  .border-xl-maroon {
    border-color: maroon !important;
  }
  .b-xl-mediumaquamarine,
  .border-xl-mediumaquamarine {
    border-color: mediumaquamarine !important;
  }
  .b-xl-mediumblue,
  .border-xl-mediumblue {
    border-color: mediumblue !important;
  }
  .b-xl-mediumorchid,
  .border-xl-mediumorchid {
    border-color: mediumorchid !important;
  }
  .b-xl-mediumpurple,
  .border-xl-mediumpurple {
    border-color: mediumpurple !important;
  }
  .b-xl-mediumseagreen,
  .border-xl-mediumseagreen {
    border-color: mediumseagreen !important;
  }
  .b-xl-mediumslateblue,
  .border-xl-mediumslateblue {
    border-color: mediumslateblue !important;
  }
  .b-xl-mediumspringgreen,
  .border-xl-mediumspringgreen {
    border-color: mediumspringgreen !important;
  }
  .b-xl-mediumturquoise,
  .border-xl-mediumturquoise {
    border-color: mediumturquoise !important;
  }
  .b-xl-mediumvioletred,
  .border-xl-mediumvioletred {
    border-color: mediumvioletred !important;
  }
  .b-xl-midnightblue,
  .border-xl-midnightblue {
    border-color: midnightblue !important;
  }
  .b-xl-mintcream,
  .border-xl-mintcream {
    border-color: mintcream !important;
  }
  .b-xl-mistyrose,
  .border-xl-mistyrose {
    border-color: mistyrose !important;
  }
  .b-xl-moccasin,
  .border-xl-moccasin {
    border-color: moccasin !important;
  }
  .b-xl-navajowhite,
  .border-xl-navajowhite {
    border-color: navajowhite !important;
  }
  .b-xl-navy,
  .border-xl-navy {
    border-color: navy !important;
  }
  .b-xl-oldlace,
  .border-xl-oldlace {
    border-color: oldlace !important;
  }
  .b-xl-olive,
  .border-xl-olive {
    border-color: olive !important;
  }
  .b-xl-olivedrab,
  .border-xl-olivedrab {
    border-color: olivedrab !important;
  }
  .b-xl-orange,
  .border-xl-orange {
    border-color: orange !important;
  }
  .b-xl-orangered,
  .border-xl-orangered {
    border-color: orangered !important;
  }
  .b-xl-orchid,
  .border-xl-orchid {
    border-color: orchid !important;
  }
  .b-xl-palegoldenrod,
  .border-xl-palegoldenrod {
    border-color: palegoldenrod !important;
  }
  .b-xl-palegreen,
  .border-xl-palegreen {
    border-color: palegreen !important;
  }
  .b-xl-paleturquoise,
  .border-xl-paleturquoise {
    border-color: paleturquoise !important;
  }
  .b-xl-palevioletred,
  .border-xl-palevioletred {
    border-color: palevioletred !important;
  }
  .b-xl-papayawhip,
  .border-xl-papayawhip {
    border-color: papayawhip !important;
  }
  .b-xl-peachpuff,
  .border-xl-peachpuff {
    border-color: peachpuff !important;
  }
  .b-xl-peru,
  .border-xl-peru {
    border-color: peru !important;
  }
  .b-xl-pink,
  .border-xl-pink {
    border-color: pink !important;
  }
  .b-xl-plum,
  .border-xl-plum {
    border-color: plum !important;
  }
  .b-xl-powderblue,
  .border-xl-powderblue {
    border-color: powderblue !important;
  }
  .b-xl-purple,
  .border-xl-purple {
    border-color: purple !important;
  }
  .b-xl-red,
  .border-xl-red {
    border-color: red !important;
  }
  .b-xl-rosybrown,
  .border-xl-rosybrown {
    border-color: rosybrown !important;
  }
  .b-xl-royalblue,
  .border-xl-royalblue {
    border-color: royalblue !important;
  }
  .b-xl-saddlebrown,
  .border-xl-saddlebrown {
    border-color: saddlebrown !important;
  }
  .b-xl-salmon,
  .border-xl-salmon {
    border-color: salmon !important;
  }
  .b-xl-sandybrown,
  .border-xl-sandybrown {
    border-color: sandybrown !important;
  }
  .b-xl-seagreen,
  .border-xl-seagreen {
    border-color: seagreen !important;
  }
  .b-xl-seashell,
  .border-xl-seashell {
    border-color: seashell !important;
  }
  .b-xl-sienna,
  .border-xl-sienna {
    border-color: sienna !important;
  }
  .b-xl-silver,
  .border-xl-silver {
    border-color: silver !important;
  }
  .b-xl-skyblue,
  .border-xl-skyblue {
    border-color: skyblue !important;
  }
  .b-xl-slateblue,
  .border-xl-slateblue {
    border-color: slateblue !important;
  }
  .b-xl-slategray,
  .border-xl-slategray {
    border-color: slategray !important;
  }
  .b-xl-snow,
  .border-xl-snow {
    border-color: snow !important;
  }
  .b-xl-springgreen,
  .border-xl-springgreen {
    border-color: springgreen !important;
  }
  .b-xl-steelblue,
  .border-xl-steelblue {
    border-color: steelblue !important;
  }
  .b-xl-tan,
  .border-xl-tan {
    border-color: tan !important;
  }
  .b-xl-teal,
  .border-xl-teal {
    border-color: teal !important;
  }
  .b-xl-thistle,
  .border-xl-thistle {
    border-color: thistle !important;
  }
  .b-xl-tomato,
  .border-xl-tomato {
    border-color: tomato !important;
  }
  .b-xl-turquoise,
  .border-xl-turquoise {
    border-color: turquoise !important;
  }
  .b-xl-violet,
  .border-xl-violet {
    border-color: violet !important;
  }
  .b-xl-wheat,
  .border-xl-wheat {
    border-color: wheat !important;
  }
  .b-xl-white,
  .border-xl-white {
    border-color: white !important;
  }
  .b-xl-whitesmoke,
  .border-xl-whitesmoke {
    border-color: whitesmoke !important;
  }
  .b-xl-yellow,
  .border-xl-yellow {
    border-color: yellow !important;
  }
  .b-xl-yellowgreen,
  .border-xl-yellowgreen {
    border-color: yellowgreen !important;
  }
  .b-xl-dotted,
  .border-xl-dotted {
    border-style: dotted !important;
  }
  .b-xl-dashed,
  .border-xl-dashed {
    border-style: dashed !important;
  }
  .b-xl-solid,
  .border-xl-solid {
    border-style: solid !important;
  }
  .b-xl-double,
  .border-xl-double {
    border-style: double !important;
  }
  .b-xl-groove,
  .border-xl-groove {
    border-style: groove !important;
  }
  .b-xl-ridge,
  .border-xl-ridge {
    border-style: ridge !important;
  }
  .b-xl-inset,
  .border-xl-inset {
    border-style: inset !important;
  }
  .b-xl-outset,
  .border-xl-outset {
    border-style: outset !important;
  }
  .b-xl-normal,
  .border-xl-normal {
    border-radius: 0px !important;
  }
  .b-xl-material,
  .border-xl-material {
    border-radius: 3px !important;
  }
  .b-xl-round,
  .border-xl-round {
    border-radius: 5px !important;
  }
  .b-xl-rounder,
  .border-xl-rounder {
    border-radius: 8px !important;
  }
  .b-xl-roundest,
  .border-xl-roundest {
    border-radius: 12px !important;
  }
}
@media screen and (min-width: 0) and (max-width: 1000px) {
  /*Borders*/
  .b-t-0,
  .border-t-0 {
    border: 0px solid white !important;
  }
  .b-t-1,
  .border-t-1 {
    border: 1px solid white !important;
  }
  .b-t-2,
  .border-t-2 {
    border: 2px solid white !important;
  }
  .b-t-3,
  .border-t-3 {
    border: 3px solid white !important;
  }
  .b-t-4,
  .border-t-4 {
    border: 4px solid white !important;
  }
  .b-t-5,
  .border-t-5 {
    border: 5px solid white !important;
  }
  .br-t-0, .b-right-t-0,
  .borderr-t-0,
  .border-right-t-0 {
    border-right: 0px solid white !important;
  }
  .br-t-1, .b-right-t-1,
  .borderr-t-1,
  .border-right-t-1 {
    border-right: 1px solid white !important;
  }
  .br-t-2, .b-right-t-2,
  .borderr-t-2,
  .border-right-t-2 {
    border-right: 2px solid white !important;
  }
  .br-t-3, .b-right-t-3,
  .borderr-t-3,
  .border-right-t-3 {
    border-right: 3px solid white !important;
  }
  .br-t-4, .b-right-t-4,
  .borderr-t-4,
  .border-right-t-4 {
    border-right: 4px solid white !important;
  }
  .br-t-5, .b-right-t-5,
  .borderr-t-5,
  .border-right-t-5 {
    border-right: 5px solid white !important;
  }
  .bt-t-0, .b-top-t-0,
  .bordert-t-0,
  .border-top-t-0 {
    border-top: 0px solid white !important;
  }
  .bt-t-1, .b-top-t-1,
  .bordert-t-1,
  .border-top-t-1 {
    border-top: 1px solid white !important;
  }
  .bt-t-2, .b-top-t-2,
  .bordert-t-2,
  .border-top-t-2 {
    border-top: 2px solid white !important;
  }
  .bt-t-3, .b-top-t-3,
  .bordert-t-3,
  .border-top-t-3 {
    border-top: 3px solid white !important;
  }
  .bt-t-4, .b-top-t-4,
  .bordert-t-4,
  .border-top-t-4 {
    border-top: 4px solid white !important;
  }
  .bt-t-5, .b-top-t-5,
  .bordert-t-5,
  .border-top-t-5 {
    border-top: 5px solid white !important;
  }
  .bb-t-0, .b-bottom-t-0,
  .borderb-t-0,
  .border-bottom-t-0 {
    border-bottom: 0px solid white !important;
  }
  .bb-t-1, .b-bottom-t-1,
  .borderb-t-1,
  .border-bottom-t-1 {
    border-bottom: 1px solid white !important;
  }
  .bb-t-2, .b-bottom-t-2,
  .borderb-t-2,
  .border-bottom-t-2 {
    border-bottom: 2px solid white !important;
  }
  .bb-t-3, .b-bottom-t-3,
  .borderb-t-3,
  .border-bottom-t-3 {
    border-bottom: 3px solid white !important;
  }
  .bb-t-4, .b-bottom-t-4,
  .borderb-t-4,
  .border-bottom-t-4 {
    border-bottom: 4px solid white !important;
  }
  .bb-t-5, .b-bottom-t-5,
  .borderb-t-5,
  .border-bottom-t-5 {
    border-bottom: 5px solid white !important;
  }
  .bl-t-0, .b-left-t-0,
  .borderl-t-0,
  .border-left-t-0 {
    border-left: 0px solid white !important;
  }
  .bl-t-1, .b-left-t-1,
  .borderl-t-1,
  .border-left-t-1 {
    border-left: 1px solid white !important;
  }
  .bl-t-2, .b-left-t-2,
  .borderl-t-2,
  .border-left-t-2 {
    border-left: 2px solid white !important;
  }
  .bl-t-3, .b-left-t-3,
  .borderl-t-3,
  .border-left-t-3 {
    border-left: 3px solid white !important;
  }
  .bl-t-4, .b-left-t-4,
  .borderl-t-4,
  .border-left-t-4 {
    border-left: 4px solid white !important;
  }
  .bl-t-5, .b-left-t-5,
  .borderl-t-5,
  .border-left-t-5 {
    border-left: 5px solid white !important;
  }
  .b-t-light,
  .border-t-light {
    border-color: #dee2e6 !important;
  }
  .b-t-secondary,
  .border-t-secondary {
    border-color: #6c757d !important;
  }
  .b-t-danger,
  .border-t-danger {
    border-color: #dc3545 !important;
  }
  .b-t-success,
  .border-t-success {
    border-color: #27e178 !important;
  }
  .b-t-info,
  .border-t-info {
    border-color: #279EDA !important;
  }
  .b-t-warning,
  .border-t-warning {
    border-color: #ffc107 !important;
  }
  .b-t-primary,
  .border-t-primary {
    border-color: #34435E !important;
  }
  .b-t-aliceblue,
  .border-t-aliceblue {
    border-color: aliceblue !important;
  }
  .b-t-antiquewhite,
  .border-t-antiquewhite {
    border-color: antiquewhite !important;
  }
  .b-t-aqua,
  .border-t-aqua {
    border-color: aqua !important;
  }
  .b-t-aquamarine,
  .border-t-aquamarine {
    border-color: aquamarine !important;
  }
  .b-t-azure,
  .border-t-azure {
    border-color: azure !important;
  }
  .b-t-beige,
  .border-t-beige {
    border-color: beige !important;
  }
  .b-t-bisque,
  .border-t-bisque {
    border-color: bisque !important;
  }
  .b-t-black,
  .border-t-black {
    border-color: black !important;
  }
  .b-t-blanchedalmond,
  .border-t-blanchedalmond {
    border-color: blanchedalmond !important;
  }
  .b-t-blue,
  .border-t-blue {
    border-color: blue !important;
  }
  .b-t-blueviolet,
  .border-t-blueviolet {
    border-color: blueviolet !important;
  }
  .b-t-brown,
  .border-t-brown {
    border-color: brown !important;
  }
  .b-t-burlywood,
  .border-t-burlywood {
    border-color: burlywood !important;
  }
  .b-t-cadetblue,
  .border-t-cadetblue {
    border-color: cadetblue !important;
  }
  .b-t-chartreuse,
  .border-t-chartreuse {
    border-color: chartreuse !important;
  }
  .b-t-chocolate,
  .border-t-chocolate {
    border-color: chocolate !important;
  }
  .b-t-coral,
  .border-t-coral {
    border-color: coral !important;
  }
  .b-t-cornflowerblue,
  .border-t-cornflowerblue {
    border-color: cornflowerblue !important;
  }
  .b-t-cornsilk,
  .border-t-cornsilk {
    border-color: cornsilk !important;
  }
  .b-t-crimson,
  .border-t-crimson {
    border-color: crimson !important;
  }
  .b-t-cyan,
  .border-t-cyan {
    border-color: cyan !important;
  }
  .b-t-darkblue,
  .border-t-darkblue {
    border-color: darkblue !important;
  }
  .b-t-darkcyan,
  .border-t-darkcyan {
    border-color: darkcyan !important;
  }
  .b-t-darkgoldenrod,
  .border-t-darkgoldenrod {
    border-color: darkgoldenrod !important;
  }
  .b-t-darkgray,
  .border-t-darkgray {
    border-color: darkgray !important;
  }
  .b-t-darkgreen,
  .border-t-darkgreen {
    border-color: darkgreen !important;
  }
  .b-t-darkkhaki,
  .border-t-darkkhaki {
    border-color: darkkhaki !important;
  }
  .b-t-darkmagenta,
  .border-t-darkmagenta {
    border-color: darkmagenta !important;
  }
  .b-t-darkolivegreen,
  .border-t-darkolivegreen {
    border-color: darkolivegreen !important;
  }
  .b-t-darkorange,
  .border-t-darkorange {
    border-color: darkorange !important;
  }
  .b-t-darkorchid,
  .border-t-darkorchid {
    border-color: darkorchid !important;
  }
  .b-t-darkred,
  .border-t-darkred {
    border-color: darkred !important;
  }
  .b-t-darksalmon,
  .border-t-darksalmon {
    border-color: darksalmon !important;
  }
  .b-t-darkseagreen,
  .border-t-darkseagreen {
    border-color: darkseagreen !important;
  }
  .b-t-darkslateblue,
  .border-t-darkslateblue {
    border-color: darkslateblue !important;
  }
  .b-t-darkslategray,
  .border-t-darkslategray {
    border-color: darkslategray !important;
  }
  .b-t-darkturquoise,
  .border-t-darkturquoise {
    border-color: darkturquoise !important;
  }
  .b-t-darkviolet,
  .border-t-darkviolet {
    border-color: darkviolet !important;
  }
  .b-t-deeppink,
  .border-t-deeppink {
    border-color: deeppink !important;
  }
  .b-t-deepskyblue,
  .border-t-deepskyblue {
    border-color: deepskyblue !important;
  }
  .b-t-dimgray,
  .border-t-dimgray {
    border-color: dimgray !important;
  }
  .b-t-dodgerblue,
  .border-t-dodgerblue {
    border-color: dodgerblue !important;
  }
  .b-t-firebrick,
  .border-t-firebrick {
    border-color: firebrick !important;
  }
  .b-t-floralwhite,
  .border-t-floralwhite {
    border-color: floralwhite !important;
  }
  .b-t-forestgreen,
  .border-t-forestgreen {
    border-color: forestgreen !important;
  }
  .b-t-fuchsia,
  .border-t-fuchsia {
    border-color: fuchsia !important;
  }
  .b-t-gainsboro,
  .border-t-gainsboro {
    border-color: gainsboro !important;
  }
  .b-t-ghostwhite,
  .border-t-ghostwhite {
    border-color: ghostwhite !important;
  }
  .b-t-gold,
  .border-t-gold {
    border-color: gold !important;
  }
  .b-t-goldenrod,
  .border-t-goldenrod {
    border-color: goldenrod !important;
  }
  .b-t-gray,
  .border-t-gray {
    border-color: gray !important;
  }
  .b-t-grey,
  .border-t-grey {
    border-color: grey !important;
  }
  .b-t-green,
  .border-t-green {
    border-color: green !important;
  }
  .b-t-greenyellow,
  .border-t-greenyellow {
    border-color: greenyellow !important;
  }
  .b-t-honeydew,
  .border-t-honeydew {
    border-color: honeydew !important;
  }
  .b-t-hotpink,
  .border-t-hotpink {
    border-color: hotpink !important;
  }
  .b-t-indianred,
  .border-t-indianred {
    border-color: indianred !important;
  }
  .b-t-indigo,
  .border-t-indigo {
    border-color: indigo !important;
  }
  .b-t-ivory,
  .border-t-ivory {
    border-color: ivory !important;
  }
  .b-t-khaki,
  .border-t-khaki {
    border-color: khaki !important;
  }
  .b-t-lavender,
  .border-t-lavender {
    border-color: lavender !important;
  }
  .b-t-lavenderblush,
  .border-t-lavenderblush {
    border-color: lavenderblush !important;
  }
  .b-t-lawngreen,
  .border-t-lawngreen {
    border-color: lawngreen !important;
  }
  .b-t-lemonchiffon,
  .border-t-lemonchiffon {
    border-color: lemonchiffon !important;
  }
  .b-t-lightblue,
  .border-t-lightblue {
    border-color: lightblue !important;
  }
  .b-t-lightcoral,
  .border-t-lightcoral {
    border-color: lightcoral !important;
  }
  .b-t-lightcyan,
  .border-t-lightcyan {
    border-color: lightcyan !important;
  }
  .b-t-lightgoldenrodyellow,
  .border-t-lightgoldenrodyellow {
    border-color: lightgoldenrodyellow !important;
  }
  .b-t-lightgrey,
  .border-t-lightgrey {
    border-color: lightgrey !important;
  }
  .b-t-lightgreen,
  .border-t-lightgreen {
    border-color: lightgreen !important;
  }
  .b-t-lightpink,
  .border-t-lightpink {
    border-color: lightpink !important;
  }
  .b-t-lightsalmon,
  .border-t-lightsalmon {
    border-color: lightsalmon !important;
  }
  .b-t-lightseagreen,
  .border-t-lightseagreen {
    border-color: lightseagreen !important;
  }
  .b-t-lightskyblue,
  .border-t-lightskyblue {
    border-color: lightskyblue !important;
  }
  .b-t-lightslategray,
  .border-t-lightslategray {
    border-color: lightslategray !important;
  }
  .b-t-lightsteelblue,
  .border-t-lightsteelblue {
    border-color: lightsteelblue !important;
  }
  .b-t-lightyellow,
  .border-t-lightyellow {
    border-color: lightyellow !important;
  }
  .b-t-lime,
  .border-t-lime {
    border-color: lime !important;
  }
  .b-t-limegreen,
  .border-t-limegreen {
    border-color: limegreen !important;
  }
  .b-t-linen,
  .border-t-linen {
    border-color: linen !important;
  }
  .b-t-magenta,
  .border-t-magenta {
    border-color: magenta !important;
  }
  .b-t-maroon,
  .border-t-maroon {
    border-color: maroon !important;
  }
  .b-t-mediumaquamarine,
  .border-t-mediumaquamarine {
    border-color: mediumaquamarine !important;
  }
  .b-t-mediumblue,
  .border-t-mediumblue {
    border-color: mediumblue !important;
  }
  .b-t-mediumorchid,
  .border-t-mediumorchid {
    border-color: mediumorchid !important;
  }
  .b-t-mediumpurple,
  .border-t-mediumpurple {
    border-color: mediumpurple !important;
  }
  .b-t-mediumseagreen,
  .border-t-mediumseagreen {
    border-color: mediumseagreen !important;
  }
  .b-t-mediumslateblue,
  .border-t-mediumslateblue {
    border-color: mediumslateblue !important;
  }
  .b-t-mediumspringgreen,
  .border-t-mediumspringgreen {
    border-color: mediumspringgreen !important;
  }
  .b-t-mediumturquoise,
  .border-t-mediumturquoise {
    border-color: mediumturquoise !important;
  }
  .b-t-mediumvioletred,
  .border-t-mediumvioletred {
    border-color: mediumvioletred !important;
  }
  .b-t-midnightblue,
  .border-t-midnightblue {
    border-color: midnightblue !important;
  }
  .b-t-mintcream,
  .border-t-mintcream {
    border-color: mintcream !important;
  }
  .b-t-mistyrose,
  .border-t-mistyrose {
    border-color: mistyrose !important;
  }
  .b-t-moccasin,
  .border-t-moccasin {
    border-color: moccasin !important;
  }
  .b-t-navajowhite,
  .border-t-navajowhite {
    border-color: navajowhite !important;
  }
  .b-t-navy,
  .border-t-navy {
    border-color: navy !important;
  }
  .b-t-oldlace,
  .border-t-oldlace {
    border-color: oldlace !important;
  }
  .b-t-olive,
  .border-t-olive {
    border-color: olive !important;
  }
  .b-t-olivedrab,
  .border-t-olivedrab {
    border-color: olivedrab !important;
  }
  .b-t-orange,
  .border-t-orange {
    border-color: orange !important;
  }
  .b-t-orangered,
  .border-t-orangered {
    border-color: orangered !important;
  }
  .b-t-orchid,
  .border-t-orchid {
    border-color: orchid !important;
  }
  .b-t-palegoldenrod,
  .border-t-palegoldenrod {
    border-color: palegoldenrod !important;
  }
  .b-t-palegreen,
  .border-t-palegreen {
    border-color: palegreen !important;
  }
  .b-t-paleturquoise,
  .border-t-paleturquoise {
    border-color: paleturquoise !important;
  }
  .b-t-palevioletred,
  .border-t-palevioletred {
    border-color: palevioletred !important;
  }
  .b-t-papayawhip,
  .border-t-papayawhip {
    border-color: papayawhip !important;
  }
  .b-t-peachpuff,
  .border-t-peachpuff {
    border-color: peachpuff !important;
  }
  .b-t-peru,
  .border-t-peru {
    border-color: peru !important;
  }
  .b-t-pink,
  .border-t-pink {
    border-color: pink !important;
  }
  .b-t-plum,
  .border-t-plum {
    border-color: plum !important;
  }
  .b-t-powderblue,
  .border-t-powderblue {
    border-color: powderblue !important;
  }
  .b-t-purple,
  .border-t-purple {
    border-color: purple !important;
  }
  .b-t-red,
  .border-t-red {
    border-color: red !important;
  }
  .b-t-rosybrown,
  .border-t-rosybrown {
    border-color: rosybrown !important;
  }
  .b-t-royalblue,
  .border-t-royalblue {
    border-color: royalblue !important;
  }
  .b-t-saddlebrown,
  .border-t-saddlebrown {
    border-color: saddlebrown !important;
  }
  .b-t-salmon,
  .border-t-salmon {
    border-color: salmon !important;
  }
  .b-t-sandybrown,
  .border-t-sandybrown {
    border-color: sandybrown !important;
  }
  .b-t-seagreen,
  .border-t-seagreen {
    border-color: seagreen !important;
  }
  .b-t-seashell,
  .border-t-seashell {
    border-color: seashell !important;
  }
  .b-t-sienna,
  .border-t-sienna {
    border-color: sienna !important;
  }
  .b-t-silver,
  .border-t-silver {
    border-color: silver !important;
  }
  .b-t-skyblue,
  .border-t-skyblue {
    border-color: skyblue !important;
  }
  .b-t-slateblue,
  .border-t-slateblue {
    border-color: slateblue !important;
  }
  .b-t-slategray,
  .border-t-slategray {
    border-color: slategray !important;
  }
  .b-t-snow,
  .border-t-snow {
    border-color: snow !important;
  }
  .b-t-springgreen,
  .border-t-springgreen {
    border-color: springgreen !important;
  }
  .b-t-steelblue,
  .border-t-steelblue {
    border-color: steelblue !important;
  }
  .b-t-tan,
  .border-t-tan {
    border-color: tan !important;
  }
  .b-t-teal,
  .border-t-teal {
    border-color: teal !important;
  }
  .b-t-thistle,
  .border-t-thistle {
    border-color: thistle !important;
  }
  .b-t-tomato,
  .border-t-tomato {
    border-color: tomato !important;
  }
  .b-t-turquoise,
  .border-t-turquoise {
    border-color: turquoise !important;
  }
  .b-t-violet,
  .border-t-violet {
    border-color: violet !important;
  }
  .b-t-wheat,
  .border-t-wheat {
    border-color: wheat !important;
  }
  .b-t-white,
  .border-t-white {
    border-color: white !important;
  }
  .b-t-whitesmoke,
  .border-t-whitesmoke {
    border-color: whitesmoke !important;
  }
  .b-t-yellow,
  .border-t-yellow {
    border-color: yellow !important;
  }
  .b-t-yellowgreen,
  .border-t-yellowgreen {
    border-color: yellowgreen !important;
  }
  .b-t-dotted,
  .border-t-dotted {
    border-style: dotted !important;
  }
  .b-t-dashed,
  .border-t-dashed {
    border-style: dashed !important;
  }
  .b-t-solid,
  .border-t-solid {
    border-style: solid !important;
  }
  .b-t-double,
  .border-t-double {
    border-style: double !important;
  }
  .b-t-groove,
  .border-t-groove {
    border-style: groove !important;
  }
  .b-t-ridge,
  .border-t-ridge {
    border-style: ridge !important;
  }
  .b-t-inset,
  .border-t-inset {
    border-style: inset !important;
  }
  .b-t-outset,
  .border-t-outset {
    border-style: outset !important;
  }
  .b-t-normal,
  .border-t-normal {
    border-radius: 0px !important;
  }
  .b-t-material,
  .border-t-material {
    border-radius: 3px !important;
  }
  .b-t-round,
  .border-t-round {
    border-radius: 5px !important;
  }
  .b-t-rounder,
  .border-t-rounder {
    border-radius: 8px !important;
  }
  .b-t-roundest,
  .border-t-roundest {
    border-radius: 12px !important;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  /*Borders*/
  .b-m-0,
  .border-m-0 {
    border: 0px solid white !important;
  }
  .b-m-1,
  .border-m-1 {
    border: 1px solid white !important;
  }
  .b-m-2,
  .border-m-2 {
    border: 2px solid white !important;
  }
  .b-m-3,
  .border-m-3 {
    border: 3px solid white !important;
  }
  .b-m-4,
  .border-m-4 {
    border: 4px solid white !important;
  }
  .b-m-5,
  .border-m-5 {
    border: 5px solid white !important;
  }
  .br-m-0, .b-right-m-0,
  .borderr-m-0,
  .border-right-m-0 {
    border-right: 0px solid white !important;
  }
  .br-m-1, .b-right-m-1,
  .borderr-m-1,
  .border-right-m-1 {
    border-right: 1px solid white !important;
  }
  .br-m-2, .b-right-m-2,
  .borderr-m-2,
  .border-right-m-2 {
    border-right: 2px solid white !important;
  }
  .br-m-3, .b-right-m-3,
  .borderr-m-3,
  .border-right-m-3 {
    border-right: 3px solid white !important;
  }
  .br-m-4, .b-right-m-4,
  .borderr-m-4,
  .border-right-m-4 {
    border-right: 4px solid white !important;
  }
  .br-m-5, .b-right-m-5,
  .borderr-m-5,
  .border-right-m-5 {
    border-right: 5px solid white !important;
  }
  .bt-m-0, .b-top-m-0,
  .bordert-m-0,
  .border-top-m-0 {
    border-top: 0px solid white !important;
  }
  .bt-m-1, .b-top-m-1,
  .bordert-m-1,
  .border-top-m-1 {
    border-top: 1px solid white !important;
  }
  .bt-m-2, .b-top-m-2,
  .bordert-m-2,
  .border-top-m-2 {
    border-top: 2px solid white !important;
  }
  .bt-m-3, .b-top-m-3,
  .bordert-m-3,
  .border-top-m-3 {
    border-top: 3px solid white !important;
  }
  .bt-m-4, .b-top-m-4,
  .bordert-m-4,
  .border-top-m-4 {
    border-top: 4px solid white !important;
  }
  .bt-m-5, .b-top-m-5,
  .bordert-m-5,
  .border-top-m-5 {
    border-top: 5px solid white !important;
  }
  .bb-m-0, .b-bottom-m-0,
  .borderb-m-0,
  .border-bottom-m-0 {
    border-bottom: 0px solid white !important;
  }
  .bb-m-1, .b-bottom-m-1,
  .borderb-m-1,
  .border-bottom-m-1 {
    border-bottom: 1px solid white !important;
  }
  .bb-m-2, .b-bottom-m-2,
  .borderb-m-2,
  .border-bottom-m-2 {
    border-bottom: 2px solid white !important;
  }
  .bb-m-3, .b-bottom-m-3,
  .borderb-m-3,
  .border-bottom-m-3 {
    border-bottom: 3px solid white !important;
  }
  .bb-m-4, .b-bottom-m-4,
  .borderb-m-4,
  .border-bottom-m-4 {
    border-bottom: 4px solid white !important;
  }
  .bb-m-5, .b-bottom-m-5,
  .borderb-m-5,
  .border-bottom-m-5 {
    border-bottom: 5px solid white !important;
  }
  .bl-m-0, .b-left-m-0,
  .borderl-m-0,
  .border-left-m-0 {
    border-left: 0px solid white !important;
  }
  .bl-m-1, .b-left-m-1,
  .borderl-m-1,
  .border-left-m-1 {
    border-left: 1px solid white !important;
  }
  .bl-m-2, .b-left-m-2,
  .borderl-m-2,
  .border-left-m-2 {
    border-left: 2px solid white !important;
  }
  .bl-m-3, .b-left-m-3,
  .borderl-m-3,
  .border-left-m-3 {
    border-left: 3px solid white !important;
  }
  .bl-m-4, .b-left-m-4,
  .borderl-m-4,
  .border-left-m-4 {
    border-left: 4px solid white !important;
  }
  .bl-m-5, .b-left-m-5,
  .borderl-m-5,
  .border-left-m-5 {
    border-left: 5px solid white !important;
  }
  .b-m-light,
  .border-m-light {
    border-color: #dee2e6 !important;
  }
  .b-m-secondary,
  .border-m-secondary {
    border-color: #6c757d !important;
  }
  .b-m-danger,
  .border-m-danger {
    border-color: #dc3545 !important;
  }
  .b-m-success,
  .border-m-success {
    border-color: #27e178 !important;
  }
  .b-m-info,
  .border-m-info {
    border-color: #279EDA !important;
  }
  .b-m-warning,
  .border-m-warning {
    border-color: #ffc107 !important;
  }
  .b-m-primary,
  .border-m-primary {
    border-color: #34435E !important;
  }
  .b-m-aliceblue,
  .border-m-aliceblue {
    border-color: aliceblue !important;
  }
  .b-m-antiquewhite,
  .border-m-antiquewhite {
    border-color: antiquewhite !important;
  }
  .b-m-aqua,
  .border-m-aqua {
    border-color: aqua !important;
  }
  .b-m-aquamarine,
  .border-m-aquamarine {
    border-color: aquamarine !important;
  }
  .b-m-azure,
  .border-m-azure {
    border-color: azure !important;
  }
  .b-m-beige,
  .border-m-beige {
    border-color: beige !important;
  }
  .b-m-bisque,
  .border-m-bisque {
    border-color: bisque !important;
  }
  .b-m-black,
  .border-m-black {
    border-color: black !important;
  }
  .b-m-blanchedalmond,
  .border-m-blanchedalmond {
    border-color: blanchedalmond !important;
  }
  .b-m-blue,
  .border-m-blue {
    border-color: blue !important;
  }
  .b-m-blueviolet,
  .border-m-blueviolet {
    border-color: blueviolet !important;
  }
  .b-m-brown,
  .border-m-brown {
    border-color: brown !important;
  }
  .b-m-burlywood,
  .border-m-burlywood {
    border-color: burlywood !important;
  }
  .b-m-cadetblue,
  .border-m-cadetblue {
    border-color: cadetblue !important;
  }
  .b-m-chartreuse,
  .border-m-chartreuse {
    border-color: chartreuse !important;
  }
  .b-m-chocolate,
  .border-m-chocolate {
    border-color: chocolate !important;
  }
  .b-m-coral,
  .border-m-coral {
    border-color: coral !important;
  }
  .b-m-cornflowerblue,
  .border-m-cornflowerblue {
    border-color: cornflowerblue !important;
  }
  .b-m-cornsilk,
  .border-m-cornsilk {
    border-color: cornsilk !important;
  }
  .b-m-crimson,
  .border-m-crimson {
    border-color: crimson !important;
  }
  .b-m-cyan,
  .border-m-cyan {
    border-color: cyan !important;
  }
  .b-m-darkblue,
  .border-m-darkblue {
    border-color: darkblue !important;
  }
  .b-m-darkcyan,
  .border-m-darkcyan {
    border-color: darkcyan !important;
  }
  .b-m-darkgoldenrod,
  .border-m-darkgoldenrod {
    border-color: darkgoldenrod !important;
  }
  .b-m-darkgray,
  .border-m-darkgray {
    border-color: darkgray !important;
  }
  .b-m-darkgreen,
  .border-m-darkgreen {
    border-color: darkgreen !important;
  }
  .b-m-darkkhaki,
  .border-m-darkkhaki {
    border-color: darkkhaki !important;
  }
  .b-m-darkmagenta,
  .border-m-darkmagenta {
    border-color: darkmagenta !important;
  }
  .b-m-darkolivegreen,
  .border-m-darkolivegreen {
    border-color: darkolivegreen !important;
  }
  .b-m-darkorange,
  .border-m-darkorange {
    border-color: darkorange !important;
  }
  .b-m-darkorchid,
  .border-m-darkorchid {
    border-color: darkorchid !important;
  }
  .b-m-darkred,
  .border-m-darkred {
    border-color: darkred !important;
  }
  .b-m-darksalmon,
  .border-m-darksalmon {
    border-color: darksalmon !important;
  }
  .b-m-darkseagreen,
  .border-m-darkseagreen {
    border-color: darkseagreen !important;
  }
  .b-m-darkslateblue,
  .border-m-darkslateblue {
    border-color: darkslateblue !important;
  }
  .b-m-darkslategray,
  .border-m-darkslategray {
    border-color: darkslategray !important;
  }
  .b-m-darkturquoise,
  .border-m-darkturquoise {
    border-color: darkturquoise !important;
  }
  .b-m-darkviolet,
  .border-m-darkviolet {
    border-color: darkviolet !important;
  }
  .b-m-deeppink,
  .border-m-deeppink {
    border-color: deeppink !important;
  }
  .b-m-deepskyblue,
  .border-m-deepskyblue {
    border-color: deepskyblue !important;
  }
  .b-m-dimgray,
  .border-m-dimgray {
    border-color: dimgray !important;
  }
  .b-m-dodgerblue,
  .border-m-dodgerblue {
    border-color: dodgerblue !important;
  }
  .b-m-firebrick,
  .border-m-firebrick {
    border-color: firebrick !important;
  }
  .b-m-floralwhite,
  .border-m-floralwhite {
    border-color: floralwhite !important;
  }
  .b-m-forestgreen,
  .border-m-forestgreen {
    border-color: forestgreen !important;
  }
  .b-m-fuchsia,
  .border-m-fuchsia {
    border-color: fuchsia !important;
  }
  .b-m-gainsboro,
  .border-m-gainsboro {
    border-color: gainsboro !important;
  }
  .b-m-ghostwhite,
  .border-m-ghostwhite {
    border-color: ghostwhite !important;
  }
  .b-m-gold,
  .border-m-gold {
    border-color: gold !important;
  }
  .b-m-goldenrod,
  .border-m-goldenrod {
    border-color: goldenrod !important;
  }
  .b-m-gray,
  .border-m-gray {
    border-color: gray !important;
  }
  .b-m-grey,
  .border-m-grey {
    border-color: grey !important;
  }
  .b-m-green,
  .border-m-green {
    border-color: green !important;
  }
  .b-m-greenyellow,
  .border-m-greenyellow {
    border-color: greenyellow !important;
  }
  .b-m-honeydew,
  .border-m-honeydew {
    border-color: honeydew !important;
  }
  .b-m-hotpink,
  .border-m-hotpink {
    border-color: hotpink !important;
  }
  .b-m-indianred,
  .border-m-indianred {
    border-color: indianred !important;
  }
  .b-m-indigo,
  .border-m-indigo {
    border-color: indigo !important;
  }
  .b-m-ivory,
  .border-m-ivory {
    border-color: ivory !important;
  }
  .b-m-khaki,
  .border-m-khaki {
    border-color: khaki !important;
  }
  .b-m-lavender,
  .border-m-lavender {
    border-color: lavender !important;
  }
  .b-m-lavenderblush,
  .border-m-lavenderblush {
    border-color: lavenderblush !important;
  }
  .b-m-lawngreen,
  .border-m-lawngreen {
    border-color: lawngreen !important;
  }
  .b-m-lemonchiffon,
  .border-m-lemonchiffon {
    border-color: lemonchiffon !important;
  }
  .b-m-lightblue,
  .border-m-lightblue {
    border-color: lightblue !important;
  }
  .b-m-lightcoral,
  .border-m-lightcoral {
    border-color: lightcoral !important;
  }
  .b-m-lightcyan,
  .border-m-lightcyan {
    border-color: lightcyan !important;
  }
  .b-m-lightgoldenrodyellow,
  .border-m-lightgoldenrodyellow {
    border-color: lightgoldenrodyellow !important;
  }
  .b-m-lightgrey,
  .border-m-lightgrey {
    border-color: lightgrey !important;
  }
  .b-m-lightgreen,
  .border-m-lightgreen {
    border-color: lightgreen !important;
  }
  .b-m-lightpink,
  .border-m-lightpink {
    border-color: lightpink !important;
  }
  .b-m-lightsalmon,
  .border-m-lightsalmon {
    border-color: lightsalmon !important;
  }
  .b-m-lightseagreen,
  .border-m-lightseagreen {
    border-color: lightseagreen !important;
  }
  .b-m-lightskyblue,
  .border-m-lightskyblue {
    border-color: lightskyblue !important;
  }
  .b-m-lightslategray,
  .border-m-lightslategray {
    border-color: lightslategray !important;
  }
  .b-m-lightsteelblue,
  .border-m-lightsteelblue {
    border-color: lightsteelblue !important;
  }
  .b-m-lightyellow,
  .border-m-lightyellow {
    border-color: lightyellow !important;
  }
  .b-m-lime,
  .border-m-lime {
    border-color: lime !important;
  }
  .b-m-limegreen,
  .border-m-limegreen {
    border-color: limegreen !important;
  }
  .b-m-linen,
  .border-m-linen {
    border-color: linen !important;
  }
  .b-m-magenta,
  .border-m-magenta {
    border-color: magenta !important;
  }
  .b-m-maroon,
  .border-m-maroon {
    border-color: maroon !important;
  }
  .b-m-mediumaquamarine,
  .border-m-mediumaquamarine {
    border-color: mediumaquamarine !important;
  }
  .b-m-mediumblue,
  .border-m-mediumblue {
    border-color: mediumblue !important;
  }
  .b-m-mediumorchid,
  .border-m-mediumorchid {
    border-color: mediumorchid !important;
  }
  .b-m-mediumpurple,
  .border-m-mediumpurple {
    border-color: mediumpurple !important;
  }
  .b-m-mediumseagreen,
  .border-m-mediumseagreen {
    border-color: mediumseagreen !important;
  }
  .b-m-mediumslateblue,
  .border-m-mediumslateblue {
    border-color: mediumslateblue !important;
  }
  .b-m-mediumspringgreen,
  .border-m-mediumspringgreen {
    border-color: mediumspringgreen !important;
  }
  .b-m-mediumturquoise,
  .border-m-mediumturquoise {
    border-color: mediumturquoise !important;
  }
  .b-m-mediumvioletred,
  .border-m-mediumvioletred {
    border-color: mediumvioletred !important;
  }
  .b-m-midnightblue,
  .border-m-midnightblue {
    border-color: midnightblue !important;
  }
  .b-m-mintcream,
  .border-m-mintcream {
    border-color: mintcream !important;
  }
  .b-m-mistyrose,
  .border-m-mistyrose {
    border-color: mistyrose !important;
  }
  .b-m-moccasin,
  .border-m-moccasin {
    border-color: moccasin !important;
  }
  .b-m-navajowhite,
  .border-m-navajowhite {
    border-color: navajowhite !important;
  }
  .b-m-navy,
  .border-m-navy {
    border-color: navy !important;
  }
  .b-m-oldlace,
  .border-m-oldlace {
    border-color: oldlace !important;
  }
  .b-m-olive,
  .border-m-olive {
    border-color: olive !important;
  }
  .b-m-olivedrab,
  .border-m-olivedrab {
    border-color: olivedrab !important;
  }
  .b-m-orange,
  .border-m-orange {
    border-color: orange !important;
  }
  .b-m-orangered,
  .border-m-orangered {
    border-color: orangered !important;
  }
  .b-m-orchid,
  .border-m-orchid {
    border-color: orchid !important;
  }
  .b-m-palegoldenrod,
  .border-m-palegoldenrod {
    border-color: palegoldenrod !important;
  }
  .b-m-palegreen,
  .border-m-palegreen {
    border-color: palegreen !important;
  }
  .b-m-paleturquoise,
  .border-m-paleturquoise {
    border-color: paleturquoise !important;
  }
  .b-m-palevioletred,
  .border-m-palevioletred {
    border-color: palevioletred !important;
  }
  .b-m-papayawhip,
  .border-m-papayawhip {
    border-color: papayawhip !important;
  }
  .b-m-peachpuff,
  .border-m-peachpuff {
    border-color: peachpuff !important;
  }
  .b-m-peru,
  .border-m-peru {
    border-color: peru !important;
  }
  .b-m-pink,
  .border-m-pink {
    border-color: pink !important;
  }
  .b-m-plum,
  .border-m-plum {
    border-color: plum !important;
  }
  .b-m-powderblue,
  .border-m-powderblue {
    border-color: powderblue !important;
  }
  .b-m-purple,
  .border-m-purple {
    border-color: purple !important;
  }
  .b-m-red,
  .border-m-red {
    border-color: red !important;
  }
  .b-m-rosybrown,
  .border-m-rosybrown {
    border-color: rosybrown !important;
  }
  .b-m-royalblue,
  .border-m-royalblue {
    border-color: royalblue !important;
  }
  .b-m-saddlebrown,
  .border-m-saddlebrown {
    border-color: saddlebrown !important;
  }
  .b-m-salmon,
  .border-m-salmon {
    border-color: salmon !important;
  }
  .b-m-sandybrown,
  .border-m-sandybrown {
    border-color: sandybrown !important;
  }
  .b-m-seagreen,
  .border-m-seagreen {
    border-color: seagreen !important;
  }
  .b-m-seashell,
  .border-m-seashell {
    border-color: seashell !important;
  }
  .b-m-sienna,
  .border-m-sienna {
    border-color: sienna !important;
  }
  .b-m-silver,
  .border-m-silver {
    border-color: silver !important;
  }
  .b-m-skyblue,
  .border-m-skyblue {
    border-color: skyblue !important;
  }
  .b-m-slateblue,
  .border-m-slateblue {
    border-color: slateblue !important;
  }
  .b-m-slategray,
  .border-m-slategray {
    border-color: slategray !important;
  }
  .b-m-snow,
  .border-m-snow {
    border-color: snow !important;
  }
  .b-m-springgreen,
  .border-m-springgreen {
    border-color: springgreen !important;
  }
  .b-m-steelblue,
  .border-m-steelblue {
    border-color: steelblue !important;
  }
  .b-m-tan,
  .border-m-tan {
    border-color: tan !important;
  }
  .b-m-teal,
  .border-m-teal {
    border-color: teal !important;
  }
  .b-m-thistle,
  .border-m-thistle {
    border-color: thistle !important;
  }
  .b-m-tomato,
  .border-m-tomato {
    border-color: tomato !important;
  }
  .b-m-turquoise,
  .border-m-turquoise {
    border-color: turquoise !important;
  }
  .b-m-violet,
  .border-m-violet {
    border-color: violet !important;
  }
  .b-m-wheat,
  .border-m-wheat {
    border-color: wheat !important;
  }
  .b-m-white,
  .border-m-white {
    border-color: white !important;
  }
  .b-m-whitesmoke,
  .border-m-whitesmoke {
    border-color: whitesmoke !important;
  }
  .b-m-yellow,
  .border-m-yellow {
    border-color: yellow !important;
  }
  .b-m-yellowgreen,
  .border-m-yellowgreen {
    border-color: yellowgreen !important;
  }
  .b-m-dotted,
  .border-m-dotted {
    border-style: dotted !important;
  }
  .b-m-dashed,
  .border-m-dashed {
    border-style: dashed !important;
  }
  .b-m-solid,
  .border-m-solid {
    border-style: solid !important;
  }
  .b-m-double,
  .border-m-double {
    border-style: double !important;
  }
  .b-m-groove,
  .border-m-groove {
    border-style: groove !important;
  }
  .b-m-ridge,
  .border-m-ridge {
    border-style: ridge !important;
  }
  .b-m-inset,
  .border-m-inset {
    border-style: inset !important;
  }
  .b-m-outset,
  .border-m-outset {
    border-style: outset !important;
  }
  .b-m-normal,
  .border-m-normal {
    border-radius: 0px !important;
  }
  .b-m-material,
  .border-m-material {
    border-radius: 3px !important;
  }
  .b-m-round,
  .border-m-round {
    border-radius: 5px !important;
  }
  .b-m-rounder,
  .border-m-rounder {
    border-radius: 8px !important;
  }
  .b-m-roundest,
  .border-m-roundest {
    border-radius: 12px !important;
  }
}
/*outlines*/
.o-0,
.outline-0 {
  outline-width: 0px !important;
}
.o-1,
.outline-1 {
  outline-width: 1px !important;
}
.o-2,
.outline-2 {
  outline-width: 2px !important;
}
.o-3,
.outline-3 {
  outline-width: 3px !important;
}
.o-4,
.outline-4 {
  outline-width: 4px !important;
}
.o-5,
.outline-5 {
  outline-width: 5px !important;
}
.o-light,
.outline-light {
  outline-color: #dee2e6 !important;
}
.o-grey,
.outline-grey {
  outline-color: #6c757d !important;
}
.o-red,
.outline-red {
  outline-color: red !important;
}
.o-dark-red,
.outline-dark-red {
  outline-color: #dc3545 !important;
}
.o-green,
.outline-green {
  outline-color: #27e178 !important;
}
.o-blue,
.outline-blue {
  outline-color: #279EDA !important;
}
.o-yellow,
.outline-yellow {
  outline-color: #ffc107 !important;
}
.o-fade-blue,
.outline-fade-blue {
  outline-color: #34435E !important;
}
.o-transparent,
.outline-transparent {
  outline-color: transparent !important;
}
.o-dotted,
.outline-dotted {
  outline-style: dotted !important;
}
.o-dashed,
.outline-dashed {
  outline-style: dashed !important;
}
.o-solid,
.outline-solid {
  outline-style: solid !important;
}
.o-double,
.outline-double {
  outline-style: double !important;
}
.o-groove,
.outline-groove {
  outline-style: groove !important;
}
.o-ridge,
.outline-ridge {
  outline-style: ridge !important;
}
.o-inset,
.outline-inset {
  outline-style: inset !important;
}
.o-outset,
.outline-outset {
  outline-style: outset !important;
}

@media screen and (min-width: 2500px) and (max-width: none) {
  /*outlines*/
  .o-xl-0,
  .outline-xl-0 {
    outline-width: 0px !important;
  }
  .o-xl-1,
  .outline-xl-1 {
    outline-width: 1px !important;
  }
  .o-xl-2,
  .outline-xl-2 {
    outline-width: 2px !important;
  }
  .o-xl-3,
  .outline-xl-3 {
    outline-width: 3px !important;
  }
  .o-xl-4,
  .outline-xl-4 {
    outline-width: 4px !important;
  }
  .o-xl-5,
  .outline-xl-5 {
    outline-width: 5px !important;
  }
  .o-xl-light,
  .outline-xl-light {
    outline-color: #dee2e6 !important;
  }
  .o-xl-grey,
  .outline-xl-grey {
    outline-color: #6c757d !important;
  }
  .o-xl-red,
  .outline-xl-red {
    outline-color: red !important;
  }
  .o-xl-dark-red,
  .outline-xl-dark-red {
    outline-color: #dc3545 !important;
  }
  .o-xl-green,
  .outline-xl-green {
    outline-color: #27e178 !important;
  }
  .o-xl-blue,
  .outline-xl-blue {
    outline-color: #279EDA !important;
  }
  .o-xl-yellow,
  .outline-xl-yellow {
    outline-color: #ffc107 !important;
  }
  .o-xl-fade-blue,
  .outline-xl-fade-blue {
    outline-color: #34435E !important;
  }
  .o-xl-transparent,
  .outline-xl-transparent {
    outline-color: transparent !important;
  }
  .o-xl-dotted,
  .outline-xl-dotted {
    outline-style: dotted !important;
  }
  .o-xl-dashed,
  .outline-xl-dashed {
    outline-style: dashed !important;
  }
  .o-xl-solid,
  .outline-xl-solid {
    outline-style: solid !important;
  }
  .o-xl-double,
  .outline-xl-double {
    outline-style: double !important;
  }
  .o-xl-groove,
  .outline-xl-groove {
    outline-style: groove !important;
  }
  .o-xl-ridge,
  .outline-xl-ridge {
    outline-style: ridge !important;
  }
  .o-xl-inset,
  .outline-xl-inset {
    outline-style: inset !important;
  }
  .o-xl-outset,
  .outline-xl-outset {
    outline-style: outset !important;
  }
}
@media screen and (min-width: 0) and (max-width: 1000px) {
  /*outlines*/
  .o-t-0,
  .outline-t-0 {
    outline-width: 0px !important;
  }
  .o-t-1,
  .outline-t-1 {
    outline-width: 1px !important;
  }
  .o-t-2,
  .outline-t-2 {
    outline-width: 2px !important;
  }
  .o-t-3,
  .outline-t-3 {
    outline-width: 3px !important;
  }
  .o-t-4,
  .outline-t-4 {
    outline-width: 4px !important;
  }
  .o-t-5,
  .outline-t-5 {
    outline-width: 5px !important;
  }
  .o-t-light,
  .outline-t-light {
    outline-color: #dee2e6 !important;
  }
  .o-t-grey,
  .outline-t-grey {
    outline-color: #6c757d !important;
  }
  .o-t-red,
  .outline-t-red {
    outline-color: red !important;
  }
  .o-t-dark-red,
  .outline-t-dark-red {
    outline-color: #dc3545 !important;
  }
  .o-t-green,
  .outline-t-green {
    outline-color: #27e178 !important;
  }
  .o-t-blue,
  .outline-t-blue {
    outline-color: #279EDA !important;
  }
  .o-t-yellow,
  .outline-t-yellow {
    outline-color: #ffc107 !important;
  }
  .o-t-fade-blue,
  .outline-t-fade-blue {
    outline-color: #34435E !important;
  }
  .o-t-transparent,
  .outline-t-transparent {
    outline-color: transparent !important;
  }
  .o-t-dotted,
  .outline-t-dotted {
    outline-style: dotted !important;
  }
  .o-t-dashed,
  .outline-t-dashed {
    outline-style: dashed !important;
  }
  .o-t-solid,
  .outline-t-solid {
    outline-style: solid !important;
  }
  .o-t-double,
  .outline-t-double {
    outline-style: double !important;
  }
  .o-t-groove,
  .outline-t-groove {
    outline-style: groove !important;
  }
  .o-t-ridge,
  .outline-t-ridge {
    outline-style: ridge !important;
  }
  .o-t-inset,
  .outline-t-inset {
    outline-style: inset !important;
  }
  .o-t-outset,
  .outline-t-outset {
    outline-style: outset !important;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  /*outlines*/
  .o-m-0,
  .outline-m-0 {
    outline-width: 0px !important;
  }
  .o-m-1,
  .outline-m-1 {
    outline-width: 1px !important;
  }
  .o-m-2,
  .outline-m-2 {
    outline-width: 2px !important;
  }
  .o-m-3,
  .outline-m-3 {
    outline-width: 3px !important;
  }
  .o-m-4,
  .outline-m-4 {
    outline-width: 4px !important;
  }
  .o-m-5,
  .outline-m-5 {
    outline-width: 5px !important;
  }
  .o-m-light,
  .outline-m-light {
    outline-color: #dee2e6 !important;
  }
  .o-m-grey,
  .outline-m-grey {
    outline-color: #6c757d !important;
  }
  .o-m-red,
  .outline-m-red {
    outline-color: red !important;
  }
  .o-m-dark-red,
  .outline-m-dark-red {
    outline-color: #dc3545 !important;
  }
  .o-m-green,
  .outline-m-green {
    outline-color: #27e178 !important;
  }
  .o-m-blue,
  .outline-m-blue {
    outline-color: #279EDA !important;
  }
  .o-m-yellow,
  .outline-m-yellow {
    outline-color: #ffc107 !important;
  }
  .o-m-fade-blue,
  .outline-m-fade-blue {
    outline-color: #34435E !important;
  }
  .o-m-transparent,
  .outline-m-transparent {
    outline-color: transparent !important;
  }
  .o-m-dotted,
  .outline-m-dotted {
    outline-style: dotted !important;
  }
  .o-m-dashed,
  .outline-m-dashed {
    outline-style: dashed !important;
  }
  .o-m-solid,
  .outline-m-solid {
    outline-style: solid !important;
  }
  .o-m-double,
  .outline-m-double {
    outline-style: double !important;
  }
  .o-m-groove,
  .outline-m-groove {
    outline-style: groove !important;
  }
  .o-m-ridge,
  .outline-m-ridge {
    outline-style: ridge !important;
  }
  .o-m-inset,
  .outline-m-inset {
    outline-style: inset !important;
  }
  .o-m-outset,
  .outline-m-outset {
    outline-style: outset !important;
  }
}
/*Sizing*/
/*Width*/
.w-full,
.width-full {
  width: 100% !important;
}
.w-screen,
.width-screen {
  width: 100vw !important;
}
.w-content,
.width-content {
  width: fit-content !important;
}
.w-auto,
.width-auto {
  width: auto !important;
}
.w-0,
.width-0 {
  width: 0% !important;
}
.w-0-vw,
.width-0-vw {
  width: 0vw !important;
}
.w-0-rem,
.width-0-rem {
  width: 0rem !important;
}
.w-0-px,
.width-0-px {
  width: 0px !important;
}
.w-1,
.width-1 {
  width: 1% !important;
}
.w-1-vw,
.width-1-vw {
  width: 1vw !important;
}
.w-1-rem,
.width-1-rem {
  width: 1rem !important;
}
.w-1-px,
.width-1-px {
  width: 1px !important;
}
.w-2,
.width-2 {
  width: 2% !important;
}
.w-2-vw,
.width-2-vw {
  width: 2vw !important;
}
.w-2-rem,
.width-2-rem {
  width: 2rem !important;
}
.w-2-px,
.width-2-px {
  width: 2px !important;
}
.w-3,
.width-3 {
  width: 3% !important;
}
.w-3-vw,
.width-3-vw {
  width: 3vw !important;
}
.w-3-rem,
.width-3-rem {
  width: 3rem !important;
}
.w-3-px,
.width-3-px {
  width: 3px !important;
}
.w-4,
.width-4 {
  width: 4% !important;
}
.w-4-vw,
.width-4-vw {
  width: 4vw !important;
}
.w-4-rem,
.width-4-rem {
  width: 4rem !important;
}
.w-4-px,
.width-4-px {
  width: 4px !important;
}
.w-5,
.width-5 {
  width: 5% !important;
}
.w-5-vw,
.width-5-vw {
  width: 5vw !important;
}
.w-5-rem,
.width-5-rem {
  width: 5rem !important;
}
.w-5-px,
.width-5-px {
  width: 5px !important;
}
.w-6,
.width-6 {
  width: 6% !important;
}
.w-6-vw,
.width-6-vw {
  width: 6vw !important;
}
.w-6-rem,
.width-6-rem {
  width: 6rem !important;
}
.w-6-px,
.width-6-px {
  width: 6px !important;
}
.w-7,
.width-7 {
  width: 7% !important;
}
.w-7-vw,
.width-7-vw {
  width: 7vw !important;
}
.w-7-rem,
.width-7-rem {
  width: 7rem !important;
}
.w-7-px,
.width-7-px {
  width: 7px !important;
}
.w-8,
.width-8 {
  width: 8% !important;
}
.w-8-vw,
.width-8-vw {
  width: 8vw !important;
}
.w-8-rem,
.width-8-rem {
  width: 8rem !important;
}
.w-8-px,
.width-8-px {
  width: 8px !important;
}
.w-9,
.width-9 {
  width: 9% !important;
}
.w-9-vw,
.width-9-vw {
  width: 9vw !important;
}
.w-9-rem,
.width-9-rem {
  width: 9rem !important;
}
.w-9-px,
.width-9-px {
  width: 9px !important;
}
.w-10,
.width-10 {
  width: 10% !important;
}
.w-10-vw,
.width-10-vw {
  width: 10vw !important;
}
.w-10-rem,
.width-10-rem {
  width: 10rem !important;
}
.w-10-px,
.width-10-px {
  width: 10px !important;
}
.w-11,
.width-11 {
  width: 11% !important;
}
.w-11-vw,
.width-11-vw {
  width: 11vw !important;
}
.w-11-rem,
.width-11-rem {
  width: 11rem !important;
}
.w-11-px,
.width-11-px {
  width: 11px !important;
}
.w-12,
.width-12 {
  width: 12% !important;
}
.w-12-vw,
.width-12-vw {
  width: 12vw !important;
}
.w-12-rem,
.width-12-rem {
  width: 12rem !important;
}
.w-12-px,
.width-12-px {
  width: 12px !important;
}
.w-13,
.width-13 {
  width: 13% !important;
}
.w-13-vw,
.width-13-vw {
  width: 13vw !important;
}
.w-13-rem,
.width-13-rem {
  width: 13rem !important;
}
.w-13-px,
.width-13-px {
  width: 13px !important;
}
.w-14,
.width-14 {
  width: 14% !important;
}
.w-14-vw,
.width-14-vw {
  width: 14vw !important;
}
.w-14-rem,
.width-14-rem {
  width: 14rem !important;
}
.w-14-px,
.width-14-px {
  width: 14px !important;
}
.w-15,
.width-15 {
  width: 15% !important;
}
.w-15-vw,
.width-15-vw {
  width: 15vw !important;
}
.w-15-rem,
.width-15-rem {
  width: 15rem !important;
}
.w-15-px,
.width-15-px {
  width: 15px !important;
}
.w-16,
.width-16 {
  width: 16% !important;
}
.w-16-vw,
.width-16-vw {
  width: 16vw !important;
}
.w-16-rem,
.width-16-rem {
  width: 16rem !important;
}
.w-16-px,
.width-16-px {
  width: 16px !important;
}
.w-17,
.width-17 {
  width: 17% !important;
}
.w-17-vw,
.width-17-vw {
  width: 17vw !important;
}
.w-17-rem,
.width-17-rem {
  width: 17rem !important;
}
.w-17-px,
.width-17-px {
  width: 17px !important;
}
.w-18,
.width-18 {
  width: 18% !important;
}
.w-18-vw,
.width-18-vw {
  width: 18vw !important;
}
.w-18-rem,
.width-18-rem {
  width: 18rem !important;
}
.w-18-px,
.width-18-px {
  width: 18px !important;
}
.w-19,
.width-19 {
  width: 19% !important;
}
.w-19-vw,
.width-19-vw {
  width: 19vw !important;
}
.w-19-rem,
.width-19-rem {
  width: 19rem !important;
}
.w-19-px,
.width-19-px {
  width: 19px !important;
}
.w-20,
.width-20 {
  width: 20% !important;
}
.w-20-vw,
.width-20-vw {
  width: 20vw !important;
}
.w-20-rem,
.width-20-rem {
  width: 20rem !important;
}
.w-20-px,
.width-20-px {
  width: 20px !important;
}
.w-21,
.width-21 {
  width: 21% !important;
}
.w-21-vw,
.width-21-vw {
  width: 21vw !important;
}
.w-21-rem,
.width-21-rem {
  width: 21rem !important;
}
.w-21-px,
.width-21-px {
  width: 21px !important;
}
.w-22,
.width-22 {
  width: 22% !important;
}
.w-22-vw,
.width-22-vw {
  width: 22vw !important;
}
.w-22-rem,
.width-22-rem {
  width: 22rem !important;
}
.w-22-px,
.width-22-px {
  width: 22px !important;
}
.w-23,
.width-23 {
  width: 23% !important;
}
.w-23-vw,
.width-23-vw {
  width: 23vw !important;
}
.w-23-rem,
.width-23-rem {
  width: 23rem !important;
}
.w-23-px,
.width-23-px {
  width: 23px !important;
}
.w-24,
.width-24 {
  width: 24% !important;
}
.w-24-vw,
.width-24-vw {
  width: 24vw !important;
}
.w-24-rem,
.width-24-rem {
  width: 24rem !important;
}
.w-24-px,
.width-24-px {
  width: 24px !important;
}
.w-25,
.width-25 {
  width: 25% !important;
}
.w-25-vw,
.width-25-vw {
  width: 25vw !important;
}
.w-25-rem,
.width-25-rem {
  width: 25rem !important;
}
.w-25-px,
.width-25-px {
  width: 25px !important;
}
.w-26,
.width-26 {
  width: 26% !important;
}
.w-26-vw,
.width-26-vw {
  width: 26vw !important;
}
.w-26-rem,
.width-26-rem {
  width: 26rem !important;
}
.w-26-px,
.width-26-px {
  width: 26px !important;
}
.w-27,
.width-27 {
  width: 27% !important;
}
.w-27-vw,
.width-27-vw {
  width: 27vw !important;
}
.w-27-rem,
.width-27-rem {
  width: 27rem !important;
}
.w-27-px,
.width-27-px {
  width: 27px !important;
}
.w-28,
.width-28 {
  width: 28% !important;
}
.w-28-vw,
.width-28-vw {
  width: 28vw !important;
}
.w-28-rem,
.width-28-rem {
  width: 28rem !important;
}
.w-28-px,
.width-28-px {
  width: 28px !important;
}
.w-29,
.width-29 {
  width: 29% !important;
}
.w-29-vw,
.width-29-vw {
  width: 29vw !important;
}
.w-29-rem,
.width-29-rem {
  width: 29rem !important;
}
.w-29-px,
.width-29-px {
  width: 29px !important;
}
.w-30,
.width-30 {
  width: 30% !important;
}
.w-30-vw,
.width-30-vw {
  width: 30vw !important;
}
.w-30-rem,
.width-30-rem {
  width: 30rem !important;
}
.w-30-px,
.width-30-px {
  width: 30px !important;
}
.w-31,
.width-31 {
  width: 31% !important;
}
.w-31-vw,
.width-31-vw {
  width: 31vw !important;
}
.w-31-rem,
.width-31-rem {
  width: 31rem !important;
}
.w-31-px,
.width-31-px {
  width: 31px !important;
}
.w-32,
.width-32 {
  width: 32% !important;
}
.w-32-vw,
.width-32-vw {
  width: 32vw !important;
}
.w-32-rem,
.width-32-rem {
  width: 32rem !important;
}
.w-32-px,
.width-32-px {
  width: 32px !important;
}
.w-33,
.width-33 {
  width: 33% !important;
}
.w-33-vw,
.width-33-vw {
  width: 33vw !important;
}
.w-33-rem,
.width-33-rem {
  width: 33rem !important;
}
.w-33-px,
.width-33-px {
  width: 33px !important;
}
.w-34,
.width-34 {
  width: 34% !important;
}
.w-34-vw,
.width-34-vw {
  width: 34vw !important;
}
.w-34-rem,
.width-34-rem {
  width: 34rem !important;
}
.w-34-px,
.width-34-px {
  width: 34px !important;
}
.w-35,
.width-35 {
  width: 35% !important;
}
.w-35-vw,
.width-35-vw {
  width: 35vw !important;
}
.w-35-rem,
.width-35-rem {
  width: 35rem !important;
}
.w-35-px,
.width-35-px {
  width: 35px !important;
}
.w-36,
.width-36 {
  width: 36% !important;
}
.w-36-vw,
.width-36-vw {
  width: 36vw !important;
}
.w-36-rem,
.width-36-rem {
  width: 36rem !important;
}
.w-36-px,
.width-36-px {
  width: 36px !important;
}
.w-37,
.width-37 {
  width: 37% !important;
}
.w-37-vw,
.width-37-vw {
  width: 37vw !important;
}
.w-37-rem,
.width-37-rem {
  width: 37rem !important;
}
.w-37-px,
.width-37-px {
  width: 37px !important;
}
.w-38,
.width-38 {
  width: 38% !important;
}
.w-38-vw,
.width-38-vw {
  width: 38vw !important;
}
.w-38-rem,
.width-38-rem {
  width: 38rem !important;
}
.w-38-px,
.width-38-px {
  width: 38px !important;
}
.w-39,
.width-39 {
  width: 39% !important;
}
.w-39-vw,
.width-39-vw {
  width: 39vw !important;
}
.w-39-rem,
.width-39-rem {
  width: 39rem !important;
}
.w-39-px,
.width-39-px {
  width: 39px !important;
}
.w-40,
.width-40 {
  width: 40% !important;
}
.w-40-vw,
.width-40-vw {
  width: 40vw !important;
}
.w-40-rem,
.width-40-rem {
  width: 40rem !important;
}
.w-40-px,
.width-40-px {
  width: 40px !important;
}
.w-41,
.width-41 {
  width: 41% !important;
}
.w-41-vw,
.width-41-vw {
  width: 41vw !important;
}
.w-41-rem,
.width-41-rem {
  width: 41rem !important;
}
.w-41-px,
.width-41-px {
  width: 41px !important;
}
.w-42,
.width-42 {
  width: 42% !important;
}
.w-42-vw,
.width-42-vw {
  width: 42vw !important;
}
.w-42-rem,
.width-42-rem {
  width: 42rem !important;
}
.w-42-px,
.width-42-px {
  width: 42px !important;
}
.w-43,
.width-43 {
  width: 43% !important;
}
.w-43-vw,
.width-43-vw {
  width: 43vw !important;
}
.w-43-rem,
.width-43-rem {
  width: 43rem !important;
}
.w-43-px,
.width-43-px {
  width: 43px !important;
}
.w-44,
.width-44 {
  width: 44% !important;
}
.w-44-vw,
.width-44-vw {
  width: 44vw !important;
}
.w-44-rem,
.width-44-rem {
  width: 44rem !important;
}
.w-44-px,
.width-44-px {
  width: 44px !important;
}
.w-45,
.width-45 {
  width: 45% !important;
}
.w-45-vw,
.width-45-vw {
  width: 45vw !important;
}
.w-45-rem,
.width-45-rem {
  width: 45rem !important;
}
.w-45-px,
.width-45-px {
  width: 45px !important;
}
.w-46,
.width-46 {
  width: 46% !important;
}
.w-46-vw,
.width-46-vw {
  width: 46vw !important;
}
.w-46-rem,
.width-46-rem {
  width: 46rem !important;
}
.w-46-px,
.width-46-px {
  width: 46px !important;
}
.w-47,
.width-47 {
  width: 47% !important;
}
.w-47-vw,
.width-47-vw {
  width: 47vw !important;
}
.w-47-rem,
.width-47-rem {
  width: 47rem !important;
}
.w-47-px,
.width-47-px {
  width: 47px !important;
}
.w-48,
.width-48 {
  width: 48% !important;
}
.w-48-vw,
.width-48-vw {
  width: 48vw !important;
}
.w-48-rem,
.width-48-rem {
  width: 48rem !important;
}
.w-48-px,
.width-48-px {
  width: 48px !important;
}
.w-49,
.width-49 {
  width: 49% !important;
}
.w-49-vw,
.width-49-vw {
  width: 49vw !important;
}
.w-49-rem,
.width-49-rem {
  width: 49rem !important;
}
.w-49-px,
.width-49-px {
  width: 49px !important;
}
.w-50,
.width-50 {
  width: 50% !important;
}
.w-50-vw,
.width-50-vw {
  width: 50vw !important;
}
.w-50-rem,
.width-50-rem {
  width: 50rem !important;
}
.w-50-px,
.width-50-px {
  width: 50px !important;
}
.w-51,
.width-51 {
  width: 51% !important;
}
.w-51-vw,
.width-51-vw {
  width: 51vw !important;
}
.w-52,
.width-52 {
  width: 52% !important;
}
.w-52-vw,
.width-52-vw {
  width: 52vw !important;
}
.w-53,
.width-53 {
  width: 53% !important;
}
.w-53-vw,
.width-53-vw {
  width: 53vw !important;
}
.w-54,
.width-54 {
  width: 54% !important;
}
.w-54-vw,
.width-54-vw {
  width: 54vw !important;
}
.w-55,
.width-55 {
  width: 55% !important;
}
.w-55-vw,
.width-55-vw {
  width: 55vw !important;
}
.w-56,
.width-56 {
  width: 56% !important;
}
.w-56-vw,
.width-56-vw {
  width: 56vw !important;
}
.w-57,
.width-57 {
  width: 57% !important;
}
.w-57-vw,
.width-57-vw {
  width: 57vw !important;
}
.w-58,
.width-58 {
  width: 58% !important;
}
.w-58-vw,
.width-58-vw {
  width: 58vw !important;
}
.w-59,
.width-59 {
  width: 59% !important;
}
.w-59-vw,
.width-59-vw {
  width: 59vw !important;
}
.w-60,
.width-60 {
  width: 60% !important;
}
.w-60-vw,
.width-60-vw {
  width: 60vw !important;
}
.w-61,
.width-61 {
  width: 61% !important;
}
.w-61-vw,
.width-61-vw {
  width: 61vw !important;
}
.w-62,
.width-62 {
  width: 62% !important;
}
.w-62-vw,
.width-62-vw {
  width: 62vw !important;
}
.w-63,
.width-63 {
  width: 63% !important;
}
.w-63-vw,
.width-63-vw {
  width: 63vw !important;
}
.w-64,
.width-64 {
  width: 64% !important;
}
.w-64-vw,
.width-64-vw {
  width: 64vw !important;
}
.w-65,
.width-65 {
  width: 65% !important;
}
.w-65-vw,
.width-65-vw {
  width: 65vw !important;
}
.w-66,
.width-66 {
  width: 66% !important;
}
.w-66-vw,
.width-66-vw {
  width: 66vw !important;
}
.w-67,
.width-67 {
  width: 67% !important;
}
.w-67-vw,
.width-67-vw {
  width: 67vw !important;
}
.w-68,
.width-68 {
  width: 68% !important;
}
.w-68-vw,
.width-68-vw {
  width: 68vw !important;
}
.w-69,
.width-69 {
  width: 69% !important;
}
.w-69-vw,
.width-69-vw {
  width: 69vw !important;
}
.w-70,
.width-70 {
  width: 70% !important;
}
.w-70-vw,
.width-70-vw {
  width: 70vw !important;
}
.w-71,
.width-71 {
  width: 71% !important;
}
.w-71-vw,
.width-71-vw {
  width: 71vw !important;
}
.w-72,
.width-72 {
  width: 72% !important;
}
.w-72-vw,
.width-72-vw {
  width: 72vw !important;
}
.w-73,
.width-73 {
  width: 73% !important;
}
.w-73-vw,
.width-73-vw {
  width: 73vw !important;
}
.w-74,
.width-74 {
  width: 74% !important;
}
.w-74-vw,
.width-74-vw {
  width: 74vw !important;
}
.w-75,
.width-75 {
  width: 75% !important;
}
.w-75-vw,
.width-75-vw {
  width: 75vw !important;
}
.w-76,
.width-76 {
  width: 76% !important;
}
.w-76-vw,
.width-76-vw {
  width: 76vw !important;
}
.w-77,
.width-77 {
  width: 77% !important;
}
.w-77-vw,
.width-77-vw {
  width: 77vw !important;
}
.w-78,
.width-78 {
  width: 78% !important;
}
.w-78-vw,
.width-78-vw {
  width: 78vw !important;
}
.w-79,
.width-79 {
  width: 79% !important;
}
.w-79-vw,
.width-79-vw {
  width: 79vw !important;
}
.w-80,
.width-80 {
  width: 80% !important;
}
.w-80-vw,
.width-80-vw {
  width: 80vw !important;
}
.w-81,
.width-81 {
  width: 81% !important;
}
.w-81-vw,
.width-81-vw {
  width: 81vw !important;
}
.w-82,
.width-82 {
  width: 82% !important;
}
.w-82-vw,
.width-82-vw {
  width: 82vw !important;
}
.w-83,
.width-83 {
  width: 83% !important;
}
.w-83-vw,
.width-83-vw {
  width: 83vw !important;
}
.w-84,
.width-84 {
  width: 84% !important;
}
.w-84-vw,
.width-84-vw {
  width: 84vw !important;
}
.w-85,
.width-85 {
  width: 85% !important;
}
.w-85-vw,
.width-85-vw {
  width: 85vw !important;
}
.w-86,
.width-86 {
  width: 86% !important;
}
.w-86-vw,
.width-86-vw {
  width: 86vw !important;
}
.w-87,
.width-87 {
  width: 87% !important;
}
.w-87-vw,
.width-87-vw {
  width: 87vw !important;
}
.w-88,
.width-88 {
  width: 88% !important;
}
.w-88-vw,
.width-88-vw {
  width: 88vw !important;
}
.w-89,
.width-89 {
  width: 89% !important;
}
.w-89-vw,
.width-89-vw {
  width: 89vw !important;
}
.w-90,
.width-90 {
  width: 90% !important;
}
.w-90-vw,
.width-90-vw {
  width: 90vw !important;
}
.w-91,
.width-91 {
  width: 91% !important;
}
.w-91-vw,
.width-91-vw {
  width: 91vw !important;
}
.w-92,
.width-92 {
  width: 92% !important;
}
.w-92-vw,
.width-92-vw {
  width: 92vw !important;
}
.w-93,
.width-93 {
  width: 93% !important;
}
.w-93-vw,
.width-93-vw {
  width: 93vw !important;
}
.w-94,
.width-94 {
  width: 94% !important;
}
.w-94-vw,
.width-94-vw {
  width: 94vw !important;
}
.w-95,
.width-95 {
  width: 95% !important;
}
.w-95-vw,
.width-95-vw {
  width: 95vw !important;
}
.w-96,
.width-96 {
  width: 96% !important;
}
.w-96-vw,
.width-96-vw {
  width: 96vw !important;
}
.w-97,
.width-97 {
  width: 97% !important;
}
.w-97-vw,
.width-97-vw {
  width: 97vw !important;
}
.w-98,
.width-98 {
  width: 98% !important;
}
.w-98-vw,
.width-98-vw {
  width: 98vw !important;
}
.w-99,
.width-99 {
  width: 99% !important;
}
.w-99-vw,
.width-99-vw {
  width: 99vw !important;
}
.w-100,
.width-100 {
  width: 100% !important;
}
.w-100-vw,
.width-100-vw {
  width: 100vw !important;
}
.w-min-full,
.width-min-full {
  min-width: 100% !important;
}
.w-min-screen,
.width-min-screen {
  min-width: 100vw !important;
}
.w-min-content,
.width-min-content {
  min-width: fit-content !important;
}
.w-min-auto,
.width-min-auto {
  min-width: auto !important;
}
.w-min-0,
.width-min-0 {
  min-width: 0% !important;
}
.w-min-0-vw,
.width-min-0-vw {
  min-width: 0vw !important;
}
.w-min-0-rem,
.width-min-0-rem {
  min-width: 0rem !important;
}
.w-min-0-px,
.width-min-0-px {
  min-width: 0px !important;
}
.w-min-1,
.width-min-1 {
  min-width: 1% !important;
}
.w-min-1-vw,
.width-min-1-vw {
  min-width: 1vw !important;
}
.w-min-1-rem,
.width-min-1-rem {
  min-width: 1rem !important;
}
.w-min-1-px,
.width-min-1-px {
  min-width: 1px !important;
}
.w-min-2,
.width-min-2 {
  min-width: 2% !important;
}
.w-min-2-vw,
.width-min-2-vw {
  min-width: 2vw !important;
}
.w-min-2-rem,
.width-min-2-rem {
  min-width: 2rem !important;
}
.w-min-2-px,
.width-min-2-px {
  min-width: 2px !important;
}
.w-min-3,
.width-min-3 {
  min-width: 3% !important;
}
.w-min-3-vw,
.width-min-3-vw {
  min-width: 3vw !important;
}
.w-min-3-rem,
.width-min-3-rem {
  min-width: 3rem !important;
}
.w-min-3-px,
.width-min-3-px {
  min-width: 3px !important;
}
.w-min-4,
.width-min-4 {
  min-width: 4% !important;
}
.w-min-4-vw,
.width-min-4-vw {
  min-width: 4vw !important;
}
.w-min-4-rem,
.width-min-4-rem {
  min-width: 4rem !important;
}
.w-min-4-px,
.width-min-4-px {
  min-width: 4px !important;
}
.w-min-5,
.width-min-5 {
  min-width: 5% !important;
}
.w-min-5-vw,
.width-min-5-vw {
  min-width: 5vw !important;
}
.w-min-5-rem,
.width-min-5-rem {
  min-width: 5rem !important;
}
.w-min-5-px,
.width-min-5-px {
  min-width: 5px !important;
}
.w-min-6,
.width-min-6 {
  min-width: 6% !important;
}
.w-min-6-vw,
.width-min-6-vw {
  min-width: 6vw !important;
}
.w-min-6-rem,
.width-min-6-rem {
  min-width: 6rem !important;
}
.w-min-6-px,
.width-min-6-px {
  min-width: 6px !important;
}
.w-min-7,
.width-min-7 {
  min-width: 7% !important;
}
.w-min-7-vw,
.width-min-7-vw {
  min-width: 7vw !important;
}
.w-min-7-rem,
.width-min-7-rem {
  min-width: 7rem !important;
}
.w-min-7-px,
.width-min-7-px {
  min-width: 7px !important;
}
.w-min-8,
.width-min-8 {
  min-width: 8% !important;
}
.w-min-8-vw,
.width-min-8-vw {
  min-width: 8vw !important;
}
.w-min-8-rem,
.width-min-8-rem {
  min-width: 8rem !important;
}
.w-min-8-px,
.width-min-8-px {
  min-width: 8px !important;
}
.w-min-9,
.width-min-9 {
  min-width: 9% !important;
}
.w-min-9-vw,
.width-min-9-vw {
  min-width: 9vw !important;
}
.w-min-9-rem,
.width-min-9-rem {
  min-width: 9rem !important;
}
.w-min-9-px,
.width-min-9-px {
  min-width: 9px !important;
}
.w-min-10,
.width-min-10 {
  min-width: 10% !important;
}
.w-min-10-vw,
.width-min-10-vw {
  min-width: 10vw !important;
}
.w-min-10-rem,
.width-min-10-rem {
  min-width: 10rem !important;
}
.w-min-10-px,
.width-min-10-px {
  min-width: 10px !important;
}
.w-min-11,
.width-min-11 {
  min-width: 11% !important;
}
.w-min-11-vw,
.width-min-11-vw {
  min-width: 11vw !important;
}
.w-min-11-rem,
.width-min-11-rem {
  min-width: 11rem !important;
}
.w-min-11-px,
.width-min-11-px {
  min-width: 11px !important;
}
.w-min-12,
.width-min-12 {
  min-width: 12% !important;
}
.w-min-12-vw,
.width-min-12-vw {
  min-width: 12vw !important;
}
.w-min-12-rem,
.width-min-12-rem {
  min-width: 12rem !important;
}
.w-min-12-px,
.width-min-12-px {
  min-width: 12px !important;
}
.w-min-13,
.width-min-13 {
  min-width: 13% !important;
}
.w-min-13-vw,
.width-min-13-vw {
  min-width: 13vw !important;
}
.w-min-13-rem,
.width-min-13-rem {
  min-width: 13rem !important;
}
.w-min-13-px,
.width-min-13-px {
  min-width: 13px !important;
}
.w-min-14,
.width-min-14 {
  min-width: 14% !important;
}
.w-min-14-vw,
.width-min-14-vw {
  min-width: 14vw !important;
}
.w-min-14-rem,
.width-min-14-rem {
  min-width: 14rem !important;
}
.w-min-14-px,
.width-min-14-px {
  min-width: 14px !important;
}
.w-min-15,
.width-min-15 {
  min-width: 15% !important;
}
.w-min-15-vw,
.width-min-15-vw {
  min-width: 15vw !important;
}
.w-min-15-rem,
.width-min-15-rem {
  min-width: 15rem !important;
}
.w-min-15-px,
.width-min-15-px {
  min-width: 15px !important;
}
.w-min-16,
.width-min-16 {
  min-width: 16% !important;
}
.w-min-16-vw,
.width-min-16-vw {
  min-width: 16vw !important;
}
.w-min-16-rem,
.width-min-16-rem {
  min-width: 16rem !important;
}
.w-min-16-px,
.width-min-16-px {
  min-width: 16px !important;
}
.w-min-17,
.width-min-17 {
  min-width: 17% !important;
}
.w-min-17-vw,
.width-min-17-vw {
  min-width: 17vw !important;
}
.w-min-17-rem,
.width-min-17-rem {
  min-width: 17rem !important;
}
.w-min-17-px,
.width-min-17-px {
  min-width: 17px !important;
}
.w-min-18,
.width-min-18 {
  min-width: 18% !important;
}
.w-min-18-vw,
.width-min-18-vw {
  min-width: 18vw !important;
}
.w-min-18-rem,
.width-min-18-rem {
  min-width: 18rem !important;
}
.w-min-18-px,
.width-min-18-px {
  min-width: 18px !important;
}
.w-min-19,
.width-min-19 {
  min-width: 19% !important;
}
.w-min-19-vw,
.width-min-19-vw {
  min-width: 19vw !important;
}
.w-min-19-rem,
.width-min-19-rem {
  min-width: 19rem !important;
}
.w-min-19-px,
.width-min-19-px {
  min-width: 19px !important;
}
.w-min-20,
.width-min-20 {
  min-width: 20% !important;
}
.w-min-20-vw,
.width-min-20-vw {
  min-width: 20vw !important;
}
.w-min-20-rem,
.width-min-20-rem {
  min-width: 20rem !important;
}
.w-min-20-px,
.width-min-20-px {
  min-width: 20px !important;
}
.w-min-21,
.width-min-21 {
  min-width: 21% !important;
}
.w-min-21-vw,
.width-min-21-vw {
  min-width: 21vw !important;
}
.w-min-21-rem,
.width-min-21-rem {
  min-width: 21rem !important;
}
.w-min-21-px,
.width-min-21-px {
  min-width: 21px !important;
}
.w-min-22,
.width-min-22 {
  min-width: 22% !important;
}
.w-min-22-vw,
.width-min-22-vw {
  min-width: 22vw !important;
}
.w-min-22-rem,
.width-min-22-rem {
  min-width: 22rem !important;
}
.w-min-22-px,
.width-min-22-px {
  min-width: 22px !important;
}
.w-min-23,
.width-min-23 {
  min-width: 23% !important;
}
.w-min-23-vw,
.width-min-23-vw {
  min-width: 23vw !important;
}
.w-min-23-rem,
.width-min-23-rem {
  min-width: 23rem !important;
}
.w-min-23-px,
.width-min-23-px {
  min-width: 23px !important;
}
.w-min-24,
.width-min-24 {
  min-width: 24% !important;
}
.w-min-24-vw,
.width-min-24-vw {
  min-width: 24vw !important;
}
.w-min-24-rem,
.width-min-24-rem {
  min-width: 24rem !important;
}
.w-min-24-px,
.width-min-24-px {
  min-width: 24px !important;
}
.w-min-25,
.width-min-25 {
  min-width: 25% !important;
}
.w-min-25-vw,
.width-min-25-vw {
  min-width: 25vw !important;
}
.w-min-25-rem,
.width-min-25-rem {
  min-width: 25rem !important;
}
.w-min-25-px,
.width-min-25-px {
  min-width: 25px !important;
}
.w-min-26,
.width-min-26 {
  min-width: 26% !important;
}
.w-min-26-vw,
.width-min-26-vw {
  min-width: 26vw !important;
}
.w-min-26-rem,
.width-min-26-rem {
  min-width: 26rem !important;
}
.w-min-26-px,
.width-min-26-px {
  min-width: 26px !important;
}
.w-min-27,
.width-min-27 {
  min-width: 27% !important;
}
.w-min-27-vw,
.width-min-27-vw {
  min-width: 27vw !important;
}
.w-min-27-rem,
.width-min-27-rem {
  min-width: 27rem !important;
}
.w-min-27-px,
.width-min-27-px {
  min-width: 27px !important;
}
.w-min-28,
.width-min-28 {
  min-width: 28% !important;
}
.w-min-28-vw,
.width-min-28-vw {
  min-width: 28vw !important;
}
.w-min-28-rem,
.width-min-28-rem {
  min-width: 28rem !important;
}
.w-min-28-px,
.width-min-28-px {
  min-width: 28px !important;
}
.w-min-29,
.width-min-29 {
  min-width: 29% !important;
}
.w-min-29-vw,
.width-min-29-vw {
  min-width: 29vw !important;
}
.w-min-29-rem,
.width-min-29-rem {
  min-width: 29rem !important;
}
.w-min-29-px,
.width-min-29-px {
  min-width: 29px !important;
}
.w-min-30,
.width-min-30 {
  min-width: 30% !important;
}
.w-min-30-vw,
.width-min-30-vw {
  min-width: 30vw !important;
}
.w-min-30-rem,
.width-min-30-rem {
  min-width: 30rem !important;
}
.w-min-30-px,
.width-min-30-px {
  min-width: 30px !important;
}
.w-min-31,
.width-min-31 {
  min-width: 31% !important;
}
.w-min-31-vw,
.width-min-31-vw {
  min-width: 31vw !important;
}
.w-min-31-rem,
.width-min-31-rem {
  min-width: 31rem !important;
}
.w-min-31-px,
.width-min-31-px {
  min-width: 31px !important;
}
.w-min-32,
.width-min-32 {
  min-width: 32% !important;
}
.w-min-32-vw,
.width-min-32-vw {
  min-width: 32vw !important;
}
.w-min-32-rem,
.width-min-32-rem {
  min-width: 32rem !important;
}
.w-min-32-px,
.width-min-32-px {
  min-width: 32px !important;
}
.w-min-33,
.width-min-33 {
  min-width: 33% !important;
}
.w-min-33-vw,
.width-min-33-vw {
  min-width: 33vw !important;
}
.w-min-33-rem,
.width-min-33-rem {
  min-width: 33rem !important;
}
.w-min-33-px,
.width-min-33-px {
  min-width: 33px !important;
}
.w-min-34,
.width-min-34 {
  min-width: 34% !important;
}
.w-min-34-vw,
.width-min-34-vw {
  min-width: 34vw !important;
}
.w-min-34-rem,
.width-min-34-rem {
  min-width: 34rem !important;
}
.w-min-34-px,
.width-min-34-px {
  min-width: 34px !important;
}
.w-min-35,
.width-min-35 {
  min-width: 35% !important;
}
.w-min-35-vw,
.width-min-35-vw {
  min-width: 35vw !important;
}
.w-min-35-rem,
.width-min-35-rem {
  min-width: 35rem !important;
}
.w-min-35-px,
.width-min-35-px {
  min-width: 35px !important;
}
.w-min-36,
.width-min-36 {
  min-width: 36% !important;
}
.w-min-36-vw,
.width-min-36-vw {
  min-width: 36vw !important;
}
.w-min-36-rem,
.width-min-36-rem {
  min-width: 36rem !important;
}
.w-min-36-px,
.width-min-36-px {
  min-width: 36px !important;
}
.w-min-37,
.width-min-37 {
  min-width: 37% !important;
}
.w-min-37-vw,
.width-min-37-vw {
  min-width: 37vw !important;
}
.w-min-37-rem,
.width-min-37-rem {
  min-width: 37rem !important;
}
.w-min-37-px,
.width-min-37-px {
  min-width: 37px !important;
}
.w-min-38,
.width-min-38 {
  min-width: 38% !important;
}
.w-min-38-vw,
.width-min-38-vw {
  min-width: 38vw !important;
}
.w-min-38-rem,
.width-min-38-rem {
  min-width: 38rem !important;
}
.w-min-38-px,
.width-min-38-px {
  min-width: 38px !important;
}
.w-min-39,
.width-min-39 {
  min-width: 39% !important;
}
.w-min-39-vw,
.width-min-39-vw {
  min-width: 39vw !important;
}
.w-min-39-rem,
.width-min-39-rem {
  min-width: 39rem !important;
}
.w-min-39-px,
.width-min-39-px {
  min-width: 39px !important;
}
.w-min-40,
.width-min-40 {
  min-width: 40% !important;
}
.w-min-40-vw,
.width-min-40-vw {
  min-width: 40vw !important;
}
.w-min-40-rem,
.width-min-40-rem {
  min-width: 40rem !important;
}
.w-min-40-px,
.width-min-40-px {
  min-width: 40px !important;
}
.w-min-41,
.width-min-41 {
  min-width: 41% !important;
}
.w-min-41-vw,
.width-min-41-vw {
  min-width: 41vw !important;
}
.w-min-41-rem,
.width-min-41-rem {
  min-width: 41rem !important;
}
.w-min-41-px,
.width-min-41-px {
  min-width: 41px !important;
}
.w-min-42,
.width-min-42 {
  min-width: 42% !important;
}
.w-min-42-vw,
.width-min-42-vw {
  min-width: 42vw !important;
}
.w-min-42-rem,
.width-min-42-rem {
  min-width: 42rem !important;
}
.w-min-42-px,
.width-min-42-px {
  min-width: 42px !important;
}
.w-min-43,
.width-min-43 {
  min-width: 43% !important;
}
.w-min-43-vw,
.width-min-43-vw {
  min-width: 43vw !important;
}
.w-min-43-rem,
.width-min-43-rem {
  min-width: 43rem !important;
}
.w-min-43-px,
.width-min-43-px {
  min-width: 43px !important;
}
.w-min-44,
.width-min-44 {
  min-width: 44% !important;
}
.w-min-44-vw,
.width-min-44-vw {
  min-width: 44vw !important;
}
.w-min-44-rem,
.width-min-44-rem {
  min-width: 44rem !important;
}
.w-min-44-px,
.width-min-44-px {
  min-width: 44px !important;
}
.w-min-45,
.width-min-45 {
  min-width: 45% !important;
}
.w-min-45-vw,
.width-min-45-vw {
  min-width: 45vw !important;
}
.w-min-45-rem,
.width-min-45-rem {
  min-width: 45rem !important;
}
.w-min-45-px,
.width-min-45-px {
  min-width: 45px !important;
}
.w-min-46,
.width-min-46 {
  min-width: 46% !important;
}
.w-min-46-vw,
.width-min-46-vw {
  min-width: 46vw !important;
}
.w-min-46-rem,
.width-min-46-rem {
  min-width: 46rem !important;
}
.w-min-46-px,
.width-min-46-px {
  min-width: 46px !important;
}
.w-min-47,
.width-min-47 {
  min-width: 47% !important;
}
.w-min-47-vw,
.width-min-47-vw {
  min-width: 47vw !important;
}
.w-min-47-rem,
.width-min-47-rem {
  min-width: 47rem !important;
}
.w-min-47-px,
.width-min-47-px {
  min-width: 47px !important;
}
.w-min-48,
.width-min-48 {
  min-width: 48% !important;
}
.w-min-48-vw,
.width-min-48-vw {
  min-width: 48vw !important;
}
.w-min-48-rem,
.width-min-48-rem {
  min-width: 48rem !important;
}
.w-min-48-px,
.width-min-48-px {
  min-width: 48px !important;
}
.w-min-49,
.width-min-49 {
  min-width: 49% !important;
}
.w-min-49-vw,
.width-min-49-vw {
  min-width: 49vw !important;
}
.w-min-49-rem,
.width-min-49-rem {
  min-width: 49rem !important;
}
.w-min-49-px,
.width-min-49-px {
  min-width: 49px !important;
}
.w-min-50,
.width-min-50 {
  min-width: 50% !important;
}
.w-min-50-vw,
.width-min-50-vw {
  min-width: 50vw !important;
}
.w-min-50-rem,
.width-min-50-rem {
  min-width: 50rem !important;
}
.w-min-50-px,
.width-min-50-px {
  min-width: 50px !important;
}
.w-min-51,
.width-min-51 {
  min-width: 51% !important;
}
.w-min-51-vw,
.width-min-51-vw {
  min-width: 51vw !important;
}
.w-min-52,
.width-min-52 {
  min-width: 52% !important;
}
.w-min-52-vw,
.width-min-52-vw {
  min-width: 52vw !important;
}
.w-min-53,
.width-min-53 {
  min-width: 53% !important;
}
.w-min-53-vw,
.width-min-53-vw {
  min-width: 53vw !important;
}
.w-min-54,
.width-min-54 {
  min-width: 54% !important;
}
.w-min-54-vw,
.width-min-54-vw {
  min-width: 54vw !important;
}
.w-min-55,
.width-min-55 {
  min-width: 55% !important;
}
.w-min-55-vw,
.width-min-55-vw {
  min-width: 55vw !important;
}
.w-min-56,
.width-min-56 {
  min-width: 56% !important;
}
.w-min-56-vw,
.width-min-56-vw {
  min-width: 56vw !important;
}
.w-min-57,
.width-min-57 {
  min-width: 57% !important;
}
.w-min-57-vw,
.width-min-57-vw {
  min-width: 57vw !important;
}
.w-min-58,
.width-min-58 {
  min-width: 58% !important;
}
.w-min-58-vw,
.width-min-58-vw {
  min-width: 58vw !important;
}
.w-min-59,
.width-min-59 {
  min-width: 59% !important;
}
.w-min-59-vw,
.width-min-59-vw {
  min-width: 59vw !important;
}
.w-min-60,
.width-min-60 {
  min-width: 60% !important;
}
.w-min-60-vw,
.width-min-60-vw {
  min-width: 60vw !important;
}
.w-min-61,
.width-min-61 {
  min-width: 61% !important;
}
.w-min-61-vw,
.width-min-61-vw {
  min-width: 61vw !important;
}
.w-min-62,
.width-min-62 {
  min-width: 62% !important;
}
.w-min-62-vw,
.width-min-62-vw {
  min-width: 62vw !important;
}
.w-min-63,
.width-min-63 {
  min-width: 63% !important;
}
.w-min-63-vw,
.width-min-63-vw {
  min-width: 63vw !important;
}
.w-min-64,
.width-min-64 {
  min-width: 64% !important;
}
.w-min-64-vw,
.width-min-64-vw {
  min-width: 64vw !important;
}
.w-min-65,
.width-min-65 {
  min-width: 65% !important;
}
.w-min-65-vw,
.width-min-65-vw {
  min-width: 65vw !important;
}
.w-min-66,
.width-min-66 {
  min-width: 66% !important;
}
.w-min-66-vw,
.width-min-66-vw {
  min-width: 66vw !important;
}
.w-min-67,
.width-min-67 {
  min-width: 67% !important;
}
.w-min-67-vw,
.width-min-67-vw {
  min-width: 67vw !important;
}
.w-min-68,
.width-min-68 {
  min-width: 68% !important;
}
.w-min-68-vw,
.width-min-68-vw {
  min-width: 68vw !important;
}
.w-min-69,
.width-min-69 {
  min-width: 69% !important;
}
.w-min-69-vw,
.width-min-69-vw {
  min-width: 69vw !important;
}
.w-min-70,
.width-min-70 {
  min-width: 70% !important;
}
.w-min-70-vw,
.width-min-70-vw {
  min-width: 70vw !important;
}
.w-min-71,
.width-min-71 {
  min-width: 71% !important;
}
.w-min-71-vw,
.width-min-71-vw {
  min-width: 71vw !important;
}
.w-min-72,
.width-min-72 {
  min-width: 72% !important;
}
.w-min-72-vw,
.width-min-72-vw {
  min-width: 72vw !important;
}
.w-min-73,
.width-min-73 {
  min-width: 73% !important;
}
.w-min-73-vw,
.width-min-73-vw {
  min-width: 73vw !important;
}
.w-min-74,
.width-min-74 {
  min-width: 74% !important;
}
.w-min-74-vw,
.width-min-74-vw {
  min-width: 74vw !important;
}
.w-min-75,
.width-min-75 {
  min-width: 75% !important;
}
.w-min-75-vw,
.width-min-75-vw {
  min-width: 75vw !important;
}
.w-min-76,
.width-min-76 {
  min-width: 76% !important;
}
.w-min-76-vw,
.width-min-76-vw {
  min-width: 76vw !important;
}
.w-min-77,
.width-min-77 {
  min-width: 77% !important;
}
.w-min-77-vw,
.width-min-77-vw {
  min-width: 77vw !important;
}
.w-min-78,
.width-min-78 {
  min-width: 78% !important;
}
.w-min-78-vw,
.width-min-78-vw {
  min-width: 78vw !important;
}
.w-min-79,
.width-min-79 {
  min-width: 79% !important;
}
.w-min-79-vw,
.width-min-79-vw {
  min-width: 79vw !important;
}
.w-min-80,
.width-min-80 {
  min-width: 80% !important;
}
.w-min-80-vw,
.width-min-80-vw {
  min-width: 80vw !important;
}
.w-min-81,
.width-min-81 {
  min-width: 81% !important;
}
.w-min-81-vw,
.width-min-81-vw {
  min-width: 81vw !important;
}
.w-min-82,
.width-min-82 {
  min-width: 82% !important;
}
.w-min-82-vw,
.width-min-82-vw {
  min-width: 82vw !important;
}
.w-min-83,
.width-min-83 {
  min-width: 83% !important;
}
.w-min-83-vw,
.width-min-83-vw {
  min-width: 83vw !important;
}
.w-min-84,
.width-min-84 {
  min-width: 84% !important;
}
.w-min-84-vw,
.width-min-84-vw {
  min-width: 84vw !important;
}
.w-min-85,
.width-min-85 {
  min-width: 85% !important;
}
.w-min-85-vw,
.width-min-85-vw {
  min-width: 85vw !important;
}
.w-min-86,
.width-min-86 {
  min-width: 86% !important;
}
.w-min-86-vw,
.width-min-86-vw {
  min-width: 86vw !important;
}
.w-min-87,
.width-min-87 {
  min-width: 87% !important;
}
.w-min-87-vw,
.width-min-87-vw {
  min-width: 87vw !important;
}
.w-min-88,
.width-min-88 {
  min-width: 88% !important;
}
.w-min-88-vw,
.width-min-88-vw {
  min-width: 88vw !important;
}
.w-min-89,
.width-min-89 {
  min-width: 89% !important;
}
.w-min-89-vw,
.width-min-89-vw {
  min-width: 89vw !important;
}
.w-min-90,
.width-min-90 {
  min-width: 90% !important;
}
.w-min-90-vw,
.width-min-90-vw {
  min-width: 90vw !important;
}
.w-min-91,
.width-min-91 {
  min-width: 91% !important;
}
.w-min-91-vw,
.width-min-91-vw {
  min-width: 91vw !important;
}
.w-min-92,
.width-min-92 {
  min-width: 92% !important;
}
.w-min-92-vw,
.width-min-92-vw {
  min-width: 92vw !important;
}
.w-min-93,
.width-min-93 {
  min-width: 93% !important;
}
.w-min-93-vw,
.width-min-93-vw {
  min-width: 93vw !important;
}
.w-min-94,
.width-min-94 {
  min-width: 94% !important;
}
.w-min-94-vw,
.width-min-94-vw {
  min-width: 94vw !important;
}
.w-min-95,
.width-min-95 {
  min-width: 95% !important;
}
.w-min-95-vw,
.width-min-95-vw {
  min-width: 95vw !important;
}
.w-min-96,
.width-min-96 {
  min-width: 96% !important;
}
.w-min-96-vw,
.width-min-96-vw {
  min-width: 96vw !important;
}
.w-min-97,
.width-min-97 {
  min-width: 97% !important;
}
.w-min-97-vw,
.width-min-97-vw {
  min-width: 97vw !important;
}
.w-min-98,
.width-min-98 {
  min-width: 98% !important;
}
.w-min-98-vw,
.width-min-98-vw {
  min-width: 98vw !important;
}
.w-min-99,
.width-min-99 {
  min-width: 99% !important;
}
.w-min-99-vw,
.width-min-99-vw {
  min-width: 99vw !important;
}
.w-min-100,
.width-min-100 {
  min-width: 100% !important;
}
.w-min-100-vw,
.width-min-100-vw {
  min-width: 100vw !important;
}
.w-max-full,
.width-max-full {
  max-width: 100% !important;
}
.w-max-screen,
.width-max-screen {
  max-width: 100vw !important;
}
.w-max-content,
.width-max-content {
  max-width: fit-content !important;
}
.w-max-auto,
.width-max-auto {
  max-width: auto !important;
}
.w-max-0,
.width-max-0 {
  max-width: 0% !important;
}
.w-max-0-vw,
.width-max-0-vw {
  max-width: 0vw !important;
}
.w-max-0-rem,
.width-max-0-rem {
  max-width: 0rem !important;
}
.w-max-0-px,
.width-max-0-px {
  max-width: 0px !important;
}
.w-max-1,
.width-max-1 {
  max-width: 1% !important;
}
.w-max-1-vw,
.width-max-1-vw {
  max-width: 1vw !important;
}
.w-max-1-rem,
.width-max-1-rem {
  max-width: 1rem !important;
}
.w-max-1-px,
.width-max-1-px {
  max-width: 1px !important;
}
.w-max-2,
.width-max-2 {
  max-width: 2% !important;
}
.w-max-2-vw,
.width-max-2-vw {
  max-width: 2vw !important;
}
.w-max-2-rem,
.width-max-2-rem {
  max-width: 2rem !important;
}
.w-max-2-px,
.width-max-2-px {
  max-width: 2px !important;
}
.w-max-3,
.width-max-3 {
  max-width: 3% !important;
}
.w-max-3-vw,
.width-max-3-vw {
  max-width: 3vw !important;
}
.w-max-3-rem,
.width-max-3-rem {
  max-width: 3rem !important;
}
.w-max-3-px,
.width-max-3-px {
  max-width: 3px !important;
}
.w-max-4,
.width-max-4 {
  max-width: 4% !important;
}
.w-max-4-vw,
.width-max-4-vw {
  max-width: 4vw !important;
}
.w-max-4-rem,
.width-max-4-rem {
  max-width: 4rem !important;
}
.w-max-4-px,
.width-max-4-px {
  max-width: 4px !important;
}
.w-max-5,
.width-max-5 {
  max-width: 5% !important;
}
.w-max-5-vw,
.width-max-5-vw {
  max-width: 5vw !important;
}
.w-max-5-rem,
.width-max-5-rem {
  max-width: 5rem !important;
}
.w-max-5-px,
.width-max-5-px {
  max-width: 5px !important;
}
.w-max-6,
.width-max-6 {
  max-width: 6% !important;
}
.w-max-6-vw,
.width-max-6-vw {
  max-width: 6vw !important;
}
.w-max-6-rem,
.width-max-6-rem {
  max-width: 6rem !important;
}
.w-max-6-px,
.width-max-6-px {
  max-width: 6px !important;
}
.w-max-7,
.width-max-7 {
  max-width: 7% !important;
}
.w-max-7-vw,
.width-max-7-vw {
  max-width: 7vw !important;
}
.w-max-7-rem,
.width-max-7-rem {
  max-width: 7rem !important;
}
.w-max-7-px,
.width-max-7-px {
  max-width: 7px !important;
}
.w-max-8,
.width-max-8 {
  max-width: 8% !important;
}
.w-max-8-vw,
.width-max-8-vw {
  max-width: 8vw !important;
}
.w-max-8-rem,
.width-max-8-rem {
  max-width: 8rem !important;
}
.w-max-8-px,
.width-max-8-px {
  max-width: 8px !important;
}
.w-max-9,
.width-max-9 {
  max-width: 9% !important;
}
.w-max-9-vw,
.width-max-9-vw {
  max-width: 9vw !important;
}
.w-max-9-rem,
.width-max-9-rem {
  max-width: 9rem !important;
}
.w-max-9-px,
.width-max-9-px {
  max-width: 9px !important;
}
.w-max-10,
.width-max-10 {
  max-width: 10% !important;
}
.w-max-10-vw,
.width-max-10-vw {
  max-width: 10vw !important;
}
.w-max-10-rem,
.width-max-10-rem {
  max-width: 10rem !important;
}
.w-max-10-px,
.width-max-10-px {
  max-width: 10px !important;
}
.w-max-11,
.width-max-11 {
  max-width: 11% !important;
}
.w-max-11-vw,
.width-max-11-vw {
  max-width: 11vw !important;
}
.w-max-11-rem,
.width-max-11-rem {
  max-width: 11rem !important;
}
.w-max-11-px,
.width-max-11-px {
  max-width: 11px !important;
}
.w-max-12,
.width-max-12 {
  max-width: 12% !important;
}
.w-max-12-vw,
.width-max-12-vw {
  max-width: 12vw !important;
}
.w-max-12-rem,
.width-max-12-rem {
  max-width: 12rem !important;
}
.w-max-12-px,
.width-max-12-px {
  max-width: 12px !important;
}
.w-max-13,
.width-max-13 {
  max-width: 13% !important;
}
.w-max-13-vw,
.width-max-13-vw {
  max-width: 13vw !important;
}
.w-max-13-rem,
.width-max-13-rem {
  max-width: 13rem !important;
}
.w-max-13-px,
.width-max-13-px {
  max-width: 13px !important;
}
.w-max-14,
.width-max-14 {
  max-width: 14% !important;
}
.w-max-14-vw,
.width-max-14-vw {
  max-width: 14vw !important;
}
.w-max-14-rem,
.width-max-14-rem {
  max-width: 14rem !important;
}
.w-max-14-px,
.width-max-14-px {
  max-width: 14px !important;
}
.w-max-15,
.width-max-15 {
  max-width: 15% !important;
}
.w-max-15-vw,
.width-max-15-vw {
  max-width: 15vw !important;
}
.w-max-15-rem,
.width-max-15-rem {
  max-width: 15rem !important;
}
.w-max-15-px,
.width-max-15-px {
  max-width: 15px !important;
}
.w-max-16,
.width-max-16 {
  max-width: 16% !important;
}
.w-max-16-vw,
.width-max-16-vw {
  max-width: 16vw !important;
}
.w-max-16-rem,
.width-max-16-rem {
  max-width: 16rem !important;
}
.w-max-16-px,
.width-max-16-px {
  max-width: 16px !important;
}
.w-max-17,
.width-max-17 {
  max-width: 17% !important;
}
.w-max-17-vw,
.width-max-17-vw {
  max-width: 17vw !important;
}
.w-max-17-rem,
.width-max-17-rem {
  max-width: 17rem !important;
}
.w-max-17-px,
.width-max-17-px {
  max-width: 17px !important;
}
.w-max-18,
.width-max-18 {
  max-width: 18% !important;
}
.w-max-18-vw,
.width-max-18-vw {
  max-width: 18vw !important;
}
.w-max-18-rem,
.width-max-18-rem {
  max-width: 18rem !important;
}
.w-max-18-px,
.width-max-18-px {
  max-width: 18px !important;
}
.w-max-19,
.width-max-19 {
  max-width: 19% !important;
}
.w-max-19-vw,
.width-max-19-vw {
  max-width: 19vw !important;
}
.w-max-19-rem,
.width-max-19-rem {
  max-width: 19rem !important;
}
.w-max-19-px,
.width-max-19-px {
  max-width: 19px !important;
}
.w-max-20,
.width-max-20 {
  max-width: 20% !important;
}
.w-max-20-vw,
.width-max-20-vw {
  max-width: 20vw !important;
}
.w-max-20-rem,
.width-max-20-rem {
  max-width: 20rem !important;
}
.w-max-20-px,
.width-max-20-px {
  max-width: 20px !important;
}
.w-max-21,
.width-max-21 {
  max-width: 21% !important;
}
.w-max-21-vw,
.width-max-21-vw {
  max-width: 21vw !important;
}
.w-max-21-rem,
.width-max-21-rem {
  max-width: 21rem !important;
}
.w-max-21-px,
.width-max-21-px {
  max-width: 21px !important;
}
.w-max-22,
.width-max-22 {
  max-width: 22% !important;
}
.w-max-22-vw,
.width-max-22-vw {
  max-width: 22vw !important;
}
.w-max-22-rem,
.width-max-22-rem {
  max-width: 22rem !important;
}
.w-max-22-px,
.width-max-22-px {
  max-width: 22px !important;
}
.w-max-23,
.width-max-23 {
  max-width: 23% !important;
}
.w-max-23-vw,
.width-max-23-vw {
  max-width: 23vw !important;
}
.w-max-23-rem,
.width-max-23-rem {
  max-width: 23rem !important;
}
.w-max-23-px,
.width-max-23-px {
  max-width: 23px !important;
}
.w-max-24,
.width-max-24 {
  max-width: 24% !important;
}
.w-max-24-vw,
.width-max-24-vw {
  max-width: 24vw !important;
}
.w-max-24-rem,
.width-max-24-rem {
  max-width: 24rem !important;
}
.w-max-24-px,
.width-max-24-px {
  max-width: 24px !important;
}
.w-max-25,
.width-max-25 {
  max-width: 25% !important;
}
.w-max-25-vw,
.width-max-25-vw {
  max-width: 25vw !important;
}
.w-max-25-rem,
.width-max-25-rem {
  max-width: 25rem !important;
}
.w-max-25-px,
.width-max-25-px {
  max-width: 25px !important;
}
.w-max-26,
.width-max-26 {
  max-width: 26% !important;
}
.w-max-26-vw,
.width-max-26-vw {
  max-width: 26vw !important;
}
.w-max-26-rem,
.width-max-26-rem {
  max-width: 26rem !important;
}
.w-max-26-px,
.width-max-26-px {
  max-width: 26px !important;
}
.w-max-27,
.width-max-27 {
  max-width: 27% !important;
}
.w-max-27-vw,
.width-max-27-vw {
  max-width: 27vw !important;
}
.w-max-27-rem,
.width-max-27-rem {
  max-width: 27rem !important;
}
.w-max-27-px,
.width-max-27-px {
  max-width: 27px !important;
}
.w-max-28,
.width-max-28 {
  max-width: 28% !important;
}
.w-max-28-vw,
.width-max-28-vw {
  max-width: 28vw !important;
}
.w-max-28-rem,
.width-max-28-rem {
  max-width: 28rem !important;
}
.w-max-28-px,
.width-max-28-px {
  max-width: 28px !important;
}
.w-max-29,
.width-max-29 {
  max-width: 29% !important;
}
.w-max-29-vw,
.width-max-29-vw {
  max-width: 29vw !important;
}
.w-max-29-rem,
.width-max-29-rem {
  max-width: 29rem !important;
}
.w-max-29-px,
.width-max-29-px {
  max-width: 29px !important;
}
.w-max-30,
.width-max-30 {
  max-width: 30% !important;
}
.w-max-30-vw,
.width-max-30-vw {
  max-width: 30vw !important;
}
.w-max-30-rem,
.width-max-30-rem {
  max-width: 30rem !important;
}
.w-max-30-px,
.width-max-30-px {
  max-width: 30px !important;
}
.w-max-31,
.width-max-31 {
  max-width: 31% !important;
}
.w-max-31-vw,
.width-max-31-vw {
  max-width: 31vw !important;
}
.w-max-31-rem,
.width-max-31-rem {
  max-width: 31rem !important;
}
.w-max-31-px,
.width-max-31-px {
  max-width: 31px !important;
}
.w-max-32,
.width-max-32 {
  max-width: 32% !important;
}
.w-max-32-vw,
.width-max-32-vw {
  max-width: 32vw !important;
}
.w-max-32-rem,
.width-max-32-rem {
  max-width: 32rem !important;
}
.w-max-32-px,
.width-max-32-px {
  max-width: 32px !important;
}
.w-max-33,
.width-max-33 {
  max-width: 33% !important;
}
.w-max-33-vw,
.width-max-33-vw {
  max-width: 33vw !important;
}
.w-max-33-rem,
.width-max-33-rem {
  max-width: 33rem !important;
}
.w-max-33-px,
.width-max-33-px {
  max-width: 33px !important;
}
.w-max-34,
.width-max-34 {
  max-width: 34% !important;
}
.w-max-34-vw,
.width-max-34-vw {
  max-width: 34vw !important;
}
.w-max-34-rem,
.width-max-34-rem {
  max-width: 34rem !important;
}
.w-max-34-px,
.width-max-34-px {
  max-width: 34px !important;
}
.w-max-35,
.width-max-35 {
  max-width: 35% !important;
}
.w-max-35-vw,
.width-max-35-vw {
  max-width: 35vw !important;
}
.w-max-35-rem,
.width-max-35-rem {
  max-width: 35rem !important;
}
.w-max-35-px,
.width-max-35-px {
  max-width: 35px !important;
}
.w-max-36,
.width-max-36 {
  max-width: 36% !important;
}
.w-max-36-vw,
.width-max-36-vw {
  max-width: 36vw !important;
}
.w-max-36-rem,
.width-max-36-rem {
  max-width: 36rem !important;
}
.w-max-36-px,
.width-max-36-px {
  max-width: 36px !important;
}
.w-max-37,
.width-max-37 {
  max-width: 37% !important;
}
.w-max-37-vw,
.width-max-37-vw {
  max-width: 37vw !important;
}
.w-max-37-rem,
.width-max-37-rem {
  max-width: 37rem !important;
}
.w-max-37-px,
.width-max-37-px {
  max-width: 37px !important;
}
.w-max-38,
.width-max-38 {
  max-width: 38% !important;
}
.w-max-38-vw,
.width-max-38-vw {
  max-width: 38vw !important;
}
.w-max-38-rem,
.width-max-38-rem {
  max-width: 38rem !important;
}
.w-max-38-px,
.width-max-38-px {
  max-width: 38px !important;
}
.w-max-39,
.width-max-39 {
  max-width: 39% !important;
}
.w-max-39-vw,
.width-max-39-vw {
  max-width: 39vw !important;
}
.w-max-39-rem,
.width-max-39-rem {
  max-width: 39rem !important;
}
.w-max-39-px,
.width-max-39-px {
  max-width: 39px !important;
}
.w-max-40,
.width-max-40 {
  max-width: 40% !important;
}
.w-max-40-vw,
.width-max-40-vw {
  max-width: 40vw !important;
}
.w-max-40-rem,
.width-max-40-rem {
  max-width: 40rem !important;
}
.w-max-40-px,
.width-max-40-px {
  max-width: 40px !important;
}
.w-max-41,
.width-max-41 {
  max-width: 41% !important;
}
.w-max-41-vw,
.width-max-41-vw {
  max-width: 41vw !important;
}
.w-max-41-rem,
.width-max-41-rem {
  max-width: 41rem !important;
}
.w-max-41-px,
.width-max-41-px {
  max-width: 41px !important;
}
.w-max-42,
.width-max-42 {
  max-width: 42% !important;
}
.w-max-42-vw,
.width-max-42-vw {
  max-width: 42vw !important;
}
.w-max-42-rem,
.width-max-42-rem {
  max-width: 42rem !important;
}
.w-max-42-px,
.width-max-42-px {
  max-width: 42px !important;
}
.w-max-43,
.width-max-43 {
  max-width: 43% !important;
}
.w-max-43-vw,
.width-max-43-vw {
  max-width: 43vw !important;
}
.w-max-43-rem,
.width-max-43-rem {
  max-width: 43rem !important;
}
.w-max-43-px,
.width-max-43-px {
  max-width: 43px !important;
}
.w-max-44,
.width-max-44 {
  max-width: 44% !important;
}
.w-max-44-vw,
.width-max-44-vw {
  max-width: 44vw !important;
}
.w-max-44-rem,
.width-max-44-rem {
  max-width: 44rem !important;
}
.w-max-44-px,
.width-max-44-px {
  max-width: 44px !important;
}
.w-max-45,
.width-max-45 {
  max-width: 45% !important;
}
.w-max-45-vw,
.width-max-45-vw {
  max-width: 45vw !important;
}
.w-max-45-rem,
.width-max-45-rem {
  max-width: 45rem !important;
}
.w-max-45-px,
.width-max-45-px {
  max-width: 45px !important;
}
.w-max-46,
.width-max-46 {
  max-width: 46% !important;
}
.w-max-46-vw,
.width-max-46-vw {
  max-width: 46vw !important;
}
.w-max-46-rem,
.width-max-46-rem {
  max-width: 46rem !important;
}
.w-max-46-px,
.width-max-46-px {
  max-width: 46px !important;
}
.w-max-47,
.width-max-47 {
  max-width: 47% !important;
}
.w-max-47-vw,
.width-max-47-vw {
  max-width: 47vw !important;
}
.w-max-47-rem,
.width-max-47-rem {
  max-width: 47rem !important;
}
.w-max-47-px,
.width-max-47-px {
  max-width: 47px !important;
}
.w-max-48,
.width-max-48 {
  max-width: 48% !important;
}
.w-max-48-vw,
.width-max-48-vw {
  max-width: 48vw !important;
}
.w-max-48-rem,
.width-max-48-rem {
  max-width: 48rem !important;
}
.w-max-48-px,
.width-max-48-px {
  max-width: 48px !important;
}
.w-max-49,
.width-max-49 {
  max-width: 49% !important;
}
.w-max-49-vw,
.width-max-49-vw {
  max-width: 49vw !important;
}
.w-max-49-rem,
.width-max-49-rem {
  max-width: 49rem !important;
}
.w-max-49-px,
.width-max-49-px {
  max-width: 49px !important;
}
.w-max-50,
.width-max-50 {
  max-width: 50% !important;
}
.w-max-50-vw,
.width-max-50-vw {
  max-width: 50vw !important;
}
.w-max-50-rem,
.width-max-50-rem {
  max-width: 50rem !important;
}
.w-max-50-px,
.width-max-50-px {
  max-width: 50px !important;
}
.w-max-51,
.width-max-51 {
  max-width: 51% !important;
}
.w-max-51-vw,
.width-max-51-vw {
  max-width: 51vw !important;
}
.w-max-52,
.width-max-52 {
  max-width: 52% !important;
}
.w-max-52-vw,
.width-max-52-vw {
  max-width: 52vw !important;
}
.w-max-53,
.width-max-53 {
  max-width: 53% !important;
}
.w-max-53-vw,
.width-max-53-vw {
  max-width: 53vw !important;
}
.w-max-54,
.width-max-54 {
  max-width: 54% !important;
}
.w-max-54-vw,
.width-max-54-vw {
  max-width: 54vw !important;
}
.w-max-55,
.width-max-55 {
  max-width: 55% !important;
}
.w-max-55-vw,
.width-max-55-vw {
  max-width: 55vw !important;
}
.w-max-56,
.width-max-56 {
  max-width: 56% !important;
}
.w-max-56-vw,
.width-max-56-vw {
  max-width: 56vw !important;
}
.w-max-57,
.width-max-57 {
  max-width: 57% !important;
}
.w-max-57-vw,
.width-max-57-vw {
  max-width: 57vw !important;
}
.w-max-58,
.width-max-58 {
  max-width: 58% !important;
}
.w-max-58-vw,
.width-max-58-vw {
  max-width: 58vw !important;
}
.w-max-59,
.width-max-59 {
  max-width: 59% !important;
}
.w-max-59-vw,
.width-max-59-vw {
  max-width: 59vw !important;
}
.w-max-60,
.width-max-60 {
  max-width: 60% !important;
}
.w-max-60-vw,
.width-max-60-vw {
  max-width: 60vw !important;
}
.w-max-61,
.width-max-61 {
  max-width: 61% !important;
}
.w-max-61-vw,
.width-max-61-vw {
  max-width: 61vw !important;
}
.w-max-62,
.width-max-62 {
  max-width: 62% !important;
}
.w-max-62-vw,
.width-max-62-vw {
  max-width: 62vw !important;
}
.w-max-63,
.width-max-63 {
  max-width: 63% !important;
}
.w-max-63-vw,
.width-max-63-vw {
  max-width: 63vw !important;
}
.w-max-64,
.width-max-64 {
  max-width: 64% !important;
}
.w-max-64-vw,
.width-max-64-vw {
  max-width: 64vw !important;
}
.w-max-65,
.width-max-65 {
  max-width: 65% !important;
}
.w-max-65-vw,
.width-max-65-vw {
  max-width: 65vw !important;
}
.w-max-66,
.width-max-66 {
  max-width: 66% !important;
}
.w-max-66-vw,
.width-max-66-vw {
  max-width: 66vw !important;
}
.w-max-67,
.width-max-67 {
  max-width: 67% !important;
}
.w-max-67-vw,
.width-max-67-vw {
  max-width: 67vw !important;
}
.w-max-68,
.width-max-68 {
  max-width: 68% !important;
}
.w-max-68-vw,
.width-max-68-vw {
  max-width: 68vw !important;
}
.w-max-69,
.width-max-69 {
  max-width: 69% !important;
}
.w-max-69-vw,
.width-max-69-vw {
  max-width: 69vw !important;
}
.w-max-70,
.width-max-70 {
  max-width: 70% !important;
}
.w-max-70-vw,
.width-max-70-vw {
  max-width: 70vw !important;
}
.w-max-71,
.width-max-71 {
  max-width: 71% !important;
}
.w-max-71-vw,
.width-max-71-vw {
  max-width: 71vw !important;
}
.w-max-72,
.width-max-72 {
  max-width: 72% !important;
}
.w-max-72-vw,
.width-max-72-vw {
  max-width: 72vw !important;
}
.w-max-73,
.width-max-73 {
  max-width: 73% !important;
}
.w-max-73-vw,
.width-max-73-vw {
  max-width: 73vw !important;
}
.w-max-74,
.width-max-74 {
  max-width: 74% !important;
}
.w-max-74-vw,
.width-max-74-vw {
  max-width: 74vw !important;
}
.w-max-75,
.width-max-75 {
  max-width: 75% !important;
}
.w-max-75-vw,
.width-max-75-vw {
  max-width: 75vw !important;
}
.w-max-76,
.width-max-76 {
  max-width: 76% !important;
}
.w-max-76-vw,
.width-max-76-vw {
  max-width: 76vw !important;
}
.w-max-77,
.width-max-77 {
  max-width: 77% !important;
}
.w-max-77-vw,
.width-max-77-vw {
  max-width: 77vw !important;
}
.w-max-78,
.width-max-78 {
  max-width: 78% !important;
}
.w-max-78-vw,
.width-max-78-vw {
  max-width: 78vw !important;
}
.w-max-79,
.width-max-79 {
  max-width: 79% !important;
}
.w-max-79-vw,
.width-max-79-vw {
  max-width: 79vw !important;
}
.w-max-80,
.width-max-80 {
  max-width: 80% !important;
}
.w-max-80-vw,
.width-max-80-vw {
  max-width: 80vw !important;
}
.w-max-81,
.width-max-81 {
  max-width: 81% !important;
}
.w-max-81-vw,
.width-max-81-vw {
  max-width: 81vw !important;
}
.w-max-82,
.width-max-82 {
  max-width: 82% !important;
}
.w-max-82-vw,
.width-max-82-vw {
  max-width: 82vw !important;
}
.w-max-83,
.width-max-83 {
  max-width: 83% !important;
}
.w-max-83-vw,
.width-max-83-vw {
  max-width: 83vw !important;
}
.w-max-84,
.width-max-84 {
  max-width: 84% !important;
}
.w-max-84-vw,
.width-max-84-vw {
  max-width: 84vw !important;
}
.w-max-85,
.width-max-85 {
  max-width: 85% !important;
}
.w-max-85-vw,
.width-max-85-vw {
  max-width: 85vw !important;
}
.w-max-86,
.width-max-86 {
  max-width: 86% !important;
}
.w-max-86-vw,
.width-max-86-vw {
  max-width: 86vw !important;
}
.w-max-87,
.width-max-87 {
  max-width: 87% !important;
}
.w-max-87-vw,
.width-max-87-vw {
  max-width: 87vw !important;
}
.w-max-88,
.width-max-88 {
  max-width: 88% !important;
}
.w-max-88-vw,
.width-max-88-vw {
  max-width: 88vw !important;
}
.w-max-89,
.width-max-89 {
  max-width: 89% !important;
}
.w-max-89-vw,
.width-max-89-vw {
  max-width: 89vw !important;
}
.w-max-90,
.width-max-90 {
  max-width: 90% !important;
}
.w-max-90-vw,
.width-max-90-vw {
  max-width: 90vw !important;
}
.w-max-91,
.width-max-91 {
  max-width: 91% !important;
}
.w-max-91-vw,
.width-max-91-vw {
  max-width: 91vw !important;
}
.w-max-92,
.width-max-92 {
  max-width: 92% !important;
}
.w-max-92-vw,
.width-max-92-vw {
  max-width: 92vw !important;
}
.w-max-93,
.width-max-93 {
  max-width: 93% !important;
}
.w-max-93-vw,
.width-max-93-vw {
  max-width: 93vw !important;
}
.w-max-94,
.width-max-94 {
  max-width: 94% !important;
}
.w-max-94-vw,
.width-max-94-vw {
  max-width: 94vw !important;
}
.w-max-95,
.width-max-95 {
  max-width: 95% !important;
}
.w-max-95-vw,
.width-max-95-vw {
  max-width: 95vw !important;
}
.w-max-96,
.width-max-96 {
  max-width: 96% !important;
}
.w-max-96-vw,
.width-max-96-vw {
  max-width: 96vw !important;
}
.w-max-97,
.width-max-97 {
  max-width: 97% !important;
}
.w-max-97-vw,
.width-max-97-vw {
  max-width: 97vw !important;
}
.w-max-98,
.width-max-98 {
  max-width: 98% !important;
}
.w-max-98-vw,
.width-max-98-vw {
  max-width: 98vw !important;
}
.w-max-99,
.width-max-99 {
  max-width: 99% !important;
}
.w-max-99-vw,
.width-max-99-vw {
  max-width: 99vw !important;
}
.w-max-100,
.width-max-100 {
  max-width: 100% !important;
}
.w-max-100-vw,
.width-max-100-vw {
  max-width: 100vw !important;
}

/*Height*/
.h-full,
.height-full {
  height: 100% !important;
}
.h-screen,
.height-screen {
  height: 100vh !important;
}
.h-content,
.height-content {
  height: fit-content !important;
}
.h-auto,
.height-auto {
  height: auto !important;
}
.h-0,
.height-0 {
  height: 0% !important;
}
.h-0-vh,
.height-0-vh {
  height: 0vh !important;
}
.h-0-rem,
.height-0-rem {
  height: 0rem !important;
}
.h-0-px,
.height-0-px {
  height: 0px !important;
}
.h-1,
.height-1 {
  height: 1% !important;
}
.h-1-vh,
.height-1-vh {
  height: 1vh !important;
}
.h-1-rem,
.height-1-rem {
  height: 1rem !important;
}
.h-1-px,
.height-1-px {
  height: 1px !important;
}
.h-2,
.height-2 {
  height: 2% !important;
}
.h-2-vh,
.height-2-vh {
  height: 2vh !important;
}
.h-2-rem,
.height-2-rem {
  height: 2rem !important;
}
.h-2-px,
.height-2-px {
  height: 2px !important;
}
.h-3,
.height-3 {
  height: 3% !important;
}
.h-3-vh,
.height-3-vh {
  height: 3vh !important;
}
.h-3-rem,
.height-3-rem {
  height: 3rem !important;
}
.h-3-px,
.height-3-px {
  height: 3px !important;
}
.h-4,
.height-4 {
  height: 4% !important;
}
.h-4-vh,
.height-4-vh {
  height: 4vh !important;
}
.h-4-rem,
.height-4-rem {
  height: 4rem !important;
}
.h-4-px,
.height-4-px {
  height: 4px !important;
}
.h-5,
.height-5 {
  height: 5% !important;
}
.h-5-vh,
.height-5-vh {
  height: 5vh !important;
}
.h-5-rem,
.height-5-rem {
  height: 5rem !important;
}
.h-5-px,
.height-5-px {
  height: 5px !important;
}
.h-6,
.height-6 {
  height: 6% !important;
}
.h-6-vh,
.height-6-vh {
  height: 6vh !important;
}
.h-6-rem,
.height-6-rem {
  height: 6rem !important;
}
.h-6-px,
.height-6-px {
  height: 6px !important;
}
.h-7,
.height-7 {
  height: 7% !important;
}
.h-7-vh,
.height-7-vh {
  height: 7vh !important;
}
.h-7-rem,
.height-7-rem {
  height: 7rem !important;
}
.h-7-px,
.height-7-px {
  height: 7px !important;
}
.h-8,
.height-8 {
  height: 8% !important;
}
.h-8-vh,
.height-8-vh {
  height: 8vh !important;
}
.h-8-rem,
.height-8-rem {
  height: 8rem !important;
}
.h-8-px,
.height-8-px {
  height: 8px !important;
}
.h-9,
.height-9 {
  height: 9% !important;
}
.h-9-vh,
.height-9-vh {
  height: 9vh !important;
}
.h-9-rem,
.height-9-rem {
  height: 9rem !important;
}
.h-9-px,
.height-9-px {
  height: 9px !important;
}
.h-10,
.height-10 {
  height: 10% !important;
}
.h-10-vh,
.height-10-vh {
  height: 10vh !important;
}
.h-10-rem,
.height-10-rem {
  height: 10rem !important;
}
.h-10-px,
.height-10-px {
  height: 10px !important;
}
.h-11,
.height-11 {
  height: 11% !important;
}
.h-11-vh,
.height-11-vh {
  height: 11vh !important;
}
.h-11-rem,
.height-11-rem {
  height: 11rem !important;
}
.h-11-px,
.height-11-px {
  height: 11px !important;
}
.h-12,
.height-12 {
  height: 12% !important;
}
.h-12-vh,
.height-12-vh {
  height: 12vh !important;
}
.h-12-rem,
.height-12-rem {
  height: 12rem !important;
}
.h-12-px,
.height-12-px {
  height: 12px !important;
}
.h-13,
.height-13 {
  height: 13% !important;
}
.h-13-vh,
.height-13-vh {
  height: 13vh !important;
}
.h-13-rem,
.height-13-rem {
  height: 13rem !important;
}
.h-13-px,
.height-13-px {
  height: 13px !important;
}
.h-14,
.height-14 {
  height: 14% !important;
}
.h-14-vh,
.height-14-vh {
  height: 14vh !important;
}
.h-14-rem,
.height-14-rem {
  height: 14rem !important;
}
.h-14-px,
.height-14-px {
  height: 14px !important;
}
.h-15,
.height-15 {
  height: 15% !important;
}
.h-15-vh,
.height-15-vh {
  height: 15vh !important;
}
.h-15-rem,
.height-15-rem {
  height: 15rem !important;
}
.h-15-px,
.height-15-px {
  height: 15px !important;
}
.h-16,
.height-16 {
  height: 16% !important;
}
.h-16-vh,
.height-16-vh {
  height: 16vh !important;
}
.h-16-rem,
.height-16-rem {
  height: 16rem !important;
}
.h-16-px,
.height-16-px {
  height: 16px !important;
}
.h-17,
.height-17 {
  height: 17% !important;
}
.h-17-vh,
.height-17-vh {
  height: 17vh !important;
}
.h-17-rem,
.height-17-rem {
  height: 17rem !important;
}
.h-17-px,
.height-17-px {
  height: 17px !important;
}
.h-18,
.height-18 {
  height: 18% !important;
}
.h-18-vh,
.height-18-vh {
  height: 18vh !important;
}
.h-18-rem,
.height-18-rem {
  height: 18rem !important;
}
.h-18-px,
.height-18-px {
  height: 18px !important;
}
.h-19,
.height-19 {
  height: 19% !important;
}
.h-19-vh,
.height-19-vh {
  height: 19vh !important;
}
.h-19-rem,
.height-19-rem {
  height: 19rem !important;
}
.h-19-px,
.height-19-px {
  height: 19px !important;
}
.h-20,
.height-20 {
  height: 20% !important;
}
.h-20-vh,
.height-20-vh {
  height: 20vh !important;
}
.h-20-rem,
.height-20-rem {
  height: 20rem !important;
}
.h-20-px,
.height-20-px {
  height: 20px !important;
}
.h-21,
.height-21 {
  height: 21% !important;
}
.h-21-vh,
.height-21-vh {
  height: 21vh !important;
}
.h-21-rem,
.height-21-rem {
  height: 21rem !important;
}
.h-21-px,
.height-21-px {
  height: 21px !important;
}
.h-22,
.height-22 {
  height: 22% !important;
}
.h-22-vh,
.height-22-vh {
  height: 22vh !important;
}
.h-22-rem,
.height-22-rem {
  height: 22rem !important;
}
.h-22-px,
.height-22-px {
  height: 22px !important;
}
.h-23,
.height-23 {
  height: 23% !important;
}
.h-23-vh,
.height-23-vh {
  height: 23vh !important;
}
.h-23-rem,
.height-23-rem {
  height: 23rem !important;
}
.h-23-px,
.height-23-px {
  height: 23px !important;
}
.h-24,
.height-24 {
  height: 24% !important;
}
.h-24-vh,
.height-24-vh {
  height: 24vh !important;
}
.h-24-rem,
.height-24-rem {
  height: 24rem !important;
}
.h-24-px,
.height-24-px {
  height: 24px !important;
}
.h-25,
.height-25 {
  height: 25% !important;
}
.h-25-vh,
.height-25-vh {
  height: 25vh !important;
}
.h-25-rem,
.height-25-rem {
  height: 25rem !important;
}
.h-25-px,
.height-25-px {
  height: 25px !important;
}
.h-26,
.height-26 {
  height: 26% !important;
}
.h-26-vh,
.height-26-vh {
  height: 26vh !important;
}
.h-26-rem,
.height-26-rem {
  height: 26rem !important;
}
.h-26-px,
.height-26-px {
  height: 26px !important;
}
.h-27,
.height-27 {
  height: 27% !important;
}
.h-27-vh,
.height-27-vh {
  height: 27vh !important;
}
.h-27-rem,
.height-27-rem {
  height: 27rem !important;
}
.h-27-px,
.height-27-px {
  height: 27px !important;
}
.h-28,
.height-28 {
  height: 28% !important;
}
.h-28-vh,
.height-28-vh {
  height: 28vh !important;
}
.h-28-rem,
.height-28-rem {
  height: 28rem !important;
}
.h-28-px,
.height-28-px {
  height: 28px !important;
}
.h-29,
.height-29 {
  height: 29% !important;
}
.h-29-vh,
.height-29-vh {
  height: 29vh !important;
}
.h-29-rem,
.height-29-rem {
  height: 29rem !important;
}
.h-29-px,
.height-29-px {
  height: 29px !important;
}
.h-30,
.height-30 {
  height: 30% !important;
}
.h-30-vh,
.height-30-vh {
  height: 30vh !important;
}
.h-30-rem,
.height-30-rem {
  height: 30rem !important;
}
.h-30-px,
.height-30-px {
  height: 30px !important;
}
.h-31,
.height-31 {
  height: 31% !important;
}
.h-31-vh,
.height-31-vh {
  height: 31vh !important;
}
.h-31-rem,
.height-31-rem {
  height: 31rem !important;
}
.h-31-px,
.height-31-px {
  height: 31px !important;
}
.h-32,
.height-32 {
  height: 32% !important;
}
.h-32-vh,
.height-32-vh {
  height: 32vh !important;
}
.h-32-rem,
.height-32-rem {
  height: 32rem !important;
}
.h-32-px,
.height-32-px {
  height: 32px !important;
}
.h-33,
.height-33 {
  height: 33% !important;
}
.h-33-vh,
.height-33-vh {
  height: 33vh !important;
}
.h-33-rem,
.height-33-rem {
  height: 33rem !important;
}
.h-33-px,
.height-33-px {
  height: 33px !important;
}
.h-34,
.height-34 {
  height: 34% !important;
}
.h-34-vh,
.height-34-vh {
  height: 34vh !important;
}
.h-34-rem,
.height-34-rem {
  height: 34rem !important;
}
.h-34-px,
.height-34-px {
  height: 34px !important;
}
.h-35,
.height-35 {
  height: 35% !important;
}
.h-35-vh,
.height-35-vh {
  height: 35vh !important;
}
.h-35-rem,
.height-35-rem {
  height: 35rem !important;
}
.h-35-px,
.height-35-px {
  height: 35px !important;
}
.h-36,
.height-36 {
  height: 36% !important;
}
.h-36-vh,
.height-36-vh {
  height: 36vh !important;
}
.h-36-rem,
.height-36-rem {
  height: 36rem !important;
}
.h-36-px,
.height-36-px {
  height: 36px !important;
}
.h-37,
.height-37 {
  height: 37% !important;
}
.h-37-vh,
.height-37-vh {
  height: 37vh !important;
}
.h-37-rem,
.height-37-rem {
  height: 37rem !important;
}
.h-37-px,
.height-37-px {
  height: 37px !important;
}
.h-38,
.height-38 {
  height: 38% !important;
}
.h-38-vh,
.height-38-vh {
  height: 38vh !important;
}
.h-38-rem,
.height-38-rem {
  height: 38rem !important;
}
.h-38-px,
.height-38-px {
  height: 38px !important;
}
.h-39,
.height-39 {
  height: 39% !important;
}
.h-39-vh,
.height-39-vh {
  height: 39vh !important;
}
.h-39-rem,
.height-39-rem {
  height: 39rem !important;
}
.h-39-px,
.height-39-px {
  height: 39px !important;
}
.h-40,
.height-40 {
  height: 40% !important;
}
.h-40-vh,
.height-40-vh {
  height: 40vh !important;
}
.h-40-rem,
.height-40-rem {
  height: 40rem !important;
}
.h-40-px,
.height-40-px {
  height: 40px !important;
}
.h-41,
.height-41 {
  height: 41% !important;
}
.h-41-vh,
.height-41-vh {
  height: 41vh !important;
}
.h-41-rem,
.height-41-rem {
  height: 41rem !important;
}
.h-41-px,
.height-41-px {
  height: 41px !important;
}
.h-42,
.height-42 {
  height: 42% !important;
}
.h-42-vh,
.height-42-vh {
  height: 42vh !important;
}
.h-42-rem,
.height-42-rem {
  height: 42rem !important;
}
.h-42-px,
.height-42-px {
  height: 42px !important;
}
.h-43,
.height-43 {
  height: 43% !important;
}
.h-43-vh,
.height-43-vh {
  height: 43vh !important;
}
.h-43-rem,
.height-43-rem {
  height: 43rem !important;
}
.h-43-px,
.height-43-px {
  height: 43px !important;
}
.h-44,
.height-44 {
  height: 44% !important;
}
.h-44-vh,
.height-44-vh {
  height: 44vh !important;
}
.h-44-rem,
.height-44-rem {
  height: 44rem !important;
}
.h-44-px,
.height-44-px {
  height: 44px !important;
}
.h-45,
.height-45 {
  height: 45% !important;
}
.h-45-vh,
.height-45-vh {
  height: 45vh !important;
}
.h-45-rem,
.height-45-rem {
  height: 45rem !important;
}
.h-45-px,
.height-45-px {
  height: 45px !important;
}
.h-46,
.height-46 {
  height: 46% !important;
}
.h-46-vh,
.height-46-vh {
  height: 46vh !important;
}
.h-46-rem,
.height-46-rem {
  height: 46rem !important;
}
.h-46-px,
.height-46-px {
  height: 46px !important;
}
.h-47,
.height-47 {
  height: 47% !important;
}
.h-47-vh,
.height-47-vh {
  height: 47vh !important;
}
.h-47-rem,
.height-47-rem {
  height: 47rem !important;
}
.h-47-px,
.height-47-px {
  height: 47px !important;
}
.h-48,
.height-48 {
  height: 48% !important;
}
.h-48-vh,
.height-48-vh {
  height: 48vh !important;
}
.h-48-rem,
.height-48-rem {
  height: 48rem !important;
}
.h-48-px,
.height-48-px {
  height: 48px !important;
}
.h-49,
.height-49 {
  height: 49% !important;
}
.h-49-vh,
.height-49-vh {
  height: 49vh !important;
}
.h-49-rem,
.height-49-rem {
  height: 49rem !important;
}
.h-49-px,
.height-49-px {
  height: 49px !important;
}
.h-50,
.height-50 {
  height: 50% !important;
}
.h-50-vh,
.height-50-vh {
  height: 50vh !important;
}
.h-50-rem,
.height-50-rem {
  height: 50rem !important;
}
.h-50-px,
.height-50-px {
  height: 50px !important;
}
.h-51,
.height-51 {
  height: 51% !important;
}
.h-51-vh,
.height-51-vh {
  height: 51vh !important;
}
.h-52,
.height-52 {
  height: 52% !important;
}
.h-52-vh,
.height-52-vh {
  height: 52vh !important;
}
.h-53,
.height-53 {
  height: 53% !important;
}
.h-53-vh,
.height-53-vh {
  height: 53vh !important;
}
.h-54,
.height-54 {
  height: 54% !important;
}
.h-54-vh,
.height-54-vh {
  height: 54vh !important;
}
.h-55,
.height-55 {
  height: 55% !important;
}
.h-55-vh,
.height-55-vh {
  height: 55vh !important;
}
.h-56,
.height-56 {
  height: 56% !important;
}
.h-56-vh,
.height-56-vh {
  height: 56vh !important;
}
.h-57,
.height-57 {
  height: 57% !important;
}
.h-57-vh,
.height-57-vh {
  height: 57vh !important;
}
.h-58,
.height-58 {
  height: 58% !important;
}
.h-58-vh,
.height-58-vh {
  height: 58vh !important;
}
.h-59,
.height-59 {
  height: 59% !important;
}
.h-59-vh,
.height-59-vh {
  height: 59vh !important;
}
.h-60,
.height-60 {
  height: 60% !important;
}
.h-60-vh,
.height-60-vh {
  height: 60vh !important;
}
.h-61,
.height-61 {
  height: 61% !important;
}
.h-61-vh,
.height-61-vh {
  height: 61vh !important;
}
.h-62,
.height-62 {
  height: 62% !important;
}
.h-62-vh,
.height-62-vh {
  height: 62vh !important;
}
.h-63,
.height-63 {
  height: 63% !important;
}
.h-63-vh,
.height-63-vh {
  height: 63vh !important;
}
.h-64,
.height-64 {
  height: 64% !important;
}
.h-64-vh,
.height-64-vh {
  height: 64vh !important;
}
.h-65,
.height-65 {
  height: 65% !important;
}
.h-65-vh,
.height-65-vh {
  height: 65vh !important;
}
.h-66,
.height-66 {
  height: 66% !important;
}
.h-66-vh,
.height-66-vh {
  height: 66vh !important;
}
.h-67,
.height-67 {
  height: 67% !important;
}
.h-67-vh,
.height-67-vh {
  height: 67vh !important;
}
.h-68,
.height-68 {
  height: 68% !important;
}
.h-68-vh,
.height-68-vh {
  height: 68vh !important;
}
.h-69,
.height-69 {
  height: 69% !important;
}
.h-69-vh,
.height-69-vh {
  height: 69vh !important;
}
.h-70,
.height-70 {
  height: 70% !important;
}
.h-70-vh,
.height-70-vh {
  height: 70vh !important;
}
.h-71,
.height-71 {
  height: 71% !important;
}
.h-71-vh,
.height-71-vh {
  height: 71vh !important;
}
.h-72,
.height-72 {
  height: 72% !important;
}
.h-72-vh,
.height-72-vh {
  height: 72vh !important;
}
.h-73,
.height-73 {
  height: 73% !important;
}
.h-73-vh,
.height-73-vh {
  height: 73vh !important;
}
.h-74,
.height-74 {
  height: 74% !important;
}
.h-74-vh,
.height-74-vh {
  height: 74vh !important;
}
.h-75,
.height-75 {
  height: 75% !important;
}
.h-75-vh,
.height-75-vh {
  height: 75vh !important;
}
.h-76,
.height-76 {
  height: 76% !important;
}
.h-76-vh,
.height-76-vh {
  height: 76vh !important;
}
.h-77,
.height-77 {
  height: 77% !important;
}
.h-77-vh,
.height-77-vh {
  height: 77vh !important;
}
.h-78,
.height-78 {
  height: 78% !important;
}
.h-78-vh,
.height-78-vh {
  height: 78vh !important;
}
.h-79,
.height-79 {
  height: 79% !important;
}
.h-79-vh,
.height-79-vh {
  height: 79vh !important;
}
.h-80,
.height-80 {
  height: 80% !important;
}
.h-80-vh,
.height-80-vh {
  height: 80vh !important;
}
.h-81,
.height-81 {
  height: 81% !important;
}
.h-81-vh,
.height-81-vh {
  height: 81vh !important;
}
.h-82,
.height-82 {
  height: 82% !important;
}
.h-82-vh,
.height-82-vh {
  height: 82vh !important;
}
.h-83,
.height-83 {
  height: 83% !important;
}
.h-83-vh,
.height-83-vh {
  height: 83vh !important;
}
.h-84,
.height-84 {
  height: 84% !important;
}
.h-84-vh,
.height-84-vh {
  height: 84vh !important;
}
.h-85,
.height-85 {
  height: 85% !important;
}
.h-85-vh,
.height-85-vh {
  height: 85vh !important;
}
.h-86,
.height-86 {
  height: 86% !important;
}
.h-86-vh,
.height-86-vh {
  height: 86vh !important;
}
.h-87,
.height-87 {
  height: 87% !important;
}
.h-87-vh,
.height-87-vh {
  height: 87vh !important;
}
.h-88,
.height-88 {
  height: 88% !important;
}
.h-88-vh,
.height-88-vh {
  height: 88vh !important;
}
.h-89,
.height-89 {
  height: 89% !important;
}
.h-89-vh,
.height-89-vh {
  height: 89vh !important;
}
.h-90,
.height-90 {
  height: 90% !important;
}
.h-90-vh,
.height-90-vh {
  height: 90vh !important;
}
.h-91,
.height-91 {
  height: 91% !important;
}
.h-91-vh,
.height-91-vh {
  height: 91vh !important;
}
.h-92,
.height-92 {
  height: 92% !important;
}
.h-92-vh,
.height-92-vh {
  height: 92vh !important;
}
.h-93,
.height-93 {
  height: 93% !important;
}
.h-93-vh,
.height-93-vh {
  height: 93vh !important;
}
.h-94,
.height-94 {
  height: 94% !important;
}
.h-94-vh,
.height-94-vh {
  height: 94vh !important;
}
.h-95,
.height-95 {
  height: 95% !important;
}
.h-95-vh,
.height-95-vh {
  height: 95vh !important;
}
.h-96,
.height-96 {
  height: 96% !important;
}
.h-96-vh,
.height-96-vh {
  height: 96vh !important;
}
.h-97,
.height-97 {
  height: 97% !important;
}
.h-97-vh,
.height-97-vh {
  height: 97vh !important;
}
.h-98,
.height-98 {
  height: 98% !important;
}
.h-98-vh,
.height-98-vh {
  height: 98vh !important;
}
.h-99,
.height-99 {
  height: 99% !important;
}
.h-99-vh,
.height-99-vh {
  height: 99vh !important;
}
.h-100,
.height-100 {
  height: 100% !important;
}
.h-100-vh,
.height-100-vh {
  height: 100vh !important;
}
.h-min-full,
.height-min-full {
  min-height: 100% !important;
}
.h-min-screen,
.height-min-screen {
  min-height: 100vh !important;
}
.h-min-content,
.height-min-content {
  min-height: fit-content !important;
}
.h-min-auto,
.height-min-auto {
  min-height: auto !important;
}
.h-min-0,
.height-min-0 {
  min-height: 0% !important;
}
.h-min-0-vh,
.height-min-0-vh {
  min-height: 0vh !important;
}
.h-min-0-rem,
.height-min-0-rem {
  min-height: 0rem !important;
}
.h-min-0-px,
.height-min-0-px {
  min-height: 0px !important;
}
.h-min-1,
.height-min-1 {
  min-height: 1% !important;
}
.h-min-1-vh,
.height-min-1-vh {
  min-height: 1vh !important;
}
.h-min-1-rem,
.height-min-1-rem {
  min-height: 1rem !important;
}
.h-min-1-px,
.height-min-1-px {
  min-height: 1px !important;
}
.h-min-2,
.height-min-2 {
  min-height: 2% !important;
}
.h-min-2-vh,
.height-min-2-vh {
  min-height: 2vh !important;
}
.h-min-2-rem,
.height-min-2-rem {
  min-height: 2rem !important;
}
.h-min-2-px,
.height-min-2-px {
  min-height: 2px !important;
}
.h-min-3,
.height-min-3 {
  min-height: 3% !important;
}
.h-min-3-vh,
.height-min-3-vh {
  min-height: 3vh !important;
}
.h-min-3-rem,
.height-min-3-rem {
  min-height: 3rem !important;
}
.h-min-3-px,
.height-min-3-px {
  min-height: 3px !important;
}
.h-min-4,
.height-min-4 {
  min-height: 4% !important;
}
.h-min-4-vh,
.height-min-4-vh {
  min-height: 4vh !important;
}
.h-min-4-rem,
.height-min-4-rem {
  min-height: 4rem !important;
}
.h-min-4-px,
.height-min-4-px {
  min-height: 4px !important;
}
.h-min-5,
.height-min-5 {
  min-height: 5% !important;
}
.h-min-5-vh,
.height-min-5-vh {
  min-height: 5vh !important;
}
.h-min-5-rem,
.height-min-5-rem {
  min-height: 5rem !important;
}
.h-min-5-px,
.height-min-5-px {
  min-height: 5px !important;
}
.h-min-6,
.height-min-6 {
  min-height: 6% !important;
}
.h-min-6-vh,
.height-min-6-vh {
  min-height: 6vh !important;
}
.h-min-6-rem,
.height-min-6-rem {
  min-height: 6rem !important;
}
.h-min-6-px,
.height-min-6-px {
  min-height: 6px !important;
}
.h-min-7,
.height-min-7 {
  min-height: 7% !important;
}
.h-min-7-vh,
.height-min-7-vh {
  min-height: 7vh !important;
}
.h-min-7-rem,
.height-min-7-rem {
  min-height: 7rem !important;
}
.h-min-7-px,
.height-min-7-px {
  min-height: 7px !important;
}
.h-min-8,
.height-min-8 {
  min-height: 8% !important;
}
.h-min-8-vh,
.height-min-8-vh {
  min-height: 8vh !important;
}
.h-min-8-rem,
.height-min-8-rem {
  min-height: 8rem !important;
}
.h-min-8-px,
.height-min-8-px {
  min-height: 8px !important;
}
.h-min-9,
.height-min-9 {
  min-height: 9% !important;
}
.h-min-9-vh,
.height-min-9-vh {
  min-height: 9vh !important;
}
.h-min-9-rem,
.height-min-9-rem {
  min-height: 9rem !important;
}
.h-min-9-px,
.height-min-9-px {
  min-height: 9px !important;
}
.h-min-10,
.height-min-10 {
  min-height: 10% !important;
}
.h-min-10-vh,
.height-min-10-vh {
  min-height: 10vh !important;
}
.h-min-10-rem,
.height-min-10-rem {
  min-height: 10rem !important;
}
.h-min-10-px,
.height-min-10-px {
  min-height: 10px !important;
}
.h-min-11,
.height-min-11 {
  min-height: 11% !important;
}
.h-min-11-vh,
.height-min-11-vh {
  min-height: 11vh !important;
}
.h-min-11-rem,
.height-min-11-rem {
  min-height: 11rem !important;
}
.h-min-11-px,
.height-min-11-px {
  min-height: 11px !important;
}
.h-min-12,
.height-min-12 {
  min-height: 12% !important;
}
.h-min-12-vh,
.height-min-12-vh {
  min-height: 12vh !important;
}
.h-min-12-rem,
.height-min-12-rem {
  min-height: 12rem !important;
}
.h-min-12-px,
.height-min-12-px {
  min-height: 12px !important;
}
.h-min-13,
.height-min-13 {
  min-height: 13% !important;
}
.h-min-13-vh,
.height-min-13-vh {
  min-height: 13vh !important;
}
.h-min-13-rem,
.height-min-13-rem {
  min-height: 13rem !important;
}
.h-min-13-px,
.height-min-13-px {
  min-height: 13px !important;
}
.h-min-14,
.height-min-14 {
  min-height: 14% !important;
}
.h-min-14-vh,
.height-min-14-vh {
  min-height: 14vh !important;
}
.h-min-14-rem,
.height-min-14-rem {
  min-height: 14rem !important;
}
.h-min-14-px,
.height-min-14-px {
  min-height: 14px !important;
}
.h-min-15,
.height-min-15 {
  min-height: 15% !important;
}
.h-min-15-vh,
.height-min-15-vh {
  min-height: 15vh !important;
}
.h-min-15-rem,
.height-min-15-rem {
  min-height: 15rem !important;
}
.h-min-15-px,
.height-min-15-px {
  min-height: 15px !important;
}
.h-min-16,
.height-min-16 {
  min-height: 16% !important;
}
.h-min-16-vh,
.height-min-16-vh {
  min-height: 16vh !important;
}
.h-min-16-rem,
.height-min-16-rem {
  min-height: 16rem !important;
}
.h-min-16-px,
.height-min-16-px {
  min-height: 16px !important;
}
.h-min-17,
.height-min-17 {
  min-height: 17% !important;
}
.h-min-17-vh,
.height-min-17-vh {
  min-height: 17vh !important;
}
.h-min-17-rem,
.height-min-17-rem {
  min-height: 17rem !important;
}
.h-min-17-px,
.height-min-17-px {
  min-height: 17px !important;
}
.h-min-18,
.height-min-18 {
  min-height: 18% !important;
}
.h-min-18-vh,
.height-min-18-vh {
  min-height: 18vh !important;
}
.h-min-18-rem,
.height-min-18-rem {
  min-height: 18rem !important;
}
.h-min-18-px,
.height-min-18-px {
  min-height: 18px !important;
}
.h-min-19,
.height-min-19 {
  min-height: 19% !important;
}
.h-min-19-vh,
.height-min-19-vh {
  min-height: 19vh !important;
}
.h-min-19-rem,
.height-min-19-rem {
  min-height: 19rem !important;
}
.h-min-19-px,
.height-min-19-px {
  min-height: 19px !important;
}
.h-min-20,
.height-min-20 {
  min-height: 20% !important;
}
.h-min-20-vh,
.height-min-20-vh {
  min-height: 20vh !important;
}
.h-min-20-rem,
.height-min-20-rem {
  min-height: 20rem !important;
}
.h-min-20-px,
.height-min-20-px {
  min-height: 20px !important;
}
.h-min-21,
.height-min-21 {
  min-height: 21% !important;
}
.h-min-21-vh,
.height-min-21-vh {
  min-height: 21vh !important;
}
.h-min-21-rem,
.height-min-21-rem {
  min-height: 21rem !important;
}
.h-min-21-px,
.height-min-21-px {
  min-height: 21px !important;
}
.h-min-22,
.height-min-22 {
  min-height: 22% !important;
}
.h-min-22-vh,
.height-min-22-vh {
  min-height: 22vh !important;
}
.h-min-22-rem,
.height-min-22-rem {
  min-height: 22rem !important;
}
.h-min-22-px,
.height-min-22-px {
  min-height: 22px !important;
}
.h-min-23,
.height-min-23 {
  min-height: 23% !important;
}
.h-min-23-vh,
.height-min-23-vh {
  min-height: 23vh !important;
}
.h-min-23-rem,
.height-min-23-rem {
  min-height: 23rem !important;
}
.h-min-23-px,
.height-min-23-px {
  min-height: 23px !important;
}
.h-min-24,
.height-min-24 {
  min-height: 24% !important;
}
.h-min-24-vh,
.height-min-24-vh {
  min-height: 24vh !important;
}
.h-min-24-rem,
.height-min-24-rem {
  min-height: 24rem !important;
}
.h-min-24-px,
.height-min-24-px {
  min-height: 24px !important;
}
.h-min-25,
.height-min-25 {
  min-height: 25% !important;
}
.h-min-25-vh,
.height-min-25-vh {
  min-height: 25vh !important;
}
.h-min-25-rem,
.height-min-25-rem {
  min-height: 25rem !important;
}
.h-min-25-px,
.height-min-25-px {
  min-height: 25px !important;
}
.h-min-26,
.height-min-26 {
  min-height: 26% !important;
}
.h-min-26-vh,
.height-min-26-vh {
  min-height: 26vh !important;
}
.h-min-26-rem,
.height-min-26-rem {
  min-height: 26rem !important;
}
.h-min-26-px,
.height-min-26-px {
  min-height: 26px !important;
}
.h-min-27,
.height-min-27 {
  min-height: 27% !important;
}
.h-min-27-vh,
.height-min-27-vh {
  min-height: 27vh !important;
}
.h-min-27-rem,
.height-min-27-rem {
  min-height: 27rem !important;
}
.h-min-27-px,
.height-min-27-px {
  min-height: 27px !important;
}
.h-min-28,
.height-min-28 {
  min-height: 28% !important;
}
.h-min-28-vh,
.height-min-28-vh {
  min-height: 28vh !important;
}
.h-min-28-rem,
.height-min-28-rem {
  min-height: 28rem !important;
}
.h-min-28-px,
.height-min-28-px {
  min-height: 28px !important;
}
.h-min-29,
.height-min-29 {
  min-height: 29% !important;
}
.h-min-29-vh,
.height-min-29-vh {
  min-height: 29vh !important;
}
.h-min-29-rem,
.height-min-29-rem {
  min-height: 29rem !important;
}
.h-min-29-px,
.height-min-29-px {
  min-height: 29px !important;
}
.h-min-30,
.height-min-30 {
  min-height: 30% !important;
}
.h-min-30-vh,
.height-min-30-vh {
  min-height: 30vh !important;
}
.h-min-30-rem,
.height-min-30-rem {
  min-height: 30rem !important;
}
.h-min-30-px,
.height-min-30-px {
  min-height: 30px !important;
}
.h-min-31,
.height-min-31 {
  min-height: 31% !important;
}
.h-min-31-vh,
.height-min-31-vh {
  min-height: 31vh !important;
}
.h-min-31-rem,
.height-min-31-rem {
  min-height: 31rem !important;
}
.h-min-31-px,
.height-min-31-px {
  min-height: 31px !important;
}
.h-min-32,
.height-min-32 {
  min-height: 32% !important;
}
.h-min-32-vh,
.height-min-32-vh {
  min-height: 32vh !important;
}
.h-min-32-rem,
.height-min-32-rem {
  min-height: 32rem !important;
}
.h-min-32-px,
.height-min-32-px {
  min-height: 32px !important;
}
.h-min-33,
.height-min-33 {
  min-height: 33% !important;
}
.h-min-33-vh,
.height-min-33-vh {
  min-height: 33vh !important;
}
.h-min-33-rem,
.height-min-33-rem {
  min-height: 33rem !important;
}
.h-min-33-px,
.height-min-33-px {
  min-height: 33px !important;
}
.h-min-34,
.height-min-34 {
  min-height: 34% !important;
}
.h-min-34-vh,
.height-min-34-vh {
  min-height: 34vh !important;
}
.h-min-34-rem,
.height-min-34-rem {
  min-height: 34rem !important;
}
.h-min-34-px,
.height-min-34-px {
  min-height: 34px !important;
}
.h-min-35,
.height-min-35 {
  min-height: 35% !important;
}
.h-min-35-vh,
.height-min-35-vh {
  min-height: 35vh !important;
}
.h-min-35-rem,
.height-min-35-rem {
  min-height: 35rem !important;
}
.h-min-35-px,
.height-min-35-px {
  min-height: 35px !important;
}
.h-min-36,
.height-min-36 {
  min-height: 36% !important;
}
.h-min-36-vh,
.height-min-36-vh {
  min-height: 36vh !important;
}
.h-min-36-rem,
.height-min-36-rem {
  min-height: 36rem !important;
}
.h-min-36-px,
.height-min-36-px {
  min-height: 36px !important;
}
.h-min-37,
.height-min-37 {
  min-height: 37% !important;
}
.h-min-37-vh,
.height-min-37-vh {
  min-height: 37vh !important;
}
.h-min-37-rem,
.height-min-37-rem {
  min-height: 37rem !important;
}
.h-min-37-px,
.height-min-37-px {
  min-height: 37px !important;
}
.h-min-38,
.height-min-38 {
  min-height: 38% !important;
}
.h-min-38-vh,
.height-min-38-vh {
  min-height: 38vh !important;
}
.h-min-38-rem,
.height-min-38-rem {
  min-height: 38rem !important;
}
.h-min-38-px,
.height-min-38-px {
  min-height: 38px !important;
}
.h-min-39,
.height-min-39 {
  min-height: 39% !important;
}
.h-min-39-vh,
.height-min-39-vh {
  min-height: 39vh !important;
}
.h-min-39-rem,
.height-min-39-rem {
  min-height: 39rem !important;
}
.h-min-39-px,
.height-min-39-px {
  min-height: 39px !important;
}
.h-min-40,
.height-min-40 {
  min-height: 40% !important;
}
.h-min-40-vh,
.height-min-40-vh {
  min-height: 40vh !important;
}
.h-min-40-rem,
.height-min-40-rem {
  min-height: 40rem !important;
}
.h-min-40-px,
.height-min-40-px {
  min-height: 40px !important;
}
.h-min-41,
.height-min-41 {
  min-height: 41% !important;
}
.h-min-41-vh,
.height-min-41-vh {
  min-height: 41vh !important;
}
.h-min-41-rem,
.height-min-41-rem {
  min-height: 41rem !important;
}
.h-min-41-px,
.height-min-41-px {
  min-height: 41px !important;
}
.h-min-42,
.height-min-42 {
  min-height: 42% !important;
}
.h-min-42-vh,
.height-min-42-vh {
  min-height: 42vh !important;
}
.h-min-42-rem,
.height-min-42-rem {
  min-height: 42rem !important;
}
.h-min-42-px,
.height-min-42-px {
  min-height: 42px !important;
}
.h-min-43,
.height-min-43 {
  min-height: 43% !important;
}
.h-min-43-vh,
.height-min-43-vh {
  min-height: 43vh !important;
}
.h-min-43-rem,
.height-min-43-rem {
  min-height: 43rem !important;
}
.h-min-43-px,
.height-min-43-px {
  min-height: 43px !important;
}
.h-min-44,
.height-min-44 {
  min-height: 44% !important;
}
.h-min-44-vh,
.height-min-44-vh {
  min-height: 44vh !important;
}
.h-min-44-rem,
.height-min-44-rem {
  min-height: 44rem !important;
}
.h-min-44-px,
.height-min-44-px {
  min-height: 44px !important;
}
.h-min-45,
.height-min-45 {
  min-height: 45% !important;
}
.h-min-45-vh,
.height-min-45-vh {
  min-height: 45vh !important;
}
.h-min-45-rem,
.height-min-45-rem {
  min-height: 45rem !important;
}
.h-min-45-px,
.height-min-45-px {
  min-height: 45px !important;
}
.h-min-46,
.height-min-46 {
  min-height: 46% !important;
}
.h-min-46-vh,
.height-min-46-vh {
  min-height: 46vh !important;
}
.h-min-46-rem,
.height-min-46-rem {
  min-height: 46rem !important;
}
.h-min-46-px,
.height-min-46-px {
  min-height: 46px !important;
}
.h-min-47,
.height-min-47 {
  min-height: 47% !important;
}
.h-min-47-vh,
.height-min-47-vh {
  min-height: 47vh !important;
}
.h-min-47-rem,
.height-min-47-rem {
  min-height: 47rem !important;
}
.h-min-47-px,
.height-min-47-px {
  min-height: 47px !important;
}
.h-min-48,
.height-min-48 {
  min-height: 48% !important;
}
.h-min-48-vh,
.height-min-48-vh {
  min-height: 48vh !important;
}
.h-min-48-rem,
.height-min-48-rem {
  min-height: 48rem !important;
}
.h-min-48-px,
.height-min-48-px {
  min-height: 48px !important;
}
.h-min-49,
.height-min-49 {
  min-height: 49% !important;
}
.h-min-49-vh,
.height-min-49-vh {
  min-height: 49vh !important;
}
.h-min-49-rem,
.height-min-49-rem {
  min-height: 49rem !important;
}
.h-min-49-px,
.height-min-49-px {
  min-height: 49px !important;
}
.h-min-50,
.height-min-50 {
  min-height: 50% !important;
}
.h-min-50-vh,
.height-min-50-vh {
  min-height: 50vh !important;
}
.h-min-50-rem,
.height-min-50-rem {
  min-height: 50rem !important;
}
.h-min-50-px,
.height-min-50-px {
  min-height: 50px !important;
}
.h-min-51,
.height-min-51 {
  min-height: 51% !important;
}
.h-min-51-vh,
.height-min-51-vh {
  min-height: 51vh !important;
}
.h-min-52,
.height-min-52 {
  min-height: 52% !important;
}
.h-min-52-vh,
.height-min-52-vh {
  min-height: 52vh !important;
}
.h-min-53,
.height-min-53 {
  min-height: 53% !important;
}
.h-min-53-vh,
.height-min-53-vh {
  min-height: 53vh !important;
}
.h-min-54,
.height-min-54 {
  min-height: 54% !important;
}
.h-min-54-vh,
.height-min-54-vh {
  min-height: 54vh !important;
}
.h-min-55,
.height-min-55 {
  min-height: 55% !important;
}
.h-min-55-vh,
.height-min-55-vh {
  min-height: 55vh !important;
}
.h-min-56,
.height-min-56 {
  min-height: 56% !important;
}
.h-min-56-vh,
.height-min-56-vh {
  min-height: 56vh !important;
}
.h-min-57,
.height-min-57 {
  min-height: 57% !important;
}
.h-min-57-vh,
.height-min-57-vh {
  min-height: 57vh !important;
}
.h-min-58,
.height-min-58 {
  min-height: 58% !important;
}
.h-min-58-vh,
.height-min-58-vh {
  min-height: 58vh !important;
}
.h-min-59,
.height-min-59 {
  min-height: 59% !important;
}
.h-min-59-vh,
.height-min-59-vh {
  min-height: 59vh !important;
}
.h-min-60,
.height-min-60 {
  min-height: 60% !important;
}
.h-min-60-vh,
.height-min-60-vh {
  min-height: 60vh !important;
}
.h-min-61,
.height-min-61 {
  min-height: 61% !important;
}
.h-min-61-vh,
.height-min-61-vh {
  min-height: 61vh !important;
}
.h-min-62,
.height-min-62 {
  min-height: 62% !important;
}
.h-min-62-vh,
.height-min-62-vh {
  min-height: 62vh !important;
}
.h-min-63,
.height-min-63 {
  min-height: 63% !important;
}
.h-min-63-vh,
.height-min-63-vh {
  min-height: 63vh !important;
}
.h-min-64,
.height-min-64 {
  min-height: 64% !important;
}
.h-min-64-vh,
.height-min-64-vh {
  min-height: 64vh !important;
}
.h-min-65,
.height-min-65 {
  min-height: 65% !important;
}
.h-min-65-vh,
.height-min-65-vh {
  min-height: 65vh !important;
}
.h-min-66,
.height-min-66 {
  min-height: 66% !important;
}
.h-min-66-vh,
.height-min-66-vh {
  min-height: 66vh !important;
}
.h-min-67,
.height-min-67 {
  min-height: 67% !important;
}
.h-min-67-vh,
.height-min-67-vh {
  min-height: 67vh !important;
}
.h-min-68,
.height-min-68 {
  min-height: 68% !important;
}
.h-min-68-vh,
.height-min-68-vh {
  min-height: 68vh !important;
}
.h-min-69,
.height-min-69 {
  min-height: 69% !important;
}
.h-min-69-vh,
.height-min-69-vh {
  min-height: 69vh !important;
}
.h-min-70,
.height-min-70 {
  min-height: 70% !important;
}
.h-min-70-vh,
.height-min-70-vh {
  min-height: 70vh !important;
}
.h-min-71,
.height-min-71 {
  min-height: 71% !important;
}
.h-min-71-vh,
.height-min-71-vh {
  min-height: 71vh !important;
}
.h-min-72,
.height-min-72 {
  min-height: 72% !important;
}
.h-min-72-vh,
.height-min-72-vh {
  min-height: 72vh !important;
}
.h-min-73,
.height-min-73 {
  min-height: 73% !important;
}
.h-min-73-vh,
.height-min-73-vh {
  min-height: 73vh !important;
}
.h-min-74,
.height-min-74 {
  min-height: 74% !important;
}
.h-min-74-vh,
.height-min-74-vh {
  min-height: 74vh !important;
}
.h-min-75,
.height-min-75 {
  min-height: 75% !important;
}
.h-min-75-vh,
.height-min-75-vh {
  min-height: 75vh !important;
}
.h-min-76,
.height-min-76 {
  min-height: 76% !important;
}
.h-min-76-vh,
.height-min-76-vh {
  min-height: 76vh !important;
}
.h-min-77,
.height-min-77 {
  min-height: 77% !important;
}
.h-min-77-vh,
.height-min-77-vh {
  min-height: 77vh !important;
}
.h-min-78,
.height-min-78 {
  min-height: 78% !important;
}
.h-min-78-vh,
.height-min-78-vh {
  min-height: 78vh !important;
}
.h-min-79,
.height-min-79 {
  min-height: 79% !important;
}
.h-min-79-vh,
.height-min-79-vh {
  min-height: 79vh !important;
}
.h-min-80,
.height-min-80 {
  min-height: 80% !important;
}
.h-min-80-vh,
.height-min-80-vh {
  min-height: 80vh !important;
}
.h-min-81,
.height-min-81 {
  min-height: 81% !important;
}
.h-min-81-vh,
.height-min-81-vh {
  min-height: 81vh !important;
}
.h-min-82,
.height-min-82 {
  min-height: 82% !important;
}
.h-min-82-vh,
.height-min-82-vh {
  min-height: 82vh !important;
}
.h-min-83,
.height-min-83 {
  min-height: 83% !important;
}
.h-min-83-vh,
.height-min-83-vh {
  min-height: 83vh !important;
}
.h-min-84,
.height-min-84 {
  min-height: 84% !important;
}
.h-min-84-vh,
.height-min-84-vh {
  min-height: 84vh !important;
}
.h-min-85,
.height-min-85 {
  min-height: 85% !important;
}
.h-min-85-vh,
.height-min-85-vh {
  min-height: 85vh !important;
}
.h-min-86,
.height-min-86 {
  min-height: 86% !important;
}
.h-min-86-vh,
.height-min-86-vh {
  min-height: 86vh !important;
}
.h-min-87,
.height-min-87 {
  min-height: 87% !important;
}
.h-min-87-vh,
.height-min-87-vh {
  min-height: 87vh !important;
}
.h-min-88,
.height-min-88 {
  min-height: 88% !important;
}
.h-min-88-vh,
.height-min-88-vh {
  min-height: 88vh !important;
}
.h-min-89,
.height-min-89 {
  min-height: 89% !important;
}
.h-min-89-vh,
.height-min-89-vh {
  min-height: 89vh !important;
}
.h-min-90,
.height-min-90 {
  min-height: 90% !important;
}
.h-min-90-vh,
.height-min-90-vh {
  min-height: 90vh !important;
}
.h-min-91,
.height-min-91 {
  min-height: 91% !important;
}
.h-min-91-vh,
.height-min-91-vh {
  min-height: 91vh !important;
}
.h-min-92,
.height-min-92 {
  min-height: 92% !important;
}
.h-min-92-vh,
.height-min-92-vh {
  min-height: 92vh !important;
}
.h-min-93,
.height-min-93 {
  min-height: 93% !important;
}
.h-min-93-vh,
.height-min-93-vh {
  min-height: 93vh !important;
}
.h-min-94,
.height-min-94 {
  min-height: 94% !important;
}
.h-min-94-vh,
.height-min-94-vh {
  min-height: 94vh !important;
}
.h-min-95,
.height-min-95 {
  min-height: 95% !important;
}
.h-min-95-vh,
.height-min-95-vh {
  min-height: 95vh !important;
}
.h-min-96,
.height-min-96 {
  min-height: 96% !important;
}
.h-min-96-vh,
.height-min-96-vh {
  min-height: 96vh !important;
}
.h-min-97,
.height-min-97 {
  min-height: 97% !important;
}
.h-min-97-vh,
.height-min-97-vh {
  min-height: 97vh !important;
}
.h-min-98,
.height-min-98 {
  min-height: 98% !important;
}
.h-min-98-vh,
.height-min-98-vh {
  min-height: 98vh !important;
}
.h-min-99,
.height-min-99 {
  min-height: 99% !important;
}
.h-min-99-vh,
.height-min-99-vh {
  min-height: 99vh !important;
}
.h-min-100,
.height-min-100 {
  min-height: 100% !important;
}
.h-min-100-vh,
.height-min-100-vh {
  min-height: 100vh !important;
}
.h-max-full,
.height-max-full {
  max-height: 100% !important;
}
.h-max-screen,
.height-max-screen {
  max-height: 100vh !important;
}
.h-max-content,
.height-max-content {
  max-height: fit-content !important;
}
.h-max-auto,
.height-max-auto {
  max-height: auto !important;
}
.h-max-0,
.height-max-0 {
  max-height: 0% !important;
}
.h-max-0-vh,
.height-max-0-vh {
  max-height: 0vh !important;
}
.h-max-0-rem,
.height-max-0-rem {
  max-height: 0rem !important;
}
.h-max-0-px,
.height-max-0-px {
  max-height: 0px !important;
}
.h-max-1,
.height-max-1 {
  max-height: 1% !important;
}
.h-max-1-vh,
.height-max-1-vh {
  max-height: 1vh !important;
}
.h-max-1-rem,
.height-max-1-rem {
  max-height: 1rem !important;
}
.h-max-1-px,
.height-max-1-px {
  max-height: 1px !important;
}
.h-max-2,
.height-max-2 {
  max-height: 2% !important;
}
.h-max-2-vh,
.height-max-2-vh {
  max-height: 2vh !important;
}
.h-max-2-rem,
.height-max-2-rem {
  max-height: 2rem !important;
}
.h-max-2-px,
.height-max-2-px {
  max-height: 2px !important;
}
.h-max-3,
.height-max-3 {
  max-height: 3% !important;
}
.h-max-3-vh,
.height-max-3-vh {
  max-height: 3vh !important;
}
.h-max-3-rem,
.height-max-3-rem {
  max-height: 3rem !important;
}
.h-max-3-px,
.height-max-3-px {
  max-height: 3px !important;
}
.h-max-4,
.height-max-4 {
  max-height: 4% !important;
}
.h-max-4-vh,
.height-max-4-vh {
  max-height: 4vh !important;
}
.h-max-4-rem,
.height-max-4-rem {
  max-height: 4rem !important;
}
.h-max-4-px,
.height-max-4-px {
  max-height: 4px !important;
}
.h-max-5,
.height-max-5 {
  max-height: 5% !important;
}
.h-max-5-vh,
.height-max-5-vh {
  max-height: 5vh !important;
}
.h-max-5-rem,
.height-max-5-rem {
  max-height: 5rem !important;
}
.h-max-5-px,
.height-max-5-px {
  max-height: 5px !important;
}
.h-max-6,
.height-max-6 {
  max-height: 6% !important;
}
.h-max-6-vh,
.height-max-6-vh {
  max-height: 6vh !important;
}
.h-max-6-rem,
.height-max-6-rem {
  max-height: 6rem !important;
}
.h-max-6-px,
.height-max-6-px {
  max-height: 6px !important;
}
.h-max-7,
.height-max-7 {
  max-height: 7% !important;
}
.h-max-7-vh,
.height-max-7-vh {
  max-height: 7vh !important;
}
.h-max-7-rem,
.height-max-7-rem {
  max-height: 7rem !important;
}
.h-max-7-px,
.height-max-7-px {
  max-height: 7px !important;
}
.h-max-8,
.height-max-8 {
  max-height: 8% !important;
}
.h-max-8-vh,
.height-max-8-vh {
  max-height: 8vh !important;
}
.h-max-8-rem,
.height-max-8-rem {
  max-height: 8rem !important;
}
.h-max-8-px,
.height-max-8-px {
  max-height: 8px !important;
}
.h-max-9,
.height-max-9 {
  max-height: 9% !important;
}
.h-max-9-vh,
.height-max-9-vh {
  max-height: 9vh !important;
}
.h-max-9-rem,
.height-max-9-rem {
  max-height: 9rem !important;
}
.h-max-9-px,
.height-max-9-px {
  max-height: 9px !important;
}
.h-max-10,
.height-max-10 {
  max-height: 10% !important;
}
.h-max-10-vh,
.height-max-10-vh {
  max-height: 10vh !important;
}
.h-max-10-rem,
.height-max-10-rem {
  max-height: 10rem !important;
}
.h-max-10-px,
.height-max-10-px {
  max-height: 10px !important;
}
.h-max-11,
.height-max-11 {
  max-height: 11% !important;
}
.h-max-11-vh,
.height-max-11-vh {
  max-height: 11vh !important;
}
.h-max-11-rem,
.height-max-11-rem {
  max-height: 11rem !important;
}
.h-max-11-px,
.height-max-11-px {
  max-height: 11px !important;
}
.h-max-12,
.height-max-12 {
  max-height: 12% !important;
}
.h-max-12-vh,
.height-max-12-vh {
  max-height: 12vh !important;
}
.h-max-12-rem,
.height-max-12-rem {
  max-height: 12rem !important;
}
.h-max-12-px,
.height-max-12-px {
  max-height: 12px !important;
}
.h-max-13,
.height-max-13 {
  max-height: 13% !important;
}
.h-max-13-vh,
.height-max-13-vh {
  max-height: 13vh !important;
}
.h-max-13-rem,
.height-max-13-rem {
  max-height: 13rem !important;
}
.h-max-13-px,
.height-max-13-px {
  max-height: 13px !important;
}
.h-max-14,
.height-max-14 {
  max-height: 14% !important;
}
.h-max-14-vh,
.height-max-14-vh {
  max-height: 14vh !important;
}
.h-max-14-rem,
.height-max-14-rem {
  max-height: 14rem !important;
}
.h-max-14-px,
.height-max-14-px {
  max-height: 14px !important;
}
.h-max-15,
.height-max-15 {
  max-height: 15% !important;
}
.h-max-15-vh,
.height-max-15-vh {
  max-height: 15vh !important;
}
.h-max-15-rem,
.height-max-15-rem {
  max-height: 15rem !important;
}
.h-max-15-px,
.height-max-15-px {
  max-height: 15px !important;
}
.h-max-16,
.height-max-16 {
  max-height: 16% !important;
}
.h-max-16-vh,
.height-max-16-vh {
  max-height: 16vh !important;
}
.h-max-16-rem,
.height-max-16-rem {
  max-height: 16rem !important;
}
.h-max-16-px,
.height-max-16-px {
  max-height: 16px !important;
}
.h-max-17,
.height-max-17 {
  max-height: 17% !important;
}
.h-max-17-vh,
.height-max-17-vh {
  max-height: 17vh !important;
}
.h-max-17-rem,
.height-max-17-rem {
  max-height: 17rem !important;
}
.h-max-17-px,
.height-max-17-px {
  max-height: 17px !important;
}
.h-max-18,
.height-max-18 {
  max-height: 18% !important;
}
.h-max-18-vh,
.height-max-18-vh {
  max-height: 18vh !important;
}
.h-max-18-rem,
.height-max-18-rem {
  max-height: 18rem !important;
}
.h-max-18-px,
.height-max-18-px {
  max-height: 18px !important;
}
.h-max-19,
.height-max-19 {
  max-height: 19% !important;
}
.h-max-19-vh,
.height-max-19-vh {
  max-height: 19vh !important;
}
.h-max-19-rem,
.height-max-19-rem {
  max-height: 19rem !important;
}
.h-max-19-px,
.height-max-19-px {
  max-height: 19px !important;
}
.h-max-20,
.height-max-20 {
  max-height: 20% !important;
}
.h-max-20-vh,
.height-max-20-vh {
  max-height: 20vh !important;
}
.h-max-20-rem,
.height-max-20-rem {
  max-height: 20rem !important;
}
.h-max-20-px,
.height-max-20-px {
  max-height: 20px !important;
}
.h-max-21,
.height-max-21 {
  max-height: 21% !important;
}
.h-max-21-vh,
.height-max-21-vh {
  max-height: 21vh !important;
}
.h-max-21-rem,
.height-max-21-rem {
  max-height: 21rem !important;
}
.h-max-21-px,
.height-max-21-px {
  max-height: 21px !important;
}
.h-max-22,
.height-max-22 {
  max-height: 22% !important;
}
.h-max-22-vh,
.height-max-22-vh {
  max-height: 22vh !important;
}
.h-max-22-rem,
.height-max-22-rem {
  max-height: 22rem !important;
}
.h-max-22-px,
.height-max-22-px {
  max-height: 22px !important;
}
.h-max-23,
.height-max-23 {
  max-height: 23% !important;
}
.h-max-23-vh,
.height-max-23-vh {
  max-height: 23vh !important;
}
.h-max-23-rem,
.height-max-23-rem {
  max-height: 23rem !important;
}
.h-max-23-px,
.height-max-23-px {
  max-height: 23px !important;
}
.h-max-24,
.height-max-24 {
  max-height: 24% !important;
}
.h-max-24-vh,
.height-max-24-vh {
  max-height: 24vh !important;
}
.h-max-24-rem,
.height-max-24-rem {
  max-height: 24rem !important;
}
.h-max-24-px,
.height-max-24-px {
  max-height: 24px !important;
}
.h-max-25,
.height-max-25 {
  max-height: 25% !important;
}
.h-max-25-vh,
.height-max-25-vh {
  max-height: 25vh !important;
}
.h-max-25-rem,
.height-max-25-rem {
  max-height: 25rem !important;
}
.h-max-25-px,
.height-max-25-px {
  max-height: 25px !important;
}
.h-max-26,
.height-max-26 {
  max-height: 26% !important;
}
.h-max-26-vh,
.height-max-26-vh {
  max-height: 26vh !important;
}
.h-max-26-rem,
.height-max-26-rem {
  max-height: 26rem !important;
}
.h-max-26-px,
.height-max-26-px {
  max-height: 26px !important;
}
.h-max-27,
.height-max-27 {
  max-height: 27% !important;
}
.h-max-27-vh,
.height-max-27-vh {
  max-height: 27vh !important;
}
.h-max-27-rem,
.height-max-27-rem {
  max-height: 27rem !important;
}
.h-max-27-px,
.height-max-27-px {
  max-height: 27px !important;
}
.h-max-28,
.height-max-28 {
  max-height: 28% !important;
}
.h-max-28-vh,
.height-max-28-vh {
  max-height: 28vh !important;
}
.h-max-28-rem,
.height-max-28-rem {
  max-height: 28rem !important;
}
.h-max-28-px,
.height-max-28-px {
  max-height: 28px !important;
}
.h-max-29,
.height-max-29 {
  max-height: 29% !important;
}
.h-max-29-vh,
.height-max-29-vh {
  max-height: 29vh !important;
}
.h-max-29-rem,
.height-max-29-rem {
  max-height: 29rem !important;
}
.h-max-29-px,
.height-max-29-px {
  max-height: 29px !important;
}
.h-max-30,
.height-max-30 {
  max-height: 30% !important;
}
.h-max-30-vh,
.height-max-30-vh {
  max-height: 30vh !important;
}
.h-max-30-rem,
.height-max-30-rem {
  max-height: 30rem !important;
}
.h-max-30-px,
.height-max-30-px {
  max-height: 30px !important;
}
.h-max-31,
.height-max-31 {
  max-height: 31% !important;
}
.h-max-31-vh,
.height-max-31-vh {
  max-height: 31vh !important;
}
.h-max-31-rem,
.height-max-31-rem {
  max-height: 31rem !important;
}
.h-max-31-px,
.height-max-31-px {
  max-height: 31px !important;
}
.h-max-32,
.height-max-32 {
  max-height: 32% !important;
}
.h-max-32-vh,
.height-max-32-vh {
  max-height: 32vh !important;
}
.h-max-32-rem,
.height-max-32-rem {
  max-height: 32rem !important;
}
.h-max-32-px,
.height-max-32-px {
  max-height: 32px !important;
}
.h-max-33,
.height-max-33 {
  max-height: 33% !important;
}
.h-max-33-vh,
.height-max-33-vh {
  max-height: 33vh !important;
}
.h-max-33-rem,
.height-max-33-rem {
  max-height: 33rem !important;
}
.h-max-33-px,
.height-max-33-px {
  max-height: 33px !important;
}
.h-max-34,
.height-max-34 {
  max-height: 34% !important;
}
.h-max-34-vh,
.height-max-34-vh {
  max-height: 34vh !important;
}
.h-max-34-rem,
.height-max-34-rem {
  max-height: 34rem !important;
}
.h-max-34-px,
.height-max-34-px {
  max-height: 34px !important;
}
.h-max-35,
.height-max-35 {
  max-height: 35% !important;
}
.h-max-35-vh,
.height-max-35-vh {
  max-height: 35vh !important;
}
.h-max-35-rem,
.height-max-35-rem {
  max-height: 35rem !important;
}
.h-max-35-px,
.height-max-35-px {
  max-height: 35px !important;
}
.h-max-36,
.height-max-36 {
  max-height: 36% !important;
}
.h-max-36-vh,
.height-max-36-vh {
  max-height: 36vh !important;
}
.h-max-36-rem,
.height-max-36-rem {
  max-height: 36rem !important;
}
.h-max-36-px,
.height-max-36-px {
  max-height: 36px !important;
}
.h-max-37,
.height-max-37 {
  max-height: 37% !important;
}
.h-max-37-vh,
.height-max-37-vh {
  max-height: 37vh !important;
}
.h-max-37-rem,
.height-max-37-rem {
  max-height: 37rem !important;
}
.h-max-37-px,
.height-max-37-px {
  max-height: 37px !important;
}
.h-max-38,
.height-max-38 {
  max-height: 38% !important;
}
.h-max-38-vh,
.height-max-38-vh {
  max-height: 38vh !important;
}
.h-max-38-rem,
.height-max-38-rem {
  max-height: 38rem !important;
}
.h-max-38-px,
.height-max-38-px {
  max-height: 38px !important;
}
.h-max-39,
.height-max-39 {
  max-height: 39% !important;
}
.h-max-39-vh,
.height-max-39-vh {
  max-height: 39vh !important;
}
.h-max-39-rem,
.height-max-39-rem {
  max-height: 39rem !important;
}
.h-max-39-px,
.height-max-39-px {
  max-height: 39px !important;
}
.h-max-40,
.height-max-40 {
  max-height: 40% !important;
}
.h-max-40-vh,
.height-max-40-vh {
  max-height: 40vh !important;
}
.h-max-40-rem,
.height-max-40-rem {
  max-height: 40rem !important;
}
.h-max-40-px,
.height-max-40-px {
  max-height: 40px !important;
}
.h-max-41,
.height-max-41 {
  max-height: 41% !important;
}
.h-max-41-vh,
.height-max-41-vh {
  max-height: 41vh !important;
}
.h-max-41-rem,
.height-max-41-rem {
  max-height: 41rem !important;
}
.h-max-41-px,
.height-max-41-px {
  max-height: 41px !important;
}
.h-max-42,
.height-max-42 {
  max-height: 42% !important;
}
.h-max-42-vh,
.height-max-42-vh {
  max-height: 42vh !important;
}
.h-max-42-rem,
.height-max-42-rem {
  max-height: 42rem !important;
}
.h-max-42-px,
.height-max-42-px {
  max-height: 42px !important;
}
.h-max-43,
.height-max-43 {
  max-height: 43% !important;
}
.h-max-43-vh,
.height-max-43-vh {
  max-height: 43vh !important;
}
.h-max-43-rem,
.height-max-43-rem {
  max-height: 43rem !important;
}
.h-max-43-px,
.height-max-43-px {
  max-height: 43px !important;
}
.h-max-44,
.height-max-44 {
  max-height: 44% !important;
}
.h-max-44-vh,
.height-max-44-vh {
  max-height: 44vh !important;
}
.h-max-44-rem,
.height-max-44-rem {
  max-height: 44rem !important;
}
.h-max-44-px,
.height-max-44-px {
  max-height: 44px !important;
}
.h-max-45,
.height-max-45 {
  max-height: 45% !important;
}
.h-max-45-vh,
.height-max-45-vh {
  max-height: 45vh !important;
}
.h-max-45-rem,
.height-max-45-rem {
  max-height: 45rem !important;
}
.h-max-45-px,
.height-max-45-px {
  max-height: 45px !important;
}
.h-max-46,
.height-max-46 {
  max-height: 46% !important;
}
.h-max-46-vh,
.height-max-46-vh {
  max-height: 46vh !important;
}
.h-max-46-rem,
.height-max-46-rem {
  max-height: 46rem !important;
}
.h-max-46-px,
.height-max-46-px {
  max-height: 46px !important;
}
.h-max-47,
.height-max-47 {
  max-height: 47% !important;
}
.h-max-47-vh,
.height-max-47-vh {
  max-height: 47vh !important;
}
.h-max-47-rem,
.height-max-47-rem {
  max-height: 47rem !important;
}
.h-max-47-px,
.height-max-47-px {
  max-height: 47px !important;
}
.h-max-48,
.height-max-48 {
  max-height: 48% !important;
}
.h-max-48-vh,
.height-max-48-vh {
  max-height: 48vh !important;
}
.h-max-48-rem,
.height-max-48-rem {
  max-height: 48rem !important;
}
.h-max-48-px,
.height-max-48-px {
  max-height: 48px !important;
}
.h-max-49,
.height-max-49 {
  max-height: 49% !important;
}
.h-max-49-vh,
.height-max-49-vh {
  max-height: 49vh !important;
}
.h-max-49-rem,
.height-max-49-rem {
  max-height: 49rem !important;
}
.h-max-49-px,
.height-max-49-px {
  max-height: 49px !important;
}
.h-max-50,
.height-max-50 {
  max-height: 50% !important;
}
.h-max-50-vh,
.height-max-50-vh {
  max-height: 50vh !important;
}
.h-max-50-rem,
.height-max-50-rem {
  max-height: 50rem !important;
}
.h-max-50-px,
.height-max-50-px {
  max-height: 50px !important;
}
.h-max-51,
.height-max-51 {
  max-height: 51% !important;
}
.h-max-51-vh,
.height-max-51-vh {
  max-height: 51vh !important;
}
.h-max-52,
.height-max-52 {
  max-height: 52% !important;
}
.h-max-52-vh,
.height-max-52-vh {
  max-height: 52vh !important;
}
.h-max-53,
.height-max-53 {
  max-height: 53% !important;
}
.h-max-53-vh,
.height-max-53-vh {
  max-height: 53vh !important;
}
.h-max-54,
.height-max-54 {
  max-height: 54% !important;
}
.h-max-54-vh,
.height-max-54-vh {
  max-height: 54vh !important;
}
.h-max-55,
.height-max-55 {
  max-height: 55% !important;
}
.h-max-55-vh,
.height-max-55-vh {
  max-height: 55vh !important;
}
.h-max-56,
.height-max-56 {
  max-height: 56% !important;
}
.h-max-56-vh,
.height-max-56-vh {
  max-height: 56vh !important;
}
.h-max-57,
.height-max-57 {
  max-height: 57% !important;
}
.h-max-57-vh,
.height-max-57-vh {
  max-height: 57vh !important;
}
.h-max-58,
.height-max-58 {
  max-height: 58% !important;
}
.h-max-58-vh,
.height-max-58-vh {
  max-height: 58vh !important;
}
.h-max-59,
.height-max-59 {
  max-height: 59% !important;
}
.h-max-59-vh,
.height-max-59-vh {
  max-height: 59vh !important;
}
.h-max-60,
.height-max-60 {
  max-height: 60% !important;
}
.h-max-60-vh,
.height-max-60-vh {
  max-height: 60vh !important;
}
.h-max-61,
.height-max-61 {
  max-height: 61% !important;
}
.h-max-61-vh,
.height-max-61-vh {
  max-height: 61vh !important;
}
.h-max-62,
.height-max-62 {
  max-height: 62% !important;
}
.h-max-62-vh,
.height-max-62-vh {
  max-height: 62vh !important;
}
.h-max-63,
.height-max-63 {
  max-height: 63% !important;
}
.h-max-63-vh,
.height-max-63-vh {
  max-height: 63vh !important;
}
.h-max-64,
.height-max-64 {
  max-height: 64% !important;
}
.h-max-64-vh,
.height-max-64-vh {
  max-height: 64vh !important;
}
.h-max-65,
.height-max-65 {
  max-height: 65% !important;
}
.h-max-65-vh,
.height-max-65-vh {
  max-height: 65vh !important;
}
.h-max-66,
.height-max-66 {
  max-height: 66% !important;
}
.h-max-66-vh,
.height-max-66-vh {
  max-height: 66vh !important;
}
.h-max-67,
.height-max-67 {
  max-height: 67% !important;
}
.h-max-67-vh,
.height-max-67-vh {
  max-height: 67vh !important;
}
.h-max-68,
.height-max-68 {
  max-height: 68% !important;
}
.h-max-68-vh,
.height-max-68-vh {
  max-height: 68vh !important;
}
.h-max-69,
.height-max-69 {
  max-height: 69% !important;
}
.h-max-69-vh,
.height-max-69-vh {
  max-height: 69vh !important;
}
.h-max-70,
.height-max-70 {
  max-height: 70% !important;
}
.h-max-70-vh,
.height-max-70-vh {
  max-height: 70vh !important;
}
.h-max-71,
.height-max-71 {
  max-height: 71% !important;
}
.h-max-71-vh,
.height-max-71-vh {
  max-height: 71vh !important;
}
.h-max-72,
.height-max-72 {
  max-height: 72% !important;
}
.h-max-72-vh,
.height-max-72-vh {
  max-height: 72vh !important;
}
.h-max-73,
.height-max-73 {
  max-height: 73% !important;
}
.h-max-73-vh,
.height-max-73-vh {
  max-height: 73vh !important;
}
.h-max-74,
.height-max-74 {
  max-height: 74% !important;
}
.h-max-74-vh,
.height-max-74-vh {
  max-height: 74vh !important;
}
.h-max-75,
.height-max-75 {
  max-height: 75% !important;
}
.h-max-75-vh,
.height-max-75-vh {
  max-height: 75vh !important;
}
.h-max-76,
.height-max-76 {
  max-height: 76% !important;
}
.h-max-76-vh,
.height-max-76-vh {
  max-height: 76vh !important;
}
.h-max-77,
.height-max-77 {
  max-height: 77% !important;
}
.h-max-77-vh,
.height-max-77-vh {
  max-height: 77vh !important;
}
.h-max-78,
.height-max-78 {
  max-height: 78% !important;
}
.h-max-78-vh,
.height-max-78-vh {
  max-height: 78vh !important;
}
.h-max-79,
.height-max-79 {
  max-height: 79% !important;
}
.h-max-79-vh,
.height-max-79-vh {
  max-height: 79vh !important;
}
.h-max-80,
.height-max-80 {
  max-height: 80% !important;
}
.h-max-80-vh,
.height-max-80-vh {
  max-height: 80vh !important;
}
.h-max-81,
.height-max-81 {
  max-height: 81% !important;
}
.h-max-81-vh,
.height-max-81-vh {
  max-height: 81vh !important;
}
.h-max-82,
.height-max-82 {
  max-height: 82% !important;
}
.h-max-82-vh,
.height-max-82-vh {
  max-height: 82vh !important;
}
.h-max-83,
.height-max-83 {
  max-height: 83% !important;
}
.h-max-83-vh,
.height-max-83-vh {
  max-height: 83vh !important;
}
.h-max-84,
.height-max-84 {
  max-height: 84% !important;
}
.h-max-84-vh,
.height-max-84-vh {
  max-height: 84vh !important;
}
.h-max-85,
.height-max-85 {
  max-height: 85% !important;
}
.h-max-85-vh,
.height-max-85-vh {
  max-height: 85vh !important;
}
.h-max-86,
.height-max-86 {
  max-height: 86% !important;
}
.h-max-86-vh,
.height-max-86-vh {
  max-height: 86vh !important;
}
.h-max-87,
.height-max-87 {
  max-height: 87% !important;
}
.h-max-87-vh,
.height-max-87-vh {
  max-height: 87vh !important;
}
.h-max-88,
.height-max-88 {
  max-height: 88% !important;
}
.h-max-88-vh,
.height-max-88-vh {
  max-height: 88vh !important;
}
.h-max-89,
.height-max-89 {
  max-height: 89% !important;
}
.h-max-89-vh,
.height-max-89-vh {
  max-height: 89vh !important;
}
.h-max-90,
.height-max-90 {
  max-height: 90% !important;
}
.h-max-90-vh,
.height-max-90-vh {
  max-height: 90vh !important;
}
.h-max-91,
.height-max-91 {
  max-height: 91% !important;
}
.h-max-91-vh,
.height-max-91-vh {
  max-height: 91vh !important;
}
.h-max-92,
.height-max-92 {
  max-height: 92% !important;
}
.h-max-92-vh,
.height-max-92-vh {
  max-height: 92vh !important;
}
.h-max-93,
.height-max-93 {
  max-height: 93% !important;
}
.h-max-93-vh,
.height-max-93-vh {
  max-height: 93vh !important;
}
.h-max-94,
.height-max-94 {
  max-height: 94% !important;
}
.h-max-94-vh,
.height-max-94-vh {
  max-height: 94vh !important;
}
.h-max-95,
.height-max-95 {
  max-height: 95% !important;
}
.h-max-95-vh,
.height-max-95-vh {
  max-height: 95vh !important;
}
.h-max-96,
.height-max-96 {
  max-height: 96% !important;
}
.h-max-96-vh,
.height-max-96-vh {
  max-height: 96vh !important;
}
.h-max-97,
.height-max-97 {
  max-height: 97% !important;
}
.h-max-97-vh,
.height-max-97-vh {
  max-height: 97vh !important;
}
.h-max-98,
.height-max-98 {
  max-height: 98% !important;
}
.h-max-98-vh,
.height-max-98-vh {
  max-height: 98vh !important;
}
.h-max-99,
.height-max-99 {
  max-height: 99% !important;
}
.h-max-99-vh,
.height-max-99-vh {
  max-height: 99vh !important;
}
.h-max-100,
.height-max-100 {
  max-height: 100% !important;
}
.h-max-100-vh,
.height-max-100-vh {
  max-height: 100vh !important;
}

@media screen and (min-width: 2500px) and (max-width: none) {
  /*Sizing*/
  /*Width*/
  .w-xl-full,
  .width-xl-full {
    width: 100% !important;
  }
  .w-xl-screen,
  .width-xl-screen {
    width: 100vw !important;
  }
  .w-xl-content,
  .width-xl-content {
    width: fit-content !important;
  }
  .w-xl-auto,
  .width-xl-auto {
    width: auto !important;
  }
  .w-xl-0,
  .width-xl-0 {
    width: 0% !important;
  }
  .w-xl-0-vw,
  .width-xl-0-vw {
    width: 0vw !important;
  }
  .w-xl-0-rem,
  .width-xl-0-rem {
    width: 0rem !important;
  }
  .w-xl-0-px,
  .width-xl-0-px {
    width: 0px !important;
  }
  .w-xl-1,
  .width-xl-1 {
    width: 1% !important;
  }
  .w-xl-1-vw,
  .width-xl-1-vw {
    width: 1vw !important;
  }
  .w-xl-1-rem,
  .width-xl-1-rem {
    width: 1rem !important;
  }
  .w-xl-1-px,
  .width-xl-1-px {
    width: 1px !important;
  }
  .w-xl-2,
  .width-xl-2 {
    width: 2% !important;
  }
  .w-xl-2-vw,
  .width-xl-2-vw {
    width: 2vw !important;
  }
  .w-xl-2-rem,
  .width-xl-2-rem {
    width: 2rem !important;
  }
  .w-xl-2-px,
  .width-xl-2-px {
    width: 2px !important;
  }
  .w-xl-3,
  .width-xl-3 {
    width: 3% !important;
  }
  .w-xl-3-vw,
  .width-xl-3-vw {
    width: 3vw !important;
  }
  .w-xl-3-rem,
  .width-xl-3-rem {
    width: 3rem !important;
  }
  .w-xl-3-px,
  .width-xl-3-px {
    width: 3px !important;
  }
  .w-xl-4,
  .width-xl-4 {
    width: 4% !important;
  }
  .w-xl-4-vw,
  .width-xl-4-vw {
    width: 4vw !important;
  }
  .w-xl-4-rem,
  .width-xl-4-rem {
    width: 4rem !important;
  }
  .w-xl-4-px,
  .width-xl-4-px {
    width: 4px !important;
  }
  .w-xl-5,
  .width-xl-5 {
    width: 5% !important;
  }
  .w-xl-5-vw,
  .width-xl-5-vw {
    width: 5vw !important;
  }
  .w-xl-5-rem,
  .width-xl-5-rem {
    width: 5rem !important;
  }
  .w-xl-5-px,
  .width-xl-5-px {
    width: 5px !important;
  }
  .w-xl-6,
  .width-xl-6 {
    width: 6% !important;
  }
  .w-xl-6-vw,
  .width-xl-6-vw {
    width: 6vw !important;
  }
  .w-xl-6-rem,
  .width-xl-6-rem {
    width: 6rem !important;
  }
  .w-xl-6-px,
  .width-xl-6-px {
    width: 6px !important;
  }
  .w-xl-7,
  .width-xl-7 {
    width: 7% !important;
  }
  .w-xl-7-vw,
  .width-xl-7-vw {
    width: 7vw !important;
  }
  .w-xl-7-rem,
  .width-xl-7-rem {
    width: 7rem !important;
  }
  .w-xl-7-px,
  .width-xl-7-px {
    width: 7px !important;
  }
  .w-xl-8,
  .width-xl-8 {
    width: 8% !important;
  }
  .w-xl-8-vw,
  .width-xl-8-vw {
    width: 8vw !important;
  }
  .w-xl-8-rem,
  .width-xl-8-rem {
    width: 8rem !important;
  }
  .w-xl-8-px,
  .width-xl-8-px {
    width: 8px !important;
  }
  .w-xl-9,
  .width-xl-9 {
    width: 9% !important;
  }
  .w-xl-9-vw,
  .width-xl-9-vw {
    width: 9vw !important;
  }
  .w-xl-9-rem,
  .width-xl-9-rem {
    width: 9rem !important;
  }
  .w-xl-9-px,
  .width-xl-9-px {
    width: 9px !important;
  }
  .w-xl-10,
  .width-xl-10 {
    width: 10% !important;
  }
  .w-xl-10-vw,
  .width-xl-10-vw {
    width: 10vw !important;
  }
  .w-xl-10-rem,
  .width-xl-10-rem {
    width: 10rem !important;
  }
  .w-xl-10-px,
  .width-xl-10-px {
    width: 10px !important;
  }
  .w-xl-11,
  .width-xl-11 {
    width: 11% !important;
  }
  .w-xl-11-vw,
  .width-xl-11-vw {
    width: 11vw !important;
  }
  .w-xl-11-rem,
  .width-xl-11-rem {
    width: 11rem !important;
  }
  .w-xl-11-px,
  .width-xl-11-px {
    width: 11px !important;
  }
  .w-xl-12,
  .width-xl-12 {
    width: 12% !important;
  }
  .w-xl-12-vw,
  .width-xl-12-vw {
    width: 12vw !important;
  }
  .w-xl-12-rem,
  .width-xl-12-rem {
    width: 12rem !important;
  }
  .w-xl-12-px,
  .width-xl-12-px {
    width: 12px !important;
  }
  .w-xl-13,
  .width-xl-13 {
    width: 13% !important;
  }
  .w-xl-13-vw,
  .width-xl-13-vw {
    width: 13vw !important;
  }
  .w-xl-13-rem,
  .width-xl-13-rem {
    width: 13rem !important;
  }
  .w-xl-13-px,
  .width-xl-13-px {
    width: 13px !important;
  }
  .w-xl-14,
  .width-xl-14 {
    width: 14% !important;
  }
  .w-xl-14-vw,
  .width-xl-14-vw {
    width: 14vw !important;
  }
  .w-xl-14-rem,
  .width-xl-14-rem {
    width: 14rem !important;
  }
  .w-xl-14-px,
  .width-xl-14-px {
    width: 14px !important;
  }
  .w-xl-15,
  .width-xl-15 {
    width: 15% !important;
  }
  .w-xl-15-vw,
  .width-xl-15-vw {
    width: 15vw !important;
  }
  .w-xl-15-rem,
  .width-xl-15-rem {
    width: 15rem !important;
  }
  .w-xl-15-px,
  .width-xl-15-px {
    width: 15px !important;
  }
  .w-xl-16,
  .width-xl-16 {
    width: 16% !important;
  }
  .w-xl-16-vw,
  .width-xl-16-vw {
    width: 16vw !important;
  }
  .w-xl-16-rem,
  .width-xl-16-rem {
    width: 16rem !important;
  }
  .w-xl-16-px,
  .width-xl-16-px {
    width: 16px !important;
  }
  .w-xl-17,
  .width-xl-17 {
    width: 17% !important;
  }
  .w-xl-17-vw,
  .width-xl-17-vw {
    width: 17vw !important;
  }
  .w-xl-17-rem,
  .width-xl-17-rem {
    width: 17rem !important;
  }
  .w-xl-17-px,
  .width-xl-17-px {
    width: 17px !important;
  }
  .w-xl-18,
  .width-xl-18 {
    width: 18% !important;
  }
  .w-xl-18-vw,
  .width-xl-18-vw {
    width: 18vw !important;
  }
  .w-xl-18-rem,
  .width-xl-18-rem {
    width: 18rem !important;
  }
  .w-xl-18-px,
  .width-xl-18-px {
    width: 18px !important;
  }
  .w-xl-19,
  .width-xl-19 {
    width: 19% !important;
  }
  .w-xl-19-vw,
  .width-xl-19-vw {
    width: 19vw !important;
  }
  .w-xl-19-rem,
  .width-xl-19-rem {
    width: 19rem !important;
  }
  .w-xl-19-px,
  .width-xl-19-px {
    width: 19px !important;
  }
  .w-xl-20,
  .width-xl-20 {
    width: 20% !important;
  }
  .w-xl-20-vw,
  .width-xl-20-vw {
    width: 20vw !important;
  }
  .w-xl-20-rem,
  .width-xl-20-rem {
    width: 20rem !important;
  }
  .w-xl-20-px,
  .width-xl-20-px {
    width: 20px !important;
  }
  .w-xl-21,
  .width-xl-21 {
    width: 21% !important;
  }
  .w-xl-21-vw,
  .width-xl-21-vw {
    width: 21vw !important;
  }
  .w-xl-21-rem,
  .width-xl-21-rem {
    width: 21rem !important;
  }
  .w-xl-21-px,
  .width-xl-21-px {
    width: 21px !important;
  }
  .w-xl-22,
  .width-xl-22 {
    width: 22% !important;
  }
  .w-xl-22-vw,
  .width-xl-22-vw {
    width: 22vw !important;
  }
  .w-xl-22-rem,
  .width-xl-22-rem {
    width: 22rem !important;
  }
  .w-xl-22-px,
  .width-xl-22-px {
    width: 22px !important;
  }
  .w-xl-23,
  .width-xl-23 {
    width: 23% !important;
  }
  .w-xl-23-vw,
  .width-xl-23-vw {
    width: 23vw !important;
  }
  .w-xl-23-rem,
  .width-xl-23-rem {
    width: 23rem !important;
  }
  .w-xl-23-px,
  .width-xl-23-px {
    width: 23px !important;
  }
  .w-xl-24,
  .width-xl-24 {
    width: 24% !important;
  }
  .w-xl-24-vw,
  .width-xl-24-vw {
    width: 24vw !important;
  }
  .w-xl-24-rem,
  .width-xl-24-rem {
    width: 24rem !important;
  }
  .w-xl-24-px,
  .width-xl-24-px {
    width: 24px !important;
  }
  .w-xl-25,
  .width-xl-25 {
    width: 25% !important;
  }
  .w-xl-25-vw,
  .width-xl-25-vw {
    width: 25vw !important;
  }
  .w-xl-25-rem,
  .width-xl-25-rem {
    width: 25rem !important;
  }
  .w-xl-25-px,
  .width-xl-25-px {
    width: 25px !important;
  }
  .w-xl-26,
  .width-xl-26 {
    width: 26% !important;
  }
  .w-xl-26-vw,
  .width-xl-26-vw {
    width: 26vw !important;
  }
  .w-xl-26-rem,
  .width-xl-26-rem {
    width: 26rem !important;
  }
  .w-xl-26-px,
  .width-xl-26-px {
    width: 26px !important;
  }
  .w-xl-27,
  .width-xl-27 {
    width: 27% !important;
  }
  .w-xl-27-vw,
  .width-xl-27-vw {
    width: 27vw !important;
  }
  .w-xl-27-rem,
  .width-xl-27-rem {
    width: 27rem !important;
  }
  .w-xl-27-px,
  .width-xl-27-px {
    width: 27px !important;
  }
  .w-xl-28,
  .width-xl-28 {
    width: 28% !important;
  }
  .w-xl-28-vw,
  .width-xl-28-vw {
    width: 28vw !important;
  }
  .w-xl-28-rem,
  .width-xl-28-rem {
    width: 28rem !important;
  }
  .w-xl-28-px,
  .width-xl-28-px {
    width: 28px !important;
  }
  .w-xl-29,
  .width-xl-29 {
    width: 29% !important;
  }
  .w-xl-29-vw,
  .width-xl-29-vw {
    width: 29vw !important;
  }
  .w-xl-29-rem,
  .width-xl-29-rem {
    width: 29rem !important;
  }
  .w-xl-29-px,
  .width-xl-29-px {
    width: 29px !important;
  }
  .w-xl-30,
  .width-xl-30 {
    width: 30% !important;
  }
  .w-xl-30-vw,
  .width-xl-30-vw {
    width: 30vw !important;
  }
  .w-xl-30-rem,
  .width-xl-30-rem {
    width: 30rem !important;
  }
  .w-xl-30-px,
  .width-xl-30-px {
    width: 30px !important;
  }
  .w-xl-31,
  .width-xl-31 {
    width: 31% !important;
  }
  .w-xl-31-vw,
  .width-xl-31-vw {
    width: 31vw !important;
  }
  .w-xl-31-rem,
  .width-xl-31-rem {
    width: 31rem !important;
  }
  .w-xl-31-px,
  .width-xl-31-px {
    width: 31px !important;
  }
  .w-xl-32,
  .width-xl-32 {
    width: 32% !important;
  }
  .w-xl-32-vw,
  .width-xl-32-vw {
    width: 32vw !important;
  }
  .w-xl-32-rem,
  .width-xl-32-rem {
    width: 32rem !important;
  }
  .w-xl-32-px,
  .width-xl-32-px {
    width: 32px !important;
  }
  .w-xl-33,
  .width-xl-33 {
    width: 33% !important;
  }
  .w-xl-33-vw,
  .width-xl-33-vw {
    width: 33vw !important;
  }
  .w-xl-33-rem,
  .width-xl-33-rem {
    width: 33rem !important;
  }
  .w-xl-33-px,
  .width-xl-33-px {
    width: 33px !important;
  }
  .w-xl-34,
  .width-xl-34 {
    width: 34% !important;
  }
  .w-xl-34-vw,
  .width-xl-34-vw {
    width: 34vw !important;
  }
  .w-xl-34-rem,
  .width-xl-34-rem {
    width: 34rem !important;
  }
  .w-xl-34-px,
  .width-xl-34-px {
    width: 34px !important;
  }
  .w-xl-35,
  .width-xl-35 {
    width: 35% !important;
  }
  .w-xl-35-vw,
  .width-xl-35-vw {
    width: 35vw !important;
  }
  .w-xl-35-rem,
  .width-xl-35-rem {
    width: 35rem !important;
  }
  .w-xl-35-px,
  .width-xl-35-px {
    width: 35px !important;
  }
  .w-xl-36,
  .width-xl-36 {
    width: 36% !important;
  }
  .w-xl-36-vw,
  .width-xl-36-vw {
    width: 36vw !important;
  }
  .w-xl-36-rem,
  .width-xl-36-rem {
    width: 36rem !important;
  }
  .w-xl-36-px,
  .width-xl-36-px {
    width: 36px !important;
  }
  .w-xl-37,
  .width-xl-37 {
    width: 37% !important;
  }
  .w-xl-37-vw,
  .width-xl-37-vw {
    width: 37vw !important;
  }
  .w-xl-37-rem,
  .width-xl-37-rem {
    width: 37rem !important;
  }
  .w-xl-37-px,
  .width-xl-37-px {
    width: 37px !important;
  }
  .w-xl-38,
  .width-xl-38 {
    width: 38% !important;
  }
  .w-xl-38-vw,
  .width-xl-38-vw {
    width: 38vw !important;
  }
  .w-xl-38-rem,
  .width-xl-38-rem {
    width: 38rem !important;
  }
  .w-xl-38-px,
  .width-xl-38-px {
    width: 38px !important;
  }
  .w-xl-39,
  .width-xl-39 {
    width: 39% !important;
  }
  .w-xl-39-vw,
  .width-xl-39-vw {
    width: 39vw !important;
  }
  .w-xl-39-rem,
  .width-xl-39-rem {
    width: 39rem !important;
  }
  .w-xl-39-px,
  .width-xl-39-px {
    width: 39px !important;
  }
  .w-xl-40,
  .width-xl-40 {
    width: 40% !important;
  }
  .w-xl-40-vw,
  .width-xl-40-vw {
    width: 40vw !important;
  }
  .w-xl-40-rem,
  .width-xl-40-rem {
    width: 40rem !important;
  }
  .w-xl-40-px,
  .width-xl-40-px {
    width: 40px !important;
  }
  .w-xl-41,
  .width-xl-41 {
    width: 41% !important;
  }
  .w-xl-41-vw,
  .width-xl-41-vw {
    width: 41vw !important;
  }
  .w-xl-41-rem,
  .width-xl-41-rem {
    width: 41rem !important;
  }
  .w-xl-41-px,
  .width-xl-41-px {
    width: 41px !important;
  }
  .w-xl-42,
  .width-xl-42 {
    width: 42% !important;
  }
  .w-xl-42-vw,
  .width-xl-42-vw {
    width: 42vw !important;
  }
  .w-xl-42-rem,
  .width-xl-42-rem {
    width: 42rem !important;
  }
  .w-xl-42-px,
  .width-xl-42-px {
    width: 42px !important;
  }
  .w-xl-43,
  .width-xl-43 {
    width: 43% !important;
  }
  .w-xl-43-vw,
  .width-xl-43-vw {
    width: 43vw !important;
  }
  .w-xl-43-rem,
  .width-xl-43-rem {
    width: 43rem !important;
  }
  .w-xl-43-px,
  .width-xl-43-px {
    width: 43px !important;
  }
  .w-xl-44,
  .width-xl-44 {
    width: 44% !important;
  }
  .w-xl-44-vw,
  .width-xl-44-vw {
    width: 44vw !important;
  }
  .w-xl-44-rem,
  .width-xl-44-rem {
    width: 44rem !important;
  }
  .w-xl-44-px,
  .width-xl-44-px {
    width: 44px !important;
  }
  .w-xl-45,
  .width-xl-45 {
    width: 45% !important;
  }
  .w-xl-45-vw,
  .width-xl-45-vw {
    width: 45vw !important;
  }
  .w-xl-45-rem,
  .width-xl-45-rem {
    width: 45rem !important;
  }
  .w-xl-45-px,
  .width-xl-45-px {
    width: 45px !important;
  }
  .w-xl-46,
  .width-xl-46 {
    width: 46% !important;
  }
  .w-xl-46-vw,
  .width-xl-46-vw {
    width: 46vw !important;
  }
  .w-xl-46-rem,
  .width-xl-46-rem {
    width: 46rem !important;
  }
  .w-xl-46-px,
  .width-xl-46-px {
    width: 46px !important;
  }
  .w-xl-47,
  .width-xl-47 {
    width: 47% !important;
  }
  .w-xl-47-vw,
  .width-xl-47-vw {
    width: 47vw !important;
  }
  .w-xl-47-rem,
  .width-xl-47-rem {
    width: 47rem !important;
  }
  .w-xl-47-px,
  .width-xl-47-px {
    width: 47px !important;
  }
  .w-xl-48,
  .width-xl-48 {
    width: 48% !important;
  }
  .w-xl-48-vw,
  .width-xl-48-vw {
    width: 48vw !important;
  }
  .w-xl-48-rem,
  .width-xl-48-rem {
    width: 48rem !important;
  }
  .w-xl-48-px,
  .width-xl-48-px {
    width: 48px !important;
  }
  .w-xl-49,
  .width-xl-49 {
    width: 49% !important;
  }
  .w-xl-49-vw,
  .width-xl-49-vw {
    width: 49vw !important;
  }
  .w-xl-49-rem,
  .width-xl-49-rem {
    width: 49rem !important;
  }
  .w-xl-49-px,
  .width-xl-49-px {
    width: 49px !important;
  }
  .w-xl-50,
  .width-xl-50 {
    width: 50% !important;
  }
  .w-xl-50-vw,
  .width-xl-50-vw {
    width: 50vw !important;
  }
  .w-xl-50-rem,
  .width-xl-50-rem {
    width: 50rem !important;
  }
  .w-xl-50-px,
  .width-xl-50-px {
    width: 50px !important;
  }
  .w-xl-51,
  .width-xl-51 {
    width: 51% !important;
  }
  .w-xl-51-vw,
  .width-xl-51-vw {
    width: 51vw !important;
  }
  .w-xl-52,
  .width-xl-52 {
    width: 52% !important;
  }
  .w-xl-52-vw,
  .width-xl-52-vw {
    width: 52vw !important;
  }
  .w-xl-53,
  .width-xl-53 {
    width: 53% !important;
  }
  .w-xl-53-vw,
  .width-xl-53-vw {
    width: 53vw !important;
  }
  .w-xl-54,
  .width-xl-54 {
    width: 54% !important;
  }
  .w-xl-54-vw,
  .width-xl-54-vw {
    width: 54vw !important;
  }
  .w-xl-55,
  .width-xl-55 {
    width: 55% !important;
  }
  .w-xl-55-vw,
  .width-xl-55-vw {
    width: 55vw !important;
  }
  .w-xl-56,
  .width-xl-56 {
    width: 56% !important;
  }
  .w-xl-56-vw,
  .width-xl-56-vw {
    width: 56vw !important;
  }
  .w-xl-57,
  .width-xl-57 {
    width: 57% !important;
  }
  .w-xl-57-vw,
  .width-xl-57-vw {
    width: 57vw !important;
  }
  .w-xl-58,
  .width-xl-58 {
    width: 58% !important;
  }
  .w-xl-58-vw,
  .width-xl-58-vw {
    width: 58vw !important;
  }
  .w-xl-59,
  .width-xl-59 {
    width: 59% !important;
  }
  .w-xl-59-vw,
  .width-xl-59-vw {
    width: 59vw !important;
  }
  .w-xl-60,
  .width-xl-60 {
    width: 60% !important;
  }
  .w-xl-60-vw,
  .width-xl-60-vw {
    width: 60vw !important;
  }
  .w-xl-61,
  .width-xl-61 {
    width: 61% !important;
  }
  .w-xl-61-vw,
  .width-xl-61-vw {
    width: 61vw !important;
  }
  .w-xl-62,
  .width-xl-62 {
    width: 62% !important;
  }
  .w-xl-62-vw,
  .width-xl-62-vw {
    width: 62vw !important;
  }
  .w-xl-63,
  .width-xl-63 {
    width: 63% !important;
  }
  .w-xl-63-vw,
  .width-xl-63-vw {
    width: 63vw !important;
  }
  .w-xl-64,
  .width-xl-64 {
    width: 64% !important;
  }
  .w-xl-64-vw,
  .width-xl-64-vw {
    width: 64vw !important;
  }
  .w-xl-65,
  .width-xl-65 {
    width: 65% !important;
  }
  .w-xl-65-vw,
  .width-xl-65-vw {
    width: 65vw !important;
  }
  .w-xl-66,
  .width-xl-66 {
    width: 66% !important;
  }
  .w-xl-66-vw,
  .width-xl-66-vw {
    width: 66vw !important;
  }
  .w-xl-67,
  .width-xl-67 {
    width: 67% !important;
  }
  .w-xl-67-vw,
  .width-xl-67-vw {
    width: 67vw !important;
  }
  .w-xl-68,
  .width-xl-68 {
    width: 68% !important;
  }
  .w-xl-68-vw,
  .width-xl-68-vw {
    width: 68vw !important;
  }
  .w-xl-69,
  .width-xl-69 {
    width: 69% !important;
  }
  .w-xl-69-vw,
  .width-xl-69-vw {
    width: 69vw !important;
  }
  .w-xl-70,
  .width-xl-70 {
    width: 70% !important;
  }
  .w-xl-70-vw,
  .width-xl-70-vw {
    width: 70vw !important;
  }
  .w-xl-71,
  .width-xl-71 {
    width: 71% !important;
  }
  .w-xl-71-vw,
  .width-xl-71-vw {
    width: 71vw !important;
  }
  .w-xl-72,
  .width-xl-72 {
    width: 72% !important;
  }
  .w-xl-72-vw,
  .width-xl-72-vw {
    width: 72vw !important;
  }
  .w-xl-73,
  .width-xl-73 {
    width: 73% !important;
  }
  .w-xl-73-vw,
  .width-xl-73-vw {
    width: 73vw !important;
  }
  .w-xl-74,
  .width-xl-74 {
    width: 74% !important;
  }
  .w-xl-74-vw,
  .width-xl-74-vw {
    width: 74vw !important;
  }
  .w-xl-75,
  .width-xl-75 {
    width: 75% !important;
  }
  .w-xl-75-vw,
  .width-xl-75-vw {
    width: 75vw !important;
  }
  .w-xl-76,
  .width-xl-76 {
    width: 76% !important;
  }
  .w-xl-76-vw,
  .width-xl-76-vw {
    width: 76vw !important;
  }
  .w-xl-77,
  .width-xl-77 {
    width: 77% !important;
  }
  .w-xl-77-vw,
  .width-xl-77-vw {
    width: 77vw !important;
  }
  .w-xl-78,
  .width-xl-78 {
    width: 78% !important;
  }
  .w-xl-78-vw,
  .width-xl-78-vw {
    width: 78vw !important;
  }
  .w-xl-79,
  .width-xl-79 {
    width: 79% !important;
  }
  .w-xl-79-vw,
  .width-xl-79-vw {
    width: 79vw !important;
  }
  .w-xl-80,
  .width-xl-80 {
    width: 80% !important;
  }
  .w-xl-80-vw,
  .width-xl-80-vw {
    width: 80vw !important;
  }
  .w-xl-81,
  .width-xl-81 {
    width: 81% !important;
  }
  .w-xl-81-vw,
  .width-xl-81-vw {
    width: 81vw !important;
  }
  .w-xl-82,
  .width-xl-82 {
    width: 82% !important;
  }
  .w-xl-82-vw,
  .width-xl-82-vw {
    width: 82vw !important;
  }
  .w-xl-83,
  .width-xl-83 {
    width: 83% !important;
  }
  .w-xl-83-vw,
  .width-xl-83-vw {
    width: 83vw !important;
  }
  .w-xl-84,
  .width-xl-84 {
    width: 84% !important;
  }
  .w-xl-84-vw,
  .width-xl-84-vw {
    width: 84vw !important;
  }
  .w-xl-85,
  .width-xl-85 {
    width: 85% !important;
  }
  .w-xl-85-vw,
  .width-xl-85-vw {
    width: 85vw !important;
  }
  .w-xl-86,
  .width-xl-86 {
    width: 86% !important;
  }
  .w-xl-86-vw,
  .width-xl-86-vw {
    width: 86vw !important;
  }
  .w-xl-87,
  .width-xl-87 {
    width: 87% !important;
  }
  .w-xl-87-vw,
  .width-xl-87-vw {
    width: 87vw !important;
  }
  .w-xl-88,
  .width-xl-88 {
    width: 88% !important;
  }
  .w-xl-88-vw,
  .width-xl-88-vw {
    width: 88vw !important;
  }
  .w-xl-89,
  .width-xl-89 {
    width: 89% !important;
  }
  .w-xl-89-vw,
  .width-xl-89-vw {
    width: 89vw !important;
  }
  .w-xl-90,
  .width-xl-90 {
    width: 90% !important;
  }
  .w-xl-90-vw,
  .width-xl-90-vw {
    width: 90vw !important;
  }
  .w-xl-91,
  .width-xl-91 {
    width: 91% !important;
  }
  .w-xl-91-vw,
  .width-xl-91-vw {
    width: 91vw !important;
  }
  .w-xl-92,
  .width-xl-92 {
    width: 92% !important;
  }
  .w-xl-92-vw,
  .width-xl-92-vw {
    width: 92vw !important;
  }
  .w-xl-93,
  .width-xl-93 {
    width: 93% !important;
  }
  .w-xl-93-vw,
  .width-xl-93-vw {
    width: 93vw !important;
  }
  .w-xl-94,
  .width-xl-94 {
    width: 94% !important;
  }
  .w-xl-94-vw,
  .width-xl-94-vw {
    width: 94vw !important;
  }
  .w-xl-95,
  .width-xl-95 {
    width: 95% !important;
  }
  .w-xl-95-vw,
  .width-xl-95-vw {
    width: 95vw !important;
  }
  .w-xl-96,
  .width-xl-96 {
    width: 96% !important;
  }
  .w-xl-96-vw,
  .width-xl-96-vw {
    width: 96vw !important;
  }
  .w-xl-97,
  .width-xl-97 {
    width: 97% !important;
  }
  .w-xl-97-vw,
  .width-xl-97-vw {
    width: 97vw !important;
  }
  .w-xl-98,
  .width-xl-98 {
    width: 98% !important;
  }
  .w-xl-98-vw,
  .width-xl-98-vw {
    width: 98vw !important;
  }
  .w-xl-99,
  .width-xl-99 {
    width: 99% !important;
  }
  .w-xl-99-vw,
  .width-xl-99-vw {
    width: 99vw !important;
  }
  .w-xl-100,
  .width-xl-100 {
    width: 100% !important;
  }
  .w-xl-100-vw,
  .width-xl-100-vw {
    width: 100vw !important;
  }
  .w-min-xl-full,
  .width-min-xl-full {
    min-width: 100% !important;
  }
  .w-min-xl-screen,
  .width-min-xl-screen {
    min-width: 100vw !important;
  }
  .w-min-xl-content,
  .width-min-xl-content {
    min-width: fit-content !important;
  }
  .w-min-xl-auto,
  .width-min-xl-auto {
    min-width: auto !important;
  }
  .w-min-xl-0,
  .width-min-xl-0 {
    min-width: 0% !important;
  }
  .w-min-xl-0-vw,
  .width-min-xl-0-vw {
    min-width: 0vw !important;
  }
  .w-min-xl-0-rem,
  .width-min-xl-0-rem {
    min-width: 0rem !important;
  }
  .w-min-xl-0-px,
  .width-min-xl-0-px {
    min-width: 0px !important;
  }
  .w-min-xl-1,
  .width-min-xl-1 {
    min-width: 1% !important;
  }
  .w-min-xl-1-vw,
  .width-min-xl-1-vw {
    min-width: 1vw !important;
  }
  .w-min-xl-1-rem,
  .width-min-xl-1-rem {
    min-width: 1rem !important;
  }
  .w-min-xl-1-px,
  .width-min-xl-1-px {
    min-width: 1px !important;
  }
  .w-min-xl-2,
  .width-min-xl-2 {
    min-width: 2% !important;
  }
  .w-min-xl-2-vw,
  .width-min-xl-2-vw {
    min-width: 2vw !important;
  }
  .w-min-xl-2-rem,
  .width-min-xl-2-rem {
    min-width: 2rem !important;
  }
  .w-min-xl-2-px,
  .width-min-xl-2-px {
    min-width: 2px !important;
  }
  .w-min-xl-3,
  .width-min-xl-3 {
    min-width: 3% !important;
  }
  .w-min-xl-3-vw,
  .width-min-xl-3-vw {
    min-width: 3vw !important;
  }
  .w-min-xl-3-rem,
  .width-min-xl-3-rem {
    min-width: 3rem !important;
  }
  .w-min-xl-3-px,
  .width-min-xl-3-px {
    min-width: 3px !important;
  }
  .w-min-xl-4,
  .width-min-xl-4 {
    min-width: 4% !important;
  }
  .w-min-xl-4-vw,
  .width-min-xl-4-vw {
    min-width: 4vw !important;
  }
  .w-min-xl-4-rem,
  .width-min-xl-4-rem {
    min-width: 4rem !important;
  }
  .w-min-xl-4-px,
  .width-min-xl-4-px {
    min-width: 4px !important;
  }
  .w-min-xl-5,
  .width-min-xl-5 {
    min-width: 5% !important;
  }
  .w-min-xl-5-vw,
  .width-min-xl-5-vw {
    min-width: 5vw !important;
  }
  .w-min-xl-5-rem,
  .width-min-xl-5-rem {
    min-width: 5rem !important;
  }
  .w-min-xl-5-px,
  .width-min-xl-5-px {
    min-width: 5px !important;
  }
  .w-min-xl-6,
  .width-min-xl-6 {
    min-width: 6% !important;
  }
  .w-min-xl-6-vw,
  .width-min-xl-6-vw {
    min-width: 6vw !important;
  }
  .w-min-xl-6-rem,
  .width-min-xl-6-rem {
    min-width: 6rem !important;
  }
  .w-min-xl-6-px,
  .width-min-xl-6-px {
    min-width: 6px !important;
  }
  .w-min-xl-7,
  .width-min-xl-7 {
    min-width: 7% !important;
  }
  .w-min-xl-7-vw,
  .width-min-xl-7-vw {
    min-width: 7vw !important;
  }
  .w-min-xl-7-rem,
  .width-min-xl-7-rem {
    min-width: 7rem !important;
  }
  .w-min-xl-7-px,
  .width-min-xl-7-px {
    min-width: 7px !important;
  }
  .w-min-xl-8,
  .width-min-xl-8 {
    min-width: 8% !important;
  }
  .w-min-xl-8-vw,
  .width-min-xl-8-vw {
    min-width: 8vw !important;
  }
  .w-min-xl-8-rem,
  .width-min-xl-8-rem {
    min-width: 8rem !important;
  }
  .w-min-xl-8-px,
  .width-min-xl-8-px {
    min-width: 8px !important;
  }
  .w-min-xl-9,
  .width-min-xl-9 {
    min-width: 9% !important;
  }
  .w-min-xl-9-vw,
  .width-min-xl-9-vw {
    min-width: 9vw !important;
  }
  .w-min-xl-9-rem,
  .width-min-xl-9-rem {
    min-width: 9rem !important;
  }
  .w-min-xl-9-px,
  .width-min-xl-9-px {
    min-width: 9px !important;
  }
  .w-min-xl-10,
  .width-min-xl-10 {
    min-width: 10% !important;
  }
  .w-min-xl-10-vw,
  .width-min-xl-10-vw {
    min-width: 10vw !important;
  }
  .w-min-xl-10-rem,
  .width-min-xl-10-rem {
    min-width: 10rem !important;
  }
  .w-min-xl-10-px,
  .width-min-xl-10-px {
    min-width: 10px !important;
  }
  .w-min-xl-11,
  .width-min-xl-11 {
    min-width: 11% !important;
  }
  .w-min-xl-11-vw,
  .width-min-xl-11-vw {
    min-width: 11vw !important;
  }
  .w-min-xl-11-rem,
  .width-min-xl-11-rem {
    min-width: 11rem !important;
  }
  .w-min-xl-11-px,
  .width-min-xl-11-px {
    min-width: 11px !important;
  }
  .w-min-xl-12,
  .width-min-xl-12 {
    min-width: 12% !important;
  }
  .w-min-xl-12-vw,
  .width-min-xl-12-vw {
    min-width: 12vw !important;
  }
  .w-min-xl-12-rem,
  .width-min-xl-12-rem {
    min-width: 12rem !important;
  }
  .w-min-xl-12-px,
  .width-min-xl-12-px {
    min-width: 12px !important;
  }
  .w-min-xl-13,
  .width-min-xl-13 {
    min-width: 13% !important;
  }
  .w-min-xl-13-vw,
  .width-min-xl-13-vw {
    min-width: 13vw !important;
  }
  .w-min-xl-13-rem,
  .width-min-xl-13-rem {
    min-width: 13rem !important;
  }
  .w-min-xl-13-px,
  .width-min-xl-13-px {
    min-width: 13px !important;
  }
  .w-min-xl-14,
  .width-min-xl-14 {
    min-width: 14% !important;
  }
  .w-min-xl-14-vw,
  .width-min-xl-14-vw {
    min-width: 14vw !important;
  }
  .w-min-xl-14-rem,
  .width-min-xl-14-rem {
    min-width: 14rem !important;
  }
  .w-min-xl-14-px,
  .width-min-xl-14-px {
    min-width: 14px !important;
  }
  .w-min-xl-15,
  .width-min-xl-15 {
    min-width: 15% !important;
  }
  .w-min-xl-15-vw,
  .width-min-xl-15-vw {
    min-width: 15vw !important;
  }
  .w-min-xl-15-rem,
  .width-min-xl-15-rem {
    min-width: 15rem !important;
  }
  .w-min-xl-15-px,
  .width-min-xl-15-px {
    min-width: 15px !important;
  }
  .w-min-xl-16,
  .width-min-xl-16 {
    min-width: 16% !important;
  }
  .w-min-xl-16-vw,
  .width-min-xl-16-vw {
    min-width: 16vw !important;
  }
  .w-min-xl-16-rem,
  .width-min-xl-16-rem {
    min-width: 16rem !important;
  }
  .w-min-xl-16-px,
  .width-min-xl-16-px {
    min-width: 16px !important;
  }
  .w-min-xl-17,
  .width-min-xl-17 {
    min-width: 17% !important;
  }
  .w-min-xl-17-vw,
  .width-min-xl-17-vw {
    min-width: 17vw !important;
  }
  .w-min-xl-17-rem,
  .width-min-xl-17-rem {
    min-width: 17rem !important;
  }
  .w-min-xl-17-px,
  .width-min-xl-17-px {
    min-width: 17px !important;
  }
  .w-min-xl-18,
  .width-min-xl-18 {
    min-width: 18% !important;
  }
  .w-min-xl-18-vw,
  .width-min-xl-18-vw {
    min-width: 18vw !important;
  }
  .w-min-xl-18-rem,
  .width-min-xl-18-rem {
    min-width: 18rem !important;
  }
  .w-min-xl-18-px,
  .width-min-xl-18-px {
    min-width: 18px !important;
  }
  .w-min-xl-19,
  .width-min-xl-19 {
    min-width: 19% !important;
  }
  .w-min-xl-19-vw,
  .width-min-xl-19-vw {
    min-width: 19vw !important;
  }
  .w-min-xl-19-rem,
  .width-min-xl-19-rem {
    min-width: 19rem !important;
  }
  .w-min-xl-19-px,
  .width-min-xl-19-px {
    min-width: 19px !important;
  }
  .w-min-xl-20,
  .width-min-xl-20 {
    min-width: 20% !important;
  }
  .w-min-xl-20-vw,
  .width-min-xl-20-vw {
    min-width: 20vw !important;
  }
  .w-min-xl-20-rem,
  .width-min-xl-20-rem {
    min-width: 20rem !important;
  }
  .w-min-xl-20-px,
  .width-min-xl-20-px {
    min-width: 20px !important;
  }
  .w-min-xl-21,
  .width-min-xl-21 {
    min-width: 21% !important;
  }
  .w-min-xl-21-vw,
  .width-min-xl-21-vw {
    min-width: 21vw !important;
  }
  .w-min-xl-21-rem,
  .width-min-xl-21-rem {
    min-width: 21rem !important;
  }
  .w-min-xl-21-px,
  .width-min-xl-21-px {
    min-width: 21px !important;
  }
  .w-min-xl-22,
  .width-min-xl-22 {
    min-width: 22% !important;
  }
  .w-min-xl-22-vw,
  .width-min-xl-22-vw {
    min-width: 22vw !important;
  }
  .w-min-xl-22-rem,
  .width-min-xl-22-rem {
    min-width: 22rem !important;
  }
  .w-min-xl-22-px,
  .width-min-xl-22-px {
    min-width: 22px !important;
  }
  .w-min-xl-23,
  .width-min-xl-23 {
    min-width: 23% !important;
  }
  .w-min-xl-23-vw,
  .width-min-xl-23-vw {
    min-width: 23vw !important;
  }
  .w-min-xl-23-rem,
  .width-min-xl-23-rem {
    min-width: 23rem !important;
  }
  .w-min-xl-23-px,
  .width-min-xl-23-px {
    min-width: 23px !important;
  }
  .w-min-xl-24,
  .width-min-xl-24 {
    min-width: 24% !important;
  }
  .w-min-xl-24-vw,
  .width-min-xl-24-vw {
    min-width: 24vw !important;
  }
  .w-min-xl-24-rem,
  .width-min-xl-24-rem {
    min-width: 24rem !important;
  }
  .w-min-xl-24-px,
  .width-min-xl-24-px {
    min-width: 24px !important;
  }
  .w-min-xl-25,
  .width-min-xl-25 {
    min-width: 25% !important;
  }
  .w-min-xl-25-vw,
  .width-min-xl-25-vw {
    min-width: 25vw !important;
  }
  .w-min-xl-25-rem,
  .width-min-xl-25-rem {
    min-width: 25rem !important;
  }
  .w-min-xl-25-px,
  .width-min-xl-25-px {
    min-width: 25px !important;
  }
  .w-min-xl-26,
  .width-min-xl-26 {
    min-width: 26% !important;
  }
  .w-min-xl-26-vw,
  .width-min-xl-26-vw {
    min-width: 26vw !important;
  }
  .w-min-xl-26-rem,
  .width-min-xl-26-rem {
    min-width: 26rem !important;
  }
  .w-min-xl-26-px,
  .width-min-xl-26-px {
    min-width: 26px !important;
  }
  .w-min-xl-27,
  .width-min-xl-27 {
    min-width: 27% !important;
  }
  .w-min-xl-27-vw,
  .width-min-xl-27-vw {
    min-width: 27vw !important;
  }
  .w-min-xl-27-rem,
  .width-min-xl-27-rem {
    min-width: 27rem !important;
  }
  .w-min-xl-27-px,
  .width-min-xl-27-px {
    min-width: 27px !important;
  }
  .w-min-xl-28,
  .width-min-xl-28 {
    min-width: 28% !important;
  }
  .w-min-xl-28-vw,
  .width-min-xl-28-vw {
    min-width: 28vw !important;
  }
  .w-min-xl-28-rem,
  .width-min-xl-28-rem {
    min-width: 28rem !important;
  }
  .w-min-xl-28-px,
  .width-min-xl-28-px {
    min-width: 28px !important;
  }
  .w-min-xl-29,
  .width-min-xl-29 {
    min-width: 29% !important;
  }
  .w-min-xl-29-vw,
  .width-min-xl-29-vw {
    min-width: 29vw !important;
  }
  .w-min-xl-29-rem,
  .width-min-xl-29-rem {
    min-width: 29rem !important;
  }
  .w-min-xl-29-px,
  .width-min-xl-29-px {
    min-width: 29px !important;
  }
  .w-min-xl-30,
  .width-min-xl-30 {
    min-width: 30% !important;
  }
  .w-min-xl-30-vw,
  .width-min-xl-30-vw {
    min-width: 30vw !important;
  }
  .w-min-xl-30-rem,
  .width-min-xl-30-rem {
    min-width: 30rem !important;
  }
  .w-min-xl-30-px,
  .width-min-xl-30-px {
    min-width: 30px !important;
  }
  .w-min-xl-31,
  .width-min-xl-31 {
    min-width: 31% !important;
  }
  .w-min-xl-31-vw,
  .width-min-xl-31-vw {
    min-width: 31vw !important;
  }
  .w-min-xl-31-rem,
  .width-min-xl-31-rem {
    min-width: 31rem !important;
  }
  .w-min-xl-31-px,
  .width-min-xl-31-px {
    min-width: 31px !important;
  }
  .w-min-xl-32,
  .width-min-xl-32 {
    min-width: 32% !important;
  }
  .w-min-xl-32-vw,
  .width-min-xl-32-vw {
    min-width: 32vw !important;
  }
  .w-min-xl-32-rem,
  .width-min-xl-32-rem {
    min-width: 32rem !important;
  }
  .w-min-xl-32-px,
  .width-min-xl-32-px {
    min-width: 32px !important;
  }
  .w-min-xl-33,
  .width-min-xl-33 {
    min-width: 33% !important;
  }
  .w-min-xl-33-vw,
  .width-min-xl-33-vw {
    min-width: 33vw !important;
  }
  .w-min-xl-33-rem,
  .width-min-xl-33-rem {
    min-width: 33rem !important;
  }
  .w-min-xl-33-px,
  .width-min-xl-33-px {
    min-width: 33px !important;
  }
  .w-min-xl-34,
  .width-min-xl-34 {
    min-width: 34% !important;
  }
  .w-min-xl-34-vw,
  .width-min-xl-34-vw {
    min-width: 34vw !important;
  }
  .w-min-xl-34-rem,
  .width-min-xl-34-rem {
    min-width: 34rem !important;
  }
  .w-min-xl-34-px,
  .width-min-xl-34-px {
    min-width: 34px !important;
  }
  .w-min-xl-35,
  .width-min-xl-35 {
    min-width: 35% !important;
  }
  .w-min-xl-35-vw,
  .width-min-xl-35-vw {
    min-width: 35vw !important;
  }
  .w-min-xl-35-rem,
  .width-min-xl-35-rem {
    min-width: 35rem !important;
  }
  .w-min-xl-35-px,
  .width-min-xl-35-px {
    min-width: 35px !important;
  }
  .w-min-xl-36,
  .width-min-xl-36 {
    min-width: 36% !important;
  }
  .w-min-xl-36-vw,
  .width-min-xl-36-vw {
    min-width: 36vw !important;
  }
  .w-min-xl-36-rem,
  .width-min-xl-36-rem {
    min-width: 36rem !important;
  }
  .w-min-xl-36-px,
  .width-min-xl-36-px {
    min-width: 36px !important;
  }
  .w-min-xl-37,
  .width-min-xl-37 {
    min-width: 37% !important;
  }
  .w-min-xl-37-vw,
  .width-min-xl-37-vw {
    min-width: 37vw !important;
  }
  .w-min-xl-37-rem,
  .width-min-xl-37-rem {
    min-width: 37rem !important;
  }
  .w-min-xl-37-px,
  .width-min-xl-37-px {
    min-width: 37px !important;
  }
  .w-min-xl-38,
  .width-min-xl-38 {
    min-width: 38% !important;
  }
  .w-min-xl-38-vw,
  .width-min-xl-38-vw {
    min-width: 38vw !important;
  }
  .w-min-xl-38-rem,
  .width-min-xl-38-rem {
    min-width: 38rem !important;
  }
  .w-min-xl-38-px,
  .width-min-xl-38-px {
    min-width: 38px !important;
  }
  .w-min-xl-39,
  .width-min-xl-39 {
    min-width: 39% !important;
  }
  .w-min-xl-39-vw,
  .width-min-xl-39-vw {
    min-width: 39vw !important;
  }
  .w-min-xl-39-rem,
  .width-min-xl-39-rem {
    min-width: 39rem !important;
  }
  .w-min-xl-39-px,
  .width-min-xl-39-px {
    min-width: 39px !important;
  }
  .w-min-xl-40,
  .width-min-xl-40 {
    min-width: 40% !important;
  }
  .w-min-xl-40-vw,
  .width-min-xl-40-vw {
    min-width: 40vw !important;
  }
  .w-min-xl-40-rem,
  .width-min-xl-40-rem {
    min-width: 40rem !important;
  }
  .w-min-xl-40-px,
  .width-min-xl-40-px {
    min-width: 40px !important;
  }
  .w-min-xl-41,
  .width-min-xl-41 {
    min-width: 41% !important;
  }
  .w-min-xl-41-vw,
  .width-min-xl-41-vw {
    min-width: 41vw !important;
  }
  .w-min-xl-41-rem,
  .width-min-xl-41-rem {
    min-width: 41rem !important;
  }
  .w-min-xl-41-px,
  .width-min-xl-41-px {
    min-width: 41px !important;
  }
  .w-min-xl-42,
  .width-min-xl-42 {
    min-width: 42% !important;
  }
  .w-min-xl-42-vw,
  .width-min-xl-42-vw {
    min-width: 42vw !important;
  }
  .w-min-xl-42-rem,
  .width-min-xl-42-rem {
    min-width: 42rem !important;
  }
  .w-min-xl-42-px,
  .width-min-xl-42-px {
    min-width: 42px !important;
  }
  .w-min-xl-43,
  .width-min-xl-43 {
    min-width: 43% !important;
  }
  .w-min-xl-43-vw,
  .width-min-xl-43-vw {
    min-width: 43vw !important;
  }
  .w-min-xl-43-rem,
  .width-min-xl-43-rem {
    min-width: 43rem !important;
  }
  .w-min-xl-43-px,
  .width-min-xl-43-px {
    min-width: 43px !important;
  }
  .w-min-xl-44,
  .width-min-xl-44 {
    min-width: 44% !important;
  }
  .w-min-xl-44-vw,
  .width-min-xl-44-vw {
    min-width: 44vw !important;
  }
  .w-min-xl-44-rem,
  .width-min-xl-44-rem {
    min-width: 44rem !important;
  }
  .w-min-xl-44-px,
  .width-min-xl-44-px {
    min-width: 44px !important;
  }
  .w-min-xl-45,
  .width-min-xl-45 {
    min-width: 45% !important;
  }
  .w-min-xl-45-vw,
  .width-min-xl-45-vw {
    min-width: 45vw !important;
  }
  .w-min-xl-45-rem,
  .width-min-xl-45-rem {
    min-width: 45rem !important;
  }
  .w-min-xl-45-px,
  .width-min-xl-45-px {
    min-width: 45px !important;
  }
  .w-min-xl-46,
  .width-min-xl-46 {
    min-width: 46% !important;
  }
  .w-min-xl-46-vw,
  .width-min-xl-46-vw {
    min-width: 46vw !important;
  }
  .w-min-xl-46-rem,
  .width-min-xl-46-rem {
    min-width: 46rem !important;
  }
  .w-min-xl-46-px,
  .width-min-xl-46-px {
    min-width: 46px !important;
  }
  .w-min-xl-47,
  .width-min-xl-47 {
    min-width: 47% !important;
  }
  .w-min-xl-47-vw,
  .width-min-xl-47-vw {
    min-width: 47vw !important;
  }
  .w-min-xl-47-rem,
  .width-min-xl-47-rem {
    min-width: 47rem !important;
  }
  .w-min-xl-47-px,
  .width-min-xl-47-px {
    min-width: 47px !important;
  }
  .w-min-xl-48,
  .width-min-xl-48 {
    min-width: 48% !important;
  }
  .w-min-xl-48-vw,
  .width-min-xl-48-vw {
    min-width: 48vw !important;
  }
  .w-min-xl-48-rem,
  .width-min-xl-48-rem {
    min-width: 48rem !important;
  }
  .w-min-xl-48-px,
  .width-min-xl-48-px {
    min-width: 48px !important;
  }
  .w-min-xl-49,
  .width-min-xl-49 {
    min-width: 49% !important;
  }
  .w-min-xl-49-vw,
  .width-min-xl-49-vw {
    min-width: 49vw !important;
  }
  .w-min-xl-49-rem,
  .width-min-xl-49-rem {
    min-width: 49rem !important;
  }
  .w-min-xl-49-px,
  .width-min-xl-49-px {
    min-width: 49px !important;
  }
  .w-min-xl-50,
  .width-min-xl-50 {
    min-width: 50% !important;
  }
  .w-min-xl-50-vw,
  .width-min-xl-50-vw {
    min-width: 50vw !important;
  }
  .w-min-xl-50-rem,
  .width-min-xl-50-rem {
    min-width: 50rem !important;
  }
  .w-min-xl-50-px,
  .width-min-xl-50-px {
    min-width: 50px !important;
  }
  .w-min-xl-51,
  .width-min-xl-51 {
    min-width: 51% !important;
  }
  .w-min-xl-51-vw,
  .width-min-xl-51-vw {
    min-width: 51vw !important;
  }
  .w-min-xl-52,
  .width-min-xl-52 {
    min-width: 52% !important;
  }
  .w-min-xl-52-vw,
  .width-min-xl-52-vw {
    min-width: 52vw !important;
  }
  .w-min-xl-53,
  .width-min-xl-53 {
    min-width: 53% !important;
  }
  .w-min-xl-53-vw,
  .width-min-xl-53-vw {
    min-width: 53vw !important;
  }
  .w-min-xl-54,
  .width-min-xl-54 {
    min-width: 54% !important;
  }
  .w-min-xl-54-vw,
  .width-min-xl-54-vw {
    min-width: 54vw !important;
  }
  .w-min-xl-55,
  .width-min-xl-55 {
    min-width: 55% !important;
  }
  .w-min-xl-55-vw,
  .width-min-xl-55-vw {
    min-width: 55vw !important;
  }
  .w-min-xl-56,
  .width-min-xl-56 {
    min-width: 56% !important;
  }
  .w-min-xl-56-vw,
  .width-min-xl-56-vw {
    min-width: 56vw !important;
  }
  .w-min-xl-57,
  .width-min-xl-57 {
    min-width: 57% !important;
  }
  .w-min-xl-57-vw,
  .width-min-xl-57-vw {
    min-width: 57vw !important;
  }
  .w-min-xl-58,
  .width-min-xl-58 {
    min-width: 58% !important;
  }
  .w-min-xl-58-vw,
  .width-min-xl-58-vw {
    min-width: 58vw !important;
  }
  .w-min-xl-59,
  .width-min-xl-59 {
    min-width: 59% !important;
  }
  .w-min-xl-59-vw,
  .width-min-xl-59-vw {
    min-width: 59vw !important;
  }
  .w-min-xl-60,
  .width-min-xl-60 {
    min-width: 60% !important;
  }
  .w-min-xl-60-vw,
  .width-min-xl-60-vw {
    min-width: 60vw !important;
  }
  .w-min-xl-61,
  .width-min-xl-61 {
    min-width: 61% !important;
  }
  .w-min-xl-61-vw,
  .width-min-xl-61-vw {
    min-width: 61vw !important;
  }
  .w-min-xl-62,
  .width-min-xl-62 {
    min-width: 62% !important;
  }
  .w-min-xl-62-vw,
  .width-min-xl-62-vw {
    min-width: 62vw !important;
  }
  .w-min-xl-63,
  .width-min-xl-63 {
    min-width: 63% !important;
  }
  .w-min-xl-63-vw,
  .width-min-xl-63-vw {
    min-width: 63vw !important;
  }
  .w-min-xl-64,
  .width-min-xl-64 {
    min-width: 64% !important;
  }
  .w-min-xl-64-vw,
  .width-min-xl-64-vw {
    min-width: 64vw !important;
  }
  .w-min-xl-65,
  .width-min-xl-65 {
    min-width: 65% !important;
  }
  .w-min-xl-65-vw,
  .width-min-xl-65-vw {
    min-width: 65vw !important;
  }
  .w-min-xl-66,
  .width-min-xl-66 {
    min-width: 66% !important;
  }
  .w-min-xl-66-vw,
  .width-min-xl-66-vw {
    min-width: 66vw !important;
  }
  .w-min-xl-67,
  .width-min-xl-67 {
    min-width: 67% !important;
  }
  .w-min-xl-67-vw,
  .width-min-xl-67-vw {
    min-width: 67vw !important;
  }
  .w-min-xl-68,
  .width-min-xl-68 {
    min-width: 68% !important;
  }
  .w-min-xl-68-vw,
  .width-min-xl-68-vw {
    min-width: 68vw !important;
  }
  .w-min-xl-69,
  .width-min-xl-69 {
    min-width: 69% !important;
  }
  .w-min-xl-69-vw,
  .width-min-xl-69-vw {
    min-width: 69vw !important;
  }
  .w-min-xl-70,
  .width-min-xl-70 {
    min-width: 70% !important;
  }
  .w-min-xl-70-vw,
  .width-min-xl-70-vw {
    min-width: 70vw !important;
  }
  .w-min-xl-71,
  .width-min-xl-71 {
    min-width: 71% !important;
  }
  .w-min-xl-71-vw,
  .width-min-xl-71-vw {
    min-width: 71vw !important;
  }
  .w-min-xl-72,
  .width-min-xl-72 {
    min-width: 72% !important;
  }
  .w-min-xl-72-vw,
  .width-min-xl-72-vw {
    min-width: 72vw !important;
  }
  .w-min-xl-73,
  .width-min-xl-73 {
    min-width: 73% !important;
  }
  .w-min-xl-73-vw,
  .width-min-xl-73-vw {
    min-width: 73vw !important;
  }
  .w-min-xl-74,
  .width-min-xl-74 {
    min-width: 74% !important;
  }
  .w-min-xl-74-vw,
  .width-min-xl-74-vw {
    min-width: 74vw !important;
  }
  .w-min-xl-75,
  .width-min-xl-75 {
    min-width: 75% !important;
  }
  .w-min-xl-75-vw,
  .width-min-xl-75-vw {
    min-width: 75vw !important;
  }
  .w-min-xl-76,
  .width-min-xl-76 {
    min-width: 76% !important;
  }
  .w-min-xl-76-vw,
  .width-min-xl-76-vw {
    min-width: 76vw !important;
  }
  .w-min-xl-77,
  .width-min-xl-77 {
    min-width: 77% !important;
  }
  .w-min-xl-77-vw,
  .width-min-xl-77-vw {
    min-width: 77vw !important;
  }
  .w-min-xl-78,
  .width-min-xl-78 {
    min-width: 78% !important;
  }
  .w-min-xl-78-vw,
  .width-min-xl-78-vw {
    min-width: 78vw !important;
  }
  .w-min-xl-79,
  .width-min-xl-79 {
    min-width: 79% !important;
  }
  .w-min-xl-79-vw,
  .width-min-xl-79-vw {
    min-width: 79vw !important;
  }
  .w-min-xl-80,
  .width-min-xl-80 {
    min-width: 80% !important;
  }
  .w-min-xl-80-vw,
  .width-min-xl-80-vw {
    min-width: 80vw !important;
  }
  .w-min-xl-81,
  .width-min-xl-81 {
    min-width: 81% !important;
  }
  .w-min-xl-81-vw,
  .width-min-xl-81-vw {
    min-width: 81vw !important;
  }
  .w-min-xl-82,
  .width-min-xl-82 {
    min-width: 82% !important;
  }
  .w-min-xl-82-vw,
  .width-min-xl-82-vw {
    min-width: 82vw !important;
  }
  .w-min-xl-83,
  .width-min-xl-83 {
    min-width: 83% !important;
  }
  .w-min-xl-83-vw,
  .width-min-xl-83-vw {
    min-width: 83vw !important;
  }
  .w-min-xl-84,
  .width-min-xl-84 {
    min-width: 84% !important;
  }
  .w-min-xl-84-vw,
  .width-min-xl-84-vw {
    min-width: 84vw !important;
  }
  .w-min-xl-85,
  .width-min-xl-85 {
    min-width: 85% !important;
  }
  .w-min-xl-85-vw,
  .width-min-xl-85-vw {
    min-width: 85vw !important;
  }
  .w-min-xl-86,
  .width-min-xl-86 {
    min-width: 86% !important;
  }
  .w-min-xl-86-vw,
  .width-min-xl-86-vw {
    min-width: 86vw !important;
  }
  .w-min-xl-87,
  .width-min-xl-87 {
    min-width: 87% !important;
  }
  .w-min-xl-87-vw,
  .width-min-xl-87-vw {
    min-width: 87vw !important;
  }
  .w-min-xl-88,
  .width-min-xl-88 {
    min-width: 88% !important;
  }
  .w-min-xl-88-vw,
  .width-min-xl-88-vw {
    min-width: 88vw !important;
  }
  .w-min-xl-89,
  .width-min-xl-89 {
    min-width: 89% !important;
  }
  .w-min-xl-89-vw,
  .width-min-xl-89-vw {
    min-width: 89vw !important;
  }
  .w-min-xl-90,
  .width-min-xl-90 {
    min-width: 90% !important;
  }
  .w-min-xl-90-vw,
  .width-min-xl-90-vw {
    min-width: 90vw !important;
  }
  .w-min-xl-91,
  .width-min-xl-91 {
    min-width: 91% !important;
  }
  .w-min-xl-91-vw,
  .width-min-xl-91-vw {
    min-width: 91vw !important;
  }
  .w-min-xl-92,
  .width-min-xl-92 {
    min-width: 92% !important;
  }
  .w-min-xl-92-vw,
  .width-min-xl-92-vw {
    min-width: 92vw !important;
  }
  .w-min-xl-93,
  .width-min-xl-93 {
    min-width: 93% !important;
  }
  .w-min-xl-93-vw,
  .width-min-xl-93-vw {
    min-width: 93vw !important;
  }
  .w-min-xl-94,
  .width-min-xl-94 {
    min-width: 94% !important;
  }
  .w-min-xl-94-vw,
  .width-min-xl-94-vw {
    min-width: 94vw !important;
  }
  .w-min-xl-95,
  .width-min-xl-95 {
    min-width: 95% !important;
  }
  .w-min-xl-95-vw,
  .width-min-xl-95-vw {
    min-width: 95vw !important;
  }
  .w-min-xl-96,
  .width-min-xl-96 {
    min-width: 96% !important;
  }
  .w-min-xl-96-vw,
  .width-min-xl-96-vw {
    min-width: 96vw !important;
  }
  .w-min-xl-97,
  .width-min-xl-97 {
    min-width: 97% !important;
  }
  .w-min-xl-97-vw,
  .width-min-xl-97-vw {
    min-width: 97vw !important;
  }
  .w-min-xl-98,
  .width-min-xl-98 {
    min-width: 98% !important;
  }
  .w-min-xl-98-vw,
  .width-min-xl-98-vw {
    min-width: 98vw !important;
  }
  .w-min-xl-99,
  .width-min-xl-99 {
    min-width: 99% !important;
  }
  .w-min-xl-99-vw,
  .width-min-xl-99-vw {
    min-width: 99vw !important;
  }
  .w-min-xl-100,
  .width-min-xl-100 {
    min-width: 100% !important;
  }
  .w-min-xl-100-vw,
  .width-min-xl-100-vw {
    min-width: 100vw !important;
  }
  .w-max-xl-full,
  .width-max-xl-full {
    max-width: 100% !important;
  }
  .w-max-xl-screen,
  .width-max-xl-screen {
    max-width: 100vw !important;
  }
  .w-max-xl-content,
  .width-max-xl-content {
    max-width: fit-content !important;
  }
  .w-max-xl-auto,
  .width-max-xl-auto {
    max-width: auto !important;
  }
  .w-max-xl-0,
  .width-max-xl-0 {
    max-width: 0% !important;
  }
  .w-max-xl-0-vw,
  .width-max-xl-0-vw {
    max-width: 0vw !important;
  }
  .w-max-xl-0-rem,
  .width-max-xl-0-rem {
    max-width: 0rem !important;
  }
  .w-max-xl-0-px,
  .width-max-xl-0-px {
    max-width: 0px !important;
  }
  .w-max-xl-1,
  .width-max-xl-1 {
    max-width: 1% !important;
  }
  .w-max-xl-1-vw,
  .width-max-xl-1-vw {
    max-width: 1vw !important;
  }
  .w-max-xl-1-rem,
  .width-max-xl-1-rem {
    max-width: 1rem !important;
  }
  .w-max-xl-1-px,
  .width-max-xl-1-px {
    max-width: 1px !important;
  }
  .w-max-xl-2,
  .width-max-xl-2 {
    max-width: 2% !important;
  }
  .w-max-xl-2-vw,
  .width-max-xl-2-vw {
    max-width: 2vw !important;
  }
  .w-max-xl-2-rem,
  .width-max-xl-2-rem {
    max-width: 2rem !important;
  }
  .w-max-xl-2-px,
  .width-max-xl-2-px {
    max-width: 2px !important;
  }
  .w-max-xl-3,
  .width-max-xl-3 {
    max-width: 3% !important;
  }
  .w-max-xl-3-vw,
  .width-max-xl-3-vw {
    max-width: 3vw !important;
  }
  .w-max-xl-3-rem,
  .width-max-xl-3-rem {
    max-width: 3rem !important;
  }
  .w-max-xl-3-px,
  .width-max-xl-3-px {
    max-width: 3px !important;
  }
  .w-max-xl-4,
  .width-max-xl-4 {
    max-width: 4% !important;
  }
  .w-max-xl-4-vw,
  .width-max-xl-4-vw {
    max-width: 4vw !important;
  }
  .w-max-xl-4-rem,
  .width-max-xl-4-rem {
    max-width: 4rem !important;
  }
  .w-max-xl-4-px,
  .width-max-xl-4-px {
    max-width: 4px !important;
  }
  .w-max-xl-5,
  .width-max-xl-5 {
    max-width: 5% !important;
  }
  .w-max-xl-5-vw,
  .width-max-xl-5-vw {
    max-width: 5vw !important;
  }
  .w-max-xl-5-rem,
  .width-max-xl-5-rem {
    max-width: 5rem !important;
  }
  .w-max-xl-5-px,
  .width-max-xl-5-px {
    max-width: 5px !important;
  }
  .w-max-xl-6,
  .width-max-xl-6 {
    max-width: 6% !important;
  }
  .w-max-xl-6-vw,
  .width-max-xl-6-vw {
    max-width: 6vw !important;
  }
  .w-max-xl-6-rem,
  .width-max-xl-6-rem {
    max-width: 6rem !important;
  }
  .w-max-xl-6-px,
  .width-max-xl-6-px {
    max-width: 6px !important;
  }
  .w-max-xl-7,
  .width-max-xl-7 {
    max-width: 7% !important;
  }
  .w-max-xl-7-vw,
  .width-max-xl-7-vw {
    max-width: 7vw !important;
  }
  .w-max-xl-7-rem,
  .width-max-xl-7-rem {
    max-width: 7rem !important;
  }
  .w-max-xl-7-px,
  .width-max-xl-7-px {
    max-width: 7px !important;
  }
  .w-max-xl-8,
  .width-max-xl-8 {
    max-width: 8% !important;
  }
  .w-max-xl-8-vw,
  .width-max-xl-8-vw {
    max-width: 8vw !important;
  }
  .w-max-xl-8-rem,
  .width-max-xl-8-rem {
    max-width: 8rem !important;
  }
  .w-max-xl-8-px,
  .width-max-xl-8-px {
    max-width: 8px !important;
  }
  .w-max-xl-9,
  .width-max-xl-9 {
    max-width: 9% !important;
  }
  .w-max-xl-9-vw,
  .width-max-xl-9-vw {
    max-width: 9vw !important;
  }
  .w-max-xl-9-rem,
  .width-max-xl-9-rem {
    max-width: 9rem !important;
  }
  .w-max-xl-9-px,
  .width-max-xl-9-px {
    max-width: 9px !important;
  }
  .w-max-xl-10,
  .width-max-xl-10 {
    max-width: 10% !important;
  }
  .w-max-xl-10-vw,
  .width-max-xl-10-vw {
    max-width: 10vw !important;
  }
  .w-max-xl-10-rem,
  .width-max-xl-10-rem {
    max-width: 10rem !important;
  }
  .w-max-xl-10-px,
  .width-max-xl-10-px {
    max-width: 10px !important;
  }
  .w-max-xl-11,
  .width-max-xl-11 {
    max-width: 11% !important;
  }
  .w-max-xl-11-vw,
  .width-max-xl-11-vw {
    max-width: 11vw !important;
  }
  .w-max-xl-11-rem,
  .width-max-xl-11-rem {
    max-width: 11rem !important;
  }
  .w-max-xl-11-px,
  .width-max-xl-11-px {
    max-width: 11px !important;
  }
  .w-max-xl-12,
  .width-max-xl-12 {
    max-width: 12% !important;
  }
  .w-max-xl-12-vw,
  .width-max-xl-12-vw {
    max-width: 12vw !important;
  }
  .w-max-xl-12-rem,
  .width-max-xl-12-rem {
    max-width: 12rem !important;
  }
  .w-max-xl-12-px,
  .width-max-xl-12-px {
    max-width: 12px !important;
  }
  .w-max-xl-13,
  .width-max-xl-13 {
    max-width: 13% !important;
  }
  .w-max-xl-13-vw,
  .width-max-xl-13-vw {
    max-width: 13vw !important;
  }
  .w-max-xl-13-rem,
  .width-max-xl-13-rem {
    max-width: 13rem !important;
  }
  .w-max-xl-13-px,
  .width-max-xl-13-px {
    max-width: 13px !important;
  }
  .w-max-xl-14,
  .width-max-xl-14 {
    max-width: 14% !important;
  }
  .w-max-xl-14-vw,
  .width-max-xl-14-vw {
    max-width: 14vw !important;
  }
  .w-max-xl-14-rem,
  .width-max-xl-14-rem {
    max-width: 14rem !important;
  }
  .w-max-xl-14-px,
  .width-max-xl-14-px {
    max-width: 14px !important;
  }
  .w-max-xl-15,
  .width-max-xl-15 {
    max-width: 15% !important;
  }
  .w-max-xl-15-vw,
  .width-max-xl-15-vw {
    max-width: 15vw !important;
  }
  .w-max-xl-15-rem,
  .width-max-xl-15-rem {
    max-width: 15rem !important;
  }
  .w-max-xl-15-px,
  .width-max-xl-15-px {
    max-width: 15px !important;
  }
  .w-max-xl-16,
  .width-max-xl-16 {
    max-width: 16% !important;
  }
  .w-max-xl-16-vw,
  .width-max-xl-16-vw {
    max-width: 16vw !important;
  }
  .w-max-xl-16-rem,
  .width-max-xl-16-rem {
    max-width: 16rem !important;
  }
  .w-max-xl-16-px,
  .width-max-xl-16-px {
    max-width: 16px !important;
  }
  .w-max-xl-17,
  .width-max-xl-17 {
    max-width: 17% !important;
  }
  .w-max-xl-17-vw,
  .width-max-xl-17-vw {
    max-width: 17vw !important;
  }
  .w-max-xl-17-rem,
  .width-max-xl-17-rem {
    max-width: 17rem !important;
  }
  .w-max-xl-17-px,
  .width-max-xl-17-px {
    max-width: 17px !important;
  }
  .w-max-xl-18,
  .width-max-xl-18 {
    max-width: 18% !important;
  }
  .w-max-xl-18-vw,
  .width-max-xl-18-vw {
    max-width: 18vw !important;
  }
  .w-max-xl-18-rem,
  .width-max-xl-18-rem {
    max-width: 18rem !important;
  }
  .w-max-xl-18-px,
  .width-max-xl-18-px {
    max-width: 18px !important;
  }
  .w-max-xl-19,
  .width-max-xl-19 {
    max-width: 19% !important;
  }
  .w-max-xl-19-vw,
  .width-max-xl-19-vw {
    max-width: 19vw !important;
  }
  .w-max-xl-19-rem,
  .width-max-xl-19-rem {
    max-width: 19rem !important;
  }
  .w-max-xl-19-px,
  .width-max-xl-19-px {
    max-width: 19px !important;
  }
  .w-max-xl-20,
  .width-max-xl-20 {
    max-width: 20% !important;
  }
  .w-max-xl-20-vw,
  .width-max-xl-20-vw {
    max-width: 20vw !important;
  }
  .w-max-xl-20-rem,
  .width-max-xl-20-rem {
    max-width: 20rem !important;
  }
  .w-max-xl-20-px,
  .width-max-xl-20-px {
    max-width: 20px !important;
  }
  .w-max-xl-21,
  .width-max-xl-21 {
    max-width: 21% !important;
  }
  .w-max-xl-21-vw,
  .width-max-xl-21-vw {
    max-width: 21vw !important;
  }
  .w-max-xl-21-rem,
  .width-max-xl-21-rem {
    max-width: 21rem !important;
  }
  .w-max-xl-21-px,
  .width-max-xl-21-px {
    max-width: 21px !important;
  }
  .w-max-xl-22,
  .width-max-xl-22 {
    max-width: 22% !important;
  }
  .w-max-xl-22-vw,
  .width-max-xl-22-vw {
    max-width: 22vw !important;
  }
  .w-max-xl-22-rem,
  .width-max-xl-22-rem {
    max-width: 22rem !important;
  }
  .w-max-xl-22-px,
  .width-max-xl-22-px {
    max-width: 22px !important;
  }
  .w-max-xl-23,
  .width-max-xl-23 {
    max-width: 23% !important;
  }
  .w-max-xl-23-vw,
  .width-max-xl-23-vw {
    max-width: 23vw !important;
  }
  .w-max-xl-23-rem,
  .width-max-xl-23-rem {
    max-width: 23rem !important;
  }
  .w-max-xl-23-px,
  .width-max-xl-23-px {
    max-width: 23px !important;
  }
  .w-max-xl-24,
  .width-max-xl-24 {
    max-width: 24% !important;
  }
  .w-max-xl-24-vw,
  .width-max-xl-24-vw {
    max-width: 24vw !important;
  }
  .w-max-xl-24-rem,
  .width-max-xl-24-rem {
    max-width: 24rem !important;
  }
  .w-max-xl-24-px,
  .width-max-xl-24-px {
    max-width: 24px !important;
  }
  .w-max-xl-25,
  .width-max-xl-25 {
    max-width: 25% !important;
  }
  .w-max-xl-25-vw,
  .width-max-xl-25-vw {
    max-width: 25vw !important;
  }
  .w-max-xl-25-rem,
  .width-max-xl-25-rem {
    max-width: 25rem !important;
  }
  .w-max-xl-25-px,
  .width-max-xl-25-px {
    max-width: 25px !important;
  }
  .w-max-xl-26,
  .width-max-xl-26 {
    max-width: 26% !important;
  }
  .w-max-xl-26-vw,
  .width-max-xl-26-vw {
    max-width: 26vw !important;
  }
  .w-max-xl-26-rem,
  .width-max-xl-26-rem {
    max-width: 26rem !important;
  }
  .w-max-xl-26-px,
  .width-max-xl-26-px {
    max-width: 26px !important;
  }
  .w-max-xl-27,
  .width-max-xl-27 {
    max-width: 27% !important;
  }
  .w-max-xl-27-vw,
  .width-max-xl-27-vw {
    max-width: 27vw !important;
  }
  .w-max-xl-27-rem,
  .width-max-xl-27-rem {
    max-width: 27rem !important;
  }
  .w-max-xl-27-px,
  .width-max-xl-27-px {
    max-width: 27px !important;
  }
  .w-max-xl-28,
  .width-max-xl-28 {
    max-width: 28% !important;
  }
  .w-max-xl-28-vw,
  .width-max-xl-28-vw {
    max-width: 28vw !important;
  }
  .w-max-xl-28-rem,
  .width-max-xl-28-rem {
    max-width: 28rem !important;
  }
  .w-max-xl-28-px,
  .width-max-xl-28-px {
    max-width: 28px !important;
  }
  .w-max-xl-29,
  .width-max-xl-29 {
    max-width: 29% !important;
  }
  .w-max-xl-29-vw,
  .width-max-xl-29-vw {
    max-width: 29vw !important;
  }
  .w-max-xl-29-rem,
  .width-max-xl-29-rem {
    max-width: 29rem !important;
  }
  .w-max-xl-29-px,
  .width-max-xl-29-px {
    max-width: 29px !important;
  }
  .w-max-xl-30,
  .width-max-xl-30 {
    max-width: 30% !important;
  }
  .w-max-xl-30-vw,
  .width-max-xl-30-vw {
    max-width: 30vw !important;
  }
  .w-max-xl-30-rem,
  .width-max-xl-30-rem {
    max-width: 30rem !important;
  }
  .w-max-xl-30-px,
  .width-max-xl-30-px {
    max-width: 30px !important;
  }
  .w-max-xl-31,
  .width-max-xl-31 {
    max-width: 31% !important;
  }
  .w-max-xl-31-vw,
  .width-max-xl-31-vw {
    max-width: 31vw !important;
  }
  .w-max-xl-31-rem,
  .width-max-xl-31-rem {
    max-width: 31rem !important;
  }
  .w-max-xl-31-px,
  .width-max-xl-31-px {
    max-width: 31px !important;
  }
  .w-max-xl-32,
  .width-max-xl-32 {
    max-width: 32% !important;
  }
  .w-max-xl-32-vw,
  .width-max-xl-32-vw {
    max-width: 32vw !important;
  }
  .w-max-xl-32-rem,
  .width-max-xl-32-rem {
    max-width: 32rem !important;
  }
  .w-max-xl-32-px,
  .width-max-xl-32-px {
    max-width: 32px !important;
  }
  .w-max-xl-33,
  .width-max-xl-33 {
    max-width: 33% !important;
  }
  .w-max-xl-33-vw,
  .width-max-xl-33-vw {
    max-width: 33vw !important;
  }
  .w-max-xl-33-rem,
  .width-max-xl-33-rem {
    max-width: 33rem !important;
  }
  .w-max-xl-33-px,
  .width-max-xl-33-px {
    max-width: 33px !important;
  }
  .w-max-xl-34,
  .width-max-xl-34 {
    max-width: 34% !important;
  }
  .w-max-xl-34-vw,
  .width-max-xl-34-vw {
    max-width: 34vw !important;
  }
  .w-max-xl-34-rem,
  .width-max-xl-34-rem {
    max-width: 34rem !important;
  }
  .w-max-xl-34-px,
  .width-max-xl-34-px {
    max-width: 34px !important;
  }
  .w-max-xl-35,
  .width-max-xl-35 {
    max-width: 35% !important;
  }
  .w-max-xl-35-vw,
  .width-max-xl-35-vw {
    max-width: 35vw !important;
  }
  .w-max-xl-35-rem,
  .width-max-xl-35-rem {
    max-width: 35rem !important;
  }
  .w-max-xl-35-px,
  .width-max-xl-35-px {
    max-width: 35px !important;
  }
  .w-max-xl-36,
  .width-max-xl-36 {
    max-width: 36% !important;
  }
  .w-max-xl-36-vw,
  .width-max-xl-36-vw {
    max-width: 36vw !important;
  }
  .w-max-xl-36-rem,
  .width-max-xl-36-rem {
    max-width: 36rem !important;
  }
  .w-max-xl-36-px,
  .width-max-xl-36-px {
    max-width: 36px !important;
  }
  .w-max-xl-37,
  .width-max-xl-37 {
    max-width: 37% !important;
  }
  .w-max-xl-37-vw,
  .width-max-xl-37-vw {
    max-width: 37vw !important;
  }
  .w-max-xl-37-rem,
  .width-max-xl-37-rem {
    max-width: 37rem !important;
  }
  .w-max-xl-37-px,
  .width-max-xl-37-px {
    max-width: 37px !important;
  }
  .w-max-xl-38,
  .width-max-xl-38 {
    max-width: 38% !important;
  }
  .w-max-xl-38-vw,
  .width-max-xl-38-vw {
    max-width: 38vw !important;
  }
  .w-max-xl-38-rem,
  .width-max-xl-38-rem {
    max-width: 38rem !important;
  }
  .w-max-xl-38-px,
  .width-max-xl-38-px {
    max-width: 38px !important;
  }
  .w-max-xl-39,
  .width-max-xl-39 {
    max-width: 39% !important;
  }
  .w-max-xl-39-vw,
  .width-max-xl-39-vw {
    max-width: 39vw !important;
  }
  .w-max-xl-39-rem,
  .width-max-xl-39-rem {
    max-width: 39rem !important;
  }
  .w-max-xl-39-px,
  .width-max-xl-39-px {
    max-width: 39px !important;
  }
  .w-max-xl-40,
  .width-max-xl-40 {
    max-width: 40% !important;
  }
  .w-max-xl-40-vw,
  .width-max-xl-40-vw {
    max-width: 40vw !important;
  }
  .w-max-xl-40-rem,
  .width-max-xl-40-rem {
    max-width: 40rem !important;
  }
  .w-max-xl-40-px,
  .width-max-xl-40-px {
    max-width: 40px !important;
  }
  .w-max-xl-41,
  .width-max-xl-41 {
    max-width: 41% !important;
  }
  .w-max-xl-41-vw,
  .width-max-xl-41-vw {
    max-width: 41vw !important;
  }
  .w-max-xl-41-rem,
  .width-max-xl-41-rem {
    max-width: 41rem !important;
  }
  .w-max-xl-41-px,
  .width-max-xl-41-px {
    max-width: 41px !important;
  }
  .w-max-xl-42,
  .width-max-xl-42 {
    max-width: 42% !important;
  }
  .w-max-xl-42-vw,
  .width-max-xl-42-vw {
    max-width: 42vw !important;
  }
  .w-max-xl-42-rem,
  .width-max-xl-42-rem {
    max-width: 42rem !important;
  }
  .w-max-xl-42-px,
  .width-max-xl-42-px {
    max-width: 42px !important;
  }
  .w-max-xl-43,
  .width-max-xl-43 {
    max-width: 43% !important;
  }
  .w-max-xl-43-vw,
  .width-max-xl-43-vw {
    max-width: 43vw !important;
  }
  .w-max-xl-43-rem,
  .width-max-xl-43-rem {
    max-width: 43rem !important;
  }
  .w-max-xl-43-px,
  .width-max-xl-43-px {
    max-width: 43px !important;
  }
  .w-max-xl-44,
  .width-max-xl-44 {
    max-width: 44% !important;
  }
  .w-max-xl-44-vw,
  .width-max-xl-44-vw {
    max-width: 44vw !important;
  }
  .w-max-xl-44-rem,
  .width-max-xl-44-rem {
    max-width: 44rem !important;
  }
  .w-max-xl-44-px,
  .width-max-xl-44-px {
    max-width: 44px !important;
  }
  .w-max-xl-45,
  .width-max-xl-45 {
    max-width: 45% !important;
  }
  .w-max-xl-45-vw,
  .width-max-xl-45-vw {
    max-width: 45vw !important;
  }
  .w-max-xl-45-rem,
  .width-max-xl-45-rem {
    max-width: 45rem !important;
  }
  .w-max-xl-45-px,
  .width-max-xl-45-px {
    max-width: 45px !important;
  }
  .w-max-xl-46,
  .width-max-xl-46 {
    max-width: 46% !important;
  }
  .w-max-xl-46-vw,
  .width-max-xl-46-vw {
    max-width: 46vw !important;
  }
  .w-max-xl-46-rem,
  .width-max-xl-46-rem {
    max-width: 46rem !important;
  }
  .w-max-xl-46-px,
  .width-max-xl-46-px {
    max-width: 46px !important;
  }
  .w-max-xl-47,
  .width-max-xl-47 {
    max-width: 47% !important;
  }
  .w-max-xl-47-vw,
  .width-max-xl-47-vw {
    max-width: 47vw !important;
  }
  .w-max-xl-47-rem,
  .width-max-xl-47-rem {
    max-width: 47rem !important;
  }
  .w-max-xl-47-px,
  .width-max-xl-47-px {
    max-width: 47px !important;
  }
  .w-max-xl-48,
  .width-max-xl-48 {
    max-width: 48% !important;
  }
  .w-max-xl-48-vw,
  .width-max-xl-48-vw {
    max-width: 48vw !important;
  }
  .w-max-xl-48-rem,
  .width-max-xl-48-rem {
    max-width: 48rem !important;
  }
  .w-max-xl-48-px,
  .width-max-xl-48-px {
    max-width: 48px !important;
  }
  .w-max-xl-49,
  .width-max-xl-49 {
    max-width: 49% !important;
  }
  .w-max-xl-49-vw,
  .width-max-xl-49-vw {
    max-width: 49vw !important;
  }
  .w-max-xl-49-rem,
  .width-max-xl-49-rem {
    max-width: 49rem !important;
  }
  .w-max-xl-49-px,
  .width-max-xl-49-px {
    max-width: 49px !important;
  }
  .w-max-xl-50,
  .width-max-xl-50 {
    max-width: 50% !important;
  }
  .w-max-xl-50-vw,
  .width-max-xl-50-vw {
    max-width: 50vw !important;
  }
  .w-max-xl-50-rem,
  .width-max-xl-50-rem {
    max-width: 50rem !important;
  }
  .w-max-xl-50-px,
  .width-max-xl-50-px {
    max-width: 50px !important;
  }
  .w-max-xl-51,
  .width-max-xl-51 {
    max-width: 51% !important;
  }
  .w-max-xl-51-vw,
  .width-max-xl-51-vw {
    max-width: 51vw !important;
  }
  .w-max-xl-52,
  .width-max-xl-52 {
    max-width: 52% !important;
  }
  .w-max-xl-52-vw,
  .width-max-xl-52-vw {
    max-width: 52vw !important;
  }
  .w-max-xl-53,
  .width-max-xl-53 {
    max-width: 53% !important;
  }
  .w-max-xl-53-vw,
  .width-max-xl-53-vw {
    max-width: 53vw !important;
  }
  .w-max-xl-54,
  .width-max-xl-54 {
    max-width: 54% !important;
  }
  .w-max-xl-54-vw,
  .width-max-xl-54-vw {
    max-width: 54vw !important;
  }
  .w-max-xl-55,
  .width-max-xl-55 {
    max-width: 55% !important;
  }
  .w-max-xl-55-vw,
  .width-max-xl-55-vw {
    max-width: 55vw !important;
  }
  .w-max-xl-56,
  .width-max-xl-56 {
    max-width: 56% !important;
  }
  .w-max-xl-56-vw,
  .width-max-xl-56-vw {
    max-width: 56vw !important;
  }
  .w-max-xl-57,
  .width-max-xl-57 {
    max-width: 57% !important;
  }
  .w-max-xl-57-vw,
  .width-max-xl-57-vw {
    max-width: 57vw !important;
  }
  .w-max-xl-58,
  .width-max-xl-58 {
    max-width: 58% !important;
  }
  .w-max-xl-58-vw,
  .width-max-xl-58-vw {
    max-width: 58vw !important;
  }
  .w-max-xl-59,
  .width-max-xl-59 {
    max-width: 59% !important;
  }
  .w-max-xl-59-vw,
  .width-max-xl-59-vw {
    max-width: 59vw !important;
  }
  .w-max-xl-60,
  .width-max-xl-60 {
    max-width: 60% !important;
  }
  .w-max-xl-60-vw,
  .width-max-xl-60-vw {
    max-width: 60vw !important;
  }
  .w-max-xl-61,
  .width-max-xl-61 {
    max-width: 61% !important;
  }
  .w-max-xl-61-vw,
  .width-max-xl-61-vw {
    max-width: 61vw !important;
  }
  .w-max-xl-62,
  .width-max-xl-62 {
    max-width: 62% !important;
  }
  .w-max-xl-62-vw,
  .width-max-xl-62-vw {
    max-width: 62vw !important;
  }
  .w-max-xl-63,
  .width-max-xl-63 {
    max-width: 63% !important;
  }
  .w-max-xl-63-vw,
  .width-max-xl-63-vw {
    max-width: 63vw !important;
  }
  .w-max-xl-64,
  .width-max-xl-64 {
    max-width: 64% !important;
  }
  .w-max-xl-64-vw,
  .width-max-xl-64-vw {
    max-width: 64vw !important;
  }
  .w-max-xl-65,
  .width-max-xl-65 {
    max-width: 65% !important;
  }
  .w-max-xl-65-vw,
  .width-max-xl-65-vw {
    max-width: 65vw !important;
  }
  .w-max-xl-66,
  .width-max-xl-66 {
    max-width: 66% !important;
  }
  .w-max-xl-66-vw,
  .width-max-xl-66-vw {
    max-width: 66vw !important;
  }
  .w-max-xl-67,
  .width-max-xl-67 {
    max-width: 67% !important;
  }
  .w-max-xl-67-vw,
  .width-max-xl-67-vw {
    max-width: 67vw !important;
  }
  .w-max-xl-68,
  .width-max-xl-68 {
    max-width: 68% !important;
  }
  .w-max-xl-68-vw,
  .width-max-xl-68-vw {
    max-width: 68vw !important;
  }
  .w-max-xl-69,
  .width-max-xl-69 {
    max-width: 69% !important;
  }
  .w-max-xl-69-vw,
  .width-max-xl-69-vw {
    max-width: 69vw !important;
  }
  .w-max-xl-70,
  .width-max-xl-70 {
    max-width: 70% !important;
  }
  .w-max-xl-70-vw,
  .width-max-xl-70-vw {
    max-width: 70vw !important;
  }
  .w-max-xl-71,
  .width-max-xl-71 {
    max-width: 71% !important;
  }
  .w-max-xl-71-vw,
  .width-max-xl-71-vw {
    max-width: 71vw !important;
  }
  .w-max-xl-72,
  .width-max-xl-72 {
    max-width: 72% !important;
  }
  .w-max-xl-72-vw,
  .width-max-xl-72-vw {
    max-width: 72vw !important;
  }
  .w-max-xl-73,
  .width-max-xl-73 {
    max-width: 73% !important;
  }
  .w-max-xl-73-vw,
  .width-max-xl-73-vw {
    max-width: 73vw !important;
  }
  .w-max-xl-74,
  .width-max-xl-74 {
    max-width: 74% !important;
  }
  .w-max-xl-74-vw,
  .width-max-xl-74-vw {
    max-width: 74vw !important;
  }
  .w-max-xl-75,
  .width-max-xl-75 {
    max-width: 75% !important;
  }
  .w-max-xl-75-vw,
  .width-max-xl-75-vw {
    max-width: 75vw !important;
  }
  .w-max-xl-76,
  .width-max-xl-76 {
    max-width: 76% !important;
  }
  .w-max-xl-76-vw,
  .width-max-xl-76-vw {
    max-width: 76vw !important;
  }
  .w-max-xl-77,
  .width-max-xl-77 {
    max-width: 77% !important;
  }
  .w-max-xl-77-vw,
  .width-max-xl-77-vw {
    max-width: 77vw !important;
  }
  .w-max-xl-78,
  .width-max-xl-78 {
    max-width: 78% !important;
  }
  .w-max-xl-78-vw,
  .width-max-xl-78-vw {
    max-width: 78vw !important;
  }
  .w-max-xl-79,
  .width-max-xl-79 {
    max-width: 79% !important;
  }
  .w-max-xl-79-vw,
  .width-max-xl-79-vw {
    max-width: 79vw !important;
  }
  .w-max-xl-80,
  .width-max-xl-80 {
    max-width: 80% !important;
  }
  .w-max-xl-80-vw,
  .width-max-xl-80-vw {
    max-width: 80vw !important;
  }
  .w-max-xl-81,
  .width-max-xl-81 {
    max-width: 81% !important;
  }
  .w-max-xl-81-vw,
  .width-max-xl-81-vw {
    max-width: 81vw !important;
  }
  .w-max-xl-82,
  .width-max-xl-82 {
    max-width: 82% !important;
  }
  .w-max-xl-82-vw,
  .width-max-xl-82-vw {
    max-width: 82vw !important;
  }
  .w-max-xl-83,
  .width-max-xl-83 {
    max-width: 83% !important;
  }
  .w-max-xl-83-vw,
  .width-max-xl-83-vw {
    max-width: 83vw !important;
  }
  .w-max-xl-84,
  .width-max-xl-84 {
    max-width: 84% !important;
  }
  .w-max-xl-84-vw,
  .width-max-xl-84-vw {
    max-width: 84vw !important;
  }
  .w-max-xl-85,
  .width-max-xl-85 {
    max-width: 85% !important;
  }
  .w-max-xl-85-vw,
  .width-max-xl-85-vw {
    max-width: 85vw !important;
  }
  .w-max-xl-86,
  .width-max-xl-86 {
    max-width: 86% !important;
  }
  .w-max-xl-86-vw,
  .width-max-xl-86-vw {
    max-width: 86vw !important;
  }
  .w-max-xl-87,
  .width-max-xl-87 {
    max-width: 87% !important;
  }
  .w-max-xl-87-vw,
  .width-max-xl-87-vw {
    max-width: 87vw !important;
  }
  .w-max-xl-88,
  .width-max-xl-88 {
    max-width: 88% !important;
  }
  .w-max-xl-88-vw,
  .width-max-xl-88-vw {
    max-width: 88vw !important;
  }
  .w-max-xl-89,
  .width-max-xl-89 {
    max-width: 89% !important;
  }
  .w-max-xl-89-vw,
  .width-max-xl-89-vw {
    max-width: 89vw !important;
  }
  .w-max-xl-90,
  .width-max-xl-90 {
    max-width: 90% !important;
  }
  .w-max-xl-90-vw,
  .width-max-xl-90-vw {
    max-width: 90vw !important;
  }
  .w-max-xl-91,
  .width-max-xl-91 {
    max-width: 91% !important;
  }
  .w-max-xl-91-vw,
  .width-max-xl-91-vw {
    max-width: 91vw !important;
  }
  .w-max-xl-92,
  .width-max-xl-92 {
    max-width: 92% !important;
  }
  .w-max-xl-92-vw,
  .width-max-xl-92-vw {
    max-width: 92vw !important;
  }
  .w-max-xl-93,
  .width-max-xl-93 {
    max-width: 93% !important;
  }
  .w-max-xl-93-vw,
  .width-max-xl-93-vw {
    max-width: 93vw !important;
  }
  .w-max-xl-94,
  .width-max-xl-94 {
    max-width: 94% !important;
  }
  .w-max-xl-94-vw,
  .width-max-xl-94-vw {
    max-width: 94vw !important;
  }
  .w-max-xl-95,
  .width-max-xl-95 {
    max-width: 95% !important;
  }
  .w-max-xl-95-vw,
  .width-max-xl-95-vw {
    max-width: 95vw !important;
  }
  .w-max-xl-96,
  .width-max-xl-96 {
    max-width: 96% !important;
  }
  .w-max-xl-96-vw,
  .width-max-xl-96-vw {
    max-width: 96vw !important;
  }
  .w-max-xl-97,
  .width-max-xl-97 {
    max-width: 97% !important;
  }
  .w-max-xl-97-vw,
  .width-max-xl-97-vw {
    max-width: 97vw !important;
  }
  .w-max-xl-98,
  .width-max-xl-98 {
    max-width: 98% !important;
  }
  .w-max-xl-98-vw,
  .width-max-xl-98-vw {
    max-width: 98vw !important;
  }
  .w-max-xl-99,
  .width-max-xl-99 {
    max-width: 99% !important;
  }
  .w-max-xl-99-vw,
  .width-max-xl-99-vw {
    max-width: 99vw !important;
  }
  .w-max-xl-100,
  .width-max-xl-100 {
    max-width: 100% !important;
  }
  .w-max-xl-100-vw,
  .width-max-xl-100-vw {
    max-width: 100vw !important;
  }
  /*Height*/
  .h-xl-full,
  .height-xl-full {
    height: 100% !important;
  }
  .h-xl-screen,
  .height-xl-screen {
    height: 100vh !important;
  }
  .h-xl-content,
  .height-xl-content {
    height: fit-content !important;
  }
  .h-xl-auto,
  .height-xl-auto {
    height: auto !important;
  }
  .h-xl-0,
  .height-xl-0 {
    height: 0% !important;
  }
  .h-xl-0-vh,
  .height-xl-0-vh {
    height: 0vh !important;
  }
  .h-xl-0-rem,
  .height-xl-0-rem {
    height: 0rem !important;
  }
  .h-xl-0-px,
  .height-xl-0-px {
    height: 0px !important;
  }
  .h-xl-1,
  .height-xl-1 {
    height: 1% !important;
  }
  .h-xl-1-vh,
  .height-xl-1-vh {
    height: 1vh !important;
  }
  .h-xl-1-rem,
  .height-xl-1-rem {
    height: 1rem !important;
  }
  .h-xl-1-px,
  .height-xl-1-px {
    height: 1px !important;
  }
  .h-xl-2,
  .height-xl-2 {
    height: 2% !important;
  }
  .h-xl-2-vh,
  .height-xl-2-vh {
    height: 2vh !important;
  }
  .h-xl-2-rem,
  .height-xl-2-rem {
    height: 2rem !important;
  }
  .h-xl-2-px,
  .height-xl-2-px {
    height: 2px !important;
  }
  .h-xl-3,
  .height-xl-3 {
    height: 3% !important;
  }
  .h-xl-3-vh,
  .height-xl-3-vh {
    height: 3vh !important;
  }
  .h-xl-3-rem,
  .height-xl-3-rem {
    height: 3rem !important;
  }
  .h-xl-3-px,
  .height-xl-3-px {
    height: 3px !important;
  }
  .h-xl-4,
  .height-xl-4 {
    height: 4% !important;
  }
  .h-xl-4-vh,
  .height-xl-4-vh {
    height: 4vh !important;
  }
  .h-xl-4-rem,
  .height-xl-4-rem {
    height: 4rem !important;
  }
  .h-xl-4-px,
  .height-xl-4-px {
    height: 4px !important;
  }
  .h-xl-5,
  .height-xl-5 {
    height: 5% !important;
  }
  .h-xl-5-vh,
  .height-xl-5-vh {
    height: 5vh !important;
  }
  .h-xl-5-rem,
  .height-xl-5-rem {
    height: 5rem !important;
  }
  .h-xl-5-px,
  .height-xl-5-px {
    height: 5px !important;
  }
  .h-xl-6,
  .height-xl-6 {
    height: 6% !important;
  }
  .h-xl-6-vh,
  .height-xl-6-vh {
    height: 6vh !important;
  }
  .h-xl-6-rem,
  .height-xl-6-rem {
    height: 6rem !important;
  }
  .h-xl-6-px,
  .height-xl-6-px {
    height: 6px !important;
  }
  .h-xl-7,
  .height-xl-7 {
    height: 7% !important;
  }
  .h-xl-7-vh,
  .height-xl-7-vh {
    height: 7vh !important;
  }
  .h-xl-7-rem,
  .height-xl-7-rem {
    height: 7rem !important;
  }
  .h-xl-7-px,
  .height-xl-7-px {
    height: 7px !important;
  }
  .h-xl-8,
  .height-xl-8 {
    height: 8% !important;
  }
  .h-xl-8-vh,
  .height-xl-8-vh {
    height: 8vh !important;
  }
  .h-xl-8-rem,
  .height-xl-8-rem {
    height: 8rem !important;
  }
  .h-xl-8-px,
  .height-xl-8-px {
    height: 8px !important;
  }
  .h-xl-9,
  .height-xl-9 {
    height: 9% !important;
  }
  .h-xl-9-vh,
  .height-xl-9-vh {
    height: 9vh !important;
  }
  .h-xl-9-rem,
  .height-xl-9-rem {
    height: 9rem !important;
  }
  .h-xl-9-px,
  .height-xl-9-px {
    height: 9px !important;
  }
  .h-xl-10,
  .height-xl-10 {
    height: 10% !important;
  }
  .h-xl-10-vh,
  .height-xl-10-vh {
    height: 10vh !important;
  }
  .h-xl-10-rem,
  .height-xl-10-rem {
    height: 10rem !important;
  }
  .h-xl-10-px,
  .height-xl-10-px {
    height: 10px !important;
  }
  .h-xl-11,
  .height-xl-11 {
    height: 11% !important;
  }
  .h-xl-11-vh,
  .height-xl-11-vh {
    height: 11vh !important;
  }
  .h-xl-11-rem,
  .height-xl-11-rem {
    height: 11rem !important;
  }
  .h-xl-11-px,
  .height-xl-11-px {
    height: 11px !important;
  }
  .h-xl-12,
  .height-xl-12 {
    height: 12% !important;
  }
  .h-xl-12-vh,
  .height-xl-12-vh {
    height: 12vh !important;
  }
  .h-xl-12-rem,
  .height-xl-12-rem {
    height: 12rem !important;
  }
  .h-xl-12-px,
  .height-xl-12-px {
    height: 12px !important;
  }
  .h-xl-13,
  .height-xl-13 {
    height: 13% !important;
  }
  .h-xl-13-vh,
  .height-xl-13-vh {
    height: 13vh !important;
  }
  .h-xl-13-rem,
  .height-xl-13-rem {
    height: 13rem !important;
  }
  .h-xl-13-px,
  .height-xl-13-px {
    height: 13px !important;
  }
  .h-xl-14,
  .height-xl-14 {
    height: 14% !important;
  }
  .h-xl-14-vh,
  .height-xl-14-vh {
    height: 14vh !important;
  }
  .h-xl-14-rem,
  .height-xl-14-rem {
    height: 14rem !important;
  }
  .h-xl-14-px,
  .height-xl-14-px {
    height: 14px !important;
  }
  .h-xl-15,
  .height-xl-15 {
    height: 15% !important;
  }
  .h-xl-15-vh,
  .height-xl-15-vh {
    height: 15vh !important;
  }
  .h-xl-15-rem,
  .height-xl-15-rem {
    height: 15rem !important;
  }
  .h-xl-15-px,
  .height-xl-15-px {
    height: 15px !important;
  }
  .h-xl-16,
  .height-xl-16 {
    height: 16% !important;
  }
  .h-xl-16-vh,
  .height-xl-16-vh {
    height: 16vh !important;
  }
  .h-xl-16-rem,
  .height-xl-16-rem {
    height: 16rem !important;
  }
  .h-xl-16-px,
  .height-xl-16-px {
    height: 16px !important;
  }
  .h-xl-17,
  .height-xl-17 {
    height: 17% !important;
  }
  .h-xl-17-vh,
  .height-xl-17-vh {
    height: 17vh !important;
  }
  .h-xl-17-rem,
  .height-xl-17-rem {
    height: 17rem !important;
  }
  .h-xl-17-px,
  .height-xl-17-px {
    height: 17px !important;
  }
  .h-xl-18,
  .height-xl-18 {
    height: 18% !important;
  }
  .h-xl-18-vh,
  .height-xl-18-vh {
    height: 18vh !important;
  }
  .h-xl-18-rem,
  .height-xl-18-rem {
    height: 18rem !important;
  }
  .h-xl-18-px,
  .height-xl-18-px {
    height: 18px !important;
  }
  .h-xl-19,
  .height-xl-19 {
    height: 19% !important;
  }
  .h-xl-19-vh,
  .height-xl-19-vh {
    height: 19vh !important;
  }
  .h-xl-19-rem,
  .height-xl-19-rem {
    height: 19rem !important;
  }
  .h-xl-19-px,
  .height-xl-19-px {
    height: 19px !important;
  }
  .h-xl-20,
  .height-xl-20 {
    height: 20% !important;
  }
  .h-xl-20-vh,
  .height-xl-20-vh {
    height: 20vh !important;
  }
  .h-xl-20-rem,
  .height-xl-20-rem {
    height: 20rem !important;
  }
  .h-xl-20-px,
  .height-xl-20-px {
    height: 20px !important;
  }
  .h-xl-21,
  .height-xl-21 {
    height: 21% !important;
  }
  .h-xl-21-vh,
  .height-xl-21-vh {
    height: 21vh !important;
  }
  .h-xl-21-rem,
  .height-xl-21-rem {
    height: 21rem !important;
  }
  .h-xl-21-px,
  .height-xl-21-px {
    height: 21px !important;
  }
  .h-xl-22,
  .height-xl-22 {
    height: 22% !important;
  }
  .h-xl-22-vh,
  .height-xl-22-vh {
    height: 22vh !important;
  }
  .h-xl-22-rem,
  .height-xl-22-rem {
    height: 22rem !important;
  }
  .h-xl-22-px,
  .height-xl-22-px {
    height: 22px !important;
  }
  .h-xl-23,
  .height-xl-23 {
    height: 23% !important;
  }
  .h-xl-23-vh,
  .height-xl-23-vh {
    height: 23vh !important;
  }
  .h-xl-23-rem,
  .height-xl-23-rem {
    height: 23rem !important;
  }
  .h-xl-23-px,
  .height-xl-23-px {
    height: 23px !important;
  }
  .h-xl-24,
  .height-xl-24 {
    height: 24% !important;
  }
  .h-xl-24-vh,
  .height-xl-24-vh {
    height: 24vh !important;
  }
  .h-xl-24-rem,
  .height-xl-24-rem {
    height: 24rem !important;
  }
  .h-xl-24-px,
  .height-xl-24-px {
    height: 24px !important;
  }
  .h-xl-25,
  .height-xl-25 {
    height: 25% !important;
  }
  .h-xl-25-vh,
  .height-xl-25-vh {
    height: 25vh !important;
  }
  .h-xl-25-rem,
  .height-xl-25-rem {
    height: 25rem !important;
  }
  .h-xl-25-px,
  .height-xl-25-px {
    height: 25px !important;
  }
  .h-xl-26,
  .height-xl-26 {
    height: 26% !important;
  }
  .h-xl-26-vh,
  .height-xl-26-vh {
    height: 26vh !important;
  }
  .h-xl-26-rem,
  .height-xl-26-rem {
    height: 26rem !important;
  }
  .h-xl-26-px,
  .height-xl-26-px {
    height: 26px !important;
  }
  .h-xl-27,
  .height-xl-27 {
    height: 27% !important;
  }
  .h-xl-27-vh,
  .height-xl-27-vh {
    height: 27vh !important;
  }
  .h-xl-27-rem,
  .height-xl-27-rem {
    height: 27rem !important;
  }
  .h-xl-27-px,
  .height-xl-27-px {
    height: 27px !important;
  }
  .h-xl-28,
  .height-xl-28 {
    height: 28% !important;
  }
  .h-xl-28-vh,
  .height-xl-28-vh {
    height: 28vh !important;
  }
  .h-xl-28-rem,
  .height-xl-28-rem {
    height: 28rem !important;
  }
  .h-xl-28-px,
  .height-xl-28-px {
    height: 28px !important;
  }
  .h-xl-29,
  .height-xl-29 {
    height: 29% !important;
  }
  .h-xl-29-vh,
  .height-xl-29-vh {
    height: 29vh !important;
  }
  .h-xl-29-rem,
  .height-xl-29-rem {
    height: 29rem !important;
  }
  .h-xl-29-px,
  .height-xl-29-px {
    height: 29px !important;
  }
  .h-xl-30,
  .height-xl-30 {
    height: 30% !important;
  }
  .h-xl-30-vh,
  .height-xl-30-vh {
    height: 30vh !important;
  }
  .h-xl-30-rem,
  .height-xl-30-rem {
    height: 30rem !important;
  }
  .h-xl-30-px,
  .height-xl-30-px {
    height: 30px !important;
  }
  .h-xl-31,
  .height-xl-31 {
    height: 31% !important;
  }
  .h-xl-31-vh,
  .height-xl-31-vh {
    height: 31vh !important;
  }
  .h-xl-31-rem,
  .height-xl-31-rem {
    height: 31rem !important;
  }
  .h-xl-31-px,
  .height-xl-31-px {
    height: 31px !important;
  }
  .h-xl-32,
  .height-xl-32 {
    height: 32% !important;
  }
  .h-xl-32-vh,
  .height-xl-32-vh {
    height: 32vh !important;
  }
  .h-xl-32-rem,
  .height-xl-32-rem {
    height: 32rem !important;
  }
  .h-xl-32-px,
  .height-xl-32-px {
    height: 32px !important;
  }
  .h-xl-33,
  .height-xl-33 {
    height: 33% !important;
  }
  .h-xl-33-vh,
  .height-xl-33-vh {
    height: 33vh !important;
  }
  .h-xl-33-rem,
  .height-xl-33-rem {
    height: 33rem !important;
  }
  .h-xl-33-px,
  .height-xl-33-px {
    height: 33px !important;
  }
  .h-xl-34,
  .height-xl-34 {
    height: 34% !important;
  }
  .h-xl-34-vh,
  .height-xl-34-vh {
    height: 34vh !important;
  }
  .h-xl-34-rem,
  .height-xl-34-rem {
    height: 34rem !important;
  }
  .h-xl-34-px,
  .height-xl-34-px {
    height: 34px !important;
  }
  .h-xl-35,
  .height-xl-35 {
    height: 35% !important;
  }
  .h-xl-35-vh,
  .height-xl-35-vh {
    height: 35vh !important;
  }
  .h-xl-35-rem,
  .height-xl-35-rem {
    height: 35rem !important;
  }
  .h-xl-35-px,
  .height-xl-35-px {
    height: 35px !important;
  }
  .h-xl-36,
  .height-xl-36 {
    height: 36% !important;
  }
  .h-xl-36-vh,
  .height-xl-36-vh {
    height: 36vh !important;
  }
  .h-xl-36-rem,
  .height-xl-36-rem {
    height: 36rem !important;
  }
  .h-xl-36-px,
  .height-xl-36-px {
    height: 36px !important;
  }
  .h-xl-37,
  .height-xl-37 {
    height: 37% !important;
  }
  .h-xl-37-vh,
  .height-xl-37-vh {
    height: 37vh !important;
  }
  .h-xl-37-rem,
  .height-xl-37-rem {
    height: 37rem !important;
  }
  .h-xl-37-px,
  .height-xl-37-px {
    height: 37px !important;
  }
  .h-xl-38,
  .height-xl-38 {
    height: 38% !important;
  }
  .h-xl-38-vh,
  .height-xl-38-vh {
    height: 38vh !important;
  }
  .h-xl-38-rem,
  .height-xl-38-rem {
    height: 38rem !important;
  }
  .h-xl-38-px,
  .height-xl-38-px {
    height: 38px !important;
  }
  .h-xl-39,
  .height-xl-39 {
    height: 39% !important;
  }
  .h-xl-39-vh,
  .height-xl-39-vh {
    height: 39vh !important;
  }
  .h-xl-39-rem,
  .height-xl-39-rem {
    height: 39rem !important;
  }
  .h-xl-39-px,
  .height-xl-39-px {
    height: 39px !important;
  }
  .h-xl-40,
  .height-xl-40 {
    height: 40% !important;
  }
  .h-xl-40-vh,
  .height-xl-40-vh {
    height: 40vh !important;
  }
  .h-xl-40-rem,
  .height-xl-40-rem {
    height: 40rem !important;
  }
  .h-xl-40-px,
  .height-xl-40-px {
    height: 40px !important;
  }
  .h-xl-41,
  .height-xl-41 {
    height: 41% !important;
  }
  .h-xl-41-vh,
  .height-xl-41-vh {
    height: 41vh !important;
  }
  .h-xl-41-rem,
  .height-xl-41-rem {
    height: 41rem !important;
  }
  .h-xl-41-px,
  .height-xl-41-px {
    height: 41px !important;
  }
  .h-xl-42,
  .height-xl-42 {
    height: 42% !important;
  }
  .h-xl-42-vh,
  .height-xl-42-vh {
    height: 42vh !important;
  }
  .h-xl-42-rem,
  .height-xl-42-rem {
    height: 42rem !important;
  }
  .h-xl-42-px,
  .height-xl-42-px {
    height: 42px !important;
  }
  .h-xl-43,
  .height-xl-43 {
    height: 43% !important;
  }
  .h-xl-43-vh,
  .height-xl-43-vh {
    height: 43vh !important;
  }
  .h-xl-43-rem,
  .height-xl-43-rem {
    height: 43rem !important;
  }
  .h-xl-43-px,
  .height-xl-43-px {
    height: 43px !important;
  }
  .h-xl-44,
  .height-xl-44 {
    height: 44% !important;
  }
  .h-xl-44-vh,
  .height-xl-44-vh {
    height: 44vh !important;
  }
  .h-xl-44-rem,
  .height-xl-44-rem {
    height: 44rem !important;
  }
  .h-xl-44-px,
  .height-xl-44-px {
    height: 44px !important;
  }
  .h-xl-45,
  .height-xl-45 {
    height: 45% !important;
  }
  .h-xl-45-vh,
  .height-xl-45-vh {
    height: 45vh !important;
  }
  .h-xl-45-rem,
  .height-xl-45-rem {
    height: 45rem !important;
  }
  .h-xl-45-px,
  .height-xl-45-px {
    height: 45px !important;
  }
  .h-xl-46,
  .height-xl-46 {
    height: 46% !important;
  }
  .h-xl-46-vh,
  .height-xl-46-vh {
    height: 46vh !important;
  }
  .h-xl-46-rem,
  .height-xl-46-rem {
    height: 46rem !important;
  }
  .h-xl-46-px,
  .height-xl-46-px {
    height: 46px !important;
  }
  .h-xl-47,
  .height-xl-47 {
    height: 47% !important;
  }
  .h-xl-47-vh,
  .height-xl-47-vh {
    height: 47vh !important;
  }
  .h-xl-47-rem,
  .height-xl-47-rem {
    height: 47rem !important;
  }
  .h-xl-47-px,
  .height-xl-47-px {
    height: 47px !important;
  }
  .h-xl-48,
  .height-xl-48 {
    height: 48% !important;
  }
  .h-xl-48-vh,
  .height-xl-48-vh {
    height: 48vh !important;
  }
  .h-xl-48-rem,
  .height-xl-48-rem {
    height: 48rem !important;
  }
  .h-xl-48-px,
  .height-xl-48-px {
    height: 48px !important;
  }
  .h-xl-49,
  .height-xl-49 {
    height: 49% !important;
  }
  .h-xl-49-vh,
  .height-xl-49-vh {
    height: 49vh !important;
  }
  .h-xl-49-rem,
  .height-xl-49-rem {
    height: 49rem !important;
  }
  .h-xl-49-px,
  .height-xl-49-px {
    height: 49px !important;
  }
  .h-xl-50,
  .height-xl-50 {
    height: 50% !important;
  }
  .h-xl-50-vh,
  .height-xl-50-vh {
    height: 50vh !important;
  }
  .h-xl-50-rem,
  .height-xl-50-rem {
    height: 50rem !important;
  }
  .h-xl-50-px,
  .height-xl-50-px {
    height: 50px !important;
  }
  .h-xl-51,
  .height-xl-51 {
    height: 51% !important;
  }
  .h-xl-51-vh,
  .height-xl-51-vh {
    height: 51vh !important;
  }
  .h-xl-52,
  .height-xl-52 {
    height: 52% !important;
  }
  .h-xl-52-vh,
  .height-xl-52-vh {
    height: 52vh !important;
  }
  .h-xl-53,
  .height-xl-53 {
    height: 53% !important;
  }
  .h-xl-53-vh,
  .height-xl-53-vh {
    height: 53vh !important;
  }
  .h-xl-54,
  .height-xl-54 {
    height: 54% !important;
  }
  .h-xl-54-vh,
  .height-xl-54-vh {
    height: 54vh !important;
  }
  .h-xl-55,
  .height-xl-55 {
    height: 55% !important;
  }
  .h-xl-55-vh,
  .height-xl-55-vh {
    height: 55vh !important;
  }
  .h-xl-56,
  .height-xl-56 {
    height: 56% !important;
  }
  .h-xl-56-vh,
  .height-xl-56-vh {
    height: 56vh !important;
  }
  .h-xl-57,
  .height-xl-57 {
    height: 57% !important;
  }
  .h-xl-57-vh,
  .height-xl-57-vh {
    height: 57vh !important;
  }
  .h-xl-58,
  .height-xl-58 {
    height: 58% !important;
  }
  .h-xl-58-vh,
  .height-xl-58-vh {
    height: 58vh !important;
  }
  .h-xl-59,
  .height-xl-59 {
    height: 59% !important;
  }
  .h-xl-59-vh,
  .height-xl-59-vh {
    height: 59vh !important;
  }
  .h-xl-60,
  .height-xl-60 {
    height: 60% !important;
  }
  .h-xl-60-vh,
  .height-xl-60-vh {
    height: 60vh !important;
  }
  .h-xl-61,
  .height-xl-61 {
    height: 61% !important;
  }
  .h-xl-61-vh,
  .height-xl-61-vh {
    height: 61vh !important;
  }
  .h-xl-62,
  .height-xl-62 {
    height: 62% !important;
  }
  .h-xl-62-vh,
  .height-xl-62-vh {
    height: 62vh !important;
  }
  .h-xl-63,
  .height-xl-63 {
    height: 63% !important;
  }
  .h-xl-63-vh,
  .height-xl-63-vh {
    height: 63vh !important;
  }
  .h-xl-64,
  .height-xl-64 {
    height: 64% !important;
  }
  .h-xl-64-vh,
  .height-xl-64-vh {
    height: 64vh !important;
  }
  .h-xl-65,
  .height-xl-65 {
    height: 65% !important;
  }
  .h-xl-65-vh,
  .height-xl-65-vh {
    height: 65vh !important;
  }
  .h-xl-66,
  .height-xl-66 {
    height: 66% !important;
  }
  .h-xl-66-vh,
  .height-xl-66-vh {
    height: 66vh !important;
  }
  .h-xl-67,
  .height-xl-67 {
    height: 67% !important;
  }
  .h-xl-67-vh,
  .height-xl-67-vh {
    height: 67vh !important;
  }
  .h-xl-68,
  .height-xl-68 {
    height: 68% !important;
  }
  .h-xl-68-vh,
  .height-xl-68-vh {
    height: 68vh !important;
  }
  .h-xl-69,
  .height-xl-69 {
    height: 69% !important;
  }
  .h-xl-69-vh,
  .height-xl-69-vh {
    height: 69vh !important;
  }
  .h-xl-70,
  .height-xl-70 {
    height: 70% !important;
  }
  .h-xl-70-vh,
  .height-xl-70-vh {
    height: 70vh !important;
  }
  .h-xl-71,
  .height-xl-71 {
    height: 71% !important;
  }
  .h-xl-71-vh,
  .height-xl-71-vh {
    height: 71vh !important;
  }
  .h-xl-72,
  .height-xl-72 {
    height: 72% !important;
  }
  .h-xl-72-vh,
  .height-xl-72-vh {
    height: 72vh !important;
  }
  .h-xl-73,
  .height-xl-73 {
    height: 73% !important;
  }
  .h-xl-73-vh,
  .height-xl-73-vh {
    height: 73vh !important;
  }
  .h-xl-74,
  .height-xl-74 {
    height: 74% !important;
  }
  .h-xl-74-vh,
  .height-xl-74-vh {
    height: 74vh !important;
  }
  .h-xl-75,
  .height-xl-75 {
    height: 75% !important;
  }
  .h-xl-75-vh,
  .height-xl-75-vh {
    height: 75vh !important;
  }
  .h-xl-76,
  .height-xl-76 {
    height: 76% !important;
  }
  .h-xl-76-vh,
  .height-xl-76-vh {
    height: 76vh !important;
  }
  .h-xl-77,
  .height-xl-77 {
    height: 77% !important;
  }
  .h-xl-77-vh,
  .height-xl-77-vh {
    height: 77vh !important;
  }
  .h-xl-78,
  .height-xl-78 {
    height: 78% !important;
  }
  .h-xl-78-vh,
  .height-xl-78-vh {
    height: 78vh !important;
  }
  .h-xl-79,
  .height-xl-79 {
    height: 79% !important;
  }
  .h-xl-79-vh,
  .height-xl-79-vh {
    height: 79vh !important;
  }
  .h-xl-80,
  .height-xl-80 {
    height: 80% !important;
  }
  .h-xl-80-vh,
  .height-xl-80-vh {
    height: 80vh !important;
  }
  .h-xl-81,
  .height-xl-81 {
    height: 81% !important;
  }
  .h-xl-81-vh,
  .height-xl-81-vh {
    height: 81vh !important;
  }
  .h-xl-82,
  .height-xl-82 {
    height: 82% !important;
  }
  .h-xl-82-vh,
  .height-xl-82-vh {
    height: 82vh !important;
  }
  .h-xl-83,
  .height-xl-83 {
    height: 83% !important;
  }
  .h-xl-83-vh,
  .height-xl-83-vh {
    height: 83vh !important;
  }
  .h-xl-84,
  .height-xl-84 {
    height: 84% !important;
  }
  .h-xl-84-vh,
  .height-xl-84-vh {
    height: 84vh !important;
  }
  .h-xl-85,
  .height-xl-85 {
    height: 85% !important;
  }
  .h-xl-85-vh,
  .height-xl-85-vh {
    height: 85vh !important;
  }
  .h-xl-86,
  .height-xl-86 {
    height: 86% !important;
  }
  .h-xl-86-vh,
  .height-xl-86-vh {
    height: 86vh !important;
  }
  .h-xl-87,
  .height-xl-87 {
    height: 87% !important;
  }
  .h-xl-87-vh,
  .height-xl-87-vh {
    height: 87vh !important;
  }
  .h-xl-88,
  .height-xl-88 {
    height: 88% !important;
  }
  .h-xl-88-vh,
  .height-xl-88-vh {
    height: 88vh !important;
  }
  .h-xl-89,
  .height-xl-89 {
    height: 89% !important;
  }
  .h-xl-89-vh,
  .height-xl-89-vh {
    height: 89vh !important;
  }
  .h-xl-90,
  .height-xl-90 {
    height: 90% !important;
  }
  .h-xl-90-vh,
  .height-xl-90-vh {
    height: 90vh !important;
  }
  .h-xl-91,
  .height-xl-91 {
    height: 91% !important;
  }
  .h-xl-91-vh,
  .height-xl-91-vh {
    height: 91vh !important;
  }
  .h-xl-92,
  .height-xl-92 {
    height: 92% !important;
  }
  .h-xl-92-vh,
  .height-xl-92-vh {
    height: 92vh !important;
  }
  .h-xl-93,
  .height-xl-93 {
    height: 93% !important;
  }
  .h-xl-93-vh,
  .height-xl-93-vh {
    height: 93vh !important;
  }
  .h-xl-94,
  .height-xl-94 {
    height: 94% !important;
  }
  .h-xl-94-vh,
  .height-xl-94-vh {
    height: 94vh !important;
  }
  .h-xl-95,
  .height-xl-95 {
    height: 95% !important;
  }
  .h-xl-95-vh,
  .height-xl-95-vh {
    height: 95vh !important;
  }
  .h-xl-96,
  .height-xl-96 {
    height: 96% !important;
  }
  .h-xl-96-vh,
  .height-xl-96-vh {
    height: 96vh !important;
  }
  .h-xl-97,
  .height-xl-97 {
    height: 97% !important;
  }
  .h-xl-97-vh,
  .height-xl-97-vh {
    height: 97vh !important;
  }
  .h-xl-98,
  .height-xl-98 {
    height: 98% !important;
  }
  .h-xl-98-vh,
  .height-xl-98-vh {
    height: 98vh !important;
  }
  .h-xl-99,
  .height-xl-99 {
    height: 99% !important;
  }
  .h-xl-99-vh,
  .height-xl-99-vh {
    height: 99vh !important;
  }
  .h-xl-100,
  .height-xl-100 {
    height: 100% !important;
  }
  .h-xl-100-vh,
  .height-xl-100-vh {
    height: 100vh !important;
  }
  .h-min-xl-full,
  .height-min-xl-full {
    min-height: 100% !important;
  }
  .h-min-xl-screen,
  .height-min-xl-screen {
    min-height: 100vh !important;
  }
  .h-min-xl-content,
  .height-min-xl-content {
    min-height: fit-content !important;
  }
  .h-min-xl-auto,
  .height-min-xl-auto {
    min-height: auto !important;
  }
  .h-min-xl-0,
  .height-min-xl-0 {
    min-height: 0% !important;
  }
  .h-min-xl-0-vh,
  .height-min-xl-0-vh {
    min-height: 0vh !important;
  }
  .h-min-xl-0-rem,
  .height-min-xl-0-rem {
    min-height: 0rem !important;
  }
  .h-min-xl-0-px,
  .height-min-xl-0-px {
    min-height: 0px !important;
  }
  .h-min-xl-1,
  .height-min-xl-1 {
    min-height: 1% !important;
  }
  .h-min-xl-1-vh,
  .height-min-xl-1-vh {
    min-height: 1vh !important;
  }
  .h-min-xl-1-rem,
  .height-min-xl-1-rem {
    min-height: 1rem !important;
  }
  .h-min-xl-1-px,
  .height-min-xl-1-px {
    min-height: 1px !important;
  }
  .h-min-xl-2,
  .height-min-xl-2 {
    min-height: 2% !important;
  }
  .h-min-xl-2-vh,
  .height-min-xl-2-vh {
    min-height: 2vh !important;
  }
  .h-min-xl-2-rem,
  .height-min-xl-2-rem {
    min-height: 2rem !important;
  }
  .h-min-xl-2-px,
  .height-min-xl-2-px {
    min-height: 2px !important;
  }
  .h-min-xl-3,
  .height-min-xl-3 {
    min-height: 3% !important;
  }
  .h-min-xl-3-vh,
  .height-min-xl-3-vh {
    min-height: 3vh !important;
  }
  .h-min-xl-3-rem,
  .height-min-xl-3-rem {
    min-height: 3rem !important;
  }
  .h-min-xl-3-px,
  .height-min-xl-3-px {
    min-height: 3px !important;
  }
  .h-min-xl-4,
  .height-min-xl-4 {
    min-height: 4% !important;
  }
  .h-min-xl-4-vh,
  .height-min-xl-4-vh {
    min-height: 4vh !important;
  }
  .h-min-xl-4-rem,
  .height-min-xl-4-rem {
    min-height: 4rem !important;
  }
  .h-min-xl-4-px,
  .height-min-xl-4-px {
    min-height: 4px !important;
  }
  .h-min-xl-5,
  .height-min-xl-5 {
    min-height: 5% !important;
  }
  .h-min-xl-5-vh,
  .height-min-xl-5-vh {
    min-height: 5vh !important;
  }
  .h-min-xl-5-rem,
  .height-min-xl-5-rem {
    min-height: 5rem !important;
  }
  .h-min-xl-5-px,
  .height-min-xl-5-px {
    min-height: 5px !important;
  }
  .h-min-xl-6,
  .height-min-xl-6 {
    min-height: 6% !important;
  }
  .h-min-xl-6-vh,
  .height-min-xl-6-vh {
    min-height: 6vh !important;
  }
  .h-min-xl-6-rem,
  .height-min-xl-6-rem {
    min-height: 6rem !important;
  }
  .h-min-xl-6-px,
  .height-min-xl-6-px {
    min-height: 6px !important;
  }
  .h-min-xl-7,
  .height-min-xl-7 {
    min-height: 7% !important;
  }
  .h-min-xl-7-vh,
  .height-min-xl-7-vh {
    min-height: 7vh !important;
  }
  .h-min-xl-7-rem,
  .height-min-xl-7-rem {
    min-height: 7rem !important;
  }
  .h-min-xl-7-px,
  .height-min-xl-7-px {
    min-height: 7px !important;
  }
  .h-min-xl-8,
  .height-min-xl-8 {
    min-height: 8% !important;
  }
  .h-min-xl-8-vh,
  .height-min-xl-8-vh {
    min-height: 8vh !important;
  }
  .h-min-xl-8-rem,
  .height-min-xl-8-rem {
    min-height: 8rem !important;
  }
  .h-min-xl-8-px,
  .height-min-xl-8-px {
    min-height: 8px !important;
  }
  .h-min-xl-9,
  .height-min-xl-9 {
    min-height: 9% !important;
  }
  .h-min-xl-9-vh,
  .height-min-xl-9-vh {
    min-height: 9vh !important;
  }
  .h-min-xl-9-rem,
  .height-min-xl-9-rem {
    min-height: 9rem !important;
  }
  .h-min-xl-9-px,
  .height-min-xl-9-px {
    min-height: 9px !important;
  }
  .h-min-xl-10,
  .height-min-xl-10 {
    min-height: 10% !important;
  }
  .h-min-xl-10-vh,
  .height-min-xl-10-vh {
    min-height: 10vh !important;
  }
  .h-min-xl-10-rem,
  .height-min-xl-10-rem {
    min-height: 10rem !important;
  }
  .h-min-xl-10-px,
  .height-min-xl-10-px {
    min-height: 10px !important;
  }
  .h-min-xl-11,
  .height-min-xl-11 {
    min-height: 11% !important;
  }
  .h-min-xl-11-vh,
  .height-min-xl-11-vh {
    min-height: 11vh !important;
  }
  .h-min-xl-11-rem,
  .height-min-xl-11-rem {
    min-height: 11rem !important;
  }
  .h-min-xl-11-px,
  .height-min-xl-11-px {
    min-height: 11px !important;
  }
  .h-min-xl-12,
  .height-min-xl-12 {
    min-height: 12% !important;
  }
  .h-min-xl-12-vh,
  .height-min-xl-12-vh {
    min-height: 12vh !important;
  }
  .h-min-xl-12-rem,
  .height-min-xl-12-rem {
    min-height: 12rem !important;
  }
  .h-min-xl-12-px,
  .height-min-xl-12-px {
    min-height: 12px !important;
  }
  .h-min-xl-13,
  .height-min-xl-13 {
    min-height: 13% !important;
  }
  .h-min-xl-13-vh,
  .height-min-xl-13-vh {
    min-height: 13vh !important;
  }
  .h-min-xl-13-rem,
  .height-min-xl-13-rem {
    min-height: 13rem !important;
  }
  .h-min-xl-13-px,
  .height-min-xl-13-px {
    min-height: 13px !important;
  }
  .h-min-xl-14,
  .height-min-xl-14 {
    min-height: 14% !important;
  }
  .h-min-xl-14-vh,
  .height-min-xl-14-vh {
    min-height: 14vh !important;
  }
  .h-min-xl-14-rem,
  .height-min-xl-14-rem {
    min-height: 14rem !important;
  }
  .h-min-xl-14-px,
  .height-min-xl-14-px {
    min-height: 14px !important;
  }
  .h-min-xl-15,
  .height-min-xl-15 {
    min-height: 15% !important;
  }
  .h-min-xl-15-vh,
  .height-min-xl-15-vh {
    min-height: 15vh !important;
  }
  .h-min-xl-15-rem,
  .height-min-xl-15-rem {
    min-height: 15rem !important;
  }
  .h-min-xl-15-px,
  .height-min-xl-15-px {
    min-height: 15px !important;
  }
  .h-min-xl-16,
  .height-min-xl-16 {
    min-height: 16% !important;
  }
  .h-min-xl-16-vh,
  .height-min-xl-16-vh {
    min-height: 16vh !important;
  }
  .h-min-xl-16-rem,
  .height-min-xl-16-rem {
    min-height: 16rem !important;
  }
  .h-min-xl-16-px,
  .height-min-xl-16-px {
    min-height: 16px !important;
  }
  .h-min-xl-17,
  .height-min-xl-17 {
    min-height: 17% !important;
  }
  .h-min-xl-17-vh,
  .height-min-xl-17-vh {
    min-height: 17vh !important;
  }
  .h-min-xl-17-rem,
  .height-min-xl-17-rem {
    min-height: 17rem !important;
  }
  .h-min-xl-17-px,
  .height-min-xl-17-px {
    min-height: 17px !important;
  }
  .h-min-xl-18,
  .height-min-xl-18 {
    min-height: 18% !important;
  }
  .h-min-xl-18-vh,
  .height-min-xl-18-vh {
    min-height: 18vh !important;
  }
  .h-min-xl-18-rem,
  .height-min-xl-18-rem {
    min-height: 18rem !important;
  }
  .h-min-xl-18-px,
  .height-min-xl-18-px {
    min-height: 18px !important;
  }
  .h-min-xl-19,
  .height-min-xl-19 {
    min-height: 19% !important;
  }
  .h-min-xl-19-vh,
  .height-min-xl-19-vh {
    min-height: 19vh !important;
  }
  .h-min-xl-19-rem,
  .height-min-xl-19-rem {
    min-height: 19rem !important;
  }
  .h-min-xl-19-px,
  .height-min-xl-19-px {
    min-height: 19px !important;
  }
  .h-min-xl-20,
  .height-min-xl-20 {
    min-height: 20% !important;
  }
  .h-min-xl-20-vh,
  .height-min-xl-20-vh {
    min-height: 20vh !important;
  }
  .h-min-xl-20-rem,
  .height-min-xl-20-rem {
    min-height: 20rem !important;
  }
  .h-min-xl-20-px,
  .height-min-xl-20-px {
    min-height: 20px !important;
  }
  .h-min-xl-21,
  .height-min-xl-21 {
    min-height: 21% !important;
  }
  .h-min-xl-21-vh,
  .height-min-xl-21-vh {
    min-height: 21vh !important;
  }
  .h-min-xl-21-rem,
  .height-min-xl-21-rem {
    min-height: 21rem !important;
  }
  .h-min-xl-21-px,
  .height-min-xl-21-px {
    min-height: 21px !important;
  }
  .h-min-xl-22,
  .height-min-xl-22 {
    min-height: 22% !important;
  }
  .h-min-xl-22-vh,
  .height-min-xl-22-vh {
    min-height: 22vh !important;
  }
  .h-min-xl-22-rem,
  .height-min-xl-22-rem {
    min-height: 22rem !important;
  }
  .h-min-xl-22-px,
  .height-min-xl-22-px {
    min-height: 22px !important;
  }
  .h-min-xl-23,
  .height-min-xl-23 {
    min-height: 23% !important;
  }
  .h-min-xl-23-vh,
  .height-min-xl-23-vh {
    min-height: 23vh !important;
  }
  .h-min-xl-23-rem,
  .height-min-xl-23-rem {
    min-height: 23rem !important;
  }
  .h-min-xl-23-px,
  .height-min-xl-23-px {
    min-height: 23px !important;
  }
  .h-min-xl-24,
  .height-min-xl-24 {
    min-height: 24% !important;
  }
  .h-min-xl-24-vh,
  .height-min-xl-24-vh {
    min-height: 24vh !important;
  }
  .h-min-xl-24-rem,
  .height-min-xl-24-rem {
    min-height: 24rem !important;
  }
  .h-min-xl-24-px,
  .height-min-xl-24-px {
    min-height: 24px !important;
  }
  .h-min-xl-25,
  .height-min-xl-25 {
    min-height: 25% !important;
  }
  .h-min-xl-25-vh,
  .height-min-xl-25-vh {
    min-height: 25vh !important;
  }
  .h-min-xl-25-rem,
  .height-min-xl-25-rem {
    min-height: 25rem !important;
  }
  .h-min-xl-25-px,
  .height-min-xl-25-px {
    min-height: 25px !important;
  }
  .h-min-xl-26,
  .height-min-xl-26 {
    min-height: 26% !important;
  }
  .h-min-xl-26-vh,
  .height-min-xl-26-vh {
    min-height: 26vh !important;
  }
  .h-min-xl-26-rem,
  .height-min-xl-26-rem {
    min-height: 26rem !important;
  }
  .h-min-xl-26-px,
  .height-min-xl-26-px {
    min-height: 26px !important;
  }
  .h-min-xl-27,
  .height-min-xl-27 {
    min-height: 27% !important;
  }
  .h-min-xl-27-vh,
  .height-min-xl-27-vh {
    min-height: 27vh !important;
  }
  .h-min-xl-27-rem,
  .height-min-xl-27-rem {
    min-height: 27rem !important;
  }
  .h-min-xl-27-px,
  .height-min-xl-27-px {
    min-height: 27px !important;
  }
  .h-min-xl-28,
  .height-min-xl-28 {
    min-height: 28% !important;
  }
  .h-min-xl-28-vh,
  .height-min-xl-28-vh {
    min-height: 28vh !important;
  }
  .h-min-xl-28-rem,
  .height-min-xl-28-rem {
    min-height: 28rem !important;
  }
  .h-min-xl-28-px,
  .height-min-xl-28-px {
    min-height: 28px !important;
  }
  .h-min-xl-29,
  .height-min-xl-29 {
    min-height: 29% !important;
  }
  .h-min-xl-29-vh,
  .height-min-xl-29-vh {
    min-height: 29vh !important;
  }
  .h-min-xl-29-rem,
  .height-min-xl-29-rem {
    min-height: 29rem !important;
  }
  .h-min-xl-29-px,
  .height-min-xl-29-px {
    min-height: 29px !important;
  }
  .h-min-xl-30,
  .height-min-xl-30 {
    min-height: 30% !important;
  }
  .h-min-xl-30-vh,
  .height-min-xl-30-vh {
    min-height: 30vh !important;
  }
  .h-min-xl-30-rem,
  .height-min-xl-30-rem {
    min-height: 30rem !important;
  }
  .h-min-xl-30-px,
  .height-min-xl-30-px {
    min-height: 30px !important;
  }
  .h-min-xl-31,
  .height-min-xl-31 {
    min-height: 31% !important;
  }
  .h-min-xl-31-vh,
  .height-min-xl-31-vh {
    min-height: 31vh !important;
  }
  .h-min-xl-31-rem,
  .height-min-xl-31-rem {
    min-height: 31rem !important;
  }
  .h-min-xl-31-px,
  .height-min-xl-31-px {
    min-height: 31px !important;
  }
  .h-min-xl-32,
  .height-min-xl-32 {
    min-height: 32% !important;
  }
  .h-min-xl-32-vh,
  .height-min-xl-32-vh {
    min-height: 32vh !important;
  }
  .h-min-xl-32-rem,
  .height-min-xl-32-rem {
    min-height: 32rem !important;
  }
  .h-min-xl-32-px,
  .height-min-xl-32-px {
    min-height: 32px !important;
  }
  .h-min-xl-33,
  .height-min-xl-33 {
    min-height: 33% !important;
  }
  .h-min-xl-33-vh,
  .height-min-xl-33-vh {
    min-height: 33vh !important;
  }
  .h-min-xl-33-rem,
  .height-min-xl-33-rem {
    min-height: 33rem !important;
  }
  .h-min-xl-33-px,
  .height-min-xl-33-px {
    min-height: 33px !important;
  }
  .h-min-xl-34,
  .height-min-xl-34 {
    min-height: 34% !important;
  }
  .h-min-xl-34-vh,
  .height-min-xl-34-vh {
    min-height: 34vh !important;
  }
  .h-min-xl-34-rem,
  .height-min-xl-34-rem {
    min-height: 34rem !important;
  }
  .h-min-xl-34-px,
  .height-min-xl-34-px {
    min-height: 34px !important;
  }
  .h-min-xl-35,
  .height-min-xl-35 {
    min-height: 35% !important;
  }
  .h-min-xl-35-vh,
  .height-min-xl-35-vh {
    min-height: 35vh !important;
  }
  .h-min-xl-35-rem,
  .height-min-xl-35-rem {
    min-height: 35rem !important;
  }
  .h-min-xl-35-px,
  .height-min-xl-35-px {
    min-height: 35px !important;
  }
  .h-min-xl-36,
  .height-min-xl-36 {
    min-height: 36% !important;
  }
  .h-min-xl-36-vh,
  .height-min-xl-36-vh {
    min-height: 36vh !important;
  }
  .h-min-xl-36-rem,
  .height-min-xl-36-rem {
    min-height: 36rem !important;
  }
  .h-min-xl-36-px,
  .height-min-xl-36-px {
    min-height: 36px !important;
  }
  .h-min-xl-37,
  .height-min-xl-37 {
    min-height: 37% !important;
  }
  .h-min-xl-37-vh,
  .height-min-xl-37-vh {
    min-height: 37vh !important;
  }
  .h-min-xl-37-rem,
  .height-min-xl-37-rem {
    min-height: 37rem !important;
  }
  .h-min-xl-37-px,
  .height-min-xl-37-px {
    min-height: 37px !important;
  }
  .h-min-xl-38,
  .height-min-xl-38 {
    min-height: 38% !important;
  }
  .h-min-xl-38-vh,
  .height-min-xl-38-vh {
    min-height: 38vh !important;
  }
  .h-min-xl-38-rem,
  .height-min-xl-38-rem {
    min-height: 38rem !important;
  }
  .h-min-xl-38-px,
  .height-min-xl-38-px {
    min-height: 38px !important;
  }
  .h-min-xl-39,
  .height-min-xl-39 {
    min-height: 39% !important;
  }
  .h-min-xl-39-vh,
  .height-min-xl-39-vh {
    min-height: 39vh !important;
  }
  .h-min-xl-39-rem,
  .height-min-xl-39-rem {
    min-height: 39rem !important;
  }
  .h-min-xl-39-px,
  .height-min-xl-39-px {
    min-height: 39px !important;
  }
  .h-min-xl-40,
  .height-min-xl-40 {
    min-height: 40% !important;
  }
  .h-min-xl-40-vh,
  .height-min-xl-40-vh {
    min-height: 40vh !important;
  }
  .h-min-xl-40-rem,
  .height-min-xl-40-rem {
    min-height: 40rem !important;
  }
  .h-min-xl-40-px,
  .height-min-xl-40-px {
    min-height: 40px !important;
  }
  .h-min-xl-41,
  .height-min-xl-41 {
    min-height: 41% !important;
  }
  .h-min-xl-41-vh,
  .height-min-xl-41-vh {
    min-height: 41vh !important;
  }
  .h-min-xl-41-rem,
  .height-min-xl-41-rem {
    min-height: 41rem !important;
  }
  .h-min-xl-41-px,
  .height-min-xl-41-px {
    min-height: 41px !important;
  }
  .h-min-xl-42,
  .height-min-xl-42 {
    min-height: 42% !important;
  }
  .h-min-xl-42-vh,
  .height-min-xl-42-vh {
    min-height: 42vh !important;
  }
  .h-min-xl-42-rem,
  .height-min-xl-42-rem {
    min-height: 42rem !important;
  }
  .h-min-xl-42-px,
  .height-min-xl-42-px {
    min-height: 42px !important;
  }
  .h-min-xl-43,
  .height-min-xl-43 {
    min-height: 43% !important;
  }
  .h-min-xl-43-vh,
  .height-min-xl-43-vh {
    min-height: 43vh !important;
  }
  .h-min-xl-43-rem,
  .height-min-xl-43-rem {
    min-height: 43rem !important;
  }
  .h-min-xl-43-px,
  .height-min-xl-43-px {
    min-height: 43px !important;
  }
  .h-min-xl-44,
  .height-min-xl-44 {
    min-height: 44% !important;
  }
  .h-min-xl-44-vh,
  .height-min-xl-44-vh {
    min-height: 44vh !important;
  }
  .h-min-xl-44-rem,
  .height-min-xl-44-rem {
    min-height: 44rem !important;
  }
  .h-min-xl-44-px,
  .height-min-xl-44-px {
    min-height: 44px !important;
  }
  .h-min-xl-45,
  .height-min-xl-45 {
    min-height: 45% !important;
  }
  .h-min-xl-45-vh,
  .height-min-xl-45-vh {
    min-height: 45vh !important;
  }
  .h-min-xl-45-rem,
  .height-min-xl-45-rem {
    min-height: 45rem !important;
  }
  .h-min-xl-45-px,
  .height-min-xl-45-px {
    min-height: 45px !important;
  }
  .h-min-xl-46,
  .height-min-xl-46 {
    min-height: 46% !important;
  }
  .h-min-xl-46-vh,
  .height-min-xl-46-vh {
    min-height: 46vh !important;
  }
  .h-min-xl-46-rem,
  .height-min-xl-46-rem {
    min-height: 46rem !important;
  }
  .h-min-xl-46-px,
  .height-min-xl-46-px {
    min-height: 46px !important;
  }
  .h-min-xl-47,
  .height-min-xl-47 {
    min-height: 47% !important;
  }
  .h-min-xl-47-vh,
  .height-min-xl-47-vh {
    min-height: 47vh !important;
  }
  .h-min-xl-47-rem,
  .height-min-xl-47-rem {
    min-height: 47rem !important;
  }
  .h-min-xl-47-px,
  .height-min-xl-47-px {
    min-height: 47px !important;
  }
  .h-min-xl-48,
  .height-min-xl-48 {
    min-height: 48% !important;
  }
  .h-min-xl-48-vh,
  .height-min-xl-48-vh {
    min-height: 48vh !important;
  }
  .h-min-xl-48-rem,
  .height-min-xl-48-rem {
    min-height: 48rem !important;
  }
  .h-min-xl-48-px,
  .height-min-xl-48-px {
    min-height: 48px !important;
  }
  .h-min-xl-49,
  .height-min-xl-49 {
    min-height: 49% !important;
  }
  .h-min-xl-49-vh,
  .height-min-xl-49-vh {
    min-height: 49vh !important;
  }
  .h-min-xl-49-rem,
  .height-min-xl-49-rem {
    min-height: 49rem !important;
  }
  .h-min-xl-49-px,
  .height-min-xl-49-px {
    min-height: 49px !important;
  }
  .h-min-xl-50,
  .height-min-xl-50 {
    min-height: 50% !important;
  }
  .h-min-xl-50-vh,
  .height-min-xl-50-vh {
    min-height: 50vh !important;
  }
  .h-min-xl-50-rem,
  .height-min-xl-50-rem {
    min-height: 50rem !important;
  }
  .h-min-xl-50-px,
  .height-min-xl-50-px {
    min-height: 50px !important;
  }
  .h-min-xl-51,
  .height-min-xl-51 {
    min-height: 51% !important;
  }
  .h-min-xl-51-vh,
  .height-min-xl-51-vh {
    min-height: 51vh !important;
  }
  .h-min-xl-52,
  .height-min-xl-52 {
    min-height: 52% !important;
  }
  .h-min-xl-52-vh,
  .height-min-xl-52-vh {
    min-height: 52vh !important;
  }
  .h-min-xl-53,
  .height-min-xl-53 {
    min-height: 53% !important;
  }
  .h-min-xl-53-vh,
  .height-min-xl-53-vh {
    min-height: 53vh !important;
  }
  .h-min-xl-54,
  .height-min-xl-54 {
    min-height: 54% !important;
  }
  .h-min-xl-54-vh,
  .height-min-xl-54-vh {
    min-height: 54vh !important;
  }
  .h-min-xl-55,
  .height-min-xl-55 {
    min-height: 55% !important;
  }
  .h-min-xl-55-vh,
  .height-min-xl-55-vh {
    min-height: 55vh !important;
  }
  .h-min-xl-56,
  .height-min-xl-56 {
    min-height: 56% !important;
  }
  .h-min-xl-56-vh,
  .height-min-xl-56-vh {
    min-height: 56vh !important;
  }
  .h-min-xl-57,
  .height-min-xl-57 {
    min-height: 57% !important;
  }
  .h-min-xl-57-vh,
  .height-min-xl-57-vh {
    min-height: 57vh !important;
  }
  .h-min-xl-58,
  .height-min-xl-58 {
    min-height: 58% !important;
  }
  .h-min-xl-58-vh,
  .height-min-xl-58-vh {
    min-height: 58vh !important;
  }
  .h-min-xl-59,
  .height-min-xl-59 {
    min-height: 59% !important;
  }
  .h-min-xl-59-vh,
  .height-min-xl-59-vh {
    min-height: 59vh !important;
  }
  .h-min-xl-60,
  .height-min-xl-60 {
    min-height: 60% !important;
  }
  .h-min-xl-60-vh,
  .height-min-xl-60-vh {
    min-height: 60vh !important;
  }
  .h-min-xl-61,
  .height-min-xl-61 {
    min-height: 61% !important;
  }
  .h-min-xl-61-vh,
  .height-min-xl-61-vh {
    min-height: 61vh !important;
  }
  .h-min-xl-62,
  .height-min-xl-62 {
    min-height: 62% !important;
  }
  .h-min-xl-62-vh,
  .height-min-xl-62-vh {
    min-height: 62vh !important;
  }
  .h-min-xl-63,
  .height-min-xl-63 {
    min-height: 63% !important;
  }
  .h-min-xl-63-vh,
  .height-min-xl-63-vh {
    min-height: 63vh !important;
  }
  .h-min-xl-64,
  .height-min-xl-64 {
    min-height: 64% !important;
  }
  .h-min-xl-64-vh,
  .height-min-xl-64-vh {
    min-height: 64vh !important;
  }
  .h-min-xl-65,
  .height-min-xl-65 {
    min-height: 65% !important;
  }
  .h-min-xl-65-vh,
  .height-min-xl-65-vh {
    min-height: 65vh !important;
  }
  .h-min-xl-66,
  .height-min-xl-66 {
    min-height: 66% !important;
  }
  .h-min-xl-66-vh,
  .height-min-xl-66-vh {
    min-height: 66vh !important;
  }
  .h-min-xl-67,
  .height-min-xl-67 {
    min-height: 67% !important;
  }
  .h-min-xl-67-vh,
  .height-min-xl-67-vh {
    min-height: 67vh !important;
  }
  .h-min-xl-68,
  .height-min-xl-68 {
    min-height: 68% !important;
  }
  .h-min-xl-68-vh,
  .height-min-xl-68-vh {
    min-height: 68vh !important;
  }
  .h-min-xl-69,
  .height-min-xl-69 {
    min-height: 69% !important;
  }
  .h-min-xl-69-vh,
  .height-min-xl-69-vh {
    min-height: 69vh !important;
  }
  .h-min-xl-70,
  .height-min-xl-70 {
    min-height: 70% !important;
  }
  .h-min-xl-70-vh,
  .height-min-xl-70-vh {
    min-height: 70vh !important;
  }
  .h-min-xl-71,
  .height-min-xl-71 {
    min-height: 71% !important;
  }
  .h-min-xl-71-vh,
  .height-min-xl-71-vh {
    min-height: 71vh !important;
  }
  .h-min-xl-72,
  .height-min-xl-72 {
    min-height: 72% !important;
  }
  .h-min-xl-72-vh,
  .height-min-xl-72-vh {
    min-height: 72vh !important;
  }
  .h-min-xl-73,
  .height-min-xl-73 {
    min-height: 73% !important;
  }
  .h-min-xl-73-vh,
  .height-min-xl-73-vh {
    min-height: 73vh !important;
  }
  .h-min-xl-74,
  .height-min-xl-74 {
    min-height: 74% !important;
  }
  .h-min-xl-74-vh,
  .height-min-xl-74-vh {
    min-height: 74vh !important;
  }
  .h-min-xl-75,
  .height-min-xl-75 {
    min-height: 75% !important;
  }
  .h-min-xl-75-vh,
  .height-min-xl-75-vh {
    min-height: 75vh !important;
  }
  .h-min-xl-76,
  .height-min-xl-76 {
    min-height: 76% !important;
  }
  .h-min-xl-76-vh,
  .height-min-xl-76-vh {
    min-height: 76vh !important;
  }
  .h-min-xl-77,
  .height-min-xl-77 {
    min-height: 77% !important;
  }
  .h-min-xl-77-vh,
  .height-min-xl-77-vh {
    min-height: 77vh !important;
  }
  .h-min-xl-78,
  .height-min-xl-78 {
    min-height: 78% !important;
  }
  .h-min-xl-78-vh,
  .height-min-xl-78-vh {
    min-height: 78vh !important;
  }
  .h-min-xl-79,
  .height-min-xl-79 {
    min-height: 79% !important;
  }
  .h-min-xl-79-vh,
  .height-min-xl-79-vh {
    min-height: 79vh !important;
  }
  .h-min-xl-80,
  .height-min-xl-80 {
    min-height: 80% !important;
  }
  .h-min-xl-80-vh,
  .height-min-xl-80-vh {
    min-height: 80vh !important;
  }
  .h-min-xl-81,
  .height-min-xl-81 {
    min-height: 81% !important;
  }
  .h-min-xl-81-vh,
  .height-min-xl-81-vh {
    min-height: 81vh !important;
  }
  .h-min-xl-82,
  .height-min-xl-82 {
    min-height: 82% !important;
  }
  .h-min-xl-82-vh,
  .height-min-xl-82-vh {
    min-height: 82vh !important;
  }
  .h-min-xl-83,
  .height-min-xl-83 {
    min-height: 83% !important;
  }
  .h-min-xl-83-vh,
  .height-min-xl-83-vh {
    min-height: 83vh !important;
  }
  .h-min-xl-84,
  .height-min-xl-84 {
    min-height: 84% !important;
  }
  .h-min-xl-84-vh,
  .height-min-xl-84-vh {
    min-height: 84vh !important;
  }
  .h-min-xl-85,
  .height-min-xl-85 {
    min-height: 85% !important;
  }
  .h-min-xl-85-vh,
  .height-min-xl-85-vh {
    min-height: 85vh !important;
  }
  .h-min-xl-86,
  .height-min-xl-86 {
    min-height: 86% !important;
  }
  .h-min-xl-86-vh,
  .height-min-xl-86-vh {
    min-height: 86vh !important;
  }
  .h-min-xl-87,
  .height-min-xl-87 {
    min-height: 87% !important;
  }
  .h-min-xl-87-vh,
  .height-min-xl-87-vh {
    min-height: 87vh !important;
  }
  .h-min-xl-88,
  .height-min-xl-88 {
    min-height: 88% !important;
  }
  .h-min-xl-88-vh,
  .height-min-xl-88-vh {
    min-height: 88vh !important;
  }
  .h-min-xl-89,
  .height-min-xl-89 {
    min-height: 89% !important;
  }
  .h-min-xl-89-vh,
  .height-min-xl-89-vh {
    min-height: 89vh !important;
  }
  .h-min-xl-90,
  .height-min-xl-90 {
    min-height: 90% !important;
  }
  .h-min-xl-90-vh,
  .height-min-xl-90-vh {
    min-height: 90vh !important;
  }
  .h-min-xl-91,
  .height-min-xl-91 {
    min-height: 91% !important;
  }
  .h-min-xl-91-vh,
  .height-min-xl-91-vh {
    min-height: 91vh !important;
  }
  .h-min-xl-92,
  .height-min-xl-92 {
    min-height: 92% !important;
  }
  .h-min-xl-92-vh,
  .height-min-xl-92-vh {
    min-height: 92vh !important;
  }
  .h-min-xl-93,
  .height-min-xl-93 {
    min-height: 93% !important;
  }
  .h-min-xl-93-vh,
  .height-min-xl-93-vh {
    min-height: 93vh !important;
  }
  .h-min-xl-94,
  .height-min-xl-94 {
    min-height: 94% !important;
  }
  .h-min-xl-94-vh,
  .height-min-xl-94-vh {
    min-height: 94vh !important;
  }
  .h-min-xl-95,
  .height-min-xl-95 {
    min-height: 95% !important;
  }
  .h-min-xl-95-vh,
  .height-min-xl-95-vh {
    min-height: 95vh !important;
  }
  .h-min-xl-96,
  .height-min-xl-96 {
    min-height: 96% !important;
  }
  .h-min-xl-96-vh,
  .height-min-xl-96-vh {
    min-height: 96vh !important;
  }
  .h-min-xl-97,
  .height-min-xl-97 {
    min-height: 97% !important;
  }
  .h-min-xl-97-vh,
  .height-min-xl-97-vh {
    min-height: 97vh !important;
  }
  .h-min-xl-98,
  .height-min-xl-98 {
    min-height: 98% !important;
  }
  .h-min-xl-98-vh,
  .height-min-xl-98-vh {
    min-height: 98vh !important;
  }
  .h-min-xl-99,
  .height-min-xl-99 {
    min-height: 99% !important;
  }
  .h-min-xl-99-vh,
  .height-min-xl-99-vh {
    min-height: 99vh !important;
  }
  .h-min-xl-100,
  .height-min-xl-100 {
    min-height: 100% !important;
  }
  .h-min-xl-100-vh,
  .height-min-xl-100-vh {
    min-height: 100vh !important;
  }
  .h-max-xl-full,
  .height-max-xl-full {
    max-height: 100% !important;
  }
  .h-max-xl-screen,
  .height-max-xl-screen {
    max-height: 100vh !important;
  }
  .h-max-xl-content,
  .height-max-xl-content {
    max-height: fit-content !important;
  }
  .h-max-xl-auto,
  .height-max-xl-auto {
    max-height: auto !important;
  }
  .h-max-xl-0,
  .height-max-xl-0 {
    max-height: 0% !important;
  }
  .h-max-xl-0-vh,
  .height-max-xl-0-vh {
    max-height: 0vh !important;
  }
  .h-max-xl-0-rem,
  .height-max-xl-0-rem {
    max-height: 0rem !important;
  }
  .h-max-xl-0-px,
  .height-max-xl-0-px {
    max-height: 0px !important;
  }
  .h-max-xl-1,
  .height-max-xl-1 {
    max-height: 1% !important;
  }
  .h-max-xl-1-vh,
  .height-max-xl-1-vh {
    max-height: 1vh !important;
  }
  .h-max-xl-1-rem,
  .height-max-xl-1-rem {
    max-height: 1rem !important;
  }
  .h-max-xl-1-px,
  .height-max-xl-1-px {
    max-height: 1px !important;
  }
  .h-max-xl-2,
  .height-max-xl-2 {
    max-height: 2% !important;
  }
  .h-max-xl-2-vh,
  .height-max-xl-2-vh {
    max-height: 2vh !important;
  }
  .h-max-xl-2-rem,
  .height-max-xl-2-rem {
    max-height: 2rem !important;
  }
  .h-max-xl-2-px,
  .height-max-xl-2-px {
    max-height: 2px !important;
  }
  .h-max-xl-3,
  .height-max-xl-3 {
    max-height: 3% !important;
  }
  .h-max-xl-3-vh,
  .height-max-xl-3-vh {
    max-height: 3vh !important;
  }
  .h-max-xl-3-rem,
  .height-max-xl-3-rem {
    max-height: 3rem !important;
  }
  .h-max-xl-3-px,
  .height-max-xl-3-px {
    max-height: 3px !important;
  }
  .h-max-xl-4,
  .height-max-xl-4 {
    max-height: 4% !important;
  }
  .h-max-xl-4-vh,
  .height-max-xl-4-vh {
    max-height: 4vh !important;
  }
  .h-max-xl-4-rem,
  .height-max-xl-4-rem {
    max-height: 4rem !important;
  }
  .h-max-xl-4-px,
  .height-max-xl-4-px {
    max-height: 4px !important;
  }
  .h-max-xl-5,
  .height-max-xl-5 {
    max-height: 5% !important;
  }
  .h-max-xl-5-vh,
  .height-max-xl-5-vh {
    max-height: 5vh !important;
  }
  .h-max-xl-5-rem,
  .height-max-xl-5-rem {
    max-height: 5rem !important;
  }
  .h-max-xl-5-px,
  .height-max-xl-5-px {
    max-height: 5px !important;
  }
  .h-max-xl-6,
  .height-max-xl-6 {
    max-height: 6% !important;
  }
  .h-max-xl-6-vh,
  .height-max-xl-6-vh {
    max-height: 6vh !important;
  }
  .h-max-xl-6-rem,
  .height-max-xl-6-rem {
    max-height: 6rem !important;
  }
  .h-max-xl-6-px,
  .height-max-xl-6-px {
    max-height: 6px !important;
  }
  .h-max-xl-7,
  .height-max-xl-7 {
    max-height: 7% !important;
  }
  .h-max-xl-7-vh,
  .height-max-xl-7-vh {
    max-height: 7vh !important;
  }
  .h-max-xl-7-rem,
  .height-max-xl-7-rem {
    max-height: 7rem !important;
  }
  .h-max-xl-7-px,
  .height-max-xl-7-px {
    max-height: 7px !important;
  }
  .h-max-xl-8,
  .height-max-xl-8 {
    max-height: 8% !important;
  }
  .h-max-xl-8-vh,
  .height-max-xl-8-vh {
    max-height: 8vh !important;
  }
  .h-max-xl-8-rem,
  .height-max-xl-8-rem {
    max-height: 8rem !important;
  }
  .h-max-xl-8-px,
  .height-max-xl-8-px {
    max-height: 8px !important;
  }
  .h-max-xl-9,
  .height-max-xl-9 {
    max-height: 9% !important;
  }
  .h-max-xl-9-vh,
  .height-max-xl-9-vh {
    max-height: 9vh !important;
  }
  .h-max-xl-9-rem,
  .height-max-xl-9-rem {
    max-height: 9rem !important;
  }
  .h-max-xl-9-px,
  .height-max-xl-9-px {
    max-height: 9px !important;
  }
  .h-max-xl-10,
  .height-max-xl-10 {
    max-height: 10% !important;
  }
  .h-max-xl-10-vh,
  .height-max-xl-10-vh {
    max-height: 10vh !important;
  }
  .h-max-xl-10-rem,
  .height-max-xl-10-rem {
    max-height: 10rem !important;
  }
  .h-max-xl-10-px,
  .height-max-xl-10-px {
    max-height: 10px !important;
  }
  .h-max-xl-11,
  .height-max-xl-11 {
    max-height: 11% !important;
  }
  .h-max-xl-11-vh,
  .height-max-xl-11-vh {
    max-height: 11vh !important;
  }
  .h-max-xl-11-rem,
  .height-max-xl-11-rem {
    max-height: 11rem !important;
  }
  .h-max-xl-11-px,
  .height-max-xl-11-px {
    max-height: 11px !important;
  }
  .h-max-xl-12,
  .height-max-xl-12 {
    max-height: 12% !important;
  }
  .h-max-xl-12-vh,
  .height-max-xl-12-vh {
    max-height: 12vh !important;
  }
  .h-max-xl-12-rem,
  .height-max-xl-12-rem {
    max-height: 12rem !important;
  }
  .h-max-xl-12-px,
  .height-max-xl-12-px {
    max-height: 12px !important;
  }
  .h-max-xl-13,
  .height-max-xl-13 {
    max-height: 13% !important;
  }
  .h-max-xl-13-vh,
  .height-max-xl-13-vh {
    max-height: 13vh !important;
  }
  .h-max-xl-13-rem,
  .height-max-xl-13-rem {
    max-height: 13rem !important;
  }
  .h-max-xl-13-px,
  .height-max-xl-13-px {
    max-height: 13px !important;
  }
  .h-max-xl-14,
  .height-max-xl-14 {
    max-height: 14% !important;
  }
  .h-max-xl-14-vh,
  .height-max-xl-14-vh {
    max-height: 14vh !important;
  }
  .h-max-xl-14-rem,
  .height-max-xl-14-rem {
    max-height: 14rem !important;
  }
  .h-max-xl-14-px,
  .height-max-xl-14-px {
    max-height: 14px !important;
  }
  .h-max-xl-15,
  .height-max-xl-15 {
    max-height: 15% !important;
  }
  .h-max-xl-15-vh,
  .height-max-xl-15-vh {
    max-height: 15vh !important;
  }
  .h-max-xl-15-rem,
  .height-max-xl-15-rem {
    max-height: 15rem !important;
  }
  .h-max-xl-15-px,
  .height-max-xl-15-px {
    max-height: 15px !important;
  }
  .h-max-xl-16,
  .height-max-xl-16 {
    max-height: 16% !important;
  }
  .h-max-xl-16-vh,
  .height-max-xl-16-vh {
    max-height: 16vh !important;
  }
  .h-max-xl-16-rem,
  .height-max-xl-16-rem {
    max-height: 16rem !important;
  }
  .h-max-xl-16-px,
  .height-max-xl-16-px {
    max-height: 16px !important;
  }
  .h-max-xl-17,
  .height-max-xl-17 {
    max-height: 17% !important;
  }
  .h-max-xl-17-vh,
  .height-max-xl-17-vh {
    max-height: 17vh !important;
  }
  .h-max-xl-17-rem,
  .height-max-xl-17-rem {
    max-height: 17rem !important;
  }
  .h-max-xl-17-px,
  .height-max-xl-17-px {
    max-height: 17px !important;
  }
  .h-max-xl-18,
  .height-max-xl-18 {
    max-height: 18% !important;
  }
  .h-max-xl-18-vh,
  .height-max-xl-18-vh {
    max-height: 18vh !important;
  }
  .h-max-xl-18-rem,
  .height-max-xl-18-rem {
    max-height: 18rem !important;
  }
  .h-max-xl-18-px,
  .height-max-xl-18-px {
    max-height: 18px !important;
  }
  .h-max-xl-19,
  .height-max-xl-19 {
    max-height: 19% !important;
  }
  .h-max-xl-19-vh,
  .height-max-xl-19-vh {
    max-height: 19vh !important;
  }
  .h-max-xl-19-rem,
  .height-max-xl-19-rem {
    max-height: 19rem !important;
  }
  .h-max-xl-19-px,
  .height-max-xl-19-px {
    max-height: 19px !important;
  }
  .h-max-xl-20,
  .height-max-xl-20 {
    max-height: 20% !important;
  }
  .h-max-xl-20-vh,
  .height-max-xl-20-vh {
    max-height: 20vh !important;
  }
  .h-max-xl-20-rem,
  .height-max-xl-20-rem {
    max-height: 20rem !important;
  }
  .h-max-xl-20-px,
  .height-max-xl-20-px {
    max-height: 20px !important;
  }
  .h-max-xl-21,
  .height-max-xl-21 {
    max-height: 21% !important;
  }
  .h-max-xl-21-vh,
  .height-max-xl-21-vh {
    max-height: 21vh !important;
  }
  .h-max-xl-21-rem,
  .height-max-xl-21-rem {
    max-height: 21rem !important;
  }
  .h-max-xl-21-px,
  .height-max-xl-21-px {
    max-height: 21px !important;
  }
  .h-max-xl-22,
  .height-max-xl-22 {
    max-height: 22% !important;
  }
  .h-max-xl-22-vh,
  .height-max-xl-22-vh {
    max-height: 22vh !important;
  }
  .h-max-xl-22-rem,
  .height-max-xl-22-rem {
    max-height: 22rem !important;
  }
  .h-max-xl-22-px,
  .height-max-xl-22-px {
    max-height: 22px !important;
  }
  .h-max-xl-23,
  .height-max-xl-23 {
    max-height: 23% !important;
  }
  .h-max-xl-23-vh,
  .height-max-xl-23-vh {
    max-height: 23vh !important;
  }
  .h-max-xl-23-rem,
  .height-max-xl-23-rem {
    max-height: 23rem !important;
  }
  .h-max-xl-23-px,
  .height-max-xl-23-px {
    max-height: 23px !important;
  }
  .h-max-xl-24,
  .height-max-xl-24 {
    max-height: 24% !important;
  }
  .h-max-xl-24-vh,
  .height-max-xl-24-vh {
    max-height: 24vh !important;
  }
  .h-max-xl-24-rem,
  .height-max-xl-24-rem {
    max-height: 24rem !important;
  }
  .h-max-xl-24-px,
  .height-max-xl-24-px {
    max-height: 24px !important;
  }
  .h-max-xl-25,
  .height-max-xl-25 {
    max-height: 25% !important;
  }
  .h-max-xl-25-vh,
  .height-max-xl-25-vh {
    max-height: 25vh !important;
  }
  .h-max-xl-25-rem,
  .height-max-xl-25-rem {
    max-height: 25rem !important;
  }
  .h-max-xl-25-px,
  .height-max-xl-25-px {
    max-height: 25px !important;
  }
  .h-max-xl-26,
  .height-max-xl-26 {
    max-height: 26% !important;
  }
  .h-max-xl-26-vh,
  .height-max-xl-26-vh {
    max-height: 26vh !important;
  }
  .h-max-xl-26-rem,
  .height-max-xl-26-rem {
    max-height: 26rem !important;
  }
  .h-max-xl-26-px,
  .height-max-xl-26-px {
    max-height: 26px !important;
  }
  .h-max-xl-27,
  .height-max-xl-27 {
    max-height: 27% !important;
  }
  .h-max-xl-27-vh,
  .height-max-xl-27-vh {
    max-height: 27vh !important;
  }
  .h-max-xl-27-rem,
  .height-max-xl-27-rem {
    max-height: 27rem !important;
  }
  .h-max-xl-27-px,
  .height-max-xl-27-px {
    max-height: 27px !important;
  }
  .h-max-xl-28,
  .height-max-xl-28 {
    max-height: 28% !important;
  }
  .h-max-xl-28-vh,
  .height-max-xl-28-vh {
    max-height: 28vh !important;
  }
  .h-max-xl-28-rem,
  .height-max-xl-28-rem {
    max-height: 28rem !important;
  }
  .h-max-xl-28-px,
  .height-max-xl-28-px {
    max-height: 28px !important;
  }
  .h-max-xl-29,
  .height-max-xl-29 {
    max-height: 29% !important;
  }
  .h-max-xl-29-vh,
  .height-max-xl-29-vh {
    max-height: 29vh !important;
  }
  .h-max-xl-29-rem,
  .height-max-xl-29-rem {
    max-height: 29rem !important;
  }
  .h-max-xl-29-px,
  .height-max-xl-29-px {
    max-height: 29px !important;
  }
  .h-max-xl-30,
  .height-max-xl-30 {
    max-height: 30% !important;
  }
  .h-max-xl-30-vh,
  .height-max-xl-30-vh {
    max-height: 30vh !important;
  }
  .h-max-xl-30-rem,
  .height-max-xl-30-rem {
    max-height: 30rem !important;
  }
  .h-max-xl-30-px,
  .height-max-xl-30-px {
    max-height: 30px !important;
  }
  .h-max-xl-31,
  .height-max-xl-31 {
    max-height: 31% !important;
  }
  .h-max-xl-31-vh,
  .height-max-xl-31-vh {
    max-height: 31vh !important;
  }
  .h-max-xl-31-rem,
  .height-max-xl-31-rem {
    max-height: 31rem !important;
  }
  .h-max-xl-31-px,
  .height-max-xl-31-px {
    max-height: 31px !important;
  }
  .h-max-xl-32,
  .height-max-xl-32 {
    max-height: 32% !important;
  }
  .h-max-xl-32-vh,
  .height-max-xl-32-vh {
    max-height: 32vh !important;
  }
  .h-max-xl-32-rem,
  .height-max-xl-32-rem {
    max-height: 32rem !important;
  }
  .h-max-xl-32-px,
  .height-max-xl-32-px {
    max-height: 32px !important;
  }
  .h-max-xl-33,
  .height-max-xl-33 {
    max-height: 33% !important;
  }
  .h-max-xl-33-vh,
  .height-max-xl-33-vh {
    max-height: 33vh !important;
  }
  .h-max-xl-33-rem,
  .height-max-xl-33-rem {
    max-height: 33rem !important;
  }
  .h-max-xl-33-px,
  .height-max-xl-33-px {
    max-height: 33px !important;
  }
  .h-max-xl-34,
  .height-max-xl-34 {
    max-height: 34% !important;
  }
  .h-max-xl-34-vh,
  .height-max-xl-34-vh {
    max-height: 34vh !important;
  }
  .h-max-xl-34-rem,
  .height-max-xl-34-rem {
    max-height: 34rem !important;
  }
  .h-max-xl-34-px,
  .height-max-xl-34-px {
    max-height: 34px !important;
  }
  .h-max-xl-35,
  .height-max-xl-35 {
    max-height: 35% !important;
  }
  .h-max-xl-35-vh,
  .height-max-xl-35-vh {
    max-height: 35vh !important;
  }
  .h-max-xl-35-rem,
  .height-max-xl-35-rem {
    max-height: 35rem !important;
  }
  .h-max-xl-35-px,
  .height-max-xl-35-px {
    max-height: 35px !important;
  }
  .h-max-xl-36,
  .height-max-xl-36 {
    max-height: 36% !important;
  }
  .h-max-xl-36-vh,
  .height-max-xl-36-vh {
    max-height: 36vh !important;
  }
  .h-max-xl-36-rem,
  .height-max-xl-36-rem {
    max-height: 36rem !important;
  }
  .h-max-xl-36-px,
  .height-max-xl-36-px {
    max-height: 36px !important;
  }
  .h-max-xl-37,
  .height-max-xl-37 {
    max-height: 37% !important;
  }
  .h-max-xl-37-vh,
  .height-max-xl-37-vh {
    max-height: 37vh !important;
  }
  .h-max-xl-37-rem,
  .height-max-xl-37-rem {
    max-height: 37rem !important;
  }
  .h-max-xl-37-px,
  .height-max-xl-37-px {
    max-height: 37px !important;
  }
  .h-max-xl-38,
  .height-max-xl-38 {
    max-height: 38% !important;
  }
  .h-max-xl-38-vh,
  .height-max-xl-38-vh {
    max-height: 38vh !important;
  }
  .h-max-xl-38-rem,
  .height-max-xl-38-rem {
    max-height: 38rem !important;
  }
  .h-max-xl-38-px,
  .height-max-xl-38-px {
    max-height: 38px !important;
  }
  .h-max-xl-39,
  .height-max-xl-39 {
    max-height: 39% !important;
  }
  .h-max-xl-39-vh,
  .height-max-xl-39-vh {
    max-height: 39vh !important;
  }
  .h-max-xl-39-rem,
  .height-max-xl-39-rem {
    max-height: 39rem !important;
  }
  .h-max-xl-39-px,
  .height-max-xl-39-px {
    max-height: 39px !important;
  }
  .h-max-xl-40,
  .height-max-xl-40 {
    max-height: 40% !important;
  }
  .h-max-xl-40-vh,
  .height-max-xl-40-vh {
    max-height: 40vh !important;
  }
  .h-max-xl-40-rem,
  .height-max-xl-40-rem {
    max-height: 40rem !important;
  }
  .h-max-xl-40-px,
  .height-max-xl-40-px {
    max-height: 40px !important;
  }
  .h-max-xl-41,
  .height-max-xl-41 {
    max-height: 41% !important;
  }
  .h-max-xl-41-vh,
  .height-max-xl-41-vh {
    max-height: 41vh !important;
  }
  .h-max-xl-41-rem,
  .height-max-xl-41-rem {
    max-height: 41rem !important;
  }
  .h-max-xl-41-px,
  .height-max-xl-41-px {
    max-height: 41px !important;
  }
  .h-max-xl-42,
  .height-max-xl-42 {
    max-height: 42% !important;
  }
  .h-max-xl-42-vh,
  .height-max-xl-42-vh {
    max-height: 42vh !important;
  }
  .h-max-xl-42-rem,
  .height-max-xl-42-rem {
    max-height: 42rem !important;
  }
  .h-max-xl-42-px,
  .height-max-xl-42-px {
    max-height: 42px !important;
  }
  .h-max-xl-43,
  .height-max-xl-43 {
    max-height: 43% !important;
  }
  .h-max-xl-43-vh,
  .height-max-xl-43-vh {
    max-height: 43vh !important;
  }
  .h-max-xl-43-rem,
  .height-max-xl-43-rem {
    max-height: 43rem !important;
  }
  .h-max-xl-43-px,
  .height-max-xl-43-px {
    max-height: 43px !important;
  }
  .h-max-xl-44,
  .height-max-xl-44 {
    max-height: 44% !important;
  }
  .h-max-xl-44-vh,
  .height-max-xl-44-vh {
    max-height: 44vh !important;
  }
  .h-max-xl-44-rem,
  .height-max-xl-44-rem {
    max-height: 44rem !important;
  }
  .h-max-xl-44-px,
  .height-max-xl-44-px {
    max-height: 44px !important;
  }
  .h-max-xl-45,
  .height-max-xl-45 {
    max-height: 45% !important;
  }
  .h-max-xl-45-vh,
  .height-max-xl-45-vh {
    max-height: 45vh !important;
  }
  .h-max-xl-45-rem,
  .height-max-xl-45-rem {
    max-height: 45rem !important;
  }
  .h-max-xl-45-px,
  .height-max-xl-45-px {
    max-height: 45px !important;
  }
  .h-max-xl-46,
  .height-max-xl-46 {
    max-height: 46% !important;
  }
  .h-max-xl-46-vh,
  .height-max-xl-46-vh {
    max-height: 46vh !important;
  }
  .h-max-xl-46-rem,
  .height-max-xl-46-rem {
    max-height: 46rem !important;
  }
  .h-max-xl-46-px,
  .height-max-xl-46-px {
    max-height: 46px !important;
  }
  .h-max-xl-47,
  .height-max-xl-47 {
    max-height: 47% !important;
  }
  .h-max-xl-47-vh,
  .height-max-xl-47-vh {
    max-height: 47vh !important;
  }
  .h-max-xl-47-rem,
  .height-max-xl-47-rem {
    max-height: 47rem !important;
  }
  .h-max-xl-47-px,
  .height-max-xl-47-px {
    max-height: 47px !important;
  }
  .h-max-xl-48,
  .height-max-xl-48 {
    max-height: 48% !important;
  }
  .h-max-xl-48-vh,
  .height-max-xl-48-vh {
    max-height: 48vh !important;
  }
  .h-max-xl-48-rem,
  .height-max-xl-48-rem {
    max-height: 48rem !important;
  }
  .h-max-xl-48-px,
  .height-max-xl-48-px {
    max-height: 48px !important;
  }
  .h-max-xl-49,
  .height-max-xl-49 {
    max-height: 49% !important;
  }
  .h-max-xl-49-vh,
  .height-max-xl-49-vh {
    max-height: 49vh !important;
  }
  .h-max-xl-49-rem,
  .height-max-xl-49-rem {
    max-height: 49rem !important;
  }
  .h-max-xl-49-px,
  .height-max-xl-49-px {
    max-height: 49px !important;
  }
  .h-max-xl-50,
  .height-max-xl-50 {
    max-height: 50% !important;
  }
  .h-max-xl-50-vh,
  .height-max-xl-50-vh {
    max-height: 50vh !important;
  }
  .h-max-xl-50-rem,
  .height-max-xl-50-rem {
    max-height: 50rem !important;
  }
  .h-max-xl-50-px,
  .height-max-xl-50-px {
    max-height: 50px !important;
  }
  .h-max-xl-51,
  .height-max-xl-51 {
    max-height: 51% !important;
  }
  .h-max-xl-51-vh,
  .height-max-xl-51-vh {
    max-height: 51vh !important;
  }
  .h-max-xl-52,
  .height-max-xl-52 {
    max-height: 52% !important;
  }
  .h-max-xl-52-vh,
  .height-max-xl-52-vh {
    max-height: 52vh !important;
  }
  .h-max-xl-53,
  .height-max-xl-53 {
    max-height: 53% !important;
  }
  .h-max-xl-53-vh,
  .height-max-xl-53-vh {
    max-height: 53vh !important;
  }
  .h-max-xl-54,
  .height-max-xl-54 {
    max-height: 54% !important;
  }
  .h-max-xl-54-vh,
  .height-max-xl-54-vh {
    max-height: 54vh !important;
  }
  .h-max-xl-55,
  .height-max-xl-55 {
    max-height: 55% !important;
  }
  .h-max-xl-55-vh,
  .height-max-xl-55-vh {
    max-height: 55vh !important;
  }
  .h-max-xl-56,
  .height-max-xl-56 {
    max-height: 56% !important;
  }
  .h-max-xl-56-vh,
  .height-max-xl-56-vh {
    max-height: 56vh !important;
  }
  .h-max-xl-57,
  .height-max-xl-57 {
    max-height: 57% !important;
  }
  .h-max-xl-57-vh,
  .height-max-xl-57-vh {
    max-height: 57vh !important;
  }
  .h-max-xl-58,
  .height-max-xl-58 {
    max-height: 58% !important;
  }
  .h-max-xl-58-vh,
  .height-max-xl-58-vh {
    max-height: 58vh !important;
  }
  .h-max-xl-59,
  .height-max-xl-59 {
    max-height: 59% !important;
  }
  .h-max-xl-59-vh,
  .height-max-xl-59-vh {
    max-height: 59vh !important;
  }
  .h-max-xl-60,
  .height-max-xl-60 {
    max-height: 60% !important;
  }
  .h-max-xl-60-vh,
  .height-max-xl-60-vh {
    max-height: 60vh !important;
  }
  .h-max-xl-61,
  .height-max-xl-61 {
    max-height: 61% !important;
  }
  .h-max-xl-61-vh,
  .height-max-xl-61-vh {
    max-height: 61vh !important;
  }
  .h-max-xl-62,
  .height-max-xl-62 {
    max-height: 62% !important;
  }
  .h-max-xl-62-vh,
  .height-max-xl-62-vh {
    max-height: 62vh !important;
  }
  .h-max-xl-63,
  .height-max-xl-63 {
    max-height: 63% !important;
  }
  .h-max-xl-63-vh,
  .height-max-xl-63-vh {
    max-height: 63vh !important;
  }
  .h-max-xl-64,
  .height-max-xl-64 {
    max-height: 64% !important;
  }
  .h-max-xl-64-vh,
  .height-max-xl-64-vh {
    max-height: 64vh !important;
  }
  .h-max-xl-65,
  .height-max-xl-65 {
    max-height: 65% !important;
  }
  .h-max-xl-65-vh,
  .height-max-xl-65-vh {
    max-height: 65vh !important;
  }
  .h-max-xl-66,
  .height-max-xl-66 {
    max-height: 66% !important;
  }
  .h-max-xl-66-vh,
  .height-max-xl-66-vh {
    max-height: 66vh !important;
  }
  .h-max-xl-67,
  .height-max-xl-67 {
    max-height: 67% !important;
  }
  .h-max-xl-67-vh,
  .height-max-xl-67-vh {
    max-height: 67vh !important;
  }
  .h-max-xl-68,
  .height-max-xl-68 {
    max-height: 68% !important;
  }
  .h-max-xl-68-vh,
  .height-max-xl-68-vh {
    max-height: 68vh !important;
  }
  .h-max-xl-69,
  .height-max-xl-69 {
    max-height: 69% !important;
  }
  .h-max-xl-69-vh,
  .height-max-xl-69-vh {
    max-height: 69vh !important;
  }
  .h-max-xl-70,
  .height-max-xl-70 {
    max-height: 70% !important;
  }
  .h-max-xl-70-vh,
  .height-max-xl-70-vh {
    max-height: 70vh !important;
  }
  .h-max-xl-71,
  .height-max-xl-71 {
    max-height: 71% !important;
  }
  .h-max-xl-71-vh,
  .height-max-xl-71-vh {
    max-height: 71vh !important;
  }
  .h-max-xl-72,
  .height-max-xl-72 {
    max-height: 72% !important;
  }
  .h-max-xl-72-vh,
  .height-max-xl-72-vh {
    max-height: 72vh !important;
  }
  .h-max-xl-73,
  .height-max-xl-73 {
    max-height: 73% !important;
  }
  .h-max-xl-73-vh,
  .height-max-xl-73-vh {
    max-height: 73vh !important;
  }
  .h-max-xl-74,
  .height-max-xl-74 {
    max-height: 74% !important;
  }
  .h-max-xl-74-vh,
  .height-max-xl-74-vh {
    max-height: 74vh !important;
  }
  .h-max-xl-75,
  .height-max-xl-75 {
    max-height: 75% !important;
  }
  .h-max-xl-75-vh,
  .height-max-xl-75-vh {
    max-height: 75vh !important;
  }
  .h-max-xl-76,
  .height-max-xl-76 {
    max-height: 76% !important;
  }
  .h-max-xl-76-vh,
  .height-max-xl-76-vh {
    max-height: 76vh !important;
  }
  .h-max-xl-77,
  .height-max-xl-77 {
    max-height: 77% !important;
  }
  .h-max-xl-77-vh,
  .height-max-xl-77-vh {
    max-height: 77vh !important;
  }
  .h-max-xl-78,
  .height-max-xl-78 {
    max-height: 78% !important;
  }
  .h-max-xl-78-vh,
  .height-max-xl-78-vh {
    max-height: 78vh !important;
  }
  .h-max-xl-79,
  .height-max-xl-79 {
    max-height: 79% !important;
  }
  .h-max-xl-79-vh,
  .height-max-xl-79-vh {
    max-height: 79vh !important;
  }
  .h-max-xl-80,
  .height-max-xl-80 {
    max-height: 80% !important;
  }
  .h-max-xl-80-vh,
  .height-max-xl-80-vh {
    max-height: 80vh !important;
  }
  .h-max-xl-81,
  .height-max-xl-81 {
    max-height: 81% !important;
  }
  .h-max-xl-81-vh,
  .height-max-xl-81-vh {
    max-height: 81vh !important;
  }
  .h-max-xl-82,
  .height-max-xl-82 {
    max-height: 82% !important;
  }
  .h-max-xl-82-vh,
  .height-max-xl-82-vh {
    max-height: 82vh !important;
  }
  .h-max-xl-83,
  .height-max-xl-83 {
    max-height: 83% !important;
  }
  .h-max-xl-83-vh,
  .height-max-xl-83-vh {
    max-height: 83vh !important;
  }
  .h-max-xl-84,
  .height-max-xl-84 {
    max-height: 84% !important;
  }
  .h-max-xl-84-vh,
  .height-max-xl-84-vh {
    max-height: 84vh !important;
  }
  .h-max-xl-85,
  .height-max-xl-85 {
    max-height: 85% !important;
  }
  .h-max-xl-85-vh,
  .height-max-xl-85-vh {
    max-height: 85vh !important;
  }
  .h-max-xl-86,
  .height-max-xl-86 {
    max-height: 86% !important;
  }
  .h-max-xl-86-vh,
  .height-max-xl-86-vh {
    max-height: 86vh !important;
  }
  .h-max-xl-87,
  .height-max-xl-87 {
    max-height: 87% !important;
  }
  .h-max-xl-87-vh,
  .height-max-xl-87-vh {
    max-height: 87vh !important;
  }
  .h-max-xl-88,
  .height-max-xl-88 {
    max-height: 88% !important;
  }
  .h-max-xl-88-vh,
  .height-max-xl-88-vh {
    max-height: 88vh !important;
  }
  .h-max-xl-89,
  .height-max-xl-89 {
    max-height: 89% !important;
  }
  .h-max-xl-89-vh,
  .height-max-xl-89-vh {
    max-height: 89vh !important;
  }
  .h-max-xl-90,
  .height-max-xl-90 {
    max-height: 90% !important;
  }
  .h-max-xl-90-vh,
  .height-max-xl-90-vh {
    max-height: 90vh !important;
  }
  .h-max-xl-91,
  .height-max-xl-91 {
    max-height: 91% !important;
  }
  .h-max-xl-91-vh,
  .height-max-xl-91-vh {
    max-height: 91vh !important;
  }
  .h-max-xl-92,
  .height-max-xl-92 {
    max-height: 92% !important;
  }
  .h-max-xl-92-vh,
  .height-max-xl-92-vh {
    max-height: 92vh !important;
  }
  .h-max-xl-93,
  .height-max-xl-93 {
    max-height: 93% !important;
  }
  .h-max-xl-93-vh,
  .height-max-xl-93-vh {
    max-height: 93vh !important;
  }
  .h-max-xl-94,
  .height-max-xl-94 {
    max-height: 94% !important;
  }
  .h-max-xl-94-vh,
  .height-max-xl-94-vh {
    max-height: 94vh !important;
  }
  .h-max-xl-95,
  .height-max-xl-95 {
    max-height: 95% !important;
  }
  .h-max-xl-95-vh,
  .height-max-xl-95-vh {
    max-height: 95vh !important;
  }
  .h-max-xl-96,
  .height-max-xl-96 {
    max-height: 96% !important;
  }
  .h-max-xl-96-vh,
  .height-max-xl-96-vh {
    max-height: 96vh !important;
  }
  .h-max-xl-97,
  .height-max-xl-97 {
    max-height: 97% !important;
  }
  .h-max-xl-97-vh,
  .height-max-xl-97-vh {
    max-height: 97vh !important;
  }
  .h-max-xl-98,
  .height-max-xl-98 {
    max-height: 98% !important;
  }
  .h-max-xl-98-vh,
  .height-max-xl-98-vh {
    max-height: 98vh !important;
  }
  .h-max-xl-99,
  .height-max-xl-99 {
    max-height: 99% !important;
  }
  .h-max-xl-99-vh,
  .height-max-xl-99-vh {
    max-height: 99vh !important;
  }
  .h-max-xl-100,
  .height-max-xl-100 {
    max-height: 100% !important;
  }
  .h-max-xl-100-vh,
  .height-max-xl-100-vh {
    max-height: 100vh !important;
  }
}
@media screen and (min-width: 0) and (max-width: 1000px) {
  /*Sizing*/
  /*Width*/
  .w-t-full,
  .width-t-full {
    width: 100% !important;
  }
  .w-t-screen,
  .width-t-screen {
    width: 100vw !important;
  }
  .w-t-content,
  .width-t-content {
    width: fit-content !important;
  }
  .w-t-auto,
  .width-t-auto {
    width: auto !important;
  }
  .w-t-0,
  .width-t-0 {
    width: 0% !important;
  }
  .w-t-0-vw,
  .width-t-0-vw {
    width: 0vw !important;
  }
  .w-t-0-rem,
  .width-t-0-rem {
    width: 0rem !important;
  }
  .w-t-0-px,
  .width-t-0-px {
    width: 0px !important;
  }
  .w-t-1,
  .width-t-1 {
    width: 1% !important;
  }
  .w-t-1-vw,
  .width-t-1-vw {
    width: 1vw !important;
  }
  .w-t-1-rem,
  .width-t-1-rem {
    width: 1rem !important;
  }
  .w-t-1-px,
  .width-t-1-px {
    width: 1px !important;
  }
  .w-t-2,
  .width-t-2 {
    width: 2% !important;
  }
  .w-t-2-vw,
  .width-t-2-vw {
    width: 2vw !important;
  }
  .w-t-2-rem,
  .width-t-2-rem {
    width: 2rem !important;
  }
  .w-t-2-px,
  .width-t-2-px {
    width: 2px !important;
  }
  .w-t-3,
  .width-t-3 {
    width: 3% !important;
  }
  .w-t-3-vw,
  .width-t-3-vw {
    width: 3vw !important;
  }
  .w-t-3-rem,
  .width-t-3-rem {
    width: 3rem !important;
  }
  .w-t-3-px,
  .width-t-3-px {
    width: 3px !important;
  }
  .w-t-4,
  .width-t-4 {
    width: 4% !important;
  }
  .w-t-4-vw,
  .width-t-4-vw {
    width: 4vw !important;
  }
  .w-t-4-rem,
  .width-t-4-rem {
    width: 4rem !important;
  }
  .w-t-4-px,
  .width-t-4-px {
    width: 4px !important;
  }
  .w-t-5,
  .width-t-5 {
    width: 5% !important;
  }
  .w-t-5-vw,
  .width-t-5-vw {
    width: 5vw !important;
  }
  .w-t-5-rem,
  .width-t-5-rem {
    width: 5rem !important;
  }
  .w-t-5-px,
  .width-t-5-px {
    width: 5px !important;
  }
  .w-t-6,
  .width-t-6 {
    width: 6% !important;
  }
  .w-t-6-vw,
  .width-t-6-vw {
    width: 6vw !important;
  }
  .w-t-6-rem,
  .width-t-6-rem {
    width: 6rem !important;
  }
  .w-t-6-px,
  .width-t-6-px {
    width: 6px !important;
  }
  .w-t-7,
  .width-t-7 {
    width: 7% !important;
  }
  .w-t-7-vw,
  .width-t-7-vw {
    width: 7vw !important;
  }
  .w-t-7-rem,
  .width-t-7-rem {
    width: 7rem !important;
  }
  .w-t-7-px,
  .width-t-7-px {
    width: 7px !important;
  }
  .w-t-8,
  .width-t-8 {
    width: 8% !important;
  }
  .w-t-8-vw,
  .width-t-8-vw {
    width: 8vw !important;
  }
  .w-t-8-rem,
  .width-t-8-rem {
    width: 8rem !important;
  }
  .w-t-8-px,
  .width-t-8-px {
    width: 8px !important;
  }
  .w-t-9,
  .width-t-9 {
    width: 9% !important;
  }
  .w-t-9-vw,
  .width-t-9-vw {
    width: 9vw !important;
  }
  .w-t-9-rem,
  .width-t-9-rem {
    width: 9rem !important;
  }
  .w-t-9-px,
  .width-t-9-px {
    width: 9px !important;
  }
  .w-t-10,
  .width-t-10 {
    width: 10% !important;
  }
  .w-t-10-vw,
  .width-t-10-vw {
    width: 10vw !important;
  }
  .w-t-10-rem,
  .width-t-10-rem {
    width: 10rem !important;
  }
  .w-t-10-px,
  .width-t-10-px {
    width: 10px !important;
  }
  .w-t-11,
  .width-t-11 {
    width: 11% !important;
  }
  .w-t-11-vw,
  .width-t-11-vw {
    width: 11vw !important;
  }
  .w-t-11-rem,
  .width-t-11-rem {
    width: 11rem !important;
  }
  .w-t-11-px,
  .width-t-11-px {
    width: 11px !important;
  }
  .w-t-12,
  .width-t-12 {
    width: 12% !important;
  }
  .w-t-12-vw,
  .width-t-12-vw {
    width: 12vw !important;
  }
  .w-t-12-rem,
  .width-t-12-rem {
    width: 12rem !important;
  }
  .w-t-12-px,
  .width-t-12-px {
    width: 12px !important;
  }
  .w-t-13,
  .width-t-13 {
    width: 13% !important;
  }
  .w-t-13-vw,
  .width-t-13-vw {
    width: 13vw !important;
  }
  .w-t-13-rem,
  .width-t-13-rem {
    width: 13rem !important;
  }
  .w-t-13-px,
  .width-t-13-px {
    width: 13px !important;
  }
  .w-t-14,
  .width-t-14 {
    width: 14% !important;
  }
  .w-t-14-vw,
  .width-t-14-vw {
    width: 14vw !important;
  }
  .w-t-14-rem,
  .width-t-14-rem {
    width: 14rem !important;
  }
  .w-t-14-px,
  .width-t-14-px {
    width: 14px !important;
  }
  .w-t-15,
  .width-t-15 {
    width: 15% !important;
  }
  .w-t-15-vw,
  .width-t-15-vw {
    width: 15vw !important;
  }
  .w-t-15-rem,
  .width-t-15-rem {
    width: 15rem !important;
  }
  .w-t-15-px,
  .width-t-15-px {
    width: 15px !important;
  }
  .w-t-16,
  .width-t-16 {
    width: 16% !important;
  }
  .w-t-16-vw,
  .width-t-16-vw {
    width: 16vw !important;
  }
  .w-t-16-rem,
  .width-t-16-rem {
    width: 16rem !important;
  }
  .w-t-16-px,
  .width-t-16-px {
    width: 16px !important;
  }
  .w-t-17,
  .width-t-17 {
    width: 17% !important;
  }
  .w-t-17-vw,
  .width-t-17-vw {
    width: 17vw !important;
  }
  .w-t-17-rem,
  .width-t-17-rem {
    width: 17rem !important;
  }
  .w-t-17-px,
  .width-t-17-px {
    width: 17px !important;
  }
  .w-t-18,
  .width-t-18 {
    width: 18% !important;
  }
  .w-t-18-vw,
  .width-t-18-vw {
    width: 18vw !important;
  }
  .w-t-18-rem,
  .width-t-18-rem {
    width: 18rem !important;
  }
  .w-t-18-px,
  .width-t-18-px {
    width: 18px !important;
  }
  .w-t-19,
  .width-t-19 {
    width: 19% !important;
  }
  .w-t-19-vw,
  .width-t-19-vw {
    width: 19vw !important;
  }
  .w-t-19-rem,
  .width-t-19-rem {
    width: 19rem !important;
  }
  .w-t-19-px,
  .width-t-19-px {
    width: 19px !important;
  }
  .w-t-20,
  .width-t-20 {
    width: 20% !important;
  }
  .w-t-20-vw,
  .width-t-20-vw {
    width: 20vw !important;
  }
  .w-t-20-rem,
  .width-t-20-rem {
    width: 20rem !important;
  }
  .w-t-20-px,
  .width-t-20-px {
    width: 20px !important;
  }
  .w-t-21,
  .width-t-21 {
    width: 21% !important;
  }
  .w-t-21-vw,
  .width-t-21-vw {
    width: 21vw !important;
  }
  .w-t-21-rem,
  .width-t-21-rem {
    width: 21rem !important;
  }
  .w-t-21-px,
  .width-t-21-px {
    width: 21px !important;
  }
  .w-t-22,
  .width-t-22 {
    width: 22% !important;
  }
  .w-t-22-vw,
  .width-t-22-vw {
    width: 22vw !important;
  }
  .w-t-22-rem,
  .width-t-22-rem {
    width: 22rem !important;
  }
  .w-t-22-px,
  .width-t-22-px {
    width: 22px !important;
  }
  .w-t-23,
  .width-t-23 {
    width: 23% !important;
  }
  .w-t-23-vw,
  .width-t-23-vw {
    width: 23vw !important;
  }
  .w-t-23-rem,
  .width-t-23-rem {
    width: 23rem !important;
  }
  .w-t-23-px,
  .width-t-23-px {
    width: 23px !important;
  }
  .w-t-24,
  .width-t-24 {
    width: 24% !important;
  }
  .w-t-24-vw,
  .width-t-24-vw {
    width: 24vw !important;
  }
  .w-t-24-rem,
  .width-t-24-rem {
    width: 24rem !important;
  }
  .w-t-24-px,
  .width-t-24-px {
    width: 24px !important;
  }
  .w-t-25,
  .width-t-25 {
    width: 25% !important;
  }
  .w-t-25-vw,
  .width-t-25-vw {
    width: 25vw !important;
  }
  .w-t-25-rem,
  .width-t-25-rem {
    width: 25rem !important;
  }
  .w-t-25-px,
  .width-t-25-px {
    width: 25px !important;
  }
  .w-t-26,
  .width-t-26 {
    width: 26% !important;
  }
  .w-t-26-vw,
  .width-t-26-vw {
    width: 26vw !important;
  }
  .w-t-26-rem,
  .width-t-26-rem {
    width: 26rem !important;
  }
  .w-t-26-px,
  .width-t-26-px {
    width: 26px !important;
  }
  .w-t-27,
  .width-t-27 {
    width: 27% !important;
  }
  .w-t-27-vw,
  .width-t-27-vw {
    width: 27vw !important;
  }
  .w-t-27-rem,
  .width-t-27-rem {
    width: 27rem !important;
  }
  .w-t-27-px,
  .width-t-27-px {
    width: 27px !important;
  }
  .w-t-28,
  .width-t-28 {
    width: 28% !important;
  }
  .w-t-28-vw,
  .width-t-28-vw {
    width: 28vw !important;
  }
  .w-t-28-rem,
  .width-t-28-rem {
    width: 28rem !important;
  }
  .w-t-28-px,
  .width-t-28-px {
    width: 28px !important;
  }
  .w-t-29,
  .width-t-29 {
    width: 29% !important;
  }
  .w-t-29-vw,
  .width-t-29-vw {
    width: 29vw !important;
  }
  .w-t-29-rem,
  .width-t-29-rem {
    width: 29rem !important;
  }
  .w-t-29-px,
  .width-t-29-px {
    width: 29px !important;
  }
  .w-t-30,
  .width-t-30 {
    width: 30% !important;
  }
  .w-t-30-vw,
  .width-t-30-vw {
    width: 30vw !important;
  }
  .w-t-30-rem,
  .width-t-30-rem {
    width: 30rem !important;
  }
  .w-t-30-px,
  .width-t-30-px {
    width: 30px !important;
  }
  .w-t-31,
  .width-t-31 {
    width: 31% !important;
  }
  .w-t-31-vw,
  .width-t-31-vw {
    width: 31vw !important;
  }
  .w-t-31-rem,
  .width-t-31-rem {
    width: 31rem !important;
  }
  .w-t-31-px,
  .width-t-31-px {
    width: 31px !important;
  }
  .w-t-32,
  .width-t-32 {
    width: 32% !important;
  }
  .w-t-32-vw,
  .width-t-32-vw {
    width: 32vw !important;
  }
  .w-t-32-rem,
  .width-t-32-rem {
    width: 32rem !important;
  }
  .w-t-32-px,
  .width-t-32-px {
    width: 32px !important;
  }
  .w-t-33,
  .width-t-33 {
    width: 33% !important;
  }
  .w-t-33-vw,
  .width-t-33-vw {
    width: 33vw !important;
  }
  .w-t-33-rem,
  .width-t-33-rem {
    width: 33rem !important;
  }
  .w-t-33-px,
  .width-t-33-px {
    width: 33px !important;
  }
  .w-t-34,
  .width-t-34 {
    width: 34% !important;
  }
  .w-t-34-vw,
  .width-t-34-vw {
    width: 34vw !important;
  }
  .w-t-34-rem,
  .width-t-34-rem {
    width: 34rem !important;
  }
  .w-t-34-px,
  .width-t-34-px {
    width: 34px !important;
  }
  .w-t-35,
  .width-t-35 {
    width: 35% !important;
  }
  .w-t-35-vw,
  .width-t-35-vw {
    width: 35vw !important;
  }
  .w-t-35-rem,
  .width-t-35-rem {
    width: 35rem !important;
  }
  .w-t-35-px,
  .width-t-35-px {
    width: 35px !important;
  }
  .w-t-36,
  .width-t-36 {
    width: 36% !important;
  }
  .w-t-36-vw,
  .width-t-36-vw {
    width: 36vw !important;
  }
  .w-t-36-rem,
  .width-t-36-rem {
    width: 36rem !important;
  }
  .w-t-36-px,
  .width-t-36-px {
    width: 36px !important;
  }
  .w-t-37,
  .width-t-37 {
    width: 37% !important;
  }
  .w-t-37-vw,
  .width-t-37-vw {
    width: 37vw !important;
  }
  .w-t-37-rem,
  .width-t-37-rem {
    width: 37rem !important;
  }
  .w-t-37-px,
  .width-t-37-px {
    width: 37px !important;
  }
  .w-t-38,
  .width-t-38 {
    width: 38% !important;
  }
  .w-t-38-vw,
  .width-t-38-vw {
    width: 38vw !important;
  }
  .w-t-38-rem,
  .width-t-38-rem {
    width: 38rem !important;
  }
  .w-t-38-px,
  .width-t-38-px {
    width: 38px !important;
  }
  .w-t-39,
  .width-t-39 {
    width: 39% !important;
  }
  .w-t-39-vw,
  .width-t-39-vw {
    width: 39vw !important;
  }
  .w-t-39-rem,
  .width-t-39-rem {
    width: 39rem !important;
  }
  .w-t-39-px,
  .width-t-39-px {
    width: 39px !important;
  }
  .w-t-40,
  .width-t-40 {
    width: 40% !important;
  }
  .w-t-40-vw,
  .width-t-40-vw {
    width: 40vw !important;
  }
  .w-t-40-rem,
  .width-t-40-rem {
    width: 40rem !important;
  }
  .w-t-40-px,
  .width-t-40-px {
    width: 40px !important;
  }
  .w-t-41,
  .width-t-41 {
    width: 41% !important;
  }
  .w-t-41-vw,
  .width-t-41-vw {
    width: 41vw !important;
  }
  .w-t-41-rem,
  .width-t-41-rem {
    width: 41rem !important;
  }
  .w-t-41-px,
  .width-t-41-px {
    width: 41px !important;
  }
  .w-t-42,
  .width-t-42 {
    width: 42% !important;
  }
  .w-t-42-vw,
  .width-t-42-vw {
    width: 42vw !important;
  }
  .w-t-42-rem,
  .width-t-42-rem {
    width: 42rem !important;
  }
  .w-t-42-px,
  .width-t-42-px {
    width: 42px !important;
  }
  .w-t-43,
  .width-t-43 {
    width: 43% !important;
  }
  .w-t-43-vw,
  .width-t-43-vw {
    width: 43vw !important;
  }
  .w-t-43-rem,
  .width-t-43-rem {
    width: 43rem !important;
  }
  .w-t-43-px,
  .width-t-43-px {
    width: 43px !important;
  }
  .w-t-44,
  .width-t-44 {
    width: 44% !important;
  }
  .w-t-44-vw,
  .width-t-44-vw {
    width: 44vw !important;
  }
  .w-t-44-rem,
  .width-t-44-rem {
    width: 44rem !important;
  }
  .w-t-44-px,
  .width-t-44-px {
    width: 44px !important;
  }
  .w-t-45,
  .width-t-45 {
    width: 45% !important;
  }
  .w-t-45-vw,
  .width-t-45-vw {
    width: 45vw !important;
  }
  .w-t-45-rem,
  .width-t-45-rem {
    width: 45rem !important;
  }
  .w-t-45-px,
  .width-t-45-px {
    width: 45px !important;
  }
  .w-t-46,
  .width-t-46 {
    width: 46% !important;
  }
  .w-t-46-vw,
  .width-t-46-vw {
    width: 46vw !important;
  }
  .w-t-46-rem,
  .width-t-46-rem {
    width: 46rem !important;
  }
  .w-t-46-px,
  .width-t-46-px {
    width: 46px !important;
  }
  .w-t-47,
  .width-t-47 {
    width: 47% !important;
  }
  .w-t-47-vw,
  .width-t-47-vw {
    width: 47vw !important;
  }
  .w-t-47-rem,
  .width-t-47-rem {
    width: 47rem !important;
  }
  .w-t-47-px,
  .width-t-47-px {
    width: 47px !important;
  }
  .w-t-48,
  .width-t-48 {
    width: 48% !important;
  }
  .w-t-48-vw,
  .width-t-48-vw {
    width: 48vw !important;
  }
  .w-t-48-rem,
  .width-t-48-rem {
    width: 48rem !important;
  }
  .w-t-48-px,
  .width-t-48-px {
    width: 48px !important;
  }
  .w-t-49,
  .width-t-49 {
    width: 49% !important;
  }
  .w-t-49-vw,
  .width-t-49-vw {
    width: 49vw !important;
  }
  .w-t-49-rem,
  .width-t-49-rem {
    width: 49rem !important;
  }
  .w-t-49-px,
  .width-t-49-px {
    width: 49px !important;
  }
  .w-t-50,
  .width-t-50 {
    width: 50% !important;
  }
  .w-t-50-vw,
  .width-t-50-vw {
    width: 50vw !important;
  }
  .w-t-50-rem,
  .width-t-50-rem {
    width: 50rem !important;
  }
  .w-t-50-px,
  .width-t-50-px {
    width: 50px !important;
  }
  .w-t-51,
  .width-t-51 {
    width: 51% !important;
  }
  .w-t-51-vw,
  .width-t-51-vw {
    width: 51vw !important;
  }
  .w-t-52,
  .width-t-52 {
    width: 52% !important;
  }
  .w-t-52-vw,
  .width-t-52-vw {
    width: 52vw !important;
  }
  .w-t-53,
  .width-t-53 {
    width: 53% !important;
  }
  .w-t-53-vw,
  .width-t-53-vw {
    width: 53vw !important;
  }
  .w-t-54,
  .width-t-54 {
    width: 54% !important;
  }
  .w-t-54-vw,
  .width-t-54-vw {
    width: 54vw !important;
  }
  .w-t-55,
  .width-t-55 {
    width: 55% !important;
  }
  .w-t-55-vw,
  .width-t-55-vw {
    width: 55vw !important;
  }
  .w-t-56,
  .width-t-56 {
    width: 56% !important;
  }
  .w-t-56-vw,
  .width-t-56-vw {
    width: 56vw !important;
  }
  .w-t-57,
  .width-t-57 {
    width: 57% !important;
  }
  .w-t-57-vw,
  .width-t-57-vw {
    width: 57vw !important;
  }
  .w-t-58,
  .width-t-58 {
    width: 58% !important;
  }
  .w-t-58-vw,
  .width-t-58-vw {
    width: 58vw !important;
  }
  .w-t-59,
  .width-t-59 {
    width: 59% !important;
  }
  .w-t-59-vw,
  .width-t-59-vw {
    width: 59vw !important;
  }
  .w-t-60,
  .width-t-60 {
    width: 60% !important;
  }
  .w-t-60-vw,
  .width-t-60-vw {
    width: 60vw !important;
  }
  .w-t-61,
  .width-t-61 {
    width: 61% !important;
  }
  .w-t-61-vw,
  .width-t-61-vw {
    width: 61vw !important;
  }
  .w-t-62,
  .width-t-62 {
    width: 62% !important;
  }
  .w-t-62-vw,
  .width-t-62-vw {
    width: 62vw !important;
  }
  .w-t-63,
  .width-t-63 {
    width: 63% !important;
  }
  .w-t-63-vw,
  .width-t-63-vw {
    width: 63vw !important;
  }
  .w-t-64,
  .width-t-64 {
    width: 64% !important;
  }
  .w-t-64-vw,
  .width-t-64-vw {
    width: 64vw !important;
  }
  .w-t-65,
  .width-t-65 {
    width: 65% !important;
  }
  .w-t-65-vw,
  .width-t-65-vw {
    width: 65vw !important;
  }
  .w-t-66,
  .width-t-66 {
    width: 66% !important;
  }
  .w-t-66-vw,
  .width-t-66-vw {
    width: 66vw !important;
  }
  .w-t-67,
  .width-t-67 {
    width: 67% !important;
  }
  .w-t-67-vw,
  .width-t-67-vw {
    width: 67vw !important;
  }
  .w-t-68,
  .width-t-68 {
    width: 68% !important;
  }
  .w-t-68-vw,
  .width-t-68-vw {
    width: 68vw !important;
  }
  .w-t-69,
  .width-t-69 {
    width: 69% !important;
  }
  .w-t-69-vw,
  .width-t-69-vw {
    width: 69vw !important;
  }
  .w-t-70,
  .width-t-70 {
    width: 70% !important;
  }
  .w-t-70-vw,
  .width-t-70-vw {
    width: 70vw !important;
  }
  .w-t-71,
  .width-t-71 {
    width: 71% !important;
  }
  .w-t-71-vw,
  .width-t-71-vw {
    width: 71vw !important;
  }
  .w-t-72,
  .width-t-72 {
    width: 72% !important;
  }
  .w-t-72-vw,
  .width-t-72-vw {
    width: 72vw !important;
  }
  .w-t-73,
  .width-t-73 {
    width: 73% !important;
  }
  .w-t-73-vw,
  .width-t-73-vw {
    width: 73vw !important;
  }
  .w-t-74,
  .width-t-74 {
    width: 74% !important;
  }
  .w-t-74-vw,
  .width-t-74-vw {
    width: 74vw !important;
  }
  .w-t-75,
  .width-t-75 {
    width: 75% !important;
  }
  .w-t-75-vw,
  .width-t-75-vw {
    width: 75vw !important;
  }
  .w-t-76,
  .width-t-76 {
    width: 76% !important;
  }
  .w-t-76-vw,
  .width-t-76-vw {
    width: 76vw !important;
  }
  .w-t-77,
  .width-t-77 {
    width: 77% !important;
  }
  .w-t-77-vw,
  .width-t-77-vw {
    width: 77vw !important;
  }
  .w-t-78,
  .width-t-78 {
    width: 78% !important;
  }
  .w-t-78-vw,
  .width-t-78-vw {
    width: 78vw !important;
  }
  .w-t-79,
  .width-t-79 {
    width: 79% !important;
  }
  .w-t-79-vw,
  .width-t-79-vw {
    width: 79vw !important;
  }
  .w-t-80,
  .width-t-80 {
    width: 80% !important;
  }
  .w-t-80-vw,
  .width-t-80-vw {
    width: 80vw !important;
  }
  .w-t-81,
  .width-t-81 {
    width: 81% !important;
  }
  .w-t-81-vw,
  .width-t-81-vw {
    width: 81vw !important;
  }
  .w-t-82,
  .width-t-82 {
    width: 82% !important;
  }
  .w-t-82-vw,
  .width-t-82-vw {
    width: 82vw !important;
  }
  .w-t-83,
  .width-t-83 {
    width: 83% !important;
  }
  .w-t-83-vw,
  .width-t-83-vw {
    width: 83vw !important;
  }
  .w-t-84,
  .width-t-84 {
    width: 84% !important;
  }
  .w-t-84-vw,
  .width-t-84-vw {
    width: 84vw !important;
  }
  .w-t-85,
  .width-t-85 {
    width: 85% !important;
  }
  .w-t-85-vw,
  .width-t-85-vw {
    width: 85vw !important;
  }
  .w-t-86,
  .width-t-86 {
    width: 86% !important;
  }
  .w-t-86-vw,
  .width-t-86-vw {
    width: 86vw !important;
  }
  .w-t-87,
  .width-t-87 {
    width: 87% !important;
  }
  .w-t-87-vw,
  .width-t-87-vw {
    width: 87vw !important;
  }
  .w-t-88,
  .width-t-88 {
    width: 88% !important;
  }
  .w-t-88-vw,
  .width-t-88-vw {
    width: 88vw !important;
  }
  .w-t-89,
  .width-t-89 {
    width: 89% !important;
  }
  .w-t-89-vw,
  .width-t-89-vw {
    width: 89vw !important;
  }
  .w-t-90,
  .width-t-90 {
    width: 90% !important;
  }
  .w-t-90-vw,
  .width-t-90-vw {
    width: 90vw !important;
  }
  .w-t-91,
  .width-t-91 {
    width: 91% !important;
  }
  .w-t-91-vw,
  .width-t-91-vw {
    width: 91vw !important;
  }
  .w-t-92,
  .width-t-92 {
    width: 92% !important;
  }
  .w-t-92-vw,
  .width-t-92-vw {
    width: 92vw !important;
  }
  .w-t-93,
  .width-t-93 {
    width: 93% !important;
  }
  .w-t-93-vw,
  .width-t-93-vw {
    width: 93vw !important;
  }
  .w-t-94,
  .width-t-94 {
    width: 94% !important;
  }
  .w-t-94-vw,
  .width-t-94-vw {
    width: 94vw !important;
  }
  .w-t-95,
  .width-t-95 {
    width: 95% !important;
  }
  .w-t-95-vw,
  .width-t-95-vw {
    width: 95vw !important;
  }
  .w-t-96,
  .width-t-96 {
    width: 96% !important;
  }
  .w-t-96-vw,
  .width-t-96-vw {
    width: 96vw !important;
  }
  .w-t-97,
  .width-t-97 {
    width: 97% !important;
  }
  .w-t-97-vw,
  .width-t-97-vw {
    width: 97vw !important;
  }
  .w-t-98,
  .width-t-98 {
    width: 98% !important;
  }
  .w-t-98-vw,
  .width-t-98-vw {
    width: 98vw !important;
  }
  .w-t-99,
  .width-t-99 {
    width: 99% !important;
  }
  .w-t-99-vw,
  .width-t-99-vw {
    width: 99vw !important;
  }
  .w-t-100,
  .width-t-100 {
    width: 100% !important;
  }
  .w-t-100-vw,
  .width-t-100-vw {
    width: 100vw !important;
  }
  .w-min-t-full,
  .width-min-t-full {
    min-width: 100% !important;
  }
  .w-min-t-screen,
  .width-min-t-screen {
    min-width: 100vw !important;
  }
  .w-min-t-content,
  .width-min-t-content {
    min-width: fit-content !important;
  }
  .w-min-t-auto,
  .width-min-t-auto {
    min-width: auto !important;
  }
  .w-min-t-0,
  .width-min-t-0 {
    min-width: 0% !important;
  }
  .w-min-t-0-vw,
  .width-min-t-0-vw {
    min-width: 0vw !important;
  }
  .w-min-t-0-rem,
  .width-min-t-0-rem {
    min-width: 0rem !important;
  }
  .w-min-t-0-px,
  .width-min-t-0-px {
    min-width: 0px !important;
  }
  .w-min-t-1,
  .width-min-t-1 {
    min-width: 1% !important;
  }
  .w-min-t-1-vw,
  .width-min-t-1-vw {
    min-width: 1vw !important;
  }
  .w-min-t-1-rem,
  .width-min-t-1-rem {
    min-width: 1rem !important;
  }
  .w-min-t-1-px,
  .width-min-t-1-px {
    min-width: 1px !important;
  }
  .w-min-t-2,
  .width-min-t-2 {
    min-width: 2% !important;
  }
  .w-min-t-2-vw,
  .width-min-t-2-vw {
    min-width: 2vw !important;
  }
  .w-min-t-2-rem,
  .width-min-t-2-rem {
    min-width: 2rem !important;
  }
  .w-min-t-2-px,
  .width-min-t-2-px {
    min-width: 2px !important;
  }
  .w-min-t-3,
  .width-min-t-3 {
    min-width: 3% !important;
  }
  .w-min-t-3-vw,
  .width-min-t-3-vw {
    min-width: 3vw !important;
  }
  .w-min-t-3-rem,
  .width-min-t-3-rem {
    min-width: 3rem !important;
  }
  .w-min-t-3-px,
  .width-min-t-3-px {
    min-width: 3px !important;
  }
  .w-min-t-4,
  .width-min-t-4 {
    min-width: 4% !important;
  }
  .w-min-t-4-vw,
  .width-min-t-4-vw {
    min-width: 4vw !important;
  }
  .w-min-t-4-rem,
  .width-min-t-4-rem {
    min-width: 4rem !important;
  }
  .w-min-t-4-px,
  .width-min-t-4-px {
    min-width: 4px !important;
  }
  .w-min-t-5,
  .width-min-t-5 {
    min-width: 5% !important;
  }
  .w-min-t-5-vw,
  .width-min-t-5-vw {
    min-width: 5vw !important;
  }
  .w-min-t-5-rem,
  .width-min-t-5-rem {
    min-width: 5rem !important;
  }
  .w-min-t-5-px,
  .width-min-t-5-px {
    min-width: 5px !important;
  }
  .w-min-t-6,
  .width-min-t-6 {
    min-width: 6% !important;
  }
  .w-min-t-6-vw,
  .width-min-t-6-vw {
    min-width: 6vw !important;
  }
  .w-min-t-6-rem,
  .width-min-t-6-rem {
    min-width: 6rem !important;
  }
  .w-min-t-6-px,
  .width-min-t-6-px {
    min-width: 6px !important;
  }
  .w-min-t-7,
  .width-min-t-7 {
    min-width: 7% !important;
  }
  .w-min-t-7-vw,
  .width-min-t-7-vw {
    min-width: 7vw !important;
  }
  .w-min-t-7-rem,
  .width-min-t-7-rem {
    min-width: 7rem !important;
  }
  .w-min-t-7-px,
  .width-min-t-7-px {
    min-width: 7px !important;
  }
  .w-min-t-8,
  .width-min-t-8 {
    min-width: 8% !important;
  }
  .w-min-t-8-vw,
  .width-min-t-8-vw {
    min-width: 8vw !important;
  }
  .w-min-t-8-rem,
  .width-min-t-8-rem {
    min-width: 8rem !important;
  }
  .w-min-t-8-px,
  .width-min-t-8-px {
    min-width: 8px !important;
  }
  .w-min-t-9,
  .width-min-t-9 {
    min-width: 9% !important;
  }
  .w-min-t-9-vw,
  .width-min-t-9-vw {
    min-width: 9vw !important;
  }
  .w-min-t-9-rem,
  .width-min-t-9-rem {
    min-width: 9rem !important;
  }
  .w-min-t-9-px,
  .width-min-t-9-px {
    min-width: 9px !important;
  }
  .w-min-t-10,
  .width-min-t-10 {
    min-width: 10% !important;
  }
  .w-min-t-10-vw,
  .width-min-t-10-vw {
    min-width: 10vw !important;
  }
  .w-min-t-10-rem,
  .width-min-t-10-rem {
    min-width: 10rem !important;
  }
  .w-min-t-10-px,
  .width-min-t-10-px {
    min-width: 10px !important;
  }
  .w-min-t-11,
  .width-min-t-11 {
    min-width: 11% !important;
  }
  .w-min-t-11-vw,
  .width-min-t-11-vw {
    min-width: 11vw !important;
  }
  .w-min-t-11-rem,
  .width-min-t-11-rem {
    min-width: 11rem !important;
  }
  .w-min-t-11-px,
  .width-min-t-11-px {
    min-width: 11px !important;
  }
  .w-min-t-12,
  .width-min-t-12 {
    min-width: 12% !important;
  }
  .w-min-t-12-vw,
  .width-min-t-12-vw {
    min-width: 12vw !important;
  }
  .w-min-t-12-rem,
  .width-min-t-12-rem {
    min-width: 12rem !important;
  }
  .w-min-t-12-px,
  .width-min-t-12-px {
    min-width: 12px !important;
  }
  .w-min-t-13,
  .width-min-t-13 {
    min-width: 13% !important;
  }
  .w-min-t-13-vw,
  .width-min-t-13-vw {
    min-width: 13vw !important;
  }
  .w-min-t-13-rem,
  .width-min-t-13-rem {
    min-width: 13rem !important;
  }
  .w-min-t-13-px,
  .width-min-t-13-px {
    min-width: 13px !important;
  }
  .w-min-t-14,
  .width-min-t-14 {
    min-width: 14% !important;
  }
  .w-min-t-14-vw,
  .width-min-t-14-vw {
    min-width: 14vw !important;
  }
  .w-min-t-14-rem,
  .width-min-t-14-rem {
    min-width: 14rem !important;
  }
  .w-min-t-14-px,
  .width-min-t-14-px {
    min-width: 14px !important;
  }
  .w-min-t-15,
  .width-min-t-15 {
    min-width: 15% !important;
  }
  .w-min-t-15-vw,
  .width-min-t-15-vw {
    min-width: 15vw !important;
  }
  .w-min-t-15-rem,
  .width-min-t-15-rem {
    min-width: 15rem !important;
  }
  .w-min-t-15-px,
  .width-min-t-15-px {
    min-width: 15px !important;
  }
  .w-min-t-16,
  .width-min-t-16 {
    min-width: 16% !important;
  }
  .w-min-t-16-vw,
  .width-min-t-16-vw {
    min-width: 16vw !important;
  }
  .w-min-t-16-rem,
  .width-min-t-16-rem {
    min-width: 16rem !important;
  }
  .w-min-t-16-px,
  .width-min-t-16-px {
    min-width: 16px !important;
  }
  .w-min-t-17,
  .width-min-t-17 {
    min-width: 17% !important;
  }
  .w-min-t-17-vw,
  .width-min-t-17-vw {
    min-width: 17vw !important;
  }
  .w-min-t-17-rem,
  .width-min-t-17-rem {
    min-width: 17rem !important;
  }
  .w-min-t-17-px,
  .width-min-t-17-px {
    min-width: 17px !important;
  }
  .w-min-t-18,
  .width-min-t-18 {
    min-width: 18% !important;
  }
  .w-min-t-18-vw,
  .width-min-t-18-vw {
    min-width: 18vw !important;
  }
  .w-min-t-18-rem,
  .width-min-t-18-rem {
    min-width: 18rem !important;
  }
  .w-min-t-18-px,
  .width-min-t-18-px {
    min-width: 18px !important;
  }
  .w-min-t-19,
  .width-min-t-19 {
    min-width: 19% !important;
  }
  .w-min-t-19-vw,
  .width-min-t-19-vw {
    min-width: 19vw !important;
  }
  .w-min-t-19-rem,
  .width-min-t-19-rem {
    min-width: 19rem !important;
  }
  .w-min-t-19-px,
  .width-min-t-19-px {
    min-width: 19px !important;
  }
  .w-min-t-20,
  .width-min-t-20 {
    min-width: 20% !important;
  }
  .w-min-t-20-vw,
  .width-min-t-20-vw {
    min-width: 20vw !important;
  }
  .w-min-t-20-rem,
  .width-min-t-20-rem {
    min-width: 20rem !important;
  }
  .w-min-t-20-px,
  .width-min-t-20-px {
    min-width: 20px !important;
  }
  .w-min-t-21,
  .width-min-t-21 {
    min-width: 21% !important;
  }
  .w-min-t-21-vw,
  .width-min-t-21-vw {
    min-width: 21vw !important;
  }
  .w-min-t-21-rem,
  .width-min-t-21-rem {
    min-width: 21rem !important;
  }
  .w-min-t-21-px,
  .width-min-t-21-px {
    min-width: 21px !important;
  }
  .w-min-t-22,
  .width-min-t-22 {
    min-width: 22% !important;
  }
  .w-min-t-22-vw,
  .width-min-t-22-vw {
    min-width: 22vw !important;
  }
  .w-min-t-22-rem,
  .width-min-t-22-rem {
    min-width: 22rem !important;
  }
  .w-min-t-22-px,
  .width-min-t-22-px {
    min-width: 22px !important;
  }
  .w-min-t-23,
  .width-min-t-23 {
    min-width: 23% !important;
  }
  .w-min-t-23-vw,
  .width-min-t-23-vw {
    min-width: 23vw !important;
  }
  .w-min-t-23-rem,
  .width-min-t-23-rem {
    min-width: 23rem !important;
  }
  .w-min-t-23-px,
  .width-min-t-23-px {
    min-width: 23px !important;
  }
  .w-min-t-24,
  .width-min-t-24 {
    min-width: 24% !important;
  }
  .w-min-t-24-vw,
  .width-min-t-24-vw {
    min-width: 24vw !important;
  }
  .w-min-t-24-rem,
  .width-min-t-24-rem {
    min-width: 24rem !important;
  }
  .w-min-t-24-px,
  .width-min-t-24-px {
    min-width: 24px !important;
  }
  .w-min-t-25,
  .width-min-t-25 {
    min-width: 25% !important;
  }
  .w-min-t-25-vw,
  .width-min-t-25-vw {
    min-width: 25vw !important;
  }
  .w-min-t-25-rem,
  .width-min-t-25-rem {
    min-width: 25rem !important;
  }
  .w-min-t-25-px,
  .width-min-t-25-px {
    min-width: 25px !important;
  }
  .w-min-t-26,
  .width-min-t-26 {
    min-width: 26% !important;
  }
  .w-min-t-26-vw,
  .width-min-t-26-vw {
    min-width: 26vw !important;
  }
  .w-min-t-26-rem,
  .width-min-t-26-rem {
    min-width: 26rem !important;
  }
  .w-min-t-26-px,
  .width-min-t-26-px {
    min-width: 26px !important;
  }
  .w-min-t-27,
  .width-min-t-27 {
    min-width: 27% !important;
  }
  .w-min-t-27-vw,
  .width-min-t-27-vw {
    min-width: 27vw !important;
  }
  .w-min-t-27-rem,
  .width-min-t-27-rem {
    min-width: 27rem !important;
  }
  .w-min-t-27-px,
  .width-min-t-27-px {
    min-width: 27px !important;
  }
  .w-min-t-28,
  .width-min-t-28 {
    min-width: 28% !important;
  }
  .w-min-t-28-vw,
  .width-min-t-28-vw {
    min-width: 28vw !important;
  }
  .w-min-t-28-rem,
  .width-min-t-28-rem {
    min-width: 28rem !important;
  }
  .w-min-t-28-px,
  .width-min-t-28-px {
    min-width: 28px !important;
  }
  .w-min-t-29,
  .width-min-t-29 {
    min-width: 29% !important;
  }
  .w-min-t-29-vw,
  .width-min-t-29-vw {
    min-width: 29vw !important;
  }
  .w-min-t-29-rem,
  .width-min-t-29-rem {
    min-width: 29rem !important;
  }
  .w-min-t-29-px,
  .width-min-t-29-px {
    min-width: 29px !important;
  }
  .w-min-t-30,
  .width-min-t-30 {
    min-width: 30% !important;
  }
  .w-min-t-30-vw,
  .width-min-t-30-vw {
    min-width: 30vw !important;
  }
  .w-min-t-30-rem,
  .width-min-t-30-rem {
    min-width: 30rem !important;
  }
  .w-min-t-30-px,
  .width-min-t-30-px {
    min-width: 30px !important;
  }
  .w-min-t-31,
  .width-min-t-31 {
    min-width: 31% !important;
  }
  .w-min-t-31-vw,
  .width-min-t-31-vw {
    min-width: 31vw !important;
  }
  .w-min-t-31-rem,
  .width-min-t-31-rem {
    min-width: 31rem !important;
  }
  .w-min-t-31-px,
  .width-min-t-31-px {
    min-width: 31px !important;
  }
  .w-min-t-32,
  .width-min-t-32 {
    min-width: 32% !important;
  }
  .w-min-t-32-vw,
  .width-min-t-32-vw {
    min-width: 32vw !important;
  }
  .w-min-t-32-rem,
  .width-min-t-32-rem {
    min-width: 32rem !important;
  }
  .w-min-t-32-px,
  .width-min-t-32-px {
    min-width: 32px !important;
  }
  .w-min-t-33,
  .width-min-t-33 {
    min-width: 33% !important;
  }
  .w-min-t-33-vw,
  .width-min-t-33-vw {
    min-width: 33vw !important;
  }
  .w-min-t-33-rem,
  .width-min-t-33-rem {
    min-width: 33rem !important;
  }
  .w-min-t-33-px,
  .width-min-t-33-px {
    min-width: 33px !important;
  }
  .w-min-t-34,
  .width-min-t-34 {
    min-width: 34% !important;
  }
  .w-min-t-34-vw,
  .width-min-t-34-vw {
    min-width: 34vw !important;
  }
  .w-min-t-34-rem,
  .width-min-t-34-rem {
    min-width: 34rem !important;
  }
  .w-min-t-34-px,
  .width-min-t-34-px {
    min-width: 34px !important;
  }
  .w-min-t-35,
  .width-min-t-35 {
    min-width: 35% !important;
  }
  .w-min-t-35-vw,
  .width-min-t-35-vw {
    min-width: 35vw !important;
  }
  .w-min-t-35-rem,
  .width-min-t-35-rem {
    min-width: 35rem !important;
  }
  .w-min-t-35-px,
  .width-min-t-35-px {
    min-width: 35px !important;
  }
  .w-min-t-36,
  .width-min-t-36 {
    min-width: 36% !important;
  }
  .w-min-t-36-vw,
  .width-min-t-36-vw {
    min-width: 36vw !important;
  }
  .w-min-t-36-rem,
  .width-min-t-36-rem {
    min-width: 36rem !important;
  }
  .w-min-t-36-px,
  .width-min-t-36-px {
    min-width: 36px !important;
  }
  .w-min-t-37,
  .width-min-t-37 {
    min-width: 37% !important;
  }
  .w-min-t-37-vw,
  .width-min-t-37-vw {
    min-width: 37vw !important;
  }
  .w-min-t-37-rem,
  .width-min-t-37-rem {
    min-width: 37rem !important;
  }
  .w-min-t-37-px,
  .width-min-t-37-px {
    min-width: 37px !important;
  }
  .w-min-t-38,
  .width-min-t-38 {
    min-width: 38% !important;
  }
  .w-min-t-38-vw,
  .width-min-t-38-vw {
    min-width: 38vw !important;
  }
  .w-min-t-38-rem,
  .width-min-t-38-rem {
    min-width: 38rem !important;
  }
  .w-min-t-38-px,
  .width-min-t-38-px {
    min-width: 38px !important;
  }
  .w-min-t-39,
  .width-min-t-39 {
    min-width: 39% !important;
  }
  .w-min-t-39-vw,
  .width-min-t-39-vw {
    min-width: 39vw !important;
  }
  .w-min-t-39-rem,
  .width-min-t-39-rem {
    min-width: 39rem !important;
  }
  .w-min-t-39-px,
  .width-min-t-39-px {
    min-width: 39px !important;
  }
  .w-min-t-40,
  .width-min-t-40 {
    min-width: 40% !important;
  }
  .w-min-t-40-vw,
  .width-min-t-40-vw {
    min-width: 40vw !important;
  }
  .w-min-t-40-rem,
  .width-min-t-40-rem {
    min-width: 40rem !important;
  }
  .w-min-t-40-px,
  .width-min-t-40-px {
    min-width: 40px !important;
  }
  .w-min-t-41,
  .width-min-t-41 {
    min-width: 41% !important;
  }
  .w-min-t-41-vw,
  .width-min-t-41-vw {
    min-width: 41vw !important;
  }
  .w-min-t-41-rem,
  .width-min-t-41-rem {
    min-width: 41rem !important;
  }
  .w-min-t-41-px,
  .width-min-t-41-px {
    min-width: 41px !important;
  }
  .w-min-t-42,
  .width-min-t-42 {
    min-width: 42% !important;
  }
  .w-min-t-42-vw,
  .width-min-t-42-vw {
    min-width: 42vw !important;
  }
  .w-min-t-42-rem,
  .width-min-t-42-rem {
    min-width: 42rem !important;
  }
  .w-min-t-42-px,
  .width-min-t-42-px {
    min-width: 42px !important;
  }
  .w-min-t-43,
  .width-min-t-43 {
    min-width: 43% !important;
  }
  .w-min-t-43-vw,
  .width-min-t-43-vw {
    min-width: 43vw !important;
  }
  .w-min-t-43-rem,
  .width-min-t-43-rem {
    min-width: 43rem !important;
  }
  .w-min-t-43-px,
  .width-min-t-43-px {
    min-width: 43px !important;
  }
  .w-min-t-44,
  .width-min-t-44 {
    min-width: 44% !important;
  }
  .w-min-t-44-vw,
  .width-min-t-44-vw {
    min-width: 44vw !important;
  }
  .w-min-t-44-rem,
  .width-min-t-44-rem {
    min-width: 44rem !important;
  }
  .w-min-t-44-px,
  .width-min-t-44-px {
    min-width: 44px !important;
  }
  .w-min-t-45,
  .width-min-t-45 {
    min-width: 45% !important;
  }
  .w-min-t-45-vw,
  .width-min-t-45-vw {
    min-width: 45vw !important;
  }
  .w-min-t-45-rem,
  .width-min-t-45-rem {
    min-width: 45rem !important;
  }
  .w-min-t-45-px,
  .width-min-t-45-px {
    min-width: 45px !important;
  }
  .w-min-t-46,
  .width-min-t-46 {
    min-width: 46% !important;
  }
  .w-min-t-46-vw,
  .width-min-t-46-vw {
    min-width: 46vw !important;
  }
  .w-min-t-46-rem,
  .width-min-t-46-rem {
    min-width: 46rem !important;
  }
  .w-min-t-46-px,
  .width-min-t-46-px {
    min-width: 46px !important;
  }
  .w-min-t-47,
  .width-min-t-47 {
    min-width: 47% !important;
  }
  .w-min-t-47-vw,
  .width-min-t-47-vw {
    min-width: 47vw !important;
  }
  .w-min-t-47-rem,
  .width-min-t-47-rem {
    min-width: 47rem !important;
  }
  .w-min-t-47-px,
  .width-min-t-47-px {
    min-width: 47px !important;
  }
  .w-min-t-48,
  .width-min-t-48 {
    min-width: 48% !important;
  }
  .w-min-t-48-vw,
  .width-min-t-48-vw {
    min-width: 48vw !important;
  }
  .w-min-t-48-rem,
  .width-min-t-48-rem {
    min-width: 48rem !important;
  }
  .w-min-t-48-px,
  .width-min-t-48-px {
    min-width: 48px !important;
  }
  .w-min-t-49,
  .width-min-t-49 {
    min-width: 49% !important;
  }
  .w-min-t-49-vw,
  .width-min-t-49-vw {
    min-width: 49vw !important;
  }
  .w-min-t-49-rem,
  .width-min-t-49-rem {
    min-width: 49rem !important;
  }
  .w-min-t-49-px,
  .width-min-t-49-px {
    min-width: 49px !important;
  }
  .w-min-t-50,
  .width-min-t-50 {
    min-width: 50% !important;
  }
  .w-min-t-50-vw,
  .width-min-t-50-vw {
    min-width: 50vw !important;
  }
  .w-min-t-50-rem,
  .width-min-t-50-rem {
    min-width: 50rem !important;
  }
  .w-min-t-50-px,
  .width-min-t-50-px {
    min-width: 50px !important;
  }
  .w-min-t-51,
  .width-min-t-51 {
    min-width: 51% !important;
  }
  .w-min-t-51-vw,
  .width-min-t-51-vw {
    min-width: 51vw !important;
  }
  .w-min-t-52,
  .width-min-t-52 {
    min-width: 52% !important;
  }
  .w-min-t-52-vw,
  .width-min-t-52-vw {
    min-width: 52vw !important;
  }
  .w-min-t-53,
  .width-min-t-53 {
    min-width: 53% !important;
  }
  .w-min-t-53-vw,
  .width-min-t-53-vw {
    min-width: 53vw !important;
  }
  .w-min-t-54,
  .width-min-t-54 {
    min-width: 54% !important;
  }
  .w-min-t-54-vw,
  .width-min-t-54-vw {
    min-width: 54vw !important;
  }
  .w-min-t-55,
  .width-min-t-55 {
    min-width: 55% !important;
  }
  .w-min-t-55-vw,
  .width-min-t-55-vw {
    min-width: 55vw !important;
  }
  .w-min-t-56,
  .width-min-t-56 {
    min-width: 56% !important;
  }
  .w-min-t-56-vw,
  .width-min-t-56-vw {
    min-width: 56vw !important;
  }
  .w-min-t-57,
  .width-min-t-57 {
    min-width: 57% !important;
  }
  .w-min-t-57-vw,
  .width-min-t-57-vw {
    min-width: 57vw !important;
  }
  .w-min-t-58,
  .width-min-t-58 {
    min-width: 58% !important;
  }
  .w-min-t-58-vw,
  .width-min-t-58-vw {
    min-width: 58vw !important;
  }
  .w-min-t-59,
  .width-min-t-59 {
    min-width: 59% !important;
  }
  .w-min-t-59-vw,
  .width-min-t-59-vw {
    min-width: 59vw !important;
  }
  .w-min-t-60,
  .width-min-t-60 {
    min-width: 60% !important;
  }
  .w-min-t-60-vw,
  .width-min-t-60-vw {
    min-width: 60vw !important;
  }
  .w-min-t-61,
  .width-min-t-61 {
    min-width: 61% !important;
  }
  .w-min-t-61-vw,
  .width-min-t-61-vw {
    min-width: 61vw !important;
  }
  .w-min-t-62,
  .width-min-t-62 {
    min-width: 62% !important;
  }
  .w-min-t-62-vw,
  .width-min-t-62-vw {
    min-width: 62vw !important;
  }
  .w-min-t-63,
  .width-min-t-63 {
    min-width: 63% !important;
  }
  .w-min-t-63-vw,
  .width-min-t-63-vw {
    min-width: 63vw !important;
  }
  .w-min-t-64,
  .width-min-t-64 {
    min-width: 64% !important;
  }
  .w-min-t-64-vw,
  .width-min-t-64-vw {
    min-width: 64vw !important;
  }
  .w-min-t-65,
  .width-min-t-65 {
    min-width: 65% !important;
  }
  .w-min-t-65-vw,
  .width-min-t-65-vw {
    min-width: 65vw !important;
  }
  .w-min-t-66,
  .width-min-t-66 {
    min-width: 66% !important;
  }
  .w-min-t-66-vw,
  .width-min-t-66-vw {
    min-width: 66vw !important;
  }
  .w-min-t-67,
  .width-min-t-67 {
    min-width: 67% !important;
  }
  .w-min-t-67-vw,
  .width-min-t-67-vw {
    min-width: 67vw !important;
  }
  .w-min-t-68,
  .width-min-t-68 {
    min-width: 68% !important;
  }
  .w-min-t-68-vw,
  .width-min-t-68-vw {
    min-width: 68vw !important;
  }
  .w-min-t-69,
  .width-min-t-69 {
    min-width: 69% !important;
  }
  .w-min-t-69-vw,
  .width-min-t-69-vw {
    min-width: 69vw !important;
  }
  .w-min-t-70,
  .width-min-t-70 {
    min-width: 70% !important;
  }
  .w-min-t-70-vw,
  .width-min-t-70-vw {
    min-width: 70vw !important;
  }
  .w-min-t-71,
  .width-min-t-71 {
    min-width: 71% !important;
  }
  .w-min-t-71-vw,
  .width-min-t-71-vw {
    min-width: 71vw !important;
  }
  .w-min-t-72,
  .width-min-t-72 {
    min-width: 72% !important;
  }
  .w-min-t-72-vw,
  .width-min-t-72-vw {
    min-width: 72vw !important;
  }
  .w-min-t-73,
  .width-min-t-73 {
    min-width: 73% !important;
  }
  .w-min-t-73-vw,
  .width-min-t-73-vw {
    min-width: 73vw !important;
  }
  .w-min-t-74,
  .width-min-t-74 {
    min-width: 74% !important;
  }
  .w-min-t-74-vw,
  .width-min-t-74-vw {
    min-width: 74vw !important;
  }
  .w-min-t-75,
  .width-min-t-75 {
    min-width: 75% !important;
  }
  .w-min-t-75-vw,
  .width-min-t-75-vw {
    min-width: 75vw !important;
  }
  .w-min-t-76,
  .width-min-t-76 {
    min-width: 76% !important;
  }
  .w-min-t-76-vw,
  .width-min-t-76-vw {
    min-width: 76vw !important;
  }
  .w-min-t-77,
  .width-min-t-77 {
    min-width: 77% !important;
  }
  .w-min-t-77-vw,
  .width-min-t-77-vw {
    min-width: 77vw !important;
  }
  .w-min-t-78,
  .width-min-t-78 {
    min-width: 78% !important;
  }
  .w-min-t-78-vw,
  .width-min-t-78-vw {
    min-width: 78vw !important;
  }
  .w-min-t-79,
  .width-min-t-79 {
    min-width: 79% !important;
  }
  .w-min-t-79-vw,
  .width-min-t-79-vw {
    min-width: 79vw !important;
  }
  .w-min-t-80,
  .width-min-t-80 {
    min-width: 80% !important;
  }
  .w-min-t-80-vw,
  .width-min-t-80-vw {
    min-width: 80vw !important;
  }
  .w-min-t-81,
  .width-min-t-81 {
    min-width: 81% !important;
  }
  .w-min-t-81-vw,
  .width-min-t-81-vw {
    min-width: 81vw !important;
  }
  .w-min-t-82,
  .width-min-t-82 {
    min-width: 82% !important;
  }
  .w-min-t-82-vw,
  .width-min-t-82-vw {
    min-width: 82vw !important;
  }
  .w-min-t-83,
  .width-min-t-83 {
    min-width: 83% !important;
  }
  .w-min-t-83-vw,
  .width-min-t-83-vw {
    min-width: 83vw !important;
  }
  .w-min-t-84,
  .width-min-t-84 {
    min-width: 84% !important;
  }
  .w-min-t-84-vw,
  .width-min-t-84-vw {
    min-width: 84vw !important;
  }
  .w-min-t-85,
  .width-min-t-85 {
    min-width: 85% !important;
  }
  .w-min-t-85-vw,
  .width-min-t-85-vw {
    min-width: 85vw !important;
  }
  .w-min-t-86,
  .width-min-t-86 {
    min-width: 86% !important;
  }
  .w-min-t-86-vw,
  .width-min-t-86-vw {
    min-width: 86vw !important;
  }
  .w-min-t-87,
  .width-min-t-87 {
    min-width: 87% !important;
  }
  .w-min-t-87-vw,
  .width-min-t-87-vw {
    min-width: 87vw !important;
  }
  .w-min-t-88,
  .width-min-t-88 {
    min-width: 88% !important;
  }
  .w-min-t-88-vw,
  .width-min-t-88-vw {
    min-width: 88vw !important;
  }
  .w-min-t-89,
  .width-min-t-89 {
    min-width: 89% !important;
  }
  .w-min-t-89-vw,
  .width-min-t-89-vw {
    min-width: 89vw !important;
  }
  .w-min-t-90,
  .width-min-t-90 {
    min-width: 90% !important;
  }
  .w-min-t-90-vw,
  .width-min-t-90-vw {
    min-width: 90vw !important;
  }
  .w-min-t-91,
  .width-min-t-91 {
    min-width: 91% !important;
  }
  .w-min-t-91-vw,
  .width-min-t-91-vw {
    min-width: 91vw !important;
  }
  .w-min-t-92,
  .width-min-t-92 {
    min-width: 92% !important;
  }
  .w-min-t-92-vw,
  .width-min-t-92-vw {
    min-width: 92vw !important;
  }
  .w-min-t-93,
  .width-min-t-93 {
    min-width: 93% !important;
  }
  .w-min-t-93-vw,
  .width-min-t-93-vw {
    min-width: 93vw !important;
  }
  .w-min-t-94,
  .width-min-t-94 {
    min-width: 94% !important;
  }
  .w-min-t-94-vw,
  .width-min-t-94-vw {
    min-width: 94vw !important;
  }
  .w-min-t-95,
  .width-min-t-95 {
    min-width: 95% !important;
  }
  .w-min-t-95-vw,
  .width-min-t-95-vw {
    min-width: 95vw !important;
  }
  .w-min-t-96,
  .width-min-t-96 {
    min-width: 96% !important;
  }
  .w-min-t-96-vw,
  .width-min-t-96-vw {
    min-width: 96vw !important;
  }
  .w-min-t-97,
  .width-min-t-97 {
    min-width: 97% !important;
  }
  .w-min-t-97-vw,
  .width-min-t-97-vw {
    min-width: 97vw !important;
  }
  .w-min-t-98,
  .width-min-t-98 {
    min-width: 98% !important;
  }
  .w-min-t-98-vw,
  .width-min-t-98-vw {
    min-width: 98vw !important;
  }
  .w-min-t-99,
  .width-min-t-99 {
    min-width: 99% !important;
  }
  .w-min-t-99-vw,
  .width-min-t-99-vw {
    min-width: 99vw !important;
  }
  .w-min-t-100,
  .width-min-t-100 {
    min-width: 100% !important;
  }
  .w-min-t-100-vw,
  .width-min-t-100-vw {
    min-width: 100vw !important;
  }
  .w-max-t-full,
  .width-max-t-full {
    max-width: 100% !important;
  }
  .w-max-t-screen,
  .width-max-t-screen {
    max-width: 100vw !important;
  }
  .w-max-t-content,
  .width-max-t-content {
    max-width: fit-content !important;
  }
  .w-max-t-auto,
  .width-max-t-auto {
    max-width: auto !important;
  }
  .w-max-t-0,
  .width-max-t-0 {
    max-width: 0% !important;
  }
  .w-max-t-0-vw,
  .width-max-t-0-vw {
    max-width: 0vw !important;
  }
  .w-max-t-0-rem,
  .width-max-t-0-rem {
    max-width: 0rem !important;
  }
  .w-max-t-0-px,
  .width-max-t-0-px {
    max-width: 0px !important;
  }
  .w-max-t-1,
  .width-max-t-1 {
    max-width: 1% !important;
  }
  .w-max-t-1-vw,
  .width-max-t-1-vw {
    max-width: 1vw !important;
  }
  .w-max-t-1-rem,
  .width-max-t-1-rem {
    max-width: 1rem !important;
  }
  .w-max-t-1-px,
  .width-max-t-1-px {
    max-width: 1px !important;
  }
  .w-max-t-2,
  .width-max-t-2 {
    max-width: 2% !important;
  }
  .w-max-t-2-vw,
  .width-max-t-2-vw {
    max-width: 2vw !important;
  }
  .w-max-t-2-rem,
  .width-max-t-2-rem {
    max-width: 2rem !important;
  }
  .w-max-t-2-px,
  .width-max-t-2-px {
    max-width: 2px !important;
  }
  .w-max-t-3,
  .width-max-t-3 {
    max-width: 3% !important;
  }
  .w-max-t-3-vw,
  .width-max-t-3-vw {
    max-width: 3vw !important;
  }
  .w-max-t-3-rem,
  .width-max-t-3-rem {
    max-width: 3rem !important;
  }
  .w-max-t-3-px,
  .width-max-t-3-px {
    max-width: 3px !important;
  }
  .w-max-t-4,
  .width-max-t-4 {
    max-width: 4% !important;
  }
  .w-max-t-4-vw,
  .width-max-t-4-vw {
    max-width: 4vw !important;
  }
  .w-max-t-4-rem,
  .width-max-t-4-rem {
    max-width: 4rem !important;
  }
  .w-max-t-4-px,
  .width-max-t-4-px {
    max-width: 4px !important;
  }
  .w-max-t-5,
  .width-max-t-5 {
    max-width: 5% !important;
  }
  .w-max-t-5-vw,
  .width-max-t-5-vw {
    max-width: 5vw !important;
  }
  .w-max-t-5-rem,
  .width-max-t-5-rem {
    max-width: 5rem !important;
  }
  .w-max-t-5-px,
  .width-max-t-5-px {
    max-width: 5px !important;
  }
  .w-max-t-6,
  .width-max-t-6 {
    max-width: 6% !important;
  }
  .w-max-t-6-vw,
  .width-max-t-6-vw {
    max-width: 6vw !important;
  }
  .w-max-t-6-rem,
  .width-max-t-6-rem {
    max-width: 6rem !important;
  }
  .w-max-t-6-px,
  .width-max-t-6-px {
    max-width: 6px !important;
  }
  .w-max-t-7,
  .width-max-t-7 {
    max-width: 7% !important;
  }
  .w-max-t-7-vw,
  .width-max-t-7-vw {
    max-width: 7vw !important;
  }
  .w-max-t-7-rem,
  .width-max-t-7-rem {
    max-width: 7rem !important;
  }
  .w-max-t-7-px,
  .width-max-t-7-px {
    max-width: 7px !important;
  }
  .w-max-t-8,
  .width-max-t-8 {
    max-width: 8% !important;
  }
  .w-max-t-8-vw,
  .width-max-t-8-vw {
    max-width: 8vw !important;
  }
  .w-max-t-8-rem,
  .width-max-t-8-rem {
    max-width: 8rem !important;
  }
  .w-max-t-8-px,
  .width-max-t-8-px {
    max-width: 8px !important;
  }
  .w-max-t-9,
  .width-max-t-9 {
    max-width: 9% !important;
  }
  .w-max-t-9-vw,
  .width-max-t-9-vw {
    max-width: 9vw !important;
  }
  .w-max-t-9-rem,
  .width-max-t-9-rem {
    max-width: 9rem !important;
  }
  .w-max-t-9-px,
  .width-max-t-9-px {
    max-width: 9px !important;
  }
  .w-max-t-10,
  .width-max-t-10 {
    max-width: 10% !important;
  }
  .w-max-t-10-vw,
  .width-max-t-10-vw {
    max-width: 10vw !important;
  }
  .w-max-t-10-rem,
  .width-max-t-10-rem {
    max-width: 10rem !important;
  }
  .w-max-t-10-px,
  .width-max-t-10-px {
    max-width: 10px !important;
  }
  .w-max-t-11,
  .width-max-t-11 {
    max-width: 11% !important;
  }
  .w-max-t-11-vw,
  .width-max-t-11-vw {
    max-width: 11vw !important;
  }
  .w-max-t-11-rem,
  .width-max-t-11-rem {
    max-width: 11rem !important;
  }
  .w-max-t-11-px,
  .width-max-t-11-px {
    max-width: 11px !important;
  }
  .w-max-t-12,
  .width-max-t-12 {
    max-width: 12% !important;
  }
  .w-max-t-12-vw,
  .width-max-t-12-vw {
    max-width: 12vw !important;
  }
  .w-max-t-12-rem,
  .width-max-t-12-rem {
    max-width: 12rem !important;
  }
  .w-max-t-12-px,
  .width-max-t-12-px {
    max-width: 12px !important;
  }
  .w-max-t-13,
  .width-max-t-13 {
    max-width: 13% !important;
  }
  .w-max-t-13-vw,
  .width-max-t-13-vw {
    max-width: 13vw !important;
  }
  .w-max-t-13-rem,
  .width-max-t-13-rem {
    max-width: 13rem !important;
  }
  .w-max-t-13-px,
  .width-max-t-13-px {
    max-width: 13px !important;
  }
  .w-max-t-14,
  .width-max-t-14 {
    max-width: 14% !important;
  }
  .w-max-t-14-vw,
  .width-max-t-14-vw {
    max-width: 14vw !important;
  }
  .w-max-t-14-rem,
  .width-max-t-14-rem {
    max-width: 14rem !important;
  }
  .w-max-t-14-px,
  .width-max-t-14-px {
    max-width: 14px !important;
  }
  .w-max-t-15,
  .width-max-t-15 {
    max-width: 15% !important;
  }
  .w-max-t-15-vw,
  .width-max-t-15-vw {
    max-width: 15vw !important;
  }
  .w-max-t-15-rem,
  .width-max-t-15-rem {
    max-width: 15rem !important;
  }
  .w-max-t-15-px,
  .width-max-t-15-px {
    max-width: 15px !important;
  }
  .w-max-t-16,
  .width-max-t-16 {
    max-width: 16% !important;
  }
  .w-max-t-16-vw,
  .width-max-t-16-vw {
    max-width: 16vw !important;
  }
  .w-max-t-16-rem,
  .width-max-t-16-rem {
    max-width: 16rem !important;
  }
  .w-max-t-16-px,
  .width-max-t-16-px {
    max-width: 16px !important;
  }
  .w-max-t-17,
  .width-max-t-17 {
    max-width: 17% !important;
  }
  .w-max-t-17-vw,
  .width-max-t-17-vw {
    max-width: 17vw !important;
  }
  .w-max-t-17-rem,
  .width-max-t-17-rem {
    max-width: 17rem !important;
  }
  .w-max-t-17-px,
  .width-max-t-17-px {
    max-width: 17px !important;
  }
  .w-max-t-18,
  .width-max-t-18 {
    max-width: 18% !important;
  }
  .w-max-t-18-vw,
  .width-max-t-18-vw {
    max-width: 18vw !important;
  }
  .w-max-t-18-rem,
  .width-max-t-18-rem {
    max-width: 18rem !important;
  }
  .w-max-t-18-px,
  .width-max-t-18-px {
    max-width: 18px !important;
  }
  .w-max-t-19,
  .width-max-t-19 {
    max-width: 19% !important;
  }
  .w-max-t-19-vw,
  .width-max-t-19-vw {
    max-width: 19vw !important;
  }
  .w-max-t-19-rem,
  .width-max-t-19-rem {
    max-width: 19rem !important;
  }
  .w-max-t-19-px,
  .width-max-t-19-px {
    max-width: 19px !important;
  }
  .w-max-t-20,
  .width-max-t-20 {
    max-width: 20% !important;
  }
  .w-max-t-20-vw,
  .width-max-t-20-vw {
    max-width: 20vw !important;
  }
  .w-max-t-20-rem,
  .width-max-t-20-rem {
    max-width: 20rem !important;
  }
  .w-max-t-20-px,
  .width-max-t-20-px {
    max-width: 20px !important;
  }
  .w-max-t-21,
  .width-max-t-21 {
    max-width: 21% !important;
  }
  .w-max-t-21-vw,
  .width-max-t-21-vw {
    max-width: 21vw !important;
  }
  .w-max-t-21-rem,
  .width-max-t-21-rem {
    max-width: 21rem !important;
  }
  .w-max-t-21-px,
  .width-max-t-21-px {
    max-width: 21px !important;
  }
  .w-max-t-22,
  .width-max-t-22 {
    max-width: 22% !important;
  }
  .w-max-t-22-vw,
  .width-max-t-22-vw {
    max-width: 22vw !important;
  }
  .w-max-t-22-rem,
  .width-max-t-22-rem {
    max-width: 22rem !important;
  }
  .w-max-t-22-px,
  .width-max-t-22-px {
    max-width: 22px !important;
  }
  .w-max-t-23,
  .width-max-t-23 {
    max-width: 23% !important;
  }
  .w-max-t-23-vw,
  .width-max-t-23-vw {
    max-width: 23vw !important;
  }
  .w-max-t-23-rem,
  .width-max-t-23-rem {
    max-width: 23rem !important;
  }
  .w-max-t-23-px,
  .width-max-t-23-px {
    max-width: 23px !important;
  }
  .w-max-t-24,
  .width-max-t-24 {
    max-width: 24% !important;
  }
  .w-max-t-24-vw,
  .width-max-t-24-vw {
    max-width: 24vw !important;
  }
  .w-max-t-24-rem,
  .width-max-t-24-rem {
    max-width: 24rem !important;
  }
  .w-max-t-24-px,
  .width-max-t-24-px {
    max-width: 24px !important;
  }
  .w-max-t-25,
  .width-max-t-25 {
    max-width: 25% !important;
  }
  .w-max-t-25-vw,
  .width-max-t-25-vw {
    max-width: 25vw !important;
  }
  .w-max-t-25-rem,
  .width-max-t-25-rem {
    max-width: 25rem !important;
  }
  .w-max-t-25-px,
  .width-max-t-25-px {
    max-width: 25px !important;
  }
  .w-max-t-26,
  .width-max-t-26 {
    max-width: 26% !important;
  }
  .w-max-t-26-vw,
  .width-max-t-26-vw {
    max-width: 26vw !important;
  }
  .w-max-t-26-rem,
  .width-max-t-26-rem {
    max-width: 26rem !important;
  }
  .w-max-t-26-px,
  .width-max-t-26-px {
    max-width: 26px !important;
  }
  .w-max-t-27,
  .width-max-t-27 {
    max-width: 27% !important;
  }
  .w-max-t-27-vw,
  .width-max-t-27-vw {
    max-width: 27vw !important;
  }
  .w-max-t-27-rem,
  .width-max-t-27-rem {
    max-width: 27rem !important;
  }
  .w-max-t-27-px,
  .width-max-t-27-px {
    max-width: 27px !important;
  }
  .w-max-t-28,
  .width-max-t-28 {
    max-width: 28% !important;
  }
  .w-max-t-28-vw,
  .width-max-t-28-vw {
    max-width: 28vw !important;
  }
  .w-max-t-28-rem,
  .width-max-t-28-rem {
    max-width: 28rem !important;
  }
  .w-max-t-28-px,
  .width-max-t-28-px {
    max-width: 28px !important;
  }
  .w-max-t-29,
  .width-max-t-29 {
    max-width: 29% !important;
  }
  .w-max-t-29-vw,
  .width-max-t-29-vw {
    max-width: 29vw !important;
  }
  .w-max-t-29-rem,
  .width-max-t-29-rem {
    max-width: 29rem !important;
  }
  .w-max-t-29-px,
  .width-max-t-29-px {
    max-width: 29px !important;
  }
  .w-max-t-30,
  .width-max-t-30 {
    max-width: 30% !important;
  }
  .w-max-t-30-vw,
  .width-max-t-30-vw {
    max-width: 30vw !important;
  }
  .w-max-t-30-rem,
  .width-max-t-30-rem {
    max-width: 30rem !important;
  }
  .w-max-t-30-px,
  .width-max-t-30-px {
    max-width: 30px !important;
  }
  .w-max-t-31,
  .width-max-t-31 {
    max-width: 31% !important;
  }
  .w-max-t-31-vw,
  .width-max-t-31-vw {
    max-width: 31vw !important;
  }
  .w-max-t-31-rem,
  .width-max-t-31-rem {
    max-width: 31rem !important;
  }
  .w-max-t-31-px,
  .width-max-t-31-px {
    max-width: 31px !important;
  }
  .w-max-t-32,
  .width-max-t-32 {
    max-width: 32% !important;
  }
  .w-max-t-32-vw,
  .width-max-t-32-vw {
    max-width: 32vw !important;
  }
  .w-max-t-32-rem,
  .width-max-t-32-rem {
    max-width: 32rem !important;
  }
  .w-max-t-32-px,
  .width-max-t-32-px {
    max-width: 32px !important;
  }
  .w-max-t-33,
  .width-max-t-33 {
    max-width: 33% !important;
  }
  .w-max-t-33-vw,
  .width-max-t-33-vw {
    max-width: 33vw !important;
  }
  .w-max-t-33-rem,
  .width-max-t-33-rem {
    max-width: 33rem !important;
  }
  .w-max-t-33-px,
  .width-max-t-33-px {
    max-width: 33px !important;
  }
  .w-max-t-34,
  .width-max-t-34 {
    max-width: 34% !important;
  }
  .w-max-t-34-vw,
  .width-max-t-34-vw {
    max-width: 34vw !important;
  }
  .w-max-t-34-rem,
  .width-max-t-34-rem {
    max-width: 34rem !important;
  }
  .w-max-t-34-px,
  .width-max-t-34-px {
    max-width: 34px !important;
  }
  .w-max-t-35,
  .width-max-t-35 {
    max-width: 35% !important;
  }
  .w-max-t-35-vw,
  .width-max-t-35-vw {
    max-width: 35vw !important;
  }
  .w-max-t-35-rem,
  .width-max-t-35-rem {
    max-width: 35rem !important;
  }
  .w-max-t-35-px,
  .width-max-t-35-px {
    max-width: 35px !important;
  }
  .w-max-t-36,
  .width-max-t-36 {
    max-width: 36% !important;
  }
  .w-max-t-36-vw,
  .width-max-t-36-vw {
    max-width: 36vw !important;
  }
  .w-max-t-36-rem,
  .width-max-t-36-rem {
    max-width: 36rem !important;
  }
  .w-max-t-36-px,
  .width-max-t-36-px {
    max-width: 36px !important;
  }
  .w-max-t-37,
  .width-max-t-37 {
    max-width: 37% !important;
  }
  .w-max-t-37-vw,
  .width-max-t-37-vw {
    max-width: 37vw !important;
  }
  .w-max-t-37-rem,
  .width-max-t-37-rem {
    max-width: 37rem !important;
  }
  .w-max-t-37-px,
  .width-max-t-37-px {
    max-width: 37px !important;
  }
  .w-max-t-38,
  .width-max-t-38 {
    max-width: 38% !important;
  }
  .w-max-t-38-vw,
  .width-max-t-38-vw {
    max-width: 38vw !important;
  }
  .w-max-t-38-rem,
  .width-max-t-38-rem {
    max-width: 38rem !important;
  }
  .w-max-t-38-px,
  .width-max-t-38-px {
    max-width: 38px !important;
  }
  .w-max-t-39,
  .width-max-t-39 {
    max-width: 39% !important;
  }
  .w-max-t-39-vw,
  .width-max-t-39-vw {
    max-width: 39vw !important;
  }
  .w-max-t-39-rem,
  .width-max-t-39-rem {
    max-width: 39rem !important;
  }
  .w-max-t-39-px,
  .width-max-t-39-px {
    max-width: 39px !important;
  }
  .w-max-t-40,
  .width-max-t-40 {
    max-width: 40% !important;
  }
  .w-max-t-40-vw,
  .width-max-t-40-vw {
    max-width: 40vw !important;
  }
  .w-max-t-40-rem,
  .width-max-t-40-rem {
    max-width: 40rem !important;
  }
  .w-max-t-40-px,
  .width-max-t-40-px {
    max-width: 40px !important;
  }
  .w-max-t-41,
  .width-max-t-41 {
    max-width: 41% !important;
  }
  .w-max-t-41-vw,
  .width-max-t-41-vw {
    max-width: 41vw !important;
  }
  .w-max-t-41-rem,
  .width-max-t-41-rem {
    max-width: 41rem !important;
  }
  .w-max-t-41-px,
  .width-max-t-41-px {
    max-width: 41px !important;
  }
  .w-max-t-42,
  .width-max-t-42 {
    max-width: 42% !important;
  }
  .w-max-t-42-vw,
  .width-max-t-42-vw {
    max-width: 42vw !important;
  }
  .w-max-t-42-rem,
  .width-max-t-42-rem {
    max-width: 42rem !important;
  }
  .w-max-t-42-px,
  .width-max-t-42-px {
    max-width: 42px !important;
  }
  .w-max-t-43,
  .width-max-t-43 {
    max-width: 43% !important;
  }
  .w-max-t-43-vw,
  .width-max-t-43-vw {
    max-width: 43vw !important;
  }
  .w-max-t-43-rem,
  .width-max-t-43-rem {
    max-width: 43rem !important;
  }
  .w-max-t-43-px,
  .width-max-t-43-px {
    max-width: 43px !important;
  }
  .w-max-t-44,
  .width-max-t-44 {
    max-width: 44% !important;
  }
  .w-max-t-44-vw,
  .width-max-t-44-vw {
    max-width: 44vw !important;
  }
  .w-max-t-44-rem,
  .width-max-t-44-rem {
    max-width: 44rem !important;
  }
  .w-max-t-44-px,
  .width-max-t-44-px {
    max-width: 44px !important;
  }
  .w-max-t-45,
  .width-max-t-45 {
    max-width: 45% !important;
  }
  .w-max-t-45-vw,
  .width-max-t-45-vw {
    max-width: 45vw !important;
  }
  .w-max-t-45-rem,
  .width-max-t-45-rem {
    max-width: 45rem !important;
  }
  .w-max-t-45-px,
  .width-max-t-45-px {
    max-width: 45px !important;
  }
  .w-max-t-46,
  .width-max-t-46 {
    max-width: 46% !important;
  }
  .w-max-t-46-vw,
  .width-max-t-46-vw {
    max-width: 46vw !important;
  }
  .w-max-t-46-rem,
  .width-max-t-46-rem {
    max-width: 46rem !important;
  }
  .w-max-t-46-px,
  .width-max-t-46-px {
    max-width: 46px !important;
  }
  .w-max-t-47,
  .width-max-t-47 {
    max-width: 47% !important;
  }
  .w-max-t-47-vw,
  .width-max-t-47-vw {
    max-width: 47vw !important;
  }
  .w-max-t-47-rem,
  .width-max-t-47-rem {
    max-width: 47rem !important;
  }
  .w-max-t-47-px,
  .width-max-t-47-px {
    max-width: 47px !important;
  }
  .w-max-t-48,
  .width-max-t-48 {
    max-width: 48% !important;
  }
  .w-max-t-48-vw,
  .width-max-t-48-vw {
    max-width: 48vw !important;
  }
  .w-max-t-48-rem,
  .width-max-t-48-rem {
    max-width: 48rem !important;
  }
  .w-max-t-48-px,
  .width-max-t-48-px {
    max-width: 48px !important;
  }
  .w-max-t-49,
  .width-max-t-49 {
    max-width: 49% !important;
  }
  .w-max-t-49-vw,
  .width-max-t-49-vw {
    max-width: 49vw !important;
  }
  .w-max-t-49-rem,
  .width-max-t-49-rem {
    max-width: 49rem !important;
  }
  .w-max-t-49-px,
  .width-max-t-49-px {
    max-width: 49px !important;
  }
  .w-max-t-50,
  .width-max-t-50 {
    max-width: 50% !important;
  }
  .w-max-t-50-vw,
  .width-max-t-50-vw {
    max-width: 50vw !important;
  }
  .w-max-t-50-rem,
  .width-max-t-50-rem {
    max-width: 50rem !important;
  }
  .w-max-t-50-px,
  .width-max-t-50-px {
    max-width: 50px !important;
  }
  .w-max-t-51,
  .width-max-t-51 {
    max-width: 51% !important;
  }
  .w-max-t-51-vw,
  .width-max-t-51-vw {
    max-width: 51vw !important;
  }
  .w-max-t-52,
  .width-max-t-52 {
    max-width: 52% !important;
  }
  .w-max-t-52-vw,
  .width-max-t-52-vw {
    max-width: 52vw !important;
  }
  .w-max-t-53,
  .width-max-t-53 {
    max-width: 53% !important;
  }
  .w-max-t-53-vw,
  .width-max-t-53-vw {
    max-width: 53vw !important;
  }
  .w-max-t-54,
  .width-max-t-54 {
    max-width: 54% !important;
  }
  .w-max-t-54-vw,
  .width-max-t-54-vw {
    max-width: 54vw !important;
  }
  .w-max-t-55,
  .width-max-t-55 {
    max-width: 55% !important;
  }
  .w-max-t-55-vw,
  .width-max-t-55-vw {
    max-width: 55vw !important;
  }
  .w-max-t-56,
  .width-max-t-56 {
    max-width: 56% !important;
  }
  .w-max-t-56-vw,
  .width-max-t-56-vw {
    max-width: 56vw !important;
  }
  .w-max-t-57,
  .width-max-t-57 {
    max-width: 57% !important;
  }
  .w-max-t-57-vw,
  .width-max-t-57-vw {
    max-width: 57vw !important;
  }
  .w-max-t-58,
  .width-max-t-58 {
    max-width: 58% !important;
  }
  .w-max-t-58-vw,
  .width-max-t-58-vw {
    max-width: 58vw !important;
  }
  .w-max-t-59,
  .width-max-t-59 {
    max-width: 59% !important;
  }
  .w-max-t-59-vw,
  .width-max-t-59-vw {
    max-width: 59vw !important;
  }
  .w-max-t-60,
  .width-max-t-60 {
    max-width: 60% !important;
  }
  .w-max-t-60-vw,
  .width-max-t-60-vw {
    max-width: 60vw !important;
  }
  .w-max-t-61,
  .width-max-t-61 {
    max-width: 61% !important;
  }
  .w-max-t-61-vw,
  .width-max-t-61-vw {
    max-width: 61vw !important;
  }
  .w-max-t-62,
  .width-max-t-62 {
    max-width: 62% !important;
  }
  .w-max-t-62-vw,
  .width-max-t-62-vw {
    max-width: 62vw !important;
  }
  .w-max-t-63,
  .width-max-t-63 {
    max-width: 63% !important;
  }
  .w-max-t-63-vw,
  .width-max-t-63-vw {
    max-width: 63vw !important;
  }
  .w-max-t-64,
  .width-max-t-64 {
    max-width: 64% !important;
  }
  .w-max-t-64-vw,
  .width-max-t-64-vw {
    max-width: 64vw !important;
  }
  .w-max-t-65,
  .width-max-t-65 {
    max-width: 65% !important;
  }
  .w-max-t-65-vw,
  .width-max-t-65-vw {
    max-width: 65vw !important;
  }
  .w-max-t-66,
  .width-max-t-66 {
    max-width: 66% !important;
  }
  .w-max-t-66-vw,
  .width-max-t-66-vw {
    max-width: 66vw !important;
  }
  .w-max-t-67,
  .width-max-t-67 {
    max-width: 67% !important;
  }
  .w-max-t-67-vw,
  .width-max-t-67-vw {
    max-width: 67vw !important;
  }
  .w-max-t-68,
  .width-max-t-68 {
    max-width: 68% !important;
  }
  .w-max-t-68-vw,
  .width-max-t-68-vw {
    max-width: 68vw !important;
  }
  .w-max-t-69,
  .width-max-t-69 {
    max-width: 69% !important;
  }
  .w-max-t-69-vw,
  .width-max-t-69-vw {
    max-width: 69vw !important;
  }
  .w-max-t-70,
  .width-max-t-70 {
    max-width: 70% !important;
  }
  .w-max-t-70-vw,
  .width-max-t-70-vw {
    max-width: 70vw !important;
  }
  .w-max-t-71,
  .width-max-t-71 {
    max-width: 71% !important;
  }
  .w-max-t-71-vw,
  .width-max-t-71-vw {
    max-width: 71vw !important;
  }
  .w-max-t-72,
  .width-max-t-72 {
    max-width: 72% !important;
  }
  .w-max-t-72-vw,
  .width-max-t-72-vw {
    max-width: 72vw !important;
  }
  .w-max-t-73,
  .width-max-t-73 {
    max-width: 73% !important;
  }
  .w-max-t-73-vw,
  .width-max-t-73-vw {
    max-width: 73vw !important;
  }
  .w-max-t-74,
  .width-max-t-74 {
    max-width: 74% !important;
  }
  .w-max-t-74-vw,
  .width-max-t-74-vw {
    max-width: 74vw !important;
  }
  .w-max-t-75,
  .width-max-t-75 {
    max-width: 75% !important;
  }
  .w-max-t-75-vw,
  .width-max-t-75-vw {
    max-width: 75vw !important;
  }
  .w-max-t-76,
  .width-max-t-76 {
    max-width: 76% !important;
  }
  .w-max-t-76-vw,
  .width-max-t-76-vw {
    max-width: 76vw !important;
  }
  .w-max-t-77,
  .width-max-t-77 {
    max-width: 77% !important;
  }
  .w-max-t-77-vw,
  .width-max-t-77-vw {
    max-width: 77vw !important;
  }
  .w-max-t-78,
  .width-max-t-78 {
    max-width: 78% !important;
  }
  .w-max-t-78-vw,
  .width-max-t-78-vw {
    max-width: 78vw !important;
  }
  .w-max-t-79,
  .width-max-t-79 {
    max-width: 79% !important;
  }
  .w-max-t-79-vw,
  .width-max-t-79-vw {
    max-width: 79vw !important;
  }
  .w-max-t-80,
  .width-max-t-80 {
    max-width: 80% !important;
  }
  .w-max-t-80-vw,
  .width-max-t-80-vw {
    max-width: 80vw !important;
  }
  .w-max-t-81,
  .width-max-t-81 {
    max-width: 81% !important;
  }
  .w-max-t-81-vw,
  .width-max-t-81-vw {
    max-width: 81vw !important;
  }
  .w-max-t-82,
  .width-max-t-82 {
    max-width: 82% !important;
  }
  .w-max-t-82-vw,
  .width-max-t-82-vw {
    max-width: 82vw !important;
  }
  .w-max-t-83,
  .width-max-t-83 {
    max-width: 83% !important;
  }
  .w-max-t-83-vw,
  .width-max-t-83-vw {
    max-width: 83vw !important;
  }
  .w-max-t-84,
  .width-max-t-84 {
    max-width: 84% !important;
  }
  .w-max-t-84-vw,
  .width-max-t-84-vw {
    max-width: 84vw !important;
  }
  .w-max-t-85,
  .width-max-t-85 {
    max-width: 85% !important;
  }
  .w-max-t-85-vw,
  .width-max-t-85-vw {
    max-width: 85vw !important;
  }
  .w-max-t-86,
  .width-max-t-86 {
    max-width: 86% !important;
  }
  .w-max-t-86-vw,
  .width-max-t-86-vw {
    max-width: 86vw !important;
  }
  .w-max-t-87,
  .width-max-t-87 {
    max-width: 87% !important;
  }
  .w-max-t-87-vw,
  .width-max-t-87-vw {
    max-width: 87vw !important;
  }
  .w-max-t-88,
  .width-max-t-88 {
    max-width: 88% !important;
  }
  .w-max-t-88-vw,
  .width-max-t-88-vw {
    max-width: 88vw !important;
  }
  .w-max-t-89,
  .width-max-t-89 {
    max-width: 89% !important;
  }
  .w-max-t-89-vw,
  .width-max-t-89-vw {
    max-width: 89vw !important;
  }
  .w-max-t-90,
  .width-max-t-90 {
    max-width: 90% !important;
  }
  .w-max-t-90-vw,
  .width-max-t-90-vw {
    max-width: 90vw !important;
  }
  .w-max-t-91,
  .width-max-t-91 {
    max-width: 91% !important;
  }
  .w-max-t-91-vw,
  .width-max-t-91-vw {
    max-width: 91vw !important;
  }
  .w-max-t-92,
  .width-max-t-92 {
    max-width: 92% !important;
  }
  .w-max-t-92-vw,
  .width-max-t-92-vw {
    max-width: 92vw !important;
  }
  .w-max-t-93,
  .width-max-t-93 {
    max-width: 93% !important;
  }
  .w-max-t-93-vw,
  .width-max-t-93-vw {
    max-width: 93vw !important;
  }
  .w-max-t-94,
  .width-max-t-94 {
    max-width: 94% !important;
  }
  .w-max-t-94-vw,
  .width-max-t-94-vw {
    max-width: 94vw !important;
  }
  .w-max-t-95,
  .width-max-t-95 {
    max-width: 95% !important;
  }
  .w-max-t-95-vw,
  .width-max-t-95-vw {
    max-width: 95vw !important;
  }
  .w-max-t-96,
  .width-max-t-96 {
    max-width: 96% !important;
  }
  .w-max-t-96-vw,
  .width-max-t-96-vw {
    max-width: 96vw !important;
  }
  .w-max-t-97,
  .width-max-t-97 {
    max-width: 97% !important;
  }
  .w-max-t-97-vw,
  .width-max-t-97-vw {
    max-width: 97vw !important;
  }
  .w-max-t-98,
  .width-max-t-98 {
    max-width: 98% !important;
  }
  .w-max-t-98-vw,
  .width-max-t-98-vw {
    max-width: 98vw !important;
  }
  .w-max-t-99,
  .width-max-t-99 {
    max-width: 99% !important;
  }
  .w-max-t-99-vw,
  .width-max-t-99-vw {
    max-width: 99vw !important;
  }
  .w-max-t-100,
  .width-max-t-100 {
    max-width: 100% !important;
  }
  .w-max-t-100-vw,
  .width-max-t-100-vw {
    max-width: 100vw !important;
  }
  /*Height*/
  .h-t-full,
  .height-t-full {
    height: 100% !important;
  }
  .h-t-screen,
  .height-t-screen {
    height: 100vh !important;
  }
  .h-t-content,
  .height-t-content {
    height: fit-content !important;
  }
  .h-t-auto,
  .height-t-auto {
    height: auto !important;
  }
  .h-t-0,
  .height-t-0 {
    height: 0% !important;
  }
  .h-t-0-vh,
  .height-t-0-vh {
    height: 0vh !important;
  }
  .h-t-0-rem,
  .height-t-0-rem {
    height: 0rem !important;
  }
  .h-t-0-px,
  .height-t-0-px {
    height: 0px !important;
  }
  .h-t-1,
  .height-t-1 {
    height: 1% !important;
  }
  .h-t-1-vh,
  .height-t-1-vh {
    height: 1vh !important;
  }
  .h-t-1-rem,
  .height-t-1-rem {
    height: 1rem !important;
  }
  .h-t-1-px,
  .height-t-1-px {
    height: 1px !important;
  }
  .h-t-2,
  .height-t-2 {
    height: 2% !important;
  }
  .h-t-2-vh,
  .height-t-2-vh {
    height: 2vh !important;
  }
  .h-t-2-rem,
  .height-t-2-rem {
    height: 2rem !important;
  }
  .h-t-2-px,
  .height-t-2-px {
    height: 2px !important;
  }
  .h-t-3,
  .height-t-3 {
    height: 3% !important;
  }
  .h-t-3-vh,
  .height-t-3-vh {
    height: 3vh !important;
  }
  .h-t-3-rem,
  .height-t-3-rem {
    height: 3rem !important;
  }
  .h-t-3-px,
  .height-t-3-px {
    height: 3px !important;
  }
  .h-t-4,
  .height-t-4 {
    height: 4% !important;
  }
  .h-t-4-vh,
  .height-t-4-vh {
    height: 4vh !important;
  }
  .h-t-4-rem,
  .height-t-4-rem {
    height: 4rem !important;
  }
  .h-t-4-px,
  .height-t-4-px {
    height: 4px !important;
  }
  .h-t-5,
  .height-t-5 {
    height: 5% !important;
  }
  .h-t-5-vh,
  .height-t-5-vh {
    height: 5vh !important;
  }
  .h-t-5-rem,
  .height-t-5-rem {
    height: 5rem !important;
  }
  .h-t-5-px,
  .height-t-5-px {
    height: 5px !important;
  }
  .h-t-6,
  .height-t-6 {
    height: 6% !important;
  }
  .h-t-6-vh,
  .height-t-6-vh {
    height: 6vh !important;
  }
  .h-t-6-rem,
  .height-t-6-rem {
    height: 6rem !important;
  }
  .h-t-6-px,
  .height-t-6-px {
    height: 6px !important;
  }
  .h-t-7,
  .height-t-7 {
    height: 7% !important;
  }
  .h-t-7-vh,
  .height-t-7-vh {
    height: 7vh !important;
  }
  .h-t-7-rem,
  .height-t-7-rem {
    height: 7rem !important;
  }
  .h-t-7-px,
  .height-t-7-px {
    height: 7px !important;
  }
  .h-t-8,
  .height-t-8 {
    height: 8% !important;
  }
  .h-t-8-vh,
  .height-t-8-vh {
    height: 8vh !important;
  }
  .h-t-8-rem,
  .height-t-8-rem {
    height: 8rem !important;
  }
  .h-t-8-px,
  .height-t-8-px {
    height: 8px !important;
  }
  .h-t-9,
  .height-t-9 {
    height: 9% !important;
  }
  .h-t-9-vh,
  .height-t-9-vh {
    height: 9vh !important;
  }
  .h-t-9-rem,
  .height-t-9-rem {
    height: 9rem !important;
  }
  .h-t-9-px,
  .height-t-9-px {
    height: 9px !important;
  }
  .h-t-10,
  .height-t-10 {
    height: 10% !important;
  }
  .h-t-10-vh,
  .height-t-10-vh {
    height: 10vh !important;
  }
  .h-t-10-rem,
  .height-t-10-rem {
    height: 10rem !important;
  }
  .h-t-10-px,
  .height-t-10-px {
    height: 10px !important;
  }
  .h-t-11,
  .height-t-11 {
    height: 11% !important;
  }
  .h-t-11-vh,
  .height-t-11-vh {
    height: 11vh !important;
  }
  .h-t-11-rem,
  .height-t-11-rem {
    height: 11rem !important;
  }
  .h-t-11-px,
  .height-t-11-px {
    height: 11px !important;
  }
  .h-t-12,
  .height-t-12 {
    height: 12% !important;
  }
  .h-t-12-vh,
  .height-t-12-vh {
    height: 12vh !important;
  }
  .h-t-12-rem,
  .height-t-12-rem {
    height: 12rem !important;
  }
  .h-t-12-px,
  .height-t-12-px {
    height: 12px !important;
  }
  .h-t-13,
  .height-t-13 {
    height: 13% !important;
  }
  .h-t-13-vh,
  .height-t-13-vh {
    height: 13vh !important;
  }
  .h-t-13-rem,
  .height-t-13-rem {
    height: 13rem !important;
  }
  .h-t-13-px,
  .height-t-13-px {
    height: 13px !important;
  }
  .h-t-14,
  .height-t-14 {
    height: 14% !important;
  }
  .h-t-14-vh,
  .height-t-14-vh {
    height: 14vh !important;
  }
  .h-t-14-rem,
  .height-t-14-rem {
    height: 14rem !important;
  }
  .h-t-14-px,
  .height-t-14-px {
    height: 14px !important;
  }
  .h-t-15,
  .height-t-15 {
    height: 15% !important;
  }
  .h-t-15-vh,
  .height-t-15-vh {
    height: 15vh !important;
  }
  .h-t-15-rem,
  .height-t-15-rem {
    height: 15rem !important;
  }
  .h-t-15-px,
  .height-t-15-px {
    height: 15px !important;
  }
  .h-t-16,
  .height-t-16 {
    height: 16% !important;
  }
  .h-t-16-vh,
  .height-t-16-vh {
    height: 16vh !important;
  }
  .h-t-16-rem,
  .height-t-16-rem {
    height: 16rem !important;
  }
  .h-t-16-px,
  .height-t-16-px {
    height: 16px !important;
  }
  .h-t-17,
  .height-t-17 {
    height: 17% !important;
  }
  .h-t-17-vh,
  .height-t-17-vh {
    height: 17vh !important;
  }
  .h-t-17-rem,
  .height-t-17-rem {
    height: 17rem !important;
  }
  .h-t-17-px,
  .height-t-17-px {
    height: 17px !important;
  }
  .h-t-18,
  .height-t-18 {
    height: 18% !important;
  }
  .h-t-18-vh,
  .height-t-18-vh {
    height: 18vh !important;
  }
  .h-t-18-rem,
  .height-t-18-rem {
    height: 18rem !important;
  }
  .h-t-18-px,
  .height-t-18-px {
    height: 18px !important;
  }
  .h-t-19,
  .height-t-19 {
    height: 19% !important;
  }
  .h-t-19-vh,
  .height-t-19-vh {
    height: 19vh !important;
  }
  .h-t-19-rem,
  .height-t-19-rem {
    height: 19rem !important;
  }
  .h-t-19-px,
  .height-t-19-px {
    height: 19px !important;
  }
  .h-t-20,
  .height-t-20 {
    height: 20% !important;
  }
  .h-t-20-vh,
  .height-t-20-vh {
    height: 20vh !important;
  }
  .h-t-20-rem,
  .height-t-20-rem {
    height: 20rem !important;
  }
  .h-t-20-px,
  .height-t-20-px {
    height: 20px !important;
  }
  .h-t-21,
  .height-t-21 {
    height: 21% !important;
  }
  .h-t-21-vh,
  .height-t-21-vh {
    height: 21vh !important;
  }
  .h-t-21-rem,
  .height-t-21-rem {
    height: 21rem !important;
  }
  .h-t-21-px,
  .height-t-21-px {
    height: 21px !important;
  }
  .h-t-22,
  .height-t-22 {
    height: 22% !important;
  }
  .h-t-22-vh,
  .height-t-22-vh {
    height: 22vh !important;
  }
  .h-t-22-rem,
  .height-t-22-rem {
    height: 22rem !important;
  }
  .h-t-22-px,
  .height-t-22-px {
    height: 22px !important;
  }
  .h-t-23,
  .height-t-23 {
    height: 23% !important;
  }
  .h-t-23-vh,
  .height-t-23-vh {
    height: 23vh !important;
  }
  .h-t-23-rem,
  .height-t-23-rem {
    height: 23rem !important;
  }
  .h-t-23-px,
  .height-t-23-px {
    height: 23px !important;
  }
  .h-t-24,
  .height-t-24 {
    height: 24% !important;
  }
  .h-t-24-vh,
  .height-t-24-vh {
    height: 24vh !important;
  }
  .h-t-24-rem,
  .height-t-24-rem {
    height: 24rem !important;
  }
  .h-t-24-px,
  .height-t-24-px {
    height: 24px !important;
  }
  .h-t-25,
  .height-t-25 {
    height: 25% !important;
  }
  .h-t-25-vh,
  .height-t-25-vh {
    height: 25vh !important;
  }
  .h-t-25-rem,
  .height-t-25-rem {
    height: 25rem !important;
  }
  .h-t-25-px,
  .height-t-25-px {
    height: 25px !important;
  }
  .h-t-26,
  .height-t-26 {
    height: 26% !important;
  }
  .h-t-26-vh,
  .height-t-26-vh {
    height: 26vh !important;
  }
  .h-t-26-rem,
  .height-t-26-rem {
    height: 26rem !important;
  }
  .h-t-26-px,
  .height-t-26-px {
    height: 26px !important;
  }
  .h-t-27,
  .height-t-27 {
    height: 27% !important;
  }
  .h-t-27-vh,
  .height-t-27-vh {
    height: 27vh !important;
  }
  .h-t-27-rem,
  .height-t-27-rem {
    height: 27rem !important;
  }
  .h-t-27-px,
  .height-t-27-px {
    height: 27px !important;
  }
  .h-t-28,
  .height-t-28 {
    height: 28% !important;
  }
  .h-t-28-vh,
  .height-t-28-vh {
    height: 28vh !important;
  }
  .h-t-28-rem,
  .height-t-28-rem {
    height: 28rem !important;
  }
  .h-t-28-px,
  .height-t-28-px {
    height: 28px !important;
  }
  .h-t-29,
  .height-t-29 {
    height: 29% !important;
  }
  .h-t-29-vh,
  .height-t-29-vh {
    height: 29vh !important;
  }
  .h-t-29-rem,
  .height-t-29-rem {
    height: 29rem !important;
  }
  .h-t-29-px,
  .height-t-29-px {
    height: 29px !important;
  }
  .h-t-30,
  .height-t-30 {
    height: 30% !important;
  }
  .h-t-30-vh,
  .height-t-30-vh {
    height: 30vh !important;
  }
  .h-t-30-rem,
  .height-t-30-rem {
    height: 30rem !important;
  }
  .h-t-30-px,
  .height-t-30-px {
    height: 30px !important;
  }
  .h-t-31,
  .height-t-31 {
    height: 31% !important;
  }
  .h-t-31-vh,
  .height-t-31-vh {
    height: 31vh !important;
  }
  .h-t-31-rem,
  .height-t-31-rem {
    height: 31rem !important;
  }
  .h-t-31-px,
  .height-t-31-px {
    height: 31px !important;
  }
  .h-t-32,
  .height-t-32 {
    height: 32% !important;
  }
  .h-t-32-vh,
  .height-t-32-vh {
    height: 32vh !important;
  }
  .h-t-32-rem,
  .height-t-32-rem {
    height: 32rem !important;
  }
  .h-t-32-px,
  .height-t-32-px {
    height: 32px !important;
  }
  .h-t-33,
  .height-t-33 {
    height: 33% !important;
  }
  .h-t-33-vh,
  .height-t-33-vh {
    height: 33vh !important;
  }
  .h-t-33-rem,
  .height-t-33-rem {
    height: 33rem !important;
  }
  .h-t-33-px,
  .height-t-33-px {
    height: 33px !important;
  }
  .h-t-34,
  .height-t-34 {
    height: 34% !important;
  }
  .h-t-34-vh,
  .height-t-34-vh {
    height: 34vh !important;
  }
  .h-t-34-rem,
  .height-t-34-rem {
    height: 34rem !important;
  }
  .h-t-34-px,
  .height-t-34-px {
    height: 34px !important;
  }
  .h-t-35,
  .height-t-35 {
    height: 35% !important;
  }
  .h-t-35-vh,
  .height-t-35-vh {
    height: 35vh !important;
  }
  .h-t-35-rem,
  .height-t-35-rem {
    height: 35rem !important;
  }
  .h-t-35-px,
  .height-t-35-px {
    height: 35px !important;
  }
  .h-t-36,
  .height-t-36 {
    height: 36% !important;
  }
  .h-t-36-vh,
  .height-t-36-vh {
    height: 36vh !important;
  }
  .h-t-36-rem,
  .height-t-36-rem {
    height: 36rem !important;
  }
  .h-t-36-px,
  .height-t-36-px {
    height: 36px !important;
  }
  .h-t-37,
  .height-t-37 {
    height: 37% !important;
  }
  .h-t-37-vh,
  .height-t-37-vh {
    height: 37vh !important;
  }
  .h-t-37-rem,
  .height-t-37-rem {
    height: 37rem !important;
  }
  .h-t-37-px,
  .height-t-37-px {
    height: 37px !important;
  }
  .h-t-38,
  .height-t-38 {
    height: 38% !important;
  }
  .h-t-38-vh,
  .height-t-38-vh {
    height: 38vh !important;
  }
  .h-t-38-rem,
  .height-t-38-rem {
    height: 38rem !important;
  }
  .h-t-38-px,
  .height-t-38-px {
    height: 38px !important;
  }
  .h-t-39,
  .height-t-39 {
    height: 39% !important;
  }
  .h-t-39-vh,
  .height-t-39-vh {
    height: 39vh !important;
  }
  .h-t-39-rem,
  .height-t-39-rem {
    height: 39rem !important;
  }
  .h-t-39-px,
  .height-t-39-px {
    height: 39px !important;
  }
  .h-t-40,
  .height-t-40 {
    height: 40% !important;
  }
  .h-t-40-vh,
  .height-t-40-vh {
    height: 40vh !important;
  }
  .h-t-40-rem,
  .height-t-40-rem {
    height: 40rem !important;
  }
  .h-t-40-px,
  .height-t-40-px {
    height: 40px !important;
  }
  .h-t-41,
  .height-t-41 {
    height: 41% !important;
  }
  .h-t-41-vh,
  .height-t-41-vh {
    height: 41vh !important;
  }
  .h-t-41-rem,
  .height-t-41-rem {
    height: 41rem !important;
  }
  .h-t-41-px,
  .height-t-41-px {
    height: 41px !important;
  }
  .h-t-42,
  .height-t-42 {
    height: 42% !important;
  }
  .h-t-42-vh,
  .height-t-42-vh {
    height: 42vh !important;
  }
  .h-t-42-rem,
  .height-t-42-rem {
    height: 42rem !important;
  }
  .h-t-42-px,
  .height-t-42-px {
    height: 42px !important;
  }
  .h-t-43,
  .height-t-43 {
    height: 43% !important;
  }
  .h-t-43-vh,
  .height-t-43-vh {
    height: 43vh !important;
  }
  .h-t-43-rem,
  .height-t-43-rem {
    height: 43rem !important;
  }
  .h-t-43-px,
  .height-t-43-px {
    height: 43px !important;
  }
  .h-t-44,
  .height-t-44 {
    height: 44% !important;
  }
  .h-t-44-vh,
  .height-t-44-vh {
    height: 44vh !important;
  }
  .h-t-44-rem,
  .height-t-44-rem {
    height: 44rem !important;
  }
  .h-t-44-px,
  .height-t-44-px {
    height: 44px !important;
  }
  .h-t-45,
  .height-t-45 {
    height: 45% !important;
  }
  .h-t-45-vh,
  .height-t-45-vh {
    height: 45vh !important;
  }
  .h-t-45-rem,
  .height-t-45-rem {
    height: 45rem !important;
  }
  .h-t-45-px,
  .height-t-45-px {
    height: 45px !important;
  }
  .h-t-46,
  .height-t-46 {
    height: 46% !important;
  }
  .h-t-46-vh,
  .height-t-46-vh {
    height: 46vh !important;
  }
  .h-t-46-rem,
  .height-t-46-rem {
    height: 46rem !important;
  }
  .h-t-46-px,
  .height-t-46-px {
    height: 46px !important;
  }
  .h-t-47,
  .height-t-47 {
    height: 47% !important;
  }
  .h-t-47-vh,
  .height-t-47-vh {
    height: 47vh !important;
  }
  .h-t-47-rem,
  .height-t-47-rem {
    height: 47rem !important;
  }
  .h-t-47-px,
  .height-t-47-px {
    height: 47px !important;
  }
  .h-t-48,
  .height-t-48 {
    height: 48% !important;
  }
  .h-t-48-vh,
  .height-t-48-vh {
    height: 48vh !important;
  }
  .h-t-48-rem,
  .height-t-48-rem {
    height: 48rem !important;
  }
  .h-t-48-px,
  .height-t-48-px {
    height: 48px !important;
  }
  .h-t-49,
  .height-t-49 {
    height: 49% !important;
  }
  .h-t-49-vh,
  .height-t-49-vh {
    height: 49vh !important;
  }
  .h-t-49-rem,
  .height-t-49-rem {
    height: 49rem !important;
  }
  .h-t-49-px,
  .height-t-49-px {
    height: 49px !important;
  }
  .h-t-50,
  .height-t-50 {
    height: 50% !important;
  }
  .h-t-50-vh,
  .height-t-50-vh {
    height: 50vh !important;
  }
  .h-t-50-rem,
  .height-t-50-rem {
    height: 50rem !important;
  }
  .h-t-50-px,
  .height-t-50-px {
    height: 50px !important;
  }
  .h-t-51,
  .height-t-51 {
    height: 51% !important;
  }
  .h-t-51-vh,
  .height-t-51-vh {
    height: 51vh !important;
  }
  .h-t-52,
  .height-t-52 {
    height: 52% !important;
  }
  .h-t-52-vh,
  .height-t-52-vh {
    height: 52vh !important;
  }
  .h-t-53,
  .height-t-53 {
    height: 53% !important;
  }
  .h-t-53-vh,
  .height-t-53-vh {
    height: 53vh !important;
  }
  .h-t-54,
  .height-t-54 {
    height: 54% !important;
  }
  .h-t-54-vh,
  .height-t-54-vh {
    height: 54vh !important;
  }
  .h-t-55,
  .height-t-55 {
    height: 55% !important;
  }
  .h-t-55-vh,
  .height-t-55-vh {
    height: 55vh !important;
  }
  .h-t-56,
  .height-t-56 {
    height: 56% !important;
  }
  .h-t-56-vh,
  .height-t-56-vh {
    height: 56vh !important;
  }
  .h-t-57,
  .height-t-57 {
    height: 57% !important;
  }
  .h-t-57-vh,
  .height-t-57-vh {
    height: 57vh !important;
  }
  .h-t-58,
  .height-t-58 {
    height: 58% !important;
  }
  .h-t-58-vh,
  .height-t-58-vh {
    height: 58vh !important;
  }
  .h-t-59,
  .height-t-59 {
    height: 59% !important;
  }
  .h-t-59-vh,
  .height-t-59-vh {
    height: 59vh !important;
  }
  .h-t-60,
  .height-t-60 {
    height: 60% !important;
  }
  .h-t-60-vh,
  .height-t-60-vh {
    height: 60vh !important;
  }
  .h-t-61,
  .height-t-61 {
    height: 61% !important;
  }
  .h-t-61-vh,
  .height-t-61-vh {
    height: 61vh !important;
  }
  .h-t-62,
  .height-t-62 {
    height: 62% !important;
  }
  .h-t-62-vh,
  .height-t-62-vh {
    height: 62vh !important;
  }
  .h-t-63,
  .height-t-63 {
    height: 63% !important;
  }
  .h-t-63-vh,
  .height-t-63-vh {
    height: 63vh !important;
  }
  .h-t-64,
  .height-t-64 {
    height: 64% !important;
  }
  .h-t-64-vh,
  .height-t-64-vh {
    height: 64vh !important;
  }
  .h-t-65,
  .height-t-65 {
    height: 65% !important;
  }
  .h-t-65-vh,
  .height-t-65-vh {
    height: 65vh !important;
  }
  .h-t-66,
  .height-t-66 {
    height: 66% !important;
  }
  .h-t-66-vh,
  .height-t-66-vh {
    height: 66vh !important;
  }
  .h-t-67,
  .height-t-67 {
    height: 67% !important;
  }
  .h-t-67-vh,
  .height-t-67-vh {
    height: 67vh !important;
  }
  .h-t-68,
  .height-t-68 {
    height: 68% !important;
  }
  .h-t-68-vh,
  .height-t-68-vh {
    height: 68vh !important;
  }
  .h-t-69,
  .height-t-69 {
    height: 69% !important;
  }
  .h-t-69-vh,
  .height-t-69-vh {
    height: 69vh !important;
  }
  .h-t-70,
  .height-t-70 {
    height: 70% !important;
  }
  .h-t-70-vh,
  .height-t-70-vh {
    height: 70vh !important;
  }
  .h-t-71,
  .height-t-71 {
    height: 71% !important;
  }
  .h-t-71-vh,
  .height-t-71-vh {
    height: 71vh !important;
  }
  .h-t-72,
  .height-t-72 {
    height: 72% !important;
  }
  .h-t-72-vh,
  .height-t-72-vh {
    height: 72vh !important;
  }
  .h-t-73,
  .height-t-73 {
    height: 73% !important;
  }
  .h-t-73-vh,
  .height-t-73-vh {
    height: 73vh !important;
  }
  .h-t-74,
  .height-t-74 {
    height: 74% !important;
  }
  .h-t-74-vh,
  .height-t-74-vh {
    height: 74vh !important;
  }
  .h-t-75,
  .height-t-75 {
    height: 75% !important;
  }
  .h-t-75-vh,
  .height-t-75-vh {
    height: 75vh !important;
  }
  .h-t-76,
  .height-t-76 {
    height: 76% !important;
  }
  .h-t-76-vh,
  .height-t-76-vh {
    height: 76vh !important;
  }
  .h-t-77,
  .height-t-77 {
    height: 77% !important;
  }
  .h-t-77-vh,
  .height-t-77-vh {
    height: 77vh !important;
  }
  .h-t-78,
  .height-t-78 {
    height: 78% !important;
  }
  .h-t-78-vh,
  .height-t-78-vh {
    height: 78vh !important;
  }
  .h-t-79,
  .height-t-79 {
    height: 79% !important;
  }
  .h-t-79-vh,
  .height-t-79-vh {
    height: 79vh !important;
  }
  .h-t-80,
  .height-t-80 {
    height: 80% !important;
  }
  .h-t-80-vh,
  .height-t-80-vh {
    height: 80vh !important;
  }
  .h-t-81,
  .height-t-81 {
    height: 81% !important;
  }
  .h-t-81-vh,
  .height-t-81-vh {
    height: 81vh !important;
  }
  .h-t-82,
  .height-t-82 {
    height: 82% !important;
  }
  .h-t-82-vh,
  .height-t-82-vh {
    height: 82vh !important;
  }
  .h-t-83,
  .height-t-83 {
    height: 83% !important;
  }
  .h-t-83-vh,
  .height-t-83-vh {
    height: 83vh !important;
  }
  .h-t-84,
  .height-t-84 {
    height: 84% !important;
  }
  .h-t-84-vh,
  .height-t-84-vh {
    height: 84vh !important;
  }
  .h-t-85,
  .height-t-85 {
    height: 85% !important;
  }
  .h-t-85-vh,
  .height-t-85-vh {
    height: 85vh !important;
  }
  .h-t-86,
  .height-t-86 {
    height: 86% !important;
  }
  .h-t-86-vh,
  .height-t-86-vh {
    height: 86vh !important;
  }
  .h-t-87,
  .height-t-87 {
    height: 87% !important;
  }
  .h-t-87-vh,
  .height-t-87-vh {
    height: 87vh !important;
  }
  .h-t-88,
  .height-t-88 {
    height: 88% !important;
  }
  .h-t-88-vh,
  .height-t-88-vh {
    height: 88vh !important;
  }
  .h-t-89,
  .height-t-89 {
    height: 89% !important;
  }
  .h-t-89-vh,
  .height-t-89-vh {
    height: 89vh !important;
  }
  .h-t-90,
  .height-t-90 {
    height: 90% !important;
  }
  .h-t-90-vh,
  .height-t-90-vh {
    height: 90vh !important;
  }
  .h-t-91,
  .height-t-91 {
    height: 91% !important;
  }
  .h-t-91-vh,
  .height-t-91-vh {
    height: 91vh !important;
  }
  .h-t-92,
  .height-t-92 {
    height: 92% !important;
  }
  .h-t-92-vh,
  .height-t-92-vh {
    height: 92vh !important;
  }
  .h-t-93,
  .height-t-93 {
    height: 93% !important;
  }
  .h-t-93-vh,
  .height-t-93-vh {
    height: 93vh !important;
  }
  .h-t-94,
  .height-t-94 {
    height: 94% !important;
  }
  .h-t-94-vh,
  .height-t-94-vh {
    height: 94vh !important;
  }
  .h-t-95,
  .height-t-95 {
    height: 95% !important;
  }
  .h-t-95-vh,
  .height-t-95-vh {
    height: 95vh !important;
  }
  .h-t-96,
  .height-t-96 {
    height: 96% !important;
  }
  .h-t-96-vh,
  .height-t-96-vh {
    height: 96vh !important;
  }
  .h-t-97,
  .height-t-97 {
    height: 97% !important;
  }
  .h-t-97-vh,
  .height-t-97-vh {
    height: 97vh !important;
  }
  .h-t-98,
  .height-t-98 {
    height: 98% !important;
  }
  .h-t-98-vh,
  .height-t-98-vh {
    height: 98vh !important;
  }
  .h-t-99,
  .height-t-99 {
    height: 99% !important;
  }
  .h-t-99-vh,
  .height-t-99-vh {
    height: 99vh !important;
  }
  .h-t-100,
  .height-t-100 {
    height: 100% !important;
  }
  .h-t-100-vh,
  .height-t-100-vh {
    height: 100vh !important;
  }
  .h-min-t-full,
  .height-min-t-full {
    min-height: 100% !important;
  }
  .h-min-t-screen,
  .height-min-t-screen {
    min-height: 100vh !important;
  }
  .h-min-t-content,
  .height-min-t-content {
    min-height: fit-content !important;
  }
  .h-min-t-auto,
  .height-min-t-auto {
    min-height: auto !important;
  }
  .h-min-t-0,
  .height-min-t-0 {
    min-height: 0% !important;
  }
  .h-min-t-0-vh,
  .height-min-t-0-vh {
    min-height: 0vh !important;
  }
  .h-min-t-0-rem,
  .height-min-t-0-rem {
    min-height: 0rem !important;
  }
  .h-min-t-0-px,
  .height-min-t-0-px {
    min-height: 0px !important;
  }
  .h-min-t-1,
  .height-min-t-1 {
    min-height: 1% !important;
  }
  .h-min-t-1-vh,
  .height-min-t-1-vh {
    min-height: 1vh !important;
  }
  .h-min-t-1-rem,
  .height-min-t-1-rem {
    min-height: 1rem !important;
  }
  .h-min-t-1-px,
  .height-min-t-1-px {
    min-height: 1px !important;
  }
  .h-min-t-2,
  .height-min-t-2 {
    min-height: 2% !important;
  }
  .h-min-t-2-vh,
  .height-min-t-2-vh {
    min-height: 2vh !important;
  }
  .h-min-t-2-rem,
  .height-min-t-2-rem {
    min-height: 2rem !important;
  }
  .h-min-t-2-px,
  .height-min-t-2-px {
    min-height: 2px !important;
  }
  .h-min-t-3,
  .height-min-t-3 {
    min-height: 3% !important;
  }
  .h-min-t-3-vh,
  .height-min-t-3-vh {
    min-height: 3vh !important;
  }
  .h-min-t-3-rem,
  .height-min-t-3-rem {
    min-height: 3rem !important;
  }
  .h-min-t-3-px,
  .height-min-t-3-px {
    min-height: 3px !important;
  }
  .h-min-t-4,
  .height-min-t-4 {
    min-height: 4% !important;
  }
  .h-min-t-4-vh,
  .height-min-t-4-vh {
    min-height: 4vh !important;
  }
  .h-min-t-4-rem,
  .height-min-t-4-rem {
    min-height: 4rem !important;
  }
  .h-min-t-4-px,
  .height-min-t-4-px {
    min-height: 4px !important;
  }
  .h-min-t-5,
  .height-min-t-5 {
    min-height: 5% !important;
  }
  .h-min-t-5-vh,
  .height-min-t-5-vh {
    min-height: 5vh !important;
  }
  .h-min-t-5-rem,
  .height-min-t-5-rem {
    min-height: 5rem !important;
  }
  .h-min-t-5-px,
  .height-min-t-5-px {
    min-height: 5px !important;
  }
  .h-min-t-6,
  .height-min-t-6 {
    min-height: 6% !important;
  }
  .h-min-t-6-vh,
  .height-min-t-6-vh {
    min-height: 6vh !important;
  }
  .h-min-t-6-rem,
  .height-min-t-6-rem {
    min-height: 6rem !important;
  }
  .h-min-t-6-px,
  .height-min-t-6-px {
    min-height: 6px !important;
  }
  .h-min-t-7,
  .height-min-t-7 {
    min-height: 7% !important;
  }
  .h-min-t-7-vh,
  .height-min-t-7-vh {
    min-height: 7vh !important;
  }
  .h-min-t-7-rem,
  .height-min-t-7-rem {
    min-height: 7rem !important;
  }
  .h-min-t-7-px,
  .height-min-t-7-px {
    min-height: 7px !important;
  }
  .h-min-t-8,
  .height-min-t-8 {
    min-height: 8% !important;
  }
  .h-min-t-8-vh,
  .height-min-t-8-vh {
    min-height: 8vh !important;
  }
  .h-min-t-8-rem,
  .height-min-t-8-rem {
    min-height: 8rem !important;
  }
  .h-min-t-8-px,
  .height-min-t-8-px {
    min-height: 8px !important;
  }
  .h-min-t-9,
  .height-min-t-9 {
    min-height: 9% !important;
  }
  .h-min-t-9-vh,
  .height-min-t-9-vh {
    min-height: 9vh !important;
  }
  .h-min-t-9-rem,
  .height-min-t-9-rem {
    min-height: 9rem !important;
  }
  .h-min-t-9-px,
  .height-min-t-9-px {
    min-height: 9px !important;
  }
  .h-min-t-10,
  .height-min-t-10 {
    min-height: 10% !important;
  }
  .h-min-t-10-vh,
  .height-min-t-10-vh {
    min-height: 10vh !important;
  }
  .h-min-t-10-rem,
  .height-min-t-10-rem {
    min-height: 10rem !important;
  }
  .h-min-t-10-px,
  .height-min-t-10-px {
    min-height: 10px !important;
  }
  .h-min-t-11,
  .height-min-t-11 {
    min-height: 11% !important;
  }
  .h-min-t-11-vh,
  .height-min-t-11-vh {
    min-height: 11vh !important;
  }
  .h-min-t-11-rem,
  .height-min-t-11-rem {
    min-height: 11rem !important;
  }
  .h-min-t-11-px,
  .height-min-t-11-px {
    min-height: 11px !important;
  }
  .h-min-t-12,
  .height-min-t-12 {
    min-height: 12% !important;
  }
  .h-min-t-12-vh,
  .height-min-t-12-vh {
    min-height: 12vh !important;
  }
  .h-min-t-12-rem,
  .height-min-t-12-rem {
    min-height: 12rem !important;
  }
  .h-min-t-12-px,
  .height-min-t-12-px {
    min-height: 12px !important;
  }
  .h-min-t-13,
  .height-min-t-13 {
    min-height: 13% !important;
  }
  .h-min-t-13-vh,
  .height-min-t-13-vh {
    min-height: 13vh !important;
  }
  .h-min-t-13-rem,
  .height-min-t-13-rem {
    min-height: 13rem !important;
  }
  .h-min-t-13-px,
  .height-min-t-13-px {
    min-height: 13px !important;
  }
  .h-min-t-14,
  .height-min-t-14 {
    min-height: 14% !important;
  }
  .h-min-t-14-vh,
  .height-min-t-14-vh {
    min-height: 14vh !important;
  }
  .h-min-t-14-rem,
  .height-min-t-14-rem {
    min-height: 14rem !important;
  }
  .h-min-t-14-px,
  .height-min-t-14-px {
    min-height: 14px !important;
  }
  .h-min-t-15,
  .height-min-t-15 {
    min-height: 15% !important;
  }
  .h-min-t-15-vh,
  .height-min-t-15-vh {
    min-height: 15vh !important;
  }
  .h-min-t-15-rem,
  .height-min-t-15-rem {
    min-height: 15rem !important;
  }
  .h-min-t-15-px,
  .height-min-t-15-px {
    min-height: 15px !important;
  }
  .h-min-t-16,
  .height-min-t-16 {
    min-height: 16% !important;
  }
  .h-min-t-16-vh,
  .height-min-t-16-vh {
    min-height: 16vh !important;
  }
  .h-min-t-16-rem,
  .height-min-t-16-rem {
    min-height: 16rem !important;
  }
  .h-min-t-16-px,
  .height-min-t-16-px {
    min-height: 16px !important;
  }
  .h-min-t-17,
  .height-min-t-17 {
    min-height: 17% !important;
  }
  .h-min-t-17-vh,
  .height-min-t-17-vh {
    min-height: 17vh !important;
  }
  .h-min-t-17-rem,
  .height-min-t-17-rem {
    min-height: 17rem !important;
  }
  .h-min-t-17-px,
  .height-min-t-17-px {
    min-height: 17px !important;
  }
  .h-min-t-18,
  .height-min-t-18 {
    min-height: 18% !important;
  }
  .h-min-t-18-vh,
  .height-min-t-18-vh {
    min-height: 18vh !important;
  }
  .h-min-t-18-rem,
  .height-min-t-18-rem {
    min-height: 18rem !important;
  }
  .h-min-t-18-px,
  .height-min-t-18-px {
    min-height: 18px !important;
  }
  .h-min-t-19,
  .height-min-t-19 {
    min-height: 19% !important;
  }
  .h-min-t-19-vh,
  .height-min-t-19-vh {
    min-height: 19vh !important;
  }
  .h-min-t-19-rem,
  .height-min-t-19-rem {
    min-height: 19rem !important;
  }
  .h-min-t-19-px,
  .height-min-t-19-px {
    min-height: 19px !important;
  }
  .h-min-t-20,
  .height-min-t-20 {
    min-height: 20% !important;
  }
  .h-min-t-20-vh,
  .height-min-t-20-vh {
    min-height: 20vh !important;
  }
  .h-min-t-20-rem,
  .height-min-t-20-rem {
    min-height: 20rem !important;
  }
  .h-min-t-20-px,
  .height-min-t-20-px {
    min-height: 20px !important;
  }
  .h-min-t-21,
  .height-min-t-21 {
    min-height: 21% !important;
  }
  .h-min-t-21-vh,
  .height-min-t-21-vh {
    min-height: 21vh !important;
  }
  .h-min-t-21-rem,
  .height-min-t-21-rem {
    min-height: 21rem !important;
  }
  .h-min-t-21-px,
  .height-min-t-21-px {
    min-height: 21px !important;
  }
  .h-min-t-22,
  .height-min-t-22 {
    min-height: 22% !important;
  }
  .h-min-t-22-vh,
  .height-min-t-22-vh {
    min-height: 22vh !important;
  }
  .h-min-t-22-rem,
  .height-min-t-22-rem {
    min-height: 22rem !important;
  }
  .h-min-t-22-px,
  .height-min-t-22-px {
    min-height: 22px !important;
  }
  .h-min-t-23,
  .height-min-t-23 {
    min-height: 23% !important;
  }
  .h-min-t-23-vh,
  .height-min-t-23-vh {
    min-height: 23vh !important;
  }
  .h-min-t-23-rem,
  .height-min-t-23-rem {
    min-height: 23rem !important;
  }
  .h-min-t-23-px,
  .height-min-t-23-px {
    min-height: 23px !important;
  }
  .h-min-t-24,
  .height-min-t-24 {
    min-height: 24% !important;
  }
  .h-min-t-24-vh,
  .height-min-t-24-vh {
    min-height: 24vh !important;
  }
  .h-min-t-24-rem,
  .height-min-t-24-rem {
    min-height: 24rem !important;
  }
  .h-min-t-24-px,
  .height-min-t-24-px {
    min-height: 24px !important;
  }
  .h-min-t-25,
  .height-min-t-25 {
    min-height: 25% !important;
  }
  .h-min-t-25-vh,
  .height-min-t-25-vh {
    min-height: 25vh !important;
  }
  .h-min-t-25-rem,
  .height-min-t-25-rem {
    min-height: 25rem !important;
  }
  .h-min-t-25-px,
  .height-min-t-25-px {
    min-height: 25px !important;
  }
  .h-min-t-26,
  .height-min-t-26 {
    min-height: 26% !important;
  }
  .h-min-t-26-vh,
  .height-min-t-26-vh {
    min-height: 26vh !important;
  }
  .h-min-t-26-rem,
  .height-min-t-26-rem {
    min-height: 26rem !important;
  }
  .h-min-t-26-px,
  .height-min-t-26-px {
    min-height: 26px !important;
  }
  .h-min-t-27,
  .height-min-t-27 {
    min-height: 27% !important;
  }
  .h-min-t-27-vh,
  .height-min-t-27-vh {
    min-height: 27vh !important;
  }
  .h-min-t-27-rem,
  .height-min-t-27-rem {
    min-height: 27rem !important;
  }
  .h-min-t-27-px,
  .height-min-t-27-px {
    min-height: 27px !important;
  }
  .h-min-t-28,
  .height-min-t-28 {
    min-height: 28% !important;
  }
  .h-min-t-28-vh,
  .height-min-t-28-vh {
    min-height: 28vh !important;
  }
  .h-min-t-28-rem,
  .height-min-t-28-rem {
    min-height: 28rem !important;
  }
  .h-min-t-28-px,
  .height-min-t-28-px {
    min-height: 28px !important;
  }
  .h-min-t-29,
  .height-min-t-29 {
    min-height: 29% !important;
  }
  .h-min-t-29-vh,
  .height-min-t-29-vh {
    min-height: 29vh !important;
  }
  .h-min-t-29-rem,
  .height-min-t-29-rem {
    min-height: 29rem !important;
  }
  .h-min-t-29-px,
  .height-min-t-29-px {
    min-height: 29px !important;
  }
  .h-min-t-30,
  .height-min-t-30 {
    min-height: 30% !important;
  }
  .h-min-t-30-vh,
  .height-min-t-30-vh {
    min-height: 30vh !important;
  }
  .h-min-t-30-rem,
  .height-min-t-30-rem {
    min-height: 30rem !important;
  }
  .h-min-t-30-px,
  .height-min-t-30-px {
    min-height: 30px !important;
  }
  .h-min-t-31,
  .height-min-t-31 {
    min-height: 31% !important;
  }
  .h-min-t-31-vh,
  .height-min-t-31-vh {
    min-height: 31vh !important;
  }
  .h-min-t-31-rem,
  .height-min-t-31-rem {
    min-height: 31rem !important;
  }
  .h-min-t-31-px,
  .height-min-t-31-px {
    min-height: 31px !important;
  }
  .h-min-t-32,
  .height-min-t-32 {
    min-height: 32% !important;
  }
  .h-min-t-32-vh,
  .height-min-t-32-vh {
    min-height: 32vh !important;
  }
  .h-min-t-32-rem,
  .height-min-t-32-rem {
    min-height: 32rem !important;
  }
  .h-min-t-32-px,
  .height-min-t-32-px {
    min-height: 32px !important;
  }
  .h-min-t-33,
  .height-min-t-33 {
    min-height: 33% !important;
  }
  .h-min-t-33-vh,
  .height-min-t-33-vh {
    min-height: 33vh !important;
  }
  .h-min-t-33-rem,
  .height-min-t-33-rem {
    min-height: 33rem !important;
  }
  .h-min-t-33-px,
  .height-min-t-33-px {
    min-height: 33px !important;
  }
  .h-min-t-34,
  .height-min-t-34 {
    min-height: 34% !important;
  }
  .h-min-t-34-vh,
  .height-min-t-34-vh {
    min-height: 34vh !important;
  }
  .h-min-t-34-rem,
  .height-min-t-34-rem {
    min-height: 34rem !important;
  }
  .h-min-t-34-px,
  .height-min-t-34-px {
    min-height: 34px !important;
  }
  .h-min-t-35,
  .height-min-t-35 {
    min-height: 35% !important;
  }
  .h-min-t-35-vh,
  .height-min-t-35-vh {
    min-height: 35vh !important;
  }
  .h-min-t-35-rem,
  .height-min-t-35-rem {
    min-height: 35rem !important;
  }
  .h-min-t-35-px,
  .height-min-t-35-px {
    min-height: 35px !important;
  }
  .h-min-t-36,
  .height-min-t-36 {
    min-height: 36% !important;
  }
  .h-min-t-36-vh,
  .height-min-t-36-vh {
    min-height: 36vh !important;
  }
  .h-min-t-36-rem,
  .height-min-t-36-rem {
    min-height: 36rem !important;
  }
  .h-min-t-36-px,
  .height-min-t-36-px {
    min-height: 36px !important;
  }
  .h-min-t-37,
  .height-min-t-37 {
    min-height: 37% !important;
  }
  .h-min-t-37-vh,
  .height-min-t-37-vh {
    min-height: 37vh !important;
  }
  .h-min-t-37-rem,
  .height-min-t-37-rem {
    min-height: 37rem !important;
  }
  .h-min-t-37-px,
  .height-min-t-37-px {
    min-height: 37px !important;
  }
  .h-min-t-38,
  .height-min-t-38 {
    min-height: 38% !important;
  }
  .h-min-t-38-vh,
  .height-min-t-38-vh {
    min-height: 38vh !important;
  }
  .h-min-t-38-rem,
  .height-min-t-38-rem {
    min-height: 38rem !important;
  }
  .h-min-t-38-px,
  .height-min-t-38-px {
    min-height: 38px !important;
  }
  .h-min-t-39,
  .height-min-t-39 {
    min-height: 39% !important;
  }
  .h-min-t-39-vh,
  .height-min-t-39-vh {
    min-height: 39vh !important;
  }
  .h-min-t-39-rem,
  .height-min-t-39-rem {
    min-height: 39rem !important;
  }
  .h-min-t-39-px,
  .height-min-t-39-px {
    min-height: 39px !important;
  }
  .h-min-t-40,
  .height-min-t-40 {
    min-height: 40% !important;
  }
  .h-min-t-40-vh,
  .height-min-t-40-vh {
    min-height: 40vh !important;
  }
  .h-min-t-40-rem,
  .height-min-t-40-rem {
    min-height: 40rem !important;
  }
  .h-min-t-40-px,
  .height-min-t-40-px {
    min-height: 40px !important;
  }
  .h-min-t-41,
  .height-min-t-41 {
    min-height: 41% !important;
  }
  .h-min-t-41-vh,
  .height-min-t-41-vh {
    min-height: 41vh !important;
  }
  .h-min-t-41-rem,
  .height-min-t-41-rem {
    min-height: 41rem !important;
  }
  .h-min-t-41-px,
  .height-min-t-41-px {
    min-height: 41px !important;
  }
  .h-min-t-42,
  .height-min-t-42 {
    min-height: 42% !important;
  }
  .h-min-t-42-vh,
  .height-min-t-42-vh {
    min-height: 42vh !important;
  }
  .h-min-t-42-rem,
  .height-min-t-42-rem {
    min-height: 42rem !important;
  }
  .h-min-t-42-px,
  .height-min-t-42-px {
    min-height: 42px !important;
  }
  .h-min-t-43,
  .height-min-t-43 {
    min-height: 43% !important;
  }
  .h-min-t-43-vh,
  .height-min-t-43-vh {
    min-height: 43vh !important;
  }
  .h-min-t-43-rem,
  .height-min-t-43-rem {
    min-height: 43rem !important;
  }
  .h-min-t-43-px,
  .height-min-t-43-px {
    min-height: 43px !important;
  }
  .h-min-t-44,
  .height-min-t-44 {
    min-height: 44% !important;
  }
  .h-min-t-44-vh,
  .height-min-t-44-vh {
    min-height: 44vh !important;
  }
  .h-min-t-44-rem,
  .height-min-t-44-rem {
    min-height: 44rem !important;
  }
  .h-min-t-44-px,
  .height-min-t-44-px {
    min-height: 44px !important;
  }
  .h-min-t-45,
  .height-min-t-45 {
    min-height: 45% !important;
  }
  .h-min-t-45-vh,
  .height-min-t-45-vh {
    min-height: 45vh !important;
  }
  .h-min-t-45-rem,
  .height-min-t-45-rem {
    min-height: 45rem !important;
  }
  .h-min-t-45-px,
  .height-min-t-45-px {
    min-height: 45px !important;
  }
  .h-min-t-46,
  .height-min-t-46 {
    min-height: 46% !important;
  }
  .h-min-t-46-vh,
  .height-min-t-46-vh {
    min-height: 46vh !important;
  }
  .h-min-t-46-rem,
  .height-min-t-46-rem {
    min-height: 46rem !important;
  }
  .h-min-t-46-px,
  .height-min-t-46-px {
    min-height: 46px !important;
  }
  .h-min-t-47,
  .height-min-t-47 {
    min-height: 47% !important;
  }
  .h-min-t-47-vh,
  .height-min-t-47-vh {
    min-height: 47vh !important;
  }
  .h-min-t-47-rem,
  .height-min-t-47-rem {
    min-height: 47rem !important;
  }
  .h-min-t-47-px,
  .height-min-t-47-px {
    min-height: 47px !important;
  }
  .h-min-t-48,
  .height-min-t-48 {
    min-height: 48% !important;
  }
  .h-min-t-48-vh,
  .height-min-t-48-vh {
    min-height: 48vh !important;
  }
  .h-min-t-48-rem,
  .height-min-t-48-rem {
    min-height: 48rem !important;
  }
  .h-min-t-48-px,
  .height-min-t-48-px {
    min-height: 48px !important;
  }
  .h-min-t-49,
  .height-min-t-49 {
    min-height: 49% !important;
  }
  .h-min-t-49-vh,
  .height-min-t-49-vh {
    min-height: 49vh !important;
  }
  .h-min-t-49-rem,
  .height-min-t-49-rem {
    min-height: 49rem !important;
  }
  .h-min-t-49-px,
  .height-min-t-49-px {
    min-height: 49px !important;
  }
  .h-min-t-50,
  .height-min-t-50 {
    min-height: 50% !important;
  }
  .h-min-t-50-vh,
  .height-min-t-50-vh {
    min-height: 50vh !important;
  }
  .h-min-t-50-rem,
  .height-min-t-50-rem {
    min-height: 50rem !important;
  }
  .h-min-t-50-px,
  .height-min-t-50-px {
    min-height: 50px !important;
  }
  .h-min-t-51,
  .height-min-t-51 {
    min-height: 51% !important;
  }
  .h-min-t-51-vh,
  .height-min-t-51-vh {
    min-height: 51vh !important;
  }
  .h-min-t-52,
  .height-min-t-52 {
    min-height: 52% !important;
  }
  .h-min-t-52-vh,
  .height-min-t-52-vh {
    min-height: 52vh !important;
  }
  .h-min-t-53,
  .height-min-t-53 {
    min-height: 53% !important;
  }
  .h-min-t-53-vh,
  .height-min-t-53-vh {
    min-height: 53vh !important;
  }
  .h-min-t-54,
  .height-min-t-54 {
    min-height: 54% !important;
  }
  .h-min-t-54-vh,
  .height-min-t-54-vh {
    min-height: 54vh !important;
  }
  .h-min-t-55,
  .height-min-t-55 {
    min-height: 55% !important;
  }
  .h-min-t-55-vh,
  .height-min-t-55-vh {
    min-height: 55vh !important;
  }
  .h-min-t-56,
  .height-min-t-56 {
    min-height: 56% !important;
  }
  .h-min-t-56-vh,
  .height-min-t-56-vh {
    min-height: 56vh !important;
  }
  .h-min-t-57,
  .height-min-t-57 {
    min-height: 57% !important;
  }
  .h-min-t-57-vh,
  .height-min-t-57-vh {
    min-height: 57vh !important;
  }
  .h-min-t-58,
  .height-min-t-58 {
    min-height: 58% !important;
  }
  .h-min-t-58-vh,
  .height-min-t-58-vh {
    min-height: 58vh !important;
  }
  .h-min-t-59,
  .height-min-t-59 {
    min-height: 59% !important;
  }
  .h-min-t-59-vh,
  .height-min-t-59-vh {
    min-height: 59vh !important;
  }
  .h-min-t-60,
  .height-min-t-60 {
    min-height: 60% !important;
  }
  .h-min-t-60-vh,
  .height-min-t-60-vh {
    min-height: 60vh !important;
  }
  .h-min-t-61,
  .height-min-t-61 {
    min-height: 61% !important;
  }
  .h-min-t-61-vh,
  .height-min-t-61-vh {
    min-height: 61vh !important;
  }
  .h-min-t-62,
  .height-min-t-62 {
    min-height: 62% !important;
  }
  .h-min-t-62-vh,
  .height-min-t-62-vh {
    min-height: 62vh !important;
  }
  .h-min-t-63,
  .height-min-t-63 {
    min-height: 63% !important;
  }
  .h-min-t-63-vh,
  .height-min-t-63-vh {
    min-height: 63vh !important;
  }
  .h-min-t-64,
  .height-min-t-64 {
    min-height: 64% !important;
  }
  .h-min-t-64-vh,
  .height-min-t-64-vh {
    min-height: 64vh !important;
  }
  .h-min-t-65,
  .height-min-t-65 {
    min-height: 65% !important;
  }
  .h-min-t-65-vh,
  .height-min-t-65-vh {
    min-height: 65vh !important;
  }
  .h-min-t-66,
  .height-min-t-66 {
    min-height: 66% !important;
  }
  .h-min-t-66-vh,
  .height-min-t-66-vh {
    min-height: 66vh !important;
  }
  .h-min-t-67,
  .height-min-t-67 {
    min-height: 67% !important;
  }
  .h-min-t-67-vh,
  .height-min-t-67-vh {
    min-height: 67vh !important;
  }
  .h-min-t-68,
  .height-min-t-68 {
    min-height: 68% !important;
  }
  .h-min-t-68-vh,
  .height-min-t-68-vh {
    min-height: 68vh !important;
  }
  .h-min-t-69,
  .height-min-t-69 {
    min-height: 69% !important;
  }
  .h-min-t-69-vh,
  .height-min-t-69-vh {
    min-height: 69vh !important;
  }
  .h-min-t-70,
  .height-min-t-70 {
    min-height: 70% !important;
  }
  .h-min-t-70-vh,
  .height-min-t-70-vh {
    min-height: 70vh !important;
  }
  .h-min-t-71,
  .height-min-t-71 {
    min-height: 71% !important;
  }
  .h-min-t-71-vh,
  .height-min-t-71-vh {
    min-height: 71vh !important;
  }
  .h-min-t-72,
  .height-min-t-72 {
    min-height: 72% !important;
  }
  .h-min-t-72-vh,
  .height-min-t-72-vh {
    min-height: 72vh !important;
  }
  .h-min-t-73,
  .height-min-t-73 {
    min-height: 73% !important;
  }
  .h-min-t-73-vh,
  .height-min-t-73-vh {
    min-height: 73vh !important;
  }
  .h-min-t-74,
  .height-min-t-74 {
    min-height: 74% !important;
  }
  .h-min-t-74-vh,
  .height-min-t-74-vh {
    min-height: 74vh !important;
  }
  .h-min-t-75,
  .height-min-t-75 {
    min-height: 75% !important;
  }
  .h-min-t-75-vh,
  .height-min-t-75-vh {
    min-height: 75vh !important;
  }
  .h-min-t-76,
  .height-min-t-76 {
    min-height: 76% !important;
  }
  .h-min-t-76-vh,
  .height-min-t-76-vh {
    min-height: 76vh !important;
  }
  .h-min-t-77,
  .height-min-t-77 {
    min-height: 77% !important;
  }
  .h-min-t-77-vh,
  .height-min-t-77-vh {
    min-height: 77vh !important;
  }
  .h-min-t-78,
  .height-min-t-78 {
    min-height: 78% !important;
  }
  .h-min-t-78-vh,
  .height-min-t-78-vh {
    min-height: 78vh !important;
  }
  .h-min-t-79,
  .height-min-t-79 {
    min-height: 79% !important;
  }
  .h-min-t-79-vh,
  .height-min-t-79-vh {
    min-height: 79vh !important;
  }
  .h-min-t-80,
  .height-min-t-80 {
    min-height: 80% !important;
  }
  .h-min-t-80-vh,
  .height-min-t-80-vh {
    min-height: 80vh !important;
  }
  .h-min-t-81,
  .height-min-t-81 {
    min-height: 81% !important;
  }
  .h-min-t-81-vh,
  .height-min-t-81-vh {
    min-height: 81vh !important;
  }
  .h-min-t-82,
  .height-min-t-82 {
    min-height: 82% !important;
  }
  .h-min-t-82-vh,
  .height-min-t-82-vh {
    min-height: 82vh !important;
  }
  .h-min-t-83,
  .height-min-t-83 {
    min-height: 83% !important;
  }
  .h-min-t-83-vh,
  .height-min-t-83-vh {
    min-height: 83vh !important;
  }
  .h-min-t-84,
  .height-min-t-84 {
    min-height: 84% !important;
  }
  .h-min-t-84-vh,
  .height-min-t-84-vh {
    min-height: 84vh !important;
  }
  .h-min-t-85,
  .height-min-t-85 {
    min-height: 85% !important;
  }
  .h-min-t-85-vh,
  .height-min-t-85-vh {
    min-height: 85vh !important;
  }
  .h-min-t-86,
  .height-min-t-86 {
    min-height: 86% !important;
  }
  .h-min-t-86-vh,
  .height-min-t-86-vh {
    min-height: 86vh !important;
  }
  .h-min-t-87,
  .height-min-t-87 {
    min-height: 87% !important;
  }
  .h-min-t-87-vh,
  .height-min-t-87-vh {
    min-height: 87vh !important;
  }
  .h-min-t-88,
  .height-min-t-88 {
    min-height: 88% !important;
  }
  .h-min-t-88-vh,
  .height-min-t-88-vh {
    min-height: 88vh !important;
  }
  .h-min-t-89,
  .height-min-t-89 {
    min-height: 89% !important;
  }
  .h-min-t-89-vh,
  .height-min-t-89-vh {
    min-height: 89vh !important;
  }
  .h-min-t-90,
  .height-min-t-90 {
    min-height: 90% !important;
  }
  .h-min-t-90-vh,
  .height-min-t-90-vh {
    min-height: 90vh !important;
  }
  .h-min-t-91,
  .height-min-t-91 {
    min-height: 91% !important;
  }
  .h-min-t-91-vh,
  .height-min-t-91-vh {
    min-height: 91vh !important;
  }
  .h-min-t-92,
  .height-min-t-92 {
    min-height: 92% !important;
  }
  .h-min-t-92-vh,
  .height-min-t-92-vh {
    min-height: 92vh !important;
  }
  .h-min-t-93,
  .height-min-t-93 {
    min-height: 93% !important;
  }
  .h-min-t-93-vh,
  .height-min-t-93-vh {
    min-height: 93vh !important;
  }
  .h-min-t-94,
  .height-min-t-94 {
    min-height: 94% !important;
  }
  .h-min-t-94-vh,
  .height-min-t-94-vh {
    min-height: 94vh !important;
  }
  .h-min-t-95,
  .height-min-t-95 {
    min-height: 95% !important;
  }
  .h-min-t-95-vh,
  .height-min-t-95-vh {
    min-height: 95vh !important;
  }
  .h-min-t-96,
  .height-min-t-96 {
    min-height: 96% !important;
  }
  .h-min-t-96-vh,
  .height-min-t-96-vh {
    min-height: 96vh !important;
  }
  .h-min-t-97,
  .height-min-t-97 {
    min-height: 97% !important;
  }
  .h-min-t-97-vh,
  .height-min-t-97-vh {
    min-height: 97vh !important;
  }
  .h-min-t-98,
  .height-min-t-98 {
    min-height: 98% !important;
  }
  .h-min-t-98-vh,
  .height-min-t-98-vh {
    min-height: 98vh !important;
  }
  .h-min-t-99,
  .height-min-t-99 {
    min-height: 99% !important;
  }
  .h-min-t-99-vh,
  .height-min-t-99-vh {
    min-height: 99vh !important;
  }
  .h-min-t-100,
  .height-min-t-100 {
    min-height: 100% !important;
  }
  .h-min-t-100-vh,
  .height-min-t-100-vh {
    min-height: 100vh !important;
  }
  .h-max-t-full,
  .height-max-t-full {
    max-height: 100% !important;
  }
  .h-max-t-screen,
  .height-max-t-screen {
    max-height: 100vh !important;
  }
  .h-max-t-content,
  .height-max-t-content {
    max-height: fit-content !important;
  }
  .h-max-t-auto,
  .height-max-t-auto {
    max-height: auto !important;
  }
  .h-max-t-0,
  .height-max-t-0 {
    max-height: 0% !important;
  }
  .h-max-t-0-vh,
  .height-max-t-0-vh {
    max-height: 0vh !important;
  }
  .h-max-t-0-rem,
  .height-max-t-0-rem {
    max-height: 0rem !important;
  }
  .h-max-t-0-px,
  .height-max-t-0-px {
    max-height: 0px !important;
  }
  .h-max-t-1,
  .height-max-t-1 {
    max-height: 1% !important;
  }
  .h-max-t-1-vh,
  .height-max-t-1-vh {
    max-height: 1vh !important;
  }
  .h-max-t-1-rem,
  .height-max-t-1-rem {
    max-height: 1rem !important;
  }
  .h-max-t-1-px,
  .height-max-t-1-px {
    max-height: 1px !important;
  }
  .h-max-t-2,
  .height-max-t-2 {
    max-height: 2% !important;
  }
  .h-max-t-2-vh,
  .height-max-t-2-vh {
    max-height: 2vh !important;
  }
  .h-max-t-2-rem,
  .height-max-t-2-rem {
    max-height: 2rem !important;
  }
  .h-max-t-2-px,
  .height-max-t-2-px {
    max-height: 2px !important;
  }
  .h-max-t-3,
  .height-max-t-3 {
    max-height: 3% !important;
  }
  .h-max-t-3-vh,
  .height-max-t-3-vh {
    max-height: 3vh !important;
  }
  .h-max-t-3-rem,
  .height-max-t-3-rem {
    max-height: 3rem !important;
  }
  .h-max-t-3-px,
  .height-max-t-3-px {
    max-height: 3px !important;
  }
  .h-max-t-4,
  .height-max-t-4 {
    max-height: 4% !important;
  }
  .h-max-t-4-vh,
  .height-max-t-4-vh {
    max-height: 4vh !important;
  }
  .h-max-t-4-rem,
  .height-max-t-4-rem {
    max-height: 4rem !important;
  }
  .h-max-t-4-px,
  .height-max-t-4-px {
    max-height: 4px !important;
  }
  .h-max-t-5,
  .height-max-t-5 {
    max-height: 5% !important;
  }
  .h-max-t-5-vh,
  .height-max-t-5-vh {
    max-height: 5vh !important;
  }
  .h-max-t-5-rem,
  .height-max-t-5-rem {
    max-height: 5rem !important;
  }
  .h-max-t-5-px,
  .height-max-t-5-px {
    max-height: 5px !important;
  }
  .h-max-t-6,
  .height-max-t-6 {
    max-height: 6% !important;
  }
  .h-max-t-6-vh,
  .height-max-t-6-vh {
    max-height: 6vh !important;
  }
  .h-max-t-6-rem,
  .height-max-t-6-rem {
    max-height: 6rem !important;
  }
  .h-max-t-6-px,
  .height-max-t-6-px {
    max-height: 6px !important;
  }
  .h-max-t-7,
  .height-max-t-7 {
    max-height: 7% !important;
  }
  .h-max-t-7-vh,
  .height-max-t-7-vh {
    max-height: 7vh !important;
  }
  .h-max-t-7-rem,
  .height-max-t-7-rem {
    max-height: 7rem !important;
  }
  .h-max-t-7-px,
  .height-max-t-7-px {
    max-height: 7px !important;
  }
  .h-max-t-8,
  .height-max-t-8 {
    max-height: 8% !important;
  }
  .h-max-t-8-vh,
  .height-max-t-8-vh {
    max-height: 8vh !important;
  }
  .h-max-t-8-rem,
  .height-max-t-8-rem {
    max-height: 8rem !important;
  }
  .h-max-t-8-px,
  .height-max-t-8-px {
    max-height: 8px !important;
  }
  .h-max-t-9,
  .height-max-t-9 {
    max-height: 9% !important;
  }
  .h-max-t-9-vh,
  .height-max-t-9-vh {
    max-height: 9vh !important;
  }
  .h-max-t-9-rem,
  .height-max-t-9-rem {
    max-height: 9rem !important;
  }
  .h-max-t-9-px,
  .height-max-t-9-px {
    max-height: 9px !important;
  }
  .h-max-t-10,
  .height-max-t-10 {
    max-height: 10% !important;
  }
  .h-max-t-10-vh,
  .height-max-t-10-vh {
    max-height: 10vh !important;
  }
  .h-max-t-10-rem,
  .height-max-t-10-rem {
    max-height: 10rem !important;
  }
  .h-max-t-10-px,
  .height-max-t-10-px {
    max-height: 10px !important;
  }
  .h-max-t-11,
  .height-max-t-11 {
    max-height: 11% !important;
  }
  .h-max-t-11-vh,
  .height-max-t-11-vh {
    max-height: 11vh !important;
  }
  .h-max-t-11-rem,
  .height-max-t-11-rem {
    max-height: 11rem !important;
  }
  .h-max-t-11-px,
  .height-max-t-11-px {
    max-height: 11px !important;
  }
  .h-max-t-12,
  .height-max-t-12 {
    max-height: 12% !important;
  }
  .h-max-t-12-vh,
  .height-max-t-12-vh {
    max-height: 12vh !important;
  }
  .h-max-t-12-rem,
  .height-max-t-12-rem {
    max-height: 12rem !important;
  }
  .h-max-t-12-px,
  .height-max-t-12-px {
    max-height: 12px !important;
  }
  .h-max-t-13,
  .height-max-t-13 {
    max-height: 13% !important;
  }
  .h-max-t-13-vh,
  .height-max-t-13-vh {
    max-height: 13vh !important;
  }
  .h-max-t-13-rem,
  .height-max-t-13-rem {
    max-height: 13rem !important;
  }
  .h-max-t-13-px,
  .height-max-t-13-px {
    max-height: 13px !important;
  }
  .h-max-t-14,
  .height-max-t-14 {
    max-height: 14% !important;
  }
  .h-max-t-14-vh,
  .height-max-t-14-vh {
    max-height: 14vh !important;
  }
  .h-max-t-14-rem,
  .height-max-t-14-rem {
    max-height: 14rem !important;
  }
  .h-max-t-14-px,
  .height-max-t-14-px {
    max-height: 14px !important;
  }
  .h-max-t-15,
  .height-max-t-15 {
    max-height: 15% !important;
  }
  .h-max-t-15-vh,
  .height-max-t-15-vh {
    max-height: 15vh !important;
  }
  .h-max-t-15-rem,
  .height-max-t-15-rem {
    max-height: 15rem !important;
  }
  .h-max-t-15-px,
  .height-max-t-15-px {
    max-height: 15px !important;
  }
  .h-max-t-16,
  .height-max-t-16 {
    max-height: 16% !important;
  }
  .h-max-t-16-vh,
  .height-max-t-16-vh {
    max-height: 16vh !important;
  }
  .h-max-t-16-rem,
  .height-max-t-16-rem {
    max-height: 16rem !important;
  }
  .h-max-t-16-px,
  .height-max-t-16-px {
    max-height: 16px !important;
  }
  .h-max-t-17,
  .height-max-t-17 {
    max-height: 17% !important;
  }
  .h-max-t-17-vh,
  .height-max-t-17-vh {
    max-height: 17vh !important;
  }
  .h-max-t-17-rem,
  .height-max-t-17-rem {
    max-height: 17rem !important;
  }
  .h-max-t-17-px,
  .height-max-t-17-px {
    max-height: 17px !important;
  }
  .h-max-t-18,
  .height-max-t-18 {
    max-height: 18% !important;
  }
  .h-max-t-18-vh,
  .height-max-t-18-vh {
    max-height: 18vh !important;
  }
  .h-max-t-18-rem,
  .height-max-t-18-rem {
    max-height: 18rem !important;
  }
  .h-max-t-18-px,
  .height-max-t-18-px {
    max-height: 18px !important;
  }
  .h-max-t-19,
  .height-max-t-19 {
    max-height: 19% !important;
  }
  .h-max-t-19-vh,
  .height-max-t-19-vh {
    max-height: 19vh !important;
  }
  .h-max-t-19-rem,
  .height-max-t-19-rem {
    max-height: 19rem !important;
  }
  .h-max-t-19-px,
  .height-max-t-19-px {
    max-height: 19px !important;
  }
  .h-max-t-20,
  .height-max-t-20 {
    max-height: 20% !important;
  }
  .h-max-t-20-vh,
  .height-max-t-20-vh {
    max-height: 20vh !important;
  }
  .h-max-t-20-rem,
  .height-max-t-20-rem {
    max-height: 20rem !important;
  }
  .h-max-t-20-px,
  .height-max-t-20-px {
    max-height: 20px !important;
  }
  .h-max-t-21,
  .height-max-t-21 {
    max-height: 21% !important;
  }
  .h-max-t-21-vh,
  .height-max-t-21-vh {
    max-height: 21vh !important;
  }
  .h-max-t-21-rem,
  .height-max-t-21-rem {
    max-height: 21rem !important;
  }
  .h-max-t-21-px,
  .height-max-t-21-px {
    max-height: 21px !important;
  }
  .h-max-t-22,
  .height-max-t-22 {
    max-height: 22% !important;
  }
  .h-max-t-22-vh,
  .height-max-t-22-vh {
    max-height: 22vh !important;
  }
  .h-max-t-22-rem,
  .height-max-t-22-rem {
    max-height: 22rem !important;
  }
  .h-max-t-22-px,
  .height-max-t-22-px {
    max-height: 22px !important;
  }
  .h-max-t-23,
  .height-max-t-23 {
    max-height: 23% !important;
  }
  .h-max-t-23-vh,
  .height-max-t-23-vh {
    max-height: 23vh !important;
  }
  .h-max-t-23-rem,
  .height-max-t-23-rem {
    max-height: 23rem !important;
  }
  .h-max-t-23-px,
  .height-max-t-23-px {
    max-height: 23px !important;
  }
  .h-max-t-24,
  .height-max-t-24 {
    max-height: 24% !important;
  }
  .h-max-t-24-vh,
  .height-max-t-24-vh {
    max-height: 24vh !important;
  }
  .h-max-t-24-rem,
  .height-max-t-24-rem {
    max-height: 24rem !important;
  }
  .h-max-t-24-px,
  .height-max-t-24-px {
    max-height: 24px !important;
  }
  .h-max-t-25,
  .height-max-t-25 {
    max-height: 25% !important;
  }
  .h-max-t-25-vh,
  .height-max-t-25-vh {
    max-height: 25vh !important;
  }
  .h-max-t-25-rem,
  .height-max-t-25-rem {
    max-height: 25rem !important;
  }
  .h-max-t-25-px,
  .height-max-t-25-px {
    max-height: 25px !important;
  }
  .h-max-t-26,
  .height-max-t-26 {
    max-height: 26% !important;
  }
  .h-max-t-26-vh,
  .height-max-t-26-vh {
    max-height: 26vh !important;
  }
  .h-max-t-26-rem,
  .height-max-t-26-rem {
    max-height: 26rem !important;
  }
  .h-max-t-26-px,
  .height-max-t-26-px {
    max-height: 26px !important;
  }
  .h-max-t-27,
  .height-max-t-27 {
    max-height: 27% !important;
  }
  .h-max-t-27-vh,
  .height-max-t-27-vh {
    max-height: 27vh !important;
  }
  .h-max-t-27-rem,
  .height-max-t-27-rem {
    max-height: 27rem !important;
  }
  .h-max-t-27-px,
  .height-max-t-27-px {
    max-height: 27px !important;
  }
  .h-max-t-28,
  .height-max-t-28 {
    max-height: 28% !important;
  }
  .h-max-t-28-vh,
  .height-max-t-28-vh {
    max-height: 28vh !important;
  }
  .h-max-t-28-rem,
  .height-max-t-28-rem {
    max-height: 28rem !important;
  }
  .h-max-t-28-px,
  .height-max-t-28-px {
    max-height: 28px !important;
  }
  .h-max-t-29,
  .height-max-t-29 {
    max-height: 29% !important;
  }
  .h-max-t-29-vh,
  .height-max-t-29-vh {
    max-height: 29vh !important;
  }
  .h-max-t-29-rem,
  .height-max-t-29-rem {
    max-height: 29rem !important;
  }
  .h-max-t-29-px,
  .height-max-t-29-px {
    max-height: 29px !important;
  }
  .h-max-t-30,
  .height-max-t-30 {
    max-height: 30% !important;
  }
  .h-max-t-30-vh,
  .height-max-t-30-vh {
    max-height: 30vh !important;
  }
  .h-max-t-30-rem,
  .height-max-t-30-rem {
    max-height: 30rem !important;
  }
  .h-max-t-30-px,
  .height-max-t-30-px {
    max-height: 30px !important;
  }
  .h-max-t-31,
  .height-max-t-31 {
    max-height: 31% !important;
  }
  .h-max-t-31-vh,
  .height-max-t-31-vh {
    max-height: 31vh !important;
  }
  .h-max-t-31-rem,
  .height-max-t-31-rem {
    max-height: 31rem !important;
  }
  .h-max-t-31-px,
  .height-max-t-31-px {
    max-height: 31px !important;
  }
  .h-max-t-32,
  .height-max-t-32 {
    max-height: 32% !important;
  }
  .h-max-t-32-vh,
  .height-max-t-32-vh {
    max-height: 32vh !important;
  }
  .h-max-t-32-rem,
  .height-max-t-32-rem {
    max-height: 32rem !important;
  }
  .h-max-t-32-px,
  .height-max-t-32-px {
    max-height: 32px !important;
  }
  .h-max-t-33,
  .height-max-t-33 {
    max-height: 33% !important;
  }
  .h-max-t-33-vh,
  .height-max-t-33-vh {
    max-height: 33vh !important;
  }
  .h-max-t-33-rem,
  .height-max-t-33-rem {
    max-height: 33rem !important;
  }
  .h-max-t-33-px,
  .height-max-t-33-px {
    max-height: 33px !important;
  }
  .h-max-t-34,
  .height-max-t-34 {
    max-height: 34% !important;
  }
  .h-max-t-34-vh,
  .height-max-t-34-vh {
    max-height: 34vh !important;
  }
  .h-max-t-34-rem,
  .height-max-t-34-rem {
    max-height: 34rem !important;
  }
  .h-max-t-34-px,
  .height-max-t-34-px {
    max-height: 34px !important;
  }
  .h-max-t-35,
  .height-max-t-35 {
    max-height: 35% !important;
  }
  .h-max-t-35-vh,
  .height-max-t-35-vh {
    max-height: 35vh !important;
  }
  .h-max-t-35-rem,
  .height-max-t-35-rem {
    max-height: 35rem !important;
  }
  .h-max-t-35-px,
  .height-max-t-35-px {
    max-height: 35px !important;
  }
  .h-max-t-36,
  .height-max-t-36 {
    max-height: 36% !important;
  }
  .h-max-t-36-vh,
  .height-max-t-36-vh {
    max-height: 36vh !important;
  }
  .h-max-t-36-rem,
  .height-max-t-36-rem {
    max-height: 36rem !important;
  }
  .h-max-t-36-px,
  .height-max-t-36-px {
    max-height: 36px !important;
  }
  .h-max-t-37,
  .height-max-t-37 {
    max-height: 37% !important;
  }
  .h-max-t-37-vh,
  .height-max-t-37-vh {
    max-height: 37vh !important;
  }
  .h-max-t-37-rem,
  .height-max-t-37-rem {
    max-height: 37rem !important;
  }
  .h-max-t-37-px,
  .height-max-t-37-px {
    max-height: 37px !important;
  }
  .h-max-t-38,
  .height-max-t-38 {
    max-height: 38% !important;
  }
  .h-max-t-38-vh,
  .height-max-t-38-vh {
    max-height: 38vh !important;
  }
  .h-max-t-38-rem,
  .height-max-t-38-rem {
    max-height: 38rem !important;
  }
  .h-max-t-38-px,
  .height-max-t-38-px {
    max-height: 38px !important;
  }
  .h-max-t-39,
  .height-max-t-39 {
    max-height: 39% !important;
  }
  .h-max-t-39-vh,
  .height-max-t-39-vh {
    max-height: 39vh !important;
  }
  .h-max-t-39-rem,
  .height-max-t-39-rem {
    max-height: 39rem !important;
  }
  .h-max-t-39-px,
  .height-max-t-39-px {
    max-height: 39px !important;
  }
  .h-max-t-40,
  .height-max-t-40 {
    max-height: 40% !important;
  }
  .h-max-t-40-vh,
  .height-max-t-40-vh {
    max-height: 40vh !important;
  }
  .h-max-t-40-rem,
  .height-max-t-40-rem {
    max-height: 40rem !important;
  }
  .h-max-t-40-px,
  .height-max-t-40-px {
    max-height: 40px !important;
  }
  .h-max-t-41,
  .height-max-t-41 {
    max-height: 41% !important;
  }
  .h-max-t-41-vh,
  .height-max-t-41-vh {
    max-height: 41vh !important;
  }
  .h-max-t-41-rem,
  .height-max-t-41-rem {
    max-height: 41rem !important;
  }
  .h-max-t-41-px,
  .height-max-t-41-px {
    max-height: 41px !important;
  }
  .h-max-t-42,
  .height-max-t-42 {
    max-height: 42% !important;
  }
  .h-max-t-42-vh,
  .height-max-t-42-vh {
    max-height: 42vh !important;
  }
  .h-max-t-42-rem,
  .height-max-t-42-rem {
    max-height: 42rem !important;
  }
  .h-max-t-42-px,
  .height-max-t-42-px {
    max-height: 42px !important;
  }
  .h-max-t-43,
  .height-max-t-43 {
    max-height: 43% !important;
  }
  .h-max-t-43-vh,
  .height-max-t-43-vh {
    max-height: 43vh !important;
  }
  .h-max-t-43-rem,
  .height-max-t-43-rem {
    max-height: 43rem !important;
  }
  .h-max-t-43-px,
  .height-max-t-43-px {
    max-height: 43px !important;
  }
  .h-max-t-44,
  .height-max-t-44 {
    max-height: 44% !important;
  }
  .h-max-t-44-vh,
  .height-max-t-44-vh {
    max-height: 44vh !important;
  }
  .h-max-t-44-rem,
  .height-max-t-44-rem {
    max-height: 44rem !important;
  }
  .h-max-t-44-px,
  .height-max-t-44-px {
    max-height: 44px !important;
  }
  .h-max-t-45,
  .height-max-t-45 {
    max-height: 45% !important;
  }
  .h-max-t-45-vh,
  .height-max-t-45-vh {
    max-height: 45vh !important;
  }
  .h-max-t-45-rem,
  .height-max-t-45-rem {
    max-height: 45rem !important;
  }
  .h-max-t-45-px,
  .height-max-t-45-px {
    max-height: 45px !important;
  }
  .h-max-t-46,
  .height-max-t-46 {
    max-height: 46% !important;
  }
  .h-max-t-46-vh,
  .height-max-t-46-vh {
    max-height: 46vh !important;
  }
  .h-max-t-46-rem,
  .height-max-t-46-rem {
    max-height: 46rem !important;
  }
  .h-max-t-46-px,
  .height-max-t-46-px {
    max-height: 46px !important;
  }
  .h-max-t-47,
  .height-max-t-47 {
    max-height: 47% !important;
  }
  .h-max-t-47-vh,
  .height-max-t-47-vh {
    max-height: 47vh !important;
  }
  .h-max-t-47-rem,
  .height-max-t-47-rem {
    max-height: 47rem !important;
  }
  .h-max-t-47-px,
  .height-max-t-47-px {
    max-height: 47px !important;
  }
  .h-max-t-48,
  .height-max-t-48 {
    max-height: 48% !important;
  }
  .h-max-t-48-vh,
  .height-max-t-48-vh {
    max-height: 48vh !important;
  }
  .h-max-t-48-rem,
  .height-max-t-48-rem {
    max-height: 48rem !important;
  }
  .h-max-t-48-px,
  .height-max-t-48-px {
    max-height: 48px !important;
  }
  .h-max-t-49,
  .height-max-t-49 {
    max-height: 49% !important;
  }
  .h-max-t-49-vh,
  .height-max-t-49-vh {
    max-height: 49vh !important;
  }
  .h-max-t-49-rem,
  .height-max-t-49-rem {
    max-height: 49rem !important;
  }
  .h-max-t-49-px,
  .height-max-t-49-px {
    max-height: 49px !important;
  }
  .h-max-t-50,
  .height-max-t-50 {
    max-height: 50% !important;
  }
  .h-max-t-50-vh,
  .height-max-t-50-vh {
    max-height: 50vh !important;
  }
  .h-max-t-50-rem,
  .height-max-t-50-rem {
    max-height: 50rem !important;
  }
  .h-max-t-50-px,
  .height-max-t-50-px {
    max-height: 50px !important;
  }
  .h-max-t-51,
  .height-max-t-51 {
    max-height: 51% !important;
  }
  .h-max-t-51-vh,
  .height-max-t-51-vh {
    max-height: 51vh !important;
  }
  .h-max-t-52,
  .height-max-t-52 {
    max-height: 52% !important;
  }
  .h-max-t-52-vh,
  .height-max-t-52-vh {
    max-height: 52vh !important;
  }
  .h-max-t-53,
  .height-max-t-53 {
    max-height: 53% !important;
  }
  .h-max-t-53-vh,
  .height-max-t-53-vh {
    max-height: 53vh !important;
  }
  .h-max-t-54,
  .height-max-t-54 {
    max-height: 54% !important;
  }
  .h-max-t-54-vh,
  .height-max-t-54-vh {
    max-height: 54vh !important;
  }
  .h-max-t-55,
  .height-max-t-55 {
    max-height: 55% !important;
  }
  .h-max-t-55-vh,
  .height-max-t-55-vh {
    max-height: 55vh !important;
  }
  .h-max-t-56,
  .height-max-t-56 {
    max-height: 56% !important;
  }
  .h-max-t-56-vh,
  .height-max-t-56-vh {
    max-height: 56vh !important;
  }
  .h-max-t-57,
  .height-max-t-57 {
    max-height: 57% !important;
  }
  .h-max-t-57-vh,
  .height-max-t-57-vh {
    max-height: 57vh !important;
  }
  .h-max-t-58,
  .height-max-t-58 {
    max-height: 58% !important;
  }
  .h-max-t-58-vh,
  .height-max-t-58-vh {
    max-height: 58vh !important;
  }
  .h-max-t-59,
  .height-max-t-59 {
    max-height: 59% !important;
  }
  .h-max-t-59-vh,
  .height-max-t-59-vh {
    max-height: 59vh !important;
  }
  .h-max-t-60,
  .height-max-t-60 {
    max-height: 60% !important;
  }
  .h-max-t-60-vh,
  .height-max-t-60-vh {
    max-height: 60vh !important;
  }
  .h-max-t-61,
  .height-max-t-61 {
    max-height: 61% !important;
  }
  .h-max-t-61-vh,
  .height-max-t-61-vh {
    max-height: 61vh !important;
  }
  .h-max-t-62,
  .height-max-t-62 {
    max-height: 62% !important;
  }
  .h-max-t-62-vh,
  .height-max-t-62-vh {
    max-height: 62vh !important;
  }
  .h-max-t-63,
  .height-max-t-63 {
    max-height: 63% !important;
  }
  .h-max-t-63-vh,
  .height-max-t-63-vh {
    max-height: 63vh !important;
  }
  .h-max-t-64,
  .height-max-t-64 {
    max-height: 64% !important;
  }
  .h-max-t-64-vh,
  .height-max-t-64-vh {
    max-height: 64vh !important;
  }
  .h-max-t-65,
  .height-max-t-65 {
    max-height: 65% !important;
  }
  .h-max-t-65-vh,
  .height-max-t-65-vh {
    max-height: 65vh !important;
  }
  .h-max-t-66,
  .height-max-t-66 {
    max-height: 66% !important;
  }
  .h-max-t-66-vh,
  .height-max-t-66-vh {
    max-height: 66vh !important;
  }
  .h-max-t-67,
  .height-max-t-67 {
    max-height: 67% !important;
  }
  .h-max-t-67-vh,
  .height-max-t-67-vh {
    max-height: 67vh !important;
  }
  .h-max-t-68,
  .height-max-t-68 {
    max-height: 68% !important;
  }
  .h-max-t-68-vh,
  .height-max-t-68-vh {
    max-height: 68vh !important;
  }
  .h-max-t-69,
  .height-max-t-69 {
    max-height: 69% !important;
  }
  .h-max-t-69-vh,
  .height-max-t-69-vh {
    max-height: 69vh !important;
  }
  .h-max-t-70,
  .height-max-t-70 {
    max-height: 70% !important;
  }
  .h-max-t-70-vh,
  .height-max-t-70-vh {
    max-height: 70vh !important;
  }
  .h-max-t-71,
  .height-max-t-71 {
    max-height: 71% !important;
  }
  .h-max-t-71-vh,
  .height-max-t-71-vh {
    max-height: 71vh !important;
  }
  .h-max-t-72,
  .height-max-t-72 {
    max-height: 72% !important;
  }
  .h-max-t-72-vh,
  .height-max-t-72-vh {
    max-height: 72vh !important;
  }
  .h-max-t-73,
  .height-max-t-73 {
    max-height: 73% !important;
  }
  .h-max-t-73-vh,
  .height-max-t-73-vh {
    max-height: 73vh !important;
  }
  .h-max-t-74,
  .height-max-t-74 {
    max-height: 74% !important;
  }
  .h-max-t-74-vh,
  .height-max-t-74-vh {
    max-height: 74vh !important;
  }
  .h-max-t-75,
  .height-max-t-75 {
    max-height: 75% !important;
  }
  .h-max-t-75-vh,
  .height-max-t-75-vh {
    max-height: 75vh !important;
  }
  .h-max-t-76,
  .height-max-t-76 {
    max-height: 76% !important;
  }
  .h-max-t-76-vh,
  .height-max-t-76-vh {
    max-height: 76vh !important;
  }
  .h-max-t-77,
  .height-max-t-77 {
    max-height: 77% !important;
  }
  .h-max-t-77-vh,
  .height-max-t-77-vh {
    max-height: 77vh !important;
  }
  .h-max-t-78,
  .height-max-t-78 {
    max-height: 78% !important;
  }
  .h-max-t-78-vh,
  .height-max-t-78-vh {
    max-height: 78vh !important;
  }
  .h-max-t-79,
  .height-max-t-79 {
    max-height: 79% !important;
  }
  .h-max-t-79-vh,
  .height-max-t-79-vh {
    max-height: 79vh !important;
  }
  .h-max-t-80,
  .height-max-t-80 {
    max-height: 80% !important;
  }
  .h-max-t-80-vh,
  .height-max-t-80-vh {
    max-height: 80vh !important;
  }
  .h-max-t-81,
  .height-max-t-81 {
    max-height: 81% !important;
  }
  .h-max-t-81-vh,
  .height-max-t-81-vh {
    max-height: 81vh !important;
  }
  .h-max-t-82,
  .height-max-t-82 {
    max-height: 82% !important;
  }
  .h-max-t-82-vh,
  .height-max-t-82-vh {
    max-height: 82vh !important;
  }
  .h-max-t-83,
  .height-max-t-83 {
    max-height: 83% !important;
  }
  .h-max-t-83-vh,
  .height-max-t-83-vh {
    max-height: 83vh !important;
  }
  .h-max-t-84,
  .height-max-t-84 {
    max-height: 84% !important;
  }
  .h-max-t-84-vh,
  .height-max-t-84-vh {
    max-height: 84vh !important;
  }
  .h-max-t-85,
  .height-max-t-85 {
    max-height: 85% !important;
  }
  .h-max-t-85-vh,
  .height-max-t-85-vh {
    max-height: 85vh !important;
  }
  .h-max-t-86,
  .height-max-t-86 {
    max-height: 86% !important;
  }
  .h-max-t-86-vh,
  .height-max-t-86-vh {
    max-height: 86vh !important;
  }
  .h-max-t-87,
  .height-max-t-87 {
    max-height: 87% !important;
  }
  .h-max-t-87-vh,
  .height-max-t-87-vh {
    max-height: 87vh !important;
  }
  .h-max-t-88,
  .height-max-t-88 {
    max-height: 88% !important;
  }
  .h-max-t-88-vh,
  .height-max-t-88-vh {
    max-height: 88vh !important;
  }
  .h-max-t-89,
  .height-max-t-89 {
    max-height: 89% !important;
  }
  .h-max-t-89-vh,
  .height-max-t-89-vh {
    max-height: 89vh !important;
  }
  .h-max-t-90,
  .height-max-t-90 {
    max-height: 90% !important;
  }
  .h-max-t-90-vh,
  .height-max-t-90-vh {
    max-height: 90vh !important;
  }
  .h-max-t-91,
  .height-max-t-91 {
    max-height: 91% !important;
  }
  .h-max-t-91-vh,
  .height-max-t-91-vh {
    max-height: 91vh !important;
  }
  .h-max-t-92,
  .height-max-t-92 {
    max-height: 92% !important;
  }
  .h-max-t-92-vh,
  .height-max-t-92-vh {
    max-height: 92vh !important;
  }
  .h-max-t-93,
  .height-max-t-93 {
    max-height: 93% !important;
  }
  .h-max-t-93-vh,
  .height-max-t-93-vh {
    max-height: 93vh !important;
  }
  .h-max-t-94,
  .height-max-t-94 {
    max-height: 94% !important;
  }
  .h-max-t-94-vh,
  .height-max-t-94-vh {
    max-height: 94vh !important;
  }
  .h-max-t-95,
  .height-max-t-95 {
    max-height: 95% !important;
  }
  .h-max-t-95-vh,
  .height-max-t-95-vh {
    max-height: 95vh !important;
  }
  .h-max-t-96,
  .height-max-t-96 {
    max-height: 96% !important;
  }
  .h-max-t-96-vh,
  .height-max-t-96-vh {
    max-height: 96vh !important;
  }
  .h-max-t-97,
  .height-max-t-97 {
    max-height: 97% !important;
  }
  .h-max-t-97-vh,
  .height-max-t-97-vh {
    max-height: 97vh !important;
  }
  .h-max-t-98,
  .height-max-t-98 {
    max-height: 98% !important;
  }
  .h-max-t-98-vh,
  .height-max-t-98-vh {
    max-height: 98vh !important;
  }
  .h-max-t-99,
  .height-max-t-99 {
    max-height: 99% !important;
  }
  .h-max-t-99-vh,
  .height-max-t-99-vh {
    max-height: 99vh !important;
  }
  .h-max-t-100,
  .height-max-t-100 {
    max-height: 100% !important;
  }
  .h-max-t-100-vh,
  .height-max-t-100-vh {
    max-height: 100vh !important;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  /*Sizing*/
  /*Width*/
  .w-m-full,
  .width-m-full {
    width: 100% !important;
  }
  .w-m-screen,
  .width-m-screen {
    width: 100vw !important;
  }
  .w-m-content,
  .width-m-content {
    width: fit-content !important;
  }
  .w-m-auto,
  .width-m-auto {
    width: auto !important;
  }
  .w-m-0,
  .width-m-0 {
    width: 0% !important;
  }
  .w-m-0-vw,
  .width-m-0-vw {
    width: 0vw !important;
  }
  .w-m-0-rem,
  .width-m-0-rem {
    width: 0rem !important;
  }
  .w-m-0-px,
  .width-m-0-px {
    width: 0px !important;
  }
  .w-m-1,
  .width-m-1 {
    width: 1% !important;
  }
  .w-m-1-vw,
  .width-m-1-vw {
    width: 1vw !important;
  }
  .w-m-1-rem,
  .width-m-1-rem {
    width: 1rem !important;
  }
  .w-m-1-px,
  .width-m-1-px {
    width: 1px !important;
  }
  .w-m-2,
  .width-m-2 {
    width: 2% !important;
  }
  .w-m-2-vw,
  .width-m-2-vw {
    width: 2vw !important;
  }
  .w-m-2-rem,
  .width-m-2-rem {
    width: 2rem !important;
  }
  .w-m-2-px,
  .width-m-2-px {
    width: 2px !important;
  }
  .w-m-3,
  .width-m-3 {
    width: 3% !important;
  }
  .w-m-3-vw,
  .width-m-3-vw {
    width: 3vw !important;
  }
  .w-m-3-rem,
  .width-m-3-rem {
    width: 3rem !important;
  }
  .w-m-3-px,
  .width-m-3-px {
    width: 3px !important;
  }
  .w-m-4,
  .width-m-4 {
    width: 4% !important;
  }
  .w-m-4-vw,
  .width-m-4-vw {
    width: 4vw !important;
  }
  .w-m-4-rem,
  .width-m-4-rem {
    width: 4rem !important;
  }
  .w-m-4-px,
  .width-m-4-px {
    width: 4px !important;
  }
  .w-m-5,
  .width-m-5 {
    width: 5% !important;
  }
  .w-m-5-vw,
  .width-m-5-vw {
    width: 5vw !important;
  }
  .w-m-5-rem,
  .width-m-5-rem {
    width: 5rem !important;
  }
  .w-m-5-px,
  .width-m-5-px {
    width: 5px !important;
  }
  .w-m-6,
  .width-m-6 {
    width: 6% !important;
  }
  .w-m-6-vw,
  .width-m-6-vw {
    width: 6vw !important;
  }
  .w-m-6-rem,
  .width-m-6-rem {
    width: 6rem !important;
  }
  .w-m-6-px,
  .width-m-6-px {
    width: 6px !important;
  }
  .w-m-7,
  .width-m-7 {
    width: 7% !important;
  }
  .w-m-7-vw,
  .width-m-7-vw {
    width: 7vw !important;
  }
  .w-m-7-rem,
  .width-m-7-rem {
    width: 7rem !important;
  }
  .w-m-7-px,
  .width-m-7-px {
    width: 7px !important;
  }
  .w-m-8,
  .width-m-8 {
    width: 8% !important;
  }
  .w-m-8-vw,
  .width-m-8-vw {
    width: 8vw !important;
  }
  .w-m-8-rem,
  .width-m-8-rem {
    width: 8rem !important;
  }
  .w-m-8-px,
  .width-m-8-px {
    width: 8px !important;
  }
  .w-m-9,
  .width-m-9 {
    width: 9% !important;
  }
  .w-m-9-vw,
  .width-m-9-vw {
    width: 9vw !important;
  }
  .w-m-9-rem,
  .width-m-9-rem {
    width: 9rem !important;
  }
  .w-m-9-px,
  .width-m-9-px {
    width: 9px !important;
  }
  .w-m-10,
  .width-m-10 {
    width: 10% !important;
  }
  .w-m-10-vw,
  .width-m-10-vw {
    width: 10vw !important;
  }
  .w-m-10-rem,
  .width-m-10-rem {
    width: 10rem !important;
  }
  .w-m-10-px,
  .width-m-10-px {
    width: 10px !important;
  }
  .w-m-11,
  .width-m-11 {
    width: 11% !important;
  }
  .w-m-11-vw,
  .width-m-11-vw {
    width: 11vw !important;
  }
  .w-m-11-rem,
  .width-m-11-rem {
    width: 11rem !important;
  }
  .w-m-11-px,
  .width-m-11-px {
    width: 11px !important;
  }
  .w-m-12,
  .width-m-12 {
    width: 12% !important;
  }
  .w-m-12-vw,
  .width-m-12-vw {
    width: 12vw !important;
  }
  .w-m-12-rem,
  .width-m-12-rem {
    width: 12rem !important;
  }
  .w-m-12-px,
  .width-m-12-px {
    width: 12px !important;
  }
  .w-m-13,
  .width-m-13 {
    width: 13% !important;
  }
  .w-m-13-vw,
  .width-m-13-vw {
    width: 13vw !important;
  }
  .w-m-13-rem,
  .width-m-13-rem {
    width: 13rem !important;
  }
  .w-m-13-px,
  .width-m-13-px {
    width: 13px !important;
  }
  .w-m-14,
  .width-m-14 {
    width: 14% !important;
  }
  .w-m-14-vw,
  .width-m-14-vw {
    width: 14vw !important;
  }
  .w-m-14-rem,
  .width-m-14-rem {
    width: 14rem !important;
  }
  .w-m-14-px,
  .width-m-14-px {
    width: 14px !important;
  }
  .w-m-15,
  .width-m-15 {
    width: 15% !important;
  }
  .w-m-15-vw,
  .width-m-15-vw {
    width: 15vw !important;
  }
  .w-m-15-rem,
  .width-m-15-rem {
    width: 15rem !important;
  }
  .w-m-15-px,
  .width-m-15-px {
    width: 15px !important;
  }
  .w-m-16,
  .width-m-16 {
    width: 16% !important;
  }
  .w-m-16-vw,
  .width-m-16-vw {
    width: 16vw !important;
  }
  .w-m-16-rem,
  .width-m-16-rem {
    width: 16rem !important;
  }
  .w-m-16-px,
  .width-m-16-px {
    width: 16px !important;
  }
  .w-m-17,
  .width-m-17 {
    width: 17% !important;
  }
  .w-m-17-vw,
  .width-m-17-vw {
    width: 17vw !important;
  }
  .w-m-17-rem,
  .width-m-17-rem {
    width: 17rem !important;
  }
  .w-m-17-px,
  .width-m-17-px {
    width: 17px !important;
  }
  .w-m-18,
  .width-m-18 {
    width: 18% !important;
  }
  .w-m-18-vw,
  .width-m-18-vw {
    width: 18vw !important;
  }
  .w-m-18-rem,
  .width-m-18-rem {
    width: 18rem !important;
  }
  .w-m-18-px,
  .width-m-18-px {
    width: 18px !important;
  }
  .w-m-19,
  .width-m-19 {
    width: 19% !important;
  }
  .w-m-19-vw,
  .width-m-19-vw {
    width: 19vw !important;
  }
  .w-m-19-rem,
  .width-m-19-rem {
    width: 19rem !important;
  }
  .w-m-19-px,
  .width-m-19-px {
    width: 19px !important;
  }
  .w-m-20,
  .width-m-20 {
    width: 20% !important;
  }
  .w-m-20-vw,
  .width-m-20-vw {
    width: 20vw !important;
  }
  .w-m-20-rem,
  .width-m-20-rem {
    width: 20rem !important;
  }
  .w-m-20-px,
  .width-m-20-px {
    width: 20px !important;
  }
  .w-m-21,
  .width-m-21 {
    width: 21% !important;
  }
  .w-m-21-vw,
  .width-m-21-vw {
    width: 21vw !important;
  }
  .w-m-21-rem,
  .width-m-21-rem {
    width: 21rem !important;
  }
  .w-m-21-px,
  .width-m-21-px {
    width: 21px !important;
  }
  .w-m-22,
  .width-m-22 {
    width: 22% !important;
  }
  .w-m-22-vw,
  .width-m-22-vw {
    width: 22vw !important;
  }
  .w-m-22-rem,
  .width-m-22-rem {
    width: 22rem !important;
  }
  .w-m-22-px,
  .width-m-22-px {
    width: 22px !important;
  }
  .w-m-23,
  .width-m-23 {
    width: 23% !important;
  }
  .w-m-23-vw,
  .width-m-23-vw {
    width: 23vw !important;
  }
  .w-m-23-rem,
  .width-m-23-rem {
    width: 23rem !important;
  }
  .w-m-23-px,
  .width-m-23-px {
    width: 23px !important;
  }
  .w-m-24,
  .width-m-24 {
    width: 24% !important;
  }
  .w-m-24-vw,
  .width-m-24-vw {
    width: 24vw !important;
  }
  .w-m-24-rem,
  .width-m-24-rem {
    width: 24rem !important;
  }
  .w-m-24-px,
  .width-m-24-px {
    width: 24px !important;
  }
  .w-m-25,
  .width-m-25 {
    width: 25% !important;
  }
  .w-m-25-vw,
  .width-m-25-vw {
    width: 25vw !important;
  }
  .w-m-25-rem,
  .width-m-25-rem {
    width: 25rem !important;
  }
  .w-m-25-px,
  .width-m-25-px {
    width: 25px !important;
  }
  .w-m-26,
  .width-m-26 {
    width: 26% !important;
  }
  .w-m-26-vw,
  .width-m-26-vw {
    width: 26vw !important;
  }
  .w-m-26-rem,
  .width-m-26-rem {
    width: 26rem !important;
  }
  .w-m-26-px,
  .width-m-26-px {
    width: 26px !important;
  }
  .w-m-27,
  .width-m-27 {
    width: 27% !important;
  }
  .w-m-27-vw,
  .width-m-27-vw {
    width: 27vw !important;
  }
  .w-m-27-rem,
  .width-m-27-rem {
    width: 27rem !important;
  }
  .w-m-27-px,
  .width-m-27-px {
    width: 27px !important;
  }
  .w-m-28,
  .width-m-28 {
    width: 28% !important;
  }
  .w-m-28-vw,
  .width-m-28-vw {
    width: 28vw !important;
  }
  .w-m-28-rem,
  .width-m-28-rem {
    width: 28rem !important;
  }
  .w-m-28-px,
  .width-m-28-px {
    width: 28px !important;
  }
  .w-m-29,
  .width-m-29 {
    width: 29% !important;
  }
  .w-m-29-vw,
  .width-m-29-vw {
    width: 29vw !important;
  }
  .w-m-29-rem,
  .width-m-29-rem {
    width: 29rem !important;
  }
  .w-m-29-px,
  .width-m-29-px {
    width: 29px !important;
  }
  .w-m-30,
  .width-m-30 {
    width: 30% !important;
  }
  .w-m-30-vw,
  .width-m-30-vw {
    width: 30vw !important;
  }
  .w-m-30-rem,
  .width-m-30-rem {
    width: 30rem !important;
  }
  .w-m-30-px,
  .width-m-30-px {
    width: 30px !important;
  }
  .w-m-31,
  .width-m-31 {
    width: 31% !important;
  }
  .w-m-31-vw,
  .width-m-31-vw {
    width: 31vw !important;
  }
  .w-m-31-rem,
  .width-m-31-rem {
    width: 31rem !important;
  }
  .w-m-31-px,
  .width-m-31-px {
    width: 31px !important;
  }
  .w-m-32,
  .width-m-32 {
    width: 32% !important;
  }
  .w-m-32-vw,
  .width-m-32-vw {
    width: 32vw !important;
  }
  .w-m-32-rem,
  .width-m-32-rem {
    width: 32rem !important;
  }
  .w-m-32-px,
  .width-m-32-px {
    width: 32px !important;
  }
  .w-m-33,
  .width-m-33 {
    width: 33% !important;
  }
  .w-m-33-vw,
  .width-m-33-vw {
    width: 33vw !important;
  }
  .w-m-33-rem,
  .width-m-33-rem {
    width: 33rem !important;
  }
  .w-m-33-px,
  .width-m-33-px {
    width: 33px !important;
  }
  .w-m-34,
  .width-m-34 {
    width: 34% !important;
  }
  .w-m-34-vw,
  .width-m-34-vw {
    width: 34vw !important;
  }
  .w-m-34-rem,
  .width-m-34-rem {
    width: 34rem !important;
  }
  .w-m-34-px,
  .width-m-34-px {
    width: 34px !important;
  }
  .w-m-35,
  .width-m-35 {
    width: 35% !important;
  }
  .w-m-35-vw,
  .width-m-35-vw {
    width: 35vw !important;
  }
  .w-m-35-rem,
  .width-m-35-rem {
    width: 35rem !important;
  }
  .w-m-35-px,
  .width-m-35-px {
    width: 35px !important;
  }
  .w-m-36,
  .width-m-36 {
    width: 36% !important;
  }
  .w-m-36-vw,
  .width-m-36-vw {
    width: 36vw !important;
  }
  .w-m-36-rem,
  .width-m-36-rem {
    width: 36rem !important;
  }
  .w-m-36-px,
  .width-m-36-px {
    width: 36px !important;
  }
  .w-m-37,
  .width-m-37 {
    width: 37% !important;
  }
  .w-m-37-vw,
  .width-m-37-vw {
    width: 37vw !important;
  }
  .w-m-37-rem,
  .width-m-37-rem {
    width: 37rem !important;
  }
  .w-m-37-px,
  .width-m-37-px {
    width: 37px !important;
  }
  .w-m-38,
  .width-m-38 {
    width: 38% !important;
  }
  .w-m-38-vw,
  .width-m-38-vw {
    width: 38vw !important;
  }
  .w-m-38-rem,
  .width-m-38-rem {
    width: 38rem !important;
  }
  .w-m-38-px,
  .width-m-38-px {
    width: 38px !important;
  }
  .w-m-39,
  .width-m-39 {
    width: 39% !important;
  }
  .w-m-39-vw,
  .width-m-39-vw {
    width: 39vw !important;
  }
  .w-m-39-rem,
  .width-m-39-rem {
    width: 39rem !important;
  }
  .w-m-39-px,
  .width-m-39-px {
    width: 39px !important;
  }
  .w-m-40,
  .width-m-40 {
    width: 40% !important;
  }
  .w-m-40-vw,
  .width-m-40-vw {
    width: 40vw !important;
  }
  .w-m-40-rem,
  .width-m-40-rem {
    width: 40rem !important;
  }
  .w-m-40-px,
  .width-m-40-px {
    width: 40px !important;
  }
  .w-m-41,
  .width-m-41 {
    width: 41% !important;
  }
  .w-m-41-vw,
  .width-m-41-vw {
    width: 41vw !important;
  }
  .w-m-41-rem,
  .width-m-41-rem {
    width: 41rem !important;
  }
  .w-m-41-px,
  .width-m-41-px {
    width: 41px !important;
  }
  .w-m-42,
  .width-m-42 {
    width: 42% !important;
  }
  .w-m-42-vw,
  .width-m-42-vw {
    width: 42vw !important;
  }
  .w-m-42-rem,
  .width-m-42-rem {
    width: 42rem !important;
  }
  .w-m-42-px,
  .width-m-42-px {
    width: 42px !important;
  }
  .w-m-43,
  .width-m-43 {
    width: 43% !important;
  }
  .w-m-43-vw,
  .width-m-43-vw {
    width: 43vw !important;
  }
  .w-m-43-rem,
  .width-m-43-rem {
    width: 43rem !important;
  }
  .w-m-43-px,
  .width-m-43-px {
    width: 43px !important;
  }
  .w-m-44,
  .width-m-44 {
    width: 44% !important;
  }
  .w-m-44-vw,
  .width-m-44-vw {
    width: 44vw !important;
  }
  .w-m-44-rem,
  .width-m-44-rem {
    width: 44rem !important;
  }
  .w-m-44-px,
  .width-m-44-px {
    width: 44px !important;
  }
  .w-m-45,
  .width-m-45 {
    width: 45% !important;
  }
  .w-m-45-vw,
  .width-m-45-vw {
    width: 45vw !important;
  }
  .w-m-45-rem,
  .width-m-45-rem {
    width: 45rem !important;
  }
  .w-m-45-px,
  .width-m-45-px {
    width: 45px !important;
  }
  .w-m-46,
  .width-m-46 {
    width: 46% !important;
  }
  .w-m-46-vw,
  .width-m-46-vw {
    width: 46vw !important;
  }
  .w-m-46-rem,
  .width-m-46-rem {
    width: 46rem !important;
  }
  .w-m-46-px,
  .width-m-46-px {
    width: 46px !important;
  }
  .w-m-47,
  .width-m-47 {
    width: 47% !important;
  }
  .w-m-47-vw,
  .width-m-47-vw {
    width: 47vw !important;
  }
  .w-m-47-rem,
  .width-m-47-rem {
    width: 47rem !important;
  }
  .w-m-47-px,
  .width-m-47-px {
    width: 47px !important;
  }
  .w-m-48,
  .width-m-48 {
    width: 48% !important;
  }
  .w-m-48-vw,
  .width-m-48-vw {
    width: 48vw !important;
  }
  .w-m-48-rem,
  .width-m-48-rem {
    width: 48rem !important;
  }
  .w-m-48-px,
  .width-m-48-px {
    width: 48px !important;
  }
  .w-m-49,
  .width-m-49 {
    width: 49% !important;
  }
  .w-m-49-vw,
  .width-m-49-vw {
    width: 49vw !important;
  }
  .w-m-49-rem,
  .width-m-49-rem {
    width: 49rem !important;
  }
  .w-m-49-px,
  .width-m-49-px {
    width: 49px !important;
  }
  .w-m-50,
  .width-m-50 {
    width: 50% !important;
  }
  .w-m-50-vw,
  .width-m-50-vw {
    width: 50vw !important;
  }
  .w-m-50-rem,
  .width-m-50-rem {
    width: 50rem !important;
  }
  .w-m-50-px,
  .width-m-50-px {
    width: 50px !important;
  }
  .w-m-51,
  .width-m-51 {
    width: 51% !important;
  }
  .w-m-51-vw,
  .width-m-51-vw {
    width: 51vw !important;
  }
  .w-m-52,
  .width-m-52 {
    width: 52% !important;
  }
  .w-m-52-vw,
  .width-m-52-vw {
    width: 52vw !important;
  }
  .w-m-53,
  .width-m-53 {
    width: 53% !important;
  }
  .w-m-53-vw,
  .width-m-53-vw {
    width: 53vw !important;
  }
  .w-m-54,
  .width-m-54 {
    width: 54% !important;
  }
  .w-m-54-vw,
  .width-m-54-vw {
    width: 54vw !important;
  }
  .w-m-55,
  .width-m-55 {
    width: 55% !important;
  }
  .w-m-55-vw,
  .width-m-55-vw {
    width: 55vw !important;
  }
  .w-m-56,
  .width-m-56 {
    width: 56% !important;
  }
  .w-m-56-vw,
  .width-m-56-vw {
    width: 56vw !important;
  }
  .w-m-57,
  .width-m-57 {
    width: 57% !important;
  }
  .w-m-57-vw,
  .width-m-57-vw {
    width: 57vw !important;
  }
  .w-m-58,
  .width-m-58 {
    width: 58% !important;
  }
  .w-m-58-vw,
  .width-m-58-vw {
    width: 58vw !important;
  }
  .w-m-59,
  .width-m-59 {
    width: 59% !important;
  }
  .w-m-59-vw,
  .width-m-59-vw {
    width: 59vw !important;
  }
  .w-m-60,
  .width-m-60 {
    width: 60% !important;
  }
  .w-m-60-vw,
  .width-m-60-vw {
    width: 60vw !important;
  }
  .w-m-61,
  .width-m-61 {
    width: 61% !important;
  }
  .w-m-61-vw,
  .width-m-61-vw {
    width: 61vw !important;
  }
  .w-m-62,
  .width-m-62 {
    width: 62% !important;
  }
  .w-m-62-vw,
  .width-m-62-vw {
    width: 62vw !important;
  }
  .w-m-63,
  .width-m-63 {
    width: 63% !important;
  }
  .w-m-63-vw,
  .width-m-63-vw {
    width: 63vw !important;
  }
  .w-m-64,
  .width-m-64 {
    width: 64% !important;
  }
  .w-m-64-vw,
  .width-m-64-vw {
    width: 64vw !important;
  }
  .w-m-65,
  .width-m-65 {
    width: 65% !important;
  }
  .w-m-65-vw,
  .width-m-65-vw {
    width: 65vw !important;
  }
  .w-m-66,
  .width-m-66 {
    width: 66% !important;
  }
  .w-m-66-vw,
  .width-m-66-vw {
    width: 66vw !important;
  }
  .w-m-67,
  .width-m-67 {
    width: 67% !important;
  }
  .w-m-67-vw,
  .width-m-67-vw {
    width: 67vw !important;
  }
  .w-m-68,
  .width-m-68 {
    width: 68% !important;
  }
  .w-m-68-vw,
  .width-m-68-vw {
    width: 68vw !important;
  }
  .w-m-69,
  .width-m-69 {
    width: 69% !important;
  }
  .w-m-69-vw,
  .width-m-69-vw {
    width: 69vw !important;
  }
  .w-m-70,
  .width-m-70 {
    width: 70% !important;
  }
  .w-m-70-vw,
  .width-m-70-vw {
    width: 70vw !important;
  }
  .w-m-71,
  .width-m-71 {
    width: 71% !important;
  }
  .w-m-71-vw,
  .width-m-71-vw {
    width: 71vw !important;
  }
  .w-m-72,
  .width-m-72 {
    width: 72% !important;
  }
  .w-m-72-vw,
  .width-m-72-vw {
    width: 72vw !important;
  }
  .w-m-73,
  .width-m-73 {
    width: 73% !important;
  }
  .w-m-73-vw,
  .width-m-73-vw {
    width: 73vw !important;
  }
  .w-m-74,
  .width-m-74 {
    width: 74% !important;
  }
  .w-m-74-vw,
  .width-m-74-vw {
    width: 74vw !important;
  }
  .w-m-75,
  .width-m-75 {
    width: 75% !important;
  }
  .w-m-75-vw,
  .width-m-75-vw {
    width: 75vw !important;
  }
  .w-m-76,
  .width-m-76 {
    width: 76% !important;
  }
  .w-m-76-vw,
  .width-m-76-vw {
    width: 76vw !important;
  }
  .w-m-77,
  .width-m-77 {
    width: 77% !important;
  }
  .w-m-77-vw,
  .width-m-77-vw {
    width: 77vw !important;
  }
  .w-m-78,
  .width-m-78 {
    width: 78% !important;
  }
  .w-m-78-vw,
  .width-m-78-vw {
    width: 78vw !important;
  }
  .w-m-79,
  .width-m-79 {
    width: 79% !important;
  }
  .w-m-79-vw,
  .width-m-79-vw {
    width: 79vw !important;
  }
  .w-m-80,
  .width-m-80 {
    width: 80% !important;
  }
  .w-m-80-vw,
  .width-m-80-vw {
    width: 80vw !important;
  }
  .w-m-81,
  .width-m-81 {
    width: 81% !important;
  }
  .w-m-81-vw,
  .width-m-81-vw {
    width: 81vw !important;
  }
  .w-m-82,
  .width-m-82 {
    width: 82% !important;
  }
  .w-m-82-vw,
  .width-m-82-vw {
    width: 82vw !important;
  }
  .w-m-83,
  .width-m-83 {
    width: 83% !important;
  }
  .w-m-83-vw,
  .width-m-83-vw {
    width: 83vw !important;
  }
  .w-m-84,
  .width-m-84 {
    width: 84% !important;
  }
  .w-m-84-vw,
  .width-m-84-vw {
    width: 84vw !important;
  }
  .w-m-85,
  .width-m-85 {
    width: 85% !important;
  }
  .w-m-85-vw,
  .width-m-85-vw {
    width: 85vw !important;
  }
  .w-m-86,
  .width-m-86 {
    width: 86% !important;
  }
  .w-m-86-vw,
  .width-m-86-vw {
    width: 86vw !important;
  }
  .w-m-87,
  .width-m-87 {
    width: 87% !important;
  }
  .w-m-87-vw,
  .width-m-87-vw {
    width: 87vw !important;
  }
  .w-m-88,
  .width-m-88 {
    width: 88% !important;
  }
  .w-m-88-vw,
  .width-m-88-vw {
    width: 88vw !important;
  }
  .w-m-89,
  .width-m-89 {
    width: 89% !important;
  }
  .w-m-89-vw,
  .width-m-89-vw {
    width: 89vw !important;
  }
  .w-m-90,
  .width-m-90 {
    width: 90% !important;
  }
  .w-m-90-vw,
  .width-m-90-vw {
    width: 90vw !important;
  }
  .w-m-91,
  .width-m-91 {
    width: 91% !important;
  }
  .w-m-91-vw,
  .width-m-91-vw {
    width: 91vw !important;
  }
  .w-m-92,
  .width-m-92 {
    width: 92% !important;
  }
  .w-m-92-vw,
  .width-m-92-vw {
    width: 92vw !important;
  }
  .w-m-93,
  .width-m-93 {
    width: 93% !important;
  }
  .w-m-93-vw,
  .width-m-93-vw {
    width: 93vw !important;
  }
  .w-m-94,
  .width-m-94 {
    width: 94% !important;
  }
  .w-m-94-vw,
  .width-m-94-vw {
    width: 94vw !important;
  }
  .w-m-95,
  .width-m-95 {
    width: 95% !important;
  }
  .w-m-95-vw,
  .width-m-95-vw {
    width: 95vw !important;
  }
  .w-m-96,
  .width-m-96 {
    width: 96% !important;
  }
  .w-m-96-vw,
  .width-m-96-vw {
    width: 96vw !important;
  }
  .w-m-97,
  .width-m-97 {
    width: 97% !important;
  }
  .w-m-97-vw,
  .width-m-97-vw {
    width: 97vw !important;
  }
  .w-m-98,
  .width-m-98 {
    width: 98% !important;
  }
  .w-m-98-vw,
  .width-m-98-vw {
    width: 98vw !important;
  }
  .w-m-99,
  .width-m-99 {
    width: 99% !important;
  }
  .w-m-99-vw,
  .width-m-99-vw {
    width: 99vw !important;
  }
  .w-m-100,
  .width-m-100 {
    width: 100% !important;
  }
  .w-m-100-vw,
  .width-m-100-vw {
    width: 100vw !important;
  }
  .w-min-m-full,
  .width-min-m-full {
    min-width: 100% !important;
  }
  .w-min-m-screen,
  .width-min-m-screen {
    min-width: 100vw !important;
  }
  .w-min-m-content,
  .width-min-m-content {
    min-width: fit-content !important;
  }
  .w-min-m-auto,
  .width-min-m-auto {
    min-width: auto !important;
  }
  .w-min-m-0,
  .width-min-m-0 {
    min-width: 0% !important;
  }
  .w-min-m-0-vw,
  .width-min-m-0-vw {
    min-width: 0vw !important;
  }
  .w-min-m-0-rem,
  .width-min-m-0-rem {
    min-width: 0rem !important;
  }
  .w-min-m-0-px,
  .width-min-m-0-px {
    min-width: 0px !important;
  }
  .w-min-m-1,
  .width-min-m-1 {
    min-width: 1% !important;
  }
  .w-min-m-1-vw,
  .width-min-m-1-vw {
    min-width: 1vw !important;
  }
  .w-min-m-1-rem,
  .width-min-m-1-rem {
    min-width: 1rem !important;
  }
  .w-min-m-1-px,
  .width-min-m-1-px {
    min-width: 1px !important;
  }
  .w-min-m-2,
  .width-min-m-2 {
    min-width: 2% !important;
  }
  .w-min-m-2-vw,
  .width-min-m-2-vw {
    min-width: 2vw !important;
  }
  .w-min-m-2-rem,
  .width-min-m-2-rem {
    min-width: 2rem !important;
  }
  .w-min-m-2-px,
  .width-min-m-2-px {
    min-width: 2px !important;
  }
  .w-min-m-3,
  .width-min-m-3 {
    min-width: 3% !important;
  }
  .w-min-m-3-vw,
  .width-min-m-3-vw {
    min-width: 3vw !important;
  }
  .w-min-m-3-rem,
  .width-min-m-3-rem {
    min-width: 3rem !important;
  }
  .w-min-m-3-px,
  .width-min-m-3-px {
    min-width: 3px !important;
  }
  .w-min-m-4,
  .width-min-m-4 {
    min-width: 4% !important;
  }
  .w-min-m-4-vw,
  .width-min-m-4-vw {
    min-width: 4vw !important;
  }
  .w-min-m-4-rem,
  .width-min-m-4-rem {
    min-width: 4rem !important;
  }
  .w-min-m-4-px,
  .width-min-m-4-px {
    min-width: 4px !important;
  }
  .w-min-m-5,
  .width-min-m-5 {
    min-width: 5% !important;
  }
  .w-min-m-5-vw,
  .width-min-m-5-vw {
    min-width: 5vw !important;
  }
  .w-min-m-5-rem,
  .width-min-m-5-rem {
    min-width: 5rem !important;
  }
  .w-min-m-5-px,
  .width-min-m-5-px {
    min-width: 5px !important;
  }
  .w-min-m-6,
  .width-min-m-6 {
    min-width: 6% !important;
  }
  .w-min-m-6-vw,
  .width-min-m-6-vw {
    min-width: 6vw !important;
  }
  .w-min-m-6-rem,
  .width-min-m-6-rem {
    min-width: 6rem !important;
  }
  .w-min-m-6-px,
  .width-min-m-6-px {
    min-width: 6px !important;
  }
  .w-min-m-7,
  .width-min-m-7 {
    min-width: 7% !important;
  }
  .w-min-m-7-vw,
  .width-min-m-7-vw {
    min-width: 7vw !important;
  }
  .w-min-m-7-rem,
  .width-min-m-7-rem {
    min-width: 7rem !important;
  }
  .w-min-m-7-px,
  .width-min-m-7-px {
    min-width: 7px !important;
  }
  .w-min-m-8,
  .width-min-m-8 {
    min-width: 8% !important;
  }
  .w-min-m-8-vw,
  .width-min-m-8-vw {
    min-width: 8vw !important;
  }
  .w-min-m-8-rem,
  .width-min-m-8-rem {
    min-width: 8rem !important;
  }
  .w-min-m-8-px,
  .width-min-m-8-px {
    min-width: 8px !important;
  }
  .w-min-m-9,
  .width-min-m-9 {
    min-width: 9% !important;
  }
  .w-min-m-9-vw,
  .width-min-m-9-vw {
    min-width: 9vw !important;
  }
  .w-min-m-9-rem,
  .width-min-m-9-rem {
    min-width: 9rem !important;
  }
  .w-min-m-9-px,
  .width-min-m-9-px {
    min-width: 9px !important;
  }
  .w-min-m-10,
  .width-min-m-10 {
    min-width: 10% !important;
  }
  .w-min-m-10-vw,
  .width-min-m-10-vw {
    min-width: 10vw !important;
  }
  .w-min-m-10-rem,
  .width-min-m-10-rem {
    min-width: 10rem !important;
  }
  .w-min-m-10-px,
  .width-min-m-10-px {
    min-width: 10px !important;
  }
  .w-min-m-11,
  .width-min-m-11 {
    min-width: 11% !important;
  }
  .w-min-m-11-vw,
  .width-min-m-11-vw {
    min-width: 11vw !important;
  }
  .w-min-m-11-rem,
  .width-min-m-11-rem {
    min-width: 11rem !important;
  }
  .w-min-m-11-px,
  .width-min-m-11-px {
    min-width: 11px !important;
  }
  .w-min-m-12,
  .width-min-m-12 {
    min-width: 12% !important;
  }
  .w-min-m-12-vw,
  .width-min-m-12-vw {
    min-width: 12vw !important;
  }
  .w-min-m-12-rem,
  .width-min-m-12-rem {
    min-width: 12rem !important;
  }
  .w-min-m-12-px,
  .width-min-m-12-px {
    min-width: 12px !important;
  }
  .w-min-m-13,
  .width-min-m-13 {
    min-width: 13% !important;
  }
  .w-min-m-13-vw,
  .width-min-m-13-vw {
    min-width: 13vw !important;
  }
  .w-min-m-13-rem,
  .width-min-m-13-rem {
    min-width: 13rem !important;
  }
  .w-min-m-13-px,
  .width-min-m-13-px {
    min-width: 13px !important;
  }
  .w-min-m-14,
  .width-min-m-14 {
    min-width: 14% !important;
  }
  .w-min-m-14-vw,
  .width-min-m-14-vw {
    min-width: 14vw !important;
  }
  .w-min-m-14-rem,
  .width-min-m-14-rem {
    min-width: 14rem !important;
  }
  .w-min-m-14-px,
  .width-min-m-14-px {
    min-width: 14px !important;
  }
  .w-min-m-15,
  .width-min-m-15 {
    min-width: 15% !important;
  }
  .w-min-m-15-vw,
  .width-min-m-15-vw {
    min-width: 15vw !important;
  }
  .w-min-m-15-rem,
  .width-min-m-15-rem {
    min-width: 15rem !important;
  }
  .w-min-m-15-px,
  .width-min-m-15-px {
    min-width: 15px !important;
  }
  .w-min-m-16,
  .width-min-m-16 {
    min-width: 16% !important;
  }
  .w-min-m-16-vw,
  .width-min-m-16-vw {
    min-width: 16vw !important;
  }
  .w-min-m-16-rem,
  .width-min-m-16-rem {
    min-width: 16rem !important;
  }
  .w-min-m-16-px,
  .width-min-m-16-px {
    min-width: 16px !important;
  }
  .w-min-m-17,
  .width-min-m-17 {
    min-width: 17% !important;
  }
  .w-min-m-17-vw,
  .width-min-m-17-vw {
    min-width: 17vw !important;
  }
  .w-min-m-17-rem,
  .width-min-m-17-rem {
    min-width: 17rem !important;
  }
  .w-min-m-17-px,
  .width-min-m-17-px {
    min-width: 17px !important;
  }
  .w-min-m-18,
  .width-min-m-18 {
    min-width: 18% !important;
  }
  .w-min-m-18-vw,
  .width-min-m-18-vw {
    min-width: 18vw !important;
  }
  .w-min-m-18-rem,
  .width-min-m-18-rem {
    min-width: 18rem !important;
  }
  .w-min-m-18-px,
  .width-min-m-18-px {
    min-width: 18px !important;
  }
  .w-min-m-19,
  .width-min-m-19 {
    min-width: 19% !important;
  }
  .w-min-m-19-vw,
  .width-min-m-19-vw {
    min-width: 19vw !important;
  }
  .w-min-m-19-rem,
  .width-min-m-19-rem {
    min-width: 19rem !important;
  }
  .w-min-m-19-px,
  .width-min-m-19-px {
    min-width: 19px !important;
  }
  .w-min-m-20,
  .width-min-m-20 {
    min-width: 20% !important;
  }
  .w-min-m-20-vw,
  .width-min-m-20-vw {
    min-width: 20vw !important;
  }
  .w-min-m-20-rem,
  .width-min-m-20-rem {
    min-width: 20rem !important;
  }
  .w-min-m-20-px,
  .width-min-m-20-px {
    min-width: 20px !important;
  }
  .w-min-m-21,
  .width-min-m-21 {
    min-width: 21% !important;
  }
  .w-min-m-21-vw,
  .width-min-m-21-vw {
    min-width: 21vw !important;
  }
  .w-min-m-21-rem,
  .width-min-m-21-rem {
    min-width: 21rem !important;
  }
  .w-min-m-21-px,
  .width-min-m-21-px {
    min-width: 21px !important;
  }
  .w-min-m-22,
  .width-min-m-22 {
    min-width: 22% !important;
  }
  .w-min-m-22-vw,
  .width-min-m-22-vw {
    min-width: 22vw !important;
  }
  .w-min-m-22-rem,
  .width-min-m-22-rem {
    min-width: 22rem !important;
  }
  .w-min-m-22-px,
  .width-min-m-22-px {
    min-width: 22px !important;
  }
  .w-min-m-23,
  .width-min-m-23 {
    min-width: 23% !important;
  }
  .w-min-m-23-vw,
  .width-min-m-23-vw {
    min-width: 23vw !important;
  }
  .w-min-m-23-rem,
  .width-min-m-23-rem {
    min-width: 23rem !important;
  }
  .w-min-m-23-px,
  .width-min-m-23-px {
    min-width: 23px !important;
  }
  .w-min-m-24,
  .width-min-m-24 {
    min-width: 24% !important;
  }
  .w-min-m-24-vw,
  .width-min-m-24-vw {
    min-width: 24vw !important;
  }
  .w-min-m-24-rem,
  .width-min-m-24-rem {
    min-width: 24rem !important;
  }
  .w-min-m-24-px,
  .width-min-m-24-px {
    min-width: 24px !important;
  }
  .w-min-m-25,
  .width-min-m-25 {
    min-width: 25% !important;
  }
  .w-min-m-25-vw,
  .width-min-m-25-vw {
    min-width: 25vw !important;
  }
  .w-min-m-25-rem,
  .width-min-m-25-rem {
    min-width: 25rem !important;
  }
  .w-min-m-25-px,
  .width-min-m-25-px {
    min-width: 25px !important;
  }
  .w-min-m-26,
  .width-min-m-26 {
    min-width: 26% !important;
  }
  .w-min-m-26-vw,
  .width-min-m-26-vw {
    min-width: 26vw !important;
  }
  .w-min-m-26-rem,
  .width-min-m-26-rem {
    min-width: 26rem !important;
  }
  .w-min-m-26-px,
  .width-min-m-26-px {
    min-width: 26px !important;
  }
  .w-min-m-27,
  .width-min-m-27 {
    min-width: 27% !important;
  }
  .w-min-m-27-vw,
  .width-min-m-27-vw {
    min-width: 27vw !important;
  }
  .w-min-m-27-rem,
  .width-min-m-27-rem {
    min-width: 27rem !important;
  }
  .w-min-m-27-px,
  .width-min-m-27-px {
    min-width: 27px !important;
  }
  .w-min-m-28,
  .width-min-m-28 {
    min-width: 28% !important;
  }
  .w-min-m-28-vw,
  .width-min-m-28-vw {
    min-width: 28vw !important;
  }
  .w-min-m-28-rem,
  .width-min-m-28-rem {
    min-width: 28rem !important;
  }
  .w-min-m-28-px,
  .width-min-m-28-px {
    min-width: 28px !important;
  }
  .w-min-m-29,
  .width-min-m-29 {
    min-width: 29% !important;
  }
  .w-min-m-29-vw,
  .width-min-m-29-vw {
    min-width: 29vw !important;
  }
  .w-min-m-29-rem,
  .width-min-m-29-rem {
    min-width: 29rem !important;
  }
  .w-min-m-29-px,
  .width-min-m-29-px {
    min-width: 29px !important;
  }
  .w-min-m-30,
  .width-min-m-30 {
    min-width: 30% !important;
  }
  .w-min-m-30-vw,
  .width-min-m-30-vw {
    min-width: 30vw !important;
  }
  .w-min-m-30-rem,
  .width-min-m-30-rem {
    min-width: 30rem !important;
  }
  .w-min-m-30-px,
  .width-min-m-30-px {
    min-width: 30px !important;
  }
  .w-min-m-31,
  .width-min-m-31 {
    min-width: 31% !important;
  }
  .w-min-m-31-vw,
  .width-min-m-31-vw {
    min-width: 31vw !important;
  }
  .w-min-m-31-rem,
  .width-min-m-31-rem {
    min-width: 31rem !important;
  }
  .w-min-m-31-px,
  .width-min-m-31-px {
    min-width: 31px !important;
  }
  .w-min-m-32,
  .width-min-m-32 {
    min-width: 32% !important;
  }
  .w-min-m-32-vw,
  .width-min-m-32-vw {
    min-width: 32vw !important;
  }
  .w-min-m-32-rem,
  .width-min-m-32-rem {
    min-width: 32rem !important;
  }
  .w-min-m-32-px,
  .width-min-m-32-px {
    min-width: 32px !important;
  }
  .w-min-m-33,
  .width-min-m-33 {
    min-width: 33% !important;
  }
  .w-min-m-33-vw,
  .width-min-m-33-vw {
    min-width: 33vw !important;
  }
  .w-min-m-33-rem,
  .width-min-m-33-rem {
    min-width: 33rem !important;
  }
  .w-min-m-33-px,
  .width-min-m-33-px {
    min-width: 33px !important;
  }
  .w-min-m-34,
  .width-min-m-34 {
    min-width: 34% !important;
  }
  .w-min-m-34-vw,
  .width-min-m-34-vw {
    min-width: 34vw !important;
  }
  .w-min-m-34-rem,
  .width-min-m-34-rem {
    min-width: 34rem !important;
  }
  .w-min-m-34-px,
  .width-min-m-34-px {
    min-width: 34px !important;
  }
  .w-min-m-35,
  .width-min-m-35 {
    min-width: 35% !important;
  }
  .w-min-m-35-vw,
  .width-min-m-35-vw {
    min-width: 35vw !important;
  }
  .w-min-m-35-rem,
  .width-min-m-35-rem {
    min-width: 35rem !important;
  }
  .w-min-m-35-px,
  .width-min-m-35-px {
    min-width: 35px !important;
  }
  .w-min-m-36,
  .width-min-m-36 {
    min-width: 36% !important;
  }
  .w-min-m-36-vw,
  .width-min-m-36-vw {
    min-width: 36vw !important;
  }
  .w-min-m-36-rem,
  .width-min-m-36-rem {
    min-width: 36rem !important;
  }
  .w-min-m-36-px,
  .width-min-m-36-px {
    min-width: 36px !important;
  }
  .w-min-m-37,
  .width-min-m-37 {
    min-width: 37% !important;
  }
  .w-min-m-37-vw,
  .width-min-m-37-vw {
    min-width: 37vw !important;
  }
  .w-min-m-37-rem,
  .width-min-m-37-rem {
    min-width: 37rem !important;
  }
  .w-min-m-37-px,
  .width-min-m-37-px {
    min-width: 37px !important;
  }
  .w-min-m-38,
  .width-min-m-38 {
    min-width: 38% !important;
  }
  .w-min-m-38-vw,
  .width-min-m-38-vw {
    min-width: 38vw !important;
  }
  .w-min-m-38-rem,
  .width-min-m-38-rem {
    min-width: 38rem !important;
  }
  .w-min-m-38-px,
  .width-min-m-38-px {
    min-width: 38px !important;
  }
  .w-min-m-39,
  .width-min-m-39 {
    min-width: 39% !important;
  }
  .w-min-m-39-vw,
  .width-min-m-39-vw {
    min-width: 39vw !important;
  }
  .w-min-m-39-rem,
  .width-min-m-39-rem {
    min-width: 39rem !important;
  }
  .w-min-m-39-px,
  .width-min-m-39-px {
    min-width: 39px !important;
  }
  .w-min-m-40,
  .width-min-m-40 {
    min-width: 40% !important;
  }
  .w-min-m-40-vw,
  .width-min-m-40-vw {
    min-width: 40vw !important;
  }
  .w-min-m-40-rem,
  .width-min-m-40-rem {
    min-width: 40rem !important;
  }
  .w-min-m-40-px,
  .width-min-m-40-px {
    min-width: 40px !important;
  }
  .w-min-m-41,
  .width-min-m-41 {
    min-width: 41% !important;
  }
  .w-min-m-41-vw,
  .width-min-m-41-vw {
    min-width: 41vw !important;
  }
  .w-min-m-41-rem,
  .width-min-m-41-rem {
    min-width: 41rem !important;
  }
  .w-min-m-41-px,
  .width-min-m-41-px {
    min-width: 41px !important;
  }
  .w-min-m-42,
  .width-min-m-42 {
    min-width: 42% !important;
  }
  .w-min-m-42-vw,
  .width-min-m-42-vw {
    min-width: 42vw !important;
  }
  .w-min-m-42-rem,
  .width-min-m-42-rem {
    min-width: 42rem !important;
  }
  .w-min-m-42-px,
  .width-min-m-42-px {
    min-width: 42px !important;
  }
  .w-min-m-43,
  .width-min-m-43 {
    min-width: 43% !important;
  }
  .w-min-m-43-vw,
  .width-min-m-43-vw {
    min-width: 43vw !important;
  }
  .w-min-m-43-rem,
  .width-min-m-43-rem {
    min-width: 43rem !important;
  }
  .w-min-m-43-px,
  .width-min-m-43-px {
    min-width: 43px !important;
  }
  .w-min-m-44,
  .width-min-m-44 {
    min-width: 44% !important;
  }
  .w-min-m-44-vw,
  .width-min-m-44-vw {
    min-width: 44vw !important;
  }
  .w-min-m-44-rem,
  .width-min-m-44-rem {
    min-width: 44rem !important;
  }
  .w-min-m-44-px,
  .width-min-m-44-px {
    min-width: 44px !important;
  }
  .w-min-m-45,
  .width-min-m-45 {
    min-width: 45% !important;
  }
  .w-min-m-45-vw,
  .width-min-m-45-vw {
    min-width: 45vw !important;
  }
  .w-min-m-45-rem,
  .width-min-m-45-rem {
    min-width: 45rem !important;
  }
  .w-min-m-45-px,
  .width-min-m-45-px {
    min-width: 45px !important;
  }
  .w-min-m-46,
  .width-min-m-46 {
    min-width: 46% !important;
  }
  .w-min-m-46-vw,
  .width-min-m-46-vw {
    min-width: 46vw !important;
  }
  .w-min-m-46-rem,
  .width-min-m-46-rem {
    min-width: 46rem !important;
  }
  .w-min-m-46-px,
  .width-min-m-46-px {
    min-width: 46px !important;
  }
  .w-min-m-47,
  .width-min-m-47 {
    min-width: 47% !important;
  }
  .w-min-m-47-vw,
  .width-min-m-47-vw {
    min-width: 47vw !important;
  }
  .w-min-m-47-rem,
  .width-min-m-47-rem {
    min-width: 47rem !important;
  }
  .w-min-m-47-px,
  .width-min-m-47-px {
    min-width: 47px !important;
  }
  .w-min-m-48,
  .width-min-m-48 {
    min-width: 48% !important;
  }
  .w-min-m-48-vw,
  .width-min-m-48-vw {
    min-width: 48vw !important;
  }
  .w-min-m-48-rem,
  .width-min-m-48-rem {
    min-width: 48rem !important;
  }
  .w-min-m-48-px,
  .width-min-m-48-px {
    min-width: 48px !important;
  }
  .w-min-m-49,
  .width-min-m-49 {
    min-width: 49% !important;
  }
  .w-min-m-49-vw,
  .width-min-m-49-vw {
    min-width: 49vw !important;
  }
  .w-min-m-49-rem,
  .width-min-m-49-rem {
    min-width: 49rem !important;
  }
  .w-min-m-49-px,
  .width-min-m-49-px {
    min-width: 49px !important;
  }
  .w-min-m-50,
  .width-min-m-50 {
    min-width: 50% !important;
  }
  .w-min-m-50-vw,
  .width-min-m-50-vw {
    min-width: 50vw !important;
  }
  .w-min-m-50-rem,
  .width-min-m-50-rem {
    min-width: 50rem !important;
  }
  .w-min-m-50-px,
  .width-min-m-50-px {
    min-width: 50px !important;
  }
  .w-min-m-51,
  .width-min-m-51 {
    min-width: 51% !important;
  }
  .w-min-m-51-vw,
  .width-min-m-51-vw {
    min-width: 51vw !important;
  }
  .w-min-m-52,
  .width-min-m-52 {
    min-width: 52% !important;
  }
  .w-min-m-52-vw,
  .width-min-m-52-vw {
    min-width: 52vw !important;
  }
  .w-min-m-53,
  .width-min-m-53 {
    min-width: 53% !important;
  }
  .w-min-m-53-vw,
  .width-min-m-53-vw {
    min-width: 53vw !important;
  }
  .w-min-m-54,
  .width-min-m-54 {
    min-width: 54% !important;
  }
  .w-min-m-54-vw,
  .width-min-m-54-vw {
    min-width: 54vw !important;
  }
  .w-min-m-55,
  .width-min-m-55 {
    min-width: 55% !important;
  }
  .w-min-m-55-vw,
  .width-min-m-55-vw {
    min-width: 55vw !important;
  }
  .w-min-m-56,
  .width-min-m-56 {
    min-width: 56% !important;
  }
  .w-min-m-56-vw,
  .width-min-m-56-vw {
    min-width: 56vw !important;
  }
  .w-min-m-57,
  .width-min-m-57 {
    min-width: 57% !important;
  }
  .w-min-m-57-vw,
  .width-min-m-57-vw {
    min-width: 57vw !important;
  }
  .w-min-m-58,
  .width-min-m-58 {
    min-width: 58% !important;
  }
  .w-min-m-58-vw,
  .width-min-m-58-vw {
    min-width: 58vw !important;
  }
  .w-min-m-59,
  .width-min-m-59 {
    min-width: 59% !important;
  }
  .w-min-m-59-vw,
  .width-min-m-59-vw {
    min-width: 59vw !important;
  }
  .w-min-m-60,
  .width-min-m-60 {
    min-width: 60% !important;
  }
  .w-min-m-60-vw,
  .width-min-m-60-vw {
    min-width: 60vw !important;
  }
  .w-min-m-61,
  .width-min-m-61 {
    min-width: 61% !important;
  }
  .w-min-m-61-vw,
  .width-min-m-61-vw {
    min-width: 61vw !important;
  }
  .w-min-m-62,
  .width-min-m-62 {
    min-width: 62% !important;
  }
  .w-min-m-62-vw,
  .width-min-m-62-vw {
    min-width: 62vw !important;
  }
  .w-min-m-63,
  .width-min-m-63 {
    min-width: 63% !important;
  }
  .w-min-m-63-vw,
  .width-min-m-63-vw {
    min-width: 63vw !important;
  }
  .w-min-m-64,
  .width-min-m-64 {
    min-width: 64% !important;
  }
  .w-min-m-64-vw,
  .width-min-m-64-vw {
    min-width: 64vw !important;
  }
  .w-min-m-65,
  .width-min-m-65 {
    min-width: 65% !important;
  }
  .w-min-m-65-vw,
  .width-min-m-65-vw {
    min-width: 65vw !important;
  }
  .w-min-m-66,
  .width-min-m-66 {
    min-width: 66% !important;
  }
  .w-min-m-66-vw,
  .width-min-m-66-vw {
    min-width: 66vw !important;
  }
  .w-min-m-67,
  .width-min-m-67 {
    min-width: 67% !important;
  }
  .w-min-m-67-vw,
  .width-min-m-67-vw {
    min-width: 67vw !important;
  }
  .w-min-m-68,
  .width-min-m-68 {
    min-width: 68% !important;
  }
  .w-min-m-68-vw,
  .width-min-m-68-vw {
    min-width: 68vw !important;
  }
  .w-min-m-69,
  .width-min-m-69 {
    min-width: 69% !important;
  }
  .w-min-m-69-vw,
  .width-min-m-69-vw {
    min-width: 69vw !important;
  }
  .w-min-m-70,
  .width-min-m-70 {
    min-width: 70% !important;
  }
  .w-min-m-70-vw,
  .width-min-m-70-vw {
    min-width: 70vw !important;
  }
  .w-min-m-71,
  .width-min-m-71 {
    min-width: 71% !important;
  }
  .w-min-m-71-vw,
  .width-min-m-71-vw {
    min-width: 71vw !important;
  }
  .w-min-m-72,
  .width-min-m-72 {
    min-width: 72% !important;
  }
  .w-min-m-72-vw,
  .width-min-m-72-vw {
    min-width: 72vw !important;
  }
  .w-min-m-73,
  .width-min-m-73 {
    min-width: 73% !important;
  }
  .w-min-m-73-vw,
  .width-min-m-73-vw {
    min-width: 73vw !important;
  }
  .w-min-m-74,
  .width-min-m-74 {
    min-width: 74% !important;
  }
  .w-min-m-74-vw,
  .width-min-m-74-vw {
    min-width: 74vw !important;
  }
  .w-min-m-75,
  .width-min-m-75 {
    min-width: 75% !important;
  }
  .w-min-m-75-vw,
  .width-min-m-75-vw {
    min-width: 75vw !important;
  }
  .w-min-m-76,
  .width-min-m-76 {
    min-width: 76% !important;
  }
  .w-min-m-76-vw,
  .width-min-m-76-vw {
    min-width: 76vw !important;
  }
  .w-min-m-77,
  .width-min-m-77 {
    min-width: 77% !important;
  }
  .w-min-m-77-vw,
  .width-min-m-77-vw {
    min-width: 77vw !important;
  }
  .w-min-m-78,
  .width-min-m-78 {
    min-width: 78% !important;
  }
  .w-min-m-78-vw,
  .width-min-m-78-vw {
    min-width: 78vw !important;
  }
  .w-min-m-79,
  .width-min-m-79 {
    min-width: 79% !important;
  }
  .w-min-m-79-vw,
  .width-min-m-79-vw {
    min-width: 79vw !important;
  }
  .w-min-m-80,
  .width-min-m-80 {
    min-width: 80% !important;
  }
  .w-min-m-80-vw,
  .width-min-m-80-vw {
    min-width: 80vw !important;
  }
  .w-min-m-81,
  .width-min-m-81 {
    min-width: 81% !important;
  }
  .w-min-m-81-vw,
  .width-min-m-81-vw {
    min-width: 81vw !important;
  }
  .w-min-m-82,
  .width-min-m-82 {
    min-width: 82% !important;
  }
  .w-min-m-82-vw,
  .width-min-m-82-vw {
    min-width: 82vw !important;
  }
  .w-min-m-83,
  .width-min-m-83 {
    min-width: 83% !important;
  }
  .w-min-m-83-vw,
  .width-min-m-83-vw {
    min-width: 83vw !important;
  }
  .w-min-m-84,
  .width-min-m-84 {
    min-width: 84% !important;
  }
  .w-min-m-84-vw,
  .width-min-m-84-vw {
    min-width: 84vw !important;
  }
  .w-min-m-85,
  .width-min-m-85 {
    min-width: 85% !important;
  }
  .w-min-m-85-vw,
  .width-min-m-85-vw {
    min-width: 85vw !important;
  }
  .w-min-m-86,
  .width-min-m-86 {
    min-width: 86% !important;
  }
  .w-min-m-86-vw,
  .width-min-m-86-vw {
    min-width: 86vw !important;
  }
  .w-min-m-87,
  .width-min-m-87 {
    min-width: 87% !important;
  }
  .w-min-m-87-vw,
  .width-min-m-87-vw {
    min-width: 87vw !important;
  }
  .w-min-m-88,
  .width-min-m-88 {
    min-width: 88% !important;
  }
  .w-min-m-88-vw,
  .width-min-m-88-vw {
    min-width: 88vw !important;
  }
  .w-min-m-89,
  .width-min-m-89 {
    min-width: 89% !important;
  }
  .w-min-m-89-vw,
  .width-min-m-89-vw {
    min-width: 89vw !important;
  }
  .w-min-m-90,
  .width-min-m-90 {
    min-width: 90% !important;
  }
  .w-min-m-90-vw,
  .width-min-m-90-vw {
    min-width: 90vw !important;
  }
  .w-min-m-91,
  .width-min-m-91 {
    min-width: 91% !important;
  }
  .w-min-m-91-vw,
  .width-min-m-91-vw {
    min-width: 91vw !important;
  }
  .w-min-m-92,
  .width-min-m-92 {
    min-width: 92% !important;
  }
  .w-min-m-92-vw,
  .width-min-m-92-vw {
    min-width: 92vw !important;
  }
  .w-min-m-93,
  .width-min-m-93 {
    min-width: 93% !important;
  }
  .w-min-m-93-vw,
  .width-min-m-93-vw {
    min-width: 93vw !important;
  }
  .w-min-m-94,
  .width-min-m-94 {
    min-width: 94% !important;
  }
  .w-min-m-94-vw,
  .width-min-m-94-vw {
    min-width: 94vw !important;
  }
  .w-min-m-95,
  .width-min-m-95 {
    min-width: 95% !important;
  }
  .w-min-m-95-vw,
  .width-min-m-95-vw {
    min-width: 95vw !important;
  }
  .w-min-m-96,
  .width-min-m-96 {
    min-width: 96% !important;
  }
  .w-min-m-96-vw,
  .width-min-m-96-vw {
    min-width: 96vw !important;
  }
  .w-min-m-97,
  .width-min-m-97 {
    min-width: 97% !important;
  }
  .w-min-m-97-vw,
  .width-min-m-97-vw {
    min-width: 97vw !important;
  }
  .w-min-m-98,
  .width-min-m-98 {
    min-width: 98% !important;
  }
  .w-min-m-98-vw,
  .width-min-m-98-vw {
    min-width: 98vw !important;
  }
  .w-min-m-99,
  .width-min-m-99 {
    min-width: 99% !important;
  }
  .w-min-m-99-vw,
  .width-min-m-99-vw {
    min-width: 99vw !important;
  }
  .w-min-m-100,
  .width-min-m-100 {
    min-width: 100% !important;
  }
  .w-min-m-100-vw,
  .width-min-m-100-vw {
    min-width: 100vw !important;
  }
  .w-max-m-full,
  .width-max-m-full {
    max-width: 100% !important;
  }
  .w-max-m-screen,
  .width-max-m-screen {
    max-width: 100vw !important;
  }
  .w-max-m-content,
  .width-max-m-content {
    max-width: fit-content !important;
  }
  .w-max-m-auto,
  .width-max-m-auto {
    max-width: auto !important;
  }
  .w-max-m-0,
  .width-max-m-0 {
    max-width: 0% !important;
  }
  .w-max-m-0-vw,
  .width-max-m-0-vw {
    max-width: 0vw !important;
  }
  .w-max-m-0-rem,
  .width-max-m-0-rem {
    max-width: 0rem !important;
  }
  .w-max-m-0-px,
  .width-max-m-0-px {
    max-width: 0px !important;
  }
  .w-max-m-1,
  .width-max-m-1 {
    max-width: 1% !important;
  }
  .w-max-m-1-vw,
  .width-max-m-1-vw {
    max-width: 1vw !important;
  }
  .w-max-m-1-rem,
  .width-max-m-1-rem {
    max-width: 1rem !important;
  }
  .w-max-m-1-px,
  .width-max-m-1-px {
    max-width: 1px !important;
  }
  .w-max-m-2,
  .width-max-m-2 {
    max-width: 2% !important;
  }
  .w-max-m-2-vw,
  .width-max-m-2-vw {
    max-width: 2vw !important;
  }
  .w-max-m-2-rem,
  .width-max-m-2-rem {
    max-width: 2rem !important;
  }
  .w-max-m-2-px,
  .width-max-m-2-px {
    max-width: 2px !important;
  }
  .w-max-m-3,
  .width-max-m-3 {
    max-width: 3% !important;
  }
  .w-max-m-3-vw,
  .width-max-m-3-vw {
    max-width: 3vw !important;
  }
  .w-max-m-3-rem,
  .width-max-m-3-rem {
    max-width: 3rem !important;
  }
  .w-max-m-3-px,
  .width-max-m-3-px {
    max-width: 3px !important;
  }
  .w-max-m-4,
  .width-max-m-4 {
    max-width: 4% !important;
  }
  .w-max-m-4-vw,
  .width-max-m-4-vw {
    max-width: 4vw !important;
  }
  .w-max-m-4-rem,
  .width-max-m-4-rem {
    max-width: 4rem !important;
  }
  .w-max-m-4-px,
  .width-max-m-4-px {
    max-width: 4px !important;
  }
  .w-max-m-5,
  .width-max-m-5 {
    max-width: 5% !important;
  }
  .w-max-m-5-vw,
  .width-max-m-5-vw {
    max-width: 5vw !important;
  }
  .w-max-m-5-rem,
  .width-max-m-5-rem {
    max-width: 5rem !important;
  }
  .w-max-m-5-px,
  .width-max-m-5-px {
    max-width: 5px !important;
  }
  .w-max-m-6,
  .width-max-m-6 {
    max-width: 6% !important;
  }
  .w-max-m-6-vw,
  .width-max-m-6-vw {
    max-width: 6vw !important;
  }
  .w-max-m-6-rem,
  .width-max-m-6-rem {
    max-width: 6rem !important;
  }
  .w-max-m-6-px,
  .width-max-m-6-px {
    max-width: 6px !important;
  }
  .w-max-m-7,
  .width-max-m-7 {
    max-width: 7% !important;
  }
  .w-max-m-7-vw,
  .width-max-m-7-vw {
    max-width: 7vw !important;
  }
  .w-max-m-7-rem,
  .width-max-m-7-rem {
    max-width: 7rem !important;
  }
  .w-max-m-7-px,
  .width-max-m-7-px {
    max-width: 7px !important;
  }
  .w-max-m-8,
  .width-max-m-8 {
    max-width: 8% !important;
  }
  .w-max-m-8-vw,
  .width-max-m-8-vw {
    max-width: 8vw !important;
  }
  .w-max-m-8-rem,
  .width-max-m-8-rem {
    max-width: 8rem !important;
  }
  .w-max-m-8-px,
  .width-max-m-8-px {
    max-width: 8px !important;
  }
  .w-max-m-9,
  .width-max-m-9 {
    max-width: 9% !important;
  }
  .w-max-m-9-vw,
  .width-max-m-9-vw {
    max-width: 9vw !important;
  }
  .w-max-m-9-rem,
  .width-max-m-9-rem {
    max-width: 9rem !important;
  }
  .w-max-m-9-px,
  .width-max-m-9-px {
    max-width: 9px !important;
  }
  .w-max-m-10,
  .width-max-m-10 {
    max-width: 10% !important;
  }
  .w-max-m-10-vw,
  .width-max-m-10-vw {
    max-width: 10vw !important;
  }
  .w-max-m-10-rem,
  .width-max-m-10-rem {
    max-width: 10rem !important;
  }
  .w-max-m-10-px,
  .width-max-m-10-px {
    max-width: 10px !important;
  }
  .w-max-m-11,
  .width-max-m-11 {
    max-width: 11% !important;
  }
  .w-max-m-11-vw,
  .width-max-m-11-vw {
    max-width: 11vw !important;
  }
  .w-max-m-11-rem,
  .width-max-m-11-rem {
    max-width: 11rem !important;
  }
  .w-max-m-11-px,
  .width-max-m-11-px {
    max-width: 11px !important;
  }
  .w-max-m-12,
  .width-max-m-12 {
    max-width: 12% !important;
  }
  .w-max-m-12-vw,
  .width-max-m-12-vw {
    max-width: 12vw !important;
  }
  .w-max-m-12-rem,
  .width-max-m-12-rem {
    max-width: 12rem !important;
  }
  .w-max-m-12-px,
  .width-max-m-12-px {
    max-width: 12px !important;
  }
  .w-max-m-13,
  .width-max-m-13 {
    max-width: 13% !important;
  }
  .w-max-m-13-vw,
  .width-max-m-13-vw {
    max-width: 13vw !important;
  }
  .w-max-m-13-rem,
  .width-max-m-13-rem {
    max-width: 13rem !important;
  }
  .w-max-m-13-px,
  .width-max-m-13-px {
    max-width: 13px !important;
  }
  .w-max-m-14,
  .width-max-m-14 {
    max-width: 14% !important;
  }
  .w-max-m-14-vw,
  .width-max-m-14-vw {
    max-width: 14vw !important;
  }
  .w-max-m-14-rem,
  .width-max-m-14-rem {
    max-width: 14rem !important;
  }
  .w-max-m-14-px,
  .width-max-m-14-px {
    max-width: 14px !important;
  }
  .w-max-m-15,
  .width-max-m-15 {
    max-width: 15% !important;
  }
  .w-max-m-15-vw,
  .width-max-m-15-vw {
    max-width: 15vw !important;
  }
  .w-max-m-15-rem,
  .width-max-m-15-rem {
    max-width: 15rem !important;
  }
  .w-max-m-15-px,
  .width-max-m-15-px {
    max-width: 15px !important;
  }
  .w-max-m-16,
  .width-max-m-16 {
    max-width: 16% !important;
  }
  .w-max-m-16-vw,
  .width-max-m-16-vw {
    max-width: 16vw !important;
  }
  .w-max-m-16-rem,
  .width-max-m-16-rem {
    max-width: 16rem !important;
  }
  .w-max-m-16-px,
  .width-max-m-16-px {
    max-width: 16px !important;
  }
  .w-max-m-17,
  .width-max-m-17 {
    max-width: 17% !important;
  }
  .w-max-m-17-vw,
  .width-max-m-17-vw {
    max-width: 17vw !important;
  }
  .w-max-m-17-rem,
  .width-max-m-17-rem {
    max-width: 17rem !important;
  }
  .w-max-m-17-px,
  .width-max-m-17-px {
    max-width: 17px !important;
  }
  .w-max-m-18,
  .width-max-m-18 {
    max-width: 18% !important;
  }
  .w-max-m-18-vw,
  .width-max-m-18-vw {
    max-width: 18vw !important;
  }
  .w-max-m-18-rem,
  .width-max-m-18-rem {
    max-width: 18rem !important;
  }
  .w-max-m-18-px,
  .width-max-m-18-px {
    max-width: 18px !important;
  }
  .w-max-m-19,
  .width-max-m-19 {
    max-width: 19% !important;
  }
  .w-max-m-19-vw,
  .width-max-m-19-vw {
    max-width: 19vw !important;
  }
  .w-max-m-19-rem,
  .width-max-m-19-rem {
    max-width: 19rem !important;
  }
  .w-max-m-19-px,
  .width-max-m-19-px {
    max-width: 19px !important;
  }
  .w-max-m-20,
  .width-max-m-20 {
    max-width: 20% !important;
  }
  .w-max-m-20-vw,
  .width-max-m-20-vw {
    max-width: 20vw !important;
  }
  .w-max-m-20-rem,
  .width-max-m-20-rem {
    max-width: 20rem !important;
  }
  .w-max-m-20-px,
  .width-max-m-20-px {
    max-width: 20px !important;
  }
  .w-max-m-21,
  .width-max-m-21 {
    max-width: 21% !important;
  }
  .w-max-m-21-vw,
  .width-max-m-21-vw {
    max-width: 21vw !important;
  }
  .w-max-m-21-rem,
  .width-max-m-21-rem {
    max-width: 21rem !important;
  }
  .w-max-m-21-px,
  .width-max-m-21-px {
    max-width: 21px !important;
  }
  .w-max-m-22,
  .width-max-m-22 {
    max-width: 22% !important;
  }
  .w-max-m-22-vw,
  .width-max-m-22-vw {
    max-width: 22vw !important;
  }
  .w-max-m-22-rem,
  .width-max-m-22-rem {
    max-width: 22rem !important;
  }
  .w-max-m-22-px,
  .width-max-m-22-px {
    max-width: 22px !important;
  }
  .w-max-m-23,
  .width-max-m-23 {
    max-width: 23% !important;
  }
  .w-max-m-23-vw,
  .width-max-m-23-vw {
    max-width: 23vw !important;
  }
  .w-max-m-23-rem,
  .width-max-m-23-rem {
    max-width: 23rem !important;
  }
  .w-max-m-23-px,
  .width-max-m-23-px {
    max-width: 23px !important;
  }
  .w-max-m-24,
  .width-max-m-24 {
    max-width: 24% !important;
  }
  .w-max-m-24-vw,
  .width-max-m-24-vw {
    max-width: 24vw !important;
  }
  .w-max-m-24-rem,
  .width-max-m-24-rem {
    max-width: 24rem !important;
  }
  .w-max-m-24-px,
  .width-max-m-24-px {
    max-width: 24px !important;
  }
  .w-max-m-25,
  .width-max-m-25 {
    max-width: 25% !important;
  }
  .w-max-m-25-vw,
  .width-max-m-25-vw {
    max-width: 25vw !important;
  }
  .w-max-m-25-rem,
  .width-max-m-25-rem {
    max-width: 25rem !important;
  }
  .w-max-m-25-px,
  .width-max-m-25-px {
    max-width: 25px !important;
  }
  .w-max-m-26,
  .width-max-m-26 {
    max-width: 26% !important;
  }
  .w-max-m-26-vw,
  .width-max-m-26-vw {
    max-width: 26vw !important;
  }
  .w-max-m-26-rem,
  .width-max-m-26-rem {
    max-width: 26rem !important;
  }
  .w-max-m-26-px,
  .width-max-m-26-px {
    max-width: 26px !important;
  }
  .w-max-m-27,
  .width-max-m-27 {
    max-width: 27% !important;
  }
  .w-max-m-27-vw,
  .width-max-m-27-vw {
    max-width: 27vw !important;
  }
  .w-max-m-27-rem,
  .width-max-m-27-rem {
    max-width: 27rem !important;
  }
  .w-max-m-27-px,
  .width-max-m-27-px {
    max-width: 27px !important;
  }
  .w-max-m-28,
  .width-max-m-28 {
    max-width: 28% !important;
  }
  .w-max-m-28-vw,
  .width-max-m-28-vw {
    max-width: 28vw !important;
  }
  .w-max-m-28-rem,
  .width-max-m-28-rem {
    max-width: 28rem !important;
  }
  .w-max-m-28-px,
  .width-max-m-28-px {
    max-width: 28px !important;
  }
  .w-max-m-29,
  .width-max-m-29 {
    max-width: 29% !important;
  }
  .w-max-m-29-vw,
  .width-max-m-29-vw {
    max-width: 29vw !important;
  }
  .w-max-m-29-rem,
  .width-max-m-29-rem {
    max-width: 29rem !important;
  }
  .w-max-m-29-px,
  .width-max-m-29-px {
    max-width: 29px !important;
  }
  .w-max-m-30,
  .width-max-m-30 {
    max-width: 30% !important;
  }
  .w-max-m-30-vw,
  .width-max-m-30-vw {
    max-width: 30vw !important;
  }
  .w-max-m-30-rem,
  .width-max-m-30-rem {
    max-width: 30rem !important;
  }
  .w-max-m-30-px,
  .width-max-m-30-px {
    max-width: 30px !important;
  }
  .w-max-m-31,
  .width-max-m-31 {
    max-width: 31% !important;
  }
  .w-max-m-31-vw,
  .width-max-m-31-vw {
    max-width: 31vw !important;
  }
  .w-max-m-31-rem,
  .width-max-m-31-rem {
    max-width: 31rem !important;
  }
  .w-max-m-31-px,
  .width-max-m-31-px {
    max-width: 31px !important;
  }
  .w-max-m-32,
  .width-max-m-32 {
    max-width: 32% !important;
  }
  .w-max-m-32-vw,
  .width-max-m-32-vw {
    max-width: 32vw !important;
  }
  .w-max-m-32-rem,
  .width-max-m-32-rem {
    max-width: 32rem !important;
  }
  .w-max-m-32-px,
  .width-max-m-32-px {
    max-width: 32px !important;
  }
  .w-max-m-33,
  .width-max-m-33 {
    max-width: 33% !important;
  }
  .w-max-m-33-vw,
  .width-max-m-33-vw {
    max-width: 33vw !important;
  }
  .w-max-m-33-rem,
  .width-max-m-33-rem {
    max-width: 33rem !important;
  }
  .w-max-m-33-px,
  .width-max-m-33-px {
    max-width: 33px !important;
  }
  .w-max-m-34,
  .width-max-m-34 {
    max-width: 34% !important;
  }
  .w-max-m-34-vw,
  .width-max-m-34-vw {
    max-width: 34vw !important;
  }
  .w-max-m-34-rem,
  .width-max-m-34-rem {
    max-width: 34rem !important;
  }
  .w-max-m-34-px,
  .width-max-m-34-px {
    max-width: 34px !important;
  }
  .w-max-m-35,
  .width-max-m-35 {
    max-width: 35% !important;
  }
  .w-max-m-35-vw,
  .width-max-m-35-vw {
    max-width: 35vw !important;
  }
  .w-max-m-35-rem,
  .width-max-m-35-rem {
    max-width: 35rem !important;
  }
  .w-max-m-35-px,
  .width-max-m-35-px {
    max-width: 35px !important;
  }
  .w-max-m-36,
  .width-max-m-36 {
    max-width: 36% !important;
  }
  .w-max-m-36-vw,
  .width-max-m-36-vw {
    max-width: 36vw !important;
  }
  .w-max-m-36-rem,
  .width-max-m-36-rem {
    max-width: 36rem !important;
  }
  .w-max-m-36-px,
  .width-max-m-36-px {
    max-width: 36px !important;
  }
  .w-max-m-37,
  .width-max-m-37 {
    max-width: 37% !important;
  }
  .w-max-m-37-vw,
  .width-max-m-37-vw {
    max-width: 37vw !important;
  }
  .w-max-m-37-rem,
  .width-max-m-37-rem {
    max-width: 37rem !important;
  }
  .w-max-m-37-px,
  .width-max-m-37-px {
    max-width: 37px !important;
  }
  .w-max-m-38,
  .width-max-m-38 {
    max-width: 38% !important;
  }
  .w-max-m-38-vw,
  .width-max-m-38-vw {
    max-width: 38vw !important;
  }
  .w-max-m-38-rem,
  .width-max-m-38-rem {
    max-width: 38rem !important;
  }
  .w-max-m-38-px,
  .width-max-m-38-px {
    max-width: 38px !important;
  }
  .w-max-m-39,
  .width-max-m-39 {
    max-width: 39% !important;
  }
  .w-max-m-39-vw,
  .width-max-m-39-vw {
    max-width: 39vw !important;
  }
  .w-max-m-39-rem,
  .width-max-m-39-rem {
    max-width: 39rem !important;
  }
  .w-max-m-39-px,
  .width-max-m-39-px {
    max-width: 39px !important;
  }
  .w-max-m-40,
  .width-max-m-40 {
    max-width: 40% !important;
  }
  .w-max-m-40-vw,
  .width-max-m-40-vw {
    max-width: 40vw !important;
  }
  .w-max-m-40-rem,
  .width-max-m-40-rem {
    max-width: 40rem !important;
  }
  .w-max-m-40-px,
  .width-max-m-40-px {
    max-width: 40px !important;
  }
  .w-max-m-41,
  .width-max-m-41 {
    max-width: 41% !important;
  }
  .w-max-m-41-vw,
  .width-max-m-41-vw {
    max-width: 41vw !important;
  }
  .w-max-m-41-rem,
  .width-max-m-41-rem {
    max-width: 41rem !important;
  }
  .w-max-m-41-px,
  .width-max-m-41-px {
    max-width: 41px !important;
  }
  .w-max-m-42,
  .width-max-m-42 {
    max-width: 42% !important;
  }
  .w-max-m-42-vw,
  .width-max-m-42-vw {
    max-width: 42vw !important;
  }
  .w-max-m-42-rem,
  .width-max-m-42-rem {
    max-width: 42rem !important;
  }
  .w-max-m-42-px,
  .width-max-m-42-px {
    max-width: 42px !important;
  }
  .w-max-m-43,
  .width-max-m-43 {
    max-width: 43% !important;
  }
  .w-max-m-43-vw,
  .width-max-m-43-vw {
    max-width: 43vw !important;
  }
  .w-max-m-43-rem,
  .width-max-m-43-rem {
    max-width: 43rem !important;
  }
  .w-max-m-43-px,
  .width-max-m-43-px {
    max-width: 43px !important;
  }
  .w-max-m-44,
  .width-max-m-44 {
    max-width: 44% !important;
  }
  .w-max-m-44-vw,
  .width-max-m-44-vw {
    max-width: 44vw !important;
  }
  .w-max-m-44-rem,
  .width-max-m-44-rem {
    max-width: 44rem !important;
  }
  .w-max-m-44-px,
  .width-max-m-44-px {
    max-width: 44px !important;
  }
  .w-max-m-45,
  .width-max-m-45 {
    max-width: 45% !important;
  }
  .w-max-m-45-vw,
  .width-max-m-45-vw {
    max-width: 45vw !important;
  }
  .w-max-m-45-rem,
  .width-max-m-45-rem {
    max-width: 45rem !important;
  }
  .w-max-m-45-px,
  .width-max-m-45-px {
    max-width: 45px !important;
  }
  .w-max-m-46,
  .width-max-m-46 {
    max-width: 46% !important;
  }
  .w-max-m-46-vw,
  .width-max-m-46-vw {
    max-width: 46vw !important;
  }
  .w-max-m-46-rem,
  .width-max-m-46-rem {
    max-width: 46rem !important;
  }
  .w-max-m-46-px,
  .width-max-m-46-px {
    max-width: 46px !important;
  }
  .w-max-m-47,
  .width-max-m-47 {
    max-width: 47% !important;
  }
  .w-max-m-47-vw,
  .width-max-m-47-vw {
    max-width: 47vw !important;
  }
  .w-max-m-47-rem,
  .width-max-m-47-rem {
    max-width: 47rem !important;
  }
  .w-max-m-47-px,
  .width-max-m-47-px {
    max-width: 47px !important;
  }
  .w-max-m-48,
  .width-max-m-48 {
    max-width: 48% !important;
  }
  .w-max-m-48-vw,
  .width-max-m-48-vw {
    max-width: 48vw !important;
  }
  .w-max-m-48-rem,
  .width-max-m-48-rem {
    max-width: 48rem !important;
  }
  .w-max-m-48-px,
  .width-max-m-48-px {
    max-width: 48px !important;
  }
  .w-max-m-49,
  .width-max-m-49 {
    max-width: 49% !important;
  }
  .w-max-m-49-vw,
  .width-max-m-49-vw {
    max-width: 49vw !important;
  }
  .w-max-m-49-rem,
  .width-max-m-49-rem {
    max-width: 49rem !important;
  }
  .w-max-m-49-px,
  .width-max-m-49-px {
    max-width: 49px !important;
  }
  .w-max-m-50,
  .width-max-m-50 {
    max-width: 50% !important;
  }
  .w-max-m-50-vw,
  .width-max-m-50-vw {
    max-width: 50vw !important;
  }
  .w-max-m-50-rem,
  .width-max-m-50-rem {
    max-width: 50rem !important;
  }
  .w-max-m-50-px,
  .width-max-m-50-px {
    max-width: 50px !important;
  }
  .w-max-m-51,
  .width-max-m-51 {
    max-width: 51% !important;
  }
  .w-max-m-51-vw,
  .width-max-m-51-vw {
    max-width: 51vw !important;
  }
  .w-max-m-52,
  .width-max-m-52 {
    max-width: 52% !important;
  }
  .w-max-m-52-vw,
  .width-max-m-52-vw {
    max-width: 52vw !important;
  }
  .w-max-m-53,
  .width-max-m-53 {
    max-width: 53% !important;
  }
  .w-max-m-53-vw,
  .width-max-m-53-vw {
    max-width: 53vw !important;
  }
  .w-max-m-54,
  .width-max-m-54 {
    max-width: 54% !important;
  }
  .w-max-m-54-vw,
  .width-max-m-54-vw {
    max-width: 54vw !important;
  }
  .w-max-m-55,
  .width-max-m-55 {
    max-width: 55% !important;
  }
  .w-max-m-55-vw,
  .width-max-m-55-vw {
    max-width: 55vw !important;
  }
  .w-max-m-56,
  .width-max-m-56 {
    max-width: 56% !important;
  }
  .w-max-m-56-vw,
  .width-max-m-56-vw {
    max-width: 56vw !important;
  }
  .w-max-m-57,
  .width-max-m-57 {
    max-width: 57% !important;
  }
  .w-max-m-57-vw,
  .width-max-m-57-vw {
    max-width: 57vw !important;
  }
  .w-max-m-58,
  .width-max-m-58 {
    max-width: 58% !important;
  }
  .w-max-m-58-vw,
  .width-max-m-58-vw {
    max-width: 58vw !important;
  }
  .w-max-m-59,
  .width-max-m-59 {
    max-width: 59% !important;
  }
  .w-max-m-59-vw,
  .width-max-m-59-vw {
    max-width: 59vw !important;
  }
  .w-max-m-60,
  .width-max-m-60 {
    max-width: 60% !important;
  }
  .w-max-m-60-vw,
  .width-max-m-60-vw {
    max-width: 60vw !important;
  }
  .w-max-m-61,
  .width-max-m-61 {
    max-width: 61% !important;
  }
  .w-max-m-61-vw,
  .width-max-m-61-vw {
    max-width: 61vw !important;
  }
  .w-max-m-62,
  .width-max-m-62 {
    max-width: 62% !important;
  }
  .w-max-m-62-vw,
  .width-max-m-62-vw {
    max-width: 62vw !important;
  }
  .w-max-m-63,
  .width-max-m-63 {
    max-width: 63% !important;
  }
  .w-max-m-63-vw,
  .width-max-m-63-vw {
    max-width: 63vw !important;
  }
  .w-max-m-64,
  .width-max-m-64 {
    max-width: 64% !important;
  }
  .w-max-m-64-vw,
  .width-max-m-64-vw {
    max-width: 64vw !important;
  }
  .w-max-m-65,
  .width-max-m-65 {
    max-width: 65% !important;
  }
  .w-max-m-65-vw,
  .width-max-m-65-vw {
    max-width: 65vw !important;
  }
  .w-max-m-66,
  .width-max-m-66 {
    max-width: 66% !important;
  }
  .w-max-m-66-vw,
  .width-max-m-66-vw {
    max-width: 66vw !important;
  }
  .w-max-m-67,
  .width-max-m-67 {
    max-width: 67% !important;
  }
  .w-max-m-67-vw,
  .width-max-m-67-vw {
    max-width: 67vw !important;
  }
  .w-max-m-68,
  .width-max-m-68 {
    max-width: 68% !important;
  }
  .w-max-m-68-vw,
  .width-max-m-68-vw {
    max-width: 68vw !important;
  }
  .w-max-m-69,
  .width-max-m-69 {
    max-width: 69% !important;
  }
  .w-max-m-69-vw,
  .width-max-m-69-vw {
    max-width: 69vw !important;
  }
  .w-max-m-70,
  .width-max-m-70 {
    max-width: 70% !important;
  }
  .w-max-m-70-vw,
  .width-max-m-70-vw {
    max-width: 70vw !important;
  }
  .w-max-m-71,
  .width-max-m-71 {
    max-width: 71% !important;
  }
  .w-max-m-71-vw,
  .width-max-m-71-vw {
    max-width: 71vw !important;
  }
  .w-max-m-72,
  .width-max-m-72 {
    max-width: 72% !important;
  }
  .w-max-m-72-vw,
  .width-max-m-72-vw {
    max-width: 72vw !important;
  }
  .w-max-m-73,
  .width-max-m-73 {
    max-width: 73% !important;
  }
  .w-max-m-73-vw,
  .width-max-m-73-vw {
    max-width: 73vw !important;
  }
  .w-max-m-74,
  .width-max-m-74 {
    max-width: 74% !important;
  }
  .w-max-m-74-vw,
  .width-max-m-74-vw {
    max-width: 74vw !important;
  }
  .w-max-m-75,
  .width-max-m-75 {
    max-width: 75% !important;
  }
  .w-max-m-75-vw,
  .width-max-m-75-vw {
    max-width: 75vw !important;
  }
  .w-max-m-76,
  .width-max-m-76 {
    max-width: 76% !important;
  }
  .w-max-m-76-vw,
  .width-max-m-76-vw {
    max-width: 76vw !important;
  }
  .w-max-m-77,
  .width-max-m-77 {
    max-width: 77% !important;
  }
  .w-max-m-77-vw,
  .width-max-m-77-vw {
    max-width: 77vw !important;
  }
  .w-max-m-78,
  .width-max-m-78 {
    max-width: 78% !important;
  }
  .w-max-m-78-vw,
  .width-max-m-78-vw {
    max-width: 78vw !important;
  }
  .w-max-m-79,
  .width-max-m-79 {
    max-width: 79% !important;
  }
  .w-max-m-79-vw,
  .width-max-m-79-vw {
    max-width: 79vw !important;
  }
  .w-max-m-80,
  .width-max-m-80 {
    max-width: 80% !important;
  }
  .w-max-m-80-vw,
  .width-max-m-80-vw {
    max-width: 80vw !important;
  }
  .w-max-m-81,
  .width-max-m-81 {
    max-width: 81% !important;
  }
  .w-max-m-81-vw,
  .width-max-m-81-vw {
    max-width: 81vw !important;
  }
  .w-max-m-82,
  .width-max-m-82 {
    max-width: 82% !important;
  }
  .w-max-m-82-vw,
  .width-max-m-82-vw {
    max-width: 82vw !important;
  }
  .w-max-m-83,
  .width-max-m-83 {
    max-width: 83% !important;
  }
  .w-max-m-83-vw,
  .width-max-m-83-vw {
    max-width: 83vw !important;
  }
  .w-max-m-84,
  .width-max-m-84 {
    max-width: 84% !important;
  }
  .w-max-m-84-vw,
  .width-max-m-84-vw {
    max-width: 84vw !important;
  }
  .w-max-m-85,
  .width-max-m-85 {
    max-width: 85% !important;
  }
  .w-max-m-85-vw,
  .width-max-m-85-vw {
    max-width: 85vw !important;
  }
  .w-max-m-86,
  .width-max-m-86 {
    max-width: 86% !important;
  }
  .w-max-m-86-vw,
  .width-max-m-86-vw {
    max-width: 86vw !important;
  }
  .w-max-m-87,
  .width-max-m-87 {
    max-width: 87% !important;
  }
  .w-max-m-87-vw,
  .width-max-m-87-vw {
    max-width: 87vw !important;
  }
  .w-max-m-88,
  .width-max-m-88 {
    max-width: 88% !important;
  }
  .w-max-m-88-vw,
  .width-max-m-88-vw {
    max-width: 88vw !important;
  }
  .w-max-m-89,
  .width-max-m-89 {
    max-width: 89% !important;
  }
  .w-max-m-89-vw,
  .width-max-m-89-vw {
    max-width: 89vw !important;
  }
  .w-max-m-90,
  .width-max-m-90 {
    max-width: 90% !important;
  }
  .w-max-m-90-vw,
  .width-max-m-90-vw {
    max-width: 90vw !important;
  }
  .w-max-m-91,
  .width-max-m-91 {
    max-width: 91% !important;
  }
  .w-max-m-91-vw,
  .width-max-m-91-vw {
    max-width: 91vw !important;
  }
  .w-max-m-92,
  .width-max-m-92 {
    max-width: 92% !important;
  }
  .w-max-m-92-vw,
  .width-max-m-92-vw {
    max-width: 92vw !important;
  }
  .w-max-m-93,
  .width-max-m-93 {
    max-width: 93% !important;
  }
  .w-max-m-93-vw,
  .width-max-m-93-vw {
    max-width: 93vw !important;
  }
  .w-max-m-94,
  .width-max-m-94 {
    max-width: 94% !important;
  }
  .w-max-m-94-vw,
  .width-max-m-94-vw {
    max-width: 94vw !important;
  }
  .w-max-m-95,
  .width-max-m-95 {
    max-width: 95% !important;
  }
  .w-max-m-95-vw,
  .width-max-m-95-vw {
    max-width: 95vw !important;
  }
  .w-max-m-96,
  .width-max-m-96 {
    max-width: 96% !important;
  }
  .w-max-m-96-vw,
  .width-max-m-96-vw {
    max-width: 96vw !important;
  }
  .w-max-m-97,
  .width-max-m-97 {
    max-width: 97% !important;
  }
  .w-max-m-97-vw,
  .width-max-m-97-vw {
    max-width: 97vw !important;
  }
  .w-max-m-98,
  .width-max-m-98 {
    max-width: 98% !important;
  }
  .w-max-m-98-vw,
  .width-max-m-98-vw {
    max-width: 98vw !important;
  }
  .w-max-m-99,
  .width-max-m-99 {
    max-width: 99% !important;
  }
  .w-max-m-99-vw,
  .width-max-m-99-vw {
    max-width: 99vw !important;
  }
  .w-max-m-100,
  .width-max-m-100 {
    max-width: 100% !important;
  }
  .w-max-m-100-vw,
  .width-max-m-100-vw {
    max-width: 100vw !important;
  }
  /*Height*/
  .h-m-full,
  .height-m-full {
    height: 100% !important;
  }
  .h-m-screen,
  .height-m-screen {
    height: 100vh !important;
  }
  .h-m-content,
  .height-m-content {
    height: fit-content !important;
  }
  .h-m-auto,
  .height-m-auto {
    height: auto !important;
  }
  .h-m-0,
  .height-m-0 {
    height: 0% !important;
  }
  .h-m-0-vh,
  .height-m-0-vh {
    height: 0vh !important;
  }
  .h-m-0-rem,
  .height-m-0-rem {
    height: 0rem !important;
  }
  .h-m-0-px,
  .height-m-0-px {
    height: 0px !important;
  }
  .h-m-1,
  .height-m-1 {
    height: 1% !important;
  }
  .h-m-1-vh,
  .height-m-1-vh {
    height: 1vh !important;
  }
  .h-m-1-rem,
  .height-m-1-rem {
    height: 1rem !important;
  }
  .h-m-1-px,
  .height-m-1-px {
    height: 1px !important;
  }
  .h-m-2,
  .height-m-2 {
    height: 2% !important;
  }
  .h-m-2-vh,
  .height-m-2-vh {
    height: 2vh !important;
  }
  .h-m-2-rem,
  .height-m-2-rem {
    height: 2rem !important;
  }
  .h-m-2-px,
  .height-m-2-px {
    height: 2px !important;
  }
  .h-m-3,
  .height-m-3 {
    height: 3% !important;
  }
  .h-m-3-vh,
  .height-m-3-vh {
    height: 3vh !important;
  }
  .h-m-3-rem,
  .height-m-3-rem {
    height: 3rem !important;
  }
  .h-m-3-px,
  .height-m-3-px {
    height: 3px !important;
  }
  .h-m-4,
  .height-m-4 {
    height: 4% !important;
  }
  .h-m-4-vh,
  .height-m-4-vh {
    height: 4vh !important;
  }
  .h-m-4-rem,
  .height-m-4-rem {
    height: 4rem !important;
  }
  .h-m-4-px,
  .height-m-4-px {
    height: 4px !important;
  }
  .h-m-5,
  .height-m-5 {
    height: 5% !important;
  }
  .h-m-5-vh,
  .height-m-5-vh {
    height: 5vh !important;
  }
  .h-m-5-rem,
  .height-m-5-rem {
    height: 5rem !important;
  }
  .h-m-5-px,
  .height-m-5-px {
    height: 5px !important;
  }
  .h-m-6,
  .height-m-6 {
    height: 6% !important;
  }
  .h-m-6-vh,
  .height-m-6-vh {
    height: 6vh !important;
  }
  .h-m-6-rem,
  .height-m-6-rem {
    height: 6rem !important;
  }
  .h-m-6-px,
  .height-m-6-px {
    height: 6px !important;
  }
  .h-m-7,
  .height-m-7 {
    height: 7% !important;
  }
  .h-m-7-vh,
  .height-m-7-vh {
    height: 7vh !important;
  }
  .h-m-7-rem,
  .height-m-7-rem {
    height: 7rem !important;
  }
  .h-m-7-px,
  .height-m-7-px {
    height: 7px !important;
  }
  .h-m-8,
  .height-m-8 {
    height: 8% !important;
  }
  .h-m-8-vh,
  .height-m-8-vh {
    height: 8vh !important;
  }
  .h-m-8-rem,
  .height-m-8-rem {
    height: 8rem !important;
  }
  .h-m-8-px,
  .height-m-8-px {
    height: 8px !important;
  }
  .h-m-9,
  .height-m-9 {
    height: 9% !important;
  }
  .h-m-9-vh,
  .height-m-9-vh {
    height: 9vh !important;
  }
  .h-m-9-rem,
  .height-m-9-rem {
    height: 9rem !important;
  }
  .h-m-9-px,
  .height-m-9-px {
    height: 9px !important;
  }
  .h-m-10,
  .height-m-10 {
    height: 10% !important;
  }
  .h-m-10-vh,
  .height-m-10-vh {
    height: 10vh !important;
  }
  .h-m-10-rem,
  .height-m-10-rem {
    height: 10rem !important;
  }
  .h-m-10-px,
  .height-m-10-px {
    height: 10px !important;
  }
  .h-m-11,
  .height-m-11 {
    height: 11% !important;
  }
  .h-m-11-vh,
  .height-m-11-vh {
    height: 11vh !important;
  }
  .h-m-11-rem,
  .height-m-11-rem {
    height: 11rem !important;
  }
  .h-m-11-px,
  .height-m-11-px {
    height: 11px !important;
  }
  .h-m-12,
  .height-m-12 {
    height: 12% !important;
  }
  .h-m-12-vh,
  .height-m-12-vh {
    height: 12vh !important;
  }
  .h-m-12-rem,
  .height-m-12-rem {
    height: 12rem !important;
  }
  .h-m-12-px,
  .height-m-12-px {
    height: 12px !important;
  }
  .h-m-13,
  .height-m-13 {
    height: 13% !important;
  }
  .h-m-13-vh,
  .height-m-13-vh {
    height: 13vh !important;
  }
  .h-m-13-rem,
  .height-m-13-rem {
    height: 13rem !important;
  }
  .h-m-13-px,
  .height-m-13-px {
    height: 13px !important;
  }
  .h-m-14,
  .height-m-14 {
    height: 14% !important;
  }
  .h-m-14-vh,
  .height-m-14-vh {
    height: 14vh !important;
  }
  .h-m-14-rem,
  .height-m-14-rem {
    height: 14rem !important;
  }
  .h-m-14-px,
  .height-m-14-px {
    height: 14px !important;
  }
  .h-m-15,
  .height-m-15 {
    height: 15% !important;
  }
  .h-m-15-vh,
  .height-m-15-vh {
    height: 15vh !important;
  }
  .h-m-15-rem,
  .height-m-15-rem {
    height: 15rem !important;
  }
  .h-m-15-px,
  .height-m-15-px {
    height: 15px !important;
  }
  .h-m-16,
  .height-m-16 {
    height: 16% !important;
  }
  .h-m-16-vh,
  .height-m-16-vh {
    height: 16vh !important;
  }
  .h-m-16-rem,
  .height-m-16-rem {
    height: 16rem !important;
  }
  .h-m-16-px,
  .height-m-16-px {
    height: 16px !important;
  }
  .h-m-17,
  .height-m-17 {
    height: 17% !important;
  }
  .h-m-17-vh,
  .height-m-17-vh {
    height: 17vh !important;
  }
  .h-m-17-rem,
  .height-m-17-rem {
    height: 17rem !important;
  }
  .h-m-17-px,
  .height-m-17-px {
    height: 17px !important;
  }
  .h-m-18,
  .height-m-18 {
    height: 18% !important;
  }
  .h-m-18-vh,
  .height-m-18-vh {
    height: 18vh !important;
  }
  .h-m-18-rem,
  .height-m-18-rem {
    height: 18rem !important;
  }
  .h-m-18-px,
  .height-m-18-px {
    height: 18px !important;
  }
  .h-m-19,
  .height-m-19 {
    height: 19% !important;
  }
  .h-m-19-vh,
  .height-m-19-vh {
    height: 19vh !important;
  }
  .h-m-19-rem,
  .height-m-19-rem {
    height: 19rem !important;
  }
  .h-m-19-px,
  .height-m-19-px {
    height: 19px !important;
  }
  .h-m-20,
  .height-m-20 {
    height: 20% !important;
  }
  .h-m-20-vh,
  .height-m-20-vh {
    height: 20vh !important;
  }
  .h-m-20-rem,
  .height-m-20-rem {
    height: 20rem !important;
  }
  .h-m-20-px,
  .height-m-20-px {
    height: 20px !important;
  }
  .h-m-21,
  .height-m-21 {
    height: 21% !important;
  }
  .h-m-21-vh,
  .height-m-21-vh {
    height: 21vh !important;
  }
  .h-m-21-rem,
  .height-m-21-rem {
    height: 21rem !important;
  }
  .h-m-21-px,
  .height-m-21-px {
    height: 21px !important;
  }
  .h-m-22,
  .height-m-22 {
    height: 22% !important;
  }
  .h-m-22-vh,
  .height-m-22-vh {
    height: 22vh !important;
  }
  .h-m-22-rem,
  .height-m-22-rem {
    height: 22rem !important;
  }
  .h-m-22-px,
  .height-m-22-px {
    height: 22px !important;
  }
  .h-m-23,
  .height-m-23 {
    height: 23% !important;
  }
  .h-m-23-vh,
  .height-m-23-vh {
    height: 23vh !important;
  }
  .h-m-23-rem,
  .height-m-23-rem {
    height: 23rem !important;
  }
  .h-m-23-px,
  .height-m-23-px {
    height: 23px !important;
  }
  .h-m-24,
  .height-m-24 {
    height: 24% !important;
  }
  .h-m-24-vh,
  .height-m-24-vh {
    height: 24vh !important;
  }
  .h-m-24-rem,
  .height-m-24-rem {
    height: 24rem !important;
  }
  .h-m-24-px,
  .height-m-24-px {
    height: 24px !important;
  }
  .h-m-25,
  .height-m-25 {
    height: 25% !important;
  }
  .h-m-25-vh,
  .height-m-25-vh {
    height: 25vh !important;
  }
  .h-m-25-rem,
  .height-m-25-rem {
    height: 25rem !important;
  }
  .h-m-25-px,
  .height-m-25-px {
    height: 25px !important;
  }
  .h-m-26,
  .height-m-26 {
    height: 26% !important;
  }
  .h-m-26-vh,
  .height-m-26-vh {
    height: 26vh !important;
  }
  .h-m-26-rem,
  .height-m-26-rem {
    height: 26rem !important;
  }
  .h-m-26-px,
  .height-m-26-px {
    height: 26px !important;
  }
  .h-m-27,
  .height-m-27 {
    height: 27% !important;
  }
  .h-m-27-vh,
  .height-m-27-vh {
    height: 27vh !important;
  }
  .h-m-27-rem,
  .height-m-27-rem {
    height: 27rem !important;
  }
  .h-m-27-px,
  .height-m-27-px {
    height: 27px !important;
  }
  .h-m-28,
  .height-m-28 {
    height: 28% !important;
  }
  .h-m-28-vh,
  .height-m-28-vh {
    height: 28vh !important;
  }
  .h-m-28-rem,
  .height-m-28-rem {
    height: 28rem !important;
  }
  .h-m-28-px,
  .height-m-28-px {
    height: 28px !important;
  }
  .h-m-29,
  .height-m-29 {
    height: 29% !important;
  }
  .h-m-29-vh,
  .height-m-29-vh {
    height: 29vh !important;
  }
  .h-m-29-rem,
  .height-m-29-rem {
    height: 29rem !important;
  }
  .h-m-29-px,
  .height-m-29-px {
    height: 29px !important;
  }
  .h-m-30,
  .height-m-30 {
    height: 30% !important;
  }
  .h-m-30-vh,
  .height-m-30-vh {
    height: 30vh !important;
  }
  .h-m-30-rem,
  .height-m-30-rem {
    height: 30rem !important;
  }
  .h-m-30-px,
  .height-m-30-px {
    height: 30px !important;
  }
  .h-m-31,
  .height-m-31 {
    height: 31% !important;
  }
  .h-m-31-vh,
  .height-m-31-vh {
    height: 31vh !important;
  }
  .h-m-31-rem,
  .height-m-31-rem {
    height: 31rem !important;
  }
  .h-m-31-px,
  .height-m-31-px {
    height: 31px !important;
  }
  .h-m-32,
  .height-m-32 {
    height: 32% !important;
  }
  .h-m-32-vh,
  .height-m-32-vh {
    height: 32vh !important;
  }
  .h-m-32-rem,
  .height-m-32-rem {
    height: 32rem !important;
  }
  .h-m-32-px,
  .height-m-32-px {
    height: 32px !important;
  }
  .h-m-33,
  .height-m-33 {
    height: 33% !important;
  }
  .h-m-33-vh,
  .height-m-33-vh {
    height: 33vh !important;
  }
  .h-m-33-rem,
  .height-m-33-rem {
    height: 33rem !important;
  }
  .h-m-33-px,
  .height-m-33-px {
    height: 33px !important;
  }
  .h-m-34,
  .height-m-34 {
    height: 34% !important;
  }
  .h-m-34-vh,
  .height-m-34-vh {
    height: 34vh !important;
  }
  .h-m-34-rem,
  .height-m-34-rem {
    height: 34rem !important;
  }
  .h-m-34-px,
  .height-m-34-px {
    height: 34px !important;
  }
  .h-m-35,
  .height-m-35 {
    height: 35% !important;
  }
  .h-m-35-vh,
  .height-m-35-vh {
    height: 35vh !important;
  }
  .h-m-35-rem,
  .height-m-35-rem {
    height: 35rem !important;
  }
  .h-m-35-px,
  .height-m-35-px {
    height: 35px !important;
  }
  .h-m-36,
  .height-m-36 {
    height: 36% !important;
  }
  .h-m-36-vh,
  .height-m-36-vh {
    height: 36vh !important;
  }
  .h-m-36-rem,
  .height-m-36-rem {
    height: 36rem !important;
  }
  .h-m-36-px,
  .height-m-36-px {
    height: 36px !important;
  }
  .h-m-37,
  .height-m-37 {
    height: 37% !important;
  }
  .h-m-37-vh,
  .height-m-37-vh {
    height: 37vh !important;
  }
  .h-m-37-rem,
  .height-m-37-rem {
    height: 37rem !important;
  }
  .h-m-37-px,
  .height-m-37-px {
    height: 37px !important;
  }
  .h-m-38,
  .height-m-38 {
    height: 38% !important;
  }
  .h-m-38-vh,
  .height-m-38-vh {
    height: 38vh !important;
  }
  .h-m-38-rem,
  .height-m-38-rem {
    height: 38rem !important;
  }
  .h-m-38-px,
  .height-m-38-px {
    height: 38px !important;
  }
  .h-m-39,
  .height-m-39 {
    height: 39% !important;
  }
  .h-m-39-vh,
  .height-m-39-vh {
    height: 39vh !important;
  }
  .h-m-39-rem,
  .height-m-39-rem {
    height: 39rem !important;
  }
  .h-m-39-px,
  .height-m-39-px {
    height: 39px !important;
  }
  .h-m-40,
  .height-m-40 {
    height: 40% !important;
  }
  .h-m-40-vh,
  .height-m-40-vh {
    height: 40vh !important;
  }
  .h-m-40-rem,
  .height-m-40-rem {
    height: 40rem !important;
  }
  .h-m-40-px,
  .height-m-40-px {
    height: 40px !important;
  }
  .h-m-41,
  .height-m-41 {
    height: 41% !important;
  }
  .h-m-41-vh,
  .height-m-41-vh {
    height: 41vh !important;
  }
  .h-m-41-rem,
  .height-m-41-rem {
    height: 41rem !important;
  }
  .h-m-41-px,
  .height-m-41-px {
    height: 41px !important;
  }
  .h-m-42,
  .height-m-42 {
    height: 42% !important;
  }
  .h-m-42-vh,
  .height-m-42-vh {
    height: 42vh !important;
  }
  .h-m-42-rem,
  .height-m-42-rem {
    height: 42rem !important;
  }
  .h-m-42-px,
  .height-m-42-px {
    height: 42px !important;
  }
  .h-m-43,
  .height-m-43 {
    height: 43% !important;
  }
  .h-m-43-vh,
  .height-m-43-vh {
    height: 43vh !important;
  }
  .h-m-43-rem,
  .height-m-43-rem {
    height: 43rem !important;
  }
  .h-m-43-px,
  .height-m-43-px {
    height: 43px !important;
  }
  .h-m-44,
  .height-m-44 {
    height: 44% !important;
  }
  .h-m-44-vh,
  .height-m-44-vh {
    height: 44vh !important;
  }
  .h-m-44-rem,
  .height-m-44-rem {
    height: 44rem !important;
  }
  .h-m-44-px,
  .height-m-44-px {
    height: 44px !important;
  }
  .h-m-45,
  .height-m-45 {
    height: 45% !important;
  }
  .h-m-45-vh,
  .height-m-45-vh {
    height: 45vh !important;
  }
  .h-m-45-rem,
  .height-m-45-rem {
    height: 45rem !important;
  }
  .h-m-45-px,
  .height-m-45-px {
    height: 45px !important;
  }
  .h-m-46,
  .height-m-46 {
    height: 46% !important;
  }
  .h-m-46-vh,
  .height-m-46-vh {
    height: 46vh !important;
  }
  .h-m-46-rem,
  .height-m-46-rem {
    height: 46rem !important;
  }
  .h-m-46-px,
  .height-m-46-px {
    height: 46px !important;
  }
  .h-m-47,
  .height-m-47 {
    height: 47% !important;
  }
  .h-m-47-vh,
  .height-m-47-vh {
    height: 47vh !important;
  }
  .h-m-47-rem,
  .height-m-47-rem {
    height: 47rem !important;
  }
  .h-m-47-px,
  .height-m-47-px {
    height: 47px !important;
  }
  .h-m-48,
  .height-m-48 {
    height: 48% !important;
  }
  .h-m-48-vh,
  .height-m-48-vh {
    height: 48vh !important;
  }
  .h-m-48-rem,
  .height-m-48-rem {
    height: 48rem !important;
  }
  .h-m-48-px,
  .height-m-48-px {
    height: 48px !important;
  }
  .h-m-49,
  .height-m-49 {
    height: 49% !important;
  }
  .h-m-49-vh,
  .height-m-49-vh {
    height: 49vh !important;
  }
  .h-m-49-rem,
  .height-m-49-rem {
    height: 49rem !important;
  }
  .h-m-49-px,
  .height-m-49-px {
    height: 49px !important;
  }
  .h-m-50,
  .height-m-50 {
    height: 50% !important;
  }
  .h-m-50-vh,
  .height-m-50-vh {
    height: 50vh !important;
  }
  .h-m-50-rem,
  .height-m-50-rem {
    height: 50rem !important;
  }
  .h-m-50-px,
  .height-m-50-px {
    height: 50px !important;
  }
  .h-m-51,
  .height-m-51 {
    height: 51% !important;
  }
  .h-m-51-vh,
  .height-m-51-vh {
    height: 51vh !important;
  }
  .h-m-52,
  .height-m-52 {
    height: 52% !important;
  }
  .h-m-52-vh,
  .height-m-52-vh {
    height: 52vh !important;
  }
  .h-m-53,
  .height-m-53 {
    height: 53% !important;
  }
  .h-m-53-vh,
  .height-m-53-vh {
    height: 53vh !important;
  }
  .h-m-54,
  .height-m-54 {
    height: 54% !important;
  }
  .h-m-54-vh,
  .height-m-54-vh {
    height: 54vh !important;
  }
  .h-m-55,
  .height-m-55 {
    height: 55% !important;
  }
  .h-m-55-vh,
  .height-m-55-vh {
    height: 55vh !important;
  }
  .h-m-56,
  .height-m-56 {
    height: 56% !important;
  }
  .h-m-56-vh,
  .height-m-56-vh {
    height: 56vh !important;
  }
  .h-m-57,
  .height-m-57 {
    height: 57% !important;
  }
  .h-m-57-vh,
  .height-m-57-vh {
    height: 57vh !important;
  }
  .h-m-58,
  .height-m-58 {
    height: 58% !important;
  }
  .h-m-58-vh,
  .height-m-58-vh {
    height: 58vh !important;
  }
  .h-m-59,
  .height-m-59 {
    height: 59% !important;
  }
  .h-m-59-vh,
  .height-m-59-vh {
    height: 59vh !important;
  }
  .h-m-60,
  .height-m-60 {
    height: 60% !important;
  }
  .h-m-60-vh,
  .height-m-60-vh {
    height: 60vh !important;
  }
  .h-m-61,
  .height-m-61 {
    height: 61% !important;
  }
  .h-m-61-vh,
  .height-m-61-vh {
    height: 61vh !important;
  }
  .h-m-62,
  .height-m-62 {
    height: 62% !important;
  }
  .h-m-62-vh,
  .height-m-62-vh {
    height: 62vh !important;
  }
  .h-m-63,
  .height-m-63 {
    height: 63% !important;
  }
  .h-m-63-vh,
  .height-m-63-vh {
    height: 63vh !important;
  }
  .h-m-64,
  .height-m-64 {
    height: 64% !important;
  }
  .h-m-64-vh,
  .height-m-64-vh {
    height: 64vh !important;
  }
  .h-m-65,
  .height-m-65 {
    height: 65% !important;
  }
  .h-m-65-vh,
  .height-m-65-vh {
    height: 65vh !important;
  }
  .h-m-66,
  .height-m-66 {
    height: 66% !important;
  }
  .h-m-66-vh,
  .height-m-66-vh {
    height: 66vh !important;
  }
  .h-m-67,
  .height-m-67 {
    height: 67% !important;
  }
  .h-m-67-vh,
  .height-m-67-vh {
    height: 67vh !important;
  }
  .h-m-68,
  .height-m-68 {
    height: 68% !important;
  }
  .h-m-68-vh,
  .height-m-68-vh {
    height: 68vh !important;
  }
  .h-m-69,
  .height-m-69 {
    height: 69% !important;
  }
  .h-m-69-vh,
  .height-m-69-vh {
    height: 69vh !important;
  }
  .h-m-70,
  .height-m-70 {
    height: 70% !important;
  }
  .h-m-70-vh,
  .height-m-70-vh {
    height: 70vh !important;
  }
  .h-m-71,
  .height-m-71 {
    height: 71% !important;
  }
  .h-m-71-vh,
  .height-m-71-vh {
    height: 71vh !important;
  }
  .h-m-72,
  .height-m-72 {
    height: 72% !important;
  }
  .h-m-72-vh,
  .height-m-72-vh {
    height: 72vh !important;
  }
  .h-m-73,
  .height-m-73 {
    height: 73% !important;
  }
  .h-m-73-vh,
  .height-m-73-vh {
    height: 73vh !important;
  }
  .h-m-74,
  .height-m-74 {
    height: 74% !important;
  }
  .h-m-74-vh,
  .height-m-74-vh {
    height: 74vh !important;
  }
  .h-m-75,
  .height-m-75 {
    height: 75% !important;
  }
  .h-m-75-vh,
  .height-m-75-vh {
    height: 75vh !important;
  }
  .h-m-76,
  .height-m-76 {
    height: 76% !important;
  }
  .h-m-76-vh,
  .height-m-76-vh {
    height: 76vh !important;
  }
  .h-m-77,
  .height-m-77 {
    height: 77% !important;
  }
  .h-m-77-vh,
  .height-m-77-vh {
    height: 77vh !important;
  }
  .h-m-78,
  .height-m-78 {
    height: 78% !important;
  }
  .h-m-78-vh,
  .height-m-78-vh {
    height: 78vh !important;
  }
  .h-m-79,
  .height-m-79 {
    height: 79% !important;
  }
  .h-m-79-vh,
  .height-m-79-vh {
    height: 79vh !important;
  }
  .h-m-80,
  .height-m-80 {
    height: 80% !important;
  }
  .h-m-80-vh,
  .height-m-80-vh {
    height: 80vh !important;
  }
  .h-m-81,
  .height-m-81 {
    height: 81% !important;
  }
  .h-m-81-vh,
  .height-m-81-vh {
    height: 81vh !important;
  }
  .h-m-82,
  .height-m-82 {
    height: 82% !important;
  }
  .h-m-82-vh,
  .height-m-82-vh {
    height: 82vh !important;
  }
  .h-m-83,
  .height-m-83 {
    height: 83% !important;
  }
  .h-m-83-vh,
  .height-m-83-vh {
    height: 83vh !important;
  }
  .h-m-84,
  .height-m-84 {
    height: 84% !important;
  }
  .h-m-84-vh,
  .height-m-84-vh {
    height: 84vh !important;
  }
  .h-m-85,
  .height-m-85 {
    height: 85% !important;
  }
  .h-m-85-vh,
  .height-m-85-vh {
    height: 85vh !important;
  }
  .h-m-86,
  .height-m-86 {
    height: 86% !important;
  }
  .h-m-86-vh,
  .height-m-86-vh {
    height: 86vh !important;
  }
  .h-m-87,
  .height-m-87 {
    height: 87% !important;
  }
  .h-m-87-vh,
  .height-m-87-vh {
    height: 87vh !important;
  }
  .h-m-88,
  .height-m-88 {
    height: 88% !important;
  }
  .h-m-88-vh,
  .height-m-88-vh {
    height: 88vh !important;
  }
  .h-m-89,
  .height-m-89 {
    height: 89% !important;
  }
  .h-m-89-vh,
  .height-m-89-vh {
    height: 89vh !important;
  }
  .h-m-90,
  .height-m-90 {
    height: 90% !important;
  }
  .h-m-90-vh,
  .height-m-90-vh {
    height: 90vh !important;
  }
  .h-m-91,
  .height-m-91 {
    height: 91% !important;
  }
  .h-m-91-vh,
  .height-m-91-vh {
    height: 91vh !important;
  }
  .h-m-92,
  .height-m-92 {
    height: 92% !important;
  }
  .h-m-92-vh,
  .height-m-92-vh {
    height: 92vh !important;
  }
  .h-m-93,
  .height-m-93 {
    height: 93% !important;
  }
  .h-m-93-vh,
  .height-m-93-vh {
    height: 93vh !important;
  }
  .h-m-94,
  .height-m-94 {
    height: 94% !important;
  }
  .h-m-94-vh,
  .height-m-94-vh {
    height: 94vh !important;
  }
  .h-m-95,
  .height-m-95 {
    height: 95% !important;
  }
  .h-m-95-vh,
  .height-m-95-vh {
    height: 95vh !important;
  }
  .h-m-96,
  .height-m-96 {
    height: 96% !important;
  }
  .h-m-96-vh,
  .height-m-96-vh {
    height: 96vh !important;
  }
  .h-m-97,
  .height-m-97 {
    height: 97% !important;
  }
  .h-m-97-vh,
  .height-m-97-vh {
    height: 97vh !important;
  }
  .h-m-98,
  .height-m-98 {
    height: 98% !important;
  }
  .h-m-98-vh,
  .height-m-98-vh {
    height: 98vh !important;
  }
  .h-m-99,
  .height-m-99 {
    height: 99% !important;
  }
  .h-m-99-vh,
  .height-m-99-vh {
    height: 99vh !important;
  }
  .h-m-100,
  .height-m-100 {
    height: 100% !important;
  }
  .h-m-100-vh,
  .height-m-100-vh {
    height: 100vh !important;
  }
  .h-min-m-full,
  .height-min-m-full {
    min-height: 100% !important;
  }
  .h-min-m-screen,
  .height-min-m-screen {
    min-height: 100vh !important;
  }
  .h-min-m-content,
  .height-min-m-content {
    min-height: fit-content !important;
  }
  .h-min-m-auto,
  .height-min-m-auto {
    min-height: auto !important;
  }
  .h-min-m-0,
  .height-min-m-0 {
    min-height: 0% !important;
  }
  .h-min-m-0-vh,
  .height-min-m-0-vh {
    min-height: 0vh !important;
  }
  .h-min-m-0-rem,
  .height-min-m-0-rem {
    min-height: 0rem !important;
  }
  .h-min-m-0-px,
  .height-min-m-0-px {
    min-height: 0px !important;
  }
  .h-min-m-1,
  .height-min-m-1 {
    min-height: 1% !important;
  }
  .h-min-m-1-vh,
  .height-min-m-1-vh {
    min-height: 1vh !important;
  }
  .h-min-m-1-rem,
  .height-min-m-1-rem {
    min-height: 1rem !important;
  }
  .h-min-m-1-px,
  .height-min-m-1-px {
    min-height: 1px !important;
  }
  .h-min-m-2,
  .height-min-m-2 {
    min-height: 2% !important;
  }
  .h-min-m-2-vh,
  .height-min-m-2-vh {
    min-height: 2vh !important;
  }
  .h-min-m-2-rem,
  .height-min-m-2-rem {
    min-height: 2rem !important;
  }
  .h-min-m-2-px,
  .height-min-m-2-px {
    min-height: 2px !important;
  }
  .h-min-m-3,
  .height-min-m-3 {
    min-height: 3% !important;
  }
  .h-min-m-3-vh,
  .height-min-m-3-vh {
    min-height: 3vh !important;
  }
  .h-min-m-3-rem,
  .height-min-m-3-rem {
    min-height: 3rem !important;
  }
  .h-min-m-3-px,
  .height-min-m-3-px {
    min-height: 3px !important;
  }
  .h-min-m-4,
  .height-min-m-4 {
    min-height: 4% !important;
  }
  .h-min-m-4-vh,
  .height-min-m-4-vh {
    min-height: 4vh !important;
  }
  .h-min-m-4-rem,
  .height-min-m-4-rem {
    min-height: 4rem !important;
  }
  .h-min-m-4-px,
  .height-min-m-4-px {
    min-height: 4px !important;
  }
  .h-min-m-5,
  .height-min-m-5 {
    min-height: 5% !important;
  }
  .h-min-m-5-vh,
  .height-min-m-5-vh {
    min-height: 5vh !important;
  }
  .h-min-m-5-rem,
  .height-min-m-5-rem {
    min-height: 5rem !important;
  }
  .h-min-m-5-px,
  .height-min-m-5-px {
    min-height: 5px !important;
  }
  .h-min-m-6,
  .height-min-m-6 {
    min-height: 6% !important;
  }
  .h-min-m-6-vh,
  .height-min-m-6-vh {
    min-height: 6vh !important;
  }
  .h-min-m-6-rem,
  .height-min-m-6-rem {
    min-height: 6rem !important;
  }
  .h-min-m-6-px,
  .height-min-m-6-px {
    min-height: 6px !important;
  }
  .h-min-m-7,
  .height-min-m-7 {
    min-height: 7% !important;
  }
  .h-min-m-7-vh,
  .height-min-m-7-vh {
    min-height: 7vh !important;
  }
  .h-min-m-7-rem,
  .height-min-m-7-rem {
    min-height: 7rem !important;
  }
  .h-min-m-7-px,
  .height-min-m-7-px {
    min-height: 7px !important;
  }
  .h-min-m-8,
  .height-min-m-8 {
    min-height: 8% !important;
  }
  .h-min-m-8-vh,
  .height-min-m-8-vh {
    min-height: 8vh !important;
  }
  .h-min-m-8-rem,
  .height-min-m-8-rem {
    min-height: 8rem !important;
  }
  .h-min-m-8-px,
  .height-min-m-8-px {
    min-height: 8px !important;
  }
  .h-min-m-9,
  .height-min-m-9 {
    min-height: 9% !important;
  }
  .h-min-m-9-vh,
  .height-min-m-9-vh {
    min-height: 9vh !important;
  }
  .h-min-m-9-rem,
  .height-min-m-9-rem {
    min-height: 9rem !important;
  }
  .h-min-m-9-px,
  .height-min-m-9-px {
    min-height: 9px !important;
  }
  .h-min-m-10,
  .height-min-m-10 {
    min-height: 10% !important;
  }
  .h-min-m-10-vh,
  .height-min-m-10-vh {
    min-height: 10vh !important;
  }
  .h-min-m-10-rem,
  .height-min-m-10-rem {
    min-height: 10rem !important;
  }
  .h-min-m-10-px,
  .height-min-m-10-px {
    min-height: 10px !important;
  }
  .h-min-m-11,
  .height-min-m-11 {
    min-height: 11% !important;
  }
  .h-min-m-11-vh,
  .height-min-m-11-vh {
    min-height: 11vh !important;
  }
  .h-min-m-11-rem,
  .height-min-m-11-rem {
    min-height: 11rem !important;
  }
  .h-min-m-11-px,
  .height-min-m-11-px {
    min-height: 11px !important;
  }
  .h-min-m-12,
  .height-min-m-12 {
    min-height: 12% !important;
  }
  .h-min-m-12-vh,
  .height-min-m-12-vh {
    min-height: 12vh !important;
  }
  .h-min-m-12-rem,
  .height-min-m-12-rem {
    min-height: 12rem !important;
  }
  .h-min-m-12-px,
  .height-min-m-12-px {
    min-height: 12px !important;
  }
  .h-min-m-13,
  .height-min-m-13 {
    min-height: 13% !important;
  }
  .h-min-m-13-vh,
  .height-min-m-13-vh {
    min-height: 13vh !important;
  }
  .h-min-m-13-rem,
  .height-min-m-13-rem {
    min-height: 13rem !important;
  }
  .h-min-m-13-px,
  .height-min-m-13-px {
    min-height: 13px !important;
  }
  .h-min-m-14,
  .height-min-m-14 {
    min-height: 14% !important;
  }
  .h-min-m-14-vh,
  .height-min-m-14-vh {
    min-height: 14vh !important;
  }
  .h-min-m-14-rem,
  .height-min-m-14-rem {
    min-height: 14rem !important;
  }
  .h-min-m-14-px,
  .height-min-m-14-px {
    min-height: 14px !important;
  }
  .h-min-m-15,
  .height-min-m-15 {
    min-height: 15% !important;
  }
  .h-min-m-15-vh,
  .height-min-m-15-vh {
    min-height: 15vh !important;
  }
  .h-min-m-15-rem,
  .height-min-m-15-rem {
    min-height: 15rem !important;
  }
  .h-min-m-15-px,
  .height-min-m-15-px {
    min-height: 15px !important;
  }
  .h-min-m-16,
  .height-min-m-16 {
    min-height: 16% !important;
  }
  .h-min-m-16-vh,
  .height-min-m-16-vh {
    min-height: 16vh !important;
  }
  .h-min-m-16-rem,
  .height-min-m-16-rem {
    min-height: 16rem !important;
  }
  .h-min-m-16-px,
  .height-min-m-16-px {
    min-height: 16px !important;
  }
  .h-min-m-17,
  .height-min-m-17 {
    min-height: 17% !important;
  }
  .h-min-m-17-vh,
  .height-min-m-17-vh {
    min-height: 17vh !important;
  }
  .h-min-m-17-rem,
  .height-min-m-17-rem {
    min-height: 17rem !important;
  }
  .h-min-m-17-px,
  .height-min-m-17-px {
    min-height: 17px !important;
  }
  .h-min-m-18,
  .height-min-m-18 {
    min-height: 18% !important;
  }
  .h-min-m-18-vh,
  .height-min-m-18-vh {
    min-height: 18vh !important;
  }
  .h-min-m-18-rem,
  .height-min-m-18-rem {
    min-height: 18rem !important;
  }
  .h-min-m-18-px,
  .height-min-m-18-px {
    min-height: 18px !important;
  }
  .h-min-m-19,
  .height-min-m-19 {
    min-height: 19% !important;
  }
  .h-min-m-19-vh,
  .height-min-m-19-vh {
    min-height: 19vh !important;
  }
  .h-min-m-19-rem,
  .height-min-m-19-rem {
    min-height: 19rem !important;
  }
  .h-min-m-19-px,
  .height-min-m-19-px {
    min-height: 19px !important;
  }
  .h-min-m-20,
  .height-min-m-20 {
    min-height: 20% !important;
  }
  .h-min-m-20-vh,
  .height-min-m-20-vh {
    min-height: 20vh !important;
  }
  .h-min-m-20-rem,
  .height-min-m-20-rem {
    min-height: 20rem !important;
  }
  .h-min-m-20-px,
  .height-min-m-20-px {
    min-height: 20px !important;
  }
  .h-min-m-21,
  .height-min-m-21 {
    min-height: 21% !important;
  }
  .h-min-m-21-vh,
  .height-min-m-21-vh {
    min-height: 21vh !important;
  }
  .h-min-m-21-rem,
  .height-min-m-21-rem {
    min-height: 21rem !important;
  }
  .h-min-m-21-px,
  .height-min-m-21-px {
    min-height: 21px !important;
  }
  .h-min-m-22,
  .height-min-m-22 {
    min-height: 22% !important;
  }
  .h-min-m-22-vh,
  .height-min-m-22-vh {
    min-height: 22vh !important;
  }
  .h-min-m-22-rem,
  .height-min-m-22-rem {
    min-height: 22rem !important;
  }
  .h-min-m-22-px,
  .height-min-m-22-px {
    min-height: 22px !important;
  }
  .h-min-m-23,
  .height-min-m-23 {
    min-height: 23% !important;
  }
  .h-min-m-23-vh,
  .height-min-m-23-vh {
    min-height: 23vh !important;
  }
  .h-min-m-23-rem,
  .height-min-m-23-rem {
    min-height: 23rem !important;
  }
  .h-min-m-23-px,
  .height-min-m-23-px {
    min-height: 23px !important;
  }
  .h-min-m-24,
  .height-min-m-24 {
    min-height: 24% !important;
  }
  .h-min-m-24-vh,
  .height-min-m-24-vh {
    min-height: 24vh !important;
  }
  .h-min-m-24-rem,
  .height-min-m-24-rem {
    min-height: 24rem !important;
  }
  .h-min-m-24-px,
  .height-min-m-24-px {
    min-height: 24px !important;
  }
  .h-min-m-25,
  .height-min-m-25 {
    min-height: 25% !important;
  }
  .h-min-m-25-vh,
  .height-min-m-25-vh {
    min-height: 25vh !important;
  }
  .h-min-m-25-rem,
  .height-min-m-25-rem {
    min-height: 25rem !important;
  }
  .h-min-m-25-px,
  .height-min-m-25-px {
    min-height: 25px !important;
  }
  .h-min-m-26,
  .height-min-m-26 {
    min-height: 26% !important;
  }
  .h-min-m-26-vh,
  .height-min-m-26-vh {
    min-height: 26vh !important;
  }
  .h-min-m-26-rem,
  .height-min-m-26-rem {
    min-height: 26rem !important;
  }
  .h-min-m-26-px,
  .height-min-m-26-px {
    min-height: 26px !important;
  }
  .h-min-m-27,
  .height-min-m-27 {
    min-height: 27% !important;
  }
  .h-min-m-27-vh,
  .height-min-m-27-vh {
    min-height: 27vh !important;
  }
  .h-min-m-27-rem,
  .height-min-m-27-rem {
    min-height: 27rem !important;
  }
  .h-min-m-27-px,
  .height-min-m-27-px {
    min-height: 27px !important;
  }
  .h-min-m-28,
  .height-min-m-28 {
    min-height: 28% !important;
  }
  .h-min-m-28-vh,
  .height-min-m-28-vh {
    min-height: 28vh !important;
  }
  .h-min-m-28-rem,
  .height-min-m-28-rem {
    min-height: 28rem !important;
  }
  .h-min-m-28-px,
  .height-min-m-28-px {
    min-height: 28px !important;
  }
  .h-min-m-29,
  .height-min-m-29 {
    min-height: 29% !important;
  }
  .h-min-m-29-vh,
  .height-min-m-29-vh {
    min-height: 29vh !important;
  }
  .h-min-m-29-rem,
  .height-min-m-29-rem {
    min-height: 29rem !important;
  }
  .h-min-m-29-px,
  .height-min-m-29-px {
    min-height: 29px !important;
  }
  .h-min-m-30,
  .height-min-m-30 {
    min-height: 30% !important;
  }
  .h-min-m-30-vh,
  .height-min-m-30-vh {
    min-height: 30vh !important;
  }
  .h-min-m-30-rem,
  .height-min-m-30-rem {
    min-height: 30rem !important;
  }
  .h-min-m-30-px,
  .height-min-m-30-px {
    min-height: 30px !important;
  }
  .h-min-m-31,
  .height-min-m-31 {
    min-height: 31% !important;
  }
  .h-min-m-31-vh,
  .height-min-m-31-vh {
    min-height: 31vh !important;
  }
  .h-min-m-31-rem,
  .height-min-m-31-rem {
    min-height: 31rem !important;
  }
  .h-min-m-31-px,
  .height-min-m-31-px {
    min-height: 31px !important;
  }
  .h-min-m-32,
  .height-min-m-32 {
    min-height: 32% !important;
  }
  .h-min-m-32-vh,
  .height-min-m-32-vh {
    min-height: 32vh !important;
  }
  .h-min-m-32-rem,
  .height-min-m-32-rem {
    min-height: 32rem !important;
  }
  .h-min-m-32-px,
  .height-min-m-32-px {
    min-height: 32px !important;
  }
  .h-min-m-33,
  .height-min-m-33 {
    min-height: 33% !important;
  }
  .h-min-m-33-vh,
  .height-min-m-33-vh {
    min-height: 33vh !important;
  }
  .h-min-m-33-rem,
  .height-min-m-33-rem {
    min-height: 33rem !important;
  }
  .h-min-m-33-px,
  .height-min-m-33-px {
    min-height: 33px !important;
  }
  .h-min-m-34,
  .height-min-m-34 {
    min-height: 34% !important;
  }
  .h-min-m-34-vh,
  .height-min-m-34-vh {
    min-height: 34vh !important;
  }
  .h-min-m-34-rem,
  .height-min-m-34-rem {
    min-height: 34rem !important;
  }
  .h-min-m-34-px,
  .height-min-m-34-px {
    min-height: 34px !important;
  }
  .h-min-m-35,
  .height-min-m-35 {
    min-height: 35% !important;
  }
  .h-min-m-35-vh,
  .height-min-m-35-vh {
    min-height: 35vh !important;
  }
  .h-min-m-35-rem,
  .height-min-m-35-rem {
    min-height: 35rem !important;
  }
  .h-min-m-35-px,
  .height-min-m-35-px {
    min-height: 35px !important;
  }
  .h-min-m-36,
  .height-min-m-36 {
    min-height: 36% !important;
  }
  .h-min-m-36-vh,
  .height-min-m-36-vh {
    min-height: 36vh !important;
  }
  .h-min-m-36-rem,
  .height-min-m-36-rem {
    min-height: 36rem !important;
  }
  .h-min-m-36-px,
  .height-min-m-36-px {
    min-height: 36px !important;
  }
  .h-min-m-37,
  .height-min-m-37 {
    min-height: 37% !important;
  }
  .h-min-m-37-vh,
  .height-min-m-37-vh {
    min-height: 37vh !important;
  }
  .h-min-m-37-rem,
  .height-min-m-37-rem {
    min-height: 37rem !important;
  }
  .h-min-m-37-px,
  .height-min-m-37-px {
    min-height: 37px !important;
  }
  .h-min-m-38,
  .height-min-m-38 {
    min-height: 38% !important;
  }
  .h-min-m-38-vh,
  .height-min-m-38-vh {
    min-height: 38vh !important;
  }
  .h-min-m-38-rem,
  .height-min-m-38-rem {
    min-height: 38rem !important;
  }
  .h-min-m-38-px,
  .height-min-m-38-px {
    min-height: 38px !important;
  }
  .h-min-m-39,
  .height-min-m-39 {
    min-height: 39% !important;
  }
  .h-min-m-39-vh,
  .height-min-m-39-vh {
    min-height: 39vh !important;
  }
  .h-min-m-39-rem,
  .height-min-m-39-rem {
    min-height: 39rem !important;
  }
  .h-min-m-39-px,
  .height-min-m-39-px {
    min-height: 39px !important;
  }
  .h-min-m-40,
  .height-min-m-40 {
    min-height: 40% !important;
  }
  .h-min-m-40-vh,
  .height-min-m-40-vh {
    min-height: 40vh !important;
  }
  .h-min-m-40-rem,
  .height-min-m-40-rem {
    min-height: 40rem !important;
  }
  .h-min-m-40-px,
  .height-min-m-40-px {
    min-height: 40px !important;
  }
  .h-min-m-41,
  .height-min-m-41 {
    min-height: 41% !important;
  }
  .h-min-m-41-vh,
  .height-min-m-41-vh {
    min-height: 41vh !important;
  }
  .h-min-m-41-rem,
  .height-min-m-41-rem {
    min-height: 41rem !important;
  }
  .h-min-m-41-px,
  .height-min-m-41-px {
    min-height: 41px !important;
  }
  .h-min-m-42,
  .height-min-m-42 {
    min-height: 42% !important;
  }
  .h-min-m-42-vh,
  .height-min-m-42-vh {
    min-height: 42vh !important;
  }
  .h-min-m-42-rem,
  .height-min-m-42-rem {
    min-height: 42rem !important;
  }
  .h-min-m-42-px,
  .height-min-m-42-px {
    min-height: 42px !important;
  }
  .h-min-m-43,
  .height-min-m-43 {
    min-height: 43% !important;
  }
  .h-min-m-43-vh,
  .height-min-m-43-vh {
    min-height: 43vh !important;
  }
  .h-min-m-43-rem,
  .height-min-m-43-rem {
    min-height: 43rem !important;
  }
  .h-min-m-43-px,
  .height-min-m-43-px {
    min-height: 43px !important;
  }
  .h-min-m-44,
  .height-min-m-44 {
    min-height: 44% !important;
  }
  .h-min-m-44-vh,
  .height-min-m-44-vh {
    min-height: 44vh !important;
  }
  .h-min-m-44-rem,
  .height-min-m-44-rem {
    min-height: 44rem !important;
  }
  .h-min-m-44-px,
  .height-min-m-44-px {
    min-height: 44px !important;
  }
  .h-min-m-45,
  .height-min-m-45 {
    min-height: 45% !important;
  }
  .h-min-m-45-vh,
  .height-min-m-45-vh {
    min-height: 45vh !important;
  }
  .h-min-m-45-rem,
  .height-min-m-45-rem {
    min-height: 45rem !important;
  }
  .h-min-m-45-px,
  .height-min-m-45-px {
    min-height: 45px !important;
  }
  .h-min-m-46,
  .height-min-m-46 {
    min-height: 46% !important;
  }
  .h-min-m-46-vh,
  .height-min-m-46-vh {
    min-height: 46vh !important;
  }
  .h-min-m-46-rem,
  .height-min-m-46-rem {
    min-height: 46rem !important;
  }
  .h-min-m-46-px,
  .height-min-m-46-px {
    min-height: 46px !important;
  }
  .h-min-m-47,
  .height-min-m-47 {
    min-height: 47% !important;
  }
  .h-min-m-47-vh,
  .height-min-m-47-vh {
    min-height: 47vh !important;
  }
  .h-min-m-47-rem,
  .height-min-m-47-rem {
    min-height: 47rem !important;
  }
  .h-min-m-47-px,
  .height-min-m-47-px {
    min-height: 47px !important;
  }
  .h-min-m-48,
  .height-min-m-48 {
    min-height: 48% !important;
  }
  .h-min-m-48-vh,
  .height-min-m-48-vh {
    min-height: 48vh !important;
  }
  .h-min-m-48-rem,
  .height-min-m-48-rem {
    min-height: 48rem !important;
  }
  .h-min-m-48-px,
  .height-min-m-48-px {
    min-height: 48px !important;
  }
  .h-min-m-49,
  .height-min-m-49 {
    min-height: 49% !important;
  }
  .h-min-m-49-vh,
  .height-min-m-49-vh {
    min-height: 49vh !important;
  }
  .h-min-m-49-rem,
  .height-min-m-49-rem {
    min-height: 49rem !important;
  }
  .h-min-m-49-px,
  .height-min-m-49-px {
    min-height: 49px !important;
  }
  .h-min-m-50,
  .height-min-m-50 {
    min-height: 50% !important;
  }
  .h-min-m-50-vh,
  .height-min-m-50-vh {
    min-height: 50vh !important;
  }
  .h-min-m-50-rem,
  .height-min-m-50-rem {
    min-height: 50rem !important;
  }
  .h-min-m-50-px,
  .height-min-m-50-px {
    min-height: 50px !important;
  }
  .h-min-m-51,
  .height-min-m-51 {
    min-height: 51% !important;
  }
  .h-min-m-51-vh,
  .height-min-m-51-vh {
    min-height: 51vh !important;
  }
  .h-min-m-52,
  .height-min-m-52 {
    min-height: 52% !important;
  }
  .h-min-m-52-vh,
  .height-min-m-52-vh {
    min-height: 52vh !important;
  }
  .h-min-m-53,
  .height-min-m-53 {
    min-height: 53% !important;
  }
  .h-min-m-53-vh,
  .height-min-m-53-vh {
    min-height: 53vh !important;
  }
  .h-min-m-54,
  .height-min-m-54 {
    min-height: 54% !important;
  }
  .h-min-m-54-vh,
  .height-min-m-54-vh {
    min-height: 54vh !important;
  }
  .h-min-m-55,
  .height-min-m-55 {
    min-height: 55% !important;
  }
  .h-min-m-55-vh,
  .height-min-m-55-vh {
    min-height: 55vh !important;
  }
  .h-min-m-56,
  .height-min-m-56 {
    min-height: 56% !important;
  }
  .h-min-m-56-vh,
  .height-min-m-56-vh {
    min-height: 56vh !important;
  }
  .h-min-m-57,
  .height-min-m-57 {
    min-height: 57% !important;
  }
  .h-min-m-57-vh,
  .height-min-m-57-vh {
    min-height: 57vh !important;
  }
  .h-min-m-58,
  .height-min-m-58 {
    min-height: 58% !important;
  }
  .h-min-m-58-vh,
  .height-min-m-58-vh {
    min-height: 58vh !important;
  }
  .h-min-m-59,
  .height-min-m-59 {
    min-height: 59% !important;
  }
  .h-min-m-59-vh,
  .height-min-m-59-vh {
    min-height: 59vh !important;
  }
  .h-min-m-60,
  .height-min-m-60 {
    min-height: 60% !important;
  }
  .h-min-m-60-vh,
  .height-min-m-60-vh {
    min-height: 60vh !important;
  }
  .h-min-m-61,
  .height-min-m-61 {
    min-height: 61% !important;
  }
  .h-min-m-61-vh,
  .height-min-m-61-vh {
    min-height: 61vh !important;
  }
  .h-min-m-62,
  .height-min-m-62 {
    min-height: 62% !important;
  }
  .h-min-m-62-vh,
  .height-min-m-62-vh {
    min-height: 62vh !important;
  }
  .h-min-m-63,
  .height-min-m-63 {
    min-height: 63% !important;
  }
  .h-min-m-63-vh,
  .height-min-m-63-vh {
    min-height: 63vh !important;
  }
  .h-min-m-64,
  .height-min-m-64 {
    min-height: 64% !important;
  }
  .h-min-m-64-vh,
  .height-min-m-64-vh {
    min-height: 64vh !important;
  }
  .h-min-m-65,
  .height-min-m-65 {
    min-height: 65% !important;
  }
  .h-min-m-65-vh,
  .height-min-m-65-vh {
    min-height: 65vh !important;
  }
  .h-min-m-66,
  .height-min-m-66 {
    min-height: 66% !important;
  }
  .h-min-m-66-vh,
  .height-min-m-66-vh {
    min-height: 66vh !important;
  }
  .h-min-m-67,
  .height-min-m-67 {
    min-height: 67% !important;
  }
  .h-min-m-67-vh,
  .height-min-m-67-vh {
    min-height: 67vh !important;
  }
  .h-min-m-68,
  .height-min-m-68 {
    min-height: 68% !important;
  }
  .h-min-m-68-vh,
  .height-min-m-68-vh {
    min-height: 68vh !important;
  }
  .h-min-m-69,
  .height-min-m-69 {
    min-height: 69% !important;
  }
  .h-min-m-69-vh,
  .height-min-m-69-vh {
    min-height: 69vh !important;
  }
  .h-min-m-70,
  .height-min-m-70 {
    min-height: 70% !important;
  }
  .h-min-m-70-vh,
  .height-min-m-70-vh {
    min-height: 70vh !important;
  }
  .h-min-m-71,
  .height-min-m-71 {
    min-height: 71% !important;
  }
  .h-min-m-71-vh,
  .height-min-m-71-vh {
    min-height: 71vh !important;
  }
  .h-min-m-72,
  .height-min-m-72 {
    min-height: 72% !important;
  }
  .h-min-m-72-vh,
  .height-min-m-72-vh {
    min-height: 72vh !important;
  }
  .h-min-m-73,
  .height-min-m-73 {
    min-height: 73% !important;
  }
  .h-min-m-73-vh,
  .height-min-m-73-vh {
    min-height: 73vh !important;
  }
  .h-min-m-74,
  .height-min-m-74 {
    min-height: 74% !important;
  }
  .h-min-m-74-vh,
  .height-min-m-74-vh {
    min-height: 74vh !important;
  }
  .h-min-m-75,
  .height-min-m-75 {
    min-height: 75% !important;
  }
  .h-min-m-75-vh,
  .height-min-m-75-vh {
    min-height: 75vh !important;
  }
  .h-min-m-76,
  .height-min-m-76 {
    min-height: 76% !important;
  }
  .h-min-m-76-vh,
  .height-min-m-76-vh {
    min-height: 76vh !important;
  }
  .h-min-m-77,
  .height-min-m-77 {
    min-height: 77% !important;
  }
  .h-min-m-77-vh,
  .height-min-m-77-vh {
    min-height: 77vh !important;
  }
  .h-min-m-78,
  .height-min-m-78 {
    min-height: 78% !important;
  }
  .h-min-m-78-vh,
  .height-min-m-78-vh {
    min-height: 78vh !important;
  }
  .h-min-m-79,
  .height-min-m-79 {
    min-height: 79% !important;
  }
  .h-min-m-79-vh,
  .height-min-m-79-vh {
    min-height: 79vh !important;
  }
  .h-min-m-80,
  .height-min-m-80 {
    min-height: 80% !important;
  }
  .h-min-m-80-vh,
  .height-min-m-80-vh {
    min-height: 80vh !important;
  }
  .h-min-m-81,
  .height-min-m-81 {
    min-height: 81% !important;
  }
  .h-min-m-81-vh,
  .height-min-m-81-vh {
    min-height: 81vh !important;
  }
  .h-min-m-82,
  .height-min-m-82 {
    min-height: 82% !important;
  }
  .h-min-m-82-vh,
  .height-min-m-82-vh {
    min-height: 82vh !important;
  }
  .h-min-m-83,
  .height-min-m-83 {
    min-height: 83% !important;
  }
  .h-min-m-83-vh,
  .height-min-m-83-vh {
    min-height: 83vh !important;
  }
  .h-min-m-84,
  .height-min-m-84 {
    min-height: 84% !important;
  }
  .h-min-m-84-vh,
  .height-min-m-84-vh {
    min-height: 84vh !important;
  }
  .h-min-m-85,
  .height-min-m-85 {
    min-height: 85% !important;
  }
  .h-min-m-85-vh,
  .height-min-m-85-vh {
    min-height: 85vh !important;
  }
  .h-min-m-86,
  .height-min-m-86 {
    min-height: 86% !important;
  }
  .h-min-m-86-vh,
  .height-min-m-86-vh {
    min-height: 86vh !important;
  }
  .h-min-m-87,
  .height-min-m-87 {
    min-height: 87% !important;
  }
  .h-min-m-87-vh,
  .height-min-m-87-vh {
    min-height: 87vh !important;
  }
  .h-min-m-88,
  .height-min-m-88 {
    min-height: 88% !important;
  }
  .h-min-m-88-vh,
  .height-min-m-88-vh {
    min-height: 88vh !important;
  }
  .h-min-m-89,
  .height-min-m-89 {
    min-height: 89% !important;
  }
  .h-min-m-89-vh,
  .height-min-m-89-vh {
    min-height: 89vh !important;
  }
  .h-min-m-90,
  .height-min-m-90 {
    min-height: 90% !important;
  }
  .h-min-m-90-vh,
  .height-min-m-90-vh {
    min-height: 90vh !important;
  }
  .h-min-m-91,
  .height-min-m-91 {
    min-height: 91% !important;
  }
  .h-min-m-91-vh,
  .height-min-m-91-vh {
    min-height: 91vh !important;
  }
  .h-min-m-92,
  .height-min-m-92 {
    min-height: 92% !important;
  }
  .h-min-m-92-vh,
  .height-min-m-92-vh {
    min-height: 92vh !important;
  }
  .h-min-m-93,
  .height-min-m-93 {
    min-height: 93% !important;
  }
  .h-min-m-93-vh,
  .height-min-m-93-vh {
    min-height: 93vh !important;
  }
  .h-min-m-94,
  .height-min-m-94 {
    min-height: 94% !important;
  }
  .h-min-m-94-vh,
  .height-min-m-94-vh {
    min-height: 94vh !important;
  }
  .h-min-m-95,
  .height-min-m-95 {
    min-height: 95% !important;
  }
  .h-min-m-95-vh,
  .height-min-m-95-vh {
    min-height: 95vh !important;
  }
  .h-min-m-96,
  .height-min-m-96 {
    min-height: 96% !important;
  }
  .h-min-m-96-vh,
  .height-min-m-96-vh {
    min-height: 96vh !important;
  }
  .h-min-m-97,
  .height-min-m-97 {
    min-height: 97% !important;
  }
  .h-min-m-97-vh,
  .height-min-m-97-vh {
    min-height: 97vh !important;
  }
  .h-min-m-98,
  .height-min-m-98 {
    min-height: 98% !important;
  }
  .h-min-m-98-vh,
  .height-min-m-98-vh {
    min-height: 98vh !important;
  }
  .h-min-m-99,
  .height-min-m-99 {
    min-height: 99% !important;
  }
  .h-min-m-99-vh,
  .height-min-m-99-vh {
    min-height: 99vh !important;
  }
  .h-min-m-100,
  .height-min-m-100 {
    min-height: 100% !important;
  }
  .h-min-m-100-vh,
  .height-min-m-100-vh {
    min-height: 100vh !important;
  }
  .h-max-m-full,
  .height-max-m-full {
    max-height: 100% !important;
  }
  .h-max-m-screen,
  .height-max-m-screen {
    max-height: 100vh !important;
  }
  .h-max-m-content,
  .height-max-m-content {
    max-height: fit-content !important;
  }
  .h-max-m-auto,
  .height-max-m-auto {
    max-height: auto !important;
  }
  .h-max-m-0,
  .height-max-m-0 {
    max-height: 0% !important;
  }
  .h-max-m-0-vh,
  .height-max-m-0-vh {
    max-height: 0vh !important;
  }
  .h-max-m-0-rem,
  .height-max-m-0-rem {
    max-height: 0rem !important;
  }
  .h-max-m-0-px,
  .height-max-m-0-px {
    max-height: 0px !important;
  }
  .h-max-m-1,
  .height-max-m-1 {
    max-height: 1% !important;
  }
  .h-max-m-1-vh,
  .height-max-m-1-vh {
    max-height: 1vh !important;
  }
  .h-max-m-1-rem,
  .height-max-m-1-rem {
    max-height: 1rem !important;
  }
  .h-max-m-1-px,
  .height-max-m-1-px {
    max-height: 1px !important;
  }
  .h-max-m-2,
  .height-max-m-2 {
    max-height: 2% !important;
  }
  .h-max-m-2-vh,
  .height-max-m-2-vh {
    max-height: 2vh !important;
  }
  .h-max-m-2-rem,
  .height-max-m-2-rem {
    max-height: 2rem !important;
  }
  .h-max-m-2-px,
  .height-max-m-2-px {
    max-height: 2px !important;
  }
  .h-max-m-3,
  .height-max-m-3 {
    max-height: 3% !important;
  }
  .h-max-m-3-vh,
  .height-max-m-3-vh {
    max-height: 3vh !important;
  }
  .h-max-m-3-rem,
  .height-max-m-3-rem {
    max-height: 3rem !important;
  }
  .h-max-m-3-px,
  .height-max-m-3-px {
    max-height: 3px !important;
  }
  .h-max-m-4,
  .height-max-m-4 {
    max-height: 4% !important;
  }
  .h-max-m-4-vh,
  .height-max-m-4-vh {
    max-height: 4vh !important;
  }
  .h-max-m-4-rem,
  .height-max-m-4-rem {
    max-height: 4rem !important;
  }
  .h-max-m-4-px,
  .height-max-m-4-px {
    max-height: 4px !important;
  }
  .h-max-m-5,
  .height-max-m-5 {
    max-height: 5% !important;
  }
  .h-max-m-5-vh,
  .height-max-m-5-vh {
    max-height: 5vh !important;
  }
  .h-max-m-5-rem,
  .height-max-m-5-rem {
    max-height: 5rem !important;
  }
  .h-max-m-5-px,
  .height-max-m-5-px {
    max-height: 5px !important;
  }
  .h-max-m-6,
  .height-max-m-6 {
    max-height: 6% !important;
  }
  .h-max-m-6-vh,
  .height-max-m-6-vh {
    max-height: 6vh !important;
  }
  .h-max-m-6-rem,
  .height-max-m-6-rem {
    max-height: 6rem !important;
  }
  .h-max-m-6-px,
  .height-max-m-6-px {
    max-height: 6px !important;
  }
  .h-max-m-7,
  .height-max-m-7 {
    max-height: 7% !important;
  }
  .h-max-m-7-vh,
  .height-max-m-7-vh {
    max-height: 7vh !important;
  }
  .h-max-m-7-rem,
  .height-max-m-7-rem {
    max-height: 7rem !important;
  }
  .h-max-m-7-px,
  .height-max-m-7-px {
    max-height: 7px !important;
  }
  .h-max-m-8,
  .height-max-m-8 {
    max-height: 8% !important;
  }
  .h-max-m-8-vh,
  .height-max-m-8-vh {
    max-height: 8vh !important;
  }
  .h-max-m-8-rem,
  .height-max-m-8-rem {
    max-height: 8rem !important;
  }
  .h-max-m-8-px,
  .height-max-m-8-px {
    max-height: 8px !important;
  }
  .h-max-m-9,
  .height-max-m-9 {
    max-height: 9% !important;
  }
  .h-max-m-9-vh,
  .height-max-m-9-vh {
    max-height: 9vh !important;
  }
  .h-max-m-9-rem,
  .height-max-m-9-rem {
    max-height: 9rem !important;
  }
  .h-max-m-9-px,
  .height-max-m-9-px {
    max-height: 9px !important;
  }
  .h-max-m-10,
  .height-max-m-10 {
    max-height: 10% !important;
  }
  .h-max-m-10-vh,
  .height-max-m-10-vh {
    max-height: 10vh !important;
  }
  .h-max-m-10-rem,
  .height-max-m-10-rem {
    max-height: 10rem !important;
  }
  .h-max-m-10-px,
  .height-max-m-10-px {
    max-height: 10px !important;
  }
  .h-max-m-11,
  .height-max-m-11 {
    max-height: 11% !important;
  }
  .h-max-m-11-vh,
  .height-max-m-11-vh {
    max-height: 11vh !important;
  }
  .h-max-m-11-rem,
  .height-max-m-11-rem {
    max-height: 11rem !important;
  }
  .h-max-m-11-px,
  .height-max-m-11-px {
    max-height: 11px !important;
  }
  .h-max-m-12,
  .height-max-m-12 {
    max-height: 12% !important;
  }
  .h-max-m-12-vh,
  .height-max-m-12-vh {
    max-height: 12vh !important;
  }
  .h-max-m-12-rem,
  .height-max-m-12-rem {
    max-height: 12rem !important;
  }
  .h-max-m-12-px,
  .height-max-m-12-px {
    max-height: 12px !important;
  }
  .h-max-m-13,
  .height-max-m-13 {
    max-height: 13% !important;
  }
  .h-max-m-13-vh,
  .height-max-m-13-vh {
    max-height: 13vh !important;
  }
  .h-max-m-13-rem,
  .height-max-m-13-rem {
    max-height: 13rem !important;
  }
  .h-max-m-13-px,
  .height-max-m-13-px {
    max-height: 13px !important;
  }
  .h-max-m-14,
  .height-max-m-14 {
    max-height: 14% !important;
  }
  .h-max-m-14-vh,
  .height-max-m-14-vh {
    max-height: 14vh !important;
  }
  .h-max-m-14-rem,
  .height-max-m-14-rem {
    max-height: 14rem !important;
  }
  .h-max-m-14-px,
  .height-max-m-14-px {
    max-height: 14px !important;
  }
  .h-max-m-15,
  .height-max-m-15 {
    max-height: 15% !important;
  }
  .h-max-m-15-vh,
  .height-max-m-15-vh {
    max-height: 15vh !important;
  }
  .h-max-m-15-rem,
  .height-max-m-15-rem {
    max-height: 15rem !important;
  }
  .h-max-m-15-px,
  .height-max-m-15-px {
    max-height: 15px !important;
  }
  .h-max-m-16,
  .height-max-m-16 {
    max-height: 16% !important;
  }
  .h-max-m-16-vh,
  .height-max-m-16-vh {
    max-height: 16vh !important;
  }
  .h-max-m-16-rem,
  .height-max-m-16-rem {
    max-height: 16rem !important;
  }
  .h-max-m-16-px,
  .height-max-m-16-px {
    max-height: 16px !important;
  }
  .h-max-m-17,
  .height-max-m-17 {
    max-height: 17% !important;
  }
  .h-max-m-17-vh,
  .height-max-m-17-vh {
    max-height: 17vh !important;
  }
  .h-max-m-17-rem,
  .height-max-m-17-rem {
    max-height: 17rem !important;
  }
  .h-max-m-17-px,
  .height-max-m-17-px {
    max-height: 17px !important;
  }
  .h-max-m-18,
  .height-max-m-18 {
    max-height: 18% !important;
  }
  .h-max-m-18-vh,
  .height-max-m-18-vh {
    max-height: 18vh !important;
  }
  .h-max-m-18-rem,
  .height-max-m-18-rem {
    max-height: 18rem !important;
  }
  .h-max-m-18-px,
  .height-max-m-18-px {
    max-height: 18px !important;
  }
  .h-max-m-19,
  .height-max-m-19 {
    max-height: 19% !important;
  }
  .h-max-m-19-vh,
  .height-max-m-19-vh {
    max-height: 19vh !important;
  }
  .h-max-m-19-rem,
  .height-max-m-19-rem {
    max-height: 19rem !important;
  }
  .h-max-m-19-px,
  .height-max-m-19-px {
    max-height: 19px !important;
  }
  .h-max-m-20,
  .height-max-m-20 {
    max-height: 20% !important;
  }
  .h-max-m-20-vh,
  .height-max-m-20-vh {
    max-height: 20vh !important;
  }
  .h-max-m-20-rem,
  .height-max-m-20-rem {
    max-height: 20rem !important;
  }
  .h-max-m-20-px,
  .height-max-m-20-px {
    max-height: 20px !important;
  }
  .h-max-m-21,
  .height-max-m-21 {
    max-height: 21% !important;
  }
  .h-max-m-21-vh,
  .height-max-m-21-vh {
    max-height: 21vh !important;
  }
  .h-max-m-21-rem,
  .height-max-m-21-rem {
    max-height: 21rem !important;
  }
  .h-max-m-21-px,
  .height-max-m-21-px {
    max-height: 21px !important;
  }
  .h-max-m-22,
  .height-max-m-22 {
    max-height: 22% !important;
  }
  .h-max-m-22-vh,
  .height-max-m-22-vh {
    max-height: 22vh !important;
  }
  .h-max-m-22-rem,
  .height-max-m-22-rem {
    max-height: 22rem !important;
  }
  .h-max-m-22-px,
  .height-max-m-22-px {
    max-height: 22px !important;
  }
  .h-max-m-23,
  .height-max-m-23 {
    max-height: 23% !important;
  }
  .h-max-m-23-vh,
  .height-max-m-23-vh {
    max-height: 23vh !important;
  }
  .h-max-m-23-rem,
  .height-max-m-23-rem {
    max-height: 23rem !important;
  }
  .h-max-m-23-px,
  .height-max-m-23-px {
    max-height: 23px !important;
  }
  .h-max-m-24,
  .height-max-m-24 {
    max-height: 24% !important;
  }
  .h-max-m-24-vh,
  .height-max-m-24-vh {
    max-height: 24vh !important;
  }
  .h-max-m-24-rem,
  .height-max-m-24-rem {
    max-height: 24rem !important;
  }
  .h-max-m-24-px,
  .height-max-m-24-px {
    max-height: 24px !important;
  }
  .h-max-m-25,
  .height-max-m-25 {
    max-height: 25% !important;
  }
  .h-max-m-25-vh,
  .height-max-m-25-vh {
    max-height: 25vh !important;
  }
  .h-max-m-25-rem,
  .height-max-m-25-rem {
    max-height: 25rem !important;
  }
  .h-max-m-25-px,
  .height-max-m-25-px {
    max-height: 25px !important;
  }
  .h-max-m-26,
  .height-max-m-26 {
    max-height: 26% !important;
  }
  .h-max-m-26-vh,
  .height-max-m-26-vh {
    max-height: 26vh !important;
  }
  .h-max-m-26-rem,
  .height-max-m-26-rem {
    max-height: 26rem !important;
  }
  .h-max-m-26-px,
  .height-max-m-26-px {
    max-height: 26px !important;
  }
  .h-max-m-27,
  .height-max-m-27 {
    max-height: 27% !important;
  }
  .h-max-m-27-vh,
  .height-max-m-27-vh {
    max-height: 27vh !important;
  }
  .h-max-m-27-rem,
  .height-max-m-27-rem {
    max-height: 27rem !important;
  }
  .h-max-m-27-px,
  .height-max-m-27-px {
    max-height: 27px !important;
  }
  .h-max-m-28,
  .height-max-m-28 {
    max-height: 28% !important;
  }
  .h-max-m-28-vh,
  .height-max-m-28-vh {
    max-height: 28vh !important;
  }
  .h-max-m-28-rem,
  .height-max-m-28-rem {
    max-height: 28rem !important;
  }
  .h-max-m-28-px,
  .height-max-m-28-px {
    max-height: 28px !important;
  }
  .h-max-m-29,
  .height-max-m-29 {
    max-height: 29% !important;
  }
  .h-max-m-29-vh,
  .height-max-m-29-vh {
    max-height: 29vh !important;
  }
  .h-max-m-29-rem,
  .height-max-m-29-rem {
    max-height: 29rem !important;
  }
  .h-max-m-29-px,
  .height-max-m-29-px {
    max-height: 29px !important;
  }
  .h-max-m-30,
  .height-max-m-30 {
    max-height: 30% !important;
  }
  .h-max-m-30-vh,
  .height-max-m-30-vh {
    max-height: 30vh !important;
  }
  .h-max-m-30-rem,
  .height-max-m-30-rem {
    max-height: 30rem !important;
  }
  .h-max-m-30-px,
  .height-max-m-30-px {
    max-height: 30px !important;
  }
  .h-max-m-31,
  .height-max-m-31 {
    max-height: 31% !important;
  }
  .h-max-m-31-vh,
  .height-max-m-31-vh {
    max-height: 31vh !important;
  }
  .h-max-m-31-rem,
  .height-max-m-31-rem {
    max-height: 31rem !important;
  }
  .h-max-m-31-px,
  .height-max-m-31-px {
    max-height: 31px !important;
  }
  .h-max-m-32,
  .height-max-m-32 {
    max-height: 32% !important;
  }
  .h-max-m-32-vh,
  .height-max-m-32-vh {
    max-height: 32vh !important;
  }
  .h-max-m-32-rem,
  .height-max-m-32-rem {
    max-height: 32rem !important;
  }
  .h-max-m-32-px,
  .height-max-m-32-px {
    max-height: 32px !important;
  }
  .h-max-m-33,
  .height-max-m-33 {
    max-height: 33% !important;
  }
  .h-max-m-33-vh,
  .height-max-m-33-vh {
    max-height: 33vh !important;
  }
  .h-max-m-33-rem,
  .height-max-m-33-rem {
    max-height: 33rem !important;
  }
  .h-max-m-33-px,
  .height-max-m-33-px {
    max-height: 33px !important;
  }
  .h-max-m-34,
  .height-max-m-34 {
    max-height: 34% !important;
  }
  .h-max-m-34-vh,
  .height-max-m-34-vh {
    max-height: 34vh !important;
  }
  .h-max-m-34-rem,
  .height-max-m-34-rem {
    max-height: 34rem !important;
  }
  .h-max-m-34-px,
  .height-max-m-34-px {
    max-height: 34px !important;
  }
  .h-max-m-35,
  .height-max-m-35 {
    max-height: 35% !important;
  }
  .h-max-m-35-vh,
  .height-max-m-35-vh {
    max-height: 35vh !important;
  }
  .h-max-m-35-rem,
  .height-max-m-35-rem {
    max-height: 35rem !important;
  }
  .h-max-m-35-px,
  .height-max-m-35-px {
    max-height: 35px !important;
  }
  .h-max-m-36,
  .height-max-m-36 {
    max-height: 36% !important;
  }
  .h-max-m-36-vh,
  .height-max-m-36-vh {
    max-height: 36vh !important;
  }
  .h-max-m-36-rem,
  .height-max-m-36-rem {
    max-height: 36rem !important;
  }
  .h-max-m-36-px,
  .height-max-m-36-px {
    max-height: 36px !important;
  }
  .h-max-m-37,
  .height-max-m-37 {
    max-height: 37% !important;
  }
  .h-max-m-37-vh,
  .height-max-m-37-vh {
    max-height: 37vh !important;
  }
  .h-max-m-37-rem,
  .height-max-m-37-rem {
    max-height: 37rem !important;
  }
  .h-max-m-37-px,
  .height-max-m-37-px {
    max-height: 37px !important;
  }
  .h-max-m-38,
  .height-max-m-38 {
    max-height: 38% !important;
  }
  .h-max-m-38-vh,
  .height-max-m-38-vh {
    max-height: 38vh !important;
  }
  .h-max-m-38-rem,
  .height-max-m-38-rem {
    max-height: 38rem !important;
  }
  .h-max-m-38-px,
  .height-max-m-38-px {
    max-height: 38px !important;
  }
  .h-max-m-39,
  .height-max-m-39 {
    max-height: 39% !important;
  }
  .h-max-m-39-vh,
  .height-max-m-39-vh {
    max-height: 39vh !important;
  }
  .h-max-m-39-rem,
  .height-max-m-39-rem {
    max-height: 39rem !important;
  }
  .h-max-m-39-px,
  .height-max-m-39-px {
    max-height: 39px !important;
  }
  .h-max-m-40,
  .height-max-m-40 {
    max-height: 40% !important;
  }
  .h-max-m-40-vh,
  .height-max-m-40-vh {
    max-height: 40vh !important;
  }
  .h-max-m-40-rem,
  .height-max-m-40-rem {
    max-height: 40rem !important;
  }
  .h-max-m-40-px,
  .height-max-m-40-px {
    max-height: 40px !important;
  }
  .h-max-m-41,
  .height-max-m-41 {
    max-height: 41% !important;
  }
  .h-max-m-41-vh,
  .height-max-m-41-vh {
    max-height: 41vh !important;
  }
  .h-max-m-41-rem,
  .height-max-m-41-rem {
    max-height: 41rem !important;
  }
  .h-max-m-41-px,
  .height-max-m-41-px {
    max-height: 41px !important;
  }
  .h-max-m-42,
  .height-max-m-42 {
    max-height: 42% !important;
  }
  .h-max-m-42-vh,
  .height-max-m-42-vh {
    max-height: 42vh !important;
  }
  .h-max-m-42-rem,
  .height-max-m-42-rem {
    max-height: 42rem !important;
  }
  .h-max-m-42-px,
  .height-max-m-42-px {
    max-height: 42px !important;
  }
  .h-max-m-43,
  .height-max-m-43 {
    max-height: 43% !important;
  }
  .h-max-m-43-vh,
  .height-max-m-43-vh {
    max-height: 43vh !important;
  }
  .h-max-m-43-rem,
  .height-max-m-43-rem {
    max-height: 43rem !important;
  }
  .h-max-m-43-px,
  .height-max-m-43-px {
    max-height: 43px !important;
  }
  .h-max-m-44,
  .height-max-m-44 {
    max-height: 44% !important;
  }
  .h-max-m-44-vh,
  .height-max-m-44-vh {
    max-height: 44vh !important;
  }
  .h-max-m-44-rem,
  .height-max-m-44-rem {
    max-height: 44rem !important;
  }
  .h-max-m-44-px,
  .height-max-m-44-px {
    max-height: 44px !important;
  }
  .h-max-m-45,
  .height-max-m-45 {
    max-height: 45% !important;
  }
  .h-max-m-45-vh,
  .height-max-m-45-vh {
    max-height: 45vh !important;
  }
  .h-max-m-45-rem,
  .height-max-m-45-rem {
    max-height: 45rem !important;
  }
  .h-max-m-45-px,
  .height-max-m-45-px {
    max-height: 45px !important;
  }
  .h-max-m-46,
  .height-max-m-46 {
    max-height: 46% !important;
  }
  .h-max-m-46-vh,
  .height-max-m-46-vh {
    max-height: 46vh !important;
  }
  .h-max-m-46-rem,
  .height-max-m-46-rem {
    max-height: 46rem !important;
  }
  .h-max-m-46-px,
  .height-max-m-46-px {
    max-height: 46px !important;
  }
  .h-max-m-47,
  .height-max-m-47 {
    max-height: 47% !important;
  }
  .h-max-m-47-vh,
  .height-max-m-47-vh {
    max-height: 47vh !important;
  }
  .h-max-m-47-rem,
  .height-max-m-47-rem {
    max-height: 47rem !important;
  }
  .h-max-m-47-px,
  .height-max-m-47-px {
    max-height: 47px !important;
  }
  .h-max-m-48,
  .height-max-m-48 {
    max-height: 48% !important;
  }
  .h-max-m-48-vh,
  .height-max-m-48-vh {
    max-height: 48vh !important;
  }
  .h-max-m-48-rem,
  .height-max-m-48-rem {
    max-height: 48rem !important;
  }
  .h-max-m-48-px,
  .height-max-m-48-px {
    max-height: 48px !important;
  }
  .h-max-m-49,
  .height-max-m-49 {
    max-height: 49% !important;
  }
  .h-max-m-49-vh,
  .height-max-m-49-vh {
    max-height: 49vh !important;
  }
  .h-max-m-49-rem,
  .height-max-m-49-rem {
    max-height: 49rem !important;
  }
  .h-max-m-49-px,
  .height-max-m-49-px {
    max-height: 49px !important;
  }
  .h-max-m-50,
  .height-max-m-50 {
    max-height: 50% !important;
  }
  .h-max-m-50-vh,
  .height-max-m-50-vh {
    max-height: 50vh !important;
  }
  .h-max-m-50-rem,
  .height-max-m-50-rem {
    max-height: 50rem !important;
  }
  .h-max-m-50-px,
  .height-max-m-50-px {
    max-height: 50px !important;
  }
  .h-max-m-51,
  .height-max-m-51 {
    max-height: 51% !important;
  }
  .h-max-m-51-vh,
  .height-max-m-51-vh {
    max-height: 51vh !important;
  }
  .h-max-m-52,
  .height-max-m-52 {
    max-height: 52% !important;
  }
  .h-max-m-52-vh,
  .height-max-m-52-vh {
    max-height: 52vh !important;
  }
  .h-max-m-53,
  .height-max-m-53 {
    max-height: 53% !important;
  }
  .h-max-m-53-vh,
  .height-max-m-53-vh {
    max-height: 53vh !important;
  }
  .h-max-m-54,
  .height-max-m-54 {
    max-height: 54% !important;
  }
  .h-max-m-54-vh,
  .height-max-m-54-vh {
    max-height: 54vh !important;
  }
  .h-max-m-55,
  .height-max-m-55 {
    max-height: 55% !important;
  }
  .h-max-m-55-vh,
  .height-max-m-55-vh {
    max-height: 55vh !important;
  }
  .h-max-m-56,
  .height-max-m-56 {
    max-height: 56% !important;
  }
  .h-max-m-56-vh,
  .height-max-m-56-vh {
    max-height: 56vh !important;
  }
  .h-max-m-57,
  .height-max-m-57 {
    max-height: 57% !important;
  }
  .h-max-m-57-vh,
  .height-max-m-57-vh {
    max-height: 57vh !important;
  }
  .h-max-m-58,
  .height-max-m-58 {
    max-height: 58% !important;
  }
  .h-max-m-58-vh,
  .height-max-m-58-vh {
    max-height: 58vh !important;
  }
  .h-max-m-59,
  .height-max-m-59 {
    max-height: 59% !important;
  }
  .h-max-m-59-vh,
  .height-max-m-59-vh {
    max-height: 59vh !important;
  }
  .h-max-m-60,
  .height-max-m-60 {
    max-height: 60% !important;
  }
  .h-max-m-60-vh,
  .height-max-m-60-vh {
    max-height: 60vh !important;
  }
  .h-max-m-61,
  .height-max-m-61 {
    max-height: 61% !important;
  }
  .h-max-m-61-vh,
  .height-max-m-61-vh {
    max-height: 61vh !important;
  }
  .h-max-m-62,
  .height-max-m-62 {
    max-height: 62% !important;
  }
  .h-max-m-62-vh,
  .height-max-m-62-vh {
    max-height: 62vh !important;
  }
  .h-max-m-63,
  .height-max-m-63 {
    max-height: 63% !important;
  }
  .h-max-m-63-vh,
  .height-max-m-63-vh {
    max-height: 63vh !important;
  }
  .h-max-m-64,
  .height-max-m-64 {
    max-height: 64% !important;
  }
  .h-max-m-64-vh,
  .height-max-m-64-vh {
    max-height: 64vh !important;
  }
  .h-max-m-65,
  .height-max-m-65 {
    max-height: 65% !important;
  }
  .h-max-m-65-vh,
  .height-max-m-65-vh {
    max-height: 65vh !important;
  }
  .h-max-m-66,
  .height-max-m-66 {
    max-height: 66% !important;
  }
  .h-max-m-66-vh,
  .height-max-m-66-vh {
    max-height: 66vh !important;
  }
  .h-max-m-67,
  .height-max-m-67 {
    max-height: 67% !important;
  }
  .h-max-m-67-vh,
  .height-max-m-67-vh {
    max-height: 67vh !important;
  }
  .h-max-m-68,
  .height-max-m-68 {
    max-height: 68% !important;
  }
  .h-max-m-68-vh,
  .height-max-m-68-vh {
    max-height: 68vh !important;
  }
  .h-max-m-69,
  .height-max-m-69 {
    max-height: 69% !important;
  }
  .h-max-m-69-vh,
  .height-max-m-69-vh {
    max-height: 69vh !important;
  }
  .h-max-m-70,
  .height-max-m-70 {
    max-height: 70% !important;
  }
  .h-max-m-70-vh,
  .height-max-m-70-vh {
    max-height: 70vh !important;
  }
  .h-max-m-71,
  .height-max-m-71 {
    max-height: 71% !important;
  }
  .h-max-m-71-vh,
  .height-max-m-71-vh {
    max-height: 71vh !important;
  }
  .h-max-m-72,
  .height-max-m-72 {
    max-height: 72% !important;
  }
  .h-max-m-72-vh,
  .height-max-m-72-vh {
    max-height: 72vh !important;
  }
  .h-max-m-73,
  .height-max-m-73 {
    max-height: 73% !important;
  }
  .h-max-m-73-vh,
  .height-max-m-73-vh {
    max-height: 73vh !important;
  }
  .h-max-m-74,
  .height-max-m-74 {
    max-height: 74% !important;
  }
  .h-max-m-74-vh,
  .height-max-m-74-vh {
    max-height: 74vh !important;
  }
  .h-max-m-75,
  .height-max-m-75 {
    max-height: 75% !important;
  }
  .h-max-m-75-vh,
  .height-max-m-75-vh {
    max-height: 75vh !important;
  }
  .h-max-m-76,
  .height-max-m-76 {
    max-height: 76% !important;
  }
  .h-max-m-76-vh,
  .height-max-m-76-vh {
    max-height: 76vh !important;
  }
  .h-max-m-77,
  .height-max-m-77 {
    max-height: 77% !important;
  }
  .h-max-m-77-vh,
  .height-max-m-77-vh {
    max-height: 77vh !important;
  }
  .h-max-m-78,
  .height-max-m-78 {
    max-height: 78% !important;
  }
  .h-max-m-78-vh,
  .height-max-m-78-vh {
    max-height: 78vh !important;
  }
  .h-max-m-79,
  .height-max-m-79 {
    max-height: 79% !important;
  }
  .h-max-m-79-vh,
  .height-max-m-79-vh {
    max-height: 79vh !important;
  }
  .h-max-m-80,
  .height-max-m-80 {
    max-height: 80% !important;
  }
  .h-max-m-80-vh,
  .height-max-m-80-vh {
    max-height: 80vh !important;
  }
  .h-max-m-81,
  .height-max-m-81 {
    max-height: 81% !important;
  }
  .h-max-m-81-vh,
  .height-max-m-81-vh {
    max-height: 81vh !important;
  }
  .h-max-m-82,
  .height-max-m-82 {
    max-height: 82% !important;
  }
  .h-max-m-82-vh,
  .height-max-m-82-vh {
    max-height: 82vh !important;
  }
  .h-max-m-83,
  .height-max-m-83 {
    max-height: 83% !important;
  }
  .h-max-m-83-vh,
  .height-max-m-83-vh {
    max-height: 83vh !important;
  }
  .h-max-m-84,
  .height-max-m-84 {
    max-height: 84% !important;
  }
  .h-max-m-84-vh,
  .height-max-m-84-vh {
    max-height: 84vh !important;
  }
  .h-max-m-85,
  .height-max-m-85 {
    max-height: 85% !important;
  }
  .h-max-m-85-vh,
  .height-max-m-85-vh {
    max-height: 85vh !important;
  }
  .h-max-m-86,
  .height-max-m-86 {
    max-height: 86% !important;
  }
  .h-max-m-86-vh,
  .height-max-m-86-vh {
    max-height: 86vh !important;
  }
  .h-max-m-87,
  .height-max-m-87 {
    max-height: 87% !important;
  }
  .h-max-m-87-vh,
  .height-max-m-87-vh {
    max-height: 87vh !important;
  }
  .h-max-m-88,
  .height-max-m-88 {
    max-height: 88% !important;
  }
  .h-max-m-88-vh,
  .height-max-m-88-vh {
    max-height: 88vh !important;
  }
  .h-max-m-89,
  .height-max-m-89 {
    max-height: 89% !important;
  }
  .h-max-m-89-vh,
  .height-max-m-89-vh {
    max-height: 89vh !important;
  }
  .h-max-m-90,
  .height-max-m-90 {
    max-height: 90% !important;
  }
  .h-max-m-90-vh,
  .height-max-m-90-vh {
    max-height: 90vh !important;
  }
  .h-max-m-91,
  .height-max-m-91 {
    max-height: 91% !important;
  }
  .h-max-m-91-vh,
  .height-max-m-91-vh {
    max-height: 91vh !important;
  }
  .h-max-m-92,
  .height-max-m-92 {
    max-height: 92% !important;
  }
  .h-max-m-92-vh,
  .height-max-m-92-vh {
    max-height: 92vh !important;
  }
  .h-max-m-93,
  .height-max-m-93 {
    max-height: 93% !important;
  }
  .h-max-m-93-vh,
  .height-max-m-93-vh {
    max-height: 93vh !important;
  }
  .h-max-m-94,
  .height-max-m-94 {
    max-height: 94% !important;
  }
  .h-max-m-94-vh,
  .height-max-m-94-vh {
    max-height: 94vh !important;
  }
  .h-max-m-95,
  .height-max-m-95 {
    max-height: 95% !important;
  }
  .h-max-m-95-vh,
  .height-max-m-95-vh {
    max-height: 95vh !important;
  }
  .h-max-m-96,
  .height-max-m-96 {
    max-height: 96% !important;
  }
  .h-max-m-96-vh,
  .height-max-m-96-vh {
    max-height: 96vh !important;
  }
  .h-max-m-97,
  .height-max-m-97 {
    max-height: 97% !important;
  }
  .h-max-m-97-vh,
  .height-max-m-97-vh {
    max-height: 97vh !important;
  }
  .h-max-m-98,
  .height-max-m-98 {
    max-height: 98% !important;
  }
  .h-max-m-98-vh,
  .height-max-m-98-vh {
    max-height: 98vh !important;
  }
  .h-max-m-99,
  .height-max-m-99 {
    max-height: 99% !important;
  }
  .h-max-m-99-vh,
  .height-max-m-99-vh {
    max-height: 99vh !important;
  }
  .h-max-m-100,
  .height-max-m-100 {
    max-height: 100% !important;
  }
  .h-max-m-100-vh,
  .height-max-m-100-vh {
    max-height: 100vh !important;
  }
}
/*Headings*/
.h1 {
  font-size: xxx-large !important;
}

.h2 {
  font-size: xx-large !important;
}

.h3 {
  font-size: x-large !important;
}

.h4 {
  font-size: large !important;
}

.h5 {
  font-size: medium !important;
}

.h6 {
  font-size: small !important;
}

.h7 {
  font-size: x-small !important;
}

.h8 {
  font-size: xx-small !important;
}

/*Text Styling*/
.bold, .text-bold,
.t-bold,
.font-bold {
  font-weight: bold !important;
}

.italic, .text-italic,
.t-italic,
.font-italic {
  font-style: italic !important;
}

.normal, .text-normal,
.t-normal,
.font-normal {
  font-weight: normal !important;
  font-style: normal !important;
}

.uppercase, .text-uppercase,
.t-uppercase,
.font-uppercase {
  text-transform: uppercase !important;
}

.lowercase, .text-lowercase,
.t-lowercase,
.font-lowercase {
  text-transform: lowercase !important;
}

.capitalize, .text-capitalize,
.t-capitalize,
.font-capitalize {
  text-transform: capitalize !important;
}

.revert, .text-revert,
.t-revert,
.font-revert {
  direction: rtl !important;
  unicode-bidi: bidi-override !important;
}

.underline, .text-underline,
.t-underline,
.font-underline {
  text-decoration: underline !important;
}

.overline, .text-overline,
.t-overline,
.font-overline {
  text-decoration: overline !important;
}

.noline, .text-noline,
.t-noline,
.font-noline {
  text-decoration: none !important;
}

.line-through,
.del, .text-line-through, .text-del,
.t-line-through,
.t-del,
.font-line-through,
.font-del {
  text-decoration: line-through !important;
}

.highlight,
.mark, .text-highlight, .text-mark,
.t-highlight,
.t-mark,
.font-highlight,
.font-mark {
  padding: 0.2em !important;
  background-color: #fcf8e3 !important;
}

.quote, .text-quote,
.t-quote,
.font-quote {
  font-family: "Handlee", sans-serif !important;
  font-weight: bold !important;
}
.quote-footer, .text-quote-footer,
.t-quote-footer,
.font-quote-footer {
  display: block !important;
  font-size: 80% !important;
  color: #6c757d !important;
}

.monospace, .text-monospace,
.t-monospace,
.font-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.lead, .text-lead,
.t-lead,
.font-lead {
  font-size: 1.25rem !important;
  font-weight: 300 !important;
}

.small {
  font-size: 85% !important;
}

.arial-black, .text-arial-black,
.t-arial-black,
.font-arial-black {
  font-family: "Arial Black", sans-serif !important;
}

.arial, .text-arial,
.t-arial,
.font-arial {
  font-family: Arial, sans-serif !important;
}

.bookman, .text-bookman,
.t-bookman,
.font-bookman {
  font-family: Bookman, serif !important;
}

.comic-sans, .text-comic-sans,
.t-comic-sans,
.font-comic-sans {
  font-family: "Comic Sans MS", cursive !important;
}

.courier-new, .text-courier-new,
.t-courier-new,
.font-courier-new {
  font-family: "Courier New", monospace !important;
}

.courier, .text-courier,
.t-courier,
.font-courier {
  font-family: Courier, monospace !important;
}

.cursive, .text-cursive,
.t-cursive,
.font-cursive {
  font-family: cursive !important;
}

.fantasy, .text-fantasy,
.t-fantasy,
.font-fantasy {
  font-family: fantasy !important;
}

.garamond, .text-garamond,
.t-garamond,
.font-garamond {
  font-family: Garamond, sans-serif !important;
}

.georgia, .text-georgia,
.t-georgia,
.font-georgia {
  font-family: Georgia, serif !important;
}

.impact, .text-impact,
.t-impact,
.font-impact {
  font-family: Impact, fantasy !important;
}

.monospace, .text-monospace,
.t-monospace,
.font-monospace {
  font-family: monospace !important;
}

.palatino, .text-palatino,
.t-palatino,
.font-palatino {
  font-family: Palatino, serif !important;
}

.sans-serif, .text-sans-serif,
.t-sans-serif,
.font-sans-serif {
  font-family: sans-serif !important;
}

.script, .text-script,
.t-script,
.font-script {
  font-family: script !important;
}

.serif, .text-serif,
.t-serif,
.font-serif {
  font-family: serif !important;
}

.tahoma, .text-tahoma,
.t-tahoma,
.font-tahoma {
  font-family: Tahoma, sans-serif !important;
}

.times-new-roman, .text-times-new-roman,
.t-times-new-roman,
.font-times-new-roman {
  font-family: "Times New Roman", serif !important;
}

.times, .text-times,
.t-times,
.font-times {
  font-family: Times, serif !important;
}

.trebuchet, .text-trebuchet,
.t-trebuchet,
.font-trebuchet {
  font-family: "Trebuchet MS", sans-serif !important;
}

.verdana, .text-verdana,
.t-verdana,
.font-verdana {
  font-family: Verdana, sans-serif !important;
}

.text-center,
.t-center,
.font-center {
  text-align: center !important;
}
.text-justify,
.t-justify,
.font-justify {
  text-align: justify !important;
}
.text-right,
.t-right,
.font-right {
  text-align: right !important;
}
.text-left,
.t-left,
.font-left {
  text-align: left !important;
}
.text-start,
.t-start,
.font-start {
  text-align: start !important;
}
.text-end,
.t-end,
.font-end {
  text-align: end !important;
}
.text-unset,
.t-unset,
.font-unset {
  text-align: unset !important;
}
.text-tops,
.t-tops,
.font-tops {
  vertical-align: tops !important;
}
.text-bottom,
.t-bottom,
.font-bottom {
  vertical-align: bottom !important;
}
.text-middle,
.t-middle,
.font-middle {
  vertical-align: middle !important;
}
.text-baseline,
.t-baseline,
.font-baseline {
  vertical-align: baseline !important;
}
.text-text-top,
.t-text-top,
.font-text-top {
  vertical-align: text-top !important;
}
.text-text-bottom,
.t-text-bottom,
.font-text-bottom {
  vertical-align: text-bottom !important;
}
.text-light, .text-light-hover:hover,
.t-light,
.t-light-hover:hover,
.font-light,
.font-light-hover:hover {
  color: #dee2e6 !important;
}
.text-secondary, .text-secondary-hover:hover,
.t-secondary,
.t-secondary-hover:hover,
.font-secondary,
.font-secondary-hover:hover {
  color: #6c757d !important;
}
.text-danger, .text-danger-hover:hover,
.t-danger,
.t-danger-hover:hover,
.font-danger,
.font-danger-hover:hover {
  color: #dc3545 !important;
}
.text-success, .text-success-hover:hover,
.t-success,
.t-success-hover:hover,
.font-success,
.font-success-hover:hover {
  color: #27e178 !important;
}
.text-info, .text-info-hover:hover,
.t-info,
.t-info-hover:hover,
.font-info,
.font-info-hover:hover {
  color: #279EDA !important;
}
.text-warning, .text-warning-hover:hover,
.t-warning,
.t-warning-hover:hover,
.font-warning,
.font-warning-hover:hover {
  color: #ffc107 !important;
}
.text-primary, .text-primary-hover:hover,
.t-primary,
.t-primary-hover:hover,
.font-primary,
.font-primary-hover:hover {
  color: #34435E !important;
}
.text-aliceblue, .text-aliceblue-hover:hover,
.t-aliceblue,
.t-aliceblue-hover:hover,
.font-aliceblue,
.font-aliceblue-hover:hover {
  color: aliceblue !important;
}
.text-antiquewhite, .text-antiquewhite-hover:hover,
.t-antiquewhite,
.t-antiquewhite-hover:hover,
.font-antiquewhite,
.font-antiquewhite-hover:hover {
  color: antiquewhite !important;
}
.text-aqua, .text-aqua-hover:hover,
.t-aqua,
.t-aqua-hover:hover,
.font-aqua,
.font-aqua-hover:hover {
  color: aqua !important;
}
.text-aquamarine, .text-aquamarine-hover:hover,
.t-aquamarine,
.t-aquamarine-hover:hover,
.font-aquamarine,
.font-aquamarine-hover:hover {
  color: aquamarine !important;
}
.text-azure, .text-azure-hover:hover,
.t-azure,
.t-azure-hover:hover,
.font-azure,
.font-azure-hover:hover {
  color: azure !important;
}
.text-beige, .text-beige-hover:hover,
.t-beige,
.t-beige-hover:hover,
.font-beige,
.font-beige-hover:hover {
  color: beige !important;
}
.text-bisque, .text-bisque-hover:hover,
.t-bisque,
.t-bisque-hover:hover,
.font-bisque,
.font-bisque-hover:hover {
  color: bisque !important;
}
.text-black, .text-black-hover:hover,
.t-black,
.t-black-hover:hover,
.font-black,
.font-black-hover:hover {
  color: black !important;
}
.text-blanchedalmond, .text-blanchedalmond-hover:hover,
.t-blanchedalmond,
.t-blanchedalmond-hover:hover,
.font-blanchedalmond,
.font-blanchedalmond-hover:hover {
  color: blanchedalmond !important;
}
.text-blue, .text-blue-hover:hover,
.t-blue,
.t-blue-hover:hover,
.font-blue,
.font-blue-hover:hover {
  color: blue !important;
}
.text-blueviolet, .text-blueviolet-hover:hover,
.t-blueviolet,
.t-blueviolet-hover:hover,
.font-blueviolet,
.font-blueviolet-hover:hover {
  color: blueviolet !important;
}
.text-brown, .text-brown-hover:hover,
.t-brown,
.t-brown-hover:hover,
.font-brown,
.font-brown-hover:hover {
  color: brown !important;
}
.text-burlywood, .text-burlywood-hover:hover,
.t-burlywood,
.t-burlywood-hover:hover,
.font-burlywood,
.font-burlywood-hover:hover {
  color: burlywood !important;
}
.text-cadetblue, .text-cadetblue-hover:hover,
.t-cadetblue,
.t-cadetblue-hover:hover,
.font-cadetblue,
.font-cadetblue-hover:hover {
  color: cadetblue !important;
}
.text-chartreuse, .text-chartreuse-hover:hover,
.t-chartreuse,
.t-chartreuse-hover:hover,
.font-chartreuse,
.font-chartreuse-hover:hover {
  color: chartreuse !important;
}
.text-chocolate, .text-chocolate-hover:hover,
.t-chocolate,
.t-chocolate-hover:hover,
.font-chocolate,
.font-chocolate-hover:hover {
  color: chocolate !important;
}
.text-coral, .text-coral-hover:hover,
.t-coral,
.t-coral-hover:hover,
.font-coral,
.font-coral-hover:hover {
  color: coral !important;
}
.text-cornflowerblue, .text-cornflowerblue-hover:hover,
.t-cornflowerblue,
.t-cornflowerblue-hover:hover,
.font-cornflowerblue,
.font-cornflowerblue-hover:hover {
  color: cornflowerblue !important;
}
.text-cornsilk, .text-cornsilk-hover:hover,
.t-cornsilk,
.t-cornsilk-hover:hover,
.font-cornsilk,
.font-cornsilk-hover:hover {
  color: cornsilk !important;
}
.text-crimson, .text-crimson-hover:hover,
.t-crimson,
.t-crimson-hover:hover,
.font-crimson,
.font-crimson-hover:hover {
  color: crimson !important;
}
.text-cyan, .text-cyan-hover:hover,
.t-cyan,
.t-cyan-hover:hover,
.font-cyan,
.font-cyan-hover:hover {
  color: cyan !important;
}
.text-darkblue, .text-darkblue-hover:hover,
.t-darkblue,
.t-darkblue-hover:hover,
.font-darkblue,
.font-darkblue-hover:hover {
  color: darkblue !important;
}
.text-darkcyan, .text-darkcyan-hover:hover,
.t-darkcyan,
.t-darkcyan-hover:hover,
.font-darkcyan,
.font-darkcyan-hover:hover {
  color: darkcyan !important;
}
.text-darkgoldenrod, .text-darkgoldenrod-hover:hover,
.t-darkgoldenrod,
.t-darkgoldenrod-hover:hover,
.font-darkgoldenrod,
.font-darkgoldenrod-hover:hover {
  color: darkgoldenrod !important;
}
.text-darkgray, .text-darkgray-hover:hover,
.t-darkgray,
.t-darkgray-hover:hover,
.font-darkgray,
.font-darkgray-hover:hover {
  color: darkgray !important;
}
.text-darkgreen, .text-darkgreen-hover:hover,
.t-darkgreen,
.t-darkgreen-hover:hover,
.font-darkgreen,
.font-darkgreen-hover:hover {
  color: darkgreen !important;
}
.text-darkkhaki, .text-darkkhaki-hover:hover,
.t-darkkhaki,
.t-darkkhaki-hover:hover,
.font-darkkhaki,
.font-darkkhaki-hover:hover {
  color: darkkhaki !important;
}
.text-darkmagenta, .text-darkmagenta-hover:hover,
.t-darkmagenta,
.t-darkmagenta-hover:hover,
.font-darkmagenta,
.font-darkmagenta-hover:hover {
  color: darkmagenta !important;
}
.text-darkolivegreen, .text-darkolivegreen-hover:hover,
.t-darkolivegreen,
.t-darkolivegreen-hover:hover,
.font-darkolivegreen,
.font-darkolivegreen-hover:hover {
  color: darkolivegreen !important;
}
.text-darkorange, .text-darkorange-hover:hover,
.t-darkorange,
.t-darkorange-hover:hover,
.font-darkorange,
.font-darkorange-hover:hover {
  color: darkorange !important;
}
.text-darkorchid, .text-darkorchid-hover:hover,
.t-darkorchid,
.t-darkorchid-hover:hover,
.font-darkorchid,
.font-darkorchid-hover:hover {
  color: darkorchid !important;
}
.text-darkred, .text-darkred-hover:hover,
.t-darkred,
.t-darkred-hover:hover,
.font-darkred,
.font-darkred-hover:hover {
  color: darkred !important;
}
.text-darksalmon, .text-darksalmon-hover:hover,
.t-darksalmon,
.t-darksalmon-hover:hover,
.font-darksalmon,
.font-darksalmon-hover:hover {
  color: darksalmon !important;
}
.text-darkseagreen, .text-darkseagreen-hover:hover,
.t-darkseagreen,
.t-darkseagreen-hover:hover,
.font-darkseagreen,
.font-darkseagreen-hover:hover {
  color: darkseagreen !important;
}
.text-darkslateblue, .text-darkslateblue-hover:hover,
.t-darkslateblue,
.t-darkslateblue-hover:hover,
.font-darkslateblue,
.font-darkslateblue-hover:hover {
  color: darkslateblue !important;
}
.text-darkslategray, .text-darkslategray-hover:hover,
.t-darkslategray,
.t-darkslategray-hover:hover,
.font-darkslategray,
.font-darkslategray-hover:hover {
  color: darkslategray !important;
}
.text-darkturquoise, .text-darkturquoise-hover:hover,
.t-darkturquoise,
.t-darkturquoise-hover:hover,
.font-darkturquoise,
.font-darkturquoise-hover:hover {
  color: darkturquoise !important;
}
.text-darkviolet, .text-darkviolet-hover:hover,
.t-darkviolet,
.t-darkviolet-hover:hover,
.font-darkviolet,
.font-darkviolet-hover:hover {
  color: darkviolet !important;
}
.text-deeppink, .text-deeppink-hover:hover,
.t-deeppink,
.t-deeppink-hover:hover,
.font-deeppink,
.font-deeppink-hover:hover {
  color: deeppink !important;
}
.text-deepskyblue, .text-deepskyblue-hover:hover,
.t-deepskyblue,
.t-deepskyblue-hover:hover,
.font-deepskyblue,
.font-deepskyblue-hover:hover {
  color: deepskyblue !important;
}
.text-dimgray, .text-dimgray-hover:hover,
.t-dimgray,
.t-dimgray-hover:hover,
.font-dimgray,
.font-dimgray-hover:hover {
  color: dimgray !important;
}
.text-dodgerblue, .text-dodgerblue-hover:hover,
.t-dodgerblue,
.t-dodgerblue-hover:hover,
.font-dodgerblue,
.font-dodgerblue-hover:hover {
  color: dodgerblue !important;
}
.text-firebrick, .text-firebrick-hover:hover,
.t-firebrick,
.t-firebrick-hover:hover,
.font-firebrick,
.font-firebrick-hover:hover {
  color: firebrick !important;
}
.text-floralwhite, .text-floralwhite-hover:hover,
.t-floralwhite,
.t-floralwhite-hover:hover,
.font-floralwhite,
.font-floralwhite-hover:hover {
  color: floralwhite !important;
}
.text-forestgreen, .text-forestgreen-hover:hover,
.t-forestgreen,
.t-forestgreen-hover:hover,
.font-forestgreen,
.font-forestgreen-hover:hover {
  color: forestgreen !important;
}
.text-fuchsia, .text-fuchsia-hover:hover,
.t-fuchsia,
.t-fuchsia-hover:hover,
.font-fuchsia,
.font-fuchsia-hover:hover {
  color: fuchsia !important;
}
.text-gainsboro, .text-gainsboro-hover:hover,
.t-gainsboro,
.t-gainsboro-hover:hover,
.font-gainsboro,
.font-gainsboro-hover:hover {
  color: gainsboro !important;
}
.text-ghostwhite, .text-ghostwhite-hover:hover,
.t-ghostwhite,
.t-ghostwhite-hover:hover,
.font-ghostwhite,
.font-ghostwhite-hover:hover {
  color: ghostwhite !important;
}
.text-gold, .text-gold-hover:hover,
.t-gold,
.t-gold-hover:hover,
.font-gold,
.font-gold-hover:hover {
  color: gold !important;
}
.text-goldenrod, .text-goldenrod-hover:hover,
.t-goldenrod,
.t-goldenrod-hover:hover,
.font-goldenrod,
.font-goldenrod-hover:hover {
  color: goldenrod !important;
}
.text-gray, .text-gray-hover:hover,
.t-gray,
.t-gray-hover:hover,
.font-gray,
.font-gray-hover:hover {
  color: gray !important;
}
.text-grey, .text-grey-hover:hover,
.t-grey,
.t-grey-hover:hover,
.font-grey,
.font-grey-hover:hover {
  color: grey !important;
}
.text-green, .text-green-hover:hover,
.t-green,
.t-green-hover:hover,
.font-green,
.font-green-hover:hover {
  color: green !important;
}
.text-greenyellow, .text-greenyellow-hover:hover,
.t-greenyellow,
.t-greenyellow-hover:hover,
.font-greenyellow,
.font-greenyellow-hover:hover {
  color: greenyellow !important;
}
.text-honeydew, .text-honeydew-hover:hover,
.t-honeydew,
.t-honeydew-hover:hover,
.font-honeydew,
.font-honeydew-hover:hover {
  color: honeydew !important;
}
.text-hotpink, .text-hotpink-hover:hover,
.t-hotpink,
.t-hotpink-hover:hover,
.font-hotpink,
.font-hotpink-hover:hover {
  color: hotpink !important;
}
.text-indianred, .text-indianred-hover:hover,
.t-indianred,
.t-indianred-hover:hover,
.font-indianred,
.font-indianred-hover:hover {
  color: indianred !important;
}
.text-indigo, .text-indigo-hover:hover,
.t-indigo,
.t-indigo-hover:hover,
.font-indigo,
.font-indigo-hover:hover {
  color: indigo !important;
}
.text-ivory, .text-ivory-hover:hover,
.t-ivory,
.t-ivory-hover:hover,
.font-ivory,
.font-ivory-hover:hover {
  color: ivory !important;
}
.text-khaki, .text-khaki-hover:hover,
.t-khaki,
.t-khaki-hover:hover,
.font-khaki,
.font-khaki-hover:hover {
  color: khaki !important;
}
.text-lavender, .text-lavender-hover:hover,
.t-lavender,
.t-lavender-hover:hover,
.font-lavender,
.font-lavender-hover:hover {
  color: lavender !important;
}
.text-lavenderblush, .text-lavenderblush-hover:hover,
.t-lavenderblush,
.t-lavenderblush-hover:hover,
.font-lavenderblush,
.font-lavenderblush-hover:hover {
  color: lavenderblush !important;
}
.text-lawngreen, .text-lawngreen-hover:hover,
.t-lawngreen,
.t-lawngreen-hover:hover,
.font-lawngreen,
.font-lawngreen-hover:hover {
  color: lawngreen !important;
}
.text-lemonchiffon, .text-lemonchiffon-hover:hover,
.t-lemonchiffon,
.t-lemonchiffon-hover:hover,
.font-lemonchiffon,
.font-lemonchiffon-hover:hover {
  color: lemonchiffon !important;
}
.text-lightblue, .text-lightblue-hover:hover,
.t-lightblue,
.t-lightblue-hover:hover,
.font-lightblue,
.font-lightblue-hover:hover {
  color: lightblue !important;
}
.text-lightcoral, .text-lightcoral-hover:hover,
.t-lightcoral,
.t-lightcoral-hover:hover,
.font-lightcoral,
.font-lightcoral-hover:hover {
  color: lightcoral !important;
}
.text-lightcyan, .text-lightcyan-hover:hover,
.t-lightcyan,
.t-lightcyan-hover:hover,
.font-lightcyan,
.font-lightcyan-hover:hover {
  color: lightcyan !important;
}
.text-lightgoldenrodyellow, .text-lightgoldenrodyellow-hover:hover,
.t-lightgoldenrodyellow,
.t-lightgoldenrodyellow-hover:hover,
.font-lightgoldenrodyellow,
.font-lightgoldenrodyellow-hover:hover {
  color: lightgoldenrodyellow !important;
}
.text-lightgrey, .text-lightgrey-hover:hover,
.t-lightgrey,
.t-lightgrey-hover:hover,
.font-lightgrey,
.font-lightgrey-hover:hover {
  color: lightgrey !important;
}
.text-lightgreen, .text-lightgreen-hover:hover,
.t-lightgreen,
.t-lightgreen-hover:hover,
.font-lightgreen,
.font-lightgreen-hover:hover {
  color: lightgreen !important;
}
.text-lightpink, .text-lightpink-hover:hover,
.t-lightpink,
.t-lightpink-hover:hover,
.font-lightpink,
.font-lightpink-hover:hover {
  color: lightpink !important;
}
.text-lightsalmon, .text-lightsalmon-hover:hover,
.t-lightsalmon,
.t-lightsalmon-hover:hover,
.font-lightsalmon,
.font-lightsalmon-hover:hover {
  color: lightsalmon !important;
}
.text-lightseagreen, .text-lightseagreen-hover:hover,
.t-lightseagreen,
.t-lightseagreen-hover:hover,
.font-lightseagreen,
.font-lightseagreen-hover:hover {
  color: lightseagreen !important;
}
.text-lightskyblue, .text-lightskyblue-hover:hover,
.t-lightskyblue,
.t-lightskyblue-hover:hover,
.font-lightskyblue,
.font-lightskyblue-hover:hover {
  color: lightskyblue !important;
}
.text-lightslategray, .text-lightslategray-hover:hover,
.t-lightslategray,
.t-lightslategray-hover:hover,
.font-lightslategray,
.font-lightslategray-hover:hover {
  color: lightslategray !important;
}
.text-lightsteelblue, .text-lightsteelblue-hover:hover,
.t-lightsteelblue,
.t-lightsteelblue-hover:hover,
.font-lightsteelblue,
.font-lightsteelblue-hover:hover {
  color: lightsteelblue !important;
}
.text-lightyellow, .text-lightyellow-hover:hover,
.t-lightyellow,
.t-lightyellow-hover:hover,
.font-lightyellow,
.font-lightyellow-hover:hover {
  color: lightyellow !important;
}
.text-lime, .text-lime-hover:hover,
.t-lime,
.t-lime-hover:hover,
.font-lime,
.font-lime-hover:hover {
  color: lime !important;
}
.text-limegreen, .text-limegreen-hover:hover,
.t-limegreen,
.t-limegreen-hover:hover,
.font-limegreen,
.font-limegreen-hover:hover {
  color: limegreen !important;
}
.text-linen, .text-linen-hover:hover,
.t-linen,
.t-linen-hover:hover,
.font-linen,
.font-linen-hover:hover {
  color: linen !important;
}
.text-magenta, .text-magenta-hover:hover,
.t-magenta,
.t-magenta-hover:hover,
.font-magenta,
.font-magenta-hover:hover {
  color: magenta !important;
}
.text-maroon, .text-maroon-hover:hover,
.t-maroon,
.t-maroon-hover:hover,
.font-maroon,
.font-maroon-hover:hover {
  color: maroon !important;
}
.text-mediumaquamarine, .text-mediumaquamarine-hover:hover,
.t-mediumaquamarine,
.t-mediumaquamarine-hover:hover,
.font-mediumaquamarine,
.font-mediumaquamarine-hover:hover {
  color: mediumaquamarine !important;
}
.text-mediumblue, .text-mediumblue-hover:hover,
.t-mediumblue,
.t-mediumblue-hover:hover,
.font-mediumblue,
.font-mediumblue-hover:hover {
  color: mediumblue !important;
}
.text-mediumorchid, .text-mediumorchid-hover:hover,
.t-mediumorchid,
.t-mediumorchid-hover:hover,
.font-mediumorchid,
.font-mediumorchid-hover:hover {
  color: mediumorchid !important;
}
.text-mediumpurple, .text-mediumpurple-hover:hover,
.t-mediumpurple,
.t-mediumpurple-hover:hover,
.font-mediumpurple,
.font-mediumpurple-hover:hover {
  color: mediumpurple !important;
}
.text-mediumseagreen, .text-mediumseagreen-hover:hover,
.t-mediumseagreen,
.t-mediumseagreen-hover:hover,
.font-mediumseagreen,
.font-mediumseagreen-hover:hover {
  color: mediumseagreen !important;
}
.text-mediumslateblue, .text-mediumslateblue-hover:hover,
.t-mediumslateblue,
.t-mediumslateblue-hover:hover,
.font-mediumslateblue,
.font-mediumslateblue-hover:hover {
  color: mediumslateblue !important;
}
.text-mediumspringgreen, .text-mediumspringgreen-hover:hover,
.t-mediumspringgreen,
.t-mediumspringgreen-hover:hover,
.font-mediumspringgreen,
.font-mediumspringgreen-hover:hover {
  color: mediumspringgreen !important;
}
.text-mediumturquoise, .text-mediumturquoise-hover:hover,
.t-mediumturquoise,
.t-mediumturquoise-hover:hover,
.font-mediumturquoise,
.font-mediumturquoise-hover:hover {
  color: mediumturquoise !important;
}
.text-mediumvioletred, .text-mediumvioletred-hover:hover,
.t-mediumvioletred,
.t-mediumvioletred-hover:hover,
.font-mediumvioletred,
.font-mediumvioletred-hover:hover {
  color: mediumvioletred !important;
}
.text-midnightblue, .text-midnightblue-hover:hover,
.t-midnightblue,
.t-midnightblue-hover:hover,
.font-midnightblue,
.font-midnightblue-hover:hover {
  color: midnightblue !important;
}
.text-mintcream, .text-mintcream-hover:hover,
.t-mintcream,
.t-mintcream-hover:hover,
.font-mintcream,
.font-mintcream-hover:hover {
  color: mintcream !important;
}
.text-mistyrose, .text-mistyrose-hover:hover,
.t-mistyrose,
.t-mistyrose-hover:hover,
.font-mistyrose,
.font-mistyrose-hover:hover {
  color: mistyrose !important;
}
.text-moccasin, .text-moccasin-hover:hover,
.t-moccasin,
.t-moccasin-hover:hover,
.font-moccasin,
.font-moccasin-hover:hover {
  color: moccasin !important;
}
.text-navajowhite, .text-navajowhite-hover:hover,
.t-navajowhite,
.t-navajowhite-hover:hover,
.font-navajowhite,
.font-navajowhite-hover:hover {
  color: navajowhite !important;
}
.text-navy, .text-navy-hover:hover,
.t-navy,
.t-navy-hover:hover,
.font-navy,
.font-navy-hover:hover {
  color: navy !important;
}
.text-oldlace, .text-oldlace-hover:hover,
.t-oldlace,
.t-oldlace-hover:hover,
.font-oldlace,
.font-oldlace-hover:hover {
  color: oldlace !important;
}
.text-olive, .text-olive-hover:hover,
.t-olive,
.t-olive-hover:hover,
.font-olive,
.font-olive-hover:hover {
  color: olive !important;
}
.text-olivedrab, .text-olivedrab-hover:hover,
.t-olivedrab,
.t-olivedrab-hover:hover,
.font-olivedrab,
.font-olivedrab-hover:hover {
  color: olivedrab !important;
}
.text-orange, .text-orange-hover:hover,
.t-orange,
.t-orange-hover:hover,
.font-orange,
.font-orange-hover:hover {
  color: orange !important;
}
.text-orangered, .text-orangered-hover:hover,
.t-orangered,
.t-orangered-hover:hover,
.font-orangered,
.font-orangered-hover:hover {
  color: orangered !important;
}
.text-orchid, .text-orchid-hover:hover,
.t-orchid,
.t-orchid-hover:hover,
.font-orchid,
.font-orchid-hover:hover {
  color: orchid !important;
}
.text-palegoldenrod, .text-palegoldenrod-hover:hover,
.t-palegoldenrod,
.t-palegoldenrod-hover:hover,
.font-palegoldenrod,
.font-palegoldenrod-hover:hover {
  color: palegoldenrod !important;
}
.text-palegreen, .text-palegreen-hover:hover,
.t-palegreen,
.t-palegreen-hover:hover,
.font-palegreen,
.font-palegreen-hover:hover {
  color: palegreen !important;
}
.text-paleturquoise, .text-paleturquoise-hover:hover,
.t-paleturquoise,
.t-paleturquoise-hover:hover,
.font-paleturquoise,
.font-paleturquoise-hover:hover {
  color: paleturquoise !important;
}
.text-palevioletred, .text-palevioletred-hover:hover,
.t-palevioletred,
.t-palevioletred-hover:hover,
.font-palevioletred,
.font-palevioletred-hover:hover {
  color: palevioletred !important;
}
.text-papayawhip, .text-papayawhip-hover:hover,
.t-papayawhip,
.t-papayawhip-hover:hover,
.font-papayawhip,
.font-papayawhip-hover:hover {
  color: papayawhip !important;
}
.text-peachpuff, .text-peachpuff-hover:hover,
.t-peachpuff,
.t-peachpuff-hover:hover,
.font-peachpuff,
.font-peachpuff-hover:hover {
  color: peachpuff !important;
}
.text-peru, .text-peru-hover:hover,
.t-peru,
.t-peru-hover:hover,
.font-peru,
.font-peru-hover:hover {
  color: peru !important;
}
.text-pink, .text-pink-hover:hover,
.t-pink,
.t-pink-hover:hover,
.font-pink,
.font-pink-hover:hover {
  color: pink !important;
}
.text-plum, .text-plum-hover:hover,
.t-plum,
.t-plum-hover:hover,
.font-plum,
.font-plum-hover:hover {
  color: plum !important;
}
.text-powderblue, .text-powderblue-hover:hover,
.t-powderblue,
.t-powderblue-hover:hover,
.font-powderblue,
.font-powderblue-hover:hover {
  color: powderblue !important;
}
.text-purple, .text-purple-hover:hover,
.t-purple,
.t-purple-hover:hover,
.font-purple,
.font-purple-hover:hover {
  color: purple !important;
}
.text-red, .text-red-hover:hover,
.t-red,
.t-red-hover:hover,
.font-red,
.font-red-hover:hover {
  color: red !important;
}
.text-rosybrown, .text-rosybrown-hover:hover,
.t-rosybrown,
.t-rosybrown-hover:hover,
.font-rosybrown,
.font-rosybrown-hover:hover {
  color: rosybrown !important;
}
.text-royalblue, .text-royalblue-hover:hover,
.t-royalblue,
.t-royalblue-hover:hover,
.font-royalblue,
.font-royalblue-hover:hover {
  color: royalblue !important;
}
.text-saddlebrown, .text-saddlebrown-hover:hover,
.t-saddlebrown,
.t-saddlebrown-hover:hover,
.font-saddlebrown,
.font-saddlebrown-hover:hover {
  color: saddlebrown !important;
}
.text-salmon, .text-salmon-hover:hover,
.t-salmon,
.t-salmon-hover:hover,
.font-salmon,
.font-salmon-hover:hover {
  color: salmon !important;
}
.text-sandybrown, .text-sandybrown-hover:hover,
.t-sandybrown,
.t-sandybrown-hover:hover,
.font-sandybrown,
.font-sandybrown-hover:hover {
  color: sandybrown !important;
}
.text-seagreen, .text-seagreen-hover:hover,
.t-seagreen,
.t-seagreen-hover:hover,
.font-seagreen,
.font-seagreen-hover:hover {
  color: seagreen !important;
}
.text-seashell, .text-seashell-hover:hover,
.t-seashell,
.t-seashell-hover:hover,
.font-seashell,
.font-seashell-hover:hover {
  color: seashell !important;
}
.text-sienna, .text-sienna-hover:hover,
.t-sienna,
.t-sienna-hover:hover,
.font-sienna,
.font-sienna-hover:hover {
  color: sienna !important;
}
.text-silver, .text-silver-hover:hover,
.t-silver,
.t-silver-hover:hover,
.font-silver,
.font-silver-hover:hover {
  color: silver !important;
}
.text-skyblue, .text-skyblue-hover:hover,
.t-skyblue,
.t-skyblue-hover:hover,
.font-skyblue,
.font-skyblue-hover:hover {
  color: skyblue !important;
}
.text-slateblue, .text-slateblue-hover:hover,
.t-slateblue,
.t-slateblue-hover:hover,
.font-slateblue,
.font-slateblue-hover:hover {
  color: slateblue !important;
}
.text-slategray, .text-slategray-hover:hover,
.t-slategray,
.t-slategray-hover:hover,
.font-slategray,
.font-slategray-hover:hover {
  color: slategray !important;
}
.text-snow, .text-snow-hover:hover,
.t-snow,
.t-snow-hover:hover,
.font-snow,
.font-snow-hover:hover {
  color: snow !important;
}
.text-springgreen, .text-springgreen-hover:hover,
.t-springgreen,
.t-springgreen-hover:hover,
.font-springgreen,
.font-springgreen-hover:hover {
  color: springgreen !important;
}
.text-steelblue, .text-steelblue-hover:hover,
.t-steelblue,
.t-steelblue-hover:hover,
.font-steelblue,
.font-steelblue-hover:hover {
  color: steelblue !important;
}
.text-tan, .text-tan-hover:hover,
.t-tan,
.t-tan-hover:hover,
.font-tan,
.font-tan-hover:hover {
  color: tan !important;
}
.text-teal, .text-teal-hover:hover,
.t-teal,
.t-teal-hover:hover,
.font-teal,
.font-teal-hover:hover {
  color: teal !important;
}
.text-thistle, .text-thistle-hover:hover,
.t-thistle,
.t-thistle-hover:hover,
.font-thistle,
.font-thistle-hover:hover {
  color: thistle !important;
}
.text-tomato, .text-tomato-hover:hover,
.t-tomato,
.t-tomato-hover:hover,
.font-tomato,
.font-tomato-hover:hover {
  color: tomato !important;
}
.text-turquoise, .text-turquoise-hover:hover,
.t-turquoise,
.t-turquoise-hover:hover,
.font-turquoise,
.font-turquoise-hover:hover {
  color: turquoise !important;
}
.text-violet, .text-violet-hover:hover,
.t-violet,
.t-violet-hover:hover,
.font-violet,
.font-violet-hover:hover {
  color: violet !important;
}
.text-wheat, .text-wheat-hover:hover,
.t-wheat,
.t-wheat-hover:hover,
.font-wheat,
.font-wheat-hover:hover {
  color: wheat !important;
}
.text-white, .text-white-hover:hover,
.t-white,
.t-white-hover:hover,
.font-white,
.font-white-hover:hover {
  color: white !important;
}
.text-whitesmoke, .text-whitesmoke-hover:hover,
.t-whitesmoke,
.t-whitesmoke-hover:hover,
.font-whitesmoke,
.font-whitesmoke-hover:hover {
  color: whitesmoke !important;
}
.text-yellow, .text-yellow-hover:hover,
.t-yellow,
.t-yellow-hover:hover,
.font-yellow,
.font-yellow-hover:hover {
  color: yellow !important;
}
.text-yellowgreen, .text-yellowgreen-hover:hover,
.t-yellowgreen,
.t-yellowgreen-hover:hover,
.font-yellowgreen,
.font-yellowgreen-hover:hover {
  color: yellowgreen !important;
}
.text-medium,
.t-medium,
.font-medium {
  font-size: medium !important;
}
.text-xx-small,
.t-xx-small,
.font-xx-small {
  font-size: xx-small !important;
}
.text-x-small,
.t-x-small,
.font-x-small {
  font-size: x-small !important;
}
.text-small,
.t-small,
.font-small {
  font-size: small !important;
}
.text-large,
.t-large,
.font-large {
  font-size: large !important;
}
.text-x-large,
.t-x-large,
.font-x-large {
  font-size: x-large !important;
}
.text-xx-large,
.t-xx-large,
.font-xx-large {
  font-size: xx-large !important;
}
.text-smaller,
.t-smaller,
.font-smaller {
  font-size: smaller !important;
}
.text-larger,
.t-larger,
.font-larger {
  font-size: larger !important;
}
.text-initial,
.t-initial,
.font-initial {
  font-size: initial !important;
}
.text-inherit,
.t-inherit,
.font-inherit {
  font-size: inherit !important;
}
.text-1, .text-1-px,
.t-1,
.t-1-px,
.font-1,
.font-1-px {
  font-size: 1px !important;
}
.text-1-pt,
.t-1-pt,
.font-1-pt {
  font-size: 1pt !important;
}
.text-2, .text-2-px,
.t-2,
.t-2-px,
.font-2,
.font-2-px {
  font-size: 2px !important;
}
.text-2-pt,
.t-2-pt,
.font-2-pt {
  font-size: 2pt !important;
}
.text-3, .text-3-px,
.t-3,
.t-3-px,
.font-3,
.font-3-px {
  font-size: 3px !important;
}
.text-3-pt,
.t-3-pt,
.font-3-pt {
  font-size: 3pt !important;
}
.text-4, .text-4-px,
.t-4,
.t-4-px,
.font-4,
.font-4-px {
  font-size: 4px !important;
}
.text-4-pt,
.t-4-pt,
.font-4-pt {
  font-size: 4pt !important;
}
.text-5, .text-5-px,
.t-5,
.t-5-px,
.font-5,
.font-5-px {
  font-size: 5px !important;
}
.text-5-pt,
.t-5-pt,
.font-5-pt {
  font-size: 5pt !important;
}
.text-6, .text-6-px,
.t-6,
.t-6-px,
.font-6,
.font-6-px {
  font-size: 6px !important;
}
.text-6-pt,
.t-6-pt,
.font-6-pt {
  font-size: 6pt !important;
}
.text-7, .text-7-px,
.t-7,
.t-7-px,
.font-7,
.font-7-px {
  font-size: 7px !important;
}
.text-7-pt,
.t-7-pt,
.font-7-pt {
  font-size: 7pt !important;
}
.text-8, .text-8-px,
.t-8,
.t-8-px,
.font-8,
.font-8-px {
  font-size: 8px !important;
}
.text-8-pt,
.t-8-pt,
.font-8-pt {
  font-size: 8pt !important;
}
.text-9, .text-9-px,
.t-9,
.t-9-px,
.font-9,
.font-9-px {
  font-size: 9px !important;
}
.text-9-pt,
.t-9-pt,
.font-9-pt {
  font-size: 9pt !important;
}
.text-10, .text-10-px,
.t-10,
.t-10-px,
.font-10,
.font-10-px {
  font-size: 10px !important;
}
.text-10-pt,
.t-10-pt,
.font-10-pt {
  font-size: 10pt !important;
}
.text-11, .text-11-px,
.t-11,
.t-11-px,
.font-11,
.font-11-px {
  font-size: 11px !important;
}
.text-11-pt,
.t-11-pt,
.font-11-pt {
  font-size: 11pt !important;
}
.text-12, .text-12-px,
.t-12,
.t-12-px,
.font-12,
.font-12-px {
  font-size: 12px !important;
}
.text-12-pt,
.t-12-pt,
.font-12-pt {
  font-size: 12pt !important;
}
.text-13, .text-13-px,
.t-13,
.t-13-px,
.font-13,
.font-13-px {
  font-size: 13px !important;
}
.text-13-pt,
.t-13-pt,
.font-13-pt {
  font-size: 13pt !important;
}
.text-14, .text-14-px,
.t-14,
.t-14-px,
.font-14,
.font-14-px {
  font-size: 14px !important;
}
.text-14-pt,
.t-14-pt,
.font-14-pt {
  font-size: 14pt !important;
}
.text-15, .text-15-px,
.t-15,
.t-15-px,
.font-15,
.font-15-px {
  font-size: 15px !important;
}
.text-15-pt,
.t-15-pt,
.font-15-pt {
  font-size: 15pt !important;
}
.text-16, .text-16-px,
.t-16,
.t-16-px,
.font-16,
.font-16-px {
  font-size: 16px !important;
}
.text-16-pt,
.t-16-pt,
.font-16-pt {
  font-size: 16pt !important;
}
.text-17, .text-17-px,
.t-17,
.t-17-px,
.font-17,
.font-17-px {
  font-size: 17px !important;
}
.text-17-pt,
.t-17-pt,
.font-17-pt {
  font-size: 17pt !important;
}
.text-18, .text-18-px,
.t-18,
.t-18-px,
.font-18,
.font-18-px {
  font-size: 18px !important;
}
.text-18-pt,
.t-18-pt,
.font-18-pt {
  font-size: 18pt !important;
}
.text-19, .text-19-px,
.t-19,
.t-19-px,
.font-19,
.font-19-px {
  font-size: 19px !important;
}
.text-19-pt,
.t-19-pt,
.font-19-pt {
  font-size: 19pt !important;
}
.text-20, .text-20-px,
.t-20,
.t-20-px,
.font-20,
.font-20-px {
  font-size: 20px !important;
}
.text-20-pt,
.t-20-pt,
.font-20-pt {
  font-size: 20pt !important;
}
.text-21, .text-21-px,
.t-21,
.t-21-px,
.font-21,
.font-21-px {
  font-size: 21px !important;
}
.text-21-pt,
.t-21-pt,
.font-21-pt {
  font-size: 21pt !important;
}
.text-22, .text-22-px,
.t-22,
.t-22-px,
.font-22,
.font-22-px {
  font-size: 22px !important;
}
.text-22-pt,
.t-22-pt,
.font-22-pt {
  font-size: 22pt !important;
}
.text-23, .text-23-px,
.t-23,
.t-23-px,
.font-23,
.font-23-px {
  font-size: 23px !important;
}
.text-23-pt,
.t-23-pt,
.font-23-pt {
  font-size: 23pt !important;
}
.text-24, .text-24-px,
.t-24,
.t-24-px,
.font-24,
.font-24-px {
  font-size: 24px !important;
}
.text-24-pt,
.t-24-pt,
.font-24-pt {
  font-size: 24pt !important;
}
.text-25, .text-25-px,
.t-25,
.t-25-px,
.font-25,
.font-25-px {
  font-size: 25px !important;
}
.text-25-pt,
.t-25-pt,
.font-25-pt {
  font-size: 25pt !important;
}
.text-26, .text-26-px,
.t-26,
.t-26-px,
.font-26,
.font-26-px {
  font-size: 26px !important;
}
.text-26-pt,
.t-26-pt,
.font-26-pt {
  font-size: 26pt !important;
}
.text-27, .text-27-px,
.t-27,
.t-27-px,
.font-27,
.font-27-px {
  font-size: 27px !important;
}
.text-27-pt,
.t-27-pt,
.font-27-pt {
  font-size: 27pt !important;
}
.text-28, .text-28-px,
.t-28,
.t-28-px,
.font-28,
.font-28-px {
  font-size: 28px !important;
}
.text-28-pt,
.t-28-pt,
.font-28-pt {
  font-size: 28pt !important;
}
.text-29, .text-29-px,
.t-29,
.t-29-px,
.font-29,
.font-29-px {
  font-size: 29px !important;
}
.text-29-pt,
.t-29-pt,
.font-29-pt {
  font-size: 29pt !important;
}
.text-30, .text-30-px,
.t-30,
.t-30-px,
.font-30,
.font-30-px {
  font-size: 30px !important;
}
.text-30-pt,
.t-30-pt,
.font-30-pt {
  font-size: 30pt !important;
}
.text-31, .text-31-px,
.t-31,
.t-31-px,
.font-31,
.font-31-px {
  font-size: 31px !important;
}
.text-31-pt,
.t-31-pt,
.font-31-pt {
  font-size: 31pt !important;
}
.text-32, .text-32-px,
.t-32,
.t-32-px,
.font-32,
.font-32-px {
  font-size: 32px !important;
}
.text-32-pt,
.t-32-pt,
.font-32-pt {
  font-size: 32pt !important;
}
.text-33, .text-33-px,
.t-33,
.t-33-px,
.font-33,
.font-33-px {
  font-size: 33px !important;
}
.text-33-pt,
.t-33-pt,
.font-33-pt {
  font-size: 33pt !important;
}
.text-34, .text-34-px,
.t-34,
.t-34-px,
.font-34,
.font-34-px {
  font-size: 34px !important;
}
.text-34-pt,
.t-34-pt,
.font-34-pt {
  font-size: 34pt !important;
}
.text-35, .text-35-px,
.t-35,
.t-35-px,
.font-35,
.font-35-px {
  font-size: 35px !important;
}
.text-35-pt,
.t-35-pt,
.font-35-pt {
  font-size: 35pt !important;
}
.text-36, .text-36-px,
.t-36,
.t-36-px,
.font-36,
.font-36-px {
  font-size: 36px !important;
}
.text-36-pt,
.t-36-pt,
.font-36-pt {
  font-size: 36pt !important;
}
.text-37, .text-37-px,
.t-37,
.t-37-px,
.font-37,
.font-37-px {
  font-size: 37px !important;
}
.text-37-pt,
.t-37-pt,
.font-37-pt {
  font-size: 37pt !important;
}
.text-38, .text-38-px,
.t-38,
.t-38-px,
.font-38,
.font-38-px {
  font-size: 38px !important;
}
.text-38-pt,
.t-38-pt,
.font-38-pt {
  font-size: 38pt !important;
}
.text-39, .text-39-px,
.t-39,
.t-39-px,
.font-39,
.font-39-px {
  font-size: 39px !important;
}
.text-39-pt,
.t-39-pt,
.font-39-pt {
  font-size: 39pt !important;
}
.text-40, .text-40-px,
.t-40,
.t-40-px,
.font-40,
.font-40-px {
  font-size: 40px !important;
}
.text-40-pt,
.t-40-pt,
.font-40-pt {
  font-size: 40pt !important;
}
.text-41, .text-41-px,
.t-41,
.t-41-px,
.font-41,
.font-41-px {
  font-size: 41px !important;
}
.text-41-pt,
.t-41-pt,
.font-41-pt {
  font-size: 41pt !important;
}
.text-42, .text-42-px,
.t-42,
.t-42-px,
.font-42,
.font-42-px {
  font-size: 42px !important;
}
.text-42-pt,
.t-42-pt,
.font-42-pt {
  font-size: 42pt !important;
}
.text-43, .text-43-px,
.t-43,
.t-43-px,
.font-43,
.font-43-px {
  font-size: 43px !important;
}
.text-43-pt,
.t-43-pt,
.font-43-pt {
  font-size: 43pt !important;
}
.text-44, .text-44-px,
.t-44,
.t-44-px,
.font-44,
.font-44-px {
  font-size: 44px !important;
}
.text-44-pt,
.t-44-pt,
.font-44-pt {
  font-size: 44pt !important;
}
.text-45, .text-45-px,
.t-45,
.t-45-px,
.font-45,
.font-45-px {
  font-size: 45px !important;
}
.text-45-pt,
.t-45-pt,
.font-45-pt {
  font-size: 45pt !important;
}
.text-46, .text-46-px,
.t-46,
.t-46-px,
.font-46,
.font-46-px {
  font-size: 46px !important;
}
.text-46-pt,
.t-46-pt,
.font-46-pt {
  font-size: 46pt !important;
}
.text-47, .text-47-px,
.t-47,
.t-47-px,
.font-47,
.font-47-px {
  font-size: 47px !important;
}
.text-47-pt,
.t-47-pt,
.font-47-pt {
  font-size: 47pt !important;
}
.text-48, .text-48-px,
.t-48,
.t-48-px,
.font-48,
.font-48-px {
  font-size: 48px !important;
}
.text-48-pt,
.t-48-pt,
.font-48-pt {
  font-size: 48pt !important;
}
.text-49, .text-49-px,
.t-49,
.t-49-px,
.font-49,
.font-49-px {
  font-size: 49px !important;
}
.text-49-pt,
.t-49-pt,
.font-49-pt {
  font-size: 49pt !important;
}
.text-50, .text-50-px,
.t-50,
.t-50-px,
.font-50,
.font-50-px {
  font-size: 50px !important;
}
.text-50-pt,
.t-50-pt,
.font-50-pt {
  font-size: 50pt !important;
}
.text-1-rem,
.t-1-rem,
.font-1-rem {
  font-size: 1rem !important;
}
.text-1-em,
.t-1-em,
.font-1-em {
  font-size: 1em !important;
}
.text-2-rem,
.t-2-rem,
.font-2-rem {
  font-size: 2rem !important;
}
.text-2-em,
.t-2-em,
.font-2-em {
  font-size: 2em !important;
}
.text-3-rem,
.t-3-rem,
.font-3-rem {
  font-size: 3rem !important;
}
.text-3-em,
.t-3-em,
.font-3-em {
  font-size: 3em !important;
}
.text-4-rem,
.t-4-rem,
.font-4-rem {
  font-size: 4rem !important;
}
.text-4-em,
.t-4-em,
.font-4-em {
  font-size: 4em !important;
}
.text-5-rem,
.t-5-rem,
.font-5-rem {
  font-size: 5rem !important;
}
.text-5-em,
.t-5-em,
.font-5-em {
  font-size: 5em !important;
}
.text-6-rem,
.t-6-rem,
.font-6-rem {
  font-size: 6rem !important;
}
.text-6-em,
.t-6-em,
.font-6-em {
  font-size: 6em !important;
}
.text-7-rem,
.t-7-rem,
.font-7-rem {
  font-size: 7rem !important;
}
.text-7-em,
.t-7-em,
.font-7-em {
  font-size: 7em !important;
}
.text-8-rem,
.t-8-rem,
.font-8-rem {
  font-size: 8rem !important;
}
.text-8-em,
.t-8-em,
.font-8-em {
  font-size: 8em !important;
}
.text-9-rem,
.t-9-rem,
.font-9-rem {
  font-size: 9rem !important;
}
.text-9-em,
.t-9-em,
.font-9-em {
  font-size: 9em !important;
}
.text-10-rem,
.t-10-rem,
.font-10-rem {
  font-size: 10rem !important;
}
.text-10-em,
.t-10-em,
.font-10-em {
  font-size: 10em !important;
}

@media screen and (min-width: 2500px) and (max-width: none) {
  /*Headings*/
  .h1-xl {
    font-size: xxx-large !important;
  }
  .h2-xl {
    font-size: xx-large !important;
  }
  .h3-xl {
    font-size: x-large !important;
  }
  .h4-xl {
    font-size: large !important;
  }
  .h5-xl {
    font-size: medium !important;
  }
  .h6-xl {
    font-size: small !important;
  }
  .h7-xl {
    font-size: x-small !important;
  }
  .h8-xl {
    font-size: xx-small !important;
  }
  .bold-xl, .text-xl-bold,
  .t-xl-bold,
  .font-xl-bold {
    font-weight: bold !important;
  }
  .italic-xl, .text-xl-italic,
  .t-xl-italic,
  .font-xl-italic {
    font-style: italic !important;
  }
  .normal-xl, .text-xl-normal,
  .t-xl-normal,
  .font-xl-normal {
    font-weight: normal !important;
    font-style: normal !important;
  }
  .uppercase-xl, .text-xl-uppercase,
  .t-xl-uppercase,
  .font-xl-uppercase {
    text-transform: uppercase !important;
  }
  .lowercase-xl, .text-xl-lowercase,
  .t-xl-lowercase,
  .font-xl-lowercase {
    text-transform: lowercase !important;
  }
  .capitalize-xl, .text-xl-capitalize,
  .t-xl-capitalize,
  .font-xl-capitalize {
    text-transform: capitalize !important;
  }
  .revert-xl, .text-xl-revert,
  .t-xl-revert,
  .font-xl-revert {
    direction: rtl !important;
    unicode-bidi: bidi-override !important;
  }
  .underline-xl, .text-xl-underline,
  .t-xl-underline,
  .font-xl-underline {
    text-decoration: underline !important;
  }
  .overline-xl, .text-xl-overline,
  .t-xl-overline,
  .font-xl-overline {
    text-decoration: overline !important;
  }
  .noline-xl, .text-xl-noline,
  .t-xl-noline,
  .font-xl-noline {
    text-decoration: none !important;
  }
  .line-through-xl,
  .del-xl, .text-xl-line-through, .text-xl-del,
  .t-xl-line-through,
  .t-xl-del,
  .font-xl-line-through,
  .font-xl-del {
    text-decoration: line-through !important;
  }
  .highlight-xl,
  .mark-xl, .text-xl-highlight, .text-xl-mark,
  .t-xl-highlight,
  .t-xl-mark,
  .font-xl-highlight,
  .font-xl-mark {
    padding: 0.2em !important;
    background-color: #fcf8e3 !important;
  }
  .quote-xl, .text-xl-quote,
  .t-xl-quote,
  .font-xl-quote {
    font-family: "Handlee", sans-serif !important;
    font-weight: bold !important;
  }
  .quote-xl-footer, .text-xl-quote-footer,
  .t-xl-quote-footer,
  .font-xl-quote-footer {
    display: block !important;
    font-size: 80% !important;
    color: #6c757d !important;
  }
  .monospace-xl, .text-xl-monospace,
  .t-xl-monospace,
  .font-xl-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }
  .lead-xl, .text-xl-lead,
  .t-xl-lead,
  .font-xl-lead {
    font-size: 1.25rem !important;
    font-weight: 300 !important;
  }
  .small-xl {
    font-size: 85% !important;
  }
  .text-xl-center,
  .t-xl-center,
  .font-xl-center {
    text-align: center !important;
  }
  .text-xl-justify,
  .t-xl-justify,
  .font-xl-justify {
    text-align: justify !important;
  }
  .text-xl-right,
  .t-xl-right,
  .font-xl-right {
    text-align: right !important;
  }
  .text-xl-left,
  .t-xl-left,
  .font-xl-left {
    text-align: left !important;
  }
  .text-xl-start,
  .t-xl-start,
  .font-xl-start {
    text-align: start !important;
  }
  .text-xl-end,
  .t-xl-end,
  .font-xl-end {
    text-align: end !important;
  }
  .text-xl-unset,
  .t-xl-unset,
  .font-xl-unset {
    text-align: unset !important;
  }
  .text-xl-tops,
  .t-xl-tops,
  .font-xl-tops {
    vertical-align: tops !important;
  }
  .text-xl-bottom,
  .t-xl-bottom,
  .font-xl-bottom {
    vertical-align: bottom !important;
  }
  .text-xl-middle,
  .t-xl-middle,
  .font-xl-middle {
    vertical-align: middle !important;
  }
  .text-xl-baseline,
  .t-xl-baseline,
  .font-xl-baseline {
    vertical-align: baseline !important;
  }
  .text-xl-text-top,
  .t-xl-text-top,
  .font-xl-text-top {
    vertical-align: text-top !important;
  }
  .text-xl-text-bottom,
  .t-xl-text-bottom,
  .font-xl-text-bottom {
    vertical-align: text-bottom !important;
  }
  .text-xl-light, .text-xl-light-hover:hover,
  .t-xl-light,
  .t-xl-light-hover:hover,
  .font-xl-light,
  .font-xl-light-hover:hover {
    color: #dee2e6 !important;
  }
  .text-xl-secondary, .text-xl-secondary-hover:hover,
  .t-xl-secondary,
  .t-xl-secondary-hover:hover,
  .font-xl-secondary,
  .font-xl-secondary-hover:hover {
    color: #6c757d !important;
  }
  .text-xl-danger, .text-xl-danger-hover:hover,
  .t-xl-danger,
  .t-xl-danger-hover:hover,
  .font-xl-danger,
  .font-xl-danger-hover:hover {
    color: #dc3545 !important;
  }
  .text-xl-success, .text-xl-success-hover:hover,
  .t-xl-success,
  .t-xl-success-hover:hover,
  .font-xl-success,
  .font-xl-success-hover:hover {
    color: #27e178 !important;
  }
  .text-xl-info, .text-xl-info-hover:hover,
  .t-xl-info,
  .t-xl-info-hover:hover,
  .font-xl-info,
  .font-xl-info-hover:hover {
    color: #279EDA !important;
  }
  .text-xl-warning, .text-xl-warning-hover:hover,
  .t-xl-warning,
  .t-xl-warning-hover:hover,
  .font-xl-warning,
  .font-xl-warning-hover:hover {
    color: #ffc107 !important;
  }
  .text-xl-primary, .text-xl-primary-hover:hover,
  .t-xl-primary,
  .t-xl-primary-hover:hover,
  .font-xl-primary,
  .font-xl-primary-hover:hover {
    color: #34435E !important;
  }
  .text-xl-aliceblue, .text-xl-aliceblue-hover:hover,
  .t-xl-aliceblue,
  .t-xl-aliceblue-hover:hover,
  .font-xl-aliceblue,
  .font-xl-aliceblue-hover:hover {
    color: aliceblue !important;
  }
  .text-xl-antiquewhite, .text-xl-antiquewhite-hover:hover,
  .t-xl-antiquewhite,
  .t-xl-antiquewhite-hover:hover,
  .font-xl-antiquewhite,
  .font-xl-antiquewhite-hover:hover {
    color: antiquewhite !important;
  }
  .text-xl-aqua, .text-xl-aqua-hover:hover,
  .t-xl-aqua,
  .t-xl-aqua-hover:hover,
  .font-xl-aqua,
  .font-xl-aqua-hover:hover {
    color: aqua !important;
  }
  .text-xl-aquamarine, .text-xl-aquamarine-hover:hover,
  .t-xl-aquamarine,
  .t-xl-aquamarine-hover:hover,
  .font-xl-aquamarine,
  .font-xl-aquamarine-hover:hover {
    color: aquamarine !important;
  }
  .text-xl-azure, .text-xl-azure-hover:hover,
  .t-xl-azure,
  .t-xl-azure-hover:hover,
  .font-xl-azure,
  .font-xl-azure-hover:hover {
    color: azure !important;
  }
  .text-xl-beige, .text-xl-beige-hover:hover,
  .t-xl-beige,
  .t-xl-beige-hover:hover,
  .font-xl-beige,
  .font-xl-beige-hover:hover {
    color: beige !important;
  }
  .text-xl-bisque, .text-xl-bisque-hover:hover,
  .t-xl-bisque,
  .t-xl-bisque-hover:hover,
  .font-xl-bisque,
  .font-xl-bisque-hover:hover {
    color: bisque !important;
  }
  .text-xl-black, .text-xl-black-hover:hover,
  .t-xl-black,
  .t-xl-black-hover:hover,
  .font-xl-black,
  .font-xl-black-hover:hover {
    color: black !important;
  }
  .text-xl-blanchedalmond, .text-xl-blanchedalmond-hover:hover,
  .t-xl-blanchedalmond,
  .t-xl-blanchedalmond-hover:hover,
  .font-xl-blanchedalmond,
  .font-xl-blanchedalmond-hover:hover {
    color: blanchedalmond !important;
  }
  .text-xl-blue, .text-xl-blue-hover:hover,
  .t-xl-blue,
  .t-xl-blue-hover:hover,
  .font-xl-blue,
  .font-xl-blue-hover:hover {
    color: blue !important;
  }
  .text-xl-blueviolet, .text-xl-blueviolet-hover:hover,
  .t-xl-blueviolet,
  .t-xl-blueviolet-hover:hover,
  .font-xl-blueviolet,
  .font-xl-blueviolet-hover:hover {
    color: blueviolet !important;
  }
  .text-xl-brown, .text-xl-brown-hover:hover,
  .t-xl-brown,
  .t-xl-brown-hover:hover,
  .font-xl-brown,
  .font-xl-brown-hover:hover {
    color: brown !important;
  }
  .text-xl-burlywood, .text-xl-burlywood-hover:hover,
  .t-xl-burlywood,
  .t-xl-burlywood-hover:hover,
  .font-xl-burlywood,
  .font-xl-burlywood-hover:hover {
    color: burlywood !important;
  }
  .text-xl-cadetblue, .text-xl-cadetblue-hover:hover,
  .t-xl-cadetblue,
  .t-xl-cadetblue-hover:hover,
  .font-xl-cadetblue,
  .font-xl-cadetblue-hover:hover {
    color: cadetblue !important;
  }
  .text-xl-chartreuse, .text-xl-chartreuse-hover:hover,
  .t-xl-chartreuse,
  .t-xl-chartreuse-hover:hover,
  .font-xl-chartreuse,
  .font-xl-chartreuse-hover:hover {
    color: chartreuse !important;
  }
  .text-xl-chocolate, .text-xl-chocolate-hover:hover,
  .t-xl-chocolate,
  .t-xl-chocolate-hover:hover,
  .font-xl-chocolate,
  .font-xl-chocolate-hover:hover {
    color: chocolate !important;
  }
  .text-xl-coral, .text-xl-coral-hover:hover,
  .t-xl-coral,
  .t-xl-coral-hover:hover,
  .font-xl-coral,
  .font-xl-coral-hover:hover {
    color: coral !important;
  }
  .text-xl-cornflowerblue, .text-xl-cornflowerblue-hover:hover,
  .t-xl-cornflowerblue,
  .t-xl-cornflowerblue-hover:hover,
  .font-xl-cornflowerblue,
  .font-xl-cornflowerblue-hover:hover {
    color: cornflowerblue !important;
  }
  .text-xl-cornsilk, .text-xl-cornsilk-hover:hover,
  .t-xl-cornsilk,
  .t-xl-cornsilk-hover:hover,
  .font-xl-cornsilk,
  .font-xl-cornsilk-hover:hover {
    color: cornsilk !important;
  }
  .text-xl-crimson, .text-xl-crimson-hover:hover,
  .t-xl-crimson,
  .t-xl-crimson-hover:hover,
  .font-xl-crimson,
  .font-xl-crimson-hover:hover {
    color: crimson !important;
  }
  .text-xl-cyan, .text-xl-cyan-hover:hover,
  .t-xl-cyan,
  .t-xl-cyan-hover:hover,
  .font-xl-cyan,
  .font-xl-cyan-hover:hover {
    color: cyan !important;
  }
  .text-xl-darkblue, .text-xl-darkblue-hover:hover,
  .t-xl-darkblue,
  .t-xl-darkblue-hover:hover,
  .font-xl-darkblue,
  .font-xl-darkblue-hover:hover {
    color: darkblue !important;
  }
  .text-xl-darkcyan, .text-xl-darkcyan-hover:hover,
  .t-xl-darkcyan,
  .t-xl-darkcyan-hover:hover,
  .font-xl-darkcyan,
  .font-xl-darkcyan-hover:hover {
    color: darkcyan !important;
  }
  .text-xl-darkgoldenrod, .text-xl-darkgoldenrod-hover:hover,
  .t-xl-darkgoldenrod,
  .t-xl-darkgoldenrod-hover:hover,
  .font-xl-darkgoldenrod,
  .font-xl-darkgoldenrod-hover:hover {
    color: darkgoldenrod !important;
  }
  .text-xl-darkgray, .text-xl-darkgray-hover:hover,
  .t-xl-darkgray,
  .t-xl-darkgray-hover:hover,
  .font-xl-darkgray,
  .font-xl-darkgray-hover:hover {
    color: darkgray !important;
  }
  .text-xl-darkgreen, .text-xl-darkgreen-hover:hover,
  .t-xl-darkgreen,
  .t-xl-darkgreen-hover:hover,
  .font-xl-darkgreen,
  .font-xl-darkgreen-hover:hover {
    color: darkgreen !important;
  }
  .text-xl-darkkhaki, .text-xl-darkkhaki-hover:hover,
  .t-xl-darkkhaki,
  .t-xl-darkkhaki-hover:hover,
  .font-xl-darkkhaki,
  .font-xl-darkkhaki-hover:hover {
    color: darkkhaki !important;
  }
  .text-xl-darkmagenta, .text-xl-darkmagenta-hover:hover,
  .t-xl-darkmagenta,
  .t-xl-darkmagenta-hover:hover,
  .font-xl-darkmagenta,
  .font-xl-darkmagenta-hover:hover {
    color: darkmagenta !important;
  }
  .text-xl-darkolivegreen, .text-xl-darkolivegreen-hover:hover,
  .t-xl-darkolivegreen,
  .t-xl-darkolivegreen-hover:hover,
  .font-xl-darkolivegreen,
  .font-xl-darkolivegreen-hover:hover {
    color: darkolivegreen !important;
  }
  .text-xl-darkorange, .text-xl-darkorange-hover:hover,
  .t-xl-darkorange,
  .t-xl-darkorange-hover:hover,
  .font-xl-darkorange,
  .font-xl-darkorange-hover:hover {
    color: darkorange !important;
  }
  .text-xl-darkorchid, .text-xl-darkorchid-hover:hover,
  .t-xl-darkorchid,
  .t-xl-darkorchid-hover:hover,
  .font-xl-darkorchid,
  .font-xl-darkorchid-hover:hover {
    color: darkorchid !important;
  }
  .text-xl-darkred, .text-xl-darkred-hover:hover,
  .t-xl-darkred,
  .t-xl-darkred-hover:hover,
  .font-xl-darkred,
  .font-xl-darkred-hover:hover {
    color: darkred !important;
  }
  .text-xl-darksalmon, .text-xl-darksalmon-hover:hover,
  .t-xl-darksalmon,
  .t-xl-darksalmon-hover:hover,
  .font-xl-darksalmon,
  .font-xl-darksalmon-hover:hover {
    color: darksalmon !important;
  }
  .text-xl-darkseagreen, .text-xl-darkseagreen-hover:hover,
  .t-xl-darkseagreen,
  .t-xl-darkseagreen-hover:hover,
  .font-xl-darkseagreen,
  .font-xl-darkseagreen-hover:hover {
    color: darkseagreen !important;
  }
  .text-xl-darkslateblue, .text-xl-darkslateblue-hover:hover,
  .t-xl-darkslateblue,
  .t-xl-darkslateblue-hover:hover,
  .font-xl-darkslateblue,
  .font-xl-darkslateblue-hover:hover {
    color: darkslateblue !important;
  }
  .text-xl-darkslategray, .text-xl-darkslategray-hover:hover,
  .t-xl-darkslategray,
  .t-xl-darkslategray-hover:hover,
  .font-xl-darkslategray,
  .font-xl-darkslategray-hover:hover {
    color: darkslategray !important;
  }
  .text-xl-darkturquoise, .text-xl-darkturquoise-hover:hover,
  .t-xl-darkturquoise,
  .t-xl-darkturquoise-hover:hover,
  .font-xl-darkturquoise,
  .font-xl-darkturquoise-hover:hover {
    color: darkturquoise !important;
  }
  .text-xl-darkviolet, .text-xl-darkviolet-hover:hover,
  .t-xl-darkviolet,
  .t-xl-darkviolet-hover:hover,
  .font-xl-darkviolet,
  .font-xl-darkviolet-hover:hover {
    color: darkviolet !important;
  }
  .text-xl-deeppink, .text-xl-deeppink-hover:hover,
  .t-xl-deeppink,
  .t-xl-deeppink-hover:hover,
  .font-xl-deeppink,
  .font-xl-deeppink-hover:hover {
    color: deeppink !important;
  }
  .text-xl-deepskyblue, .text-xl-deepskyblue-hover:hover,
  .t-xl-deepskyblue,
  .t-xl-deepskyblue-hover:hover,
  .font-xl-deepskyblue,
  .font-xl-deepskyblue-hover:hover {
    color: deepskyblue !important;
  }
  .text-xl-dimgray, .text-xl-dimgray-hover:hover,
  .t-xl-dimgray,
  .t-xl-dimgray-hover:hover,
  .font-xl-dimgray,
  .font-xl-dimgray-hover:hover {
    color: dimgray !important;
  }
  .text-xl-dodgerblue, .text-xl-dodgerblue-hover:hover,
  .t-xl-dodgerblue,
  .t-xl-dodgerblue-hover:hover,
  .font-xl-dodgerblue,
  .font-xl-dodgerblue-hover:hover {
    color: dodgerblue !important;
  }
  .text-xl-firebrick, .text-xl-firebrick-hover:hover,
  .t-xl-firebrick,
  .t-xl-firebrick-hover:hover,
  .font-xl-firebrick,
  .font-xl-firebrick-hover:hover {
    color: firebrick !important;
  }
  .text-xl-floralwhite, .text-xl-floralwhite-hover:hover,
  .t-xl-floralwhite,
  .t-xl-floralwhite-hover:hover,
  .font-xl-floralwhite,
  .font-xl-floralwhite-hover:hover {
    color: floralwhite !important;
  }
  .text-xl-forestgreen, .text-xl-forestgreen-hover:hover,
  .t-xl-forestgreen,
  .t-xl-forestgreen-hover:hover,
  .font-xl-forestgreen,
  .font-xl-forestgreen-hover:hover {
    color: forestgreen !important;
  }
  .text-xl-fuchsia, .text-xl-fuchsia-hover:hover,
  .t-xl-fuchsia,
  .t-xl-fuchsia-hover:hover,
  .font-xl-fuchsia,
  .font-xl-fuchsia-hover:hover {
    color: fuchsia !important;
  }
  .text-xl-gainsboro, .text-xl-gainsboro-hover:hover,
  .t-xl-gainsboro,
  .t-xl-gainsboro-hover:hover,
  .font-xl-gainsboro,
  .font-xl-gainsboro-hover:hover {
    color: gainsboro !important;
  }
  .text-xl-ghostwhite, .text-xl-ghostwhite-hover:hover,
  .t-xl-ghostwhite,
  .t-xl-ghostwhite-hover:hover,
  .font-xl-ghostwhite,
  .font-xl-ghostwhite-hover:hover {
    color: ghostwhite !important;
  }
  .text-xl-gold, .text-xl-gold-hover:hover,
  .t-xl-gold,
  .t-xl-gold-hover:hover,
  .font-xl-gold,
  .font-xl-gold-hover:hover {
    color: gold !important;
  }
  .text-xl-goldenrod, .text-xl-goldenrod-hover:hover,
  .t-xl-goldenrod,
  .t-xl-goldenrod-hover:hover,
  .font-xl-goldenrod,
  .font-xl-goldenrod-hover:hover {
    color: goldenrod !important;
  }
  .text-xl-gray, .text-xl-gray-hover:hover,
  .t-xl-gray,
  .t-xl-gray-hover:hover,
  .font-xl-gray,
  .font-xl-gray-hover:hover {
    color: gray !important;
  }
  .text-xl-grey, .text-xl-grey-hover:hover,
  .t-xl-grey,
  .t-xl-grey-hover:hover,
  .font-xl-grey,
  .font-xl-grey-hover:hover {
    color: grey !important;
  }
  .text-xl-green, .text-xl-green-hover:hover,
  .t-xl-green,
  .t-xl-green-hover:hover,
  .font-xl-green,
  .font-xl-green-hover:hover {
    color: green !important;
  }
  .text-xl-greenyellow, .text-xl-greenyellow-hover:hover,
  .t-xl-greenyellow,
  .t-xl-greenyellow-hover:hover,
  .font-xl-greenyellow,
  .font-xl-greenyellow-hover:hover {
    color: greenyellow !important;
  }
  .text-xl-honeydew, .text-xl-honeydew-hover:hover,
  .t-xl-honeydew,
  .t-xl-honeydew-hover:hover,
  .font-xl-honeydew,
  .font-xl-honeydew-hover:hover {
    color: honeydew !important;
  }
  .text-xl-hotpink, .text-xl-hotpink-hover:hover,
  .t-xl-hotpink,
  .t-xl-hotpink-hover:hover,
  .font-xl-hotpink,
  .font-xl-hotpink-hover:hover {
    color: hotpink !important;
  }
  .text-xl-indianred, .text-xl-indianred-hover:hover,
  .t-xl-indianred,
  .t-xl-indianred-hover:hover,
  .font-xl-indianred,
  .font-xl-indianred-hover:hover {
    color: indianred !important;
  }
  .text-xl-indigo, .text-xl-indigo-hover:hover,
  .t-xl-indigo,
  .t-xl-indigo-hover:hover,
  .font-xl-indigo,
  .font-xl-indigo-hover:hover {
    color: indigo !important;
  }
  .text-xl-ivory, .text-xl-ivory-hover:hover,
  .t-xl-ivory,
  .t-xl-ivory-hover:hover,
  .font-xl-ivory,
  .font-xl-ivory-hover:hover {
    color: ivory !important;
  }
  .text-xl-khaki, .text-xl-khaki-hover:hover,
  .t-xl-khaki,
  .t-xl-khaki-hover:hover,
  .font-xl-khaki,
  .font-xl-khaki-hover:hover {
    color: khaki !important;
  }
  .text-xl-lavender, .text-xl-lavender-hover:hover,
  .t-xl-lavender,
  .t-xl-lavender-hover:hover,
  .font-xl-lavender,
  .font-xl-lavender-hover:hover {
    color: lavender !important;
  }
  .text-xl-lavenderblush, .text-xl-lavenderblush-hover:hover,
  .t-xl-lavenderblush,
  .t-xl-lavenderblush-hover:hover,
  .font-xl-lavenderblush,
  .font-xl-lavenderblush-hover:hover {
    color: lavenderblush !important;
  }
  .text-xl-lawngreen, .text-xl-lawngreen-hover:hover,
  .t-xl-lawngreen,
  .t-xl-lawngreen-hover:hover,
  .font-xl-lawngreen,
  .font-xl-lawngreen-hover:hover {
    color: lawngreen !important;
  }
  .text-xl-lemonchiffon, .text-xl-lemonchiffon-hover:hover,
  .t-xl-lemonchiffon,
  .t-xl-lemonchiffon-hover:hover,
  .font-xl-lemonchiffon,
  .font-xl-lemonchiffon-hover:hover {
    color: lemonchiffon !important;
  }
  .text-xl-lightblue, .text-xl-lightblue-hover:hover,
  .t-xl-lightblue,
  .t-xl-lightblue-hover:hover,
  .font-xl-lightblue,
  .font-xl-lightblue-hover:hover {
    color: lightblue !important;
  }
  .text-xl-lightcoral, .text-xl-lightcoral-hover:hover,
  .t-xl-lightcoral,
  .t-xl-lightcoral-hover:hover,
  .font-xl-lightcoral,
  .font-xl-lightcoral-hover:hover {
    color: lightcoral !important;
  }
  .text-xl-lightcyan, .text-xl-lightcyan-hover:hover,
  .t-xl-lightcyan,
  .t-xl-lightcyan-hover:hover,
  .font-xl-lightcyan,
  .font-xl-lightcyan-hover:hover {
    color: lightcyan !important;
  }
  .text-xl-lightgoldenrodyellow, .text-xl-lightgoldenrodyellow-hover:hover,
  .t-xl-lightgoldenrodyellow,
  .t-xl-lightgoldenrodyellow-hover:hover,
  .font-xl-lightgoldenrodyellow,
  .font-xl-lightgoldenrodyellow-hover:hover {
    color: lightgoldenrodyellow !important;
  }
  .text-xl-lightgrey, .text-xl-lightgrey-hover:hover,
  .t-xl-lightgrey,
  .t-xl-lightgrey-hover:hover,
  .font-xl-lightgrey,
  .font-xl-lightgrey-hover:hover {
    color: lightgrey !important;
  }
  .text-xl-lightgreen, .text-xl-lightgreen-hover:hover,
  .t-xl-lightgreen,
  .t-xl-lightgreen-hover:hover,
  .font-xl-lightgreen,
  .font-xl-lightgreen-hover:hover {
    color: lightgreen !important;
  }
  .text-xl-lightpink, .text-xl-lightpink-hover:hover,
  .t-xl-lightpink,
  .t-xl-lightpink-hover:hover,
  .font-xl-lightpink,
  .font-xl-lightpink-hover:hover {
    color: lightpink !important;
  }
  .text-xl-lightsalmon, .text-xl-lightsalmon-hover:hover,
  .t-xl-lightsalmon,
  .t-xl-lightsalmon-hover:hover,
  .font-xl-lightsalmon,
  .font-xl-lightsalmon-hover:hover {
    color: lightsalmon !important;
  }
  .text-xl-lightseagreen, .text-xl-lightseagreen-hover:hover,
  .t-xl-lightseagreen,
  .t-xl-lightseagreen-hover:hover,
  .font-xl-lightseagreen,
  .font-xl-lightseagreen-hover:hover {
    color: lightseagreen !important;
  }
  .text-xl-lightskyblue, .text-xl-lightskyblue-hover:hover,
  .t-xl-lightskyblue,
  .t-xl-lightskyblue-hover:hover,
  .font-xl-lightskyblue,
  .font-xl-lightskyblue-hover:hover {
    color: lightskyblue !important;
  }
  .text-xl-lightslategray, .text-xl-lightslategray-hover:hover,
  .t-xl-lightslategray,
  .t-xl-lightslategray-hover:hover,
  .font-xl-lightslategray,
  .font-xl-lightslategray-hover:hover {
    color: lightslategray !important;
  }
  .text-xl-lightsteelblue, .text-xl-lightsteelblue-hover:hover,
  .t-xl-lightsteelblue,
  .t-xl-lightsteelblue-hover:hover,
  .font-xl-lightsteelblue,
  .font-xl-lightsteelblue-hover:hover {
    color: lightsteelblue !important;
  }
  .text-xl-lightyellow, .text-xl-lightyellow-hover:hover,
  .t-xl-lightyellow,
  .t-xl-lightyellow-hover:hover,
  .font-xl-lightyellow,
  .font-xl-lightyellow-hover:hover {
    color: lightyellow !important;
  }
  .text-xl-lime, .text-xl-lime-hover:hover,
  .t-xl-lime,
  .t-xl-lime-hover:hover,
  .font-xl-lime,
  .font-xl-lime-hover:hover {
    color: lime !important;
  }
  .text-xl-limegreen, .text-xl-limegreen-hover:hover,
  .t-xl-limegreen,
  .t-xl-limegreen-hover:hover,
  .font-xl-limegreen,
  .font-xl-limegreen-hover:hover {
    color: limegreen !important;
  }
  .text-xl-linen, .text-xl-linen-hover:hover,
  .t-xl-linen,
  .t-xl-linen-hover:hover,
  .font-xl-linen,
  .font-xl-linen-hover:hover {
    color: linen !important;
  }
  .text-xl-magenta, .text-xl-magenta-hover:hover,
  .t-xl-magenta,
  .t-xl-magenta-hover:hover,
  .font-xl-magenta,
  .font-xl-magenta-hover:hover {
    color: magenta !important;
  }
  .text-xl-maroon, .text-xl-maroon-hover:hover,
  .t-xl-maroon,
  .t-xl-maroon-hover:hover,
  .font-xl-maroon,
  .font-xl-maroon-hover:hover {
    color: maroon !important;
  }
  .text-xl-mediumaquamarine, .text-xl-mediumaquamarine-hover:hover,
  .t-xl-mediumaquamarine,
  .t-xl-mediumaquamarine-hover:hover,
  .font-xl-mediumaquamarine,
  .font-xl-mediumaquamarine-hover:hover {
    color: mediumaquamarine !important;
  }
  .text-xl-mediumblue, .text-xl-mediumblue-hover:hover,
  .t-xl-mediumblue,
  .t-xl-mediumblue-hover:hover,
  .font-xl-mediumblue,
  .font-xl-mediumblue-hover:hover {
    color: mediumblue !important;
  }
  .text-xl-mediumorchid, .text-xl-mediumorchid-hover:hover,
  .t-xl-mediumorchid,
  .t-xl-mediumorchid-hover:hover,
  .font-xl-mediumorchid,
  .font-xl-mediumorchid-hover:hover {
    color: mediumorchid !important;
  }
  .text-xl-mediumpurple, .text-xl-mediumpurple-hover:hover,
  .t-xl-mediumpurple,
  .t-xl-mediumpurple-hover:hover,
  .font-xl-mediumpurple,
  .font-xl-mediumpurple-hover:hover {
    color: mediumpurple !important;
  }
  .text-xl-mediumseagreen, .text-xl-mediumseagreen-hover:hover,
  .t-xl-mediumseagreen,
  .t-xl-mediumseagreen-hover:hover,
  .font-xl-mediumseagreen,
  .font-xl-mediumseagreen-hover:hover {
    color: mediumseagreen !important;
  }
  .text-xl-mediumslateblue, .text-xl-mediumslateblue-hover:hover,
  .t-xl-mediumslateblue,
  .t-xl-mediumslateblue-hover:hover,
  .font-xl-mediumslateblue,
  .font-xl-mediumslateblue-hover:hover {
    color: mediumslateblue !important;
  }
  .text-xl-mediumspringgreen, .text-xl-mediumspringgreen-hover:hover,
  .t-xl-mediumspringgreen,
  .t-xl-mediumspringgreen-hover:hover,
  .font-xl-mediumspringgreen,
  .font-xl-mediumspringgreen-hover:hover {
    color: mediumspringgreen !important;
  }
  .text-xl-mediumturquoise, .text-xl-mediumturquoise-hover:hover,
  .t-xl-mediumturquoise,
  .t-xl-mediumturquoise-hover:hover,
  .font-xl-mediumturquoise,
  .font-xl-mediumturquoise-hover:hover {
    color: mediumturquoise !important;
  }
  .text-xl-mediumvioletred, .text-xl-mediumvioletred-hover:hover,
  .t-xl-mediumvioletred,
  .t-xl-mediumvioletred-hover:hover,
  .font-xl-mediumvioletred,
  .font-xl-mediumvioletred-hover:hover {
    color: mediumvioletred !important;
  }
  .text-xl-midnightblue, .text-xl-midnightblue-hover:hover,
  .t-xl-midnightblue,
  .t-xl-midnightblue-hover:hover,
  .font-xl-midnightblue,
  .font-xl-midnightblue-hover:hover {
    color: midnightblue !important;
  }
  .text-xl-mintcream, .text-xl-mintcream-hover:hover,
  .t-xl-mintcream,
  .t-xl-mintcream-hover:hover,
  .font-xl-mintcream,
  .font-xl-mintcream-hover:hover {
    color: mintcream !important;
  }
  .text-xl-mistyrose, .text-xl-mistyrose-hover:hover,
  .t-xl-mistyrose,
  .t-xl-mistyrose-hover:hover,
  .font-xl-mistyrose,
  .font-xl-mistyrose-hover:hover {
    color: mistyrose !important;
  }
  .text-xl-moccasin, .text-xl-moccasin-hover:hover,
  .t-xl-moccasin,
  .t-xl-moccasin-hover:hover,
  .font-xl-moccasin,
  .font-xl-moccasin-hover:hover {
    color: moccasin !important;
  }
  .text-xl-navajowhite, .text-xl-navajowhite-hover:hover,
  .t-xl-navajowhite,
  .t-xl-navajowhite-hover:hover,
  .font-xl-navajowhite,
  .font-xl-navajowhite-hover:hover {
    color: navajowhite !important;
  }
  .text-xl-navy, .text-xl-navy-hover:hover,
  .t-xl-navy,
  .t-xl-navy-hover:hover,
  .font-xl-navy,
  .font-xl-navy-hover:hover {
    color: navy !important;
  }
  .text-xl-oldlace, .text-xl-oldlace-hover:hover,
  .t-xl-oldlace,
  .t-xl-oldlace-hover:hover,
  .font-xl-oldlace,
  .font-xl-oldlace-hover:hover {
    color: oldlace !important;
  }
  .text-xl-olive, .text-xl-olive-hover:hover,
  .t-xl-olive,
  .t-xl-olive-hover:hover,
  .font-xl-olive,
  .font-xl-olive-hover:hover {
    color: olive !important;
  }
  .text-xl-olivedrab, .text-xl-olivedrab-hover:hover,
  .t-xl-olivedrab,
  .t-xl-olivedrab-hover:hover,
  .font-xl-olivedrab,
  .font-xl-olivedrab-hover:hover {
    color: olivedrab !important;
  }
  .text-xl-orange, .text-xl-orange-hover:hover,
  .t-xl-orange,
  .t-xl-orange-hover:hover,
  .font-xl-orange,
  .font-xl-orange-hover:hover {
    color: orange !important;
  }
  .text-xl-orangered, .text-xl-orangered-hover:hover,
  .t-xl-orangered,
  .t-xl-orangered-hover:hover,
  .font-xl-orangered,
  .font-xl-orangered-hover:hover {
    color: orangered !important;
  }
  .text-xl-orchid, .text-xl-orchid-hover:hover,
  .t-xl-orchid,
  .t-xl-orchid-hover:hover,
  .font-xl-orchid,
  .font-xl-orchid-hover:hover {
    color: orchid !important;
  }
  .text-xl-palegoldenrod, .text-xl-palegoldenrod-hover:hover,
  .t-xl-palegoldenrod,
  .t-xl-palegoldenrod-hover:hover,
  .font-xl-palegoldenrod,
  .font-xl-palegoldenrod-hover:hover {
    color: palegoldenrod !important;
  }
  .text-xl-palegreen, .text-xl-palegreen-hover:hover,
  .t-xl-palegreen,
  .t-xl-palegreen-hover:hover,
  .font-xl-palegreen,
  .font-xl-palegreen-hover:hover {
    color: palegreen !important;
  }
  .text-xl-paleturquoise, .text-xl-paleturquoise-hover:hover,
  .t-xl-paleturquoise,
  .t-xl-paleturquoise-hover:hover,
  .font-xl-paleturquoise,
  .font-xl-paleturquoise-hover:hover {
    color: paleturquoise !important;
  }
  .text-xl-palevioletred, .text-xl-palevioletred-hover:hover,
  .t-xl-palevioletred,
  .t-xl-palevioletred-hover:hover,
  .font-xl-palevioletred,
  .font-xl-palevioletred-hover:hover {
    color: palevioletred !important;
  }
  .text-xl-papayawhip, .text-xl-papayawhip-hover:hover,
  .t-xl-papayawhip,
  .t-xl-papayawhip-hover:hover,
  .font-xl-papayawhip,
  .font-xl-papayawhip-hover:hover {
    color: papayawhip !important;
  }
  .text-xl-peachpuff, .text-xl-peachpuff-hover:hover,
  .t-xl-peachpuff,
  .t-xl-peachpuff-hover:hover,
  .font-xl-peachpuff,
  .font-xl-peachpuff-hover:hover {
    color: peachpuff !important;
  }
  .text-xl-peru, .text-xl-peru-hover:hover,
  .t-xl-peru,
  .t-xl-peru-hover:hover,
  .font-xl-peru,
  .font-xl-peru-hover:hover {
    color: peru !important;
  }
  .text-xl-pink, .text-xl-pink-hover:hover,
  .t-xl-pink,
  .t-xl-pink-hover:hover,
  .font-xl-pink,
  .font-xl-pink-hover:hover {
    color: pink !important;
  }
  .text-xl-plum, .text-xl-plum-hover:hover,
  .t-xl-plum,
  .t-xl-plum-hover:hover,
  .font-xl-plum,
  .font-xl-plum-hover:hover {
    color: plum !important;
  }
  .text-xl-powderblue, .text-xl-powderblue-hover:hover,
  .t-xl-powderblue,
  .t-xl-powderblue-hover:hover,
  .font-xl-powderblue,
  .font-xl-powderblue-hover:hover {
    color: powderblue !important;
  }
  .text-xl-purple, .text-xl-purple-hover:hover,
  .t-xl-purple,
  .t-xl-purple-hover:hover,
  .font-xl-purple,
  .font-xl-purple-hover:hover {
    color: purple !important;
  }
  .text-xl-red, .text-xl-red-hover:hover,
  .t-xl-red,
  .t-xl-red-hover:hover,
  .font-xl-red,
  .font-xl-red-hover:hover {
    color: red !important;
  }
  .text-xl-rosybrown, .text-xl-rosybrown-hover:hover,
  .t-xl-rosybrown,
  .t-xl-rosybrown-hover:hover,
  .font-xl-rosybrown,
  .font-xl-rosybrown-hover:hover {
    color: rosybrown !important;
  }
  .text-xl-royalblue, .text-xl-royalblue-hover:hover,
  .t-xl-royalblue,
  .t-xl-royalblue-hover:hover,
  .font-xl-royalblue,
  .font-xl-royalblue-hover:hover {
    color: royalblue !important;
  }
  .text-xl-saddlebrown, .text-xl-saddlebrown-hover:hover,
  .t-xl-saddlebrown,
  .t-xl-saddlebrown-hover:hover,
  .font-xl-saddlebrown,
  .font-xl-saddlebrown-hover:hover {
    color: saddlebrown !important;
  }
  .text-xl-salmon, .text-xl-salmon-hover:hover,
  .t-xl-salmon,
  .t-xl-salmon-hover:hover,
  .font-xl-salmon,
  .font-xl-salmon-hover:hover {
    color: salmon !important;
  }
  .text-xl-sandybrown, .text-xl-sandybrown-hover:hover,
  .t-xl-sandybrown,
  .t-xl-sandybrown-hover:hover,
  .font-xl-sandybrown,
  .font-xl-sandybrown-hover:hover {
    color: sandybrown !important;
  }
  .text-xl-seagreen, .text-xl-seagreen-hover:hover,
  .t-xl-seagreen,
  .t-xl-seagreen-hover:hover,
  .font-xl-seagreen,
  .font-xl-seagreen-hover:hover {
    color: seagreen !important;
  }
  .text-xl-seashell, .text-xl-seashell-hover:hover,
  .t-xl-seashell,
  .t-xl-seashell-hover:hover,
  .font-xl-seashell,
  .font-xl-seashell-hover:hover {
    color: seashell !important;
  }
  .text-xl-sienna, .text-xl-sienna-hover:hover,
  .t-xl-sienna,
  .t-xl-sienna-hover:hover,
  .font-xl-sienna,
  .font-xl-sienna-hover:hover {
    color: sienna !important;
  }
  .text-xl-silver, .text-xl-silver-hover:hover,
  .t-xl-silver,
  .t-xl-silver-hover:hover,
  .font-xl-silver,
  .font-xl-silver-hover:hover {
    color: silver !important;
  }
  .text-xl-skyblue, .text-xl-skyblue-hover:hover,
  .t-xl-skyblue,
  .t-xl-skyblue-hover:hover,
  .font-xl-skyblue,
  .font-xl-skyblue-hover:hover {
    color: skyblue !important;
  }
  .text-xl-slateblue, .text-xl-slateblue-hover:hover,
  .t-xl-slateblue,
  .t-xl-slateblue-hover:hover,
  .font-xl-slateblue,
  .font-xl-slateblue-hover:hover {
    color: slateblue !important;
  }
  .text-xl-slategray, .text-xl-slategray-hover:hover,
  .t-xl-slategray,
  .t-xl-slategray-hover:hover,
  .font-xl-slategray,
  .font-xl-slategray-hover:hover {
    color: slategray !important;
  }
  .text-xl-snow, .text-xl-snow-hover:hover,
  .t-xl-snow,
  .t-xl-snow-hover:hover,
  .font-xl-snow,
  .font-xl-snow-hover:hover {
    color: snow !important;
  }
  .text-xl-springgreen, .text-xl-springgreen-hover:hover,
  .t-xl-springgreen,
  .t-xl-springgreen-hover:hover,
  .font-xl-springgreen,
  .font-xl-springgreen-hover:hover {
    color: springgreen !important;
  }
  .text-xl-steelblue, .text-xl-steelblue-hover:hover,
  .t-xl-steelblue,
  .t-xl-steelblue-hover:hover,
  .font-xl-steelblue,
  .font-xl-steelblue-hover:hover {
    color: steelblue !important;
  }
  .text-xl-tan, .text-xl-tan-hover:hover,
  .t-xl-tan,
  .t-xl-tan-hover:hover,
  .font-xl-tan,
  .font-xl-tan-hover:hover {
    color: tan !important;
  }
  .text-xl-teal, .text-xl-teal-hover:hover,
  .t-xl-teal,
  .t-xl-teal-hover:hover,
  .font-xl-teal,
  .font-xl-teal-hover:hover {
    color: teal !important;
  }
  .text-xl-thistle, .text-xl-thistle-hover:hover,
  .t-xl-thistle,
  .t-xl-thistle-hover:hover,
  .font-xl-thistle,
  .font-xl-thistle-hover:hover {
    color: thistle !important;
  }
  .text-xl-tomato, .text-xl-tomato-hover:hover,
  .t-xl-tomato,
  .t-xl-tomato-hover:hover,
  .font-xl-tomato,
  .font-xl-tomato-hover:hover {
    color: tomato !important;
  }
  .text-xl-turquoise, .text-xl-turquoise-hover:hover,
  .t-xl-turquoise,
  .t-xl-turquoise-hover:hover,
  .font-xl-turquoise,
  .font-xl-turquoise-hover:hover {
    color: turquoise !important;
  }
  .text-xl-violet, .text-xl-violet-hover:hover,
  .t-xl-violet,
  .t-xl-violet-hover:hover,
  .font-xl-violet,
  .font-xl-violet-hover:hover {
    color: violet !important;
  }
  .text-xl-wheat, .text-xl-wheat-hover:hover,
  .t-xl-wheat,
  .t-xl-wheat-hover:hover,
  .font-xl-wheat,
  .font-xl-wheat-hover:hover {
    color: wheat !important;
  }
  .text-xl-white, .text-xl-white-hover:hover,
  .t-xl-white,
  .t-xl-white-hover:hover,
  .font-xl-white,
  .font-xl-white-hover:hover {
    color: white !important;
  }
  .text-xl-whitesmoke, .text-xl-whitesmoke-hover:hover,
  .t-xl-whitesmoke,
  .t-xl-whitesmoke-hover:hover,
  .font-xl-whitesmoke,
  .font-xl-whitesmoke-hover:hover {
    color: whitesmoke !important;
  }
  .text-xl-yellow, .text-xl-yellow-hover:hover,
  .t-xl-yellow,
  .t-xl-yellow-hover:hover,
  .font-xl-yellow,
  .font-xl-yellow-hover:hover {
    color: yellow !important;
  }
  .text-xl-yellowgreen, .text-xl-yellowgreen-hover:hover,
  .t-xl-yellowgreen,
  .t-xl-yellowgreen-hover:hover,
  .font-xl-yellowgreen,
  .font-xl-yellowgreen-hover:hover {
    color: yellowgreen !important;
  }
  .text-xl-medium,
  .t-xl-medium,
  .font-xl-medium {
    font-size: medium !important;
  }
  .text-xl-xx-small,
  .t-xl-xx-small,
  .font-xl-xx-small {
    font-size: xx-small !important;
  }
  .text-xl-x-small,
  .t-xl-x-small,
  .font-xl-x-small {
    font-size: x-small !important;
  }
  .text-xl-small,
  .t-xl-small,
  .font-xl-small {
    font-size: small !important;
  }
  .text-xl-large,
  .t-xl-large,
  .font-xl-large {
    font-size: large !important;
  }
  .text-xl-x-large,
  .t-xl-x-large,
  .font-xl-x-large {
    font-size: x-large !important;
  }
  .text-xl-xx-large,
  .t-xl-xx-large,
  .font-xl-xx-large {
    font-size: xx-large !important;
  }
  .text-xl-smaller,
  .t-xl-smaller,
  .font-xl-smaller {
    font-size: smaller !important;
  }
  .text-xl-larger,
  .t-xl-larger,
  .font-xl-larger {
    font-size: larger !important;
  }
  .text-xl-initial,
  .t-xl-initial,
  .font-xl-initial {
    font-size: initial !important;
  }
  .text-xl-inherit,
  .t-xl-inherit,
  .font-xl-inherit {
    font-size: inherit !important;
  }
  .text-xl-1, .text-xl-1-px,
  .t-xl-1,
  .t-xl-1-px,
  .font-xl-1,
  .font-xl-1-px {
    font-size: 1px !important;
  }
  .text-xl-1-pt,
  .t-xl-1-pt,
  .font-xl-1-pt {
    font-size: 1pt !important;
  }
  .text-xl-2, .text-xl-2-px,
  .t-xl-2,
  .t-xl-2-px,
  .font-xl-2,
  .font-xl-2-px {
    font-size: 2px !important;
  }
  .text-xl-2-pt,
  .t-xl-2-pt,
  .font-xl-2-pt {
    font-size: 2pt !important;
  }
  .text-xl-3, .text-xl-3-px,
  .t-xl-3,
  .t-xl-3-px,
  .font-xl-3,
  .font-xl-3-px {
    font-size: 3px !important;
  }
  .text-xl-3-pt,
  .t-xl-3-pt,
  .font-xl-3-pt {
    font-size: 3pt !important;
  }
  .text-xl-4, .text-xl-4-px,
  .t-xl-4,
  .t-xl-4-px,
  .font-xl-4,
  .font-xl-4-px {
    font-size: 4px !important;
  }
  .text-xl-4-pt,
  .t-xl-4-pt,
  .font-xl-4-pt {
    font-size: 4pt !important;
  }
  .text-xl-5, .text-xl-5-px,
  .t-xl-5,
  .t-xl-5-px,
  .font-xl-5,
  .font-xl-5-px {
    font-size: 5px !important;
  }
  .text-xl-5-pt,
  .t-xl-5-pt,
  .font-xl-5-pt {
    font-size: 5pt !important;
  }
  .text-xl-6, .text-xl-6-px,
  .t-xl-6,
  .t-xl-6-px,
  .font-xl-6,
  .font-xl-6-px {
    font-size: 6px !important;
  }
  .text-xl-6-pt,
  .t-xl-6-pt,
  .font-xl-6-pt {
    font-size: 6pt !important;
  }
  .text-xl-7, .text-xl-7-px,
  .t-xl-7,
  .t-xl-7-px,
  .font-xl-7,
  .font-xl-7-px {
    font-size: 7px !important;
  }
  .text-xl-7-pt,
  .t-xl-7-pt,
  .font-xl-7-pt {
    font-size: 7pt !important;
  }
  .text-xl-8, .text-xl-8-px,
  .t-xl-8,
  .t-xl-8-px,
  .font-xl-8,
  .font-xl-8-px {
    font-size: 8px !important;
  }
  .text-xl-8-pt,
  .t-xl-8-pt,
  .font-xl-8-pt {
    font-size: 8pt !important;
  }
  .text-xl-9, .text-xl-9-px,
  .t-xl-9,
  .t-xl-9-px,
  .font-xl-9,
  .font-xl-9-px {
    font-size: 9px !important;
  }
  .text-xl-9-pt,
  .t-xl-9-pt,
  .font-xl-9-pt {
    font-size: 9pt !important;
  }
  .text-xl-10, .text-xl-10-px,
  .t-xl-10,
  .t-xl-10-px,
  .font-xl-10,
  .font-xl-10-px {
    font-size: 10px !important;
  }
  .text-xl-10-pt,
  .t-xl-10-pt,
  .font-xl-10-pt {
    font-size: 10pt !important;
  }
  .text-xl-11, .text-xl-11-px,
  .t-xl-11,
  .t-xl-11-px,
  .font-xl-11,
  .font-xl-11-px {
    font-size: 11px !important;
  }
  .text-xl-11-pt,
  .t-xl-11-pt,
  .font-xl-11-pt {
    font-size: 11pt !important;
  }
  .text-xl-12, .text-xl-12-px,
  .t-xl-12,
  .t-xl-12-px,
  .font-xl-12,
  .font-xl-12-px {
    font-size: 12px !important;
  }
  .text-xl-12-pt,
  .t-xl-12-pt,
  .font-xl-12-pt {
    font-size: 12pt !important;
  }
  .text-xl-13, .text-xl-13-px,
  .t-xl-13,
  .t-xl-13-px,
  .font-xl-13,
  .font-xl-13-px {
    font-size: 13px !important;
  }
  .text-xl-13-pt,
  .t-xl-13-pt,
  .font-xl-13-pt {
    font-size: 13pt !important;
  }
  .text-xl-14, .text-xl-14-px,
  .t-xl-14,
  .t-xl-14-px,
  .font-xl-14,
  .font-xl-14-px {
    font-size: 14px !important;
  }
  .text-xl-14-pt,
  .t-xl-14-pt,
  .font-xl-14-pt {
    font-size: 14pt !important;
  }
  .text-xl-15, .text-xl-15-px,
  .t-xl-15,
  .t-xl-15-px,
  .font-xl-15,
  .font-xl-15-px {
    font-size: 15px !important;
  }
  .text-xl-15-pt,
  .t-xl-15-pt,
  .font-xl-15-pt {
    font-size: 15pt !important;
  }
  .text-xl-16, .text-xl-16-px,
  .t-xl-16,
  .t-xl-16-px,
  .font-xl-16,
  .font-xl-16-px {
    font-size: 16px !important;
  }
  .text-xl-16-pt,
  .t-xl-16-pt,
  .font-xl-16-pt {
    font-size: 16pt !important;
  }
  .text-xl-17, .text-xl-17-px,
  .t-xl-17,
  .t-xl-17-px,
  .font-xl-17,
  .font-xl-17-px {
    font-size: 17px !important;
  }
  .text-xl-17-pt,
  .t-xl-17-pt,
  .font-xl-17-pt {
    font-size: 17pt !important;
  }
  .text-xl-18, .text-xl-18-px,
  .t-xl-18,
  .t-xl-18-px,
  .font-xl-18,
  .font-xl-18-px {
    font-size: 18px !important;
  }
  .text-xl-18-pt,
  .t-xl-18-pt,
  .font-xl-18-pt {
    font-size: 18pt !important;
  }
  .text-xl-19, .text-xl-19-px,
  .t-xl-19,
  .t-xl-19-px,
  .font-xl-19,
  .font-xl-19-px {
    font-size: 19px !important;
  }
  .text-xl-19-pt,
  .t-xl-19-pt,
  .font-xl-19-pt {
    font-size: 19pt !important;
  }
  .text-xl-20, .text-xl-20-px,
  .t-xl-20,
  .t-xl-20-px,
  .font-xl-20,
  .font-xl-20-px {
    font-size: 20px !important;
  }
  .text-xl-20-pt,
  .t-xl-20-pt,
  .font-xl-20-pt {
    font-size: 20pt !important;
  }
  .text-xl-21, .text-xl-21-px,
  .t-xl-21,
  .t-xl-21-px,
  .font-xl-21,
  .font-xl-21-px {
    font-size: 21px !important;
  }
  .text-xl-21-pt,
  .t-xl-21-pt,
  .font-xl-21-pt {
    font-size: 21pt !important;
  }
  .text-xl-22, .text-xl-22-px,
  .t-xl-22,
  .t-xl-22-px,
  .font-xl-22,
  .font-xl-22-px {
    font-size: 22px !important;
  }
  .text-xl-22-pt,
  .t-xl-22-pt,
  .font-xl-22-pt {
    font-size: 22pt !important;
  }
  .text-xl-23, .text-xl-23-px,
  .t-xl-23,
  .t-xl-23-px,
  .font-xl-23,
  .font-xl-23-px {
    font-size: 23px !important;
  }
  .text-xl-23-pt,
  .t-xl-23-pt,
  .font-xl-23-pt {
    font-size: 23pt !important;
  }
  .text-xl-24, .text-xl-24-px,
  .t-xl-24,
  .t-xl-24-px,
  .font-xl-24,
  .font-xl-24-px {
    font-size: 24px !important;
  }
  .text-xl-24-pt,
  .t-xl-24-pt,
  .font-xl-24-pt {
    font-size: 24pt !important;
  }
  .text-xl-25, .text-xl-25-px,
  .t-xl-25,
  .t-xl-25-px,
  .font-xl-25,
  .font-xl-25-px {
    font-size: 25px !important;
  }
  .text-xl-25-pt,
  .t-xl-25-pt,
  .font-xl-25-pt {
    font-size: 25pt !important;
  }
  .text-xl-26, .text-xl-26-px,
  .t-xl-26,
  .t-xl-26-px,
  .font-xl-26,
  .font-xl-26-px {
    font-size: 26px !important;
  }
  .text-xl-26-pt,
  .t-xl-26-pt,
  .font-xl-26-pt {
    font-size: 26pt !important;
  }
  .text-xl-27, .text-xl-27-px,
  .t-xl-27,
  .t-xl-27-px,
  .font-xl-27,
  .font-xl-27-px {
    font-size: 27px !important;
  }
  .text-xl-27-pt,
  .t-xl-27-pt,
  .font-xl-27-pt {
    font-size: 27pt !important;
  }
  .text-xl-28, .text-xl-28-px,
  .t-xl-28,
  .t-xl-28-px,
  .font-xl-28,
  .font-xl-28-px {
    font-size: 28px !important;
  }
  .text-xl-28-pt,
  .t-xl-28-pt,
  .font-xl-28-pt {
    font-size: 28pt !important;
  }
  .text-xl-29, .text-xl-29-px,
  .t-xl-29,
  .t-xl-29-px,
  .font-xl-29,
  .font-xl-29-px {
    font-size: 29px !important;
  }
  .text-xl-29-pt,
  .t-xl-29-pt,
  .font-xl-29-pt {
    font-size: 29pt !important;
  }
  .text-xl-30, .text-xl-30-px,
  .t-xl-30,
  .t-xl-30-px,
  .font-xl-30,
  .font-xl-30-px {
    font-size: 30px !important;
  }
  .text-xl-30-pt,
  .t-xl-30-pt,
  .font-xl-30-pt {
    font-size: 30pt !important;
  }
  .text-xl-31, .text-xl-31-px,
  .t-xl-31,
  .t-xl-31-px,
  .font-xl-31,
  .font-xl-31-px {
    font-size: 31px !important;
  }
  .text-xl-31-pt,
  .t-xl-31-pt,
  .font-xl-31-pt {
    font-size: 31pt !important;
  }
  .text-xl-32, .text-xl-32-px,
  .t-xl-32,
  .t-xl-32-px,
  .font-xl-32,
  .font-xl-32-px {
    font-size: 32px !important;
  }
  .text-xl-32-pt,
  .t-xl-32-pt,
  .font-xl-32-pt {
    font-size: 32pt !important;
  }
  .text-xl-33, .text-xl-33-px,
  .t-xl-33,
  .t-xl-33-px,
  .font-xl-33,
  .font-xl-33-px {
    font-size: 33px !important;
  }
  .text-xl-33-pt,
  .t-xl-33-pt,
  .font-xl-33-pt {
    font-size: 33pt !important;
  }
  .text-xl-34, .text-xl-34-px,
  .t-xl-34,
  .t-xl-34-px,
  .font-xl-34,
  .font-xl-34-px {
    font-size: 34px !important;
  }
  .text-xl-34-pt,
  .t-xl-34-pt,
  .font-xl-34-pt {
    font-size: 34pt !important;
  }
  .text-xl-35, .text-xl-35-px,
  .t-xl-35,
  .t-xl-35-px,
  .font-xl-35,
  .font-xl-35-px {
    font-size: 35px !important;
  }
  .text-xl-35-pt,
  .t-xl-35-pt,
  .font-xl-35-pt {
    font-size: 35pt !important;
  }
  .text-xl-36, .text-xl-36-px,
  .t-xl-36,
  .t-xl-36-px,
  .font-xl-36,
  .font-xl-36-px {
    font-size: 36px !important;
  }
  .text-xl-36-pt,
  .t-xl-36-pt,
  .font-xl-36-pt {
    font-size: 36pt !important;
  }
  .text-xl-37, .text-xl-37-px,
  .t-xl-37,
  .t-xl-37-px,
  .font-xl-37,
  .font-xl-37-px {
    font-size: 37px !important;
  }
  .text-xl-37-pt,
  .t-xl-37-pt,
  .font-xl-37-pt {
    font-size: 37pt !important;
  }
  .text-xl-38, .text-xl-38-px,
  .t-xl-38,
  .t-xl-38-px,
  .font-xl-38,
  .font-xl-38-px {
    font-size: 38px !important;
  }
  .text-xl-38-pt,
  .t-xl-38-pt,
  .font-xl-38-pt {
    font-size: 38pt !important;
  }
  .text-xl-39, .text-xl-39-px,
  .t-xl-39,
  .t-xl-39-px,
  .font-xl-39,
  .font-xl-39-px {
    font-size: 39px !important;
  }
  .text-xl-39-pt,
  .t-xl-39-pt,
  .font-xl-39-pt {
    font-size: 39pt !important;
  }
  .text-xl-40, .text-xl-40-px,
  .t-xl-40,
  .t-xl-40-px,
  .font-xl-40,
  .font-xl-40-px {
    font-size: 40px !important;
  }
  .text-xl-40-pt,
  .t-xl-40-pt,
  .font-xl-40-pt {
    font-size: 40pt !important;
  }
  .text-xl-41, .text-xl-41-px,
  .t-xl-41,
  .t-xl-41-px,
  .font-xl-41,
  .font-xl-41-px {
    font-size: 41px !important;
  }
  .text-xl-41-pt,
  .t-xl-41-pt,
  .font-xl-41-pt {
    font-size: 41pt !important;
  }
  .text-xl-42, .text-xl-42-px,
  .t-xl-42,
  .t-xl-42-px,
  .font-xl-42,
  .font-xl-42-px {
    font-size: 42px !important;
  }
  .text-xl-42-pt,
  .t-xl-42-pt,
  .font-xl-42-pt {
    font-size: 42pt !important;
  }
  .text-xl-43, .text-xl-43-px,
  .t-xl-43,
  .t-xl-43-px,
  .font-xl-43,
  .font-xl-43-px {
    font-size: 43px !important;
  }
  .text-xl-43-pt,
  .t-xl-43-pt,
  .font-xl-43-pt {
    font-size: 43pt !important;
  }
  .text-xl-44, .text-xl-44-px,
  .t-xl-44,
  .t-xl-44-px,
  .font-xl-44,
  .font-xl-44-px {
    font-size: 44px !important;
  }
  .text-xl-44-pt,
  .t-xl-44-pt,
  .font-xl-44-pt {
    font-size: 44pt !important;
  }
  .text-xl-45, .text-xl-45-px,
  .t-xl-45,
  .t-xl-45-px,
  .font-xl-45,
  .font-xl-45-px {
    font-size: 45px !important;
  }
  .text-xl-45-pt,
  .t-xl-45-pt,
  .font-xl-45-pt {
    font-size: 45pt !important;
  }
  .text-xl-46, .text-xl-46-px,
  .t-xl-46,
  .t-xl-46-px,
  .font-xl-46,
  .font-xl-46-px {
    font-size: 46px !important;
  }
  .text-xl-46-pt,
  .t-xl-46-pt,
  .font-xl-46-pt {
    font-size: 46pt !important;
  }
  .text-xl-47, .text-xl-47-px,
  .t-xl-47,
  .t-xl-47-px,
  .font-xl-47,
  .font-xl-47-px {
    font-size: 47px !important;
  }
  .text-xl-47-pt,
  .t-xl-47-pt,
  .font-xl-47-pt {
    font-size: 47pt !important;
  }
  .text-xl-48, .text-xl-48-px,
  .t-xl-48,
  .t-xl-48-px,
  .font-xl-48,
  .font-xl-48-px {
    font-size: 48px !important;
  }
  .text-xl-48-pt,
  .t-xl-48-pt,
  .font-xl-48-pt {
    font-size: 48pt !important;
  }
  .text-xl-49, .text-xl-49-px,
  .t-xl-49,
  .t-xl-49-px,
  .font-xl-49,
  .font-xl-49-px {
    font-size: 49px !important;
  }
  .text-xl-49-pt,
  .t-xl-49-pt,
  .font-xl-49-pt {
    font-size: 49pt !important;
  }
  .text-xl-50, .text-xl-50-px,
  .t-xl-50,
  .t-xl-50-px,
  .font-xl-50,
  .font-xl-50-px {
    font-size: 50px !important;
  }
  .text-xl-50-pt,
  .t-xl-50-pt,
  .font-xl-50-pt {
    font-size: 50pt !important;
  }
  .text-xl-1-rem,
  .t-xl-1-rem,
  .font-xl-1-rem {
    font-size: 1rem !important;
  }
  .text-xl-1-em,
  .t-xl-1-em,
  .font-xl-1-em {
    font-size: 1em !important;
  }
  .text-xl-2-rem,
  .t-xl-2-rem,
  .font-xl-2-rem {
    font-size: 2rem !important;
  }
  .text-xl-2-em,
  .t-xl-2-em,
  .font-xl-2-em {
    font-size: 2em !important;
  }
  .text-xl-3-rem,
  .t-xl-3-rem,
  .font-xl-3-rem {
    font-size: 3rem !important;
  }
  .text-xl-3-em,
  .t-xl-3-em,
  .font-xl-3-em {
    font-size: 3em !important;
  }
  .text-xl-4-rem,
  .t-xl-4-rem,
  .font-xl-4-rem {
    font-size: 4rem !important;
  }
  .text-xl-4-em,
  .t-xl-4-em,
  .font-xl-4-em {
    font-size: 4em !important;
  }
  .text-xl-5-rem,
  .t-xl-5-rem,
  .font-xl-5-rem {
    font-size: 5rem !important;
  }
  .text-xl-5-em,
  .t-xl-5-em,
  .font-xl-5-em {
    font-size: 5em !important;
  }
  .text-xl-6-rem,
  .t-xl-6-rem,
  .font-xl-6-rem {
    font-size: 6rem !important;
  }
  .text-xl-6-em,
  .t-xl-6-em,
  .font-xl-6-em {
    font-size: 6em !important;
  }
  .text-xl-7-rem,
  .t-xl-7-rem,
  .font-xl-7-rem {
    font-size: 7rem !important;
  }
  .text-xl-7-em,
  .t-xl-7-em,
  .font-xl-7-em {
    font-size: 7em !important;
  }
  .text-xl-8-rem,
  .t-xl-8-rem,
  .font-xl-8-rem {
    font-size: 8rem !important;
  }
  .text-xl-8-em,
  .t-xl-8-em,
  .font-xl-8-em {
    font-size: 8em !important;
  }
  .text-xl-9-rem,
  .t-xl-9-rem,
  .font-xl-9-rem {
    font-size: 9rem !important;
  }
  .text-xl-9-em,
  .t-xl-9-em,
  .font-xl-9-em {
    font-size: 9em !important;
  }
  .text-xl-10-rem,
  .t-xl-10-rem,
  .font-xl-10-rem {
    font-size: 10rem !important;
  }
  .text-xl-10-em,
  .t-xl-10-em,
  .font-xl-10-em {
    font-size: 10em !important;
  }
}
@media screen and (min-width: 0) and (max-width: 1000px) {
  /*Headings*/
  .h1-t {
    font-size: xxx-large !important;
  }
  .h2-t {
    font-size: xx-large !important;
  }
  .h3-t {
    font-size: x-large !important;
  }
  .h4-t {
    font-size: large !important;
  }
  .h5-t {
    font-size: medium !important;
  }
  .h6-t {
    font-size: small !important;
  }
  .h7-t {
    font-size: x-small !important;
  }
  .h8-t {
    font-size: xx-small !important;
  }
  .bold-t, .text-t-bold,
  .t-t-bold,
  .font-t-bold {
    font-weight: bold !important;
  }
  .italic-t, .text-t-italic,
  .t-t-italic,
  .font-t-italic {
    font-style: italic !important;
  }
  .normal-t, .text-t-normal,
  .t-t-normal,
  .font-t-normal {
    font-weight: normal !important;
    font-style: normal !important;
  }
  .uppercase-t, .text-t-uppercase,
  .t-t-uppercase,
  .font-t-uppercase {
    text-transform: uppercase !important;
  }
  .lowercase-t, .text-t-lowercase,
  .t-t-lowercase,
  .font-t-lowercase {
    text-transform: lowercase !important;
  }
  .capitalize-t, .text-t-capitalize,
  .t-t-capitalize,
  .font-t-capitalize {
    text-transform: capitalize !important;
  }
  .revert-t, .text-t-revert,
  .t-t-revert,
  .font-t-revert {
    direction: rtl !important;
    unicode-bidi: bidi-override !important;
  }
  .underline-t, .text-t-underline,
  .t-t-underline,
  .font-t-underline {
    text-decoration: underline !important;
  }
  .overline-t, .text-t-overline,
  .t-t-overline,
  .font-t-overline {
    text-decoration: overline !important;
  }
  .noline-t, .text-t-noline,
  .t-t-noline,
  .font-t-noline {
    text-decoration: none !important;
  }
  .line-through-t,
  .del-t, .text-t-line-through, .text-t-del,
  .t-t-line-through,
  .t-t-del,
  .font-t-line-through,
  .font-t-del {
    text-decoration: line-through !important;
  }
  .highlight-t,
  .mark-t, .text-t-highlight, .text-t-mark,
  .t-t-highlight,
  .t-t-mark,
  .font-t-highlight,
  .font-t-mark {
    padding: 0.2em !important;
    background-color: #fcf8e3 !important;
  }
  .quote-t, .text-t-quote,
  .t-t-quote,
  .font-t-quote {
    font-family: "Handlee", sans-serif !important;
    font-weight: bold !important;
  }
  .quote-t-footer, .text-t-quote-footer,
  .t-t-quote-footer,
  .font-t-quote-footer {
    display: block !important;
    font-size: 80% !important;
    color: #6c757d !important;
  }
  .monospace-t, .text-t-monospace,
  .t-t-monospace,
  .font-t-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }
  .lead-t, .text-t-lead,
  .t-t-lead,
  .font-t-lead {
    font-size: 1.25rem !important;
    font-weight: 300 !important;
  }
  .small-t {
    font-size: 85% !important;
  }
  .text-t-center,
  .t-t-center,
  .font-t-center {
    text-align: center !important;
  }
  .text-t-justify,
  .t-t-justify,
  .font-t-justify {
    text-align: justify !important;
  }
  .text-t-right,
  .t-t-right,
  .font-t-right {
    text-align: right !important;
  }
  .text-t-left,
  .t-t-left,
  .font-t-left {
    text-align: left !important;
  }
  .text-t-start,
  .t-t-start,
  .font-t-start {
    text-align: start !important;
  }
  .text-t-end,
  .t-t-end,
  .font-t-end {
    text-align: end !important;
  }
  .text-t-unset,
  .t-t-unset,
  .font-t-unset {
    text-align: unset !important;
  }
  .text-t-tops,
  .t-t-tops,
  .font-t-tops {
    vertical-align: tops !important;
  }
  .text-t-bottom,
  .t-t-bottom,
  .font-t-bottom {
    vertical-align: bottom !important;
  }
  .text-t-middle,
  .t-t-middle,
  .font-t-middle {
    vertical-align: middle !important;
  }
  .text-t-baseline,
  .t-t-baseline,
  .font-t-baseline {
    vertical-align: baseline !important;
  }
  .text-t-text-top,
  .t-t-text-top,
  .font-t-text-top {
    vertical-align: text-top !important;
  }
  .text-t-text-bottom,
  .t-t-text-bottom,
  .font-t-text-bottom {
    vertical-align: text-bottom !important;
  }
  .text-t-light, .text-t-light-hover:hover,
  .t-t-light,
  .t-t-light-hover:hover,
  .font-t-light,
  .font-t-light-hover:hover {
    color: #dee2e6 !important;
  }
  .text-t-secondary, .text-t-secondary-hover:hover,
  .t-t-secondary,
  .t-t-secondary-hover:hover,
  .font-t-secondary,
  .font-t-secondary-hover:hover {
    color: #6c757d !important;
  }
  .text-t-danger, .text-t-danger-hover:hover,
  .t-t-danger,
  .t-t-danger-hover:hover,
  .font-t-danger,
  .font-t-danger-hover:hover {
    color: #dc3545 !important;
  }
  .text-t-success, .text-t-success-hover:hover,
  .t-t-success,
  .t-t-success-hover:hover,
  .font-t-success,
  .font-t-success-hover:hover {
    color: #27e178 !important;
  }
  .text-t-info, .text-t-info-hover:hover,
  .t-t-info,
  .t-t-info-hover:hover,
  .font-t-info,
  .font-t-info-hover:hover {
    color: #279EDA !important;
  }
  .text-t-warning, .text-t-warning-hover:hover,
  .t-t-warning,
  .t-t-warning-hover:hover,
  .font-t-warning,
  .font-t-warning-hover:hover {
    color: #ffc107 !important;
  }
  .text-t-primary, .text-t-primary-hover:hover,
  .t-t-primary,
  .t-t-primary-hover:hover,
  .font-t-primary,
  .font-t-primary-hover:hover {
    color: #34435E !important;
  }
  .text-t-aliceblue, .text-t-aliceblue-hover:hover,
  .t-t-aliceblue,
  .t-t-aliceblue-hover:hover,
  .font-t-aliceblue,
  .font-t-aliceblue-hover:hover {
    color: aliceblue !important;
  }
  .text-t-antiquewhite, .text-t-antiquewhite-hover:hover,
  .t-t-antiquewhite,
  .t-t-antiquewhite-hover:hover,
  .font-t-antiquewhite,
  .font-t-antiquewhite-hover:hover {
    color: antiquewhite !important;
  }
  .text-t-aqua, .text-t-aqua-hover:hover,
  .t-t-aqua,
  .t-t-aqua-hover:hover,
  .font-t-aqua,
  .font-t-aqua-hover:hover {
    color: aqua !important;
  }
  .text-t-aquamarine, .text-t-aquamarine-hover:hover,
  .t-t-aquamarine,
  .t-t-aquamarine-hover:hover,
  .font-t-aquamarine,
  .font-t-aquamarine-hover:hover {
    color: aquamarine !important;
  }
  .text-t-azure, .text-t-azure-hover:hover,
  .t-t-azure,
  .t-t-azure-hover:hover,
  .font-t-azure,
  .font-t-azure-hover:hover {
    color: azure !important;
  }
  .text-t-beige, .text-t-beige-hover:hover,
  .t-t-beige,
  .t-t-beige-hover:hover,
  .font-t-beige,
  .font-t-beige-hover:hover {
    color: beige !important;
  }
  .text-t-bisque, .text-t-bisque-hover:hover,
  .t-t-bisque,
  .t-t-bisque-hover:hover,
  .font-t-bisque,
  .font-t-bisque-hover:hover {
    color: bisque !important;
  }
  .text-t-black, .text-t-black-hover:hover,
  .t-t-black,
  .t-t-black-hover:hover,
  .font-t-black,
  .font-t-black-hover:hover {
    color: black !important;
  }
  .text-t-blanchedalmond, .text-t-blanchedalmond-hover:hover,
  .t-t-blanchedalmond,
  .t-t-blanchedalmond-hover:hover,
  .font-t-blanchedalmond,
  .font-t-blanchedalmond-hover:hover {
    color: blanchedalmond !important;
  }
  .text-t-blue, .text-t-blue-hover:hover,
  .t-t-blue,
  .t-t-blue-hover:hover,
  .font-t-blue,
  .font-t-blue-hover:hover {
    color: blue !important;
  }
  .text-t-blueviolet, .text-t-blueviolet-hover:hover,
  .t-t-blueviolet,
  .t-t-blueviolet-hover:hover,
  .font-t-blueviolet,
  .font-t-blueviolet-hover:hover {
    color: blueviolet !important;
  }
  .text-t-brown, .text-t-brown-hover:hover,
  .t-t-brown,
  .t-t-brown-hover:hover,
  .font-t-brown,
  .font-t-brown-hover:hover {
    color: brown !important;
  }
  .text-t-burlywood, .text-t-burlywood-hover:hover,
  .t-t-burlywood,
  .t-t-burlywood-hover:hover,
  .font-t-burlywood,
  .font-t-burlywood-hover:hover {
    color: burlywood !important;
  }
  .text-t-cadetblue, .text-t-cadetblue-hover:hover,
  .t-t-cadetblue,
  .t-t-cadetblue-hover:hover,
  .font-t-cadetblue,
  .font-t-cadetblue-hover:hover {
    color: cadetblue !important;
  }
  .text-t-chartreuse, .text-t-chartreuse-hover:hover,
  .t-t-chartreuse,
  .t-t-chartreuse-hover:hover,
  .font-t-chartreuse,
  .font-t-chartreuse-hover:hover {
    color: chartreuse !important;
  }
  .text-t-chocolate, .text-t-chocolate-hover:hover,
  .t-t-chocolate,
  .t-t-chocolate-hover:hover,
  .font-t-chocolate,
  .font-t-chocolate-hover:hover {
    color: chocolate !important;
  }
  .text-t-coral, .text-t-coral-hover:hover,
  .t-t-coral,
  .t-t-coral-hover:hover,
  .font-t-coral,
  .font-t-coral-hover:hover {
    color: coral !important;
  }
  .text-t-cornflowerblue, .text-t-cornflowerblue-hover:hover,
  .t-t-cornflowerblue,
  .t-t-cornflowerblue-hover:hover,
  .font-t-cornflowerblue,
  .font-t-cornflowerblue-hover:hover {
    color: cornflowerblue !important;
  }
  .text-t-cornsilk, .text-t-cornsilk-hover:hover,
  .t-t-cornsilk,
  .t-t-cornsilk-hover:hover,
  .font-t-cornsilk,
  .font-t-cornsilk-hover:hover {
    color: cornsilk !important;
  }
  .text-t-crimson, .text-t-crimson-hover:hover,
  .t-t-crimson,
  .t-t-crimson-hover:hover,
  .font-t-crimson,
  .font-t-crimson-hover:hover {
    color: crimson !important;
  }
  .text-t-cyan, .text-t-cyan-hover:hover,
  .t-t-cyan,
  .t-t-cyan-hover:hover,
  .font-t-cyan,
  .font-t-cyan-hover:hover {
    color: cyan !important;
  }
  .text-t-darkblue, .text-t-darkblue-hover:hover,
  .t-t-darkblue,
  .t-t-darkblue-hover:hover,
  .font-t-darkblue,
  .font-t-darkblue-hover:hover {
    color: darkblue !important;
  }
  .text-t-darkcyan, .text-t-darkcyan-hover:hover,
  .t-t-darkcyan,
  .t-t-darkcyan-hover:hover,
  .font-t-darkcyan,
  .font-t-darkcyan-hover:hover {
    color: darkcyan !important;
  }
  .text-t-darkgoldenrod, .text-t-darkgoldenrod-hover:hover,
  .t-t-darkgoldenrod,
  .t-t-darkgoldenrod-hover:hover,
  .font-t-darkgoldenrod,
  .font-t-darkgoldenrod-hover:hover {
    color: darkgoldenrod !important;
  }
  .text-t-darkgray, .text-t-darkgray-hover:hover,
  .t-t-darkgray,
  .t-t-darkgray-hover:hover,
  .font-t-darkgray,
  .font-t-darkgray-hover:hover {
    color: darkgray !important;
  }
  .text-t-darkgreen, .text-t-darkgreen-hover:hover,
  .t-t-darkgreen,
  .t-t-darkgreen-hover:hover,
  .font-t-darkgreen,
  .font-t-darkgreen-hover:hover {
    color: darkgreen !important;
  }
  .text-t-darkkhaki, .text-t-darkkhaki-hover:hover,
  .t-t-darkkhaki,
  .t-t-darkkhaki-hover:hover,
  .font-t-darkkhaki,
  .font-t-darkkhaki-hover:hover {
    color: darkkhaki !important;
  }
  .text-t-darkmagenta, .text-t-darkmagenta-hover:hover,
  .t-t-darkmagenta,
  .t-t-darkmagenta-hover:hover,
  .font-t-darkmagenta,
  .font-t-darkmagenta-hover:hover {
    color: darkmagenta !important;
  }
  .text-t-darkolivegreen, .text-t-darkolivegreen-hover:hover,
  .t-t-darkolivegreen,
  .t-t-darkolivegreen-hover:hover,
  .font-t-darkolivegreen,
  .font-t-darkolivegreen-hover:hover {
    color: darkolivegreen !important;
  }
  .text-t-darkorange, .text-t-darkorange-hover:hover,
  .t-t-darkorange,
  .t-t-darkorange-hover:hover,
  .font-t-darkorange,
  .font-t-darkorange-hover:hover {
    color: darkorange !important;
  }
  .text-t-darkorchid, .text-t-darkorchid-hover:hover,
  .t-t-darkorchid,
  .t-t-darkorchid-hover:hover,
  .font-t-darkorchid,
  .font-t-darkorchid-hover:hover {
    color: darkorchid !important;
  }
  .text-t-darkred, .text-t-darkred-hover:hover,
  .t-t-darkred,
  .t-t-darkred-hover:hover,
  .font-t-darkred,
  .font-t-darkred-hover:hover {
    color: darkred !important;
  }
  .text-t-darksalmon, .text-t-darksalmon-hover:hover,
  .t-t-darksalmon,
  .t-t-darksalmon-hover:hover,
  .font-t-darksalmon,
  .font-t-darksalmon-hover:hover {
    color: darksalmon !important;
  }
  .text-t-darkseagreen, .text-t-darkseagreen-hover:hover,
  .t-t-darkseagreen,
  .t-t-darkseagreen-hover:hover,
  .font-t-darkseagreen,
  .font-t-darkseagreen-hover:hover {
    color: darkseagreen !important;
  }
  .text-t-darkslateblue, .text-t-darkslateblue-hover:hover,
  .t-t-darkslateblue,
  .t-t-darkslateblue-hover:hover,
  .font-t-darkslateblue,
  .font-t-darkslateblue-hover:hover {
    color: darkslateblue !important;
  }
  .text-t-darkslategray, .text-t-darkslategray-hover:hover,
  .t-t-darkslategray,
  .t-t-darkslategray-hover:hover,
  .font-t-darkslategray,
  .font-t-darkslategray-hover:hover {
    color: darkslategray !important;
  }
  .text-t-darkturquoise, .text-t-darkturquoise-hover:hover,
  .t-t-darkturquoise,
  .t-t-darkturquoise-hover:hover,
  .font-t-darkturquoise,
  .font-t-darkturquoise-hover:hover {
    color: darkturquoise !important;
  }
  .text-t-darkviolet, .text-t-darkviolet-hover:hover,
  .t-t-darkviolet,
  .t-t-darkviolet-hover:hover,
  .font-t-darkviolet,
  .font-t-darkviolet-hover:hover {
    color: darkviolet !important;
  }
  .text-t-deeppink, .text-t-deeppink-hover:hover,
  .t-t-deeppink,
  .t-t-deeppink-hover:hover,
  .font-t-deeppink,
  .font-t-deeppink-hover:hover {
    color: deeppink !important;
  }
  .text-t-deepskyblue, .text-t-deepskyblue-hover:hover,
  .t-t-deepskyblue,
  .t-t-deepskyblue-hover:hover,
  .font-t-deepskyblue,
  .font-t-deepskyblue-hover:hover {
    color: deepskyblue !important;
  }
  .text-t-dimgray, .text-t-dimgray-hover:hover,
  .t-t-dimgray,
  .t-t-dimgray-hover:hover,
  .font-t-dimgray,
  .font-t-dimgray-hover:hover {
    color: dimgray !important;
  }
  .text-t-dodgerblue, .text-t-dodgerblue-hover:hover,
  .t-t-dodgerblue,
  .t-t-dodgerblue-hover:hover,
  .font-t-dodgerblue,
  .font-t-dodgerblue-hover:hover {
    color: dodgerblue !important;
  }
  .text-t-firebrick, .text-t-firebrick-hover:hover,
  .t-t-firebrick,
  .t-t-firebrick-hover:hover,
  .font-t-firebrick,
  .font-t-firebrick-hover:hover {
    color: firebrick !important;
  }
  .text-t-floralwhite, .text-t-floralwhite-hover:hover,
  .t-t-floralwhite,
  .t-t-floralwhite-hover:hover,
  .font-t-floralwhite,
  .font-t-floralwhite-hover:hover {
    color: floralwhite !important;
  }
  .text-t-forestgreen, .text-t-forestgreen-hover:hover,
  .t-t-forestgreen,
  .t-t-forestgreen-hover:hover,
  .font-t-forestgreen,
  .font-t-forestgreen-hover:hover {
    color: forestgreen !important;
  }
  .text-t-fuchsia, .text-t-fuchsia-hover:hover,
  .t-t-fuchsia,
  .t-t-fuchsia-hover:hover,
  .font-t-fuchsia,
  .font-t-fuchsia-hover:hover {
    color: fuchsia !important;
  }
  .text-t-gainsboro, .text-t-gainsboro-hover:hover,
  .t-t-gainsboro,
  .t-t-gainsboro-hover:hover,
  .font-t-gainsboro,
  .font-t-gainsboro-hover:hover {
    color: gainsboro !important;
  }
  .text-t-ghostwhite, .text-t-ghostwhite-hover:hover,
  .t-t-ghostwhite,
  .t-t-ghostwhite-hover:hover,
  .font-t-ghostwhite,
  .font-t-ghostwhite-hover:hover {
    color: ghostwhite !important;
  }
  .text-t-gold, .text-t-gold-hover:hover,
  .t-t-gold,
  .t-t-gold-hover:hover,
  .font-t-gold,
  .font-t-gold-hover:hover {
    color: gold !important;
  }
  .text-t-goldenrod, .text-t-goldenrod-hover:hover,
  .t-t-goldenrod,
  .t-t-goldenrod-hover:hover,
  .font-t-goldenrod,
  .font-t-goldenrod-hover:hover {
    color: goldenrod !important;
  }
  .text-t-gray, .text-t-gray-hover:hover,
  .t-t-gray,
  .t-t-gray-hover:hover,
  .font-t-gray,
  .font-t-gray-hover:hover {
    color: gray !important;
  }
  .text-t-grey, .text-t-grey-hover:hover,
  .t-t-grey,
  .t-t-grey-hover:hover,
  .font-t-grey,
  .font-t-grey-hover:hover {
    color: grey !important;
  }
  .text-t-green, .text-t-green-hover:hover,
  .t-t-green,
  .t-t-green-hover:hover,
  .font-t-green,
  .font-t-green-hover:hover {
    color: green !important;
  }
  .text-t-greenyellow, .text-t-greenyellow-hover:hover,
  .t-t-greenyellow,
  .t-t-greenyellow-hover:hover,
  .font-t-greenyellow,
  .font-t-greenyellow-hover:hover {
    color: greenyellow !important;
  }
  .text-t-honeydew, .text-t-honeydew-hover:hover,
  .t-t-honeydew,
  .t-t-honeydew-hover:hover,
  .font-t-honeydew,
  .font-t-honeydew-hover:hover {
    color: honeydew !important;
  }
  .text-t-hotpink, .text-t-hotpink-hover:hover,
  .t-t-hotpink,
  .t-t-hotpink-hover:hover,
  .font-t-hotpink,
  .font-t-hotpink-hover:hover {
    color: hotpink !important;
  }
  .text-t-indianred, .text-t-indianred-hover:hover,
  .t-t-indianred,
  .t-t-indianred-hover:hover,
  .font-t-indianred,
  .font-t-indianred-hover:hover {
    color: indianred !important;
  }
  .text-t-indigo, .text-t-indigo-hover:hover,
  .t-t-indigo,
  .t-t-indigo-hover:hover,
  .font-t-indigo,
  .font-t-indigo-hover:hover {
    color: indigo !important;
  }
  .text-t-ivory, .text-t-ivory-hover:hover,
  .t-t-ivory,
  .t-t-ivory-hover:hover,
  .font-t-ivory,
  .font-t-ivory-hover:hover {
    color: ivory !important;
  }
  .text-t-khaki, .text-t-khaki-hover:hover,
  .t-t-khaki,
  .t-t-khaki-hover:hover,
  .font-t-khaki,
  .font-t-khaki-hover:hover {
    color: khaki !important;
  }
  .text-t-lavender, .text-t-lavender-hover:hover,
  .t-t-lavender,
  .t-t-lavender-hover:hover,
  .font-t-lavender,
  .font-t-lavender-hover:hover {
    color: lavender !important;
  }
  .text-t-lavenderblush, .text-t-lavenderblush-hover:hover,
  .t-t-lavenderblush,
  .t-t-lavenderblush-hover:hover,
  .font-t-lavenderblush,
  .font-t-lavenderblush-hover:hover {
    color: lavenderblush !important;
  }
  .text-t-lawngreen, .text-t-lawngreen-hover:hover,
  .t-t-lawngreen,
  .t-t-lawngreen-hover:hover,
  .font-t-lawngreen,
  .font-t-lawngreen-hover:hover {
    color: lawngreen !important;
  }
  .text-t-lemonchiffon, .text-t-lemonchiffon-hover:hover,
  .t-t-lemonchiffon,
  .t-t-lemonchiffon-hover:hover,
  .font-t-lemonchiffon,
  .font-t-lemonchiffon-hover:hover {
    color: lemonchiffon !important;
  }
  .text-t-lightblue, .text-t-lightblue-hover:hover,
  .t-t-lightblue,
  .t-t-lightblue-hover:hover,
  .font-t-lightblue,
  .font-t-lightblue-hover:hover {
    color: lightblue !important;
  }
  .text-t-lightcoral, .text-t-lightcoral-hover:hover,
  .t-t-lightcoral,
  .t-t-lightcoral-hover:hover,
  .font-t-lightcoral,
  .font-t-lightcoral-hover:hover {
    color: lightcoral !important;
  }
  .text-t-lightcyan, .text-t-lightcyan-hover:hover,
  .t-t-lightcyan,
  .t-t-lightcyan-hover:hover,
  .font-t-lightcyan,
  .font-t-lightcyan-hover:hover {
    color: lightcyan !important;
  }
  .text-t-lightgoldenrodyellow, .text-t-lightgoldenrodyellow-hover:hover,
  .t-t-lightgoldenrodyellow,
  .t-t-lightgoldenrodyellow-hover:hover,
  .font-t-lightgoldenrodyellow,
  .font-t-lightgoldenrodyellow-hover:hover {
    color: lightgoldenrodyellow !important;
  }
  .text-t-lightgrey, .text-t-lightgrey-hover:hover,
  .t-t-lightgrey,
  .t-t-lightgrey-hover:hover,
  .font-t-lightgrey,
  .font-t-lightgrey-hover:hover {
    color: lightgrey !important;
  }
  .text-t-lightgreen, .text-t-lightgreen-hover:hover,
  .t-t-lightgreen,
  .t-t-lightgreen-hover:hover,
  .font-t-lightgreen,
  .font-t-lightgreen-hover:hover {
    color: lightgreen !important;
  }
  .text-t-lightpink, .text-t-lightpink-hover:hover,
  .t-t-lightpink,
  .t-t-lightpink-hover:hover,
  .font-t-lightpink,
  .font-t-lightpink-hover:hover {
    color: lightpink !important;
  }
  .text-t-lightsalmon, .text-t-lightsalmon-hover:hover,
  .t-t-lightsalmon,
  .t-t-lightsalmon-hover:hover,
  .font-t-lightsalmon,
  .font-t-lightsalmon-hover:hover {
    color: lightsalmon !important;
  }
  .text-t-lightseagreen, .text-t-lightseagreen-hover:hover,
  .t-t-lightseagreen,
  .t-t-lightseagreen-hover:hover,
  .font-t-lightseagreen,
  .font-t-lightseagreen-hover:hover {
    color: lightseagreen !important;
  }
  .text-t-lightskyblue, .text-t-lightskyblue-hover:hover,
  .t-t-lightskyblue,
  .t-t-lightskyblue-hover:hover,
  .font-t-lightskyblue,
  .font-t-lightskyblue-hover:hover {
    color: lightskyblue !important;
  }
  .text-t-lightslategray, .text-t-lightslategray-hover:hover,
  .t-t-lightslategray,
  .t-t-lightslategray-hover:hover,
  .font-t-lightslategray,
  .font-t-lightslategray-hover:hover {
    color: lightslategray !important;
  }
  .text-t-lightsteelblue, .text-t-lightsteelblue-hover:hover,
  .t-t-lightsteelblue,
  .t-t-lightsteelblue-hover:hover,
  .font-t-lightsteelblue,
  .font-t-lightsteelblue-hover:hover {
    color: lightsteelblue !important;
  }
  .text-t-lightyellow, .text-t-lightyellow-hover:hover,
  .t-t-lightyellow,
  .t-t-lightyellow-hover:hover,
  .font-t-lightyellow,
  .font-t-lightyellow-hover:hover {
    color: lightyellow !important;
  }
  .text-t-lime, .text-t-lime-hover:hover,
  .t-t-lime,
  .t-t-lime-hover:hover,
  .font-t-lime,
  .font-t-lime-hover:hover {
    color: lime !important;
  }
  .text-t-limegreen, .text-t-limegreen-hover:hover,
  .t-t-limegreen,
  .t-t-limegreen-hover:hover,
  .font-t-limegreen,
  .font-t-limegreen-hover:hover {
    color: limegreen !important;
  }
  .text-t-linen, .text-t-linen-hover:hover,
  .t-t-linen,
  .t-t-linen-hover:hover,
  .font-t-linen,
  .font-t-linen-hover:hover {
    color: linen !important;
  }
  .text-t-magenta, .text-t-magenta-hover:hover,
  .t-t-magenta,
  .t-t-magenta-hover:hover,
  .font-t-magenta,
  .font-t-magenta-hover:hover {
    color: magenta !important;
  }
  .text-t-maroon, .text-t-maroon-hover:hover,
  .t-t-maroon,
  .t-t-maroon-hover:hover,
  .font-t-maroon,
  .font-t-maroon-hover:hover {
    color: maroon !important;
  }
  .text-t-mediumaquamarine, .text-t-mediumaquamarine-hover:hover,
  .t-t-mediumaquamarine,
  .t-t-mediumaquamarine-hover:hover,
  .font-t-mediumaquamarine,
  .font-t-mediumaquamarine-hover:hover {
    color: mediumaquamarine !important;
  }
  .text-t-mediumblue, .text-t-mediumblue-hover:hover,
  .t-t-mediumblue,
  .t-t-mediumblue-hover:hover,
  .font-t-mediumblue,
  .font-t-mediumblue-hover:hover {
    color: mediumblue !important;
  }
  .text-t-mediumorchid, .text-t-mediumorchid-hover:hover,
  .t-t-mediumorchid,
  .t-t-mediumorchid-hover:hover,
  .font-t-mediumorchid,
  .font-t-mediumorchid-hover:hover {
    color: mediumorchid !important;
  }
  .text-t-mediumpurple, .text-t-mediumpurple-hover:hover,
  .t-t-mediumpurple,
  .t-t-mediumpurple-hover:hover,
  .font-t-mediumpurple,
  .font-t-mediumpurple-hover:hover {
    color: mediumpurple !important;
  }
  .text-t-mediumseagreen, .text-t-mediumseagreen-hover:hover,
  .t-t-mediumseagreen,
  .t-t-mediumseagreen-hover:hover,
  .font-t-mediumseagreen,
  .font-t-mediumseagreen-hover:hover {
    color: mediumseagreen !important;
  }
  .text-t-mediumslateblue, .text-t-mediumslateblue-hover:hover,
  .t-t-mediumslateblue,
  .t-t-mediumslateblue-hover:hover,
  .font-t-mediumslateblue,
  .font-t-mediumslateblue-hover:hover {
    color: mediumslateblue !important;
  }
  .text-t-mediumspringgreen, .text-t-mediumspringgreen-hover:hover,
  .t-t-mediumspringgreen,
  .t-t-mediumspringgreen-hover:hover,
  .font-t-mediumspringgreen,
  .font-t-mediumspringgreen-hover:hover {
    color: mediumspringgreen !important;
  }
  .text-t-mediumturquoise, .text-t-mediumturquoise-hover:hover,
  .t-t-mediumturquoise,
  .t-t-mediumturquoise-hover:hover,
  .font-t-mediumturquoise,
  .font-t-mediumturquoise-hover:hover {
    color: mediumturquoise !important;
  }
  .text-t-mediumvioletred, .text-t-mediumvioletred-hover:hover,
  .t-t-mediumvioletred,
  .t-t-mediumvioletred-hover:hover,
  .font-t-mediumvioletred,
  .font-t-mediumvioletred-hover:hover {
    color: mediumvioletred !important;
  }
  .text-t-midnightblue, .text-t-midnightblue-hover:hover,
  .t-t-midnightblue,
  .t-t-midnightblue-hover:hover,
  .font-t-midnightblue,
  .font-t-midnightblue-hover:hover {
    color: midnightblue !important;
  }
  .text-t-mintcream, .text-t-mintcream-hover:hover,
  .t-t-mintcream,
  .t-t-mintcream-hover:hover,
  .font-t-mintcream,
  .font-t-mintcream-hover:hover {
    color: mintcream !important;
  }
  .text-t-mistyrose, .text-t-mistyrose-hover:hover,
  .t-t-mistyrose,
  .t-t-mistyrose-hover:hover,
  .font-t-mistyrose,
  .font-t-mistyrose-hover:hover {
    color: mistyrose !important;
  }
  .text-t-moccasin, .text-t-moccasin-hover:hover,
  .t-t-moccasin,
  .t-t-moccasin-hover:hover,
  .font-t-moccasin,
  .font-t-moccasin-hover:hover {
    color: moccasin !important;
  }
  .text-t-navajowhite, .text-t-navajowhite-hover:hover,
  .t-t-navajowhite,
  .t-t-navajowhite-hover:hover,
  .font-t-navajowhite,
  .font-t-navajowhite-hover:hover {
    color: navajowhite !important;
  }
  .text-t-navy, .text-t-navy-hover:hover,
  .t-t-navy,
  .t-t-navy-hover:hover,
  .font-t-navy,
  .font-t-navy-hover:hover {
    color: navy !important;
  }
  .text-t-oldlace, .text-t-oldlace-hover:hover,
  .t-t-oldlace,
  .t-t-oldlace-hover:hover,
  .font-t-oldlace,
  .font-t-oldlace-hover:hover {
    color: oldlace !important;
  }
  .text-t-olive, .text-t-olive-hover:hover,
  .t-t-olive,
  .t-t-olive-hover:hover,
  .font-t-olive,
  .font-t-olive-hover:hover {
    color: olive !important;
  }
  .text-t-olivedrab, .text-t-olivedrab-hover:hover,
  .t-t-olivedrab,
  .t-t-olivedrab-hover:hover,
  .font-t-olivedrab,
  .font-t-olivedrab-hover:hover {
    color: olivedrab !important;
  }
  .text-t-orange, .text-t-orange-hover:hover,
  .t-t-orange,
  .t-t-orange-hover:hover,
  .font-t-orange,
  .font-t-orange-hover:hover {
    color: orange !important;
  }
  .text-t-orangered, .text-t-orangered-hover:hover,
  .t-t-orangered,
  .t-t-orangered-hover:hover,
  .font-t-orangered,
  .font-t-orangered-hover:hover {
    color: orangered !important;
  }
  .text-t-orchid, .text-t-orchid-hover:hover,
  .t-t-orchid,
  .t-t-orchid-hover:hover,
  .font-t-orchid,
  .font-t-orchid-hover:hover {
    color: orchid !important;
  }
  .text-t-palegoldenrod, .text-t-palegoldenrod-hover:hover,
  .t-t-palegoldenrod,
  .t-t-palegoldenrod-hover:hover,
  .font-t-palegoldenrod,
  .font-t-palegoldenrod-hover:hover {
    color: palegoldenrod !important;
  }
  .text-t-palegreen, .text-t-palegreen-hover:hover,
  .t-t-palegreen,
  .t-t-palegreen-hover:hover,
  .font-t-palegreen,
  .font-t-palegreen-hover:hover {
    color: palegreen !important;
  }
  .text-t-paleturquoise, .text-t-paleturquoise-hover:hover,
  .t-t-paleturquoise,
  .t-t-paleturquoise-hover:hover,
  .font-t-paleturquoise,
  .font-t-paleturquoise-hover:hover {
    color: paleturquoise !important;
  }
  .text-t-palevioletred, .text-t-palevioletred-hover:hover,
  .t-t-palevioletred,
  .t-t-palevioletred-hover:hover,
  .font-t-palevioletred,
  .font-t-palevioletred-hover:hover {
    color: palevioletred !important;
  }
  .text-t-papayawhip, .text-t-papayawhip-hover:hover,
  .t-t-papayawhip,
  .t-t-papayawhip-hover:hover,
  .font-t-papayawhip,
  .font-t-papayawhip-hover:hover {
    color: papayawhip !important;
  }
  .text-t-peachpuff, .text-t-peachpuff-hover:hover,
  .t-t-peachpuff,
  .t-t-peachpuff-hover:hover,
  .font-t-peachpuff,
  .font-t-peachpuff-hover:hover {
    color: peachpuff !important;
  }
  .text-t-peru, .text-t-peru-hover:hover,
  .t-t-peru,
  .t-t-peru-hover:hover,
  .font-t-peru,
  .font-t-peru-hover:hover {
    color: peru !important;
  }
  .text-t-pink, .text-t-pink-hover:hover,
  .t-t-pink,
  .t-t-pink-hover:hover,
  .font-t-pink,
  .font-t-pink-hover:hover {
    color: pink !important;
  }
  .text-t-plum, .text-t-plum-hover:hover,
  .t-t-plum,
  .t-t-plum-hover:hover,
  .font-t-plum,
  .font-t-plum-hover:hover {
    color: plum !important;
  }
  .text-t-powderblue, .text-t-powderblue-hover:hover,
  .t-t-powderblue,
  .t-t-powderblue-hover:hover,
  .font-t-powderblue,
  .font-t-powderblue-hover:hover {
    color: powderblue !important;
  }
  .text-t-purple, .text-t-purple-hover:hover,
  .t-t-purple,
  .t-t-purple-hover:hover,
  .font-t-purple,
  .font-t-purple-hover:hover {
    color: purple !important;
  }
  .text-t-red, .text-t-red-hover:hover,
  .t-t-red,
  .t-t-red-hover:hover,
  .font-t-red,
  .font-t-red-hover:hover {
    color: red !important;
  }
  .text-t-rosybrown, .text-t-rosybrown-hover:hover,
  .t-t-rosybrown,
  .t-t-rosybrown-hover:hover,
  .font-t-rosybrown,
  .font-t-rosybrown-hover:hover {
    color: rosybrown !important;
  }
  .text-t-royalblue, .text-t-royalblue-hover:hover,
  .t-t-royalblue,
  .t-t-royalblue-hover:hover,
  .font-t-royalblue,
  .font-t-royalblue-hover:hover {
    color: royalblue !important;
  }
  .text-t-saddlebrown, .text-t-saddlebrown-hover:hover,
  .t-t-saddlebrown,
  .t-t-saddlebrown-hover:hover,
  .font-t-saddlebrown,
  .font-t-saddlebrown-hover:hover {
    color: saddlebrown !important;
  }
  .text-t-salmon, .text-t-salmon-hover:hover,
  .t-t-salmon,
  .t-t-salmon-hover:hover,
  .font-t-salmon,
  .font-t-salmon-hover:hover {
    color: salmon !important;
  }
  .text-t-sandybrown, .text-t-sandybrown-hover:hover,
  .t-t-sandybrown,
  .t-t-sandybrown-hover:hover,
  .font-t-sandybrown,
  .font-t-sandybrown-hover:hover {
    color: sandybrown !important;
  }
  .text-t-seagreen, .text-t-seagreen-hover:hover,
  .t-t-seagreen,
  .t-t-seagreen-hover:hover,
  .font-t-seagreen,
  .font-t-seagreen-hover:hover {
    color: seagreen !important;
  }
  .text-t-seashell, .text-t-seashell-hover:hover,
  .t-t-seashell,
  .t-t-seashell-hover:hover,
  .font-t-seashell,
  .font-t-seashell-hover:hover {
    color: seashell !important;
  }
  .text-t-sienna, .text-t-sienna-hover:hover,
  .t-t-sienna,
  .t-t-sienna-hover:hover,
  .font-t-sienna,
  .font-t-sienna-hover:hover {
    color: sienna !important;
  }
  .text-t-silver, .text-t-silver-hover:hover,
  .t-t-silver,
  .t-t-silver-hover:hover,
  .font-t-silver,
  .font-t-silver-hover:hover {
    color: silver !important;
  }
  .text-t-skyblue, .text-t-skyblue-hover:hover,
  .t-t-skyblue,
  .t-t-skyblue-hover:hover,
  .font-t-skyblue,
  .font-t-skyblue-hover:hover {
    color: skyblue !important;
  }
  .text-t-slateblue, .text-t-slateblue-hover:hover,
  .t-t-slateblue,
  .t-t-slateblue-hover:hover,
  .font-t-slateblue,
  .font-t-slateblue-hover:hover {
    color: slateblue !important;
  }
  .text-t-slategray, .text-t-slategray-hover:hover,
  .t-t-slategray,
  .t-t-slategray-hover:hover,
  .font-t-slategray,
  .font-t-slategray-hover:hover {
    color: slategray !important;
  }
  .text-t-snow, .text-t-snow-hover:hover,
  .t-t-snow,
  .t-t-snow-hover:hover,
  .font-t-snow,
  .font-t-snow-hover:hover {
    color: snow !important;
  }
  .text-t-springgreen, .text-t-springgreen-hover:hover,
  .t-t-springgreen,
  .t-t-springgreen-hover:hover,
  .font-t-springgreen,
  .font-t-springgreen-hover:hover {
    color: springgreen !important;
  }
  .text-t-steelblue, .text-t-steelblue-hover:hover,
  .t-t-steelblue,
  .t-t-steelblue-hover:hover,
  .font-t-steelblue,
  .font-t-steelblue-hover:hover {
    color: steelblue !important;
  }
  .text-t-tan, .text-t-tan-hover:hover,
  .t-t-tan,
  .t-t-tan-hover:hover,
  .font-t-tan,
  .font-t-tan-hover:hover {
    color: tan !important;
  }
  .text-t-teal, .text-t-teal-hover:hover,
  .t-t-teal,
  .t-t-teal-hover:hover,
  .font-t-teal,
  .font-t-teal-hover:hover {
    color: teal !important;
  }
  .text-t-thistle, .text-t-thistle-hover:hover,
  .t-t-thistle,
  .t-t-thistle-hover:hover,
  .font-t-thistle,
  .font-t-thistle-hover:hover {
    color: thistle !important;
  }
  .text-t-tomato, .text-t-tomato-hover:hover,
  .t-t-tomato,
  .t-t-tomato-hover:hover,
  .font-t-tomato,
  .font-t-tomato-hover:hover {
    color: tomato !important;
  }
  .text-t-turquoise, .text-t-turquoise-hover:hover,
  .t-t-turquoise,
  .t-t-turquoise-hover:hover,
  .font-t-turquoise,
  .font-t-turquoise-hover:hover {
    color: turquoise !important;
  }
  .text-t-violet, .text-t-violet-hover:hover,
  .t-t-violet,
  .t-t-violet-hover:hover,
  .font-t-violet,
  .font-t-violet-hover:hover {
    color: violet !important;
  }
  .text-t-wheat, .text-t-wheat-hover:hover,
  .t-t-wheat,
  .t-t-wheat-hover:hover,
  .font-t-wheat,
  .font-t-wheat-hover:hover {
    color: wheat !important;
  }
  .text-t-white, .text-t-white-hover:hover,
  .t-t-white,
  .t-t-white-hover:hover,
  .font-t-white,
  .font-t-white-hover:hover {
    color: white !important;
  }
  .text-t-whitesmoke, .text-t-whitesmoke-hover:hover,
  .t-t-whitesmoke,
  .t-t-whitesmoke-hover:hover,
  .font-t-whitesmoke,
  .font-t-whitesmoke-hover:hover {
    color: whitesmoke !important;
  }
  .text-t-yellow, .text-t-yellow-hover:hover,
  .t-t-yellow,
  .t-t-yellow-hover:hover,
  .font-t-yellow,
  .font-t-yellow-hover:hover {
    color: yellow !important;
  }
  .text-t-yellowgreen, .text-t-yellowgreen-hover:hover,
  .t-t-yellowgreen,
  .t-t-yellowgreen-hover:hover,
  .font-t-yellowgreen,
  .font-t-yellowgreen-hover:hover {
    color: yellowgreen !important;
  }
  .text-t-medium,
  .t-t-medium,
  .font-t-medium {
    font-size: medium !important;
  }
  .text-t-xx-small,
  .t-t-xx-small,
  .font-t-xx-small {
    font-size: xx-small !important;
  }
  .text-t-x-small,
  .t-t-x-small,
  .font-t-x-small {
    font-size: x-small !important;
  }
  .text-t-small,
  .t-t-small,
  .font-t-small {
    font-size: small !important;
  }
  .text-t-large,
  .t-t-large,
  .font-t-large {
    font-size: large !important;
  }
  .text-t-x-large,
  .t-t-x-large,
  .font-t-x-large {
    font-size: x-large !important;
  }
  .text-t-xx-large,
  .t-t-xx-large,
  .font-t-xx-large {
    font-size: xx-large !important;
  }
  .text-t-smaller,
  .t-t-smaller,
  .font-t-smaller {
    font-size: smaller !important;
  }
  .text-t-larger,
  .t-t-larger,
  .font-t-larger {
    font-size: larger !important;
  }
  .text-t-initial,
  .t-t-initial,
  .font-t-initial {
    font-size: initial !important;
  }
  .text-t-inherit,
  .t-t-inherit,
  .font-t-inherit {
    font-size: inherit !important;
  }
  .text-t-1, .text-t-1-px,
  .t-t-1,
  .t-t-1-px,
  .font-t-1,
  .font-t-1-px {
    font-size: 1px !important;
  }
  .text-t-1-pt,
  .t-t-1-pt,
  .font-t-1-pt {
    font-size: 1pt !important;
  }
  .text-t-2, .text-t-2-px,
  .t-t-2,
  .t-t-2-px,
  .font-t-2,
  .font-t-2-px {
    font-size: 2px !important;
  }
  .text-t-2-pt,
  .t-t-2-pt,
  .font-t-2-pt {
    font-size: 2pt !important;
  }
  .text-t-3, .text-t-3-px,
  .t-t-3,
  .t-t-3-px,
  .font-t-3,
  .font-t-3-px {
    font-size: 3px !important;
  }
  .text-t-3-pt,
  .t-t-3-pt,
  .font-t-3-pt {
    font-size: 3pt !important;
  }
  .text-t-4, .text-t-4-px,
  .t-t-4,
  .t-t-4-px,
  .font-t-4,
  .font-t-4-px {
    font-size: 4px !important;
  }
  .text-t-4-pt,
  .t-t-4-pt,
  .font-t-4-pt {
    font-size: 4pt !important;
  }
  .text-t-5, .text-t-5-px,
  .t-t-5,
  .t-t-5-px,
  .font-t-5,
  .font-t-5-px {
    font-size: 5px !important;
  }
  .text-t-5-pt,
  .t-t-5-pt,
  .font-t-5-pt {
    font-size: 5pt !important;
  }
  .text-t-6, .text-t-6-px,
  .t-t-6,
  .t-t-6-px,
  .font-t-6,
  .font-t-6-px {
    font-size: 6px !important;
  }
  .text-t-6-pt,
  .t-t-6-pt,
  .font-t-6-pt {
    font-size: 6pt !important;
  }
  .text-t-7, .text-t-7-px,
  .t-t-7,
  .t-t-7-px,
  .font-t-7,
  .font-t-7-px {
    font-size: 7px !important;
  }
  .text-t-7-pt,
  .t-t-7-pt,
  .font-t-7-pt {
    font-size: 7pt !important;
  }
  .text-t-8, .text-t-8-px,
  .t-t-8,
  .t-t-8-px,
  .font-t-8,
  .font-t-8-px {
    font-size: 8px !important;
  }
  .text-t-8-pt,
  .t-t-8-pt,
  .font-t-8-pt {
    font-size: 8pt !important;
  }
  .text-t-9, .text-t-9-px,
  .t-t-9,
  .t-t-9-px,
  .font-t-9,
  .font-t-9-px {
    font-size: 9px !important;
  }
  .text-t-9-pt,
  .t-t-9-pt,
  .font-t-9-pt {
    font-size: 9pt !important;
  }
  .text-t-10, .text-t-10-px,
  .t-t-10,
  .t-t-10-px,
  .font-t-10,
  .font-t-10-px {
    font-size: 10px !important;
  }
  .text-t-10-pt,
  .t-t-10-pt,
  .font-t-10-pt {
    font-size: 10pt !important;
  }
  .text-t-11, .text-t-11-px,
  .t-t-11,
  .t-t-11-px,
  .font-t-11,
  .font-t-11-px {
    font-size: 11px !important;
  }
  .text-t-11-pt,
  .t-t-11-pt,
  .font-t-11-pt {
    font-size: 11pt !important;
  }
  .text-t-12, .text-t-12-px,
  .t-t-12,
  .t-t-12-px,
  .font-t-12,
  .font-t-12-px {
    font-size: 12px !important;
  }
  .text-t-12-pt,
  .t-t-12-pt,
  .font-t-12-pt {
    font-size: 12pt !important;
  }
  .text-t-13, .text-t-13-px,
  .t-t-13,
  .t-t-13-px,
  .font-t-13,
  .font-t-13-px {
    font-size: 13px !important;
  }
  .text-t-13-pt,
  .t-t-13-pt,
  .font-t-13-pt {
    font-size: 13pt !important;
  }
  .text-t-14, .text-t-14-px,
  .t-t-14,
  .t-t-14-px,
  .font-t-14,
  .font-t-14-px {
    font-size: 14px !important;
  }
  .text-t-14-pt,
  .t-t-14-pt,
  .font-t-14-pt {
    font-size: 14pt !important;
  }
  .text-t-15, .text-t-15-px,
  .t-t-15,
  .t-t-15-px,
  .font-t-15,
  .font-t-15-px {
    font-size: 15px !important;
  }
  .text-t-15-pt,
  .t-t-15-pt,
  .font-t-15-pt {
    font-size: 15pt !important;
  }
  .text-t-16, .text-t-16-px,
  .t-t-16,
  .t-t-16-px,
  .font-t-16,
  .font-t-16-px {
    font-size: 16px !important;
  }
  .text-t-16-pt,
  .t-t-16-pt,
  .font-t-16-pt {
    font-size: 16pt !important;
  }
  .text-t-17, .text-t-17-px,
  .t-t-17,
  .t-t-17-px,
  .font-t-17,
  .font-t-17-px {
    font-size: 17px !important;
  }
  .text-t-17-pt,
  .t-t-17-pt,
  .font-t-17-pt {
    font-size: 17pt !important;
  }
  .text-t-18, .text-t-18-px,
  .t-t-18,
  .t-t-18-px,
  .font-t-18,
  .font-t-18-px {
    font-size: 18px !important;
  }
  .text-t-18-pt,
  .t-t-18-pt,
  .font-t-18-pt {
    font-size: 18pt !important;
  }
  .text-t-19, .text-t-19-px,
  .t-t-19,
  .t-t-19-px,
  .font-t-19,
  .font-t-19-px {
    font-size: 19px !important;
  }
  .text-t-19-pt,
  .t-t-19-pt,
  .font-t-19-pt {
    font-size: 19pt !important;
  }
  .text-t-20, .text-t-20-px,
  .t-t-20,
  .t-t-20-px,
  .font-t-20,
  .font-t-20-px {
    font-size: 20px !important;
  }
  .text-t-20-pt,
  .t-t-20-pt,
  .font-t-20-pt {
    font-size: 20pt !important;
  }
  .text-t-21, .text-t-21-px,
  .t-t-21,
  .t-t-21-px,
  .font-t-21,
  .font-t-21-px {
    font-size: 21px !important;
  }
  .text-t-21-pt,
  .t-t-21-pt,
  .font-t-21-pt {
    font-size: 21pt !important;
  }
  .text-t-22, .text-t-22-px,
  .t-t-22,
  .t-t-22-px,
  .font-t-22,
  .font-t-22-px {
    font-size: 22px !important;
  }
  .text-t-22-pt,
  .t-t-22-pt,
  .font-t-22-pt {
    font-size: 22pt !important;
  }
  .text-t-23, .text-t-23-px,
  .t-t-23,
  .t-t-23-px,
  .font-t-23,
  .font-t-23-px {
    font-size: 23px !important;
  }
  .text-t-23-pt,
  .t-t-23-pt,
  .font-t-23-pt {
    font-size: 23pt !important;
  }
  .text-t-24, .text-t-24-px,
  .t-t-24,
  .t-t-24-px,
  .font-t-24,
  .font-t-24-px {
    font-size: 24px !important;
  }
  .text-t-24-pt,
  .t-t-24-pt,
  .font-t-24-pt {
    font-size: 24pt !important;
  }
  .text-t-25, .text-t-25-px,
  .t-t-25,
  .t-t-25-px,
  .font-t-25,
  .font-t-25-px {
    font-size: 25px !important;
  }
  .text-t-25-pt,
  .t-t-25-pt,
  .font-t-25-pt {
    font-size: 25pt !important;
  }
  .text-t-26, .text-t-26-px,
  .t-t-26,
  .t-t-26-px,
  .font-t-26,
  .font-t-26-px {
    font-size: 26px !important;
  }
  .text-t-26-pt,
  .t-t-26-pt,
  .font-t-26-pt {
    font-size: 26pt !important;
  }
  .text-t-27, .text-t-27-px,
  .t-t-27,
  .t-t-27-px,
  .font-t-27,
  .font-t-27-px {
    font-size: 27px !important;
  }
  .text-t-27-pt,
  .t-t-27-pt,
  .font-t-27-pt {
    font-size: 27pt !important;
  }
  .text-t-28, .text-t-28-px,
  .t-t-28,
  .t-t-28-px,
  .font-t-28,
  .font-t-28-px {
    font-size: 28px !important;
  }
  .text-t-28-pt,
  .t-t-28-pt,
  .font-t-28-pt {
    font-size: 28pt !important;
  }
  .text-t-29, .text-t-29-px,
  .t-t-29,
  .t-t-29-px,
  .font-t-29,
  .font-t-29-px {
    font-size: 29px !important;
  }
  .text-t-29-pt,
  .t-t-29-pt,
  .font-t-29-pt {
    font-size: 29pt !important;
  }
  .text-t-30, .text-t-30-px,
  .t-t-30,
  .t-t-30-px,
  .font-t-30,
  .font-t-30-px {
    font-size: 30px !important;
  }
  .text-t-30-pt,
  .t-t-30-pt,
  .font-t-30-pt {
    font-size: 30pt !important;
  }
  .text-t-31, .text-t-31-px,
  .t-t-31,
  .t-t-31-px,
  .font-t-31,
  .font-t-31-px {
    font-size: 31px !important;
  }
  .text-t-31-pt,
  .t-t-31-pt,
  .font-t-31-pt {
    font-size: 31pt !important;
  }
  .text-t-32, .text-t-32-px,
  .t-t-32,
  .t-t-32-px,
  .font-t-32,
  .font-t-32-px {
    font-size: 32px !important;
  }
  .text-t-32-pt,
  .t-t-32-pt,
  .font-t-32-pt {
    font-size: 32pt !important;
  }
  .text-t-33, .text-t-33-px,
  .t-t-33,
  .t-t-33-px,
  .font-t-33,
  .font-t-33-px {
    font-size: 33px !important;
  }
  .text-t-33-pt,
  .t-t-33-pt,
  .font-t-33-pt {
    font-size: 33pt !important;
  }
  .text-t-34, .text-t-34-px,
  .t-t-34,
  .t-t-34-px,
  .font-t-34,
  .font-t-34-px {
    font-size: 34px !important;
  }
  .text-t-34-pt,
  .t-t-34-pt,
  .font-t-34-pt {
    font-size: 34pt !important;
  }
  .text-t-35, .text-t-35-px,
  .t-t-35,
  .t-t-35-px,
  .font-t-35,
  .font-t-35-px {
    font-size: 35px !important;
  }
  .text-t-35-pt,
  .t-t-35-pt,
  .font-t-35-pt {
    font-size: 35pt !important;
  }
  .text-t-36, .text-t-36-px,
  .t-t-36,
  .t-t-36-px,
  .font-t-36,
  .font-t-36-px {
    font-size: 36px !important;
  }
  .text-t-36-pt,
  .t-t-36-pt,
  .font-t-36-pt {
    font-size: 36pt !important;
  }
  .text-t-37, .text-t-37-px,
  .t-t-37,
  .t-t-37-px,
  .font-t-37,
  .font-t-37-px {
    font-size: 37px !important;
  }
  .text-t-37-pt,
  .t-t-37-pt,
  .font-t-37-pt {
    font-size: 37pt !important;
  }
  .text-t-38, .text-t-38-px,
  .t-t-38,
  .t-t-38-px,
  .font-t-38,
  .font-t-38-px {
    font-size: 38px !important;
  }
  .text-t-38-pt,
  .t-t-38-pt,
  .font-t-38-pt {
    font-size: 38pt !important;
  }
  .text-t-39, .text-t-39-px,
  .t-t-39,
  .t-t-39-px,
  .font-t-39,
  .font-t-39-px {
    font-size: 39px !important;
  }
  .text-t-39-pt,
  .t-t-39-pt,
  .font-t-39-pt {
    font-size: 39pt !important;
  }
  .text-t-40, .text-t-40-px,
  .t-t-40,
  .t-t-40-px,
  .font-t-40,
  .font-t-40-px {
    font-size: 40px !important;
  }
  .text-t-40-pt,
  .t-t-40-pt,
  .font-t-40-pt {
    font-size: 40pt !important;
  }
  .text-t-41, .text-t-41-px,
  .t-t-41,
  .t-t-41-px,
  .font-t-41,
  .font-t-41-px {
    font-size: 41px !important;
  }
  .text-t-41-pt,
  .t-t-41-pt,
  .font-t-41-pt {
    font-size: 41pt !important;
  }
  .text-t-42, .text-t-42-px,
  .t-t-42,
  .t-t-42-px,
  .font-t-42,
  .font-t-42-px {
    font-size: 42px !important;
  }
  .text-t-42-pt,
  .t-t-42-pt,
  .font-t-42-pt {
    font-size: 42pt !important;
  }
  .text-t-43, .text-t-43-px,
  .t-t-43,
  .t-t-43-px,
  .font-t-43,
  .font-t-43-px {
    font-size: 43px !important;
  }
  .text-t-43-pt,
  .t-t-43-pt,
  .font-t-43-pt {
    font-size: 43pt !important;
  }
  .text-t-44, .text-t-44-px,
  .t-t-44,
  .t-t-44-px,
  .font-t-44,
  .font-t-44-px {
    font-size: 44px !important;
  }
  .text-t-44-pt,
  .t-t-44-pt,
  .font-t-44-pt {
    font-size: 44pt !important;
  }
  .text-t-45, .text-t-45-px,
  .t-t-45,
  .t-t-45-px,
  .font-t-45,
  .font-t-45-px {
    font-size: 45px !important;
  }
  .text-t-45-pt,
  .t-t-45-pt,
  .font-t-45-pt {
    font-size: 45pt !important;
  }
  .text-t-46, .text-t-46-px,
  .t-t-46,
  .t-t-46-px,
  .font-t-46,
  .font-t-46-px {
    font-size: 46px !important;
  }
  .text-t-46-pt,
  .t-t-46-pt,
  .font-t-46-pt {
    font-size: 46pt !important;
  }
  .text-t-47, .text-t-47-px,
  .t-t-47,
  .t-t-47-px,
  .font-t-47,
  .font-t-47-px {
    font-size: 47px !important;
  }
  .text-t-47-pt,
  .t-t-47-pt,
  .font-t-47-pt {
    font-size: 47pt !important;
  }
  .text-t-48, .text-t-48-px,
  .t-t-48,
  .t-t-48-px,
  .font-t-48,
  .font-t-48-px {
    font-size: 48px !important;
  }
  .text-t-48-pt,
  .t-t-48-pt,
  .font-t-48-pt {
    font-size: 48pt !important;
  }
  .text-t-49, .text-t-49-px,
  .t-t-49,
  .t-t-49-px,
  .font-t-49,
  .font-t-49-px {
    font-size: 49px !important;
  }
  .text-t-49-pt,
  .t-t-49-pt,
  .font-t-49-pt {
    font-size: 49pt !important;
  }
  .text-t-50, .text-t-50-px,
  .t-t-50,
  .t-t-50-px,
  .font-t-50,
  .font-t-50-px {
    font-size: 50px !important;
  }
  .text-t-50-pt,
  .t-t-50-pt,
  .font-t-50-pt {
    font-size: 50pt !important;
  }
  .text-t-1-rem,
  .t-t-1-rem,
  .font-t-1-rem {
    font-size: 1rem !important;
  }
  .text-t-1-em,
  .t-t-1-em,
  .font-t-1-em {
    font-size: 1em !important;
  }
  .text-t-2-rem,
  .t-t-2-rem,
  .font-t-2-rem {
    font-size: 2rem !important;
  }
  .text-t-2-em,
  .t-t-2-em,
  .font-t-2-em {
    font-size: 2em !important;
  }
  .text-t-3-rem,
  .t-t-3-rem,
  .font-t-3-rem {
    font-size: 3rem !important;
  }
  .text-t-3-em,
  .t-t-3-em,
  .font-t-3-em {
    font-size: 3em !important;
  }
  .text-t-4-rem,
  .t-t-4-rem,
  .font-t-4-rem {
    font-size: 4rem !important;
  }
  .text-t-4-em,
  .t-t-4-em,
  .font-t-4-em {
    font-size: 4em !important;
  }
  .text-t-5-rem,
  .t-t-5-rem,
  .font-t-5-rem {
    font-size: 5rem !important;
  }
  .text-t-5-em,
  .t-t-5-em,
  .font-t-5-em {
    font-size: 5em !important;
  }
  .text-t-6-rem,
  .t-t-6-rem,
  .font-t-6-rem {
    font-size: 6rem !important;
  }
  .text-t-6-em,
  .t-t-6-em,
  .font-t-6-em {
    font-size: 6em !important;
  }
  .text-t-7-rem,
  .t-t-7-rem,
  .font-t-7-rem {
    font-size: 7rem !important;
  }
  .text-t-7-em,
  .t-t-7-em,
  .font-t-7-em {
    font-size: 7em !important;
  }
  .text-t-8-rem,
  .t-t-8-rem,
  .font-t-8-rem {
    font-size: 8rem !important;
  }
  .text-t-8-em,
  .t-t-8-em,
  .font-t-8-em {
    font-size: 8em !important;
  }
  .text-t-9-rem,
  .t-t-9-rem,
  .font-t-9-rem {
    font-size: 9rem !important;
  }
  .text-t-9-em,
  .t-t-9-em,
  .font-t-9-em {
    font-size: 9em !important;
  }
  .text-t-10-rem,
  .t-t-10-rem,
  .font-t-10-rem {
    font-size: 10rem !important;
  }
  .text-t-10-em,
  .t-t-10-em,
  .font-t-10-em {
    font-size: 10em !important;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  /*Headings*/
  .h1-m {
    font-size: xxx-large !important;
  }
  .h2-m {
    font-size: xx-large !important;
  }
  .h3-m {
    font-size: x-large !important;
  }
  .h4-m {
    font-size: large !important;
  }
  .h5-m {
    font-size: medium !important;
  }
  .h6-m {
    font-size: small !important;
  }
  .h7-m {
    font-size: x-small !important;
  }
  .h8-m {
    font-size: xx-small !important;
  }
  .bold-m, .text-m-bold,
  .t-m-bold,
  .font-m-bold {
    font-weight: bold !important;
  }
  .italic-m, .text-m-italic,
  .t-m-italic,
  .font-m-italic {
    font-style: italic !important;
  }
  .normal-m, .text-m-normal,
  .t-m-normal,
  .font-m-normal {
    font-weight: normal !important;
    font-style: normal !important;
  }
  .uppercase-m, .text-m-uppercase,
  .t-m-uppercase,
  .font-m-uppercase {
    text-transform: uppercase !important;
  }
  .lowercase-m, .text-m-lowercase,
  .t-m-lowercase,
  .font-m-lowercase {
    text-transform: lowercase !important;
  }
  .capitalize-m, .text-m-capitalize,
  .t-m-capitalize,
  .font-m-capitalize {
    text-transform: capitalize !important;
  }
  .revert-m, .text-m-revert,
  .t-m-revert,
  .font-m-revert {
    direction: rtl !important;
    unicode-bidi: bidi-override !important;
  }
  .underline-m, .text-m-underline,
  .t-m-underline,
  .font-m-underline {
    text-decoration: underline !important;
  }
  .overline-m, .text-m-overline,
  .t-m-overline,
  .font-m-overline {
    text-decoration: overline !important;
  }
  .noline-m, .text-m-noline,
  .t-m-noline,
  .font-m-noline {
    text-decoration: none !important;
  }
  .line-through-m,
  .del-m, .text-m-line-through, .text-m-del,
  .t-m-line-through,
  .t-m-del,
  .font-m-line-through,
  .font-m-del {
    text-decoration: line-through !important;
  }
  .highlight-m,
  .mark-m, .text-m-highlight, .text-m-mark,
  .t-m-highlight,
  .t-m-mark,
  .font-m-highlight,
  .font-m-mark {
    padding: 0.2em !important;
    background-color: #fcf8e3 !important;
  }
  .quote-m, .text-m-quote,
  .t-m-quote,
  .font-m-quote {
    font-family: "Handlee", sans-serif !important;
    font-weight: bold !important;
  }
  .quote-m-footer, .text-m-quote-footer,
  .t-m-quote-footer,
  .font-m-quote-footer {
    display: block !important;
    font-size: 80% !important;
    color: #6c757d !important;
  }
  .monospace-m, .text-m-monospace,
  .t-m-monospace,
  .font-m-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }
  .lead-m, .text-m-lead,
  .t-m-lead,
  .font-m-lead {
    font-size: 1.25rem !important;
    font-weight: 300 !important;
  }
  .small-m {
    font-size: 85% !important;
  }
  .text-m-center,
  .t-m-center,
  .font-m-center {
    text-align: center !important;
  }
  .text-m-justify,
  .t-m-justify,
  .font-m-justify {
    text-align: justify !important;
  }
  .text-m-right,
  .t-m-right,
  .font-m-right {
    text-align: right !important;
  }
  .text-m-left,
  .t-m-left,
  .font-m-left {
    text-align: left !important;
  }
  .text-m-start,
  .t-m-start,
  .font-m-start {
    text-align: start !important;
  }
  .text-m-end,
  .t-m-end,
  .font-m-end {
    text-align: end !important;
  }
  .text-m-unset,
  .t-m-unset,
  .font-m-unset {
    text-align: unset !important;
  }
  .text-m-tops,
  .t-m-tops,
  .font-m-tops {
    vertical-align: tops !important;
  }
  .text-m-bottom,
  .t-m-bottom,
  .font-m-bottom {
    vertical-align: bottom !important;
  }
  .text-m-middle,
  .t-m-middle,
  .font-m-middle {
    vertical-align: middle !important;
  }
  .text-m-baseline,
  .t-m-baseline,
  .font-m-baseline {
    vertical-align: baseline !important;
  }
  .text-m-text-top,
  .t-m-text-top,
  .font-m-text-top {
    vertical-align: text-top !important;
  }
  .text-m-text-bottom,
  .t-m-text-bottom,
  .font-m-text-bottom {
    vertical-align: text-bottom !important;
  }
  .text-m-light, .text-m-light-hover:hover,
  .t-m-light,
  .t-m-light-hover:hover,
  .font-m-light,
  .font-m-light-hover:hover {
    color: #dee2e6 !important;
  }
  .text-m-secondary, .text-m-secondary-hover:hover,
  .t-m-secondary,
  .t-m-secondary-hover:hover,
  .font-m-secondary,
  .font-m-secondary-hover:hover {
    color: #6c757d !important;
  }
  .text-m-danger, .text-m-danger-hover:hover,
  .t-m-danger,
  .t-m-danger-hover:hover,
  .font-m-danger,
  .font-m-danger-hover:hover {
    color: #dc3545 !important;
  }
  .text-m-success, .text-m-success-hover:hover,
  .t-m-success,
  .t-m-success-hover:hover,
  .font-m-success,
  .font-m-success-hover:hover {
    color: #27e178 !important;
  }
  .text-m-info, .text-m-info-hover:hover,
  .t-m-info,
  .t-m-info-hover:hover,
  .font-m-info,
  .font-m-info-hover:hover {
    color: #279EDA !important;
  }
  .text-m-warning, .text-m-warning-hover:hover,
  .t-m-warning,
  .t-m-warning-hover:hover,
  .font-m-warning,
  .font-m-warning-hover:hover {
    color: #ffc107 !important;
  }
  .text-m-primary, .text-m-primary-hover:hover,
  .t-m-primary,
  .t-m-primary-hover:hover,
  .font-m-primary,
  .font-m-primary-hover:hover {
    color: #34435E !important;
  }
  .text-m-aliceblue, .text-m-aliceblue-hover:hover,
  .t-m-aliceblue,
  .t-m-aliceblue-hover:hover,
  .font-m-aliceblue,
  .font-m-aliceblue-hover:hover {
    color: aliceblue !important;
  }
  .text-m-antiquewhite, .text-m-antiquewhite-hover:hover,
  .t-m-antiquewhite,
  .t-m-antiquewhite-hover:hover,
  .font-m-antiquewhite,
  .font-m-antiquewhite-hover:hover {
    color: antiquewhite !important;
  }
  .text-m-aqua, .text-m-aqua-hover:hover,
  .t-m-aqua,
  .t-m-aqua-hover:hover,
  .font-m-aqua,
  .font-m-aqua-hover:hover {
    color: aqua !important;
  }
  .text-m-aquamarine, .text-m-aquamarine-hover:hover,
  .t-m-aquamarine,
  .t-m-aquamarine-hover:hover,
  .font-m-aquamarine,
  .font-m-aquamarine-hover:hover {
    color: aquamarine !important;
  }
  .text-m-azure, .text-m-azure-hover:hover,
  .t-m-azure,
  .t-m-azure-hover:hover,
  .font-m-azure,
  .font-m-azure-hover:hover {
    color: azure !important;
  }
  .text-m-beige, .text-m-beige-hover:hover,
  .t-m-beige,
  .t-m-beige-hover:hover,
  .font-m-beige,
  .font-m-beige-hover:hover {
    color: beige !important;
  }
  .text-m-bisque, .text-m-bisque-hover:hover,
  .t-m-bisque,
  .t-m-bisque-hover:hover,
  .font-m-bisque,
  .font-m-bisque-hover:hover {
    color: bisque !important;
  }
  .text-m-black, .text-m-black-hover:hover,
  .t-m-black,
  .t-m-black-hover:hover,
  .font-m-black,
  .font-m-black-hover:hover {
    color: black !important;
  }
  .text-m-blanchedalmond, .text-m-blanchedalmond-hover:hover,
  .t-m-blanchedalmond,
  .t-m-blanchedalmond-hover:hover,
  .font-m-blanchedalmond,
  .font-m-blanchedalmond-hover:hover {
    color: blanchedalmond !important;
  }
  .text-m-blue, .text-m-blue-hover:hover,
  .t-m-blue,
  .t-m-blue-hover:hover,
  .font-m-blue,
  .font-m-blue-hover:hover {
    color: blue !important;
  }
  .text-m-blueviolet, .text-m-blueviolet-hover:hover,
  .t-m-blueviolet,
  .t-m-blueviolet-hover:hover,
  .font-m-blueviolet,
  .font-m-blueviolet-hover:hover {
    color: blueviolet !important;
  }
  .text-m-brown, .text-m-brown-hover:hover,
  .t-m-brown,
  .t-m-brown-hover:hover,
  .font-m-brown,
  .font-m-brown-hover:hover {
    color: brown !important;
  }
  .text-m-burlywood, .text-m-burlywood-hover:hover,
  .t-m-burlywood,
  .t-m-burlywood-hover:hover,
  .font-m-burlywood,
  .font-m-burlywood-hover:hover {
    color: burlywood !important;
  }
  .text-m-cadetblue, .text-m-cadetblue-hover:hover,
  .t-m-cadetblue,
  .t-m-cadetblue-hover:hover,
  .font-m-cadetblue,
  .font-m-cadetblue-hover:hover {
    color: cadetblue !important;
  }
  .text-m-chartreuse, .text-m-chartreuse-hover:hover,
  .t-m-chartreuse,
  .t-m-chartreuse-hover:hover,
  .font-m-chartreuse,
  .font-m-chartreuse-hover:hover {
    color: chartreuse !important;
  }
  .text-m-chocolate, .text-m-chocolate-hover:hover,
  .t-m-chocolate,
  .t-m-chocolate-hover:hover,
  .font-m-chocolate,
  .font-m-chocolate-hover:hover {
    color: chocolate !important;
  }
  .text-m-coral, .text-m-coral-hover:hover,
  .t-m-coral,
  .t-m-coral-hover:hover,
  .font-m-coral,
  .font-m-coral-hover:hover {
    color: coral !important;
  }
  .text-m-cornflowerblue, .text-m-cornflowerblue-hover:hover,
  .t-m-cornflowerblue,
  .t-m-cornflowerblue-hover:hover,
  .font-m-cornflowerblue,
  .font-m-cornflowerblue-hover:hover {
    color: cornflowerblue !important;
  }
  .text-m-cornsilk, .text-m-cornsilk-hover:hover,
  .t-m-cornsilk,
  .t-m-cornsilk-hover:hover,
  .font-m-cornsilk,
  .font-m-cornsilk-hover:hover {
    color: cornsilk !important;
  }
  .text-m-crimson, .text-m-crimson-hover:hover,
  .t-m-crimson,
  .t-m-crimson-hover:hover,
  .font-m-crimson,
  .font-m-crimson-hover:hover {
    color: crimson !important;
  }
  .text-m-cyan, .text-m-cyan-hover:hover,
  .t-m-cyan,
  .t-m-cyan-hover:hover,
  .font-m-cyan,
  .font-m-cyan-hover:hover {
    color: cyan !important;
  }
  .text-m-darkblue, .text-m-darkblue-hover:hover,
  .t-m-darkblue,
  .t-m-darkblue-hover:hover,
  .font-m-darkblue,
  .font-m-darkblue-hover:hover {
    color: darkblue !important;
  }
  .text-m-darkcyan, .text-m-darkcyan-hover:hover,
  .t-m-darkcyan,
  .t-m-darkcyan-hover:hover,
  .font-m-darkcyan,
  .font-m-darkcyan-hover:hover {
    color: darkcyan !important;
  }
  .text-m-darkgoldenrod, .text-m-darkgoldenrod-hover:hover,
  .t-m-darkgoldenrod,
  .t-m-darkgoldenrod-hover:hover,
  .font-m-darkgoldenrod,
  .font-m-darkgoldenrod-hover:hover {
    color: darkgoldenrod !important;
  }
  .text-m-darkgray, .text-m-darkgray-hover:hover,
  .t-m-darkgray,
  .t-m-darkgray-hover:hover,
  .font-m-darkgray,
  .font-m-darkgray-hover:hover {
    color: darkgray !important;
  }
  .text-m-darkgreen, .text-m-darkgreen-hover:hover,
  .t-m-darkgreen,
  .t-m-darkgreen-hover:hover,
  .font-m-darkgreen,
  .font-m-darkgreen-hover:hover {
    color: darkgreen !important;
  }
  .text-m-darkkhaki, .text-m-darkkhaki-hover:hover,
  .t-m-darkkhaki,
  .t-m-darkkhaki-hover:hover,
  .font-m-darkkhaki,
  .font-m-darkkhaki-hover:hover {
    color: darkkhaki !important;
  }
  .text-m-darkmagenta, .text-m-darkmagenta-hover:hover,
  .t-m-darkmagenta,
  .t-m-darkmagenta-hover:hover,
  .font-m-darkmagenta,
  .font-m-darkmagenta-hover:hover {
    color: darkmagenta !important;
  }
  .text-m-darkolivegreen, .text-m-darkolivegreen-hover:hover,
  .t-m-darkolivegreen,
  .t-m-darkolivegreen-hover:hover,
  .font-m-darkolivegreen,
  .font-m-darkolivegreen-hover:hover {
    color: darkolivegreen !important;
  }
  .text-m-darkorange, .text-m-darkorange-hover:hover,
  .t-m-darkorange,
  .t-m-darkorange-hover:hover,
  .font-m-darkorange,
  .font-m-darkorange-hover:hover {
    color: darkorange !important;
  }
  .text-m-darkorchid, .text-m-darkorchid-hover:hover,
  .t-m-darkorchid,
  .t-m-darkorchid-hover:hover,
  .font-m-darkorchid,
  .font-m-darkorchid-hover:hover {
    color: darkorchid !important;
  }
  .text-m-darkred, .text-m-darkred-hover:hover,
  .t-m-darkred,
  .t-m-darkred-hover:hover,
  .font-m-darkred,
  .font-m-darkred-hover:hover {
    color: darkred !important;
  }
  .text-m-darksalmon, .text-m-darksalmon-hover:hover,
  .t-m-darksalmon,
  .t-m-darksalmon-hover:hover,
  .font-m-darksalmon,
  .font-m-darksalmon-hover:hover {
    color: darksalmon !important;
  }
  .text-m-darkseagreen, .text-m-darkseagreen-hover:hover,
  .t-m-darkseagreen,
  .t-m-darkseagreen-hover:hover,
  .font-m-darkseagreen,
  .font-m-darkseagreen-hover:hover {
    color: darkseagreen !important;
  }
  .text-m-darkslateblue, .text-m-darkslateblue-hover:hover,
  .t-m-darkslateblue,
  .t-m-darkslateblue-hover:hover,
  .font-m-darkslateblue,
  .font-m-darkslateblue-hover:hover {
    color: darkslateblue !important;
  }
  .text-m-darkslategray, .text-m-darkslategray-hover:hover,
  .t-m-darkslategray,
  .t-m-darkslategray-hover:hover,
  .font-m-darkslategray,
  .font-m-darkslategray-hover:hover {
    color: darkslategray !important;
  }
  .text-m-darkturquoise, .text-m-darkturquoise-hover:hover,
  .t-m-darkturquoise,
  .t-m-darkturquoise-hover:hover,
  .font-m-darkturquoise,
  .font-m-darkturquoise-hover:hover {
    color: darkturquoise !important;
  }
  .text-m-darkviolet, .text-m-darkviolet-hover:hover,
  .t-m-darkviolet,
  .t-m-darkviolet-hover:hover,
  .font-m-darkviolet,
  .font-m-darkviolet-hover:hover {
    color: darkviolet !important;
  }
  .text-m-deeppink, .text-m-deeppink-hover:hover,
  .t-m-deeppink,
  .t-m-deeppink-hover:hover,
  .font-m-deeppink,
  .font-m-deeppink-hover:hover {
    color: deeppink !important;
  }
  .text-m-deepskyblue, .text-m-deepskyblue-hover:hover,
  .t-m-deepskyblue,
  .t-m-deepskyblue-hover:hover,
  .font-m-deepskyblue,
  .font-m-deepskyblue-hover:hover {
    color: deepskyblue !important;
  }
  .text-m-dimgray, .text-m-dimgray-hover:hover,
  .t-m-dimgray,
  .t-m-dimgray-hover:hover,
  .font-m-dimgray,
  .font-m-dimgray-hover:hover {
    color: dimgray !important;
  }
  .text-m-dodgerblue, .text-m-dodgerblue-hover:hover,
  .t-m-dodgerblue,
  .t-m-dodgerblue-hover:hover,
  .font-m-dodgerblue,
  .font-m-dodgerblue-hover:hover {
    color: dodgerblue !important;
  }
  .text-m-firebrick, .text-m-firebrick-hover:hover,
  .t-m-firebrick,
  .t-m-firebrick-hover:hover,
  .font-m-firebrick,
  .font-m-firebrick-hover:hover {
    color: firebrick !important;
  }
  .text-m-floralwhite, .text-m-floralwhite-hover:hover,
  .t-m-floralwhite,
  .t-m-floralwhite-hover:hover,
  .font-m-floralwhite,
  .font-m-floralwhite-hover:hover {
    color: floralwhite !important;
  }
  .text-m-forestgreen, .text-m-forestgreen-hover:hover,
  .t-m-forestgreen,
  .t-m-forestgreen-hover:hover,
  .font-m-forestgreen,
  .font-m-forestgreen-hover:hover {
    color: forestgreen !important;
  }
  .text-m-fuchsia, .text-m-fuchsia-hover:hover,
  .t-m-fuchsia,
  .t-m-fuchsia-hover:hover,
  .font-m-fuchsia,
  .font-m-fuchsia-hover:hover {
    color: fuchsia !important;
  }
  .text-m-gainsboro, .text-m-gainsboro-hover:hover,
  .t-m-gainsboro,
  .t-m-gainsboro-hover:hover,
  .font-m-gainsboro,
  .font-m-gainsboro-hover:hover {
    color: gainsboro !important;
  }
  .text-m-ghostwhite, .text-m-ghostwhite-hover:hover,
  .t-m-ghostwhite,
  .t-m-ghostwhite-hover:hover,
  .font-m-ghostwhite,
  .font-m-ghostwhite-hover:hover {
    color: ghostwhite !important;
  }
  .text-m-gold, .text-m-gold-hover:hover,
  .t-m-gold,
  .t-m-gold-hover:hover,
  .font-m-gold,
  .font-m-gold-hover:hover {
    color: gold !important;
  }
  .text-m-goldenrod, .text-m-goldenrod-hover:hover,
  .t-m-goldenrod,
  .t-m-goldenrod-hover:hover,
  .font-m-goldenrod,
  .font-m-goldenrod-hover:hover {
    color: goldenrod !important;
  }
  .text-m-gray, .text-m-gray-hover:hover,
  .t-m-gray,
  .t-m-gray-hover:hover,
  .font-m-gray,
  .font-m-gray-hover:hover {
    color: gray !important;
  }
  .text-m-grey, .text-m-grey-hover:hover,
  .t-m-grey,
  .t-m-grey-hover:hover,
  .font-m-grey,
  .font-m-grey-hover:hover {
    color: grey !important;
  }
  .text-m-green, .text-m-green-hover:hover,
  .t-m-green,
  .t-m-green-hover:hover,
  .font-m-green,
  .font-m-green-hover:hover {
    color: green !important;
  }
  .text-m-greenyellow, .text-m-greenyellow-hover:hover,
  .t-m-greenyellow,
  .t-m-greenyellow-hover:hover,
  .font-m-greenyellow,
  .font-m-greenyellow-hover:hover {
    color: greenyellow !important;
  }
  .text-m-honeydew, .text-m-honeydew-hover:hover,
  .t-m-honeydew,
  .t-m-honeydew-hover:hover,
  .font-m-honeydew,
  .font-m-honeydew-hover:hover {
    color: honeydew !important;
  }
  .text-m-hotpink, .text-m-hotpink-hover:hover,
  .t-m-hotpink,
  .t-m-hotpink-hover:hover,
  .font-m-hotpink,
  .font-m-hotpink-hover:hover {
    color: hotpink !important;
  }
  .text-m-indianred, .text-m-indianred-hover:hover,
  .t-m-indianred,
  .t-m-indianred-hover:hover,
  .font-m-indianred,
  .font-m-indianred-hover:hover {
    color: indianred !important;
  }
  .text-m-indigo, .text-m-indigo-hover:hover,
  .t-m-indigo,
  .t-m-indigo-hover:hover,
  .font-m-indigo,
  .font-m-indigo-hover:hover {
    color: indigo !important;
  }
  .text-m-ivory, .text-m-ivory-hover:hover,
  .t-m-ivory,
  .t-m-ivory-hover:hover,
  .font-m-ivory,
  .font-m-ivory-hover:hover {
    color: ivory !important;
  }
  .text-m-khaki, .text-m-khaki-hover:hover,
  .t-m-khaki,
  .t-m-khaki-hover:hover,
  .font-m-khaki,
  .font-m-khaki-hover:hover {
    color: khaki !important;
  }
  .text-m-lavender, .text-m-lavender-hover:hover,
  .t-m-lavender,
  .t-m-lavender-hover:hover,
  .font-m-lavender,
  .font-m-lavender-hover:hover {
    color: lavender !important;
  }
  .text-m-lavenderblush, .text-m-lavenderblush-hover:hover,
  .t-m-lavenderblush,
  .t-m-lavenderblush-hover:hover,
  .font-m-lavenderblush,
  .font-m-lavenderblush-hover:hover {
    color: lavenderblush !important;
  }
  .text-m-lawngreen, .text-m-lawngreen-hover:hover,
  .t-m-lawngreen,
  .t-m-lawngreen-hover:hover,
  .font-m-lawngreen,
  .font-m-lawngreen-hover:hover {
    color: lawngreen !important;
  }
  .text-m-lemonchiffon, .text-m-lemonchiffon-hover:hover,
  .t-m-lemonchiffon,
  .t-m-lemonchiffon-hover:hover,
  .font-m-lemonchiffon,
  .font-m-lemonchiffon-hover:hover {
    color: lemonchiffon !important;
  }
  .text-m-lightblue, .text-m-lightblue-hover:hover,
  .t-m-lightblue,
  .t-m-lightblue-hover:hover,
  .font-m-lightblue,
  .font-m-lightblue-hover:hover {
    color: lightblue !important;
  }
  .text-m-lightcoral, .text-m-lightcoral-hover:hover,
  .t-m-lightcoral,
  .t-m-lightcoral-hover:hover,
  .font-m-lightcoral,
  .font-m-lightcoral-hover:hover {
    color: lightcoral !important;
  }
  .text-m-lightcyan, .text-m-lightcyan-hover:hover,
  .t-m-lightcyan,
  .t-m-lightcyan-hover:hover,
  .font-m-lightcyan,
  .font-m-lightcyan-hover:hover {
    color: lightcyan !important;
  }
  .text-m-lightgoldenrodyellow, .text-m-lightgoldenrodyellow-hover:hover,
  .t-m-lightgoldenrodyellow,
  .t-m-lightgoldenrodyellow-hover:hover,
  .font-m-lightgoldenrodyellow,
  .font-m-lightgoldenrodyellow-hover:hover {
    color: lightgoldenrodyellow !important;
  }
  .text-m-lightgrey, .text-m-lightgrey-hover:hover,
  .t-m-lightgrey,
  .t-m-lightgrey-hover:hover,
  .font-m-lightgrey,
  .font-m-lightgrey-hover:hover {
    color: lightgrey !important;
  }
  .text-m-lightgreen, .text-m-lightgreen-hover:hover,
  .t-m-lightgreen,
  .t-m-lightgreen-hover:hover,
  .font-m-lightgreen,
  .font-m-lightgreen-hover:hover {
    color: lightgreen !important;
  }
  .text-m-lightpink, .text-m-lightpink-hover:hover,
  .t-m-lightpink,
  .t-m-lightpink-hover:hover,
  .font-m-lightpink,
  .font-m-lightpink-hover:hover {
    color: lightpink !important;
  }
  .text-m-lightsalmon, .text-m-lightsalmon-hover:hover,
  .t-m-lightsalmon,
  .t-m-lightsalmon-hover:hover,
  .font-m-lightsalmon,
  .font-m-lightsalmon-hover:hover {
    color: lightsalmon !important;
  }
  .text-m-lightseagreen, .text-m-lightseagreen-hover:hover,
  .t-m-lightseagreen,
  .t-m-lightseagreen-hover:hover,
  .font-m-lightseagreen,
  .font-m-lightseagreen-hover:hover {
    color: lightseagreen !important;
  }
  .text-m-lightskyblue, .text-m-lightskyblue-hover:hover,
  .t-m-lightskyblue,
  .t-m-lightskyblue-hover:hover,
  .font-m-lightskyblue,
  .font-m-lightskyblue-hover:hover {
    color: lightskyblue !important;
  }
  .text-m-lightslategray, .text-m-lightslategray-hover:hover,
  .t-m-lightslategray,
  .t-m-lightslategray-hover:hover,
  .font-m-lightslategray,
  .font-m-lightslategray-hover:hover {
    color: lightslategray !important;
  }
  .text-m-lightsteelblue, .text-m-lightsteelblue-hover:hover,
  .t-m-lightsteelblue,
  .t-m-lightsteelblue-hover:hover,
  .font-m-lightsteelblue,
  .font-m-lightsteelblue-hover:hover {
    color: lightsteelblue !important;
  }
  .text-m-lightyellow, .text-m-lightyellow-hover:hover,
  .t-m-lightyellow,
  .t-m-lightyellow-hover:hover,
  .font-m-lightyellow,
  .font-m-lightyellow-hover:hover {
    color: lightyellow !important;
  }
  .text-m-lime, .text-m-lime-hover:hover,
  .t-m-lime,
  .t-m-lime-hover:hover,
  .font-m-lime,
  .font-m-lime-hover:hover {
    color: lime !important;
  }
  .text-m-limegreen, .text-m-limegreen-hover:hover,
  .t-m-limegreen,
  .t-m-limegreen-hover:hover,
  .font-m-limegreen,
  .font-m-limegreen-hover:hover {
    color: limegreen !important;
  }
  .text-m-linen, .text-m-linen-hover:hover,
  .t-m-linen,
  .t-m-linen-hover:hover,
  .font-m-linen,
  .font-m-linen-hover:hover {
    color: linen !important;
  }
  .text-m-magenta, .text-m-magenta-hover:hover,
  .t-m-magenta,
  .t-m-magenta-hover:hover,
  .font-m-magenta,
  .font-m-magenta-hover:hover {
    color: magenta !important;
  }
  .text-m-maroon, .text-m-maroon-hover:hover,
  .t-m-maroon,
  .t-m-maroon-hover:hover,
  .font-m-maroon,
  .font-m-maroon-hover:hover {
    color: maroon !important;
  }
  .text-m-mediumaquamarine, .text-m-mediumaquamarine-hover:hover,
  .t-m-mediumaquamarine,
  .t-m-mediumaquamarine-hover:hover,
  .font-m-mediumaquamarine,
  .font-m-mediumaquamarine-hover:hover {
    color: mediumaquamarine !important;
  }
  .text-m-mediumblue, .text-m-mediumblue-hover:hover,
  .t-m-mediumblue,
  .t-m-mediumblue-hover:hover,
  .font-m-mediumblue,
  .font-m-mediumblue-hover:hover {
    color: mediumblue !important;
  }
  .text-m-mediumorchid, .text-m-mediumorchid-hover:hover,
  .t-m-mediumorchid,
  .t-m-mediumorchid-hover:hover,
  .font-m-mediumorchid,
  .font-m-mediumorchid-hover:hover {
    color: mediumorchid !important;
  }
  .text-m-mediumpurple, .text-m-mediumpurple-hover:hover,
  .t-m-mediumpurple,
  .t-m-mediumpurple-hover:hover,
  .font-m-mediumpurple,
  .font-m-mediumpurple-hover:hover {
    color: mediumpurple !important;
  }
  .text-m-mediumseagreen, .text-m-mediumseagreen-hover:hover,
  .t-m-mediumseagreen,
  .t-m-mediumseagreen-hover:hover,
  .font-m-mediumseagreen,
  .font-m-mediumseagreen-hover:hover {
    color: mediumseagreen !important;
  }
  .text-m-mediumslateblue, .text-m-mediumslateblue-hover:hover,
  .t-m-mediumslateblue,
  .t-m-mediumslateblue-hover:hover,
  .font-m-mediumslateblue,
  .font-m-mediumslateblue-hover:hover {
    color: mediumslateblue !important;
  }
  .text-m-mediumspringgreen, .text-m-mediumspringgreen-hover:hover,
  .t-m-mediumspringgreen,
  .t-m-mediumspringgreen-hover:hover,
  .font-m-mediumspringgreen,
  .font-m-mediumspringgreen-hover:hover {
    color: mediumspringgreen !important;
  }
  .text-m-mediumturquoise, .text-m-mediumturquoise-hover:hover,
  .t-m-mediumturquoise,
  .t-m-mediumturquoise-hover:hover,
  .font-m-mediumturquoise,
  .font-m-mediumturquoise-hover:hover {
    color: mediumturquoise !important;
  }
  .text-m-mediumvioletred, .text-m-mediumvioletred-hover:hover,
  .t-m-mediumvioletred,
  .t-m-mediumvioletred-hover:hover,
  .font-m-mediumvioletred,
  .font-m-mediumvioletred-hover:hover {
    color: mediumvioletred !important;
  }
  .text-m-midnightblue, .text-m-midnightblue-hover:hover,
  .t-m-midnightblue,
  .t-m-midnightblue-hover:hover,
  .font-m-midnightblue,
  .font-m-midnightblue-hover:hover {
    color: midnightblue !important;
  }
  .text-m-mintcream, .text-m-mintcream-hover:hover,
  .t-m-mintcream,
  .t-m-mintcream-hover:hover,
  .font-m-mintcream,
  .font-m-mintcream-hover:hover {
    color: mintcream !important;
  }
  .text-m-mistyrose, .text-m-mistyrose-hover:hover,
  .t-m-mistyrose,
  .t-m-mistyrose-hover:hover,
  .font-m-mistyrose,
  .font-m-mistyrose-hover:hover {
    color: mistyrose !important;
  }
  .text-m-moccasin, .text-m-moccasin-hover:hover,
  .t-m-moccasin,
  .t-m-moccasin-hover:hover,
  .font-m-moccasin,
  .font-m-moccasin-hover:hover {
    color: moccasin !important;
  }
  .text-m-navajowhite, .text-m-navajowhite-hover:hover,
  .t-m-navajowhite,
  .t-m-navajowhite-hover:hover,
  .font-m-navajowhite,
  .font-m-navajowhite-hover:hover {
    color: navajowhite !important;
  }
  .text-m-navy, .text-m-navy-hover:hover,
  .t-m-navy,
  .t-m-navy-hover:hover,
  .font-m-navy,
  .font-m-navy-hover:hover {
    color: navy !important;
  }
  .text-m-oldlace, .text-m-oldlace-hover:hover,
  .t-m-oldlace,
  .t-m-oldlace-hover:hover,
  .font-m-oldlace,
  .font-m-oldlace-hover:hover {
    color: oldlace !important;
  }
  .text-m-olive, .text-m-olive-hover:hover,
  .t-m-olive,
  .t-m-olive-hover:hover,
  .font-m-olive,
  .font-m-olive-hover:hover {
    color: olive !important;
  }
  .text-m-olivedrab, .text-m-olivedrab-hover:hover,
  .t-m-olivedrab,
  .t-m-olivedrab-hover:hover,
  .font-m-olivedrab,
  .font-m-olivedrab-hover:hover {
    color: olivedrab !important;
  }
  .text-m-orange, .text-m-orange-hover:hover,
  .t-m-orange,
  .t-m-orange-hover:hover,
  .font-m-orange,
  .font-m-orange-hover:hover {
    color: orange !important;
  }
  .text-m-orangered, .text-m-orangered-hover:hover,
  .t-m-orangered,
  .t-m-orangered-hover:hover,
  .font-m-orangered,
  .font-m-orangered-hover:hover {
    color: orangered !important;
  }
  .text-m-orchid, .text-m-orchid-hover:hover,
  .t-m-orchid,
  .t-m-orchid-hover:hover,
  .font-m-orchid,
  .font-m-orchid-hover:hover {
    color: orchid !important;
  }
  .text-m-palegoldenrod, .text-m-palegoldenrod-hover:hover,
  .t-m-palegoldenrod,
  .t-m-palegoldenrod-hover:hover,
  .font-m-palegoldenrod,
  .font-m-palegoldenrod-hover:hover {
    color: palegoldenrod !important;
  }
  .text-m-palegreen, .text-m-palegreen-hover:hover,
  .t-m-palegreen,
  .t-m-palegreen-hover:hover,
  .font-m-palegreen,
  .font-m-palegreen-hover:hover {
    color: palegreen !important;
  }
  .text-m-paleturquoise, .text-m-paleturquoise-hover:hover,
  .t-m-paleturquoise,
  .t-m-paleturquoise-hover:hover,
  .font-m-paleturquoise,
  .font-m-paleturquoise-hover:hover {
    color: paleturquoise !important;
  }
  .text-m-palevioletred, .text-m-palevioletred-hover:hover,
  .t-m-palevioletred,
  .t-m-palevioletred-hover:hover,
  .font-m-palevioletred,
  .font-m-palevioletred-hover:hover {
    color: palevioletred !important;
  }
  .text-m-papayawhip, .text-m-papayawhip-hover:hover,
  .t-m-papayawhip,
  .t-m-papayawhip-hover:hover,
  .font-m-papayawhip,
  .font-m-papayawhip-hover:hover {
    color: papayawhip !important;
  }
  .text-m-peachpuff, .text-m-peachpuff-hover:hover,
  .t-m-peachpuff,
  .t-m-peachpuff-hover:hover,
  .font-m-peachpuff,
  .font-m-peachpuff-hover:hover {
    color: peachpuff !important;
  }
  .text-m-peru, .text-m-peru-hover:hover,
  .t-m-peru,
  .t-m-peru-hover:hover,
  .font-m-peru,
  .font-m-peru-hover:hover {
    color: peru !important;
  }
  .text-m-pink, .text-m-pink-hover:hover,
  .t-m-pink,
  .t-m-pink-hover:hover,
  .font-m-pink,
  .font-m-pink-hover:hover {
    color: pink !important;
  }
  .text-m-plum, .text-m-plum-hover:hover,
  .t-m-plum,
  .t-m-plum-hover:hover,
  .font-m-plum,
  .font-m-plum-hover:hover {
    color: plum !important;
  }
  .text-m-powderblue, .text-m-powderblue-hover:hover,
  .t-m-powderblue,
  .t-m-powderblue-hover:hover,
  .font-m-powderblue,
  .font-m-powderblue-hover:hover {
    color: powderblue !important;
  }
  .text-m-purple, .text-m-purple-hover:hover,
  .t-m-purple,
  .t-m-purple-hover:hover,
  .font-m-purple,
  .font-m-purple-hover:hover {
    color: purple !important;
  }
  .text-m-red, .text-m-red-hover:hover,
  .t-m-red,
  .t-m-red-hover:hover,
  .font-m-red,
  .font-m-red-hover:hover {
    color: red !important;
  }
  .text-m-rosybrown, .text-m-rosybrown-hover:hover,
  .t-m-rosybrown,
  .t-m-rosybrown-hover:hover,
  .font-m-rosybrown,
  .font-m-rosybrown-hover:hover {
    color: rosybrown !important;
  }
  .text-m-royalblue, .text-m-royalblue-hover:hover,
  .t-m-royalblue,
  .t-m-royalblue-hover:hover,
  .font-m-royalblue,
  .font-m-royalblue-hover:hover {
    color: royalblue !important;
  }
  .text-m-saddlebrown, .text-m-saddlebrown-hover:hover,
  .t-m-saddlebrown,
  .t-m-saddlebrown-hover:hover,
  .font-m-saddlebrown,
  .font-m-saddlebrown-hover:hover {
    color: saddlebrown !important;
  }
  .text-m-salmon, .text-m-salmon-hover:hover,
  .t-m-salmon,
  .t-m-salmon-hover:hover,
  .font-m-salmon,
  .font-m-salmon-hover:hover {
    color: salmon !important;
  }
  .text-m-sandybrown, .text-m-sandybrown-hover:hover,
  .t-m-sandybrown,
  .t-m-sandybrown-hover:hover,
  .font-m-sandybrown,
  .font-m-sandybrown-hover:hover {
    color: sandybrown !important;
  }
  .text-m-seagreen, .text-m-seagreen-hover:hover,
  .t-m-seagreen,
  .t-m-seagreen-hover:hover,
  .font-m-seagreen,
  .font-m-seagreen-hover:hover {
    color: seagreen !important;
  }
  .text-m-seashell, .text-m-seashell-hover:hover,
  .t-m-seashell,
  .t-m-seashell-hover:hover,
  .font-m-seashell,
  .font-m-seashell-hover:hover {
    color: seashell !important;
  }
  .text-m-sienna, .text-m-sienna-hover:hover,
  .t-m-sienna,
  .t-m-sienna-hover:hover,
  .font-m-sienna,
  .font-m-sienna-hover:hover {
    color: sienna !important;
  }
  .text-m-silver, .text-m-silver-hover:hover,
  .t-m-silver,
  .t-m-silver-hover:hover,
  .font-m-silver,
  .font-m-silver-hover:hover {
    color: silver !important;
  }
  .text-m-skyblue, .text-m-skyblue-hover:hover,
  .t-m-skyblue,
  .t-m-skyblue-hover:hover,
  .font-m-skyblue,
  .font-m-skyblue-hover:hover {
    color: skyblue !important;
  }
  .text-m-slateblue, .text-m-slateblue-hover:hover,
  .t-m-slateblue,
  .t-m-slateblue-hover:hover,
  .font-m-slateblue,
  .font-m-slateblue-hover:hover {
    color: slateblue !important;
  }
  .text-m-slategray, .text-m-slategray-hover:hover,
  .t-m-slategray,
  .t-m-slategray-hover:hover,
  .font-m-slategray,
  .font-m-slategray-hover:hover {
    color: slategray !important;
  }
  .text-m-snow, .text-m-snow-hover:hover,
  .t-m-snow,
  .t-m-snow-hover:hover,
  .font-m-snow,
  .font-m-snow-hover:hover {
    color: snow !important;
  }
  .text-m-springgreen, .text-m-springgreen-hover:hover,
  .t-m-springgreen,
  .t-m-springgreen-hover:hover,
  .font-m-springgreen,
  .font-m-springgreen-hover:hover {
    color: springgreen !important;
  }
  .text-m-steelblue, .text-m-steelblue-hover:hover,
  .t-m-steelblue,
  .t-m-steelblue-hover:hover,
  .font-m-steelblue,
  .font-m-steelblue-hover:hover {
    color: steelblue !important;
  }
  .text-m-tan, .text-m-tan-hover:hover,
  .t-m-tan,
  .t-m-tan-hover:hover,
  .font-m-tan,
  .font-m-tan-hover:hover {
    color: tan !important;
  }
  .text-m-teal, .text-m-teal-hover:hover,
  .t-m-teal,
  .t-m-teal-hover:hover,
  .font-m-teal,
  .font-m-teal-hover:hover {
    color: teal !important;
  }
  .text-m-thistle, .text-m-thistle-hover:hover,
  .t-m-thistle,
  .t-m-thistle-hover:hover,
  .font-m-thistle,
  .font-m-thistle-hover:hover {
    color: thistle !important;
  }
  .text-m-tomato, .text-m-tomato-hover:hover,
  .t-m-tomato,
  .t-m-tomato-hover:hover,
  .font-m-tomato,
  .font-m-tomato-hover:hover {
    color: tomato !important;
  }
  .text-m-turquoise, .text-m-turquoise-hover:hover,
  .t-m-turquoise,
  .t-m-turquoise-hover:hover,
  .font-m-turquoise,
  .font-m-turquoise-hover:hover {
    color: turquoise !important;
  }
  .text-m-violet, .text-m-violet-hover:hover,
  .t-m-violet,
  .t-m-violet-hover:hover,
  .font-m-violet,
  .font-m-violet-hover:hover {
    color: violet !important;
  }
  .text-m-wheat, .text-m-wheat-hover:hover,
  .t-m-wheat,
  .t-m-wheat-hover:hover,
  .font-m-wheat,
  .font-m-wheat-hover:hover {
    color: wheat !important;
  }
  .text-m-white, .text-m-white-hover:hover,
  .t-m-white,
  .t-m-white-hover:hover,
  .font-m-white,
  .font-m-white-hover:hover {
    color: white !important;
  }
  .text-m-whitesmoke, .text-m-whitesmoke-hover:hover,
  .t-m-whitesmoke,
  .t-m-whitesmoke-hover:hover,
  .font-m-whitesmoke,
  .font-m-whitesmoke-hover:hover {
    color: whitesmoke !important;
  }
  .text-m-yellow, .text-m-yellow-hover:hover,
  .t-m-yellow,
  .t-m-yellow-hover:hover,
  .font-m-yellow,
  .font-m-yellow-hover:hover {
    color: yellow !important;
  }
  .text-m-yellowgreen, .text-m-yellowgreen-hover:hover,
  .t-m-yellowgreen,
  .t-m-yellowgreen-hover:hover,
  .font-m-yellowgreen,
  .font-m-yellowgreen-hover:hover {
    color: yellowgreen !important;
  }
  .text-m-medium,
  .t-m-medium,
  .font-m-medium {
    font-size: medium !important;
  }
  .text-m-xx-small,
  .t-m-xx-small,
  .font-m-xx-small {
    font-size: xx-small !important;
  }
  .text-m-x-small,
  .t-m-x-small,
  .font-m-x-small {
    font-size: x-small !important;
  }
  .text-m-small,
  .t-m-small,
  .font-m-small {
    font-size: small !important;
  }
  .text-m-large,
  .t-m-large,
  .font-m-large {
    font-size: large !important;
  }
  .text-m-x-large,
  .t-m-x-large,
  .font-m-x-large {
    font-size: x-large !important;
  }
  .text-m-xx-large,
  .t-m-xx-large,
  .font-m-xx-large {
    font-size: xx-large !important;
  }
  .text-m-smaller,
  .t-m-smaller,
  .font-m-smaller {
    font-size: smaller !important;
  }
  .text-m-larger,
  .t-m-larger,
  .font-m-larger {
    font-size: larger !important;
  }
  .text-m-initial,
  .t-m-initial,
  .font-m-initial {
    font-size: initial !important;
  }
  .text-m-inherit,
  .t-m-inherit,
  .font-m-inherit {
    font-size: inherit !important;
  }
  .text-m-1, .text-m-1-px,
  .t-m-1,
  .t-m-1-px,
  .font-m-1,
  .font-m-1-px {
    font-size: 1px !important;
  }
  .text-m-1-pt,
  .t-m-1-pt,
  .font-m-1-pt {
    font-size: 1pt !important;
  }
  .text-m-2, .text-m-2-px,
  .t-m-2,
  .t-m-2-px,
  .font-m-2,
  .font-m-2-px {
    font-size: 2px !important;
  }
  .text-m-2-pt,
  .t-m-2-pt,
  .font-m-2-pt {
    font-size: 2pt !important;
  }
  .text-m-3, .text-m-3-px,
  .t-m-3,
  .t-m-3-px,
  .font-m-3,
  .font-m-3-px {
    font-size: 3px !important;
  }
  .text-m-3-pt,
  .t-m-3-pt,
  .font-m-3-pt {
    font-size: 3pt !important;
  }
  .text-m-4, .text-m-4-px,
  .t-m-4,
  .t-m-4-px,
  .font-m-4,
  .font-m-4-px {
    font-size: 4px !important;
  }
  .text-m-4-pt,
  .t-m-4-pt,
  .font-m-4-pt {
    font-size: 4pt !important;
  }
  .text-m-5, .text-m-5-px,
  .t-m-5,
  .t-m-5-px,
  .font-m-5,
  .font-m-5-px {
    font-size: 5px !important;
  }
  .text-m-5-pt,
  .t-m-5-pt,
  .font-m-5-pt {
    font-size: 5pt !important;
  }
  .text-m-6, .text-m-6-px,
  .t-m-6,
  .t-m-6-px,
  .font-m-6,
  .font-m-6-px {
    font-size: 6px !important;
  }
  .text-m-6-pt,
  .t-m-6-pt,
  .font-m-6-pt {
    font-size: 6pt !important;
  }
  .text-m-7, .text-m-7-px,
  .t-m-7,
  .t-m-7-px,
  .font-m-7,
  .font-m-7-px {
    font-size: 7px !important;
  }
  .text-m-7-pt,
  .t-m-7-pt,
  .font-m-7-pt {
    font-size: 7pt !important;
  }
  .text-m-8, .text-m-8-px,
  .t-m-8,
  .t-m-8-px,
  .font-m-8,
  .font-m-8-px {
    font-size: 8px !important;
  }
  .text-m-8-pt,
  .t-m-8-pt,
  .font-m-8-pt {
    font-size: 8pt !important;
  }
  .text-m-9, .text-m-9-px,
  .t-m-9,
  .t-m-9-px,
  .font-m-9,
  .font-m-9-px {
    font-size: 9px !important;
  }
  .text-m-9-pt,
  .t-m-9-pt,
  .font-m-9-pt {
    font-size: 9pt !important;
  }
  .text-m-10, .text-m-10-px,
  .t-m-10,
  .t-m-10-px,
  .font-m-10,
  .font-m-10-px {
    font-size: 10px !important;
  }
  .text-m-10-pt,
  .t-m-10-pt,
  .font-m-10-pt {
    font-size: 10pt !important;
  }
  .text-m-11, .text-m-11-px,
  .t-m-11,
  .t-m-11-px,
  .font-m-11,
  .font-m-11-px {
    font-size: 11px !important;
  }
  .text-m-11-pt,
  .t-m-11-pt,
  .font-m-11-pt {
    font-size: 11pt !important;
  }
  .text-m-12, .text-m-12-px,
  .t-m-12,
  .t-m-12-px,
  .font-m-12,
  .font-m-12-px {
    font-size: 12px !important;
  }
  .text-m-12-pt,
  .t-m-12-pt,
  .font-m-12-pt {
    font-size: 12pt !important;
  }
  .text-m-13, .text-m-13-px,
  .t-m-13,
  .t-m-13-px,
  .font-m-13,
  .font-m-13-px {
    font-size: 13px !important;
  }
  .text-m-13-pt,
  .t-m-13-pt,
  .font-m-13-pt {
    font-size: 13pt !important;
  }
  .text-m-14, .text-m-14-px,
  .t-m-14,
  .t-m-14-px,
  .font-m-14,
  .font-m-14-px {
    font-size: 14px !important;
  }
  .text-m-14-pt,
  .t-m-14-pt,
  .font-m-14-pt {
    font-size: 14pt !important;
  }
  .text-m-15, .text-m-15-px,
  .t-m-15,
  .t-m-15-px,
  .font-m-15,
  .font-m-15-px {
    font-size: 15px !important;
  }
  .text-m-15-pt,
  .t-m-15-pt,
  .font-m-15-pt {
    font-size: 15pt !important;
  }
  .text-m-16, .text-m-16-px,
  .t-m-16,
  .t-m-16-px,
  .font-m-16,
  .font-m-16-px {
    font-size: 16px !important;
  }
  .text-m-16-pt,
  .t-m-16-pt,
  .font-m-16-pt {
    font-size: 16pt !important;
  }
  .text-m-17, .text-m-17-px,
  .t-m-17,
  .t-m-17-px,
  .font-m-17,
  .font-m-17-px {
    font-size: 17px !important;
  }
  .text-m-17-pt,
  .t-m-17-pt,
  .font-m-17-pt {
    font-size: 17pt !important;
  }
  .text-m-18, .text-m-18-px,
  .t-m-18,
  .t-m-18-px,
  .font-m-18,
  .font-m-18-px {
    font-size: 18px !important;
  }
  .text-m-18-pt,
  .t-m-18-pt,
  .font-m-18-pt {
    font-size: 18pt !important;
  }
  .text-m-19, .text-m-19-px,
  .t-m-19,
  .t-m-19-px,
  .font-m-19,
  .font-m-19-px {
    font-size: 19px !important;
  }
  .text-m-19-pt,
  .t-m-19-pt,
  .font-m-19-pt {
    font-size: 19pt !important;
  }
  .text-m-20, .text-m-20-px,
  .t-m-20,
  .t-m-20-px,
  .font-m-20,
  .font-m-20-px {
    font-size: 20px !important;
  }
  .text-m-20-pt,
  .t-m-20-pt,
  .font-m-20-pt {
    font-size: 20pt !important;
  }
  .text-m-21, .text-m-21-px,
  .t-m-21,
  .t-m-21-px,
  .font-m-21,
  .font-m-21-px {
    font-size: 21px !important;
  }
  .text-m-21-pt,
  .t-m-21-pt,
  .font-m-21-pt {
    font-size: 21pt !important;
  }
  .text-m-22, .text-m-22-px,
  .t-m-22,
  .t-m-22-px,
  .font-m-22,
  .font-m-22-px {
    font-size: 22px !important;
  }
  .text-m-22-pt,
  .t-m-22-pt,
  .font-m-22-pt {
    font-size: 22pt !important;
  }
  .text-m-23, .text-m-23-px,
  .t-m-23,
  .t-m-23-px,
  .font-m-23,
  .font-m-23-px {
    font-size: 23px !important;
  }
  .text-m-23-pt,
  .t-m-23-pt,
  .font-m-23-pt {
    font-size: 23pt !important;
  }
  .text-m-24, .text-m-24-px,
  .t-m-24,
  .t-m-24-px,
  .font-m-24,
  .font-m-24-px {
    font-size: 24px !important;
  }
  .text-m-24-pt,
  .t-m-24-pt,
  .font-m-24-pt {
    font-size: 24pt !important;
  }
  .text-m-25, .text-m-25-px,
  .t-m-25,
  .t-m-25-px,
  .font-m-25,
  .font-m-25-px {
    font-size: 25px !important;
  }
  .text-m-25-pt,
  .t-m-25-pt,
  .font-m-25-pt {
    font-size: 25pt !important;
  }
  .text-m-26, .text-m-26-px,
  .t-m-26,
  .t-m-26-px,
  .font-m-26,
  .font-m-26-px {
    font-size: 26px !important;
  }
  .text-m-26-pt,
  .t-m-26-pt,
  .font-m-26-pt {
    font-size: 26pt !important;
  }
  .text-m-27, .text-m-27-px,
  .t-m-27,
  .t-m-27-px,
  .font-m-27,
  .font-m-27-px {
    font-size: 27px !important;
  }
  .text-m-27-pt,
  .t-m-27-pt,
  .font-m-27-pt {
    font-size: 27pt !important;
  }
  .text-m-28, .text-m-28-px,
  .t-m-28,
  .t-m-28-px,
  .font-m-28,
  .font-m-28-px {
    font-size: 28px !important;
  }
  .text-m-28-pt,
  .t-m-28-pt,
  .font-m-28-pt {
    font-size: 28pt !important;
  }
  .text-m-29, .text-m-29-px,
  .t-m-29,
  .t-m-29-px,
  .font-m-29,
  .font-m-29-px {
    font-size: 29px !important;
  }
  .text-m-29-pt,
  .t-m-29-pt,
  .font-m-29-pt {
    font-size: 29pt !important;
  }
  .text-m-30, .text-m-30-px,
  .t-m-30,
  .t-m-30-px,
  .font-m-30,
  .font-m-30-px {
    font-size: 30px !important;
  }
  .text-m-30-pt,
  .t-m-30-pt,
  .font-m-30-pt {
    font-size: 30pt !important;
  }
  .text-m-31, .text-m-31-px,
  .t-m-31,
  .t-m-31-px,
  .font-m-31,
  .font-m-31-px {
    font-size: 31px !important;
  }
  .text-m-31-pt,
  .t-m-31-pt,
  .font-m-31-pt {
    font-size: 31pt !important;
  }
  .text-m-32, .text-m-32-px,
  .t-m-32,
  .t-m-32-px,
  .font-m-32,
  .font-m-32-px {
    font-size: 32px !important;
  }
  .text-m-32-pt,
  .t-m-32-pt,
  .font-m-32-pt {
    font-size: 32pt !important;
  }
  .text-m-33, .text-m-33-px,
  .t-m-33,
  .t-m-33-px,
  .font-m-33,
  .font-m-33-px {
    font-size: 33px !important;
  }
  .text-m-33-pt,
  .t-m-33-pt,
  .font-m-33-pt {
    font-size: 33pt !important;
  }
  .text-m-34, .text-m-34-px,
  .t-m-34,
  .t-m-34-px,
  .font-m-34,
  .font-m-34-px {
    font-size: 34px !important;
  }
  .text-m-34-pt,
  .t-m-34-pt,
  .font-m-34-pt {
    font-size: 34pt !important;
  }
  .text-m-35, .text-m-35-px,
  .t-m-35,
  .t-m-35-px,
  .font-m-35,
  .font-m-35-px {
    font-size: 35px !important;
  }
  .text-m-35-pt,
  .t-m-35-pt,
  .font-m-35-pt {
    font-size: 35pt !important;
  }
  .text-m-36, .text-m-36-px,
  .t-m-36,
  .t-m-36-px,
  .font-m-36,
  .font-m-36-px {
    font-size: 36px !important;
  }
  .text-m-36-pt,
  .t-m-36-pt,
  .font-m-36-pt {
    font-size: 36pt !important;
  }
  .text-m-37, .text-m-37-px,
  .t-m-37,
  .t-m-37-px,
  .font-m-37,
  .font-m-37-px {
    font-size: 37px !important;
  }
  .text-m-37-pt,
  .t-m-37-pt,
  .font-m-37-pt {
    font-size: 37pt !important;
  }
  .text-m-38, .text-m-38-px,
  .t-m-38,
  .t-m-38-px,
  .font-m-38,
  .font-m-38-px {
    font-size: 38px !important;
  }
  .text-m-38-pt,
  .t-m-38-pt,
  .font-m-38-pt {
    font-size: 38pt !important;
  }
  .text-m-39, .text-m-39-px,
  .t-m-39,
  .t-m-39-px,
  .font-m-39,
  .font-m-39-px {
    font-size: 39px !important;
  }
  .text-m-39-pt,
  .t-m-39-pt,
  .font-m-39-pt {
    font-size: 39pt !important;
  }
  .text-m-40, .text-m-40-px,
  .t-m-40,
  .t-m-40-px,
  .font-m-40,
  .font-m-40-px {
    font-size: 40px !important;
  }
  .text-m-40-pt,
  .t-m-40-pt,
  .font-m-40-pt {
    font-size: 40pt !important;
  }
  .text-m-41, .text-m-41-px,
  .t-m-41,
  .t-m-41-px,
  .font-m-41,
  .font-m-41-px {
    font-size: 41px !important;
  }
  .text-m-41-pt,
  .t-m-41-pt,
  .font-m-41-pt {
    font-size: 41pt !important;
  }
  .text-m-42, .text-m-42-px,
  .t-m-42,
  .t-m-42-px,
  .font-m-42,
  .font-m-42-px {
    font-size: 42px !important;
  }
  .text-m-42-pt,
  .t-m-42-pt,
  .font-m-42-pt {
    font-size: 42pt !important;
  }
  .text-m-43, .text-m-43-px,
  .t-m-43,
  .t-m-43-px,
  .font-m-43,
  .font-m-43-px {
    font-size: 43px !important;
  }
  .text-m-43-pt,
  .t-m-43-pt,
  .font-m-43-pt {
    font-size: 43pt !important;
  }
  .text-m-44, .text-m-44-px,
  .t-m-44,
  .t-m-44-px,
  .font-m-44,
  .font-m-44-px {
    font-size: 44px !important;
  }
  .text-m-44-pt,
  .t-m-44-pt,
  .font-m-44-pt {
    font-size: 44pt !important;
  }
  .text-m-45, .text-m-45-px,
  .t-m-45,
  .t-m-45-px,
  .font-m-45,
  .font-m-45-px {
    font-size: 45px !important;
  }
  .text-m-45-pt,
  .t-m-45-pt,
  .font-m-45-pt {
    font-size: 45pt !important;
  }
  .text-m-46, .text-m-46-px,
  .t-m-46,
  .t-m-46-px,
  .font-m-46,
  .font-m-46-px {
    font-size: 46px !important;
  }
  .text-m-46-pt,
  .t-m-46-pt,
  .font-m-46-pt {
    font-size: 46pt !important;
  }
  .text-m-47, .text-m-47-px,
  .t-m-47,
  .t-m-47-px,
  .font-m-47,
  .font-m-47-px {
    font-size: 47px !important;
  }
  .text-m-47-pt,
  .t-m-47-pt,
  .font-m-47-pt {
    font-size: 47pt !important;
  }
  .text-m-48, .text-m-48-px,
  .t-m-48,
  .t-m-48-px,
  .font-m-48,
  .font-m-48-px {
    font-size: 48px !important;
  }
  .text-m-48-pt,
  .t-m-48-pt,
  .font-m-48-pt {
    font-size: 48pt !important;
  }
  .text-m-49, .text-m-49-px,
  .t-m-49,
  .t-m-49-px,
  .font-m-49,
  .font-m-49-px {
    font-size: 49px !important;
  }
  .text-m-49-pt,
  .t-m-49-pt,
  .font-m-49-pt {
    font-size: 49pt !important;
  }
  .text-m-50, .text-m-50-px,
  .t-m-50,
  .t-m-50-px,
  .font-m-50,
  .font-m-50-px {
    font-size: 50px !important;
  }
  .text-m-50-pt,
  .t-m-50-pt,
  .font-m-50-pt {
    font-size: 50pt !important;
  }
  .text-m-1-rem,
  .t-m-1-rem,
  .font-m-1-rem {
    font-size: 1rem !important;
  }
  .text-m-1-em,
  .t-m-1-em,
  .font-m-1-em {
    font-size: 1em !important;
  }
  .text-m-2-rem,
  .t-m-2-rem,
  .font-m-2-rem {
    font-size: 2rem !important;
  }
  .text-m-2-em,
  .t-m-2-em,
  .font-m-2-em {
    font-size: 2em !important;
  }
  .text-m-3-rem,
  .t-m-3-rem,
  .font-m-3-rem {
    font-size: 3rem !important;
  }
  .text-m-3-em,
  .t-m-3-em,
  .font-m-3-em {
    font-size: 3em !important;
  }
  .text-m-4-rem,
  .t-m-4-rem,
  .font-m-4-rem {
    font-size: 4rem !important;
  }
  .text-m-4-em,
  .t-m-4-em,
  .font-m-4-em {
    font-size: 4em !important;
  }
  .text-m-5-rem,
  .t-m-5-rem,
  .font-m-5-rem {
    font-size: 5rem !important;
  }
  .text-m-5-em,
  .t-m-5-em,
  .font-m-5-em {
    font-size: 5em !important;
  }
  .text-m-6-rem,
  .t-m-6-rem,
  .font-m-6-rem {
    font-size: 6rem !important;
  }
  .text-m-6-em,
  .t-m-6-em,
  .font-m-6-em {
    font-size: 6em !important;
  }
  .text-m-7-rem,
  .t-m-7-rem,
  .font-m-7-rem {
    font-size: 7rem !important;
  }
  .text-m-7-em,
  .t-m-7-em,
  .font-m-7-em {
    font-size: 7em !important;
  }
  .text-m-8-rem,
  .t-m-8-rem,
  .font-m-8-rem {
    font-size: 8rem !important;
  }
  .text-m-8-em,
  .t-m-8-em,
  .font-m-8-em {
    font-size: 8em !important;
  }
  .text-m-9-rem,
  .t-m-9-rem,
  .font-m-9-rem {
    font-size: 9rem !important;
  }
  .text-m-9-em,
  .t-m-9-em,
  .font-m-9-em {
    font-size: 9em !important;
  }
  .text-m-10-rem,
  .t-m-10-rem,
  .font-m-10-rem {
    font-size: 10rem !important;
  }
  .text-m-10-em,
  .t-m-10-em,
  .font-m-10-em {
    font-size: 10em !important;
  }
}
/*Components*/
/*Alert*/
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/*Badge*/
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge-light {
  background-color: #dee2e6;
}
.badge-grey {
  background-color: #6c757d;
}
.badge-red {
  background-color: red;
}
.badge-dark-red {
  background-color: #dc3545;
}
.badge-green {
  background-color: #27e178;
}
.badge-blue {
  background-color: #279EDA;
}
.badge-yellow {
  background-color: #ffc107;
}
.badge-fade-blue {
  background-color: #34435E;
}
.badge-transparent {
  background-color: transparent;
}
.badge .round {
  border-radius: 50rem;
}

/*Buttons*/
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-light {
  background-color: #dee2e6 !important;
}
.btn-secondary {
  background-color: #6c757d !important;
}
.btn-danger {
  background-color: #dc3545 !important;
}
.btn-success {
  background-color: #27e178 !important;
}
.btn-info {
  background-color: #279EDA !important;
}
.btn-warning {
  background-color: #ffc107 !important;
}
.btn-primary {
  background-color: #34435E !important;
}
.btn-aliceblue {
  background-color: aliceblue !important;
}
.btn-antiquewhite {
  background-color: antiquewhite !important;
}
.btn-aqua {
  background-color: aqua !important;
}
.btn-aquamarine {
  background-color: aquamarine !important;
}
.btn-azure {
  background-color: azure !important;
}
.btn-beige {
  background-color: beige !important;
}
.btn-bisque {
  background-color: bisque !important;
}
.btn-black {
  background-color: black !important;
}
.btn-blanchedalmond {
  background-color: blanchedalmond !important;
}
.btn-blue {
  background-color: blue !important;
}
.btn-blueviolet {
  background-color: blueviolet !important;
}
.btn-brown {
  background-color: brown !important;
}
.btn-burlywood {
  background-color: burlywood !important;
}
.btn-cadetblue {
  background-color: cadetblue !important;
}
.btn-chartreuse {
  background-color: chartreuse !important;
}
.btn-chocolate {
  background-color: chocolate !important;
}
.btn-coral {
  background-color: coral !important;
}
.btn-cornflowerblue {
  background-color: cornflowerblue !important;
}
.btn-cornsilk {
  background-color: cornsilk !important;
}
.btn-crimson {
  background-color: crimson !important;
}
.btn-cyan {
  background-color: cyan !important;
}
.btn-darkblue {
  background-color: darkblue !important;
}
.btn-darkcyan {
  background-color: darkcyan !important;
}
.btn-darkgoldenrod {
  background-color: darkgoldenrod !important;
}
.btn-darkgray {
  background-color: darkgray !important;
}
.btn-darkgreen {
  background-color: darkgreen !important;
}
.btn-darkkhaki {
  background-color: darkkhaki !important;
}
.btn-darkmagenta {
  background-color: darkmagenta !important;
}
.btn-darkolivegreen {
  background-color: darkolivegreen !important;
}
.btn-darkorange {
  background-color: darkorange !important;
}
.btn-darkorchid {
  background-color: darkorchid !important;
}
.btn-darkred {
  background-color: darkred !important;
}
.btn-darksalmon {
  background-color: darksalmon !important;
}
.btn-darkseagreen {
  background-color: darkseagreen !important;
}
.btn-darkslateblue {
  background-color: darkslateblue !important;
}
.btn-darkslategray {
  background-color: darkslategray !important;
}
.btn-darkturquoise {
  background-color: darkturquoise !important;
}
.btn-darkviolet {
  background-color: darkviolet !important;
}
.btn-deeppink {
  background-color: deeppink !important;
}
.btn-deepskyblue {
  background-color: deepskyblue !important;
}
.btn-dimgray {
  background-color: dimgray !important;
}
.btn-dodgerblue {
  background-color: dodgerblue !important;
}
.btn-firebrick {
  background-color: firebrick !important;
}
.btn-floralwhite {
  background-color: floralwhite !important;
}
.btn-forestgreen {
  background-color: forestgreen !important;
}
.btn-fuchsia {
  background-color: fuchsia !important;
}
.btn-gainsboro {
  background-color: gainsboro !important;
}
.btn-ghostwhite {
  background-color: ghostwhite !important;
}
.btn-gold {
  background-color: gold !important;
}
.btn-goldenrod {
  background-color: goldenrod !important;
}
.btn-gray {
  background-color: gray !important;
}
.btn-grey {
  background-color: grey !important;
}
.btn-green {
  background-color: green !important;
}
.btn-greenyellow {
  background-color: greenyellow !important;
}
.btn-honeydew {
  background-color: honeydew !important;
}
.btn-hotpink {
  background-color: hotpink !important;
}
.btn-indianred {
  background-color: indianred !important;
}
.btn-indigo {
  background-color: indigo !important;
}
.btn-ivory {
  background-color: ivory !important;
}
.btn-khaki {
  background-color: khaki !important;
}
.btn-lavender {
  background-color: lavender !important;
}
.btn-lavenderblush {
  background-color: lavenderblush !important;
}
.btn-lawngreen {
  background-color: lawngreen !important;
}
.btn-lemonchiffon {
  background-color: lemonchiffon !important;
}
.btn-lightblue {
  background-color: lightblue !important;
}
.btn-lightcoral {
  background-color: lightcoral !important;
}
.btn-lightcyan {
  background-color: lightcyan !important;
}
.btn-lightgoldenrodyellow {
  background-color: lightgoldenrodyellow !important;
}
.btn-lightgrey {
  background-color: lightgrey !important;
}
.btn-lightgreen {
  background-color: lightgreen !important;
}
.btn-lightpink {
  background-color: lightpink !important;
}
.btn-lightsalmon {
  background-color: lightsalmon !important;
}
.btn-lightseagreen {
  background-color: lightseagreen !important;
}
.btn-lightskyblue {
  background-color: lightskyblue !important;
}
.btn-lightslategray {
  background-color: lightslategray !important;
}
.btn-lightsteelblue {
  background-color: lightsteelblue !important;
}
.btn-lightyellow {
  background-color: lightyellow !important;
}
.btn-lime {
  background-color: lime !important;
}
.btn-limegreen {
  background-color: limegreen !important;
}
.btn-linen {
  background-color: linen !important;
}
.btn-magenta {
  background-color: magenta !important;
}
.btn-maroon {
  background-color: maroon !important;
}
.btn-mediumaquamarine {
  background-color: mediumaquamarine !important;
}
.btn-mediumblue {
  background-color: mediumblue !important;
}
.btn-mediumorchid {
  background-color: mediumorchid !important;
}
.btn-mediumpurple {
  background-color: mediumpurple !important;
}
.btn-mediumseagreen {
  background-color: mediumseagreen !important;
}
.btn-mediumslateblue {
  background-color: mediumslateblue !important;
}
.btn-mediumspringgreen {
  background-color: mediumspringgreen !important;
}
.btn-mediumturquoise {
  background-color: mediumturquoise !important;
}
.btn-mediumvioletred {
  background-color: mediumvioletred !important;
}
.btn-midnightblue {
  background-color: midnightblue !important;
}
.btn-mintcream {
  background-color: mintcream !important;
}
.btn-mistyrose {
  background-color: mistyrose !important;
}
.btn-moccasin {
  background-color: moccasin !important;
}
.btn-navajowhite {
  background-color: navajowhite !important;
}
.btn-navy {
  background-color: navy !important;
}
.btn-oldlace {
  background-color: oldlace !important;
}
.btn-olive {
  background-color: olive !important;
}
.btn-olivedrab {
  background-color: olivedrab !important;
}
.btn-orange {
  background-color: orange !important;
}
.btn-orangered {
  background-color: orangered !important;
}
.btn-orchid {
  background-color: orchid !important;
}
.btn-palegoldenrod {
  background-color: palegoldenrod !important;
}
.btn-palegreen {
  background-color: palegreen !important;
}
.btn-paleturquoise {
  background-color: paleturquoise !important;
}
.btn-palevioletred {
  background-color: palevioletred !important;
}
.btn-papayawhip {
  background-color: papayawhip !important;
}
.btn-peachpuff {
  background-color: peachpuff !important;
}
.btn-peru {
  background-color: peru !important;
}
.btn-pink {
  background-color: pink !important;
}
.btn-plum {
  background-color: plum !important;
}
.btn-powderblue {
  background-color: powderblue !important;
}
.btn-purple {
  background-color: purple !important;
}
.btn-red {
  background-color: red !important;
}
.btn-rosybrown {
  background-color: rosybrown !important;
}
.btn-royalblue {
  background-color: royalblue !important;
}
.btn-saddlebrown {
  background-color: saddlebrown !important;
}
.btn-salmon {
  background-color: salmon !important;
}
.btn-sandybrown {
  background-color: sandybrown !important;
}
.btn-seagreen {
  background-color: seagreen !important;
}
.btn-seashell {
  background-color: seashell !important;
}
.btn-sienna {
  background-color: sienna !important;
}
.btn-silver {
  background-color: silver !important;
}
.btn-skyblue {
  background-color: skyblue !important;
}
.btn-slateblue {
  background-color: slateblue !important;
}
.btn-slategray {
  background-color: slategray !important;
}
.btn-snow {
  background-color: snow !important;
}
.btn-springgreen {
  background-color: springgreen !important;
}
.btn-steelblue {
  background-color: steelblue !important;
}
.btn-tan {
  background-color: tan !important;
}
.btn-teal {
  background-color: teal !important;
}
.btn-thistle {
  background-color: thistle !important;
}
.btn-tomato {
  background-color: tomato !important;
}
.btn-turquoise {
  background-color: turquoise !important;
}
.btn-violet {
  background-color: violet !important;
}
.btn-wheat {
  background-color: wheat !important;
}
.btn-white {
  background-color: white !important;
}
.btn-whitesmoke {
  background-color: whitesmoke !important;
}
.btn-yellow {
  background-color: yellow !important;
}
.btn-yellowgreen {
  background-color: yellowgreen !important;
}
.btn-outline-light {
  background-color: transparent !important;
  color: #dee2e6 !important;
  border-color: #dee2e6 !important;
}
.btn-outline-grey {
  background-color: transparent !important;
  color: #6c757d !important;
  border-color: #6c757d !important;
}
.btn-outline-red {
  background-color: transparent !important;
  color: red !important;
  border-color: red !important;
}
.btn-outline-dark-red {
  background-color: transparent !important;
  color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.btn-outline-green {
  background-color: transparent !important;
  color: #27e178 !important;
  border-color: #27e178 !important;
}
.btn-outline-blue {
  background-color: transparent !important;
  color: #279EDA !important;
  border-color: #279EDA !important;
}
.btn-outline-yellow {
  background-color: transparent !important;
  color: #ffc107 !important;
  border-color: #ffc107 !important;
}
.btn-outline-fade-blue {
  background-color: transparent !important;
  color: #34435E !important;
  border-color: #34435E !important;
}
.btn-outline-transparent {
  background-color: transparent !important;
  color: transparent !important;
  border-color: transparent !important;
}
.btn-large, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-small, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-smallest, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-disabled,
.btn .disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

/*Cards*/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-bottom: 0;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/*Forms*/
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 576px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select.is-valid, .form-control.is-valid, .custom-select:valid, .form-control:valid {
  border-color: #28a745;
}

.custom-select.is-invalid, .form-control.is-invalid, .custom-select:invalid, .form-control:invalid {
  border-color: #dc3545;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

/*Tables*/
.table {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 1rem !important;
  background-color: transparent !important;
}
.table td,
.table th {
  padding: 0.75rem !important;
  border-top: 1px solid #dee2e6 !important;
}
.table-responsive {
  display: block !important;
  width: 100% !important;
  overflow-x: auto !important;
}
.table-dark {
  color: #fff !important;
  background-color: #212529 !important;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.table-bordered {
  border: 1px solid #dee2e6 !important;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0 !important;
}
.table-small td,
.table-small th {
  padding: 0.3rem !important;
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.1
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hover-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hover-grow:hover, .hover-grow:focus, .hover-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */
.hover-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hover-shrink:hover, .hover-shrink:focus, .hover-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hover-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hover-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hover-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-pulse:hover, .hover-pulse:focus, .hover-pulse:active {
  -webkit-animation-name: hover-pulse;
  animation-name: hover-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hover-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hover-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hover-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-pulse-grow:hover, .hover-pulse-grow:focus, .hover-pulse-grow:active {
  -webkit-animation-name: hover-pulse-grow;
  animation-name: hover-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hover-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hover-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hover-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-pulse-shrink:hover, .hover-pulse-shrink:focus, .hover-pulse-shrink:active {
  -webkit-animation-name: hover-pulse-shrink;
  animation-name: hover-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hover-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hover-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hover-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-push:hover, .hover-push:focus, .hover-push:active {
  -webkit-animation-name: hover-push;
  animation-name: hover-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hover-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hover-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hover-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-pop:hover, .hover-pop:focus, .hover-pop:active {
  -webkit-animation-name: hover-pop;
  animation-name: hover-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Bounce In */
.hover-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hover-bounce-in:hover, .hover-bounce-in:focus, .hover-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hover-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hover-bounce-out:hover, .hover-bounce-out:focus, .hover-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hover-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hover-rotate:hover, .hover-rotate:focus, .hover-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */
.hover-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hover-grow-rotate:hover, .hover-grow-rotate:focus, .hover-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */
.hover-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-float:hover, .hover-float:focus, .hover-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Sink */
.hover-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-sink:hover, .hover-sink:focus, .hover-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hover-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hover-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hover-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hover-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hover-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-bob:hover, .hover-bob:focus, .hover-bob:active {
  -webkit-animation-name: hover-bob-float, hover-bob;
  animation-name: hover-bob-float, hover-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hover-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hover-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hover-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hover-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hover-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-hang:hover, .hover-hang:focus, .hover-hang:active {
  -webkit-animation-name: hover-hang-sink, hover-hang;
  animation-name: hover-hang-sink, hover-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Skew */
.hover-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hover-skew:hover, .hover-skew:focus, .hover-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */
.hover-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hover-skew-forward:hover, .hover-skew-forward:focus, .hover-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Backward */
.hover-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hover-skew-backward:hover, .hover-skew-backward:focus, .hover-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hover-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hover-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hover-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-wobble-vertical:hover, .hover-wobble-vertical:focus, .hover-wobble-vertical:active {
  -webkit-animation-name: hover-wobble-vertical;
  animation-name: hover-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hover-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hover-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hover-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-wobble-horizontal:hover, .hover-wobble-horizontal:focus, .hover-wobble-horizontal:active {
  -webkit-animation-name: hover-wobble-horizontal;
  animation-name: hover-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hover-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hover-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hover-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-wobble-to-bottom-right:hover, .hover-wobble-to-bottom-right:focus, .hover-wobble-to-bottom-right:active {
  -webkit-animation-name: hover-wobble-to-bottom-right;
  animation-name: hover-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hover-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hover-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hover-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-wobble-to-top-right:hover, .hover-wobble-to-top-right:focus, .hover-wobble-to-top-right:active {
  -webkit-animation-name: hover-wobble-to-top-right;
  animation-name: hover-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hover-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hover-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hover-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hover-wobble-top:hover, .hover-wobble-top:focus, .hover-wobble-top:active {
  -webkit-animation-name: hover-wobble-top;
  animation-name: hover-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hover-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hover-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hover-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hover-wobble-bottom:hover, .hover-wobble-bottom:focus, .hover-wobble-bottom:active {
  -webkit-animation-name: hover-wobble-bottom;
  animation-name: hover-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hover-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hover-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hover-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-wobble-skew:hover, .hover-wobble-skew:focus, .hover-wobble-skew:active {
  -webkit-animation-name: hover-wobble-skew;
  animation-name: hover-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hover-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hover-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hover-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-buzz:hover, .hover-buzz:focus, .hover-buzz:active {
  -webkit-animation-name: hover-buzz;
  animation-name: hover-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hover-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hover-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hover-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-buzz-out:hover, .hover-buzz-out:focus, .hover-buzz-out:active {
  -webkit-animation-name: hover-buzz-out;
  animation-name: hover-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Forward */
.hover-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hover-forward:hover, .hover-forward:focus, .hover-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/* Backward */
.hover-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hover-backward:hover, .hover-backward:focus, .hover-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hover-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hover-fade:hover, .hover-fade:focus, .hover-fade:active {
  background-color: #2098D1;
  color: white;
}

/* Back Pulse */
@-webkit-keyframes hover-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hover-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hover-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hover-back-pulse:hover, .hover-back-pulse:focus, .hover-back-pulse:active {
  -webkit-animation-name: hover-back-pulse;
  animation-name: hover-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: rgb(32, 152, 209);
  color: white;
}

/* Sweep To Right */
.hover-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-sweep-to-right:hover, .hover-sweep-to-right:focus, .hover-sweep-to-right:active {
  color: white;
}
.hover-sweep-to-right:hover:before, .hover-sweep-to-right:focus:before, .hover-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
.hover-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-sweep-to-left:hover, .hover-sweep-to-left:focus, .hover-sweep-to-left:active {
  color: white;
}
.hover-sweep-to-left:hover:before, .hover-sweep-to-left:focus:before, .hover-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Bottom */
.hover-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-sweep-to-bottom:hover, .hover-sweep-to-bottom:focus, .hover-sweep-to-bottom:active {
  color: white;
}
.hover-sweep-to-bottom:hover:before, .hover-sweep-to-bottom:focus:before, .hover-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Top */
.hover-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-sweep-to-top:hover, .hover-sweep-to-top:focus, .hover-sweep-to-top:active {
  color: white;
}
.hover-sweep-to-top:hover:before, .hover-sweep-to-top:focus:before, .hover-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Bounce To Right */
.hover-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hover-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-bounce-to-right:hover, .hover-bounce-to-right:focus, .hover-bounce-to-right:active {
  color: white;
}
.hover-bounce-to-right:hover:before, .hover-bounce-to-right:focus:before, .hover-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hover-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hover-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-bounce-to-left:hover, .hover-bounce-to-left:focus, .hover-bounce-to-left:active {
  color: white;
}
.hover-bounce-to-left:hover:before, .hover-bounce-to-left:focus:before, .hover-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hover-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hover-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-bounce-to-bottom:hover, .hover-bounce-to-bottom:focus, .hover-bounce-to-bottom:active {
  color: white;
}
.hover-bounce-to-bottom:hover:before, .hover-bounce-to-bottom:focus:before, .hover-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hover-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hover-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-bounce-to-top:hover, .hover-bounce-to-top:focus, .hover-bounce-to-top:active {
  color: white;
}
.hover-bounce-to-top:hover:before, .hover-bounce-to-top:focus:before, .hover-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hover-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-radial-out:hover, .hover-radial-out:focus, .hover-radial-out:active {
  color: white;
}
.hover-radial-out:hover:before, .hover-radial-out:focus:before, .hover-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* Radial In */
.hover-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-radial-in:hover, .hover-radial-in:focus, .hover-radial-in:active {
  color: white;
}
.hover-radial-in:hover:before, .hover-radial-in:focus:before, .hover-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle In */
.hover-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-rectangle-in:hover, .hover-rectangle-in:focus, .hover-rectangle-in:active {
  color: white;
}
.hover-rectangle-in:hover:before, .hover-rectangle-in:focus:before, .hover-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle Out */
.hover-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-rectangle-out:hover, .hover-rectangle-out:focus, .hover-rectangle-out:active {
  color: white;
}
.hover-rectangle-out:hover:before, .hover-rectangle-out:focus:before, .hover-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Shutter In Horizontal */
.hover-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-shutter-in-horizontal:hover, .hover-shutter-in-horizontal:focus, .hover-shutter-in-horizontal:active {
  color: white;
}
.hover-shutter-in-horizontal:hover:before, .hover-shutter-in-horizontal:focus:before, .hover-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hover-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-shutter-out-horizontal:hover, .hover-shutter-out-horizontal:focus, .hover-shutter-out-horizontal:active {
  color: white;
}
.hover-shutter-out-horizontal:hover:before, .hover-shutter-out-horizontal:focus:before, .hover-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Shutter In Vertical */
.hover-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-shutter-in-vertical:hover, .hover-shutter-in-vertical:focus, .hover-shutter-in-vertical:active {
  color: white;
}
.hover-shutter-in-vertical:hover:before, .hover-shutter-in-vertical:focus:before, .hover-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* Shutter Out Vertical */
.hover-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-shutter-out-vertical:hover, .hover-shutter-out-vertical:focus, .hover-shutter-out-vertical:active {
  color: white;
}
.hover-shutter-out-vertical:hover:before, .hover-shutter-out-vertical:focus:before, .hover-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hover-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.hover-border-fade:hover, .hover-border-fade:focus, .hover-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hover-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.hover-hollow:hover, .hover-hollow:focus, .hover-hollow:active {
  background: none;
}

/* Trim */
.hover-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hover-trim:before {
  content: "";
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hover-trim:hover:before, .hover-trim:focus:before, .hover-trim:active:before {
  opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hover-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hover-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hover-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hover-ripple-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hover-ripple-out:hover:before, .hover-ripple-out:focus:before, .hover-ripple-out:active:before {
  -webkit-animation-name: hover-ripple-out;
  animation-name: hover-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hover-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hover-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hover-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hover-ripple-in:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hover-ripple-in:hover:before, .hover-ripple-in:focus:before, .hover-ripple-in:active:before {
  -webkit-animation-name: hover-ripple-in;
  animation-name: hover-ripple-in;
}

/* Outline Out */
.hover-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hover-outline-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hover-outline-out:hover:before, .hover-outline-out:focus:before, .hover-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Outline In */
.hover-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hover-outline-in:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hover-outline-in:hover:before, .hover-outline-in:focus:before, .hover-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Round Corners */
.hover-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.hover-round-corners:hover, .hover-round-corners:focus, .hover-round-corners:active {
  border-radius: 1em;
}

/* Underline From Left */
.hover-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hover-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-underline-from-left:hover:before, .hover-underline-from-left:focus:before, .hover-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
.hover-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hover-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-underline-from-center:hover:before, .hover-underline-from-center:focus:before, .hover-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Right */
.hover-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hover-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-underline-from-right:hover:before, .hover-underline-from-right:focus:before, .hover-underline-from-right:active:before {
  left: 0;
}

/* Overline From Left */
.hover-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hover-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-overline-from-left:hover:before, .hover-overline-from-left:focus:before, .hover-overline-from-left:active:before {
  right: 0;
}

/* Overline From Center */
.hover-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hover-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-overline-from-center:hover:before, .hover-overline-from-center:focus:before, .hover-overline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Overline From Right */
.hover-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hover-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-overline-from-right:hover:before, .hover-overline-from-right:focus:before, .hover-overline-from-right:active:before {
  left: 0;
}

/* Reveal */
.hover-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hover-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-reveal:hover:before, .hover-reveal:focus:before, .hover-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
.hover-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hover-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-underline-reveal:hover:before, .hover-underline-reveal:focus:before, .hover-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Overline Reveal */
.hover-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hover-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-overline-reveal:hover:before, .hover-overline-reveal:focus:before, .hover-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hover-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hover-glow:hover, .hover-glow:focus, .hover-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hover-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hover-shadow:hover, .hover-shadow:focus, .hover-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hover-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hover-grow-shadow:hover, .hover-grow-shadow:focus, .hover-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Box Shadow Outset */
.hover-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hover-box-shadow-outset:hover, .hover-box-shadow-outset:focus, .hover-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hover-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.hover-box-shadow-inset:hover, .hover-box-shadow-inset:focus, .hover-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hover-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hover-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hover-float-shadow:hover, .hover-float-shadow:focus, .hover-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hover-float-shadow:hover:before, .hover-float-shadow:focus:before, .hover-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hover-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hover-shadow-radial:before, .hover-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hover-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hover-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hover-shadow-radial:hover:before, .hover-shadow-radial:focus:before, .hover-shadow-radial:active:before, .hover-shadow-radial:hover:after, .hover-shadow-radial:focus:after, .hover-shadow-radial:active:after {
  opacity: 1;
}

/*# sourceMappingURL=freedom.css.map */
