: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: #5f5f5f;
  --bs-gray-dark: #323232;
  --bs-gray-100: #f2f2f2;
  --bs-gray-200: #e8e8e8;
  --bs-gray-300: #dedede;
  --bs-gray-400: #d4d4d4;
  --bs-gray-500: #cbcbcb;
  --bs-gray-600: #5f5f5f;
  --bs-gray-700: #414141;
  --bs-gray-800: #323232;
  --bs-gray-900: #1a1a1a;
  --bs-primary: #0095f6;
  --bs-secondary: #000;
  --bs-success: #17c671;
  --bs-info: #3bafda;
  --bs-warning: #f6bb42;
  --bs-danger: #ff1616;
  --bs-light: #dedede;
  --bs-dark: #414141;
  --bs-primary-rgb: 0, 149, 246;
  --bs-secondary-rgb: 0, 0, 0;
  --bs-success-rgb: 23, 198, 113;
  --bs-info-rgb: 59, 175, 218;
  --bs-warning-rgb: 246, 187, 66;
  --bs-danger-rgb: 255, 22, 22;
  --bs-light-rgb: 222, 222, 222;
  --bs-dark-rgb: 65, 65, 65;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 26, 26, 26;
  --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, #ffffff26, #fff0);
  --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: #1a1a1a;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dbdbdb;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0095f6;
  --bs-link-hover-color: #0077c5;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

.bs5-wrap .text-bg-primary {
  color: #000 !important;
  background-color: RGBA(0, 149, 246, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(0, 0, 0, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-success {
  color: #000 !important;
  background-color: RGBA(23, 198, 113, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-info {
  color: #000 !important;
  background-color: RGBA(59, 175, 218, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(246, 187, 66, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-danger {
  color: #000 !important;
  background-color: RGBA(255, 22, 22, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-light {
  color: #000 !important;
  background-color: RGBA(222, 222, 222, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(65, 65, 65, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .link-primary {
  color: #0095f6 !important;
}

.bs5-wrap .link-primary:hover, .bs5-wrap .link-primary:focus {
  color: #33aaf8 !important;
}

.bs5-wrap .link-secondary, .bs5-wrap .link-secondary:hover, .bs5-wrap .link-secondary:focus {
  color: #000 !important;
}

.bs5-wrap .link-success {
  color: #17c671 !important;
}

.bs5-wrap .link-success:hover, .bs5-wrap .link-success:focus {
  color: #45d18d !important;
}

.bs5-wrap .link-info {
  color: #3bafda !important;
}

.bs5-wrap .link-info:hover, .bs5-wrap .link-info:focus {
  color: #62bfe1 !important;
}

.bs5-wrap .link-warning {
  color: #f6bb42 !important;
}

.bs5-wrap .link-warning:hover, .bs5-wrap .link-warning:focus {
  color: #f8c968 !important;
}

.bs5-wrap .link-danger {
  color: #ff1616 !important;
}

.bs5-wrap .link-danger:hover, .bs5-wrap .link-danger:focus {
  color: #ff4545 !important;
}

.bs5-wrap .link-light {
  color: #dedede !important;
}

.bs5-wrap .link-light:hover, .bs5-wrap .link-light:focus {
  color: #e5e5e5 !important;
}

.bs5-wrap .link-dark {
  color: #414141 !important;
}

.bs5-wrap .link-dark:hover, .bs5-wrap .link-dark:focus {
  color: #343434 !important;
}

.bs5-wrap .ratio {
  width: 100%;
  position: relative;
}

.bs5-wrap .ratio:before {
  padding-top: var(--bs-aspect-ratio);
  content: "";
  display: block;
}

.bs5-wrap .ratio > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

.bs5-wrap .ratio-21x9 {
  --bs-aspect-ratio: 42.8571%;
}

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

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

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

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

@media (min-width: 576px) {
  .bs5-wrap .sticky-sm-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (min-width: 768px) {
  .bs5-wrap .sticky-md-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (min-width: 992px) {
  .bs5-wrap .sticky-lg-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (min-width: 1200px) {
  .bs5-wrap .sticky-xl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (min-width: 1400px) {
  .bs5-wrap .sticky-xxl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

.bs5-wrap .hstack {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
}

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

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

.bs5-wrap .stretched-link:after {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
}

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

.bs5-wrap .vr {
  width: 1px;
  min-height: 1em;
  opacity: .25;
  background-color: currentColor;
  align-self: stretch;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.bs5-wrap .opacity-25 {
  opacity: .25 !important;
}

.bs5-wrap .opacity-50 {
  opacity: .5 !important;
}

.bs5-wrap .opacity-75 {
  opacity: .75 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5-wrap .shadow {
  box-shadow: 0 .5rem 1rem #00000026 !important;
}

.bs5-wrap .shadow-sm {
  box-shadow: 0 .125rem .25rem #00000013 !important;
}

.bs5-wrap .shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5-wrap .border-opacity-10 {
  --bs-border-opacity: .1;
}

.bs5-wrap .border-opacity-25 {
  --bs-border-opacity: .25;
}

.bs5-wrap .border-opacity-50 {
  --bs-border-opacity: .5;
}

.bs5-wrap .border-opacity-75 {
  --bs-border-opacity: .75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5-wrap .flex-fill {
  flex: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs5-wrap .m-1 {
  margin: .25rem !important;
}

.bs5-wrap .m-2 {
  margin: .5rem !important;
}

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

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

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

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

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

.bs5-wrap .mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

.bs5-wrap .mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}

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

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

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

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

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

.bs5-wrap .my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.bs5-wrap .my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

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

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

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

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

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

.bs5-wrap .mt-1 {
  margin-top: .25rem !important;
}

.bs5-wrap .mt-2 {
  margin-top: .5rem !important;
}

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

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

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

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

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

.bs5-wrap .me-1 {
  margin-right: .25rem !important;
}

.bs5-wrap .me-2 {
  margin-right: .5rem !important;
}

.bs5-wrap .me-3 {
  margin-right: 1rem !important;
}

.bs5-wrap .me-4 {
  margin-right: 1.5rem !important;
}

.bs5-wrap .me-5 {
  margin-right: 3rem !important;
}

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

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

.bs5-wrap .mb-1 {
  margin-bottom: .25rem !important;
}

.bs5-wrap .mb-2 {
  margin-bottom: .5rem !important;
}

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

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

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

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

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

.bs5-wrap .ms-1 {
  margin-left: .25rem !important;
}

.bs5-wrap .ms-2 {
  margin-left: .5rem !important;
}

.bs5-wrap .ms-3 {
  margin-left: 1rem !important;
}

.bs5-wrap .ms-4 {
  margin-left: 1.5rem !important;
}

.bs5-wrap .ms-5 {
  margin-left: 3rem !important;
}

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

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

.bs5-wrap .p-1 {
  padding: .25rem !important;
}

.bs5-wrap .p-2 {
  padding: .5rem !important;
}

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

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

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

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

.bs5-wrap .px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

.bs5-wrap .px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

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

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

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

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

.bs5-wrap .py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.bs5-wrap .py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

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

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

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

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

.bs5-wrap .pt-1 {
  padding-top: .25rem !important;
}

.bs5-wrap .pt-2 {
  padding-top: .5rem !important;
}

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

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

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

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

.bs5-wrap .pe-1 {
  padding-right: .25rem !important;
}

.bs5-wrap .pe-2 {
  padding-right: .5rem !important;
}

.bs5-wrap .pe-3 {
  padding-right: 1rem !important;
}

.bs5-wrap .pe-4 {
  padding-right: 1.5rem !important;
}

.bs5-wrap .pe-5 {
  padding-right: 3rem !important;
}

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

.bs5-wrap .pb-1 {
  padding-bottom: .25rem !important;
}

.bs5-wrap .pb-2 {
  padding-bottom: .5rem !important;
}

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

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

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

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

.bs5-wrap .ps-1 {
  padding-left: .25rem !important;
}

.bs5-wrap .ps-2 {
  padding-left: .5rem !important;
}

.bs5-wrap .ps-3 {
  padding-left: 1rem !important;
}

.bs5-wrap .ps-4 {
  padding-left: 1.5rem !important;
}

.bs5-wrap .ps-5 {
  padding-left: 3rem !important;
}

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

.bs5-wrap .gap-1 {
  gap: .25rem !important;
}

.bs5-wrap .gap-2 {
  gap: .5rem !important;
}

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

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

.bs5-wrap .gap-5 {
  gap: 3rem !important;
}

.bs5-wrap .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.bs5-wrap .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.bs5-wrap .fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}

.bs5-wrap .fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}

.bs5-wrap .fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}

.bs5-wrap .fs-5 {
  font-size: 1.25rem !important;
}

.bs5-wrap .fs-6 {
  font-size: 1rem !important;
}

.bs5-wrap .fst-italic {
  font-style: italic !important;
}

.bs5-wrap .fst-normal {
  font-style: normal !important;
}

.bs5-wrap .fw-light {
  font-weight: 300 !important;
}

.bs5-wrap .fw-lighter {
  font-weight: lighter !important;
}

.bs5-wrap .fw-normal {
  font-weight: 400 !important;
}

.bs5-wrap .fw-bold {
  font-weight: 700 !important;
}

.bs5-wrap .fw-semibold {
  font-weight: 600 !important;
}

.bs5-wrap .fw-bolder {
  font-weight: bolder !important;
}

.bs5-wrap .lh-1 {
  line-height: 1 !important;
}

.bs5-wrap .lh-sm {
  line-height: 1.25 !important;
}

.bs5-wrap .lh-base {
  line-height: 1.5 !important;
}

.bs5-wrap .lh-lg {
  line-height: 2 !important;
}

.bs5-wrap .text-start {
  text-align: left !important;
}

.bs5-wrap .text-end {
  text-align: right !important;
}

.bs5-wrap .text-center {
  text-align: center !important;
}

.bs5-wrap .text-decoration-none {
  text-decoration: none !important;
}

.bs5-wrap .text-decoration-underline {
  text-decoration: underline !important;
}

.bs5-wrap .text-decoration-line-through {
  text-decoration: line-through !important;
}

.bs5-wrap .text-lowercase {
  text-transform: lowercase !important;
}

.bs5-wrap .text-uppercase {
  text-transform: uppercase !important;
}

.bs5-wrap .text-capitalize {
  text-transform: capitalize !important;
}

.bs5-wrap .text-wrap {
  white-space: normal !important;
}

.bs5-wrap .text-nowrap {
  white-space: nowrap !important;
}

.bs5-wrap .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

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

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

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

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

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

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

.bs5-wrap .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

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

.bs5-wrap .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.bs5-wrap .text-muted {
  --bs-text-opacity: 1;
  color: #5f5f5f !important;
}

.bs5-wrap .text-black-50 {
  --bs-text-opacity: 1;
  color: #00000080 !important;
}

.bs5-wrap .text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !important;
}

.bs5-wrap .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.bs5-wrap .text-opacity-25 {
  --bs-text-opacity: .25;
}

.bs5-wrap .text-opacity-50 {
  --bs-text-opacity: .5;
}

.bs5-wrap .text-opacity-75 {
  --bs-text-opacity: .75;
}

.bs5-wrap .text-opacity-100 {
  --bs-text-opacity: 1;
}

.bs5-wrap .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: #0000 !important;
}

.bs5-wrap .bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.bs5-wrap .bg-opacity-25 {
  --bs-bg-opacity: .25;
}

.bs5-wrap .bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.bs5-wrap .bg-opacity-75 {
  --bs-bg-opacity: .75;
}

.bs5-wrap .bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bs5-wrap .bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.bs5-wrap .user-select-all {
  user-select: all !important;
}

.bs5-wrap .user-select-auto {
  user-select: auto !important;
}

.bs5-wrap .user-select-none {
  user-select: none !important;
}

.bs5-wrap .pe-none {
  pointer-events: none !important;
}

.bs5-wrap .pe-auto {
  pointer-events: auto !important;
}

.bs5-wrap .rounded {
  border-radius: var(--bs-border-radius) !important;
}

.bs5-wrap .rounded-0 {
  border-radius: 0 !important;
}

.bs5-wrap .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.bs5-wrap .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.bs5-wrap .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.bs5-wrap .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.bs5-wrap .rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.bs5-wrap .rounded-circle {
  border-radius: 50% !important;
}

.bs5-wrap .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.bs5-wrap .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.bs5-wrap .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.bs5-wrap .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.bs5-wrap .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.bs5-wrap .visible {
  visibility: visible !important;
}

.bs5-wrap .invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .bs5-wrap .float-sm-start {
    float: left !important;
  }

  .bs5-wrap .float-sm-end {
    float: right !important;
  }

  .bs5-wrap .float-sm-none {
    float: none !important;
  }

  .bs5-wrap .d-sm-inline {
    display: inline !important;
  }

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

  .bs5-wrap .d-sm-block {
    display: block !important;
  }

  .bs5-wrap .d-sm-grid {
    display: grid !important;
  }

  .bs5-wrap .d-sm-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-sm-flex {
    display: flex !important;
  }

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

  .bs5-wrap .d-sm-none {
    display: none !important;
  }

  .bs5-wrap .flex-sm-fill {
    flex: auto !important;
  }

  .bs5-wrap .flex-sm-row {
    flex-direction: row !important;
  }

  .bs5-wrap .flex-sm-column {
    flex-direction: column !important;
  }

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

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

  .bs5-wrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .bs5-wrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .bs5-wrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bs5-wrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

  .bs5-wrap .justify-content-sm-center {
    justify-content: center !important;
  }

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

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

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

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

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

  .bs5-wrap .align-items-sm-center {
    align-items: center !important;
  }

  .bs5-wrap .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .bs5-wrap .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

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

  .bs5-wrap .align-content-sm-center {
    align-content: center !important;
  }

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

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

  .bs5-wrap .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .bs5-wrap .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .bs5-wrap .align-self-sm-center {
    align-self: center !important;
  }

  .bs5-wrap .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .bs5-wrap .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .bs5-wrap .order-sm-first {
    order: -1 !important;
  }

  .bs5-wrap .order-sm-0 {
    order: 0 !important;
  }

  .bs5-wrap .order-sm-1 {
    order: 1 !important;
  }

  .bs5-wrap .order-sm-2 {
    order: 2 !important;
  }

  .bs5-wrap .order-sm-3 {
    order: 3 !important;
  }

  .bs5-wrap .order-sm-4 {
    order: 4 !important;
  }

  .bs5-wrap .order-sm-5 {
    order: 5 !important;
  }

  .bs5-wrap .order-sm-last {
    order: 6 !important;
  }

  .bs5-wrap .m-sm-0 {
    margin: 0 !important;
  }

  .bs5-wrap .m-sm-1 {
    margin: .25rem !important;
  }

  .bs5-wrap .m-sm-2 {
    margin: .5rem !important;
  }

  .bs5-wrap .m-sm-3 {
    margin: 1rem !important;
  }

  .bs5-wrap .m-sm-4 {
    margin: 1.5rem !important;
  }

  .bs5-wrap .m-sm-5 {
    margin: 3rem !important;
  }

  .bs5-wrap .m-sm-auto {
    margin: auto !important;
  }

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

  .bs5-wrap .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bs5-wrap .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .bs5-wrap .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bs5-wrap .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

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

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

  .bs5-wrap .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

  .bs5-wrap .mt-sm-1 {
    margin-top: .25rem !important;
  }

  .bs5-wrap .mt-sm-2 {
    margin-top: .5rem !important;
  }

  .bs5-wrap .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .bs5-wrap .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .bs5-wrap .mt-sm-5 {
    margin-top: 3rem !important;
  }

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

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

  .bs5-wrap .me-sm-1 {
    margin-right: .25rem !important;
  }

  .bs5-wrap .me-sm-2 {
    margin-right: .5rem !important;
  }

  .bs5-wrap .me-sm-3 {
    margin-right: 1rem !important;
  }

  .bs5-wrap .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .me-sm-5 {
    margin-right: 3rem !important;
  }

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

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

  .bs5-wrap .mb-sm-1 {
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .mb-sm-2 {
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

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

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

  .bs5-wrap .ms-sm-1 {
    margin-left: .25rem !important;
  }

  .bs5-wrap .ms-sm-2 {
    margin-left: .5rem !important;
  }

  .bs5-wrap .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .bs5-wrap .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .bs5-wrap .ms-sm-5 {
    margin-left: 3rem !important;
  }

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

  .bs5-wrap .p-sm-0 {
    padding: 0 !important;
  }

  .bs5-wrap .p-sm-1 {
    padding: .25rem !important;
  }

  .bs5-wrap .p-sm-2 {
    padding: .5rem !important;
  }

  .bs5-wrap .p-sm-3 {
    padding: 1rem !important;
  }

  .bs5-wrap .p-sm-4 {
    padding: 1.5rem !important;
  }

  .bs5-wrap .p-sm-5 {
    padding: 3rem !important;
  }

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

  .bs5-wrap .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bs5-wrap .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .bs5-wrap .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bs5-wrap .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

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

  .bs5-wrap .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .bs5-wrap .pt-sm-1 {
    padding-top: .25rem !important;
  }

  .bs5-wrap .pt-sm-2 {
    padding-top: .5rem !important;
  }

  .bs5-wrap .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .bs5-wrap .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .bs5-wrap .pt-sm-5 {
    padding-top: 3rem !important;
  }

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

  .bs5-wrap .pe-sm-1 {
    padding-right: .25rem !important;
  }

  .bs5-wrap .pe-sm-2 {
    padding-right: .5rem !important;
  }

  .bs5-wrap .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .bs5-wrap .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

  .bs5-wrap .pb-sm-1 {
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .pb-sm-2 {
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

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

  .bs5-wrap .ps-sm-1 {
    padding-left: .25rem !important;
  }

  .bs5-wrap .ps-sm-2 {
    padding-left: .5rem !important;
  }

  .bs5-wrap .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .bs5-wrap .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .bs5-wrap .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .bs5-wrap .gap-sm-0 {
    gap: 0 !important;
  }

  .bs5-wrap .gap-sm-1 {
    gap: .25rem !important;
  }

  .bs5-wrap .gap-sm-2 {
    gap: .5rem !important;
  }

  .bs5-wrap .gap-sm-3 {
    gap: 1rem !important;
  }

  .bs5-wrap .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .bs5-wrap .gap-sm-5 {
    gap: 3rem !important;
  }

  .bs5-wrap .text-sm-start {
    text-align: left !important;
  }

  .bs5-wrap .text-sm-end {
    text-align: right !important;
  }

  .bs5-wrap .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .bs5-wrap .float-md-start {
    float: left !important;
  }

  .bs5-wrap .float-md-end {
    float: right !important;
  }

  .bs5-wrap .float-md-none {
    float: none !important;
  }

  .bs5-wrap .d-md-inline {
    display: inline !important;
  }

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

  .bs5-wrap .d-md-block {
    display: block !important;
  }

  .bs5-wrap .d-md-grid {
    display: grid !important;
  }

  .bs5-wrap .d-md-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-md-flex {
    display: flex !important;
  }

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

  .bs5-wrap .d-md-none {
    display: none !important;
  }

  .bs5-wrap .flex-md-fill {
    flex: auto !important;
  }

  .bs5-wrap .flex-md-row {
    flex-direction: row !important;
  }

  .bs5-wrap .flex-md-column {
    flex-direction: column !important;
  }

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

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

  .bs5-wrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .bs5-wrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .bs5-wrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bs5-wrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

  .bs5-wrap .justify-content-md-center {
    justify-content: center !important;
  }

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

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

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

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

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

  .bs5-wrap .align-items-md-center {
    align-items: center !important;
  }

  .bs5-wrap .align-items-md-baseline {
    align-items: baseline !important;
  }

  .bs5-wrap .align-items-md-stretch {
    align-items: stretch !important;
  }

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

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

  .bs5-wrap .align-content-md-center {
    align-content: center !important;
  }

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

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

  .bs5-wrap .align-content-md-stretch {
    align-content: stretch !important;
  }

  .bs5-wrap .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .bs5-wrap .align-self-md-center {
    align-self: center !important;
  }

  .bs5-wrap .align-self-md-baseline {
    align-self: baseline !important;
  }

  .bs5-wrap .align-self-md-stretch {
    align-self: stretch !important;
  }

  .bs5-wrap .order-md-first {
    order: -1 !important;
  }

  .bs5-wrap .order-md-0 {
    order: 0 !important;
  }

  .bs5-wrap .order-md-1 {
    order: 1 !important;
  }

  .bs5-wrap .order-md-2 {
    order: 2 !important;
  }

  .bs5-wrap .order-md-3 {
    order: 3 !important;
  }

  .bs5-wrap .order-md-4 {
    order: 4 !important;
  }

  .bs5-wrap .order-md-5 {
    order: 5 !important;
  }

  .bs5-wrap .order-md-last {
    order: 6 !important;
  }

  .bs5-wrap .m-md-0 {
    margin: 0 !important;
  }

  .bs5-wrap .m-md-1 {
    margin: .25rem !important;
  }

  .bs5-wrap .m-md-2 {
    margin: .5rem !important;
  }

  .bs5-wrap .m-md-3 {
    margin: 1rem !important;
  }

  .bs5-wrap .m-md-4 {
    margin: 1.5rem !important;
  }

  .bs5-wrap .m-md-5 {
    margin: 3rem !important;
  }

  .bs5-wrap .m-md-auto {
    margin: auto !important;
  }

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

  .bs5-wrap .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bs5-wrap .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .bs5-wrap .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bs5-wrap .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

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

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

  .bs5-wrap .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

  .bs5-wrap .mt-md-1 {
    margin-top: .25rem !important;
  }

  .bs5-wrap .mt-md-2 {
    margin-top: .5rem !important;
  }

  .bs5-wrap .mt-md-3 {
    margin-top: 1rem !important;
  }

  .bs5-wrap .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .bs5-wrap .mt-md-5 {
    margin-top: 3rem !important;
  }

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

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

  .bs5-wrap .me-md-1 {
    margin-right: .25rem !important;
  }

  .bs5-wrap .me-md-2 {
    margin-right: .5rem !important;
  }

  .bs5-wrap .me-md-3 {
    margin-right: 1rem !important;
  }

  .bs5-wrap .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .me-md-5 {
    margin-right: 3rem !important;
  }

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

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

  .bs5-wrap .mb-md-1 {
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .mb-md-2 {
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .mb-md-5 {
    margin-bottom: 3rem !important;
  }

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

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

  .bs5-wrap .ms-md-1 {
    margin-left: .25rem !important;
  }

  .bs5-wrap .ms-md-2 {
    margin-left: .5rem !important;
  }

  .bs5-wrap .ms-md-3 {
    margin-left: 1rem !important;
  }

  .bs5-wrap .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .bs5-wrap .ms-md-5 {
    margin-left: 3rem !important;
  }

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

  .bs5-wrap .p-md-0 {
    padding: 0 !important;
  }

  .bs5-wrap .p-md-1 {
    padding: .25rem !important;
  }

  .bs5-wrap .p-md-2 {
    padding: .5rem !important;
  }

  .bs5-wrap .p-md-3 {
    padding: 1rem !important;
  }

  .bs5-wrap .p-md-4 {
    padding: 1.5rem !important;
  }

  .bs5-wrap .p-md-5 {
    padding: 3rem !important;
  }

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

  .bs5-wrap .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bs5-wrap .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .bs5-wrap .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bs5-wrap .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

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

  .bs5-wrap .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .bs5-wrap .pt-md-1 {
    padding-top: .25rem !important;
  }

  .bs5-wrap .pt-md-2 {
    padding-top: .5rem !important;
  }

  .bs5-wrap .pt-md-3 {
    padding-top: 1rem !important;
  }

  .bs5-wrap .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .bs5-wrap .pt-md-5 {
    padding-top: 3rem !important;
  }

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

  .bs5-wrap .pe-md-1 {
    padding-right: .25rem !important;
  }

  .bs5-wrap .pe-md-2 {
    padding-right: .5rem !important;
  }

  .bs5-wrap .pe-md-3 {
    padding-right: 1rem !important;
  }

  .bs5-wrap .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .pe-md-5 {
    padding-right: 3rem !important;
  }

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

  .bs5-wrap .pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .pb-md-2 {
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .pb-md-5 {
    padding-bottom: 3rem !important;
  }

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

  .bs5-wrap .ps-md-1 {
    padding-left: .25rem !important;
  }

  .bs5-wrap .ps-md-2 {
    padding-left: .5rem !important;
  }

  .bs5-wrap .ps-md-3 {
    padding-left: 1rem !important;
  }

  .bs5-wrap .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .bs5-wrap .ps-md-5 {
    padding-left: 3rem !important;
  }

  .bs5-wrap .gap-md-0 {
    gap: 0 !important;
  }

  .bs5-wrap .gap-md-1 {
    gap: .25rem !important;
  }

  .bs5-wrap .gap-md-2 {
    gap: .5rem !important;
  }

  .bs5-wrap .gap-md-3 {
    gap: 1rem !important;
  }

  .bs5-wrap .gap-md-4 {
    gap: 1.5rem !important;
  }

  .bs5-wrap .gap-md-5 {
    gap: 3rem !important;
  }

  .bs5-wrap .text-md-start {
    text-align: left !important;
  }

  .bs5-wrap .text-md-end {
    text-align: right !important;
  }

  .bs5-wrap .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .bs5-wrap .float-lg-start {
    float: left !important;
  }

  .bs5-wrap .float-lg-end {
    float: right !important;
  }

  .bs5-wrap .float-lg-none {
    float: none !important;
  }

  .bs5-wrap .d-lg-inline {
    display: inline !important;
  }

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

  .bs5-wrap .d-lg-block {
    display: block !important;
  }

  .bs5-wrap .d-lg-grid {
    display: grid !important;
  }

  .bs5-wrap .d-lg-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-lg-flex {
    display: flex !important;
  }

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

  .bs5-wrap .d-lg-none {
    display: none !important;
  }

  .bs5-wrap .flex-lg-fill {
    flex: auto !important;
  }

  .bs5-wrap .flex-lg-row {
    flex-direction: row !important;
  }

  .bs5-wrap .flex-lg-column {
    flex-direction: column !important;
  }

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

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

  .bs5-wrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .bs5-wrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .bs5-wrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bs5-wrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

  .bs5-wrap .justify-content-lg-center {
    justify-content: center !important;
  }

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

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

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

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

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

  .bs5-wrap .align-items-lg-center {
    align-items: center !important;
  }

  .bs5-wrap .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .bs5-wrap .align-items-lg-stretch {
    align-items: stretch !important;
  }

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

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

  .bs5-wrap .align-content-lg-center {
    align-content: center !important;
  }

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

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

  .bs5-wrap .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .bs5-wrap .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .bs5-wrap .align-self-lg-center {
    align-self: center !important;
  }

  .bs5-wrap .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .bs5-wrap .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .bs5-wrap .order-lg-first {
    order: -1 !important;
  }

  .bs5-wrap .order-lg-0 {
    order: 0 !important;
  }

  .bs5-wrap .order-lg-1 {
    order: 1 !important;
  }

  .bs5-wrap .order-lg-2 {
    order: 2 !important;
  }

  .bs5-wrap .order-lg-3 {
    order: 3 !important;
  }

  .bs5-wrap .order-lg-4 {
    order: 4 !important;
  }

  .bs5-wrap .order-lg-5 {
    order: 5 !important;
  }

  .bs5-wrap .order-lg-last {
    order: 6 !important;
  }

  .bs5-wrap .m-lg-0 {
    margin: 0 !important;
  }

  .bs5-wrap .m-lg-1 {
    margin: .25rem !important;
  }

  .bs5-wrap .m-lg-2 {
    margin: .5rem !important;
  }

  .bs5-wrap .m-lg-3 {
    margin: 1rem !important;
  }

  .bs5-wrap .m-lg-4 {
    margin: 1.5rem !important;
  }

  .bs5-wrap .m-lg-5 {
    margin: 3rem !important;
  }

  .bs5-wrap .m-lg-auto {
    margin: auto !important;
  }

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

  .bs5-wrap .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bs5-wrap .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .bs5-wrap .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bs5-wrap .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

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

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

  .bs5-wrap .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

  .bs5-wrap .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .bs5-wrap .mt-lg-2 {
    margin-top: .5rem !important;
  }

  .bs5-wrap .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .bs5-wrap .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .bs5-wrap .mt-lg-5 {
    margin-top: 3rem !important;
  }

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

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

  .bs5-wrap .me-lg-1 {
    margin-right: .25rem !important;
  }

  .bs5-wrap .me-lg-2 {
    margin-right: .5rem !important;
  }

  .bs5-wrap .me-lg-3 {
    margin-right: 1rem !important;
  }

  .bs5-wrap .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .me-lg-5 {
    margin-right: 3rem !important;
  }

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

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

  .bs5-wrap .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .mb-lg-2 {
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

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

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

  .bs5-wrap .ms-lg-1 {
    margin-left: .25rem !important;
  }

  .bs5-wrap .ms-lg-2 {
    margin-left: .5rem !important;
  }

  .bs5-wrap .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .bs5-wrap .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .bs5-wrap .ms-lg-5 {
    margin-left: 3rem !important;
  }

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

  .bs5-wrap .p-lg-0 {
    padding: 0 !important;
  }

  .bs5-wrap .p-lg-1 {
    padding: .25rem !important;
  }

  .bs5-wrap .p-lg-2 {
    padding: .5rem !important;
  }

  .bs5-wrap .p-lg-3 {
    padding: 1rem !important;
  }

  .bs5-wrap .p-lg-4 {
    padding: 1.5rem !important;
  }

  .bs5-wrap .p-lg-5 {
    padding: 3rem !important;
  }

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

  .bs5-wrap .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bs5-wrap .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .bs5-wrap .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bs5-wrap .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

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

  .bs5-wrap .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .bs5-wrap .pt-lg-1 {
    padding-top: .25rem !important;
  }

  .bs5-wrap .pt-lg-2 {
    padding-top: .5rem !important;
  }

  .bs5-wrap .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .bs5-wrap .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .bs5-wrap .pt-lg-5 {
    padding-top: 3rem !important;
  }

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

  .bs5-wrap .pe-lg-1 {
    padding-right: .25rem !important;
  }

  .bs5-wrap .pe-lg-2 {
    padding-right: .5rem !important;
  }

  .bs5-wrap .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .bs5-wrap .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

  .bs5-wrap .pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .pb-lg-2 {
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

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

  .bs5-wrap .ps-lg-1 {
    padding-left: .25rem !important;
  }

  .bs5-wrap .ps-lg-2 {
    padding-left: .5rem !important;
  }

  .bs5-wrap .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .bs5-wrap .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .bs5-wrap .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .bs5-wrap .gap-lg-0 {
    gap: 0 !important;
  }

  .bs5-wrap .gap-lg-1 {
    gap: .25rem !important;
  }

  .bs5-wrap .gap-lg-2 {
    gap: .5rem !important;
  }

  .bs5-wrap .gap-lg-3 {
    gap: 1rem !important;
  }

  .bs5-wrap .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .bs5-wrap .gap-lg-5 {
    gap: 3rem !important;
  }

  .bs5-wrap .text-lg-start {
    text-align: left !important;
  }

  .bs5-wrap .text-lg-end {
    text-align: right !important;
  }

  .bs5-wrap .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .bs5-wrap .float-xl-start {
    float: left !important;
  }

  .bs5-wrap .float-xl-end {
    float: right !important;
  }

  .bs5-wrap .float-xl-none {
    float: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bs5-wrap .m-xl-1 {
    margin: .25rem !important;
  }

  .bs5-wrap .m-xl-2 {
    margin: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bs5-wrap .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .mt-xl-1 {
    margin-top: .25rem !important;
  }

  .bs5-wrap .mt-xl-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .me-xl-1 {
    margin-right: .25rem !important;
  }

  .bs5-wrap .me-xl-2 {
    margin-right: .5rem !important;
  }

  .bs5-wrap .me-xl-3 {
    margin-right: 1rem !important;
  }

  .bs5-wrap .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .me-xl-5 {
    margin-right: 3rem !important;
  }

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

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

  .bs5-wrap .mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .mb-xl-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .bs5-wrap .ms-xl-1 {
    margin-left: .25rem !important;
  }

  .bs5-wrap .ms-xl-2 {
    margin-left: .5rem !important;
  }

  .bs5-wrap .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .bs5-wrap .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .bs5-wrap .ms-xl-5 {
    margin-left: 3rem !important;
  }

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

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

  .bs5-wrap .p-xl-1 {
    padding: .25rem !important;
  }

  .bs5-wrap .p-xl-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bs5-wrap .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .bs5-wrap .pt-xl-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .bs5-wrap .pe-xl-2 {
    padding-right: .5rem !important;
  }

  .bs5-wrap .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .bs5-wrap .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

  .bs5-wrap .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .bs5-wrap .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .bs5-wrap .ps-xl-2 {
    padding-left: .5rem !important;
  }

  .bs5-wrap .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .bs5-wrap .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .bs5-wrap .ps-xl-5 {
    padding-left: 3rem !important;
  }

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

  .bs5-wrap .gap-xl-1 {
    gap: .25rem !important;
  }

  .bs5-wrap .gap-xl-2 {
    gap: .5rem !important;
  }

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

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

  .bs5-wrap .gap-xl-5 {
    gap: 3rem !important;
  }

  .bs5-wrap .text-xl-start {
    text-align: left !important;
  }

  .bs5-wrap .text-xl-end {
    text-align: right !important;
  }

  .bs5-wrap .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .bs5-wrap .float-xxl-start {
    float: left !important;
  }

  .bs5-wrap .float-xxl-end {
    float: right !important;
  }

  .bs5-wrap .float-xxl-none {
    float: none !important;
  }

  .bs5-wrap .d-xxl-inline {
    display: inline !important;
  }

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

  .bs5-wrap .d-xxl-block {
    display: block !important;
  }

  .bs5-wrap .d-xxl-grid {
    display: grid !important;
  }

  .bs5-wrap .d-xxl-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-xxl-flex {
    display: flex !important;
  }

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

  .bs5-wrap .d-xxl-none {
    display: none !important;
  }

  .bs5-wrap .flex-xxl-fill {
    flex: auto !important;
  }

  .bs5-wrap .flex-xxl-row {
    flex-direction: row !important;
  }

  .bs5-wrap .flex-xxl-column {
    flex-direction: column !important;
  }

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

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

  .bs5-wrap .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .bs5-wrap .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .bs5-wrap .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bs5-wrap .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

  .bs5-wrap .justify-content-xxl-center {
    justify-content: center !important;
  }

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

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

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

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

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

  .bs5-wrap .align-items-xxl-center {
    align-items: center !important;
  }

  .bs5-wrap .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .bs5-wrap .align-items-xxl-stretch {
    align-items: stretch !important;
  }

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

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

  .bs5-wrap .align-content-xxl-center {
    align-content: center !important;
  }

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

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

  .bs5-wrap .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .bs5-wrap .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .bs5-wrap .align-self-xxl-center {
    align-self: center !important;
  }

  .bs5-wrap .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .bs5-wrap .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .bs5-wrap .order-xxl-first {
    order: -1 !important;
  }

  .bs5-wrap .order-xxl-0 {
    order: 0 !important;
  }

  .bs5-wrap .order-xxl-1 {
    order: 1 !important;
  }

  .bs5-wrap .order-xxl-2 {
    order: 2 !important;
  }

  .bs5-wrap .order-xxl-3 {
    order: 3 !important;
  }

  .bs5-wrap .order-xxl-4 {
    order: 4 !important;
  }

  .bs5-wrap .order-xxl-5 {
    order: 5 !important;
  }

  .bs5-wrap .order-xxl-last {
    order: 6 !important;
  }

  .bs5-wrap .m-xxl-0 {
    margin: 0 !important;
  }

  .bs5-wrap .m-xxl-1 {
    margin: .25rem !important;
  }

  .bs5-wrap .m-xxl-2 {
    margin: .5rem !important;
  }

  .bs5-wrap .m-xxl-3 {
    margin: 1rem !important;
  }

  .bs5-wrap .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .bs5-wrap .m-xxl-5 {
    margin: 3rem !important;
  }

  .bs5-wrap .m-xxl-auto {
    margin: auto !important;
  }

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

  .bs5-wrap .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bs5-wrap .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .bs5-wrap .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bs5-wrap .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

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

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

  .bs5-wrap .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

  .bs5-wrap .mt-xxl-1 {
    margin-top: .25rem !important;
  }

  .bs5-wrap .mt-xxl-2 {
    margin-top: .5rem !important;
  }

  .bs5-wrap .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .bs5-wrap .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .bs5-wrap .mt-xxl-5 {
    margin-top: 3rem !important;
  }

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

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

  .bs5-wrap .me-xxl-1 {
    margin-right: .25rem !important;
  }

  .bs5-wrap .me-xxl-2 {
    margin-right: .5rem !important;
  }

  .bs5-wrap .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .bs5-wrap .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .me-xxl-5 {
    margin-right: 3rem !important;
  }

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

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

  .bs5-wrap .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

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

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

  .bs5-wrap .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .bs5-wrap .ms-xxl-2 {
    margin-left: .5rem !important;
  }

  .bs5-wrap .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .bs5-wrap .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .bs5-wrap .ms-xxl-5 {
    margin-left: 3rem !important;
  }

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

  .bs5-wrap .p-xxl-0 {
    padding: 0 !important;
  }

  .bs5-wrap .p-xxl-1 {
    padding: .25rem !important;
  }

  .bs5-wrap .p-xxl-2 {
    padding: .5rem !important;
  }

  .bs5-wrap .p-xxl-3 {
    padding: 1rem !important;
  }

  .bs5-wrap .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .bs5-wrap .p-xxl-5 {
    padding: 3rem !important;
  }

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

  .bs5-wrap .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bs5-wrap .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .bs5-wrap .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bs5-wrap .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

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

  .bs5-wrap .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .bs5-wrap .pt-xxl-1 {
    padding-top: .25rem !important;
  }

  .bs5-wrap .pt-xxl-2 {
    padding-top: .5rem !important;
  }

  .bs5-wrap .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .bs5-wrap .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .bs5-wrap .pt-xxl-5 {
    padding-top: 3rem !important;
  }

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

  .bs5-wrap .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .bs5-wrap .pe-xxl-2 {
    padding-right: .5rem !important;
  }

  .bs5-wrap .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .bs5-wrap .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .pe-xxl-5 {
    padding-right: 3rem !important;
  }

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

  .bs5-wrap .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

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

  .bs5-wrap .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .bs5-wrap .ps-xxl-2 {
    padding-left: .5rem !important;
  }

  .bs5-wrap .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .bs5-wrap .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .bs5-wrap .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .bs5-wrap .gap-xxl-0 {
    gap: 0 !important;
  }

  .bs5-wrap .gap-xxl-1 {
    gap: .25rem !important;
  }

  .bs5-wrap .gap-xxl-2 {
    gap: .5rem !important;
  }

  .bs5-wrap .gap-xxl-3 {
    gap: 1rem !important;
  }

  .bs5-wrap .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .bs5-wrap .gap-xxl-5 {
    gap: 3rem !important;
  }

  .bs5-wrap .text-xxl-start {
    text-align: left !important;
  }

  .bs5-wrap .text-xxl-end {
    text-align: right !important;
  }

  .bs5-wrap .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .bs5-wrap .fs-1 {
    font-size: 2.5rem !important;
  }

  .bs5-wrap .fs-2 {
    font-size: 2rem !important;
  }

  .bs5-wrap .fs-3 {
    font-size: 1.75rem !important;
  }

  .bs5-wrap .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .bs5-wrap .d-print-inline {
    display: inline !important;
  }

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

  .bs5-wrap .d-print-block {
    display: block !important;
  }

  .bs5-wrap .d-print-grid {
    display: grid !important;
  }

  .bs5-wrap .d-print-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-print-flex {
    display: flex !important;
  }

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

  .bs5-wrap .d-print-none {
    display: none !important;
  }
}

.product-detail-section {
  position: relative;
}

.product-info-main .brand_logo {
  width: 50px;
  height: 50px;
}

.product-info-main .product-info-stock-sku {
  margin: 0;
}

.product-info-main .stock.available {
  color: #414141;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.5rem;
}

.product-info-main .stock.available:before {
  height: 22px;
  width: 22px;
  color: #fff;
  background: linear-gradient(45deg, #ffd521, #f50000, #b900b4);
  border-radius: 5px;
  margin-right: 5px;
  padding: 2px;
  font-weight: bold;
}

.product-info-main .product-info-box__display {
  margin-left: 5px;
  font-size: 1.5rem;
}

.product-info-main .page-title-wrapper .page-title {
  text-transform: none;
  font-size: 2.75rem;
  font-weight: 500;
}

.product-info-main .product.attribute.overview {
  padding-top: 0 !important;
}

.product-info-main .price-box {
  flex-direction: column;
  display: flex;
}

.product-info-main .price-box .special-price .price-container {
  position: relative;
}

.product-info-main .price-box .special-price .price-container .save-percent {
  color: #f72d9c;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -40px;
}

.product-info-main .price-box .price-wrapper .price {
  color: #000;
  font-size: 141.428%;
}

.product-info-main .dimensions-wrap {
  align-items: center;
  column-gap: 1rem;
  display: flex;
}

.product-info-main .dimensions-wrap .dimensions {
  border: 1px solid #000;
  border-radius: 1rem;
  flex-shrink: 0;
  column-gap: 3rem;
  padding: .5rem 2rem;
  display: inline-flex;
  position: relative;
}

.product-info-main .dimensions-wrap .dimensions:after {
  height: 100%;
  width: 1px;
  content: "";
  background: #f72d9c;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 50%;
}

.product-info-main .dimensions-wrap .dimensions .dimension {
  flex-direction: column;
  display: flex;
}

.product-info-main .dimensions-wrap .dimensions .dimension .dimension-label {
  text-transform: uppercase;
  font-size: .85rem;
}

.product-info-main .dimensions-wrap .dimensions .dimension .dimension-value {
  font-size: 1.5rem;
  font-weight: 800;
}

.product-info-main .dimensions-wrap .view-addition-info {
  color: #f72d9c;
}

.product-info-main .deal-wrapper {
  padding: 2rem 0;
}

.product-info-main .deal-wrapper .deal_time_count {
  color: #f72d9c;
  font-weight: bold;
}

.product-info-main .product_promo_text {
  text-align: center;
  color: #fff;
  background: linear-gradient(45deg, #ffd521, #f50000, #b900b4);
  border-radius: 5px;
  margin: 0 0 2rem;
  padding: 1rem;
  font-size: 2rem;
}

.product-info-main .opc_count {
  margin-bottom: 2rem;
}

.product-info-main .opc_count #next_day_del {
  color: #f72d9c;
  font-weight: 800;
}

.product-info-main .product_custom_message {
  font-weight: 800;
}

.product-info-main .product-social-links {
  float: none;
  width: auto;
  z-index: 100;
  padding: 15px 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.product-info-main .product-social-links .product-addto-links {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

@media (max-width: 767.98px) {
  .product-info-main .product-social-links {
    border-top: 2px solid #dbdbdb;
  }
}

.product-info-main .product-social-links a.action {
  background-color: #e4e6eb;
  position: relative !important;
}

.product-info-main .product-social-links a.action:before {
  font-size: 17px;
}

.product-info-main .product-social-links a.action span {
  white-space: nowrap;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  line-height: 16px;
  display: none;
  position: absolute;
  top: -34px;
  left: 0;
  box-shadow: 0 0 5px #00000036;
  color: #000 !important;
}

.product-info-main .product-social-links a.action:hover span {
  display: block;
}

.product-info-main .product-social-links a.action.wk_hover_pinterests {
  background-image: none;
}

.product-info-main .product-social-links a.action.wk_hover_pinterests:before {
  content: "";
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-family: icomoon !important;
  font-size: 22px !important;
}

.product-info-main .box-tocart .action.tocart {
  width: 100%;
  background: linear-gradient(45deg, #ffd521, #f50000, #b900b4) padding-box padding-box, linear-gradient(45deg, #ffd521, #f50000, #b900b4) border-box;
  border: 2px solid #0000;
  font-weight: 800;
}

.product-info-main .box-tocart .action.tocart:hover {
  background: linear-gradient(#fff, #fff) padding-box padding-box, linear-gradient(45deg, #ffd521, #f50000, #b900b4) border-box;
  border: 2px solid #0000;
  color: #f72d9c !important;
}

.product-info-main .contact-our-team a {
  color: #f72d9c;
}

.product.media .order-basics .free-delivery-section, .product.media .order-basics .price-match-section {
  display: none;
}

.product.media .order-basics .find-lower-price {
  padding-top: 0;
}

.product.media .order-basics .find-lower-price a {
  color: #fff;
  width: auto;
  background: linear-gradient(45deg, #ffd521, #f50000, #b900b4) padding-box padding-box, linear-gradient(45deg, #ffd521, #f50000, #b900b4) border-box;
  border: 2px solid #0000;
  border-radius: 5px;
  padding: .5rem 2rem;
  font-weight: 800;
}

.product.media .order-basics .find-lower-price a:hover {
  background: linear-gradient(#fff, #fff) padding-box padding-box, linear-gradient(45deg, #ffd521, #f50000, #b900b4) border-box;
  border: 2px solid #0000;
  color: #f72d9c !important;
}

.product.info.detailed .resp-tabs-list {
  justify-content: center;
  align-items: center;
  display: flex;
}

.product.info.detailed .resp-tabs-list li {
  text-align: center;
  margin: 0 20px !important;
}

.product.info.detailed .resp-tabs-list li.active {
  color: #000;
  font-weight: 900;
}

.product.info.detailed .resp-tabs-list li:before {
  display: none;
}

.product.info.detailed .resp-tabs-container {
  text-align: center;
}

.product.info.detailed .additional-attributes {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .product.info.detailed .additional-attributes > tbody > tr > th, .product.info.detailed .additional-attributes > tbody > tr > td {
    width: 50%;
  }
}

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