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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-32 {
  margin: 3.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-275 {
  margin: 27.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-32 {
  margin-right: 3.2rem !important;
  margin-left: 3.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-275 {
  margin-right: 27.5rem !important;
  margin-left: 27.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-32 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-275 {
  margin-top: 27.5rem !important;
  margin-bottom: 27.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-32 {
  margin-top: 3.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-275 {
  margin-top: 27.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-32 {
  margin-right: 3.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-275 {
  margin-right: 27.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-32 {
  margin-bottom: 3.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-275 {
  margin-bottom: 27.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-32 {
  margin-left: 3.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-275 {
  margin-left: 27.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-32 {
  padding: 3.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-275 {
  padding: 27.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.px-32 {
  padding-right: 3.2rem !important;
  padding-left: 3.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-275 {
  padding-right: 27.5rem !important;
  padding-left: 27.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-32 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-275 {
  padding-top: 27.5rem !important;
  padding-bottom: 27.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt-32 {
  padding-top: 3.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-275 {
  padding-top: 27.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pe-32 {
  padding-right: 3.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-275 {
  padding-right: 27.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pb-32 {
  padding-bottom: 3.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-275 {
  padding-bottom: 27.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ps-32 {
  padding-left: 3.2rem !important;
}

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

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

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

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

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

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

.ps-65 {
  padding-left: 6.5rem !important;
}

.ps-70 {
  padding-left: 7rem !important;
}

.ps-75 {
  padding-left: 7.5rem !important;
}

.ps-80 {
  padding-left: 8rem !important;
}

.ps-85 {
  padding-left: 8.5rem !important;
}

.ps-90 {
  padding-left: 9rem !important;
}

.ps-95 {
  padding-left: 9.5rem !important;
}

.ps-100 {
  padding-left: 10rem !important;
}

.ps-105 {
  padding-left: 10.5rem !important;
}

.ps-110 {
  padding-left: 11rem !important;
}

.ps-115 {
  padding-left: 11.5rem !important;
}

.ps-120 {
  padding-left: 12rem !important;
}

.ps-125 {
  padding-left: 12.5rem !important;
}

.ps-130 {
  padding-left: 13rem !important;
}

.ps-135 {
  padding-left: 13.5rem !important;
}

.ps-140 {
  padding-left: 14rem !important;
}

.ps-145 {
  padding-left: 14.5rem !important;
}

.ps-150 {
  padding-left: 15rem !important;
}

.ps-155 {
  padding-left: 15.5rem !important;
}

.ps-160 {
  padding-left: 16rem !important;
}

.ps-165 {
  padding-left: 16.5rem !important;
}

.ps-170 {
  padding-left: 17rem !important;
}

.ps-175 {
  padding-left: 17.5rem !important;
}

.ps-180 {
  padding-left: 18rem !important;
}

.ps-185 {
  padding-left: 18.5rem !important;
}

.ps-190 {
  padding-left: 19rem !important;
}

.ps-195 {
  padding-left: 19.5rem !important;
}

.ps-200 {
  padding-left: 20rem !important;
}

.ps-275 {
  padding-left: 27.5rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-3 {
  gap: 0.3rem !important;
}

.gap-5 {
  gap: 0.5rem !important;
}

.gap-10 {
  gap: 1rem !important;
}

.gap-12 {
  gap: 1.2rem !important;
}

.gap-15 {
  gap: 1.5rem !important;
}

.gap-16 {
  gap: 1.6rem !important;
}

.gap-18 {
  gap: 1.8rem !important;
}

.gap-20 {
  gap: 2rem !important;
}

.gap-24 {
  gap: 2.4rem !important;
}

.gap-25 {
  gap: 2.5rem !important;
}

.gap-30 {
  gap: 3rem !important;
}

.gap-32 {
  gap: 3.2rem !important;
}

.gap-35 {
  gap: 3.5rem !important;
}

.gap-40 {
  gap: 4rem !important;
}

.gap-45 {
  gap: 4.5rem !important;
}

.gap-50 {
  gap: 5rem !important;
}

.gap-55 {
  gap: 5.5rem !important;
}

.gap-60 {
  gap: 6rem !important;
}

.gap-65 {
  gap: 6.5rem !important;
}

.gap-70 {
  gap: 7rem !important;
}

.gap-75 {
  gap: 7.5rem !important;
}

.gap-80 {
  gap: 8rem !important;
}

.gap-85 {
  gap: 8.5rem !important;
}

.gap-90 {
  gap: 9rem !important;
}

.gap-95 {
  gap: 9.5rem !important;
}

.gap-100 {
  gap: 10rem !important;
}

.gap-105 {
  gap: 10.5rem !important;
}

.gap-110 {
  gap: 11rem !important;
}

.gap-115 {
  gap: 11.5rem !important;
}

.gap-120 {
  gap: 12rem !important;
}

.gap-125 {
  gap: 12.5rem !important;
}

.gap-130 {
  gap: 13rem !important;
}

.gap-135 {
  gap: 13.5rem !important;
}

.gap-140 {
  gap: 14rem !important;
}

.gap-145 {
  gap: 14.5rem !important;
}

.gap-150 {
  gap: 15rem !important;
}

.gap-155 {
  gap: 15.5rem !important;
}

.gap-160 {
  gap: 16rem !important;
}

.gap-165 {
  gap: 16.5rem !important;
}

.gap-170 {
  gap: 17rem !important;
}

.gap-175 {
  gap: 17.5rem !important;
}

.gap-180 {
  gap: 18rem !important;
}

.gap-185 {
  gap: 18.5rem !important;
}

.gap-190 {
  gap: 19rem !important;
}

.gap-195 {
  gap: 19.5rem !important;
}

.gap-200 {
  gap: 20rem !important;
}

.gap-275 {
  gap: 27.5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-3 {
    margin: 0.3rem !important;
  }
  .m-sm-5 {
    margin: 0.5rem !important;
  }
  .m-sm-10 {
    margin: 1rem !important;
  }
  .m-sm-12 {
    margin: 1.2rem !important;
  }
  .m-sm-15 {
    margin: 1.5rem !important;
  }
  .m-sm-16 {
    margin: 1.6rem !important;
  }
  .m-sm-18 {
    margin: 1.8rem !important;
  }
  .m-sm-20 {
    margin: 2rem !important;
  }
  .m-sm-24 {
    margin: 2.4rem !important;
  }
  .m-sm-25 {
    margin: 2.5rem !important;
  }
  .m-sm-30 {
    margin: 3rem !important;
  }
  .m-sm-32 {
    margin: 3.2rem !important;
  }
  .m-sm-35 {
    margin: 3.5rem !important;
  }
  .m-sm-40 {
    margin: 4rem !important;
  }
  .m-sm-45 {
    margin: 4.5rem !important;
  }
  .m-sm-50 {
    margin: 5rem !important;
  }
  .m-sm-55 {
    margin: 5.5rem !important;
  }
  .m-sm-60 {
    margin: 6rem !important;
  }
  .m-sm-65 {
    margin: 6.5rem !important;
  }
  .m-sm-70 {
    margin: 7rem !important;
  }
  .m-sm-75 {
    margin: 7.5rem !important;
  }
  .m-sm-80 {
    margin: 8rem !important;
  }
  .m-sm-85 {
    margin: 8.5rem !important;
  }
  .m-sm-90 {
    margin: 9rem !important;
  }
  .m-sm-95 {
    margin: 9.5rem !important;
  }
  .m-sm-100 {
    margin: 10rem !important;
  }
  .m-sm-105 {
    margin: 10.5rem !important;
  }
  .m-sm-110 {
    margin: 11rem !important;
  }
  .m-sm-115 {
    margin: 11.5rem !important;
  }
  .m-sm-120 {
    margin: 12rem !important;
  }
  .m-sm-125 {
    margin: 12.5rem !important;
  }
  .m-sm-130 {
    margin: 13rem !important;
  }
  .m-sm-135 {
    margin: 13.5rem !important;
  }
  .m-sm-140 {
    margin: 14rem !important;
  }
  .m-sm-145 {
    margin: 14.5rem !important;
  }
  .m-sm-150 {
    margin: 15rem !important;
  }
  .m-sm-155 {
    margin: 15.5rem !important;
  }
  .m-sm-160 {
    margin: 16rem !important;
  }
  .m-sm-165 {
    margin: 16.5rem !important;
  }
  .m-sm-170 {
    margin: 17rem !important;
  }
  .m-sm-175 {
    margin: 17.5rem !important;
  }
  .m-sm-180 {
    margin: 18rem !important;
  }
  .m-sm-185 {
    margin: 18.5rem !important;
  }
  .m-sm-190 {
    margin: 19rem !important;
  }
  .m-sm-195 {
    margin: 19.5rem !important;
  }
  .m-sm-200 {
    margin: 20rem !important;
  }
  .m-sm-275 {
    margin: 27.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }
  .mx-sm-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-sm-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .mx-sm-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-sm-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-sm-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-sm-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-sm-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-sm-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-sm-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-sm-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-sm-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sm-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-sm-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-sm-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-sm-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-sm-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-sm-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-sm-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-sm-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-sm-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-sm-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-sm-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-sm-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-sm-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-sm-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-275 {
    margin-right: 27.5rem !important;
    margin-left: 27.5rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .my-sm-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-sm-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .my-sm-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-sm-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-sm-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-sm-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-sm-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-sm-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-sm-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-sm-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-sm-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sm-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-sm-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-sm-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-sm-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-sm-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-sm-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-sm-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-sm-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-sm-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-sm-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-sm-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-sm-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-sm-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-sm-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-275 {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-3 {
    margin-top: 0.3rem !important;
  }
  .mt-sm-5 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 1rem !important;
  }
  .mt-sm-12 {
    margin-top: 1.2rem !important;
  }
  .mt-sm-15 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-16 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-18 {
    margin-top: 1.8rem !important;
  }
  .mt-sm-20 {
    margin-top: 2rem !important;
  }
  .mt-sm-24 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-25 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-30 {
    margin-top: 3rem !important;
  }
  .mt-sm-32 {
    margin-top: 3.2rem !important;
  }
  .mt-sm-35 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-40 {
    margin-top: 4rem !important;
  }
  .mt-sm-45 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-50 {
    margin-top: 5rem !important;
  }
  .mt-sm-55 {
    margin-top: 5.5rem !important;
  }
  .mt-sm-60 {
    margin-top: 6rem !important;
  }
  .mt-sm-65 {
    margin-top: 6.5rem !important;
  }
  .mt-sm-70 {
    margin-top: 7rem !important;
  }
  .mt-sm-75 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-80 {
    margin-top: 8rem !important;
  }
  .mt-sm-85 {
    margin-top: 8.5rem !important;
  }
  .mt-sm-90 {
    margin-top: 9rem !important;
  }
  .mt-sm-95 {
    margin-top: 9.5rem !important;
  }
  .mt-sm-100 {
    margin-top: 10rem !important;
  }
  .mt-sm-105 {
    margin-top: 10.5rem !important;
  }
  .mt-sm-110 {
    margin-top: 11rem !important;
  }
  .mt-sm-115 {
    margin-top: 11.5rem !important;
  }
  .mt-sm-120 {
    margin-top: 12rem !important;
  }
  .mt-sm-125 {
    margin-top: 12.5rem !important;
  }
  .mt-sm-130 {
    margin-top: 13rem !important;
  }
  .mt-sm-135 {
    margin-top: 13.5rem !important;
  }
  .mt-sm-140 {
    margin-top: 14rem !important;
  }
  .mt-sm-145 {
    margin-top: 14.5rem !important;
  }
  .mt-sm-150 {
    margin-top: 15rem !important;
  }
  .mt-sm-155 {
    margin-top: 15.5rem !important;
  }
  .mt-sm-160 {
    margin-top: 16rem !important;
  }
  .mt-sm-165 {
    margin-top: 16.5rem !important;
  }
  .mt-sm-170 {
    margin-top: 17rem !important;
  }
  .mt-sm-175 {
    margin-top: 17.5rem !important;
  }
  .mt-sm-180 {
    margin-top: 18rem !important;
  }
  .mt-sm-185 {
    margin-top: 18.5rem !important;
  }
  .mt-sm-190 {
    margin-top: 19rem !important;
  }
  .mt-sm-195 {
    margin-top: 19.5rem !important;
  }
  .mt-sm-200 {
    margin-top: 20rem !important;
  }
  .mt-sm-275 {
    margin-top: 27.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-3 {
    margin-right: 0.3rem !important;
  }
  .me-sm-5 {
    margin-right: 0.5rem !important;
  }
  .me-sm-10 {
    margin-right: 1rem !important;
  }
  .me-sm-12 {
    margin-right: 1.2rem !important;
  }
  .me-sm-15 {
    margin-right: 1.5rem !important;
  }
  .me-sm-16 {
    margin-right: 1.6rem !important;
  }
  .me-sm-18 {
    margin-right: 1.8rem !important;
  }
  .me-sm-20 {
    margin-right: 2rem !important;
  }
  .me-sm-24 {
    margin-right: 2.4rem !important;
  }
  .me-sm-25 {
    margin-right: 2.5rem !important;
  }
  .me-sm-30 {
    margin-right: 3rem !important;
  }
  .me-sm-32 {
    margin-right: 3.2rem !important;
  }
  .me-sm-35 {
    margin-right: 3.5rem !important;
  }
  .me-sm-40 {
    margin-right: 4rem !important;
  }
  .me-sm-45 {
    margin-right: 4.5rem !important;
  }
  .me-sm-50 {
    margin-right: 5rem !important;
  }
  .me-sm-55 {
    margin-right: 5.5rem !important;
  }
  .me-sm-60 {
    margin-right: 6rem !important;
  }
  .me-sm-65 {
    margin-right: 6.5rem !important;
  }
  .me-sm-70 {
    margin-right: 7rem !important;
  }
  .me-sm-75 {
    margin-right: 7.5rem !important;
  }
  .me-sm-80 {
    margin-right: 8rem !important;
  }
  .me-sm-85 {
    margin-right: 8.5rem !important;
  }
  .me-sm-90 {
    margin-right: 9rem !important;
  }
  .me-sm-95 {
    margin-right: 9.5rem !important;
  }
  .me-sm-100 {
    margin-right: 10rem !important;
  }
  .me-sm-105 {
    margin-right: 10.5rem !important;
  }
  .me-sm-110 {
    margin-right: 11rem !important;
  }
  .me-sm-115 {
    margin-right: 11.5rem !important;
  }
  .me-sm-120 {
    margin-right: 12rem !important;
  }
  .me-sm-125 {
    margin-right: 12.5rem !important;
  }
  .me-sm-130 {
    margin-right: 13rem !important;
  }
  .me-sm-135 {
    margin-right: 13.5rem !important;
  }
  .me-sm-140 {
    margin-right: 14rem !important;
  }
  .me-sm-145 {
    margin-right: 14.5rem !important;
  }
  .me-sm-150 {
    margin-right: 15rem !important;
  }
  .me-sm-155 {
    margin-right: 15.5rem !important;
  }
  .me-sm-160 {
    margin-right: 16rem !important;
  }
  .me-sm-165 {
    margin-right: 16.5rem !important;
  }
  .me-sm-170 {
    margin-right: 17rem !important;
  }
  .me-sm-175 {
    margin-right: 17.5rem !important;
  }
  .me-sm-180 {
    margin-right: 18rem !important;
  }
  .me-sm-185 {
    margin-right: 18.5rem !important;
  }
  .me-sm-190 {
    margin-right: 19rem !important;
  }
  .me-sm-195 {
    margin-right: 19.5rem !important;
  }
  .me-sm-200 {
    margin-right: 20rem !important;
  }
  .me-sm-275 {
    margin-right: 27.5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 1.2rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 1.8rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-32 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sm-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-sm-70 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-sm-90 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-sm-110 {
    margin-bottom: 11rem !important;
  }
  .mb-sm-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-sm-120 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-130 {
    margin-bottom: 13rem !important;
  }
  .mb-sm-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-sm-140 {
    margin-bottom: 14rem !important;
  }
  .mb-sm-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-sm-150 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-sm-160 {
    margin-bottom: 16rem !important;
  }
  .mb-sm-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-sm-170 {
    margin-bottom: 17rem !important;
  }
  .mb-sm-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-sm-180 {
    margin-bottom: 18rem !important;
  }
  .mb-sm-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-sm-190 {
    margin-bottom: 19rem !important;
  }
  .mb-sm-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-sm-200 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-275 {
    margin-bottom: 27.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-3 {
    margin-left: 0.3rem !important;
  }
  .ms-sm-5 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 1rem !important;
  }
  .ms-sm-12 {
    margin-left: 1.2rem !important;
  }
  .ms-sm-15 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-16 {
    margin-left: 1.6rem !important;
  }
  .ms-sm-18 {
    margin-left: 1.8rem !important;
  }
  .ms-sm-20 {
    margin-left: 2rem !important;
  }
  .ms-sm-24 {
    margin-left: 2.4rem !important;
  }
  .ms-sm-25 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-30 {
    margin-left: 3rem !important;
  }
  .ms-sm-32 {
    margin-left: 3.2rem !important;
  }
  .ms-sm-35 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-40 {
    margin-left: 4rem !important;
  }
  .ms-sm-45 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-50 {
    margin-left: 5rem !important;
  }
  .ms-sm-55 {
    margin-left: 5.5rem !important;
  }
  .ms-sm-60 {
    margin-left: 6rem !important;
  }
  .ms-sm-65 {
    margin-left: 6.5rem !important;
  }
  .ms-sm-70 {
    margin-left: 7rem !important;
  }
  .ms-sm-75 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-80 {
    margin-left: 8rem !important;
  }
  .ms-sm-85 {
    margin-left: 8.5rem !important;
  }
  .ms-sm-90 {
    margin-left: 9rem !important;
  }
  .ms-sm-95 {
    margin-left: 9.5rem !important;
  }
  .ms-sm-100 {
    margin-left: 10rem !important;
  }
  .ms-sm-105 {
    margin-left: 10.5rem !important;
  }
  .ms-sm-110 {
    margin-left: 11rem !important;
  }
  .ms-sm-115 {
    margin-left: 11.5rem !important;
  }
  .ms-sm-120 {
    margin-left: 12rem !important;
  }
  .ms-sm-125 {
    margin-left: 12.5rem !important;
  }
  .ms-sm-130 {
    margin-left: 13rem !important;
  }
  .ms-sm-135 {
    margin-left: 13.5rem !important;
  }
  .ms-sm-140 {
    margin-left: 14rem !important;
  }
  .ms-sm-145 {
    margin-left: 14.5rem !important;
  }
  .ms-sm-150 {
    margin-left: 15rem !important;
  }
  .ms-sm-155 {
    margin-left: 15.5rem !important;
  }
  .ms-sm-160 {
    margin-left: 16rem !important;
  }
  .ms-sm-165 {
    margin-left: 16.5rem !important;
  }
  .ms-sm-170 {
    margin-left: 17rem !important;
  }
  .ms-sm-175 {
    margin-left: 17.5rem !important;
  }
  .ms-sm-180 {
    margin-left: 18rem !important;
  }
  .ms-sm-185 {
    margin-left: 18.5rem !important;
  }
  .ms-sm-190 {
    margin-left: 19rem !important;
  }
  .ms-sm-195 {
    margin-left: 19.5rem !important;
  }
  .ms-sm-200 {
    margin-left: 20rem !important;
  }
  .ms-sm-275 {
    margin-left: 27.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-3 {
    padding: 0.3rem !important;
  }
  .p-sm-5 {
    padding: 0.5rem !important;
  }
  .p-sm-10 {
    padding: 1rem !important;
  }
  .p-sm-12 {
    padding: 1.2rem !important;
  }
  .p-sm-15 {
    padding: 1.5rem !important;
  }
  .p-sm-16 {
    padding: 1.6rem !important;
  }
  .p-sm-18 {
    padding: 1.8rem !important;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .p-sm-24 {
    padding: 2.4rem !important;
  }
  .p-sm-25 {
    padding: 2.5rem !important;
  }
  .p-sm-30 {
    padding: 3rem !important;
  }
  .p-sm-32 {
    padding: 3.2rem !important;
  }
  .p-sm-35 {
    padding: 3.5rem !important;
  }
  .p-sm-40 {
    padding: 4rem !important;
  }
  .p-sm-45 {
    padding: 4.5rem !important;
  }
  .p-sm-50 {
    padding: 5rem !important;
  }
  .p-sm-55 {
    padding: 5.5rem !important;
  }
  .p-sm-60 {
    padding: 6rem !important;
  }
  .p-sm-65 {
    padding: 6.5rem !important;
  }
  .p-sm-70 {
    padding: 7rem !important;
  }
  .p-sm-75 {
    padding: 7.5rem !important;
  }
  .p-sm-80 {
    padding: 8rem !important;
  }
  .p-sm-85 {
    padding: 8.5rem !important;
  }
  .p-sm-90 {
    padding: 9rem !important;
  }
  .p-sm-95 {
    padding: 9.5rem !important;
  }
  .p-sm-100 {
    padding: 10rem !important;
  }
  .p-sm-105 {
    padding: 10.5rem !important;
  }
  .p-sm-110 {
    padding: 11rem !important;
  }
  .p-sm-115 {
    padding: 11.5rem !important;
  }
  .p-sm-120 {
    padding: 12rem !important;
  }
  .p-sm-125 {
    padding: 12.5rem !important;
  }
  .p-sm-130 {
    padding: 13rem !important;
  }
  .p-sm-135 {
    padding: 13.5rem !important;
  }
  .p-sm-140 {
    padding: 14rem !important;
  }
  .p-sm-145 {
    padding: 14.5rem !important;
  }
  .p-sm-150 {
    padding: 15rem !important;
  }
  .p-sm-155 {
    padding: 15.5rem !important;
  }
  .p-sm-160 {
    padding: 16rem !important;
  }
  .p-sm-165 {
    padding: 16.5rem !important;
  }
  .p-sm-170 {
    padding: 17rem !important;
  }
  .p-sm-175 {
    padding: 17.5rem !important;
  }
  .p-sm-180 {
    padding: 18rem !important;
  }
  .p-sm-185 {
    padding: 18.5rem !important;
  }
  .p-sm-190 {
    padding: 19rem !important;
  }
  .p-sm-195 {
    padding: 19.5rem !important;
  }
  .p-sm-200 {
    padding: 20rem !important;
  }
  .p-sm-275 {
    padding: 27.5rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .px-sm-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-sm-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .px-sm-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-sm-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-sm-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-sm-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-sm-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-sm-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-sm-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-sm-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-sm-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sm-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-sm-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-sm-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-sm-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-sm-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-sm-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-sm-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-sm-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-sm-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-sm-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-sm-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-sm-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-sm-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-sm-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-sm-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-sm-275 {
    padding-right: 27.5rem !important;
    padding-left: 27.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .py-sm-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-sm-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .py-sm-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-sm-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-sm-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-sm-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-sm-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-sm-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-sm-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-sm-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-sm-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sm-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-sm-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-sm-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-sm-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-sm-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-sm-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-sm-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-sm-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-sm-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-sm-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-sm-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-sm-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-sm-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-sm-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-sm-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-sm-275 {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-3 {
    padding-top: 0.3rem !important;
  }
  .pt-sm-5 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 1rem !important;
  }
  .pt-sm-12 {
    padding-top: 1.2rem !important;
  }
  .pt-sm-15 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-16 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-18 {
    padding-top: 1.8rem !important;
  }
  .pt-sm-20 {
    padding-top: 2rem !important;
  }
  .pt-sm-24 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-25 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-30 {
    padding-top: 3rem !important;
  }
  .pt-sm-32 {
    padding-top: 3.2rem !important;
  }
  .pt-sm-35 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-40 {
    padding-top: 4rem !important;
  }
  .pt-sm-45 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-50 {
    padding-top: 5rem !important;
  }
  .pt-sm-55 {
    padding-top: 5.5rem !important;
  }
  .pt-sm-60 {
    padding-top: 6rem !important;
  }
  .pt-sm-65 {
    padding-top: 6.5rem !important;
  }
  .pt-sm-70 {
    padding-top: 7rem !important;
  }
  .pt-sm-75 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-80 {
    padding-top: 8rem !important;
  }
  .pt-sm-85 {
    padding-top: 8.5rem !important;
  }
  .pt-sm-90 {
    padding-top: 9rem !important;
  }
  .pt-sm-95 {
    padding-top: 9.5rem !important;
  }
  .pt-sm-100 {
    padding-top: 10rem !important;
  }
  .pt-sm-105 {
    padding-top: 10.5rem !important;
  }
  .pt-sm-110 {
    padding-top: 11rem !important;
  }
  .pt-sm-115 {
    padding-top: 11.5rem !important;
  }
  .pt-sm-120 {
    padding-top: 12rem !important;
  }
  .pt-sm-125 {
    padding-top: 12.5rem !important;
  }
  .pt-sm-130 {
    padding-top: 13rem !important;
  }
  .pt-sm-135 {
    padding-top: 13.5rem !important;
  }
  .pt-sm-140 {
    padding-top: 14rem !important;
  }
  .pt-sm-145 {
    padding-top: 14.5rem !important;
  }
  .pt-sm-150 {
    padding-top: 15rem !important;
  }
  .pt-sm-155 {
    padding-top: 15.5rem !important;
  }
  .pt-sm-160 {
    padding-top: 16rem !important;
  }
  .pt-sm-165 {
    padding-top: 16.5rem !important;
  }
  .pt-sm-170 {
    padding-top: 17rem !important;
  }
  .pt-sm-175 {
    padding-top: 17.5rem !important;
  }
  .pt-sm-180 {
    padding-top: 18rem !important;
  }
  .pt-sm-185 {
    padding-top: 18.5rem !important;
  }
  .pt-sm-190 {
    padding-top: 19rem !important;
  }
  .pt-sm-195 {
    padding-top: 19.5rem !important;
  }
  .pt-sm-200 {
    padding-top: 20rem !important;
  }
  .pt-sm-275 {
    padding-top: 27.5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-3 {
    padding-right: 0.3rem !important;
  }
  .pe-sm-5 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 1rem !important;
  }
  .pe-sm-12 {
    padding-right: 1.2rem !important;
  }
  .pe-sm-15 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-16 {
    padding-right: 1.6rem !important;
  }
  .pe-sm-18 {
    padding-right: 1.8rem !important;
  }
  .pe-sm-20 {
    padding-right: 2rem !important;
  }
  .pe-sm-24 {
    padding-right: 2.4rem !important;
  }
  .pe-sm-25 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-30 {
    padding-right: 3rem !important;
  }
  .pe-sm-32 {
    padding-right: 3.2rem !important;
  }
  .pe-sm-35 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-40 {
    padding-right: 4rem !important;
  }
  .pe-sm-45 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-50 {
    padding-right: 5rem !important;
  }
  .pe-sm-55 {
    padding-right: 5.5rem !important;
  }
  .pe-sm-60 {
    padding-right: 6rem !important;
  }
  .pe-sm-65 {
    padding-right: 6.5rem !important;
  }
  .pe-sm-70 {
    padding-right: 7rem !important;
  }
  .pe-sm-75 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-80 {
    padding-right: 8rem !important;
  }
  .pe-sm-85 {
    padding-right: 8.5rem !important;
  }
  .pe-sm-90 {
    padding-right: 9rem !important;
  }
  .pe-sm-95 {
    padding-right: 9.5rem !important;
  }
  .pe-sm-100 {
    padding-right: 10rem !important;
  }
  .pe-sm-105 {
    padding-right: 10.5rem !important;
  }
  .pe-sm-110 {
    padding-right: 11rem !important;
  }
  .pe-sm-115 {
    padding-right: 11.5rem !important;
  }
  .pe-sm-120 {
    padding-right: 12rem !important;
  }
  .pe-sm-125 {
    padding-right: 12.5rem !important;
  }
  .pe-sm-130 {
    padding-right: 13rem !important;
  }
  .pe-sm-135 {
    padding-right: 13.5rem !important;
  }
  .pe-sm-140 {
    padding-right: 14rem !important;
  }
  .pe-sm-145 {
    padding-right: 14.5rem !important;
  }
  .pe-sm-150 {
    padding-right: 15rem !important;
  }
  .pe-sm-155 {
    padding-right: 15.5rem !important;
  }
  .pe-sm-160 {
    padding-right: 16rem !important;
  }
  .pe-sm-165 {
    padding-right: 16.5rem !important;
  }
  .pe-sm-170 {
    padding-right: 17rem !important;
  }
  .pe-sm-175 {
    padding-right: 17.5rem !important;
  }
  .pe-sm-180 {
    padding-right: 18rem !important;
  }
  .pe-sm-185 {
    padding-right: 18.5rem !important;
  }
  .pe-sm-190 {
    padding-right: 19rem !important;
  }
  .pe-sm-195 {
    padding-right: 19.5rem !important;
  }
  .pe-sm-200 {
    padding-right: 20rem !important;
  }
  .pe-sm-275 {
    padding-right: 27.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 1.2rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 1.8rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-32 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sm-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-sm-70 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-sm-90 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-sm-110 {
    padding-bottom: 11rem !important;
  }
  .pb-sm-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-sm-120 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-sm-130 {
    padding-bottom: 13rem !important;
  }
  .pb-sm-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-sm-140 {
    padding-bottom: 14rem !important;
  }
  .pb-sm-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-sm-150 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-sm-160 {
    padding-bottom: 16rem !important;
  }
  .pb-sm-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-sm-170 {
    padding-bottom: 17rem !important;
  }
  .pb-sm-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-sm-180 {
    padding-bottom: 18rem !important;
  }
  .pb-sm-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-sm-190 {
    padding-bottom: 19rem !important;
  }
  .pb-sm-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-sm-200 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-275 {
    padding-bottom: 27.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-3 {
    padding-left: 0.3rem !important;
  }
  .ps-sm-5 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 1rem !important;
  }
  .ps-sm-12 {
    padding-left: 1.2rem !important;
  }
  .ps-sm-15 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-16 {
    padding-left: 1.6rem !important;
  }
  .ps-sm-18 {
    padding-left: 1.8rem !important;
  }
  .ps-sm-20 {
    padding-left: 2rem !important;
  }
  .ps-sm-24 {
    padding-left: 2.4rem !important;
  }
  .ps-sm-25 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-30 {
    padding-left: 3rem !important;
  }
  .ps-sm-32 {
    padding-left: 3.2rem !important;
  }
  .ps-sm-35 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-40 {
    padding-left: 4rem !important;
  }
  .ps-sm-45 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-50 {
    padding-left: 5rem !important;
  }
  .ps-sm-55 {
    padding-left: 5.5rem !important;
  }
  .ps-sm-60 {
    padding-left: 6rem !important;
  }
  .ps-sm-65 {
    padding-left: 6.5rem !important;
  }
  .ps-sm-70 {
    padding-left: 7rem !important;
  }
  .ps-sm-75 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-80 {
    padding-left: 8rem !important;
  }
  .ps-sm-85 {
    padding-left: 8.5rem !important;
  }
  .ps-sm-90 {
    padding-left: 9rem !important;
  }
  .ps-sm-95 {
    padding-left: 9.5rem !important;
  }
  .ps-sm-100 {
    padding-left: 10rem !important;
  }
  .ps-sm-105 {
    padding-left: 10.5rem !important;
  }
  .ps-sm-110 {
    padding-left: 11rem !important;
  }
  .ps-sm-115 {
    padding-left: 11.5rem !important;
  }
  .ps-sm-120 {
    padding-left: 12rem !important;
  }
  .ps-sm-125 {
    padding-left: 12.5rem !important;
  }
  .ps-sm-130 {
    padding-left: 13rem !important;
  }
  .ps-sm-135 {
    padding-left: 13.5rem !important;
  }
  .ps-sm-140 {
    padding-left: 14rem !important;
  }
  .ps-sm-145 {
    padding-left: 14.5rem !important;
  }
  .ps-sm-150 {
    padding-left: 15rem !important;
  }
  .ps-sm-155 {
    padding-left: 15.5rem !important;
  }
  .ps-sm-160 {
    padding-left: 16rem !important;
  }
  .ps-sm-165 {
    padding-left: 16.5rem !important;
  }
  .ps-sm-170 {
    padding-left: 17rem !important;
  }
  .ps-sm-175 {
    padding-left: 17.5rem !important;
  }
  .ps-sm-180 {
    padding-left: 18rem !important;
  }
  .ps-sm-185 {
    padding-left: 18.5rem !important;
  }
  .ps-sm-190 {
    padding-left: 19rem !important;
  }
  .ps-sm-195 {
    padding-left: 19.5rem !important;
  }
  .ps-sm-200 {
    padding-left: 20rem !important;
  }
  .ps-sm-275 {
    padding-left: 27.5rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-3 {
    gap: 0.3rem !important;
  }
  .gap-sm-5 {
    gap: 0.5rem !important;
  }
  .gap-sm-10 {
    gap: 1rem !important;
  }
  .gap-sm-12 {
    gap: 1.2rem !important;
  }
  .gap-sm-15 {
    gap: 1.5rem !important;
  }
  .gap-sm-16 {
    gap: 1.6rem !important;
  }
  .gap-sm-18 {
    gap: 1.8rem !important;
  }
  .gap-sm-20 {
    gap: 2rem !important;
  }
  .gap-sm-24 {
    gap: 2.4rem !important;
  }
  .gap-sm-25 {
    gap: 2.5rem !important;
  }
  .gap-sm-30 {
    gap: 3rem !important;
  }
  .gap-sm-32 {
    gap: 3.2rem !important;
  }
  .gap-sm-35 {
    gap: 3.5rem !important;
  }
  .gap-sm-40 {
    gap: 4rem !important;
  }
  .gap-sm-45 {
    gap: 4.5rem !important;
  }
  .gap-sm-50 {
    gap: 5rem !important;
  }
  .gap-sm-55 {
    gap: 5.5rem !important;
  }
  .gap-sm-60 {
    gap: 6rem !important;
  }
  .gap-sm-65 {
    gap: 6.5rem !important;
  }
  .gap-sm-70 {
    gap: 7rem !important;
  }
  .gap-sm-75 {
    gap: 7.5rem !important;
  }
  .gap-sm-80 {
    gap: 8rem !important;
  }
  .gap-sm-85 {
    gap: 8.5rem !important;
  }
  .gap-sm-90 {
    gap: 9rem !important;
  }
  .gap-sm-95 {
    gap: 9.5rem !important;
  }
  .gap-sm-100 {
    gap: 10rem !important;
  }
  .gap-sm-105 {
    gap: 10.5rem !important;
  }
  .gap-sm-110 {
    gap: 11rem !important;
  }
  .gap-sm-115 {
    gap: 11.5rem !important;
  }
  .gap-sm-120 {
    gap: 12rem !important;
  }
  .gap-sm-125 {
    gap: 12.5rem !important;
  }
  .gap-sm-130 {
    gap: 13rem !important;
  }
  .gap-sm-135 {
    gap: 13.5rem !important;
  }
  .gap-sm-140 {
    gap: 14rem !important;
  }
  .gap-sm-145 {
    gap: 14.5rem !important;
  }
  .gap-sm-150 {
    gap: 15rem !important;
  }
  .gap-sm-155 {
    gap: 15.5rem !important;
  }
  .gap-sm-160 {
    gap: 16rem !important;
  }
  .gap-sm-165 {
    gap: 16.5rem !important;
  }
  .gap-sm-170 {
    gap: 17rem !important;
  }
  .gap-sm-175 {
    gap: 17.5rem !important;
  }
  .gap-sm-180 {
    gap: 18rem !important;
  }
  .gap-sm-185 {
    gap: 18.5rem !important;
  }
  .gap-sm-190 {
    gap: 19rem !important;
  }
  .gap-sm-195 {
    gap: 19.5rem !important;
  }
  .gap-sm-200 {
    gap: 20rem !important;
  }
  .gap-sm-275 {
    gap: 27.5rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-3 {
    margin: 0.3rem !important;
  }
  .m-md-5 {
    margin: 0.5rem !important;
  }
  .m-md-10 {
    margin: 1rem !important;
  }
  .m-md-12 {
    margin: 1.2rem !important;
  }
  .m-md-15 {
    margin: 1.5rem !important;
  }
  .m-md-16 {
    margin: 1.6rem !important;
  }
  .m-md-18 {
    margin: 1.8rem !important;
  }
  .m-md-20 {
    margin: 2rem !important;
  }
  .m-md-24 {
    margin: 2.4rem !important;
  }
  .m-md-25 {
    margin: 2.5rem !important;
  }
  .m-md-30 {
    margin: 3rem !important;
  }
  .m-md-32 {
    margin: 3.2rem !important;
  }
  .m-md-35 {
    margin: 3.5rem !important;
  }
  .m-md-40 {
    margin: 4rem !important;
  }
  .m-md-45 {
    margin: 4.5rem !important;
  }
  .m-md-50 {
    margin: 5rem !important;
  }
  .m-md-55 {
    margin: 5.5rem !important;
  }
  .m-md-60 {
    margin: 6rem !important;
  }
  .m-md-65 {
    margin: 6.5rem !important;
  }
  .m-md-70 {
    margin: 7rem !important;
  }
  .m-md-75 {
    margin: 7.5rem !important;
  }
  .m-md-80 {
    margin: 8rem !important;
  }
  .m-md-85 {
    margin: 8.5rem !important;
  }
  .m-md-90 {
    margin: 9rem !important;
  }
  .m-md-95 {
    margin: 9.5rem !important;
  }
  .m-md-100 {
    margin: 10rem !important;
  }
  .m-md-105 {
    margin: 10.5rem !important;
  }
  .m-md-110 {
    margin: 11rem !important;
  }
  .m-md-115 {
    margin: 11.5rem !important;
  }
  .m-md-120 {
    margin: 12rem !important;
  }
  .m-md-125 {
    margin: 12.5rem !important;
  }
  .m-md-130 {
    margin: 13rem !important;
  }
  .m-md-135 {
    margin: 13.5rem !important;
  }
  .m-md-140 {
    margin: 14rem !important;
  }
  .m-md-145 {
    margin: 14.5rem !important;
  }
  .m-md-150 {
    margin: 15rem !important;
  }
  .m-md-155 {
    margin: 15.5rem !important;
  }
  .m-md-160 {
    margin: 16rem !important;
  }
  .m-md-165 {
    margin: 16.5rem !important;
  }
  .m-md-170 {
    margin: 17rem !important;
  }
  .m-md-175 {
    margin: 17.5rem !important;
  }
  .m-md-180 {
    margin: 18rem !important;
  }
  .m-md-185 {
    margin: 18.5rem !important;
  }
  .m-md-190 {
    margin: 19rem !important;
  }
  .m-md-195 {
    margin: 19.5rem !important;
  }
  .m-md-200 {
    margin: 20rem !important;
  }
  .m-md-275 {
    margin: 27.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }
  .mx-md-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-md-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .mx-md-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-md-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-md-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-md-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-md-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-md-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-md-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-md-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-md-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-md-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-md-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-md-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-md-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-md-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-md-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-md-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-md-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-md-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-md-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-md-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-md-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-md-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-275 {
    margin-right: 27.5rem !important;
    margin-left: 27.5rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .my-md-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-md-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .my-md-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-md-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-md-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-md-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-md-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-md-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-md-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-md-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-md-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-md-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-md-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-md-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-md-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-md-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-md-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-md-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-md-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-md-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-md-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-md-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-md-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-md-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-275 {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-3 {
    margin-top: 0.3rem !important;
  }
  .mt-md-5 {
    margin-top: 0.5rem !important;
  }
  .mt-md-10 {
    margin-top: 1rem !important;
  }
  .mt-md-12 {
    margin-top: 1.2rem !important;
  }
  .mt-md-15 {
    margin-top: 1.5rem !important;
  }
  .mt-md-16 {
    margin-top: 1.6rem !important;
  }
  .mt-md-18 {
    margin-top: 1.8rem !important;
  }
  .mt-md-20 {
    margin-top: 2rem !important;
  }
  .mt-md-24 {
    margin-top: 2.4rem !important;
  }
  .mt-md-25 {
    margin-top: 2.5rem !important;
  }
  .mt-md-30 {
    margin-top: 3rem !important;
  }
  .mt-md-32 {
    margin-top: 3.2rem !important;
  }
  .mt-md-35 {
    margin-top: 3.5rem !important;
  }
  .mt-md-40 {
    margin-top: 4rem !important;
  }
  .mt-md-45 {
    margin-top: 4.5rem !important;
  }
  .mt-md-50 {
    margin-top: 5rem !important;
  }
  .mt-md-55 {
    margin-top: 5.5rem !important;
  }
  .mt-md-60 {
    margin-top: 6rem !important;
  }
  .mt-md-65 {
    margin-top: 6.5rem !important;
  }
  .mt-md-70 {
    margin-top: 7rem !important;
  }
  .mt-md-75 {
    margin-top: 7.5rem !important;
  }
  .mt-md-80 {
    margin-top: 8rem !important;
  }
  .mt-md-85 {
    margin-top: 8.5rem !important;
  }
  .mt-md-90 {
    margin-top: 9rem !important;
  }
  .mt-md-95 {
    margin-top: 9.5rem !important;
  }
  .mt-md-100 {
    margin-top: 10rem !important;
  }
  .mt-md-105 {
    margin-top: 10.5rem !important;
  }
  .mt-md-110 {
    margin-top: 11rem !important;
  }
  .mt-md-115 {
    margin-top: 11.5rem !important;
  }
  .mt-md-120 {
    margin-top: 12rem !important;
  }
  .mt-md-125 {
    margin-top: 12.5rem !important;
  }
  .mt-md-130 {
    margin-top: 13rem !important;
  }
  .mt-md-135 {
    margin-top: 13.5rem !important;
  }
  .mt-md-140 {
    margin-top: 14rem !important;
  }
  .mt-md-145 {
    margin-top: 14.5rem !important;
  }
  .mt-md-150 {
    margin-top: 15rem !important;
  }
  .mt-md-155 {
    margin-top: 15.5rem !important;
  }
  .mt-md-160 {
    margin-top: 16rem !important;
  }
  .mt-md-165 {
    margin-top: 16.5rem !important;
  }
  .mt-md-170 {
    margin-top: 17rem !important;
  }
  .mt-md-175 {
    margin-top: 17.5rem !important;
  }
  .mt-md-180 {
    margin-top: 18rem !important;
  }
  .mt-md-185 {
    margin-top: 18.5rem !important;
  }
  .mt-md-190 {
    margin-top: 19rem !important;
  }
  .mt-md-195 {
    margin-top: 19.5rem !important;
  }
  .mt-md-200 {
    margin-top: 20rem !important;
  }
  .mt-md-275 {
    margin-top: 27.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-3 {
    margin-right: 0.3rem !important;
  }
  .me-md-5 {
    margin-right: 0.5rem !important;
  }
  .me-md-10 {
    margin-right: 1rem !important;
  }
  .me-md-12 {
    margin-right: 1.2rem !important;
  }
  .me-md-15 {
    margin-right: 1.5rem !important;
  }
  .me-md-16 {
    margin-right: 1.6rem !important;
  }
  .me-md-18 {
    margin-right: 1.8rem !important;
  }
  .me-md-20 {
    margin-right: 2rem !important;
  }
  .me-md-24 {
    margin-right: 2.4rem !important;
  }
  .me-md-25 {
    margin-right: 2.5rem !important;
  }
  .me-md-30 {
    margin-right: 3rem !important;
  }
  .me-md-32 {
    margin-right: 3.2rem !important;
  }
  .me-md-35 {
    margin-right: 3.5rem !important;
  }
  .me-md-40 {
    margin-right: 4rem !important;
  }
  .me-md-45 {
    margin-right: 4.5rem !important;
  }
  .me-md-50 {
    margin-right: 5rem !important;
  }
  .me-md-55 {
    margin-right: 5.5rem !important;
  }
  .me-md-60 {
    margin-right: 6rem !important;
  }
  .me-md-65 {
    margin-right: 6.5rem !important;
  }
  .me-md-70 {
    margin-right: 7rem !important;
  }
  .me-md-75 {
    margin-right: 7.5rem !important;
  }
  .me-md-80 {
    margin-right: 8rem !important;
  }
  .me-md-85 {
    margin-right: 8.5rem !important;
  }
  .me-md-90 {
    margin-right: 9rem !important;
  }
  .me-md-95 {
    margin-right: 9.5rem !important;
  }
  .me-md-100 {
    margin-right: 10rem !important;
  }
  .me-md-105 {
    margin-right: 10.5rem !important;
  }
  .me-md-110 {
    margin-right: 11rem !important;
  }
  .me-md-115 {
    margin-right: 11.5rem !important;
  }
  .me-md-120 {
    margin-right: 12rem !important;
  }
  .me-md-125 {
    margin-right: 12.5rem !important;
  }
  .me-md-130 {
    margin-right: 13rem !important;
  }
  .me-md-135 {
    margin-right: 13.5rem !important;
  }
  .me-md-140 {
    margin-right: 14rem !important;
  }
  .me-md-145 {
    margin-right: 14.5rem !important;
  }
  .me-md-150 {
    margin-right: 15rem !important;
  }
  .me-md-155 {
    margin-right: 15.5rem !important;
  }
  .me-md-160 {
    margin-right: 16rem !important;
  }
  .me-md-165 {
    margin-right: 16.5rem !important;
  }
  .me-md-170 {
    margin-right: 17rem !important;
  }
  .me-md-175 {
    margin-right: 17.5rem !important;
  }
  .me-md-180 {
    margin-right: 18rem !important;
  }
  .me-md-185 {
    margin-right: 18.5rem !important;
  }
  .me-md-190 {
    margin-right: 19rem !important;
  }
  .me-md-195 {
    margin-right: 19.5rem !important;
  }
  .me-md-200 {
    margin-right: 20rem !important;
  }
  .me-md-275 {
    margin-right: 27.5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-3 {
    margin-bottom: 0.3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 1rem !important;
  }
  .mb-md-12 {
    margin-bottom: 1.2rem !important;
  }
  .mb-md-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-16 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-18 {
    margin-bottom: 1.8rem !important;
  }
  .mb-md-20 {
    margin-bottom: 2rem !important;
  }
  .mb-md-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-30 {
    margin-bottom: 3rem !important;
  }
  .mb-md-32 {
    margin-bottom: 3.2rem !important;
  }
  .mb-md-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-40 {
    margin-bottom: 4rem !important;
  }
  .mb-md-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-50 {
    margin-bottom: 5rem !important;
  }
  .mb-md-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-60 {
    margin-bottom: 6rem !important;
  }
  .mb-md-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-70 {
    margin-bottom: 7rem !important;
  }
  .mb-md-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-80 {
    margin-bottom: 8rem !important;
  }
  .mb-md-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-md-90 {
    margin-bottom: 9rem !important;
  }
  .mb-md-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-md-100 {
    margin-bottom: 10rem !important;
  }
  .mb-md-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-md-110 {
    margin-bottom: 11rem !important;
  }
  .mb-md-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-md-120 {
    margin-bottom: 12rem !important;
  }
  .mb-md-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-130 {
    margin-bottom: 13rem !important;
  }
  .mb-md-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-md-140 {
    margin-bottom: 14rem !important;
  }
  .mb-md-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-md-150 {
    margin-bottom: 15rem !important;
  }
  .mb-md-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-md-160 {
    margin-bottom: 16rem !important;
  }
  .mb-md-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-md-170 {
    margin-bottom: 17rem !important;
  }
  .mb-md-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-md-180 {
    margin-bottom: 18rem !important;
  }
  .mb-md-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-md-190 {
    margin-bottom: 19rem !important;
  }
  .mb-md-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-md-200 {
    margin-bottom: 20rem !important;
  }
  .mb-md-275 {
    margin-bottom: 27.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-3 {
    margin-left: 0.3rem !important;
  }
  .ms-md-5 {
    margin-left: 0.5rem !important;
  }
  .ms-md-10 {
    margin-left: 1rem !important;
  }
  .ms-md-12 {
    margin-left: 1.2rem !important;
  }
  .ms-md-15 {
    margin-left: 1.5rem !important;
  }
  .ms-md-16 {
    margin-left: 1.6rem !important;
  }
  .ms-md-18 {
    margin-left: 1.8rem !important;
  }
  .ms-md-20 {
    margin-left: 2rem !important;
  }
  .ms-md-24 {
    margin-left: 2.4rem !important;
  }
  .ms-md-25 {
    margin-left: 2.5rem !important;
  }
  .ms-md-30 {
    margin-left: 3rem !important;
  }
  .ms-md-32 {
    margin-left: 3.2rem !important;
  }
  .ms-md-35 {
    margin-left: 3.5rem !important;
  }
  .ms-md-40 {
    margin-left: 4rem !important;
  }
  .ms-md-45 {
    margin-left: 4.5rem !important;
  }
  .ms-md-50 {
    margin-left: 5rem !important;
  }
  .ms-md-55 {
    margin-left: 5.5rem !important;
  }
  .ms-md-60 {
    margin-left: 6rem !important;
  }
  .ms-md-65 {
    margin-left: 6.5rem !important;
  }
  .ms-md-70 {
    margin-left: 7rem !important;
  }
  .ms-md-75 {
    margin-left: 7.5rem !important;
  }
  .ms-md-80 {
    margin-left: 8rem !important;
  }
  .ms-md-85 {
    margin-left: 8.5rem !important;
  }
  .ms-md-90 {
    margin-left: 9rem !important;
  }
  .ms-md-95 {
    margin-left: 9.5rem !important;
  }
  .ms-md-100 {
    margin-left: 10rem !important;
  }
  .ms-md-105 {
    margin-left: 10.5rem !important;
  }
  .ms-md-110 {
    margin-left: 11rem !important;
  }
  .ms-md-115 {
    margin-left: 11.5rem !important;
  }
  .ms-md-120 {
    margin-left: 12rem !important;
  }
  .ms-md-125 {
    margin-left: 12.5rem !important;
  }
  .ms-md-130 {
    margin-left: 13rem !important;
  }
  .ms-md-135 {
    margin-left: 13.5rem !important;
  }
  .ms-md-140 {
    margin-left: 14rem !important;
  }
  .ms-md-145 {
    margin-left: 14.5rem !important;
  }
  .ms-md-150 {
    margin-left: 15rem !important;
  }
  .ms-md-155 {
    margin-left: 15.5rem !important;
  }
  .ms-md-160 {
    margin-left: 16rem !important;
  }
  .ms-md-165 {
    margin-left: 16.5rem !important;
  }
  .ms-md-170 {
    margin-left: 17rem !important;
  }
  .ms-md-175 {
    margin-left: 17.5rem !important;
  }
  .ms-md-180 {
    margin-left: 18rem !important;
  }
  .ms-md-185 {
    margin-left: 18.5rem !important;
  }
  .ms-md-190 {
    margin-left: 19rem !important;
  }
  .ms-md-195 {
    margin-left: 19.5rem !important;
  }
  .ms-md-200 {
    margin-left: 20rem !important;
  }
  .ms-md-275 {
    margin-left: 27.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-3 {
    padding: 0.3rem !important;
  }
  .p-md-5 {
    padding: 0.5rem !important;
  }
  .p-md-10 {
    padding: 1rem !important;
  }
  .p-md-12 {
    padding: 1.2rem !important;
  }
  .p-md-15 {
    padding: 1.5rem !important;
  }
  .p-md-16 {
    padding: 1.6rem !important;
  }
  .p-md-18 {
    padding: 1.8rem !important;
  }
  .p-md-20 {
    padding: 2rem !important;
  }
  .p-md-24 {
    padding: 2.4rem !important;
  }
  .p-md-25 {
    padding: 2.5rem !important;
  }
  .p-md-30 {
    padding: 3rem !important;
  }
  .p-md-32 {
    padding: 3.2rem !important;
  }
  .p-md-35 {
    padding: 3.5rem !important;
  }
  .p-md-40 {
    padding: 4rem !important;
  }
  .p-md-45 {
    padding: 4.5rem !important;
  }
  .p-md-50 {
    padding: 5rem !important;
  }
  .p-md-55 {
    padding: 5.5rem !important;
  }
  .p-md-60 {
    padding: 6rem !important;
  }
  .p-md-65 {
    padding: 6.5rem !important;
  }
  .p-md-70 {
    padding: 7rem !important;
  }
  .p-md-75 {
    padding: 7.5rem !important;
  }
  .p-md-80 {
    padding: 8rem !important;
  }
  .p-md-85 {
    padding: 8.5rem !important;
  }
  .p-md-90 {
    padding: 9rem !important;
  }
  .p-md-95 {
    padding: 9.5rem !important;
  }
  .p-md-100 {
    padding: 10rem !important;
  }
  .p-md-105 {
    padding: 10.5rem !important;
  }
  .p-md-110 {
    padding: 11rem !important;
  }
  .p-md-115 {
    padding: 11.5rem !important;
  }
  .p-md-120 {
    padding: 12rem !important;
  }
  .p-md-125 {
    padding: 12.5rem !important;
  }
  .p-md-130 {
    padding: 13rem !important;
  }
  .p-md-135 {
    padding: 13.5rem !important;
  }
  .p-md-140 {
    padding: 14rem !important;
  }
  .p-md-145 {
    padding: 14.5rem !important;
  }
  .p-md-150 {
    padding: 15rem !important;
  }
  .p-md-155 {
    padding: 15.5rem !important;
  }
  .p-md-160 {
    padding: 16rem !important;
  }
  .p-md-165 {
    padding: 16.5rem !important;
  }
  .p-md-170 {
    padding: 17rem !important;
  }
  .p-md-175 {
    padding: 17.5rem !important;
  }
  .p-md-180 {
    padding: 18rem !important;
  }
  .p-md-185 {
    padding: 18.5rem !important;
  }
  .p-md-190 {
    padding: 19rem !important;
  }
  .p-md-195 {
    padding: 19.5rem !important;
  }
  .p-md-200 {
    padding: 20rem !important;
  }
  .p-md-275 {
    padding: 27.5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .px-md-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-md-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .px-md-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-md-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-md-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-md-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-md-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-md-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-md-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-md-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-md-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-md-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-md-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-md-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-md-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-md-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-md-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-md-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-md-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-md-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-md-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-md-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-md-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-md-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-md-275 {
    padding-right: 27.5rem !important;
    padding-left: 27.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .py-md-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-md-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .py-md-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-md-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-md-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-md-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-md-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-md-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-md-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-md-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-md-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-md-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-md-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-md-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-md-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-md-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-md-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-md-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-md-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-md-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-md-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-md-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-md-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-md-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-md-275 {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-3 {
    padding-top: 0.3rem !important;
  }
  .pt-md-5 {
    padding-top: 0.5rem !important;
  }
  .pt-md-10 {
    padding-top: 1rem !important;
  }
  .pt-md-12 {
    padding-top: 1.2rem !important;
  }
  .pt-md-15 {
    padding-top: 1.5rem !important;
  }
  .pt-md-16 {
    padding-top: 1.6rem !important;
  }
  .pt-md-18 {
    padding-top: 1.8rem !important;
  }
  .pt-md-20 {
    padding-top: 2rem !important;
  }
  .pt-md-24 {
    padding-top: 2.4rem !important;
  }
  .pt-md-25 {
    padding-top: 2.5rem !important;
  }
  .pt-md-30 {
    padding-top: 3rem !important;
  }
  .pt-md-32 {
    padding-top: 3.2rem !important;
  }
  .pt-md-35 {
    padding-top: 3.5rem !important;
  }
  .pt-md-40 {
    padding-top: 4rem !important;
  }
  .pt-md-45 {
    padding-top: 4.5rem !important;
  }
  .pt-md-50 {
    padding-top: 5rem !important;
  }
  .pt-md-55 {
    padding-top: 5.5rem !important;
  }
  .pt-md-60 {
    padding-top: 6rem !important;
  }
  .pt-md-65 {
    padding-top: 6.5rem !important;
  }
  .pt-md-70 {
    padding-top: 7rem !important;
  }
  .pt-md-75 {
    padding-top: 7.5rem !important;
  }
  .pt-md-80 {
    padding-top: 8rem !important;
  }
  .pt-md-85 {
    padding-top: 8.5rem !important;
  }
  .pt-md-90 {
    padding-top: 9rem !important;
  }
  .pt-md-95 {
    padding-top: 9.5rem !important;
  }
  .pt-md-100 {
    padding-top: 10rem !important;
  }
  .pt-md-105 {
    padding-top: 10.5rem !important;
  }
  .pt-md-110 {
    padding-top: 11rem !important;
  }
  .pt-md-115 {
    padding-top: 11.5rem !important;
  }
  .pt-md-120 {
    padding-top: 12rem !important;
  }
  .pt-md-125 {
    padding-top: 12.5rem !important;
  }
  .pt-md-130 {
    padding-top: 13rem !important;
  }
  .pt-md-135 {
    padding-top: 13.5rem !important;
  }
  .pt-md-140 {
    padding-top: 14rem !important;
  }
  .pt-md-145 {
    padding-top: 14.5rem !important;
  }
  .pt-md-150 {
    padding-top: 15rem !important;
  }
  .pt-md-155 {
    padding-top: 15.5rem !important;
  }
  .pt-md-160 {
    padding-top: 16rem !important;
  }
  .pt-md-165 {
    padding-top: 16.5rem !important;
  }
  .pt-md-170 {
    padding-top: 17rem !important;
  }
  .pt-md-175 {
    padding-top: 17.5rem !important;
  }
  .pt-md-180 {
    padding-top: 18rem !important;
  }
  .pt-md-185 {
    padding-top: 18.5rem !important;
  }
  .pt-md-190 {
    padding-top: 19rem !important;
  }
  .pt-md-195 {
    padding-top: 19.5rem !important;
  }
  .pt-md-200 {
    padding-top: 20rem !important;
  }
  .pt-md-275 {
    padding-top: 27.5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-3 {
    padding-right: 0.3rem !important;
  }
  .pe-md-5 {
    padding-right: 0.5rem !important;
  }
  .pe-md-10 {
    padding-right: 1rem !important;
  }
  .pe-md-12 {
    padding-right: 1.2rem !important;
  }
  .pe-md-15 {
    padding-right: 1.5rem !important;
  }
  .pe-md-16 {
    padding-right: 1.6rem !important;
  }
  .pe-md-18 {
    padding-right: 1.8rem !important;
  }
  .pe-md-20 {
    padding-right: 2rem !important;
  }
  .pe-md-24 {
    padding-right: 2.4rem !important;
  }
  .pe-md-25 {
    padding-right: 2.5rem !important;
  }
  .pe-md-30 {
    padding-right: 3rem !important;
  }
  .pe-md-32 {
    padding-right: 3.2rem !important;
  }
  .pe-md-35 {
    padding-right: 3.5rem !important;
  }
  .pe-md-40 {
    padding-right: 4rem !important;
  }
  .pe-md-45 {
    padding-right: 4.5rem !important;
  }
  .pe-md-50 {
    padding-right: 5rem !important;
  }
  .pe-md-55 {
    padding-right: 5.5rem !important;
  }
  .pe-md-60 {
    padding-right: 6rem !important;
  }
  .pe-md-65 {
    padding-right: 6.5rem !important;
  }
  .pe-md-70 {
    padding-right: 7rem !important;
  }
  .pe-md-75 {
    padding-right: 7.5rem !important;
  }
  .pe-md-80 {
    padding-right: 8rem !important;
  }
  .pe-md-85 {
    padding-right: 8.5rem !important;
  }
  .pe-md-90 {
    padding-right: 9rem !important;
  }
  .pe-md-95 {
    padding-right: 9.5rem !important;
  }
  .pe-md-100 {
    padding-right: 10rem !important;
  }
  .pe-md-105 {
    padding-right: 10.5rem !important;
  }
  .pe-md-110 {
    padding-right: 11rem !important;
  }
  .pe-md-115 {
    padding-right: 11.5rem !important;
  }
  .pe-md-120 {
    padding-right: 12rem !important;
  }
  .pe-md-125 {
    padding-right: 12.5rem !important;
  }
  .pe-md-130 {
    padding-right: 13rem !important;
  }
  .pe-md-135 {
    padding-right: 13.5rem !important;
  }
  .pe-md-140 {
    padding-right: 14rem !important;
  }
  .pe-md-145 {
    padding-right: 14.5rem !important;
  }
  .pe-md-150 {
    padding-right: 15rem !important;
  }
  .pe-md-155 {
    padding-right: 15.5rem !important;
  }
  .pe-md-160 {
    padding-right: 16rem !important;
  }
  .pe-md-165 {
    padding-right: 16.5rem !important;
  }
  .pe-md-170 {
    padding-right: 17rem !important;
  }
  .pe-md-175 {
    padding-right: 17.5rem !important;
  }
  .pe-md-180 {
    padding-right: 18rem !important;
  }
  .pe-md-185 {
    padding-right: 18.5rem !important;
  }
  .pe-md-190 {
    padding-right: 19rem !important;
  }
  .pe-md-195 {
    padding-right: 19.5rem !important;
  }
  .pe-md-200 {
    padding-right: 20rem !important;
  }
  .pe-md-275 {
    padding-right: 27.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-3 {
    padding-bottom: 0.3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 1rem !important;
  }
  .pb-md-12 {
    padding-bottom: 1.2rem !important;
  }
  .pb-md-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-16 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-18 {
    padding-bottom: 1.8rem !important;
  }
  .pb-md-20 {
    padding-bottom: 2rem !important;
  }
  .pb-md-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-30 {
    padding-bottom: 3rem !important;
  }
  .pb-md-32 {
    padding-bottom: 3.2rem !important;
  }
  .pb-md-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-40 {
    padding-bottom: 4rem !important;
  }
  .pb-md-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-50 {
    padding-bottom: 5rem !important;
  }
  .pb-md-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-60 {
    padding-bottom: 6rem !important;
  }
  .pb-md-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-70 {
    padding-bottom: 7rem !important;
  }
  .pb-md-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-80 {
    padding-bottom: 8rem !important;
  }
  .pb-md-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-md-90 {
    padding-bottom: 9rem !important;
  }
  .pb-md-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-md-100 {
    padding-bottom: 10rem !important;
  }
  .pb-md-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-md-110 {
    padding-bottom: 11rem !important;
  }
  .pb-md-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-md-120 {
    padding-bottom: 12rem !important;
  }
  .pb-md-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-md-130 {
    padding-bottom: 13rem !important;
  }
  .pb-md-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-md-140 {
    padding-bottom: 14rem !important;
  }
  .pb-md-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-md-150 {
    padding-bottom: 15rem !important;
  }
  .pb-md-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-md-160 {
    padding-bottom: 16rem !important;
  }
  .pb-md-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-md-170 {
    padding-bottom: 17rem !important;
  }
  .pb-md-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-md-180 {
    padding-bottom: 18rem !important;
  }
  .pb-md-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-md-190 {
    padding-bottom: 19rem !important;
  }
  .pb-md-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-md-200 {
    padding-bottom: 20rem !important;
  }
  .pb-md-275 {
    padding-bottom: 27.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-3 {
    padding-left: 0.3rem !important;
  }
  .ps-md-5 {
    padding-left: 0.5rem !important;
  }
  .ps-md-10 {
    padding-left: 1rem !important;
  }
  .ps-md-12 {
    padding-left: 1.2rem !important;
  }
  .ps-md-15 {
    padding-left: 1.5rem !important;
  }
  .ps-md-16 {
    padding-left: 1.6rem !important;
  }
  .ps-md-18 {
    padding-left: 1.8rem !important;
  }
  .ps-md-20 {
    padding-left: 2rem !important;
  }
  .ps-md-24 {
    padding-left: 2.4rem !important;
  }
  .ps-md-25 {
    padding-left: 2.5rem !important;
  }
  .ps-md-30 {
    padding-left: 3rem !important;
  }
  .ps-md-32 {
    padding-left: 3.2rem !important;
  }
  .ps-md-35 {
    padding-left: 3.5rem !important;
  }
  .ps-md-40 {
    padding-left: 4rem !important;
  }
  .ps-md-45 {
    padding-left: 4.5rem !important;
  }
  .ps-md-50 {
    padding-left: 5rem !important;
  }
  .ps-md-55 {
    padding-left: 5.5rem !important;
  }
  .ps-md-60 {
    padding-left: 6rem !important;
  }
  .ps-md-65 {
    padding-left: 6.5rem !important;
  }
  .ps-md-70 {
    padding-left: 7rem !important;
  }
  .ps-md-75 {
    padding-left: 7.5rem !important;
  }
  .ps-md-80 {
    padding-left: 8rem !important;
  }
  .ps-md-85 {
    padding-left: 8.5rem !important;
  }
  .ps-md-90 {
    padding-left: 9rem !important;
  }
  .ps-md-95 {
    padding-left: 9.5rem !important;
  }
  .ps-md-100 {
    padding-left: 10rem !important;
  }
  .ps-md-105 {
    padding-left: 10.5rem !important;
  }
  .ps-md-110 {
    padding-left: 11rem !important;
  }
  .ps-md-115 {
    padding-left: 11.5rem !important;
  }
  .ps-md-120 {
    padding-left: 12rem !important;
  }
  .ps-md-125 {
    padding-left: 12.5rem !important;
  }
  .ps-md-130 {
    padding-left: 13rem !important;
  }
  .ps-md-135 {
    padding-left: 13.5rem !important;
  }
  .ps-md-140 {
    padding-left: 14rem !important;
  }
  .ps-md-145 {
    padding-left: 14.5rem !important;
  }
  .ps-md-150 {
    padding-left: 15rem !important;
  }
  .ps-md-155 {
    padding-left: 15.5rem !important;
  }
  .ps-md-160 {
    padding-left: 16rem !important;
  }
  .ps-md-165 {
    padding-left: 16.5rem !important;
  }
  .ps-md-170 {
    padding-left: 17rem !important;
  }
  .ps-md-175 {
    padding-left: 17.5rem !important;
  }
  .ps-md-180 {
    padding-left: 18rem !important;
  }
  .ps-md-185 {
    padding-left: 18.5rem !important;
  }
  .ps-md-190 {
    padding-left: 19rem !important;
  }
  .ps-md-195 {
    padding-left: 19.5rem !important;
  }
  .ps-md-200 {
    padding-left: 20rem !important;
  }
  .ps-md-275 {
    padding-left: 27.5rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-3 {
    gap: 0.3rem !important;
  }
  .gap-md-5 {
    gap: 0.5rem !important;
  }
  .gap-md-10 {
    gap: 1rem !important;
  }
  .gap-md-12 {
    gap: 1.2rem !important;
  }
  .gap-md-15 {
    gap: 1.5rem !important;
  }
  .gap-md-16 {
    gap: 1.6rem !important;
  }
  .gap-md-18 {
    gap: 1.8rem !important;
  }
  .gap-md-20 {
    gap: 2rem !important;
  }
  .gap-md-24 {
    gap: 2.4rem !important;
  }
  .gap-md-25 {
    gap: 2.5rem !important;
  }
  .gap-md-30 {
    gap: 3rem !important;
  }
  .gap-md-32 {
    gap: 3.2rem !important;
  }
  .gap-md-35 {
    gap: 3.5rem !important;
  }
  .gap-md-40 {
    gap: 4rem !important;
  }
  .gap-md-45 {
    gap: 4.5rem !important;
  }
  .gap-md-50 {
    gap: 5rem !important;
  }
  .gap-md-55 {
    gap: 5.5rem !important;
  }
  .gap-md-60 {
    gap: 6rem !important;
  }
  .gap-md-65 {
    gap: 6.5rem !important;
  }
  .gap-md-70 {
    gap: 7rem !important;
  }
  .gap-md-75 {
    gap: 7.5rem !important;
  }
  .gap-md-80 {
    gap: 8rem !important;
  }
  .gap-md-85 {
    gap: 8.5rem !important;
  }
  .gap-md-90 {
    gap: 9rem !important;
  }
  .gap-md-95 {
    gap: 9.5rem !important;
  }
  .gap-md-100 {
    gap: 10rem !important;
  }
  .gap-md-105 {
    gap: 10.5rem !important;
  }
  .gap-md-110 {
    gap: 11rem !important;
  }
  .gap-md-115 {
    gap: 11.5rem !important;
  }
  .gap-md-120 {
    gap: 12rem !important;
  }
  .gap-md-125 {
    gap: 12.5rem !important;
  }
  .gap-md-130 {
    gap: 13rem !important;
  }
  .gap-md-135 {
    gap: 13.5rem !important;
  }
  .gap-md-140 {
    gap: 14rem !important;
  }
  .gap-md-145 {
    gap: 14.5rem !important;
  }
  .gap-md-150 {
    gap: 15rem !important;
  }
  .gap-md-155 {
    gap: 15.5rem !important;
  }
  .gap-md-160 {
    gap: 16rem !important;
  }
  .gap-md-165 {
    gap: 16.5rem !important;
  }
  .gap-md-170 {
    gap: 17rem !important;
  }
  .gap-md-175 {
    gap: 17.5rem !important;
  }
  .gap-md-180 {
    gap: 18rem !important;
  }
  .gap-md-185 {
    gap: 18.5rem !important;
  }
  .gap-md-190 {
    gap: 19rem !important;
  }
  .gap-md-195 {
    gap: 19.5rem !important;
  }
  .gap-md-200 {
    gap: 20rem !important;
  }
  .gap-md-275 {
    gap: 27.5rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-3 {
    margin: 0.3rem !important;
  }
  .m-lg-5 {
    margin: 0.5rem !important;
  }
  .m-lg-10 {
    margin: 1rem !important;
  }
  .m-lg-12 {
    margin: 1.2rem !important;
  }
  .m-lg-15 {
    margin: 1.5rem !important;
  }
  .m-lg-16 {
    margin: 1.6rem !important;
  }
  .m-lg-18 {
    margin: 1.8rem !important;
  }
  .m-lg-20 {
    margin: 2rem !important;
  }
  .m-lg-24 {
    margin: 2.4rem !important;
  }
  .m-lg-25 {
    margin: 2.5rem !important;
  }
  .m-lg-30 {
    margin: 3rem !important;
  }
  .m-lg-32 {
    margin: 3.2rem !important;
  }
  .m-lg-35 {
    margin: 3.5rem !important;
  }
  .m-lg-40 {
    margin: 4rem !important;
  }
  .m-lg-45 {
    margin: 4.5rem !important;
  }
  .m-lg-50 {
    margin: 5rem !important;
  }
  .m-lg-55 {
    margin: 5.5rem !important;
  }
  .m-lg-60 {
    margin: 6rem !important;
  }
  .m-lg-65 {
    margin: 6.5rem !important;
  }
  .m-lg-70 {
    margin: 7rem !important;
  }
  .m-lg-75 {
    margin: 7.5rem !important;
  }
  .m-lg-80 {
    margin: 8rem !important;
  }
  .m-lg-85 {
    margin: 8.5rem !important;
  }
  .m-lg-90 {
    margin: 9rem !important;
  }
  .m-lg-95 {
    margin: 9.5rem !important;
  }
  .m-lg-100 {
    margin: 10rem !important;
  }
  .m-lg-105 {
    margin: 10.5rem !important;
  }
  .m-lg-110 {
    margin: 11rem !important;
  }
  .m-lg-115 {
    margin: 11.5rem !important;
  }
  .m-lg-120 {
    margin: 12rem !important;
  }
  .m-lg-125 {
    margin: 12.5rem !important;
  }
  .m-lg-130 {
    margin: 13rem !important;
  }
  .m-lg-135 {
    margin: 13.5rem !important;
  }
  .m-lg-140 {
    margin: 14rem !important;
  }
  .m-lg-145 {
    margin: 14.5rem !important;
  }
  .m-lg-150 {
    margin: 15rem !important;
  }
  .m-lg-155 {
    margin: 15.5rem !important;
  }
  .m-lg-160 {
    margin: 16rem !important;
  }
  .m-lg-165 {
    margin: 16.5rem !important;
  }
  .m-lg-170 {
    margin: 17rem !important;
  }
  .m-lg-175 {
    margin: 17.5rem !important;
  }
  .m-lg-180 {
    margin: 18rem !important;
  }
  .m-lg-185 {
    margin: 18.5rem !important;
  }
  .m-lg-190 {
    margin: 19rem !important;
  }
  .m-lg-195 {
    margin: 19.5rem !important;
  }
  .m-lg-200 {
    margin: 20rem !important;
  }
  .m-lg-275 {
    margin: 27.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }
  .mx-lg-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-lg-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-lg-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .mx-lg-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-lg-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-lg-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-lg-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-lg-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-lg-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-lg-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-lg-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-lg-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-lg-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-lg-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-lg-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-lg-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-lg-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-lg-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-lg-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-lg-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-lg-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-lg-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-lg-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-lg-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-lg-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-275 {
    margin-right: 27.5rem !important;
    margin-left: 27.5rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .my-lg-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-lg-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .my-lg-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-lg-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-lg-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-lg-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-lg-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-lg-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-lg-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-lg-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-lg-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-lg-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-lg-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-lg-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-lg-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-lg-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-lg-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-lg-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-lg-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-lg-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-lg-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-lg-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-lg-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-lg-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-275 {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-3 {
    margin-top: 0.3rem !important;
  }
  .mt-lg-5 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 1rem !important;
  }
  .mt-lg-12 {
    margin-top: 1.2rem !important;
  }
  .mt-lg-15 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-16 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-18 {
    margin-top: 1.8rem !important;
  }
  .mt-lg-20 {
    margin-top: 2rem !important;
  }
  .mt-lg-24 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-25 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-30 {
    margin-top: 3rem !important;
  }
  .mt-lg-32 {
    margin-top: 3.2rem !important;
  }
  .mt-lg-35 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-40 {
    margin-top: 4rem !important;
  }
  .mt-lg-45 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-50 {
    margin-top: 5rem !important;
  }
  .mt-lg-55 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-60 {
    margin-top: 6rem !important;
  }
  .mt-lg-65 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-70 {
    margin-top: 7rem !important;
  }
  .mt-lg-75 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-80 {
    margin-top: 8rem !important;
  }
  .mt-lg-85 {
    margin-top: 8.5rem !important;
  }
  .mt-lg-90 {
    margin-top: 9rem !important;
  }
  .mt-lg-95 {
    margin-top: 9.5rem !important;
  }
  .mt-lg-100 {
    margin-top: 10rem !important;
  }
  .mt-lg-105 {
    margin-top: 10.5rem !important;
  }
  .mt-lg-110 {
    margin-top: 11rem !important;
  }
  .mt-lg-115 {
    margin-top: 11.5rem !important;
  }
  .mt-lg-120 {
    margin-top: 12rem !important;
  }
  .mt-lg-125 {
    margin-top: 12.5rem !important;
  }
  .mt-lg-130 {
    margin-top: 13rem !important;
  }
  .mt-lg-135 {
    margin-top: 13.5rem !important;
  }
  .mt-lg-140 {
    margin-top: 14rem !important;
  }
  .mt-lg-145 {
    margin-top: 14.5rem !important;
  }
  .mt-lg-150 {
    margin-top: 15rem !important;
  }
  .mt-lg-155 {
    margin-top: 15.5rem !important;
  }
  .mt-lg-160 {
    margin-top: 16rem !important;
  }
  .mt-lg-165 {
    margin-top: 16.5rem !important;
  }
  .mt-lg-170 {
    margin-top: 17rem !important;
  }
  .mt-lg-175 {
    margin-top: 17.5rem !important;
  }
  .mt-lg-180 {
    margin-top: 18rem !important;
  }
  .mt-lg-185 {
    margin-top: 18.5rem !important;
  }
  .mt-lg-190 {
    margin-top: 19rem !important;
  }
  .mt-lg-195 {
    margin-top: 19.5rem !important;
  }
  .mt-lg-200 {
    margin-top: 20rem !important;
  }
  .mt-lg-275 {
    margin-top: 27.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-3 {
    margin-right: 0.3rem !important;
  }
  .me-lg-5 {
    margin-right: 0.5rem !important;
  }
  .me-lg-10 {
    margin-right: 1rem !important;
  }
  .me-lg-12 {
    margin-right: 1.2rem !important;
  }
  .me-lg-15 {
    margin-right: 1.5rem !important;
  }
  .me-lg-16 {
    margin-right: 1.6rem !important;
  }
  .me-lg-18 {
    margin-right: 1.8rem !important;
  }
  .me-lg-20 {
    margin-right: 2rem !important;
  }
  .me-lg-24 {
    margin-right: 2.4rem !important;
  }
  .me-lg-25 {
    margin-right: 2.5rem !important;
  }
  .me-lg-30 {
    margin-right: 3rem !important;
  }
  .me-lg-32 {
    margin-right: 3.2rem !important;
  }
  .me-lg-35 {
    margin-right: 3.5rem !important;
  }
  .me-lg-40 {
    margin-right: 4rem !important;
  }
  .me-lg-45 {
    margin-right: 4.5rem !important;
  }
  .me-lg-50 {
    margin-right: 5rem !important;
  }
  .me-lg-55 {
    margin-right: 5.5rem !important;
  }
  .me-lg-60 {
    margin-right: 6rem !important;
  }
  .me-lg-65 {
    margin-right: 6.5rem !important;
  }
  .me-lg-70 {
    margin-right: 7rem !important;
  }
  .me-lg-75 {
    margin-right: 7.5rem !important;
  }
  .me-lg-80 {
    margin-right: 8rem !important;
  }
  .me-lg-85 {
    margin-right: 8.5rem !important;
  }
  .me-lg-90 {
    margin-right: 9rem !important;
  }
  .me-lg-95 {
    margin-right: 9.5rem !important;
  }
  .me-lg-100 {
    margin-right: 10rem !important;
  }
  .me-lg-105 {
    margin-right: 10.5rem !important;
  }
  .me-lg-110 {
    margin-right: 11rem !important;
  }
  .me-lg-115 {
    margin-right: 11.5rem !important;
  }
  .me-lg-120 {
    margin-right: 12rem !important;
  }
  .me-lg-125 {
    margin-right: 12.5rem !important;
  }
  .me-lg-130 {
    margin-right: 13rem !important;
  }
  .me-lg-135 {
    margin-right: 13.5rem !important;
  }
  .me-lg-140 {
    margin-right: 14rem !important;
  }
  .me-lg-145 {
    margin-right: 14.5rem !important;
  }
  .me-lg-150 {
    margin-right: 15rem !important;
  }
  .me-lg-155 {
    margin-right: 15.5rem !important;
  }
  .me-lg-160 {
    margin-right: 16rem !important;
  }
  .me-lg-165 {
    margin-right: 16.5rem !important;
  }
  .me-lg-170 {
    margin-right: 17rem !important;
  }
  .me-lg-175 {
    margin-right: 17.5rem !important;
  }
  .me-lg-180 {
    margin-right: 18rem !important;
  }
  .me-lg-185 {
    margin-right: 18.5rem !important;
  }
  .me-lg-190 {
    margin-right: 19rem !important;
  }
  .me-lg-195 {
    margin-right: 19.5rem !important;
  }
  .me-lg-200 {
    margin-right: 20rem !important;
  }
  .me-lg-275 {
    margin-right: 27.5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 1.2rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 1.8rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-32 {
    margin-bottom: 3.2rem !important;
  }
  .mb-lg-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-70 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-lg-90 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-lg-110 {
    margin-bottom: 11rem !important;
  }
  .mb-lg-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-lg-120 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-130 {
    margin-bottom: 13rem !important;
  }
  .mb-lg-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-lg-140 {
    margin-bottom: 14rem !important;
  }
  .mb-lg-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-lg-150 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-lg-160 {
    margin-bottom: 16rem !important;
  }
  .mb-lg-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-lg-170 {
    margin-bottom: 17rem !important;
  }
  .mb-lg-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-lg-180 {
    margin-bottom: 18rem !important;
  }
  .mb-lg-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-lg-190 {
    margin-bottom: 19rem !important;
  }
  .mb-lg-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-lg-200 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-275 {
    margin-bottom: 27.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-3 {
    margin-left: 0.3rem !important;
  }
  .ms-lg-5 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 1rem !important;
  }
  .ms-lg-12 {
    margin-left: 1.2rem !important;
  }
  .ms-lg-15 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-16 {
    margin-left: 1.6rem !important;
  }
  .ms-lg-18 {
    margin-left: 1.8rem !important;
  }
  .ms-lg-20 {
    margin-left: 2rem !important;
  }
  .ms-lg-24 {
    margin-left: 2.4rem !important;
  }
  .ms-lg-25 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-30 {
    margin-left: 3rem !important;
  }
  .ms-lg-32 {
    margin-left: 3.2rem !important;
  }
  .ms-lg-35 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-40 {
    margin-left: 4rem !important;
  }
  .ms-lg-45 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-50 {
    margin-left: 5rem !important;
  }
  .ms-lg-55 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-60 {
    margin-left: 6rem !important;
  }
  .ms-lg-65 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-70 {
    margin-left: 7rem !important;
  }
  .ms-lg-75 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-80 {
    margin-left: 8rem !important;
  }
  .ms-lg-85 {
    margin-left: 8.5rem !important;
  }
  .ms-lg-90 {
    margin-left: 9rem !important;
  }
  .ms-lg-95 {
    margin-left: 9.5rem !important;
  }
  .ms-lg-100 {
    margin-left: 10rem !important;
  }
  .ms-lg-105 {
    margin-left: 10.5rem !important;
  }
  .ms-lg-110 {
    margin-left: 11rem !important;
  }
  .ms-lg-115 {
    margin-left: 11.5rem !important;
  }
  .ms-lg-120 {
    margin-left: 12rem !important;
  }
  .ms-lg-125 {
    margin-left: 12.5rem !important;
  }
  .ms-lg-130 {
    margin-left: 13rem !important;
  }
  .ms-lg-135 {
    margin-left: 13.5rem !important;
  }
  .ms-lg-140 {
    margin-left: 14rem !important;
  }
  .ms-lg-145 {
    margin-left: 14.5rem !important;
  }
  .ms-lg-150 {
    margin-left: 15rem !important;
  }
  .ms-lg-155 {
    margin-left: 15.5rem !important;
  }
  .ms-lg-160 {
    margin-left: 16rem !important;
  }
  .ms-lg-165 {
    margin-left: 16.5rem !important;
  }
  .ms-lg-170 {
    margin-left: 17rem !important;
  }
  .ms-lg-175 {
    margin-left: 17.5rem !important;
  }
  .ms-lg-180 {
    margin-left: 18rem !important;
  }
  .ms-lg-185 {
    margin-left: 18.5rem !important;
  }
  .ms-lg-190 {
    margin-left: 19rem !important;
  }
  .ms-lg-195 {
    margin-left: 19.5rem !important;
  }
  .ms-lg-200 {
    margin-left: 20rem !important;
  }
  .ms-lg-275 {
    margin-left: 27.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-3 {
    padding: 0.3rem !important;
  }
  .p-lg-5 {
    padding: 0.5rem !important;
  }
  .p-lg-10 {
    padding: 1rem !important;
  }
  .p-lg-12 {
    padding: 1.2rem !important;
  }
  .p-lg-15 {
    padding: 1.5rem !important;
  }
  .p-lg-16 {
    padding: 1.6rem !important;
  }
  .p-lg-18 {
    padding: 1.8rem !important;
  }
  .p-lg-20 {
    padding: 2rem !important;
  }
  .p-lg-24 {
    padding: 2.4rem !important;
  }
  .p-lg-25 {
    padding: 2.5rem !important;
  }
  .p-lg-30 {
    padding: 3rem !important;
  }
  .p-lg-32 {
    padding: 3.2rem !important;
  }
  .p-lg-35 {
    padding: 3.5rem !important;
  }
  .p-lg-40 {
    padding: 4rem !important;
  }
  .p-lg-45 {
    padding: 4.5rem !important;
  }
  .p-lg-50 {
    padding: 5rem !important;
  }
  .p-lg-55 {
    padding: 5.5rem !important;
  }
  .p-lg-60 {
    padding: 6rem !important;
  }
  .p-lg-65 {
    padding: 6.5rem !important;
  }
  .p-lg-70 {
    padding: 7rem !important;
  }
  .p-lg-75 {
    padding: 7.5rem !important;
  }
  .p-lg-80 {
    padding: 8rem !important;
  }
  .p-lg-85 {
    padding: 8.5rem !important;
  }
  .p-lg-90 {
    padding: 9rem !important;
  }
  .p-lg-95 {
    padding: 9.5rem !important;
  }
  .p-lg-100 {
    padding: 10rem !important;
  }
  .p-lg-105 {
    padding: 10.5rem !important;
  }
  .p-lg-110 {
    padding: 11rem !important;
  }
  .p-lg-115 {
    padding: 11.5rem !important;
  }
  .p-lg-120 {
    padding: 12rem !important;
  }
  .p-lg-125 {
    padding: 12.5rem !important;
  }
  .p-lg-130 {
    padding: 13rem !important;
  }
  .p-lg-135 {
    padding: 13.5rem !important;
  }
  .p-lg-140 {
    padding: 14rem !important;
  }
  .p-lg-145 {
    padding: 14.5rem !important;
  }
  .p-lg-150 {
    padding: 15rem !important;
  }
  .p-lg-155 {
    padding: 15.5rem !important;
  }
  .p-lg-160 {
    padding: 16rem !important;
  }
  .p-lg-165 {
    padding: 16.5rem !important;
  }
  .p-lg-170 {
    padding: 17rem !important;
  }
  .p-lg-175 {
    padding: 17.5rem !important;
  }
  .p-lg-180 {
    padding: 18rem !important;
  }
  .p-lg-185 {
    padding: 18.5rem !important;
  }
  .p-lg-190 {
    padding: 19rem !important;
  }
  .p-lg-195 {
    padding: 19.5rem !important;
  }
  .p-lg-200 {
    padding: 20rem !important;
  }
  .p-lg-275 {
    padding: 27.5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .px-lg-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-lg-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-lg-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .px-lg-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-lg-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-lg-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-lg-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-lg-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-lg-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-lg-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-lg-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-lg-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-lg-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-lg-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-lg-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-lg-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-lg-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-lg-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-lg-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-lg-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-lg-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-lg-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-lg-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-lg-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-lg-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-lg-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-lg-275 {
    padding-right: 27.5rem !important;
    padding-left: 27.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .py-lg-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-lg-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .py-lg-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-lg-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-lg-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-lg-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-lg-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-lg-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-lg-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-lg-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-lg-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-lg-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-lg-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-lg-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-lg-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-lg-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-lg-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-lg-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-lg-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-lg-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-lg-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-lg-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-lg-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-lg-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-lg-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-lg-275 {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-3 {
    padding-top: 0.3rem !important;
  }
  .pt-lg-5 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 1rem !important;
  }
  .pt-lg-12 {
    padding-top: 1.2rem !important;
  }
  .pt-lg-15 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-16 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-18 {
    padding-top: 1.8rem !important;
  }
  .pt-lg-20 {
    padding-top: 2rem !important;
  }
  .pt-lg-24 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-25 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-30 {
    padding-top: 3rem !important;
  }
  .pt-lg-32 {
    padding-top: 3.2rem !important;
  }
  .pt-lg-35 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-40 {
    padding-top: 4rem !important;
  }
  .pt-lg-45 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-50 {
    padding-top: 5rem !important;
  }
  .pt-lg-55 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-60 {
    padding-top: 6rem !important;
  }
  .pt-lg-65 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-70 {
    padding-top: 7rem !important;
  }
  .pt-lg-75 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-80 {
    padding-top: 8rem !important;
  }
  .pt-lg-85 {
    padding-top: 8.5rem !important;
  }
  .pt-lg-90 {
    padding-top: 9rem !important;
  }
  .pt-lg-95 {
    padding-top: 9.5rem !important;
  }
  .pt-lg-100 {
    padding-top: 10rem !important;
  }
  .pt-lg-105 {
    padding-top: 10.5rem !important;
  }
  .pt-lg-110 {
    padding-top: 11rem !important;
  }
  .pt-lg-115 {
    padding-top: 11.5rem !important;
  }
  .pt-lg-120 {
    padding-top: 12rem !important;
  }
  .pt-lg-125 {
    padding-top: 12.5rem !important;
  }
  .pt-lg-130 {
    padding-top: 13rem !important;
  }
  .pt-lg-135 {
    padding-top: 13.5rem !important;
  }
  .pt-lg-140 {
    padding-top: 14rem !important;
  }
  .pt-lg-145 {
    padding-top: 14.5rem !important;
  }
  .pt-lg-150 {
    padding-top: 15rem !important;
  }
  .pt-lg-155 {
    padding-top: 15.5rem !important;
  }
  .pt-lg-160 {
    padding-top: 16rem !important;
  }
  .pt-lg-165 {
    padding-top: 16.5rem !important;
  }
  .pt-lg-170 {
    padding-top: 17rem !important;
  }
  .pt-lg-175 {
    padding-top: 17.5rem !important;
  }
  .pt-lg-180 {
    padding-top: 18rem !important;
  }
  .pt-lg-185 {
    padding-top: 18.5rem !important;
  }
  .pt-lg-190 {
    padding-top: 19rem !important;
  }
  .pt-lg-195 {
    padding-top: 19.5rem !important;
  }
  .pt-lg-200 {
    padding-top: 20rem !important;
  }
  .pt-lg-275 {
    padding-top: 27.5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-3 {
    padding-right: 0.3rem !important;
  }
  .pe-lg-5 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 1rem !important;
  }
  .pe-lg-12 {
    padding-right: 1.2rem !important;
  }
  .pe-lg-15 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-16 {
    padding-right: 1.6rem !important;
  }
  .pe-lg-18 {
    padding-right: 1.8rem !important;
  }
  .pe-lg-20 {
    padding-right: 2rem !important;
  }
  .pe-lg-24 {
    padding-right: 2.4rem !important;
  }
  .pe-lg-25 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-30 {
    padding-right: 3rem !important;
  }
  .pe-lg-32 {
    padding-right: 3.2rem !important;
  }
  .pe-lg-35 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-40 {
    padding-right: 4rem !important;
  }
  .pe-lg-45 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-50 {
    padding-right: 5rem !important;
  }
  .pe-lg-55 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-60 {
    padding-right: 6rem !important;
  }
  .pe-lg-65 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-70 {
    padding-right: 7rem !important;
  }
  .pe-lg-75 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-80 {
    padding-right: 8rem !important;
  }
  .pe-lg-85 {
    padding-right: 8.5rem !important;
  }
  .pe-lg-90 {
    padding-right: 9rem !important;
  }
  .pe-lg-95 {
    padding-right: 9.5rem !important;
  }
  .pe-lg-100 {
    padding-right: 10rem !important;
  }
  .pe-lg-105 {
    padding-right: 10.5rem !important;
  }
  .pe-lg-110 {
    padding-right: 11rem !important;
  }
  .pe-lg-115 {
    padding-right: 11.5rem !important;
  }
  .pe-lg-120 {
    padding-right: 12rem !important;
  }
  .pe-lg-125 {
    padding-right: 12.5rem !important;
  }
  .pe-lg-130 {
    padding-right: 13rem !important;
  }
  .pe-lg-135 {
    padding-right: 13.5rem !important;
  }
  .pe-lg-140 {
    padding-right: 14rem !important;
  }
  .pe-lg-145 {
    padding-right: 14.5rem !important;
  }
  .pe-lg-150 {
    padding-right: 15rem !important;
  }
  .pe-lg-155 {
    padding-right: 15.5rem !important;
  }
  .pe-lg-160 {
    padding-right: 16rem !important;
  }
  .pe-lg-165 {
    padding-right: 16.5rem !important;
  }
  .pe-lg-170 {
    padding-right: 17rem !important;
  }
  .pe-lg-175 {
    padding-right: 17.5rem !important;
  }
  .pe-lg-180 {
    padding-right: 18rem !important;
  }
  .pe-lg-185 {
    padding-right: 18.5rem !important;
  }
  .pe-lg-190 {
    padding-right: 19rem !important;
  }
  .pe-lg-195 {
    padding-right: 19.5rem !important;
  }
  .pe-lg-200 {
    padding-right: 20rem !important;
  }
  .pe-lg-275 {
    padding-right: 27.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 1.2rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 1.8rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-32 {
    padding-bottom: 3.2rem !important;
  }
  .pb-lg-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-70 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-lg-90 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-lg-110 {
    padding-bottom: 11rem !important;
  }
  .pb-lg-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-lg-120 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-lg-130 {
    padding-bottom: 13rem !important;
  }
  .pb-lg-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-lg-140 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-lg-150 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-lg-160 {
    padding-bottom: 16rem !important;
  }
  .pb-lg-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-lg-170 {
    padding-bottom: 17rem !important;
  }
  .pb-lg-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-lg-180 {
    padding-bottom: 18rem !important;
  }
  .pb-lg-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-lg-190 {
    padding-bottom: 19rem !important;
  }
  .pb-lg-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-lg-200 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-275 {
    padding-bottom: 27.5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-3 {
    padding-left: 0.3rem !important;
  }
  .ps-lg-5 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 1rem !important;
  }
  .ps-lg-12 {
    padding-left: 1.2rem !important;
  }
  .ps-lg-15 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-16 {
    padding-left: 1.6rem !important;
  }
  .ps-lg-18 {
    padding-left: 1.8rem !important;
  }
  .ps-lg-20 {
    padding-left: 2rem !important;
  }
  .ps-lg-24 {
    padding-left: 2.4rem !important;
  }
  .ps-lg-25 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-30 {
    padding-left: 3rem !important;
  }
  .ps-lg-32 {
    padding-left: 3.2rem !important;
  }
  .ps-lg-35 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-40 {
    padding-left: 4rem !important;
  }
  .ps-lg-45 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-50 {
    padding-left: 5rem !important;
  }
  .ps-lg-55 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-60 {
    padding-left: 6rem !important;
  }
  .ps-lg-65 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-70 {
    padding-left: 7rem !important;
  }
  .ps-lg-75 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-80 {
    padding-left: 8rem !important;
  }
  .ps-lg-85 {
    padding-left: 8.5rem !important;
  }
  .ps-lg-90 {
    padding-left: 9rem !important;
  }
  .ps-lg-95 {
    padding-left: 9.5rem !important;
  }
  .ps-lg-100 {
    padding-left: 10rem !important;
  }
  .ps-lg-105 {
    padding-left: 10.5rem !important;
  }
  .ps-lg-110 {
    padding-left: 11rem !important;
  }
  .ps-lg-115 {
    padding-left: 11.5rem !important;
  }
  .ps-lg-120 {
    padding-left: 12rem !important;
  }
  .ps-lg-125 {
    padding-left: 12.5rem !important;
  }
  .ps-lg-130 {
    padding-left: 13rem !important;
  }
  .ps-lg-135 {
    padding-left: 13.5rem !important;
  }
  .ps-lg-140 {
    padding-left: 14rem !important;
  }
  .ps-lg-145 {
    padding-left: 14.5rem !important;
  }
  .ps-lg-150 {
    padding-left: 15rem !important;
  }
  .ps-lg-155 {
    padding-left: 15.5rem !important;
  }
  .ps-lg-160 {
    padding-left: 16rem !important;
  }
  .ps-lg-165 {
    padding-left: 16.5rem !important;
  }
  .ps-lg-170 {
    padding-left: 17rem !important;
  }
  .ps-lg-175 {
    padding-left: 17.5rem !important;
  }
  .ps-lg-180 {
    padding-left: 18rem !important;
  }
  .ps-lg-185 {
    padding-left: 18.5rem !important;
  }
  .ps-lg-190 {
    padding-left: 19rem !important;
  }
  .ps-lg-195 {
    padding-left: 19.5rem !important;
  }
  .ps-lg-200 {
    padding-left: 20rem !important;
  }
  .ps-lg-275 {
    padding-left: 27.5rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-3 {
    gap: 0.3rem !important;
  }
  .gap-lg-5 {
    gap: 0.5rem !important;
  }
  .gap-lg-10 {
    gap: 1rem !important;
  }
  .gap-lg-12 {
    gap: 1.2rem !important;
  }
  .gap-lg-15 {
    gap: 1.5rem !important;
  }
  .gap-lg-16 {
    gap: 1.6rem !important;
  }
  .gap-lg-18 {
    gap: 1.8rem !important;
  }
  .gap-lg-20 {
    gap: 2rem !important;
  }
  .gap-lg-24 {
    gap: 2.4rem !important;
  }
  .gap-lg-25 {
    gap: 2.5rem !important;
  }
  .gap-lg-30 {
    gap: 3rem !important;
  }
  .gap-lg-32 {
    gap: 3.2rem !important;
  }
  .gap-lg-35 {
    gap: 3.5rem !important;
  }
  .gap-lg-40 {
    gap: 4rem !important;
  }
  .gap-lg-45 {
    gap: 4.5rem !important;
  }
  .gap-lg-50 {
    gap: 5rem !important;
  }
  .gap-lg-55 {
    gap: 5.5rem !important;
  }
  .gap-lg-60 {
    gap: 6rem !important;
  }
  .gap-lg-65 {
    gap: 6.5rem !important;
  }
  .gap-lg-70 {
    gap: 7rem !important;
  }
  .gap-lg-75 {
    gap: 7.5rem !important;
  }
  .gap-lg-80 {
    gap: 8rem !important;
  }
  .gap-lg-85 {
    gap: 8.5rem !important;
  }
  .gap-lg-90 {
    gap: 9rem !important;
  }
  .gap-lg-95 {
    gap: 9.5rem !important;
  }
  .gap-lg-100 {
    gap: 10rem !important;
  }
  .gap-lg-105 {
    gap: 10.5rem !important;
  }
  .gap-lg-110 {
    gap: 11rem !important;
  }
  .gap-lg-115 {
    gap: 11.5rem !important;
  }
  .gap-lg-120 {
    gap: 12rem !important;
  }
  .gap-lg-125 {
    gap: 12.5rem !important;
  }
  .gap-lg-130 {
    gap: 13rem !important;
  }
  .gap-lg-135 {
    gap: 13.5rem !important;
  }
  .gap-lg-140 {
    gap: 14rem !important;
  }
  .gap-lg-145 {
    gap: 14.5rem !important;
  }
  .gap-lg-150 {
    gap: 15rem !important;
  }
  .gap-lg-155 {
    gap: 15.5rem !important;
  }
  .gap-lg-160 {
    gap: 16rem !important;
  }
  .gap-lg-165 {
    gap: 16.5rem !important;
  }
  .gap-lg-170 {
    gap: 17rem !important;
  }
  .gap-lg-175 {
    gap: 17.5rem !important;
  }
  .gap-lg-180 {
    gap: 18rem !important;
  }
  .gap-lg-185 {
    gap: 18.5rem !important;
  }
  .gap-lg-190 {
    gap: 19rem !important;
  }
  .gap-lg-195 {
    gap: 19.5rem !important;
  }
  .gap-lg-200 {
    gap: 20rem !important;
  }
  .gap-lg-275 {
    gap: 27.5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-3 {
    margin: 0.3rem !important;
  }
  .m-xl-5 {
    margin: 0.5rem !important;
  }
  .m-xl-10 {
    margin: 1rem !important;
  }
  .m-xl-12 {
    margin: 1.2rem !important;
  }
  .m-xl-15 {
    margin: 1.5rem !important;
  }
  .m-xl-16 {
    margin: 1.6rem !important;
  }
  .m-xl-18 {
    margin: 1.8rem !important;
  }
  .m-xl-20 {
    margin: 2rem !important;
  }
  .m-xl-24 {
    margin: 2.4rem !important;
  }
  .m-xl-25 {
    margin: 2.5rem !important;
  }
  .m-xl-30 {
    margin: 3rem !important;
  }
  .m-xl-32 {
    margin: 3.2rem !important;
  }
  .m-xl-35 {
    margin: 3.5rem !important;
  }
  .m-xl-40 {
    margin: 4rem !important;
  }
  .m-xl-45 {
    margin: 4.5rem !important;
  }
  .m-xl-50 {
    margin: 5rem !important;
  }
  .m-xl-55 {
    margin: 5.5rem !important;
  }
  .m-xl-60 {
    margin: 6rem !important;
  }
  .m-xl-65 {
    margin: 6.5rem !important;
  }
  .m-xl-70 {
    margin: 7rem !important;
  }
  .m-xl-75 {
    margin: 7.5rem !important;
  }
  .m-xl-80 {
    margin: 8rem !important;
  }
  .m-xl-85 {
    margin: 8.5rem !important;
  }
  .m-xl-90 {
    margin: 9rem !important;
  }
  .m-xl-95 {
    margin: 9.5rem !important;
  }
  .m-xl-100 {
    margin: 10rem !important;
  }
  .m-xl-105 {
    margin: 10.5rem !important;
  }
  .m-xl-110 {
    margin: 11rem !important;
  }
  .m-xl-115 {
    margin: 11.5rem !important;
  }
  .m-xl-120 {
    margin: 12rem !important;
  }
  .m-xl-125 {
    margin: 12.5rem !important;
  }
  .m-xl-130 {
    margin: 13rem !important;
  }
  .m-xl-135 {
    margin: 13.5rem !important;
  }
  .m-xl-140 {
    margin: 14rem !important;
  }
  .m-xl-145 {
    margin: 14.5rem !important;
  }
  .m-xl-150 {
    margin: 15rem !important;
  }
  .m-xl-155 {
    margin: 15.5rem !important;
  }
  .m-xl-160 {
    margin: 16rem !important;
  }
  .m-xl-165 {
    margin: 16.5rem !important;
  }
  .m-xl-170 {
    margin: 17rem !important;
  }
  .m-xl-175 {
    margin: 17.5rem !important;
  }
  .m-xl-180 {
    margin: 18rem !important;
  }
  .m-xl-185 {
    margin: 18.5rem !important;
  }
  .m-xl-190 {
    margin: 19rem !important;
  }
  .m-xl-195 {
    margin: 19.5rem !important;
  }
  .m-xl-200 {
    margin: 20rem !important;
  }
  .m-xl-275 {
    margin: 27.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }
  .mx-xl-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-xl-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xl-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .mx-xl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xl-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xl-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xl-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xl-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xl-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xl-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xl-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-xl-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-xl-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xl-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-xl-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xl-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-xl-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xl-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-xl-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xl-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-xl-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xl-275 {
    margin-right: 27.5rem !important;
    margin-left: 27.5rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .my-xl-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xl-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .my-xl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xl-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xl-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xl-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xl-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xl-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xl-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xl-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-xl-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-xl-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xl-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-xl-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xl-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-xl-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xl-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-xl-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xl-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-xl-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-275 {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-3 {
    margin-top: 0.3rem !important;
  }
  .mt-xl-5 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 1rem !important;
  }
  .mt-xl-12 {
    margin-top: 1.2rem !important;
  }
  .mt-xl-15 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-16 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-18 {
    margin-top: 1.8rem !important;
  }
  .mt-xl-20 {
    margin-top: 2rem !important;
  }
  .mt-xl-24 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-25 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-30 {
    margin-top: 3rem !important;
  }
  .mt-xl-32 {
    margin-top: 3.2rem !important;
  }
  .mt-xl-35 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-40 {
    margin-top: 4rem !important;
  }
  .mt-xl-45 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-50 {
    margin-top: 5rem !important;
  }
  .mt-xl-55 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-60 {
    margin-top: 6rem !important;
  }
  .mt-xl-65 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-70 {
    margin-top: 7rem !important;
  }
  .mt-xl-75 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-80 {
    margin-top: 8rem !important;
  }
  .mt-xl-85 {
    margin-top: 8.5rem !important;
  }
  .mt-xl-90 {
    margin-top: 9rem !important;
  }
  .mt-xl-95 {
    margin-top: 9.5rem !important;
  }
  .mt-xl-100 {
    margin-top: 10rem !important;
  }
  .mt-xl-105 {
    margin-top: 10.5rem !important;
  }
  .mt-xl-110 {
    margin-top: 11rem !important;
  }
  .mt-xl-115 {
    margin-top: 11.5rem !important;
  }
  .mt-xl-120 {
    margin-top: 12rem !important;
  }
  .mt-xl-125 {
    margin-top: 12.5rem !important;
  }
  .mt-xl-130 {
    margin-top: 13rem !important;
  }
  .mt-xl-135 {
    margin-top: 13.5rem !important;
  }
  .mt-xl-140 {
    margin-top: 14rem !important;
  }
  .mt-xl-145 {
    margin-top: 14.5rem !important;
  }
  .mt-xl-150 {
    margin-top: 15rem !important;
  }
  .mt-xl-155 {
    margin-top: 15.5rem !important;
  }
  .mt-xl-160 {
    margin-top: 16rem !important;
  }
  .mt-xl-165 {
    margin-top: 16.5rem !important;
  }
  .mt-xl-170 {
    margin-top: 17rem !important;
  }
  .mt-xl-175 {
    margin-top: 17.5rem !important;
  }
  .mt-xl-180 {
    margin-top: 18rem !important;
  }
  .mt-xl-185 {
    margin-top: 18.5rem !important;
  }
  .mt-xl-190 {
    margin-top: 19rem !important;
  }
  .mt-xl-195 {
    margin-top: 19.5rem !important;
  }
  .mt-xl-200 {
    margin-top: 20rem !important;
  }
  .mt-xl-275 {
    margin-top: 27.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-3 {
    margin-right: 0.3rem !important;
  }
  .me-xl-5 {
    margin-right: 0.5rem !important;
  }
  .me-xl-10 {
    margin-right: 1rem !important;
  }
  .me-xl-12 {
    margin-right: 1.2rem !important;
  }
  .me-xl-15 {
    margin-right: 1.5rem !important;
  }
  .me-xl-16 {
    margin-right: 1.6rem !important;
  }
  .me-xl-18 {
    margin-right: 1.8rem !important;
  }
  .me-xl-20 {
    margin-right: 2rem !important;
  }
  .me-xl-24 {
    margin-right: 2.4rem !important;
  }
  .me-xl-25 {
    margin-right: 2.5rem !important;
  }
  .me-xl-30 {
    margin-right: 3rem !important;
  }
  .me-xl-32 {
    margin-right: 3.2rem !important;
  }
  .me-xl-35 {
    margin-right: 3.5rem !important;
  }
  .me-xl-40 {
    margin-right: 4rem !important;
  }
  .me-xl-45 {
    margin-right: 4.5rem !important;
  }
  .me-xl-50 {
    margin-right: 5rem !important;
  }
  .me-xl-55 {
    margin-right: 5.5rem !important;
  }
  .me-xl-60 {
    margin-right: 6rem !important;
  }
  .me-xl-65 {
    margin-right: 6.5rem !important;
  }
  .me-xl-70 {
    margin-right: 7rem !important;
  }
  .me-xl-75 {
    margin-right: 7.5rem !important;
  }
  .me-xl-80 {
    margin-right: 8rem !important;
  }
  .me-xl-85 {
    margin-right: 8.5rem !important;
  }
  .me-xl-90 {
    margin-right: 9rem !important;
  }
  .me-xl-95 {
    margin-right: 9.5rem !important;
  }
  .me-xl-100 {
    margin-right: 10rem !important;
  }
  .me-xl-105 {
    margin-right: 10.5rem !important;
  }
  .me-xl-110 {
    margin-right: 11rem !important;
  }
  .me-xl-115 {
    margin-right: 11.5rem !important;
  }
  .me-xl-120 {
    margin-right: 12rem !important;
  }
  .me-xl-125 {
    margin-right: 12.5rem !important;
  }
  .me-xl-130 {
    margin-right: 13rem !important;
  }
  .me-xl-135 {
    margin-right: 13.5rem !important;
  }
  .me-xl-140 {
    margin-right: 14rem !important;
  }
  .me-xl-145 {
    margin-right: 14.5rem !important;
  }
  .me-xl-150 {
    margin-right: 15rem !important;
  }
  .me-xl-155 {
    margin-right: 15.5rem !important;
  }
  .me-xl-160 {
    margin-right: 16rem !important;
  }
  .me-xl-165 {
    margin-right: 16.5rem !important;
  }
  .me-xl-170 {
    margin-right: 17rem !important;
  }
  .me-xl-175 {
    margin-right: 17.5rem !important;
  }
  .me-xl-180 {
    margin-right: 18rem !important;
  }
  .me-xl-185 {
    margin-right: 18.5rem !important;
  }
  .me-xl-190 {
    margin-right: 19rem !important;
  }
  .me-xl-195 {
    margin-right: 19.5rem !important;
  }
  .me-xl-200 {
    margin-right: 20rem !important;
  }
  .me-xl-275 {
    margin-right: 27.5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 1.8rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-32 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xl-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-70 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xl-90 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xl-110 {
    margin-bottom: 11rem !important;
  }
  .mb-xl-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-xl-120 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-130 {
    margin-bottom: 13rem !important;
  }
  .mb-xl-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xl-140 {
    margin-bottom: 14rem !important;
  }
  .mb-xl-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-xl-150 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-xl-160 {
    margin-bottom: 16rem !important;
  }
  .mb-xl-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-xl-170 {
    margin-bottom: 17rem !important;
  }
  .mb-xl-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-xl-180 {
    margin-bottom: 18rem !important;
  }
  .mb-xl-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-xl-190 {
    margin-bottom: 19rem !important;
  }
  .mb-xl-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-xl-200 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-275 {
    margin-bottom: 27.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-3 {
    margin-left: 0.3rem !important;
  }
  .ms-xl-5 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 1rem !important;
  }
  .ms-xl-12 {
    margin-left: 1.2rem !important;
  }
  .ms-xl-15 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-16 {
    margin-left: 1.6rem !important;
  }
  .ms-xl-18 {
    margin-left: 1.8rem !important;
  }
  .ms-xl-20 {
    margin-left: 2rem !important;
  }
  .ms-xl-24 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-25 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-30 {
    margin-left: 3rem !important;
  }
  .ms-xl-32 {
    margin-left: 3.2rem !important;
  }
  .ms-xl-35 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-40 {
    margin-left: 4rem !important;
  }
  .ms-xl-45 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-50 {
    margin-left: 5rem !important;
  }
  .ms-xl-55 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-60 {
    margin-left: 6rem !important;
  }
  .ms-xl-65 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-70 {
    margin-left: 7rem !important;
  }
  .ms-xl-75 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-80 {
    margin-left: 8rem !important;
  }
  .ms-xl-85 {
    margin-left: 8.5rem !important;
  }
  .ms-xl-90 {
    margin-left: 9rem !important;
  }
  .ms-xl-95 {
    margin-left: 9.5rem !important;
  }
  .ms-xl-100 {
    margin-left: 10rem !important;
  }
  .ms-xl-105 {
    margin-left: 10.5rem !important;
  }
  .ms-xl-110 {
    margin-left: 11rem !important;
  }
  .ms-xl-115 {
    margin-left: 11.5rem !important;
  }
  .ms-xl-120 {
    margin-left: 12rem !important;
  }
  .ms-xl-125 {
    margin-left: 12.5rem !important;
  }
  .ms-xl-130 {
    margin-left: 13rem !important;
  }
  .ms-xl-135 {
    margin-left: 13.5rem !important;
  }
  .ms-xl-140 {
    margin-left: 14rem !important;
  }
  .ms-xl-145 {
    margin-left: 14.5rem !important;
  }
  .ms-xl-150 {
    margin-left: 15rem !important;
  }
  .ms-xl-155 {
    margin-left: 15.5rem !important;
  }
  .ms-xl-160 {
    margin-left: 16rem !important;
  }
  .ms-xl-165 {
    margin-left: 16.5rem !important;
  }
  .ms-xl-170 {
    margin-left: 17rem !important;
  }
  .ms-xl-175 {
    margin-left: 17.5rem !important;
  }
  .ms-xl-180 {
    margin-left: 18rem !important;
  }
  .ms-xl-185 {
    margin-left: 18.5rem !important;
  }
  .ms-xl-190 {
    margin-left: 19rem !important;
  }
  .ms-xl-195 {
    margin-left: 19.5rem !important;
  }
  .ms-xl-200 {
    margin-left: 20rem !important;
  }
  .ms-xl-275 {
    margin-left: 27.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-3 {
    padding: 0.3rem !important;
  }
  .p-xl-5 {
    padding: 0.5rem !important;
  }
  .p-xl-10 {
    padding: 1rem !important;
  }
  .p-xl-12 {
    padding: 1.2rem !important;
  }
  .p-xl-15 {
    padding: 1.5rem !important;
  }
  .p-xl-16 {
    padding: 1.6rem !important;
  }
  .p-xl-18 {
    padding: 1.8rem !important;
  }
  .p-xl-20 {
    padding: 2rem !important;
  }
  .p-xl-24 {
    padding: 2.4rem !important;
  }
  .p-xl-25 {
    padding: 2.5rem !important;
  }
  .p-xl-30 {
    padding: 3rem !important;
  }
  .p-xl-32 {
    padding: 3.2rem !important;
  }
  .p-xl-35 {
    padding: 3.5rem !important;
  }
  .p-xl-40 {
    padding: 4rem !important;
  }
  .p-xl-45 {
    padding: 4.5rem !important;
  }
  .p-xl-50 {
    padding: 5rem !important;
  }
  .p-xl-55 {
    padding: 5.5rem !important;
  }
  .p-xl-60 {
    padding: 6rem !important;
  }
  .p-xl-65 {
    padding: 6.5rem !important;
  }
  .p-xl-70 {
    padding: 7rem !important;
  }
  .p-xl-75 {
    padding: 7.5rem !important;
  }
  .p-xl-80 {
    padding: 8rem !important;
  }
  .p-xl-85 {
    padding: 8.5rem !important;
  }
  .p-xl-90 {
    padding: 9rem !important;
  }
  .p-xl-95 {
    padding: 9.5rem !important;
  }
  .p-xl-100 {
    padding: 10rem !important;
  }
  .p-xl-105 {
    padding: 10.5rem !important;
  }
  .p-xl-110 {
    padding: 11rem !important;
  }
  .p-xl-115 {
    padding: 11.5rem !important;
  }
  .p-xl-120 {
    padding: 12rem !important;
  }
  .p-xl-125 {
    padding: 12.5rem !important;
  }
  .p-xl-130 {
    padding: 13rem !important;
  }
  .p-xl-135 {
    padding: 13.5rem !important;
  }
  .p-xl-140 {
    padding: 14rem !important;
  }
  .p-xl-145 {
    padding: 14.5rem !important;
  }
  .p-xl-150 {
    padding: 15rem !important;
  }
  .p-xl-155 {
    padding: 15.5rem !important;
  }
  .p-xl-160 {
    padding: 16rem !important;
  }
  .p-xl-165 {
    padding: 16.5rem !important;
  }
  .p-xl-170 {
    padding: 17rem !important;
  }
  .p-xl-175 {
    padding: 17.5rem !important;
  }
  .p-xl-180 {
    padding: 18rem !important;
  }
  .p-xl-185 {
    padding: 18.5rem !important;
  }
  .p-xl-190 {
    padding: 19rem !important;
  }
  .p-xl-195 {
    padding: 19.5rem !important;
  }
  .p-xl-200 {
    padding: 20rem !important;
  }
  .p-xl-275 {
    padding: 27.5rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .px-xl-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-xl-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xl-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .px-xl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xl-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xl-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-xl-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xl-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xl-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xl-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xl-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xl-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-xl-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xl-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-xl-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xl-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-xl-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xl-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-xl-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xl-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-xl-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xl-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-xl-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xl-275 {
    padding-right: 27.5rem !important;
    padding-left: 27.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .py-xl-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xl-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .py-xl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xl-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xl-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-xl-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xl-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xl-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xl-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xl-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xl-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-xl-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xl-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-xl-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xl-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-xl-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xl-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-xl-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xl-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-xl-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xl-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-xl-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xl-275 {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-3 {
    padding-top: 0.3rem !important;
  }
  .pt-xl-5 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 1rem !important;
  }
  .pt-xl-12 {
    padding-top: 1.2rem !important;
  }
  .pt-xl-15 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-16 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-18 {
    padding-top: 1.8rem !important;
  }
  .pt-xl-20 {
    padding-top: 2rem !important;
  }
  .pt-xl-24 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-25 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-30 {
    padding-top: 3rem !important;
  }
  .pt-xl-32 {
    padding-top: 3.2rem !important;
  }
  .pt-xl-35 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-40 {
    padding-top: 4rem !important;
  }
  .pt-xl-45 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-50 {
    padding-top: 5rem !important;
  }
  .pt-xl-55 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-60 {
    padding-top: 6rem !important;
  }
  .pt-xl-65 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-70 {
    padding-top: 7rem !important;
  }
  .pt-xl-75 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-80 {
    padding-top: 8rem !important;
  }
  .pt-xl-85 {
    padding-top: 8.5rem !important;
  }
  .pt-xl-90 {
    padding-top: 9rem !important;
  }
  .pt-xl-95 {
    padding-top: 9.5rem !important;
  }
  .pt-xl-100 {
    padding-top: 10rem !important;
  }
  .pt-xl-105 {
    padding-top: 10.5rem !important;
  }
  .pt-xl-110 {
    padding-top: 11rem !important;
  }
  .pt-xl-115 {
    padding-top: 11.5rem !important;
  }
  .pt-xl-120 {
    padding-top: 12rem !important;
  }
  .pt-xl-125 {
    padding-top: 12.5rem !important;
  }
  .pt-xl-130 {
    padding-top: 13rem !important;
  }
  .pt-xl-135 {
    padding-top: 13.5rem !important;
  }
  .pt-xl-140 {
    padding-top: 14rem !important;
  }
  .pt-xl-145 {
    padding-top: 14.5rem !important;
  }
  .pt-xl-150 {
    padding-top: 15rem !important;
  }
  .pt-xl-155 {
    padding-top: 15.5rem !important;
  }
  .pt-xl-160 {
    padding-top: 16rem !important;
  }
  .pt-xl-165 {
    padding-top: 16.5rem !important;
  }
  .pt-xl-170 {
    padding-top: 17rem !important;
  }
  .pt-xl-175 {
    padding-top: 17.5rem !important;
  }
  .pt-xl-180 {
    padding-top: 18rem !important;
  }
  .pt-xl-185 {
    padding-top: 18.5rem !important;
  }
  .pt-xl-190 {
    padding-top: 19rem !important;
  }
  .pt-xl-195 {
    padding-top: 19.5rem !important;
  }
  .pt-xl-200 {
    padding-top: 20rem !important;
  }
  .pt-xl-275 {
    padding-top: 27.5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-3 {
    padding-right: 0.3rem !important;
  }
  .pe-xl-5 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 1rem !important;
  }
  .pe-xl-12 {
    padding-right: 1.2rem !important;
  }
  .pe-xl-15 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-16 {
    padding-right: 1.6rem !important;
  }
  .pe-xl-18 {
    padding-right: 1.8rem !important;
  }
  .pe-xl-20 {
    padding-right: 2rem !important;
  }
  .pe-xl-24 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-25 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-30 {
    padding-right: 3rem !important;
  }
  .pe-xl-32 {
    padding-right: 3.2rem !important;
  }
  .pe-xl-35 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-40 {
    padding-right: 4rem !important;
  }
  .pe-xl-45 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-50 {
    padding-right: 5rem !important;
  }
  .pe-xl-55 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-60 {
    padding-right: 6rem !important;
  }
  .pe-xl-65 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-70 {
    padding-right: 7rem !important;
  }
  .pe-xl-75 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-80 {
    padding-right: 8rem !important;
  }
  .pe-xl-85 {
    padding-right: 8.5rem !important;
  }
  .pe-xl-90 {
    padding-right: 9rem !important;
  }
  .pe-xl-95 {
    padding-right: 9.5rem !important;
  }
  .pe-xl-100 {
    padding-right: 10rem !important;
  }
  .pe-xl-105 {
    padding-right: 10.5rem !important;
  }
  .pe-xl-110 {
    padding-right: 11rem !important;
  }
  .pe-xl-115 {
    padding-right: 11.5rem !important;
  }
  .pe-xl-120 {
    padding-right: 12rem !important;
  }
  .pe-xl-125 {
    padding-right: 12.5rem !important;
  }
  .pe-xl-130 {
    padding-right: 13rem !important;
  }
  .pe-xl-135 {
    padding-right: 13.5rem !important;
  }
  .pe-xl-140 {
    padding-right: 14rem !important;
  }
  .pe-xl-145 {
    padding-right: 14.5rem !important;
  }
  .pe-xl-150 {
    padding-right: 15rem !important;
  }
  .pe-xl-155 {
    padding-right: 15.5rem !important;
  }
  .pe-xl-160 {
    padding-right: 16rem !important;
  }
  .pe-xl-165 {
    padding-right: 16.5rem !important;
  }
  .pe-xl-170 {
    padding-right: 17rem !important;
  }
  .pe-xl-175 {
    padding-right: 17.5rem !important;
  }
  .pe-xl-180 {
    padding-right: 18rem !important;
  }
  .pe-xl-185 {
    padding-right: 18.5rem !important;
  }
  .pe-xl-190 {
    padding-right: 19rem !important;
  }
  .pe-xl-195 {
    padding-right: 19.5rem !important;
  }
  .pe-xl-200 {
    padding-right: 20rem !important;
  }
  .pe-xl-275 {
    padding-right: 27.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 1.8rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-32 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xl-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-70 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xl-90 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xl-110 {
    padding-bottom: 11rem !important;
  }
  .pb-xl-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-xl-120 {
    padding-bottom: 12rem !important;
  }
  .pb-xl-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xl-130 {
    padding-bottom: 13rem !important;
  }
  .pb-xl-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xl-140 {
    padding-bottom: 14rem !important;
  }
  .pb-xl-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-xl-150 {
    padding-bottom: 15rem !important;
  }
  .pb-xl-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-xl-160 {
    padding-bottom: 16rem !important;
  }
  .pb-xl-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-xl-170 {
    padding-bottom: 17rem !important;
  }
  .pb-xl-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-xl-180 {
    padding-bottom: 18rem !important;
  }
  .pb-xl-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-xl-190 {
    padding-bottom: 19rem !important;
  }
  .pb-xl-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-xl-200 {
    padding-bottom: 20rem !important;
  }
  .pb-xl-275 {
    padding-bottom: 27.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-3 {
    padding-left: 0.3rem !important;
  }
  .ps-xl-5 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 1rem !important;
  }
  .ps-xl-12 {
    padding-left: 1.2rem !important;
  }
  .ps-xl-15 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-16 {
    padding-left: 1.6rem !important;
  }
  .ps-xl-18 {
    padding-left: 1.8rem !important;
  }
  .ps-xl-20 {
    padding-left: 2rem !important;
  }
  .ps-xl-24 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-25 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-30 {
    padding-left: 3rem !important;
  }
  .ps-xl-32 {
    padding-left: 3.2rem !important;
  }
  .ps-xl-35 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-40 {
    padding-left: 4rem !important;
  }
  .ps-xl-45 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-50 {
    padding-left: 5rem !important;
  }
  .ps-xl-55 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-60 {
    padding-left: 6rem !important;
  }
  .ps-xl-65 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-70 {
    padding-left: 7rem !important;
  }
  .ps-xl-75 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-80 {
    padding-left: 8rem !important;
  }
  .ps-xl-85 {
    padding-left: 8.5rem !important;
  }
  .ps-xl-90 {
    padding-left: 9rem !important;
  }
  .ps-xl-95 {
    padding-left: 9.5rem !important;
  }
  .ps-xl-100 {
    padding-left: 10rem !important;
  }
  .ps-xl-105 {
    padding-left: 10.5rem !important;
  }
  .ps-xl-110 {
    padding-left: 11rem !important;
  }
  .ps-xl-115 {
    padding-left: 11.5rem !important;
  }
  .ps-xl-120 {
    padding-left: 12rem !important;
  }
  .ps-xl-125 {
    padding-left: 12.5rem !important;
  }
  .ps-xl-130 {
    padding-left: 13rem !important;
  }
  .ps-xl-135 {
    padding-left: 13.5rem !important;
  }
  .ps-xl-140 {
    padding-left: 14rem !important;
  }
  .ps-xl-145 {
    padding-left: 14.5rem !important;
  }
  .ps-xl-150 {
    padding-left: 15rem !important;
  }
  .ps-xl-155 {
    padding-left: 15.5rem !important;
  }
  .ps-xl-160 {
    padding-left: 16rem !important;
  }
  .ps-xl-165 {
    padding-left: 16.5rem !important;
  }
  .ps-xl-170 {
    padding-left: 17rem !important;
  }
  .ps-xl-175 {
    padding-left: 17.5rem !important;
  }
  .ps-xl-180 {
    padding-left: 18rem !important;
  }
  .ps-xl-185 {
    padding-left: 18.5rem !important;
  }
  .ps-xl-190 {
    padding-left: 19rem !important;
  }
  .ps-xl-195 {
    padding-left: 19.5rem !important;
  }
  .ps-xl-200 {
    padding-left: 20rem !important;
  }
  .ps-xl-275 {
    padding-left: 27.5rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-3 {
    gap: 0.3rem !important;
  }
  .gap-xl-5 {
    gap: 0.5rem !important;
  }
  .gap-xl-10 {
    gap: 1rem !important;
  }
  .gap-xl-12 {
    gap: 1.2rem !important;
  }
  .gap-xl-15 {
    gap: 1.5rem !important;
  }
  .gap-xl-16 {
    gap: 1.6rem !important;
  }
  .gap-xl-18 {
    gap: 1.8rem !important;
  }
  .gap-xl-20 {
    gap: 2rem !important;
  }
  .gap-xl-24 {
    gap: 2.4rem !important;
  }
  .gap-xl-25 {
    gap: 2.5rem !important;
  }
  .gap-xl-30 {
    gap: 3rem !important;
  }
  .gap-xl-32 {
    gap: 3.2rem !important;
  }
  .gap-xl-35 {
    gap: 3.5rem !important;
  }
  .gap-xl-40 {
    gap: 4rem !important;
  }
  .gap-xl-45 {
    gap: 4.5rem !important;
  }
  .gap-xl-50 {
    gap: 5rem !important;
  }
  .gap-xl-55 {
    gap: 5.5rem !important;
  }
  .gap-xl-60 {
    gap: 6rem !important;
  }
  .gap-xl-65 {
    gap: 6.5rem !important;
  }
  .gap-xl-70 {
    gap: 7rem !important;
  }
  .gap-xl-75 {
    gap: 7.5rem !important;
  }
  .gap-xl-80 {
    gap: 8rem !important;
  }
  .gap-xl-85 {
    gap: 8.5rem !important;
  }
  .gap-xl-90 {
    gap: 9rem !important;
  }
  .gap-xl-95 {
    gap: 9.5rem !important;
  }
  .gap-xl-100 {
    gap: 10rem !important;
  }
  .gap-xl-105 {
    gap: 10.5rem !important;
  }
  .gap-xl-110 {
    gap: 11rem !important;
  }
  .gap-xl-115 {
    gap: 11.5rem !important;
  }
  .gap-xl-120 {
    gap: 12rem !important;
  }
  .gap-xl-125 {
    gap: 12.5rem !important;
  }
  .gap-xl-130 {
    gap: 13rem !important;
  }
  .gap-xl-135 {
    gap: 13.5rem !important;
  }
  .gap-xl-140 {
    gap: 14rem !important;
  }
  .gap-xl-145 {
    gap: 14.5rem !important;
  }
  .gap-xl-150 {
    gap: 15rem !important;
  }
  .gap-xl-155 {
    gap: 15.5rem !important;
  }
  .gap-xl-160 {
    gap: 16rem !important;
  }
  .gap-xl-165 {
    gap: 16.5rem !important;
  }
  .gap-xl-170 {
    gap: 17rem !important;
  }
  .gap-xl-175 {
    gap: 17.5rem !important;
  }
  .gap-xl-180 {
    gap: 18rem !important;
  }
  .gap-xl-185 {
    gap: 18.5rem !important;
  }
  .gap-xl-190 {
    gap: 19rem !important;
  }
  .gap-xl-195 {
    gap: 19.5rem !important;
  }
  .gap-xl-200 {
    gap: 20rem !important;
  }
  .gap-xl-275 {
    gap: 27.5rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-3 {
    margin: 0.3rem !important;
  }
  .m-xxl-5 {
    margin: 0.5rem !important;
  }
  .m-xxl-10 {
    margin: 1rem !important;
  }
  .m-xxl-12 {
    margin: 1.2rem !important;
  }
  .m-xxl-15 {
    margin: 1.5rem !important;
  }
  .m-xxl-16 {
    margin: 1.6rem !important;
  }
  .m-xxl-18 {
    margin: 1.8rem !important;
  }
  .m-xxl-20 {
    margin: 2rem !important;
  }
  .m-xxl-24 {
    margin: 2.4rem !important;
  }
  .m-xxl-25 {
    margin: 2.5rem !important;
  }
  .m-xxl-30 {
    margin: 3rem !important;
  }
  .m-xxl-32 {
    margin: 3.2rem !important;
  }
  .m-xxl-35 {
    margin: 3.5rem !important;
  }
  .m-xxl-40 {
    margin: 4rem !important;
  }
  .m-xxl-45 {
    margin: 4.5rem !important;
  }
  .m-xxl-50 {
    margin: 5rem !important;
  }
  .m-xxl-55 {
    margin: 5.5rem !important;
  }
  .m-xxl-60 {
    margin: 6rem !important;
  }
  .m-xxl-65 {
    margin: 6.5rem !important;
  }
  .m-xxl-70 {
    margin: 7rem !important;
  }
  .m-xxl-75 {
    margin: 7.5rem !important;
  }
  .m-xxl-80 {
    margin: 8rem !important;
  }
  .m-xxl-85 {
    margin: 8.5rem !important;
  }
  .m-xxl-90 {
    margin: 9rem !important;
  }
  .m-xxl-95 {
    margin: 9.5rem !important;
  }
  .m-xxl-100 {
    margin: 10rem !important;
  }
  .m-xxl-105 {
    margin: 10.5rem !important;
  }
  .m-xxl-110 {
    margin: 11rem !important;
  }
  .m-xxl-115 {
    margin: 11.5rem !important;
  }
  .m-xxl-120 {
    margin: 12rem !important;
  }
  .m-xxl-125 {
    margin: 12.5rem !important;
  }
  .m-xxl-130 {
    margin: 13rem !important;
  }
  .m-xxl-135 {
    margin: 13.5rem !important;
  }
  .m-xxl-140 {
    margin: 14rem !important;
  }
  .m-xxl-145 {
    margin: 14.5rem !important;
  }
  .m-xxl-150 {
    margin: 15rem !important;
  }
  .m-xxl-155 {
    margin: 15.5rem !important;
  }
  .m-xxl-160 {
    margin: 16rem !important;
  }
  .m-xxl-165 {
    margin: 16.5rem !important;
  }
  .m-xxl-170 {
    margin: 17rem !important;
  }
  .m-xxl-175 {
    margin: 17.5rem !important;
  }
  .m-xxl-180 {
    margin: 18rem !important;
  }
  .m-xxl-185 {
    margin: 18.5rem !important;
  }
  .m-xxl-190 {
    margin: 19rem !important;
  }
  .m-xxl-195 {
    margin: 19.5rem !important;
  }
  .m-xxl-200 {
    margin: 20rem !important;
  }
  .m-xxl-275 {
    margin: 27.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }
  .mx-xxl-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-xxl-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xxl-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .mx-xxl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xxl-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xxl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xxl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xxl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xxl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xxl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xxl-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xxl-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xxl-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xxl-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xxl-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xxl-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxl-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-xxl-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-xxl-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxl-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-xxl-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xxl-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-xxl-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxl-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-xxl-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xxl-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-xxl-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-275 {
    margin-right: 27.5rem !important;
    margin-left: 27.5rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .my-xxl-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xxl-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xxl-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .my-xxl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xxl-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xxl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xxl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xxl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xxl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xxl-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xxl-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xxl-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xxl-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xxl-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xxl-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxl-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-xxl-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-xxl-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxl-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-xxl-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xxl-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-xxl-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxl-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-xxl-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xxl-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-xxl-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-275 {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-3 {
    margin-top: 0.3rem !important;
  }
  .mt-xxl-5 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 1rem !important;
  }
  .mt-xxl-12 {
    margin-top: 1.2rem !important;
  }
  .mt-xxl-15 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-16 {
    margin-top: 1.6rem !important;
  }
  .mt-xxl-18 {
    margin-top: 1.8rem !important;
  }
  .mt-xxl-20 {
    margin-top: 2rem !important;
  }
  .mt-xxl-24 {
    margin-top: 2.4rem !important;
  }
  .mt-xxl-25 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-30 {
    margin-top: 3rem !important;
  }
  .mt-xxl-32 {
    margin-top: 3.2rem !important;
  }
  .mt-xxl-35 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-40 {
    margin-top: 4rem !important;
  }
  .mt-xxl-45 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-50 {
    margin-top: 5rem !important;
  }
  .mt-xxl-55 {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-60 {
    margin-top: 6rem !important;
  }
  .mt-xxl-65 {
    margin-top: 6.5rem !important;
  }
  .mt-xxl-70 {
    margin-top: 7rem !important;
  }
  .mt-xxl-75 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-80 {
    margin-top: 8rem !important;
  }
  .mt-xxl-85 {
    margin-top: 8.5rem !important;
  }
  .mt-xxl-90 {
    margin-top: 9rem !important;
  }
  .mt-xxl-95 {
    margin-top: 9.5rem !important;
  }
  .mt-xxl-100 {
    margin-top: 10rem !important;
  }
  .mt-xxl-105 {
    margin-top: 10.5rem !important;
  }
  .mt-xxl-110 {
    margin-top: 11rem !important;
  }
  .mt-xxl-115 {
    margin-top: 11.5rem !important;
  }
  .mt-xxl-120 {
    margin-top: 12rem !important;
  }
  .mt-xxl-125 {
    margin-top: 12.5rem !important;
  }
  .mt-xxl-130 {
    margin-top: 13rem !important;
  }
  .mt-xxl-135 {
    margin-top: 13.5rem !important;
  }
  .mt-xxl-140 {
    margin-top: 14rem !important;
  }
  .mt-xxl-145 {
    margin-top: 14.5rem !important;
  }
  .mt-xxl-150 {
    margin-top: 15rem !important;
  }
  .mt-xxl-155 {
    margin-top: 15.5rem !important;
  }
  .mt-xxl-160 {
    margin-top: 16rem !important;
  }
  .mt-xxl-165 {
    margin-top: 16.5rem !important;
  }
  .mt-xxl-170 {
    margin-top: 17rem !important;
  }
  .mt-xxl-175 {
    margin-top: 17.5rem !important;
  }
  .mt-xxl-180 {
    margin-top: 18rem !important;
  }
  .mt-xxl-185 {
    margin-top: 18.5rem !important;
  }
  .mt-xxl-190 {
    margin-top: 19rem !important;
  }
  .mt-xxl-195 {
    margin-top: 19.5rem !important;
  }
  .mt-xxl-200 {
    margin-top: 20rem !important;
  }
  .mt-xxl-275 {
    margin-top: 27.5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-3 {
    margin-right: 0.3rem !important;
  }
  .me-xxl-5 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 1rem !important;
  }
  .me-xxl-12 {
    margin-right: 1.2rem !important;
  }
  .me-xxl-15 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-16 {
    margin-right: 1.6rem !important;
  }
  .me-xxl-18 {
    margin-right: 1.8rem !important;
  }
  .me-xxl-20 {
    margin-right: 2rem !important;
  }
  .me-xxl-24 {
    margin-right: 2.4rem !important;
  }
  .me-xxl-25 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-30 {
    margin-right: 3rem !important;
  }
  .me-xxl-32 {
    margin-right: 3.2rem !important;
  }
  .me-xxl-35 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-40 {
    margin-right: 4rem !important;
  }
  .me-xxl-45 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-50 {
    margin-right: 5rem !important;
  }
  .me-xxl-55 {
    margin-right: 5.5rem !important;
  }
  .me-xxl-60 {
    margin-right: 6rem !important;
  }
  .me-xxl-65 {
    margin-right: 6.5rem !important;
  }
  .me-xxl-70 {
    margin-right: 7rem !important;
  }
  .me-xxl-75 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-80 {
    margin-right: 8rem !important;
  }
  .me-xxl-85 {
    margin-right: 8.5rem !important;
  }
  .me-xxl-90 {
    margin-right: 9rem !important;
  }
  .me-xxl-95 {
    margin-right: 9.5rem !important;
  }
  .me-xxl-100 {
    margin-right: 10rem !important;
  }
  .me-xxl-105 {
    margin-right: 10.5rem !important;
  }
  .me-xxl-110 {
    margin-right: 11rem !important;
  }
  .me-xxl-115 {
    margin-right: 11.5rem !important;
  }
  .me-xxl-120 {
    margin-right: 12rem !important;
  }
  .me-xxl-125 {
    margin-right: 12.5rem !important;
  }
  .me-xxl-130 {
    margin-right: 13rem !important;
  }
  .me-xxl-135 {
    margin-right: 13.5rem !important;
  }
  .me-xxl-140 {
    margin-right: 14rem !important;
  }
  .me-xxl-145 {
    margin-right: 14.5rem !important;
  }
  .me-xxl-150 {
    margin-right: 15rem !important;
  }
  .me-xxl-155 {
    margin-right: 15.5rem !important;
  }
  .me-xxl-160 {
    margin-right: 16rem !important;
  }
  .me-xxl-165 {
    margin-right: 16.5rem !important;
  }
  .me-xxl-170 {
    margin-right: 17rem !important;
  }
  .me-xxl-175 {
    margin-right: 17.5rem !important;
  }
  .me-xxl-180 {
    margin-right: 18rem !important;
  }
  .me-xxl-185 {
    margin-right: 18.5rem !important;
  }
  .me-xxl-190 {
    margin-right: 19rem !important;
  }
  .me-xxl-195 {
    margin-right: 19.5rem !important;
  }
  .me-xxl-200 {
    margin-right: 20rem !important;
  }
  .me-xxl-275 {
    margin-right: 27.5rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.3rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xxl-18 {
    margin-bottom: 1.8rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-32 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xxl-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-60 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxl-70 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-80 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxl-90 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xxl-100 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xxl-110 {
    margin-bottom: 11rem !important;
  }
  .mb-xxl-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-xxl-120 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxl-130 {
    margin-bottom: 13rem !important;
  }
  .mb-xxl-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xxl-140 {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-xxl-150 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-xxl-160 {
    margin-bottom: 16rem !important;
  }
  .mb-xxl-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-xxl-170 {
    margin-bottom: 17rem !important;
  }
  .mb-xxl-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-xxl-180 {
    margin-bottom: 18rem !important;
  }
  .mb-xxl-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-xxl-190 {
    margin-bottom: 19rem !important;
  }
  .mb-xxl-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-xxl-200 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-275 {
    margin-bottom: 27.5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-3 {
    margin-left: 0.3rem !important;
  }
  .ms-xxl-5 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 1rem !important;
  }
  .ms-xxl-12 {
    margin-left: 1.2rem !important;
  }
  .ms-xxl-15 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-16 {
    margin-left: 1.6rem !important;
  }
  .ms-xxl-18 {
    margin-left: 1.8rem !important;
  }
  .ms-xxl-20 {
    margin-left: 2rem !important;
  }
  .ms-xxl-24 {
    margin-left: 2.4rem !important;
  }
  .ms-xxl-25 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-30 {
    margin-left: 3rem !important;
  }
  .ms-xxl-32 {
    margin-left: 3.2rem !important;
  }
  .ms-xxl-35 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-40 {
    margin-left: 4rem !important;
  }
  .ms-xxl-45 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-50 {
    margin-left: 5rem !important;
  }
  .ms-xxl-55 {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-60 {
    margin-left: 6rem !important;
  }
  .ms-xxl-65 {
    margin-left: 6.5rem !important;
  }
  .ms-xxl-70 {
    margin-left: 7rem !important;
  }
  .ms-xxl-75 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-80 {
    margin-left: 8rem !important;
  }
  .ms-xxl-85 {
    margin-left: 8.5rem !important;
  }
  .ms-xxl-90 {
    margin-left: 9rem !important;
  }
  .ms-xxl-95 {
    margin-left: 9.5rem !important;
  }
  .ms-xxl-100 {
    margin-left: 10rem !important;
  }
  .ms-xxl-105 {
    margin-left: 10.5rem !important;
  }
  .ms-xxl-110 {
    margin-left: 11rem !important;
  }
  .ms-xxl-115 {
    margin-left: 11.5rem !important;
  }
  .ms-xxl-120 {
    margin-left: 12rem !important;
  }
  .ms-xxl-125 {
    margin-left: 12.5rem !important;
  }
  .ms-xxl-130 {
    margin-left: 13rem !important;
  }
  .ms-xxl-135 {
    margin-left: 13.5rem !important;
  }
  .ms-xxl-140 {
    margin-left: 14rem !important;
  }
  .ms-xxl-145 {
    margin-left: 14.5rem !important;
  }
  .ms-xxl-150 {
    margin-left: 15rem !important;
  }
  .ms-xxl-155 {
    margin-left: 15.5rem !important;
  }
  .ms-xxl-160 {
    margin-left: 16rem !important;
  }
  .ms-xxl-165 {
    margin-left: 16.5rem !important;
  }
  .ms-xxl-170 {
    margin-left: 17rem !important;
  }
  .ms-xxl-175 {
    margin-left: 17.5rem !important;
  }
  .ms-xxl-180 {
    margin-left: 18rem !important;
  }
  .ms-xxl-185 {
    margin-left: 18.5rem !important;
  }
  .ms-xxl-190 {
    margin-left: 19rem !important;
  }
  .ms-xxl-195 {
    margin-left: 19.5rem !important;
  }
  .ms-xxl-200 {
    margin-left: 20rem !important;
  }
  .ms-xxl-275 {
    margin-left: 27.5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-3 {
    padding: 0.3rem !important;
  }
  .p-xxl-5 {
    padding: 0.5rem !important;
  }
  .p-xxl-10 {
    padding: 1rem !important;
  }
  .p-xxl-12 {
    padding: 1.2rem !important;
  }
  .p-xxl-15 {
    padding: 1.5rem !important;
  }
  .p-xxl-16 {
    padding: 1.6rem !important;
  }
  .p-xxl-18 {
    padding: 1.8rem !important;
  }
  .p-xxl-20 {
    padding: 2rem !important;
  }
  .p-xxl-24 {
    padding: 2.4rem !important;
  }
  .p-xxl-25 {
    padding: 2.5rem !important;
  }
  .p-xxl-30 {
    padding: 3rem !important;
  }
  .p-xxl-32 {
    padding: 3.2rem !important;
  }
  .p-xxl-35 {
    padding: 3.5rem !important;
  }
  .p-xxl-40 {
    padding: 4rem !important;
  }
  .p-xxl-45 {
    padding: 4.5rem !important;
  }
  .p-xxl-50 {
    padding: 5rem !important;
  }
  .p-xxl-55 {
    padding: 5.5rem !important;
  }
  .p-xxl-60 {
    padding: 6rem !important;
  }
  .p-xxl-65 {
    padding: 6.5rem !important;
  }
  .p-xxl-70 {
    padding: 7rem !important;
  }
  .p-xxl-75 {
    padding: 7.5rem !important;
  }
  .p-xxl-80 {
    padding: 8rem !important;
  }
  .p-xxl-85 {
    padding: 8.5rem !important;
  }
  .p-xxl-90 {
    padding: 9rem !important;
  }
  .p-xxl-95 {
    padding: 9.5rem !important;
  }
  .p-xxl-100 {
    padding: 10rem !important;
  }
  .p-xxl-105 {
    padding: 10.5rem !important;
  }
  .p-xxl-110 {
    padding: 11rem !important;
  }
  .p-xxl-115 {
    padding: 11.5rem !important;
  }
  .p-xxl-120 {
    padding: 12rem !important;
  }
  .p-xxl-125 {
    padding: 12.5rem !important;
  }
  .p-xxl-130 {
    padding: 13rem !important;
  }
  .p-xxl-135 {
    padding: 13.5rem !important;
  }
  .p-xxl-140 {
    padding: 14rem !important;
  }
  .p-xxl-145 {
    padding: 14.5rem !important;
  }
  .p-xxl-150 {
    padding: 15rem !important;
  }
  .p-xxl-155 {
    padding: 15.5rem !important;
  }
  .p-xxl-160 {
    padding: 16rem !important;
  }
  .p-xxl-165 {
    padding: 16.5rem !important;
  }
  .p-xxl-170 {
    padding: 17rem !important;
  }
  .p-xxl-175 {
    padding: 17.5rem !important;
  }
  .p-xxl-180 {
    padding: 18rem !important;
  }
  .p-xxl-185 {
    padding: 18.5rem !important;
  }
  .p-xxl-190 {
    padding: 19rem !important;
  }
  .p-xxl-195 {
    padding: 19.5rem !important;
  }
  .p-xxl-200 {
    padding: 20rem !important;
  }
  .p-xxl-275 {
    padding: 27.5rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .px-xxl-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-xxl-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xxl-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .px-xxl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xxl-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xxl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xxl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xxl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xxl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xxl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xxl-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xxl-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-xxl-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxl-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xxl-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xxl-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xxl-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxl-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-xxl-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxl-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-xxl-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxl-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-xxl-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xxl-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-xxl-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxl-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-xxl-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xxl-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-xxl-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxl-275 {
    padding-right: 27.5rem !important;
    padding-left: 27.5rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .py-xxl-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xxl-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xxl-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .py-xxl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xxl-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xxl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xxl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xxl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xxl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xxl-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xxl-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-xxl-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxl-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xxl-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xxl-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xxl-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxl-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-xxl-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxl-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-xxl-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxl-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-xxl-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xxl-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-xxl-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxl-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-xxl-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xxl-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-xxl-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxl-275 {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-3 {
    padding-top: 0.3rem !important;
  }
  .pt-xxl-5 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 1rem !important;
  }
  .pt-xxl-12 {
    padding-top: 1.2rem !important;
  }
  .pt-xxl-15 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-16 {
    padding-top: 1.6rem !important;
  }
  .pt-xxl-18 {
    padding-top: 1.8rem !important;
  }
  .pt-xxl-20 {
    padding-top: 2rem !important;
  }
  .pt-xxl-24 {
    padding-top: 2.4rem !important;
  }
  .pt-xxl-25 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-30 {
    padding-top: 3rem !important;
  }
  .pt-xxl-32 {
    padding-top: 3.2rem !important;
  }
  .pt-xxl-35 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-40 {
    padding-top: 4rem !important;
  }
  .pt-xxl-45 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-50 {
    padding-top: 5rem !important;
  }
  .pt-xxl-55 {
    padding-top: 5.5rem !important;
  }
  .pt-xxl-60 {
    padding-top: 6rem !important;
  }
  .pt-xxl-65 {
    padding-top: 6.5rem !important;
  }
  .pt-xxl-70 {
    padding-top: 7rem !important;
  }
  .pt-xxl-75 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-80 {
    padding-top: 8rem !important;
  }
  .pt-xxl-85 {
    padding-top: 8.5rem !important;
  }
  .pt-xxl-90 {
    padding-top: 9rem !important;
  }
  .pt-xxl-95 {
    padding-top: 9.5rem !important;
  }
  .pt-xxl-100 {
    padding-top: 10rem !important;
  }
  .pt-xxl-105 {
    padding-top: 10.5rem !important;
  }
  .pt-xxl-110 {
    padding-top: 11rem !important;
  }
  .pt-xxl-115 {
    padding-top: 11.5rem !important;
  }
  .pt-xxl-120 {
    padding-top: 12rem !important;
  }
  .pt-xxl-125 {
    padding-top: 12.5rem !important;
  }
  .pt-xxl-130 {
    padding-top: 13rem !important;
  }
  .pt-xxl-135 {
    padding-top: 13.5rem !important;
  }
  .pt-xxl-140 {
    padding-top: 14rem !important;
  }
  .pt-xxl-145 {
    padding-top: 14.5rem !important;
  }
  .pt-xxl-150 {
    padding-top: 15rem !important;
  }
  .pt-xxl-155 {
    padding-top: 15.5rem !important;
  }
  .pt-xxl-160 {
    padding-top: 16rem !important;
  }
  .pt-xxl-165 {
    padding-top: 16.5rem !important;
  }
  .pt-xxl-170 {
    padding-top: 17rem !important;
  }
  .pt-xxl-175 {
    padding-top: 17.5rem !important;
  }
  .pt-xxl-180 {
    padding-top: 18rem !important;
  }
  .pt-xxl-185 {
    padding-top: 18.5rem !important;
  }
  .pt-xxl-190 {
    padding-top: 19rem !important;
  }
  .pt-xxl-195 {
    padding-top: 19.5rem !important;
  }
  .pt-xxl-200 {
    padding-top: 20rem !important;
  }
  .pt-xxl-275 {
    padding-top: 27.5rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-3 {
    padding-right: 0.3rem !important;
  }
  .pe-xxl-5 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 1rem !important;
  }
  .pe-xxl-12 {
    padding-right: 1.2rem !important;
  }
  .pe-xxl-15 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-16 {
    padding-right: 1.6rem !important;
  }
  .pe-xxl-18 {
    padding-right: 1.8rem !important;
  }
  .pe-xxl-20 {
    padding-right: 2rem !important;
  }
  .pe-xxl-24 {
    padding-right: 2.4rem !important;
  }
  .pe-xxl-25 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-30 {
    padding-right: 3rem !important;
  }
  .pe-xxl-32 {
    padding-right: 3.2rem !important;
  }
  .pe-xxl-35 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-40 {
    padding-right: 4rem !important;
  }
  .pe-xxl-45 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-50 {
    padding-right: 5rem !important;
  }
  .pe-xxl-55 {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-60 {
    padding-right: 6rem !important;
  }
  .pe-xxl-65 {
    padding-right: 6.5rem !important;
  }
  .pe-xxl-70 {
    padding-right: 7rem !important;
  }
  .pe-xxl-75 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-80 {
    padding-right: 8rem !important;
  }
  .pe-xxl-85 {
    padding-right: 8.5rem !important;
  }
  .pe-xxl-90 {
    padding-right: 9rem !important;
  }
  .pe-xxl-95 {
    padding-right: 9.5rem !important;
  }
  .pe-xxl-100 {
    padding-right: 10rem !important;
  }
  .pe-xxl-105 {
    padding-right: 10.5rem !important;
  }
  .pe-xxl-110 {
    padding-right: 11rem !important;
  }
  .pe-xxl-115 {
    padding-right: 11.5rem !important;
  }
  .pe-xxl-120 {
    padding-right: 12rem !important;
  }
  .pe-xxl-125 {
    padding-right: 12.5rem !important;
  }
  .pe-xxl-130 {
    padding-right: 13rem !important;
  }
  .pe-xxl-135 {
    padding-right: 13.5rem !important;
  }
  .pe-xxl-140 {
    padding-right: 14rem !important;
  }
  .pe-xxl-145 {
    padding-right: 14.5rem !important;
  }
  .pe-xxl-150 {
    padding-right: 15rem !important;
  }
  .pe-xxl-155 {
    padding-right: 15.5rem !important;
  }
  .pe-xxl-160 {
    padding-right: 16rem !important;
  }
  .pe-xxl-165 {
    padding-right: 16.5rem !important;
  }
  .pe-xxl-170 {
    padding-right: 17rem !important;
  }
  .pe-xxl-175 {
    padding-right: 17.5rem !important;
  }
  .pe-xxl-180 {
    padding-right: 18rem !important;
  }
  .pe-xxl-185 {
    padding-right: 18.5rem !important;
  }
  .pe-xxl-190 {
    padding-right: 19rem !important;
  }
  .pe-xxl-195 {
    padding-right: 19.5rem !important;
  }
  .pe-xxl-200 {
    padding-right: 20rem !important;
  }
  .pe-xxl-275 {
    padding-right: 27.5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.3rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xxl-18 {
    padding-bottom: 1.8rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-32 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xxl-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-50 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxl-60 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxl-70 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-80 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xxl-90 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xxl-100 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xxl-110 {
    padding-bottom: 11rem !important;
  }
  .pb-xxl-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-xxl-120 {
    padding-bottom: 12rem !important;
  }
  .pb-xxl-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xxl-130 {
    padding-bottom: 13rem !important;
  }
  .pb-xxl-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xxl-140 {
    padding-bottom: 14rem !important;
  }
  .pb-xxl-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-xxl-150 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-xxl-160 {
    padding-bottom: 16rem !important;
  }
  .pb-xxl-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-xxl-170 {
    padding-bottom: 17rem !important;
  }
  .pb-xxl-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-xxl-180 {
    padding-bottom: 18rem !important;
  }
  .pb-xxl-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-xxl-190 {
    padding-bottom: 19rem !important;
  }
  .pb-xxl-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-xxl-200 {
    padding-bottom: 20rem !important;
  }
  .pb-xxl-275 {
    padding-bottom: 27.5rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-3 {
    padding-left: 0.3rem !important;
  }
  .ps-xxl-5 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 1rem !important;
  }
  .ps-xxl-12 {
    padding-left: 1.2rem !important;
  }
  .ps-xxl-15 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-16 {
    padding-left: 1.6rem !important;
  }
  .ps-xxl-18 {
    padding-left: 1.8rem !important;
  }
  .ps-xxl-20 {
    padding-left: 2rem !important;
  }
  .ps-xxl-24 {
    padding-left: 2.4rem !important;
  }
  .ps-xxl-25 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-30 {
    padding-left: 3rem !important;
  }
  .ps-xxl-32 {
    padding-left: 3.2rem !important;
  }
  .ps-xxl-35 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-40 {
    padding-left: 4rem !important;
  }
  .ps-xxl-45 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-50 {
    padding-left: 5rem !important;
  }
  .ps-xxl-55 {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-60 {
    padding-left: 6rem !important;
  }
  .ps-xxl-65 {
    padding-left: 6.5rem !important;
  }
  .ps-xxl-70 {
    padding-left: 7rem !important;
  }
  .ps-xxl-75 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-80 {
    padding-left: 8rem !important;
  }
  .ps-xxl-85 {
    padding-left: 8.5rem !important;
  }
  .ps-xxl-90 {
    padding-left: 9rem !important;
  }
  .ps-xxl-95 {
    padding-left: 9.5rem !important;
  }
  .ps-xxl-100 {
    padding-left: 10rem !important;
  }
  .ps-xxl-105 {
    padding-left: 10.5rem !important;
  }
  .ps-xxl-110 {
    padding-left: 11rem !important;
  }
  .ps-xxl-115 {
    padding-left: 11.5rem !important;
  }
  .ps-xxl-120 {
    padding-left: 12rem !important;
  }
  .ps-xxl-125 {
    padding-left: 12.5rem !important;
  }
  .ps-xxl-130 {
    padding-left: 13rem !important;
  }
  .ps-xxl-135 {
    padding-left: 13.5rem !important;
  }
  .ps-xxl-140 {
    padding-left: 14rem !important;
  }
  .ps-xxl-145 {
    padding-left: 14.5rem !important;
  }
  .ps-xxl-150 {
    padding-left: 15rem !important;
  }
  .ps-xxl-155 {
    padding-left: 15.5rem !important;
  }
  .ps-xxl-160 {
    padding-left: 16rem !important;
  }
  .ps-xxl-165 {
    padding-left: 16.5rem !important;
  }
  .ps-xxl-170 {
    padding-left: 17rem !important;
  }
  .ps-xxl-175 {
    padding-left: 17.5rem !important;
  }
  .ps-xxl-180 {
    padding-left: 18rem !important;
  }
  .ps-xxl-185 {
    padding-left: 18.5rem !important;
  }
  .ps-xxl-190 {
    padding-left: 19rem !important;
  }
  .ps-xxl-195 {
    padding-left: 19.5rem !important;
  }
  .ps-xxl-200 {
    padding-left: 20rem !important;
  }
  .ps-xxl-275 {
    padding-left: 27.5rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-3 {
    gap: 0.3rem !important;
  }
  .gap-xxl-5 {
    gap: 0.5rem !important;
  }
  .gap-xxl-10 {
    gap: 1rem !important;
  }
  .gap-xxl-12 {
    gap: 1.2rem !important;
  }
  .gap-xxl-15 {
    gap: 1.5rem !important;
  }
  .gap-xxl-16 {
    gap: 1.6rem !important;
  }
  .gap-xxl-18 {
    gap: 1.8rem !important;
  }
  .gap-xxl-20 {
    gap: 2rem !important;
  }
  .gap-xxl-24 {
    gap: 2.4rem !important;
  }
  .gap-xxl-25 {
    gap: 2.5rem !important;
  }
  .gap-xxl-30 {
    gap: 3rem !important;
  }
  .gap-xxl-32 {
    gap: 3.2rem !important;
  }
  .gap-xxl-35 {
    gap: 3.5rem !important;
  }
  .gap-xxl-40 {
    gap: 4rem !important;
  }
  .gap-xxl-45 {
    gap: 4.5rem !important;
  }
  .gap-xxl-50 {
    gap: 5rem !important;
  }
  .gap-xxl-55 {
    gap: 5.5rem !important;
  }
  .gap-xxl-60 {
    gap: 6rem !important;
  }
  .gap-xxl-65 {
    gap: 6.5rem !important;
  }
  .gap-xxl-70 {
    gap: 7rem !important;
  }
  .gap-xxl-75 {
    gap: 7.5rem !important;
  }
  .gap-xxl-80 {
    gap: 8rem !important;
  }
  .gap-xxl-85 {
    gap: 8.5rem !important;
  }
  .gap-xxl-90 {
    gap: 9rem !important;
  }
  .gap-xxl-95 {
    gap: 9.5rem !important;
  }
  .gap-xxl-100 {
    gap: 10rem !important;
  }
  .gap-xxl-105 {
    gap: 10.5rem !important;
  }
  .gap-xxl-110 {
    gap: 11rem !important;
  }
  .gap-xxl-115 {
    gap: 11.5rem !important;
  }
  .gap-xxl-120 {
    gap: 12rem !important;
  }
  .gap-xxl-125 {
    gap: 12.5rem !important;
  }
  .gap-xxl-130 {
    gap: 13rem !important;
  }
  .gap-xxl-135 {
    gap: 13.5rem !important;
  }
  .gap-xxl-140 {
    gap: 14rem !important;
  }
  .gap-xxl-145 {
    gap: 14.5rem !important;
  }
  .gap-xxl-150 {
    gap: 15rem !important;
  }
  .gap-xxl-155 {
    gap: 15.5rem !important;
  }
  .gap-xxl-160 {
    gap: 16rem !important;
  }
  .gap-xxl-165 {
    gap: 16.5rem !important;
  }
  .gap-xxl-170 {
    gap: 17rem !important;
  }
  .gap-xxl-175 {
    gap: 17.5rem !important;
  }
  .gap-xxl-180 {
    gap: 18rem !important;
  }
  .gap-xxl-185 {
    gap: 18.5rem !important;
  }
  .gap-xxl-190 {
    gap: 19rem !important;
  }
  .gap-xxl-195 {
    gap: 19.5rem !important;
  }
  .gap-xxl-200 {
    gap: 20rem !important;
  }
  .gap-xxl-275 {
    gap: 27.5rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 0.3rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 0.3rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 0.5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 0.5rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 1rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 1rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 1.2rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 1.2rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 1.5rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 1.5rem;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 1.6rem;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 1.6rem;
}

.g-18,
.gx-18 {
  --bs-gutter-x: 1.8rem;
}

.g-18,
.gy-18 {
  --bs-gutter-y: 1.8rem;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 2rem;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 2rem;
}

.g-24,
.gx-24 {
  --bs-gutter-x: 2.4rem;
}

.g-24,
.gy-24 {
  --bs-gutter-y: 2.4rem;
}

.g-25,
.gx-25 {
  --bs-gutter-x: 2.5rem;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 2.5rem;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 3rem;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 3rem;
}

.g-32,
.gx-32 {
  --bs-gutter-x: 3.2rem;
}

.g-32,
.gy-32 {
  --bs-gutter-y: 3.2rem;
}

.g-35,
.gx-35 {
  --bs-gutter-x: 3.5rem;
}

.g-35,
.gy-35 {
  --bs-gutter-y: 3.5rem;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 4rem;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 4rem;
}

.g-45,
.gx-45 {
  --bs-gutter-x: 4.5rem;
}

.g-45,
.gy-45 {
  --bs-gutter-y: 4.5rem;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 5rem;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 5rem;
}

.g-55,
.gx-55 {
  --bs-gutter-x: 5.5rem;
}

.g-55,
.gy-55 {
  --bs-gutter-y: 5.5rem;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 6rem;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 6rem;
}

.g-65,
.gx-65 {
  --bs-gutter-x: 6.5rem;
}

.g-65,
.gy-65 {
  --bs-gutter-y: 6.5rem;
}

.g-70,
.gx-70 {
  --bs-gutter-x: 7rem;
}

.g-70,
.gy-70 {
  --bs-gutter-y: 7rem;
}

.g-75,
.gx-75 {
  --bs-gutter-x: 7.5rem;
}

.g-75,
.gy-75 {
  --bs-gutter-y: 7.5rem;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 8rem;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 8rem;
}

.g-85,
.gx-85 {
  --bs-gutter-x: 8.5rem;
}

.g-85,
.gy-85 {
  --bs-gutter-y: 8.5rem;
}

.g-90,
.gx-90 {
  --bs-gutter-x: 9rem;
}

.g-90,
.gy-90 {
  --bs-gutter-y: 9rem;
}

.g-95,
.gx-95 {
  --bs-gutter-x: 9.5rem;
}

.g-95,
.gy-95 {
  --bs-gutter-y: 9.5rem;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 10rem;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 10rem;
}

.g-105,
.gx-105 {
  --bs-gutter-x: 10.5rem;
}

.g-105,
.gy-105 {
  --bs-gutter-y: 10.5rem;
}

.g-110,
.gx-110 {
  --bs-gutter-x: 11rem;
}

.g-110,
.gy-110 {
  --bs-gutter-y: 11rem;
}

.g-115,
.gx-115 {
  --bs-gutter-x: 11.5rem;
}

.g-115,
.gy-115 {
  --bs-gutter-y: 11.5rem;
}

.g-120,
.gx-120 {
  --bs-gutter-x: 12rem;
}

.g-120,
.gy-120 {
  --bs-gutter-y: 12rem;
}

.g-125,
.gx-125 {
  --bs-gutter-x: 12.5rem;
}

.g-125,
.gy-125 {
  --bs-gutter-y: 12.5rem;
}

.g-130,
.gx-130 {
  --bs-gutter-x: 13rem;
}

.g-130,
.gy-130 {
  --bs-gutter-y: 13rem;
}

.g-135,
.gx-135 {
  --bs-gutter-x: 13.5rem;
}

.g-135,
.gy-135 {
  --bs-gutter-y: 13.5rem;
}

.g-140,
.gx-140 {
  --bs-gutter-x: 14rem;
}

.g-140,
.gy-140 {
  --bs-gutter-y: 14rem;
}

.g-145,
.gx-145 {
  --bs-gutter-x: 14.5rem;
}

.g-145,
.gy-145 {
  --bs-gutter-y: 14.5rem;
}

.g-150,
.gx-150 {
  --bs-gutter-x: 15rem;
}

.g-150,
.gy-150 {
  --bs-gutter-y: 15rem;
}

.g-155,
.gx-155 {
  --bs-gutter-x: 15.5rem;
}

.g-155,
.gy-155 {
  --bs-gutter-y: 15.5rem;
}

.g-160,
.gx-160 {
  --bs-gutter-x: 16rem;
}

.g-160,
.gy-160 {
  --bs-gutter-y: 16rem;
}

.g-165,
.gx-165 {
  --bs-gutter-x: 16.5rem;
}

.g-165,
.gy-165 {
  --bs-gutter-y: 16.5rem;
}

.g-170,
.gx-170 {
  --bs-gutter-x: 17rem;
}

.g-170,
.gy-170 {
  --bs-gutter-y: 17rem;
}

.g-175,
.gx-175 {
  --bs-gutter-x: 17.5rem;
}

.g-175,
.gy-175 {
  --bs-gutter-y: 17.5rem;
}

.g-180,
.gx-180 {
  --bs-gutter-x: 18rem;
}

.g-180,
.gy-180 {
  --bs-gutter-y: 18rem;
}

.g-185,
.gx-185 {
  --bs-gutter-x: 18.5rem;
}

.g-185,
.gy-185 {
  --bs-gutter-y: 18.5rem;
}

.g-190,
.gx-190 {
  --bs-gutter-x: 19rem;
}

.g-190,
.gy-190 {
  --bs-gutter-y: 19rem;
}

.g-195,
.gx-195 {
  --bs-gutter-x: 19.5rem;
}

.g-195,
.gy-195 {
  --bs-gutter-y: 19.5rem;
}

.g-200,
.gx-200 {
  --bs-gutter-x: 20rem;
}

.g-200,
.gy-200 {
  --bs-gutter-y: 20rem;
}

.g-275,
.gx-275 {
  --bs-gutter-x: 27.5rem;
}

.g-275,
.gy-275 {
  --bs-gutter-y: 27.5rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.3rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.3rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 1.2rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 1.2rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 1.8rem;
  }
  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 1.8rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-32,
  .gx-sm-32 {
    --bs-gutter-x: 3.2rem;
  }
  .g-sm-32,
  .gy-sm-32 {
    --bs-gutter-y: 3.2rem;
  }
  .g-sm-35,
  .gx-sm-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-35,
  .gy-sm-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-45,
  .gx-sm-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-45,
  .gy-sm-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-55,
  .gx-sm-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-sm-55,
  .gy-sm-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-65,
  .gx-sm-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-sm-65,
  .gy-sm-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-75,
  .gx-sm-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-75,
  .gy-sm-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-85,
  .gx-sm-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-sm-85,
  .gy-sm-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-95,
  .gx-sm-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-sm-95,
  .gy-sm-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-105,
  .gx-sm-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-sm-105,
  .gy-sm-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-sm-110,
  .gx-sm-110 {
    --bs-gutter-x: 11rem;
  }
  .g-sm-110,
  .gy-sm-110 {
    --bs-gutter-y: 11rem;
  }
  .g-sm-115,
  .gx-sm-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-sm-115,
  .gy-sm-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-sm-120,
  .gx-sm-120 {
    --bs-gutter-x: 12rem;
  }
  .g-sm-120,
  .gy-sm-120 {
    --bs-gutter-y: 12rem;
  }
  .g-sm-125,
  .gx-sm-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-125,
  .gy-sm-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-sm-130,
  .gx-sm-130 {
    --bs-gutter-x: 13rem;
  }
  .g-sm-130,
  .gy-sm-130 {
    --bs-gutter-y: 13rem;
  }
  .g-sm-135,
  .gx-sm-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-sm-135,
  .gy-sm-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-sm-140,
  .gx-sm-140 {
    --bs-gutter-x: 14rem;
  }
  .g-sm-140,
  .gy-sm-140 {
    --bs-gutter-y: 14rem;
  }
  .g-sm-145,
  .gx-sm-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-sm-145,
  .gy-sm-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-sm-150,
  .gx-sm-150 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-150,
  .gy-sm-150 {
    --bs-gutter-y: 15rem;
  }
  .g-sm-155,
  .gx-sm-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-sm-155,
  .gy-sm-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-sm-160,
  .gx-sm-160 {
    --bs-gutter-x: 16rem;
  }
  .g-sm-160,
  .gy-sm-160 {
    --bs-gutter-y: 16rem;
  }
  .g-sm-165,
  .gx-sm-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-sm-165,
  .gy-sm-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-sm-170,
  .gx-sm-170 {
    --bs-gutter-x: 17rem;
  }
  .g-sm-170,
  .gy-sm-170 {
    --bs-gutter-y: 17rem;
  }
  .g-sm-175,
  .gx-sm-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-sm-175,
  .gy-sm-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-sm-180,
  .gx-sm-180 {
    --bs-gutter-x: 18rem;
  }
  .g-sm-180,
  .gy-sm-180 {
    --bs-gutter-y: 18rem;
  }
  .g-sm-185,
  .gx-sm-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-sm-185,
  .gy-sm-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-sm-190,
  .gx-sm-190 {
    --bs-gutter-x: 19rem;
  }
  .g-sm-190,
  .gy-sm-190 {
    --bs-gutter-y: 19rem;
  }
  .g-sm-195,
  .gx-sm-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-sm-195,
  .gy-sm-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-sm-200,
  .gx-sm-200 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-200,
  .gy-sm-200 {
    --bs-gutter-y: 20rem;
  }
  .g-sm-275,
  .gx-sm-275 {
    --bs-gutter-x: 27.5rem;
  }
  .g-sm-275,
  .gy-sm-275 {
    --bs-gutter-y: 27.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.3rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.3rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 1rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 1rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 1.2rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 1.2rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 1.8rem;
  }
  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 1.8rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 2rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 2rem;
  }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 3rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 3rem;
  }
  .g-md-32,
  .gx-md-32 {
    --bs-gutter-x: 3.2rem;
  }
  .g-md-32,
  .gy-md-32 {
    --bs-gutter-y: 3.2rem;
  }
  .g-md-35,
  .gx-md-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-35,
  .gy-md-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 4rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 4rem;
  }
  .g-md-45,
  .gx-md-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-45,
  .gy-md-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 5rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 5rem;
  }
  .g-md-55,
  .gx-md-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-md-55,
  .gy-md-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 6rem;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 6rem;
  }
  .g-md-65,
  .gx-md-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-md-65,
  .gy-md-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 7rem;
  }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 7rem;
  }
  .g-md-75,
  .gx-md-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-75,
  .gy-md-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 8rem;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 8rem;
  }
  .g-md-85,
  .gx-md-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-md-85,
  .gy-md-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 9rem;
  }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 9rem;
  }
  .g-md-95,
  .gx-md-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-md-95,
  .gy-md-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 10rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 10rem;
  }
  .g-md-105,
  .gx-md-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-md-105,
  .gy-md-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-md-110,
  .gx-md-110 {
    --bs-gutter-x: 11rem;
  }
  .g-md-110,
  .gy-md-110 {
    --bs-gutter-y: 11rem;
  }
  .g-md-115,
  .gx-md-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-md-115,
  .gy-md-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-md-120,
  .gx-md-120 {
    --bs-gutter-x: 12rem;
  }
  .g-md-120,
  .gy-md-120 {
    --bs-gutter-y: 12rem;
  }
  .g-md-125,
  .gx-md-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-125,
  .gy-md-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-md-130,
  .gx-md-130 {
    --bs-gutter-x: 13rem;
  }
  .g-md-130,
  .gy-md-130 {
    --bs-gutter-y: 13rem;
  }
  .g-md-135,
  .gx-md-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-md-135,
  .gy-md-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-md-140,
  .gx-md-140 {
    --bs-gutter-x: 14rem;
  }
  .g-md-140,
  .gy-md-140 {
    --bs-gutter-y: 14rem;
  }
  .g-md-145,
  .gx-md-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-md-145,
  .gy-md-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-md-150,
  .gx-md-150 {
    --bs-gutter-x: 15rem;
  }
  .g-md-150,
  .gy-md-150 {
    --bs-gutter-y: 15rem;
  }
  .g-md-155,
  .gx-md-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-md-155,
  .gy-md-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-md-160,
  .gx-md-160 {
    --bs-gutter-x: 16rem;
  }
  .g-md-160,
  .gy-md-160 {
    --bs-gutter-y: 16rem;
  }
  .g-md-165,
  .gx-md-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-md-165,
  .gy-md-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-md-170,
  .gx-md-170 {
    --bs-gutter-x: 17rem;
  }
  .g-md-170,
  .gy-md-170 {
    --bs-gutter-y: 17rem;
  }
  .g-md-175,
  .gx-md-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-md-175,
  .gy-md-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-md-180,
  .gx-md-180 {
    --bs-gutter-x: 18rem;
  }
  .g-md-180,
  .gy-md-180 {
    --bs-gutter-y: 18rem;
  }
  .g-md-185,
  .gx-md-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-md-185,
  .gy-md-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-md-190,
  .gx-md-190 {
    --bs-gutter-x: 19rem;
  }
  .g-md-190,
  .gy-md-190 {
    --bs-gutter-y: 19rem;
  }
  .g-md-195,
  .gx-md-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-md-195,
  .gy-md-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-md-200,
  .gx-md-200 {
    --bs-gutter-x: 20rem;
  }
  .g-md-200,
  .gy-md-200 {
    --bs-gutter-y: 20rem;
  }
  .g-md-275,
  .gx-md-275 {
    --bs-gutter-x: 27.5rem;
  }
  .g-md-275,
  .gy-md-275 {
    --bs-gutter-y: 27.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.3rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.3rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 1.2rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 1.2rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 1.8rem;
  }
  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 1.8rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-32,
  .gx-lg-32 {
    --bs-gutter-x: 3.2rem;
  }
  .g-lg-32,
  .gy-lg-32 {
    --bs-gutter-y: 3.2rem;
  }
  .g-lg-35,
  .gx-lg-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-35,
  .gy-lg-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-45,
  .gx-lg-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-45,
  .gy-lg-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-55,
  .gx-lg-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-lg-55,
  .gy-lg-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-65,
  .gx-lg-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-lg-65,
  .gy-lg-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-75,
  .gx-lg-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-75,
  .gy-lg-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-85,
  .gx-lg-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-lg-85,
  .gy-lg-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-95,
  .gx-lg-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-lg-95,
  .gy-lg-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-105,
  .gx-lg-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-lg-105,
  .gy-lg-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-lg-110,
  .gx-lg-110 {
    --bs-gutter-x: 11rem;
  }
  .g-lg-110,
  .gy-lg-110 {
    --bs-gutter-y: 11rem;
  }
  .g-lg-115,
  .gx-lg-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-lg-115,
  .gy-lg-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-lg-120,
  .gx-lg-120 {
    --bs-gutter-x: 12rem;
  }
  .g-lg-120,
  .gy-lg-120 {
    --bs-gutter-y: 12rem;
  }
  .g-lg-125,
  .gx-lg-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-125,
  .gy-lg-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-lg-130,
  .gx-lg-130 {
    --bs-gutter-x: 13rem;
  }
  .g-lg-130,
  .gy-lg-130 {
    --bs-gutter-y: 13rem;
  }
  .g-lg-135,
  .gx-lg-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-lg-135,
  .gy-lg-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-lg-140,
  .gx-lg-140 {
    --bs-gutter-x: 14rem;
  }
  .g-lg-140,
  .gy-lg-140 {
    --bs-gutter-y: 14rem;
  }
  .g-lg-145,
  .gx-lg-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-lg-145,
  .gy-lg-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-lg-150,
  .gx-lg-150 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-150,
  .gy-lg-150 {
    --bs-gutter-y: 15rem;
  }
  .g-lg-155,
  .gx-lg-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-lg-155,
  .gy-lg-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-lg-160,
  .gx-lg-160 {
    --bs-gutter-x: 16rem;
  }
  .g-lg-160,
  .gy-lg-160 {
    --bs-gutter-y: 16rem;
  }
  .g-lg-165,
  .gx-lg-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-lg-165,
  .gy-lg-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-lg-170,
  .gx-lg-170 {
    --bs-gutter-x: 17rem;
  }
  .g-lg-170,
  .gy-lg-170 {
    --bs-gutter-y: 17rem;
  }
  .g-lg-175,
  .gx-lg-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-lg-175,
  .gy-lg-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-lg-180,
  .gx-lg-180 {
    --bs-gutter-x: 18rem;
  }
  .g-lg-180,
  .gy-lg-180 {
    --bs-gutter-y: 18rem;
  }
  .g-lg-185,
  .gx-lg-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-lg-185,
  .gy-lg-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-lg-190,
  .gx-lg-190 {
    --bs-gutter-x: 19rem;
  }
  .g-lg-190,
  .gy-lg-190 {
    --bs-gutter-y: 19rem;
  }
  .g-lg-195,
  .gx-lg-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-lg-195,
  .gy-lg-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-lg-200,
  .gx-lg-200 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-200,
  .gy-lg-200 {
    --bs-gutter-y: 20rem;
  }
  .g-lg-275,
  .gx-lg-275 {
    --bs-gutter-x: 27.5rem;
  }
  .g-lg-275,
  .gy-lg-275 {
    --bs-gutter-y: 27.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.3rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.3rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 1.8rem;
  }
  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 1.8rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-32,
  .gx-xl-32 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xl-32,
  .gy-xl-32 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xl-35,
  .gx-xl-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-35,
  .gy-xl-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-45,
  .gx-xl-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-45,
  .gy-xl-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-55,
  .gx-xl-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xl-55,
  .gy-xl-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-65,
  .gx-xl-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xl-65,
  .gy-xl-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xl-70,
  .gx-xl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-70,
  .gy-xl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-75,
  .gx-xl-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-75,
  .gy-xl-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-85,
  .gx-xl-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xl-85,
  .gy-xl-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xl-90,
  .gx-xl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-90,
  .gy-xl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-95,
  .gx-xl-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xl-95,
  .gy-xl-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-105,
  .gx-xl-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xl-105,
  .gy-xl-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-xl-110,
  .gx-xl-110 {
    --bs-gutter-x: 11rem;
  }
  .g-xl-110,
  .gy-xl-110 {
    --bs-gutter-y: 11rem;
  }
  .g-xl-115,
  .gx-xl-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-xl-115,
  .gy-xl-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-xl-120,
  .gx-xl-120 {
    --bs-gutter-x: 12rem;
  }
  .g-xl-120,
  .gy-xl-120 {
    --bs-gutter-y: 12rem;
  }
  .g-xl-125,
  .gx-xl-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xl-125,
  .gy-xl-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xl-130,
  .gx-xl-130 {
    --bs-gutter-x: 13rem;
  }
  .g-xl-130,
  .gy-xl-130 {
    --bs-gutter-y: 13rem;
  }
  .g-xl-135,
  .gx-xl-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-xl-135,
  .gy-xl-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-xl-140,
  .gx-xl-140 {
    --bs-gutter-x: 14rem;
  }
  .g-xl-140,
  .gy-xl-140 {
    --bs-gutter-y: 14rem;
  }
  .g-xl-145,
  .gx-xl-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-xl-145,
  .gy-xl-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-xl-150,
  .gx-xl-150 {
    --bs-gutter-x: 15rem;
  }
  .g-xl-150,
  .gy-xl-150 {
    --bs-gutter-y: 15rem;
  }
  .g-xl-155,
  .gx-xl-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-xl-155,
  .gy-xl-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-xl-160,
  .gx-xl-160 {
    --bs-gutter-x: 16rem;
  }
  .g-xl-160,
  .gy-xl-160 {
    --bs-gutter-y: 16rem;
  }
  .g-xl-165,
  .gx-xl-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-xl-165,
  .gy-xl-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-xl-170,
  .gx-xl-170 {
    --bs-gutter-x: 17rem;
  }
  .g-xl-170,
  .gy-xl-170 {
    --bs-gutter-y: 17rem;
  }
  .g-xl-175,
  .gx-xl-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-xl-175,
  .gy-xl-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-xl-180,
  .gx-xl-180 {
    --bs-gutter-x: 18rem;
  }
  .g-xl-180,
  .gy-xl-180 {
    --bs-gutter-y: 18rem;
  }
  .g-xl-185,
  .gx-xl-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-xl-185,
  .gy-xl-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-xl-190,
  .gx-xl-190 {
    --bs-gutter-x: 19rem;
  }
  .g-xl-190,
  .gy-xl-190 {
    --bs-gutter-y: 19rem;
  }
  .g-xl-195,
  .gx-xl-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-xl-195,
  .gy-xl-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-xl-200,
  .gx-xl-200 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-200,
  .gy-xl-200 {
    --bs-gutter-y: 20rem;
  }
  .g-xl-275,
  .gx-xl-275 {
    --bs-gutter-x: 27.5rem;
  }
  .g-xl-275,
  .gy-xl-275 {
    --bs-gutter-y: 27.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.3rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.3rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxl-18,
  .gx-xxl-18 {
    --bs-gutter-x: 1.8rem;
  }
  .g-xxl-18,
  .gy-xxl-18 {
    --bs-gutter-y: 1.8rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-32,
  .gx-xxl-32 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xxl-32,
  .gy-xxl-32 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xxl-35,
  .gx-xxl-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-35,
  .gy-xxl-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-45,
  .gx-xxl-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-45,
  .gy-xxl-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-55,
  .gx-xxl-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxl-55,
  .gy-xxl-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-65,
  .gx-xxl-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xxl-65,
  .gy-xxl-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xxl-70,
  .gx-xxl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-70,
  .gy-xxl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-75,
  .gx-xxl-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-75,
  .gy-xxl-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-85,
  .gx-xxl-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xxl-85,
  .gy-xxl-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xxl-90,
  .gx-xxl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-90,
  .gy-xxl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-95,
  .gx-xxl-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xxl-95,
  .gy-xxl-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-105,
  .gx-xxl-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xxl-105,
  .gy-xxl-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-xxl-110,
  .gx-xxl-110 {
    --bs-gutter-x: 11rem;
  }
  .g-xxl-110,
  .gy-xxl-110 {
    --bs-gutter-y: 11rem;
  }
  .g-xxl-115,
  .gx-xxl-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-xxl-115,
  .gy-xxl-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-xxl-120,
  .gx-xxl-120 {
    --bs-gutter-x: 12rem;
  }
  .g-xxl-120,
  .gy-xxl-120 {
    --bs-gutter-y: 12rem;
  }
  .g-xxl-125,
  .gx-xxl-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xxl-125,
  .gy-xxl-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xxl-130,
  .gx-xxl-130 {
    --bs-gutter-x: 13rem;
  }
  .g-xxl-130,
  .gy-xxl-130 {
    --bs-gutter-y: 13rem;
  }
  .g-xxl-135,
  .gx-xxl-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-xxl-135,
  .gy-xxl-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-xxl-140,
  .gx-xxl-140 {
    --bs-gutter-x: 14rem;
  }
  .g-xxl-140,
  .gy-xxl-140 {
    --bs-gutter-y: 14rem;
  }
  .g-xxl-145,
  .gx-xxl-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-xxl-145,
  .gy-xxl-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-xxl-150,
  .gx-xxl-150 {
    --bs-gutter-x: 15rem;
  }
  .g-xxl-150,
  .gy-xxl-150 {
    --bs-gutter-y: 15rem;
  }
  .g-xxl-155,
  .gx-xxl-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-xxl-155,
  .gy-xxl-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-xxl-160,
  .gx-xxl-160 {
    --bs-gutter-x: 16rem;
  }
  .g-xxl-160,
  .gy-xxl-160 {
    --bs-gutter-y: 16rem;
  }
  .g-xxl-165,
  .gx-xxl-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-xxl-165,
  .gy-xxl-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-xxl-170,
  .gx-xxl-170 {
    --bs-gutter-x: 17rem;
  }
  .g-xxl-170,
  .gy-xxl-170 {
    --bs-gutter-y: 17rem;
  }
  .g-xxl-175,
  .gx-xxl-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-xxl-175,
  .gy-xxl-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-xxl-180,
  .gx-xxl-180 {
    --bs-gutter-x: 18rem;
  }
  .g-xxl-180,
  .gy-xxl-180 {
    --bs-gutter-y: 18rem;
  }
  .g-xxl-185,
  .gx-xxl-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-xxl-185,
  .gy-xxl-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-xxl-190,
  .gx-xxl-190 {
    --bs-gutter-x: 19rem;
  }
  .g-xxl-190,
  .gy-xxl-190 {
    --bs-gutter-y: 19rem;
  }
  .g-xxl-195,
  .gx-xxl-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-xxl-195,
  .gy-xxl-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-xxl-200,
  .gx-xxl-200 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-200,
  .gy-xxl-200 {
    --bs-gutter-y: 20rem;
  }
  .g-xxl-275,
  .gx-xxl-275 {
    --bs-gutter-x: 27.5rem;
  }
  .g-xxl-275,
  .gy-xxl-275 {
    --bs-gutter-y: 27.5rem;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/* || PRIMARY FONT */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
}
/* || TITLE FONT */
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  src: url("../fonts/Poppins/Poppins-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  src: url("../fonts/Poppins/Poppins-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  src: url("../fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  src: url("../fonts/Poppins/Poppins-Black.ttf") format("truetype");
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* || GENERAL STYLES */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

p {
  inline-size: 100%;
}

ul, ol {
  list-style: none;
}

ins {
  text-decoration: none;
}

html {
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: smooth;
}
@media (max-width: 991.98px) {
  html {
    font-size: 1.0080848404vw;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 1.7361713948vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

body {
  min-block-size: 100vh;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  line-height: normal;
  color: #1F1F1F;
  text-rendering: optimizeSpeed;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
picture,
svg,
video {
  display: block;
  block-size: auto;
  max-inline-size: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

input:is([type=checkbox], [type=radio]) {
  inline-size: 2rem;
  block-size: 2rem;
  margin: 0;
  vertical-align: middle;
  accent-color: #2B2C89;
}

input:not([type=submit], [type=checkbox], [type=radio]),
select,
textarea {
  inline-size: 100%;
  padding: 4.4rem 2rem 1.2rem 7.4rem;
  margin-block-end: 2.4rem;
  border: 0.1rem solid #E5E5EA;
  border-radius: 1rem;
  outline: none;
  color: #1F1F1F;
  background-color: #FBFBFD;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
input:not([type=submit], [type=checkbox], [type=radio])::placeholder,
select::placeholder,
textarea::placeholder {
  color: #777;
}
input:not([type=submit], [type=checkbox], [type=radio]):focus,
select:focus,
textarea:focus {
  border-color: #2B2C89;
}

input[type=search] {
  padding: 1.6rem 5.4rem 1.6rem 3rem;
  margin-block-end: 0;
  border-radius: 3rem;
  background: rgba(242, 242, 247, 0.5) url(../icons/search.svg) no-repeat center right 2rem/2.4rem;
}

select,
textarea {
  margin-block-end: 0;
}

select {
  background: #FBFBFD url(../icons/caret-down-blue.svg) no-repeat center right 3rem/1.2rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

button,
input[type=submit] {
  padding: 0;
  border: 0;
  letter-spacing: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

figure,
iframe {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
/* || UTILITIES */
.container {
  inline-size: 100%;
  max-inline-size: 159rem;
  padding-inline-start: calc(0.5 * var(--bs-gutter-container-x));
  padding-inline-end: calc(0.5 * var(--bs-gutter-container-x));
  margin-inline-start: auto;
  margin-inline-end: auto;
  --bs-gutter-container-x: 3rem;
  --bs-gutter-container-m-x: 3rem;
}
@media (max-width: 575.98px) {
  .container {
    max-inline-size: 100%;
    padding-inline-start: calc(0.5 * var(--bs-gutter-container-m-x));
    padding-inline-end: calc(0.5 * var(--bs-gutter-container-m-x));
  }
}

.container-fluid {
  inline-size: 100%;
  --bs-gutter-container-m-x: 3rem;
}
@media (max-width: 991.98px) {
  .container-fluid {
    max-inline-size: 100%;
    padding-inline-start: calc(0.5 * var(--bs-gutter-container-m-x));
    padding-inline-end: calc(0.5 * var(--bs-gutter-container-m-x));
  }
}

.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-m-x: 3rem;
}
@media (max-width: 575.98px) {
  .row {
    margin-inline-start: calc(-0.5 * var(--bs-gutter-m-x));
    margin-inline-end: calc(-0.5 * var(--bs-gutter-m-x));
  }
}
@media (max-width: 575.98px) {
  .row [class^=col-],
  .row [class*=" col-"] {
    padding-inline-start: calc(0.5 * var(--bs-gutter-m-x));
    padding-inline-end: calc(0.5 * var(--bs-gutter-m-x));
  }
}

.row-sm {
  --bs-gutter-x: 3rem;
}
@media (max-width: 575.98px) {
  .row-sm {
    margin-inline-start: calc(-0.5 * var(--bs-gutter-m-x));
    margin-inline-end: calc(-0.5 * var(--bs-gutter-m-x));
  }
}
@media (max-width: 575.98px) {
  .row-sm [class^=col-],
  .row-sm [class*=" col-"] {
    padding-inline-start: calc(0.5 * var(--bs-gutter-m-x));
    padding-inline-end: calc(0.5 * var(--bs-gutter-m-x));
  }
}

.g-0 {
  --bs-gutter-m-x: 0;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 0.3rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 0.3rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 0.5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 0.5rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 1rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 1rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 1.2rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 1.2rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 1.5rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 1.5rem;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 1.6rem;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 1.6rem;
}

.g-18,
.gx-18 {
  --bs-gutter-x: 1.8rem;
}

.g-18,
.gy-18 {
  --bs-gutter-y: 1.8rem;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 2rem;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 2rem;
}

.g-24,
.gx-24 {
  --bs-gutter-x: 2.4rem;
}

.g-24,
.gy-24 {
  --bs-gutter-y: 2.4rem;
}

.g-25,
.gx-25 {
  --bs-gutter-x: 2.5rem;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 2.5rem;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 3rem;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 3rem;
}

.g-32,
.gx-32 {
  --bs-gutter-x: 3.2rem;
}

.g-32,
.gy-32 {
  --bs-gutter-y: 3.2rem;
}

.g-35,
.gx-35 {
  --bs-gutter-x: 3.5rem;
}

.g-35,
.gy-35 {
  --bs-gutter-y: 3.5rem;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 4rem;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 4rem;
}

.g-45,
.gx-45 {
  --bs-gutter-x: 4.5rem;
}

.g-45,
.gy-45 {
  --bs-gutter-y: 4.5rem;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 5rem;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 5rem;
}

.g-55,
.gx-55 {
  --bs-gutter-x: 5.5rem;
}

.g-55,
.gy-55 {
  --bs-gutter-y: 5.5rem;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 6rem;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 6rem;
}

.g-65,
.gx-65 {
  --bs-gutter-x: 6.5rem;
}

.g-65,
.gy-65 {
  --bs-gutter-y: 6.5rem;
}

.g-70,
.gx-70 {
  --bs-gutter-x: 7rem;
}

.g-70,
.gy-70 {
  --bs-gutter-y: 7rem;
}

.g-75,
.gx-75 {
  --bs-gutter-x: 7.5rem;
}

.g-75,
.gy-75 {
  --bs-gutter-y: 7.5rem;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 8rem;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 8rem;
}

.g-85,
.gx-85 {
  --bs-gutter-x: 8.5rem;
}

.g-85,
.gy-85 {
  --bs-gutter-y: 8.5rem;
}

.g-90,
.gx-90 {
  --bs-gutter-x: 9rem;
}

.g-90,
.gy-90 {
  --bs-gutter-y: 9rem;
}

.g-95,
.gx-95 {
  --bs-gutter-x: 9.5rem;
}

.g-95,
.gy-95 {
  --bs-gutter-y: 9.5rem;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 10rem;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 10rem;
}

.g-105,
.gx-105 {
  --bs-gutter-x: 10.5rem;
}

.g-105,
.gy-105 {
  --bs-gutter-y: 10.5rem;
}

.g-110,
.gx-110 {
  --bs-gutter-x: 11rem;
}

.g-110,
.gy-110 {
  --bs-gutter-y: 11rem;
}

.g-115,
.gx-115 {
  --bs-gutter-x: 11.5rem;
}

.g-115,
.gy-115 {
  --bs-gutter-y: 11.5rem;
}

.g-120,
.gx-120 {
  --bs-gutter-x: 12rem;
}

.g-120,
.gy-120 {
  --bs-gutter-y: 12rem;
}

.g-125,
.gx-125 {
  --bs-gutter-x: 12.5rem;
}

.g-125,
.gy-125 {
  --bs-gutter-y: 12.5rem;
}

.g-130,
.gx-130 {
  --bs-gutter-x: 13rem;
}

.g-130,
.gy-130 {
  --bs-gutter-y: 13rem;
}

.g-135,
.gx-135 {
  --bs-gutter-x: 13.5rem;
}

.g-135,
.gy-135 {
  --bs-gutter-y: 13.5rem;
}

.g-140,
.gx-140 {
  --bs-gutter-x: 14rem;
}

.g-140,
.gy-140 {
  --bs-gutter-y: 14rem;
}

.g-145,
.gx-145 {
  --bs-gutter-x: 14.5rem;
}

.g-145,
.gy-145 {
  --bs-gutter-y: 14.5rem;
}

.g-150,
.gx-150 {
  --bs-gutter-x: 15rem;
}

.g-150,
.gy-150 {
  --bs-gutter-y: 15rem;
}

.g-155,
.gx-155 {
  --bs-gutter-x: 15.5rem;
}

.g-155,
.gy-155 {
  --bs-gutter-y: 15.5rem;
}

.g-160,
.gx-160 {
  --bs-gutter-x: 16rem;
}

.g-160,
.gy-160 {
  --bs-gutter-y: 16rem;
}

.g-165,
.gx-165 {
  --bs-gutter-x: 16.5rem;
}

.g-165,
.gy-165 {
  --bs-gutter-y: 16.5rem;
}

.g-170,
.gx-170 {
  --bs-gutter-x: 17rem;
}

.g-170,
.gy-170 {
  --bs-gutter-y: 17rem;
}

.g-175,
.gx-175 {
  --bs-gutter-x: 17.5rem;
}

.g-175,
.gy-175 {
  --bs-gutter-y: 17.5rem;
}

.g-180,
.gx-180 {
  --bs-gutter-x: 18rem;
}

.g-180,
.gy-180 {
  --bs-gutter-y: 18rem;
}

.g-185,
.gx-185 {
  --bs-gutter-x: 18.5rem;
}

.g-185,
.gy-185 {
  --bs-gutter-y: 18.5rem;
}

.g-190,
.gx-190 {
  --bs-gutter-x: 19rem;
}

.g-190,
.gy-190 {
  --bs-gutter-y: 19rem;
}

.g-195,
.gx-195 {
  --bs-gutter-x: 19.5rem;
}

.g-195,
.gy-195 {
  --bs-gutter-y: 19.5rem;
}

.g-200,
.gx-200 {
  --bs-gutter-x: 20rem;
}

.g-200,
.gy-200 {
  --bs-gutter-y: 20rem;
}

.g-275,
.gx-275 {
  --bs-gutter-x: 27.5rem;
}

.g-275,
.gy-275 {
  --bs-gutter-y: 27.5rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.3rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.3rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 1.2rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 1.2rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 1.8rem;
  }
  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 1.8rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-32,
  .gx-sm-32 {
    --bs-gutter-x: 3.2rem;
  }
  .g-sm-32,
  .gy-sm-32 {
    --bs-gutter-y: 3.2rem;
  }
  .g-sm-35,
  .gx-sm-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-35,
  .gy-sm-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-45,
  .gx-sm-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-45,
  .gy-sm-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-55,
  .gx-sm-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-sm-55,
  .gy-sm-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-65,
  .gx-sm-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-sm-65,
  .gy-sm-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-75,
  .gx-sm-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-75,
  .gy-sm-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-85,
  .gx-sm-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-sm-85,
  .gy-sm-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-95,
  .gx-sm-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-sm-95,
  .gy-sm-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-105,
  .gx-sm-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-sm-105,
  .gy-sm-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-sm-110,
  .gx-sm-110 {
    --bs-gutter-x: 11rem;
  }
  .g-sm-110,
  .gy-sm-110 {
    --bs-gutter-y: 11rem;
  }
  .g-sm-115,
  .gx-sm-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-sm-115,
  .gy-sm-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-sm-120,
  .gx-sm-120 {
    --bs-gutter-x: 12rem;
  }
  .g-sm-120,
  .gy-sm-120 {
    --bs-gutter-y: 12rem;
  }
  .g-sm-125,
  .gx-sm-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-125,
  .gy-sm-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-sm-130,
  .gx-sm-130 {
    --bs-gutter-x: 13rem;
  }
  .g-sm-130,
  .gy-sm-130 {
    --bs-gutter-y: 13rem;
  }
  .g-sm-135,
  .gx-sm-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-sm-135,
  .gy-sm-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-sm-140,
  .gx-sm-140 {
    --bs-gutter-x: 14rem;
  }
  .g-sm-140,
  .gy-sm-140 {
    --bs-gutter-y: 14rem;
  }
  .g-sm-145,
  .gx-sm-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-sm-145,
  .gy-sm-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-sm-150,
  .gx-sm-150 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-150,
  .gy-sm-150 {
    --bs-gutter-y: 15rem;
  }
  .g-sm-155,
  .gx-sm-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-sm-155,
  .gy-sm-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-sm-160,
  .gx-sm-160 {
    --bs-gutter-x: 16rem;
  }
  .g-sm-160,
  .gy-sm-160 {
    --bs-gutter-y: 16rem;
  }
  .g-sm-165,
  .gx-sm-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-sm-165,
  .gy-sm-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-sm-170,
  .gx-sm-170 {
    --bs-gutter-x: 17rem;
  }
  .g-sm-170,
  .gy-sm-170 {
    --bs-gutter-y: 17rem;
  }
  .g-sm-175,
  .gx-sm-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-sm-175,
  .gy-sm-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-sm-180,
  .gx-sm-180 {
    --bs-gutter-x: 18rem;
  }
  .g-sm-180,
  .gy-sm-180 {
    --bs-gutter-y: 18rem;
  }
  .g-sm-185,
  .gx-sm-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-sm-185,
  .gy-sm-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-sm-190,
  .gx-sm-190 {
    --bs-gutter-x: 19rem;
  }
  .g-sm-190,
  .gy-sm-190 {
    --bs-gutter-y: 19rem;
  }
  .g-sm-195,
  .gx-sm-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-sm-195,
  .gy-sm-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-sm-200,
  .gx-sm-200 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-200,
  .gy-sm-200 {
    --bs-gutter-y: 20rem;
  }
  .g-sm-275,
  .gx-sm-275 {
    --bs-gutter-x: 27.5rem;
  }
  .g-sm-275,
  .gy-sm-275 {
    --bs-gutter-y: 27.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.3rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.3rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 1rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 1rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 1.2rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 1.2rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 1.8rem;
  }
  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 1.8rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 2rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 2rem;
  }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 3rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 3rem;
  }
  .g-md-32,
  .gx-md-32 {
    --bs-gutter-x: 3.2rem;
  }
  .g-md-32,
  .gy-md-32 {
    --bs-gutter-y: 3.2rem;
  }
  .g-md-35,
  .gx-md-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-35,
  .gy-md-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 4rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 4rem;
  }
  .g-md-45,
  .gx-md-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-45,
  .gy-md-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 5rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 5rem;
  }
  .g-md-55,
  .gx-md-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-md-55,
  .gy-md-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 6rem;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 6rem;
  }
  .g-md-65,
  .gx-md-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-md-65,
  .gy-md-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 7rem;
  }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 7rem;
  }
  .g-md-75,
  .gx-md-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-75,
  .gy-md-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 8rem;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 8rem;
  }
  .g-md-85,
  .gx-md-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-md-85,
  .gy-md-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 9rem;
  }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 9rem;
  }
  .g-md-95,
  .gx-md-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-md-95,
  .gy-md-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 10rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 10rem;
  }
  .g-md-105,
  .gx-md-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-md-105,
  .gy-md-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-md-110,
  .gx-md-110 {
    --bs-gutter-x: 11rem;
  }
  .g-md-110,
  .gy-md-110 {
    --bs-gutter-y: 11rem;
  }
  .g-md-115,
  .gx-md-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-md-115,
  .gy-md-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-md-120,
  .gx-md-120 {
    --bs-gutter-x: 12rem;
  }
  .g-md-120,
  .gy-md-120 {
    --bs-gutter-y: 12rem;
  }
  .g-md-125,
  .gx-md-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-125,
  .gy-md-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-md-130,
  .gx-md-130 {
    --bs-gutter-x: 13rem;
  }
  .g-md-130,
  .gy-md-130 {
    --bs-gutter-y: 13rem;
  }
  .g-md-135,
  .gx-md-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-md-135,
  .gy-md-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-md-140,
  .gx-md-140 {
    --bs-gutter-x: 14rem;
  }
  .g-md-140,
  .gy-md-140 {
    --bs-gutter-y: 14rem;
  }
  .g-md-145,
  .gx-md-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-md-145,
  .gy-md-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-md-150,
  .gx-md-150 {
    --bs-gutter-x: 15rem;
  }
  .g-md-150,
  .gy-md-150 {
    --bs-gutter-y: 15rem;
  }
  .g-md-155,
  .gx-md-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-md-155,
  .gy-md-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-md-160,
  .gx-md-160 {
    --bs-gutter-x: 16rem;
  }
  .g-md-160,
  .gy-md-160 {
    --bs-gutter-y: 16rem;
  }
  .g-md-165,
  .gx-md-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-md-165,
  .gy-md-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-md-170,
  .gx-md-170 {
    --bs-gutter-x: 17rem;
  }
  .g-md-170,
  .gy-md-170 {
    --bs-gutter-y: 17rem;
  }
  .g-md-175,
  .gx-md-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-md-175,
  .gy-md-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-md-180,
  .gx-md-180 {
    --bs-gutter-x: 18rem;
  }
  .g-md-180,
  .gy-md-180 {
    --bs-gutter-y: 18rem;
  }
  .g-md-185,
  .gx-md-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-md-185,
  .gy-md-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-md-190,
  .gx-md-190 {
    --bs-gutter-x: 19rem;
  }
  .g-md-190,
  .gy-md-190 {
    --bs-gutter-y: 19rem;
  }
  .g-md-195,
  .gx-md-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-md-195,
  .gy-md-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-md-200,
  .gx-md-200 {
    --bs-gutter-x: 20rem;
  }
  .g-md-200,
  .gy-md-200 {
    --bs-gutter-y: 20rem;
  }
  .g-md-275,
  .gx-md-275 {
    --bs-gutter-x: 27.5rem;
  }
  .g-md-275,
  .gy-md-275 {
    --bs-gutter-y: 27.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.3rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.3rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 1.2rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 1.2rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 1.8rem;
  }
  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 1.8rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-32,
  .gx-lg-32 {
    --bs-gutter-x: 3.2rem;
  }
  .g-lg-32,
  .gy-lg-32 {
    --bs-gutter-y: 3.2rem;
  }
  .g-lg-35,
  .gx-lg-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-35,
  .gy-lg-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-45,
  .gx-lg-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-45,
  .gy-lg-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-55,
  .gx-lg-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-lg-55,
  .gy-lg-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-65,
  .gx-lg-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-lg-65,
  .gy-lg-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-75,
  .gx-lg-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-75,
  .gy-lg-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-85,
  .gx-lg-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-lg-85,
  .gy-lg-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-95,
  .gx-lg-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-lg-95,
  .gy-lg-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-105,
  .gx-lg-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-lg-105,
  .gy-lg-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-lg-110,
  .gx-lg-110 {
    --bs-gutter-x: 11rem;
  }
  .g-lg-110,
  .gy-lg-110 {
    --bs-gutter-y: 11rem;
  }
  .g-lg-115,
  .gx-lg-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-lg-115,
  .gy-lg-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-lg-120,
  .gx-lg-120 {
    --bs-gutter-x: 12rem;
  }
  .g-lg-120,
  .gy-lg-120 {
    --bs-gutter-y: 12rem;
  }
  .g-lg-125,
  .gx-lg-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-125,
  .gy-lg-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-lg-130,
  .gx-lg-130 {
    --bs-gutter-x: 13rem;
  }
  .g-lg-130,
  .gy-lg-130 {
    --bs-gutter-y: 13rem;
  }
  .g-lg-135,
  .gx-lg-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-lg-135,
  .gy-lg-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-lg-140,
  .gx-lg-140 {
    --bs-gutter-x: 14rem;
  }
  .g-lg-140,
  .gy-lg-140 {
    --bs-gutter-y: 14rem;
  }
  .g-lg-145,
  .gx-lg-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-lg-145,
  .gy-lg-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-lg-150,
  .gx-lg-150 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-150,
  .gy-lg-150 {
    --bs-gutter-y: 15rem;
  }
  .g-lg-155,
  .gx-lg-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-lg-155,
  .gy-lg-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-lg-160,
  .gx-lg-160 {
    --bs-gutter-x: 16rem;
  }
  .g-lg-160,
  .gy-lg-160 {
    --bs-gutter-y: 16rem;
  }
  .g-lg-165,
  .gx-lg-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-lg-165,
  .gy-lg-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-lg-170,
  .gx-lg-170 {
    --bs-gutter-x: 17rem;
  }
  .g-lg-170,
  .gy-lg-170 {
    --bs-gutter-y: 17rem;
  }
  .g-lg-175,
  .gx-lg-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-lg-175,
  .gy-lg-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-lg-180,
  .gx-lg-180 {
    --bs-gutter-x: 18rem;
  }
  .g-lg-180,
  .gy-lg-180 {
    --bs-gutter-y: 18rem;
  }
  .g-lg-185,
  .gx-lg-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-lg-185,
  .gy-lg-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-lg-190,
  .gx-lg-190 {
    --bs-gutter-x: 19rem;
  }
  .g-lg-190,
  .gy-lg-190 {
    --bs-gutter-y: 19rem;
  }
  .g-lg-195,
  .gx-lg-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-lg-195,
  .gy-lg-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-lg-200,
  .gx-lg-200 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-200,
  .gy-lg-200 {
    --bs-gutter-y: 20rem;
  }
  .g-lg-275,
  .gx-lg-275 {
    --bs-gutter-x: 27.5rem;
  }
  .g-lg-275,
  .gy-lg-275 {
    --bs-gutter-y: 27.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.3rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.3rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 1.8rem;
  }
  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 1.8rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-32,
  .gx-xl-32 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xl-32,
  .gy-xl-32 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xl-35,
  .gx-xl-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-35,
  .gy-xl-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-45,
  .gx-xl-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-45,
  .gy-xl-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-55,
  .gx-xl-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xl-55,
  .gy-xl-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-65,
  .gx-xl-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xl-65,
  .gy-xl-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xl-70,
  .gx-xl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-70,
  .gy-xl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-75,
  .gx-xl-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-75,
  .gy-xl-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-85,
  .gx-xl-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xl-85,
  .gy-xl-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xl-90,
  .gx-xl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-90,
  .gy-xl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-95,
  .gx-xl-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xl-95,
  .gy-xl-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-105,
  .gx-xl-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xl-105,
  .gy-xl-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-xl-110,
  .gx-xl-110 {
    --bs-gutter-x: 11rem;
  }
  .g-xl-110,
  .gy-xl-110 {
    --bs-gutter-y: 11rem;
  }
  .g-xl-115,
  .gx-xl-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-xl-115,
  .gy-xl-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-xl-120,
  .gx-xl-120 {
    --bs-gutter-x: 12rem;
  }
  .g-xl-120,
  .gy-xl-120 {
    --bs-gutter-y: 12rem;
  }
  .g-xl-125,
  .gx-xl-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xl-125,
  .gy-xl-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xl-130,
  .gx-xl-130 {
    --bs-gutter-x: 13rem;
  }
  .g-xl-130,
  .gy-xl-130 {
    --bs-gutter-y: 13rem;
  }
  .g-xl-135,
  .gx-xl-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-xl-135,
  .gy-xl-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-xl-140,
  .gx-xl-140 {
    --bs-gutter-x: 14rem;
  }
  .g-xl-140,
  .gy-xl-140 {
    --bs-gutter-y: 14rem;
  }
  .g-xl-145,
  .gx-xl-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-xl-145,
  .gy-xl-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-xl-150,
  .gx-xl-150 {
    --bs-gutter-x: 15rem;
  }
  .g-xl-150,
  .gy-xl-150 {
    --bs-gutter-y: 15rem;
  }
  .g-xl-155,
  .gx-xl-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-xl-155,
  .gy-xl-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-xl-160,
  .gx-xl-160 {
    --bs-gutter-x: 16rem;
  }
  .g-xl-160,
  .gy-xl-160 {
    --bs-gutter-y: 16rem;
  }
  .g-xl-165,
  .gx-xl-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-xl-165,
  .gy-xl-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-xl-170,
  .gx-xl-170 {
    --bs-gutter-x: 17rem;
  }
  .g-xl-170,
  .gy-xl-170 {
    --bs-gutter-y: 17rem;
  }
  .g-xl-175,
  .gx-xl-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-xl-175,
  .gy-xl-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-xl-180,
  .gx-xl-180 {
    --bs-gutter-x: 18rem;
  }
  .g-xl-180,
  .gy-xl-180 {
    --bs-gutter-y: 18rem;
  }
  .g-xl-185,
  .gx-xl-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-xl-185,
  .gy-xl-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-xl-190,
  .gx-xl-190 {
    --bs-gutter-x: 19rem;
  }
  .g-xl-190,
  .gy-xl-190 {
    --bs-gutter-y: 19rem;
  }
  .g-xl-195,
  .gx-xl-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-xl-195,
  .gy-xl-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-xl-200,
  .gx-xl-200 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-200,
  .gy-xl-200 {
    --bs-gutter-y: 20rem;
  }
  .g-xl-275,
  .gx-xl-275 {
    --bs-gutter-x: 27.5rem;
  }
  .g-xl-275,
  .gy-xl-275 {
    --bs-gutter-y: 27.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.3rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.3rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxl-18,
  .gx-xxl-18 {
    --bs-gutter-x: 1.8rem;
  }
  .g-xxl-18,
  .gy-xxl-18 {
    --bs-gutter-y: 1.8rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-32,
  .gx-xxl-32 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xxl-32,
  .gy-xxl-32 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xxl-35,
  .gx-xxl-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-35,
  .gy-xxl-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-45,
  .gx-xxl-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-45,
  .gy-xxl-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-55,
  .gx-xxl-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxl-55,
  .gy-xxl-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-65,
  .gx-xxl-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xxl-65,
  .gy-xxl-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xxl-70,
  .gx-xxl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-70,
  .gy-xxl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-75,
  .gx-xxl-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-75,
  .gy-xxl-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-85,
  .gx-xxl-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xxl-85,
  .gy-xxl-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xxl-90,
  .gx-xxl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-90,
  .gy-xxl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-95,
  .gx-xxl-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xxl-95,
  .gy-xxl-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-105,
  .gx-xxl-105 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xxl-105,
  .gy-xxl-105 {
    --bs-gutter-y: 10.5rem;
  }
  .g-xxl-110,
  .gx-xxl-110 {
    --bs-gutter-x: 11rem;
  }
  .g-xxl-110,
  .gy-xxl-110 {
    --bs-gutter-y: 11rem;
  }
  .g-xxl-115,
  .gx-xxl-115 {
    --bs-gutter-x: 11.5rem;
  }
  .g-xxl-115,
  .gy-xxl-115 {
    --bs-gutter-y: 11.5rem;
  }
  .g-xxl-120,
  .gx-xxl-120 {
    --bs-gutter-x: 12rem;
  }
  .g-xxl-120,
  .gy-xxl-120 {
    --bs-gutter-y: 12rem;
  }
  .g-xxl-125,
  .gx-xxl-125 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xxl-125,
  .gy-xxl-125 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xxl-130,
  .gx-xxl-130 {
    --bs-gutter-x: 13rem;
  }
  .g-xxl-130,
  .gy-xxl-130 {
    --bs-gutter-y: 13rem;
  }
  .g-xxl-135,
  .gx-xxl-135 {
    --bs-gutter-x: 13.5rem;
  }
  .g-xxl-135,
  .gy-xxl-135 {
    --bs-gutter-y: 13.5rem;
  }
  .g-xxl-140,
  .gx-xxl-140 {
    --bs-gutter-x: 14rem;
  }
  .g-xxl-140,
  .gy-xxl-140 {
    --bs-gutter-y: 14rem;
  }
  .g-xxl-145,
  .gx-xxl-145 {
    --bs-gutter-x: 14.5rem;
  }
  .g-xxl-145,
  .gy-xxl-145 {
    --bs-gutter-y: 14.5rem;
  }
  .g-xxl-150,
  .gx-xxl-150 {
    --bs-gutter-x: 15rem;
  }
  .g-xxl-150,
  .gy-xxl-150 {
    --bs-gutter-y: 15rem;
  }
  .g-xxl-155,
  .gx-xxl-155 {
    --bs-gutter-x: 15.5rem;
  }
  .g-xxl-155,
  .gy-xxl-155 {
    --bs-gutter-y: 15.5rem;
  }
  .g-xxl-160,
  .gx-xxl-160 {
    --bs-gutter-x: 16rem;
  }
  .g-xxl-160,
  .gy-xxl-160 {
    --bs-gutter-y: 16rem;
  }
  .g-xxl-165,
  .gx-xxl-165 {
    --bs-gutter-x: 16.5rem;
  }
  .g-xxl-165,
  .gy-xxl-165 {
    --bs-gutter-y: 16.5rem;
  }
  .g-xxl-170,
  .gx-xxl-170 {
    --bs-gutter-x: 17rem;
  }
  .g-xxl-170,
  .gy-xxl-170 {
    --bs-gutter-y: 17rem;
  }
  .g-xxl-175,
  .gx-xxl-175 {
    --bs-gutter-x: 17.5rem;
  }
  .g-xxl-175,
  .gy-xxl-175 {
    --bs-gutter-y: 17.5rem;
  }
  .g-xxl-180,
  .gx-xxl-180 {
    --bs-gutter-x: 18rem;
  }
  .g-xxl-180,
  .gy-xxl-180 {
    --bs-gutter-y: 18rem;
  }
  .g-xxl-185,
  .gx-xxl-185 {
    --bs-gutter-x: 18.5rem;
  }
  .g-xxl-185,
  .gy-xxl-185 {
    --bs-gutter-y: 18.5rem;
  }
  .g-xxl-190,
  .gx-xxl-190 {
    --bs-gutter-x: 19rem;
  }
  .g-xxl-190,
  .gy-xxl-190 {
    --bs-gutter-y: 19rem;
  }
  .g-xxl-195,
  .gx-xxl-195 {
    --bs-gutter-x: 19.5rem;
  }
  .g-xxl-195,
  .gy-xxl-195 {
    --bs-gutter-y: 19.5rem;
  }
  .g-xxl-200,
  .gx-xxl-200 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-200,
  .gy-xxl-200 {
    --bs-gutter-y: 20rem;
  }
  .g-xxl-275,
  .gx-xxl-275 {
    --bs-gutter-x: 27.5rem;
  }
  .g-xxl-275,
  .gy-xxl-275 {
    --bs-gutter-y: 27.5rem;
  }
}
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
/* || TEXT */
.font--title {
  font-family: "Poppins", sans-serif;
}

.fs--14 {
  font-size: 1.4rem;
  line-height: 1.5;
}
.fs--16 {
  font-size: 1.6rem;
}
.fs--20 {
  font-size: 2rem;
  line-height: 1.5;
}
.fs--22 {
  font-size: 2.2rem;
  line-height: 1.25;
}
.fs--24 {
  font-size: 2.4rem;
}
.fs--25 {
  font-size: 2.5rem;
  line-height: 1.3;
}
.fs--28 {
  font-size: 2.8rem;
  line-height: 1.07;
}
.fs--36 {
  font-size: 3.6rem;
}
.fs--40 {
  font-size: 4rem;
}
.fs--50 {
  font-size: 5rem;
  line-height: 1.2;
}
.fs--60 {
  font-size: 6rem;
  line-height: 1.17;
}
@media (max-width: 991.98px) {
  .fs--60 {
    font-size: 5rem;
  }
}
@media (max-width: 991.98px) {
  .fs--60 {
    font-size: 4rem;
  }
}

.ls--9 {
  letter-spacing: 0.09rem;
}
.ls--10 {
  letter-spacing: 0.1rem;
}
.ls--16 {
  letter-spacing: 0.16rem;
}
.ls--20 {
  letter-spacing: 0.2rem;
}

.color--light-blue {
  color: #F3F5FF;
}
.color--blue {
  color: #2B2C89;
}
.color--gray {
  color: #777;
}

/* || BACKGROUND COLOR */
.bg--none {
  background: none !important;
}
.bg--light-gray {
  background-color: #E5E5EA;
}
.bg--light-blue {
  background-color: #F3F5FF;
}
.bg--blue {
  background-color: #2B2C89;
}

/* || LINE LIMIT */
.line-limit--2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line-limit--3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* || ASPECT RATIO */
.aspect-ratio--1 {
  overflow: hidden;
  aspect-ratio: 1;
}
.aspect-ratio--3-2 {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.aspect-ratio--5-7 {
  overflow: hidden;
  aspect-ratio: 5/7;
}
.aspect-ratio--16-9 {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.aspect-ratio--20-9 {
  overflow: hidden;
  aspect-ratio: 20/9;
}

/* || LINK */
.underline-hover-none,
.link-underline-hover-none a {
  text-decoration: underline !important;
}
.underline-hover-none:hover,
.link-underline-hover-none a:hover {
  text-decoration: none !important;
}

.none-hover-underline,
.link-none-hover-underline a {
  text-decoration: none !important;
}
.none-hover-underline:hover,
.link-none-hover-underline a:hover {
  text-decoration: underline !important;
}

/* || HOVER */
.hover--scale img {
  transition: transform 0.5s ease-in-out;
}
.hover--scale:is(:hover, :focus) img {
  transform: scale(1.1);
}

/* || Z-INDEX */
.index--m1 {
  z-index: -1;
}
.index--p1 {
  z-index: 1;
}

/* || MISC */
.opacity--10 {
  opacity: 0.1;
}
.opacity--20 {
  opacity: 0.2;
}
.opacity--30 {
  opacity: 0.3;
}
.opacity--40 {
  opacity: 0.4;
}
.opacity--60 {
  opacity: 0.6;
}
.opacity--70 {
  opacity: 0.7;
}
.opacity--80 {
  opacity: 0.8;
}
.opacity--90 {
  opacity: 0.9;
}

/* || MISC */
.flex--1 {
  flex: 1;
}

.transform--none {
  transform: none !important;
}

.cursor--pointer {
  cursor: pointer;
}

.overflow-x--clip {
  overflow-x: clip;
}

.fw-extrabold {
  font-weight: 800;
}

.rounded--8 {
  border-radius: 0.8rem;
}
.rounded--10 {
  border-radius: 1rem;
}
.rounded--20 {
  border-radius: 2rem;
}
.rounded--30 {
  border-radius: 3rem;
}
.rounded--50 {
  border-radius: 5rem;
}

.button,
input[type=submit]:not(.adminbar-button) {
  display: inline-block;
  padding: 1.2rem 5.4rem 1.2rem 3rem;
  border-radius: 0.4rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: normal;
  vertical-align: middle;
  color: #FFF;
  background: #2B2C89 url("../icons/chevron-right-white.svg") no-repeat center right 2.4rem/2rem;
  user-select: none;
  transition-property: opacity, background-position;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.button:is(:hover, :focus),
input[type=submit]:not(.adminbar-button):is(:hover, :focus) {
  background-position: center right 2rem;
}
.button:is(:disabled, .disabled),
input[type=submit]:not(.adminbar-button):is(:disabled, .disabled) {
  opacity: 0.5;
  pointer-events: none;
}

.button--white {
  color: #1F1F1F;
  background: #FFF url("../icons/chevron-right-blue.svg") no-repeat center right 2.4rem/2rem;
}

.media--cover :is(img, video) {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}
.media--contain :is(img, video) {
  inline-size: 100%;
  block-size: 100%;
  object-fit: contain;
}
.media--center :is(img, video) {
  margin-inline: auto;
}
.media--full :is(img, video) {
  inline-size: 100%;
}
.media--max-height :is(img, video) {
  inline-size: auto;
  block-size: 100%;
}

.default-style h1,
.default-style h2,
.default-style h3,
.default-style h4,
.default-style h5,
.default-style h6 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.16;
}
.default-style h1:not(:first-child),
.default-style h2:not(:first-child),
.default-style h3:not(:first-child),
.default-style h4:not(:first-child),
.default-style h5:not(:first-child),
.default-style h6:not(:first-child) {
  margin-block-start: 4rem;
}
.default-style h1:not(:last-child),
.default-style h2:not(:last-child),
.default-style h3:not(:last-child),
.default-style h4:not(:last-child),
.default-style h5:not(:last-child),
.default-style h6:not(:last-child) {
  margin-block-end: 2rem;
}
.default-style h1:only-child,
.default-style h2:only-child,
.default-style h3:only-child,
.default-style h4:only-child,
.default-style h5:only-child,
.default-style h6:only-child {
  margin-block-end: 0;
}
.default-style p:not(:last-child),
.default-style ul:not(:last-child),
.default-style ol:not(:last-child) {
  margin-block-end: 2rem;
}
.default-style p:only-child,
.default-style ul:only-child,
.default-style ol:only-child {
  margin-block-end: 0;
}
.default-style ul,
.default-style ol {
  padding-inline-start: 1.5em;
}
.default-style ul {
  list-style-type: disc;
}
.default-style ol {
  list-style-type: decimal;
}
.default-style a {
  color: #2B2C89;
}
.default-style table {
  inline-size: 100%;
}
.default-style table:not(:last-child) {
  margin-block-end: 2rem;
}
.default-style table:only-child {
  margin-block-end: 0;
}
.default-style table th, .default-style table td {
  padding: 1.2rem 2rem;
  text-align: start;
  background: #FFF;
}
.default-style table th {
  inline-size: 30%;
  font-weight: 500;
}
.default-style table td {
  inline-size: 70%;
}

.desc p:not(:last-child) {
  margin-block-end: 2.4rem;
}
.desc a {
  text-decoration: underline;
}
.desc a:hover {
  text-decoration: none;
}

.swiper-prev, .swiper-next {
  position: absolute;
  z-index: 10;
  inset-block-end: 6.5rem;
  inline-size: 5.5rem;
  block-size: 5.5rem;
  border-radius: 50%;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.swiper-prev svg :is(circle, path), .swiper-next svg :is(circle, path) {
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.swiper-prev:is(:hover, :focus):not(.swiper-button-disabled) svg circle, .swiper-next:is(:hover, :focus):not(.swiper-button-disabled) svg circle {
  fill: #2B2C89;
}
.swiper-prev:is(:hover, :focus):not(.swiper-button-disabled) svg path, .swiper-next:is(:hover, :focus):not(.swiper-button-disabled) svg path {
  fill: #F3F5FF;
}
.swiper-prev {
  inset-inline-start: -8.5rem;
}
@media (max-width: 575.98px) {
  .swiper-prev {
    inset-inline-start: -7.5rem;
  }
}
.swiper-next {
  inset-inline-end: -8.5rem;
}
@media (max-width: 575.98px) {
  .swiper-next {
    inset-inline-end: -7.5rem;
  }
}
.swiper-button-disabled {
  opacity: 0.6;
  cursor: default;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination-bullet {
  width: 4rem;
  height: 0.4rem;
  border-radius: 0;
  background: #1F1F1F;
  opacity: 0.5;
  transition-property: opacity, width;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.swiper-pagination-bullet-active {
  width: 8.8rem;
  opacity: 1;
}
.swiper-pagination-horizontal.swiper-pagination-bullets {
  bottom: 8.8rem;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.4rem;
}

.accordion-container .accordion-button {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.accordion-container .accordion-button .icon {
  inline-size: 2.4rem;
}
.accordion-container .accordion-button .icon svg {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.accordion-container .accordion-button .icon svg:nth-child(2) {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.accordion-container .accordion-button:not(.collapsed) {
  color: #2B2C89;
}
.accordion-container .accordion-button:not(.collapsed) .icon svg:nth-child(1) {
  opacity: 0;
}
.accordion-container .accordion-button:not(.collapsed) .icon svg:nth-child(2) {
  opacity: 1;
}
.accordion-container .accordion-button:is(:hover, :focus) {
  color: #2B2C89;
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    border-inline-end: 0;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-lg.offcanvas-start {
    inline-size: 80%;
  }
}

.modal-dialog {
  max-width: 46%;
}
@media (max-width: 991.98px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media (max-width: 575.98px) {
  .modal-dialog {
    max-width: 90%;
  }
}
.modal .button--close {
  inline-size: 3.2rem;
  color: #2B2C89;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.modal .button--close:is(:hover, :focus) {
  color: #2B2C89;
}

.wpcf7-spinner {
  display: none;
}
.wpcf7-not-valid-tip {
  margin-block-end: 2.4rem;
}

.field {
  position: relative;
  inline-size: 100%;
}
.field label {
  position: absolute;
  inset-block-start: 1.2rem;
  inset-inline-start: 7.4rem;
  font-size: 1.6rem;
  color: #777;
  transform: translateY(1.8rem);
  pointer-events: none;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.field input:not([type=submit], [type=checkbox], [type=radio]):focus + label,
.field select:focus + label,
.field textarea:focus + label {
  transform: translateY(0);
}
.field .wpcf7-form-control-wrap.has-focus + label {
  transform: translateY(0);
}
.field--name input {
  background: #FBFBFD url(../icons/smile-face.svg) no-repeat center left 3rem/2.4rem;
}
.field--email input {
  background: #FBFBFD url(../icons/outline-email.svg) no-repeat center left 3rem/2.4rem;
}
.field--phone input {
  background: #FBFBFD url(../icons/outline-phone.svg) no-repeat center left 3rem/2.4rem;
}
.field--message textarea {
  background: #FBFBFD url(../icons/outline-write.svg) no-repeat top 2.5rem left 3rem/2.4rem;
}
.field--position select {
  background: url(../icons/caret-down-blue.svg) no-repeat center right 3rem/1.2rem, #FBFBFD url(../icons/outline-job.svg) no-repeat center left 3rem/2.4rem;
}
.field--file input {
  background: #FBFBFD url(../icons/import.svg) no-repeat center left 3rem/2.4rem;
}

.video__icon svg {
  inline-size: 10rem;
}
.video__icon svg .play, .video__icon svg .circle {
  transition-property: fill, stroke;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.video__button:is(:hover, :focus) svg .play {
  fill: #FFF;
}
.video__button:is(:hover, :focus) svg .inner-circle {
  fill: #2B2C89;
}
.video__button:is(:hover, :focus) svg .outer-circle {
  stroke: #2B2C89;
}

.event {
  border-radius: 2rem;
  box-shadow: 0 0 0 0.1rem rgba(31, 31, 31, 0.2);
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.event__link {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.event__link:is(:hover, :focus) {
  color: #2B2C89;
}
.event:is(:hover, :focus) {
  box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.1);
}

.map > p {
  inline-size: 100%;
  block-size: 100%;
}

.breadcrumb > span {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.breadcrumb > span a {
  opacity: 0.3;
}
.breadcrumb > span .breadcrumb_last {
  opacity: 0.7;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.pagination .page-numbers:not(:is(.prev, .next)) {
  display: flex;
  inline-size: 4rem;
  block-size: 4rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.pagination .page-numbers:not(:is(.prev, .next)):is(:hover, :focus, .current) {
  background-color: rgba(43, 44, 137, 0.1);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  inline-size: 2.4rem;
}
.pagination .page-numbers.prev svg :is(circle, path), .pagination .page-numbers.next svg :is(circle, path) {
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.pagination .page-numbers.prev:is(:hover, :focus) svg circle, .pagination .page-numbers.next:is(:hover, :focus) svg circle {
  fill: #2B2C89;
}
.pagination .page-numbers.prev:is(:hover, :focus) svg path, .pagination .page-numbers.next:is(:hover, :focus) svg path {
  fill: #F3F5FF;
}

/* || SITEWIDE */
.header__logo {
  inline-size: 46rem;
}
@media (max-width: 991.98px) {
  .header__logo {
    inline-size: 40rem;
  }
}
@media (max-width: 575.98px) {
  .header__logo {
    inline-size: 35rem;
  }
}
.header .nav__item.active .nav__link {
  font-weight: 700;
}
.header .nav__item:is(:hover, :focus) .icon {
  transform: rotate(180deg);
}
.header .nav__item:is(:hover, :focus) .submenu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.header .nav__link {
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.05);
  color: #FFF;
  transition-property: color, font-weight;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .nav__link .icon {
  inline-size: 1.2rem;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .submenu {
  position: absolute;
  z-index: 1;
  inset-block-start: 100%;
  inset-inline-start: 0;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(3rem);
  visibility: hidden;
  transition-property: opacity, visibility, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .submenu__link {
  min-inline-size: 100%;
  transition-property: color, font-weight;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .submenu__link:is(:hover, :focus) {
  font-weight: 500;
  color: #2B2C89;
}
.header .mobile-submenu__link {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .mobile-submenu__link:is(:hover, :focus) {
  color: #2B2C89;
}
.header__toggle {
  position: relative;
  z-index: 1;
  inline-size: 3rem;
  cursor: pointer;
}
.header__toggle-line {
  display: block;
  inline-size: 3rem;
  block-size: 0.2rem;
  margin-block-end: 0.7rem;
  border-radius: 0.5rem;
  background-color: #1F1F1F;
  cursor: pointer;
  transition-property: inline-size, transform, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header__toggle-line--left {
  inline-size: 1.65rem;
}
.header__toggle-line--right {
  float: right;
  inline-size: 1.65rem;
  margin-block-end: 0;
}
.header__toggle:hover .navbar__icon-line--left,
.header__toggle:hover .navbar__icon-line--right {
  inline-size: 3rem;
}
.header .navbar-mobile::before, .header .navbar-mobile::after {
  content: "";
  position: fixed;
  z-index: -1;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 100vw;
  block-size: 100vh;
  border-bottom-left-radius: 200%;
  background: rgba(243, 245, 255, 0.5);
  transform: translate(100%, -100%);
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius ease-out 0.8s;
}
.header .navbar-mobile::before {
  transition-delay: 0.2s;
}
.header .navbar-mobile::after {
  background: #F3F5FF;
  transition-delay: 0s;
}
.header .navbar-mobile__content {
  position: fixed;
  inset-block-start: 50%;
  inset-inline-start: 0;
  inline-size: 100%;
  block-size: 100%;
  transform: translateY(-50%);
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .navbar-mobile__item {
  opacity: 0;
  transform: translateX(10rem);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .navbar-mobile__item.active .navbar__link, .header .navbar-mobile__item:hover .navbar__link {
  border-bottom-color: currentColor;
  font-weight: 700;
}
.header .navbar-mobile .nav__link {
  font-size: 3rem;
  line-height: 2;
  color: #1F1F1F;
}
.header .navbar-mobile .nav__link:is(:hover, :focus) {
  color: #2B2C89;
}
.header.navbar-mobile--show .header__toggle-line {
  background-color: #1F1F1F;
  transform: rotate(-45deg);
}
.header.navbar-mobile--show .header__toggle-line--left {
  inline-size: 1.5rem;
  transform: translate(0.2rem, 0.4rem) rotate(45deg);
}
.header.navbar-mobile--show .header__toggle-line--right {
  float: right;
  inline-size: 1.5rem;
  transform: translate(-0.3rem, -0.35rem) rotate(45deg);
}
.header.navbar-mobile--show .header__toggle:hover .navbar__icon-line--left,
.header.navbar-mobile--show .header__toggle:hover .navbar__icon-line--right {
  inline-size: 1.5rem;
}
.header.navbar-mobile--show .navbar-mobile::before, .header.navbar-mobile--show .navbar-mobile::after {
  border-radius: 0;
  transform: translateX(0%) translateY(0%);
}
.header.navbar-mobile--show .navbar-mobile::before {
  transition-delay: 0s;
}
.header.navbar-mobile--show .navbar-mobile::after {
  transition-delay: 0.1s;
}
.header.navbar-mobile--show .navbar-mobile__content {
  visibility: visible;
}
.header.navbar-mobile--show .navbar-mobile__item {
  opacity: 1;
  transform: translateX(0%);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(0) {
  transition-delay: 0.7s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(1) {
  transition-delay: 0.8s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(2) {
  transition-delay: 0.9s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(3) {
  transition-delay: 1s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(4) {
  transition-delay: 1.1s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(5) {
  transition-delay: 1.2s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(6) {
  transition-delay: 1.3s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(7) {
  transition-delay: 1.4s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(8) {
  transition-delay: 1.5s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(9) {
  transition-delay: 1.6s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(10) {
  transition-delay: 1.7s;
}
.header .accordion-button {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .accordion-button .icon {
  inline-size: 2rem;
}
.header .accordion-button .icon svg {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .accordion-button:not(.collapsed) .icon svg {
  transform: rotate(180deg);
}

.footer {
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 991.98px) {
  .footer {
    border-radius: 15rem 15rem 0 0;
  }
}
@media (max-width: 575.98px) {
  .footer {
    border-radius: 10rem 10rem 0 0;
  }
}
.footer__logo {
  inline-size: 45rem;
}
@media (max-width: 575.98px) {
  .footer__logo {
    inline-size: 40rem;
  }
}
.footer .nav__title {
  letter-spacing: -0.12rem;
}
.footer .footer__nav .nav__list {
  display: grid;
  gap: 1.8rem 5rem;
}
@media (min-width: 576px) {
  .footer .footer__nav--links .nav__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer .social__link {
  inline-size: 3rem;
}
.footer__copyright {
  border-block-start: 0.1rem solid rgba(255, 255, 255, 0.3);
}

/* || HOMEPAGE */
.section-text-image .content::before,
.section-text-image .img::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
  aspect-ratio: 1;
}
.section-text-image .content::before {
  inset-block-start: 41%;
  inset-inline-start: -54%;
  inline-size: 91.3%;
  background-color: #5981FA;
  filter: blur(25rem);
}
.section-text-image .img::before {
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 113.6%;
  background: #2B2C89;
  filter: blur(30rem);
}
@media (min-width: 992px) {
  .section-text-image .desc {
    max-inline-size: 50rem;
  }
}

.section-association-leadership {
  background: url(../icons/bg-association-leadership.svg) no-repeat top left/cover;
}
.section-association-leadership .feature__icon {
  block-size: 4rem;
}
.section-association-leadership .feature__line {
  inline-size: 10rem;
  block-size: 0.1rem;
}
@media (min-width: 992px) {
  .section-association-leadership .desc {
    max-inline-size: 46rem;
  }
}
.section-association-leadership .img {
  border-radius: 4rem 0 0 4rem;
}
@media (min-width: 992px) {
  .section-association-leadership .img {
    margin-block-end: -30.5rem;
    margin-inline-end: -17rem;
  }
}
@media (max-width: 991.98px) {
  .section-association-leadership .img {
    border-radius: 4rem;
  }
}

.section-home-report .report {
  border-radius: 1.5rem;
  box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.2);
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-home-report .report__download {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-home-report .report__download .icon {
  inline-size: 2rem;
}
.section-home-report .report__download:is(:hover, :focus) {
  color: #2B2C89;
}
.section-home-report .report:is(:hover, :focus) {
  box-shadow: 0 0.3rem 3rem 0 rgba(0, 0, 0, 0.08);
}

.section-home-members-directory .features {
  display: grid;
  gap: 3rem;
}
@media (min-width: 576px) {
  .section-home-members-directory .features {
    grid-template-areas: ". first ." "second . third" ". forth .";
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
.section-home-members-directory .feature__img {
  inline-size: 193%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-home-members-directory .feature__content {
  background-color: #FFF;
  box-shadow: 0 0.36rem 3.6rem 0 rgba(0, 0, 0, 0.08);
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-home-members-directory .feature__icon {
  block-size: 7rem;
  filter: brightness(0);
  transition-property: filter;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-home-members-directory .feature:is(:hover, :focus) .feature__img {
  opacity: 1;
}
.section-home-members-directory .feature:is(:hover, :focus) .feature__content {
  color: #FFF;
  background-color: #2B2C89;
}
.section-home-members-directory .feature:is(:hover, :focus) .feature__icon {
  filter: invert(1);
}
@media (min-width: 576px) {
  .section-home-members-directory .feature:nth-child(1) {
    margin-block-end: -6.5rem;
    grid-area: first;
  }
  .section-home-members-directory .feature:nth-child(2) {
    grid-area: second;
  }
  .section-home-members-directory .feature:nth-child(3) {
    grid-area: third;
  }
  .section-home-members-directory .feature:nth-child(4) {
    margin-block-start: -6.5rem;
    grid-area: forth;
  }
}

.section-home-events::before, .section-home-events::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background-color: #2B2C89;
  aspect-ratio: 1;
}
.section-home-events::before {
  inset-block-start: 40.5%;
  inset-inline-start: -2rem;
  inline-size: 58rem;
  opacity: 0.35;
  filter: blur(25rem);
}
.section-home-events::after {
  inset-block-start: 23.5%;
  inset-inline-end: -12rem;
  inline-size: 56.5rem;
  opacity: 0.4;
  filter: blur(30rem);
}

.section-home-gallery .img {
  block-size: 37rem;
}
@media (max-width: 991.98px) {
  .section-home-gallery .img {
    block-size: 34rem;
  }
}
@media (max-width: 575.98px) {
  .section-home-gallery .img {
    block-size: 30rem;
  }
}

.section-contact-background .content-container {
  box-shadow: 1rem 1rem 4rem 0 rgba(31, 31, 31, 0.1);
}
.section-contact-background .map {
  margin-inline-start: -27rem;
}
@media (max-width: 991.98px) {
  .section-contact-background .map {
    margin-inline-start: -16rem;
  }
}
@media (max-width: 575.98px) {
  .section-contact-background .map {
    margin-inline-start: 0;
  }
}

/* || MISSION & VALUES */
.section-breadcrumb .separator {
  inline-size: 2.4rem;
}

.section-objectives .content-container {
  border-radius: 15rem 1rem 15rem 2rem;
}
.section-objectives .objective__icon {
  block-size: 7rem;
}
.section-objectives .objective__icon::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 5rem;
  border-radius: 50%;
  background-color: #F3F5FF;
  opacity: 0.1;
  aspect-ratio: 1;
}
.section-objectives .objective__line {
  block-size: 0.1rem;
}

.section-promises .line {
  inline-size: 6rem;
  block-size: 0.2rem;
}
.section-promises .line:first-child {
  display: none;
}

.section-message {
  border-top-right-radius: 40rem;
}
@media (max-width: 991.98px) {
  .section-message {
    border-top-right-radius: 30rem;
  }
}
@media (max-width: 575.98px) {
  .section-message {
    border-top-right-radius: 20rem;
  }
}
.section-message .message__avatar {
  inline-size: 10rem;
}

.section-special-thanks .content-container {
  border-radius: 15rem 1rem;
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.5) -6.41%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(3rem);
}
@media (max-width: 575.98px) {
  .section-special-thanks .content-container {
    border-radius: 10rem 1rem;
  }
}
.section-special-thanks .default-style h1,
.section-special-thanks .default-style h2,
.section-special-thanks .default-style h3,
.section-special-thanks .default-style h4,
.section-special-thanks .default-style h5,
.section-special-thanks .default-style h6 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.section-special-thanks .default-style h1:not(:first-child),
.section-special-thanks .default-style h2:not(:first-child),
.section-special-thanks .default-style h3:not(:first-child),
.section-special-thanks .default-style h4:not(:first-child),
.section-special-thanks .default-style h5:not(:first-child),
.section-special-thanks .default-style h6:not(:first-child) {
  margin-block-start: 3rem;
}
.section-special-thanks .default-style h1:not(:last-child),
.section-special-thanks .default-style h2:not(:last-child),
.section-special-thanks .default-style h3:not(:last-child),
.section-special-thanks .default-style h4:not(:last-child),
.section-special-thanks .default-style h5:not(:last-child),
.section-special-thanks .default-style h6:not(:last-child) {
  margin-block-end: 2rem;
}
.section-special-thanks .default-style p:not(:last-child),
.section-special-thanks .default-style ul:not(:last-child),
.section-special-thanks .default-style ol:not(:last-child) {
  margin-block-end: 2rem;
}
.section-special-thanks .default-style ul,
.section-special-thanks .default-style ol {
  padding-inline-start: 1.5em;
  column-gap: 3rem;
  column-count: 3;
  font-weight: 600;
  letter-spacing: 0.09rem;
}
.section-special-thanks .default-style ul > li,
.section-special-thanks .default-style ol > li {
  break-inside: avoid;
}
@media (max-width: 991.98px) {
  .section-special-thanks .default-style ul,
  .section-special-thanks .default-style ol {
    column-count: 2;
  }
}
@media (max-width: 575.98px) {
  .section-special-thanks .default-style ul,
  .section-special-thanks .default-style ol {
    column-count: 1;
  }
}
.section-special-thanks .default-style li:not(:last-child) {
  margin-block-end: 1rem;
}

/* || ASSOCIATION LEADERSHIP */
.section-meet-leadership::before, .section-meet-leadership::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background-color: #2B2C89;
  opacity: 0.3;
  filter: blur(25rem);
  aspect-ratio: 1;
}
.section-meet-leadership::before {
  inset-block-start: 13%;
  inset-inline-start: -16rem;
  inline-size: 58rem;
}
.section-meet-leadership::after {
  inset-block-end: -24rem;
  inset-inline-end: -9rem;
  inline-size: 50.5rem;
}

.section-leaders .leader {
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-leaders .leader__content {
  background-color: #FFF;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-leaders .leader__position, .section-leaders .leader__phone {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-leaders .leader .icon {
  inline-size: 2.8rem;
}
.section-leaders .leader:is(:hover, :focus) {
  box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.2);
}
.section-leaders .leader:is(:hover, :focus) .leader__content,
.section-leaders .leader:is(:hover, :focus) .leader__position,
.section-leaders .leader:is(:hover, :focus) .leader__phone {
  color: #F3F5FF;
}
.section-leaders .leader:is(:hover, :focus) .leader__content {
  background-color: #2B2C89;
}

.section-trustees .content-container {
  box-shadow: 1rem 1rem 4rem 0 rgba(31, 31, 31, 0.1);
}
.section-trustees .trustee__img {
  block-size: 5.5rem;
}
.section-trustees .trustee__name, .section-trustees .trustee__phone {
  letter-spacing: -0.08rem;
}
.section-trustees .trustee__address {
  letter-spacing: -0.065rem;
}
.section-trustees .trustee__phone {
  border-block-start: 0.1rem solid #D9D9D9;
}

/* || REPORTS */
.section-reports .report__img {
  border-radius: 1rem;
  transition-property: border-radius;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-reports .report__content {
  border: 0.1rem solid #E5E5EA;
  border-radius: 0 0 2rem 2rem;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-reports .report__download {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-reports .report__download .icon {
  inline-size: 2.6rem;
}
.section-reports .report__download:is(:hover, :focus) {
  color: #2B2C89;
}
.section-reports .swiper-slide-active .report__img {
  border-radius: 1rem 1rem 0 0;
}
.section-reports .swiper-slide-active .report__content {
  opacity: 1;
}

.section-report-details .icon {
  inline-size: 2rem;
}

/* || MEMBERS */
.section-members-directory .category__link {
  border: 0.1rem solid #F3F5FF;
  background-color: #F3F5FF;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-members-directory .category__link:is(:hover, :focus) {
  border-color: #2B2C89;
  color: #FFF;
  background-color: #2B2C89;
}
.section-members-directory .category__link.active {
  border-color: #2B2C89;
}
.section-members-directory .member {
  border: 0.1rem solid #E5E5EA;
  background-color: #F2F2F7;
}
.section-members-directory .member__location {
  background-color: rgba(43, 44, 137, 0.2);
}
.section-members-directory .member__img {
  block-size: 20rem;
}
.section-members-directory .member__img img {
  object-position: top left;
}
.section-members-directory .member__name, .section-members-directory .member__number {
  letter-spacing: -0.1rem;
}
.section-members-directory .member__category {
  letter-spacing: -0.08rem;
}
.section-members-directory .member__number {
  border-block-start: 0.1rem solid #D9D9D9;
}
.section-members-directory .member__link {
  border: 0.1rem solid #2B2C89;
  border-radius: 0.4rem;
  color: #2B2C89;
  background-color: #FFF;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-members-directory .member__link .icon {
  inline-size: 3rem;
}
.section-members-directory .member__link:is(:hover, :focus) {
  color: #FFF;
  background-color: #2B2C89;
}

.section-member-details .img {
  block-size: 29rem;
  background-color: #F0F0F0;
}
.section-member-details .social__link {
  inline-size: 3rem;
}
.section-member-details .info__wrapper {
  border: 0.1rem solid #E5E5EA;
  background-color: #FBFBFD;
}
.section-member-details .info__icon {
  inline-size: 2.4rem;
}

/* || EVENTS */
.section-events .filter__container {
  border-block-start: 0.1rem solid #E5E5EA;
}
.section-events .filter__list {
  display: grid;
  gap: 1.6rem;
}
@media (max-width: 991.98px) {
  .section-events .filter__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 575.98px) {
  .section-events .filter__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-events .filter__item input:checked + span {
  font-weight: 500;
  text-decoration: underline;
}
.section-events .event__month {
  letter-spacing: 0.07rem;
}

.section-event-details .info__container {
  border-block: 0.1rem solid #E5E5EA;
}
@media (min-width: 992px) {
  .section-event-details .info__container {
    inline-size: 37rem;
  }
}
.section-event-details .icon {
  inline-size: 2.4rem;
}
.section-event-details .social__link {
  inline-size: 2.8rem;
}
.section-event-details .video {
  border-radius: 1.4rem;
}
.section-event-details .video__icon svg {
  inline-size: 8rem;
}
.section-event-details .swiper-prev, .section-event-details .swiper-next {
  inline-size: 2.8rem;
  block-size: 2.8rem;
}
.section-event-details .swiper-pagination {
  color: #8E8E93;
}
.section-event-details .swiper-pagination-total {
  font-weight: 600;
  color: #1F1F1F;
}

.section-upcoming-events {
  padding-block-end: 35rem;
  margin-block-end: -20rem;
}
@media (max-width: 991.98px) {
  .section-upcoming-events {
    padding-block-end: 27.5rem;
    margin-block-end: -15rem;
  }
}
@media (max-width: 575.98px) {
  .section-upcoming-events {
    padding-block-end: 20rem;
    margin-block-end: -10rem;
  }
}

.section-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 37rem;
  gap: 3rem;
}
@media (max-width: 991.98px) {
  .section-gallery .gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 28rem;
  }
}
@media (max-width: 575.98px) {
  .section-gallery .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 20rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .section-gallery .img:nth-child(1), .section-gallery .img:nth-child(4), .section-gallery .img:nth-child(6), .section-gallery .img:nth-child(9), .section-gallery .img:nth-child(11), .section-gallery .img:nth-child(14), .section-gallery .img:nth-child(16) {
    grid-column: span 2;
  }
  .section-gallery .img:nth-child(5n) {
    grid-column: span 3;
    grid-row: span 2;
  }
}
@media (min-width: 992px) {
  .section-gallery .img:nth-child(1), .section-gallery .img:nth-child(6), .section-gallery .img:nth-child(8), .section-gallery .img:nth-child(13), .section-gallery .img:nth-child(14), .section-gallery .img:nth-child(19), .section-gallery .img:nth-child(21), .section-gallery .img:nth-child(26), .section-gallery .img:nth-child(28), .section-gallery .img:nth-child(33), .section-gallery .img:nth-child(34), .section-gallery .img:nth-child(39) {
    grid-column: span 2;
  }
  .section-gallery .img:nth-child(7) {
    grid-column: span 4;
    grid-row: span 2;
  }
}

/* || CONTACT */
.section-contact-form .content::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  inline-size: 113%;
  border-radius: 50%;
  background-color: #2B2C89;
  opacity: 0.1;
  filter: blur(30rem);
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
}
.section-contact-form .img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .section-contact-form .img {
    margin-inline-start: -17rem;
    border-radius: 0 0 5rem 0;
  }
}

@media (min-width: 992px) {
  .section-contact-info::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset-block-start: -10rem;
    inset-inline-start: 0;
    inline-size: 94%;
    block-size: 70%;
    background-color: #F3F5FF;
  }
}
.section-contact-info .social__link {
  inline-size: 2.8rem;
}
.section-contact-info .direction__container .icon {
  inline-size: 2.4rem;
}

/* || JOIN US */
.section-join-us .category__link {
  border: 0.1rem solid #F3F5FF;
  background-color: #F3F5FF;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-join-us .category__link:is(:hover, :focus) {
  border-color: #2B2C89;
  color: #FFF;
  background-color: #2B2C89;
}
.section-join-us .category__link.active {
  border-color: #2B2C89;
}
.section-join-us .job {
  border: 0.1rem solid #E5E5EA;
  border-inline-start-width: 0.8rem;
  border-inline-start-color: #F2F2F7;
  background-color: #FFF;
  transition-property: background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-join-us .job__meta .icon {
  inline-size: 2rem;
}
.section-join-us .job__link {
  inline-size: 8rem;
}
.section-join-us .job__link svg circle {
  transition-property: stroke, fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-join-us .job__link svg path {
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.section-join-us .job__link:is(:hover, :focus) svg circle {
  stroke: #2B2C89;
  fill: #2B2C89;
}
.section-join-us .job__link:is(:hover, :focus) svg path {
  fill: #F3F5FF;
}
.section-join-us .job:is(:hover, :focus) {
  border-color: #2B2C89;
  background-color: #F3F5FF;
}

.section-join-us-form .img__wrapper::before, .section-join-us-form .img__wrapper::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1;
}
.section-join-us-form .img__wrapper::before {
  z-index: 1;
  inset-block-end: 16.5%;
  inset-inline-start: -2rem;
  inline-size: 4rem;
  background-color: #2B2C89;
}
.section-join-us-form .img__wrapper::after {
  z-index: -1;
  inset-block-start: 0;
  inset-inline-end: 0;
  inline-size: 15.5rem;
  background-color: #CDDEFF;
  transform: translate(50%, -50%);
}

/*# sourceMappingURL=main.css.map */
