body {
  font-family: 'Noto Sans Thai', sans-serif, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
}

.bg-primary--theme {
  background-color: #db5a00 !important;
}

.bg-secondary--theme {
  background-color: #f9dfb9 !important;
}

.text-primary--theme {
  color: #db5a00 !important;
}

.text-secondary--theme {
  color: #f9dfb9 !important;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: var(--bs-body-line-height);
}

[data-kt-app-layout='light-sidebar'][data-kt-app-header-fixed='true'] .app-sidebar .app-sidebar-logo {
  border-bottom: 0;
}

[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item .menu-heading {
  color: var(--kt-text-dark) !important;
}

.app-header,
.app-sidebar-logo {
  background-color: #f9dfb9;
}

[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item .menu-link.active .menu-title {
  color: #db5a00;
}

[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item .menu-link.active .menu-icon,
[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item .menu-link.active .menu-icon .svg-icon,
[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item .menu-link.active .menu-icon i {
  color: #db5a00;
}

[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item .menu-link.active {
  background-color: #f9dfb9;
}

[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: #db5a00;
}

:root,
[data-theme='light'] {
  --kt-secondary: #b5b5c3;
  --kt-secondary-inverse: #ffffff;
  --kt-secondary-active: #a1a5b7;
}

@media (min-width: 992px) {
  :root {
    --kt-app-header-height: 64px;
    --kt-app-header-height-actual: 64px;
    --kt-app-toolbar-height: 75px;
    --kt-app-toolbar-height-actual: 75px;
    --kt-app-sidebar-width: 300px;
    --kt-app-sidebar-width-actual: 300px;
  }

  .app-content {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.container-fluid {
  max-width: 1920px;
}

.dropdown-toggle::after {
  margin-left: 0;
}

.min-w-120px {
  min-width: 120px;
}

.min-w-130px {
  min-width: 130px;
}

.w-240px {
  width: 240px;
}

.w-260px {
  width: 260px;
}

.w-280px {
  width: 280px;
}

.w-340px {
  width: 340px;
}

.min-w-240px {
  min-width: 240px;
}

.min-w-340px {
  min-width: 340px;
}

.max-w-340px {
  max-width: 340px;
}

.scroll {
  overflow: auto;
}

.scroll-x {
  overflow-x: auto;
}

.scroll-y {
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 14px;
  height: 14px;
  background-color: #4c577d08;
  border-top: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #d5d5d9;
}

div::-webkit-scrollbar,
main::-webkit-scrollbar,
ol::-webkit-scrollbar,
pre::-webkit-scrollbar,
span::-webkit-scrollbar,
ul::-webkit-scrollbar {
  width: 14px;
  height: 14px;
  background-color: #4c577d08;
  /* border-top: 1px solid #e9edf1; */
  border-top: 0;
}

div::-webkit-scrollbar-thumb,
main::-webkit-scrollbar-thumb,
ol::-webkit-scrollbar-thumb,
pre::-webkit-scrollbar-thumb,
span::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb {
  background-color: #e9edf1;
  border-radius: 0;
}

div,
main,
ol,
pre,
span,
ul {
  scrollbar-width: auto !important;
  scrollbar-color: initial !important;
}

.app-menu-panel .app-menu-container {
  width: calc(100% - 110px);
  margin: 0 auto;
  background-color: rgba(209, 213, 219, 0.3);
  border-radius: 10px;
  padding: 8px;
}

.app-menu-panel .app-menu-container.full-width {
  width: 100%;
}

.app-menu-panel.tns.tns-default .tns-outer {
  margin: 0;
}

.app-menu-panel .app-menu-container .tns-autowidth {
  display: block;
}

.app-menu-panel .app-menu-container .btn.menu-link {
  color: var(--kt-gray-700);
  line-height: initial;
}

.app-menu-panel .app-menu-container .btn.menu-link:hover,
.app-menu-panel .app-menu-container .btn.menu-link:focus {
  color: var(--kt-gray-900);
}

.app-menu-panel .app-menu-container .btn.menu-link.active {
  background-color: #f9dfb9;
  color: #db5a00;
  border-color: #f9dfb9;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
}

.form-control.form-control-solid:read-only,
.form-control.form-control-solid:disabled {
  /* background-color: #eef3f7; */
  background-color: #ebeff4;
}

.form-control.form-control-solid.disabled {
  /* background-color: #eef3f7; */
  background-color: #ebeff4;
  border-left: 0;
}

.form-check-custom .form-check-input.form-check-input-lg {
  width: 30px;
  height: 30px;
}

.form-check-custom .form-check-label {
  line-height: normal;
}

.form-control.form-control-solid.tagify:read-only,
.form-control.form-control-solid.tagify:disabled {
  background-color: #f5f8fa;
}

.input-group.input-group-solid .form-control.form-control-solid:disabled {
  background-color: #ebeff4;
}

.input-group.input-group-solid .form-control.form-control-solid.disabled {
  background-color: #ebeff4;
}

.select2-container--bootstrap5.select2-container--disabled .form-select {
  background-color: #ebeff4;
  border-color: #ebeff4;
}

.select2-container--bootstrap5.select2-container--disabled .form-select .select2-selection__placeholder,
.select2-container--bootstrap5.select2-container--disabled .form-select .select2-selection__rendered {
  color: #5e6278 !important;
}

.btn.disabled,
.btn:disabled {
  background-color: #e4e6ef;
}

.input-group.input-group-solid .form-control.form-control-solid {
  background-color: var(--kt-input-solid-bg);
  color: var(--kt-input-solid-color);
  transition: color 0.2s ease;
}

.input-group.input-group-solid .form-control.form-control-solid::placeholder {
  color: var(--kt-input-solid-placeholder-color);
}

.input-group.input-group-solid .form-control.form-control-solid::-moz-placeholder {
  color: var(--kt-input-solid-placeholder-color);
  opacity: 1;
}

.input-group.input-group-solid .dropdown.show>.form-control.form-control-solid,
.input-group.input-group-solid .form-control.form-control-solid.active,
.input-group.input-group-solid .form-control.form-control-solid.focus,
.input-group.input-group-solid .form-control.form-control-solid:active,
.input-group.input-group-solid .form-control.form-control-solid:focus {
  background-color: var(--kt-input-solid-bg-focus);
  color: var(--kt-input-solid-color);
  transition: color 0.2s ease;
}

.input-group.input-group-solid>.input-group-text:first-child {
  border-right-color: var(--kt-input-border-color);
}

.input-group.input-group-solid .form-control+.input-group-text {
  border-left-color: var(--kt-input-border-color);
}

.input-group.input-group-solid .form-select.form-select-solid.border-start {
  border-left-color: var(--kt-input-border-color) !important;
}

.input-group.input-group-solid .form-select.form-select-solid.border-end {
  border-right-color: var(--kt-input-border-color) !important;
}

.image-input.image-blank-placeholder {
  background-image: url('/assets/media/svg/files/blank-image.svg');
  background-color: #f5f8fa;
  border: 2px solid #f5f8fa;
}

.image-input.image-blank-placeholder .image-input-wrapper {
  background-size: contain;
  background-position: center;
}

.nav-custom--sale-order-status.nav-line-tabs {
  background-color: #ffffff;
}

.nav-custom--sale-order-status.nav-line-tabs .nav-item .nav-link {
  padding: 18px 14px;
  margin: 0;
}

.timeline-label.timeline-label--delivery-tracking .timeline-label {
  width: 110px;
}

.timeline-label.timeline-label--delivery-tracking:before,
.timeline-label.timeline-label--delivery-tracking .timeline-label:before {
  left: 110px;
}

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

.line-clamp-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
}

.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}

.line-clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
}

.daterangepicker .ranges ul {
  width: auto;
}

div.dataTables_scroll {
  border-left: 1px solid #eff2f5 !important;
  border-right: 1px solid #eff2f5 !important;
  border-bottom: 1px solid #eff2f5 !important;
}

div.dataTables_scrollHeadInner {
  background-color: #f5f8fa;
  /* border-top: 1px solid #ededed; */
  /* border-bottom: 1px solid #ededed; */
}

div.dataTables_scrollBody {
  overflow: scroll !important;
  height: calc(1vh * 100 - 375px);
  /* min-height: calc(1vh * 100 - 60vh); */
  border-bottom: 0;
}

table.dataTable.table-bordered--custom thead tr>.dtfc-fixed-left,
table.dataTable.table-bordered--custom thead tr>.dtfc-fixed-right {
  background-color: #f5f8fa;
}

div.dataTables_scrollHeadInner table.table-bordered.table-bordered--custom tr:first-child th {
  /* border-left: 1px solid #eff2f5 !important; */
  border-top: 0 !important;
  border-bottom: 0 !important;
}

div.dataTables_scrollFootInner table.table-bordered.table-bordered--custom tr th:first-child,
div.dataTables_scrollHeadInner table.table-bordered.table-bordered--custom tr th:first-child {
  /* border-left: 1px solid #eff2f5 !important; */
  border-left: 0 !important;
}

div.dataTables_length select {
  display: none !important;
}

div.dtfc-left-top-blocker,
div.dtfc-right-top-blocker {
  background-color: #f5f8fa;
  /* border-top: 1px solid #ededed; */
  margin-top: 0;
}

table.table-bordered.table-bordered--custom tr> :not([hidden])~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  /* border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); */
  border-left-width: 0;
  --tw-divide-opacity: 1;
  border-color: #ededed;
}

table.table-bordered.table-bordered--custom th {
  background-color: #f5f8fa;
}

table.table-bordered.table-bordered--custom td {
  --tw-divide-x-reverse: 0;
  /* border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); */
  border-left-width: 0;
  --tw-divide-opacity: 1;
  border-style: solid;
  border-color: #ededed;
}

td.z-index-3 {
  z-index: 3 !important;
}

.dtfc-fixed-left {
  /* border-right: 1px solid #ededed !important; */
}

.dtfc-fixed-right {
  /* border-left: 1px solid #ededed !important; */
}

table.dataTable tbody tr>.dtfc-fixed-right {
  right: -1px !important;
}

table.table-bordered.table-bordered--custom td:first-child,
table.table-bordered.table-bordered--custom th:first-child {
  border-left: 0 !important;
}

table.table-bordered.table-bordered--custom td:last-child,
table.table-bordered.table-bordered--custom th:last-child {
  border-right: 0 !important;
}

.stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
  color: var(--kt-stepper-label-title-color-current);
}

.stepper.stepper-pills .stepper-item .stepper-icon {
  border: 2px solid var(---kt-stepper-icon-bg-color);
}

.stepper.stepper-pills .stepper-item.current .stepper-icon {
  background-color: var(--kt-success);
  border: var(--kt-success);
}

.stepper.stepper-pills .stepper-item.current.active .stepper-icon {
  background-color: var(--kt-stepper-icon-bg-color);
  border: 2px solid var(--kt-success);
}

.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
  color: var(--kt-stepper-label-title-color);
}

.timeline {
  --bs-timeline-icon-size: 38px;
  --bs-timeline-icon-space: 0.35rem;
}

.timeline .timeline-line {
  display: block;
  content: ' ';
  justify-content: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: var(--bs-timeline-icon-size);
  bottom: 0;
  transform: translate(50%);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: var(--bs-gray-300);
  width: var(--bs-timeline-icon-size);
  margin-top: var(--bs-timeline-icon-space);
  margin-bottom: var(--bs-timeline-icon-space);
}

.timeline.timeline-border-dashed .timeline-line {
  border-left-style: dashed !important;
}

.timeline .timeline-icon {
  z-index: 1;
  flex-shrink: 0;
  margin-right: 1rem;
  width: var(--bs-timeline-icon-size);
  height: var(--bs-timeline-icon-size);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bs-gray-300);
  border-radius: 50%;
}

.timeline.timeline-border-dashed .timeline-icon {
  border-style: dashed !important;
}

@media (min-width: 992px) {
  [data-kt-app-sidebar-hoverable='true'] .app-sidebar .app-sidebar-wrapper {
    box-shadow: var(--kt-app-header-base-box-shadow);
  }
}

@media (max-width: 991.98px) {

  body,
  html {
    font-size: 14px !important;
    line-height: 1.5;
  }

  [data-kt-app-layout='light-sidebar']:not([data-kt-app-header-fixed-mobile='true']) .app-header {
    background-color: #ffffff;
  }

  body:not([data-kt-app-toolbar-fixed-mobile='true']) .app-toolbar {
    background-color: #ffffff;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  div.dataTables_scrollBody {
    overflow: scroll !important;
    height: initial;
    min-height: calc(1vh * 100 - 175px);
    border-bottom: 0;
  }
}

/* Preloader */
.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--primary-color);
  /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Montserrat', sans-serif;
  text-align: center;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: var(--primary-color);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(13, 58, 98, 0.3);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
  animation-delay: 1.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
  animation-delay: 1.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
  animation-delay: 2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before {
  animation-delay: 2.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(13):before {
  animation-delay: 2.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(14):before {
  animation-delay: 2.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(15):before {
  animation-delay: 2.8s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

/* Animación de las letras cargando del preloader */
@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {

  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em 'Montserrat', sans-serif;
  }
}

@media screen and (max-width: 500px) {

  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em 'Montserrat', sans-serif;
  }
}

.h-160px {
  height: 160px;
}

.w-160px {
  width: 160px;
}

.txt-color-f6cd64 {
  color: #f6cd64;
}

.txt-color-23bebe {
  color: #23bebe;
}

.txt-color-db5a00 {
  color: #db5a00;
}

.text-2-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 1700px) {
  .col-xxxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1rem;
  }

  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1rem;
  }

  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 1.25rem;
  }

  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 1.25rem;
  }

  .g-xxxl-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxxl-7,
  .gx-xxxl-7 {
    --bs-gutter-x: 1.75rem;
  }

  .g-xxxl-7,
  .gy-xxxl-7 {
    --bs-gutter-y: 1.75rem;
  }

  .g-xxxl-8,
  .gx-xxxl-8 {
    --bs-gutter-x: 2rem;
  }

  .g-xxxl-8,
  .gy-xxxl-8 {
    --bs-gutter-y: 2rem;
  }

  .g-xxxl-9,
  .gx-xxxl-9 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xxxl-9,
  .gy-xxxl-9 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xxxl-10,
  .gx-xxxl-10 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xxxl-10,
  .gy-xxxl-10 {
    --bs-gutter-y: 2.5rem;
  }
}

@media (min-width: 1700px) {
  .float-xxxl-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-xxxl-unset {
    width: unset !important;
  }

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

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

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

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

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

  .w-xxxl-1px {
    width: 1px !important;
  }

  .w-xxxl-2px {
    width: 2px !important;
  }

  .w-xxxl-3px {
    width: 3px !important;
  }

  .w-xxxl-4px {
    width: 4px !important;
  }

  .w-xxxl-5px {
    width: 5px !important;
  }

  .w-xxxl-6px {
    width: 6px !important;
  }

  .w-xxxl-7px {
    width: 7px !important;
  }

  .w-xxxl-8px {
    width: 8px !important;
  }

  .w-xxxl-9px {
    width: 9px !important;
  }

  .w-xxxl-10px {
    width: 10px !important;
  }

  .w-xxxl-15px {
    width: 15px !important;
  }

  .w-xxxl-20px {
    width: 20px !important;
  }

  .w-xxxl-25px {
    width: 25px !important;
  }

  .w-xxxl-30px {
    width: 30px !important;
  }

  .w-xxxl-35px {
    width: 35px !important;
  }

  .w-xxxl-40px {
    width: 40px !important;
  }

  .w-xxxl-45px {
    width: 45px !important;
  }

  .w-xxxl-50px {
    width: 50px !important;
  }

  .w-xxxl-55px {
    width: 55px !important;
  }

  .w-xxxl-60px {
    width: 60px !important;
  }

  .w-xxxl-65px {
    width: 65px !important;
  }

  .w-xxxl-70px {
    width: 70px !important;
  }

  .w-xxxl-75px {
    width: 75px !important;
  }

  .w-xxxl-80px {
    width: 80px !important;
  }

  .w-xxxl-85px {
    width: 85px !important;
  }

  .w-xxxl-90px {
    width: 90px !important;
  }

  .w-xxxl-95px {
    width: 95px !important;
  }

  .w-xxxl-100px {
    width: 100px !important;
  }

  .w-xxxl-125px {
    width: 125px !important;
  }

  .w-xxxl-150px {
    width: 150px !important;
  }

  .w-xxxl-175px {
    width: 175px !important;
  }

  .w-xxxl-200px {
    width: 200px !important;
  }

  .w-xxxl-225px {
    width: 225px !important;
  }

  .w-xxxl-250px {
    width: 250px !important;
  }

  .w-xxxl-275px {
    width: 275px !important;
  }

  .w-xxxl-300px {
    width: 300px !important;
  }

  .w-xxxl-325px {
    width: 325px !important;
  }

  .w-xxxl-350px {
    width: 350px !important;
  }

  .w-xxxl-375px {
    width: 375px !important;
  }

  .w-xxxl-400px {
    width: 400px !important;
  }

  .w-xxxl-425px {
    width: 425px !important;
  }

  .w-xxxl-450px {
    width: 450px !important;
  }

  .w-xxxl-475px {
    width: 475px !important;
  }

  .w-xxxl-500px {
    width: 500px !important;
  }

  .w-xxxl-550px {
    width: 550px !important;
  }

  .w-xxxl-600px {
    width: 600px !important;
  }

  .w-xxxl-650px {
    width: 650px !important;
  }

  .w-xxxl-700px {
    width: 700px !important;
  }

  .w-xxxl-750px {
    width: 750px !important;
  }

  .w-xxxl-800px {
    width: 800px !important;
  }

  .w-xxxl-850px {
    width: 850px !important;
  }

  .w-xxxl-900px {
    width: 900px !important;
  }

  .w-xxxl-950px {
    width: 950px !important;
  }

  .w-xxxl-1000px {
    width: 1000px !important;
  }

  .mw-xxxl-unset {
    max-width: unset !important;
  }

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

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

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

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

  .mw-xxxl-auto {
    max-width: auto !important;
  }

  .mw-xxxl-1px {
    max-width: 1px !important;
  }

  .mw-xxxl-2px {
    max-width: 2px !important;
  }

  .mw-xxxl-3px {
    max-width: 3px !important;
  }

  .mw-xxxl-4px {
    max-width: 4px !important;
  }

  .mw-xxxl-5px {
    max-width: 5px !important;
  }

  .mw-xxxl-6px {
    max-width: 6px !important;
  }

  .mw-xxxl-7px {
    max-width: 7px !important;
  }

  .mw-xxxl-8px {
    max-width: 8px !important;
  }

  .mw-xxxl-9px {
    max-width: 9px !important;
  }

  .mw-xxxl-10px {
    max-width: 10px !important;
  }

  .mw-xxxl-15px {
    max-width: 15px !important;
  }

  .mw-xxxl-20px {
    max-width: 20px !important;
  }

  .mw-xxxl-25px {
    max-width: 25px !important;
  }

  .mw-xxxl-30px {
    max-width: 30px !important;
  }

  .mw-xxxl-35px {
    max-width: 35px !important;
  }

  .mw-xxxl-40px {
    max-width: 40px !important;
  }

  .mw-xxxl-45px {
    max-width: 45px !important;
  }

  .mw-xxxl-50px {
    max-width: 50px !important;
  }

  .mw-xxxl-55px {
    max-width: 55px !important;
  }

  .mw-xxxl-60px {
    max-width: 60px !important;
  }

  .mw-xxxl-65px {
    max-width: 65px !important;
  }

  .mw-xxxl-70px {
    max-width: 70px !important;
  }

  .mw-xxxl-75px {
    max-width: 75px !important;
  }

  .mw-xxxl-80px {
    max-width: 80px !important;
  }

  .mw-xxxl-85px {
    max-width: 85px !important;
  }

  .mw-xxxl-90px {
    max-width: 90px !important;
  }

  .mw-xxxl-95px {
    max-width: 95px !important;
  }

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

  .mw-xxxl-125px {
    max-width: 125px !important;
  }

  .mw-xxxl-150px {
    max-width: 150px !important;
  }

  .mw-xxxl-175px {
    max-width: 175px !important;
  }

  .mw-xxxl-200px {
    max-width: 200px !important;
  }

  .mw-xxxl-225px {
    max-width: 225px !important;
  }

  .mw-xxxl-250px {
    max-width: 250px !important;
  }

  .mw-xxxl-275px {
    max-width: 275px !important;
  }

  .mw-xxxl-300px {
    max-width: 300px !important;
  }

  .mw-xxxl-325px {
    max-width: 325px !important;
  }

  .mw-xxxl-350px {
    max-width: 350px !important;
  }

  .mw-xxxl-375px {
    max-width: 375px !important;
  }

  .mw-xxxl-400px {
    max-width: 400px !important;
  }

  .mw-xxxl-425px {
    max-width: 425px !important;
  }

  .mw-xxxl-450px {
    max-width: 450px !important;
  }

  .mw-xxxl-475px {
    max-width: 475px !important;
  }

  .mw-xxxl-500px {
    max-width: 500px !important;
  }

  .mw-xxxl-550px {
    max-width: 550px !important;
  }

  .mw-xxxl-600px {
    max-width: 600px !important;
  }

  .mw-xxxl-650px {
    max-width: 650px !important;
  }

  .mw-xxxl-700px {
    max-width: 700px !important;
  }

  .mw-xxxl-750px {
    max-width: 750px !important;
  }

  .mw-xxxl-800px {
    max-width: 800px !important;
  }

  .mw-xxxl-850px {
    max-width: 850px !important;
  }

  .mw-xxxl-900px {
    max-width: 900px !important;
  }

  .mw-xxxl-950px {
    max-width: 950px !important;
  }

  .mw-xxxl-1000px {
    max-width: 1000px !important;
  }

  .h-xxxl-unset {
    height: unset !important;
  }

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

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

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

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

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

  .h-xxxl-1px {
    height: 1px !important;
  }

  .h-xxxl-2px {
    height: 2px !important;
  }

  .h-xxxl-3px {
    height: 3px !important;
  }

  .h-xxxl-4px {
    height: 4px !important;
  }

  .h-xxxl-5px {
    height: 5px !important;
  }

  .h-xxxl-6px {
    height: 6px !important;
  }

  .h-xxxl-7px {
    height: 7px !important;
  }

  .h-xxxl-8px {
    height: 8px !important;
  }

  .h-xxxl-9px {
    height: 9px !important;
  }

  .h-xxxl-10px {
    height: 10px !important;
  }

  .h-xxxl-15px {
    height: 15px !important;
  }

  .h-xxxl-20px {
    height: 20px !important;
  }

  .h-xxxl-25px {
    height: 25px !important;
  }

  .h-xxxl-30px {
    height: 30px !important;
  }

  .h-xxxl-35px {
    height: 35px !important;
  }

  .h-xxxl-40px {
    height: 40px !important;
  }

  .h-xxxl-45px {
    height: 45px !important;
  }

  .h-xxxl-50px {
    height: 50px !important;
  }

  .h-xxxl-55px {
    height: 55px !important;
  }

  .h-xxxl-60px {
    height: 60px !important;
  }

  .h-xxxl-65px {
    height: 65px !important;
  }

  .h-xxxl-70px {
    height: 70px !important;
  }

  .h-xxxl-75px {
    height: 75px !important;
  }

  .h-xxxl-80px {
    height: 80px !important;
  }

  .h-xxxl-85px {
    height: 85px !important;
  }

  .h-xxxl-90px {
    height: 90px !important;
  }

  .h-xxxl-95px {
    height: 95px !important;
  }

  .h-xxxl-100px {
    height: 100px !important;
  }

  .h-xxxl-125px {
    height: 125px !important;
  }

  .h-xxxl-150px {
    height: 150px !important;
  }

  .h-xxxl-175px {
    height: 175px !important;
  }

  .h-xxxl-200px {
    height: 200px !important;
  }

  .h-xxxl-225px {
    height: 225px !important;
  }

  .h-xxxl-250px {
    height: 250px !important;
  }

  .h-xxxl-275px {
    height: 275px !important;
  }

  .h-xxxl-300px {
    height: 300px !important;
  }

  .h-xxxl-325px {
    height: 325px !important;
  }

  .h-xxxl-350px {
    height: 350px !important;
  }

  .h-xxxl-375px {
    height: 375px !important;
  }

  .h-xxxl-400px {
    height: 400px !important;
  }

  .h-xxxl-425px {
    height: 425px !important;
  }

  .h-xxxl-450px {
    height: 450px !important;
  }

  .h-xxxl-475px {
    height: 475px !important;
  }

  .h-xxxl-500px {
    height: 500px !important;
  }

  .h-xxxl-550px {
    height: 550px !important;
  }

  .h-xxxl-600px {
    height: 600px !important;
  }

  .h-xxxl-650px {
    height: 650px !important;
  }

  .h-xxxl-700px {
    height: 700px !important;
  }

  .h-xxxl-750px {
    height: 750px !important;
  }

  .h-xxxl-800px {
    height: 800px !important;
  }

  .h-xxxl-850px {
    height: 850px !important;
  }

  .h-xxxl-900px {
    height: 900px !important;
  }

  .h-xxxl-950px {
    height: 950px !important;
  }

  .h-xxxl-1000px {
    height: 1000px !important;
  }

  .mh-xxxl-unset {
    max-height: unset !important;
  }

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

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

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

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

  .mh-xxxl-auto {
    max-height: auto !important;
  }

  .mh-xxxl-1px {
    max-height: 1px !important;
  }

  .mh-xxxl-2px {
    max-height: 2px !important;
  }

  .mh-xxxl-3px {
    max-height: 3px !important;
  }

  .mh-xxxl-4px {
    max-height: 4px !important;
  }

  .mh-xxxl-5px {
    max-height: 5px !important;
  }

  .mh-xxxl-6px {
    max-height: 6px !important;
  }

  .mh-xxxl-7px {
    max-height: 7px !important;
  }

  .mh-xxxl-8px {
    max-height: 8px !important;
  }

  .mh-xxxl-9px {
    max-height: 9px !important;
  }

  .mh-xxxl-10px {
    max-height: 10px !important;
  }

  .mh-xxxl-15px {
    max-height: 15px !important;
  }

  .mh-xxxl-20px {
    max-height: 20px !important;
  }

  .mh-xxxl-25px {
    max-height: 25px !important;
  }

  .mh-xxxl-30px {
    max-height: 30px !important;
  }

  .mh-xxxl-35px {
    max-height: 35px !important;
  }

  .mh-xxxl-40px {
    max-height: 40px !important;
  }

  .mh-xxxl-45px {
    max-height: 45px !important;
  }

  .mh-xxxl-50px {
    max-height: 50px !important;
  }

  .mh-xxxl-55px {
    max-height: 55px !important;
  }

  .mh-xxxl-60px {
    max-height: 60px !important;
  }

  .mh-xxxl-65px {
    max-height: 65px !important;
  }

  .mh-xxxl-70px {
    max-height: 70px !important;
  }

  .mh-xxxl-75px {
    max-height: 75px !important;
  }

  .mh-xxxl-80px {
    max-height: 80px !important;
  }

  .mh-xxxl-85px {
    max-height: 85px !important;
  }

  .mh-xxxl-90px {
    max-height: 90px !important;
  }

  .mh-xxxl-95px {
    max-height: 95px !important;
  }

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

  .mh-xxxl-125px {
    max-height: 125px !important;
  }

  .mh-xxxl-150px {
    max-height: 150px !important;
  }

  .mh-xxxl-175px {
    max-height: 175px !important;
  }

  .mh-xxxl-200px {
    max-height: 200px !important;
  }

  .mh-xxxl-225px {
    max-height: 225px !important;
  }

  .mh-xxxl-250px {
    max-height: 250px !important;
  }

  .mh-xxxl-275px {
    max-height: 275px !important;
  }

  .mh-xxxl-300px {
    max-height: 300px !important;
  }

  .mh-xxxl-325px {
    max-height: 325px !important;
  }

  .mh-xxxl-350px {
    max-height: 350px !important;
  }

  .mh-xxxl-375px {
    max-height: 375px !important;
  }

  .mh-xxxl-400px {
    max-height: 400px !important;
  }

  .mh-xxxl-425px {
    max-height: 425px !important;
  }

  .mh-xxxl-450px {
    max-height: 450px !important;
  }

  .mh-xxxl-475px {
    max-height: 475px !important;
  }

  .mh-xxxl-500px {
    max-height: 500px !important;
  }

  .mh-xxxl-550px {
    max-height: 550px !important;
  }

  .mh-xxxl-600px {
    max-height: 600px !important;
  }

  .mh-xxxl-650px {
    max-height: 650px !important;
  }

  .mh-xxxl-700px {
    max-height: 700px !important;
  }

  .mh-xxxl-750px {
    max-height: 750px !important;
  }

  .mh-xxxl-800px {
    max-height: 800px !important;
  }

  .mh-xxxl-850px {
    max-height: 850px !important;
  }

  .mh-xxxl-900px {
    max-height: 900px !important;
  }

  .mh-xxxl-950px {
    max-height: 950px !important;
  }

  .mh-xxxl-1000px {
    max-height: 1000px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }

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

  .m-xxxl-n3 {
    margin: -0.75rem !important;
  }

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

  .m-xxxl-n5 {
    margin: -1.25rem !important;
  }

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

  .m-xxxl-n7 {
    margin: -1.75rem !important;
  }

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

  .m-xxxl-n9 {
    margin: -2.25rem !important;
  }

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

  .m-xxxl-n11 {
    margin: -2.75rem !important;
  }

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

  .m-xxxl-n13 {
    margin: -3.25rem !important;
  }

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

  .m-xxxl-n15 {
    margin: -3.75rem !important;
  }

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

  .m-xxxl-n17 {
    margin: -4.25rem !important;
  }

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

  .m-xxxl-n19 {
    margin: -4.75rem !important;
  }

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

  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

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

  .mx-xxxl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

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

  .mx-xxxl-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }

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

  .mx-xxxl-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }

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

  .mx-xxxl-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

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

  .mx-xxxl-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }

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

  .mx-xxxl-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }

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

  .mx-xxxl-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }

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

  .mx-xxxl-n17 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }

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

  .mx-xxxl-n19 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }

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

  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

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

  .my-xxxl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

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

  .my-xxxl-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

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

  .my-xxxl-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

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

  .my-xxxl-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

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

  .my-xxxl-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

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

  .my-xxxl-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }

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

  .my-xxxl-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

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

  .my-xxxl-n17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }

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

  .my-xxxl-n19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

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

  .mt-xxxl-n1 {
    margin-top: -0.25rem !important;
  }

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

  .mt-xxxl-n3 {
    margin-top: -0.75rem !important;
  }

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

  .mt-xxxl-n5 {
    margin-top: -1.25rem !important;
  }

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

  .mt-xxxl-n7 {
    margin-top: -1.75rem !important;
  }

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

  .mt-xxxl-n9 {
    margin-top: -2.25rem !important;
  }

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

  .mt-xxxl-n11 {
    margin-top: -2.75rem !important;
  }

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

  .mt-xxxl-n13 {
    margin-top: -3.25rem !important;
  }

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

  .mt-xxxl-n15 {
    margin-top: -3.75rem !important;
  }

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

  .mt-xxxl-n17 {
    margin-top: -4.25rem !important;
  }

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

  .mt-xxxl-n19 {
    margin-top: -4.75rem !important;
  }

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

  .me-xxxl-n1 {
    margin-right: -0.25rem !important;
  }

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

  .me-xxxl-n3 {
    margin-right: -0.75rem !important;
  }

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

  .me-xxxl-n5 {
    margin-right: -1.25rem !important;
  }

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

  .me-xxxl-n7 {
    margin-right: -1.75rem !important;
  }

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

  .me-xxxl-n9 {
    margin-right: -2.25rem !important;
  }

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

  .me-xxxl-n11 {
    margin-right: -2.75rem !important;
  }

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

  .me-xxxl-n13 {
    margin-right: -3.25rem !important;
  }

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

  .me-xxxl-n15 {
    margin-right: -3.75rem !important;
  }

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

  .me-xxxl-n17 {
    margin-right: -4.25rem !important;
  }

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

  .me-xxxl-n19 {
    margin-right: -4.75rem !important;
  }

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

  .mb-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }

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

  .mb-xxxl-n3 {
    margin-bottom: -0.75rem !important;
  }

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

  .mb-xxxl-n5 {
    margin-bottom: -1.25rem !important;
  }

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

  .mb-xxxl-n7 {
    margin-bottom: -1.75rem !important;
  }

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

  .mb-xxxl-n9 {
    margin-bottom: -2.25rem !important;
  }

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

  .mb-xxxl-n11 {
    margin-bottom: -2.75rem !important;
  }

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

  .mb-xxxl-n13 {
    margin-bottom: -3.25rem !important;
  }

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

  .mb-xxxl-n15 {
    margin-bottom: -3.75rem !important;
  }

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

  .mb-xxxl-n17 {
    margin-bottom: -4.25rem !important;
  }

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

  .mb-xxxl-n19 {
    margin-bottom: -4.75rem !important;
  }

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

  .ms-xxxl-n1 {
    margin-left: -0.25rem !important;
  }

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

  .ms-xxxl-n3 {
    margin-left: -0.75rem !important;
  }

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

  .ms-xxxl-n5 {
    margin-left: -1.25rem !important;
  }

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

  .ms-xxxl-n7 {
    margin-left: -1.75rem !important;
  }

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

  .ms-xxxl-n9 {
    margin-left: -2.25rem !important;
  }

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

  .ms-xxxl-n11 {
    margin-left: -2.75rem !important;
  }

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

  .ms-xxxl-n13 {
    margin-left: -3.25rem !important;
  }

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

  .ms-xxxl-n15 {
    margin-left: -3.75rem !important;
  }

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

  .ms-xxxl-n17 {
    margin-left: -4.25rem !important;
  }

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

  .ms-xxxl-n19 {
    margin-left: -4.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xxxl-3 {
    gap: 0.75rem !important;
  }

  .gap-xxxl-4 {
    gap: 1rem !important;
  }

  .gap-xxxl-5 {
    gap: 1.25rem !important;
  }

  .gap-xxxl-6 {
    gap: 1.5rem !important;
  }

  .gap-xxxl-7 {
    gap: 1.75rem !important;
  }

  .gap-xxxl-8 {
    gap: 2rem !important;
  }

  .gap-xxxl-9 {
    gap: 2.25rem !important;
  }

  .gap-xxxl-10 {
    gap: 2.5rem !important;
  }

  .gap-xxxl-11 {
    gap: 2.75rem !important;
  }

  .gap-xxxl-12 {
    gap: 3rem !important;
  }

  .gap-xxxl-13 {
    gap: 3.25rem !important;
  }

  .gap-xxxl-14 {
    gap: 3.5rem !important;
  }

  .gap-xxxl-15 {
    gap: 3.75rem !important;
  }

  .gap-xxxl-16 {
    gap: 4rem !important;
  }

  .gap-xxxl-17 {
    gap: 4.25rem !important;
  }

  .gap-xxxl-18 {
    gap: 4.5rem !important;
  }

  .gap-xxxl-19 {
    gap: 4.75rem !important;
  }

  .gap-xxxl-20 {
    gap: 5rem !important;
  }

  .fs-xxxl-1 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-xxxl-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-xxxl-3 {
    font-size: calc(1.26rem + 0.12vw) !important;
  }

  .fs-xxxl-4 {
    font-size: 1.25rem !important;
  }

  .fs-xxxl-5 {
    font-size: 1.15rem !important;
  }

  .fs-xxxl-6 {
    font-size: 1.075rem !important;
  }

  .fs-xxxl-7 {
    font-size: 0.95rem !important;
  }

  .fs-xxxl-8 {
    font-size: 0.85rem !important;
  }

  .fs-xxxl-9 {
    font-size: 0.75rem !important;
  }

  .fs-xxxl-10 {
    font-size: 0.5rem !important;
  }

  .fs-xxxl-base {
    font-size: 1rem !important;
  }

  .fs-xxxl-fluid {
    font-size: 100% !important;
  }

  .fs-xxxl-2x {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-xxxl-2qx {
    font-size: calc(1.35rem + 1.2vw) !important;
  }

  .fs-xxxl-2hx {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-xxxl-2tx {
    font-size: calc(1.4rem + 1.8vw) !important;
  }

  .fs-xxxl-3x {
    font-size: calc(1.425rem + 2.1vw) !important;
  }

  .fs-xxxl-3qx {
    font-size: calc(1.45rem + 2.4vw) !important;
  }

  .fs-xxxl-3hx {
    font-size: calc(1.475rem + 2.7vw) !important;
  }

  .fs-xxxl-3tx {
    font-size: calc(1.5rem + 3vw) !important;
  }

  .fs-xxxl-4x {
    font-size: calc(1.525rem + 3.3vw) !important;
  }

  .fs-xxxl-4qx {
    font-size: calc(1.55rem + 3.6vw) !important;
  }

  .fs-xxxl-4hx {
    font-size: calc(1.575rem + 3.9vw) !important;
  }

  .fs-xxxl-4tx {
    font-size: calc(1.6rem + 4.2vw) !important;
  }

  .fs-xxxl-5x {
    font-size: calc(1.625rem + 4.5vw) !important;
  }

  .fs-xxxl-5qx {
    font-size: calc(1.65rem + 4.8vw) !important;
  }

  .fs-xxxl-5hx {
    font-size: calc(1.675rem + 5.1vw) !important;
  }

  .fs-xxxl-5tx {
    font-size: calc(1.7rem + 5.4vw) !important;
  }

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

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

  .text-xxxl-center {
    text-align: center !important;
  }

  .min-w-xxxl-unset {
    min-width: unset !important;
  }

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

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

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

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

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

  .min-w-xxxl-1px {
    min-width: 1px !important;
  }

  .min-w-xxxl-2px {
    min-width: 2px !important;
  }

  .min-w-xxxl-3px {
    min-width: 3px !important;
  }

  .min-w-xxxl-4px {
    min-width: 4px !important;
  }

  .min-w-xxxl-5px {
    min-width: 5px !important;
  }

  .min-w-xxxl-6px {
    min-width: 6px !important;
  }

  .min-w-xxxl-7px {
    min-width: 7px !important;
  }

  .min-w-xxxl-8px {
    min-width: 8px !important;
  }

  .min-w-xxxl-9px {
    min-width: 9px !important;
  }

  .min-w-xxxl-10px {
    min-width: 10px !important;
  }

  .min-w-xxxl-15px {
    min-width: 15px !important;
  }

  .min-w-xxxl-20px {
    min-width: 20px !important;
  }

  .min-w-xxxl-25px {
    min-width: 25px !important;
  }

  .min-w-xxxl-30px {
    min-width: 30px !important;
  }

  .min-w-xxxl-35px {
    min-width: 35px !important;
  }

  .min-w-xxxl-40px {
    min-width: 40px !important;
  }

  .min-w-xxxl-45px {
    min-width: 45px !important;
  }

  .min-w-xxxl-50px {
    min-width: 50px !important;
  }

  .min-w-xxxl-55px {
    min-width: 55px !important;
  }

  .min-w-xxxl-60px {
    min-width: 60px !important;
  }

  .min-w-xxxl-65px {
    min-width: 65px !important;
  }

  .min-w-xxxl-70px {
    min-width: 70px !important;
  }

  .min-w-xxxl-75px {
    min-width: 75px !important;
  }

  .min-w-xxxl-80px {
    min-width: 80px !important;
  }

  .min-w-xxxl-85px {
    min-width: 85px !important;
  }

  .min-w-xxxl-90px {
    min-width: 90px !important;
  }

  .min-w-xxxl-95px {
    min-width: 95px !important;
  }

  .min-w-xxxl-100px {
    min-width: 100px !important;
  }

  .min-w-xxxl-125px {
    min-width: 125px !important;
  }

  .min-w-xxxl-150px {
    min-width: 150px !important;
  }

  .min-w-xxxl-175px {
    min-width: 175px !important;
  }

  .min-w-xxxl-200px {
    min-width: 200px !important;
  }

  .min-w-xxxl-225px {
    min-width: 225px !important;
  }

  .min-w-xxxl-250px {
    min-width: 250px !important;
  }

  .min-w-xxxl-275px {
    min-width: 275px !important;
  }

  .min-w-xxxl-300px {
    min-width: 300px !important;
  }

  .min-w-xxxl-325px {
    min-width: 325px !important;
  }

  .min-w-xxxl-350px {
    min-width: 350px !important;
  }

  .min-w-xxxl-375px {
    min-width: 375px !important;
  }

  .min-w-xxxl-400px {
    min-width: 400px !important;
  }

  .min-w-xxxl-425px {
    min-width: 425px !important;
  }

  .min-w-xxxl-450px {
    min-width: 450px !important;
  }

  .min-w-xxxl-475px {
    min-width: 475px !important;
  }

  .min-w-xxxl-500px {
    min-width: 500px !important;
  }

  .min-w-xxxl-550px {
    min-width: 550px !important;
  }

  .min-w-xxxl-600px {
    min-width: 600px !important;
  }

  .min-w-xxxl-650px {
    min-width: 650px !important;
  }

  .min-w-xxxl-700px {
    min-width: 700px !important;
  }

  .min-w-xxxl-750px {
    min-width: 750px !important;
  }

  .min-w-xxxl-800px {
    min-width: 800px !important;
  }

  .min-w-xxxl-850px {
    min-width: 850px !important;
  }

  .min-w-xxxl-900px {
    min-width: 900px !important;
  }

  .min-w-xxxl-950px {
    min-width: 950px !important;
  }

  .min-w-xxxl-1000px {
    min-width: 1000px !important;
  }

  .min-h-xxxl-unset {
    min-height: unset !important;
  }

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

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

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

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

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

  .min-h-xxxl-1px {
    min-height: 1px !important;
  }

  .min-h-xxxl-2px {
    min-height: 2px !important;
  }

  .min-h-xxxl-3px {
    min-height: 3px !important;
  }

  .min-h-xxxl-4px {
    min-height: 4px !important;
  }

  .min-h-xxxl-5px {
    min-height: 5px !important;
  }

  .min-h-xxxl-6px {
    min-height: 6px !important;
  }

  .min-h-xxxl-7px {
    min-height: 7px !important;
  }

  .min-h-xxxl-8px {
    min-height: 8px !important;
  }

  .min-h-xxxl-9px {
    min-height: 9px !important;
  }

  .min-h-xxxl-10px {
    min-height: 10px !important;
  }

  .min-h-xxxl-15px {
    min-height: 15px !important;
  }

  .min-h-xxxl-20px {
    min-height: 20px !important;
  }

  .min-h-xxxl-25px {
    min-height: 25px !important;
  }

  .min-h-xxxl-30px {
    min-height: 30px !important;
  }

  .min-h-xxxl-35px {
    min-height: 35px !important;
  }

  .min-h-xxxl-40px {
    min-height: 40px !important;
  }

  .min-h-xxxl-45px {
    min-height: 45px !important;
  }

  .min-h-xxxl-50px {
    min-height: 50px !important;
  }

  .min-h-xxxl-55px {
    min-height: 55px !important;
  }

  .min-h-xxxl-60px {
    min-height: 60px !important;
  }

  .min-h-xxxl-65px {
    min-height: 65px !important;
  }

  .min-h-xxxl-70px {
    min-height: 70px !important;
  }

  .min-h-xxxl-75px {
    min-height: 75px !important;
  }

  .min-h-xxxl-80px {
    min-height: 80px !important;
  }

  .min-h-xxxl-85px {
    min-height: 85px !important;
  }

  .min-h-xxxl-90px {
    min-height: 90px !important;
  }

  .min-h-xxxl-95px {
    min-height: 95px !important;
  }

  .min-h-xxxl-100px {
    min-height: 100px !important;
  }

  .min-h-xxxl-125px {
    min-height: 125px !important;
  }

  .min-h-xxxl-150px {
    min-height: 150px !important;
  }

  .min-h-xxxl-175px {
    min-height: 175px !important;
  }

  .min-h-xxxl-200px {
    min-height: 200px !important;
  }

  .min-h-xxxl-225px {
    min-height: 225px !important;
  }

  .min-h-xxxl-250px {
    min-height: 250px !important;
  }

  .min-h-xxxl-275px {
    min-height: 275px !important;
  }

  .min-h-xxxl-300px {
    min-height: 300px !important;
  }

  .min-h-xxxl-325px {
    min-height: 325px !important;
  }

  .min-h-xxxl-350px {
    min-height: 350px !important;
  }

  .min-h-xxxl-375px {
    min-height: 375px !important;
  }

  .min-h-xxxl-400px {
    min-height: 400px !important;
  }

  .min-h-xxxl-425px {
    min-height: 425px !important;
  }

  .min-h-xxxl-450px {
    min-height: 450px !important;
  }

  .min-h-xxxl-475px {
    min-height: 475px !important;
  }

  .min-h-xxxl-500px {
    min-height: 500px !important;
  }

  .min-h-xxxl-550px {
    min-height: 550px !important;
  }

  .min-h-xxxl-600px {
    min-height: 600px !important;
  }

  .min-h-xxxl-650px {
    min-height: 650px !important;
  }

  .min-h-xxxl-700px {
    min-height: 700px !important;
  }

  .min-h-xxxl-750px {
    min-height: 750px !important;
  }

  .min-h-xxxl-800px {
    min-height: 800px !important;
  }

  .min-h-xxxl-850px {
    min-height: 850px !important;
  }

  .min-h-xxxl-900px {
    min-height: 900px !important;
  }

  .min-h-xxxl-950px {
    min-height: 950px !important;
  }

  .min-h-xxxl-1000px {
    min-height: 1000px !important;
  }
}