@charset "UTF-8";
/*--------------------------------------------------------------
# ../bootstrap-523/scss
--------------------------------------------------------------*/
/*!
 * Bootstrap Utilities v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-clip {
  overflow: clip !important;
}

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-min {
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-24 {
  margin: 2.4rem !important;
}

.m-25 {
  margin: 2.5rem !important;
}

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

.m-35 {
  margin: 3.5rem !important;
}

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

.m-45 {
  margin: 4.5rem !important;
}

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

.m-55 {
  margin: 5.5rem !important;
}

.m-60 {
  margin: 6rem !important;
}

.m-65 {
  margin: 6.5rem !important;
}

.m-70 {
  margin: 7rem !important;
}

.m-75 {
  margin: 7.5rem !important;
}

.m-80 {
  margin: 8rem !important;
}

.m-85 {
  margin: 8.5rem !important;
}

.m-90 {
  margin: 9rem !important;
}

.m-95 {
  margin: 9.5rem !important;
}

.m-100 {
  margin: 10rem !important;
}

.m-105 {
  margin: 10.5rem !important;
}

.m-110 {
  margin: 11rem !important;
}

.m-115 {
  margin: 11.5rem !important;
}

.m-120 {
  margin: 12rem !important;
}

.m-125 {
  margin: 12.5rem !important;
}

.m-130 {
  margin: 13rem !important;
}

.m-135 {
  margin: 13.5rem !important;
}

.m-140 {
  margin: 14rem !important;
}

.m-145 {
  margin: 14.5rem !important;
}

.m-150 {
  margin: 15rem !important;
}

.m-155 {
  margin: 15.5rem !important;
}

.m-160 {
  margin: 16rem !important;
}

.m-165 {
  margin: 16.5rem !important;
}

.m-170 {
  margin: 17rem !important;
}

.m-175 {
  margin: 17.5rem !important;
}

.m-180 {
  margin: 18rem !important;
}

.m-185 {
  margin: 18.5rem !important;
}

.m-190 {
  margin: 19rem !important;
}

.m-195 {
  margin: 19.5rem !important;
}

.m-200 {
  margin: 20rem !important;
}

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

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

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

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

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

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

.mx-24 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.mx-25 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

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

.mx-35 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

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

.mx-45 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

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

.mx-55 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.mx-60 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-65 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.mx-70 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-75 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-80 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-85 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

.mx-90 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-95 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

.mx-100 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-105 {
  margin-right: 10.5rem !important;
  margin-left: 10.5rem !important;
}

.mx-110 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}

.mx-115 {
  margin-right: 11.5rem !important;
  margin-left: 11.5rem !important;
}

.mx-120 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.mx-125 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

.mx-130 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}

.mx-135 {
  margin-right: 13.5rem !important;
  margin-left: 13.5rem !important;
}

.mx-140 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}

.mx-145 {
  margin-right: 14.5rem !important;
  margin-left: 14.5rem !important;
}

.mx-150 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

.mx-155 {
  margin-right: 15.5rem !important;
  margin-left: 15.5rem !important;
}

.mx-160 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.mx-165 {
  margin-right: 16.5rem !important;
  margin-left: 16.5rem !important;
}

.mx-170 {
  margin-right: 17rem !important;
  margin-left: 17rem !important;
}

.mx-175 {
  margin-right: 17.5rem !important;
  margin-left: 17.5rem !important;
}

.mx-180 {
  margin-right: 18rem !important;
  margin-left: 18rem !important;
}

.mx-185 {
  margin-right: 18.5rem !important;
  margin-left: 18.5rem !important;
}

.mx-190 {
  margin-right: 19rem !important;
  margin-left: 19rem !important;
}

.mx-195 {
  margin-right: 19.5rem !important;
  margin-left: 19.5rem !important;
}

.mx-200 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}

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

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

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

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

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

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

.my-24 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.my-25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

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

.my-35 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

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

.my-45 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

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

.my-55 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.my-60 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-65 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.my-70 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-75 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-80 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-85 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.my-90 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-95 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.my-100 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-105 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

.my-110 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.my-115 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important;
}

.my-120 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-125 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.my-130 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.my-135 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important;
}

.my-140 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.my-145 {
  margin-top: 14.5rem !important;
  margin-bottom: 14.5rem !important;
}

.my-150 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-155 {
  margin-top: 15.5rem !important;
  margin-bottom: 15.5rem !important;
}

.my-160 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-165 {
  margin-top: 16.5rem !important;
  margin-bottom: 16.5rem !important;
}

.my-170 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important;
}

.my-175 {
  margin-top: 17.5rem !important;
  margin-bottom: 17.5rem !important;
}

.my-180 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.my-185 {
  margin-top: 18.5rem !important;
  margin-bottom: 18.5rem !important;
}

.my-190 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important;
}

.my-195 {
  margin-top: 19.5rem !important;
  margin-bottom: 19.5rem !important;
}

.my-200 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

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

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

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

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

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

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

.mt-24 {
  margin-top: 2.4rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

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

.mt-35 {
  margin-top: 3.5rem !important;
}

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

.mt-45 {
  margin-top: 4.5rem !important;
}

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

.mt-55 {
  margin-top: 5.5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-65 {
  margin-top: 6.5rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-75 {
  margin-top: 7.5rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-85 {
  margin-top: 8.5rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-95 {
  margin-top: 9.5rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mt-105 {
  margin-top: 10.5rem !important;
}

.mt-110 {
  margin-top: 11rem !important;
}

.mt-115 {
  margin-top: 11.5rem !important;
}

.mt-120 {
  margin-top: 12rem !important;
}

.mt-125 {
  margin-top: 12.5rem !important;
}

.mt-130 {
  margin-top: 13rem !important;
}

.mt-135 {
  margin-top: 13.5rem !important;
}

.mt-140 {
  margin-top: 14rem !important;
}

.mt-145 {
  margin-top: 14.5rem !important;
}

.mt-150 {
  margin-top: 15rem !important;
}

.mt-155 {
  margin-top: 15.5rem !important;
}

.mt-160 {
  margin-top: 16rem !important;
}

.mt-165 {
  margin-top: 16.5rem !important;
}

.mt-170 {
  margin-top: 17rem !important;
}

.mt-175 {
  margin-top: 17.5rem !important;
}

.mt-180 {
  margin-top: 18rem !important;
}

.mt-185 {
  margin-top: 18.5rem !important;
}

.mt-190 {
  margin-top: 19rem !important;
}

.mt-195 {
  margin-top: 19.5rem !important;
}

.mt-200 {
  margin-top: 20rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-5 {
  margin-right: 0.5rem !important;
}

.me-10 {
  margin-right: 1rem !important;
}

.me-15 {
  margin-right: 1.5rem !important;
}

.me-20 {
  margin-right: 2rem !important;
}

.me-24 {
  margin-right: 2.4rem !important;
}

.me-25 {
  margin-right: 2.5rem !important;
}

.me-30 {
  margin-right: 3rem !important;
}

.me-35 {
  margin-right: 3.5rem !important;
}

.me-40 {
  margin-right: 4rem !important;
}

.me-45 {
  margin-right: 4.5rem !important;
}

.me-50 {
  margin-right: 5rem !important;
}

.me-55 {
  margin-right: 5.5rem !important;
}

.me-60 {
  margin-right: 6rem !important;
}

.me-65 {
  margin-right: 6.5rem !important;
}

.me-70 {
  margin-right: 7rem !important;
}

.me-75 {
  margin-right: 7.5rem !important;
}

.me-80 {
  margin-right: 8rem !important;
}

.me-85 {
  margin-right: 8.5rem !important;
}

.me-90 {
  margin-right: 9rem !important;
}

.me-95 {
  margin-right: 9.5rem !important;
}

.me-100 {
  margin-right: 10rem !important;
}

.me-105 {
  margin-right: 10.5rem !important;
}

.me-110 {
  margin-right: 11rem !important;
}

.me-115 {
  margin-right: 11.5rem !important;
}

.me-120 {
  margin-right: 12rem !important;
}

.me-125 {
  margin-right: 12.5rem !important;
}

.me-130 {
  margin-right: 13rem !important;
}

.me-135 {
  margin-right: 13.5rem !important;
}

.me-140 {
  margin-right: 14rem !important;
}

.me-145 {
  margin-right: 14.5rem !important;
}

.me-150 {
  margin-right: 15rem !important;
}

.me-155 {
  margin-right: 15.5rem !important;
}

.me-160 {
  margin-right: 16rem !important;
}

.me-165 {
  margin-right: 16.5rem !important;
}

.me-170 {
  margin-right: 17rem !important;
}

.me-175 {
  margin-right: 17.5rem !important;
}

.me-180 {
  margin-right: 18rem !important;
}

.me-185 {
  margin-right: 18.5rem !important;
}

.me-190 {
  margin-right: 19rem !important;
}

.me-195 {
  margin-right: 19.5rem !important;
}

.me-200 {
  margin-right: 20rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

.mb-24 {
  margin-bottom: 2.4rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

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

.mb-35 {
  margin-bottom: 3.5rem !important;
}

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

.mb-45 {
  margin-bottom: 4.5rem !important;
}

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

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mb-105 {
  margin-bottom: 10.5rem !important;
}

.mb-110 {
  margin-bottom: 11rem !important;
}

.mb-115 {
  margin-bottom: 11.5rem !important;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.mb-125 {
  margin-bottom: 12.5rem !important;
}

.mb-130 {
  margin-bottom: 13rem !important;
}

.mb-135 {
  margin-bottom: 13.5rem !important;
}

.mb-140 {
  margin-bottom: 14rem !important;
}

.mb-145 {
  margin-bottom: 14.5rem !important;
}

.mb-150 {
  margin-bottom: 15rem !important;
}

.mb-155 {
  margin-bottom: 15.5rem !important;
}

.mb-160 {
  margin-bottom: 16rem !important;
}

.mb-165 {
  margin-bottom: 16.5rem !important;
}

.mb-170 {
  margin-bottom: 17rem !important;
}

.mb-175 {
  margin-bottom: 17.5rem !important;
}

.mb-180 {
  margin-bottom: 18rem !important;
}

.mb-185 {
  margin-bottom: 18.5rem !important;
}

.mb-190 {
  margin-bottom: 19rem !important;
}

.mb-195 {
  margin-bottom: 19.5rem !important;
}

.mb-200 {
  margin-bottom: 20rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-5 {
  margin-left: 0.5rem !important;
}

.ms-10 {
  margin-left: 1rem !important;
}

.ms-15 {
  margin-left: 1.5rem !important;
}

.ms-20 {
  margin-left: 2rem !important;
}

.ms-24 {
  margin-left: 2.4rem !important;
}

.ms-25 {
  margin-left: 2.5rem !important;
}

.ms-30 {
  margin-left: 3rem !important;
}

.ms-35 {
  margin-left: 3.5rem !important;
}

.ms-40 {
  margin-left: 4rem !important;
}

.ms-45 {
  margin-left: 4.5rem !important;
}

.ms-50 {
  margin-left: 5rem !important;
}

.ms-55 {
  margin-left: 5.5rem !important;
}

.ms-60 {
  margin-left: 6rem !important;
}

.ms-65 {
  margin-left: 6.5rem !important;
}

.ms-70 {
  margin-left: 7rem !important;
}

.ms-75 {
  margin-left: 7.5rem !important;
}

.ms-80 {
  margin-left: 8rem !important;
}

.ms-85 {
  margin-left: 8.5rem !important;
}

.ms-90 {
  margin-left: 9rem !important;
}

.ms-95 {
  margin-left: 9.5rem !important;
}

.ms-100 {
  margin-left: 10rem !important;
}

.ms-105 {
  margin-left: 10.5rem !important;
}

.ms-110 {
  margin-left: 11rem !important;
}

.ms-115 {
  margin-left: 11.5rem !important;
}

.ms-120 {
  margin-left: 12rem !important;
}

.ms-125 {
  margin-left: 12.5rem !important;
}

.ms-130 {
  margin-left: 13rem !important;
}

.ms-135 {
  margin-left: 13.5rem !important;
}

.ms-140 {
  margin-left: 14rem !important;
}

.ms-145 {
  margin-left: 14.5rem !important;
}

.ms-150 {
  margin-left: 15rem !important;
}

.ms-155 {
  margin-left: 15.5rem !important;
}

.ms-160 {
  margin-left: 16rem !important;
}

.ms-165 {
  margin-left: 16.5rem !important;
}

.ms-170 {
  margin-left: 17rem !important;
}

.ms-175 {
  margin-left: 17.5rem !important;
}

.ms-180 {
  margin-left: 18rem !important;
}

.ms-185 {
  margin-left: 18.5rem !important;
}

.ms-190 {
  margin-left: 19rem !important;
}

.ms-195 {
  margin-left: 19.5rem !important;
}

.ms-200 {
  margin-left: 20rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

.p-24 {
  padding: 2.4rem !important;
}

.p-25 {
  padding: 2.5rem !important;
}

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

.p-35 {
  padding: 3.5rem !important;
}

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

.p-45 {
  padding: 4.5rem !important;
}

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

.p-55 {
  padding: 5.5rem !important;
}

.p-60 {
  padding: 6rem !important;
}

.p-65 {
  padding: 6.5rem !important;
}

.p-70 {
  padding: 7rem !important;
}

.p-75 {
  padding: 7.5rem !important;
}

.p-80 {
  padding: 8rem !important;
}

.p-85 {
  padding: 8.5rem !important;
}

.p-90 {
  padding: 9rem !important;
}

.p-95 {
  padding: 9.5rem !important;
}

.p-100 {
  padding: 10rem !important;
}

.p-105 {
  padding: 10.5rem !important;
}

.p-110 {
  padding: 11rem !important;
}

.p-115 {
  padding: 11.5rem !important;
}

.p-120 {
  padding: 12rem !important;
}

.p-125 {
  padding: 12.5rem !important;
}

.p-130 {
  padding: 13rem !important;
}

.p-135 {
  padding: 13.5rem !important;
}

.p-140 {
  padding: 14rem !important;
}

.p-145 {
  padding: 14.5rem !important;
}

.p-150 {
  padding: 15rem !important;
}

.p-155 {
  padding: 15.5rem !important;
}

.p-160 {
  padding: 16rem !important;
}

.p-165 {
  padding: 16.5rem !important;
}

.p-170 {
  padding: 17rem !important;
}

.p-175 {
  padding: 17.5rem !important;
}

.p-180 {
  padding: 18rem !important;
}

.p-185 {
  padding: 18.5rem !important;
}

.p-190 {
  padding: 19rem !important;
}

.p-195 {
  padding: 19.5rem !important;
}

.p-200 {
  padding: 20rem !important;
}

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

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

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

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

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

.px-24 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.px-25 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

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

.px-35 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

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

.px-45 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

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

.px-55 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.px-60 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-65 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.px-70 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-75 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-80 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-85 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

.px-90 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-95 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

.px-100 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-105 {
  padding-right: 10.5rem !important;
  padding-left: 10.5rem !important;
}

.px-110 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.px-115 {
  padding-right: 11.5rem !important;
  padding-left: 11.5rem !important;
}

.px-120 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.px-125 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.px-130 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}

.px-135 {
  padding-right: 13.5rem !important;
  padding-left: 13.5rem !important;
}

.px-140 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

.px-145 {
  padding-right: 14.5rem !important;
  padding-left: 14.5rem !important;
}

.px-150 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.px-155 {
  padding-right: 15.5rem !important;
  padding-left: 15.5rem !important;
}

.px-160 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.px-165 {
  padding-right: 16.5rem !important;
  padding-left: 16.5rem !important;
}

.px-170 {
  padding-right: 17rem !important;
  padding-left: 17rem !important;
}

.px-175 {
  padding-right: 17.5rem !important;
  padding-left: 17.5rem !important;
}

.px-180 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}

.px-185 {
  padding-right: 18.5rem !important;
  padding-left: 18.5rem !important;
}

.px-190 {
  padding-right: 19rem !important;
  padding-left: 19rem !important;
}

.px-195 {
  padding-right: 19.5rem !important;
  padding-left: 19.5rem !important;
}

.px-200 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

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

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

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

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

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

.py-24 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

.py-35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

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

.py-45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

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

.py-55 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.py-60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-65 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.py-70 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-75 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-80 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-85 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.py-90 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-95 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.py-100 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-105 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

.py-110 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-115 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important;
}

.py-120 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-125 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.py-130 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-135 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important;
}

.py-140 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-145 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important;
}

.py-150 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-155 {
  padding-top: 15.5rem !important;
  padding-bottom: 15.5rem !important;
}

.py-160 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-165 {
  padding-top: 16.5rem !important;
  padding-bottom: 16.5rem !important;
}

.py-170 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important;
}

.py-175 {
  padding-top: 17.5rem !important;
  padding-bottom: 17.5rem !important;
}

.py-180 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-185 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important;
}

.py-190 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
}

.py-195 {
  padding-top: 19.5rem !important;
  padding-bottom: 19.5rem !important;
}

.py-200 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

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

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

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

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

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

.pt-24 {
  padding-top: 2.4rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

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

.pt-35 {
  padding-top: 3.5rem !important;
}

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

.pt-45 {
  padding-top: 4.5rem !important;
}

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

.pt-55 {
  padding-top: 5.5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-65 {
  padding-top: 6.5rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-75 {
  padding-top: 7.5rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-85 {
  padding-top: 8.5rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pt-95 {
  padding-top: 9.5rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pt-105 {
  padding-top: 10.5rem !important;
}

.pt-110 {
  padding-top: 11rem !important;
}

.pt-115 {
  padding-top: 11.5rem !important;
}

.pt-120 {
  padding-top: 12rem !important;
}

.pt-125 {
  padding-top: 12.5rem !important;
}

.pt-130 {
  padding-top: 13rem !important;
}

.pt-135 {
  padding-top: 13.5rem !important;
}

.pt-140 {
  padding-top: 14rem !important;
}

.pt-145 {
  padding-top: 14.5rem !important;
}

.pt-150 {
  padding-top: 15rem !important;
}

.pt-155 {
  padding-top: 15.5rem !important;
}

.pt-160 {
  padding-top: 16rem !important;
}

.pt-165 {
  padding-top: 16.5rem !important;
}

.pt-170 {
  padding-top: 17rem !important;
}

.pt-175 {
  padding-top: 17.5rem !important;
}

.pt-180 {
  padding-top: 18rem !important;
}

.pt-185 {
  padding-top: 18.5rem !important;
}

.pt-190 {
  padding-top: 19rem !important;
}

.pt-195 {
  padding-top: 19.5rem !important;
}

.pt-200 {
  padding-top: 20rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-5 {
  padding-right: 0.5rem !important;
}

.pe-10 {
  padding-right: 1rem !important;
}

.pe-15 {
  padding-right: 1.5rem !important;
}

.pe-20 {
  padding-right: 2rem !important;
}

.pe-24 {
  padding-right: 2.4rem !important;
}

.pe-25 {
  padding-right: 2.5rem !important;
}

.pe-30 {
  padding-right: 3rem !important;
}

.pe-35 {
  padding-right: 3.5rem !important;
}

.pe-40 {
  padding-right: 4rem !important;
}

.pe-45 {
  padding-right: 4.5rem !important;
}

.pe-50 {
  padding-right: 5rem !important;
}

.pe-55 {
  padding-right: 5.5rem !important;
}

.pe-60 {
  padding-right: 6rem !important;
}

.pe-65 {
  padding-right: 6.5rem !important;
}

.pe-70 {
  padding-right: 7rem !important;
}

.pe-75 {
  padding-right: 7.5rem !important;
}

.pe-80 {
  padding-right: 8rem !important;
}

.pe-85 {
  padding-right: 8.5rem !important;
}

.pe-90 {
  padding-right: 9rem !important;
}

.pe-95 {
  padding-right: 9.5rem !important;
}

.pe-100 {
  padding-right: 10rem !important;
}

.pe-105 {
  padding-right: 10.5rem !important;
}

.pe-110 {
  padding-right: 11rem !important;
}

.pe-115 {
  padding-right: 11.5rem !important;
}

.pe-120 {
  padding-right: 12rem !important;
}

.pe-125 {
  padding-right: 12.5rem !important;
}

.pe-130 {
  padding-right: 13rem !important;
}

.pe-135 {
  padding-right: 13.5rem !important;
}

.pe-140 {
  padding-right: 14rem !important;
}

.pe-145 {
  padding-right: 14.5rem !important;
}

.pe-150 {
  padding-right: 15rem !important;
}

.pe-155 {
  padding-right: 15.5rem !important;
}

.pe-160 {
  padding-right: 16rem !important;
}

.pe-165 {
  padding-right: 16.5rem !important;
}

.pe-170 {
  padding-right: 17rem !important;
}

.pe-175 {
  padding-right: 17.5rem !important;
}

.pe-180 {
  padding-right: 18rem !important;
}

.pe-185 {
  padding-right: 18.5rem !important;
}

.pe-190 {
  padding-right: 19rem !important;
}

.pe-195 {
  padding-right: 19.5rem !important;
}

.pe-200 {
  padding-right: 20rem !important;
}

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

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

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

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

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

.pb-24 {
  padding-bottom: 2.4rem !important;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}

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

.pb-35 {
  padding-bottom: 3.5rem !important;
}

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

.pb-45 {
  padding-bottom: 4.5rem !important;
}

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

.pb-55 {
  padding-bottom: 5.5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-65 {
  padding-bottom: 6.5rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-75 {
  padding-bottom: 7.5rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-85 {
  padding-bottom: 8.5rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pb-95 {
  padding-bottom: 9.5rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.pb-105 {
  padding-bottom: 10.5rem !important;
}

.pb-110 {
  padding-bottom: 11rem !important;
}

.pb-115 {
  padding-bottom: 11.5rem !important;
}

.pb-120 {
  padding-bottom: 12rem !important;
}

.pb-125 {
  padding-bottom: 12.5rem !important;
}

.pb-130 {
  padding-bottom: 13rem !important;
}

.pb-135 {
  padding-bottom: 13.5rem !important;
}

.pb-140 {
  padding-bottom: 14rem !important;
}

.pb-145 {
  padding-bottom: 14.5rem !important;
}

.pb-150 {
  padding-bottom: 15rem !important;
}

.pb-155 {
  padding-bottom: 15.5rem !important;
}

.pb-160 {
  padding-bottom: 16rem !important;
}

.pb-165 {
  padding-bottom: 16.5rem !important;
}

.pb-170 {
  padding-bottom: 17rem !important;
}

.pb-175 {
  padding-bottom: 17.5rem !important;
}

.pb-180 {
  padding-bottom: 18rem !important;
}

.pb-185 {
  padding-bottom: 18.5rem !important;
}

.pb-190 {
  padding-bottom: 19rem !important;
}

.pb-195 {
  padding-bottom: 19.5rem !important;
}

.pb-200 {
  padding-bottom: 20rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-5 {
  padding-left: 0.5rem !important;
}

.ps-10 {
  padding-left: 1rem !important;
}

.ps-15 {
  padding-left: 1.5rem !important;
}

.ps-20 {
  padding-left: 2rem !important;
}

.ps-24 {
  padding-left: 2.4rem !important;
}

.ps-25 {
  padding-left: 2.5rem !important;
}

.ps-30 {
  padding-left: 3rem !important;
}

.ps-35 {
  padding-left: 3.5rem !important;
}

.ps-40 {
  padding-left: 4rem !important;
}

.ps-45 {
  padding-left: 4.5rem !important;
}

.ps-50 {
  padding-left: 5rem !important;
}

.ps-55 {
  padding-left: 5.5rem !important;
}

.ps-60 {
  padding-left: 6rem !important;
}

.ps-65 {
  padding-left: 6.5rem !important;
}

.ps-70 {
  padding-left: 7rem !important;
}

.ps-75 {
  padding-left: 7.5rem !important;
}

.ps-80 {
  padding-left: 8rem !important;
}

.ps-85 {
  padding-left: 8.5rem !important;
}

.ps-90 {
  padding-left: 9rem !important;
}

.ps-95 {
  padding-left: 9.5rem !important;
}

.ps-100 {
  padding-left: 10rem !important;
}

.ps-105 {
  padding-left: 10.5rem !important;
}

.ps-110 {
  padding-left: 11rem !important;
}

.ps-115 {
  padding-left: 11.5rem !important;
}

.ps-120 {
  padding-left: 12rem !important;
}

.ps-125 {
  padding-left: 12.5rem !important;
}

.ps-130 {
  padding-left: 13rem !important;
}

.ps-135 {
  padding-left: 13.5rem !important;
}

.ps-140 {
  padding-left: 14rem !important;
}

.ps-145 {
  padding-left: 14.5rem !important;
}

.ps-150 {
  padding-left: 15rem !important;
}

.ps-155 {
  padding-left: 15.5rem !important;
}

.ps-160 {
  padding-left: 16rem !important;
}

.ps-165 {
  padding-left: 16.5rem !important;
}

.ps-170 {
  padding-left: 17rem !important;
}

.ps-175 {
  padding-left: 17.5rem !important;
}

.ps-180 {
  padding-left: 18rem !important;
}

.ps-185 {
  padding-left: 18.5rem !important;
}

.ps-190 {
  padding-left: 19rem !important;
}

.ps-195 {
  padding-left: 19.5rem !important;
}

.ps-200 {
  padding-left: 20rem !important;
}

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

.gap-5 {
  gap: 0.5rem !important;
}

.gap-10 {
  gap: 1rem !important;
}

.gap-15 {
  gap: 1.5rem !important;
}

.gap-20 {
  gap: 2rem !important;
}

.gap-24 {
  gap: 2.4rem !important;
}

.gap-25 {
  gap: 2.5rem !important;
}

.gap-30 {
  gap: 3rem !important;
}

.gap-35 {
  gap: 3.5rem !important;
}

.gap-40 {
  gap: 4rem !important;
}

.gap-45 {
  gap: 4.5rem !important;
}

.gap-50 {
  gap: 5rem !important;
}

.gap-55 {
  gap: 5.5rem !important;
}

.gap-60 {
  gap: 6rem !important;
}

.gap-65 {
  gap: 6.5rem !important;
}

.gap-70 {
  gap: 7rem !important;
}

.gap-75 {
  gap: 7.5rem !important;
}

.gap-80 {
  gap: 8rem !important;
}

.gap-85 {
  gap: 8.5rem !important;
}

.gap-90 {
  gap: 9rem !important;
}

.gap-95 {
  gap: 9.5rem !important;
}

.gap-100 {
  gap: 10rem !important;
}

.gap-105 {
  gap: 10.5rem !important;
}

.gap-110 {
  gap: 11rem !important;
}

.gap-115 {
  gap: 11.5rem !important;
}

.gap-120 {
  gap: 12rem !important;
}

.gap-125 {
  gap: 12.5rem !important;
}

.gap-130 {
  gap: 13rem !important;
}

.gap-135 {
  gap: 13.5rem !important;
}

.gap-140 {
  gap: 14rem !important;
}

.gap-145 {
  gap: 14.5rem !important;
}

.gap-150 {
  gap: 15rem !important;
}

.gap-155 {
  gap: 15.5rem !important;
}

.gap-160 {
  gap: 16rem !important;
}

.gap-165 {
  gap: 16.5rem !important;
}

.gap-170 {
  gap: 17rem !important;
}

.gap-175 {
  gap: 17.5rem !important;
}

.gap-180 {
  gap: 18rem !important;
}

.gap-185 {
  gap: 18.5rem !important;
}

.gap-190 {
  gap: 19rem !important;
}

.gap-195 {
  gap: 19.5rem !important;
}

.gap-200 {
  gap: 20rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-5 {
    margin: 0.5rem !important;
  }
  .m-sm-10 {
    margin: 1rem !important;
  }
  .m-sm-15 {
    margin: 1.5rem !important;
  }
  .m-sm-20 {
    margin: 2rem !important;
  }
  .m-sm-24 {
    margin: 2.4rem !important;
  }
  .m-sm-25 {
    margin: 2.5rem !important;
  }
  .m-sm-30 {
    margin: 3rem !important;
  }
  .m-sm-35 {
    margin: 3.5rem !important;
  }
  .m-sm-40 {
    margin: 4rem !important;
  }
  .m-sm-45 {
    margin: 4.5rem !important;
  }
  .m-sm-50 {
    margin: 5rem !important;
  }
  .m-sm-55 {
    margin: 5.5rem !important;
  }
  .m-sm-60 {
    margin: 6rem !important;
  }
  .m-sm-65 {
    margin: 6.5rem !important;
  }
  .m-sm-70 {
    margin: 7rem !important;
  }
  .m-sm-75 {
    margin: 7.5rem !important;
  }
  .m-sm-80 {
    margin: 8rem !important;
  }
  .m-sm-85 {
    margin: 8.5rem !important;
  }
  .m-sm-90 {
    margin: 9rem !important;
  }
  .m-sm-95 {
    margin: 9.5rem !important;
  }
  .m-sm-100 {
    margin: 10rem !important;
  }
  .m-sm-105 {
    margin: 10.5rem !important;
  }
  .m-sm-110 {
    margin: 11rem !important;
  }
  .m-sm-115 {
    margin: 11.5rem !important;
  }
  .m-sm-120 {
    margin: 12rem !important;
  }
  .m-sm-125 {
    margin: 12.5rem !important;
  }
  .m-sm-130 {
    margin: 13rem !important;
  }
  .m-sm-135 {
    margin: 13.5rem !important;
  }
  .m-sm-140 {
    margin: 14rem !important;
  }
  .m-sm-145 {
    margin: 14.5rem !important;
  }
  .m-sm-150 {
    margin: 15rem !important;
  }
  .m-sm-155 {
    margin: 15.5rem !important;
  }
  .m-sm-160 {
    margin: 16rem !important;
  }
  .m-sm-165 {
    margin: 16.5rem !important;
  }
  .m-sm-170 {
    margin: 17rem !important;
  }
  .m-sm-175 {
    margin: 17.5rem !important;
  }
  .m-sm-180 {
    margin: 18rem !important;
  }
  .m-sm-185 {
    margin: 18.5rem !important;
  }
  .m-sm-190 {
    margin: 19rem !important;
  }
  .m-sm-195 {
    margin: 19.5rem !important;
  }
  .m-sm-200 {
    margin: 20rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-sm-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-sm-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-sm-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-sm-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-sm-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-sm-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-sm-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sm-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-sm-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-sm-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-sm-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-sm-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-sm-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-sm-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-sm-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-sm-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-sm-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-sm-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-sm-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-sm-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-sm-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-sm-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-sm-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-sm-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-sm-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-sm-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-sm-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-sm-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sm-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-sm-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-sm-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-sm-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-sm-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-sm-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-sm-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-sm-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-sm-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-sm-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-sm-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-sm-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-sm-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-sm-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 1rem !important;
  }
  .mt-sm-15 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-20 {
    margin-top: 2rem !important;
  }
  .mt-sm-24 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-25 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-30 {
    margin-top: 3rem !important;
  }
  .mt-sm-35 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-40 {
    margin-top: 4rem !important;
  }
  .mt-sm-45 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-50 {
    margin-top: 5rem !important;
  }
  .mt-sm-55 {
    margin-top: 5.5rem !important;
  }
  .mt-sm-60 {
    margin-top: 6rem !important;
  }
  .mt-sm-65 {
    margin-top: 6.5rem !important;
  }
  .mt-sm-70 {
    margin-top: 7rem !important;
  }
  .mt-sm-75 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-80 {
    margin-top: 8rem !important;
  }
  .mt-sm-85 {
    margin-top: 8.5rem !important;
  }
  .mt-sm-90 {
    margin-top: 9rem !important;
  }
  .mt-sm-95 {
    margin-top: 9.5rem !important;
  }
  .mt-sm-100 {
    margin-top: 10rem !important;
  }
  .mt-sm-105 {
    margin-top: 10.5rem !important;
  }
  .mt-sm-110 {
    margin-top: 11rem !important;
  }
  .mt-sm-115 {
    margin-top: 11.5rem !important;
  }
  .mt-sm-120 {
    margin-top: 12rem !important;
  }
  .mt-sm-125 {
    margin-top: 12.5rem !important;
  }
  .mt-sm-130 {
    margin-top: 13rem !important;
  }
  .mt-sm-135 {
    margin-top: 13.5rem !important;
  }
  .mt-sm-140 {
    margin-top: 14rem !important;
  }
  .mt-sm-145 {
    margin-top: 14.5rem !important;
  }
  .mt-sm-150 {
    margin-top: 15rem !important;
  }
  .mt-sm-155 {
    margin-top: 15.5rem !important;
  }
  .mt-sm-160 {
    margin-top: 16rem !important;
  }
  .mt-sm-165 {
    margin-top: 16.5rem !important;
  }
  .mt-sm-170 {
    margin-top: 17rem !important;
  }
  .mt-sm-175 {
    margin-top: 17.5rem !important;
  }
  .mt-sm-180 {
    margin-top: 18rem !important;
  }
  .mt-sm-185 {
    margin-top: 18.5rem !important;
  }
  .mt-sm-190 {
    margin-top: 19rem !important;
  }
  .mt-sm-195 {
    margin-top: 19.5rem !important;
  }
  .mt-sm-200 {
    margin-top: 20rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-5 {
    margin-right: 0.5rem !important;
  }
  .me-sm-10 {
    margin-right: 1rem !important;
  }
  .me-sm-15 {
    margin-right: 1.5rem !important;
  }
  .me-sm-20 {
    margin-right: 2rem !important;
  }
  .me-sm-24 {
    margin-right: 2.4rem !important;
  }
  .me-sm-25 {
    margin-right: 2.5rem !important;
  }
  .me-sm-30 {
    margin-right: 3rem !important;
  }
  .me-sm-35 {
    margin-right: 3.5rem !important;
  }
  .me-sm-40 {
    margin-right: 4rem !important;
  }
  .me-sm-45 {
    margin-right: 4.5rem !important;
  }
  .me-sm-50 {
    margin-right: 5rem !important;
  }
  .me-sm-55 {
    margin-right: 5.5rem !important;
  }
  .me-sm-60 {
    margin-right: 6rem !important;
  }
  .me-sm-65 {
    margin-right: 6.5rem !important;
  }
  .me-sm-70 {
    margin-right: 7rem !important;
  }
  .me-sm-75 {
    margin-right: 7.5rem !important;
  }
  .me-sm-80 {
    margin-right: 8rem !important;
  }
  .me-sm-85 {
    margin-right: 8.5rem !important;
  }
  .me-sm-90 {
    margin-right: 9rem !important;
  }
  .me-sm-95 {
    margin-right: 9.5rem !important;
  }
  .me-sm-100 {
    margin-right: 10rem !important;
  }
  .me-sm-105 {
    margin-right: 10.5rem !important;
  }
  .me-sm-110 {
    margin-right: 11rem !important;
  }
  .me-sm-115 {
    margin-right: 11.5rem !important;
  }
  .me-sm-120 {
    margin-right: 12rem !important;
  }
  .me-sm-125 {
    margin-right: 12.5rem !important;
  }
  .me-sm-130 {
    margin-right: 13rem !important;
  }
  .me-sm-135 {
    margin-right: 13.5rem !important;
  }
  .me-sm-140 {
    margin-right: 14rem !important;
  }
  .me-sm-145 {
    margin-right: 14.5rem !important;
  }
  .me-sm-150 {
    margin-right: 15rem !important;
  }
  .me-sm-155 {
    margin-right: 15.5rem !important;
  }
  .me-sm-160 {
    margin-right: 16rem !important;
  }
  .me-sm-165 {
    margin-right: 16.5rem !important;
  }
  .me-sm-170 {
    margin-right: 17rem !important;
  }
  .me-sm-175 {
    margin-right: 17.5rem !important;
  }
  .me-sm-180 {
    margin-right: 18rem !important;
  }
  .me-sm-185 {
    margin-right: 18.5rem !important;
  }
  .me-sm-190 {
    margin-right: 19rem !important;
  }
  .me-sm-195 {
    margin-right: 19.5rem !important;
  }
  .me-sm-200 {
    margin-right: 20rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-sm-70 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-sm-90 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-sm-110 {
    margin-bottom: 11rem !important;
  }
  .mb-sm-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-sm-120 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-130 {
    margin-bottom: 13rem !important;
  }
  .mb-sm-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-sm-140 {
    margin-bottom: 14rem !important;
  }
  .mb-sm-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-sm-150 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-sm-160 {
    margin-bottom: 16rem !important;
  }
  .mb-sm-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-sm-170 {
    margin-bottom: 17rem !important;
  }
  .mb-sm-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-sm-180 {
    margin-bottom: 18rem !important;
  }
  .mb-sm-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-sm-190 {
    margin-bottom: 19rem !important;
  }
  .mb-sm-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-sm-200 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-5 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 1rem !important;
  }
  .ms-sm-15 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-20 {
    margin-left: 2rem !important;
  }
  .ms-sm-24 {
    margin-left: 2.4rem !important;
  }
  .ms-sm-25 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-30 {
    margin-left: 3rem !important;
  }
  .ms-sm-35 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-40 {
    margin-left: 4rem !important;
  }
  .ms-sm-45 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-50 {
    margin-left: 5rem !important;
  }
  .ms-sm-55 {
    margin-left: 5.5rem !important;
  }
  .ms-sm-60 {
    margin-left: 6rem !important;
  }
  .ms-sm-65 {
    margin-left: 6.5rem !important;
  }
  .ms-sm-70 {
    margin-left: 7rem !important;
  }
  .ms-sm-75 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-80 {
    margin-left: 8rem !important;
  }
  .ms-sm-85 {
    margin-left: 8.5rem !important;
  }
  .ms-sm-90 {
    margin-left: 9rem !important;
  }
  .ms-sm-95 {
    margin-left: 9.5rem !important;
  }
  .ms-sm-100 {
    margin-left: 10rem !important;
  }
  .ms-sm-105 {
    margin-left: 10.5rem !important;
  }
  .ms-sm-110 {
    margin-left: 11rem !important;
  }
  .ms-sm-115 {
    margin-left: 11.5rem !important;
  }
  .ms-sm-120 {
    margin-left: 12rem !important;
  }
  .ms-sm-125 {
    margin-left: 12.5rem !important;
  }
  .ms-sm-130 {
    margin-left: 13rem !important;
  }
  .ms-sm-135 {
    margin-left: 13.5rem !important;
  }
  .ms-sm-140 {
    margin-left: 14rem !important;
  }
  .ms-sm-145 {
    margin-left: 14.5rem !important;
  }
  .ms-sm-150 {
    margin-left: 15rem !important;
  }
  .ms-sm-155 {
    margin-left: 15.5rem !important;
  }
  .ms-sm-160 {
    margin-left: 16rem !important;
  }
  .ms-sm-165 {
    margin-left: 16.5rem !important;
  }
  .ms-sm-170 {
    margin-left: 17rem !important;
  }
  .ms-sm-175 {
    margin-left: 17.5rem !important;
  }
  .ms-sm-180 {
    margin-left: 18rem !important;
  }
  .ms-sm-185 {
    margin-left: 18.5rem !important;
  }
  .ms-sm-190 {
    margin-left: 19rem !important;
  }
  .ms-sm-195 {
    margin-left: 19.5rem !important;
  }
  .ms-sm-200 {
    margin-left: 20rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-5 {
    padding: 0.5rem !important;
  }
  .p-sm-10 {
    padding: 1rem !important;
  }
  .p-sm-15 {
    padding: 1.5rem !important;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .p-sm-24 {
    padding: 2.4rem !important;
  }
  .p-sm-25 {
    padding: 2.5rem !important;
  }
  .p-sm-30 {
    padding: 3rem !important;
  }
  .p-sm-35 {
    padding: 3.5rem !important;
  }
  .p-sm-40 {
    padding: 4rem !important;
  }
  .p-sm-45 {
    padding: 4.5rem !important;
  }
  .p-sm-50 {
    padding: 5rem !important;
  }
  .p-sm-55 {
    padding: 5.5rem !important;
  }
  .p-sm-60 {
    padding: 6rem !important;
  }
  .p-sm-65 {
    padding: 6.5rem !important;
  }
  .p-sm-70 {
    padding: 7rem !important;
  }
  .p-sm-75 {
    padding: 7.5rem !important;
  }
  .p-sm-80 {
    padding: 8rem !important;
  }
  .p-sm-85 {
    padding: 8.5rem !important;
  }
  .p-sm-90 {
    padding: 9rem !important;
  }
  .p-sm-95 {
    padding: 9.5rem !important;
  }
  .p-sm-100 {
    padding: 10rem !important;
  }
  .p-sm-105 {
    padding: 10.5rem !important;
  }
  .p-sm-110 {
    padding: 11rem !important;
  }
  .p-sm-115 {
    padding: 11.5rem !important;
  }
  .p-sm-120 {
    padding: 12rem !important;
  }
  .p-sm-125 {
    padding: 12.5rem !important;
  }
  .p-sm-130 {
    padding: 13rem !important;
  }
  .p-sm-135 {
    padding: 13.5rem !important;
  }
  .p-sm-140 {
    padding: 14rem !important;
  }
  .p-sm-145 {
    padding: 14.5rem !important;
  }
  .p-sm-150 {
    padding: 15rem !important;
  }
  .p-sm-155 {
    padding: 15.5rem !important;
  }
  .p-sm-160 {
    padding: 16rem !important;
  }
  .p-sm-165 {
    padding: 16.5rem !important;
  }
  .p-sm-170 {
    padding: 17rem !important;
  }
  .p-sm-175 {
    padding: 17.5rem !important;
  }
  .p-sm-180 {
    padding: 18rem !important;
  }
  .p-sm-185 {
    padding: 18.5rem !important;
  }
  .p-sm-190 {
    padding: 19rem !important;
  }
  .p-sm-195 {
    padding: 19.5rem !important;
  }
  .p-sm-200 {
    padding: 20rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-sm-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-sm-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-sm-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-sm-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-sm-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-sm-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-sm-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sm-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-sm-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-sm-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-sm-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-sm-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-sm-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-sm-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-sm-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-sm-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-sm-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-sm-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-sm-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-sm-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-sm-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-sm-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-sm-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-sm-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-sm-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-sm-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-sm-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-sm-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-sm-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sm-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-sm-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-sm-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-sm-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-sm-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-sm-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-sm-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-sm-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-sm-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-sm-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-sm-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-sm-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-sm-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-sm-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-sm-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-5 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 1rem !important;
  }
  .pt-sm-15 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-20 {
    padding-top: 2rem !important;
  }
  .pt-sm-24 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-25 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-30 {
    padding-top: 3rem !important;
  }
  .pt-sm-35 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-40 {
    padding-top: 4rem !important;
  }
  .pt-sm-45 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-50 {
    padding-top: 5rem !important;
  }
  .pt-sm-55 {
    padding-top: 5.5rem !important;
  }
  .pt-sm-60 {
    padding-top: 6rem !important;
  }
  .pt-sm-65 {
    padding-top: 6.5rem !important;
  }
  .pt-sm-70 {
    padding-top: 7rem !important;
  }
  .pt-sm-75 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-80 {
    padding-top: 8rem !important;
  }
  .pt-sm-85 {
    padding-top: 8.5rem !important;
  }
  .pt-sm-90 {
    padding-top: 9rem !important;
  }
  .pt-sm-95 {
    padding-top: 9.5rem !important;
  }
  .pt-sm-100 {
    padding-top: 10rem !important;
  }
  .pt-sm-105 {
    padding-top: 10.5rem !important;
  }
  .pt-sm-110 {
    padding-top: 11rem !important;
  }
  .pt-sm-115 {
    padding-top: 11.5rem !important;
  }
  .pt-sm-120 {
    padding-top: 12rem !important;
  }
  .pt-sm-125 {
    padding-top: 12.5rem !important;
  }
  .pt-sm-130 {
    padding-top: 13rem !important;
  }
  .pt-sm-135 {
    padding-top: 13.5rem !important;
  }
  .pt-sm-140 {
    padding-top: 14rem !important;
  }
  .pt-sm-145 {
    padding-top: 14.5rem !important;
  }
  .pt-sm-150 {
    padding-top: 15rem !important;
  }
  .pt-sm-155 {
    padding-top: 15.5rem !important;
  }
  .pt-sm-160 {
    padding-top: 16rem !important;
  }
  .pt-sm-165 {
    padding-top: 16.5rem !important;
  }
  .pt-sm-170 {
    padding-top: 17rem !important;
  }
  .pt-sm-175 {
    padding-top: 17.5rem !important;
  }
  .pt-sm-180 {
    padding-top: 18rem !important;
  }
  .pt-sm-185 {
    padding-top: 18.5rem !important;
  }
  .pt-sm-190 {
    padding-top: 19rem !important;
  }
  .pt-sm-195 {
    padding-top: 19.5rem !important;
  }
  .pt-sm-200 {
    padding-top: 20rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-5 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 1rem !important;
  }
  .pe-sm-15 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-20 {
    padding-right: 2rem !important;
  }
  .pe-sm-24 {
    padding-right: 2.4rem !important;
  }
  .pe-sm-25 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-30 {
    padding-right: 3rem !important;
  }
  .pe-sm-35 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-40 {
    padding-right: 4rem !important;
  }
  .pe-sm-45 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-50 {
    padding-right: 5rem !important;
  }
  .pe-sm-55 {
    padding-right: 5.5rem !important;
  }
  .pe-sm-60 {
    padding-right: 6rem !important;
  }
  .pe-sm-65 {
    padding-right: 6.5rem !important;
  }
  .pe-sm-70 {
    padding-right: 7rem !important;
  }
  .pe-sm-75 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-80 {
    padding-right: 8rem !important;
  }
  .pe-sm-85 {
    padding-right: 8.5rem !important;
  }
  .pe-sm-90 {
    padding-right: 9rem !important;
  }
  .pe-sm-95 {
    padding-right: 9.5rem !important;
  }
  .pe-sm-100 {
    padding-right: 10rem !important;
  }
  .pe-sm-105 {
    padding-right: 10.5rem !important;
  }
  .pe-sm-110 {
    padding-right: 11rem !important;
  }
  .pe-sm-115 {
    padding-right: 11.5rem !important;
  }
  .pe-sm-120 {
    padding-right: 12rem !important;
  }
  .pe-sm-125 {
    padding-right: 12.5rem !important;
  }
  .pe-sm-130 {
    padding-right: 13rem !important;
  }
  .pe-sm-135 {
    padding-right: 13.5rem !important;
  }
  .pe-sm-140 {
    padding-right: 14rem !important;
  }
  .pe-sm-145 {
    padding-right: 14.5rem !important;
  }
  .pe-sm-150 {
    padding-right: 15rem !important;
  }
  .pe-sm-155 {
    padding-right: 15.5rem !important;
  }
  .pe-sm-160 {
    padding-right: 16rem !important;
  }
  .pe-sm-165 {
    padding-right: 16.5rem !important;
  }
  .pe-sm-170 {
    padding-right: 17rem !important;
  }
  .pe-sm-175 {
    padding-right: 17.5rem !important;
  }
  .pe-sm-180 {
    padding-right: 18rem !important;
  }
  .pe-sm-185 {
    padding-right: 18.5rem !important;
  }
  .pe-sm-190 {
    padding-right: 19rem !important;
  }
  .pe-sm-195 {
    padding-right: 19.5rem !important;
  }
  .pe-sm-200 {
    padding-right: 20rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-sm-70 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-sm-90 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-sm-110 {
    padding-bottom: 11rem !important;
  }
  .pb-sm-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-sm-120 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-sm-130 {
    padding-bottom: 13rem !important;
  }
  .pb-sm-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-sm-140 {
    padding-bottom: 14rem !important;
  }
  .pb-sm-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-sm-150 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-sm-160 {
    padding-bottom: 16rem !important;
  }
  .pb-sm-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-sm-170 {
    padding-bottom: 17rem !important;
  }
  .pb-sm-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-sm-180 {
    padding-bottom: 18rem !important;
  }
  .pb-sm-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-sm-190 {
    padding-bottom: 19rem !important;
  }
  .pb-sm-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-sm-200 {
    padding-bottom: 20rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-5 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 1rem !important;
  }
  .ps-sm-15 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-20 {
    padding-left: 2rem !important;
  }
  .ps-sm-24 {
    padding-left: 2.4rem !important;
  }
  .ps-sm-25 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-30 {
    padding-left: 3rem !important;
  }
  .ps-sm-35 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-40 {
    padding-left: 4rem !important;
  }
  .ps-sm-45 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-50 {
    padding-left: 5rem !important;
  }
  .ps-sm-55 {
    padding-left: 5.5rem !important;
  }
  .ps-sm-60 {
    padding-left: 6rem !important;
  }
  .ps-sm-65 {
    padding-left: 6.5rem !important;
  }
  .ps-sm-70 {
    padding-left: 7rem !important;
  }
  .ps-sm-75 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-80 {
    padding-left: 8rem !important;
  }
  .ps-sm-85 {
    padding-left: 8.5rem !important;
  }
  .ps-sm-90 {
    padding-left: 9rem !important;
  }
  .ps-sm-95 {
    padding-left: 9.5rem !important;
  }
  .ps-sm-100 {
    padding-left: 10rem !important;
  }
  .ps-sm-105 {
    padding-left: 10.5rem !important;
  }
  .ps-sm-110 {
    padding-left: 11rem !important;
  }
  .ps-sm-115 {
    padding-left: 11.5rem !important;
  }
  .ps-sm-120 {
    padding-left: 12rem !important;
  }
  .ps-sm-125 {
    padding-left: 12.5rem !important;
  }
  .ps-sm-130 {
    padding-left: 13rem !important;
  }
  .ps-sm-135 {
    padding-left: 13.5rem !important;
  }
  .ps-sm-140 {
    padding-left: 14rem !important;
  }
  .ps-sm-145 {
    padding-left: 14.5rem !important;
  }
  .ps-sm-150 {
    padding-left: 15rem !important;
  }
  .ps-sm-155 {
    padding-left: 15.5rem !important;
  }
  .ps-sm-160 {
    padding-left: 16rem !important;
  }
  .ps-sm-165 {
    padding-left: 16.5rem !important;
  }
  .ps-sm-170 {
    padding-left: 17rem !important;
  }
  .ps-sm-175 {
    padding-left: 17.5rem !important;
  }
  .ps-sm-180 {
    padding-left: 18rem !important;
  }
  .ps-sm-185 {
    padding-left: 18.5rem !important;
  }
  .ps-sm-190 {
    padding-left: 19rem !important;
  }
  .ps-sm-195 {
    padding-left: 19.5rem !important;
  }
  .ps-sm-200 {
    padding-left: 20rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-5 {
    gap: 0.5rem !important;
  }
  .gap-sm-10 {
    gap: 1rem !important;
  }
  .gap-sm-15 {
    gap: 1.5rem !important;
  }
  .gap-sm-20 {
    gap: 2rem !important;
  }
  .gap-sm-24 {
    gap: 2.4rem !important;
  }
  .gap-sm-25 {
    gap: 2.5rem !important;
  }
  .gap-sm-30 {
    gap: 3rem !important;
  }
  .gap-sm-35 {
    gap: 3.5rem !important;
  }
  .gap-sm-40 {
    gap: 4rem !important;
  }
  .gap-sm-45 {
    gap: 4.5rem !important;
  }
  .gap-sm-50 {
    gap: 5rem !important;
  }
  .gap-sm-55 {
    gap: 5.5rem !important;
  }
  .gap-sm-60 {
    gap: 6rem !important;
  }
  .gap-sm-65 {
    gap: 6.5rem !important;
  }
  .gap-sm-70 {
    gap: 7rem !important;
  }
  .gap-sm-75 {
    gap: 7.5rem !important;
  }
  .gap-sm-80 {
    gap: 8rem !important;
  }
  .gap-sm-85 {
    gap: 8.5rem !important;
  }
  .gap-sm-90 {
    gap: 9rem !important;
  }
  .gap-sm-95 {
    gap: 9.5rem !important;
  }
  .gap-sm-100 {
    gap: 10rem !important;
  }
  .gap-sm-105 {
    gap: 10.5rem !important;
  }
  .gap-sm-110 {
    gap: 11rem !important;
  }
  .gap-sm-115 {
    gap: 11.5rem !important;
  }
  .gap-sm-120 {
    gap: 12rem !important;
  }
  .gap-sm-125 {
    gap: 12.5rem !important;
  }
  .gap-sm-130 {
    gap: 13rem !important;
  }
  .gap-sm-135 {
    gap: 13.5rem !important;
  }
  .gap-sm-140 {
    gap: 14rem !important;
  }
  .gap-sm-145 {
    gap: 14.5rem !important;
  }
  .gap-sm-150 {
    gap: 15rem !important;
  }
  .gap-sm-155 {
    gap: 15.5rem !important;
  }
  .gap-sm-160 {
    gap: 16rem !important;
  }
  .gap-sm-165 {
    gap: 16.5rem !important;
  }
  .gap-sm-170 {
    gap: 17rem !important;
  }
  .gap-sm-175 {
    gap: 17.5rem !important;
  }
  .gap-sm-180 {
    gap: 18rem !important;
  }
  .gap-sm-185 {
    gap: 18.5rem !important;
  }
  .gap-sm-190 {
    gap: 19rem !important;
  }
  .gap-sm-195 {
    gap: 19.5rem !important;
  }
  .gap-sm-200 {
    gap: 20rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-5 {
    margin: 0.5rem !important;
  }
  .m-md-10 {
    margin: 1rem !important;
  }
  .m-md-15 {
    margin: 1.5rem !important;
  }
  .m-md-20 {
    margin: 2rem !important;
  }
  .m-md-24 {
    margin: 2.4rem !important;
  }
  .m-md-25 {
    margin: 2.5rem !important;
  }
  .m-md-30 {
    margin: 3rem !important;
  }
  .m-md-35 {
    margin: 3.5rem !important;
  }
  .m-md-40 {
    margin: 4rem !important;
  }
  .m-md-45 {
    margin: 4.5rem !important;
  }
  .m-md-50 {
    margin: 5rem !important;
  }
  .m-md-55 {
    margin: 5.5rem !important;
  }
  .m-md-60 {
    margin: 6rem !important;
  }
  .m-md-65 {
    margin: 6.5rem !important;
  }
  .m-md-70 {
    margin: 7rem !important;
  }
  .m-md-75 {
    margin: 7.5rem !important;
  }
  .m-md-80 {
    margin: 8rem !important;
  }
  .m-md-85 {
    margin: 8.5rem !important;
  }
  .m-md-90 {
    margin: 9rem !important;
  }
  .m-md-95 {
    margin: 9.5rem !important;
  }
  .m-md-100 {
    margin: 10rem !important;
  }
  .m-md-105 {
    margin: 10.5rem !important;
  }
  .m-md-110 {
    margin: 11rem !important;
  }
  .m-md-115 {
    margin: 11.5rem !important;
  }
  .m-md-120 {
    margin: 12rem !important;
  }
  .m-md-125 {
    margin: 12.5rem !important;
  }
  .m-md-130 {
    margin: 13rem !important;
  }
  .m-md-135 {
    margin: 13.5rem !important;
  }
  .m-md-140 {
    margin: 14rem !important;
  }
  .m-md-145 {
    margin: 14.5rem !important;
  }
  .m-md-150 {
    margin: 15rem !important;
  }
  .m-md-155 {
    margin: 15.5rem !important;
  }
  .m-md-160 {
    margin: 16rem !important;
  }
  .m-md-165 {
    margin: 16.5rem !important;
  }
  .m-md-170 {
    margin: 17rem !important;
  }
  .m-md-175 {
    margin: 17.5rem !important;
  }
  .m-md-180 {
    margin: 18rem !important;
  }
  .m-md-185 {
    margin: 18.5rem !important;
  }
  .m-md-190 {
    margin: 19rem !important;
  }
  .m-md-195 {
    margin: 19.5rem !important;
  }
  .m-md-200 {
    margin: 20rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-md-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-md-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-md-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-md-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-md-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-md-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-md-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-md-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-md-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-md-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-md-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-md-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-md-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-md-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-md-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-md-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-md-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-md-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-md-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-md-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-md-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-md-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-md-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-md-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-md-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-md-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-md-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-md-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-md-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-md-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-md-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-md-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-md-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-md-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-md-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-md-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-md-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-md-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-md-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-md-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 0.5rem !important;
  }
  .mt-md-10 {
    margin-top: 1rem !important;
  }
  .mt-md-15 {
    margin-top: 1.5rem !important;
  }
  .mt-md-20 {
    margin-top: 2rem !important;
  }
  .mt-md-24 {
    margin-top: 2.4rem !important;
  }
  .mt-md-25 {
    margin-top: 2.5rem !important;
  }
  .mt-md-30 {
    margin-top: 3rem !important;
  }
  .mt-md-35 {
    margin-top: 3.5rem !important;
  }
  .mt-md-40 {
    margin-top: 4rem !important;
  }
  .mt-md-45 {
    margin-top: 4.5rem !important;
  }
  .mt-md-50 {
    margin-top: 5rem !important;
  }
  .mt-md-55 {
    margin-top: 5.5rem !important;
  }
  .mt-md-60 {
    margin-top: 6rem !important;
  }
  .mt-md-65 {
    margin-top: 6.5rem !important;
  }
  .mt-md-70 {
    margin-top: 7rem !important;
  }
  .mt-md-75 {
    margin-top: 7.5rem !important;
  }
  .mt-md-80 {
    margin-top: 8rem !important;
  }
  .mt-md-85 {
    margin-top: 8.5rem !important;
  }
  .mt-md-90 {
    margin-top: 9rem !important;
  }
  .mt-md-95 {
    margin-top: 9.5rem !important;
  }
  .mt-md-100 {
    margin-top: 10rem !important;
  }
  .mt-md-105 {
    margin-top: 10.5rem !important;
  }
  .mt-md-110 {
    margin-top: 11rem !important;
  }
  .mt-md-115 {
    margin-top: 11.5rem !important;
  }
  .mt-md-120 {
    margin-top: 12rem !important;
  }
  .mt-md-125 {
    margin-top: 12.5rem !important;
  }
  .mt-md-130 {
    margin-top: 13rem !important;
  }
  .mt-md-135 {
    margin-top: 13.5rem !important;
  }
  .mt-md-140 {
    margin-top: 14rem !important;
  }
  .mt-md-145 {
    margin-top: 14.5rem !important;
  }
  .mt-md-150 {
    margin-top: 15rem !important;
  }
  .mt-md-155 {
    margin-top: 15.5rem !important;
  }
  .mt-md-160 {
    margin-top: 16rem !important;
  }
  .mt-md-165 {
    margin-top: 16.5rem !important;
  }
  .mt-md-170 {
    margin-top: 17rem !important;
  }
  .mt-md-175 {
    margin-top: 17.5rem !important;
  }
  .mt-md-180 {
    margin-top: 18rem !important;
  }
  .mt-md-185 {
    margin-top: 18.5rem !important;
  }
  .mt-md-190 {
    margin-top: 19rem !important;
  }
  .mt-md-195 {
    margin-top: 19.5rem !important;
  }
  .mt-md-200 {
    margin-top: 20rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-5 {
    margin-right: 0.5rem !important;
  }
  .me-md-10 {
    margin-right: 1rem !important;
  }
  .me-md-15 {
    margin-right: 1.5rem !important;
  }
  .me-md-20 {
    margin-right: 2rem !important;
  }
  .me-md-24 {
    margin-right: 2.4rem !important;
  }
  .me-md-25 {
    margin-right: 2.5rem !important;
  }
  .me-md-30 {
    margin-right: 3rem !important;
  }
  .me-md-35 {
    margin-right: 3.5rem !important;
  }
  .me-md-40 {
    margin-right: 4rem !important;
  }
  .me-md-45 {
    margin-right: 4.5rem !important;
  }
  .me-md-50 {
    margin-right: 5rem !important;
  }
  .me-md-55 {
    margin-right: 5.5rem !important;
  }
  .me-md-60 {
    margin-right: 6rem !important;
  }
  .me-md-65 {
    margin-right: 6.5rem !important;
  }
  .me-md-70 {
    margin-right: 7rem !important;
  }
  .me-md-75 {
    margin-right: 7.5rem !important;
  }
  .me-md-80 {
    margin-right: 8rem !important;
  }
  .me-md-85 {
    margin-right: 8.5rem !important;
  }
  .me-md-90 {
    margin-right: 9rem !important;
  }
  .me-md-95 {
    margin-right: 9.5rem !important;
  }
  .me-md-100 {
    margin-right: 10rem !important;
  }
  .me-md-105 {
    margin-right: 10.5rem !important;
  }
  .me-md-110 {
    margin-right: 11rem !important;
  }
  .me-md-115 {
    margin-right: 11.5rem !important;
  }
  .me-md-120 {
    margin-right: 12rem !important;
  }
  .me-md-125 {
    margin-right: 12.5rem !important;
  }
  .me-md-130 {
    margin-right: 13rem !important;
  }
  .me-md-135 {
    margin-right: 13.5rem !important;
  }
  .me-md-140 {
    margin-right: 14rem !important;
  }
  .me-md-145 {
    margin-right: 14.5rem !important;
  }
  .me-md-150 {
    margin-right: 15rem !important;
  }
  .me-md-155 {
    margin-right: 15.5rem !important;
  }
  .me-md-160 {
    margin-right: 16rem !important;
  }
  .me-md-165 {
    margin-right: 16.5rem !important;
  }
  .me-md-170 {
    margin-right: 17rem !important;
  }
  .me-md-175 {
    margin-right: 17.5rem !important;
  }
  .me-md-180 {
    margin-right: 18rem !important;
  }
  .me-md-185 {
    margin-right: 18.5rem !important;
  }
  .me-md-190 {
    margin-right: 19rem !important;
  }
  .me-md-195 {
    margin-right: 19.5rem !important;
  }
  .me-md-200 {
    margin-right: 20rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 1rem !important;
  }
  .mb-md-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-20 {
    margin-bottom: 2rem !important;
  }
  .mb-md-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-30 {
    margin-bottom: 3rem !important;
  }
  .mb-md-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-40 {
    margin-bottom: 4rem !important;
  }
  .mb-md-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-50 {
    margin-bottom: 5rem !important;
  }
  .mb-md-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-60 {
    margin-bottom: 6rem !important;
  }
  .mb-md-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-70 {
    margin-bottom: 7rem !important;
  }
  .mb-md-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-80 {
    margin-bottom: 8rem !important;
  }
  .mb-md-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-md-90 {
    margin-bottom: 9rem !important;
  }
  .mb-md-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-md-100 {
    margin-bottom: 10rem !important;
  }
  .mb-md-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-md-110 {
    margin-bottom: 11rem !important;
  }
  .mb-md-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-md-120 {
    margin-bottom: 12rem !important;
  }
  .mb-md-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-130 {
    margin-bottom: 13rem !important;
  }
  .mb-md-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-md-140 {
    margin-bottom: 14rem !important;
  }
  .mb-md-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-md-150 {
    margin-bottom: 15rem !important;
  }
  .mb-md-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-md-160 {
    margin-bottom: 16rem !important;
  }
  .mb-md-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-md-170 {
    margin-bottom: 17rem !important;
  }
  .mb-md-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-md-180 {
    margin-bottom: 18rem !important;
  }
  .mb-md-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-md-190 {
    margin-bottom: 19rem !important;
  }
  .mb-md-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-md-200 {
    margin-bottom: 20rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-5 {
    margin-left: 0.5rem !important;
  }
  .ms-md-10 {
    margin-left: 1rem !important;
  }
  .ms-md-15 {
    margin-left: 1.5rem !important;
  }
  .ms-md-20 {
    margin-left: 2rem !important;
  }
  .ms-md-24 {
    margin-left: 2.4rem !important;
  }
  .ms-md-25 {
    margin-left: 2.5rem !important;
  }
  .ms-md-30 {
    margin-left: 3rem !important;
  }
  .ms-md-35 {
    margin-left: 3.5rem !important;
  }
  .ms-md-40 {
    margin-left: 4rem !important;
  }
  .ms-md-45 {
    margin-left: 4.5rem !important;
  }
  .ms-md-50 {
    margin-left: 5rem !important;
  }
  .ms-md-55 {
    margin-left: 5.5rem !important;
  }
  .ms-md-60 {
    margin-left: 6rem !important;
  }
  .ms-md-65 {
    margin-left: 6.5rem !important;
  }
  .ms-md-70 {
    margin-left: 7rem !important;
  }
  .ms-md-75 {
    margin-left: 7.5rem !important;
  }
  .ms-md-80 {
    margin-left: 8rem !important;
  }
  .ms-md-85 {
    margin-left: 8.5rem !important;
  }
  .ms-md-90 {
    margin-left: 9rem !important;
  }
  .ms-md-95 {
    margin-left: 9.5rem !important;
  }
  .ms-md-100 {
    margin-left: 10rem !important;
  }
  .ms-md-105 {
    margin-left: 10.5rem !important;
  }
  .ms-md-110 {
    margin-left: 11rem !important;
  }
  .ms-md-115 {
    margin-left: 11.5rem !important;
  }
  .ms-md-120 {
    margin-left: 12rem !important;
  }
  .ms-md-125 {
    margin-left: 12.5rem !important;
  }
  .ms-md-130 {
    margin-left: 13rem !important;
  }
  .ms-md-135 {
    margin-left: 13.5rem !important;
  }
  .ms-md-140 {
    margin-left: 14rem !important;
  }
  .ms-md-145 {
    margin-left: 14.5rem !important;
  }
  .ms-md-150 {
    margin-left: 15rem !important;
  }
  .ms-md-155 {
    margin-left: 15.5rem !important;
  }
  .ms-md-160 {
    margin-left: 16rem !important;
  }
  .ms-md-165 {
    margin-left: 16.5rem !important;
  }
  .ms-md-170 {
    margin-left: 17rem !important;
  }
  .ms-md-175 {
    margin-left: 17.5rem !important;
  }
  .ms-md-180 {
    margin-left: 18rem !important;
  }
  .ms-md-185 {
    margin-left: 18.5rem !important;
  }
  .ms-md-190 {
    margin-left: 19rem !important;
  }
  .ms-md-195 {
    margin-left: 19.5rem !important;
  }
  .ms-md-200 {
    margin-left: 20rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-5 {
    padding: 0.5rem !important;
  }
  .p-md-10 {
    padding: 1rem !important;
  }
  .p-md-15 {
    padding: 1.5rem !important;
  }
  .p-md-20 {
    padding: 2rem !important;
  }
  .p-md-24 {
    padding: 2.4rem !important;
  }
  .p-md-25 {
    padding: 2.5rem !important;
  }
  .p-md-30 {
    padding: 3rem !important;
  }
  .p-md-35 {
    padding: 3.5rem !important;
  }
  .p-md-40 {
    padding: 4rem !important;
  }
  .p-md-45 {
    padding: 4.5rem !important;
  }
  .p-md-50 {
    padding: 5rem !important;
  }
  .p-md-55 {
    padding: 5.5rem !important;
  }
  .p-md-60 {
    padding: 6rem !important;
  }
  .p-md-65 {
    padding: 6.5rem !important;
  }
  .p-md-70 {
    padding: 7rem !important;
  }
  .p-md-75 {
    padding: 7.5rem !important;
  }
  .p-md-80 {
    padding: 8rem !important;
  }
  .p-md-85 {
    padding: 8.5rem !important;
  }
  .p-md-90 {
    padding: 9rem !important;
  }
  .p-md-95 {
    padding: 9.5rem !important;
  }
  .p-md-100 {
    padding: 10rem !important;
  }
  .p-md-105 {
    padding: 10.5rem !important;
  }
  .p-md-110 {
    padding: 11rem !important;
  }
  .p-md-115 {
    padding: 11.5rem !important;
  }
  .p-md-120 {
    padding: 12rem !important;
  }
  .p-md-125 {
    padding: 12.5rem !important;
  }
  .p-md-130 {
    padding: 13rem !important;
  }
  .p-md-135 {
    padding: 13.5rem !important;
  }
  .p-md-140 {
    padding: 14rem !important;
  }
  .p-md-145 {
    padding: 14.5rem !important;
  }
  .p-md-150 {
    padding: 15rem !important;
  }
  .p-md-155 {
    padding: 15.5rem !important;
  }
  .p-md-160 {
    padding: 16rem !important;
  }
  .p-md-165 {
    padding: 16.5rem !important;
  }
  .p-md-170 {
    padding: 17rem !important;
  }
  .p-md-175 {
    padding: 17.5rem !important;
  }
  .p-md-180 {
    padding: 18rem !important;
  }
  .p-md-185 {
    padding: 18.5rem !important;
  }
  .p-md-190 {
    padding: 19rem !important;
  }
  .p-md-195 {
    padding: 19.5rem !important;
  }
  .p-md-200 {
    padding: 20rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-md-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-md-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-md-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-md-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-md-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-md-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-md-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-md-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-md-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-md-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-md-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-md-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-md-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-md-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-md-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-md-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-md-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-md-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-md-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-md-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-md-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-md-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-md-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-md-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-md-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-md-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-md-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-md-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-md-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-md-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-md-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-md-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-md-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-md-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-md-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-md-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-md-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-md-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-md-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-md-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-5 {
    padding-top: 0.5rem !important;
  }
  .pt-md-10 {
    padding-top: 1rem !important;
  }
  .pt-md-15 {
    padding-top: 1.5rem !important;
  }
  .pt-md-20 {
    padding-top: 2rem !important;
  }
  .pt-md-24 {
    padding-top: 2.4rem !important;
  }
  .pt-md-25 {
    padding-top: 2.5rem !important;
  }
  .pt-md-30 {
    padding-top: 3rem !important;
  }
  .pt-md-35 {
    padding-top: 3.5rem !important;
  }
  .pt-md-40 {
    padding-top: 4rem !important;
  }
  .pt-md-45 {
    padding-top: 4.5rem !important;
  }
  .pt-md-50 {
    padding-top: 5rem !important;
  }
  .pt-md-55 {
    padding-top: 5.5rem !important;
  }
  .pt-md-60 {
    padding-top: 6rem !important;
  }
  .pt-md-65 {
    padding-top: 6.5rem !important;
  }
  .pt-md-70 {
    padding-top: 7rem !important;
  }
  .pt-md-75 {
    padding-top: 7.5rem !important;
  }
  .pt-md-80 {
    padding-top: 8rem !important;
  }
  .pt-md-85 {
    padding-top: 8.5rem !important;
  }
  .pt-md-90 {
    padding-top: 9rem !important;
  }
  .pt-md-95 {
    padding-top: 9.5rem !important;
  }
  .pt-md-100 {
    padding-top: 10rem !important;
  }
  .pt-md-105 {
    padding-top: 10.5rem !important;
  }
  .pt-md-110 {
    padding-top: 11rem !important;
  }
  .pt-md-115 {
    padding-top: 11.5rem !important;
  }
  .pt-md-120 {
    padding-top: 12rem !important;
  }
  .pt-md-125 {
    padding-top: 12.5rem !important;
  }
  .pt-md-130 {
    padding-top: 13rem !important;
  }
  .pt-md-135 {
    padding-top: 13.5rem !important;
  }
  .pt-md-140 {
    padding-top: 14rem !important;
  }
  .pt-md-145 {
    padding-top: 14.5rem !important;
  }
  .pt-md-150 {
    padding-top: 15rem !important;
  }
  .pt-md-155 {
    padding-top: 15.5rem !important;
  }
  .pt-md-160 {
    padding-top: 16rem !important;
  }
  .pt-md-165 {
    padding-top: 16.5rem !important;
  }
  .pt-md-170 {
    padding-top: 17rem !important;
  }
  .pt-md-175 {
    padding-top: 17.5rem !important;
  }
  .pt-md-180 {
    padding-top: 18rem !important;
  }
  .pt-md-185 {
    padding-top: 18.5rem !important;
  }
  .pt-md-190 {
    padding-top: 19rem !important;
  }
  .pt-md-195 {
    padding-top: 19.5rem !important;
  }
  .pt-md-200 {
    padding-top: 20rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-5 {
    padding-right: 0.5rem !important;
  }
  .pe-md-10 {
    padding-right: 1rem !important;
  }
  .pe-md-15 {
    padding-right: 1.5rem !important;
  }
  .pe-md-20 {
    padding-right: 2rem !important;
  }
  .pe-md-24 {
    padding-right: 2.4rem !important;
  }
  .pe-md-25 {
    padding-right: 2.5rem !important;
  }
  .pe-md-30 {
    padding-right: 3rem !important;
  }
  .pe-md-35 {
    padding-right: 3.5rem !important;
  }
  .pe-md-40 {
    padding-right: 4rem !important;
  }
  .pe-md-45 {
    padding-right: 4.5rem !important;
  }
  .pe-md-50 {
    padding-right: 5rem !important;
  }
  .pe-md-55 {
    padding-right: 5.5rem !important;
  }
  .pe-md-60 {
    padding-right: 6rem !important;
  }
  .pe-md-65 {
    padding-right: 6.5rem !important;
  }
  .pe-md-70 {
    padding-right: 7rem !important;
  }
  .pe-md-75 {
    padding-right: 7.5rem !important;
  }
  .pe-md-80 {
    padding-right: 8rem !important;
  }
  .pe-md-85 {
    padding-right: 8.5rem !important;
  }
  .pe-md-90 {
    padding-right: 9rem !important;
  }
  .pe-md-95 {
    padding-right: 9.5rem !important;
  }
  .pe-md-100 {
    padding-right: 10rem !important;
  }
  .pe-md-105 {
    padding-right: 10.5rem !important;
  }
  .pe-md-110 {
    padding-right: 11rem !important;
  }
  .pe-md-115 {
    padding-right: 11.5rem !important;
  }
  .pe-md-120 {
    padding-right: 12rem !important;
  }
  .pe-md-125 {
    padding-right: 12.5rem !important;
  }
  .pe-md-130 {
    padding-right: 13rem !important;
  }
  .pe-md-135 {
    padding-right: 13.5rem !important;
  }
  .pe-md-140 {
    padding-right: 14rem !important;
  }
  .pe-md-145 {
    padding-right: 14.5rem !important;
  }
  .pe-md-150 {
    padding-right: 15rem !important;
  }
  .pe-md-155 {
    padding-right: 15.5rem !important;
  }
  .pe-md-160 {
    padding-right: 16rem !important;
  }
  .pe-md-165 {
    padding-right: 16.5rem !important;
  }
  .pe-md-170 {
    padding-right: 17rem !important;
  }
  .pe-md-175 {
    padding-right: 17.5rem !important;
  }
  .pe-md-180 {
    padding-right: 18rem !important;
  }
  .pe-md-185 {
    padding-right: 18.5rem !important;
  }
  .pe-md-190 {
    padding-right: 19rem !important;
  }
  .pe-md-195 {
    padding-right: 19.5rem !important;
  }
  .pe-md-200 {
    padding-right: 20rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 1rem !important;
  }
  .pb-md-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-20 {
    padding-bottom: 2rem !important;
  }
  .pb-md-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-30 {
    padding-bottom: 3rem !important;
  }
  .pb-md-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-40 {
    padding-bottom: 4rem !important;
  }
  .pb-md-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-50 {
    padding-bottom: 5rem !important;
  }
  .pb-md-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-60 {
    padding-bottom: 6rem !important;
  }
  .pb-md-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-70 {
    padding-bottom: 7rem !important;
  }
  .pb-md-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-80 {
    padding-bottom: 8rem !important;
  }
  .pb-md-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-md-90 {
    padding-bottom: 9rem !important;
  }
  .pb-md-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-md-100 {
    padding-bottom: 10rem !important;
  }
  .pb-md-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-md-110 {
    padding-bottom: 11rem !important;
  }
  .pb-md-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-md-120 {
    padding-bottom: 12rem !important;
  }
  .pb-md-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-md-130 {
    padding-bottom: 13rem !important;
  }
  .pb-md-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-md-140 {
    padding-bottom: 14rem !important;
  }
  .pb-md-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-md-150 {
    padding-bottom: 15rem !important;
  }
  .pb-md-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-md-160 {
    padding-bottom: 16rem !important;
  }
  .pb-md-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-md-170 {
    padding-bottom: 17rem !important;
  }
  .pb-md-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-md-180 {
    padding-bottom: 18rem !important;
  }
  .pb-md-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-md-190 {
    padding-bottom: 19rem !important;
  }
  .pb-md-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-md-200 {
    padding-bottom: 20rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-5 {
    padding-left: 0.5rem !important;
  }
  .ps-md-10 {
    padding-left: 1rem !important;
  }
  .ps-md-15 {
    padding-left: 1.5rem !important;
  }
  .ps-md-20 {
    padding-left: 2rem !important;
  }
  .ps-md-24 {
    padding-left: 2.4rem !important;
  }
  .ps-md-25 {
    padding-left: 2.5rem !important;
  }
  .ps-md-30 {
    padding-left: 3rem !important;
  }
  .ps-md-35 {
    padding-left: 3.5rem !important;
  }
  .ps-md-40 {
    padding-left: 4rem !important;
  }
  .ps-md-45 {
    padding-left: 4.5rem !important;
  }
  .ps-md-50 {
    padding-left: 5rem !important;
  }
  .ps-md-55 {
    padding-left: 5.5rem !important;
  }
  .ps-md-60 {
    padding-left: 6rem !important;
  }
  .ps-md-65 {
    padding-left: 6.5rem !important;
  }
  .ps-md-70 {
    padding-left: 7rem !important;
  }
  .ps-md-75 {
    padding-left: 7.5rem !important;
  }
  .ps-md-80 {
    padding-left: 8rem !important;
  }
  .ps-md-85 {
    padding-left: 8.5rem !important;
  }
  .ps-md-90 {
    padding-left: 9rem !important;
  }
  .ps-md-95 {
    padding-left: 9.5rem !important;
  }
  .ps-md-100 {
    padding-left: 10rem !important;
  }
  .ps-md-105 {
    padding-left: 10.5rem !important;
  }
  .ps-md-110 {
    padding-left: 11rem !important;
  }
  .ps-md-115 {
    padding-left: 11.5rem !important;
  }
  .ps-md-120 {
    padding-left: 12rem !important;
  }
  .ps-md-125 {
    padding-left: 12.5rem !important;
  }
  .ps-md-130 {
    padding-left: 13rem !important;
  }
  .ps-md-135 {
    padding-left: 13.5rem !important;
  }
  .ps-md-140 {
    padding-left: 14rem !important;
  }
  .ps-md-145 {
    padding-left: 14.5rem !important;
  }
  .ps-md-150 {
    padding-left: 15rem !important;
  }
  .ps-md-155 {
    padding-left: 15.5rem !important;
  }
  .ps-md-160 {
    padding-left: 16rem !important;
  }
  .ps-md-165 {
    padding-left: 16.5rem !important;
  }
  .ps-md-170 {
    padding-left: 17rem !important;
  }
  .ps-md-175 {
    padding-left: 17.5rem !important;
  }
  .ps-md-180 {
    padding-left: 18rem !important;
  }
  .ps-md-185 {
    padding-left: 18.5rem !important;
  }
  .ps-md-190 {
    padding-left: 19rem !important;
  }
  .ps-md-195 {
    padding-left: 19.5rem !important;
  }
  .ps-md-200 {
    padding-left: 20rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-5 {
    gap: 0.5rem !important;
  }
  .gap-md-10 {
    gap: 1rem !important;
  }
  .gap-md-15 {
    gap: 1.5rem !important;
  }
  .gap-md-20 {
    gap: 2rem !important;
  }
  .gap-md-24 {
    gap: 2.4rem !important;
  }
  .gap-md-25 {
    gap: 2.5rem !important;
  }
  .gap-md-30 {
    gap: 3rem !important;
  }
  .gap-md-35 {
    gap: 3.5rem !important;
  }
  .gap-md-40 {
    gap: 4rem !important;
  }
  .gap-md-45 {
    gap: 4.5rem !important;
  }
  .gap-md-50 {
    gap: 5rem !important;
  }
  .gap-md-55 {
    gap: 5.5rem !important;
  }
  .gap-md-60 {
    gap: 6rem !important;
  }
  .gap-md-65 {
    gap: 6.5rem !important;
  }
  .gap-md-70 {
    gap: 7rem !important;
  }
  .gap-md-75 {
    gap: 7.5rem !important;
  }
  .gap-md-80 {
    gap: 8rem !important;
  }
  .gap-md-85 {
    gap: 8.5rem !important;
  }
  .gap-md-90 {
    gap: 9rem !important;
  }
  .gap-md-95 {
    gap: 9.5rem !important;
  }
  .gap-md-100 {
    gap: 10rem !important;
  }
  .gap-md-105 {
    gap: 10.5rem !important;
  }
  .gap-md-110 {
    gap: 11rem !important;
  }
  .gap-md-115 {
    gap: 11.5rem !important;
  }
  .gap-md-120 {
    gap: 12rem !important;
  }
  .gap-md-125 {
    gap: 12.5rem !important;
  }
  .gap-md-130 {
    gap: 13rem !important;
  }
  .gap-md-135 {
    gap: 13.5rem !important;
  }
  .gap-md-140 {
    gap: 14rem !important;
  }
  .gap-md-145 {
    gap: 14.5rem !important;
  }
  .gap-md-150 {
    gap: 15rem !important;
  }
  .gap-md-155 {
    gap: 15.5rem !important;
  }
  .gap-md-160 {
    gap: 16rem !important;
  }
  .gap-md-165 {
    gap: 16.5rem !important;
  }
  .gap-md-170 {
    gap: 17rem !important;
  }
  .gap-md-175 {
    gap: 17.5rem !important;
  }
  .gap-md-180 {
    gap: 18rem !important;
  }
  .gap-md-185 {
    gap: 18.5rem !important;
  }
  .gap-md-190 {
    gap: 19rem !important;
  }
  .gap-md-195 {
    gap: 19.5rem !important;
  }
  .gap-md-200 {
    gap: 20rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-5 {
    margin: 0.5rem !important;
  }
  .m-lg-10 {
    margin: 1rem !important;
  }
  .m-lg-15 {
    margin: 1.5rem !important;
  }
  .m-lg-20 {
    margin: 2rem !important;
  }
  .m-lg-24 {
    margin: 2.4rem !important;
  }
  .m-lg-25 {
    margin: 2.5rem !important;
  }
  .m-lg-30 {
    margin: 3rem !important;
  }
  .m-lg-35 {
    margin: 3.5rem !important;
  }
  .m-lg-40 {
    margin: 4rem !important;
  }
  .m-lg-45 {
    margin: 4.5rem !important;
  }
  .m-lg-50 {
    margin: 5rem !important;
  }
  .m-lg-55 {
    margin: 5.5rem !important;
  }
  .m-lg-60 {
    margin: 6rem !important;
  }
  .m-lg-65 {
    margin: 6.5rem !important;
  }
  .m-lg-70 {
    margin: 7rem !important;
  }
  .m-lg-75 {
    margin: 7.5rem !important;
  }
  .m-lg-80 {
    margin: 8rem !important;
  }
  .m-lg-85 {
    margin: 8.5rem !important;
  }
  .m-lg-90 {
    margin: 9rem !important;
  }
  .m-lg-95 {
    margin: 9.5rem !important;
  }
  .m-lg-100 {
    margin: 10rem !important;
  }
  .m-lg-105 {
    margin: 10.5rem !important;
  }
  .m-lg-110 {
    margin: 11rem !important;
  }
  .m-lg-115 {
    margin: 11.5rem !important;
  }
  .m-lg-120 {
    margin: 12rem !important;
  }
  .m-lg-125 {
    margin: 12.5rem !important;
  }
  .m-lg-130 {
    margin: 13rem !important;
  }
  .m-lg-135 {
    margin: 13.5rem !important;
  }
  .m-lg-140 {
    margin: 14rem !important;
  }
  .m-lg-145 {
    margin: 14.5rem !important;
  }
  .m-lg-150 {
    margin: 15rem !important;
  }
  .m-lg-155 {
    margin: 15.5rem !important;
  }
  .m-lg-160 {
    margin: 16rem !important;
  }
  .m-lg-165 {
    margin: 16.5rem !important;
  }
  .m-lg-170 {
    margin: 17rem !important;
  }
  .m-lg-175 {
    margin: 17.5rem !important;
  }
  .m-lg-180 {
    margin: 18rem !important;
  }
  .m-lg-185 {
    margin: 18.5rem !important;
  }
  .m-lg-190 {
    margin: 19rem !important;
  }
  .m-lg-195 {
    margin: 19.5rem !important;
  }
  .m-lg-200 {
    margin: 20rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-lg-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-lg-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-lg-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-lg-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-lg-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-lg-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-lg-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-lg-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-lg-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-lg-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-lg-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-lg-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-lg-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-lg-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-lg-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-lg-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-lg-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-lg-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-lg-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-lg-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-lg-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-lg-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-lg-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-lg-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-lg-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-lg-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-lg-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-lg-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-lg-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-lg-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-lg-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-lg-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-lg-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-lg-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-lg-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-lg-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-lg-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-lg-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-lg-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-lg-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-5 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 1rem !important;
  }
  .mt-lg-15 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-20 {
    margin-top: 2rem !important;
  }
  .mt-lg-24 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-25 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-30 {
    margin-top: 3rem !important;
  }
  .mt-lg-35 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-40 {
    margin-top: 4rem !important;
  }
  .mt-lg-45 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-50 {
    margin-top: 5rem !important;
  }
  .mt-lg-55 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-60 {
    margin-top: 6rem !important;
  }
  .mt-lg-65 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-70 {
    margin-top: 7rem !important;
  }
  .mt-lg-75 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-80 {
    margin-top: 8rem !important;
  }
  .mt-lg-85 {
    margin-top: 8.5rem !important;
  }
  .mt-lg-90 {
    margin-top: 9rem !important;
  }
  .mt-lg-95 {
    margin-top: 9.5rem !important;
  }
  .mt-lg-100 {
    margin-top: 10rem !important;
  }
  .mt-lg-105 {
    margin-top: 10.5rem !important;
  }
  .mt-lg-110 {
    margin-top: 11rem !important;
  }
  .mt-lg-115 {
    margin-top: 11.5rem !important;
  }
  .mt-lg-120 {
    margin-top: 12rem !important;
  }
  .mt-lg-125 {
    margin-top: 12.5rem !important;
  }
  .mt-lg-130 {
    margin-top: 13rem !important;
  }
  .mt-lg-135 {
    margin-top: 13.5rem !important;
  }
  .mt-lg-140 {
    margin-top: 14rem !important;
  }
  .mt-lg-145 {
    margin-top: 14.5rem !important;
  }
  .mt-lg-150 {
    margin-top: 15rem !important;
  }
  .mt-lg-155 {
    margin-top: 15.5rem !important;
  }
  .mt-lg-160 {
    margin-top: 16rem !important;
  }
  .mt-lg-165 {
    margin-top: 16.5rem !important;
  }
  .mt-lg-170 {
    margin-top: 17rem !important;
  }
  .mt-lg-175 {
    margin-top: 17.5rem !important;
  }
  .mt-lg-180 {
    margin-top: 18rem !important;
  }
  .mt-lg-185 {
    margin-top: 18.5rem !important;
  }
  .mt-lg-190 {
    margin-top: 19rem !important;
  }
  .mt-lg-195 {
    margin-top: 19.5rem !important;
  }
  .mt-lg-200 {
    margin-top: 20rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-5 {
    margin-right: 0.5rem !important;
  }
  .me-lg-10 {
    margin-right: 1rem !important;
  }
  .me-lg-15 {
    margin-right: 1.5rem !important;
  }
  .me-lg-20 {
    margin-right: 2rem !important;
  }
  .me-lg-24 {
    margin-right: 2.4rem !important;
  }
  .me-lg-25 {
    margin-right: 2.5rem !important;
  }
  .me-lg-30 {
    margin-right: 3rem !important;
  }
  .me-lg-35 {
    margin-right: 3.5rem !important;
  }
  .me-lg-40 {
    margin-right: 4rem !important;
  }
  .me-lg-45 {
    margin-right: 4.5rem !important;
  }
  .me-lg-50 {
    margin-right: 5rem !important;
  }
  .me-lg-55 {
    margin-right: 5.5rem !important;
  }
  .me-lg-60 {
    margin-right: 6rem !important;
  }
  .me-lg-65 {
    margin-right: 6.5rem !important;
  }
  .me-lg-70 {
    margin-right: 7rem !important;
  }
  .me-lg-75 {
    margin-right: 7.5rem !important;
  }
  .me-lg-80 {
    margin-right: 8rem !important;
  }
  .me-lg-85 {
    margin-right: 8.5rem !important;
  }
  .me-lg-90 {
    margin-right: 9rem !important;
  }
  .me-lg-95 {
    margin-right: 9.5rem !important;
  }
  .me-lg-100 {
    margin-right: 10rem !important;
  }
  .me-lg-105 {
    margin-right: 10.5rem !important;
  }
  .me-lg-110 {
    margin-right: 11rem !important;
  }
  .me-lg-115 {
    margin-right: 11.5rem !important;
  }
  .me-lg-120 {
    margin-right: 12rem !important;
  }
  .me-lg-125 {
    margin-right: 12.5rem !important;
  }
  .me-lg-130 {
    margin-right: 13rem !important;
  }
  .me-lg-135 {
    margin-right: 13.5rem !important;
  }
  .me-lg-140 {
    margin-right: 14rem !important;
  }
  .me-lg-145 {
    margin-right: 14.5rem !important;
  }
  .me-lg-150 {
    margin-right: 15rem !important;
  }
  .me-lg-155 {
    margin-right: 15.5rem !important;
  }
  .me-lg-160 {
    margin-right: 16rem !important;
  }
  .me-lg-165 {
    margin-right: 16.5rem !important;
  }
  .me-lg-170 {
    margin-right: 17rem !important;
  }
  .me-lg-175 {
    margin-right: 17.5rem !important;
  }
  .me-lg-180 {
    margin-right: 18rem !important;
  }
  .me-lg-185 {
    margin-right: 18.5rem !important;
  }
  .me-lg-190 {
    margin-right: 19rem !important;
  }
  .me-lg-195 {
    margin-right: 19.5rem !important;
  }
  .me-lg-200 {
    margin-right: 20rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-70 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-lg-90 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-lg-110 {
    margin-bottom: 11rem !important;
  }
  .mb-lg-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-lg-120 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-130 {
    margin-bottom: 13rem !important;
  }
  .mb-lg-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-lg-140 {
    margin-bottom: 14rem !important;
  }
  .mb-lg-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-lg-150 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-lg-160 {
    margin-bottom: 16rem !important;
  }
  .mb-lg-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-lg-170 {
    margin-bottom: 17rem !important;
  }
  .mb-lg-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-lg-180 {
    margin-bottom: 18rem !important;
  }
  .mb-lg-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-lg-190 {
    margin-bottom: 19rem !important;
  }
  .mb-lg-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-lg-200 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-5 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 1rem !important;
  }
  .ms-lg-15 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-20 {
    margin-left: 2rem !important;
  }
  .ms-lg-24 {
    margin-left: 2.4rem !important;
  }
  .ms-lg-25 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-30 {
    margin-left: 3rem !important;
  }
  .ms-lg-35 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-40 {
    margin-left: 4rem !important;
  }
  .ms-lg-45 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-50 {
    margin-left: 5rem !important;
  }
  .ms-lg-55 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-60 {
    margin-left: 6rem !important;
  }
  .ms-lg-65 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-70 {
    margin-left: 7rem !important;
  }
  .ms-lg-75 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-80 {
    margin-left: 8rem !important;
  }
  .ms-lg-85 {
    margin-left: 8.5rem !important;
  }
  .ms-lg-90 {
    margin-left: 9rem !important;
  }
  .ms-lg-95 {
    margin-left: 9.5rem !important;
  }
  .ms-lg-100 {
    margin-left: 10rem !important;
  }
  .ms-lg-105 {
    margin-left: 10.5rem !important;
  }
  .ms-lg-110 {
    margin-left: 11rem !important;
  }
  .ms-lg-115 {
    margin-left: 11.5rem !important;
  }
  .ms-lg-120 {
    margin-left: 12rem !important;
  }
  .ms-lg-125 {
    margin-left: 12.5rem !important;
  }
  .ms-lg-130 {
    margin-left: 13rem !important;
  }
  .ms-lg-135 {
    margin-left: 13.5rem !important;
  }
  .ms-lg-140 {
    margin-left: 14rem !important;
  }
  .ms-lg-145 {
    margin-left: 14.5rem !important;
  }
  .ms-lg-150 {
    margin-left: 15rem !important;
  }
  .ms-lg-155 {
    margin-left: 15.5rem !important;
  }
  .ms-lg-160 {
    margin-left: 16rem !important;
  }
  .ms-lg-165 {
    margin-left: 16.5rem !important;
  }
  .ms-lg-170 {
    margin-left: 17rem !important;
  }
  .ms-lg-175 {
    margin-left: 17.5rem !important;
  }
  .ms-lg-180 {
    margin-left: 18rem !important;
  }
  .ms-lg-185 {
    margin-left: 18.5rem !important;
  }
  .ms-lg-190 {
    margin-left: 19rem !important;
  }
  .ms-lg-195 {
    margin-left: 19.5rem !important;
  }
  .ms-lg-200 {
    margin-left: 20rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-5 {
    padding: 0.5rem !important;
  }
  .p-lg-10 {
    padding: 1rem !important;
  }
  .p-lg-15 {
    padding: 1.5rem !important;
  }
  .p-lg-20 {
    padding: 2rem !important;
  }
  .p-lg-24 {
    padding: 2.4rem !important;
  }
  .p-lg-25 {
    padding: 2.5rem !important;
  }
  .p-lg-30 {
    padding: 3rem !important;
  }
  .p-lg-35 {
    padding: 3.5rem !important;
  }
  .p-lg-40 {
    padding: 4rem !important;
  }
  .p-lg-45 {
    padding: 4.5rem !important;
  }
  .p-lg-50 {
    padding: 5rem !important;
  }
  .p-lg-55 {
    padding: 5.5rem !important;
  }
  .p-lg-60 {
    padding: 6rem !important;
  }
  .p-lg-65 {
    padding: 6.5rem !important;
  }
  .p-lg-70 {
    padding: 7rem !important;
  }
  .p-lg-75 {
    padding: 7.5rem !important;
  }
  .p-lg-80 {
    padding: 8rem !important;
  }
  .p-lg-85 {
    padding: 8.5rem !important;
  }
  .p-lg-90 {
    padding: 9rem !important;
  }
  .p-lg-95 {
    padding: 9.5rem !important;
  }
  .p-lg-100 {
    padding: 10rem !important;
  }
  .p-lg-105 {
    padding: 10.5rem !important;
  }
  .p-lg-110 {
    padding: 11rem !important;
  }
  .p-lg-115 {
    padding: 11.5rem !important;
  }
  .p-lg-120 {
    padding: 12rem !important;
  }
  .p-lg-125 {
    padding: 12.5rem !important;
  }
  .p-lg-130 {
    padding: 13rem !important;
  }
  .p-lg-135 {
    padding: 13.5rem !important;
  }
  .p-lg-140 {
    padding: 14rem !important;
  }
  .p-lg-145 {
    padding: 14.5rem !important;
  }
  .p-lg-150 {
    padding: 15rem !important;
  }
  .p-lg-155 {
    padding: 15.5rem !important;
  }
  .p-lg-160 {
    padding: 16rem !important;
  }
  .p-lg-165 {
    padding: 16.5rem !important;
  }
  .p-lg-170 {
    padding: 17rem !important;
  }
  .p-lg-175 {
    padding: 17.5rem !important;
  }
  .p-lg-180 {
    padding: 18rem !important;
  }
  .p-lg-185 {
    padding: 18.5rem !important;
  }
  .p-lg-190 {
    padding: 19rem !important;
  }
  .p-lg-195 {
    padding: 19.5rem !important;
  }
  .p-lg-200 {
    padding: 20rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-lg-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-lg-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-lg-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-lg-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-lg-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-lg-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-lg-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-lg-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-lg-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-lg-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-lg-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-lg-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-lg-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-lg-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-lg-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-lg-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-lg-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-lg-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-lg-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-lg-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-lg-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-lg-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-lg-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-lg-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-lg-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-lg-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-lg-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-lg-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-lg-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-lg-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-lg-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-lg-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-lg-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-lg-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-lg-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-lg-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-lg-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-lg-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-lg-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-lg-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-lg-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-lg-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-5 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 1rem !important;
  }
  .pt-lg-15 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-20 {
    padding-top: 2rem !important;
  }
  .pt-lg-24 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-25 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-30 {
    padding-top: 3rem !important;
  }
  .pt-lg-35 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-40 {
    padding-top: 4rem !important;
  }
  .pt-lg-45 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-50 {
    padding-top: 5rem !important;
  }
  .pt-lg-55 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-60 {
    padding-top: 6rem !important;
  }
  .pt-lg-65 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-70 {
    padding-top: 7rem !important;
  }
  .pt-lg-75 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-80 {
    padding-top: 8rem !important;
  }
  .pt-lg-85 {
    padding-top: 8.5rem !important;
  }
  .pt-lg-90 {
    padding-top: 9rem !important;
  }
  .pt-lg-95 {
    padding-top: 9.5rem !important;
  }
  .pt-lg-100 {
    padding-top: 10rem !important;
  }
  .pt-lg-105 {
    padding-top: 10.5rem !important;
  }
  .pt-lg-110 {
    padding-top: 11rem !important;
  }
  .pt-lg-115 {
    padding-top: 11.5rem !important;
  }
  .pt-lg-120 {
    padding-top: 12rem !important;
  }
  .pt-lg-125 {
    padding-top: 12.5rem !important;
  }
  .pt-lg-130 {
    padding-top: 13rem !important;
  }
  .pt-lg-135 {
    padding-top: 13.5rem !important;
  }
  .pt-lg-140 {
    padding-top: 14rem !important;
  }
  .pt-lg-145 {
    padding-top: 14.5rem !important;
  }
  .pt-lg-150 {
    padding-top: 15rem !important;
  }
  .pt-lg-155 {
    padding-top: 15.5rem !important;
  }
  .pt-lg-160 {
    padding-top: 16rem !important;
  }
  .pt-lg-165 {
    padding-top: 16.5rem !important;
  }
  .pt-lg-170 {
    padding-top: 17rem !important;
  }
  .pt-lg-175 {
    padding-top: 17.5rem !important;
  }
  .pt-lg-180 {
    padding-top: 18rem !important;
  }
  .pt-lg-185 {
    padding-top: 18.5rem !important;
  }
  .pt-lg-190 {
    padding-top: 19rem !important;
  }
  .pt-lg-195 {
    padding-top: 19.5rem !important;
  }
  .pt-lg-200 {
    padding-top: 20rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-5 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 1rem !important;
  }
  .pe-lg-15 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-20 {
    padding-right: 2rem !important;
  }
  .pe-lg-24 {
    padding-right: 2.4rem !important;
  }
  .pe-lg-25 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-30 {
    padding-right: 3rem !important;
  }
  .pe-lg-35 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-40 {
    padding-right: 4rem !important;
  }
  .pe-lg-45 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-50 {
    padding-right: 5rem !important;
  }
  .pe-lg-55 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-60 {
    padding-right: 6rem !important;
  }
  .pe-lg-65 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-70 {
    padding-right: 7rem !important;
  }
  .pe-lg-75 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-80 {
    padding-right: 8rem !important;
  }
  .pe-lg-85 {
    padding-right: 8.5rem !important;
  }
  .pe-lg-90 {
    padding-right: 9rem !important;
  }
  .pe-lg-95 {
    padding-right: 9.5rem !important;
  }
  .pe-lg-100 {
    padding-right: 10rem !important;
  }
  .pe-lg-105 {
    padding-right: 10.5rem !important;
  }
  .pe-lg-110 {
    padding-right: 11rem !important;
  }
  .pe-lg-115 {
    padding-right: 11.5rem !important;
  }
  .pe-lg-120 {
    padding-right: 12rem !important;
  }
  .pe-lg-125 {
    padding-right: 12.5rem !important;
  }
  .pe-lg-130 {
    padding-right: 13rem !important;
  }
  .pe-lg-135 {
    padding-right: 13.5rem !important;
  }
  .pe-lg-140 {
    padding-right: 14rem !important;
  }
  .pe-lg-145 {
    padding-right: 14.5rem !important;
  }
  .pe-lg-150 {
    padding-right: 15rem !important;
  }
  .pe-lg-155 {
    padding-right: 15.5rem !important;
  }
  .pe-lg-160 {
    padding-right: 16rem !important;
  }
  .pe-lg-165 {
    padding-right: 16.5rem !important;
  }
  .pe-lg-170 {
    padding-right: 17rem !important;
  }
  .pe-lg-175 {
    padding-right: 17.5rem !important;
  }
  .pe-lg-180 {
    padding-right: 18rem !important;
  }
  .pe-lg-185 {
    padding-right: 18.5rem !important;
  }
  .pe-lg-190 {
    padding-right: 19rem !important;
  }
  .pe-lg-195 {
    padding-right: 19.5rem !important;
  }
  .pe-lg-200 {
    padding-right: 20rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-70 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-lg-90 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-lg-110 {
    padding-bottom: 11rem !important;
  }
  .pb-lg-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-lg-120 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-lg-130 {
    padding-bottom: 13rem !important;
  }
  .pb-lg-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-lg-140 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-lg-150 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-lg-160 {
    padding-bottom: 16rem !important;
  }
  .pb-lg-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-lg-170 {
    padding-bottom: 17rem !important;
  }
  .pb-lg-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-lg-180 {
    padding-bottom: 18rem !important;
  }
  .pb-lg-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-lg-190 {
    padding-bottom: 19rem !important;
  }
  .pb-lg-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-lg-200 {
    padding-bottom: 20rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-5 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 1rem !important;
  }
  .ps-lg-15 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-20 {
    padding-left: 2rem !important;
  }
  .ps-lg-24 {
    padding-left: 2.4rem !important;
  }
  .ps-lg-25 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-30 {
    padding-left: 3rem !important;
  }
  .ps-lg-35 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-40 {
    padding-left: 4rem !important;
  }
  .ps-lg-45 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-50 {
    padding-left: 5rem !important;
  }
  .ps-lg-55 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-60 {
    padding-left: 6rem !important;
  }
  .ps-lg-65 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-70 {
    padding-left: 7rem !important;
  }
  .ps-lg-75 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-80 {
    padding-left: 8rem !important;
  }
  .ps-lg-85 {
    padding-left: 8.5rem !important;
  }
  .ps-lg-90 {
    padding-left: 9rem !important;
  }
  .ps-lg-95 {
    padding-left: 9.5rem !important;
  }
  .ps-lg-100 {
    padding-left: 10rem !important;
  }
  .ps-lg-105 {
    padding-left: 10.5rem !important;
  }
  .ps-lg-110 {
    padding-left: 11rem !important;
  }
  .ps-lg-115 {
    padding-left: 11.5rem !important;
  }
  .ps-lg-120 {
    padding-left: 12rem !important;
  }
  .ps-lg-125 {
    padding-left: 12.5rem !important;
  }
  .ps-lg-130 {
    padding-left: 13rem !important;
  }
  .ps-lg-135 {
    padding-left: 13.5rem !important;
  }
  .ps-lg-140 {
    padding-left: 14rem !important;
  }
  .ps-lg-145 {
    padding-left: 14.5rem !important;
  }
  .ps-lg-150 {
    padding-left: 15rem !important;
  }
  .ps-lg-155 {
    padding-left: 15.5rem !important;
  }
  .ps-lg-160 {
    padding-left: 16rem !important;
  }
  .ps-lg-165 {
    padding-left: 16.5rem !important;
  }
  .ps-lg-170 {
    padding-left: 17rem !important;
  }
  .ps-lg-175 {
    padding-left: 17.5rem !important;
  }
  .ps-lg-180 {
    padding-left: 18rem !important;
  }
  .ps-lg-185 {
    padding-left: 18.5rem !important;
  }
  .ps-lg-190 {
    padding-left: 19rem !important;
  }
  .ps-lg-195 {
    padding-left: 19.5rem !important;
  }
  .ps-lg-200 {
    padding-left: 20rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-5 {
    gap: 0.5rem !important;
  }
  .gap-lg-10 {
    gap: 1rem !important;
  }
  .gap-lg-15 {
    gap: 1.5rem !important;
  }
  .gap-lg-20 {
    gap: 2rem !important;
  }
  .gap-lg-24 {
    gap: 2.4rem !important;
  }
  .gap-lg-25 {
    gap: 2.5rem !important;
  }
  .gap-lg-30 {
    gap: 3rem !important;
  }
  .gap-lg-35 {
    gap: 3.5rem !important;
  }
  .gap-lg-40 {
    gap: 4rem !important;
  }
  .gap-lg-45 {
    gap: 4.5rem !important;
  }
  .gap-lg-50 {
    gap: 5rem !important;
  }
  .gap-lg-55 {
    gap: 5.5rem !important;
  }
  .gap-lg-60 {
    gap: 6rem !important;
  }
  .gap-lg-65 {
    gap: 6.5rem !important;
  }
  .gap-lg-70 {
    gap: 7rem !important;
  }
  .gap-lg-75 {
    gap: 7.5rem !important;
  }
  .gap-lg-80 {
    gap: 8rem !important;
  }
  .gap-lg-85 {
    gap: 8.5rem !important;
  }
  .gap-lg-90 {
    gap: 9rem !important;
  }
  .gap-lg-95 {
    gap: 9.5rem !important;
  }
  .gap-lg-100 {
    gap: 10rem !important;
  }
  .gap-lg-105 {
    gap: 10.5rem !important;
  }
  .gap-lg-110 {
    gap: 11rem !important;
  }
  .gap-lg-115 {
    gap: 11.5rem !important;
  }
  .gap-lg-120 {
    gap: 12rem !important;
  }
  .gap-lg-125 {
    gap: 12.5rem !important;
  }
  .gap-lg-130 {
    gap: 13rem !important;
  }
  .gap-lg-135 {
    gap: 13.5rem !important;
  }
  .gap-lg-140 {
    gap: 14rem !important;
  }
  .gap-lg-145 {
    gap: 14.5rem !important;
  }
  .gap-lg-150 {
    gap: 15rem !important;
  }
  .gap-lg-155 {
    gap: 15.5rem !important;
  }
  .gap-lg-160 {
    gap: 16rem !important;
  }
  .gap-lg-165 {
    gap: 16.5rem !important;
  }
  .gap-lg-170 {
    gap: 17rem !important;
  }
  .gap-lg-175 {
    gap: 17.5rem !important;
  }
  .gap-lg-180 {
    gap: 18rem !important;
  }
  .gap-lg-185 {
    gap: 18.5rem !important;
  }
  .gap-lg-190 {
    gap: 19rem !important;
  }
  .gap-lg-195 {
    gap: 19.5rem !important;
  }
  .gap-lg-200 {
    gap: 20rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-5 {
    margin: 0.5rem !important;
  }
  .m-xl-10 {
    margin: 1rem !important;
  }
  .m-xl-15 {
    margin: 1.5rem !important;
  }
  .m-xl-20 {
    margin: 2rem !important;
  }
  .m-xl-24 {
    margin: 2.4rem !important;
  }
  .m-xl-25 {
    margin: 2.5rem !important;
  }
  .m-xl-30 {
    margin: 3rem !important;
  }
  .m-xl-35 {
    margin: 3.5rem !important;
  }
  .m-xl-40 {
    margin: 4rem !important;
  }
  .m-xl-45 {
    margin: 4.5rem !important;
  }
  .m-xl-50 {
    margin: 5rem !important;
  }
  .m-xl-55 {
    margin: 5.5rem !important;
  }
  .m-xl-60 {
    margin: 6rem !important;
  }
  .m-xl-65 {
    margin: 6.5rem !important;
  }
  .m-xl-70 {
    margin: 7rem !important;
  }
  .m-xl-75 {
    margin: 7.5rem !important;
  }
  .m-xl-80 {
    margin: 8rem !important;
  }
  .m-xl-85 {
    margin: 8.5rem !important;
  }
  .m-xl-90 {
    margin: 9rem !important;
  }
  .m-xl-95 {
    margin: 9.5rem !important;
  }
  .m-xl-100 {
    margin: 10rem !important;
  }
  .m-xl-105 {
    margin: 10.5rem !important;
  }
  .m-xl-110 {
    margin: 11rem !important;
  }
  .m-xl-115 {
    margin: 11.5rem !important;
  }
  .m-xl-120 {
    margin: 12rem !important;
  }
  .m-xl-125 {
    margin: 12.5rem !important;
  }
  .m-xl-130 {
    margin: 13rem !important;
  }
  .m-xl-135 {
    margin: 13.5rem !important;
  }
  .m-xl-140 {
    margin: 14rem !important;
  }
  .m-xl-145 {
    margin: 14.5rem !important;
  }
  .m-xl-150 {
    margin: 15rem !important;
  }
  .m-xl-155 {
    margin: 15.5rem !important;
  }
  .m-xl-160 {
    margin: 16rem !important;
  }
  .m-xl-165 {
    margin: 16.5rem !important;
  }
  .m-xl-170 {
    margin: 17rem !important;
  }
  .m-xl-175 {
    margin: 17.5rem !important;
  }
  .m-xl-180 {
    margin: 18rem !important;
  }
  .m-xl-185 {
    margin: 18.5rem !important;
  }
  .m-xl-190 {
    margin: 19rem !important;
  }
  .m-xl-195 {
    margin: 19.5rem !important;
  }
  .m-xl-200 {
    margin: 20rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xl-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xl-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xl-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xl-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xl-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xl-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xl-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-xl-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-xl-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xl-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-xl-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xl-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-xl-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xl-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-xl-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xl-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-xl-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xl-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xl-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xl-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xl-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xl-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xl-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xl-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-xl-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-xl-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xl-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-xl-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xl-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-xl-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xl-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-xl-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xl-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-xl-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-5 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 1rem !important;
  }
  .mt-xl-15 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-20 {
    margin-top: 2rem !important;
  }
  .mt-xl-24 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-25 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-30 {
    margin-top: 3rem !important;
  }
  .mt-xl-35 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-40 {
    margin-top: 4rem !important;
  }
  .mt-xl-45 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-50 {
    margin-top: 5rem !important;
  }
  .mt-xl-55 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-60 {
    margin-top: 6rem !important;
  }
  .mt-xl-65 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-70 {
    margin-top: 7rem !important;
  }
  .mt-xl-75 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-80 {
    margin-top: 8rem !important;
  }
  .mt-xl-85 {
    margin-top: 8.5rem !important;
  }
  .mt-xl-90 {
    margin-top: 9rem !important;
  }
  .mt-xl-95 {
    margin-top: 9.5rem !important;
  }
  .mt-xl-100 {
    margin-top: 10rem !important;
  }
  .mt-xl-105 {
    margin-top: 10.5rem !important;
  }
  .mt-xl-110 {
    margin-top: 11rem !important;
  }
  .mt-xl-115 {
    margin-top: 11.5rem !important;
  }
  .mt-xl-120 {
    margin-top: 12rem !important;
  }
  .mt-xl-125 {
    margin-top: 12.5rem !important;
  }
  .mt-xl-130 {
    margin-top: 13rem !important;
  }
  .mt-xl-135 {
    margin-top: 13.5rem !important;
  }
  .mt-xl-140 {
    margin-top: 14rem !important;
  }
  .mt-xl-145 {
    margin-top: 14.5rem !important;
  }
  .mt-xl-150 {
    margin-top: 15rem !important;
  }
  .mt-xl-155 {
    margin-top: 15.5rem !important;
  }
  .mt-xl-160 {
    margin-top: 16rem !important;
  }
  .mt-xl-165 {
    margin-top: 16.5rem !important;
  }
  .mt-xl-170 {
    margin-top: 17rem !important;
  }
  .mt-xl-175 {
    margin-top: 17.5rem !important;
  }
  .mt-xl-180 {
    margin-top: 18rem !important;
  }
  .mt-xl-185 {
    margin-top: 18.5rem !important;
  }
  .mt-xl-190 {
    margin-top: 19rem !important;
  }
  .mt-xl-195 {
    margin-top: 19.5rem !important;
  }
  .mt-xl-200 {
    margin-top: 20rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-5 {
    margin-right: 0.5rem !important;
  }
  .me-xl-10 {
    margin-right: 1rem !important;
  }
  .me-xl-15 {
    margin-right: 1.5rem !important;
  }
  .me-xl-20 {
    margin-right: 2rem !important;
  }
  .me-xl-24 {
    margin-right: 2.4rem !important;
  }
  .me-xl-25 {
    margin-right: 2.5rem !important;
  }
  .me-xl-30 {
    margin-right: 3rem !important;
  }
  .me-xl-35 {
    margin-right: 3.5rem !important;
  }
  .me-xl-40 {
    margin-right: 4rem !important;
  }
  .me-xl-45 {
    margin-right: 4.5rem !important;
  }
  .me-xl-50 {
    margin-right: 5rem !important;
  }
  .me-xl-55 {
    margin-right: 5.5rem !important;
  }
  .me-xl-60 {
    margin-right: 6rem !important;
  }
  .me-xl-65 {
    margin-right: 6.5rem !important;
  }
  .me-xl-70 {
    margin-right: 7rem !important;
  }
  .me-xl-75 {
    margin-right: 7.5rem !important;
  }
  .me-xl-80 {
    margin-right: 8rem !important;
  }
  .me-xl-85 {
    margin-right: 8.5rem !important;
  }
  .me-xl-90 {
    margin-right: 9rem !important;
  }
  .me-xl-95 {
    margin-right: 9.5rem !important;
  }
  .me-xl-100 {
    margin-right: 10rem !important;
  }
  .me-xl-105 {
    margin-right: 10.5rem !important;
  }
  .me-xl-110 {
    margin-right: 11rem !important;
  }
  .me-xl-115 {
    margin-right: 11.5rem !important;
  }
  .me-xl-120 {
    margin-right: 12rem !important;
  }
  .me-xl-125 {
    margin-right: 12.5rem !important;
  }
  .me-xl-130 {
    margin-right: 13rem !important;
  }
  .me-xl-135 {
    margin-right: 13.5rem !important;
  }
  .me-xl-140 {
    margin-right: 14rem !important;
  }
  .me-xl-145 {
    margin-right: 14.5rem !important;
  }
  .me-xl-150 {
    margin-right: 15rem !important;
  }
  .me-xl-155 {
    margin-right: 15.5rem !important;
  }
  .me-xl-160 {
    margin-right: 16rem !important;
  }
  .me-xl-165 {
    margin-right: 16.5rem !important;
  }
  .me-xl-170 {
    margin-right: 17rem !important;
  }
  .me-xl-175 {
    margin-right: 17.5rem !important;
  }
  .me-xl-180 {
    margin-right: 18rem !important;
  }
  .me-xl-185 {
    margin-right: 18.5rem !important;
  }
  .me-xl-190 {
    margin-right: 19rem !important;
  }
  .me-xl-195 {
    margin-right: 19.5rem !important;
  }
  .me-xl-200 {
    margin-right: 20rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-70 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xl-90 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xl-110 {
    margin-bottom: 11rem !important;
  }
  .mb-xl-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-xl-120 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-130 {
    margin-bottom: 13rem !important;
  }
  .mb-xl-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xl-140 {
    margin-bottom: 14rem !important;
  }
  .mb-xl-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-xl-150 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-xl-160 {
    margin-bottom: 16rem !important;
  }
  .mb-xl-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-xl-170 {
    margin-bottom: 17rem !important;
  }
  .mb-xl-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-xl-180 {
    margin-bottom: 18rem !important;
  }
  .mb-xl-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-xl-190 {
    margin-bottom: 19rem !important;
  }
  .mb-xl-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-xl-200 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-5 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 1rem !important;
  }
  .ms-xl-15 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-20 {
    margin-left: 2rem !important;
  }
  .ms-xl-24 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-25 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-30 {
    margin-left: 3rem !important;
  }
  .ms-xl-35 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-40 {
    margin-left: 4rem !important;
  }
  .ms-xl-45 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-50 {
    margin-left: 5rem !important;
  }
  .ms-xl-55 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-60 {
    margin-left: 6rem !important;
  }
  .ms-xl-65 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-70 {
    margin-left: 7rem !important;
  }
  .ms-xl-75 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-80 {
    margin-left: 8rem !important;
  }
  .ms-xl-85 {
    margin-left: 8.5rem !important;
  }
  .ms-xl-90 {
    margin-left: 9rem !important;
  }
  .ms-xl-95 {
    margin-left: 9.5rem !important;
  }
  .ms-xl-100 {
    margin-left: 10rem !important;
  }
  .ms-xl-105 {
    margin-left: 10.5rem !important;
  }
  .ms-xl-110 {
    margin-left: 11rem !important;
  }
  .ms-xl-115 {
    margin-left: 11.5rem !important;
  }
  .ms-xl-120 {
    margin-left: 12rem !important;
  }
  .ms-xl-125 {
    margin-left: 12.5rem !important;
  }
  .ms-xl-130 {
    margin-left: 13rem !important;
  }
  .ms-xl-135 {
    margin-left: 13.5rem !important;
  }
  .ms-xl-140 {
    margin-left: 14rem !important;
  }
  .ms-xl-145 {
    margin-left: 14.5rem !important;
  }
  .ms-xl-150 {
    margin-left: 15rem !important;
  }
  .ms-xl-155 {
    margin-left: 15.5rem !important;
  }
  .ms-xl-160 {
    margin-left: 16rem !important;
  }
  .ms-xl-165 {
    margin-left: 16.5rem !important;
  }
  .ms-xl-170 {
    margin-left: 17rem !important;
  }
  .ms-xl-175 {
    margin-left: 17.5rem !important;
  }
  .ms-xl-180 {
    margin-left: 18rem !important;
  }
  .ms-xl-185 {
    margin-left: 18.5rem !important;
  }
  .ms-xl-190 {
    margin-left: 19rem !important;
  }
  .ms-xl-195 {
    margin-left: 19.5rem !important;
  }
  .ms-xl-200 {
    margin-left: 20rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-5 {
    padding: 0.5rem !important;
  }
  .p-xl-10 {
    padding: 1rem !important;
  }
  .p-xl-15 {
    padding: 1.5rem !important;
  }
  .p-xl-20 {
    padding: 2rem !important;
  }
  .p-xl-24 {
    padding: 2.4rem !important;
  }
  .p-xl-25 {
    padding: 2.5rem !important;
  }
  .p-xl-30 {
    padding: 3rem !important;
  }
  .p-xl-35 {
    padding: 3.5rem !important;
  }
  .p-xl-40 {
    padding: 4rem !important;
  }
  .p-xl-45 {
    padding: 4.5rem !important;
  }
  .p-xl-50 {
    padding: 5rem !important;
  }
  .p-xl-55 {
    padding: 5.5rem !important;
  }
  .p-xl-60 {
    padding: 6rem !important;
  }
  .p-xl-65 {
    padding: 6.5rem !important;
  }
  .p-xl-70 {
    padding: 7rem !important;
  }
  .p-xl-75 {
    padding: 7.5rem !important;
  }
  .p-xl-80 {
    padding: 8rem !important;
  }
  .p-xl-85 {
    padding: 8.5rem !important;
  }
  .p-xl-90 {
    padding: 9rem !important;
  }
  .p-xl-95 {
    padding: 9.5rem !important;
  }
  .p-xl-100 {
    padding: 10rem !important;
  }
  .p-xl-105 {
    padding: 10.5rem !important;
  }
  .p-xl-110 {
    padding: 11rem !important;
  }
  .p-xl-115 {
    padding: 11.5rem !important;
  }
  .p-xl-120 {
    padding: 12rem !important;
  }
  .p-xl-125 {
    padding: 12.5rem !important;
  }
  .p-xl-130 {
    padding: 13rem !important;
  }
  .p-xl-135 {
    padding: 13.5rem !important;
  }
  .p-xl-140 {
    padding: 14rem !important;
  }
  .p-xl-145 {
    padding: 14.5rem !important;
  }
  .p-xl-150 {
    padding: 15rem !important;
  }
  .p-xl-155 {
    padding: 15.5rem !important;
  }
  .p-xl-160 {
    padding: 16rem !important;
  }
  .p-xl-165 {
    padding: 16.5rem !important;
  }
  .p-xl-170 {
    padding: 17rem !important;
  }
  .p-xl-175 {
    padding: 17.5rem !important;
  }
  .p-xl-180 {
    padding: 18rem !important;
  }
  .p-xl-185 {
    padding: 18.5rem !important;
  }
  .p-xl-190 {
    padding: 19rem !important;
  }
  .p-xl-195 {
    padding: 19.5rem !important;
  }
  .p-xl-200 {
    padding: 20rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xl-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xl-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-xl-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xl-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xl-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xl-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xl-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xl-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-xl-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xl-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-xl-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xl-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-xl-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xl-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-xl-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xl-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-xl-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xl-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-xl-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xl-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xl-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-xl-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xl-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xl-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xl-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xl-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xl-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-xl-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xl-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-xl-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xl-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-xl-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xl-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-xl-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xl-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-xl-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xl-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-xl-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-5 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 1rem !important;
  }
  .pt-xl-15 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-20 {
    padding-top: 2rem !important;
  }
  .pt-xl-24 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-25 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-30 {
    padding-top: 3rem !important;
  }
  .pt-xl-35 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-40 {
    padding-top: 4rem !important;
  }
  .pt-xl-45 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-50 {
    padding-top: 5rem !important;
  }
  .pt-xl-55 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-60 {
    padding-top: 6rem !important;
  }
  .pt-xl-65 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-70 {
    padding-top: 7rem !important;
  }
  .pt-xl-75 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-80 {
    padding-top: 8rem !important;
  }
  .pt-xl-85 {
    padding-top: 8.5rem !important;
  }
  .pt-xl-90 {
    padding-top: 9rem !important;
  }
  .pt-xl-95 {
    padding-top: 9.5rem !important;
  }
  .pt-xl-100 {
    padding-top: 10rem !important;
  }
  .pt-xl-105 {
    padding-top: 10.5rem !important;
  }
  .pt-xl-110 {
    padding-top: 11rem !important;
  }
  .pt-xl-115 {
    padding-top: 11.5rem !important;
  }
  .pt-xl-120 {
    padding-top: 12rem !important;
  }
  .pt-xl-125 {
    padding-top: 12.5rem !important;
  }
  .pt-xl-130 {
    padding-top: 13rem !important;
  }
  .pt-xl-135 {
    padding-top: 13.5rem !important;
  }
  .pt-xl-140 {
    padding-top: 14rem !important;
  }
  .pt-xl-145 {
    padding-top: 14.5rem !important;
  }
  .pt-xl-150 {
    padding-top: 15rem !important;
  }
  .pt-xl-155 {
    padding-top: 15.5rem !important;
  }
  .pt-xl-160 {
    padding-top: 16rem !important;
  }
  .pt-xl-165 {
    padding-top: 16.5rem !important;
  }
  .pt-xl-170 {
    padding-top: 17rem !important;
  }
  .pt-xl-175 {
    padding-top: 17.5rem !important;
  }
  .pt-xl-180 {
    padding-top: 18rem !important;
  }
  .pt-xl-185 {
    padding-top: 18.5rem !important;
  }
  .pt-xl-190 {
    padding-top: 19rem !important;
  }
  .pt-xl-195 {
    padding-top: 19.5rem !important;
  }
  .pt-xl-200 {
    padding-top: 20rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-5 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 1rem !important;
  }
  .pe-xl-15 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-20 {
    padding-right: 2rem !important;
  }
  .pe-xl-24 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-25 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-30 {
    padding-right: 3rem !important;
  }
  .pe-xl-35 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-40 {
    padding-right: 4rem !important;
  }
  .pe-xl-45 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-50 {
    padding-right: 5rem !important;
  }
  .pe-xl-55 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-60 {
    padding-right: 6rem !important;
  }
  .pe-xl-65 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-70 {
    padding-right: 7rem !important;
  }
  .pe-xl-75 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-80 {
    padding-right: 8rem !important;
  }
  .pe-xl-85 {
    padding-right: 8.5rem !important;
  }
  .pe-xl-90 {
    padding-right: 9rem !important;
  }
  .pe-xl-95 {
    padding-right: 9.5rem !important;
  }
  .pe-xl-100 {
    padding-right: 10rem !important;
  }
  .pe-xl-105 {
    padding-right: 10.5rem !important;
  }
  .pe-xl-110 {
    padding-right: 11rem !important;
  }
  .pe-xl-115 {
    padding-right: 11.5rem !important;
  }
  .pe-xl-120 {
    padding-right: 12rem !important;
  }
  .pe-xl-125 {
    padding-right: 12.5rem !important;
  }
  .pe-xl-130 {
    padding-right: 13rem !important;
  }
  .pe-xl-135 {
    padding-right: 13.5rem !important;
  }
  .pe-xl-140 {
    padding-right: 14rem !important;
  }
  .pe-xl-145 {
    padding-right: 14.5rem !important;
  }
  .pe-xl-150 {
    padding-right: 15rem !important;
  }
  .pe-xl-155 {
    padding-right: 15.5rem !important;
  }
  .pe-xl-160 {
    padding-right: 16rem !important;
  }
  .pe-xl-165 {
    padding-right: 16.5rem !important;
  }
  .pe-xl-170 {
    padding-right: 17rem !important;
  }
  .pe-xl-175 {
    padding-right: 17.5rem !important;
  }
  .pe-xl-180 {
    padding-right: 18rem !important;
  }
  .pe-xl-185 {
    padding-right: 18.5rem !important;
  }
  .pe-xl-190 {
    padding-right: 19rem !important;
  }
  .pe-xl-195 {
    padding-right: 19.5rem !important;
  }
  .pe-xl-200 {
    padding-right: 20rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-70 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xl-90 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xl-110 {
    padding-bottom: 11rem !important;
  }
  .pb-xl-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-xl-120 {
    padding-bottom: 12rem !important;
  }
  .pb-xl-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xl-130 {
    padding-bottom: 13rem !important;
  }
  .pb-xl-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xl-140 {
    padding-bottom: 14rem !important;
  }
  .pb-xl-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-xl-150 {
    padding-bottom: 15rem !important;
  }
  .pb-xl-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-xl-160 {
    padding-bottom: 16rem !important;
  }
  .pb-xl-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-xl-170 {
    padding-bottom: 17rem !important;
  }
  .pb-xl-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-xl-180 {
    padding-bottom: 18rem !important;
  }
  .pb-xl-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-xl-190 {
    padding-bottom: 19rem !important;
  }
  .pb-xl-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-xl-200 {
    padding-bottom: 20rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-5 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 1rem !important;
  }
  .ps-xl-15 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-20 {
    padding-left: 2rem !important;
  }
  .ps-xl-24 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-25 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-30 {
    padding-left: 3rem !important;
  }
  .ps-xl-35 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-40 {
    padding-left: 4rem !important;
  }
  .ps-xl-45 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-50 {
    padding-left: 5rem !important;
  }
  .ps-xl-55 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-60 {
    padding-left: 6rem !important;
  }
  .ps-xl-65 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-70 {
    padding-left: 7rem !important;
  }
  .ps-xl-75 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-80 {
    padding-left: 8rem !important;
  }
  .ps-xl-85 {
    padding-left: 8.5rem !important;
  }
  .ps-xl-90 {
    padding-left: 9rem !important;
  }
  .ps-xl-95 {
    padding-left: 9.5rem !important;
  }
  .ps-xl-100 {
    padding-left: 10rem !important;
  }
  .ps-xl-105 {
    padding-left: 10.5rem !important;
  }
  .ps-xl-110 {
    padding-left: 11rem !important;
  }
  .ps-xl-115 {
    padding-left: 11.5rem !important;
  }
  .ps-xl-120 {
    padding-left: 12rem !important;
  }
  .ps-xl-125 {
    padding-left: 12.5rem !important;
  }
  .ps-xl-130 {
    padding-left: 13rem !important;
  }
  .ps-xl-135 {
    padding-left: 13.5rem !important;
  }
  .ps-xl-140 {
    padding-left: 14rem !important;
  }
  .ps-xl-145 {
    padding-left: 14.5rem !important;
  }
  .ps-xl-150 {
    padding-left: 15rem !important;
  }
  .ps-xl-155 {
    padding-left: 15.5rem !important;
  }
  .ps-xl-160 {
    padding-left: 16rem !important;
  }
  .ps-xl-165 {
    padding-left: 16.5rem !important;
  }
  .ps-xl-170 {
    padding-left: 17rem !important;
  }
  .ps-xl-175 {
    padding-left: 17.5rem !important;
  }
  .ps-xl-180 {
    padding-left: 18rem !important;
  }
  .ps-xl-185 {
    padding-left: 18.5rem !important;
  }
  .ps-xl-190 {
    padding-left: 19rem !important;
  }
  .ps-xl-195 {
    padding-left: 19.5rem !important;
  }
  .ps-xl-200 {
    padding-left: 20rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-5 {
    gap: 0.5rem !important;
  }
  .gap-xl-10 {
    gap: 1rem !important;
  }
  .gap-xl-15 {
    gap: 1.5rem !important;
  }
  .gap-xl-20 {
    gap: 2rem !important;
  }
  .gap-xl-24 {
    gap: 2.4rem !important;
  }
  .gap-xl-25 {
    gap: 2.5rem !important;
  }
  .gap-xl-30 {
    gap: 3rem !important;
  }
  .gap-xl-35 {
    gap: 3.5rem !important;
  }
  .gap-xl-40 {
    gap: 4rem !important;
  }
  .gap-xl-45 {
    gap: 4.5rem !important;
  }
  .gap-xl-50 {
    gap: 5rem !important;
  }
  .gap-xl-55 {
    gap: 5.5rem !important;
  }
  .gap-xl-60 {
    gap: 6rem !important;
  }
  .gap-xl-65 {
    gap: 6.5rem !important;
  }
  .gap-xl-70 {
    gap: 7rem !important;
  }
  .gap-xl-75 {
    gap: 7.5rem !important;
  }
  .gap-xl-80 {
    gap: 8rem !important;
  }
  .gap-xl-85 {
    gap: 8.5rem !important;
  }
  .gap-xl-90 {
    gap: 9rem !important;
  }
  .gap-xl-95 {
    gap: 9.5rem !important;
  }
  .gap-xl-100 {
    gap: 10rem !important;
  }
  .gap-xl-105 {
    gap: 10.5rem !important;
  }
  .gap-xl-110 {
    gap: 11rem !important;
  }
  .gap-xl-115 {
    gap: 11.5rem !important;
  }
  .gap-xl-120 {
    gap: 12rem !important;
  }
  .gap-xl-125 {
    gap: 12.5rem !important;
  }
  .gap-xl-130 {
    gap: 13rem !important;
  }
  .gap-xl-135 {
    gap: 13.5rem !important;
  }
  .gap-xl-140 {
    gap: 14rem !important;
  }
  .gap-xl-145 {
    gap: 14.5rem !important;
  }
  .gap-xl-150 {
    gap: 15rem !important;
  }
  .gap-xl-155 {
    gap: 15.5rem !important;
  }
  .gap-xl-160 {
    gap: 16rem !important;
  }
  .gap-xl-165 {
    gap: 16.5rem !important;
  }
  .gap-xl-170 {
    gap: 17rem !important;
  }
  .gap-xl-175 {
    gap: 17.5rem !important;
  }
  .gap-xl-180 {
    gap: 18rem !important;
  }
  .gap-xl-185 {
    gap: 18.5rem !important;
  }
  .gap-xl-190 {
    gap: 19rem !important;
  }
  .gap-xl-195 {
    gap: 19.5rem !important;
  }
  .gap-xl-200 {
    gap: 20rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-5 {
    margin: 0.5rem !important;
  }
  .m-xxl-10 {
    margin: 1rem !important;
  }
  .m-xxl-15 {
    margin: 1.5rem !important;
  }
  .m-xxl-20 {
    margin: 2rem !important;
  }
  .m-xxl-24 {
    margin: 2.4rem !important;
  }
  .m-xxl-25 {
    margin: 2.5rem !important;
  }
  .m-xxl-30 {
    margin: 3rem !important;
  }
  .m-xxl-35 {
    margin: 3.5rem !important;
  }
  .m-xxl-40 {
    margin: 4rem !important;
  }
  .m-xxl-45 {
    margin: 4.5rem !important;
  }
  .m-xxl-50 {
    margin: 5rem !important;
  }
  .m-xxl-55 {
    margin: 5.5rem !important;
  }
  .m-xxl-60 {
    margin: 6rem !important;
  }
  .m-xxl-65 {
    margin: 6.5rem !important;
  }
  .m-xxl-70 {
    margin: 7rem !important;
  }
  .m-xxl-75 {
    margin: 7.5rem !important;
  }
  .m-xxl-80 {
    margin: 8rem !important;
  }
  .m-xxl-85 {
    margin: 8.5rem !important;
  }
  .m-xxl-90 {
    margin: 9rem !important;
  }
  .m-xxl-95 {
    margin: 9.5rem !important;
  }
  .m-xxl-100 {
    margin: 10rem !important;
  }
  .m-xxl-105 {
    margin: 10.5rem !important;
  }
  .m-xxl-110 {
    margin: 11rem !important;
  }
  .m-xxl-115 {
    margin: 11.5rem !important;
  }
  .m-xxl-120 {
    margin: 12rem !important;
  }
  .m-xxl-125 {
    margin: 12.5rem !important;
  }
  .m-xxl-130 {
    margin: 13rem !important;
  }
  .m-xxl-135 {
    margin: 13.5rem !important;
  }
  .m-xxl-140 {
    margin: 14rem !important;
  }
  .m-xxl-145 {
    margin: 14.5rem !important;
  }
  .m-xxl-150 {
    margin: 15rem !important;
  }
  .m-xxl-155 {
    margin: 15.5rem !important;
  }
  .m-xxl-160 {
    margin: 16rem !important;
  }
  .m-xxl-165 {
    margin: 16.5rem !important;
  }
  .m-xxl-170 {
    margin: 17rem !important;
  }
  .m-xxl-175 {
    margin: 17.5rem !important;
  }
  .m-xxl-180 {
    margin: 18rem !important;
  }
  .m-xxl-185 {
    margin: 18.5rem !important;
  }
  .m-xxl-190 {
    margin: 19rem !important;
  }
  .m-xxl-195 {
    margin: 19.5rem !important;
  }
  .m-xxl-200 {
    margin: 20rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xxl-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xxl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xxl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xxl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xxl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xxl-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xxl-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xxl-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xxl-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xxl-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xxl-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxl-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-xxl-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-xxl-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxl-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-xxl-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xxl-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-xxl-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxl-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-xxl-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xxl-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-xxl-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xxl-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xxl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xxl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xxl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xxl-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xxl-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xxl-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xxl-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xxl-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xxl-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxl-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-xxl-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-xxl-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxl-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-xxl-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xxl-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-xxl-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxl-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-xxl-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xxl-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-xxl-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-5 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 1rem !important;
  }
  .mt-xxl-15 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-20 {
    margin-top: 2rem !important;
  }
  .mt-xxl-24 {
    margin-top: 2.4rem !important;
  }
  .mt-xxl-25 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-30 {
    margin-top: 3rem !important;
  }
  .mt-xxl-35 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-40 {
    margin-top: 4rem !important;
  }
  .mt-xxl-45 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-50 {
    margin-top: 5rem !important;
  }
  .mt-xxl-55 {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-60 {
    margin-top: 6rem !important;
  }
  .mt-xxl-65 {
    margin-top: 6.5rem !important;
  }
  .mt-xxl-70 {
    margin-top: 7rem !important;
  }
  .mt-xxl-75 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-80 {
    margin-top: 8rem !important;
  }
  .mt-xxl-85 {
    margin-top: 8.5rem !important;
  }
  .mt-xxl-90 {
    margin-top: 9rem !important;
  }
  .mt-xxl-95 {
    margin-top: 9.5rem !important;
  }
  .mt-xxl-100 {
    margin-top: 10rem !important;
  }
  .mt-xxl-105 {
    margin-top: 10.5rem !important;
  }
  .mt-xxl-110 {
    margin-top: 11rem !important;
  }
  .mt-xxl-115 {
    margin-top: 11.5rem !important;
  }
  .mt-xxl-120 {
    margin-top: 12rem !important;
  }
  .mt-xxl-125 {
    margin-top: 12.5rem !important;
  }
  .mt-xxl-130 {
    margin-top: 13rem !important;
  }
  .mt-xxl-135 {
    margin-top: 13.5rem !important;
  }
  .mt-xxl-140 {
    margin-top: 14rem !important;
  }
  .mt-xxl-145 {
    margin-top: 14.5rem !important;
  }
  .mt-xxl-150 {
    margin-top: 15rem !important;
  }
  .mt-xxl-155 {
    margin-top: 15.5rem !important;
  }
  .mt-xxl-160 {
    margin-top: 16rem !important;
  }
  .mt-xxl-165 {
    margin-top: 16.5rem !important;
  }
  .mt-xxl-170 {
    margin-top: 17rem !important;
  }
  .mt-xxl-175 {
    margin-top: 17.5rem !important;
  }
  .mt-xxl-180 {
    margin-top: 18rem !important;
  }
  .mt-xxl-185 {
    margin-top: 18.5rem !important;
  }
  .mt-xxl-190 {
    margin-top: 19rem !important;
  }
  .mt-xxl-195 {
    margin-top: 19.5rem !important;
  }
  .mt-xxl-200 {
    margin-top: 20rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-5 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 1rem !important;
  }
  .me-xxl-15 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-20 {
    margin-right: 2rem !important;
  }
  .me-xxl-24 {
    margin-right: 2.4rem !important;
  }
  .me-xxl-25 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-30 {
    margin-right: 3rem !important;
  }
  .me-xxl-35 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-40 {
    margin-right: 4rem !important;
  }
  .me-xxl-45 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-50 {
    margin-right: 5rem !important;
  }
  .me-xxl-55 {
    margin-right: 5.5rem !important;
  }
  .me-xxl-60 {
    margin-right: 6rem !important;
  }
  .me-xxl-65 {
    margin-right: 6.5rem !important;
  }
  .me-xxl-70 {
    margin-right: 7rem !important;
  }
  .me-xxl-75 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-80 {
    margin-right: 8rem !important;
  }
  .me-xxl-85 {
    margin-right: 8.5rem !important;
  }
  .me-xxl-90 {
    margin-right: 9rem !important;
  }
  .me-xxl-95 {
    margin-right: 9.5rem !important;
  }
  .me-xxl-100 {
    margin-right: 10rem !important;
  }
  .me-xxl-105 {
    margin-right: 10.5rem !important;
  }
  .me-xxl-110 {
    margin-right: 11rem !important;
  }
  .me-xxl-115 {
    margin-right: 11.5rem !important;
  }
  .me-xxl-120 {
    margin-right: 12rem !important;
  }
  .me-xxl-125 {
    margin-right: 12.5rem !important;
  }
  .me-xxl-130 {
    margin-right: 13rem !important;
  }
  .me-xxl-135 {
    margin-right: 13.5rem !important;
  }
  .me-xxl-140 {
    margin-right: 14rem !important;
  }
  .me-xxl-145 {
    margin-right: 14.5rem !important;
  }
  .me-xxl-150 {
    margin-right: 15rem !important;
  }
  .me-xxl-155 {
    margin-right: 15.5rem !important;
  }
  .me-xxl-160 {
    margin-right: 16rem !important;
  }
  .me-xxl-165 {
    margin-right: 16.5rem !important;
  }
  .me-xxl-170 {
    margin-right: 17rem !important;
  }
  .me-xxl-175 {
    margin-right: 17.5rem !important;
  }
  .me-xxl-180 {
    margin-right: 18rem !important;
  }
  .me-xxl-185 {
    margin-right: 18.5rem !important;
  }
  .me-xxl-190 {
    margin-right: 19rem !important;
  }
  .me-xxl-195 {
    margin-right: 19.5rem !important;
  }
  .me-xxl-200 {
    margin-right: 20rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-60 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxl-70 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-80 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxl-90 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xxl-100 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xxl-110 {
    margin-bottom: 11rem !important;
  }
  .mb-xxl-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-xxl-120 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxl-130 {
    margin-bottom: 13rem !important;
  }
  .mb-xxl-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xxl-140 {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-xxl-150 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-xxl-160 {
    margin-bottom: 16rem !important;
  }
  .mb-xxl-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-xxl-170 {
    margin-bottom: 17rem !important;
  }
  .mb-xxl-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-xxl-180 {
    margin-bottom: 18rem !important;
  }
  .mb-xxl-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-xxl-190 {
    margin-bottom: 19rem !important;
  }
  .mb-xxl-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-xxl-200 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-5 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 1rem !important;
  }
  .ms-xxl-15 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-20 {
    margin-left: 2rem !important;
  }
  .ms-xxl-24 {
    margin-left: 2.4rem !important;
  }
  .ms-xxl-25 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-30 {
    margin-left: 3rem !important;
  }
  .ms-xxl-35 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-40 {
    margin-left: 4rem !important;
  }
  .ms-xxl-45 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-50 {
    margin-left: 5rem !important;
  }
  .ms-xxl-55 {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-60 {
    margin-left: 6rem !important;
  }
  .ms-xxl-65 {
    margin-left: 6.5rem !important;
  }
  .ms-xxl-70 {
    margin-left: 7rem !important;
  }
  .ms-xxl-75 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-80 {
    margin-left: 8rem !important;
  }
  .ms-xxl-85 {
    margin-left: 8.5rem !important;
  }
  .ms-xxl-90 {
    margin-left: 9rem !important;
  }
  .ms-xxl-95 {
    margin-left: 9.5rem !important;
  }
  .ms-xxl-100 {
    margin-left: 10rem !important;
  }
  .ms-xxl-105 {
    margin-left: 10.5rem !important;
  }
  .ms-xxl-110 {
    margin-left: 11rem !important;
  }
  .ms-xxl-115 {
    margin-left: 11.5rem !important;
  }
  .ms-xxl-120 {
    margin-left: 12rem !important;
  }
  .ms-xxl-125 {
    margin-left: 12.5rem !important;
  }
  .ms-xxl-130 {
    margin-left: 13rem !important;
  }
  .ms-xxl-135 {
    margin-left: 13.5rem !important;
  }
  .ms-xxl-140 {
    margin-left: 14rem !important;
  }
  .ms-xxl-145 {
    margin-left: 14.5rem !important;
  }
  .ms-xxl-150 {
    margin-left: 15rem !important;
  }
  .ms-xxl-155 {
    margin-left: 15.5rem !important;
  }
  .ms-xxl-160 {
    margin-left: 16rem !important;
  }
  .ms-xxl-165 {
    margin-left: 16.5rem !important;
  }
  .ms-xxl-170 {
    margin-left: 17rem !important;
  }
  .ms-xxl-175 {
    margin-left: 17.5rem !important;
  }
  .ms-xxl-180 {
    margin-left: 18rem !important;
  }
  .ms-xxl-185 {
    margin-left: 18.5rem !important;
  }
  .ms-xxl-190 {
    margin-left: 19rem !important;
  }
  .ms-xxl-195 {
    margin-left: 19.5rem !important;
  }
  .ms-xxl-200 {
    margin-left: 20rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-5 {
    padding: 0.5rem !important;
  }
  .p-xxl-10 {
    padding: 1rem !important;
  }
  .p-xxl-15 {
    padding: 1.5rem !important;
  }
  .p-xxl-20 {
    padding: 2rem !important;
  }
  .p-xxl-24 {
    padding: 2.4rem !important;
  }
  .p-xxl-25 {
    padding: 2.5rem !important;
  }
  .p-xxl-30 {
    padding: 3rem !important;
  }
  .p-xxl-35 {
    padding: 3.5rem !important;
  }
  .p-xxl-40 {
    padding: 4rem !important;
  }
  .p-xxl-45 {
    padding: 4.5rem !important;
  }
  .p-xxl-50 {
    padding: 5rem !important;
  }
  .p-xxl-55 {
    padding: 5.5rem !important;
  }
  .p-xxl-60 {
    padding: 6rem !important;
  }
  .p-xxl-65 {
    padding: 6.5rem !important;
  }
  .p-xxl-70 {
    padding: 7rem !important;
  }
  .p-xxl-75 {
    padding: 7.5rem !important;
  }
  .p-xxl-80 {
    padding: 8rem !important;
  }
  .p-xxl-85 {
    padding: 8.5rem !important;
  }
  .p-xxl-90 {
    padding: 9rem !important;
  }
  .p-xxl-95 {
    padding: 9.5rem !important;
  }
  .p-xxl-100 {
    padding: 10rem !important;
  }
  .p-xxl-105 {
    padding: 10.5rem !important;
  }
  .p-xxl-110 {
    padding: 11rem !important;
  }
  .p-xxl-115 {
    padding: 11.5rem !important;
  }
  .p-xxl-120 {
    padding: 12rem !important;
  }
  .p-xxl-125 {
    padding: 12.5rem !important;
  }
  .p-xxl-130 {
    padding: 13rem !important;
  }
  .p-xxl-135 {
    padding: 13.5rem !important;
  }
  .p-xxl-140 {
    padding: 14rem !important;
  }
  .p-xxl-145 {
    padding: 14.5rem !important;
  }
  .p-xxl-150 {
    padding: 15rem !important;
  }
  .p-xxl-155 {
    padding: 15.5rem !important;
  }
  .p-xxl-160 {
    padding: 16rem !important;
  }
  .p-xxl-165 {
    padding: 16.5rem !important;
  }
  .p-xxl-170 {
    padding: 17rem !important;
  }
  .p-xxl-175 {
    padding: 17.5rem !important;
  }
  .p-xxl-180 {
    padding: 18rem !important;
  }
  .p-xxl-185 {
    padding: 18.5rem !important;
  }
  .p-xxl-190 {
    padding: 19rem !important;
  }
  .p-xxl-195 {
    padding: 19.5rem !important;
  }
  .p-xxl-200 {
    padding: 20rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xxl-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xxl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xxl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xxl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xxl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xxl-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xxl-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-xxl-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxl-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xxl-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xxl-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xxl-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxl-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-xxl-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxl-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-xxl-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxl-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-xxl-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xxl-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-xxl-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxl-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-xxl-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xxl-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-xxl-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xxl-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xxl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xxl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xxl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xxl-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xxl-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-xxl-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxl-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xxl-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xxl-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xxl-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxl-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-xxl-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxl-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-xxl-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxl-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-xxl-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xxl-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-xxl-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxl-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-xxl-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xxl-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-xxl-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-5 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 1rem !important;
  }
  .pt-xxl-15 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-20 {
    padding-top: 2rem !important;
  }
  .pt-xxl-24 {
    padding-top: 2.4rem !important;
  }
  .pt-xxl-25 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-30 {
    padding-top: 3rem !important;
  }
  .pt-xxl-35 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-40 {
    padding-top: 4rem !important;
  }
  .pt-xxl-45 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-50 {
    padding-top: 5rem !important;
  }
  .pt-xxl-55 {
    padding-top: 5.5rem !important;
  }
  .pt-xxl-60 {
    padding-top: 6rem !important;
  }
  .pt-xxl-65 {
    padding-top: 6.5rem !important;
  }
  .pt-xxl-70 {
    padding-top: 7rem !important;
  }
  .pt-xxl-75 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-80 {
    padding-top: 8rem !important;
  }
  .pt-xxl-85 {
    padding-top: 8.5rem !important;
  }
  .pt-xxl-90 {
    padding-top: 9rem !important;
  }
  .pt-xxl-95 {
    padding-top: 9.5rem !important;
  }
  .pt-xxl-100 {
    padding-top: 10rem !important;
  }
  .pt-xxl-105 {
    padding-top: 10.5rem !important;
  }
  .pt-xxl-110 {
    padding-top: 11rem !important;
  }
  .pt-xxl-115 {
    padding-top: 11.5rem !important;
  }
  .pt-xxl-120 {
    padding-top: 12rem !important;
  }
  .pt-xxl-125 {
    padding-top: 12.5rem !important;
  }
  .pt-xxl-130 {
    padding-top: 13rem !important;
  }
  .pt-xxl-135 {
    padding-top: 13.5rem !important;
  }
  .pt-xxl-140 {
    padding-top: 14rem !important;
  }
  .pt-xxl-145 {
    padding-top: 14.5rem !important;
  }
  .pt-xxl-150 {
    padding-top: 15rem !important;
  }
  .pt-xxl-155 {
    padding-top: 15.5rem !important;
  }
  .pt-xxl-160 {
    padding-top: 16rem !important;
  }
  .pt-xxl-165 {
    padding-top: 16.5rem !important;
  }
  .pt-xxl-170 {
    padding-top: 17rem !important;
  }
  .pt-xxl-175 {
    padding-top: 17.5rem !important;
  }
  .pt-xxl-180 {
    padding-top: 18rem !important;
  }
  .pt-xxl-185 {
    padding-top: 18.5rem !important;
  }
  .pt-xxl-190 {
    padding-top: 19rem !important;
  }
  .pt-xxl-195 {
    padding-top: 19.5rem !important;
  }
  .pt-xxl-200 {
    padding-top: 20rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-5 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 1rem !important;
  }
  .pe-xxl-15 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-20 {
    padding-right: 2rem !important;
  }
  .pe-xxl-24 {
    padding-right: 2.4rem !important;
  }
  .pe-xxl-25 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-30 {
    padding-right: 3rem !important;
  }
  .pe-xxl-35 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-40 {
    padding-right: 4rem !important;
  }
  .pe-xxl-45 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-50 {
    padding-right: 5rem !important;
  }
  .pe-xxl-55 {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-60 {
    padding-right: 6rem !important;
  }
  .pe-xxl-65 {
    padding-right: 6.5rem !important;
  }
  .pe-xxl-70 {
    padding-right: 7rem !important;
  }
  .pe-xxl-75 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-80 {
    padding-right: 8rem !important;
  }
  .pe-xxl-85 {
    padding-right: 8.5rem !important;
  }
  .pe-xxl-90 {
    padding-right: 9rem !important;
  }
  .pe-xxl-95 {
    padding-right: 9.5rem !important;
  }
  .pe-xxl-100 {
    padding-right: 10rem !important;
  }
  .pe-xxl-105 {
    padding-right: 10.5rem !important;
  }
  .pe-xxl-110 {
    padding-right: 11rem !important;
  }
  .pe-xxl-115 {
    padding-right: 11.5rem !important;
  }
  .pe-xxl-120 {
    padding-right: 12rem !important;
  }
  .pe-xxl-125 {
    padding-right: 12.5rem !important;
  }
  .pe-xxl-130 {
    padding-right: 13rem !important;
  }
  .pe-xxl-135 {
    padding-right: 13.5rem !important;
  }
  .pe-xxl-140 {
    padding-right: 14rem !important;
  }
  .pe-xxl-145 {
    padding-right: 14.5rem !important;
  }
  .pe-xxl-150 {
    padding-right: 15rem !important;
  }
  .pe-xxl-155 {
    padding-right: 15.5rem !important;
  }
  .pe-xxl-160 {
    padding-right: 16rem !important;
  }
  .pe-xxl-165 {
    padding-right: 16.5rem !important;
  }
  .pe-xxl-170 {
    padding-right: 17rem !important;
  }
  .pe-xxl-175 {
    padding-right: 17.5rem !important;
  }
  .pe-xxl-180 {
    padding-right: 18rem !important;
  }
  .pe-xxl-185 {
    padding-right: 18.5rem !important;
  }
  .pe-xxl-190 {
    padding-right: 19rem !important;
  }
  .pe-xxl-195 {
    padding-right: 19.5rem !important;
  }
  .pe-xxl-200 {
    padding-right: 20rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-50 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxl-60 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxl-70 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-80 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xxl-90 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xxl-100 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xxl-110 {
    padding-bottom: 11rem !important;
  }
  .pb-xxl-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-xxl-120 {
    padding-bottom: 12rem !important;
  }
  .pb-xxl-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xxl-130 {
    padding-bottom: 13rem !important;
  }
  .pb-xxl-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xxl-140 {
    padding-bottom: 14rem !important;
  }
  .pb-xxl-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-xxl-150 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-xxl-160 {
    padding-bottom: 16rem !important;
  }
  .pb-xxl-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-xxl-170 {
    padding-bottom: 17rem !important;
  }
  .pb-xxl-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-xxl-180 {
    padding-bottom: 18rem !important;
  }
  .pb-xxl-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-xxl-190 {
    padding-bottom: 19rem !important;
  }
  .pb-xxl-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-xxl-200 {
    padding-bottom: 20rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-5 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 1rem !important;
  }
  .ps-xxl-15 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-20 {
    padding-left: 2rem !important;
  }
  .ps-xxl-24 {
    padding-left: 2.4rem !important;
  }
  .ps-xxl-25 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-30 {
    padding-left: 3rem !important;
  }
  .ps-xxl-35 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-40 {
    padding-left: 4rem !important;
  }
  .ps-xxl-45 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-50 {
    padding-left: 5rem !important;
  }
  .ps-xxl-55 {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-60 {
    padding-left: 6rem !important;
  }
  .ps-xxl-65 {
    padding-left: 6.5rem !important;
  }
  .ps-xxl-70 {
    padding-left: 7rem !important;
  }
  .ps-xxl-75 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-80 {
    padding-left: 8rem !important;
  }
  .ps-xxl-85 {
    padding-left: 8.5rem !important;
  }
  .ps-xxl-90 {
    padding-left: 9rem !important;
  }
  .ps-xxl-95 {
    padding-left: 9.5rem !important;
  }
  .ps-xxl-100 {
    padding-left: 10rem !important;
  }
  .ps-xxl-105 {
    padding-left: 10.5rem !important;
  }
  .ps-xxl-110 {
    padding-left: 11rem !important;
  }
  .ps-xxl-115 {
    padding-left: 11.5rem !important;
  }
  .ps-xxl-120 {
    padding-left: 12rem !important;
  }
  .ps-xxl-125 {
    padding-left: 12.5rem !important;
  }
  .ps-xxl-130 {
    padding-left: 13rem !important;
  }
  .ps-xxl-135 {
    padding-left: 13.5rem !important;
  }
  .ps-xxl-140 {
    padding-left: 14rem !important;
  }
  .ps-xxl-145 {
    padding-left: 14.5rem !important;
  }
  .ps-xxl-150 {
    padding-left: 15rem !important;
  }
  .ps-xxl-155 {
    padding-left: 15.5rem !important;
  }
  .ps-xxl-160 {
    padding-left: 16rem !important;
  }
  .ps-xxl-165 {
    padding-left: 16.5rem !important;
  }
  .ps-xxl-170 {
    padding-left: 17rem !important;
  }
  .ps-xxl-175 {
    padding-left: 17.5rem !important;
  }
  .ps-xxl-180 {
    padding-left: 18rem !important;
  }
  .ps-xxl-185 {
    padding-left: 18.5rem !important;
  }
  .ps-xxl-190 {
    padding-left: 19rem !important;
  }
  .ps-xxl-195 {
    padding-left: 19.5rem !important;
  }
  .ps-xxl-200 {
    padding-left: 20rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-5 {
    gap: 0.5rem !important;
  }
  .gap-xxl-10 {
    gap: 1rem !important;
  }
  .gap-xxl-15 {
    gap: 1.5rem !important;
  }
  .gap-xxl-20 {
    gap: 2rem !important;
  }
  .gap-xxl-24 {
    gap: 2.4rem !important;
  }
  .gap-xxl-25 {
    gap: 2.5rem !important;
  }
  .gap-xxl-30 {
    gap: 3rem !important;
  }
  .gap-xxl-35 {
    gap: 3.5rem !important;
  }
  .gap-xxl-40 {
    gap: 4rem !important;
  }
  .gap-xxl-45 {
    gap: 4.5rem !important;
  }
  .gap-xxl-50 {
    gap: 5rem !important;
  }
  .gap-xxl-55 {
    gap: 5.5rem !important;
  }
  .gap-xxl-60 {
    gap: 6rem !important;
  }
  .gap-xxl-65 {
    gap: 6.5rem !important;
  }
  .gap-xxl-70 {
    gap: 7rem !important;
  }
  .gap-xxl-75 {
    gap: 7.5rem !important;
  }
  .gap-xxl-80 {
    gap: 8rem !important;
  }
  .gap-xxl-85 {
    gap: 8.5rem !important;
  }
  .gap-xxl-90 {
    gap: 9rem !important;
  }
  .gap-xxl-95 {
    gap: 9.5rem !important;
  }
  .gap-xxl-100 {
    gap: 10rem !important;
  }
  .gap-xxl-105 {
    gap: 10.5rem !important;
  }
  .gap-xxl-110 {
    gap: 11rem !important;
  }
  .gap-xxl-115 {
    gap: 11.5rem !important;
  }
  .gap-xxl-120 {
    gap: 12rem !important;
  }
  .gap-xxl-125 {
    gap: 12.5rem !important;
  }
  .gap-xxl-130 {
    gap: 13rem !important;
  }
  .gap-xxl-135 {
    gap: 13.5rem !important;
  }
  .gap-xxl-140 {
    gap: 14rem !important;
  }
  .gap-xxl-145 {
    gap: 14.5rem !important;
  }
  .gap-xxl-150 {
    gap: 15rem !important;
  }
  .gap-xxl-155 {
    gap: 15.5rem !important;
  }
  .gap-xxl-160 {
    gap: 16rem !important;
  }
  .gap-xxl-165 {
    gap: 16.5rem !important;
  }
  .gap-xxl-170 {
    gap: 17rem !important;
  }
  .gap-xxl-175 {
    gap: 17.5rem !important;
  }
  .gap-xxl-180 {
    gap: 18rem !important;
  }
  .gap-xxl-185 {
    gap: 18.5rem !important;
  }
  .gap-xxl-190 {
    gap: 19rem !important;
  }
  .gap-xxl-195 {
    gap: 19.5rem !important;
  }
  .gap-xxl-200 {
    gap: 20rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

.g-24,
.gx-24 {
  --bs-gutter-x: 2.4rem;
}

.g-24,
.gy-24 {
  --bs-gutter-y: 2.4rem;
}

.g-25,
.gx-25 {
  --bs-gutter-x: 2.5rem;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 2.5rem;
}

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

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

.g-35,
.gx-35 {
  --bs-gutter-x: 3.5rem;
}

.g-35,
.gy-35 {
  --bs-gutter-y: 3.5rem;
}

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

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

.g-45,
.gx-45 {
  --bs-gutter-x: 4.5rem;
}

.g-45,
.gy-45 {
  --bs-gutter-y: 4.5rem;
}

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

.g-50,
.gy-50 {
  --bs-gutter-y: 5rem;
}

.g-55,
.gx-55 {
  --bs-gutter-x: 5.5rem;
}

.g-55,
.gy-55 {
  --bs-gutter-y: 5.5rem;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 6rem;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 6rem;
}

.g-65,
.gx-65 {
  --bs-gutter-x: 6.5rem;
}

.g-65,
.gy-65 {
  --bs-gutter-y: 6.5rem;
}

.g-70,
.gx-70 {
  --bs-gutter-x: 7rem;
}

.g-70,
.gy-70 {
  --bs-gutter-y: 7rem;
}

.g-75,
.gx-75 {
  --bs-gutter-x: 7.5rem;
}

.g-75,
.gy-75 {
  --bs-gutter-y: 7.5rem;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 8rem;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 8rem;
}

.g-85,
.gx-85 {
  --bs-gutter-x: 8.5rem;
}

.g-85,
.gy-85 {
  --bs-gutter-y: 8.5rem;
}

.g-90,
.gx-90 {
  --bs-gutter-x: 9rem;
}

.g-90,
.gy-90 {
  --bs-gutter-y: 9rem;
}

.g-95,
.gx-95 {
  --bs-gutter-x: 9.5rem;
}

.g-95,
.gy-95 {
  --bs-gutter-y: 9.5rem;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 10rem;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 10rem;
}

.g-105,
.gx-105 {
  --bs-gutter-x: 10.5rem;
}

.g-105,
.gy-105 {
  --bs-gutter-y: 10.5rem;
}

.g-110,
.gx-110 {
  --bs-gutter-x: 11rem;
}

.g-110,
.gy-110 {
  --bs-gutter-y: 11rem;
}

.g-115,
.gx-115 {
  --bs-gutter-x: 11.5rem;
}

.g-115,
.gy-115 {
  --bs-gutter-y: 11.5rem;
}

.g-120,
.gx-120 {
  --bs-gutter-x: 12rem;
}

.g-120,
.gy-120 {
  --bs-gutter-y: 12rem;
}

.g-125,
.gx-125 {
  --bs-gutter-x: 12.5rem;
}

.g-125,
.gy-125 {
  --bs-gutter-y: 12.5rem;
}

.g-130,
.gx-130 {
  --bs-gutter-x: 13rem;
}

.g-130,
.gy-130 {
  --bs-gutter-y: 13rem;
}

.g-135,
.gx-135 {
  --bs-gutter-x: 13.5rem;
}

.g-135,
.gy-135 {
  --bs-gutter-y: 13.5rem;
}

.g-140,
.gx-140 {
  --bs-gutter-x: 14rem;
}

.g-140,
.gy-140 {
  --bs-gutter-y: 14rem;
}

.g-145,
.gx-145 {
  --bs-gutter-x: 14.5rem;
}

.g-145,
.gy-145 {
  --bs-gutter-y: 14.5rem;
}

.g-150,
.gx-150 {
  --bs-gutter-x: 15rem;
}

.g-150,
.gy-150 {
  --bs-gutter-y: 15rem;
}

.g-155,
.gx-155 {
  --bs-gutter-x: 15.5rem;
}

.g-155,
.gy-155 {
  --bs-gutter-y: 15.5rem;
}

.g-160,
.gx-160 {
  --bs-gutter-x: 16rem;
}

.g-160,
.gy-160 {
  --bs-gutter-y: 16rem;
}

.g-165,
.gx-165 {
  --bs-gutter-x: 16.5rem;
}

.g-165,
.gy-165 {
  --bs-gutter-y: 16.5rem;
}

.g-170,
.gx-170 {
  --bs-gutter-x: 17rem;
}

.g-170,
.gy-170 {
  --bs-gutter-y: 17rem;
}

.g-175,
.gx-175 {
  --bs-gutter-x: 17.5rem;
}

.g-175,
.gy-175 {
  --bs-gutter-y: 17.5rem;
}

.g-180,
.gx-180 {
  --bs-gutter-x: 18rem;
}

.g-180,
.gy-180 {
  --bs-gutter-y: 18rem;
}

.g-185,
.gx-185 {
  --bs-gutter-x: 18.5rem;
}

.g-185,
.gy-185 {
  --bs-gutter-y: 18.5rem;
}

.g-190,
.gx-190 {
  --bs-gutter-x: 19rem;
}

.g-190,
.gy-190 {
  --bs-gutter-y: 19rem;
}

.g-195,
.gx-195 {
  --bs-gutter-x: 19.5rem;
}

.g-195,
.gy-195 {
  --bs-gutter-y: 19.5rem;
}

.g-200,
.gx-200 {
  --bs-gutter-x: 20rem;
}

.g-200,
.gy-200 {
  --bs-gutter-y: 20rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-35,
  .gx-sm-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-35,
  .gy-sm-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-45,
  .gx-sm-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-45,
  .gy-sm-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-55,
  .gx-sm-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-sm-55,
  .gy-sm-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-65,
  .gx-sm-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-sm-65,
  .gy-sm-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-75,
  .gx-sm-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-75,
  .gy-sm-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-85,
  .gx-sm-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-sm-85,
  .gy-sm-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-95,
  .gx-sm-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-sm-95,
  .gy-sm-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-105,
  .gx-sm-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-sm-105,
  .gy-sm-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-sm-110,
  .gx-sm-110 {
    --bs-gutter-x: 11rem;
  }
  .g-sm-110,
  .gy-sm-110 {
    --bs-gutter-y: 11rem;
  }
  .g-sm-115,
  .gx-sm-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-sm-115,
  .gy-sm-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-sm-120,
  .gx-sm-120 {
    --bs-gutter-x: 12rem;
  }
  .g-sm-120,
  .gy-sm-120 {
    --bs-gutter-y: 12rem;
  }
  .g-sm-125,
  .gx-sm-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-125,
  .gy-sm-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-sm-130,
  .gx-sm-130 {
    --bs-gutter-x: 13rem;
  }
  .g-sm-130,
  .gy-sm-130 {
    --bs-gutter-y: 13rem;
  }
  .g-sm-135,
  .gx-sm-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-sm-135,
  .gy-sm-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-sm-140,
  .gx-sm-140 {
    --bs-gutter-x: 14rem;
  }
  .g-sm-140,
  .gy-sm-140 {
    --bs-gutter-y: 14rem;
  }
  .g-sm-145,
  .gx-sm-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-sm-145,
  .gy-sm-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-sm-150,
  .gx-sm-150 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-150,
  .gy-sm-150 {
    --bs-gutter-y: 15rem;
  }
  .g-sm-155,
  .gx-sm-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-sm-155,
  .gy-sm-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-sm-160,
  .gx-sm-160 {
    --bs-gutter-x: 16rem;
  }
  .g-sm-160,
  .gy-sm-160 {
    --bs-gutter-y: 16rem;
  }
  .g-sm-165,
  .gx-sm-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-sm-165,
  .gy-sm-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-sm-170,
  .gx-sm-170 {
    --bs-gutter-x: 17rem;
  }
  .g-sm-170,
  .gy-sm-170 {
    --bs-gutter-y: 17rem;
  }
  .g-sm-175,
  .gx-sm-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-sm-175,
  .gy-sm-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-sm-180,
  .gx-sm-180 {
    --bs-gutter-x: 18rem;
  }
  .g-sm-180,
  .gy-sm-180 {
    --bs-gutter-y: 18rem;
  }
  .g-sm-185,
  .gx-sm-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-sm-185,
  .gy-sm-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-sm-190,
  .gx-sm-190 {
    --bs-gutter-x: 19rem;
  }
  .g-sm-190,
  .gy-sm-190 {
    --bs-gutter-y: 19rem;
  }
  .g-sm-195,
  .gx-sm-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-sm-195,
  .gy-sm-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-sm-200,
  .gx-sm-200 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-200,
  .gy-sm-200 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 1rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 1rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 2rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 2rem;
  }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 3rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 3rem;
  }
  .g-md-35,
  .gx-md-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-35,
  .gy-md-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 4rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 4rem;
  }
  .g-md-45,
  .gx-md-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-45,
  .gy-md-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 5rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 5rem;
  }
  .g-md-55,
  .gx-md-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-md-55,
  .gy-md-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 6rem;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 6rem;
  }
  .g-md-65,
  .gx-md-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-md-65,
  .gy-md-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 7rem;
  }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 7rem;
  }
  .g-md-75,
  .gx-md-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-75,
  .gy-md-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 8rem;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 8rem;
  }
  .g-md-85,
  .gx-md-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-md-85,
  .gy-md-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 9rem;
  }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 9rem;
  }
  .g-md-95,
  .gx-md-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-md-95,
  .gy-md-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 10rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 10rem;
  }
  .g-md-105,
  .gx-md-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-md-105,
  .gy-md-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-md-110,
  .gx-md-110 {
    --bs-gutter-x: 11rem;
  }
  .g-md-110,
  .gy-md-110 {
    --bs-gutter-y: 11rem;
  }
  .g-md-115,
  .gx-md-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-md-115,
  .gy-md-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-md-120,
  .gx-md-120 {
    --bs-gutter-x: 12rem;
  }
  .g-md-120,
  .gy-md-120 {
    --bs-gutter-y: 12rem;
  }
  .g-md-125,
  .gx-md-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-125,
  .gy-md-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-md-130,
  .gx-md-130 {
    --bs-gutter-x: 13rem;
  }
  .g-md-130,
  .gy-md-130 {
    --bs-gutter-y: 13rem;
  }
  .g-md-135,
  .gx-md-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-md-135,
  .gy-md-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-md-140,
  .gx-md-140 {
    --bs-gutter-x: 14rem;
  }
  .g-md-140,
  .gy-md-140 {
    --bs-gutter-y: 14rem;
  }
  .g-md-145,
  .gx-md-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-md-145,
  .gy-md-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-md-150,
  .gx-md-150 {
    --bs-gutter-x: 15rem;
  }
  .g-md-150,
  .gy-md-150 {
    --bs-gutter-y: 15rem;
  }
  .g-md-155,
  .gx-md-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-md-155,
  .gy-md-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-md-160,
  .gx-md-160 {
    --bs-gutter-x: 16rem;
  }
  .g-md-160,
  .gy-md-160 {
    --bs-gutter-y: 16rem;
  }
  .g-md-165,
  .gx-md-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-md-165,
  .gy-md-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-md-170,
  .gx-md-170 {
    --bs-gutter-x: 17rem;
  }
  .g-md-170,
  .gy-md-170 {
    --bs-gutter-y: 17rem;
  }
  .g-md-175,
  .gx-md-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-md-175,
  .gy-md-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-md-180,
  .gx-md-180 {
    --bs-gutter-x: 18rem;
  }
  .g-md-180,
  .gy-md-180 {
    --bs-gutter-y: 18rem;
  }
  .g-md-185,
  .gx-md-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-md-185,
  .gy-md-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-md-190,
  .gx-md-190 {
    --bs-gutter-x: 19rem;
  }
  .g-md-190,
  .gy-md-190 {
    --bs-gutter-y: 19rem;
  }
  .g-md-195,
  .gx-md-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-md-195,
  .gy-md-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-md-200,
  .gx-md-200 {
    --bs-gutter-x: 20rem;
  }
  .g-md-200,
  .gy-md-200 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-35,
  .gx-lg-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-35,
  .gy-lg-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-45,
  .gx-lg-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-45,
  .gy-lg-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-55,
  .gx-lg-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-lg-55,
  .gy-lg-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-65,
  .gx-lg-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-lg-65,
  .gy-lg-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-75,
  .gx-lg-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-75,
  .gy-lg-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-85,
  .gx-lg-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-lg-85,
  .gy-lg-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-95,
  .gx-lg-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-lg-95,
  .gy-lg-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-105,
  .gx-lg-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-lg-105,
  .gy-lg-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-lg-110,
  .gx-lg-110 {
    --bs-gutter-x: 11rem;
  }
  .g-lg-110,
  .gy-lg-110 {
    --bs-gutter-y: 11rem;
  }
  .g-lg-115,
  .gx-lg-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-lg-115,
  .gy-lg-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-lg-120,
  .gx-lg-120 {
    --bs-gutter-x: 12rem;
  }
  .g-lg-120,
  .gy-lg-120 {
    --bs-gutter-y: 12rem;
  }
  .g-lg-125,
  .gx-lg-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-125,
  .gy-lg-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-lg-130,
  .gx-lg-130 {
    --bs-gutter-x: 13rem;
  }
  .g-lg-130,
  .gy-lg-130 {
    --bs-gutter-y: 13rem;
  }
  .g-lg-135,
  .gx-lg-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-lg-135,
  .gy-lg-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-lg-140,
  .gx-lg-140 {
    --bs-gutter-x: 14rem;
  }
  .g-lg-140,
  .gy-lg-140 {
    --bs-gutter-y: 14rem;
  }
  .g-lg-145,
  .gx-lg-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-lg-145,
  .gy-lg-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-lg-150,
  .gx-lg-150 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-150,
  .gy-lg-150 {
    --bs-gutter-y: 15rem;
  }
  .g-lg-155,
  .gx-lg-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-lg-155,
  .gy-lg-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-lg-160,
  .gx-lg-160 {
    --bs-gutter-x: 16rem;
  }
  .g-lg-160,
  .gy-lg-160 {
    --bs-gutter-y: 16rem;
  }
  .g-lg-165,
  .gx-lg-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-lg-165,
  .gy-lg-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-lg-170,
  .gx-lg-170 {
    --bs-gutter-x: 17rem;
  }
  .g-lg-170,
  .gy-lg-170 {
    --bs-gutter-y: 17rem;
  }
  .g-lg-175,
  .gx-lg-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-lg-175,
  .gy-lg-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-lg-180,
  .gx-lg-180 {
    --bs-gutter-x: 18rem;
  }
  .g-lg-180,
  .gy-lg-180 {
    --bs-gutter-y: 18rem;
  }
  .g-lg-185,
  .gx-lg-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-lg-185,
  .gy-lg-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-lg-190,
  .gx-lg-190 {
    --bs-gutter-x: 19rem;
  }
  .g-lg-190,
  .gy-lg-190 {
    --bs-gutter-y: 19rem;
  }
  .g-lg-195,
  .gx-lg-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-lg-195,
  .gy-lg-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-lg-200,
  .gx-lg-200 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-200,
  .gy-lg-200 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-35,
  .gx-xl-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-35,
  .gy-xl-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-45,
  .gx-xl-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-45,
  .gy-xl-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-55,
  .gx-xl-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xl-55,
  .gy-xl-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-65,
  .gx-xl-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xl-65,
  .gy-xl-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xl-70,
  .gx-xl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-70,
  .gy-xl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-75,
  .gx-xl-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-75,
  .gy-xl-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-85,
  .gx-xl-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xl-85,
  .gy-xl-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xl-90,
  .gx-xl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-90,
  .gy-xl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-95,
  .gx-xl-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xl-95,
  .gy-xl-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-105,
  .gx-xl-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xl-105,
  .gy-xl-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-xl-110,
  .gx-xl-110 {
    --bs-gutter-x: 11rem;
  }
  .g-xl-110,
  .gy-xl-110 {
    --bs-gutter-y: 11rem;
  }
  .g-xl-115,
  .gx-xl-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-xl-115,
  .gy-xl-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-xl-120,
  .gx-xl-120 {
    --bs-gutter-x: 12rem;
  }
  .g-xl-120,
  .gy-xl-120 {
    --bs-gutter-y: 12rem;
  }
  .g-xl-125,
  .gx-xl-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xl-125,
  .gy-xl-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xl-130,
  .gx-xl-130 {
    --bs-gutter-x: 13rem;
  }
  .g-xl-130,
  .gy-xl-130 {
    --bs-gutter-y: 13rem;
  }
  .g-xl-135,
  .gx-xl-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-xl-135,
  .gy-xl-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-xl-140,
  .gx-xl-140 {
    --bs-gutter-x: 14rem;
  }
  .g-xl-140,
  .gy-xl-140 {
    --bs-gutter-y: 14rem;
  }
  .g-xl-145,
  .gx-xl-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-xl-145,
  .gy-xl-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-xl-150,
  .gx-xl-150 {
    --bs-gutter-x: 15rem;
  }
  .g-xl-150,
  .gy-xl-150 {
    --bs-gutter-y: 15rem;
  }
  .g-xl-155,
  .gx-xl-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-xl-155,
  .gy-xl-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-xl-160,
  .gx-xl-160 {
    --bs-gutter-x: 16rem;
  }
  .g-xl-160,
  .gy-xl-160 {
    --bs-gutter-y: 16rem;
  }
  .g-xl-165,
  .gx-xl-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-xl-165,
  .gy-xl-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-xl-170,
  .gx-xl-170 {
    --bs-gutter-x: 17rem;
  }
  .g-xl-170,
  .gy-xl-170 {
    --bs-gutter-y: 17rem;
  }
  .g-xl-175,
  .gx-xl-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-xl-175,
  .gy-xl-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-xl-180,
  .gx-xl-180 {
    --bs-gutter-x: 18rem;
  }
  .g-xl-180,
  .gy-xl-180 {
    --bs-gutter-y: 18rem;
  }
  .g-xl-185,
  .gx-xl-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-xl-185,
  .gy-xl-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-xl-190,
  .gx-xl-190 {
    --bs-gutter-x: 19rem;
  }
  .g-xl-190,
  .gy-xl-190 {
    --bs-gutter-y: 19rem;
  }
  .g-xl-195,
  .gx-xl-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-xl-195,
  .gy-xl-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-xl-200,
  .gx-xl-200 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-200,
  .gy-xl-200 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-35,
  .gx-xxl-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-35,
  .gy-xxl-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-45,
  .gx-xxl-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-45,
  .gy-xxl-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-55,
  .gx-xxl-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxl-55,
  .gy-xxl-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-65,
  .gx-xxl-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xxl-65,
  .gy-xxl-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xxl-70,
  .gx-xxl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-70,
  .gy-xxl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-75,
  .gx-xxl-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-75,
  .gy-xxl-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-85,
  .gx-xxl-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xxl-85,
  .gy-xxl-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xxl-90,
  .gx-xxl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-90,
  .gy-xxl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-95,
  .gx-xxl-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xxl-95,
  .gy-xxl-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-105,
  .gx-xxl-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xxl-105,
  .gy-xxl-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-xxl-110,
  .gx-xxl-110 {
    --bs-gutter-x: 11rem;
  }
  .g-xxl-110,
  .gy-xxl-110 {
    --bs-gutter-y: 11rem;
  }
  .g-xxl-115,
  .gx-xxl-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-xxl-115,
  .gy-xxl-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-xxl-120,
  .gx-xxl-120 {
    --bs-gutter-x: 12rem;
  }
  .g-xxl-120,
  .gy-xxl-120 {
    --bs-gutter-y: 12rem;
  }
  .g-xxl-125,
  .gx-xxl-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xxl-125,
  .gy-xxl-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xxl-130,
  .gx-xxl-130 {
    --bs-gutter-x: 13rem;
  }
  .g-xxl-130,
  .gy-xxl-130 {
    --bs-gutter-y: 13rem;
  }
  .g-xxl-135,
  .gx-xxl-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-xxl-135,
  .gy-xxl-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-xxl-140,
  .gx-xxl-140 {
    --bs-gutter-x: 14rem;
  }
  .g-xxl-140,
  .gy-xxl-140 {
    --bs-gutter-y: 14rem;
  }
  .g-xxl-145,
  .gx-xxl-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-xxl-145,
  .gy-xxl-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-xxl-150,
  .gx-xxl-150 {
    --bs-gutter-x: 15rem;
  }
  .g-xxl-150,
  .gy-xxl-150 {
    --bs-gutter-y: 15rem;
  }
  .g-xxl-155,
  .gx-xxl-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-xxl-155,
  .gy-xxl-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-xxl-160,
  .gx-xxl-160 {
    --bs-gutter-x: 16rem;
  }
  .g-xxl-160,
  .gy-xxl-160 {
    --bs-gutter-y: 16rem;
  }
  .g-xxl-165,
  .gx-xxl-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-xxl-165,
  .gy-xxl-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-xxl-170,
  .gx-xxl-170 {
    --bs-gutter-x: 17rem;
  }
  .g-xxl-170,
  .gy-xxl-170 {
    --bs-gutter-y: 17rem;
  }
  .g-xxl-175,
  .gx-xxl-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-xxl-175,
  .gy-xxl-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-xxl-180,
  .gx-xxl-180 {
    --bs-gutter-x: 18rem;
  }
  .g-xxl-180,
  .gy-xxl-180 {
    --bs-gutter-y: 18rem;
  }
  .g-xxl-185,
  .gx-xxl-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-xxl-185,
  .gy-xxl-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-xxl-190,
  .gx-xxl-190 {
    --bs-gutter-x: 19rem;
  }
  .g-xxl-190,
  .gy-xxl-190 {
    --bs-gutter-y: 19rem;
  }
  .g-xxl-195,
  .gx-xxl-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-xxl-195,
  .gy-xxl-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-xxl-200,
  .gx-xxl-200 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-200,
  .gy-xxl-200 {
    --bs-gutter-y: 20rem;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/* || PRIMARY FONT */
/* || TITLE FONT */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* || GENERAL STYLES */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

p {
  inline-size: 100%;
}

ul, ol {
  list-style: none;
}

ins {
  text-decoration: none;
}

html {
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: smooth;
}
@media (max-width: 991.98px) {
  html {
    font-size: 1.0080848404vw;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 1.7361713948vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

body {
  min-block-size: 100vh;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  line-height: 1.67;
  color: #000;
  text-rendering: optimizeSpeed;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
picture,
svg,
video {
  display: block;
  block-size: auto;
  max-inline-size: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

input:is([type=checkbox], [type=radio]) {
  margin: 0;
  vertical-align: middle;
  accent-color: rgb(51, 56, 67);
}

input:not([type=submit], [type=checkbox], [type=radio]),
select,
textarea {
  inline-size: 100%;
  padding: 2rem 2.5rem;
  margin-block-end: 2.4rem;
  border: 0;
  border-radius: 0.5rem;
  outline: none;
  color: #000;
  background-color: rgba(229, 229, 229, 0.4);
}
input:not([type=submit], [type=checkbox], [type=radio])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
}
input:not([type=submit], [type=checkbox], [type=radio])::placeholder,
select::placeholder,
textarea::placeholder {
  color: #000;
}

select,
textarea {
  margin-block-end: 0;
}

select {
  background: rgba(229, 229, 229, 0.4) url(../icons/chevron-down-black.svg) no-repeat center right 1.4rem/1.7rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

button,
input[type=submit] {
  padding: 0;
  border: 0;
  letter-spacing: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

figure,
iframe {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
/* || UTILITIES */
.container {
  inline-size: 100%;
  max-inline-size: 167rem;
  padding-inline-start: calc(0.5 * var(--bs-gutter-container-x));
  padding-inline-end: calc(0.5 * var(--bs-gutter-container-x));
  margin-inline-start: auto;
  margin-inline-end: auto;
  --bs-gutter-container-x: 3rem;
  --bs-gutter-container-m-x: 3rem;
}
@media (max-width: 575.98px) {
  .container {
    max-inline-size: 100%;
    padding-inline-start: calc(0.5 * var(--bs-gutter-container-m-x));
    padding-inline-end: calc(0.5 * var(--bs-gutter-container-m-x));
  }
}

.container-fluid {
  inline-size: 100%;
  --bs-gutter-container-m-x: 3rem;
}
@media (max-width: 991.98px) {
  .container-fluid {
    max-inline-size: 100%;
    padding-inline-start: calc(0.5 * var(--bs-gutter-container-m-x));
    padding-inline-end: calc(0.5 * var(--bs-gutter-container-m-x));
  }
}

.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-m-x: 3rem;
}
@media (max-width: 575.98px) {
  .row {
    margin-inline-start: calc(-0.5 * var(--bs-gutter-m-x));
    margin-inline-end: calc(-0.5 * var(--bs-gutter-m-x));
  }
}
@media (max-width: 575.98px) {
  .row [class^=col-],
  .row [class*=" col-"] {
    padding-inline-start: calc(0.5 * var(--bs-gutter-m-x));
    padding-inline-end: calc(0.5 * var(--bs-gutter-m-x));
  }
}

.row-sm {
  --bs-gutter-x: 3rem;
}
@media (max-width: 575.98px) {
  .row-sm {
    margin-inline-start: calc(-0.5 * var(--bs-gutter-m-x));
    margin-inline-end: calc(-0.5 * var(--bs-gutter-m-x));
  }
}
@media (max-width: 575.98px) {
  .row-sm [class^=col-],
  .row-sm [class*=" col-"] {
    padding-inline-start: calc(0.5 * var(--bs-gutter-m-x));
    padding-inline-end: calc(0.5 * var(--bs-gutter-m-x));
  }
}

.g-0 {
  --bs-gutter-m-x: 0;
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

.g-24,
.gx-24 {
  --bs-gutter-x: 2.4rem;
}

.g-24,
.gy-24 {
  --bs-gutter-y: 2.4rem;
}

.g-25,
.gx-25 {
  --bs-gutter-x: 2.5rem;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 2.5rem;
}

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

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

.g-35,
.gx-35 {
  --bs-gutter-x: 3.5rem;
}

.g-35,
.gy-35 {
  --bs-gutter-y: 3.5rem;
}

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

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

.g-45,
.gx-45 {
  --bs-gutter-x: 4.5rem;
}

.g-45,
.gy-45 {
  --bs-gutter-y: 4.5rem;
}

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

.g-50,
.gy-50 {
  --bs-gutter-y: 5rem;
}

.g-55,
.gx-55 {
  --bs-gutter-x: 5.5rem;
}

.g-55,
.gy-55 {
  --bs-gutter-y: 5.5rem;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 6rem;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 6rem;
}

.g-65,
.gx-65 {
  --bs-gutter-x: 6.5rem;
}

.g-65,
.gy-65 {
  --bs-gutter-y: 6.5rem;
}

.g-70,
.gx-70 {
  --bs-gutter-x: 7rem;
}

.g-70,
.gy-70 {
  --bs-gutter-y: 7rem;
}

.g-75,
.gx-75 {
  --bs-gutter-x: 7.5rem;
}

.g-75,
.gy-75 {
  --bs-gutter-y: 7.5rem;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 8rem;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 8rem;
}

.g-85,
.gx-85 {
  --bs-gutter-x: 8.5rem;
}

.g-85,
.gy-85 {
  --bs-gutter-y: 8.5rem;
}

.g-90,
.gx-90 {
  --bs-gutter-x: 9rem;
}

.g-90,
.gy-90 {
  --bs-gutter-y: 9rem;
}

.g-95,
.gx-95 {
  --bs-gutter-x: 9.5rem;
}

.g-95,
.gy-95 {
  --bs-gutter-y: 9.5rem;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 10rem;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 10rem;
}

.g-105,
.gx-105 {
  --bs-gutter-x: 10.5rem;
}

.g-105,
.gy-105 {
  --bs-gutter-y: 10.5rem;
}

.g-110,
.gx-110 {
  --bs-gutter-x: 11rem;
}

.g-110,
.gy-110 {
  --bs-gutter-y: 11rem;
}

.g-115,
.gx-115 {
  --bs-gutter-x: 11.5rem;
}

.g-115,
.gy-115 {
  --bs-gutter-y: 11.5rem;
}

.g-120,
.gx-120 {
  --bs-gutter-x: 12rem;
}

.g-120,
.gy-120 {
  --bs-gutter-y: 12rem;
}

.g-125,
.gx-125 {
  --bs-gutter-x: 12.5rem;
}

.g-125,
.gy-125 {
  --bs-gutter-y: 12.5rem;
}

.g-130,
.gx-130 {
  --bs-gutter-x: 13rem;
}

.g-130,
.gy-130 {
  --bs-gutter-y: 13rem;
}

.g-135,
.gx-135 {
  --bs-gutter-x: 13.5rem;
}

.g-135,
.gy-135 {
  --bs-gutter-y: 13.5rem;
}

.g-140,
.gx-140 {
  --bs-gutter-x: 14rem;
}

.g-140,
.gy-140 {
  --bs-gutter-y: 14rem;
}

.g-145,
.gx-145 {
  --bs-gutter-x: 14.5rem;
}

.g-145,
.gy-145 {
  --bs-gutter-y: 14.5rem;
}

.g-150,
.gx-150 {
  --bs-gutter-x: 15rem;
}

.g-150,
.gy-150 {
  --bs-gutter-y: 15rem;
}

.g-155,
.gx-155 {
  --bs-gutter-x: 15.5rem;
}

.g-155,
.gy-155 {
  --bs-gutter-y: 15.5rem;
}

.g-160,
.gx-160 {
  --bs-gutter-x: 16rem;
}

.g-160,
.gy-160 {
  --bs-gutter-y: 16rem;
}

.g-165,
.gx-165 {
  --bs-gutter-x: 16.5rem;
}

.g-165,
.gy-165 {
  --bs-gutter-y: 16.5rem;
}

.g-170,
.gx-170 {
  --bs-gutter-x: 17rem;
}

.g-170,
.gy-170 {
  --bs-gutter-y: 17rem;
}

.g-175,
.gx-175 {
  --bs-gutter-x: 17.5rem;
}

.g-175,
.gy-175 {
  --bs-gutter-y: 17.5rem;
}

.g-180,
.gx-180 {
  --bs-gutter-x: 18rem;
}

.g-180,
.gy-180 {
  --bs-gutter-y: 18rem;
}

.g-185,
.gx-185 {
  --bs-gutter-x: 18.5rem;
}

.g-185,
.gy-185 {
  --bs-gutter-y: 18.5rem;
}

.g-190,
.gx-190 {
  --bs-gutter-x: 19rem;
}

.g-190,
.gy-190 {
  --bs-gutter-y: 19rem;
}

.g-195,
.gx-195 {
  --bs-gutter-x: 19.5rem;
}

.g-195,
.gy-195 {
  --bs-gutter-y: 19.5rem;
}

.g-200,
.gx-200 {
  --bs-gutter-x: 20rem;
}

.g-200,
.gy-200 {
  --bs-gutter-y: 20rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-35,
  .gx-sm-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-35,
  .gy-sm-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-45,
  .gx-sm-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-45,
  .gy-sm-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-55,
  .gx-sm-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-sm-55,
  .gy-sm-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-65,
  .gx-sm-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-sm-65,
  .gy-sm-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-75,
  .gx-sm-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-75,
  .gy-sm-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-85,
  .gx-sm-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-sm-85,
  .gy-sm-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-95,
  .gx-sm-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-sm-95,
  .gy-sm-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-105,
  .gx-sm-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-sm-105,
  .gy-sm-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-sm-110,
  .gx-sm-110 {
    --bs-gutter-x: 11rem;
  }
  .g-sm-110,
  .gy-sm-110 {
    --bs-gutter-y: 11rem;
  }
  .g-sm-115,
  .gx-sm-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-sm-115,
  .gy-sm-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-sm-120,
  .gx-sm-120 {
    --bs-gutter-x: 12rem;
  }
  .g-sm-120,
  .gy-sm-120 {
    --bs-gutter-y: 12rem;
  }
  .g-sm-125,
  .gx-sm-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-125,
  .gy-sm-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-sm-130,
  .gx-sm-130 {
    --bs-gutter-x: 13rem;
  }
  .g-sm-130,
  .gy-sm-130 {
    --bs-gutter-y: 13rem;
  }
  .g-sm-135,
  .gx-sm-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-sm-135,
  .gy-sm-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-sm-140,
  .gx-sm-140 {
    --bs-gutter-x: 14rem;
  }
  .g-sm-140,
  .gy-sm-140 {
    --bs-gutter-y: 14rem;
  }
  .g-sm-145,
  .gx-sm-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-sm-145,
  .gy-sm-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-sm-150,
  .gx-sm-150 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-150,
  .gy-sm-150 {
    --bs-gutter-y: 15rem;
  }
  .g-sm-155,
  .gx-sm-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-sm-155,
  .gy-sm-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-sm-160,
  .gx-sm-160 {
    --bs-gutter-x: 16rem;
  }
  .g-sm-160,
  .gy-sm-160 {
    --bs-gutter-y: 16rem;
  }
  .g-sm-165,
  .gx-sm-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-sm-165,
  .gy-sm-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-sm-170,
  .gx-sm-170 {
    --bs-gutter-x: 17rem;
  }
  .g-sm-170,
  .gy-sm-170 {
    --bs-gutter-y: 17rem;
  }
  .g-sm-175,
  .gx-sm-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-sm-175,
  .gy-sm-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-sm-180,
  .gx-sm-180 {
    --bs-gutter-x: 18rem;
  }
  .g-sm-180,
  .gy-sm-180 {
    --bs-gutter-y: 18rem;
  }
  .g-sm-185,
  .gx-sm-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-sm-185,
  .gy-sm-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-sm-190,
  .gx-sm-190 {
    --bs-gutter-x: 19rem;
  }
  .g-sm-190,
  .gy-sm-190 {
    --bs-gutter-y: 19rem;
  }
  .g-sm-195,
  .gx-sm-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-sm-195,
  .gy-sm-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-sm-200,
  .gx-sm-200 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-200,
  .gy-sm-200 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 1rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 1rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 2rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 2rem;
  }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 3rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 3rem;
  }
  .g-md-35,
  .gx-md-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-35,
  .gy-md-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 4rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 4rem;
  }
  .g-md-45,
  .gx-md-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-45,
  .gy-md-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 5rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 5rem;
  }
  .g-md-55,
  .gx-md-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-md-55,
  .gy-md-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 6rem;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 6rem;
  }
  .g-md-65,
  .gx-md-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-md-65,
  .gy-md-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 7rem;
  }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 7rem;
  }
  .g-md-75,
  .gx-md-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-75,
  .gy-md-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 8rem;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 8rem;
  }
  .g-md-85,
  .gx-md-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-md-85,
  .gy-md-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 9rem;
  }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 9rem;
  }
  .g-md-95,
  .gx-md-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-md-95,
  .gy-md-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 10rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 10rem;
  }
  .g-md-105,
  .gx-md-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-md-105,
  .gy-md-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-md-110,
  .gx-md-110 {
    --bs-gutter-x: 11rem;
  }
  .g-md-110,
  .gy-md-110 {
    --bs-gutter-y: 11rem;
  }
  .g-md-115,
  .gx-md-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-md-115,
  .gy-md-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-md-120,
  .gx-md-120 {
    --bs-gutter-x: 12rem;
  }
  .g-md-120,
  .gy-md-120 {
    --bs-gutter-y: 12rem;
  }
  .g-md-125,
  .gx-md-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-125,
  .gy-md-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-md-130,
  .gx-md-130 {
    --bs-gutter-x: 13rem;
  }
  .g-md-130,
  .gy-md-130 {
    --bs-gutter-y: 13rem;
  }
  .g-md-135,
  .gx-md-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-md-135,
  .gy-md-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-md-140,
  .gx-md-140 {
    --bs-gutter-x: 14rem;
  }
  .g-md-140,
  .gy-md-140 {
    --bs-gutter-y: 14rem;
  }
  .g-md-145,
  .gx-md-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-md-145,
  .gy-md-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-md-150,
  .gx-md-150 {
    --bs-gutter-x: 15rem;
  }
  .g-md-150,
  .gy-md-150 {
    --bs-gutter-y: 15rem;
  }
  .g-md-155,
  .gx-md-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-md-155,
  .gy-md-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-md-160,
  .gx-md-160 {
    --bs-gutter-x: 16rem;
  }
  .g-md-160,
  .gy-md-160 {
    --bs-gutter-y: 16rem;
  }
  .g-md-165,
  .gx-md-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-md-165,
  .gy-md-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-md-170,
  .gx-md-170 {
    --bs-gutter-x: 17rem;
  }
  .g-md-170,
  .gy-md-170 {
    --bs-gutter-y: 17rem;
  }
  .g-md-175,
  .gx-md-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-md-175,
  .gy-md-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-md-180,
  .gx-md-180 {
    --bs-gutter-x: 18rem;
  }
  .g-md-180,
  .gy-md-180 {
    --bs-gutter-y: 18rem;
  }
  .g-md-185,
  .gx-md-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-md-185,
  .gy-md-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-md-190,
  .gx-md-190 {
    --bs-gutter-x: 19rem;
  }
  .g-md-190,
  .gy-md-190 {
    --bs-gutter-y: 19rem;
  }
  .g-md-195,
  .gx-md-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-md-195,
  .gy-md-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-md-200,
  .gx-md-200 {
    --bs-gutter-x: 20rem;
  }
  .g-md-200,
  .gy-md-200 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-35,
  .gx-lg-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-35,
  .gy-lg-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-45,
  .gx-lg-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-45,
  .gy-lg-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-55,
  .gx-lg-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-lg-55,
  .gy-lg-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-65,
  .gx-lg-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-lg-65,
  .gy-lg-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-75,
  .gx-lg-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-75,
  .gy-lg-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-85,
  .gx-lg-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-lg-85,
  .gy-lg-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-95,
  .gx-lg-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-lg-95,
  .gy-lg-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-105,
  .gx-lg-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-lg-105,
  .gy-lg-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-lg-110,
  .gx-lg-110 {
    --bs-gutter-x: 11rem;
  }
  .g-lg-110,
  .gy-lg-110 {
    --bs-gutter-y: 11rem;
  }
  .g-lg-115,
  .gx-lg-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-lg-115,
  .gy-lg-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-lg-120,
  .gx-lg-120 {
    --bs-gutter-x: 12rem;
  }
  .g-lg-120,
  .gy-lg-120 {
    --bs-gutter-y: 12rem;
  }
  .g-lg-125,
  .gx-lg-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-125,
  .gy-lg-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-lg-130,
  .gx-lg-130 {
    --bs-gutter-x: 13rem;
  }
  .g-lg-130,
  .gy-lg-130 {
    --bs-gutter-y: 13rem;
  }
  .g-lg-135,
  .gx-lg-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-lg-135,
  .gy-lg-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-lg-140,
  .gx-lg-140 {
    --bs-gutter-x: 14rem;
  }
  .g-lg-140,
  .gy-lg-140 {
    --bs-gutter-y: 14rem;
  }
  .g-lg-145,
  .gx-lg-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-lg-145,
  .gy-lg-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-lg-150,
  .gx-lg-150 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-150,
  .gy-lg-150 {
    --bs-gutter-y: 15rem;
  }
  .g-lg-155,
  .gx-lg-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-lg-155,
  .gy-lg-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-lg-160,
  .gx-lg-160 {
    --bs-gutter-x: 16rem;
  }
  .g-lg-160,
  .gy-lg-160 {
    --bs-gutter-y: 16rem;
  }
  .g-lg-165,
  .gx-lg-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-lg-165,
  .gy-lg-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-lg-170,
  .gx-lg-170 {
    --bs-gutter-x: 17rem;
  }
  .g-lg-170,
  .gy-lg-170 {
    --bs-gutter-y: 17rem;
  }
  .g-lg-175,
  .gx-lg-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-lg-175,
  .gy-lg-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-lg-180,
  .gx-lg-180 {
    --bs-gutter-x: 18rem;
  }
  .g-lg-180,
  .gy-lg-180 {
    --bs-gutter-y: 18rem;
  }
  .g-lg-185,
  .gx-lg-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-lg-185,
  .gy-lg-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-lg-190,
  .gx-lg-190 {
    --bs-gutter-x: 19rem;
  }
  .g-lg-190,
  .gy-lg-190 {
    --bs-gutter-y: 19rem;
  }
  .g-lg-195,
  .gx-lg-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-lg-195,
  .gy-lg-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-lg-200,
  .gx-lg-200 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-200,
  .gy-lg-200 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-35,
  .gx-xl-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-35,
  .gy-xl-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-45,
  .gx-xl-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-45,
  .gy-xl-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-55,
  .gx-xl-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xl-55,
  .gy-xl-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-65,
  .gx-xl-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xl-65,
  .gy-xl-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xl-70,
  .gx-xl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-70,
  .gy-xl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-75,
  .gx-xl-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-75,
  .gy-xl-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-85,
  .gx-xl-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xl-85,
  .gy-xl-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xl-90,
  .gx-xl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-90,
  .gy-xl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-95,
  .gx-xl-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xl-95,
  .gy-xl-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-105,
  .gx-xl-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xl-105,
  .gy-xl-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-xl-110,
  .gx-xl-110 {
    --bs-gutter-x: 11rem;
  }
  .g-xl-110,
  .gy-xl-110 {
    --bs-gutter-y: 11rem;
  }
  .g-xl-115,
  .gx-xl-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-xl-115,
  .gy-xl-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-xl-120,
  .gx-xl-120 {
    --bs-gutter-x: 12rem;
  }
  .g-xl-120,
  .gy-xl-120 {
    --bs-gutter-y: 12rem;
  }
  .g-xl-125,
  .gx-xl-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xl-125,
  .gy-xl-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xl-130,
  .gx-xl-130 {
    --bs-gutter-x: 13rem;
  }
  .g-xl-130,
  .gy-xl-130 {
    --bs-gutter-y: 13rem;
  }
  .g-xl-135,
  .gx-xl-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-xl-135,
  .gy-xl-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-xl-140,
  .gx-xl-140 {
    --bs-gutter-x: 14rem;
  }
  .g-xl-140,
  .gy-xl-140 {
    --bs-gutter-y: 14rem;
  }
  .g-xl-145,
  .gx-xl-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-xl-145,
  .gy-xl-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-xl-150,
  .gx-xl-150 {
    --bs-gutter-x: 15rem;
  }
  .g-xl-150,
  .gy-xl-150 {
    --bs-gutter-y: 15rem;
  }
  .g-xl-155,
  .gx-xl-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-xl-155,
  .gy-xl-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-xl-160,
  .gx-xl-160 {
    --bs-gutter-x: 16rem;
  }
  .g-xl-160,
  .gy-xl-160 {
    --bs-gutter-y: 16rem;
  }
  .g-xl-165,
  .gx-xl-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-xl-165,
  .gy-xl-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-xl-170,
  .gx-xl-170 {
    --bs-gutter-x: 17rem;
  }
  .g-xl-170,
  .gy-xl-170 {
    --bs-gutter-y: 17rem;
  }
  .g-xl-175,
  .gx-xl-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-xl-175,
  .gy-xl-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-xl-180,
  .gx-xl-180 {
    --bs-gutter-x: 18rem;
  }
  .g-xl-180,
  .gy-xl-180 {
    --bs-gutter-y: 18rem;
  }
  .g-xl-185,
  .gx-xl-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-xl-185,
  .gy-xl-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-xl-190,
  .gx-xl-190 {
    --bs-gutter-x: 19rem;
  }
  .g-xl-190,
  .gy-xl-190 {
    --bs-gutter-y: 19rem;
  }
  .g-xl-195,
  .gx-xl-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-xl-195,
  .gy-xl-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-xl-200,
  .gx-xl-200 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-200,
  .gy-xl-200 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-35,
  .gx-xxl-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-35,
  .gy-xxl-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-45,
  .gx-xxl-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-45,
  .gy-xxl-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-55,
  .gx-xxl-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxl-55,
  .gy-xxl-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-65,
  .gx-xxl-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xxl-65,
  .gy-xxl-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xxl-70,
  .gx-xxl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-70,
  .gy-xxl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-75,
  .gx-xxl-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-75,
  .gy-xxl-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-85,
  .gx-xxl-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xxl-85,
  .gy-xxl-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xxl-90,
  .gx-xxl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-90,
  .gy-xxl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-95,
  .gx-xxl-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xxl-95,
  .gy-xxl-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-105,
  .gx-xxl-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xxl-105,
  .gy-xxl-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-xxl-110,
  .gx-xxl-110 {
    --bs-gutter-x: 11rem;
  }
  .g-xxl-110,
  .gy-xxl-110 {
    --bs-gutter-y: 11rem;
  }
  .g-xxl-115,
  .gx-xxl-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-xxl-115,
  .gy-xxl-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-xxl-120,
  .gx-xxl-120 {
    --bs-gutter-x: 12rem;
  }
  .g-xxl-120,
  .gy-xxl-120 {
    --bs-gutter-y: 12rem;
  }
  .g-xxl-125,
  .gx-xxl-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xxl-125,
  .gy-xxl-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xxl-130,
  .gx-xxl-130 {
    --bs-gutter-x: 13rem;
  }
  .g-xxl-130,
  .gy-xxl-130 {
    --bs-gutter-y: 13rem;
  }
  .g-xxl-135,
  .gx-xxl-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-xxl-135,
  .gy-xxl-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-xxl-140,
  .gx-xxl-140 {
    --bs-gutter-x: 14rem;
  }
  .g-xxl-140,
  .gy-xxl-140 {
    --bs-gutter-y: 14rem;
  }
  .g-xxl-145,
  .gx-xxl-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-xxl-145,
  .gy-xxl-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-xxl-150,
  .gx-xxl-150 {
    --bs-gutter-x: 15rem;
  }
  .g-xxl-150,
  .gy-xxl-150 {
    --bs-gutter-y: 15rem;
  }
  .g-xxl-155,
  .gx-xxl-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-xxl-155,
  .gy-xxl-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-xxl-160,
  .gx-xxl-160 {
    --bs-gutter-x: 16rem;
  }
  .g-xxl-160,
  .gy-xxl-160 {
    --bs-gutter-y: 16rem;
  }
  .g-xxl-165,
  .gx-xxl-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-xxl-165,
  .gy-xxl-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-xxl-170,
  .gx-xxl-170 {
    --bs-gutter-x: 17rem;
  }
  .g-xxl-170,
  .gy-xxl-170 {
    --bs-gutter-y: 17rem;
  }
  .g-xxl-175,
  .gx-xxl-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-xxl-175,
  .gy-xxl-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-xxl-180,
  .gx-xxl-180 {
    --bs-gutter-x: 18rem;
  }
  .g-xxl-180,
  .gy-xxl-180 {
    --bs-gutter-y: 18rem;
  }
  .g-xxl-185,
  .gx-xxl-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-xxl-185,
  .gy-xxl-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-xxl-190,
  .gx-xxl-190 {
    --bs-gutter-x: 19rem;
  }
  .g-xxl-190,
  .gy-xxl-190 {
    --bs-gutter-y: 19rem;
  }
  .g-xxl-195,
  .gx-xxl-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-xxl-195,
  .gy-xxl-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-xxl-200,
  .gx-xxl-200 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-200,
  .gy-xxl-200 {
    --bs-gutter-y: 20rem;
  }
}
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
/* || TEXT */
.font--title {
  font-family: "sans-serif", sans-serif;
}

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

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

.fs--12 {
  font-size: 1.2rem;
  line-height: normal;
}
.fs--15 {
  font-size: 1.5rem !important;
  line-height: normal;
}
.fs--16 {
  font-size: 1.6rem !important;
  line-height: normal;
}
.fs--17 {
  font-size: 1.7rem;
  line-height: normal;
}
.fs--18 {
  font-size: 1.8rem;
  line-height: normal;
}
.fs--20 {
  font-size: 2rem;
  line-height: 1.5;
}
.fs--24 {
  font-size: 2.4rem;
  line-height: 1.5;
}
.fs--26 {
  font-size: 2.4rem;
  line-height: 1.5;
}
.fs--28 {
  font-size: 2.8rem;
  line-height: normal;
}
.fs--36 {
  font-size: 3.6rem;
  line-height: normal;
}
.fs--50 {
  font-size: 5rem;
  line-height: 1.1;
}
.fs--55 {
  font-size: 5.5rem;
  line-height: 1.1;
}
.fs--60 {
  font-size: 6rem;
  line-height: 1.1;
}

.ls--51 {
  letter-spacing: 0.051rem;
}
.ls--54 {
  letter-spacing: 0.054rem;
}
.ls--60 {
  letter-spacing: 0.06rem;
}

.lh--normal {
  line-height: normal;
}

.color--green {
  color: #426551;
}
.color--white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.color--dark-gray {
  color: #434343;
}

/* || BACKGROUND COLOR */
.bg--none {
  background: none !important;
}
.bg--green-15 {
  background-color: rgba(66, 101, 81, 0.15);
}
.bg--gold-20 {
  background-color: rgba(194, 153, 107, 0.2);
}

/* || LINE LIMIT */
.line-limit--2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line-limit--3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* || ASPECT RATIO */
.aspect-ratio--1 {
  overflow: hidden;
  aspect-ratio: 1;
}
.aspect-ratio--2 {
  overflow: hidden;
  aspect-ratio: 2;
}
@media (max-width: 991.98px) {
  .aspect-ratio--2 {
    aspect-ratio: 3/2;
  }
}
.aspect-ratio--3-4 {
  overflow: hidden;
  aspect-ratio: 3/4;
}
.aspect-ratio--5-7 {
  overflow: hidden;
  aspect-ratio: 5/7;
}

/* || LINK */
.underline-hover-none,
.link-underline-hover-none a {
  text-decoration: underline !important;
}
.underline-hover-none:hover,
.link-underline-hover-none a:hover {
  text-decoration: none !important;
}

.none-hover-underline,
.link-none-hover-underline a {
  text-decoration: none !important;
}
.none-hover-underline:hover,
.link-none-hover-underline a:hover {
  text-decoration: underline !important;
}

/* || HOVER */
.hover--scale img {
  transition: transform 0.5s ease-in-out;
}
.hover--scale:is(:hover, :focus) img {
  transform: scale(1.1);
}

/* || Z-INDEX */
.index--m1 {
  z-index: -1;
}
.index--p1 {
  z-index: 1;
}

/* || OPACITY */
.opacity--80 {
  opacity: 0.8;
}

/* || BORDER RADIUS */
.rounded--5 {
  border-radius: 0.5rem;
}
.rounded--10 {
  border-radius: 1rem;
}

/* || MISC */
.flex--1 {
  flex: 1;
}

.transform--none {
  transform: none !important;
}

.cursor--pointer {
  cursor: pointer;
}

.overflow-x--clip {
  overflow-x: clip;
}

.p--6 {
  padding: 0.6rem;
  line-height: normal;
}
.p--16 {
  padding: 1.6rem;
  line-height: normal;
}
.p--24 {
  padding: 2.4rem;
  line-height: normal;
}
.p--30 {
  padding: 3rem !important;
  line-height: normal;
}
.p--32 {
  padding: 3.2rem !important;
  line-height: normal;
}
.pt--12 {
  padding-top: 1.2rem;
}
.pb--12 {
  padding-bottom: 1.2rem;
}
.pb--16 {
  padding-bottom: 1.6rem;
}
.pb--28 {
  padding-bottom: 2.8rem;
}
.pl--10 {
  padding-left: 1rem;
}
.pl--40 {
  padding-left: 4rem !important;
}
.py--40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.gap--4 {
  gap: 0.4rem;
}
.gap--6 {
  gap: 0.6rem;
}
.gap--8 {
  gap: 0.8rem;
}
.gap--10 {
  gap: 1rem;
}
.gap--12 {
  gap: 1.2rem;
}
.gap--14 {
  gap: 1.4rem;
}
.gap--16 {
  gap: 1.6rem;
}
.gap--20 {
  gap: 2rem;
}
.gap--24 {
  gap: 2.4rem;
}
.gap--28 {
  gap: 2.8rem;
}
.gap--30 {
  gap: 3rem;
}
.gap--32 {
  gap: 3.2rem;
}
.gap--40 {
  gap: 4rem;
}
.gap-row--20 {
  row-gap: 2rem;
}

.bg--notread {
  background: rgba(163, 27, 73, 0.06);
}
.bg--grey {
  background: var(--Background-01, #F8F8F8);
}

.cl--grey {
  color: #858D9D;
}
.cl--blue {
  color: #007AFF !important;
}
.cl--red {
  color: #A31B49 !important;
}

.bradius--6 {
  border-radius: 6px;
}
.bradius--8 {
  border-radius: 8px;
}
.bradius--10 {
  border-radius: 10px;
}
.bradius--50 {
  border-radius: 50px !important;
}

.ml-auto {
  margin-left: auto;
}
.ml--10 {
  margin-left: 1rem;
}
.ml--12 {
  margin-left: 1.2rem;
}
.ml--20 {
  margin-left: 2rem;
}
.ml--30 {
  margin-left: 3rem;
}
.ml--40 {
  margin-left: 4rem;
}
.mr--6 {
  margin-right: 0.6rem;
}
.mt--16 {
  margin-top: 1.6rem;
}
.mt--18 {
  margin-top: 1.8rem;
}
.mt--20 {
  margin-top: 2rem;
}
.mt--24 {
  margin-top: 2.4rem;
}
.mt--32 {
  margin-top: 3.2rem;
}
.mb--8 {
  margin-bottom: 0.8rem;
}
.mb--16 {
  margin-bottom: 1.6rem;
}
.mb--32 {
  margin-bottom: 3.2rem;
}
.mb--52 {
  margin-bottom: 5.2rem !important;
}

.position-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mw-720 {
  max-width: 72rem;
}

.border-red {
  border-color: var(--Red-02, #EC3131) !important;
}
.border-grey {
  border-color: var(--Stroke, #E0E2E7) !important;
}

.button,
input[type=submit]:not(.adminbar-button) {
  display: inline-block !important;
  padding: 1.5rem 4.5rem !important;
  border: 0.2rem solid #426551 !important;
  border-radius: 2.6rem !important;
  font-family: "sans-serif", sans-serif;
  font-size: 2rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  line-height: normal !important;
  vertical-align: middle;
  color: #FFF !important;
  background-color: #426551 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition-property: opacity, color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.button:is(:hover, :focus),
input[type=submit]:not(.adminbar-button):is(:hover, :focus) {
  color: #426551 !important;
  background-color: #FFF !important;
}
.button:is(:disabled, .disabled),
input[type=submit]:not(.adminbar-button):is(:disabled, .disabled) {
  opacity: 0.5;
  pointer-events: none;
}

.button--white {
  border-color: #000 !important;
  color: #000 !important;
  background-color: #FFF !important;
}
.button--white:is(:hover, :focus) {
  color: #FFF !important;
  background-color: #000 !important;
}

.media--cover :is(img, video) {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media--contain :is(img, video) {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.media--center :is(img, video) {
  margin-inline: auto;
}
.media--full :is(img, video) {
  inline-size: 100%;
}
.media--max-height :is(img, video) {
  inline-size: auto;
  block-size: 100%;
}

.default-style h1,
.default-style h2,
.default-style h3,
.default-style h4,
.default-style h5,
.default-style h6 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.16;
}
.default-style h1:not(:first-child),
.default-style h2:not(:first-child),
.default-style h3:not(:first-child),
.default-style h4:not(:first-child),
.default-style h5:not(:first-child),
.default-style h6:not(:first-child) {
  margin-block-start: 4rem;
}
.default-style h1:not(:last-child),
.default-style h2:not(:last-child),
.default-style h3:not(:last-child),
.default-style h4:not(:last-child),
.default-style h5:not(:last-child),
.default-style h6:not(:last-child) {
  margin-block-end: 2rem;
}
.default-style h1:only-child,
.default-style h2:only-child,
.default-style h3:only-child,
.default-style h4:only-child,
.default-style h5:only-child,
.default-style h6:only-child {
  margin-block-end: 0;
}
.default-style p:not(:last-child),
.default-style ul:not(:last-child),
.default-style ol:not(:last-child) {
  margin-block-end: 3rem;
}
.default-style p:only-child,
.default-style ul:only-child,
.default-style ol:only-child {
  margin-block-end: 0;
}
.default-style ul,
.default-style ol {
  padding-inline-start: 1.5em;
}
.default-style li:not(:last-child) {
  margin-block-end: 1rem;
}
.default-style ul {
  list-style-type: disc;
}
.default-style ol {
  list-style-type: decimal;
}
.default-style a {
  color: #426551;
}
.default-style table {
  inline-size: 100%;
}
.default-style table:not(:last-child) {
  margin-block-end: 2rem;
}
.default-style table:only-child {
  margin-block-end: 0;
}
.default-style table th, .default-style table td {
  padding: 1.2rem 2rem;
  text-align: start;
  background: #FFF;
}
.default-style table th {
  inline-size: 30%;
  font-weight: 500;
}
.default-style table td {
  inline-size: 70%;
}

.desc p:not(:last-child) {
  margin-block-end: 2.4rem;
}
.desc a {
  text-decoration: underline;
}
.desc a:hover {
  text-decoration: none;
}

.swiper-prev, .swiper-next {
  position: absolute;
  z-index: 10;
  inset-block-start: 43%;
  display: flex;
  inline-size: 3.2rem;
  block-size: 3.2rem;
  border: 0.1rem solid #000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #000;
  transform: translateY(-50%);
  cursor: pointer;
  transition-property: opacity, background-color, color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.swiper-prev svg, .swiper-next svg {
  inline-size: 1.4rem;
}
.swiper-prev:is(:hover, :focus):not(.swiper-button-disabled), .swiper-next:is(:hover, :focus):not(.swiper-button-disabled) {
  border-color: #426551;
  color: #FFF;
  background-color: #426551;
}
.swiper-prev {
  inset-inline-start: -8.5rem;
}
@media (max-width: 991.98px) {
  .swiper-prev {
    inset-inline-start: -6.5rem;
  }
}
.swiper-next {
  inset-inline-end: -8.5rem;
}
@media (max-width: 991.98px) {
  .swiper-next {
    inset-inline-end: -6.5rem;
  }
}
.swiper-button-disabled {
  opacity: 0.6;
  cursor: default;
}
.swiper-button-lock {
  display: none !important;
}
.swiper-pagination-horizontal.swiper-pagination-bullets {
  bottom: 5rem;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.5rem;
  border: 0.1rem solid currentColor;
  background: transparent;
  opacity: 1;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  inline-size: 1rem;
  block-size: 1rem;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  opacity: 1;
}

.accordion-container .accordion-button {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.accordion-container .accordion-button .icon {
  inline-size: 2.4rem;
}
.accordion-container .accordion-button .icon svg {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.accordion-container .accordion-button .icon svg:nth-child(2) {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.accordion-container .accordion-button:not(.collapsed) {
  color: #426551;
}
.accordion-container .accordion-button:not(.collapsed) .icon svg:nth-child(1) {
  opacity: 0;
}
.accordion-container .accordion-button:not(.collapsed) .icon svg:nth-child(2) {
  opacity: 1;
}
.accordion-container .accordion-button:is(:hover, :focus) {
  color: #426551;
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    border-inline-end: 0;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-lg.offcanvas-start {
    inline-size: 80%;
  }
}

.modal-dialog {
  max-width: 36.5%;
}
@media (max-width: 991.98px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media (max-width: 575.98px) {
  .modal-dialog {
    max-width: 90%;
  }
}
.modal .button--close {
  position: absolute;
  inset-block-start: 3rem;
  inset-inline-end: 3rem;
  inline-size: 7rem;
  color: #FFF;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.modal .button--close:is(:hover, :focus) {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991.98px) {
  .modal .button--close {
    inset-block-start: 2rem;
    inset-inline-end: 2rem;
    inline-size: 6rem;
  }
}

.wpcf7-form-control-wrap {
  inline-size: 100%;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-not-valid-tip {
  margin-block-end: 2.4rem;
}

.custom-product {
  border: 0.1rem solid rgba(0, 0, 0, 0.12);
}
.custom-product .badge {
  inset-block-start: 2rem;
  inline-size: 6.5rem;
  block-size: 6.5rem;
  border-radius: 50%;
}
.custom-product .badge--new {
  inset-inline-start: 2rem;
  background-color: #426551;
}
.custom-product .badge--discount {
  inset-inline-end: 2rem;
  background-color: #BA0D0D;
}

.checkbox-btn {
  margin-inline-end: 1rem;
  vertical-align: middle;
}
.checkbox-btn span {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(135, 182, 178, 0.125);
  transition: 0.3s;
}
.checkbox-btn span::before {
  content: "";
  position: relative;
  bottom: 0.2rem;
  display: inline-block;
  width: 1.2rem;
  height: 0.7rem;
  border-bottom: 0.3rem solid #426551;
  border-left: 0.3rem solid #426551;
  transform: scale(0) rotate(-45deg);
  transition: 0.6s;
}
.checkbox-btn input {
  display: none;
}
.checkbox-btn input:checked ~ span {
  background-color: rgba(135, 182, 178, 0.5);
}
.checkbox-btn input:checked ~ span::before {
  transform: scale(1) rotate(-45deg);
}

.form-container select {
  margin-block-end: 2.4rem;
}

body {
  font-size: 1.6rem;
  color: #333843;
  position: relative;
}

svg {
  width: calc(attr(width) / 10)rem;
  height: calc(attr(height) / 10)rem;
  max-width: none;
  max-height: none;
}

.dtr-details {
  width: 100%;
}
.dtr-details li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

table * {
  font-size: 1.5rem;
}

.text-danger {
  font-size: 1.4rem;
}

#togglePassword {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 18px;
}

.togglePasswordReset {
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 11px;
}

/* Popup */
.w-180 {
  width: 18rem;
}

.mw-176 {
  min-width: 17.6rem;
}

.overplay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7019607843);
  display: none;
  z-index: 999998;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 50rem;
  border-radius: 20px;
  background: var(--White, #FFF);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 4rem;
  display: none;
  z-index: 999999;
}
.popup .icon {
  padding: 2.2rem;
  border-radius: 100px;
  background: var(--Background-01, #F8F8F8);
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.popup .content {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 2rem;
}
.popup .title-popup {
  color: #1A1C21;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
  text-transform: capitalize;
}
.popup .desc-popup {
  color: var(--Body-Main, #333843);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

/* END Popup */
.login-page .box-image img {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-page .login-form {
  width: 100%;
  max-width: 72.3rem;
  margin: auto;
}
.login-page .login-form .title-form {
  color: #1A1C21;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 136.023%;
}
.login-page .login-form .subtitle-form {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 162.023%; /* 35.052px */
  margin-top: 1.6rem;
}
.login-page .login-form form {
  margin-top: 7.3rem;
}
.login-page .login-form form label {
  color: #667085;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.09px;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.login-page .login-form form input {
  color: #333843;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.07px;
  padding: 1.2rem 1.6rem;
  border-radius: 8px;
  border: 1px solid var(--Stroke, #E0E2E7);
  background: var(--Neutral-White-White, #FFF);
}

.text-error {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16.225px; /* 115.895% */
  margin-top: 1rem;
}

.validate-text {
  color: #333843;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16.225px; /* 115.895% */
  margin-top: 1rem;
  opacity: 0.7;
}

.btn-black {
  border-radius: 8px;
  background: #333843;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.08px;
  transition: all ease-in-out 0.2s;
  padding: 1.4rem;
}
.btn-black:hover {
  background: #fff;
  color: #333843;
  border-color: #333843;
}

.btn-white {
  border-radius: 8px;
  background: #fff;
  color: #333843;
  border-color: #333843;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.08px;
  transition: all ease-in-out 0.2s;
  padding: 1.4rem;
}
.btn-white:hover {
  background: #333843;
  color: #fff;
  border: 1px solid #333843;
}

.btn-red {
  border-radius: 8px;
  background: #EC3131;
  color: #fff;
  border: 1px solid #EC3131;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.08px;
  transition: all ease-in-out 0.2s;
  padding: 1.4rem;
}
.btn-red:hover {
  background: #fff;
  color: #EC3131;
  border-color: #EC3131;
}

.btn-whitered {
  border-radius: 8px;
  background: #fff;
  color: #EC3131;
  border: 1px solid #EC3131;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.08px;
  transition: all ease-in-out 0.2s;
  padding: 1.4rem;
}
.btn-whitered:hover {
  background: #EC3131;
  color: #fff;
  border-color: #EC3131;
}

.btn-blue {
  color: var(--blue, #007AFF);
  font-family: Inter;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.07px;
  border-radius: 8px;
  background: rgba(0, 122, 255, 0.05);
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.btn-blue:hover {
  opacity: 0.8;
}

.btn-product {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.08px;
  padding: 1.4rem 3rem 1.4rem 2rem;
  border-radius: 10.667px;
  border: 1.333px solid var(--Stroke, #E0E2E7);
  background: var(--White, #FFF);
  display: flex;
  gap: 10px;
}
.btn-product.color-blue {
  color: var(--blue, #007AFF);
}
.btn-product.color-red {
  color: var(--Red-02, #EC3131);
}
.btn-product:hover {
  opacity: 0.8;
  border: 1.333px solid var(--Stroke, #E0E2E7);
  background: var(--White, #FFF);
}

a.forgot-password {
  color: #444;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 991px) {
  .login-page .login-form {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 90%;
  }
}
.sidebar, .sidebar[data-background-color=white] {
  width: 35.3rem;
}
.sidebar .logo-header .navbar-brand, .sidebar[data-background-color=white] .logo-header .navbar-brand {
  max-width: 18rem;
}
.sidebar .sidebar-wrapper .nav, .sidebar[data-background-color=white] .sidebar-wrapper .nav {
  padding: 3.2rem 2rem 2rem;
  margin-top: 0;
}
.sidebar .sidebar-wrapper .nav-item, .sidebar[data-background-color=white] .sidebar-wrapper .nav-item {
  border: 0;
}
.sidebar .sidebar-wrapper .nav-item > a, .sidebar[data-background-color=white] .sidebar-wrapper .nav-item > a {
  border-radius: 10px;
  padding: 1.8rem 1.6rem !important;
}
.sidebar .sidebar-wrapper .nav-item > a::before, .sidebar[data-background-color=white] .sidebar-wrapper .nav-item > a::before {
  display: none;
}
.sidebar .sidebar-wrapper .nav-item .icon-normal, .sidebar .sidebar-wrapper .nav-item .icon-active, .sidebar[data-background-color=white] .sidebar-wrapper .nav-item .icon-normal, .sidebar[data-background-color=white] .sidebar-wrapper .nav-item .icon-active {
  border-radius: 6.4px;
  padding: 4px;
}
.sidebar .sidebar-wrapper .nav-item .icon-active, .sidebar[data-background-color=white] .sidebar-wrapper .nav-item .icon-active {
  background: var(--Body-Main, #333843);
  display: none;
}
.sidebar .sidebar-wrapper .nav-item .nav-content, .sidebar[data-background-color=white] .sidebar-wrapper .nav-item .nav-content {
  letter-spacing: 0.08px;
  margin-left: 1.2rem;
}
.sidebar .sidebar-wrapper .nav-item.submenu, .sidebar[data-background-color=white] .sidebar-wrapper .nav-item.submenu {
  background: unset;
}
.sidebar .sidebar-wrapper .nav-item:not(:last-child), .sidebar[data-background-color=white] .sidebar-wrapper .nav-item:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar .sidebar-wrapper .nav-item.active > a, .sidebar[data-background-color=white] .sidebar-wrapper .nav-item.active > a {
  background: var(--Background-01, #F8F8F8);
}
.sidebar .sidebar-wrapper .nav-item.active .icon-normal, .sidebar[data-background-color=white] .sidebar-wrapper .nav-item.active .icon-normal {
  display: none;
}
.sidebar .sidebar-wrapper .nav-item.active .icon-active, .sidebar[data-background-color=white] .sidebar-wrapper .nav-item.active .icon-active {
  display: block;
}
.sidebar .sidebar-wrapper .nav-item.active .nav-content, .sidebar[data-background-color=white] .sidebar-wrapper .nav-item.active .nav-content {
  font-weight: 600;
}
.sidebar .sidebar-wrapper .nav-item .nav-collapse li a, .sidebar[data-background-color=white] .sidebar-wrapper .nav-item .nav-collapse li a {
  border-left: 1px solid #E0E2E7;
  margin-bottom: 0 !important;
}

.main-header {
  width: calc(100% - 35.3rem);
}

.page-header .title-page {
  color: var(--Neutral-Black-Black-800, #1A1C21);
  font-size: 3.6rem;
  font-weight: 500;
}
.page-header .breadcrumbs {
  display: flex;
  align-items: center;
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}
.page-header .breadcrumbs li a {
  color: var(--Gray-02, #667085);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.07px;
}
.page-header .breadcrumbs li:last-child a {
  color: var(--Red-01, #A31B49);
}

.filter-page .box-select {
  position: relative;
}
.filter-page .box-select select {
  color: var(--Body-Main, #333843);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.08px;
  text-transform: capitalize;
  padding: 1.4rem 5.4rem 1.4rem 3rem;
  border-radius: 10.667px;
  border: 1.333px solid var(--Stroke, #E0E2E7);
  background: var(--White, #FFF);
}
.filter-page .box-select svg {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  pointer-events: none;
}

.main-panel {
  position: relative;
  width: calc(100% - 35.3rem);
  height: 100vh;
  min-height: 100%;
  float: right;
  transition: all 0.3s;
}
.main-panel .btn-create {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  gap: 10px;
  padding-left: 2rem;
  padding-right: 4rem;
  width: -moz-max-content;
  width: max-content;
}
.main-panel .open-change-email, .main-panel .open-change-password {
  position: absolute;
  right: 1.6rem;
  top: 4.2rem;
  color: var(--Body-Main, #333843);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.07px;
  text-decoration-line: underline !important;
  cursor: pointer;
}
.main-panel .input-search {
  font-size: 1.6rem;
}
.main-panel .input-search::-moz-placeholder {
  font-size: 1.8rem;
  color: #858D9D;
}
.main-panel .input-search::placeholder {
  font-size: 1.8rem;
  color: #858D9D;
}
.main-panel .messages-notif-box, .main-panel .notif-box {
  width: 40rem;
}
.main-panel .noti-box .notification {
  font-size: 1.33rem;
  font-weight: 700;
  line-height: 136%; /* 18.133px */
  letter-spacing: 0.067px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding: 2.667px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 133.333px;
  background: var(--Red-02, #EC3131);
}
.main-panel .noti-box .dropdown-menu .dropdown-title {
  text-align: left;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.08px;
}
.main-panel .profile-pic {
  padding-left: 2rem !important;
  margin-left: 2rem;
  border-left: 1px solid rgb(194, 198, 206);
  border-radius: 0 !important;
  height: 100% !important;
}
.main-panel .profile-pic .profile-username {
  color: var(--Neutral-Black-Black-500, var(--Gray-02, #667085));
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 132%; /* 21.12px */
  letter-spacing: 0.08px;
  margin-left: 0 !important;
}
.main-panel .profile-pic .profile-role {
  font-size: 1.33rem;
  font-weight: 500;
  line-height: 136%; /* 18.133px */
  letter-spacing: 0.067px;
  text-transform: capitalize;
}
.main-panel .profile-pic .profile-role.superadmin {
  color: var(--WebImp-Orange, #FF7F00);
}
.main-panel .profile-pic .profile-role.customer {
  color: var(--violet, #5856D6);
}
.main-panel .profile-pic .profile-role.sales {
  color: var(--green, #34C759);
}
.main-panel .card-header {
  padding: 2rem 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-panel .card-body table.dataTable {
  margin-top: 0;
}
.main-panel .card-body #basic-datatables_length, .main-panel .card-body #basic-datatables_filter {
  display: none;
}
.main-panel .card-body .dataTables_wrapper {
  padding: 0 0 2rem 0;
}
.main-panel .card-body .dataTables_wrapper .dataTables_info {
  font-size: 1.4rem;
  padding-left: 3.2rem;
}
.main-panel .card-body .dataTables_wrapper .dataTables_paginate {
  font-size: 1.4rem;
  padding-right: 3.2rem;
}
.main-panel .card-body .dataTables_wrapper #basic-datatables thead tr {
  border-bottom: 1px solid;
}
.main-panel .card-body .dataTables_wrapper #basic-datatables thead tr th {
  color: var(--Neutral-Black-Black-400, #858D9D);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 19.8px */
  letter-spacing: 0.075px;
  padding: 2rem 3rem;
}
.main-panel .card-body .dataTables_wrapper #basic-datatables thead tr th:last-child::before {
  display: none;
}
.main-panel .card-body .dataTables_wrapper #basic-datatables thead tr th:last-child::after {
  display: none;
}
.main-panel .card-body .dataTables_wrapper #basic-datatables tbody tr td {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 140%; /* 21px */
  letter-spacing: 0.075px;
  --bs-table-bg-type: unset;
}
.main-panel .card-body .dataTables_wrapper #basic-datatables tbody tr td .role-table {
  color: var(--Neutral-White-White, #FFF);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%; /* 21px */
  letter-spacing: 0.075px;
  padding: 0.5rem 1.6rem;
  border-radius: 133.333px;
  width: -moz-max-content;
  width: max-content;
  text-transform: capitalize;
}
.main-panel .card-body .dataTables_wrapper #basic-datatables tbody tr td .superadmin {
  background: var(--Secondary-Yellow-Yellow-500, #FC9532);
}
.main-panel .card-body .dataTables_wrapper #basic-datatables tbody tr td .customer {
  background: var(--violet, #5856D6);
}
.main-panel .card-body .dataTables_wrapper #basic-datatables tbody tr td .sales {
  background: var(--green, #34C759);
}
.main-panel .card-body .dataTables_wrapper #basic-datatables tbody tr td .available {
  background: rgba(52, 199, 89, 0.1);
  color: var(--green, #34C759);
}
.main-panel .card-body .dataTables_wrapper #basic-datatables tbody tr td .out-of-stock {
  background: rgba(236, 49, 49, 0.1);
  color: #EC3131;
}
.main-panel .card-body .dataTables_wrapper .paginate_button a {
  font-size: 1.4rem;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #333843;
  border: 1px solid #333843;
}
.main-panel .card-body .dataTables_wrapper .paginate_button.active a {
  background-color: #333843;
  color: #fff;
}
.main-panel .view-profile label {
  color: var(--Neutral-Black-Black-500, var(--Gray-02, #667085));
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.07px;
  margin-bottom: 8px;
}
.main-panel .view-profile .profile-role div {
  font-size: 1.33rem;
  font-weight: 500;
  line-height: 136%; /* 18.133px */
  letter-spacing: 0.067px;
  color: #fff;
  padding: 5px 1.6rem;
  width: -moz-max-content;
  width: max-content;
  border-radius: 133.333px;
  text-transform: capitalize;
}
.main-panel .view-profile .profile-role .superadmin {
  background: var(--WebImp-Orange, #FF7F00);
}
.main-panel .view-profile .profile-role .customer {
  background: var(--violet, #5856D6);
}
.main-panel .view-profile .profile-role .sales {
  background: var(--green, #34C759);
}
.main-panel .edit-profile label, .main-panel .edit-category label, .main-panel .create-product label, .main-panel .edit-product label {
  color: var(--Neutral-Black-Black-500, var(--Gray-02, #667085));
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.07px;
}
.main-panel .edit-profile input, .main-panel .edit-profile .fake-input, .main-panel .edit-profile textarea, .main-panel .edit-category input, .main-panel .edit-category .fake-input, .main-panel .edit-category textarea, .main-panel .create-product input, .main-panel .create-product .fake-input, .main-panel .create-product textarea, .main-panel .edit-product input, .main-panel .edit-product .fake-input, .main-panel .edit-product textarea {
  color: var(--Body-Main, #333843);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.07px;
  padding: 1.2rem 1.6rem;
  border-radius: 8px;
  border: 1px solid var(--Blue, #E0E2E7);
  background: var(--Neutral-White-White, #FFF);
  margin-bottom: 0;
  margin-top: 8px;
}
.main-panel .edit-profile input::-moz-placeholder, .main-panel .edit-profile .fake-input::-moz-placeholder, .main-panel .edit-profile textarea::-moz-placeholder, .main-panel .edit-category input::-moz-placeholder, .main-panel .edit-category .fake-input::-moz-placeholder, .main-panel .edit-category textarea::-moz-placeholder, .main-panel .create-product input::-moz-placeholder, .main-panel .create-product .fake-input::-moz-placeholder, .main-panel .create-product textarea::-moz-placeholder, .main-panel .edit-product input::-moz-placeholder, .main-panel .edit-product .fake-input::-moz-placeholder, .main-panel .edit-product textarea::-moz-placeholder {
  color: #667085;
}
.main-panel .edit-profile input::placeholder, .main-panel .edit-profile .fake-input::placeholder, .main-panel .edit-profile textarea::placeholder, .main-panel .edit-category input::placeholder, .main-panel .edit-category .fake-input::placeholder, .main-panel .edit-category textarea::placeholder, .main-panel .create-product input::placeholder, .main-panel .create-product .fake-input::placeholder, .main-panel .create-product textarea::placeholder, .main-panel .edit-product input::placeholder, .main-panel .edit-product .fake-input::placeholder, .main-panel .edit-product textarea::placeholder {
  color: #667085;
}
.main-panel .edit-profile input[type=radio], .main-panel .edit-category input[type=radio], .main-panel .create-product input[type=radio], .main-panel .edit-product input[type=radio] {
  margin-top: 0;
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
}
.main-panel .edit-profile select, .main-panel .edit-category select, .main-panel .create-product select, .main-panel .edit-product select {
  margin-top: 0.8rem;
}
.main-panel .edit-profile .input-group .product-currency, .main-panel .edit-category .input-group .product-currency, .main-panel .create-product .input-group .product-currency, .main-panel .edit-product .input-group .product-currency {
  position: absolute;
  top: 65%;
  left: 1.6rem;
  transform: translateY(-65%);
}
.main-panel .edit-profile .input-group .product-currency svg, .main-panel .edit-category .input-group .product-currency svg, .main-panel .create-product .input-group .product-currency svg, .main-panel .edit-product .input-group .product-currency svg {
  width: 2.4rem;
  height: 2.4rem;
}
.main-panel .edit-profile .input-group input, .main-panel .edit-category .input-group input, .main-panel .create-product .input-group input, .main-panel .edit-product .input-group input {
  padding-left: 4.5rem;
}
.main-panel .edit-profile .fileImg-input-wrapper, .main-panel .edit-category .fileImg-input-wrapper, .main-panel .create-product .fileImg-input-wrapper, .main-panel .edit-product .fileImg-input-wrapper {
  padding: 1.2rem 1.6rem;
  min-height: 4.559rem;
  margin-top: 8px;
  position: relative;
  border: 1px solid var(--Blue, #E0E2E7);
  border-radius: 8px;
}
.main-panel .edit-profile .fileImg-input-wrapper label, .main-panel .edit-category .fileImg-input-wrapper label, .main-panel .create-product .fileImg-input-wrapper label, .main-panel .edit-product .fileImg-input-wrapper label {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--Body-Main, #333843);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.07px;
  text-decoration-line: underline;
}
.main-panel .edit-profile .fileImg-input-wrapper input[type=file], .main-panel .edit-category .fileImg-input-wrapper input[type=file], .main-panel .create-product .fileImg-input-wrapper input[type=file], .main-panel .edit-product .fileImg-input-wrapper input[type=file] {
  border: 1px solid var(--Stroke, #E0E2E7);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 8px;
  padding: 1.2rem 1.6rem;
}
.main-panel .edit-profile .fileImg-input-wrapper .fileName, .main-panel .edit-category .fileImg-input-wrapper .fileName, .main-panel .create-product .fileImg-input-wrapper .fileName, .main-panel .edit-product .fileImg-input-wrapper .fileName {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  color: var(--Body-Main, #333843);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.07px;
}
.main-panel .edit-profile .icon.icon-delete-variant, .main-panel .edit-category .icon.icon-delete-variant, .main-panel .create-product .icon.icon-delete-variant, .main-panel .edit-product .icon.icon-delete-variant {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: var(--Secondary-Red-Red-100, #FCDAD7);
}
.main-panel .edit-profile .icon.icon-delete-variant svg, .main-panel .edit-category .icon.icon-delete-variant svg, .main-panel .create-product .icon.icon-delete-variant svg, .main-panel .edit-product .icon.icon-delete-variant svg {
  width: 20px;
  height: 20px;
}
.main-panel .create-product .inventory_status, .main-panel .edit-product .inventory_status {
  margin-top: 0.8rem;
}
.main-panel .create-product .variation-type, .main-panel .create-product .variation, .main-panel .create-product .variation-thumbnail, .main-panel .edit-product .variation-type, .main-panel .edit-product .variation, .main-panel .edit-product .variation-thumbnail {
  width: calc((100% - 4rem - 4.2rem) / 3);
}
.main-panel .create-product .dropdown, .main-panel .edit-product .dropdown {
  position: relative;
  margin-top: 0.8rem;
  width: 100%;
}
.main-panel .create-product .dropdown-toggle, .main-panel .edit-product .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: var(--Body-Main, #333843);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.07px;
  padding: 1.2rem 1.6rem;
  border-radius: 8px;
  border: 1px solid var(--Blue, #E0E2E7);
  background: var(--Neutral-White-White, #FFF);
  margin-bottom: 0;
  margin-top: 0.8rem;
  width: 100%;
}
.main-panel .create-product .dropdown-toggle svg, .main-panel .edit-product .dropdown-toggle svg {
  transition: transform 0.2s;
}
.main-panel .create-product .dropdown-toggle::after, .main-panel .edit-product .dropdown-toggle::after {
  display: none;
}
.main-panel .create-product .dropdown-menu, .main-panel .edit-product .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  border: 1px solid #E0E2E7;
  box-shadow: 0px 4px 30px 0px rgba(26, 28, 33, 0.05);
  z-index: 1;
  border-radius: 4px;
  margin-top: 5px;
  padding: 2rem 3rem;
  max-height: 25rem;
  overflow: auto;
}
.main-panel .create-product .dropdown-menu label, .main-panel .edit-product .dropdown-menu label {
  display: block;
  color: var(--Gray-01, var(--Gray-02, #667085)) !important;
  font-size: 1.6rem !important;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.08px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.main-panel .create-product .dropdown-menu label:hover, .main-panel .edit-product .dropdown-menu label:hover {
  background-color: #f1f1f1;
}
.main-panel .create-product .dropdown-menu label:not(:first-child), .main-panel .edit-product .dropdown-menu label:not(:first-child) {
  margin-top: 1.6rem;
}
.main-panel .create-product .dropdown-menu label.active, .main-panel .edit-product .dropdown-menu label.active {
  color: var(--Neutral-Black-Black-800, #1A1C21) !important;
}
.main-panel .create-product .dropdown.open .dropdown-menu, .main-panel .edit-product .dropdown.open .dropdown-menu {
  display: block;
}
.main-panel .create-product .dropdown.open .dropdown-toggle svg, .main-panel .edit-product .dropdown.open .dropdown-toggle svg {
  transform: rotate(180deg);
}
.main-panel .create-product .dropdown-menu, .main-panel .edit-product .dropdown-menu {
  gap: 1rem;
  width: 100%;
}
.main-panel .create-product .dropdown-menu .dropdown-column, .main-panel .edit-product .dropdown-menu .dropdown-column {
  box-sizing: border-box;
  padding: torem(20);
}
.main-panel .create-product .dropdown-menu .dropdown-column label, .main-panel .edit-product .dropdown-menu .dropdown-column label {
  display: block;
  margin-bottom: 5px;
}
.main-panel .create-product .dropdown-menu .dropdown-column input[type=checkbox], .main-panel .edit-product .dropdown-menu .dropdown-column input[type=checkbox] {
  margin-right: 5px;
}
.main-panel .create-product .dropdown-menu .dropdown-column input[type=checkbox]:checked + label, .main-panel .edit-product .dropdown-menu .dropdown-column input[type=checkbox]:checked + label {
  color: #333843;
}
.main-panel .view-product .product-thumbnail .large-image img {
  width: 100%;
}
.main-panel .view-product .product-thumbnail .thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 8px;
}
.main-panel .view-product .product-thumbnail .thumbnails .thumbnail-item {
  opacity: 0.8;
  transition: all ease-in-out 0.2s;
}
.main-panel .view-product .product-thumbnail .thumbnails .thumbnail-item.active {
  opacity: 1;
}
.main-panel .view-product .product-thumbnail .thumbnails img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
}
.main-panel .view-product .product-category {
  color: #667085;
}
.main-panel .view-product .product-name {
  color: #333843;
}
.main-panel .view-product .product-subcategories {
  color: #667085;
}
.main-panel .view-product .product-code {
  position: relative;
  color: #667085;
}
.main-panel .view-product .product-code::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E0E2E7;
}
.main-panel .view-product .product-title-description {
  position: relative;
  color: #A31B49;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid #E0E2E7;
}
.main-panel .view-product .product-title-description:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 9.1rem;
  height: 2px;
  background-color: #A31B49;
}
.main-panel .view-product .product-description {
  color: #667085;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.07px;
}
.main-panel .list-brands {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
}
.main-panel .list-brands .brand-thumbnail img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-panel .list-brands .brand-name {
  letter-spacing: 0.08px;
}
.main-panel .list-brands .group-btn-brand {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: -moz-max-content;
  width: max-content;
}
.main-panel .list-brands .group-btn-brand a:hover {
  opacity: 0.8;
}
.main-panel .file-input-wrapper {
  position: relative;
  width: 100%; /* Điều chỉnh kích thước phù hợp */
  height: 17.6rem; /* Điều chỉnh kích thước phù hợp */
  padding: 2.4rem 1.2rem;
  border: 1px dashed var(--Stroke, #E0E2E7);
  border-radius: 8px;
  background: var(--Neutral-White-White, #FFF);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  margin-top: 5px;
}
.main-panel .file-input-wrapper .icon {
  padding: 8px;
  gap: 8px;
  margin-bottom: 1.6rem;
  border-radius: 100px;
  background: rgba(0, 122, 255, 0.05);
}
.main-panel .file-input-wrapper .icon svg {
  width: 20px;
  height: 20px;
  fill: var(--blue, #007AFF);
}
.main-panel .file-input-wrapper .file-input, .main-panel .file-input-wrapper .image-input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.main-panel .file-input-wrapper span {
  color: var(--Gray-01, var(--Gray-02, #667085));
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
}
.main-panel .file-input-wrapper .add-image-button {
  color: var(--blue, #007AFF);
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.07px;
  border-radius: 8px;
  background: rgba(0, 122, 255, 0.05);
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 1.6rem;
}
.main-panel .file-input-wrapper .list-image {
  display: flex;
}
.main-panel .file-input-wrapper .list-image .image-item {
  position: relative;
}
.main-panel .file-input-wrapper .list-image .image-item .btn-delete-image {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  background: #EC3131;
  border: 1px solid #EC3131;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  font-size: 1rem;
  transition: all ease-in-out 0.2s;
  z-index: 999;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1019607843);
}
.main-panel .file-input-wrapper .list-image .image-item .btn-delete-image:hover {
  color: #EC3131;
  background: #fff;
}
.main-panel .file-input-wrapper .list-image img {
  width: 10rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-panel .file-image-wrapper {
  height: 24rem;
}
.main-panel .edit-category .card-body > .d-flex {
  border: 1px solid var(--Blue, #E0E2E7);
  margin-top: 8px;
  border-radius: 8px;
}
.main-panel .edit-category .card-body .category-name, .main-panel .edit-category .card-body .category-thumbnail {
  width: 100%;
}
.main-panel .edit-category .card-body .category-name input, .main-panel .edit-category .card-body .category-thumbnail input {
  width: 100%;
  border: 0;
  margin-top: 0;
  height: 100%;
  margin-bottom: 0;
}
.main-panel .edit-category .card-body .category-thumbnail, .main-panel .edit-category .card-body .subcategory-thumbnail {
  position: relative;
}
.main-panel .edit-category .card-body .category-thumbnail .input-file-label, .main-panel .edit-category .card-body .subcategory-thumbnail .input-file-label {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--Body-Main, #333843);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.07px;
  text-decoration-line: underline;
}
.main-panel .edit-category .card-body .category-thumbnail input[type=file], .main-panel .edit-category .card-body .subcategory-thumbnail input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 8px;
  padding: 1.2rem 1.6rem;
}
.main-panel .edit-category .card-body .category-thumbnail .fileName, .main-panel .edit-category .card-body .subcategory-thumbnail .fileName {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  color: var(--Body-Main, #333843);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.07px;
}
.main-panel .edit-category .card-body #subcategories .subcategory .subcategory-name, .main-panel .edit-category .card-body #subcategories .subcategory .subcategory-thumbnail {
  width: 48%;
}
.main-panel .edit-category .card-body #subcategories .subcategory .subcategory-thumbnail .box-subcategory-thumbnail {
  padding: 1.2rem 1.6rem;
  min-height: 4.559rem;
  margin-top: 8px;
  position: relative;
  border: 1px solid var(--Blue, #E0E2E7);
  border-radius: 8px;
}
.main-panel .edit-category .card-body #subcategories .subcategory .subcategory-thumbnail input[type=file] {
  border: 1px solid var(--Stroke, #E0E2E7);
}
.main-panel .edit-category .card-body #subcategories .subcategory .icon.icon-delete-subcat {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: var(--Secondary-Red-Red-100, #FCDAD7);
  cursor: pointer;
}
.main-panel .edit-category .card-body #subcategories .subcategory .icon.icon-delete-subcat svg {
  width: 20px;
  height: 20px;
}
.main-panel .show-category-management #basic-datatables thead tr th {
  max-width: 16rem;
}
.main-panel .show-category-management #basic-datatables thead tr th.collumn-product {
  min-width: 15rem;
}
.main-panel .show-category-management #basic-datatables thead tr th.collumn-category, .main-panel .show-category-management #basic-datatables thead tr th.collumn-subcategory, .main-panel .show-category-management #basic-datatables thead tr th.collumn-brand {
  max-width: 10rem;
}
.main-panel .show-category-management #basic-datatables thead tr th.collumn-inventory {
  max-width: 12.5rem;
}
.main-panel .show-category-management #basic-datatables thead tr th.collumn-description {
  max-width: 18rem;
}
.main-panel .show-category-management #basic-datatables tbody tr .sorting_1 {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.main-panel .show-category-management #basic-datatables tbody tr .sorting_1 .product-thumbnail {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 4rem;
  min-width: 4rem;
}
.main-panel .show-category-management #basic-datatables tbody tr .sorting_1 .product-thumbnail img {
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-panel .show-category-management #basic-datatables tbody tr .product-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-panel .show-category-management .list-subcategory {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
}
.main-panel .show-category-management .list-subcategory .subcategory-item {
  display: none;
  position: relative;
  border-radius: 10px;
  background: var(--Gray-2, #E5E5EA);
  box-shadow: 0px 4px 30px 0px rgba(26, 28, 33, 0.05);
  overflow: hidden;
}
.main-panel .show-category-management .list-subcategory .subcategory-item::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-panel .show-category-management .list-subcategory .subcategory-item img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-panel .show-category-management .list-subcategory .subcategory-item .name-subcategory {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  color: #FFF;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 36px; /* 120% */
  letter-spacing: -0.15px;
}
.main-panel .show-category-management .group-btn-category {
  position: absolute;
  top: 2rem;
  right: 3rem;
  width: -moz-max-content;
  width: max-content;
}
.main-panel .pagination nav {
  width: 100%;
}
.main-panel .pagination nav > div:first-child {
  display: none;
}
.main-panel .pagination nav > div:nth-child(2) {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.main-panel .pagination nav > div:nth-child(2) > div:first-child p {
  color: var(--Neutral-Black-Black-500, var(--Gray-02, #667085));
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.08px;
}
.main-panel .pagination nav > div:nth-child(2) > div:nth-child(2) > span {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  box-shadow: unset !important;
  gap: 10px;
}
.main-panel .pagination nav > div:nth-child(2) > div:nth-child(2) > span svg {
  width: 25px;
  height: 25px;
}
.main-panel .pagination nav > div:nth-child(2) > div:nth-child(2) > span > a, .main-panel .pagination nav > div:nth-child(2) > div:nth-child(2) > span > span {
  border-radius: 10px;
  background: transparent !important;
  color: #667085;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset !important;
}
.main-panel .pagination nav > div:nth-child(2) > div:nth-child(2) > span > a:hover, .main-panel .pagination nav > div:nth-child(2) > div:nth-child(2) > span > span:hover {
  background: #fff !important;
}
.main-panel .pagination nav > div:nth-child(2) > div:nth-child(2) > span > a *, .main-panel .pagination nav > div:nth-child(2) > div:nth-child(2) > span > span * {
  background: transparent !important;
  border: unset !important;
  padding: 0 !important;
}
.main-panel .pagination nav > div:nth-child(2) > div:nth-child(2) > span > span[aria-current=page] {
  background: var(--Body-Main, #333843) !important;
  color: #fff !important;
}
.main-panel .box-status .item-status {
  width: 100%;
  max-width: 28rem;
}
.main-panel .box-status .item-status .name-status {
  color: var(--Neutral-Black-Black-400, #858D9D);
}
.main-panel .box-status .item-status .name-status svg {
  width: 2rem;
  height: 2rem;
}
.main-panel .box-status .item-status .name-status .new {
  background: var(--Secondary-Yellow-Yellow-500, #FC9532);
}
.main-panel .box-status .item-status .name-status .completed {
  background: var(--Secondary-Green-Green-500, #29CCB0);
}
.main-panel .box-status .item-status .name-status .cancelled {
  background: var(--Red-02, #EC3131);
}
.main-panel .box-status .item-status .name-status svg {
  padding: 5px;
}
.main-panel .box-change-status {
  border-bottom: 1.333px solid var(--Neutral-Black-Black-100, #E0E2E7);
}
.main-panel .box-change-status a {
  color: var(--Gray-01, var(--Gray-02, #667085));
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%; /* 26.133px */
  letter-spacing: 0.093px;
  position: relative;
}
.main-panel .box-change-status a.active {
  color: var(--Red-01, #A31B49);
  font-weight: 700;
}
.main-panel .box-change-status a.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2.6px;
  bottom: -2.1rem;
  left: 0;
  background-color: #A31B49;
}
.main-panel .filter_date {
  border-radius: 36px;
  border: 2px solid var(--Gray-02, #667085);
  padding: 0.8rem 0.6rem;
}
.main-panel .filter_date input {
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  color: var(--Gray-02, #667085);
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.1px;
}
.main-panel .filter_date input::-moz-placeholder {
  color: var(--Gray-02, #667085);
}
.main-panel .filter_date input::placeholder {
  color: var(--Gray-02, #667085);
}
.main-panel .order-header {
  border-bottom: 1.3px solid #F0F1F3;
}
.main-panel .order-header .order-edit a, .main-panel .order-header .order-show a {
  border-radius: 6.429px;
  background: var(--Background-01, #F8F8F8);
  padding: 6px;
  display: block;
  transition: all ease-in-out 0.2s;
}
.main-panel .order-header .order-edit a:hover, .main-panel .order-header .order-show a:hover {
  opacity: 0.8;
}
.main-panel .order-header .order-set-status {
  position: relative;
}
.main-panel .order-header .order-set-status .status-options {
  position: absolute;
  top: 100%;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 8px;
  border: 1px solid var(--Stroke, #E0E2E7);
  background: var(--White, #FFF);
  box-shadow: 0px 4px 30px 0px rgba(26, 28, 33, 0.05);
  width: 100%;
  z-index: 2;
}
.main-panel .order-header .order-set-status .status-options .status-option {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 2rem;
  cursor: pointer;
}
.main-panel .order-header .order-set-status .status-options .status-option:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #34C759;
}
.main-panel .order-header .order-set-status .status-options .status-option:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #FF7F00;
}
.main-panel .order-header .order-set-status .status-options .status-option:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #EC3131;
}
.main-panel .order-body .propduct-info .product-thumbnail img {
  max-width: 7.2rem;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-panel .order-body .propduct-info .product-name-code .product-name {
  color: var(--Body-Main, #333843);
}
.main-panel .order-body .propduct-info .product-name-code .product-code {
  margin-top: 6px;
  color: var(--Gray-01, var(--Gray-02, #667085));
}
.main-panel .order-body .propduct-info .created-by .box-role-created {
  border-radius: 133.333px;
  padding: 0.5rem 1.6rem;
  text-align: center;
  color: #fff;
}
.main-panel .order-body .propduct-info .created-by .box-role-created a {
  color: #fff !important;
}
.main-panel .order-body .propduct-info .created-by .box-role-created.customer {
  background: var(--violet, #5856D6);
}
.main-panel .order-body .propduct-info .created-by .box-role-created.sales {
  background: var(--green, #34C759);
}
.main-panel .order-body .propduct-info .created-by .box-role-created.superadmin {
  background: var(--WebImp-Orange, #FF7F00);
}
.main-panel .order-body .propduct-info .status .box-status {
  border-radius: 133.333px;
  padding: 0.5rem 1.6rem;
  text-align: center;
  color: #fff;
}
.main-panel .order-body .propduct-info .status .box-status.completed {
  background: rgba(52, 199, 89, 0.1);
  color: var(--green, #34C759);
}
.main-panel .order-body .propduct-info .status .box-status.new {
  background: rgba(255, 149, 0, 0.15);
  color: var(--WebImp-Orange, #FF7F00);
}
.main-panel .order-body .propduct-info .status .box-status.cancelled {
  background: rgba(236, 49, 49, 0.1);
  color: var(--Red-02, #EC3131);
}
.main-panel .order-body .propduct-info .product-quanity .box-quanity-price {
  border-radius: 133.333px;
  padding: 0.5rem 1.6rem;
  text-align: center;
  color: #333843;
  background: rgba(224, 226, 231, 0.3);
}
.main-panel .order-body .propduct-info .customer-name .content, .main-panel .order-body .propduct-info .product-total .content {
  padding: 0.5rem 0;
}
.main-panel .show-order-management .order-detail-header .content-top .heading {
  color: #333843;
}
.main-panel .show-order-management .order-detail-header .content-top .box-status {
  border-radius: 133.333px;
  padding: 0.5rem 1.6rem;
  text-align: center;
  color: #fff;
}
.main-panel .show-order-management .order-detail-header .content-top .box-status.completed {
  background: rgba(52, 199, 89, 0.1);
  color: var(--green, #34C759);
}
.main-panel .show-order-management .order-detail-header .content-top .box-status.new {
  background: rgba(255, 149, 0, 0.15);
  color: var(--WebImp-Orange, #FF7F00);
}
.main-panel .show-order-management .order-detail-header .content-top .box-status.cancelled {
  background: rgba(236, 49, 49, 0.1);
  color: var(--Red-02, #EC3131);
}
.main-panel .show-order-management .order-detail-header .content-top .order-set-status {
  position: relative;
}
.main-panel .show-order-management .order-detail-header .content-top .order-set-status .status-options {
  position: absolute;
  top: 100%;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 8px;
  border: 1px solid var(--Stroke, #E0E2E7);
  background: var(--White, #FFF);
  box-shadow: 0px 4px 30px 0px rgba(26, 28, 33, 0.05);
  width: 100%;
  z-index: 2;
}
.main-panel .show-order-management .order-detail-header .content-top .order-set-status .status-options .status-option {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 2rem;
  cursor: pointer;
}
.main-panel .show-order-management .order-detail-header .content-top .order-set-status .status-options .status-option:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #34C759;
}
.main-panel .show-order-management .order-detail-header .content-top .order-set-status .status-options .status-option:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #FF7F00;
}
.main-panel .show-order-management .order-detail-header .content-top .order-set-status .status-options .status-option:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #EC3131;
}
.main-panel .show-order-management .order-detail-header .content-bottom > div {
  width: calc(50% - 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-panel .show-order-management .order-detail-header .content-bottom > div .icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  color: rgb(133, 141, 157);
}
.main-panel .show-order-management .order-detail-header .content-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #E0E2E7;
}
.main-panel .show-order-management .order-detail-body #basic-datatables .product-thumbnail img {
  width: 4rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.main-panel .show-order-management .order-detail-body #basic-datatables tfoot tr td {
  font-size: 1.5rem;
}
.main-panel .show-order-management .order-detail-body #basic-datatables_info, .main-panel .show-order-management .order-detail-body #basic-datatables_paginate {
  display: none;
}
.main-panel .edit-order-management .card-item label {
  margin-bottom: 1.6rem;
}
.main-panel .edit-order-management .card-item .change-product, .main-panel .edit-order-management .card-item .remove-product {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0.6rem;
  border-radius: 6.429px;
  background: var(--Background-01, #F8F8F8);
}
.main-panel .edit-order-management .card-item .change-product:hover, .main-panel .edit-order-management .card-item .remove-product:hover {
  opacity: 0.8;
}
.main-panel .edit-order-management .card-item .product-name {
  width: 71%;
}
.main-panel .edit-order-management .card-item .product-quanlity {
  width: 20%;
}
.main-panel .edit-order-management .card-item .product-quanlity .min-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100px;
  border: 1px solid var(--Stroke, #E0E2E7);
  background: var(--White, #FFF);
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  cursor: pointer;
}
.main-panel .edit-order-management .card-item .product-quanlity .min-quantity:hover {
  opacity: 0.8;
}
.main-panel .edit-order-management .card-item .product-quanlity .plus-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100px;
  background: var(--Body-Main, #333843);
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  cursor: pointer;
}
.main-panel .edit-order-management .card-item .product-quanlity .plus-quantity:hover {
  opacity: 0.8;
}
.main-panel .edit-order-management .card-item .product-quanlity input {
  margin-top: 0;
}
.main-panel .edit-order-management .card-item .group-btn {
  padding-bottom: 0.5rem;
}
.main-panel .show-logs-management .box-status {
  width: -moz-max-content;
  width: max-content;
  border-radius: 133.333px;
  padding: 0.5rem 1.6rem;
  text-align: center;
  color: #fff;
}
.main-panel .show-logs-management .box-status.created {
  background: rgba(0, 122, 255, 0.1) !important;
  color: var(--blue, #007AFF) !important;
}
.main-panel .show-logs-management .box-status.edited.order, .main-panel .show-logs-management .box-status.updated.order {
  background: rgba(52, 199, 89, 0.1);
  color: var(--green, #34C759);
}
.main-panel .show-logs-management .box-status.edited.customer, .main-panel .show-logs-management .box-status.edited.sales, .main-panel .show-logs-management .box-status.edited.account, .main-panel .show-logs-management .box-status.edited.products, .main-panel .show-logs-management .box-status.updated.customer, .main-panel .show-logs-management .box-status.updated.sales, .main-panel .show-logs-management .box-status.updated.account, .main-panel .show-logs-management .box-status.updated.products {
  background: rgba(52, 199, 89, 0.1) !important;
  color: var(--green, #34C759);
}
.main-panel .show-logs-management .box-status.deleted {
  background: rgba(236, 49, 49, 0.1);
  color: var(--Red-02, #EC3131);
}

.section-order-successful {
  background-color: #edf2f7;
}
.section-order-successful .content-email {
  background-color: #fff;
  max-width: 576px;
  margin: auto;
}
.section-order-successful .content-email .logo img {
  max-height: 6rem;
}
.section-order-successful .content-email .content table, .section-order-successful .content-email .content th, .section-order-successful .content-email .content td {
  border: 1px solid black;
}
.section-order-successful .content-email .content .table {
  border-collapse: collapse;
}
.section-order-successful .content-email .content .table tbody th, .section-order-successful .content-email .content .table tbody td {
  padding: 1rem;
}

@media screen and (min-width: 992px) {
  .sidebar_minimize .sidebar {
    width: 75px !important;
    transition: all 0.3s;
  }
  .sidebar_minimize.sidebar_minimize_hover .sidebar {
    width: 35.3rem !important;
    position: fixed;
    height: 100vh;
    top: 0;
  }
}
@media screen and (max-width: 991.5px) {
  .main-panel, .main-header {
    width: 100% !important;
  }
  .main-panel .list-brands {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .sidebar, .sidebar[data-background-color=white] {
    width: 0;
  }
  .nav_open .sidebar, .nav_open .sidebar[data-background-color=white] {
    width: 32.3rem !important;
  }
}
@media screen and (max-width: 576px) {
  .main-panel, .main-header {
    width: 100% !important;
  }
  .main-panel .list-brands {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .main-panel .propduct-info {
    align-items: start !important;
    flex-wrap: wrap;
  }
  .main-panel .propduct-info .created-by {
    margin: unset;
  }
  .main-panel .propduct-info > div {
    width: -moz-max-content;
    width: max-content;
  }
  .main-panel .edit-order-management .card-item {
    flex-wrap: wrap;
    align-items: center !important;
    gap: 1rem;
  }
  .main-panel .edit-order-management .card-item label {
    display: none;
  }
  .main-panel .edit-order-management .card-item .product-name {
    width: 100%;
  }
  .main-panel .edit-order-management .card-item .product-quanlity {
    width: -moz-max-content;
    width: max-content;
  }
  .main-panel .edit-order-management .card-item:not(:last-child) {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #E0E2E7;
  }
}
.hidden {
  display: none !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-content {
  background: #fff;
  border-radius: 8px;
  width: 80%;
  max-width: 80rem;
}
.modal .search-field {
  border-radius: 8px;
  border: 1px solid var(--Gray-02, #667085);
  background: var(--Neutral-White-White, #FFF);
}
.modal .search-field #search_icon {
  padding: 0 1.6rem;
}
.modal .search-field input {
  color: var(--Body-Main, #333843);
  background-color: transparent;
  margin-bottom: 0;
  padding: 1.2rem 1.6rem;
}
.modal .search-field input::-moz-placeholder {
  color: var(--Gray-02, #667085);
}
.modal .search-field input::placeholder {
  color: var(--Gray-02, #667085);
}
.modal hr {
  margin: 1.6rem 0;
}
.modal #product_list, .modal #product_list_change {
  max-height: 20.8rem;
  overflow-y: auto;
}
.modal #product_list .product-item, .modal #product_list_change .product-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.modal #product_list .product-item:not(:first-child), .modal #product_list_change .product-item:not(:first-child) {
  margin-top: 1rem;
}
.modal #product_list .product-item img, .modal #product_list_change .product-item img {
  width: 4.6rem;
}
.modal #product_list .product-item .role-table, .modal #product_list_change .product-item .role-table {
  color: var(--Neutral-White-White, #FFF);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%; /* 21px */
  letter-spacing: 0.075px;
  padding: 0.5rem 1.6rem;
  border-radius: 133.333px;
  width: -moz-max-content;
  width: max-content;
  text-transform: capitalize;
}
.modal #product_list .product-item .available, .modal #product_list_change .product-item .available {
  background: rgba(52, 199, 89, 0.1);
  color: var(--green, #34C759);
}
.modal #product_list .product-item .out-of-stock, .modal #product_list_change .product-item .out-of-stock {
  background: rgba(236, 49, 49, 0.1);
  color: #EC3131;
}/*# sourceMappingURL=main.css.map */