/*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme="light"] {
  --kdc-blue: #0d6efd;
  --kdc-indigo: #6610f2;
  --kdc-purple: #6f42c1;
  --kdc-pink: #d63384;
  --kdc-red: #dc3545;
  --kdc-orange: #fd7e14;
  --kdc-yellow: #ffc107;
  --kdc-green: #198754;
  --kdc-teal: #c3ff7c;
  --kdc-cyan: #0dcaf0;
  --kdc-black: #000;
  --kdc-white: #fff;
  --kdc-gray: #6c757d;
  --kdc-gray-dark: #343a40;
  --kdc-gray-100: #f8f9fa;
  --kdc-gray-200: #e9ecef;
  --kdc-gray-300: #dee2e6;
  --kdc-gray-400: #ced4da;
  --kdc-gray-500: #adb5bd;
  --kdc-gray-600: #6c757d;
  --kdc-gray-700: #495057;
  --kdc-gray-800: #343a40;
  --kdc-gray-900: #050605;
  --kdc-primary: #c3ff7c;
  --kdc-secondary: #6c757d;
  --kdc-success: #198754;
  --kdc-info: #0dcaf0;
  --kdc-warning: #ffc107;
  --kdc-danger: #dc3545;
  --kdc-light: #f8f9fa;
  --kdc-dark: #050605;
  --kdc-white: #fff;
  --kdc-black: #000;
  --kdc-primary-rgb: 195, 255, 124;
  --kdc-secondary-rgb: 108, 117, 125;
  --kdc-success-rgb: 25, 135, 84;
  --kdc-info-rgb: 13, 202, 240;
  --kdc-warning-rgb: 255, 193, 7;
  --kdc-danger-rgb: 220, 53, 69;
  --kdc-light-rgb: 248, 249, 250;
  --kdc-dark-rgb: 5, 6, 5;
  --kdc-white-rgb: 255, 255, 255;
  --kdc-black-rgb: 0, 0, 0;
  --kdc-primary-text-emphasis: #4e6632;
  --kdc-secondary-text-emphasis: #2b2f32;
  --kdc-success-text-emphasis: #0a3622;
  --kdc-info-text-emphasis: #055160;
  --kdc-warning-text-emphasis: #664d03;
  --kdc-danger-text-emphasis: #58151c;
  --kdc-light-text-emphasis: #495057;
  --kdc-dark-text-emphasis: #495057;
  --kdc-primary-bg-subtle: #f3ffe5;
  --kdc-secondary-bg-subtle: #e2e3e5;
  --kdc-success-bg-subtle: #d1e7dd;
  --kdc-info-bg-subtle: #cff4fc;
  --kdc-warning-bg-subtle: #fff3cd;
  --kdc-danger-bg-subtle: #f8d7da;
  --kdc-light-bg-subtle: #fcfcfd;
  --kdc-dark-bg-subtle: #ced4da;
  --kdc-primary-border-subtle: #e7ffcb;
  --kdc-secondary-border-subtle: #c4c8cb;
  --kdc-success-border-subtle: #a3cfbb;
  --kdc-info-border-subtle: #9eeaf9;
  --kdc-warning-border-subtle: #ffe69c;
  --kdc-danger-border-subtle: #f1aeb5;
  --kdc-light-border-subtle: #e9ecef;
  --kdc-dark-border-subtle: #adb5bd;
  --kdc-white-rgb: 255, 255, 255;
  --kdc-black-rgb: 0, 0, 0;
  --kdc-font-sans-serif: "Space Grotesk", 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";
  --kdc-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --kdc-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --kdc-body-font-family: var(--kdc-font-sans-serif);
  --kdc-body-font-size: 1rem;
  --kdc-body-font-weight: 400;
  --kdc-body-line-height: 1.5;
  --kdc-body-color: #000;
  --kdc-body-color-rgb: 0, 0, 0;
  --kdc-body-bg: #fff;
  --kdc-body-bg-rgb: 255, 255, 255;
  --kdc-emphasis-color: #000;
  --kdc-emphasis-color-rgb: 0, 0, 0;
  --kdc-secondary-color: rgba(0, 0, 0, 0.75);
  --kdc-secondary-color-rgb: 0, 0, 0;
  --kdc-secondary-bg: #e9ecef;
  --kdc-secondary-bg-rgb: 233, 236, 239;
  --kdc-tertiary-color: rgba(0, 0, 0, 0.5);
  --kdc-tertiary-color-rgb: 0, 0, 0;
  --kdc-tertiary-bg: #f8f9fa;
  --kdc-tertiary-bg-rgb: 248, 249, 250;
  --kdc-heading-color: inherit;
  --kdc-link-color: #c3ff7c;
  --kdc-link-color-rgb: 195, 255, 124;
  --kdc-link-decoration: underline;
  --kdc-link-hover-color: #9ccc63;
  --kdc-link-hover-color-rgb: 156, 204, 99;
  --kdc-link-hover-decoration: underline;
  --kdc-code-color: #d63384;
  --kdc-highlight-color: #000;
  --kdc-highlight-bg: #fff3cd;
  --kdc-border-width: 1px;
  --kdc-border-style: solid;
  --kdc-border-color: #dee2e6;
  --kdc-border-color-translucent: rgba(0, 0, 0, 0.175);
  --kdc-border-radius: 0.375rem;
  --kdc-border-radius-sm: 0.25rem;
  --kdc-border-radius-lg: 0.5rem;
  --kdc-border-radius-xl: 1rem;
  --kdc-border-radius-xxl: 2rem;
  --kdc-border-radius-2xl: var(--kdc-border-radius-xxl);
  --kdc-border-radius-pill: 50rem;
  --kdc-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --kdc-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --kdc-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --kdc-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --kdc-focus-ring-width: 0.25rem;
  --kdc-focus-ring-opacity: 0.25;
  --kdc-focus-ring-color: rgba(195, 255, 124, 0.25);
  --kdc-form-valid-color: #198754;
  --kdc-form-valid-border-color: #198754;
  --kdc-form-invalid-color: #dc3545;
  --kdc-form-invalid-border-color: #dc3545;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--kdc-body-font-family);
  font-size: var(--kdc-body-font-size);
  font-weight: var(--kdc-body-font-weight);
  line-height: var(--kdc-body-line-height);
  color: var(--kdc-body-color);
  text-align: var(--kdc-body-text-align);
  background-color: var(--kdc-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--kdc-border-width) solid;
  opacity: 0.25;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--kdc-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

[dir="ltr"] ol,
[dir="ltr"] ul {
  padding-left: 2rem;
}

[dir="rtl"] ol,
[dir="rtl"] ul {
  padding-right: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
}

[dir="ltr"] dd {
  margin-left: 0;
}

[dir="rtl"] dd {
  margin-right: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small, .form-control::-webkit-file-upload-button {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--kdc-highlight-color);
  background-color: var(--kdc-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: rgba(var(--kdc-link-color-rgb), var(--kdc-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --kdc-link-color-rgb: var(--kdc-link-hover-color-rgb);
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--kdc-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--kdc-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--kdc-body-bg);
  background-color: var(--kdc-body-color);
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--kdc-secondary-color);
}

[dir="ltr"] caption {
  text-align: left;
}

[dir="rtl"] caption {
  text-align: right;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

[dir="ltr"] legend {
  float: left;
}

[dir="rtl"] legend {
  float: right;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

[dir="ltr"] legend + * {
  clear: left;
}

[dir="rtl"] legend + * {
  clear: right;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[dir="rtl"] [type="tel"],
[dir="rtl"] [type="url"],
[dir="rtl"] [type="email"],
[dir="rtl"] [type="number"] {
  direction: ltr;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.7375rem + 5.85vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 6.125rem;
  }
}

.display-2 {
  font-size: calc(1.5625rem + 3.75vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.375rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.5rem + 3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.75rem;
  }
}

.display-5 {
  font-size: calc(1.46875rem + 2.625vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3.4375rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  list-style: none;
}

[dir="ltr"] .list-unstyled {
  padding-left: 0;
}

[dir="rtl"] .list-unstyled {
  padding-right: 0;
}

.list-inline {
  list-style: none;
}

[dir="ltr"] .list-inline {
  padding-left: 0;
}

[dir="rtl"] .list-inline {
  padding-right: 0;
}

.list-inline-item {
  display: inline-block;
}

[dir="ltr"] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

[dir="rtl"] .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--kdc-body-bg);
  border: var(--kdc-border-width) solid var(--kdc-border-color);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--kdc-secondary-color);
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-3xl,
.container-ultra-hd,
.container-ultra-wide {
  --kdc-gutter-x: 1.5rem;
  --kdc-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--kdc-gutter-x) * .5);
  padding-left: calc(var(--kdc-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 516px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 688px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 912px;
  }
}

@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1160px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1280px;
  }
}

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-3xl {
    max-width: 1500px;
  }
}

@media (min-width: 1920px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-3xl, .container-ultra-hd {
    max-width: 1800px;
  }
}

@media (min-width: 2560px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-3xl, .container-ultra-hd, .container-ultra-wide {
    max-width: 2400px;
  }
}

:root {
  --kdc-breakpoint-xs: 0;
  --kdc-breakpoint-sm: 576px;
  --kdc-breakpoint-md: 768px;
  --kdc-breakpoint-lg: 992px;
  --kdc-breakpoint-xl: 1280px;
  --kdc-breakpoint-xxl: 1400px;
  --kdc-breakpoint-3xl: 1600px;
  --kdc-breakpoint-ultra-hd: 1920px;
  --kdc-breakpoint-ultra-wide: 2560px;
}

.row {
  --kdc-gutter-x: 1.5rem;
  --kdc-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--kdc-gutter-y));
  margin-right: calc(-.5 * var(--kdc-gutter-x));
  margin-left: calc(-.5 * var(--kdc-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--kdc-gutter-x) * .5);
  padding-left: calc(var(--kdc-gutter-x) * .5);
  margin-top: var(--kdc-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.33333%;
}

.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.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir="ltr"] .offset-1 {
  margin-left: 8.33333%;
}

[dir="rtl"] .offset-1 {
  margin-right: 8.33333%;
}

[dir="ltr"] .offset-2 {
  margin-left: 16.66667%;
}

[dir="rtl"] .offset-2 {
  margin-right: 16.66667%;
}

[dir="ltr"] .offset-3 {
  margin-left: 25%;
}

[dir="rtl"] .offset-3 {
  margin-right: 25%;
}

[dir="ltr"] .offset-4 {
  margin-left: 33.33333%;
}

[dir="rtl"] .offset-4 {
  margin-right: 33.33333%;
}

[dir="ltr"] .offset-5 {
  margin-left: 41.66667%;
}

[dir="rtl"] .offset-5 {
  margin-right: 41.66667%;
}

[dir="ltr"] .offset-6 {
  margin-left: 50%;
}

[dir="rtl"] .offset-6 {
  margin-right: 50%;
}

[dir="ltr"] .offset-7 {
  margin-left: 58.33333%;
}

[dir="rtl"] .offset-7 {
  margin-right: 58.33333%;
}

[dir="ltr"] .offset-8 {
  margin-left: 66.66667%;
}

[dir="rtl"] .offset-8 {
  margin-right: 66.66667%;
}

[dir="ltr"] .offset-9 {
  margin-left: 75%;
}

[dir="rtl"] .offset-9 {
  margin-right: 75%;
}

[dir="ltr"] .offset-10 {
  margin-left: 83.33333%;
}

[dir="rtl"] .offset-10 {
  margin-right: 83.33333%;
}

[dir="ltr"] .offset-11 {
  margin-left: 91.66667%;
}

[dir="rtl"] .offset-11 {
  margin-right: 91.66667%;
}

.g-0,
.gx-0 {
  --kdc-gutter-x: 0;
}

.g-0,
.gy-0 {
  --kdc-gutter-y: 0;
}

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

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

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

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

.g-3,
.gx-3 {
  --kdc-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --kdc-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --kdc-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --kdc-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --kdc-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --kdc-gutter-y: 3rem;
}

.g-gutter,
.gx-gutter {
  --kdc-gutter-x: 0.75rem;
}

.g-gutter,
.gy-gutter {
  --kdc-gutter-y: 0.75rem;
}

.g-40px,
.gx-40px {
  --kdc-gutter-x: 40px;
}

.g-40px,
.gy-40px {
  --kdc-gutter-y: 40px;
}

@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.33333%;
  }

  .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.66667%;
  }

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

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

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

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

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

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

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

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

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

  [dir="ltr"] .offset-sm-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-sm-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-sm-1 {
    margin-left: 8.33333%;
  }

  [dir="rtl"] .offset-sm-1 {
    margin-right: 8.33333%;
  }

  [dir="ltr"] .offset-sm-2 {
    margin-left: 16.66667%;
  }

  [dir="rtl"] .offset-sm-2 {
    margin-right: 16.66667%;
  }

  [dir="ltr"] .offset-sm-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-sm-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-sm-4 {
    margin-left: 33.33333%;
  }

  [dir="rtl"] .offset-sm-4 {
    margin-right: 33.33333%;
  }

  [dir="ltr"] .offset-sm-5 {
    margin-left: 41.66667%;
  }

  [dir="rtl"] .offset-sm-5 {
    margin-right: 41.66667%;
  }

  [dir="ltr"] .offset-sm-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-sm-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-sm-7 {
    margin-left: 58.33333%;
  }

  [dir="rtl"] .offset-sm-7 {
    margin-right: 58.33333%;
  }

  [dir="ltr"] .offset-sm-8 {
    margin-left: 66.66667%;
  }

  [dir="rtl"] .offset-sm-8 {
    margin-right: 66.66667%;
  }

  [dir="ltr"] .offset-sm-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-sm-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-sm-10 {
    margin-left: 83.33333%;
  }

  [dir="rtl"] .offset-sm-10 {
    margin-right: 83.33333%;
  }

  [dir="ltr"] .offset-sm-11 {
    margin-left: 91.66667%;
  }

  [dir="rtl"] .offset-sm-11 {
    margin-right: 91.66667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --kdc-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --kdc-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --kdc-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --kdc-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --kdc-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --kdc-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --kdc-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --kdc-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --kdc-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --kdc-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --kdc-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --kdc-gutter-y: 3rem;
  }

  .g-sm-gutter,
  .gx-sm-gutter {
    --kdc-gutter-x: 0.75rem;
  }

  .g-sm-gutter,
  .gy-sm-gutter {
    --kdc-gutter-y: 0.75rem;
  }

  .g-sm-40px,
  .gx-sm-40px {
    --kdc-gutter-x: 40px;
  }

  .g-sm-40px,
  .gy-sm-40px {
    --kdc-gutter-y: 40px;
  }
}

@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.33333%;
  }

  .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.66667%;
  }

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

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

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

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

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

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

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

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

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

  [dir="ltr"] .offset-md-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-md-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-md-1 {
    margin-left: 8.33333%;
  }

  [dir="rtl"] .offset-md-1 {
    margin-right: 8.33333%;
  }

  [dir="ltr"] .offset-md-2 {
    margin-left: 16.66667%;
  }

  [dir="rtl"] .offset-md-2 {
    margin-right: 16.66667%;
  }

  [dir="ltr"] .offset-md-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-md-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-md-4 {
    margin-left: 33.33333%;
  }

  [dir="rtl"] .offset-md-4 {
    margin-right: 33.33333%;
  }

  [dir="ltr"] .offset-md-5 {
    margin-left: 41.66667%;
  }

  [dir="rtl"] .offset-md-5 {
    margin-right: 41.66667%;
  }

  [dir="ltr"] .offset-md-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-md-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-md-7 {
    margin-left: 58.33333%;
  }

  [dir="rtl"] .offset-md-7 {
    margin-right: 58.33333%;
  }

  [dir="ltr"] .offset-md-8 {
    margin-left: 66.66667%;
  }

  [dir="rtl"] .offset-md-8 {
    margin-right: 66.66667%;
  }

  [dir="ltr"] .offset-md-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-md-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-md-10 {
    margin-left: 83.33333%;
  }

  [dir="rtl"] .offset-md-10 {
    margin-right: 83.33333%;
  }

  [dir="ltr"] .offset-md-11 {
    margin-left: 91.66667%;
  }

  [dir="rtl"] .offset-md-11 {
    margin-right: 91.66667%;
  }

  .g-md-0,
  .gx-md-0 {
    --kdc-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --kdc-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --kdc-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --kdc-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --kdc-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --kdc-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --kdc-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --kdc-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --kdc-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --kdc-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --kdc-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --kdc-gutter-y: 3rem;
  }

  .g-md-gutter,
  .gx-md-gutter {
    --kdc-gutter-x: 0.75rem;
  }

  .g-md-gutter,
  .gy-md-gutter {
    --kdc-gutter-y: 0.75rem;
  }

  .g-md-40px,
  .gx-md-40px {
    --kdc-gutter-x: 40px;
  }

  .g-md-40px,
  .gy-md-40px {
    --kdc-gutter-y: 40px;
  }
}

@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.33333%;
  }

  .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.66667%;
  }

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

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

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

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

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

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

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

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

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

  [dir="ltr"] .offset-lg-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-lg-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-lg-1 {
    margin-left: 8.33333%;
  }

  [dir="rtl"] .offset-lg-1 {
    margin-right: 8.33333%;
  }

  [dir="ltr"] .offset-lg-2 {
    margin-left: 16.66667%;
  }

  [dir="rtl"] .offset-lg-2 {
    margin-right: 16.66667%;
  }

  [dir="ltr"] .offset-lg-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-lg-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-lg-4 {
    margin-left: 33.33333%;
  }

  [dir="rtl"] .offset-lg-4 {
    margin-right: 33.33333%;
  }

  [dir="ltr"] .offset-lg-5 {
    margin-left: 41.66667%;
  }

  [dir="rtl"] .offset-lg-5 {
    margin-right: 41.66667%;
  }

  [dir="ltr"] .offset-lg-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-lg-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-lg-7 {
    margin-left: 58.33333%;
  }

  [dir="rtl"] .offset-lg-7 {
    margin-right: 58.33333%;
  }

  [dir="ltr"] .offset-lg-8 {
    margin-left: 66.66667%;
  }

  [dir="rtl"] .offset-lg-8 {
    margin-right: 66.66667%;
  }

  [dir="ltr"] .offset-lg-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-lg-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-lg-10 {
    margin-left: 83.33333%;
  }

  [dir="rtl"] .offset-lg-10 {
    margin-right: 83.33333%;
  }

  [dir="ltr"] .offset-lg-11 {
    margin-left: 91.66667%;
  }

  [dir="rtl"] .offset-lg-11 {
    margin-right: 91.66667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --kdc-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --kdc-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --kdc-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --kdc-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --kdc-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --kdc-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --kdc-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --kdc-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --kdc-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --kdc-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --kdc-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --kdc-gutter-y: 3rem;
  }

  .g-lg-gutter,
  .gx-lg-gutter {
    --kdc-gutter-x: 0.75rem;
  }

  .g-lg-gutter,
  .gy-lg-gutter {
    --kdc-gutter-y: 0.75rem;
  }

  .g-lg-40px,
  .gx-lg-40px {
    --kdc-gutter-x: 40px;
  }

  .g-lg-40px,
  .gy-lg-40px {
    --kdc-gutter-y: 40px;
  }
}

@media (min-width: 1280px) {
  .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.33333%;
  }

  .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.66667%;
  }

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

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

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

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

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

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

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

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

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

  [dir="ltr"] .offset-xl-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-xl-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-xl-1 {
    margin-left: 8.33333%;
  }

  [dir="rtl"] .offset-xl-1 {
    margin-right: 8.33333%;
  }

  [dir="ltr"] .offset-xl-2 {
    margin-left: 16.66667%;
  }

  [dir="rtl"] .offset-xl-2 {
    margin-right: 16.66667%;
  }

  [dir="ltr"] .offset-xl-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-xl-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-xl-4 {
    margin-left: 33.33333%;
  }

  [dir="rtl"] .offset-xl-4 {
    margin-right: 33.33333%;
  }

  [dir="ltr"] .offset-xl-5 {
    margin-left: 41.66667%;
  }

  [dir="rtl"] .offset-xl-5 {
    margin-right: 41.66667%;
  }

  [dir="ltr"] .offset-xl-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-xl-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-xl-7 {
    margin-left: 58.33333%;
  }

  [dir="rtl"] .offset-xl-7 {
    margin-right: 58.33333%;
  }

  [dir="ltr"] .offset-xl-8 {
    margin-left: 66.66667%;
  }

  [dir="rtl"] .offset-xl-8 {
    margin-right: 66.66667%;
  }

  [dir="ltr"] .offset-xl-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-xl-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-xl-10 {
    margin-left: 83.33333%;
  }

  [dir="rtl"] .offset-xl-10 {
    margin-right: 83.33333%;
  }

  [dir="ltr"] .offset-xl-11 {
    margin-left: 91.66667%;
  }

  [dir="rtl"] .offset-xl-11 {
    margin-right: 91.66667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --kdc-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --kdc-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --kdc-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --kdc-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --kdc-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --kdc-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --kdc-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --kdc-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --kdc-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --kdc-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --kdc-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --kdc-gutter-y: 3rem;
  }

  .g-xl-gutter,
  .gx-xl-gutter {
    --kdc-gutter-x: 0.75rem;
  }

  .g-xl-gutter,
  .gy-xl-gutter {
    --kdc-gutter-y: 0.75rem;
  }

  .g-xl-40px,
  .gx-xl-40px {
    --kdc-gutter-x: 40px;
  }

  .g-xl-40px,
  .gy-xl-40px {
    --kdc-gutter-y: 40px;
  }
}

@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.33333%;
  }

  .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.66667%;
  }

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

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

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

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

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

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

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

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

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

  [dir="ltr"] .offset-xxl-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-xxl-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  [dir="rtl"] .offset-xxl-1 {
    margin-right: 8.33333%;
  }

  [dir="ltr"] .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  [dir="rtl"] .offset-xxl-2 {
    margin-right: 16.66667%;
  }

  [dir="ltr"] .offset-xxl-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-xxl-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  [dir="rtl"] .offset-xxl-4 {
    margin-right: 33.33333%;
  }

  [dir="ltr"] .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  [dir="rtl"] .offset-xxl-5 {
    margin-right: 41.66667%;
  }

  [dir="ltr"] .offset-xxl-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-xxl-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  [dir="rtl"] .offset-xxl-7 {
    margin-right: 58.33333%;
  }

  [dir="ltr"] .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  [dir="rtl"] .offset-xxl-8 {
    margin-right: 66.66667%;
  }

  [dir="ltr"] .offset-xxl-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-xxl-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  [dir="rtl"] .offset-xxl-10 {
    margin-right: 83.33333%;
  }

  [dir="ltr"] .offset-xxl-11 {
    margin-left: 91.66667%;
  }

  [dir="rtl"] .offset-xxl-11 {
    margin-right: 91.66667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --kdc-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --kdc-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --kdc-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --kdc-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --kdc-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --kdc-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --kdc-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --kdc-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --kdc-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --kdc-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --kdc-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --kdc-gutter-y: 3rem;
  }

  .g-xxl-gutter,
  .gx-xxl-gutter {
    --kdc-gutter-x: 0.75rem;
  }

  .g-xxl-gutter,
  .gy-xxl-gutter {
    --kdc-gutter-y: 0.75rem;
  }

  .g-xxl-40px,
  .gx-xxl-40px {
    --kdc-gutter-x: 40px;
  }

  .g-xxl-40px,
  .gy-xxl-40px {
    --kdc-gutter-y: 40px;
  }
}

@media (min-width: 1600px) {
  .col-3xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-3xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-3xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-3xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-3xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

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

  .col-3xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-3xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

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

  .col-3xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-3xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

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

  .col-3xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-3xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

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

  [dir="ltr"] .offset-3xl-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-3xl-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-3xl-1 {
    margin-left: 8.33333%;
  }

  [dir="rtl"] .offset-3xl-1 {
    margin-right: 8.33333%;
  }

  [dir="ltr"] .offset-3xl-2 {
    margin-left: 16.66667%;
  }

  [dir="rtl"] .offset-3xl-2 {
    margin-right: 16.66667%;
  }

  [dir="ltr"] .offset-3xl-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-3xl-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-3xl-4 {
    margin-left: 33.33333%;
  }

  [dir="rtl"] .offset-3xl-4 {
    margin-right: 33.33333%;
  }

  [dir="ltr"] .offset-3xl-5 {
    margin-left: 41.66667%;
  }

  [dir="rtl"] .offset-3xl-5 {
    margin-right: 41.66667%;
  }

  [dir="ltr"] .offset-3xl-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-3xl-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-3xl-7 {
    margin-left: 58.33333%;
  }

  [dir="rtl"] .offset-3xl-7 {
    margin-right: 58.33333%;
  }

  [dir="ltr"] .offset-3xl-8 {
    margin-left: 66.66667%;
  }

  [dir="rtl"] .offset-3xl-8 {
    margin-right: 66.66667%;
  }

  [dir="ltr"] .offset-3xl-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-3xl-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-3xl-10 {
    margin-left: 83.33333%;
  }

  [dir="rtl"] .offset-3xl-10 {
    margin-right: 83.33333%;
  }

  [dir="ltr"] .offset-3xl-11 {
    margin-left: 91.66667%;
  }

  [dir="rtl"] .offset-3xl-11 {
    margin-right: 91.66667%;
  }

  .g-3xl-0,
  .gx-3xl-0 {
    --kdc-gutter-x: 0;
  }

  .g-3xl-0,
  .gy-3xl-0 {
    --kdc-gutter-y: 0;
  }

  .g-3xl-1,
  .gx-3xl-1 {
    --kdc-gutter-x: 0.25rem;
  }

  .g-3xl-1,
  .gy-3xl-1 {
    --kdc-gutter-y: 0.25rem;
  }

  .g-3xl-2,
  .gx-3xl-2 {
    --kdc-gutter-x: 0.5rem;
  }

  .g-3xl-2,
  .gy-3xl-2 {
    --kdc-gutter-y: 0.5rem;
  }

  .g-3xl-3,
  .gx-3xl-3 {
    --kdc-gutter-x: 1rem;
  }

  .g-3xl-3,
  .gy-3xl-3 {
    --kdc-gutter-y: 1rem;
  }

  .g-3xl-4,
  .gx-3xl-4 {
    --kdc-gutter-x: 1.5rem;
  }

  .g-3xl-4,
  .gy-3xl-4 {
    --kdc-gutter-y: 1.5rem;
  }

  .g-3xl-5,
  .gx-3xl-5 {
    --kdc-gutter-x: 3rem;
  }

  .g-3xl-5,
  .gy-3xl-5 {
    --kdc-gutter-y: 3rem;
  }

  .g-3xl-gutter,
  .gx-3xl-gutter {
    --kdc-gutter-x: 0.75rem;
  }

  .g-3xl-gutter,
  .gy-3xl-gutter {
    --kdc-gutter-y: 0.75rem;
  }

  .g-3xl-40px,
  .gx-3xl-40px {
    --kdc-gutter-x: 40px;
  }

  .g-3xl-40px,
  .gy-3xl-40px {
    --kdc-gutter-y: 40px;
  }
}

@media (min-width: 1920px) {
  .col-ultra-hd {
    flex: 1 0 0%;
  }

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

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

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

  .row-cols-ultra-hd-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

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

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

  .row-cols-ultra-hd-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-ultra-hd-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-ultra-hd-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-ultra-hd-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

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

  .col-ultra-hd-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-ultra-hd-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

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

  .col-ultra-hd-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-ultra-hd-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

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

  .col-ultra-hd-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-ultra-hd-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

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

  [dir="ltr"] .offset-ultra-hd-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-ultra-hd-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-ultra-hd-1 {
    margin-left: 8.33333%;
  }

  [dir="rtl"] .offset-ultra-hd-1 {
    margin-right: 8.33333%;
  }

  [dir="ltr"] .offset-ultra-hd-2 {
    margin-left: 16.66667%;
  }

  [dir="rtl"] .offset-ultra-hd-2 {
    margin-right: 16.66667%;
  }

  [dir="ltr"] .offset-ultra-hd-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-ultra-hd-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-ultra-hd-4 {
    margin-left: 33.33333%;
  }

  [dir="rtl"] .offset-ultra-hd-4 {
    margin-right: 33.33333%;
  }

  [dir="ltr"] .offset-ultra-hd-5 {
    margin-left: 41.66667%;
  }

  [dir="rtl"] .offset-ultra-hd-5 {
    margin-right: 41.66667%;
  }

  [dir="ltr"] .offset-ultra-hd-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-ultra-hd-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-ultra-hd-7 {
    margin-left: 58.33333%;
  }

  [dir="rtl"] .offset-ultra-hd-7 {
    margin-right: 58.33333%;
  }

  [dir="ltr"] .offset-ultra-hd-8 {
    margin-left: 66.66667%;
  }

  [dir="rtl"] .offset-ultra-hd-8 {
    margin-right: 66.66667%;
  }

  [dir="ltr"] .offset-ultra-hd-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-ultra-hd-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-ultra-hd-10 {
    margin-left: 83.33333%;
  }

  [dir="rtl"] .offset-ultra-hd-10 {
    margin-right: 83.33333%;
  }

  [dir="ltr"] .offset-ultra-hd-11 {
    margin-left: 91.66667%;
  }

  [dir="rtl"] .offset-ultra-hd-11 {
    margin-right: 91.66667%;
  }

  .g-ultra-hd-0,
  .gx-ultra-hd-0 {
    --kdc-gutter-x: 0;
  }

  .g-ultra-hd-0,
  .gy-ultra-hd-0 {
    --kdc-gutter-y: 0;
  }

  .g-ultra-hd-1,
  .gx-ultra-hd-1 {
    --kdc-gutter-x: 0.25rem;
  }

  .g-ultra-hd-1,
  .gy-ultra-hd-1 {
    --kdc-gutter-y: 0.25rem;
  }

  .g-ultra-hd-2,
  .gx-ultra-hd-2 {
    --kdc-gutter-x: 0.5rem;
  }

  .g-ultra-hd-2,
  .gy-ultra-hd-2 {
    --kdc-gutter-y: 0.5rem;
  }

  .g-ultra-hd-3,
  .gx-ultra-hd-3 {
    --kdc-gutter-x: 1rem;
  }

  .g-ultra-hd-3,
  .gy-ultra-hd-3 {
    --kdc-gutter-y: 1rem;
  }

  .g-ultra-hd-4,
  .gx-ultra-hd-4 {
    --kdc-gutter-x: 1.5rem;
  }

  .g-ultra-hd-4,
  .gy-ultra-hd-4 {
    --kdc-gutter-y: 1.5rem;
  }

  .g-ultra-hd-5,
  .gx-ultra-hd-5 {
    --kdc-gutter-x: 3rem;
  }

  .g-ultra-hd-5,
  .gy-ultra-hd-5 {
    --kdc-gutter-y: 3rem;
  }

  .g-ultra-hd-gutter,
  .gx-ultra-hd-gutter {
    --kdc-gutter-x: 0.75rem;
  }

  .g-ultra-hd-gutter,
  .gy-ultra-hd-gutter {
    --kdc-gutter-y: 0.75rem;
  }

  .g-ultra-hd-40px,
  .gx-ultra-hd-40px {
    --kdc-gutter-x: 40px;
  }

  .g-ultra-hd-40px,
  .gy-ultra-hd-40px {
    --kdc-gutter-y: 40px;
  }
}

@media (min-width: 2560px) {
  .col-ultra-wide {
    flex: 1 0 0%;
  }

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

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

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

  .row-cols-ultra-wide-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

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

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

  .row-cols-ultra-wide-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-ultra-wide-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-ultra-wide-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-ultra-wide-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

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

  .col-ultra-wide-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-ultra-wide-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

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

  .col-ultra-wide-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-ultra-wide-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

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

  .col-ultra-wide-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-ultra-wide-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

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

  [dir="ltr"] .offset-ultra-wide-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-ultra-wide-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-ultra-wide-1 {
    margin-left: 8.33333%;
  }

  [dir="rtl"] .offset-ultra-wide-1 {
    margin-right: 8.33333%;
  }

  [dir="ltr"] .offset-ultra-wide-2 {
    margin-left: 16.66667%;
  }

  [dir="rtl"] .offset-ultra-wide-2 {
    margin-right: 16.66667%;
  }

  [dir="ltr"] .offset-ultra-wide-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-ultra-wide-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-ultra-wide-4 {
    margin-left: 33.33333%;
  }

  [dir="rtl"] .offset-ultra-wide-4 {
    margin-right: 33.33333%;
  }

  [dir="ltr"] .offset-ultra-wide-5 {
    margin-left: 41.66667%;
  }

  [dir="rtl"] .offset-ultra-wide-5 {
    margin-right: 41.66667%;
  }

  [dir="ltr"] .offset-ultra-wide-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-ultra-wide-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-ultra-wide-7 {
    margin-left: 58.33333%;
  }

  [dir="rtl"] .offset-ultra-wide-7 {
    margin-right: 58.33333%;
  }

  [dir="ltr"] .offset-ultra-wide-8 {
    margin-left: 66.66667%;
  }

  [dir="rtl"] .offset-ultra-wide-8 {
    margin-right: 66.66667%;
  }

  [dir="ltr"] .offset-ultra-wide-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-ultra-wide-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-ultra-wide-10 {
    margin-left: 83.33333%;
  }

  [dir="rtl"] .offset-ultra-wide-10 {
    margin-right: 83.33333%;
  }

  [dir="ltr"] .offset-ultra-wide-11 {
    margin-left: 91.66667%;
  }

  [dir="rtl"] .offset-ultra-wide-11 {
    margin-right: 91.66667%;
  }

  .g-ultra-wide-0,
  .gx-ultra-wide-0 {
    --kdc-gutter-x: 0;
  }

  .g-ultra-wide-0,
  .gy-ultra-wide-0 {
    --kdc-gutter-y: 0;
  }

  .g-ultra-wide-1,
  .gx-ultra-wide-1 {
    --kdc-gutter-x: 0.25rem;
  }

  .g-ultra-wide-1,
  .gy-ultra-wide-1 {
    --kdc-gutter-y: 0.25rem;
  }

  .g-ultra-wide-2,
  .gx-ultra-wide-2 {
    --kdc-gutter-x: 0.5rem;
  }

  .g-ultra-wide-2,
  .gy-ultra-wide-2 {
    --kdc-gutter-y: 0.5rem;
  }

  .g-ultra-wide-3,
  .gx-ultra-wide-3 {
    --kdc-gutter-x: 1rem;
  }

  .g-ultra-wide-3,
  .gy-ultra-wide-3 {
    --kdc-gutter-y: 1rem;
  }

  .g-ultra-wide-4,
  .gx-ultra-wide-4 {
    --kdc-gutter-x: 1.5rem;
  }

  .g-ultra-wide-4,
  .gy-ultra-wide-4 {
    --kdc-gutter-y: 1.5rem;
  }

  .g-ultra-wide-5,
  .gx-ultra-wide-5 {
    --kdc-gutter-x: 3rem;
  }

  .g-ultra-wide-5,
  .gy-ultra-wide-5 {
    --kdc-gutter-y: 3rem;
  }

  .g-ultra-wide-gutter,
  .gx-ultra-wide-gutter {
    --kdc-gutter-x: 0.75rem;
  }

  .g-ultra-wide-gutter,
  .gy-ultra-wide-gutter {
    --kdc-gutter-y: 0.75rem;
  }

  .g-ultra-wide-40px,
  .gx-ultra-wide-40px {
    --kdc-gutter-x: 40px;
  }

  .g-ultra-wide-40px,
  .gy-ultra-wide-40px {
    --kdc-gutter-y: 40px;
  }
}

.table {
  --kdc-table-color-type: initial;
  --kdc-table-bg-type: initial;
  --kdc-table-color-state: initial;
  --kdc-table-bg-state: initial;
  --kdc-table-color: var(--kdc-emphasis-color);
  --kdc-table-bg: var(--kdc-body-bg);
  --kdc-table-border-color: var(--kdc-border-color);
  --kdc-table-accent-bg: transparent;
  --kdc-table-striped-color: var(--kdc-emphasis-color);
  --kdc-table-striped-bg: rgba(var(--kdc-emphasis-color-rgb), 0.05);
  --kdc-table-active-color: var(--kdc-emphasis-color);
  --kdc-table-active-bg: rgba(var(--kdc-emphasis-color-rgb), 0.1);
  --kdc-table-hover-color: var(--kdc-emphasis-color);
  --kdc-table-hover-bg: rgba(var(--kdc-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--kdc-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--kdc-table-color-state, var(--kdc-table-color-type, var(--kdc-table-color)));
  background-color: var(--kdc-table-bg);
  border-bottom-width: var(--kdc-border-width);
  box-shadow: inset 0 0 0 9999px var(--kdc-table-bg-state, var(--kdc-table-bg-type, var(--kdc-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--kdc-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--kdc-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--kdc-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --kdc-table-color-type: var(--kdc-table-striped-color);
  --kdc-table-bg-type: var(--kdc-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --kdc-table-color-type: var(--kdc-table-striped-color);
  --kdc-table-bg-type: var(--kdc-table-striped-bg);
}

.table-active {
  --kdc-table-color-state: var(--kdc-table-active-color);
  --kdc-table-bg-state: var(--kdc-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --kdc-table-color-state: var(--kdc-table-hover-color);
  --kdc-table-bg-state: var(--kdc-table-hover-bg);
}

.table-primary {
  --kdc-table-color: #000;
  --kdc-table-bg: #f3ffe5;
  --kdc-table-border-color: #c2ccb7;
  --kdc-table-striped-bg: #e7f2da;
  --kdc-table-striped-color: #000;
  --kdc-table-active-bg: #dbe6ce;
  --kdc-table-active-color: #000;
  --kdc-table-hover-bg: #e1ecd4;
  --kdc-table-hover-color: #000;
  color: var(--kdc-table-color);
  border-color: var(--kdc-table-border-color);
}

.table-secondary {
  --kdc-table-color: #000;
  --kdc-table-bg: #e2e3e5;
  --kdc-table-border-color: #b5b6b7;
  --kdc-table-striped-bg: #d7d8da;
  --kdc-table-striped-color: #000;
  --kdc-table-active-bg: #cbccce;
  --kdc-table-active-color: #000;
  --kdc-table-hover-bg: #d1d2d4;
  --kdc-table-hover-color: #000;
  color: var(--kdc-table-color);
  border-color: var(--kdc-table-border-color);
}

.table-success {
  --kdc-table-color: #000;
  --kdc-table-bg: #d1e7dd;
  --kdc-table-border-color: #a7b9b1;
  --kdc-table-striped-bg: #c7dbd2;
  --kdc-table-striped-color: #000;
  --kdc-table-active-bg: #bcd0c7;
  --kdc-table-active-color: #000;
  --kdc-table-hover-bg: #c1d6cc;
  --kdc-table-hover-color: #000;
  color: var(--kdc-table-color);
  border-color: var(--kdc-table-border-color);
}

.table-info {
  --kdc-table-color: #000;
  --kdc-table-bg: #cff4fc;
  --kdc-table-border-color: #a6c3ca;
  --kdc-table-striped-bg: #c5e8ef;
  --kdc-table-striped-color: #000;
  --kdc-table-active-bg: #badce3;
  --kdc-table-active-color: #000;
  --kdc-table-hover-bg: #bfe2e9;
  --kdc-table-hover-color: #000;
  color: var(--kdc-table-color);
  border-color: var(--kdc-table-border-color);
}

.table-warning {
  --kdc-table-color: #000;
  --kdc-table-bg: #fff3cd;
  --kdc-table-border-color: #ccc2a4;
  --kdc-table-striped-bg: #f2e7c3;
  --kdc-table-striped-color: #000;
  --kdc-table-active-bg: #e6dbb9;
  --kdc-table-active-color: #000;
  --kdc-table-hover-bg: #ece1be;
  --kdc-table-hover-color: #000;
  color: var(--kdc-table-color);
  border-color: var(--kdc-table-border-color);
}

.table-danger {
  --kdc-table-color: #000;
  --kdc-table-bg: #f8d7da;
  --kdc-table-border-color: #c6acae;
  --kdc-table-striped-bg: #eccccf;
  --kdc-table-striped-color: #000;
  --kdc-table-active-bg: #dfc2c4;
  --kdc-table-active-color: #000;
  --kdc-table-hover-bg: #e5c7ca;
  --kdc-table-hover-color: #000;
  color: var(--kdc-table-color);
  border-color: var(--kdc-table-border-color);
}

.table-light {
  --kdc-table-color: #000;
  --kdc-table-bg: #f8f9fa;
  --kdc-table-border-color: #c6c7c8;
  --kdc-table-striped-bg: #ecedee;
  --kdc-table-striped-color: #000;
  --kdc-table-active-bg: #dfe0e1;
  --kdc-table-active-color: #000;
  --kdc-table-hover-bg: #e5e6e7;
  --kdc-table-hover-color: #000;
  color: var(--kdc-table-color);
  border-color: var(--kdc-table-border-color);
}

.table-dark {
  --kdc-table-color: #fff;
  --kdc-table-bg: #050605;
  --kdc-table-border-color: #373837;
  --kdc-table-striped-bg: #121212;
  --kdc-table-striped-color: #fff;
  --kdc-table-active-bg: #1e1f1e;
  --kdc-table-active-color: #fff;
  --kdc-table-hover-bg: #181918;
  --kdc-table-hover-color: #fff;
  color: var(--kdc-table-color);
  border-color: var(--kdc-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1279.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1599.98px) {
  .table-responsive-3xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1919.98px) {
  .table-responsive-ultra-hd {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 2559.98px) {
  .table-responsive-ultra-wide {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--kdc-border-width));
  padding-bottom: calc(0.375rem + var(--kdc-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--kdc-border-width));
  padding-bottom: calc(0.5rem + var(--kdc-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--kdc-border-width));
  padding-bottom: calc(0.25rem + var(--kdc-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--kdc-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--kdc-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--kdc-body-bg);
  background-clip: padding-box;
  border: var(--kdc-border-width) solid var(--kdc-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--kdc-body-color);
  background-color: var(--kdc-body-bg);
  border-color: #e1ffbe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(195, 255, 124, 0.25);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::-moz-placeholder {
  color: var(--kdc-secondary-color);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--kdc-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--kdc-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--kdc-body-color);
  background-color: var(--kdc-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--kdc-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--kdc-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--kdc-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--kdc-border-width) 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--kdc-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--kdc-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--kdc-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--kdc-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--kdc-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--kdc-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--kdc-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--kdc-border-width) * 2));
}

.form-select {
  --kdc-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--kdc-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--kdc-body-bg);
  background-image: var(--kdc-form-select-bg-img), var(--kdc-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: var(--kdc-border-width) solid var(--kdc-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[dir="ltr"] .form-select {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-position: right 0.75rem center;
}

[dir="rtl"] .form-select {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  background-position: left 0.75rem center;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #e1ffbe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(195, 255, 124, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  background-image: none;
}

[dir="ltr"] .form-select[multiple], [dir="ltr"] .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
}

[dir="rtl"] .form-select[multiple], [dir="rtl"] .form-select[size]:not([size="1"]) {
  padding-left: 0.75rem;
}

.form-select:disabled {
  background-color: var(--kdc-secondary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--kdc-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

[dir="ltr"] .form-select-sm {
  padding-left: 0.5rem;
}

[dir="rtl"] .form-select-sm {
  padding-right: 0.5rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
}

[dir="ltr"] .form-select-lg {
  padding-left: 1rem;
}

[dir="rtl"] .form-select-lg {
  padding-right: 1rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  margin-bottom: 0.125rem;
}

[dir="ltr"] .form-check {
  padding-left: 1.5em;
}

[dir="rtl"] .form-check {
  padding-right: 1.5em;
}

[dir="ltr"] .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

[dir="rtl"] .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}

[dir="ltr"] .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

[dir="rtl"] .form-check-reverse {
  padding-left: 1.5em;
  padding-right: 0;
  text-align: left;
}

[dir="ltr"] .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

[dir="rtl"] .form-check-reverse .form-check-input {
  float: left;
  margin-left: -1.5em;
  margin-right: 0;
}

.form-check-input {
  --kdc-form-check-bg: var(--kdc-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--kdc-form-check-bg);
  background-image: var(--kdc-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--kdc-border-width) solid var(--kdc-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #e1ffbe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(195, 255, 124, 0.25);
}

.form-check-input:checked {
  background-color: #c3ff7c;
  border-color: #c3ff7c;
}

.form-check-input:checked[type="checkbox"] {
  --kdc-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --kdc-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #c3ff7c;
  border-color: #c3ff7c;
  --kdc-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

[dir="ltr"] .form-switch {
  padding-left: 2.5em;
}

[dir="rtl"] .form-switch {
  padding-right: 2.5em;
}

.form-switch .form-check-input {
  --kdc-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  background-image: var(--kdc-form-switch-bg);
  border-radius: 0;
  transition: background-position 0.15s ease-in-out;
}

[dir="ltr"] .form-switch .form-check-input {
  margin-left: -2.5em;
  background-position: left center;
}

[dir="rtl"] .form-switch .form-check-input {
  margin-right: -2.5em;
  background-position: right center;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  --kdc-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e1ffbe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  --kdc-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

[dir="ltr"] .form-switch .form-check-input:checked {
  background-position: right center;
}

[dir="rtl"] .form-switch .form-check-input:checked {
  background-position: left center;
}

[dir="ltr"] .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

[dir="rtl"] .form-switch.form-check-reverse {
  padding-left: 2.5em;
  padding-right: 0;
}

[dir="ltr"] .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

[dir="rtl"] .form-switch.form-check-reverse .form-check-input {
  margin-left: -2.5em;
  margin-right: 0;
}

.form-check-inline {
  display: inline-block;
}

[dir="ltr"] .form-check-inline {
  margin-right: 1rem;
}

[dir="rtl"] .form-check-inline {
  margin-left: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(195, 255, 124, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(195, 255, 124, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #c3ff7c;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #edffd8;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--kdc-secondary-bg);
  border-color: transparent;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #c3ff7c;
  border: 0;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #edffd8;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--kdc-secondary-bg);
  border-color: transparent;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--kdc-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--kdc-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--kdc-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--kdc-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--kdc-border-width) solid transparent;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

[dir="ltr"] .form-floating > label {
  left: 0;
  transform-origin: 0 0;
}

[dir="rtl"] .form-floating > label {
  right: 0;
  transform-origin: 100% 0;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--kdc-body-color-rgb), 0.65);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--kdc-body-color-rgb), 0.65);
}

[dir="ltr"] .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

[dir="ltr"] .form-floating > .form-control:focus ~ label,
[dir="ltr"] .form-floating > .form-control:not(:placeholder-shown) ~ label,
[dir="ltr"] .form-floating > .form-control-plaintext ~ label,
[dir="ltr"] .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

[dir="rtl"] .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}

[dir="rtl"] .form-floating > .form-control:focus ~ label,
[dir="rtl"] .form-floating > .form-control:not(:placeholder-shown) ~ label,
[dir="rtl"] .form-floating > .form-control-plaintext ~ label,
[dir="rtl"] .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--kdc-body-bg);
}

.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--kdc-body-bg);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--kdc-body-color-rgb), 0.65);
}

[dir="ltr"] .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

[dir="rtl"] .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--kdc-border-width) 0;
}

.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--kdc-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--kdc-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--kdc-tertiary-bg);
  border: var(--kdc-border-width) solid var(--kdc-border-color);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

[dir="ltr"] .input-group-lg > .form-select,
[dir="ltr"] .input-group-sm > .form-select {
  padding-right: 3rem;
}

[dir="rtl"] .input-group-lg > .form-select,
[dir="rtl"] .input-group-sm > .form-select {
  padding-left: 3rem;
}

[dir="ltr"] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--kdc-border-width) * -1);
}

[dir="rtl"] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: calc(var(--kdc-border-width) * -1);
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--kdc-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--kdc-success);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--kdc-form-valid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir="ltr"] .was-validated .form-control:valid, [dir="ltr"] .form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}

[dir="rtl"] .was-validated .form-control:valid, [dir="rtl"] .form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--kdc-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--kdc-success-rgb), 0.25);
}

[dir="ltr"] .was-validated textarea.form-control:valid, [dir="ltr"] textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

[dir="rtl"] .was-validated textarea.form-control:valid, [dir="rtl"] textarea.form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--kdc-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --kdc-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir="ltr"] .was-validated .form-select:valid:not([multiple]):not([size]), [dir="ltr"] .was-validated .form-select:valid:not([multiple])[size="1"], [dir="ltr"] .form-select.is-valid:not([multiple]):not([size]), [dir="ltr"] .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
}

[dir="rtl"] .was-validated .form-select:valid:not([multiple]):not([size]), [dir="rtl"] .was-validated .form-select:valid:not([multiple])[size="1"], [dir="rtl"] .form-select.is-valid:not([multiple]):not([size]), [dir="rtl"] .form-select.is-valid:not([multiple])[size="1"] {
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--kdc-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--kdc-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--kdc-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--kdc-form-valid-color);
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--kdc-success-rgb), 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--kdc-form-valid-color);
}

[dir="ltr"] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

[dir="rtl"] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-right: .5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated
.input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid, .was-validated
.input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--kdc-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--kdc-danger);
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--kdc-form-invalid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir="ltr"] .was-validated .form-control:invalid, [dir="ltr"] .form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}

[dir="rtl"] .was-validated .form-control:invalid, [dir="rtl"] .form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--kdc-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--kdc-danger-rgb), 0.25);
}

[dir="ltr"] .was-validated textarea.form-control:invalid, [dir="ltr"] textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

[dir="rtl"] .was-validated textarea.form-control:invalid, [dir="rtl"] textarea.form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--kdc-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --kdc-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir="ltr"] .was-validated .form-select:invalid:not([multiple]):not([size]), [dir="ltr"] .was-validated .form-select:invalid:not([multiple])[size="1"], [dir="ltr"] .form-select.is-invalid:not([multiple]):not([size]), [dir="ltr"] .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
}

[dir="rtl"] .was-validated .form-select:invalid:not([multiple]):not([size]), [dir="rtl"] .was-validated .form-select:invalid:not([multiple])[size="1"], [dir="rtl"] .form-select.is-invalid:not([multiple]):not([size]), [dir="rtl"] .form-select.is-invalid:not([multiple])[size="1"] {
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--kdc-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--kdc-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--kdc-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--kdc-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--kdc-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--kdc-form-invalid-color);
}

[dir="ltr"] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

[dir="rtl"] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-right: .5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated
.input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid, .was-validated
.input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --kdc-btn-padding-x: 0.75rem;
  --kdc-btn-padding-y: 0.375rem;
  --kdc-btn-font-family: ;
  --kdc-btn-font-size: 1rem;
  --kdc-btn-font-weight: 400;
  --kdc-btn-line-height: 1.5;
  --kdc-btn-color: var(--kdc-body-color);
  --kdc-btn-bg: transparent;
  --kdc-btn-border-width: var(--kdc-border-width);
  --kdc-btn-border-color: transparent;
  --kdc-btn-border-radius: var(--kdc-border-radius);
  --kdc-btn-hover-border-color: transparent;
  --kdc-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --kdc-btn-disabled-opacity: 0.65;
  --kdc-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--kdc-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--kdc-btn-padding-y) var(--kdc-btn-padding-x);
  font-family: var(--kdc-btn-font-family);
  font-size: var(--kdc-btn-font-size);
  font-weight: var(--kdc-btn-font-weight);
  line-height: var(--kdc-btn-line-height);
  color: var(--kdc-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--kdc-btn-border-width) solid var(--kdc-btn-border-color);
  background-color: var(--kdc-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--kdc-btn-hover-color);
  text-decoration: none;
  background-color: var(--kdc-btn-hover-bg);
  border-color: var(--kdc-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--kdc-btn-color);
  background-color: var(--kdc-btn-bg);
  border-color: var(--kdc-btn-border-color);
}

.btn:focus-visible {
  color: var(--kdc-btn-hover-color);
  background-color: var(--kdc-btn-hover-bg);
  border-color: var(--kdc-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--kdc-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--kdc-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--kdc-btn-focus-box-shadow);
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--kdc-btn-active-color);
  background-color: var(--kdc-btn-active-bg);
  border-color: var(--kdc-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--kdc-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--kdc-btn-focus-box-shadow);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  color: var(--kdc-btn-disabled-color);
  pointer-events: none;
  background-color: var(--kdc-btn-disabled-bg);
  border-color: var(--kdc-btn-disabled-border-color);
  opacity: var(--kdc-btn-disabled-opacity);
}

.btn-primary {
  --kdc-btn-color: #000;
  --kdc-btn-bg: #c3ff7c;
  --kdc-btn-border-color: #c3ff7c;
  --kdc-btn-hover-color: #000;
  --kdc-btn-hover-bg: #ccff90;
  --kdc-btn-hover-border-color: #c9ff89;
  --kdc-btn-focus-shadow-rgb: 166, 217, 105;
  --kdc-btn-active-color: #000;
  --kdc-btn-active-bg: #cfff96;
  --kdc-btn-active-border-color: #c9ff89;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #000;
  --kdc-btn-disabled-bg: #c3ff7c;
  --kdc-btn-disabled-border-color: #c3ff7c;
}

.btn-secondary {
  --kdc-btn-color: #fff;
  --kdc-btn-bg: #6c757d;
  --kdc-btn-border-color: #6c757d;
  --kdc-btn-hover-color: #fff;
  --kdc-btn-hover-bg: #5c636a;
  --kdc-btn-hover-border-color: #565e64;
  --kdc-btn-focus-shadow-rgb: 130, 138, 145;
  --kdc-btn-active-color: #fff;
  --kdc-btn-active-bg: #565e64;
  --kdc-btn-active-border-color: #51585e;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #fff;
  --kdc-btn-disabled-bg: #6c757d;
  --kdc-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --kdc-btn-color: #fff;
  --kdc-btn-bg: #198754;
  --kdc-btn-border-color: #198754;
  --kdc-btn-hover-color: #fff;
  --kdc-btn-hover-bg: #157347;
  --kdc-btn-hover-border-color: #146c43;
  --kdc-btn-focus-shadow-rgb: 60, 153, 110;
  --kdc-btn-active-color: #fff;
  --kdc-btn-active-bg: #146c43;
  --kdc-btn-active-border-color: #13653f;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #fff;
  --kdc-btn-disabled-bg: #198754;
  --kdc-btn-disabled-border-color: #198754;
}

.btn-info {
  --kdc-btn-color: #000;
  --kdc-btn-bg: #0dcaf0;
  --kdc-btn-border-color: #0dcaf0;
  --kdc-btn-hover-color: #000;
  --kdc-btn-hover-bg: #31d2f2;
  --kdc-btn-hover-border-color: #25cff2;
  --kdc-btn-focus-shadow-rgb: 11, 172, 204;
  --kdc-btn-active-color: #000;
  --kdc-btn-active-bg: #3dd5f3;
  --kdc-btn-active-border-color: #25cff2;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #000;
  --kdc-btn-disabled-bg: #0dcaf0;
  --kdc-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --kdc-btn-color: #000;
  --kdc-btn-bg: #ffc107;
  --kdc-btn-border-color: #ffc107;
  --kdc-btn-hover-color: #000;
  --kdc-btn-hover-bg: #ffca2c;
  --kdc-btn-hover-border-color: #ffc720;
  --kdc-btn-focus-shadow-rgb: 217, 164, 6;
  --kdc-btn-active-color: #000;
  --kdc-btn-active-bg: #ffcd39;
  --kdc-btn-active-border-color: #ffc720;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #000;
  --kdc-btn-disabled-bg: #ffc107;
  --kdc-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --kdc-btn-color: #fff;
  --kdc-btn-bg: #dc3545;
  --kdc-btn-border-color: #dc3545;
  --kdc-btn-hover-color: #fff;
  --kdc-btn-hover-bg: #bb2d3b;
  --kdc-btn-hover-border-color: #b02a37;
  --kdc-btn-focus-shadow-rgb: 225, 83, 97;
  --kdc-btn-active-color: #fff;
  --kdc-btn-active-bg: #b02a37;
  --kdc-btn-active-border-color: #a52834;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #fff;
  --kdc-btn-disabled-bg: #dc3545;
  --kdc-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --kdc-btn-color: #000;
  --kdc-btn-bg: #f8f9fa;
  --kdc-btn-border-color: #f8f9fa;
  --kdc-btn-hover-color: #000;
  --kdc-btn-hover-bg: #d3d4d5;
  --kdc-btn-hover-border-color: #c6c7c8;
  --kdc-btn-focus-shadow-rgb: 211, 212, 213;
  --kdc-btn-active-color: #000;
  --kdc-btn-active-bg: #c6c7c8;
  --kdc-btn-active-border-color: #babbbc;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #000;
  --kdc-btn-disabled-bg: #f8f9fa;
  --kdc-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --kdc-btn-color: #fff;
  --kdc-btn-bg: #050605;
  --kdc-btn-border-color: #050605;
  --kdc-btn-hover-color: #fff;
  --kdc-btn-hover-bg: #2b2b2b;
  --kdc-btn-hover-border-color: #1e1f1e;
  --kdc-btn-focus-shadow-rgb: 43, 43, 43;
  --kdc-btn-active-color: #fff;
  --kdc-btn-active-bg: #373837;
  --kdc-btn-active-border-color: #1e1f1e;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #fff;
  --kdc-btn-disabled-bg: #050605;
  --kdc-btn-disabled-border-color: #050605;
}

.btn-white {
  --kdc-btn-color: #000;
  --kdc-btn-bg: #fff;
  --kdc-btn-border-color: #fff;
  --kdc-btn-hover-color: #000;
  --kdc-btn-hover-bg: white;
  --kdc-btn-hover-border-color: white;
  --kdc-btn-focus-shadow-rgb: 217, 217, 217;
  --kdc-btn-active-color: #000;
  --kdc-btn-active-bg: white;
  --kdc-btn-active-border-color: white;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #000;
  --kdc-btn-disabled-bg: #fff;
  --kdc-btn-disabled-border-color: #fff;
}

.btn-black {
  --kdc-btn-color: #fff;
  --kdc-btn-bg: #000;
  --kdc-btn-border-color: #000;
  --kdc-btn-hover-color: #fff;
  --kdc-btn-hover-bg: black;
  --kdc-btn-hover-border-color: black;
  --kdc-btn-focus-shadow-rgb: 38, 38, 38;
  --kdc-btn-active-color: #fff;
  --kdc-btn-active-bg: black;
  --kdc-btn-active-border-color: black;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #fff;
  --kdc-btn-disabled-bg: #000;
  --kdc-btn-disabled-border-color: #000;
}

.btn-outline-primary {
  --kdc-btn-color: #c3ff7c;
  --kdc-btn-border-color: #c3ff7c;
  --kdc-btn-hover-color: #000;
  --kdc-btn-hover-bg: #c3ff7c;
  --kdc-btn-hover-border-color: #c3ff7c;
  --kdc-btn-focus-shadow-rgb: 195, 255, 124;
  --kdc-btn-active-color: #000;
  --kdc-btn-active-bg: #c3ff7c;
  --kdc-btn-active-border-color: #c3ff7c;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #c3ff7c;
  --kdc-btn-disabled-bg: transparent;
  --kdc-btn-disabled-border-color: #c3ff7c;
  --kdc-gradient: none;
}

.btn-outline-secondary {
  --kdc-btn-color: #6c757d;
  --kdc-btn-border-color: #6c757d;
  --kdc-btn-hover-color: #fff;
  --kdc-btn-hover-bg: #6c757d;
  --kdc-btn-hover-border-color: #6c757d;
  --kdc-btn-focus-shadow-rgb: 108, 117, 125;
  --kdc-btn-active-color: #fff;
  --kdc-btn-active-bg: #6c757d;
  --kdc-btn-active-border-color: #6c757d;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #6c757d;
  --kdc-btn-disabled-bg: transparent;
  --kdc-btn-disabled-border-color: #6c757d;
  --kdc-gradient: none;
}

.btn-outline-success {
  --kdc-btn-color: #198754;
  --kdc-btn-border-color: #198754;
  --kdc-btn-hover-color: #fff;
  --kdc-btn-hover-bg: #198754;
  --kdc-btn-hover-border-color: #198754;
  --kdc-btn-focus-shadow-rgb: 25, 135, 84;
  --kdc-btn-active-color: #fff;
  --kdc-btn-active-bg: #198754;
  --kdc-btn-active-border-color: #198754;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #198754;
  --kdc-btn-disabled-bg: transparent;
  --kdc-btn-disabled-border-color: #198754;
  --kdc-gradient: none;
}

.btn-outline-info {
  --kdc-btn-color: #0dcaf0;
  --kdc-btn-border-color: #0dcaf0;
  --kdc-btn-hover-color: #000;
  --kdc-btn-hover-bg: #0dcaf0;
  --kdc-btn-hover-border-color: #0dcaf0;
  --kdc-btn-focus-shadow-rgb: 13, 202, 240;
  --kdc-btn-active-color: #000;
  --kdc-btn-active-bg: #0dcaf0;
  --kdc-btn-active-border-color: #0dcaf0;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #0dcaf0;
  --kdc-btn-disabled-bg: transparent;
  --kdc-btn-disabled-border-color: #0dcaf0;
  --kdc-gradient: none;
}

.btn-outline-warning {
  --kdc-btn-color: #ffc107;
  --kdc-btn-border-color: #ffc107;
  --kdc-btn-hover-color: #000;
  --kdc-btn-hover-bg: #ffc107;
  --kdc-btn-hover-border-color: #ffc107;
  --kdc-btn-focus-shadow-rgb: 255, 193, 7;
  --kdc-btn-active-color: #000;
  --kdc-btn-active-bg: #ffc107;
  --kdc-btn-active-border-color: #ffc107;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #ffc107;
  --kdc-btn-disabled-bg: transparent;
  --kdc-btn-disabled-border-color: #ffc107;
  --kdc-gradient: none;
}

.btn-outline-danger {
  --kdc-btn-color: #dc3545;
  --kdc-btn-border-color: #dc3545;
  --kdc-btn-hover-color: #fff;
  --kdc-btn-hover-bg: #dc3545;
  --kdc-btn-hover-border-color: #dc3545;
  --kdc-btn-focus-shadow-rgb: 220, 53, 69;
  --kdc-btn-active-color: #fff;
  --kdc-btn-active-bg: #dc3545;
  --kdc-btn-active-border-color: #dc3545;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #dc3545;
  --kdc-btn-disabled-bg: transparent;
  --kdc-btn-disabled-border-color: #dc3545;
  --kdc-gradient: none;
}

.btn-outline-light {
  --kdc-btn-color: #f8f9fa;
  --kdc-btn-border-color: #f8f9fa;
  --kdc-btn-hover-color: #000;
  --kdc-btn-hover-bg: #f8f9fa;
  --kdc-btn-hover-border-color: #f8f9fa;
  --kdc-btn-focus-shadow-rgb: 248, 249, 250;
  --kdc-btn-active-color: #000;
  --kdc-btn-active-bg: #f8f9fa;
  --kdc-btn-active-border-color: #f8f9fa;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #f8f9fa;
  --kdc-btn-disabled-bg: transparent;
  --kdc-btn-disabled-border-color: #f8f9fa;
  --kdc-gradient: none;
}

.btn-outline-dark {
  --kdc-btn-color: #050605;
  --kdc-btn-border-color: #050605;
  --kdc-btn-hover-color: #fff;
  --kdc-btn-hover-bg: #050605;
  --kdc-btn-hover-border-color: #050605;
  --kdc-btn-focus-shadow-rgb: 5, 6, 5;
  --kdc-btn-active-color: #fff;
  --kdc-btn-active-bg: #050605;
  --kdc-btn-active-border-color: #050605;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #050605;
  --kdc-btn-disabled-bg: transparent;
  --kdc-btn-disabled-border-color: #050605;
  --kdc-gradient: none;
}

.btn-outline-white {
  --kdc-btn-color: #fff;
  --kdc-btn-border-color: #fff;
  --kdc-btn-hover-color: #000;
  --kdc-btn-hover-bg: #fff;
  --kdc-btn-hover-border-color: #fff;
  --kdc-btn-focus-shadow-rgb: 255, 255, 255;
  --kdc-btn-active-color: #000;
  --kdc-btn-active-bg: #fff;
  --kdc-btn-active-border-color: #fff;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #fff;
  --kdc-btn-disabled-bg: transparent;
  --kdc-btn-disabled-border-color: #fff;
  --kdc-gradient: none;
}

.btn-outline-black {
  --kdc-btn-color: #000;
  --kdc-btn-border-color: #000;
  --kdc-btn-hover-color: #fff;
  --kdc-btn-hover-bg: #000;
  --kdc-btn-hover-border-color: #000;
  --kdc-btn-focus-shadow-rgb: 0, 0, 0;
  --kdc-btn-active-color: #fff;
  --kdc-btn-active-bg: #000;
  --kdc-btn-active-border-color: #000;
  --kdc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --kdc-btn-disabled-color: #000;
  --kdc-btn-disabled-bg: transparent;
  --kdc-btn-disabled-border-color: #000;
  --kdc-gradient: none;
}

.btn-link {
  --kdc-btn-font-weight: 400;
  --kdc-btn-color: var(--kdc-link-color);
  --kdc-btn-bg: transparent;
  --kdc-btn-border-color: transparent;
  --kdc-btn-hover-color: var(--kdc-link-hover-color);
  --kdc-btn-hover-border-color: transparent;
  --kdc-btn-active-color: var(--kdc-link-hover-color);
  --kdc-btn-active-border-color: transparent;
  --kdc-btn-disabled-color: #6c757d;
  --kdc-btn-disabled-border-color: transparent;
  --kdc-btn-box-shadow: 0 0 0 #000;
  --kdc-btn-focus-shadow-rgb: 166, 217, 105;
  text-decoration: underline;
}

.btn-link:hover, .btn-link:focus-visible {
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--kdc-btn-color);
}

.btn-link:hover {
  color: var(--kdc-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --kdc-btn-padding-y: 0.5rem;
  --kdc-btn-padding-x: 1rem;
  --kdc-btn-font-size: 1.25rem;
  --kdc-btn-border-radius: var(--kdc-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --kdc-btn-padding-y: 0.25rem;
  --kdc-btn-padding-x: 0.5rem;
  --kdc-btn-font-size: 0.875rem;
  --kdc-btn-border-radius: var(--kdc-border-radius-sm);
}

.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;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  --kdc-dropdown-zindex: 1000;
  --kdc-dropdown-min-width: 10rem;
  --kdc-dropdown-padding-x: 0;
  --kdc-dropdown-padding-y: 0.5rem;
  --kdc-dropdown-spacer: 0.125rem;
  --kdc-dropdown-font-size: 1rem;
  --kdc-dropdown-color: var(--kdc-body-color);
  --kdc-dropdown-bg: var(--kdc-body-bg);
  --kdc-dropdown-border-color: var(--kdc-border-color-translucent);
  --kdc-dropdown-border-radius: var(--kdc-border-radius);
  --kdc-dropdown-border-width: var(--kdc-border-width);
  --kdc-dropdown-inner-border-radius: calc( var(--kdc-border-radius) - var(--kdc-border-width));
  --kdc-dropdown-divider-bg: var(--kdc-border-color-translucent);
  --kdc-dropdown-divider-margin-y: 0.5rem;
  --kdc-dropdown-box-shadow: var(--kdc-box-shadow);
  --kdc-dropdown-link-color: var(--kdc-body-color);
  --kdc-dropdown-link-hover-color: var(--kdc-body-color);
  --kdc-dropdown-link-hover-bg: var(--kdc-tertiary-bg);
  --kdc-dropdown-link-active-color: #fff;
  --kdc-dropdown-link-active-bg: #c3ff7c;
  --kdc-dropdown-link-disabled-color: var(--kdc-tertiary-color);
  --kdc-dropdown-item-padding-x: 1rem;
  --kdc-dropdown-item-padding-y: 0.25rem;
  --kdc-dropdown-header-color: #6c757d;
  --kdc-dropdown-header-padding-x: 1rem;
  --kdc-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--kdc-dropdown-zindex);
  display: none;
  min-width: var(--kdc-dropdown-min-width);
  padding: var(--kdc-dropdown-padding-y) var(--kdc-dropdown-padding-x);
  margin: 0;
  font-size: var(--kdc-dropdown-font-size);
  color: var(--kdc-dropdown-color);
  list-style: none;
  background-color: var(--kdc-dropdown-bg);
  background-clip: padding-box;
  border: var(--kdc-dropdown-border-width) solid var(--kdc-dropdown-border-color);
}

[dir="ltr"] .dropdown-menu {
  text-align: left;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  margin-top: var(--kdc-dropdown-spacer);
}

[dir="ltr"] .dropdown-menu[data-bs-popper] {
  left: 0;
}

[dir="rtl"] .dropdown-menu[data-bs-popper] {
  right: 0;
}

.dropdown-menu-start {
  --bs-position: start;
}

[dir="ltr"] .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

[dir="rtl"] .dropdown-menu-start[data-bs-popper] {
  left: auto;
  right: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

[dir="ltr"] .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

[dir="rtl"] .dropdown-menu-end[data-bs-popper] {
  left: 0;
  right: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  [dir="ltr"] .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .dropdown-menu-sm-start[data-bs-popper] {
    left: auto;
    right: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  [dir="ltr"] .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }

  [dir="rtl"] .dropdown-menu-sm-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  [dir="ltr"] .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .dropdown-menu-md-start[data-bs-popper] {
    left: auto;
    right: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  [dir="ltr"] .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }

  [dir="rtl"] .dropdown-menu-md-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  [dir="ltr"] .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .dropdown-menu-lg-start[data-bs-popper] {
    left: auto;
    right: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  [dir="ltr"] .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }

  [dir="rtl"] .dropdown-menu-lg-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1280px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  [dir="ltr"] .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .dropdown-menu-xl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  [dir="ltr"] .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }

  [dir="rtl"] .dropdown-menu-xl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  [dir="ltr"] .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .dropdown-menu-xxl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  [dir="ltr"] .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }

  [dir="rtl"] .dropdown-menu-xxl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1600px) {
  .dropdown-menu-3xl-start {
    --bs-position: start;
  }

  [dir="ltr"] .dropdown-menu-3xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .dropdown-menu-3xl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }

  .dropdown-menu-3xl-end {
    --bs-position: end;
  }

  [dir="ltr"] .dropdown-menu-3xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }

  [dir="rtl"] .dropdown-menu-3xl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1920px) {
  .dropdown-menu-ultra-hd-start {
    --bs-position: start;
  }

  [dir="ltr"] .dropdown-menu-ultra-hd-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .dropdown-menu-ultra-hd-start[data-bs-popper] {
    left: auto;
    right: 0;
  }

  .dropdown-menu-ultra-hd-end {
    --bs-position: end;
  }

  [dir="ltr"] .dropdown-menu-ultra-hd-end[data-bs-popper] {
    right: 0;
    left: auto;
  }

  [dir="rtl"] .dropdown-menu-ultra-hd-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

@media (min-width: 2560px) {
  .dropdown-menu-ultra-wide-start {
    --bs-position: start;
  }

  [dir="ltr"] .dropdown-menu-ultra-wide-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .dropdown-menu-ultra-wide-start[data-bs-popper] {
    left: auto;
    right: 0;
  }

  .dropdown-menu-ultra-wide-end {
    --bs-position: end;
  }

  [dir="ltr"] .dropdown-menu-ultra-wide-end[data-bs-popper] {
    right: 0;
    left: auto;
  }

  [dir="rtl"] .dropdown-menu-ultra-wide-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--kdc-dropdown-spacer);
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  margin-top: 0;
}

[dir="ltr"] .dropend .dropdown-menu[data-bs-popper] {
  right: auto;
  left: 100%;
  margin-left: var(--kdc-dropdown-spacer);
}

[dir="rtl"] .dropend .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 100%;
  margin-right: var(--kdc-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  margin-top: 0;
}

[dir="ltr"] .dropstart .dropdown-menu[data-bs-popper] {
  right: 100%;
  left: auto;
  margin-right: var(--kdc-dropdown-spacer);
}

[dir="rtl"] .dropstart .dropdown-menu[data-bs-popper] {
  left: 100%;
  right: auto;
  margin-left: var(--kdc-dropdown-spacer);
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--kdc-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--kdc-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--kdc-dropdown-item-padding-y) var(--kdc-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--kdc-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--kdc-dropdown-link-hover-color);
  text-decoration: none;
  background-color: var(--kdc-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--kdc-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--kdc-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--kdc-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--kdc-dropdown-header-padding-y) var(--kdc-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--kdc-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--kdc-dropdown-item-padding-y) var(--kdc-dropdown-item-padding-x);
  color: var(--kdc-dropdown-link-color);
}

.dropdown-menu-dark {
  --kdc-dropdown-color: #dee2e6;
  --kdc-dropdown-bg: #343a40;
  --kdc-dropdown-border-color: var(--kdc-border-color-translucent);
  --kdc-dropdown-box-shadow: ;
  --kdc-dropdown-link-color: #dee2e6;
  --kdc-dropdown-link-hover-color: #fff;
  --kdc-dropdown-divider-bg: var(--kdc-border-color-translucent);
  --kdc-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --kdc-dropdown-link-active-color: #fff;
  --kdc-dropdown-link-active-bg: #c3ff7c;
  --kdc-dropdown-link-disabled-color: #adb5bd;
  --kdc-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

[dir="ltr"] .btn-group > :not(.btn-check:first-child) + .btn,
[dir="ltr"] .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--kdc-border-width) * -1);
}

[dir="rtl"] .btn-group > :not(.btn-check:first-child) + .btn,
[dir="rtl"] .btn-group > .btn-group:not(:first-child) {
  margin-right: calc(var(--kdc-border-width) * -1);
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

[dir="ltr"] .dropdown-toggle-split::after,
[dir="ltr"] .dropup .dropdown-toggle-split::after,
[dir="ltr"] .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

[dir="rtl"] .dropdown-toggle-split::after,
[dir="rtl"] .dropup .dropdown-toggle-split::after,
[dir="rtl"] .dropend .dropdown-toggle-split::after {
  margin-right: 0;
}

[dir="ltr"] .dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

[dir="rtl"] .dropstart .dropdown-toggle-split::before {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--kdc-border-width) * -1);
}

.nav {
  --kdc-nav-link-padding-x: 1rem;
  --kdc-nav-link-padding-y: 0.5rem;
  --kdc-nav-link-font-weight: ;
  --kdc-nav-link-color: var(--kdc-link-color);
  --kdc-nav-link-hover-color: var(--kdc-link-hover-color);
  --kdc-nav-link-disabled-color: var(--kdc-secondary-color);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
}

[dir="ltr"] .nav {
  padding-left: 0;
}

[dir="rtl"] .nav {
  padding-right: 0;
}

.nav-link {
  display: block;
  padding: var(--kdc-nav-link-padding-y) var(--kdc-nav-link-padding-x);
  font-size: var(--kdc-nav-link-font-size);
  font-weight: var(--kdc-nav-link-font-weight);
  color: var(--kdc-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  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(--kdc-nav-link-hover-color);
  text-decoration: none;
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(195, 255, 124, 0.25);
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--kdc-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --kdc-nav-tabs-border-width: var(--kdc-border-width);
  --kdc-nav-tabs-border-color: var(--kdc-border-color);
  --kdc-nav-tabs-border-radius: var(--kdc-border-radius);
  --kdc-nav-tabs-link-hover-border-color: var(--kdc-secondary-bg) var(--kdc-secondary-bg) var(--kdc-border-color);
  --kdc-nav-tabs-link-active-color: var(--kdc-emphasis-color);
  --kdc-nav-tabs-link-active-bg: var(--kdc-body-bg);
  --kdc-nav-tabs-link-active-border-color: var(--kdc-border-color) var(--kdc-border-color) var(--kdc-body-bg);
  border-bottom: var(--kdc-nav-tabs-border-width) solid var(--kdc-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--kdc-nav-tabs-border-width));
  border: var(--kdc-nav-tabs-border-width) solid transparent;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--kdc-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--kdc-nav-tabs-link-active-color);
  background-color: var(--kdc-nav-tabs-link-active-bg);
  border-color: var(--kdc-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--kdc-nav-tabs-border-width));
}

.nav-pills {
  --kdc-nav-pills-border-radius: var(--kdc-border-radius);
  --kdc-nav-pills-link-active-color: #fff;
  --kdc-nav-pills-link-active-bg: #c3ff7c;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--kdc-nav-pills-link-active-color);
  background-color: var(--kdc-nav-pills-link-active-bg);
}

.nav-underline {
  --kdc-nav-underline-gap: 1rem;
  --kdc-nav-underline-border-width: 0.125rem;
  --kdc-nav-underline-link-active-color: var(--kdc-emphasis-color);
  gap: var(--kdc-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--kdc-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--kdc-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.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;
}

.navbar {
  --kdc-navbar-padding-x: 0;
  --kdc-navbar-padding-y: 0.5rem;
  --kdc-navbar-color: rgba(var(--kdc-emphasis-color-rgb), 0.65);
  --kdc-navbar-hover-color: rgba(var(--kdc-emphasis-color-rgb), 0.8);
  --kdc-navbar-disabled-color: rgba(var(--kdc-emphasis-color-rgb), 0.3);
  --kdc-navbar-active-color: rgba(var(--kdc-emphasis-color-rgb), 1);
  --kdc-navbar-brand-padding-y: 0.3125rem;
  --kdc-navbar-brand-margin-end: 1rem;
  --kdc-navbar-brand-font-size: 1.25rem;
  --kdc-navbar-brand-color: rgba(var(--kdc-emphasis-color-rgb), 1);
  --kdc-navbar-brand-hover-color: rgba(var(--kdc-emphasis-color-rgb), 1);
  --kdc-navbar-nav-link-padding-x: 0.5rem;
  --kdc-navbar-toggler-padding-y: 0.25rem;
  --kdc-navbar-toggler-padding-x: 0.75rem;
  --kdc-navbar-toggler-font-size: 1.25rem;
  --kdc-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --kdc-navbar-toggler-border-color: rgba(var(--kdc-emphasis-color-rgb), 0.15);
  --kdc-navbar-toggler-border-radius: var(--kdc-border-radius);
  --kdc-navbar-toggler-focus-width: 0.25rem;
  --kdc-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--kdc-navbar-padding-y) var(--kdc-navbar-padding-x);
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl, .navbar > .container-3xl, .navbar > .container-ultra-hd, .navbar > .container-ultra-wide {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--kdc-navbar-brand-padding-y);
  padding-bottom: var(--kdc-navbar-brand-padding-y);
  font-size: var(--kdc-navbar-brand-font-size);
  color: var(--kdc-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

[dir="ltr"] .navbar-brand {
  margin-right: var(--kdc-navbar-brand-margin-end);
}

[dir="rtl"] .navbar-brand {
  margin-left: var(--kdc-navbar-brand-margin-end);
}

.navbar-brand:hover, .navbar-brand:focus {
  color: var(--kdc-navbar-brand-hover-color);
  text-decoration: none;
}

.navbar-nav {
  --kdc-nav-link-padding-x: 0;
  --kdc-nav-link-padding-y: 0.5rem;
  --kdc-nav-link-font-weight: ;
  --kdc-nav-link-color: var(--kdc-navbar-color);
  --kdc-nav-link-hover-color: var(--kdc-navbar-hover-color);
  --kdc-nav-link-disabled-color: var(--kdc-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  list-style: none;
}

[dir="ltr"] .navbar-nav {
  padding-left: 0;
}

[dir="rtl"] .navbar-nav {
  padding-right: 0;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--kdc-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--kdc-navbar-color);
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--kdc-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--kdc-navbar-toggler-padding-y) var(--kdc-navbar-toggler-padding-x);
  font-size: var(--kdc-navbar-toggler-font-size);
  line-height: 1;
  color: var(--kdc-navbar-color);
  background-color: transparent;
  border: var(--kdc-border-width) solid var(--kdc-navbar-toggler-border-color);
  transition: var(--kdc-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--kdc-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--kdc-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--kdc-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--kdc-navbar-nav-link-padding-x);
    padding-left: var(--kdc-navbar-nav-link-padding-x);
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--kdc-navbar-nav-link-padding-x);
    padding-left: var(--kdc-navbar-nav-link-padding-x);
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--kdc-navbar-nav-link-padding-x);
    padding-left: var(--kdc-navbar-nav-link-padding-x);
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1280px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--kdc-navbar-nav-link-padding-x);
    padding-left: var(--kdc-navbar-nav-link-padding-x);
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--kdc-navbar-nav-link-padding-x);
    padding-left: var(--kdc-navbar-nav-link-padding-x);
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1600px) {
  .navbar-expand-3xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-3xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-3xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-3xl .navbar-nav .nav-link {
    padding-right: var(--kdc-navbar-nav-link-padding-x);
    padding-left: var(--kdc-navbar-nav-link-padding-x);
  }

  .navbar-expand-3xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-3xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-3xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-3xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-3xl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-3xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1920px) {
  .navbar-expand-ultra-hd {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-ultra-hd .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-ultra-hd .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-ultra-hd .navbar-nav .nav-link {
    padding-right: var(--kdc-navbar-nav-link-padding-x);
    padding-left: var(--kdc-navbar-nav-link-padding-x);
  }

  .navbar-expand-ultra-hd .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-ultra-hd .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-ultra-hd .navbar-toggler {
    display: none;
  }

  .navbar-expand-ultra-hd .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-ultra-hd .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-ultra-hd .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 2560px) {
  .navbar-expand-ultra-wide {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-ultra-wide .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-ultra-wide .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-ultra-wide .navbar-nav .nav-link {
    padding-right: var(--kdc-navbar-nav-link-padding-x);
    padding-left: var(--kdc-navbar-nav-link-padding-x);
  }

  .navbar-expand-ultra-wide .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-ultra-wide .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-ultra-wide .navbar-toggler {
    display: none;
  }

  .navbar-expand-ultra-wide .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-ultra-wide .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-ultra-wide .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--kdc-navbar-nav-link-padding-x);
  padding-left: var(--kdc-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --kdc-navbar-color: rgba(255, 255, 255, 0.55);
  --kdc-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --kdc-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --kdc-navbar-active-color: #fff;
  --kdc-navbar-brand-color: #fff;
  --kdc-navbar-brand-hover-color: #fff;
  --kdc-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --kdc-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --kdc-card-spacer-y: 1rem;
  --kdc-card-spacer-x: 1rem;
  --kdc-card-title-spacer-y: 0.5rem;
  --kdc-card-title-color: ;
  --kdc-card-subtitle-color: ;
  --kdc-card-border-width: var(--kdc-border-width);
  --kdc-card-border-color: var(--kdc-border-color-translucent);
  --kdc-card-border-radius: var(--kdc-border-radius);
  --kdc-card-box-shadow: ;
  --kdc-card-inner-border-radius: calc(var(--kdc-border-radius) - (var(--kdc-border-width)));
  --kdc-card-cap-padding-y: 0.5rem;
  --kdc-card-cap-padding-x: 1rem;
  --kdc-card-cap-bg: rgba(var(--kdc-body-color-rgb), 0.03);
  --kdc-card-cap-color: ;
  --kdc-card-height: ;
  --kdc-card-color: ;
  --kdc-card-bg: var(--kdc-body-bg);
  --kdc-card-img-overlay-padding: 1rem;
  --kdc-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--kdc-card-height);
  color: var(--kdc-body-color);
  word-wrap: break-word;
  background-color: var(--kdc-card-bg);
  background-clip: border-box;
  border: var(--kdc-card-border-width) solid var(--kdc-card-border-color);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--kdc-card-spacer-y) var(--kdc-card-spacer-x);
  color: var(--kdc-card-color);
}

.card-title {
  margin-bottom: var(--kdc-card-title-spacer-y);
  color: var(--kdc-card-title-color);
}

.card-subtitle {
  margin-top: calc(-.5 * var(--kdc-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--kdc-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

[dir="ltr"] .card-link + .card-link {
  margin-left: var(--kdc-card-spacer-x);
}

[dir="rtl"] .card-link + .card-link {
  margin-right: var(--kdc-card-spacer-x);
}

.card-header {
  padding: var(--kdc-card-cap-padding-y) var(--kdc-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--kdc-card-cap-color);
  background-color: var(--kdc-card-cap-bg);
  border-bottom: var(--kdc-card-border-width) solid var(--kdc-card-border-color);
}

.card-footer {
  padding: var(--kdc-card-cap-padding-y) var(--kdc-card-cap-padding-x);
  color: var(--kdc-card-cap-color);
  background-color: var(--kdc-card-cap-bg);
  border-top: var(--kdc-card-border-width) solid var(--kdc-card-border-color);
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--kdc-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--kdc-card-cap-padding-y));
  margin-left: calc(-.5 * var(--kdc-card-cap-padding-x));
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: var(--kdc-card-bg);
  border-bottom-color: var(--kdc-card-bg);
}

.card-header-pills {
  margin-right: calc(-.5 * var(--kdc-card-cap-padding-x));
  margin-left: calc(-.5 * var(--kdc-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--kdc-card-img-overlay-padding);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-group > .card {
  margin-bottom: var(--kdc-card-group-margin);
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  [dir="ltr"] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  [dir="rtl"] .card-group > .card + .card {
    margin-right: 0;
    border-right: 0;
  }
}

.accordion {
  --kdc-accordion-color: var(--kdc-body-color);
  --kdc-accordion-bg: var(--kdc-body-bg);
  --kdc-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --kdc-accordion-border-color: var(--kdc-border-color);
  --kdc-accordion-border-width: var(--kdc-border-width);
  --kdc-accordion-border-radius: var(--kdc-border-radius);
  --kdc-accordion-inner-border-radius: calc(var(--kdc-border-radius) - (var(--kdc-border-width)));
  --kdc-accordion-btn-padding-x: 1.25rem;
  --kdc-accordion-btn-padding-y: 1rem;
  --kdc-accordion-btn-color: var(--kdc-body-color);
  --kdc-accordion-btn-bg: var(--kdc-accordion-bg);
  --kdc-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --kdc-accordion-btn-icon-width: 1.25rem;
  --kdc-accordion-btn-icon-transform: rotate(-180deg);
  --kdc-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --kdc-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%234e6632' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --kdc-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(195, 255, 124, 0.25);
  --kdc-accordion-body-padding-x: 1.25rem;
  --kdc-accordion-body-padding-y: 1rem;
  --kdc-accordion-active-color: var(--kdc-primary-text-emphasis);
  --kdc-accordion-active-bg: var(--kdc-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--kdc-accordion-btn-padding-y) var(--kdc-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--kdc-accordion-btn-color);
  background-color: var(--kdc-accordion-btn-bg);
  border: 0;
  overflow-anchor: none;
  transition: var(--kdc-accordion-transition);
}

[dir="ltr"] .accordion-button {
  text-align: left;
}

[dir="rtl"] .accordion-button {
  text-align: right;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--kdc-accordion-active-color);
  background-color: var(--kdc-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--kdc-accordion-border-width)) 0 var(--kdc-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--kdc-accordion-btn-active-icon);
  transform: var(--kdc-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--kdc-accordion-btn-icon-width);
  height: var(--kdc-accordion-btn-icon-width);
  content: "";
  background-image: var(--kdc-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--kdc-accordion-btn-icon-width);
  transition: var(--kdc-accordion-btn-icon-transition);
}

[dir="ltr"] .accordion-button::after {
  margin-left: auto;
}

[dir="rtl"] .accordion-button::after {
  margin-right: auto;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--kdc-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--kdc-accordion-color);
  background-color: var(--kdc-accordion-bg);
  border: var(--kdc-accordion-border-width) solid var(--kdc-accordion-border-color);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-body {
  padding: var(--kdc-accordion-body-padding-y) var(--kdc-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
}

.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

.breadcrumb {
  --kdc-breadcrumb-padding-x: 0;
  --kdc-breadcrumb-padding-y: 0;
  --kdc-breadcrumb-margin-bottom: 1rem;
  --kdc-breadcrumb-bg: ;
  --kdc-breadcrumb-border-radius: ;
  --kdc-breadcrumb-divider-color: var(--kdc-secondary-color);
  --kdc-breadcrumb-item-padding-x: 0.5rem;
  --kdc-breadcrumb-item-active-color: var(--kdc-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--kdc-breadcrumb-padding-y) var(--kdc-breadcrumb-padding-x);
  margin-bottom: var(--kdc-breadcrumb-margin-bottom);
  font-size: var(--kdc-breadcrumb-font-size);
  list-style: none;
  background-color: var(--kdc-breadcrumb-bg);
}

[dir="ltr"] .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--kdc-breadcrumb-item-padding-x);
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
  padding-right: var(--kdc-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--kdc-breadcrumb-divider-color);
  content: var(--kdc-breadcrumb-divider, "/");
}

[dir="ltr"] .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--kdc-breadcrumb-item-padding-x);
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: var(--kdc-breadcrumb-item-padding-x);
}

.breadcrumb-item.active {
  color: var(--kdc-breadcrumb-item-active-color);
}

.pagination {
  --kdc-pagination-padding-x: 0.75rem;
  --kdc-pagination-padding-y: 0.375rem;
  --kdc-pagination-font-size: 1rem;
  --kdc-pagination-color: var(--kdc-link-color);
  --kdc-pagination-bg: var(--kdc-body-bg);
  --kdc-pagination-border-width: var(--kdc-border-width);
  --kdc-pagination-border-color: var(--kdc-border-color);
  --kdc-pagination-border-radius: var(--kdc-border-radius);
  --kdc-pagination-hover-color: var(--kdc-link-hover-color);
  --kdc-pagination-hover-bg: var(--kdc-tertiary-bg);
  --kdc-pagination-hover-border-color: var(--kdc-border-color);
  --kdc-pagination-focus-color: var(--kdc-link-hover-color);
  --kdc-pagination-focus-bg: var(--kdc-secondary-bg);
  --kdc-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(195, 255, 124, 0.25);
  --kdc-pagination-active-color: #fff;
  --kdc-pagination-active-bg: #c3ff7c;
  --kdc-pagination-active-border-color: #c3ff7c;
  --kdc-pagination-disabled-color: var(--kdc-secondary-color);
  --kdc-pagination-disabled-bg: var(--kdc-secondary-bg);
  --kdc-pagination-disabled-border-color: var(--kdc-border-color);
  display: flex;
  list-style: none;
}

[dir="ltr"] .pagination {
  padding-left: 0;
}

[dir="rtl"] .pagination {
  padding-right: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--kdc-pagination-padding-y) var(--kdc-pagination-padding-x);
  font-size: var(--kdc-pagination-font-size);
  color: var(--kdc-pagination-color);
  text-decoration: none;
  background-color: var(--kdc-pagination-bg);
  border: var(--kdc-pagination-border-width) solid var(--kdc-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--kdc-pagination-hover-color);
  text-decoration: none;
  background-color: var(--kdc-pagination-hover-bg);
  border-color: var(--kdc-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--kdc-pagination-focus-color);
  background-color: var(--kdc-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--kdc-pagination-focus-box-shadow);
}

.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--kdc-pagination-active-color);
  background-color: var(--kdc-pagination-active-bg);
  border-color: var(--kdc-pagination-active-border-color);
}

.page-link.disabled,
.disabled > .page-link {
  color: var(--kdc-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--kdc-pagination-disabled-bg);
  border-color: var(--kdc-pagination-disabled-border-color);
}

[dir="ltr"] .page-item:not(:first-child) .page-link {
  margin-left: calc( var(--kdc-border-width) * -1);
}

[dir="rtl"] .page-item:not(:first-child) .page-link {
  margin-right: calc( var(--kdc-border-width) * -1);
}

.pagination-lg {
  --kdc-pagination-padding-x: 1.5rem;
  --kdc-pagination-padding-y: 0.75rem;
  --kdc-pagination-font-size: 1.25rem;
  --kdc-pagination-border-radius: var(--kdc-border-radius-lg);
}

.pagination-sm {
  --kdc-pagination-padding-x: 0.5rem;
  --kdc-pagination-padding-y: 0.25rem;
  --kdc-pagination-font-size: 0.875rem;
  --kdc-pagination-border-radius: var(--kdc-border-radius-sm);
}

.badge {
  --kdc-badge-padding-x: 0.65em;
  --kdc-badge-padding-y: 0.35em;
  --kdc-badge-font-size: 0.75em;
  --kdc-badge-font-weight: 700;
  --kdc-badge-color: #fff;
  --kdc-badge-border-radius: var(--kdc-border-radius);
  display: inline-block;
  padding: var(--kdc-badge-padding-y) var(--kdc-badge-padding-x);
  font-size: var(--kdc-badge-font-size);
  font-weight: var(--kdc-badge-font-weight);
  line-height: 1;
  color: var(--kdc-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --kdc-alert-bg: transparent;
  --kdc-alert-padding-x: 1rem;
  --kdc-alert-padding-y: 1rem;
  --kdc-alert-margin-bottom: 1rem;
  --kdc-alert-color: inherit;
  --kdc-alert-border-color: transparent;
  --kdc-alert-border: var(--kdc-border-width) solid var(--kdc-alert-border-color);
  --kdc-alert-border-radius: var(--kdc-border-radius);
  --kdc-alert-link-color: inherit;
  position: relative;
  padding: var(--kdc-alert-padding-y) var(--kdc-alert-padding-x);
  margin-bottom: var(--kdc-alert-margin-bottom);
  color: var(--kdc-alert-color);
  background-color: var(--kdc-alert-bg);
  border: var(--kdc-alert-border);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--kdc-alert-link-color);
}

[dir="ltr"] .alert-dismissible {
  padding-right: 3rem;
}

[dir="rtl"] .alert-dismissible {
  padding-left: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

[dir="ltr"] .alert-dismissible .btn-close {
  right: 0;
}

[dir="rtl"] .alert-dismissible .btn-close {
  left: 0;
}

.alert-primary {
  --kdc-alert-color: var(--kdc-primary-text-emphasis);
  --kdc-alert-bg: var(--kdc-primary-bg-subtle);
  --kdc-alert-border-color: var(--kdc-primary-border-subtle);
  --kdc-alert-link-color: var(--kdc-primary-text-emphasis);
}

.alert-secondary {
  --kdc-alert-color: var(--kdc-secondary-text-emphasis);
  --kdc-alert-bg: var(--kdc-secondary-bg-subtle);
  --kdc-alert-border-color: var(--kdc-secondary-border-subtle);
  --kdc-alert-link-color: var(--kdc-secondary-text-emphasis);
}

.alert-success {
  --kdc-alert-color: var(--kdc-success-text-emphasis);
  --kdc-alert-bg: var(--kdc-success-bg-subtle);
  --kdc-alert-border-color: var(--kdc-success-border-subtle);
  --kdc-alert-link-color: var(--kdc-success-text-emphasis);
}

.alert-info {
  --kdc-alert-color: var(--kdc-info-text-emphasis);
  --kdc-alert-bg: var(--kdc-info-bg-subtle);
  --kdc-alert-border-color: var(--kdc-info-border-subtle);
  --kdc-alert-link-color: var(--kdc-info-text-emphasis);
}

.alert-warning {
  --kdc-alert-color: var(--kdc-warning-text-emphasis);
  --kdc-alert-bg: var(--kdc-warning-bg-subtle);
  --kdc-alert-border-color: var(--kdc-warning-border-subtle);
  --kdc-alert-link-color: var(--kdc-warning-text-emphasis);
}

.alert-danger {
  --kdc-alert-color: var(--kdc-danger-text-emphasis);
  --kdc-alert-bg: var(--kdc-danger-bg-subtle);
  --kdc-alert-border-color: var(--kdc-danger-border-subtle);
  --kdc-alert-link-color: var(--kdc-danger-text-emphasis);
}

.alert-light {
  --kdc-alert-color: var(--kdc-light-text-emphasis);
  --kdc-alert-bg: var(--kdc-light-bg-subtle);
  --kdc-alert-border-color: var(--kdc-light-border-subtle);
  --kdc-alert-link-color: var(--kdc-light-text-emphasis);
}

.alert-dark {
  --kdc-alert-color: var(--kdc-dark-text-emphasis);
  --kdc-alert-bg: var(--kdc-dark-bg-subtle);
  --kdc-alert-border-color: var(--kdc-dark-border-subtle);
  --kdc-alert-link-color: var(--kdc-dark-text-emphasis);
}

.alert-white {
  --kdc-alert-color: var(--kdc-white-text-emphasis);
  --kdc-alert-bg: var(--kdc-white-bg-subtle);
  --kdc-alert-border-color: var(--kdc-white-border-subtle);
  --kdc-alert-link-color: var(--kdc-white-text-emphasis);
}

.alert-black {
  --kdc-alert-color: var(--kdc-black-text-emphasis);
  --kdc-alert-bg: var(--kdc-black-bg-subtle);
  --kdc-alert-border-color: var(--kdc-black-border-subtle);
  --kdc-alert-link-color: var(--kdc-black-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 8px;
  }
}

.progress,
.progress-stacked {
  --kdc-progress-height: 8px;
  --kdc-progress-font-size: 0.75rem;
  --kdc-progress-bg: var(--kdc-secondary-bg);
  --kdc-progress-border-radius: var(--kdc-border-radius);
  --kdc-progress-box-shadow: var(--kdc-box-shadow-inset);
  --kdc-progress-bar-color: #fff;
  --kdc-progress-bar-bg: #c3ff7c;
  --kdc-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--kdc-progress-height);
  overflow: hidden;
  font-size: var(--kdc-progress-font-size);
  background-color: var(--kdc-progress-bg);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--kdc-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--kdc-progress-bar-bg);
  transition: var(--kdc-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-size: var(--kdc-progress-height) var(--kdc-progress-height);
}

[dir="ltr"] .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

[dir="rtl"] .progress-bar-striped {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --kdc-list-group-color: var(--kdc-body-color);
  --kdc-list-group-bg: var(--kdc-body-bg);
  --kdc-list-group-border-color: var(--kdc-border-color);
  --kdc-list-group-border-width: var(--kdc-border-width);
  --kdc-list-group-border-radius: var(--kdc-border-radius);
  --kdc-list-group-item-padding-x: 1rem;
  --kdc-list-group-item-padding-y: 0.5rem;
  --kdc-list-group-action-color: var(--kdc-secondary-color);
  --kdc-list-group-action-hover-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-hover-bg: var(--kdc-tertiary-bg);
  --kdc-list-group-action-active-color: var(--kdc-body-color);
  --kdc-list-group-action-active-bg: var(--kdc-secondary-bg);
  --kdc-list-group-disabled-color: var(--kdc-secondary-color);
  --kdc-list-group-disabled-bg: var(--kdc-body-bg);
  --kdc-list-group-active-color: #fff;
  --kdc-list-group-active-bg: #c3ff7c;
  --kdc-list-group-active-border-color: #c3ff7c;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

[dir="ltr"] .list-group {
  padding-left: 0;
}

[dir="rtl"] .list-group {
  padding-right: 0;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--kdc-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--kdc-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--kdc-list-group-action-hover-bg);
}

.list-group-item-action:active {
  color: var(--kdc-list-group-action-active-color);
  background-color: var(--kdc-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--kdc-list-group-item-padding-y) var(--kdc-list-group-item-padding-x);
  color: var(--kdc-list-group-color);
  text-decoration: none;
  background-color: var(--kdc-list-group-bg);
  border: var(--kdc-list-group-border-width) solid var(--kdc-list-group-border-color);
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--kdc-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--kdc-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--kdc-list-group-active-color);
  background-color: var(--kdc-list-group-active-bg);
  border-color: var(--kdc-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--kdc-list-group-border-width));
  border-top-width: var(--kdc-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--kdc-list-group-border-width);
}

[dir="ltr"] .list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
}

[dir="rtl"] .list-group-horizontal > .list-group-item + .list-group-item {
  border-right-width: 0;
}

[dir="ltr"] .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--kdc-list-group-border-width));
  border-left-width: var(--kdc-list-group-border-width);
}

[dir="rtl"] .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-right: calc(-1 * var(--kdc-list-group-border-width));
  border-right-width: var(--kdc-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--kdc-list-group-border-width);
  }

  [dir="ltr"] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"] .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--kdc-list-group-border-width));
    border-left-width: var(--kdc-list-group-border-width);
  }

  [dir="rtl"] .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--kdc-list-group-border-width));
    border-right-width: var(--kdc-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--kdc-list-group-border-width);
  }

  [dir="ltr"] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"] .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--kdc-list-group-border-width));
    border-left-width: var(--kdc-list-group-border-width);
  }

  [dir="rtl"] .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--kdc-list-group-border-width));
    border-right-width: var(--kdc-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--kdc-list-group-border-width);
  }

  [dir="ltr"] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"] .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--kdc-list-group-border-width));
    border-left-width: var(--kdc-list-group-border-width);
  }

  [dir="rtl"] .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--kdc-list-group-border-width));
    border-right-width: var(--kdc-list-group-border-width);
  }
}

@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--kdc-list-group-border-width);
  }

  [dir="ltr"] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"] .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--kdc-list-group-border-width));
    border-left-width: var(--kdc-list-group-border-width);
  }

  [dir="rtl"] .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--kdc-list-group-border-width));
    border-right-width: var(--kdc-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--kdc-list-group-border-width);
  }

  [dir="ltr"] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"] .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--kdc-list-group-border-width));
    border-left-width: var(--kdc-list-group-border-width);
  }

  [dir="rtl"] .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--kdc-list-group-border-width));
    border-right-width: var(--kdc-list-group-border-width);
  }
}

@media (min-width: 1600px) {
  .list-group-horizontal-3xl {
    flex-direction: row;
  }

  .list-group-horizontal-3xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-3xl > .list-group-item + .list-group-item {
    border-top-width: var(--kdc-list-group-border-width);
  }

  [dir="ltr"] .list-group-horizontal-3xl > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-3xl > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"] .list-group-horizontal-3xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--kdc-list-group-border-width));
    border-left-width: var(--kdc-list-group-border-width);
  }

  [dir="rtl"] .list-group-horizontal-3xl > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--kdc-list-group-border-width));
    border-right-width: var(--kdc-list-group-border-width);
  }
}

@media (min-width: 1920px) {
  .list-group-horizontal-ultra-hd {
    flex-direction: row;
  }

  .list-group-horizontal-ultra-hd > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-ultra-hd > .list-group-item + .list-group-item {
    border-top-width: var(--kdc-list-group-border-width);
  }

  [dir="ltr"] .list-group-horizontal-ultra-hd > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-ultra-hd > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"] .list-group-horizontal-ultra-hd > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--kdc-list-group-border-width));
    border-left-width: var(--kdc-list-group-border-width);
  }

  [dir="rtl"] .list-group-horizontal-ultra-hd > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--kdc-list-group-border-width));
    border-right-width: var(--kdc-list-group-border-width);
  }
}

@media (min-width: 2560px) {
  .list-group-horizontal-ultra-wide {
    flex-direction: row;
  }

  .list-group-horizontal-ultra-wide > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-ultra-wide > .list-group-item + .list-group-item {
    border-top-width: var(--kdc-list-group-border-width);
  }

  [dir="ltr"] .list-group-horizontal-ultra-wide > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-ultra-wide > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"] .list-group-horizontal-ultra-wide > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--kdc-list-group-border-width));
    border-left-width: var(--kdc-list-group-border-width);
  }

  [dir="rtl"] .list-group-horizontal-ultra-wide > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--kdc-list-group-border-width));
    border-right-width: var(--kdc-list-group-border-width);
  }
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--kdc-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --kdc-list-group-color: var(--kdc-primary-text-emphasis);
  --kdc-list-group-bg: var(--kdc-primary-bg-subtle);
  --kdc-list-group-border-color: var(--kdc-primary-border-subtle);
  --kdc-list-group-action-hover-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-hover-bg: var(--kdc-primary-border-subtle);
  --kdc-list-group-action-active-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-active-bg: var(--kdc-primary-border-subtle);
  --kdc-list-group-active-color: var(--kdc-primary-bg-subtle);
  --kdc-list-group-active-bg: var(--kdc-primary-text-emphasis);
  --kdc-list-group-active-border-color: var(--kdc-primary-text-emphasis);
}

.list-group-item-secondary {
  --kdc-list-group-color: var(--kdc-secondary-text-emphasis);
  --kdc-list-group-bg: var(--kdc-secondary-bg-subtle);
  --kdc-list-group-border-color: var(--kdc-secondary-border-subtle);
  --kdc-list-group-action-hover-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-hover-bg: var(--kdc-secondary-border-subtle);
  --kdc-list-group-action-active-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-active-bg: var(--kdc-secondary-border-subtle);
  --kdc-list-group-active-color: var(--kdc-secondary-bg-subtle);
  --kdc-list-group-active-bg: var(--kdc-secondary-text-emphasis);
  --kdc-list-group-active-border-color: var(--kdc-secondary-text-emphasis);
}

.list-group-item-success {
  --kdc-list-group-color: var(--kdc-success-text-emphasis);
  --kdc-list-group-bg: var(--kdc-success-bg-subtle);
  --kdc-list-group-border-color: var(--kdc-success-border-subtle);
  --kdc-list-group-action-hover-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-hover-bg: var(--kdc-success-border-subtle);
  --kdc-list-group-action-active-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-active-bg: var(--kdc-success-border-subtle);
  --kdc-list-group-active-color: var(--kdc-success-bg-subtle);
  --kdc-list-group-active-bg: var(--kdc-success-text-emphasis);
  --kdc-list-group-active-border-color: var(--kdc-success-text-emphasis);
}

.list-group-item-info {
  --kdc-list-group-color: var(--kdc-info-text-emphasis);
  --kdc-list-group-bg: var(--kdc-info-bg-subtle);
  --kdc-list-group-border-color: var(--kdc-info-border-subtle);
  --kdc-list-group-action-hover-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-hover-bg: var(--kdc-info-border-subtle);
  --kdc-list-group-action-active-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-active-bg: var(--kdc-info-border-subtle);
  --kdc-list-group-active-color: var(--kdc-info-bg-subtle);
  --kdc-list-group-active-bg: var(--kdc-info-text-emphasis);
  --kdc-list-group-active-border-color: var(--kdc-info-text-emphasis);
}

.list-group-item-warning {
  --kdc-list-group-color: var(--kdc-warning-text-emphasis);
  --kdc-list-group-bg: var(--kdc-warning-bg-subtle);
  --kdc-list-group-border-color: var(--kdc-warning-border-subtle);
  --kdc-list-group-action-hover-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-hover-bg: var(--kdc-warning-border-subtle);
  --kdc-list-group-action-active-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-active-bg: var(--kdc-warning-border-subtle);
  --kdc-list-group-active-color: var(--kdc-warning-bg-subtle);
  --kdc-list-group-active-bg: var(--kdc-warning-text-emphasis);
  --kdc-list-group-active-border-color: var(--kdc-warning-text-emphasis);
}

.list-group-item-danger {
  --kdc-list-group-color: var(--kdc-danger-text-emphasis);
  --kdc-list-group-bg: var(--kdc-danger-bg-subtle);
  --kdc-list-group-border-color: var(--kdc-danger-border-subtle);
  --kdc-list-group-action-hover-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-hover-bg: var(--kdc-danger-border-subtle);
  --kdc-list-group-action-active-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-active-bg: var(--kdc-danger-border-subtle);
  --kdc-list-group-active-color: var(--kdc-danger-bg-subtle);
  --kdc-list-group-active-bg: var(--kdc-danger-text-emphasis);
  --kdc-list-group-active-border-color: var(--kdc-danger-text-emphasis);
}

.list-group-item-light {
  --kdc-list-group-color: var(--kdc-light-text-emphasis);
  --kdc-list-group-bg: var(--kdc-light-bg-subtle);
  --kdc-list-group-border-color: var(--kdc-light-border-subtle);
  --kdc-list-group-action-hover-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-hover-bg: var(--kdc-light-border-subtle);
  --kdc-list-group-action-active-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-active-bg: var(--kdc-light-border-subtle);
  --kdc-list-group-active-color: var(--kdc-light-bg-subtle);
  --kdc-list-group-active-bg: var(--kdc-light-text-emphasis);
  --kdc-list-group-active-border-color: var(--kdc-light-text-emphasis);
}

.list-group-item-dark {
  --kdc-list-group-color: var(--kdc-dark-text-emphasis);
  --kdc-list-group-bg: var(--kdc-dark-bg-subtle);
  --kdc-list-group-border-color: var(--kdc-dark-border-subtle);
  --kdc-list-group-action-hover-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-hover-bg: var(--kdc-dark-border-subtle);
  --kdc-list-group-action-active-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-active-bg: var(--kdc-dark-border-subtle);
  --kdc-list-group-active-color: var(--kdc-dark-bg-subtle);
  --kdc-list-group-active-bg: var(--kdc-dark-text-emphasis);
  --kdc-list-group-active-border-color: var(--kdc-dark-text-emphasis);
}

.list-group-item-white {
  --kdc-list-group-color: var(--kdc-white-text-emphasis);
  --kdc-list-group-bg: var(--kdc-white-bg-subtle);
  --kdc-list-group-border-color: var(--kdc-white-border-subtle);
  --kdc-list-group-action-hover-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-hover-bg: var(--kdc-white-border-subtle);
  --kdc-list-group-action-active-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-active-bg: var(--kdc-white-border-subtle);
  --kdc-list-group-active-color: var(--kdc-white-bg-subtle);
  --kdc-list-group-active-bg: var(--kdc-white-text-emphasis);
  --kdc-list-group-active-border-color: var(--kdc-white-text-emphasis);
}

.list-group-item-black {
  --kdc-list-group-color: var(--kdc-black-text-emphasis);
  --kdc-list-group-bg: var(--kdc-black-bg-subtle);
  --kdc-list-group-border-color: var(--kdc-black-border-subtle);
  --kdc-list-group-action-hover-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-hover-bg: var(--kdc-black-border-subtle);
  --kdc-list-group-action-active-color: var(--kdc-emphasis-color);
  --kdc-list-group-action-active-bg: var(--kdc-black-border-subtle);
  --kdc-list-group-active-color: var(--kdc-black-bg-subtle);
  --kdc-list-group-active-bg: var(--kdc-black-text-emphasis);
  --kdc-list-group-active-border-color: var(--kdc-black-text-emphasis);
}

.btn-close {
  --kdc-btn-close-color: #000;
  --kdc-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --kdc-btn-close-opacity: 0.5;
  --kdc-btn-close-hover-opacity: 0.75;
  --kdc-btn-close-focus-shadow: 0 0 0 0.25rem rgba(195, 255, 124, 0.25);
  --kdc-btn-close-focus-opacity: 1;
  --kdc-btn-close-disabled-opacity: 0.25;
  --kdc-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--kdc-btn-close-color);
  background: transparent var(--kdc-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  opacity: var(--kdc-btn-close-opacity);
}

.btn-close:hover {
  color: var(--kdc-btn-close-color);
  text-decoration: none;
  opacity: var(--kdc-btn-close-hover-opacity);
}

.btn-close:focus {
  outline: 0;
  box-shadow: var(--kdc-btn-close-focus-shadow);
  opacity: var(--kdc-btn-close-focus-opacity);
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--kdc-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--kdc-btn-close-white-filter);
}

.toast {
  --kdc-toast-zindex: 1090;
  --kdc-toast-padding-x: 0.75rem;
  --kdc-toast-padding-y: 0.5rem;
  --kdc-toast-spacing: 1.5rem;
  --kdc-toast-max-width: 350px;
  --kdc-toast-font-size: 0.875rem;
  --kdc-toast-color: ;
  --kdc-toast-bg: rgba(var(--kdc-body-bg-rgb), 0.85);
  --kdc-toast-border-width: var(--kdc-border-width);
  --kdc-toast-border-color: var(--kdc-border-color-translucent);
  --kdc-toast-border-radius: var(--kdc-border-radius);
  --kdc-toast-box-shadow: var(--kdc-box-shadow);
  --kdc-toast-header-color: var(--kdc-secondary-color);
  --kdc-toast-header-bg: rgba(var(--kdc-body-bg-rgb), 0.85);
  --kdc-toast-header-border-color: var(--kdc-border-color-translucent);
  width: var(--kdc-toast-max-width);
  max-width: 100%;
  font-size: var(--kdc-toast-font-size);
  color: var(--kdc-toast-color);
  pointer-events: auto;
  background-color: var(--kdc-toast-bg);
  background-clip: padding-box;
  border: var(--kdc-toast-border-width) solid var(--kdc-toast-border-color);
  box-shadow: var(--kdc-toast-box-shadow);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  --kdc-toast-zindex: 1090;
  position: absolute;
  z-index: var(--kdc-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--kdc-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--kdc-toast-padding-y) var(--kdc-toast-padding-x);
  color: var(--kdc-toast-header-color);
  background-color: var(--kdc-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--kdc-toast-border-width) solid var(--kdc-toast-header-border-color);
}

[dir="ltr"] .toast-header .btn-close {
  margin-right: calc(-.5 * var(--kdc-toast-padding-x));
  margin-left: var(--kdc-toast-padding-x);
}

[dir="rtl"] .toast-header .btn-close {
  margin-left: calc(-.5 * var(--kdc-toast-padding-x));
  margin-right: var(--kdc-toast-padding-x);
}

.toast-body {
  padding: var(--kdc-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --kdc-modal-zindex: 1055;
  --kdc-modal-width: 500px;
  --kdc-modal-padding: 1rem;
  --kdc-modal-margin: 0.5rem;
  --kdc-modal-color: ;
  --kdc-modal-bg: var(--kdc-body-bg);
  --kdc-modal-border-color: var(--kdc-border-color-translucent);
  --kdc-modal-border-width: var(--kdc-border-width);
  --kdc-modal-border-radius: var(--kdc-border-radius-lg);
  --kdc-modal-box-shadow: var(--kdc-box-shadow-sm);
  --kdc-modal-inner-border-radius: calc(var(--kdc-border-radius-lg) - (var(--kdc-border-width)));
  --kdc-modal-header-padding-x: 1rem;
  --kdc-modal-header-padding-y: 1rem;
  --kdc-modal-header-padding: 1rem 1rem;
  --kdc-modal-header-border-color: var(--kdc-border-color);
  --kdc-modal-header-border-width: var(--kdc-border-width);
  --kdc-modal-title-line-height: 1.5;
  --kdc-modal-footer-gap: 0.5rem;
  --kdc-modal-footer-bg: ;
  --kdc-modal-footer-border-color: var(--kdc-border-color);
  --kdc-modal-footer-border-width: var(--kdc-border-width);
  position: fixed;
  top: 0;
  z-index: var(--kdc-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

[dir="ltr"] .modal {
  left: 0;
}

[dir="rtl"] .modal {
  right: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--kdc-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(--kdc-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(--kdc-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--kdc-modal-color);
  pointer-events: auto;
  background-color: var(--kdc-modal-bg);
  background-clip: padding-box;
  border: var(--kdc-modal-border-width) solid var(--kdc-modal-border-color);
  outline: 0;
}

.modal-backdrop {
  --kdc-backdrop-zindex: 1050;
  --kdc-backdrop-bg: #000;
  --kdc-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  z-index: var(--kdc-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--kdc-backdrop-bg);
}

[dir="ltr"] .modal-backdrop {
  left: 0;
}

[dir="rtl"] .modal-backdrop {
  right: 0;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--kdc-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--kdc-modal-header-padding);
  border-bottom: var(--kdc-modal-header-border-width) solid var(--kdc-modal-header-border-color);
}

.modal-header .btn-close {
  padding: calc(var(--kdc-modal-header-padding-y) * .5) calc(var(--kdc-modal-header-padding-x) * .5);
}

[dir="ltr"] .modal-header .btn-close {
  margin: calc(-.5 * var(--kdc-modal-header-padding-y)) calc(-.5 * var(--kdc-modal-header-padding-x)) calc(-.5 * var(--kdc-modal-header-padding-y)) auto;
}

[dir="rtl"] .modal-header .btn-close {
  margin: calc(-.5 * var(--kdc-modal-header-padding-y)) auto calc(-.5 * var(--kdc-modal-header-padding-y)) calc(-.5 * var(--kdc-modal-header-padding-x));
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--kdc-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--kdc-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--kdc-modal-padding) - var(--kdc-modal-footer-gap) * .5);
  background-color: var(--kdc-modal-footer-bg);
  border-top: var(--kdc-modal-footer-border-width) solid var(--kdc-modal-footer-border-color);
}

.modal-footer > * {
  margin: calc(var(--kdc-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal {
    --kdc-modal-margin: 1.75rem;
    --kdc-modal-box-shadow: var(--kdc-box-shadow);
  }

  .modal-dialog {
    max-width: var(--kdc-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --kdc-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --kdc-modal-width: 800px;
  }
}

@media (min-width: 1280px) {
  .modal-xl {
    --kdc-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 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;
  }

  .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;
  }

  .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;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1279.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 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;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1599.98px) {
  .modal-fullscreen-3xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-3xl-down .modal-content {
    height: 100%;
    border: 0;
  }

  .modal-fullscreen-3xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1919.98px) {
  .modal-fullscreen-ultra-hd-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-ultra-hd-down .modal-content {
    height: 100%;
    border: 0;
  }

  .modal-fullscreen-ultra-hd-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 2559.98px) {
  .modal-fullscreen-ultra-wide-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-ultra-wide-down .modal-content {
    height: 100%;
    border: 0;
  }

  .modal-fullscreen-ultra-wide-down .modal-body {
    overflow-y: auto;
  }
}

.tooltip {
  --kdc-tooltip-zindex: 1080;
  --kdc-tooltip-max-width: 200px;
  --kdc-tooltip-padding-x: 0.5rem;
  --kdc-tooltip-padding-y: 0.25rem;
  --kdc-tooltip-margin: ;
  --kdc-tooltip-font-size: 0.875rem;
  --kdc-tooltip-color: var(--kdc-body-bg);
  --kdc-tooltip-bg: var(--kdc-emphasis-color);
  --kdc-tooltip-border-radius: var(--kdc-border-radius);
  --kdc-tooltip-opacity: 0.9;
  --kdc-tooltip-arrow-width: 0.8rem;
  --kdc-tooltip-arrow-height: 0.4rem;
  z-index: var(--kdc-tooltip-zindex);
  display: block;
  margin: var(--kdc-tooltip-margin);
  font-family: var(--kdc-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--kdc-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--kdc-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--kdc-tooltip-arrow-width);
  height: var(--kdc-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--kdc-tooltip-arrow-height));
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--kdc-tooltip-arrow-height) calc(var(--kdc-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--kdc-tooltip-bg);
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--kdc-tooltip-arrow-height));
  width: var(--kdc-tooltip-arrow-height);
  height: var(--kdc-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--kdc-tooltip-arrow-width) * .5) var(--kdc-tooltip-arrow-height) calc(var(--kdc-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--kdc-tooltip-bg);
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--kdc-tooltip-arrow-height));
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--kdc-tooltip-arrow-width) * .5) var(--kdc-tooltip-arrow-height);
  border-bottom-color: var(--kdc-tooltip-bg);
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--kdc-tooltip-arrow-height));
  width: var(--kdc-tooltip-arrow-height);
  height: var(--kdc-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--kdc-tooltip-arrow-width) * .5) 0 calc(var(--kdc-tooltip-arrow-width) * .5) var(--kdc-tooltip-arrow-height);
  border-left-color: var(--kdc-tooltip-bg);
}

.tooltip-inner {
  max-width: var(--kdc-tooltip-max-width);
  padding: var(--kdc-tooltip-padding-y) var(--kdc-tooltip-padding-x);
  color: var(--kdc-tooltip-color);
  text-align: center;
  background-color: var(--kdc-tooltip-bg);
}

.popover {
  --kdc-popover-zindex: 1070;
  --kdc-popover-max-width: 276px;
  --kdc-popover-font-size: 0.875rem;
  --kdc-popover-bg: var(--kdc-body-bg);
  --kdc-popover-border-width: var(--kdc-border-width);
  --kdc-popover-border-color: var(--kdc-border-color-translucent);
  --kdc-popover-border-radius: var(--kdc-border-radius-lg);
  --kdc-popover-inner-border-radius: calc( var(--kdc-border-radius-lg) - var(--kdc-border-width));
  --kdc-popover-box-shadow: var(--kdc-box-shadow);
  --kdc-popover-header-padding-x: 1rem;
  --kdc-popover-header-padding-y: 0.5rem;
  --kdc-popover-header-font-size: 1rem;
  --kdc-popover-header-color: inherit;
  --kdc-popover-header-bg: var(--kdc-secondary-bg);
  --kdc-popover-body-padding-x: 1rem;
  --kdc-popover-body-padding-y: 1rem;
  --kdc-popover-body-color: var(--kdc-body-color);
  --kdc-popover-arrow-width: 1rem;
  --kdc-popover-arrow-height: 0.5rem;
  --kdc-popover-arrow-border: var(--kdc-popover-border-color);
  z-index: var(--kdc-popover-zindex);
  display: block;
  max-width: var(--kdc-popover-max-width);
  font-family: var(--kdc-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--kdc-popover-font-size);
  word-wrap: break-word;
  background-color: var(--kdc-popover-bg);
  background-clip: padding-box;
  border: var(--kdc-popover-border-width) solid var(--kdc-popover-border-color);
}

.popover .popover-arrow {
  display: block;
  width: var(--kdc-popover-arrow-width);
  height: var(--kdc-popover-arrow-height);
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--kdc-popover-arrow-height)) - var(--kdc-popover-border-width));
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--kdc-popover-arrow-height) calc(var(--kdc-popover-arrow-width) * .5) 0;
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--kdc-popover-arrow-border);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--kdc-popover-border-width);
  border-top-color: var(--kdc-popover-bg);
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--kdc-popover-arrow-height)) - var(--kdc-popover-border-width));
  width: var(--kdc-popover-arrow-height);
  height: var(--kdc-popover-arrow-width);
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--kdc-popover-arrow-width) * .5) var(--kdc-popover-arrow-height) calc(var(--kdc-popover-arrow-width) * .5) 0;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--kdc-popover-arrow-border);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--kdc-popover-border-width);
  border-right-color: var(--kdc-popover-bg);
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--kdc-popover-arrow-height)) - var(--kdc-popover-border-width));
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--kdc-popover-arrow-width) * .5) var(--kdc-popover-arrow-height);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--kdc-popover-arrow-border);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--kdc-popover-border-width);
  border-bottom-color: var(--kdc-popover-bg);
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  display: block;
  width: var(--kdc-popover-arrow-width);
  content: "";
  border-bottom: var(--kdc-popover-border-width) solid var(--kdc-popover-header-bg);
}

[dir="ltr"] .bs-popover-bottom .popover-header::before, [dir="ltr"] .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  left: 50%;
  margin-left: calc(-.5 * var(--kdc-popover-arrow-width));
}

[dir="rtl"] .bs-popover-bottom .popover-header::before, [dir="rtl"] .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  right: 50%;
  margin-right: calc(-.5 * var(--kdc-popover-arrow-width));
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--kdc-popover-arrow-height)) - var(--kdc-popover-border-width));
  width: var(--kdc-popover-arrow-height);
  height: var(--kdc-popover-arrow-width);
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--kdc-popover-arrow-width) * .5) 0 calc(var(--kdc-popover-arrow-width) * .5) var(--kdc-popover-arrow-height);
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--kdc-popover-arrow-border);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--kdc-popover-border-width);
  border-left-color: var(--kdc-popover-bg);
}

.popover-header {
  padding: var(--kdc-popover-header-padding-y) var(--kdc-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--kdc-popover-header-font-size);
  color: var(--kdc-popover-header-color);
  background-color: var(--kdc-popover-header-bg);
  border-bottom: var(--kdc-popover-border-width) solid var(--kdc-popover-border-color);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--kdc-popover-body-padding-y) var(--kdc-popover-body-padding-x);
  color: var(--kdc-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

[dir="ltr"] .carousel-item {
  float: left;
  margin-right: -100%;
}

[dir="rtl"] .carousel-item {
  float: right;
  margin-left: -100%;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

[dir="ltr"] .carousel-item-next:not(.carousel-item-start),
[dir="ltr"] .active.carousel-item-end {
  transform: translateX(100%);
}

[dir="rtl"] .carousel-item-next:not(.carousel-item-start),
[dir="rtl"] .active.carousel-item-end {
  transform: translateX(-100%);
}

[dir="ltr"] .carousel-item-prev:not(.carousel-item-end),
[dir="ltr"] .active.carousel-item-start {
  transform: translateX(-100%);
}

[dir="rtl"] .carousel-item-prev:not(.carousel-item-end),
[dir="rtl"] .active.carousel-item-start {
  transform: translateX(100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

[dir="ltr"] .carousel-control-prev {
  left: 0;
}

[dir="rtl"] .carousel-control-prev {
  right: 0;
}

[dir="ltr"] .carousel-control-next {
  right: 0;
}

[dir="rtl"] .carousel-control-next {
  left: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

[dir="ltr"] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

[dir="rtl"] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

[dir="ltr"] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

[dir="rtl"] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--kdc-spinner-width);
  height: var(--kdc-spinner-height);
  vertical-align: var(--kdc-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--kdc-spinner-animation-speed) linear infinite var(--kdc-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

.spinner-border {
  --kdc-spinner-width: 2rem;
  --kdc-spinner-height: 2rem;
  --kdc-spinner-vertical-align: -0.125em;
  --kdc-spinner-border-width: 0.25em;
  --kdc-spinner-animation-speed: 0.75s;
  --kdc-spinner-animation-name: spinner-border;
  border: var(--kdc-spinner-border-width) solid currentcolor;
}

[dir="ltr"] .spinner-border {
  border-right-color: transparent;
}

[dir="rtl"] .spinner-border {
  border-left-color: transparent;
}

.spinner-border-sm {
  --kdc-spinner-width: 1rem;
  --kdc-spinner-height: 1rem;
  --kdc-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --kdc-spinner-width: 2rem;
  --kdc-spinner-height: 2rem;
  --kdc-spinner-vertical-align: -0.125em;
  --kdc-spinner-animation-speed: 0.75s;
  --kdc-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --kdc-spinner-width: 1rem;
  --kdc-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --kdc-spinner-animation-speed: 1.5s;
  }
}

.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas-3xl, .offcanvas-ultra-hd, .offcanvas-ultra-wide, .offcanvas {
  --kdc-offcanvas-zindex: 1045;
  --kdc-offcanvas-width: 400px;
  --kdc-offcanvas-height: 30vh;
  --kdc-offcanvas-padding-x: 1rem;
  --kdc-offcanvas-padding-y: 1rem;
  --kdc-offcanvas-color: var(--kdc-body-color);
  --kdc-offcanvas-bg: var(--kdc-body-bg);
  --kdc-offcanvas-border-width: var(--kdc-border-width);
  --kdc-offcanvas-border-color: var(--kdc-border-color-translucent);
  --kdc-offcanvas-box-shadow: var(--kdc-box-shadow-sm);
  --kdc-offcanvas-transition: transform 0.3s ease-in-out;
  --kdc-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--kdc-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--kdc-offcanvas-color);
    visibility: hidden;
    background-color: var(--kdc-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--kdc-offcanvas-transition);
  }
}

@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;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-sm.offcanvas-start {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  [dir="rtl"] .offcanvas-sm.offcanvas-start {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-sm.offcanvas-end {
    top: 0;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-sm.offcanvas-end {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  [dir="rtl"] .offcanvas-sm.offcanvas-end {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-top: var(--kdc-offcanvas-border-width) solid var(--kdc-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 {
    --kdc-offcanvas-height: auto;
    --kdc-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(--kdc-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--kdc-offcanvas-color);
    visibility: hidden;
    background-color: var(--kdc-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--kdc-offcanvas-transition);
  }
}

@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;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-md.offcanvas-start {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  [dir="rtl"] .offcanvas-md.offcanvas-start {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-md.offcanvas-end {
    top: 0;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-md.offcanvas-end {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  [dir="rtl"] .offcanvas-md.offcanvas-end {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-top: var(--kdc-offcanvas-border-width) solid var(--kdc-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 {
    --kdc-offcanvas-height: auto;
    --kdc-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(--kdc-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--kdc-offcanvas-color);
    visibility: hidden;
    background-color: var(--kdc-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--kdc-offcanvas-transition);
  }
}

@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;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-lg.offcanvas-start {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  [dir="rtl"] .offcanvas-lg.offcanvas-start {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-lg.offcanvas-end {
    top: 0;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-lg.offcanvas-end {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  [dir="rtl"] .offcanvas-lg.offcanvas-end {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-top: var(--kdc-offcanvas-border-width) solid var(--kdc-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 {
    --kdc-offcanvas-height: auto;
    --kdc-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: 1279.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--kdc-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--kdc-offcanvas-color);
    visibility: hidden;
    background-color: var(--kdc-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--kdc-offcanvas-transition);
  }
}

@media (max-width: 1279.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1279.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-xl.offcanvas-start {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  [dir="rtl"] .offcanvas-xl.offcanvas-start {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-xl.offcanvas-end {
    top: 0;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-xl.offcanvas-end {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  [dir="rtl"] .offcanvas-xl.offcanvas-end {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-top: var(--kdc-offcanvas-border-width) solid var(--kdc-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: 1280px) {
  .offcanvas-xl {
    --kdc-offcanvas-height: auto;
    --kdc-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(--kdc-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--kdc-offcanvas-color);
    visibility: hidden;
    background-color: var(--kdc-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--kdc-offcanvas-transition);
  }
}

@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;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-xxl.offcanvas-start {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  [dir="rtl"] .offcanvas-xxl.offcanvas-start {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-xxl.offcanvas-end {
    top: 0;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-xxl.offcanvas-end {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  [dir="rtl"] .offcanvas-xxl.offcanvas-end {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-top: var(--kdc-offcanvas-border-width) solid var(--kdc-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 {
    --kdc-offcanvas-height: auto;
    --kdc-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;
  }
}

@media (max-width: 1599.98px) {
  .offcanvas-3xl {
    position: fixed;
    bottom: 0;
    z-index: var(--kdc-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--kdc-offcanvas-color);
    visibility: hidden;
    background-color: var(--kdc-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--kdc-offcanvas-transition);
  }
}

@media (max-width: 1599.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-3xl {
    transition: none;
  }
}

@media (max-width: 1599.98px) {
  .offcanvas-3xl.offcanvas-start {
    top: 0;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-3xl.offcanvas-start {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  [dir="rtl"] .offcanvas-3xl.offcanvas-start {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-3xl.offcanvas-end {
    top: 0;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-3xl.offcanvas-end {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  [dir="rtl"] .offcanvas-3xl.offcanvas-end {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-3xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-3xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-top: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-3xl.showing, .offcanvas-3xl.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-3xl.showing, .offcanvas-3xl.hiding, .offcanvas-3xl.show {
    visibility: visible;
  }
}

@media (min-width: 1600px) {
  .offcanvas-3xl {
    --kdc-offcanvas-height: auto;
    --kdc-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-3xl .offcanvas-header {
    display: none;
  }

  .offcanvas-3xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1919.98px) {
  .offcanvas-ultra-hd {
    position: fixed;
    bottom: 0;
    z-index: var(--kdc-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--kdc-offcanvas-color);
    visibility: hidden;
    background-color: var(--kdc-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--kdc-offcanvas-transition);
  }
}

@media (max-width: 1919.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-ultra-hd {
    transition: none;
  }
}

@media (max-width: 1919.98px) {
  .offcanvas-ultra-hd.offcanvas-start {
    top: 0;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-ultra-hd.offcanvas-start {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  [dir="rtl"] .offcanvas-ultra-hd.offcanvas-start {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-ultra-hd.offcanvas-end {
    top: 0;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-ultra-hd.offcanvas-end {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  [dir="rtl"] .offcanvas-ultra-hd.offcanvas-end {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-ultra-hd.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-ultra-hd.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-top: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-ultra-hd.showing, .offcanvas-ultra-hd.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-ultra-hd.showing, .offcanvas-ultra-hd.hiding, .offcanvas-ultra-hd.show {
    visibility: visible;
  }
}

@media (min-width: 1920px) {
  .offcanvas-ultra-hd {
    --kdc-offcanvas-height: auto;
    --kdc-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-ultra-hd .offcanvas-header {
    display: none;
  }

  .offcanvas-ultra-hd .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 2559.98px) {
  .offcanvas-ultra-wide {
    position: fixed;
    bottom: 0;
    z-index: var(--kdc-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--kdc-offcanvas-color);
    visibility: hidden;
    background-color: var(--kdc-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--kdc-offcanvas-transition);
  }
}

@media (max-width: 2559.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-ultra-wide {
    transition: none;
  }
}

@media (max-width: 2559.98px) {
  .offcanvas-ultra-wide.offcanvas-start {
    top: 0;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-ultra-wide.offcanvas-start {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  [dir="rtl"] .offcanvas-ultra-wide.offcanvas-start {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-ultra-wide.offcanvas-end {
    top: 0;
    width: var(--kdc-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-ultra-wide.offcanvas-end {
    right: 0;
    border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(100%);
  }

  [dir="rtl"] .offcanvas-ultra-wide.offcanvas-end {
    left: 0;
    border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-ultra-wide.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-ultra-wide.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--kdc-offcanvas-height);
    max-height: 100%;
    border-top: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-ultra-wide.showing, .offcanvas-ultra-wide.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-ultra-wide.showing, .offcanvas-ultra-wide.hiding, .offcanvas-ultra-wide.show {
    visibility: visible;
  }
}

@media (min-width: 2560px) {
  .offcanvas-ultra-wide {
    --kdc-offcanvas-height: auto;
    --kdc-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-ultra-wide .offcanvas-header {
    display: none;
  }

  .offcanvas-ultra-wide .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--kdc-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--kdc-offcanvas-color);
  visibility: hidden;
  background-color: var(--kdc-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--kdc-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas.offcanvas-start {
  top: 0;
  width: var(--kdc-offcanvas-width);
}

[dir="ltr"] .offcanvas.offcanvas-start {
  left: 0;
  border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
  transform: translateX(-100%);
}

[dir="rtl"] .offcanvas.offcanvas-start {
  right: 0;
  border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.offcanvas-end {
  top: 0;
  width: var(--kdc-offcanvas-width);
}

[dir="ltr"] .offcanvas.offcanvas-end {
  right: 0;
  border-left: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
  transform: translateX(100%);
}

[dir="rtl"] .offcanvas.offcanvas-end {
  left: 0;
  border-right: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--kdc-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--kdc-offcanvas-border-width) solid var(--kdc-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--kdc-offcanvas-height);
  max-height: 100%;
  border-top: var(--kdc-offcanvas-border-width) solid var(--kdc-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;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

[dir="ltr"] .offcanvas-backdrop {
  left: 0;
}

[dir="rtl"] .offcanvas-backdrop {
  right: 0;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--kdc-offcanvas-padding-y) var(--kdc-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
  padding: calc(var(--kdc-offcanvas-padding-y) * .5) calc(var(--kdc-offcanvas-padding-x) * .5);
}

[dir="ltr"] .offcanvas-header .btn-close {
  margin: calc(-.5 * var(--kdc-offcanvas-padding-y)) calc(-.5 * var(--kdc-offcanvas-padding-x)) calc(-.5 * var(--kdc-offcanvas-padding-y)) auto;
}

[dir="rtl"] .offcanvas-header .btn-close {
  margin: calc(-.5 * var(--kdc-offcanvas-padding-y)) auto calc(-.5 * var(--kdc-offcanvas-padding-y)) calc(-.5 * var(--kdc-offcanvas-padding-x));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--kdc-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--kdc-offcanvas-padding-y) var(--kdc-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: .6em;
}

.placeholder-sm {
  min-height: .8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

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

.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--kdc-primary-rgb), var(--kdc-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--kdc-secondary-rgb), var(--kdc-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--kdc-success-rgb), var(--kdc-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--kdc-info-rgb), var(--kdc-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--kdc-warning-rgb), var(--kdc-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--kdc-danger-rgb), var(--kdc-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--kdc-light-rgb), var(--kdc-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--kdc-dark-rgb), var(--kdc-bg-opacity, 1)) !important;
}

.text-bg-white {
  color: #000 !important;
  background-color: RGBA(var(--kdc-white-rgb), var(--kdc-bg-opacity, 1)) !important;
}

.text-bg-black {
  color: #fff !important;
  background-color: RGBA(var(--kdc-black-rgb), var(--kdc-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--kdc-primary-rgb), var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--kdc-primary-rgb), var(--kdc-link-underline-opacity, 1)) !important;
}

.link-primary:hover, .link-primary:focus {
  color: RGBA(207, 255, 150, var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(207, 255, 150, var(--kdc-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--kdc-secondary-rgb), var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--kdc-secondary-rgb), var(--kdc-link-underline-opacity, 1)) !important;
}

.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--kdc-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--kdc-success-rgb), var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--kdc-success-rgb), var(--kdc-link-underline-opacity, 1)) !important;
}

.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--kdc-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--kdc-info-rgb), var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--kdc-info-rgb), var(--kdc-link-underline-opacity, 1)) !important;
}

.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--kdc-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--kdc-warning-rgb), var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--kdc-warning-rgb), var(--kdc-link-underline-opacity, 1)) !important;
}

.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--kdc-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--kdc-danger-rgb), var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--kdc-danger-rgb), var(--kdc-link-underline-opacity, 1)) !important;
}

.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--kdc-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--kdc-light-rgb), var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--kdc-light-rgb), var(--kdc-link-underline-opacity, 1)) !important;
}

.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--kdc-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--kdc-dark-rgb), var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--kdc-dark-rgb), var(--kdc-link-underline-opacity, 1)) !important;
}

.link-dark:hover, .link-dark:focus {
  color: RGBA(4, 5, 4, var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(4, 5, 4, var(--kdc-link-underline-opacity, 1)) !important;
}

.link-white {
  color: RGBA(var(--kdc-white-rgb), var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--kdc-white-rgb), var(--kdc-link-underline-opacity, 1)) !important;
}

.link-white:hover, .link-white:focus {
  color: RGBA(255, 255, 255, var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, var(--kdc-link-underline-opacity, 1)) !important;
}

.link-black {
  color: RGBA(var(--kdc-black-rgb), var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--kdc-black-rgb), var(--kdc-link-underline-opacity, 1)) !important;
}

.link-black:hover, .link-black:focus {
  color: RGBA(0, 0, 0, var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 0, 0, var(--kdc-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--kdc-emphasis-color-rgb), var(--kdc-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--kdc-emphasis-color-rgb), var(--kdc-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--kdc-emphasis-color-rgb), var(--kdc-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--kdc-emphasis-color-rgb), var(--kdc-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--kdc-focus-ring-x, 0) var(--kdc-focus-ring-y, 0) var(--kdc-focus-ring-blur, 0) var(--kdc-focus-ring-width) var(--kdc-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--kdc-link-color-rgb), var(--kdc-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

[dir="ltr"] .icon-link-hover:hover > .bi, [dir="ltr"] .icon-link-hover:focus-visible > .bi {
  transform: var(--kdc-icon-link-transform, translate3d(0.25em, 0, 0));
}

[dir="rtl"] .icon-link-hover:hover > .bi, [dir="rtl"] .icon-link-hover:focus-visible > .bi {
  transform: var(--kdc-icon-link-transform, translate3d(-0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}

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

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

[dir="ltr"] .ratio > * {
  left: 0;
}

[dir="rtl"] .ratio > * {
  right: 0;
}

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

.ratio-4x3 {
  --kdc-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --kdc-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --kdc-aspect-ratio: calc(9 / 21 * 100%);
}

.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: 1280px) {
  .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;
  }
}

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

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

@media (min-width: 1920px) {
  .sticky-ultra-hd-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

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

@media (min-width: 2560px) {
  .sticky-ultra-wide-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-ultra-wide-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, .app-scroll-to-top:not(.app-scroll-to-top-scrolling),
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}

.visually-hidden:not(caption), .app-scroll-to-top:not(caption):not(.app-scroll-to-top-scrolling),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !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: var(--kdc-border-width);
  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;
}

[dir="ltr"] .float-start {
  float: left !important;
}

[dir="rtl"] .float-start {
  float: right !important;
}

[dir="ltr"] .float-end {
  float: right !important;
}

[dir="rtl"] .float-end {
  float: left !important;
}

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

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

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

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

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

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

.op-5 {
  opacity: 0.05 !important;
}

.op-5-hover:hover {
  opacity: 0.05 !important;
}

.op-5-focus:focus {
  opacity: 0.05 !important;
}

.op-5-active:active {
  opacity: 0.05 !important;
}

.op-10 {
  opacity: 0.1 !important;
}

.op-10-hover:hover {
  opacity: 0.1 !important;
}

.op-10-focus:focus {
  opacity: 0.1 !important;
}

.op-10-active:active {
  opacity: 0.1 !important;
}

.op-15 {
  opacity: 0.15 !important;
}

.op-15-hover:hover {
  opacity: 0.15 !important;
}

.op-15-focus:focus {
  opacity: 0.15 !important;
}

.op-15-active:active {
  opacity: 0.15 !important;
}

.op-20 {
  opacity: 0.2 !important;
}

.op-20-hover:hover {
  opacity: 0.2 !important;
}

.op-20-focus:focus {
  opacity: 0.2 !important;
}

.op-20-active:active {
  opacity: 0.2 !important;
}

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

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

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

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

.op-30 {
  opacity: 0.3 !important;
}

.op-30-hover:hover {
  opacity: 0.3 !important;
}

.op-30-focus:focus {
  opacity: 0.3 !important;
}

.op-30-active:active {
  opacity: 0.3 !important;
}

.op-35 {
  opacity: 0.35 !important;
}

.op-35-hover:hover {
  opacity: 0.35 !important;
}

.op-35-focus:focus {
  opacity: 0.35 !important;
}

.op-35-active:active {
  opacity: 0.35 !important;
}

.op-40 {
  opacity: 0.4 !important;
}

.op-40-hover:hover {
  opacity: 0.4 !important;
}

.op-40-focus:focus {
  opacity: 0.4 !important;
}

.op-40-active:active {
  opacity: 0.4 !important;
}

.op-45 {
  opacity: 0.45 !important;
}

.op-45-hover:hover {
  opacity: 0.45 !important;
}

.op-45-focus:focus {
  opacity: 0.45 !important;
}

.op-45-active:active {
  opacity: 0.45 !important;
}

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

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

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

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

.op-55 {
  opacity: 0.55 !important;
}

.op-55-hover:hover {
  opacity: 0.55 !important;
}

.op-55-focus:focus {
  opacity: 0.55 !important;
}

.op-55-active:active {
  opacity: 0.55 !important;
}

.op-60 {
  opacity: 0.6 !important;
}

.op-60-hover:hover {
  opacity: 0.6 !important;
}

.op-60-focus:focus {
  opacity: 0.6 !important;
}

.op-60-active:active {
  opacity: 0.6 !important;
}

.op-65 {
  opacity: 0.65 !important;
}

.op-65-hover:hover {
  opacity: 0.65 !important;
}

.op-65-focus:focus {
  opacity: 0.65 !important;
}

.op-65-active:active {
  opacity: 0.65 !important;
}

.op-70 {
  opacity: 0.7 !important;
}

.op-70-hover:hover {
  opacity: 0.7 !important;
}

.op-70-focus:focus {
  opacity: 0.7 !important;
}

.op-70-active:active {
  opacity: 0.7 !important;
}

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

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

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

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

.op-80 {
  opacity: 0.8 !important;
}

.op-80-hover:hover {
  opacity: 0.8 !important;
}

.op-80-focus:focus {
  opacity: 0.8 !important;
}

.op-80-active:active {
  opacity: 0.8 !important;
}

.op-85 {
  opacity: 0.85 !important;
}

.op-85-hover:hover {
  opacity: 0.85 !important;
}

.op-85-focus:focus {
  opacity: 0.85 !important;
}

.op-85-active:active {
  opacity: 0.85 !important;
}

.op-90 {
  opacity: 0.9 !important;
}

.op-90-hover:hover {
  opacity: 0.9 !important;
}

.op-90-focus:focus {
  opacity: 0.9 !important;
}

.op-90-active:active {
  opacity: 0.9 !important;
}

.op-95 {
  opacity: 0.95 !important;
}

.op-95-hover:hover {
  opacity: 0.95 !important;
}

.op-95-focus:focus {
  opacity: 0.95 !important;
}

.op-95-active:active {
  opacity: 0.95 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: scroll !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;
}

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

.shadow {
  box-shadow: var(--kdc-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--kdc-box-shadow-sm) !important;
}

.shadow-lg, .app-header-scrolling-up, .app-header-scrolling:focus-within {
  box-shadow: var(--kdc-box-shadow-lg) !important;
}

.shadow-none, .app-header-scrolling-down {
  box-shadow: none !important;
}

.focus-ring-primary {
  --kdc-focus-ring-color: rgba(var(--kdc-primary-rgb), var(--kdc-focus-ring-opacity));
}

.focus-ring-secondary {
  --kdc-focus-ring-color: rgba(var(--kdc-secondary-rgb), var(--kdc-focus-ring-opacity));
}

.focus-ring-success {
  --kdc-focus-ring-color: rgba(var(--kdc-success-rgb), var(--kdc-focus-ring-opacity));
}

.focus-ring-info {
  --kdc-focus-ring-color: rgba(var(--kdc-info-rgb), var(--kdc-focus-ring-opacity));
}

.focus-ring-warning {
  --kdc-focus-ring-color: rgba(var(--kdc-warning-rgb), var(--kdc-focus-ring-opacity));
}

.focus-ring-danger {
  --kdc-focus-ring-color: rgba(var(--kdc-danger-rgb), var(--kdc-focus-ring-opacity));
}

.focus-ring-light {
  --kdc-focus-ring-color: rgba(var(--kdc-light-rgb), var(--kdc-focus-ring-opacity));
}

.focus-ring-dark {
  --kdc-focus-ring-color: rgba(var(--kdc-dark-rgb), var(--kdc-focus-ring-opacity));
}

.focus-ring-white, .coming-soon .app-logo {
  --kdc-focus-ring-color: rgba(var(--kdc-white-rgb), var(--kdc-focus-ring-opacity));
}

.focus-ring-black {
  --kdc-focus-ring-color: rgba(var(--kdc-black-rgb), var(--kdc-focus-ring-opacity));
}

.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;
}

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

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

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

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

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

[dir="ltr"] .start-0 {
  left: 0 !important;
}

[dir="rtl"] .start-0 {
  right: 0 !important;
}

[dir="ltr"] .start-50 {
  left: 50% !important;
}

[dir="rtl"] .start-50 {
  right: 50% !important;
}

[dir="ltr"] .start-100 {
  left: 100% !important;
}

[dir="rtl"] .start-100 {
  right: 100% !important;
}

[dir="ltr"] .start-initial {
  left: initial !important;
}

[dir="rtl"] .start-initial {
  right: initial !important;
}

[dir="ltr"] .end-0 {
  right: 0 !important;
}

[dir="rtl"] .end-0 {
  left: 0 !important;
}

[dir="ltr"] .end-50 {
  right: 50% !important;
}

[dir="rtl"] .end-50 {
  left: 50% !important;
}

[dir="ltr"] .end-100 {
  right: 100% !important;
}

[dir="rtl"] .end-100 {
  left: 100% !important;
}

[dir="ltr"] .end-initial {
  right: initial !important;
}

[dir="rtl"] .end-initial {
  left: initial !important;
}

[dir="ltr"] .translate-middle {
  transform: translate(-50%, -50%) !important;
}

[dir="rtl"] .translate-middle {
  transform: translate(50%, -50%) !important;
}

[dir="ltr"] .translate-middle-x {
  transform: translateX(-50%) !important;
}

[dir="rtl"] .translate-middle-x {
  transform: translateX(50%) !important;
}

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

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

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

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

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

[dir="ltr"] .border-end {
  border-right: var(--kdc-border-width) var(--kdc-border-style) var(--kdc-border-color) !important;
}

[dir="rtl"] .border-end {
  border-left: var(--kdc-border-width) var(--kdc-border-style) var(--kdc-border-color) !important;
}

[dir="ltr"] .border-end-0 {
  border-right: 0 !important;
}

[dir="rtl"] .border-end-0 {
  border-left: 0 !important;
}

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

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

[dir="ltr"] .border-start-0 {
  border-left: 0 !important;
}

[dir="rtl"] .border-start-0 {
  border-right: 0 !important;
}

[dir="ltr"] .border-start-1 {
  border-left: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
}

[dir="rtl"] .border-start-1 {
  border-right: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
}

[dir="ltr"] .border-start-2 {
  border-left: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
}

[dir="rtl"] .border-start-2 {
  border-right: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
}

[dir="ltr"] .border-start-3 {
  border-left: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
}

[dir="rtl"] .border-start-3 {
  border-right: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
}

[dir="ltr"] .border-start-4 {
  border-left: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
}

[dir="rtl"] .border-start-4 {
  border-right: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
}

[dir="ltr"] .border-start-5 {
  border-left: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
}

[dir="rtl"] .border-start-5 {
  border-right: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
}

[dir="ltr"] .border-start-6 {
  border-left: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
}

[dir="rtl"] .border-start-6 {
  border-right: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
}

.border-primary {
  --kdc-border-opacity: 1;
  border-color: #c3ff7c !important;
}

.border-primary-hover:hover {
  --kdc-border-opacity: 1;
  border-color: #c3ff7c !important;
}

.border-primary-focus:focus {
  --kdc-border-opacity: 1;
  border-color: #c3ff7c !important;
}

.border-primary-active:active {
  --kdc-border-opacity: 1;
  border-color: #c3ff7c !important;
}

.border-secondary {
  --kdc-border-opacity: 1;
  border-color: #6c757d !important;
}

.border-secondary-hover:hover {
  --kdc-border-opacity: 1;
  border-color: #6c757d !important;
}

.border-secondary-focus:focus {
  --kdc-border-opacity: 1;
  border-color: #6c757d !important;
}

.border-secondary-active:active {
  --kdc-border-opacity: 1;
  border-color: #6c757d !important;
}

.border-success {
  --kdc-border-opacity: 1;
  border-color: #198754 !important;
}

.border-success-hover:hover {
  --kdc-border-opacity: 1;
  border-color: #198754 !important;
}

.border-success-focus:focus {
  --kdc-border-opacity: 1;
  border-color: #198754 !important;
}

.border-success-active:active {
  --kdc-border-opacity: 1;
  border-color: #198754 !important;
}

.border-info {
  --kdc-border-opacity: 1;
  border-color: #0dcaf0 !important;
}

.border-info-hover:hover {
  --kdc-border-opacity: 1;
  border-color: #0dcaf0 !important;
}

.border-info-focus:focus {
  --kdc-border-opacity: 1;
  border-color: #0dcaf0 !important;
}

.border-info-active:active {
  --kdc-border-opacity: 1;
  border-color: #0dcaf0 !important;
}

.border-warning {
  --kdc-border-opacity: 1;
  border-color: #ffc107 !important;
}

.border-warning-hover:hover {
  --kdc-border-opacity: 1;
  border-color: #ffc107 !important;
}

.border-warning-focus:focus {
  --kdc-border-opacity: 1;
  border-color: #ffc107 !important;
}

.border-warning-active:active {
  --kdc-border-opacity: 1;
  border-color: #ffc107 !important;
}

.border-danger {
  --kdc-border-opacity: 1;
  border-color: #dc3545 !important;
}

.border-danger-hover:hover {
  --kdc-border-opacity: 1;
  border-color: #dc3545 !important;
}

.border-danger-focus:focus {
  --kdc-border-opacity: 1;
  border-color: #dc3545 !important;
}

.border-danger-active:active {
  --kdc-border-opacity: 1;
  border-color: #dc3545 !important;
}

.border-light {
  --kdc-border-opacity: 1;
  border-color: #f8f9fa !important;
}

.border-light-hover:hover {
  --kdc-border-opacity: 1;
  border-color: #f8f9fa !important;
}

.border-light-focus:focus {
  --kdc-border-opacity: 1;
  border-color: #f8f9fa !important;
}

.border-light-active:active {
  --kdc-border-opacity: 1;
  border-color: #f8f9fa !important;
}

.border-dark {
  --kdc-border-opacity: 1;
  border-color: #050605 !important;
}

.border-dark-hover:hover {
  --kdc-border-opacity: 1;
  border-color: #050605 !important;
}

.border-dark-focus:focus {
  --kdc-border-opacity: 1;
  border-color: #050605 !important;
}

.border-dark-active:active {
  --kdc-border-opacity: 1;
  border-color: #050605 !important;
}

.border-white {
  --kdc-border-opacity: 1;
  border-color: #fff !important;
}

.border-white-hover:hover {
  --kdc-border-opacity: 1;
  border-color: #fff !important;
}

.border-white-focus:focus {
  --kdc-border-opacity: 1;
  border-color: #fff !important;
}

.border-white-active:active {
  --kdc-border-opacity: 1;
  border-color: #fff !important;
}

.border-black {
  --kdc-border-opacity: 1;
  border-color: #000 !important;
}

.border-black-hover:hover {
  --kdc-border-opacity: 1;
  border-color: #000 !important;
}

.border-black-focus:focus {
  --kdc-border-opacity: 1;
  border-color: #000 !important;
}

.border-black-active:active {
  --kdc-border-opacity: 1;
  border-color: #000 !important;
}

.border-body {
  --kdc-border-opacity: 1;
  border-color: #fff !important;
}

.border-body-hover:hover {
  --kdc-border-opacity: 1;
  border-color: #fff !important;
}

.border-body-focus:focus {
  --kdc-border-opacity: 1;
  border-color: #fff !important;
}

.border-body-active:active {
  --kdc-border-opacity: 1;
  border-color: #fff !important;
}

.border-primary-subtle {
  border-color: var(--kdc-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--kdc-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--kdc-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--kdc-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--kdc-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--kdc-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--kdc-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--kdc-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-12px {
  width: 12px !important;
}

.w-14px {
  width: 14px !important;
}

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

.w-16px {
  width: 16px !important;
}

.w-18px {
  width: 18px !important;
}

.w-19px {
  width: 19px !important;
}

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

.w-22px {
  width: 22px !important;
}

.w-24px {
  width: 24px !important;
}

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

.w-26px {
  width: 26px !important;
}

.w-28px {
  width: 28px !important;
}

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

.w-32px {
  width: 32px !important;
}

.w-34px {
  width: 34px !important;
}

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

.w-36px {
  width: 36px !important;
}

.w-38px {
  width: 38px !important;
}

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

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

.w-48px {
  width: 48px !important;
}

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

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

.w-56px {
  width: 56px !important;
}

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

.w-64px {
  width: 64px !important;
}

.w-68px {
  width: 68px !important;
}

.w-72px {
  width: 72px !important;
}

.w-74px {
  width: 74px !important;
}

.w-82px {
  width: 82px !important;
}

.w-86px {
  width: 86px !important;
}

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

.w-88px {
  width: 88px !important;
}

.w-96px {
  width: 96px !important;
}

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

.w-110px {
  width: 110px !important;
}

.w-116px {
  width: 116px !important;
}

.w-120px {
  width: 120px !important;
}

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

.w-162px {
  width: 162px !important;
}

.w-168px {
  width: 168px !important;
}

.w-165px {
  width: 165px !important;
}

.w-190px {
  width: 190px !important;
}

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

.w-202px {
  width: 202px !important;
}

.w-205px {
  width: 205px !important;
}

.w-208px {
  width: 208px !important;
}

.w-210px {
  width: 210px !important;
}

.w-212px {
  width: 212px !important;
}

.w-214px {
  width: 214px !important;
}

.w-216px {
  width: 216px !important;
}

.w-220px {
  width: 220px !important;
}

.w-226px {
  width: 226px !important;
}

.w-230px {
  width: 230px !important;
}

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

.w-356px {
  width: 356px !important;
}

.w-262px {
  width: 262px !important;
}

.w-266px {
  width: 266px !important;
}

.w-368px {
  width: 368px !important;
}

.w-376px {
  width: 376px !important;
}

.w-279px {
  width: 279px !important;
}

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

.w-278px {
  width: 278px !important;
}

.w-394px {
  width: 394px !important;
}

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

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

.w-417px {
  width: 417px !important;
}

.w-420px {
  width: 420px !important;
}

.w-434px {
  width: 434px !important;
}

.w-456px {
  width: 456px !important;
}

.w-460px {
  width: 460px !important;
}

.w-476px {
  width: 476px !important;
}

.w-530px {
  width: 530px !important;
}

.w-570px {
  width: 570px !important;
}

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

.w-720px {
  width: 720px !important;
}

.w-100p5 {
  width: calc(100% + 3rem) !important;
}

.w-100p62px {
  width: calc(100% + 62px) !important;
}

.w-100p120px {
  width: calc(100% + 120px) !important;
}

.w-100p60px {
  width: calc(100% + 60px) !important;
}

.w-100p196px {
  width: calc(100% + 196px) !important;
}

.w-100m60px {
  width: calc(100% - 60px) !important;
}

.w-45p100px {
  width: calc(45% + 100px) !important;
}

.w-100p148px {
  width: calc(100% + 148px) !important;
}

.w-100p296px {
  width: calc(100% + 296px) !important;
}

.w-100p192px {
  width: calc(100% + 192px) !important;
}

.w-100p150px {
  width: calc(100% + 150px) !important;
}

.w-100p92px {
  width: calc(100% + 92px) !important;
}

.w-100pgutter {
  width: calc(100% + 0.75rem) !important;
}

.w-100m100px {
  width: calc(100% - 100px) !important;
}

.w-100m24px {
  width: calc(100% - 24px) !important;
}

.max-w-0 {
  max-width: 0% !important;
}

.max-w-5 {
  max-width: 5% !important;
}

.max-w-10 {
  max-width: 10% !important;
}

.max-w-15 {
  max-width: 15% !important;
}

.max-w-20 {
  max-width: 20% !important;
}

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

.max-w-30 {
  max-width: 30% !important;
}

.max-w-35 {
  max-width: 35% !important;
}

.max-w-40 {
  max-width: 40% !important;
}

.max-w-45 {
  max-width: 45% !important;
}

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

.max-w-55 {
  max-width: 55% !important;
}

.max-w-60 {
  max-width: 60% !important;
}

.max-w-65 {
  max-width: 65% !important;
}

.max-w-70 {
  max-width: 70% !important;
}

.max-w-71 {
  max-width: 71% !important;
}

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

.max-w-80 {
  max-width: 80% !important;
}

.max-w-85 {
  max-width: 85% !important;
}

.max-w-90 {
  max-width: 90% !important;
}

.max-w-95 {
  max-width: 95% !important;
}

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

.max-w-150 {
  max-width: 150% !important;
}

.max-w-300 {
  max-width: 300% !important;
}

.max-w-400 {
  max-width: 400% !important;
}

.max-w-500 {
  max-width: 500% !important;
}

.max-w-600 {
  max-width: 600% !important;
}

.max-w-700 {
  max-width: 700% !important;
}

.max-w-800 {
  max-width: 800% !important;
}

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

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

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

.max-w-12px {
  max-width: 12px !important;
}

.max-w-14px {
  max-width: 14px !important;
}

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

.max-w-16px {
  max-width: 16px !important;
}

.max-w-18px {
  max-width: 18px !important;
}

.max-w-19px {
  max-width: 19px !important;
}

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

.max-w-22px {
  max-width: 22px !important;
}

.max-w-24px {
  max-width: 24px !important;
}

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

.max-w-26px {
  max-width: 26px !important;
}

.max-w-28px {
  max-width: 28px !important;
}

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

.max-w-32px {
  max-width: 32px !important;
}

.max-w-34px {
  max-width: 34px !important;
}

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

.max-w-36px {
  max-width: 36px !important;
}

.max-w-38px {
  max-width: 38px !important;
}

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

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

.max-w-48px {
  max-width: 48px !important;
}

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

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

.max-w-56px {
  max-width: 56px !important;
}

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

.max-w-64px {
  max-width: 64px !important;
}

.max-w-68px {
  max-width: 68px !important;
}

.max-w-72px {
  max-width: 72px !important;
}

.max-w-74px {
  max-width: 74px !important;
}

.max-w-82px {
  max-width: 82px !important;
}

.max-w-86px {
  max-width: 86px !important;
}

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

.max-w-88px {
  max-width: 88px !important;
}

.max-w-96px {
  max-width: 96px !important;
}

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

.max-w-110px {
  max-width: 110px !important;
}

.max-w-116px {
  max-width: 116px !important;
}

.max-w-120px {
  max-width: 120px !important;
}

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

.max-w-162px {
  max-width: 162px !important;
}

.max-w-168px {
  max-width: 168px !important;
}

.max-w-165px {
  max-width: 165px !important;
}

.max-w-190px {
  max-width: 190px !important;
}

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

.max-w-202px {
  max-width: 202px !important;
}

.max-w-205px {
  max-width: 205px !important;
}

.max-w-208px {
  max-width: 208px !important;
}

.max-w-210px {
  max-width: 210px !important;
}

.max-w-212px {
  max-width: 212px !important;
}

.max-w-214px {
  max-width: 214px !important;
}

.max-w-216px {
  max-width: 216px !important;
}

.max-w-220px {
  max-width: 220px !important;
}

.max-w-226px {
  max-width: 226px !important;
}

.max-w-230px {
  max-width: 230px !important;
}

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

.max-w-356px {
  max-width: 356px !important;
}

.max-w-262px {
  max-width: 262px !important;
}

.max-w-266px {
  max-width: 266px !important;
}

.max-w-368px {
  max-width: 368px !important;
}

.max-w-376px {
  max-width: 376px !important;
}

.max-w-279px {
  max-width: 279px !important;
}

.max-w-260px {
  max-width: 260px !important;
}

.max-w-278px {
  max-width: 278px !important;
}

.max-w-394px {
  max-width: 394px !important;
}

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

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

.max-w-417px {
  max-width: 417px !important;
}

.max-w-420px {
  max-width: 420px !important;
}

.max-w-434px {
  max-width: 434px !important;
}

.max-w-456px {
  max-width: 456px !important;
}

.max-w-460px {
  max-width: 460px !important;
}

.max-w-476px {
  max-width: 476px !important;
}

.max-w-530px {
  max-width: 530px !important;
}

.max-w-570px {
  max-width: 570px !important;
}

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

.max-w-720px {
  max-width: 720px !important;
}

.max-w-100p5 {
  max-width: calc(100% + 3rem) !important;
}

.max-w-100p62px {
  max-width: calc(100% + 62px) !important;
}

.max-w-100p120px {
  max-width: calc(100% + 120px) !important;
}

.max-w-100p60px {
  max-width: calc(100% + 60px) !important;
}

.max-w-100p196px {
  max-width: calc(100% + 196px) !important;
}

.max-w-100m60px {
  max-width: calc(100% - 60px) !important;
}

.max-w-45p100px {
  max-width: calc(45% + 100px) !important;
}

.max-w-100p148px {
  max-width: calc(100% + 148px) !important;
}

.max-w-100p296px {
  max-width: calc(100% + 296px) !important;
}

.max-w-100p192px {
  max-width: calc(100% + 192px) !important;
}

.max-w-100p150px {
  max-width: calc(100% + 150px) !important;
}

.max-w-100p92px {
  max-width: calc(100% + 92px) !important;
}

.max-w-100pgutter {
  max-width: calc(100% + 0.75rem) !important;
}

.max-w-100m100px {
  max-width: calc(100% - 100px) !important;
}

.max-w-100m24px {
  max-width: calc(100% - 24px) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-fit-content {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

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

.h-12px {
  height: 12px !important;
}

.h-14px {
  height: 14px !important;
}

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

.h-16px {
  height: 16px !important;
}

.h-18px {
  height: 18px !important;
}

.h-19px {
  height: 19px !important;
}

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

.h-22px {
  height: 22px !important;
}

.h-24px {
  height: 24px !important;
}

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

.h-26px {
  height: 26px !important;
}

.h-28px {
  height: 28px !important;
}

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

.h-32px {
  height: 32px !important;
}

.h-34px {
  height: 34px !important;
}

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

.h-36px {
  height: 36px !important;
}

.h-38px {
  height: 38px !important;
}

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

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

.h-48px {
  height: 48px !important;
}

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

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

.h-56px {
  height: 56px !important;
}

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

.h-64px {
  height: 64px !important;
}

.h-68px {
  height: 68px !important;
}

.h-72px {
  height: 72px !important;
}

.h-74px {
  height: 74px !important;
}

.h-82px {
  height: 82px !important;
}

.h-86px {
  height: 86px !important;
}

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

.h-88px {
  height: 88px !important;
}

.h-96px {
  height: 96px !important;
}

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

.h-110px {
  height: 110px !important;
}

.h-116px {
  height: 116px !important;
}

.h-120px {
  height: 120px !important;
}

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

.h-162px {
  height: 162px !important;
}

.h-168px {
  height: 168px !important;
}

.h-165px {
  height: 165px !important;
}

.h-190px {
  height: 190px !important;
}

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

.h-202px {
  height: 202px !important;
}

.h-205px {
  height: 205px !important;
}

.h-208px {
  height: 208px !important;
}

.h-210px {
  height: 210px !important;
}

.h-212px {
  height: 212px !important;
}

.h-214px {
  height: 214px !important;
}

.h-216px {
  height: 216px !important;
}

.h-220px {
  height: 220px !important;
}

.h-226px {
  height: 226px !important;
}

.h-230px {
  height: 230px !important;
}

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

.h-356px {
  height: 356px !important;
}

.h-262px {
  height: 262px !important;
}

.h-266px {
  height: 266px !important;
}

.h-368px {
  height: 368px !important;
}

.h-376px {
  height: 376px !important;
}

.h-279px {
  height: 279px !important;
}

.h-260px {
  height: 260px !important;
}

.h-278px {
  height: 278px !important;
}

.h-394px {
  height: 394px !important;
}

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

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

.h-417px {
  height: 417px !important;
}

.h-420px {
  height: 420px !important;
}

.h-434px {
  height: 434px !important;
}

.h-456px {
  height: 456px !important;
}

.h-460px {
  height: 460px !important;
}

.h-476px {
  height: 476px !important;
}

.h-530px {
  height: 530px !important;
}

.h-570px {
  height: 570px !important;
}

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

.h-720px {
  height: 720px !important;
}

.h-100p5 {
  height: calc(100% + 3rem) !important;
}

.h-100p62px {
  height: calc(100% + 62px) !important;
}

.h-100p120px {
  height: calc(100% + 120px) !important;
}

.h-100p60px {
  height: calc(100% + 60px) !important;
}

.h-100p196px {
  height: calc(100% + 196px) !important;
}

.h-100m60px {
  height: calc(100% - 60px) !important;
}

.h-45p100px {
  height: calc(45% + 100px) !important;
}

.h-100p148px {
  height: calc(100% + 148px) !important;
}

.h-100p296px {
  height: calc(100% + 296px) !important;
}

.h-100p192px {
  height: calc(100% + 192px) !important;
}

.h-100p150px {
  height: calc(100% + 150px) !important;
}

.h-100p92px {
  height: calc(100% + 92px) !important;
}

.h-100pgutter {
  height: calc(100% + 0.75rem) !important;
}

.h-100m100px {
  height: calc(100% - 100px) !important;
}

.h-100m24px {
  height: calc(100% - 24px) !important;
}

.max-h-0 {
  max-height: 0% !important;
}

.max-h-5 {
  max-height: 5% !important;
}

.max-h-10 {
  max-height: 10% !important;
}

.max-h-15 {
  max-height: 15% !important;
}

.max-h-20 {
  max-height: 20% !important;
}

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

.max-h-30 {
  max-height: 30% !important;
}

.max-h-35 {
  max-height: 35% !important;
}

.max-h-40 {
  max-height: 40% !important;
}

.max-h-45 {
  max-height: 45% !important;
}

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

.max-h-55 {
  max-height: 55% !important;
}

.max-h-60 {
  max-height: 60% !important;
}

.max-h-65 {
  max-height: 65% !important;
}

.max-h-70 {
  max-height: 70% !important;
}

.max-h-71 {
  max-height: 71% !important;
}

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

.max-h-80 {
  max-height: 80% !important;
}

.max-h-85 {
  max-height: 85% !important;
}

.max-h-90 {
  max-height: 90% !important;
}

.max-h-95 {
  max-height: 95% !important;
}

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

.max-h-150 {
  max-height: 150% !important;
}

.max-h-300 {
  max-height: 300% !important;
}

.max-h-400 {
  max-height: 400% !important;
}

.max-h-500 {
  max-height: 500% !important;
}

.max-h-600 {
  max-height: 600% !important;
}

.max-h-700 {
  max-height: 700% !important;
}

.max-h-800 {
  max-height: 800% !important;
}

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

.max-h-fit-content {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

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

.max-h-12px {
  max-height: 12px !important;
}

.max-h-14px {
  max-height: 14px !important;
}

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

.max-h-16px {
  max-height: 16px !important;
}

.max-h-18px {
  max-height: 18px !important;
}

.max-h-19px {
  max-height: 19px !important;
}

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

.max-h-22px {
  max-height: 22px !important;
}

.max-h-24px {
  max-height: 24px !important;
}

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

.max-h-26px {
  max-height: 26px !important;
}

.max-h-28px {
  max-height: 28px !important;
}

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

.max-h-32px {
  max-height: 32px !important;
}

.max-h-34px {
  max-height: 34px !important;
}

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

.max-h-36px {
  max-height: 36px !important;
}

.max-h-38px {
  max-height: 38px !important;
}

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

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

.max-h-48px {
  max-height: 48px !important;
}

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

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

.max-h-56px {
  max-height: 56px !important;
}

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

.max-h-64px {
  max-height: 64px !important;
}

.max-h-68px {
  max-height: 68px !important;
}

.max-h-72px {
  max-height: 72px !important;
}

.max-h-74px {
  max-height: 74px !important;
}

.max-h-82px {
  max-height: 82px !important;
}

.max-h-86px {
  max-height: 86px !important;
}

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

.max-h-88px {
  max-height: 88px !important;
}

.max-h-96px {
  max-height: 96px !important;
}

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

.max-h-110px {
  max-height: 110px !important;
}

.max-h-116px {
  max-height: 116px !important;
}

.max-h-120px {
  max-height: 120px !important;
}

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

.max-h-162px {
  max-height: 162px !important;
}

.max-h-168px {
  max-height: 168px !important;
}

.max-h-165px {
  max-height: 165px !important;
}

.max-h-190px {
  max-height: 190px !important;
}

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

.max-h-202px {
  max-height: 202px !important;
}

.max-h-205px {
  max-height: 205px !important;
}

.max-h-208px {
  max-height: 208px !important;
}

.max-h-210px {
  max-height: 210px !important;
}

.max-h-212px {
  max-height: 212px !important;
}

.max-h-214px {
  max-height: 214px !important;
}

.max-h-216px {
  max-height: 216px !important;
}

.max-h-220px {
  max-height: 220px !important;
}

.max-h-226px {
  max-height: 226px !important;
}

.max-h-230px {
  max-height: 230px !important;
}

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

.max-h-356px {
  max-height: 356px !important;
}

.max-h-262px {
  max-height: 262px !important;
}

.max-h-266px {
  max-height: 266px !important;
}

.max-h-368px {
  max-height: 368px !important;
}

.max-h-376px {
  max-height: 376px !important;
}

.max-h-279px {
  max-height: 279px !important;
}

.max-h-260px {
  max-height: 260px !important;
}

.max-h-278px {
  max-height: 278px !important;
}

.max-h-394px {
  max-height: 394px !important;
}

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

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

.max-h-417px {
  max-height: 417px !important;
}

.max-h-420px {
  max-height: 420px !important;
}

.max-h-434px {
  max-height: 434px !important;
}

.max-h-456px {
  max-height: 456px !important;
}

.max-h-460px {
  max-height: 460px !important;
}

.max-h-476px {
  max-height: 476px !important;
}

.max-h-530px {
  max-height: 530px !important;
}

.max-h-570px {
  max-height: 570px !important;
}

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

.max-h-720px {
  max-height: 720px !important;
}

.max-h-100p5 {
  max-height: calc(100% + 3rem) !important;
}

.max-h-100p62px {
  max-height: calc(100% + 62px) !important;
}

.max-h-100p120px {
  max-height: calc(100% + 120px) !important;
}

.max-h-100p60px {
  max-height: calc(100% + 60px) !important;
}

.max-h-100p196px {
  max-height: calc(100% + 196px) !important;
}

.max-h-100m60px {
  max-height: calc(100% - 60px) !important;
}

.max-h-45p100px {
  max-height: calc(45% + 100px) !important;
}

.max-h-100p148px {
  max-height: calc(100% + 148px) !important;
}

.max-h-100p296px {
  max-height: calc(100% + 296px) !important;
}

.max-h-100p192px {
  max-height: calc(100% + 192px) !important;
}

.max-h-100p150px {
  max-height: calc(100% + 150px) !important;
}

.max-h-100p92px {
  max-height: calc(100% + 92px) !important;
}

.max-h-100pgutter {
  max-height: calc(100% + 0.75rem) !important;
}

.max-h-100m100px {
  max-height: calc(100% - 100px) !important;
}

.max-h-100m24px {
  max-height: calc(100% - 24px) !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-1 {
  margin: 0.25rem !important;
}

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

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

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

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

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

.m-40px {
  margin: 40px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir="ltr"] .me-0 {
  margin-right: 0 !important;
}

[dir="rtl"] .me-0 {
  margin-left: 0 !important;
}

[dir="ltr"] .me-1 {
  margin-right: 0.25rem !important;
}

[dir="rtl"] .me-1 {
  margin-left: 0.25rem !important;
}

[dir="ltr"] .me-2 {
  margin-right: 0.5rem !important;
}

[dir="rtl"] .me-2 {
  margin-left: 0.5rem !important;
}

[dir="ltr"] .me-3 {
  margin-right: 1rem !important;
}

[dir="rtl"] .me-3 {
  margin-left: 1rem !important;
}

[dir="ltr"] .me-4 {
  margin-right: 1.5rem !important;
}

[dir="rtl"] .me-4 {
  margin-left: 1.5rem !important;
}

[dir="ltr"] .me-5 {
  margin-right: 3rem !important;
}

[dir="rtl"] .me-5 {
  margin-left: 3rem !important;
}

[dir="ltr"] .me-gutter {
  margin-right: 0.75rem !important;
}

[dir="rtl"] .me-gutter {
  margin-left: 0.75rem !important;
}

[dir="ltr"] .me-40px {
  margin-right: 40px !important;
}

[dir="rtl"] .me-40px {
  margin-left: 40px !important;
}

[dir="ltr"] .me-auto {
  margin-right: auto !important;
}

[dir="rtl"] .me-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

[dir="ltr"] .ms-0 {
  margin-left: 0 !important;
}

[dir="rtl"] .ms-0 {
  margin-right: 0 !important;
}

[dir="ltr"] .ms-1 {
  margin-left: 0.25rem !important;
}

[dir="rtl"] .ms-1 {
  margin-right: 0.25rem !important;
}

[dir="ltr"] .ms-2 {
  margin-left: 0.5rem !important;
}

[dir="rtl"] .ms-2 {
  margin-right: 0.5rem !important;
}

[dir="ltr"] .ms-3 {
  margin-left: 1rem !important;
}

[dir="rtl"] .ms-3 {
  margin-right: 1rem !important;
}

[dir="ltr"] .ms-4 {
  margin-left: 1.5rem !important;
}

[dir="rtl"] .ms-4 {
  margin-right: 1.5rem !important;
}

[dir="ltr"] .ms-5 {
  margin-left: 3rem !important;
}

[dir="rtl"] .ms-5 {
  margin-right: 3rem !important;
}

[dir="ltr"] .ms-gutter {
  margin-left: 0.75rem !important;
}

[dir="rtl"] .ms-gutter {
  margin-right: 0.75rem !important;
}

[dir="ltr"] .ms-40px {
  margin-left: 40px !important;
}

[dir="rtl"] .ms-40px {
  margin-right: 40px !important;
}

[dir="ltr"] .ms-auto {
  margin-left: auto !important;
}

[dir="rtl"] .ms-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

.m-n40px {
  margin: -40px !important;
}

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

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

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

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

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

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

.mx-n40px {
  margin-right: -40px !important;
  margin-left: -40px !important;
}

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

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

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

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

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

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

.my-n40px {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

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

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

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

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

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

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

.mt-n40px {
  margin-top: -40px !important;
}

[dir="ltr"] .me-n1 {
  margin-right: -0.25rem !important;
}

[dir="rtl"] .me-n1 {
  margin-left: -0.25rem !important;
}

[dir="ltr"] .me-n1-hover:hover {
  margin-right: -0.25rem !important;
}

[dir="rtl"] .me-n1-hover:hover {
  margin-left: -0.25rem !important;
}

[dir="ltr"] .me-n1-focus:focus {
  margin-right: -0.25rem !important;
}

[dir="rtl"] .me-n1-focus:focus {
  margin-left: -0.25rem !important;
}

[dir="ltr"] .me-n1-active:active {
  margin-right: -0.25rem !important;
}

[dir="rtl"] .me-n1-active:active {
  margin-left: -0.25rem !important;
}

[dir="ltr"] .me-n2 {
  margin-right: -0.5rem !important;
}

[dir="rtl"] .me-n2 {
  margin-left: -0.5rem !important;
}

[dir="ltr"] .me-n2-hover:hover {
  margin-right: -0.5rem !important;
}

[dir="rtl"] .me-n2-hover:hover {
  margin-left: -0.5rem !important;
}

[dir="ltr"] .me-n2-focus:focus {
  margin-right: -0.5rem !important;
}

[dir="rtl"] .me-n2-focus:focus {
  margin-left: -0.5rem !important;
}

[dir="ltr"] .me-n2-active:active {
  margin-right: -0.5rem !important;
}

[dir="rtl"] .me-n2-active:active {
  margin-left: -0.5rem !important;
}

[dir="ltr"] .me-n3 {
  margin-right: -1rem !important;
}

[dir="rtl"] .me-n3 {
  margin-left: -1rem !important;
}

[dir="ltr"] .me-n3-hover:hover {
  margin-right: -1rem !important;
}

[dir="rtl"] .me-n3-hover:hover {
  margin-left: -1rem !important;
}

[dir="ltr"] .me-n3-focus:focus {
  margin-right: -1rem !important;
}

[dir="rtl"] .me-n3-focus:focus {
  margin-left: -1rem !important;
}

[dir="ltr"] .me-n3-active:active {
  margin-right: -1rem !important;
}

[dir="rtl"] .me-n3-active:active {
  margin-left: -1rem !important;
}

[dir="ltr"] .me-n4 {
  margin-right: -1.5rem !important;
}

[dir="rtl"] .me-n4 {
  margin-left: -1.5rem !important;
}

[dir="ltr"] .me-n4-hover:hover {
  margin-right: -1.5rem !important;
}

[dir="rtl"] .me-n4-hover:hover {
  margin-left: -1.5rem !important;
}

[dir="ltr"] .me-n4-focus:focus {
  margin-right: -1.5rem !important;
}

[dir="rtl"] .me-n4-focus:focus {
  margin-left: -1.5rem !important;
}

[dir="ltr"] .me-n4-active:active {
  margin-right: -1.5rem !important;
}

[dir="rtl"] .me-n4-active:active {
  margin-left: -1.5rem !important;
}

[dir="ltr"] .me-n5 {
  margin-right: -3rem !important;
}

[dir="rtl"] .me-n5 {
  margin-left: -3rem !important;
}

[dir="ltr"] .me-n5-hover:hover {
  margin-right: -3rem !important;
}

[dir="rtl"] .me-n5-hover:hover {
  margin-left: -3rem !important;
}

[dir="ltr"] .me-n5-focus:focus {
  margin-right: -3rem !important;
}

[dir="rtl"] .me-n5-focus:focus {
  margin-left: -3rem !important;
}

[dir="ltr"] .me-n5-active:active {
  margin-right: -3rem !important;
}

[dir="rtl"] .me-n5-active:active {
  margin-left: -3rem !important;
}

[dir="ltr"] .me-ngutter {
  margin-right: -0.75rem !important;
}

[dir="rtl"] .me-ngutter {
  margin-left: -0.75rem !important;
}

[dir="ltr"] .me-ngutter-hover:hover {
  margin-right: -0.75rem !important;
}

[dir="rtl"] .me-ngutter-hover:hover {
  margin-left: -0.75rem !important;
}

[dir="ltr"] .me-ngutter-focus:focus {
  margin-right: -0.75rem !important;
}

[dir="rtl"] .me-ngutter-focus:focus {
  margin-left: -0.75rem !important;
}

[dir="ltr"] .me-ngutter-active:active {
  margin-right: -0.75rem !important;
}

[dir="rtl"] .me-ngutter-active:active {
  margin-left: -0.75rem !important;
}

[dir="ltr"] .me-n40px {
  margin-right: -40px !important;
}

[dir="rtl"] .me-n40px {
  margin-left: -40px !important;
}

[dir="ltr"] .me-n40px-hover:hover {
  margin-right: -40px !important;
}

[dir="rtl"] .me-n40px-hover:hover {
  margin-left: -40px !important;
}

[dir="ltr"] .me-n40px-focus:focus {
  margin-right: -40px !important;
}

[dir="rtl"] .me-n40px-focus:focus {
  margin-left: -40px !important;
}

[dir="ltr"] .me-n40px-active:active {
  margin-right: -40px !important;
}

[dir="rtl"] .me-n40px-active:active {
  margin-left: -40px !important;
}

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

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

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

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

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

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

.mb-n40px {
  margin-bottom: -40px !important;
}

[dir="ltr"] .ms-n1 {
  margin-left: -0.25rem !important;
}

[dir="rtl"] .ms-n1 {
  margin-right: -0.25rem !important;
}

[dir="ltr"] .ms-n1-hover:hover {
  margin-left: -0.25rem !important;
}

[dir="rtl"] .ms-n1-hover:hover {
  margin-right: -0.25rem !important;
}

[dir="ltr"] .ms-n1-focus:focus {
  margin-left: -0.25rem !important;
}

[dir="rtl"] .ms-n1-focus:focus {
  margin-right: -0.25rem !important;
}

[dir="ltr"] .ms-n1-active:active {
  margin-left: -0.25rem !important;
}

[dir="rtl"] .ms-n1-active:active {
  margin-right: -0.25rem !important;
}

[dir="ltr"] .ms-n2 {
  margin-left: -0.5rem !important;
}

[dir="rtl"] .ms-n2 {
  margin-right: -0.5rem !important;
}

[dir="ltr"] .ms-n2-hover:hover {
  margin-left: -0.5rem !important;
}

[dir="rtl"] .ms-n2-hover:hover {
  margin-right: -0.5rem !important;
}

[dir="ltr"] .ms-n2-focus:focus {
  margin-left: -0.5rem !important;
}

[dir="rtl"] .ms-n2-focus:focus {
  margin-right: -0.5rem !important;
}

[dir="ltr"] .ms-n2-active:active {
  margin-left: -0.5rem !important;
}

[dir="rtl"] .ms-n2-active:active {
  margin-right: -0.5rem !important;
}

[dir="ltr"] .ms-n3 {
  margin-left: -1rem !important;
}

[dir="rtl"] .ms-n3 {
  margin-right: -1rem !important;
}

[dir="ltr"] .ms-n3-hover:hover {
  margin-left: -1rem !important;
}

[dir="rtl"] .ms-n3-hover:hover {
  margin-right: -1rem !important;
}

[dir="ltr"] .ms-n3-focus:focus {
  margin-left: -1rem !important;
}

[dir="rtl"] .ms-n3-focus:focus {
  margin-right: -1rem !important;
}

[dir="ltr"] .ms-n3-active:active {
  margin-left: -1rem !important;
}

[dir="rtl"] .ms-n3-active:active {
  margin-right: -1rem !important;
}

[dir="ltr"] .ms-n4 {
  margin-left: -1.5rem !important;
}

[dir="rtl"] .ms-n4 {
  margin-right: -1.5rem !important;
}

[dir="ltr"] .ms-n4-hover:hover {
  margin-left: -1.5rem !important;
}

[dir="rtl"] .ms-n4-hover:hover {
  margin-right: -1.5rem !important;
}

[dir="ltr"] .ms-n4-focus:focus {
  margin-left: -1.5rem !important;
}

[dir="rtl"] .ms-n4-focus:focus {
  margin-right: -1.5rem !important;
}

[dir="ltr"] .ms-n4-active:active {
  margin-left: -1.5rem !important;
}

[dir="rtl"] .ms-n4-active:active {
  margin-right: -1.5rem !important;
}

[dir="ltr"] .ms-n5 {
  margin-left: -3rem !important;
}

[dir="rtl"] .ms-n5 {
  margin-right: -3rem !important;
}

[dir="ltr"] .ms-n5-hover:hover {
  margin-left: -3rem !important;
}

[dir="rtl"] .ms-n5-hover:hover {
  margin-right: -3rem !important;
}

[dir="ltr"] .ms-n5-focus:focus {
  margin-left: -3rem !important;
}

[dir="rtl"] .ms-n5-focus:focus {
  margin-right: -3rem !important;
}

[dir="ltr"] .ms-n5-active:active {
  margin-left: -3rem !important;
}

[dir="rtl"] .ms-n5-active:active {
  margin-right: -3rem !important;
}

[dir="ltr"] .ms-ngutter {
  margin-left: -0.75rem !important;
}

[dir="rtl"] .ms-ngutter {
  margin-right: -0.75rem !important;
}

[dir="ltr"] .ms-ngutter-hover:hover {
  margin-left: -0.75rem !important;
}

[dir="rtl"] .ms-ngutter-hover:hover {
  margin-right: -0.75rem !important;
}

[dir="ltr"] .ms-ngutter-focus:focus {
  margin-left: -0.75rem !important;
}

[dir="rtl"] .ms-ngutter-focus:focus {
  margin-right: -0.75rem !important;
}

[dir="ltr"] .ms-ngutter-active:active {
  margin-left: -0.75rem !important;
}

[dir="rtl"] .ms-ngutter-active:active {
  margin-right: -0.75rem !important;
}

[dir="ltr"] .ms-n40px {
  margin-left: -40px !important;
}

[dir="rtl"] .ms-n40px {
  margin-right: -40px !important;
}

[dir="ltr"] .ms-n40px-hover:hover {
  margin-left: -40px !important;
}

[dir="rtl"] .ms-n40px-hover:hover {
  margin-right: -40px !important;
}

[dir="ltr"] .ms-n40px-focus:focus {
  margin-left: -40px !important;
}

[dir="rtl"] .ms-n40px-focus:focus {
  margin-right: -40px !important;
}

[dir="ltr"] .ms-n40px-active:active {
  margin-left: -40px !important;
}

[dir="rtl"] .ms-n40px-active:active {
  margin-right: -40px !important;
}

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

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

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

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

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

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

.p-gutter {
  padding: 0.75rem !important;
}

.p-40px {
  padding: 40px !important;
}

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

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

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

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

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

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

.px-gutter {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

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

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

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

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

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

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

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

.py-gutter {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

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

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

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

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

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

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

.pt-gutter {
  padding-top: 0.75rem !important;
}

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

[dir="ltr"] .pe-0 {
  padding-right: 0 !important;
}

[dir="rtl"] .pe-0 {
  padding-left: 0 !important;
}

[dir="ltr"] .pe-0-hover:hover {
  padding-right: 0 !important;
}

[dir="rtl"] .pe-0-hover:hover {
  padding-left: 0 !important;
}

[dir="ltr"] .pe-0-focus:focus {
  padding-right: 0 !important;
}

[dir="rtl"] .pe-0-focus:focus {
  padding-left: 0 !important;
}

[dir="ltr"] .pe-0-active:active {
  padding-right: 0 !important;
}

[dir="rtl"] .pe-0-active:active {
  padding-left: 0 !important;
}

[dir="ltr"] .pe-1 {
  padding-right: 0.25rem !important;
}

[dir="rtl"] .pe-1 {
  padding-left: 0.25rem !important;
}

[dir="ltr"] .pe-1-hover:hover {
  padding-right: 0.25rem !important;
}

[dir="rtl"] .pe-1-hover:hover {
  padding-left: 0.25rem !important;
}

[dir="ltr"] .pe-1-focus:focus {
  padding-right: 0.25rem !important;
}

[dir="rtl"] .pe-1-focus:focus {
  padding-left: 0.25rem !important;
}

[dir="ltr"] .pe-1-active:active {
  padding-right: 0.25rem !important;
}

[dir="rtl"] .pe-1-active:active {
  padding-left: 0.25rem !important;
}

[dir="ltr"] .pe-2 {
  padding-right: 0.5rem !important;
}

[dir="rtl"] .pe-2 {
  padding-left: 0.5rem !important;
}

[dir="ltr"] .pe-2-hover:hover {
  padding-right: 0.5rem !important;
}

[dir="rtl"] .pe-2-hover:hover {
  padding-left: 0.5rem !important;
}

[dir="ltr"] .pe-2-focus:focus {
  padding-right: 0.5rem !important;
}

[dir="rtl"] .pe-2-focus:focus {
  padding-left: 0.5rem !important;
}

[dir="ltr"] .pe-2-active:active {
  padding-right: 0.5rem !important;
}

[dir="rtl"] .pe-2-active:active {
  padding-left: 0.5rem !important;
}

[dir="ltr"] .pe-3 {
  padding-right: 1rem !important;
}

[dir="rtl"] .pe-3 {
  padding-left: 1rem !important;
}

[dir="ltr"] .pe-3-hover:hover {
  padding-right: 1rem !important;
}

[dir="rtl"] .pe-3-hover:hover {
  padding-left: 1rem !important;
}

[dir="ltr"] .pe-3-focus:focus {
  padding-right: 1rem !important;
}

[dir="rtl"] .pe-3-focus:focus {
  padding-left: 1rem !important;
}

[dir="ltr"] .pe-3-active:active {
  padding-right: 1rem !important;
}

[dir="rtl"] .pe-3-active:active {
  padding-left: 1rem !important;
}

[dir="ltr"] .pe-4 {
  padding-right: 1.5rem !important;
}

[dir="rtl"] .pe-4 {
  padding-left: 1.5rem !important;
}

[dir="ltr"] .pe-4-hover:hover {
  padding-right: 1.5rem !important;
}

[dir="rtl"] .pe-4-hover:hover {
  padding-left: 1.5rem !important;
}

[dir="ltr"] .pe-4-focus:focus {
  padding-right: 1.5rem !important;
}

[dir="rtl"] .pe-4-focus:focus {
  padding-left: 1.5rem !important;
}

[dir="ltr"] .pe-4-active:active {
  padding-right: 1.5rem !important;
}

[dir="rtl"] .pe-4-active:active {
  padding-left: 1.5rem !important;
}

[dir="ltr"] .pe-5 {
  padding-right: 3rem !important;
}

[dir="rtl"] .pe-5 {
  padding-left: 3rem !important;
}

[dir="ltr"] .pe-5-hover:hover {
  padding-right: 3rem !important;
}

[dir="rtl"] .pe-5-hover:hover {
  padding-left: 3rem !important;
}

[dir="ltr"] .pe-5-focus:focus {
  padding-right: 3rem !important;
}

[dir="rtl"] .pe-5-focus:focus {
  padding-left: 3rem !important;
}

[dir="ltr"] .pe-5-active:active {
  padding-right: 3rem !important;
}

[dir="rtl"] .pe-5-active:active {
  padding-left: 3rem !important;
}

[dir="ltr"] .pe-gutter {
  padding-right: 0.75rem !important;
}

[dir="rtl"] .pe-gutter {
  padding-left: 0.75rem !important;
}

[dir="ltr"] .pe-gutter-hover:hover {
  padding-right: 0.75rem !important;
}

[dir="rtl"] .pe-gutter-hover:hover {
  padding-left: 0.75rem !important;
}

[dir="ltr"] .pe-gutter-focus:focus {
  padding-right: 0.75rem !important;
}

[dir="rtl"] .pe-gutter-focus:focus {
  padding-left: 0.75rem !important;
}

[dir="ltr"] .pe-gutter-active:active {
  padding-right: 0.75rem !important;
}

[dir="rtl"] .pe-gutter-active:active {
  padding-left: 0.75rem !important;
}

[dir="ltr"] .pe-40px {
  padding-right: 40px !important;
}

[dir="rtl"] .pe-40px {
  padding-left: 40px !important;
}

[dir="ltr"] .pe-40px-hover:hover {
  padding-right: 40px !important;
}

[dir="rtl"] .pe-40px-hover:hover {
  padding-left: 40px !important;
}

[dir="ltr"] .pe-40px-focus:focus {
  padding-right: 40px !important;
}

[dir="rtl"] .pe-40px-focus:focus {
  padding-left: 40px !important;
}

[dir="ltr"] .pe-40px-active:active {
  padding-right: 40px !important;
}

[dir="rtl"] .pe-40px-active:active {
  padding-left: 40px !important;
}

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

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

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

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

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

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

.pb-gutter {
  padding-bottom: 0.75rem !important;
}

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

[dir="ltr"] .ps-0 {
  padding-left: 0 !important;
}

[dir="rtl"] .ps-0 {
  padding-right: 0 !important;
}

[dir="ltr"] .ps-0-hover:hover {
  padding-left: 0 !important;
}

[dir="rtl"] .ps-0-hover:hover {
  padding-right: 0 !important;
}

[dir="ltr"] .ps-0-focus:focus {
  padding-left: 0 !important;
}

[dir="rtl"] .ps-0-focus:focus {
  padding-right: 0 !important;
}

[dir="ltr"] .ps-0-active:active {
  padding-left: 0 !important;
}

[dir="rtl"] .ps-0-active:active {
  padding-right: 0 !important;
}

[dir="ltr"] .ps-1 {
  padding-left: 0.25rem !important;
}

[dir="rtl"] .ps-1 {
  padding-right: 0.25rem !important;
}

[dir="ltr"] .ps-1-hover:hover {
  padding-left: 0.25rem !important;
}

[dir="rtl"] .ps-1-hover:hover {
  padding-right: 0.25rem !important;
}

[dir="ltr"] .ps-1-focus:focus {
  padding-left: 0.25rem !important;
}

[dir="rtl"] .ps-1-focus:focus {
  padding-right: 0.25rem !important;
}

[dir="ltr"] .ps-1-active:active {
  padding-left: 0.25rem !important;
}

[dir="rtl"] .ps-1-active:active {
  padding-right: 0.25rem !important;
}

[dir="ltr"] .ps-2 {
  padding-left: 0.5rem !important;
}

[dir="rtl"] .ps-2 {
  padding-right: 0.5rem !important;
}

[dir="ltr"] .ps-2-hover:hover {
  padding-left: 0.5rem !important;
}

[dir="rtl"] .ps-2-hover:hover {
  padding-right: 0.5rem !important;
}

[dir="ltr"] .ps-2-focus:focus {
  padding-left: 0.5rem !important;
}

[dir="rtl"] .ps-2-focus:focus {
  padding-right: 0.5rem !important;
}

[dir="ltr"] .ps-2-active:active {
  padding-left: 0.5rem !important;
}

[dir="rtl"] .ps-2-active:active {
  padding-right: 0.5rem !important;
}

[dir="ltr"] .ps-3 {
  padding-left: 1rem !important;
}

[dir="rtl"] .ps-3 {
  padding-right: 1rem !important;
}

[dir="ltr"] .ps-3-hover:hover {
  padding-left: 1rem !important;
}

[dir="rtl"] .ps-3-hover:hover {
  padding-right: 1rem !important;
}

[dir="ltr"] .ps-3-focus:focus {
  padding-left: 1rem !important;
}

[dir="rtl"] .ps-3-focus:focus {
  padding-right: 1rem !important;
}

[dir="ltr"] .ps-3-active:active {
  padding-left: 1rem !important;
}

[dir="rtl"] .ps-3-active:active {
  padding-right: 1rem !important;
}

[dir="ltr"] .ps-4 {
  padding-left: 1.5rem !important;
}

[dir="rtl"] .ps-4 {
  padding-right: 1.5rem !important;
}

[dir="ltr"] .ps-4-hover:hover {
  padding-left: 1.5rem !important;
}

[dir="rtl"] .ps-4-hover:hover {
  padding-right: 1.5rem !important;
}

[dir="ltr"] .ps-4-focus:focus {
  padding-left: 1.5rem !important;
}

[dir="rtl"] .ps-4-focus:focus {
  padding-right: 1.5rem !important;
}

[dir="ltr"] .ps-4-active:active {
  padding-left: 1.5rem !important;
}

[dir="rtl"] .ps-4-active:active {
  padding-right: 1.5rem !important;
}

[dir="ltr"] .ps-5 {
  padding-left: 3rem !important;
}

[dir="rtl"] .ps-5 {
  padding-right: 3rem !important;
}

[dir="ltr"] .ps-5-hover:hover {
  padding-left: 3rem !important;
}

[dir="rtl"] .ps-5-hover:hover {
  padding-right: 3rem !important;
}

[dir="ltr"] .ps-5-focus:focus {
  padding-left: 3rem !important;
}

[dir="rtl"] .ps-5-focus:focus {
  padding-right: 3rem !important;
}

[dir="ltr"] .ps-5-active:active {
  padding-left: 3rem !important;
}

[dir="rtl"] .ps-5-active:active {
  padding-right: 3rem !important;
}

[dir="ltr"] .ps-gutter {
  padding-left: 0.75rem !important;
}

[dir="rtl"] .ps-gutter {
  padding-right: 0.75rem !important;
}

[dir="ltr"] .ps-gutter-hover:hover {
  padding-left: 0.75rem !important;
}

[dir="rtl"] .ps-gutter-hover:hover {
  padding-right: 0.75rem !important;
}

[dir="ltr"] .ps-gutter-focus:focus {
  padding-left: 0.75rem !important;
}

[dir="rtl"] .ps-gutter-focus:focus {
  padding-right: 0.75rem !important;
}

[dir="ltr"] .ps-gutter-active:active {
  padding-left: 0.75rem !important;
}

[dir="rtl"] .ps-gutter-active:active {
  padding-right: 0.75rem !important;
}

[dir="ltr"] .ps-40px {
  padding-left: 40px !important;
}

[dir="rtl"] .ps-40px {
  padding-right: 40px !important;
}

[dir="ltr"] .ps-40px-hover:hover {
  padding-left: 40px !important;
}

[dir="rtl"] .ps-40px-hover:hover {
  padding-right: 40px !important;
}

[dir="ltr"] .ps-40px-focus:focus {
  padding-left: 40px !important;
}

[dir="rtl"] .ps-40px-focus:focus {
  padding-right: 40px !important;
}

[dir="ltr"] .ps-40px-active:active {
  padding-left: 40px !important;
}

[dir="rtl"] .ps-40px-active:active {
  padding-right: 40px !important;
}

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

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

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

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

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

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

.gap-gutter {
  gap: 0.75rem !important;
}

.gap-40px {
  gap: 40px !important;
}

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

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

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

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

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

.row-gap-gutter {
  row-gap: 0.75rem !important;
}

.row-gap-40px {
  row-gap: 40px !important;
}

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

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.column-gap-gutter {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.column-gap-40px {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.font-monospace {
  font-family: var(--kdc-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-lighter {
  font-weight: lighter !important;
}

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

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

.fw-medium {
  font-weight: 500 !important;
}

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

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

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

/* rtl:begin:remove */
.lh-1 {
  line-height: 1 !important;
}

/* rtl:end:remove */
/* rtl:begin:remove */
.lh-1p1 {
  line-height: 1.1 !important;
}

/* rtl:end:remove */
/* rtl:begin:remove */
.lh-1p2 {
  line-height: 1.2 !important;
}

/* rtl:end:remove */
/* rtl:begin:remove */
.lh-1p5 {
  line-height: 1.5 !important;
}

/* rtl:end:remove */
/* rtl:begin:remove */
.lh-1p7 {
  line-height: 1.7 !important;
}

/* rtl:end:remove */
[dir="ltr"] .text-start {
  text-align: left !important;
}

[dir="rtl"] .text-start {
  text-align: right !important;
}

[dir="ltr"] .text-end {
  text-align: right !important;
}

[dir="rtl"] .text-end {
  text-align: left !important;
}

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

.text-justify {
  text-align: justify !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;
}

.white-space-nowrap {
  white-space: nowrap !important;
}

.white-space-pre-line {
  white-space: pre-line !important;
}

.white-space-pre-wrap {
  white-space: pre-wrap !important;
}

.white-space-pre {
  white-space: pre !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-primary-rgb), var(--kdc-text-opacity)) !important;
}

.text-primary-hover:hover {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-primary-rgb), var(--kdc-text-opacity)) !important;
}

.text-primary-focus:focus {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-primary-rgb), var(--kdc-text-opacity)) !important;
}

.text-primary-active:active {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-primary-rgb), var(--kdc-text-opacity)) !important;
}

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

.text-secondary-hover:hover {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-secondary-rgb), var(--kdc-text-opacity)) !important;
}

.text-secondary-focus:focus {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-secondary-rgb), var(--kdc-text-opacity)) !important;
}

.text-secondary-active:active {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-secondary-rgb), var(--kdc-text-opacity)) !important;
}

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

.text-success-hover:hover {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-success-rgb), var(--kdc-text-opacity)) !important;
}

.text-success-focus:focus {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-success-rgb), var(--kdc-text-opacity)) !important;
}

.text-success-active:active {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-success-rgb), var(--kdc-text-opacity)) !important;
}

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

.text-info-hover:hover {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-info-rgb), var(--kdc-text-opacity)) !important;
}

.text-info-focus:focus {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-info-rgb), var(--kdc-text-opacity)) !important;
}

.text-info-active:active {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-info-rgb), var(--kdc-text-opacity)) !important;
}

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

.text-warning-hover:hover {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-warning-rgb), var(--kdc-text-opacity)) !important;
}

.text-warning-focus:focus {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-warning-rgb), var(--kdc-text-opacity)) !important;
}

.text-warning-active:active {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-warning-rgb), var(--kdc-text-opacity)) !important;
}

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

.text-danger-hover:hover {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-danger-rgb), var(--kdc-text-opacity)) !important;
}

.text-danger-focus:focus {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-danger-rgb), var(--kdc-text-opacity)) !important;
}

.text-danger-active:active {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-danger-rgb), var(--kdc-text-opacity)) !important;
}

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

.text-light-hover:hover {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-light-rgb), var(--kdc-text-opacity)) !important;
}

.text-light-focus:focus {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-light-rgb), var(--kdc-text-opacity)) !important;
}

.text-light-active:active {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-light-rgb), var(--kdc-text-opacity)) !important;
}

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

.text-dark-hover:hover {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-dark-rgb), var(--kdc-text-opacity)) !important;
}

.text-dark-focus:focus {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-dark-rgb), var(--kdc-text-opacity)) !important;
}

.text-dark-active:active {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-dark-rgb), var(--kdc-text-opacity)) !important;
}

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

.text-white-hover:hover {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-white-rgb), var(--kdc-text-opacity)) !important;
}

.text-white-focus:focus {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-white-rgb), var(--kdc-text-opacity)) !important;
}

.text-white-active:active {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-white-rgb), var(--kdc-text-opacity)) !important;
}

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

.text-black-hover:hover {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-black-rgb), var(--kdc-text-opacity)) !important;
}

.text-black-focus:focus {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-black-rgb), var(--kdc-text-opacity)) !important;
}

.text-black-active:active {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-black-rgb), var(--kdc-text-opacity)) !important;
}

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

.text-body-hover:hover {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-body-color-rgb), var(--kdc-text-opacity)) !important;
}

.text-body-focus:focus {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-body-color-rgb), var(--kdc-text-opacity)) !important;
}

.text-body-active:active {
  --kdc-text-opacity: 1;
  color: rgba(var(--kdc-body-color-rgb), var(--kdc-text-opacity)) !important;
}

.text-muted {
  --kdc-text-opacity: 1;
  color: var(--kdc-secondary-color) !important;
}

.text-muted-hover:hover {
  --kdc-text-opacity: 1;
  color: var(--kdc-secondary-color) !important;
}

.text-muted-focus:focus {
  --kdc-text-opacity: 1;
  color: var(--kdc-secondary-color) !important;
}

.text-muted-active:active {
  --kdc-text-opacity: 1;
  color: var(--kdc-secondary-color) !important;
}

.text-black-50 {
  --kdc-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-black-50-hover:hover {
  --kdc-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-black-50-focus:focus {
  --kdc-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-black-50-active:active {
  --kdc-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --kdc-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-50-hover:hover {
  --kdc-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-50-focus:focus {
  --kdc-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-50-active:active {
  --kdc-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --kdc-text-opacity: 1;
  color: var(--kdc-secondary-color) !important;
}

.text-body-secondary-hover:hover {
  --kdc-text-opacity: 1;
  color: var(--kdc-secondary-color) !important;
}

.text-body-secondary-focus:focus {
  --kdc-text-opacity: 1;
  color: var(--kdc-secondary-color) !important;
}

.text-body-secondary-active:active {
  --kdc-text-opacity: 1;
  color: var(--kdc-secondary-color) !important;
}

.text-body-tertiary {
  --kdc-text-opacity: 1;
  color: var(--kdc-tertiary-color) !important;
}

.text-body-tertiary-hover:hover {
  --kdc-text-opacity: 1;
  color: var(--kdc-tertiary-color) !important;
}

.text-body-tertiary-focus:focus {
  --kdc-text-opacity: 1;
  color: var(--kdc-tertiary-color) !important;
}

.text-body-tertiary-active:active {
  --kdc-text-opacity: 1;
  color: var(--kdc-tertiary-color) !important;
}

.text-body-emphasis {
  --kdc-text-opacity: 1;
  color: var(--kdc-emphasis-color) !important;
}

.text-body-emphasis-hover:hover {
  --kdc-text-opacity: 1;
  color: var(--kdc-emphasis-color) !important;
}

.text-body-emphasis-focus:focus {
  --kdc-text-opacity: 1;
  color: var(--kdc-emphasis-color) !important;
}

.text-body-emphasis-active:active {
  --kdc-text-opacity: 1;
  color: var(--kdc-emphasis-color) !important;
}

.text-reset {
  --kdc-text-opacity: 1;
  color: inherit !important;
}

.text-reset-hover:hover {
  --kdc-text-opacity: 1;
  color: inherit !important;
}

.text-reset-focus:focus {
  --kdc-text-opacity: 1;
  color: inherit !important;
}

.text-reset-active:active {
  --kdc-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --kdc-text-opacity: 0.25;
}

.text-opacity-50 {
  --kdc-text-opacity: 0.5;
}

.text-opacity-75 {
  --kdc-text-opacity: 0.75;
}

.text-opacity-100 {
  --kdc-text-opacity: 1;
}

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

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #050605 !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.link-opacity-10 {
  --kdc-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --kdc-link-opacity: 0.1;
}

.link-opacity-10-focus:focus {
  --kdc-link-opacity: 0.1;
}

.link-opacity-10-active:active {
  --kdc-link-opacity: 0.1;
}

.link-opacity-25 {
  --kdc-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --kdc-link-opacity: 0.25;
}

.link-opacity-25-focus:focus {
  --kdc-link-opacity: 0.25;
}

.link-opacity-25-active:active {
  --kdc-link-opacity: 0.25;
}

.link-opacity-50 {
  --kdc-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --kdc-link-opacity: 0.5;
}

.link-opacity-50-focus:focus {
  --kdc-link-opacity: 0.5;
}

.link-opacity-50-active:active {
  --kdc-link-opacity: 0.5;
}

.link-opacity-70 {
  --kdc-link-opacity: 0.7;
}

.link-opacity-70-hover:hover {
  --kdc-link-opacity: 0.7;
}

.link-opacity-70-focus:focus {
  --kdc-link-opacity: 0.7;
}

.link-opacity-70-active:active {
  --kdc-link-opacity: 0.7;
}

.link-opacity-75 {
  --kdc-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --kdc-link-opacity: 0.75;
}

.link-opacity-75-focus:focus {
  --kdc-link-opacity: 0.75;
}

.link-opacity-75-active:active {
  --kdc-link-opacity: 0.75;
}

.link-opacity-100 {
  --kdc-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --kdc-link-opacity: 1;
}

.link-opacity-100-focus:focus {
  --kdc-link-opacity: 1;
}

.link-opacity-100-active:active {
  --kdc-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --kdc-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--kdc-primary-rgb), var(--kdc-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --kdc-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--kdc-secondary-rgb), var(--kdc-link-underline-opacity)) !important;
}

.link-underline-success {
  --kdc-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--kdc-success-rgb), var(--kdc-link-underline-opacity)) !important;
}

.link-underline-info {
  --kdc-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--kdc-info-rgb), var(--kdc-link-underline-opacity)) !important;
}

.link-underline-warning {
  --kdc-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--kdc-warning-rgb), var(--kdc-link-underline-opacity)) !important;
}

.link-underline-danger {
  --kdc-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--kdc-danger-rgb), var(--kdc-link-underline-opacity)) !important;
}

.link-underline-light {
  --kdc-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--kdc-light-rgb), var(--kdc-link-underline-opacity)) !important;
}

.link-underline-dark {
  --kdc-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--kdc-dark-rgb), var(--kdc-link-underline-opacity)) !important;
}

.link-underline-white {
  --kdc-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--kdc-white-rgb), var(--kdc-link-underline-opacity)) !important;
}

.link-underline-black {
  --kdc-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--kdc-black-rgb), var(--kdc-link-underline-opacity)) !important;
}

.link-underline {
  --kdc-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--kdc-link-color-rgb), var(--kdc-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --kdc-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --kdc-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --kdc-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --kdc-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --kdc-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --kdc-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --kdc-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --kdc-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --kdc-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --kdc-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --kdc-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --kdc-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  --kdc-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-transparent-hover:hover {
  --kdc-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-transparent-focus:focus {
  --kdc-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-transparent-active:active {
  --kdc-bg-opacity: 1;
  background-color: transparent !important;
}

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

.bg-body-secondary-hover:hover {
  --kdc-bg-opacity: 1;
  background-color: rgba(var(--kdc-secondary-bg-rgb), var(--kdc-bg-opacity)) !important;
}

.bg-body-secondary-focus:focus {
  --kdc-bg-opacity: 1;
  background-color: rgba(var(--kdc-secondary-bg-rgb), var(--kdc-bg-opacity)) !important;
}

.bg-body-secondary-active:active {
  --kdc-bg-opacity: 1;
  background-color: rgba(var(--kdc-secondary-bg-rgb), var(--kdc-bg-opacity)) !important;
}

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

.bg-body-tertiary-hover:hover {
  --kdc-bg-opacity: 1;
  background-color: rgba(var(--kdc-tertiary-bg-rgb), var(--kdc-bg-opacity)) !important;
}

.bg-body-tertiary-focus:focus {
  --kdc-bg-opacity: 1;
  background-color: rgba(var(--kdc-tertiary-bg-rgb), var(--kdc-bg-opacity)) !important;
}

.bg-body-tertiary-active:active {
  --kdc-bg-opacity: 1;
  background-color: rgba(var(--kdc-tertiary-bg-rgb), var(--kdc-bg-opacity)) !important;
}

.bg-opacity-10 {
  --kdc-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --kdc-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --kdc-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --kdc-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --kdc-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--kdc-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--kdc-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--kdc-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--kdc-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--kdc-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--kdc-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--kdc-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--kdc-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--kdc-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

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

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

.rounded {
  border-radius: 0.375rem !important;
}

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

.rounded-1 {
  border-radius: 0.25rem !important;
}

.rounded-2 {
  border-radius: 0.375rem !important;
}

.rounded-3 {
  border-radius: 0.5rem !important;
}

.rounded-4 {
  border-radius: 1rem !important;
}

.rounded-5 {
  border-radius: 2rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-5px {
  border-radius: 5px !important;
}

.rounded-6px {
  border-radius: 6px !important;
}

.rounded-8px {
  border-radius: 8px !important;
}

.rounded-10px {
  border-radius: 10px !important;
}

.rounded-12px {
  border-radius: 12px !important;
}

.rounded-15px {
  border-radius: 15px !important;
}

.rounded-20px {
  border-radius: 20px !important;
}

.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-top-2 {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-top-3 {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-top-4 {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-top-5 {
  border-top-left-radius: 2rem !important;
  border-top-right-radius: 2rem !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
}

.rounded-top-5px {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-top-6px {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-top-8px {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-top-10px {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-top-12px {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.rounded-top-15px {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.rounded-top-20px {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

[dir="ltr"] .rounded-end {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

[dir="rtl"] .rounded-end {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

[dir="ltr"] .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

[dir="rtl"] .rounded-end-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

[dir="ltr"] .rounded-end-1 {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-end-1 {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-end-2 {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

[dir="rtl"] .rounded-end-2 {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

[dir="ltr"] .rounded-end-3 {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

[dir="rtl"] .rounded-end-3 {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

[dir="ltr"] .rounded-end-4 {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

[dir="rtl"] .rounded-end-4 {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

[dir="ltr"] .rounded-end-5 {
  border-top-right-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
}

[dir="rtl"] .rounded-end-5 {
  border-top-left-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
}

[dir="ltr"] .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

[dir="rtl"] .rounded-end-circle {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

[dir="ltr"] .rounded-end-pill {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

[dir="rtl"] .rounded-end-pill {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

[dir="ltr"] .rounded-end-5px {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

[dir="rtl"] .rounded-end-5px {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

[dir="ltr"] .rounded-end-6px {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

[dir="rtl"] .rounded-end-6px {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

[dir="ltr"] .rounded-end-8px {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

[dir="rtl"] .rounded-end-8px {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

[dir="ltr"] .rounded-end-10px {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

[dir="rtl"] .rounded-end-10px {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

[dir="ltr"] .rounded-end-12px {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

[dir="rtl"] .rounded-end-12px {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

[dir="ltr"] .rounded-end-15px {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

[dir="rtl"] .rounded-end-15px {
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

[dir="ltr"] .rounded-end-20px {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

[dir="rtl"] .rounded-end-20px {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

.rounded-bottom-5px {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-bottom-6px {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom-8px {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-bottom-10px {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-bottom-12px {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-bottom-15px {
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

.rounded-bottom-20px {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

[dir="ltr"] .rounded-start {
  border-bottom-left-radius: 0.375rem !important;
  border-top-left-radius: 0.375rem !important;
}

[dir="rtl"] .rounded-start {
  border-bottom-right-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

[dir="ltr"] .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

[dir="rtl"] .rounded-start-0 {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

[dir="ltr"] .rounded-start-1 {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-start-1 {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-start-2 {
  border-bottom-left-radius: 0.375rem !important;
  border-top-left-radius: 0.375rem !important;
}

[dir="rtl"] .rounded-start-2 {
  border-bottom-right-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

[dir="ltr"] .rounded-start-3 {
  border-bottom-left-radius: 0.5rem !important;
  border-top-left-radius: 0.5rem !important;
}

[dir="rtl"] .rounded-start-3 {
  border-bottom-right-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

[dir="ltr"] .rounded-start-4 {
  border-bottom-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
}

[dir="rtl"] .rounded-start-4 {
  border-bottom-right-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

[dir="ltr"] .rounded-start-5 {
  border-bottom-left-radius: 2rem !important;
  border-top-left-radius: 2rem !important;
}

[dir="rtl"] .rounded-start-5 {
  border-bottom-right-radius: 2rem !important;
  border-top-right-radius: 2rem !important;
}

[dir="ltr"] .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

[dir="rtl"] .rounded-start-circle {
  border-bottom-right-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

[dir="ltr"] .rounded-start-pill {
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
}

[dir="rtl"] .rounded-start-pill {
  border-bottom-right-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
}

[dir="ltr"] .rounded-start-5px {
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
}

[dir="rtl"] .rounded-start-5px {
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

[dir="ltr"] .rounded-start-6px {
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
}

[dir="rtl"] .rounded-start-6px {
  border-bottom-right-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

[dir="ltr"] .rounded-start-8px {
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important;
}

[dir="rtl"] .rounded-start-8px {
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

[dir="ltr"] .rounded-start-10px {
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

[dir="rtl"] .rounded-start-10px {
  border-bottom-right-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

[dir="ltr"] .rounded-start-12px {
  border-bottom-left-radius: 12px !important;
  border-top-left-radius: 12px !important;
}

[dir="rtl"] .rounded-start-12px {
  border-bottom-right-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

[dir="ltr"] .rounded-start-15px {
  border-bottom-left-radius: 15px !important;
  border-top-left-radius: 15px !important;
}

[dir="rtl"] .rounded-start-15px {
  border-bottom-right-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

[dir="ltr"] .rounded-start-20px {
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
}

[dir="rtl"] .rounded-start-20px {
  border-bottom-right-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

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

.word-break-word {
  word-break: break-word !important;
}

.rotate-0 {
  transform: 0 !important;
}

[dir="ltr"] .rotate-10 {
  transform: rotate(10deg) !important;
}

[dir="rtl"] .rotate-10 {
  transform: rotate(-10deg) !important;
}

[dir="ltr"] .rotate-45 {
  transform: rotate(45deg) !important;
}

[dir="rtl"] .rotate-45 {
  transform: rotate(-45deg) !important;
}

[dir="ltr"] .rotate-n45 {
  transform: rotate(-45deg) !important;
}

[dir="rtl"] .rotate-n45 {
  transform: rotate(45deg) !important;
}

[dir="ltr"] .rotate-n10 {
  transform: rotate(-10deg) !important;
}

[dir="rtl"] .rotate-n10 {
  transform: rotate(10deg) !important;
}

.page-break-after-always {
  page-break-after: always !important;
}

.page-break-after-auto {
  page-break-after: auto !important;
}

.object-position-center {
  -o-object-position: center !important;
     object-position: center !important;
}

[dir="ltr"] .object-position-start {
  -o-object-position: left !important;
     object-position: left !important;
}

[dir="rtl"] .object-position-start {
  -o-object-position: right !important;
     object-position: right !important;
}

[dir="ltr"] .object-position-end {
  -o-object-position: right !important;
     object-position: right !important;
}

[dir="rtl"] .object-position-end {
  -o-object-position: left !important;
     object-position: left !important;
}

.object-position-top {
  -o-object-position: top !important;
     object-position: top !important;
}

[dir="ltr"] .object-position-center-start {
  -o-object-position: center left !important;
     object-position: center left !important;
}

[dir="rtl"] .object-position-center-start {
  -o-object-position: center right !important;
     object-position: center right !important;
}

.bg-gradient-top-bottom-dark-transparent {
  background: linear-gradient(to bottom, #050605, transparent) !important;
}

[dir="ltr"] .bg-gradient-left-right-primary {
  background: linear-gradient(to right, #c3ff7c, #9ccc63) !important;
}

[dir="rtl"] .bg-gradient-left-right-primary {
  background: linear-gradient(to left, #c3ff7c, #9ccc63) !important;
}

.bg-gradient-bottom-top-black-transparent {
  background: linear-gradient(to top, #000, transparent) !important;
}

.bg-gradient-bottom-top-black-transparent-50 {
  background: linear-gradient(to top, #000, transparent 50%) !important;
}

.bg-gradient-top-bottom-black-transparent-50 {
  background: linear-gradient(to bottom, #000, transparent 50%) !important;
}

.scale {
  transform: scale(1) !important;
}

.scale-hover:hover {
  transform: scale(1) !important;
}

.scale-focus:focus {
  transform: scale(1) !important;
}

.scale-active:active {
  transform: scale(1) !important;
}

.scale-1p1 {
  transform: scale(1.1) !important;
}

.scale-1p1-hover:hover {
  transform: scale(1.1) !important;
}

.scale-1p1-focus:focus {
  transform: scale(1.1) !important;
}

.scale-1p1-active:active {
  transform: scale(1.1) !important;
}

.scale-1p2 {
  transform: scale(1.2) !important;
}

.scale-1p2-hover:hover {
  transform: scale(1.2) !important;
}

.scale-1p2-focus:focus {
  transform: scale(1.2) !important;
}

.scale-1p2-active:active {
  transform: scale(1.2) !important;
}

.scale-1p3 {
  transform: scale(1.3) !important;
}

.scale-1p3-hover:hover {
  transform: scale(1.3) !important;
}

.scale-1p3-focus:focus {
  transform: scale(1.3) !important;
}

.scale-1p3-active:active {
  transform: scale(1.3) !important;
}

.scale-1p4 {
  transform: scale(1.4) !important;
}

.scale-1p4-hover:hover {
  transform: scale(1.4) !important;
}

.scale-1p4-focus:focus {
  transform: scale(1.4) !important;
}

.scale-1p4-active:active {
  transform: scale(1.4) !important;
}

.scale-1p5 {
  transform: scale(1.5) !important;
}

.scale-1p5-hover:hover {
  transform: scale(1.5) !important;
}

.scale-1p5-focus:focus {
  transform: scale(1.5) !important;
}

.scale-1p5-active:active {
  transform: scale(1.5) !important;
}

.scale-1p6 {
  transform: scale(1.6) !important;
}

.scale-1p6-hover:hover {
  transform: scale(1.6) !important;
}

.scale-1p6-focus:focus {
  transform: scale(1.6) !important;
}

.scale-1p6-active:active {
  transform: scale(1.6) !important;
}

.scale-1p7 {
  transform: scale(1.7) !important;
}

.scale-1p7-hover:hover {
  transform: scale(1.7) !important;
}

.scale-1p7-focus:focus {
  transform: scale(1.7) !important;
}

.scale-1p7-active:active {
  transform: scale(1.7) !important;
}

.scale-1p8 {
  transform: scale(1.8) !important;
}

.scale-1p8-hover:hover {
  transform: scale(1.8) !important;
}

.scale-1p8-focus:focus {
  transform: scale(1.8) !important;
}

.scale-1p8-active:active {
  transform: scale(1.8) !important;
}

.scale-1p9 {
  transform: scale(1.9) !important;
}

.scale-1p9-hover:hover {
  transform: scale(1.9) !important;
}

.scale-1p9-focus:focus {
  transform: scale(1.9) !important;
}

.scale-1p9-active:active {
  transform: scale(1.9) !important;
}

.scale-2 {
  transform: scale(2) !important;
}

.scale-2-hover:hover {
  transform: scale(2) !important;
}

.scale-2-focus:focus {
  transform: scale(2) !important;
}

.scale-2-active:active {
  transform: scale(2) !important;
}

[dir="ltr"] .rounded-top-start {
  border-top-left-radius: 0.375rem !important;
}

[dir="rtl"] .rounded-top-start {
  border-top-right-radius: 0.375rem !important;
}

[dir="ltr"] .rounded-top-start-0 {
  border-top-left-radius: 0 !important;
}

[dir="rtl"] .rounded-top-start-0 {
  border-top-right-radius: 0 !important;
}

[dir="ltr"] .rounded-top-start-1 {
  border-top-left-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-top-start-1 {
  border-top-right-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-top-start-2 {
  border-top-left-radius: 0.375rem !important;
}

[dir="rtl"] .rounded-top-start-2 {
  border-top-right-radius: 0.375rem !important;
}

[dir="ltr"] .rounded-top-start-3 {
  border-top-left-radius: 0.5rem !important;
}

[dir="rtl"] .rounded-top-start-3 {
  border-top-right-radius: 0.5rem !important;
}

[dir="ltr"] .rounded-top-start-4 {
  border-top-left-radius: 1rem !important;
}

[dir="rtl"] .rounded-top-start-4 {
  border-top-right-radius: 1rem !important;
}

[dir="ltr"] .rounded-top-start-5 {
  border-top-left-radius: 2rem !important;
}

[dir="rtl"] .rounded-top-start-5 {
  border-top-right-radius: 2rem !important;
}

[dir="ltr"] .rounded-top-start-circle {
  border-top-left-radius: 50% !important;
}

[dir="rtl"] .rounded-top-start-circle {
  border-top-right-radius: 50% !important;
}

[dir="ltr"] .rounded-top-start-pill {
  border-top-left-radius: 50rem !important;
}

[dir="rtl"] .rounded-top-start-pill {
  border-top-right-radius: 50rem !important;
}

[dir="ltr"] .rounded-top-start-5px {
  border-top-left-radius: 5px !important;
}

[dir="rtl"] .rounded-top-start-5px {
  border-top-right-radius: 5px !important;
}

[dir="ltr"] .rounded-top-start-6px {
  border-top-left-radius: 6px !important;
}

[dir="rtl"] .rounded-top-start-6px {
  border-top-right-radius: 6px !important;
}

[dir="ltr"] .rounded-top-start-8px {
  border-top-left-radius: 8px !important;
}

[dir="rtl"] .rounded-top-start-8px {
  border-top-right-radius: 8px !important;
}

[dir="ltr"] .rounded-top-start-10px {
  border-top-left-radius: 10px !important;
}

[dir="rtl"] .rounded-top-start-10px {
  border-top-right-radius: 10px !important;
}

[dir="ltr"] .rounded-top-start-12px {
  border-top-left-radius: 12px !important;
}

[dir="rtl"] .rounded-top-start-12px {
  border-top-right-radius: 12px !important;
}

[dir="ltr"] .rounded-top-start-15px {
  border-top-left-radius: 15px !important;
}

[dir="rtl"] .rounded-top-start-15px {
  border-top-right-radius: 15px !important;
}

[dir="ltr"] .rounded-top-start-20px {
  border-top-left-radius: 20px !important;
}

[dir="rtl"] .rounded-top-start-20px {
  border-top-right-radius: 20px !important;
}

[dir="ltr"] .rounded-top-end {
  border-top-right-radius: 0.375rem !important;
}

[dir="rtl"] .rounded-top-end {
  border-top-left-radius: 0.375rem !important;
}

[dir="ltr"] .rounded-top-end-0 {
  border-top-right-radius: 0 !important;
}

[dir="rtl"] .rounded-top-end-0 {
  border-top-left-radius: 0 !important;
}

[dir="ltr"] .rounded-top-end-1 {
  border-top-right-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-top-end-1 {
  border-top-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-top-end-2 {
  border-top-right-radius: 0.375rem !important;
}

[dir="rtl"] .rounded-top-end-2 {
  border-top-left-radius: 0.375rem !important;
}

[dir="ltr"] .rounded-top-end-3 {
  border-top-right-radius: 0.5rem !important;
}

[dir="rtl"] .rounded-top-end-3 {
  border-top-left-radius: 0.5rem !important;
}

[dir="ltr"] .rounded-top-end-4 {
  border-top-right-radius: 1rem !important;
}

[dir="rtl"] .rounded-top-end-4 {
  border-top-left-radius: 1rem !important;
}

[dir="ltr"] .rounded-top-end-5 {
  border-top-right-radius: 2rem !important;
}

[dir="rtl"] .rounded-top-end-5 {
  border-top-left-radius: 2rem !important;
}

[dir="ltr"] .rounded-top-end-circle {
  border-top-right-radius: 50% !important;
}

[dir="rtl"] .rounded-top-end-circle {
  border-top-left-radius: 50% !important;
}

[dir="ltr"] .rounded-top-end-pill {
  border-top-right-radius: 50rem !important;
}

[dir="rtl"] .rounded-top-end-pill {
  border-top-left-radius: 50rem !important;
}

[dir="ltr"] .rounded-top-end-5px {
  border-top-right-radius: 5px !important;
}

[dir="rtl"] .rounded-top-end-5px {
  border-top-left-radius: 5px !important;
}

[dir="ltr"] .rounded-top-end-6px {
  border-top-right-radius: 6px !important;
}

[dir="rtl"] .rounded-top-end-6px {
  border-top-left-radius: 6px !important;
}

[dir="ltr"] .rounded-top-end-8px {
  border-top-right-radius: 8px !important;
}

[dir="rtl"] .rounded-top-end-8px {
  border-top-left-radius: 8px !important;
}

[dir="ltr"] .rounded-top-end-10px {
  border-top-right-radius: 10px !important;
}

[dir="rtl"] .rounded-top-end-10px {
  border-top-left-radius: 10px !important;
}

[dir="ltr"] .rounded-top-end-12px {
  border-top-right-radius: 12px !important;
}

[dir="rtl"] .rounded-top-end-12px {
  border-top-left-radius: 12px !important;
}

[dir="ltr"] .rounded-top-end-15px {
  border-top-right-radius: 15px !important;
}

[dir="rtl"] .rounded-top-end-15px {
  border-top-left-radius: 15px !important;
}

[dir="ltr"] .rounded-top-end-20px {
  border-top-right-radius: 20px !important;
}

[dir="rtl"] .rounded-top-end-20px {
  border-top-left-radius: 20px !important;
}

[dir="ltr"] .rounded-bottom-start {
  border-bottom-left-radius: 0.375rem !important;
}

[dir="rtl"] .rounded-bottom-start {
  border-bottom-right-radius: 0.375rem !important;
}

[dir="ltr"] .rounded-bottom-start-0 {
  border-bottom-left-radius: 0 !important;
}

[dir="rtl"] .rounded-bottom-start-0 {
  border-bottom-right-radius: 0 !important;
}

[dir="ltr"] .rounded-bottom-start-1 {
  border-bottom-left-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-bottom-start-1 {
  border-bottom-right-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-bottom-start-2 {
  border-bottom-left-radius: 0.375rem !important;
}

[dir="rtl"] .rounded-bottom-start-2 {
  border-bottom-right-radius: 0.375rem !important;
}

[dir="ltr"] .rounded-bottom-start-3 {
  border-bottom-left-radius: 0.5rem !important;
}

[dir="rtl"] .rounded-bottom-start-3 {
  border-bottom-right-radius: 0.5rem !important;
}

[dir="ltr"] .rounded-bottom-start-4 {
  border-bottom-left-radius: 1rem !important;
}

[dir="rtl"] .rounded-bottom-start-4 {
  border-bottom-right-radius: 1rem !important;
}

[dir="ltr"] .rounded-bottom-start-5 {
  border-bottom-left-radius: 2rem !important;
}

[dir="rtl"] .rounded-bottom-start-5 {
  border-bottom-right-radius: 2rem !important;
}

[dir="ltr"] .rounded-bottom-start-circle {
  border-bottom-left-radius: 50% !important;
}

[dir="rtl"] .rounded-bottom-start-circle {
  border-bottom-right-radius: 50% !important;
}

[dir="ltr"] .rounded-bottom-start-pill {
  border-bottom-left-radius: 50rem !important;
}

[dir="rtl"] .rounded-bottom-start-pill {
  border-bottom-right-radius: 50rem !important;
}

[dir="ltr"] .rounded-bottom-start-5px {
  border-bottom-left-radius: 5px !important;
}

[dir="rtl"] .rounded-bottom-start-5px {
  border-bottom-right-radius: 5px !important;
}

[dir="ltr"] .rounded-bottom-start-6px {
  border-bottom-left-radius: 6px !important;
}

[dir="rtl"] .rounded-bottom-start-6px {
  border-bottom-right-radius: 6px !important;
}

[dir="ltr"] .rounded-bottom-start-8px {
  border-bottom-left-radius: 8px !important;
}

[dir="rtl"] .rounded-bottom-start-8px {
  border-bottom-right-radius: 8px !important;
}

[dir="ltr"] .rounded-bottom-start-10px {
  border-bottom-left-radius: 10px !important;
}

[dir="rtl"] .rounded-bottom-start-10px {
  border-bottom-right-radius: 10px !important;
}

[dir="ltr"] .rounded-bottom-start-12px {
  border-bottom-left-radius: 12px !important;
}

[dir="rtl"] .rounded-bottom-start-12px {
  border-bottom-right-radius: 12px !important;
}

[dir="ltr"] .rounded-bottom-start-15px {
  border-bottom-left-radius: 15px !important;
}

[dir="rtl"] .rounded-bottom-start-15px {
  border-bottom-right-radius: 15px !important;
}

[dir="ltr"] .rounded-bottom-start-20px {
  border-bottom-left-radius: 20px !important;
}

[dir="rtl"] .rounded-bottom-start-20px {
  border-bottom-right-radius: 20px !important;
}

[dir="ltr"] .rounded-bottom-end {
  border-bottom-right-radius: 0.375rem !important;
}

[dir="rtl"] .rounded-bottom-end {
  border-bottom-left-radius: 0.375rem !important;
}

[dir="ltr"] .rounded-bottom-end-0 {
  border-bottom-right-radius: 0 !important;
}

[dir="rtl"] .rounded-bottom-end-0 {
  border-bottom-left-radius: 0 !important;
}

[dir="ltr"] .rounded-bottom-end-1 {
  border-bottom-right-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-bottom-end-1 {
  border-bottom-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-bottom-end-2 {
  border-bottom-right-radius: 0.375rem !important;
}

[dir="rtl"] .rounded-bottom-end-2 {
  border-bottom-left-radius: 0.375rem !important;
}

[dir="ltr"] .rounded-bottom-end-3 {
  border-bottom-right-radius: 0.5rem !important;
}

[dir="rtl"] .rounded-bottom-end-3 {
  border-bottom-left-radius: 0.5rem !important;
}

[dir="ltr"] .rounded-bottom-end-4 {
  border-bottom-right-radius: 1rem !important;
}

[dir="rtl"] .rounded-bottom-end-4 {
  border-bottom-left-radius: 1rem !important;
}

[dir="ltr"] .rounded-bottom-end-5 {
  border-bottom-right-radius: 2rem !important;
}

[dir="rtl"] .rounded-bottom-end-5 {
  border-bottom-left-radius: 2rem !important;
}

[dir="ltr"] .rounded-bottom-end-circle {
  border-bottom-right-radius: 50% !important;
}

[dir="rtl"] .rounded-bottom-end-circle {
  border-bottom-left-radius: 50% !important;
}

[dir="ltr"] .rounded-bottom-end-pill {
  border-bottom-right-radius: 50rem !important;
}

[dir="rtl"] .rounded-bottom-end-pill {
  border-bottom-left-radius: 50rem !important;
}

[dir="ltr"] .rounded-bottom-end-5px {
  border-bottom-right-radius: 5px !important;
}

[dir="rtl"] .rounded-bottom-end-5px {
  border-bottom-left-radius: 5px !important;
}

[dir="ltr"] .rounded-bottom-end-6px {
  border-bottom-right-radius: 6px !important;
}

[dir="rtl"] .rounded-bottom-end-6px {
  border-bottom-left-radius: 6px !important;
}

[dir="ltr"] .rounded-bottom-end-8px {
  border-bottom-right-radius: 8px !important;
}

[dir="rtl"] .rounded-bottom-end-8px {
  border-bottom-left-radius: 8px !important;
}

[dir="ltr"] .rounded-bottom-end-10px {
  border-bottom-right-radius: 10px !important;
}

[dir="rtl"] .rounded-bottom-end-10px {
  border-bottom-left-radius: 10px !important;
}

[dir="ltr"] .rounded-bottom-end-12px {
  border-bottom-right-radius: 12px !important;
}

[dir="rtl"] .rounded-bottom-end-12px {
  border-bottom-left-radius: 12px !important;
}

[dir="ltr"] .rounded-bottom-end-15px {
  border-bottom-right-radius: 15px !important;
}

[dir="rtl"] .rounded-bottom-end-15px {
  border-bottom-left-radius: 15px !important;
}

[dir="ltr"] .rounded-bottom-end-20px {
  border-bottom-right-radius: 20px !important;
}

[dir="rtl"] .rounded-bottom-end-20px {
  border-bottom-left-radius: 20px !important;
}

.flex-basis-0 {
  flex-basis: 0% !important;
}

.flex-basis-5 {
  flex-basis: 5% !important;
}

.flex-basis-10 {
  flex-basis: 10% !important;
}

.flex-basis-15 {
  flex-basis: 15% !important;
}

.flex-basis-20 {
  flex-basis: 20% !important;
}

.flex-basis-25 {
  flex-basis: 25% !important;
}

.flex-basis-30 {
  flex-basis: 30% !important;
}

.flex-basis-35 {
  flex-basis: 35% !important;
}

.flex-basis-40 {
  flex-basis: 40% !important;
}

.flex-basis-45 {
  flex-basis: 45% !important;
}

.flex-basis-50 {
  flex-basis: 50% !important;
}

.flex-basis-55 {
  flex-basis: 55% !important;
}

.flex-basis-60 {
  flex-basis: 60% !important;
}

.flex-basis-65 {
  flex-basis: 65% !important;
}

.flex-basis-70 {
  flex-basis: 70% !important;
}

.flex-basis-71 {
  flex-basis: 71% !important;
}

.flex-basis-75 {
  flex-basis: 75% !important;
}

.flex-basis-80 {
  flex-basis: 80% !important;
}

.flex-basis-85 {
  flex-basis: 85% !important;
}

.flex-basis-90 {
  flex-basis: 90% !important;
}

.flex-basis-95 {
  flex-basis: 95% !important;
}

.flex-basis-100 {
  flex-basis: 100% !important;
}

.flex-basis-150 {
  flex-basis: 150% !important;
}

.flex-basis-300 {
  flex-basis: 300% !important;
}

.flex-basis-400 {
  flex-basis: 400% !important;
}

.flex-basis-500 {
  flex-basis: 500% !important;
}

.flex-basis-600 {
  flex-basis: 600% !important;
}

.flex-basis-700 {
  flex-basis: 700% !important;
}

.flex-basis-800 {
  flex-basis: 800% !important;
}

.flex-basis-auto {
  flex-basis: auto !important;
}

.flex-basis-fit-content {
  flex-basis: fit-content !important;
}

.flex-basis-8px {
  flex-basis: 8px !important;
}

.flex-basis-12px {
  flex-basis: 12px !important;
}

.flex-basis-14px {
  flex-basis: 14px !important;
}

.flex-basis-15px {
  flex-basis: 15px !important;
}

.flex-basis-16px {
  flex-basis: 16px !important;
}

.flex-basis-18px {
  flex-basis: 18px !important;
}

.flex-basis-19px {
  flex-basis: 19px !important;
}

.flex-basis-20px {
  flex-basis: 20px !important;
}

.flex-basis-22px {
  flex-basis: 22px !important;
}

.flex-basis-24px {
  flex-basis: 24px !important;
}

.flex-basis-25px {
  flex-basis: 25px !important;
}

.flex-basis-26px {
  flex-basis: 26px !important;
}

.flex-basis-28px {
  flex-basis: 28px !important;
}

.flex-basis-30px {
  flex-basis: 30px !important;
}

.flex-basis-32px {
  flex-basis: 32px !important;
}

.flex-basis-34px {
  flex-basis: 34px !important;
}

.flex-basis-35px {
  flex-basis: 35px !important;
}

.flex-basis-36px {
  flex-basis: 36px !important;
}

.flex-basis-38px {
  flex-basis: 38px !important;
}

.flex-basis-40px {
  flex-basis: 40px !important;
}

.flex-basis-45px {
  flex-basis: 45px !important;
}

.flex-basis-48px {
  flex-basis: 48px !important;
}

.flex-basis-50px {
  flex-basis: 50px !important;
}

.flex-basis-52px {
  flex-basis: 50px !important;
}

.flex-basis-56px {
  flex-basis: 56px !important;
}

.flex-basis-60px {
  flex-basis: 60px !important;
}

.flex-basis-64px {
  flex-basis: 64px !important;
}

.flex-basis-68px {
  flex-basis: 68px !important;
}

.flex-basis-72px {
  flex-basis: 72px !important;
}

.flex-basis-74px {
  flex-basis: 74px !important;
}

.flex-basis-82px {
  flex-basis: 82px !important;
}

.flex-basis-86px {
  flex-basis: 86px !important;
}

.flex-basis-80px {
  flex-basis: 80px !important;
}

.flex-basis-88px {
  flex-basis: 88px !important;
}

.flex-basis-96px {
  flex-basis: 96px !important;
}

.flex-basis-100px {
  flex-basis: 100px !important;
}

.flex-basis-110px {
  flex-basis: 110px !important;
}

.flex-basis-116px {
  flex-basis: 116px !important;
}

.flex-basis-120px {
  flex-basis: 120px !important;
}

.flex-basis-150px {
  flex-basis: 150px !important;
}

.flex-basis-162px {
  flex-basis: 162px !important;
}

.flex-basis-168px {
  flex-basis: 168px !important;
}

.flex-basis-165px {
  flex-basis: 165px !important;
}

.flex-basis-190px {
  flex-basis: 190px !important;
}

.flex-basis-200px {
  flex-basis: 200px !important;
}

.flex-basis-202px {
  flex-basis: 202px !important;
}

.flex-basis-205px {
  flex-basis: 205px !important;
}

.flex-basis-208px {
  flex-basis: 208px !important;
}

.flex-basis-210px {
  flex-basis: 210px !important;
}

.flex-basis-212px {
  flex-basis: 212px !important;
}

.flex-basis-214px {
  flex-basis: 214px !important;
}

.flex-basis-216px {
  flex-basis: 216px !important;
}

.flex-basis-220px {
  flex-basis: 220px !important;
}

.flex-basis-226px {
  flex-basis: 226px !important;
}

.flex-basis-230px {
  flex-basis: 230px !important;
}

.flex-basis-250px {
  flex-basis: 250px !important;
}

.flex-basis-356px {
  flex-basis: 356px !important;
}

.flex-basis-262px {
  flex-basis: 262px !important;
}

.flex-basis-266px {
  flex-basis: 266px !important;
}

.flex-basis-368px {
  flex-basis: 368px !important;
}

.flex-basis-376px {
  flex-basis: 376px !important;
}

.flex-basis-279px {
  flex-basis: 279px !important;
}

.flex-basis-260px {
  flex-basis: 260px !important;
}

.flex-basis-278px {
  flex-basis: 278px !important;
}

.flex-basis-394px {
  flex-basis: 394px !important;
}

.flex-basis-300px {
  flex-basis: 300px !important;
}

.flex-basis-400px {
  flex-basis: 400px !important;
}

.flex-basis-417px {
  flex-basis: 417px !important;
}

.flex-basis-420px {
  flex-basis: 420px !important;
}

.flex-basis-434px {
  flex-basis: 434px !important;
}

.flex-basis-456px {
  flex-basis: 456px !important;
}

.flex-basis-460px {
  flex-basis: 460px !important;
}

.flex-basis-476px {
  flex-basis: 476px !important;
}

.flex-basis-530px {
  flex-basis: 530px !important;
}

.flex-basis-570px {
  flex-basis: 570px !important;
}

.flex-basis-600px {
  flex-basis: 600px !important;
}

.flex-basis-720px {
  flex-basis: 720px !important;
}

.flex-basis-100p5 {
  flex-basis: calc(100% + 3rem) !important;
}

.flex-basis-100p62px {
  flex-basis: calc(100% + 62px) !important;
}

.flex-basis-100p120px {
  flex-basis: calc(100% + 120px) !important;
}

.flex-basis-100p60px {
  flex-basis: calc(100% + 60px) !important;
}

.flex-basis-100p196px {
  flex-basis: calc(100% + 196px) !important;
}

.flex-basis-100m60px {
  flex-basis: calc(100% - 60px) !important;
}

.flex-basis-45p100px {
  flex-basis: calc(45% + 100px) !important;
}

.flex-basis-100p148px {
  flex-basis: calc(100% + 148px) !important;
}

.flex-basis-100p296px {
  flex-basis: calc(100% + 296px) !important;
}

.flex-basis-100p192px {
  flex-basis: calc(100% + 192px) !important;
}

.flex-basis-100p150px {
  flex-basis: calc(100% + 150px) !important;
}

.flex-basis-100p92px {
  flex-basis: calc(100% + 92px) !important;
}

.flex-basis-100pgutter {
  flex-basis: calc(100% + 0.75rem) !important;
}

.flex-basis-100m100px {
  flex-basis: calc(100% - 100px) !important;
}

.flex-basis-100m24px {
  flex-basis: calc(100% - 24px) !important;
}

.min-h-0 {
  min-height: 0% !important;
}

.min-h-5 {
  min-height: 5% !important;
}

.min-h-10 {
  min-height: 10% !important;
}

.min-h-15 {
  min-height: 15% !important;
}

.min-h-20 {
  min-height: 20% !important;
}

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

.min-h-30 {
  min-height: 30% !important;
}

.min-h-35 {
  min-height: 35% !important;
}

.min-h-40 {
  min-height: 40% !important;
}

.min-h-45 {
  min-height: 45% !important;
}

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

.min-h-55 {
  min-height: 55% !important;
}

.min-h-60 {
  min-height: 60% !important;
}

.min-h-65 {
  min-height: 65% !important;
}

.min-h-70 {
  min-height: 70% !important;
}

.min-h-71 {
  min-height: 71% !important;
}

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

.min-h-80 {
  min-height: 80% !important;
}

.min-h-85 {
  min-height: 85% !important;
}

.min-h-90 {
  min-height: 90% !important;
}

.min-h-95 {
  min-height: 95% !important;
}

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

.min-h-150 {
  min-height: 150% !important;
}

.min-h-300 {
  min-height: 300% !important;
}

.min-h-400 {
  min-height: 400% !important;
}

.min-h-500 {
  min-height: 500% !important;
}

.min-h-600 {
  min-height: 600% !important;
}

.min-h-700 {
  min-height: 700% !important;
}

.min-h-800 {
  min-height: 800% !important;
}

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

.min-h-fit-content {
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

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

.min-h-12px {
  min-height: 12px !important;
}

.min-h-14px {
  min-height: 14px !important;
}

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

.min-h-16px {
  min-height: 16px !important;
}

.min-h-18px {
  min-height: 18px !important;
}

.min-h-19px {
  min-height: 19px !important;
}

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

.min-h-22px {
  min-height: 22px !important;
}

.min-h-24px {
  min-height: 24px !important;
}

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

.min-h-26px {
  min-height: 26px !important;
}

.min-h-28px {
  min-height: 28px !important;
}

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

.min-h-32px {
  min-height: 32px !important;
}

.min-h-34px {
  min-height: 34px !important;
}

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

.min-h-36px {
  min-height: 36px !important;
}

.min-h-38px {
  min-height: 38px !important;
}

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

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

.min-h-48px {
  min-height: 48px !important;
}

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

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

.min-h-56px {
  min-height: 56px !important;
}

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

.min-h-64px {
  min-height: 64px !important;
}

.min-h-68px {
  min-height: 68px !important;
}

.min-h-72px {
  min-height: 72px !important;
}

.min-h-74px {
  min-height: 74px !important;
}

.min-h-82px {
  min-height: 82px !important;
}

.min-h-86px {
  min-height: 86px !important;
}

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

.min-h-88px {
  min-height: 88px !important;
}

.min-h-96px {
  min-height: 96px !important;
}

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

.min-h-110px {
  min-height: 110px !important;
}

.min-h-116px {
  min-height: 116px !important;
}

.min-h-120px {
  min-height: 120px !important;
}

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

.min-h-162px {
  min-height: 162px !important;
}

.min-h-168px {
  min-height: 168px !important;
}

.min-h-165px {
  min-height: 165px !important;
}

.min-h-190px {
  min-height: 190px !important;
}

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

.min-h-202px {
  min-height: 202px !important;
}

.min-h-205px {
  min-height: 205px !important;
}

.min-h-208px {
  min-height: 208px !important;
}

.min-h-210px {
  min-height: 210px !important;
}

.min-h-212px {
  min-height: 212px !important;
}

.min-h-214px {
  min-height: 214px !important;
}

.min-h-216px {
  min-height: 216px !important;
}

.min-h-220px {
  min-height: 220px !important;
}

.min-h-226px {
  min-height: 226px !important;
}

.min-h-230px {
  min-height: 230px !important;
}

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

.min-h-356px {
  min-height: 356px !important;
}

.min-h-262px {
  min-height: 262px !important;
}

.min-h-266px {
  min-height: 266px !important;
}

.min-h-368px {
  min-height: 368px !important;
}

.min-h-376px {
  min-height: 376px !important;
}

.min-h-279px {
  min-height: 279px !important;
}

.min-h-260px {
  min-height: 260px !important;
}

.min-h-278px {
  min-height: 278px !important;
}

.min-h-394px {
  min-height: 394px !important;
}

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

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

.min-h-417px {
  min-height: 417px !important;
}

.min-h-420px {
  min-height: 420px !important;
}

.min-h-434px {
  min-height: 434px !important;
}

.min-h-456px {
  min-height: 456px !important;
}

.min-h-460px {
  min-height: 460px !important;
}

.min-h-476px {
  min-height: 476px !important;
}

.min-h-530px {
  min-height: 530px !important;
}

.min-h-570px {
  min-height: 570px !important;
}

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

.min-h-720px {
  min-height: 720px !important;
}

.min-h-100p5 {
  min-height: calc(100% + 3rem) !important;
}

.min-h-100p62px {
  min-height: calc(100% + 62px) !important;
}

.min-h-100p120px {
  min-height: calc(100% + 120px) !important;
}

.min-h-100p60px {
  min-height: calc(100% + 60px) !important;
}

.min-h-100p196px {
  min-height: calc(100% + 196px) !important;
}

.min-h-100m60px {
  min-height: calc(100% - 60px) !important;
}

.min-h-45p100px {
  min-height: calc(45% + 100px) !important;
}

.min-h-100p148px {
  min-height: calc(100% + 148px) !important;
}

.min-h-100p296px {
  min-height: calc(100% + 296px) !important;
}

.min-h-100p192px {
  min-height: calc(100% + 192px) !important;
}

.min-h-100p150px {
  min-height: calc(100% + 150px) !important;
}

.min-h-100p92px {
  min-height: calc(100% + 92px) !important;
}

.min-h-100pgutter {
  min-height: calc(100% + 0.75rem) !important;
}

.min-h-100m100px {
  min-height: calc(100% - 100px) !important;
}

.min-h-100m24px {
  min-height: calc(100% - 24px) !important;
}

.mask-image-gradient-top-bottom {
  -webkit-mask-image: linear-gradient(0deg, transparent 0, #fff 187px) !important;
          mask-image: linear-gradient(0deg, transparent 0, #fff 187px) !important;
}

@media (min-width: 576px) {
  [dir="ltr"] .float-sm-start {
    float: left !important;
  }

  [dir="rtl"] .float-sm-start {
    float: right !important;
  }

  [dir="ltr"] .float-sm-end {
    float: right !important;
  }

  [dir="rtl"] .float-sm-end {
    float: left !important;
  }

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

  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-sm-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

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

  .op-sm-0-hover:hover {
    opacity: 0 !important;
  }

  .op-sm-0-focus:focus {
    opacity: 0 !important;
  }

  .op-sm-0-active:active {
    opacity: 0 !important;
  }

  .op-sm-5 {
    opacity: 0.05 !important;
  }

  .op-sm-5-hover:hover {
    opacity: 0.05 !important;
  }

  .op-sm-5-focus:focus {
    opacity: 0.05 !important;
  }

  .op-sm-5-active:active {
    opacity: 0.05 !important;
  }

  .op-sm-10 {
    opacity: 0.1 !important;
  }

  .op-sm-10-hover:hover {
    opacity: 0.1 !important;
  }

  .op-sm-10-focus:focus {
    opacity: 0.1 !important;
  }

  .op-sm-10-active:active {
    opacity: 0.1 !important;
  }

  .op-sm-15 {
    opacity: 0.15 !important;
  }

  .op-sm-15-hover:hover {
    opacity: 0.15 !important;
  }

  .op-sm-15-focus:focus {
    opacity: 0.15 !important;
  }

  .op-sm-15-active:active {
    opacity: 0.15 !important;
  }

  .op-sm-20 {
    opacity: 0.2 !important;
  }

  .op-sm-20-hover:hover {
    opacity: 0.2 !important;
  }

  .op-sm-20-focus:focus {
    opacity: 0.2 !important;
  }

  .op-sm-20-active:active {
    opacity: 0.2 !important;
  }

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

  .op-sm-25-hover:hover {
    opacity: 0.25 !important;
  }

  .op-sm-25-focus:focus {
    opacity: 0.25 !important;
  }

  .op-sm-25-active:active {
    opacity: 0.25 !important;
  }

  .op-sm-30 {
    opacity: 0.3 !important;
  }

  .op-sm-30-hover:hover {
    opacity: 0.3 !important;
  }

  .op-sm-30-focus:focus {
    opacity: 0.3 !important;
  }

  .op-sm-30-active:active {
    opacity: 0.3 !important;
  }

  .op-sm-35 {
    opacity: 0.35 !important;
  }

  .op-sm-35-hover:hover {
    opacity: 0.35 !important;
  }

  .op-sm-35-focus:focus {
    opacity: 0.35 !important;
  }

  .op-sm-35-active:active {
    opacity: 0.35 !important;
  }

  .op-sm-40 {
    opacity: 0.4 !important;
  }

  .op-sm-40-hover:hover {
    opacity: 0.4 !important;
  }

  .op-sm-40-focus:focus {
    opacity: 0.4 !important;
  }

  .op-sm-40-active:active {
    opacity: 0.4 !important;
  }

  .op-sm-45 {
    opacity: 0.45 !important;
  }

  .op-sm-45-hover:hover {
    opacity: 0.45 !important;
  }

  .op-sm-45-focus:focus {
    opacity: 0.45 !important;
  }

  .op-sm-45-active:active {
    opacity: 0.45 !important;
  }

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

  .op-sm-50-hover:hover {
    opacity: 0.5 !important;
  }

  .op-sm-50-focus:focus {
    opacity: 0.5 !important;
  }

  .op-sm-50-active:active {
    opacity: 0.5 !important;
  }

  .op-sm-55 {
    opacity: 0.55 !important;
  }

  .op-sm-55-hover:hover {
    opacity: 0.55 !important;
  }

  .op-sm-55-focus:focus {
    opacity: 0.55 !important;
  }

  .op-sm-55-active:active {
    opacity: 0.55 !important;
  }

  .op-sm-60 {
    opacity: 0.6 !important;
  }

  .op-sm-60-hover:hover {
    opacity: 0.6 !important;
  }

  .op-sm-60-focus:focus {
    opacity: 0.6 !important;
  }

  .op-sm-60-active:active {
    opacity: 0.6 !important;
  }

  .op-sm-65 {
    opacity: 0.65 !important;
  }

  .op-sm-65-hover:hover {
    opacity: 0.65 !important;
  }

  .op-sm-65-focus:focus {
    opacity: 0.65 !important;
  }

  .op-sm-65-active:active {
    opacity: 0.65 !important;
  }

  .op-sm-70 {
    opacity: 0.7 !important;
  }

  .op-sm-70-hover:hover {
    opacity: 0.7 !important;
  }

  .op-sm-70-focus:focus {
    opacity: 0.7 !important;
  }

  .op-sm-70-active:active {
    opacity: 0.7 !important;
  }

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

  .op-sm-75-hover:hover {
    opacity: 0.75 !important;
  }

  .op-sm-75-focus:focus {
    opacity: 0.75 !important;
  }

  .op-sm-75-active:active {
    opacity: 0.75 !important;
  }

  .op-sm-80 {
    opacity: 0.8 !important;
  }

  .op-sm-80-hover:hover {
    opacity: 0.8 !important;
  }

  .op-sm-80-focus:focus {
    opacity: 0.8 !important;
  }

  .op-sm-80-active:active {
    opacity: 0.8 !important;
  }

  .op-sm-85 {
    opacity: 0.85 !important;
  }

  .op-sm-85-hover:hover {
    opacity: 0.85 !important;
  }

  .op-sm-85-focus:focus {
    opacity: 0.85 !important;
  }

  .op-sm-85-active:active {
    opacity: 0.85 !important;
  }

  .op-sm-90 {
    opacity: 0.9 !important;
  }

  .op-sm-90-hover:hover {
    opacity: 0.9 !important;
  }

  .op-sm-90-focus:focus {
    opacity: 0.9 !important;
  }

  .op-sm-90-active:active {
    opacity: 0.9 !important;
  }

  .op-sm-95 {
    opacity: 0.95 !important;
  }

  .op-sm-95-hover:hover {
    opacity: 0.95 !important;
  }

  .op-sm-95-focus:focus {
    opacity: 0.95 !important;
  }

  .op-sm-95-active:active {
    opacity: 0.95 !important;
  }

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

  .op-sm-100-hover:hover {
    opacity: 1 !important;
  }

  .op-sm-100-focus:focus {
    opacity: 1 !important;
  }

  .op-sm-100-active:active {
    opacity: 1 !important;
  }

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

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

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

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

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

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

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

  .overflow-y-sm-scroll {
    overflow-y: scroll !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;
  }

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

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

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

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

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

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

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

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

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

  .top-sm-initial {
    top: initial !important;
  }

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

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

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

  .bottom-sm-initial {
    bottom: initial !important;
  }

  [dir="ltr"] .start-sm-0 {
    left: 0 !important;
  }

  [dir="rtl"] .start-sm-0 {
    right: 0 !important;
  }

  [dir="ltr"] .start-sm-50 {
    left: 50% !important;
  }

  [dir="rtl"] .start-sm-50 {
    right: 50% !important;
  }

  [dir="ltr"] .start-sm-100 {
    left: 100% !important;
  }

  [dir="rtl"] .start-sm-100 {
    right: 100% !important;
  }

  [dir="ltr"] .start-sm-initial {
    left: initial !important;
  }

  [dir="rtl"] .start-sm-initial {
    right: initial !important;
  }

  [dir="ltr"] .end-sm-0 {
    right: 0 !important;
  }

  [dir="rtl"] .end-sm-0 {
    left: 0 !important;
  }

  [dir="ltr"] .end-sm-50 {
    right: 50% !important;
  }

  [dir="rtl"] .end-sm-50 {
    left: 50% !important;
  }

  [dir="ltr"] .end-sm-100 {
    right: 100% !important;
  }

  [dir="rtl"] .end-sm-100 {
    left: 100% !important;
  }

  [dir="ltr"] .end-sm-initial {
    right: initial !important;
  }

  [dir="rtl"] .end-sm-initial {
    left: initial !important;
  }

  [dir="ltr"] .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }

  [dir="rtl"] .translate-middle-sm {
    transform: translate(50%, -50%) !important;
  }

  [dir="ltr"] .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }

  [dir="rtl"] .translate-middle-sm-x {
    transform: translateX(50%) !important;
  }

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

  [dir="ltr"] .border-start-sm-0 {
    border-left: 0 !important;
  }

  [dir="rtl"] .border-start-sm-0 {
    border-right: 0 !important;
  }

  [dir="ltr"] .border-start-sm-1 {
    border-left: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-sm-1 {
    border-right: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-sm-2 {
    border-left: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-sm-2 {
    border-right: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-sm-3 {
    border-left: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-sm-3 {
    border-right: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-sm-4 {
    border-left: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-sm-4 {
    border-right: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-sm-5 {
    border-left: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-sm-5 {
    border-right: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-sm-6 {
    border-left: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-sm-6 {
    border-right: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  .border-sm-primary {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-sm-primary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-sm-primary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-sm-primary-active:active {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-sm-secondary {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-sm-secondary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-sm-secondary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-sm-secondary-active:active {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-sm-success {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-sm-success-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-sm-success-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-sm-success-active:active {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-sm-info {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-sm-info-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-sm-info-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-sm-info-active:active {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-sm-warning {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-sm-warning-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-sm-warning-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-sm-warning-active:active {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-sm-danger {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-sm-danger-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-sm-danger-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-sm-danger-active:active {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-sm-light {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-sm-light-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-sm-light-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-sm-light-active:active {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-sm-dark {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-sm-dark-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-sm-dark-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-sm-dark-active:active {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-sm-white {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-sm-white-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-sm-white-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-sm-white-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-sm-black {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-sm-black-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-sm-black-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-sm-black-active:active {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-sm-body {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-sm-body-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-sm-body-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-sm-body-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .w-sm-0 {
    width: 0% !important;
  }

  .w-sm-5 {
    width: 5% !important;
  }

  .w-sm-10 {
    width: 10% !important;
  }

  .w-sm-15 {
    width: 15% !important;
  }

  .w-sm-20 {
    width: 20% !important;
  }

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

  .w-sm-30 {
    width: 30% !important;
  }

  .w-sm-35 {
    width: 35% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-45 {
    width: 45% !important;
  }

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

  .w-sm-55 {
    width: 55% !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .w-sm-65 {
    width: 65% !important;
  }

  .w-sm-70 {
    width: 70% !important;
  }

  .w-sm-71 {
    width: 71% !important;
  }

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

  .w-sm-80 {
    width: 80% !important;
  }

  .w-sm-85 {
    width: 85% !important;
  }

  .w-sm-90 {
    width: 90% !important;
  }

  .w-sm-95 {
    width: 95% !important;
  }

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

  .w-sm-150 {
    width: 150% !important;
  }

  .w-sm-300 {
    width: 300% !important;
  }

  .w-sm-400 {
    width: 400% !important;
  }

  .w-sm-500 {
    width: 500% !important;
  }

  .w-sm-600 {
    width: 600% !important;
  }

  .w-sm-700 {
    width: 700% !important;
  }

  .w-sm-800 {
    width: 800% !important;
  }

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

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

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

  .w-sm-12px {
    width: 12px !important;
  }

  .w-sm-14px {
    width: 14px !important;
  }

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

  .w-sm-16px {
    width: 16px !important;
  }

  .w-sm-18px {
    width: 18px !important;
  }

  .w-sm-19px {
    width: 19px !important;
  }

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

  .w-sm-22px {
    width: 22px !important;
  }

  .w-sm-24px {
    width: 24px !important;
  }

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

  .w-sm-26px {
    width: 26px !important;
  }

  .w-sm-28px {
    width: 28px !important;
  }

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

  .w-sm-32px {
    width: 32px !important;
  }

  .w-sm-34px {
    width: 34px !important;
  }

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

  .w-sm-36px {
    width: 36px !important;
  }

  .w-sm-38px {
    width: 38px !important;
  }

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

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

  .w-sm-48px {
    width: 48px !important;
  }

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

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

  .w-sm-56px {
    width: 56px !important;
  }

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

  .w-sm-64px {
    width: 64px !important;
  }

  .w-sm-68px {
    width: 68px !important;
  }

  .w-sm-72px {
    width: 72px !important;
  }

  .w-sm-74px {
    width: 74px !important;
  }

  .w-sm-82px {
    width: 82px !important;
  }

  .w-sm-86px {
    width: 86px !important;
  }

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

  .w-sm-88px {
    width: 88px !important;
  }

  .w-sm-96px {
    width: 96px !important;
  }

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

  .w-sm-110px {
    width: 110px !important;
  }

  .w-sm-116px {
    width: 116px !important;
  }

  .w-sm-120px {
    width: 120px !important;
  }

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

  .w-sm-162px {
    width: 162px !important;
  }

  .w-sm-168px {
    width: 168px !important;
  }

  .w-sm-165px {
    width: 165px !important;
  }

  .w-sm-190px {
    width: 190px !important;
  }

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

  .w-sm-202px {
    width: 202px !important;
  }

  .w-sm-205px {
    width: 205px !important;
  }

  .w-sm-208px {
    width: 208px !important;
  }

  .w-sm-210px {
    width: 210px !important;
  }

  .w-sm-212px {
    width: 212px !important;
  }

  .w-sm-214px {
    width: 214px !important;
  }

  .w-sm-216px {
    width: 216px !important;
  }

  .w-sm-220px {
    width: 220px !important;
  }

  .w-sm-226px {
    width: 226px !important;
  }

  .w-sm-230px {
    width: 230px !important;
  }

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

  .w-sm-356px {
    width: 356px !important;
  }

  .w-sm-262px {
    width: 262px !important;
  }

  .w-sm-266px {
    width: 266px !important;
  }

  .w-sm-368px {
    width: 368px !important;
  }

  .w-sm-376px {
    width: 376px !important;
  }

  .w-sm-279px {
    width: 279px !important;
  }

  .w-sm-260px {
    width: 260px !important;
  }

  .w-sm-278px {
    width: 278px !important;
  }

  .w-sm-394px {
    width: 394px !important;
  }

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

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

  .w-sm-417px {
    width: 417px !important;
  }

  .w-sm-420px {
    width: 420px !important;
  }

  .w-sm-434px {
    width: 434px !important;
  }

  .w-sm-456px {
    width: 456px !important;
  }

  .w-sm-460px {
    width: 460px !important;
  }

  .w-sm-476px {
    width: 476px !important;
  }

  .w-sm-530px {
    width: 530px !important;
  }

  .w-sm-570px {
    width: 570px !important;
  }

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

  .w-sm-720px {
    width: 720px !important;
  }

  .w-sm-100p5 {
    width: calc(100% + 3rem) !important;
  }

  .w-sm-100p62px {
    width: calc(100% + 62px) !important;
  }

  .w-sm-100p120px {
    width: calc(100% + 120px) !important;
  }

  .w-sm-100p60px {
    width: calc(100% + 60px) !important;
  }

  .w-sm-100p196px {
    width: calc(100% + 196px) !important;
  }

  .w-sm-100m60px {
    width: calc(100% - 60px) !important;
  }

  .w-sm-45p100px {
    width: calc(45% + 100px) !important;
  }

  .w-sm-100p148px {
    width: calc(100% + 148px) !important;
  }

  .w-sm-100p296px {
    width: calc(100% + 296px) !important;
  }

  .w-sm-100p192px {
    width: calc(100% + 192px) !important;
  }

  .w-sm-100p150px {
    width: calc(100% + 150px) !important;
  }

  .w-sm-100p92px {
    width: calc(100% + 92px) !important;
  }

  .w-sm-100pgutter {
    width: calc(100% + 0.75rem) !important;
  }

  .w-sm-100m100px {
    width: calc(100% - 100px) !important;
  }

  .w-sm-100m24px {
    width: calc(100% - 24px) !important;
  }

  .max-w-sm-0 {
    max-width: 0% !important;
  }

  .max-w-sm-5 {
    max-width: 5% !important;
  }

  .max-w-sm-10 {
    max-width: 10% !important;
  }

  .max-w-sm-15 {
    max-width: 15% !important;
  }

  .max-w-sm-20 {
    max-width: 20% !important;
  }

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

  .max-w-sm-30 {
    max-width: 30% !important;
  }

  .max-w-sm-35 {
    max-width: 35% !important;
  }

  .max-w-sm-40 {
    max-width: 40% !important;
  }

  .max-w-sm-45 {
    max-width: 45% !important;
  }

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

  .max-w-sm-55 {
    max-width: 55% !important;
  }

  .max-w-sm-60 {
    max-width: 60% !important;
  }

  .max-w-sm-65 {
    max-width: 65% !important;
  }

  .max-w-sm-70 {
    max-width: 70% !important;
  }

  .max-w-sm-71 {
    max-width: 71% !important;
  }

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

  .max-w-sm-80 {
    max-width: 80% !important;
  }

  .max-w-sm-85 {
    max-width: 85% !important;
  }

  .max-w-sm-90 {
    max-width: 90% !important;
  }

  .max-w-sm-95 {
    max-width: 95% !important;
  }

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

  .max-w-sm-150 {
    max-width: 150% !important;
  }

  .max-w-sm-300 {
    max-width: 300% !important;
  }

  .max-w-sm-400 {
    max-width: 400% !important;
  }

  .max-w-sm-500 {
    max-width: 500% !important;
  }

  .max-w-sm-600 {
    max-width: 600% !important;
  }

  .max-w-sm-700 {
    max-width: 700% !important;
  }

  .max-w-sm-800 {
    max-width: 800% !important;
  }

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

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

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

  .max-w-sm-12px {
    max-width: 12px !important;
  }

  .max-w-sm-14px {
    max-width: 14px !important;
  }

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

  .max-w-sm-16px {
    max-width: 16px !important;
  }

  .max-w-sm-18px {
    max-width: 18px !important;
  }

  .max-w-sm-19px {
    max-width: 19px !important;
  }

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

  .max-w-sm-22px {
    max-width: 22px !important;
  }

  .max-w-sm-24px {
    max-width: 24px !important;
  }

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

  .max-w-sm-26px {
    max-width: 26px !important;
  }

  .max-w-sm-28px {
    max-width: 28px !important;
  }

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

  .max-w-sm-32px {
    max-width: 32px !important;
  }

  .max-w-sm-34px {
    max-width: 34px !important;
  }

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

  .max-w-sm-36px {
    max-width: 36px !important;
  }

  .max-w-sm-38px {
    max-width: 38px !important;
  }

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

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

  .max-w-sm-48px {
    max-width: 48px !important;
  }

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

  .max-w-sm-52px {
    max-width: 50px !important;
  }

  .max-w-sm-56px {
    max-width: 56px !important;
  }

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

  .max-w-sm-64px {
    max-width: 64px !important;
  }

  .max-w-sm-68px {
    max-width: 68px !important;
  }

  .max-w-sm-72px {
    max-width: 72px !important;
  }

  .max-w-sm-74px {
    max-width: 74px !important;
  }

  .max-w-sm-82px {
    max-width: 82px !important;
  }

  .max-w-sm-86px {
    max-width: 86px !important;
  }

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

  .max-w-sm-88px {
    max-width: 88px !important;
  }

  .max-w-sm-96px {
    max-width: 96px !important;
  }

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

  .max-w-sm-110px {
    max-width: 110px !important;
  }

  .max-w-sm-116px {
    max-width: 116px !important;
  }

  .max-w-sm-120px {
    max-width: 120px !important;
  }

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

  .max-w-sm-162px {
    max-width: 162px !important;
  }

  .max-w-sm-168px {
    max-width: 168px !important;
  }

  .max-w-sm-165px {
    max-width: 165px !important;
  }

  .max-w-sm-190px {
    max-width: 190px !important;
  }

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

  .max-w-sm-202px {
    max-width: 202px !important;
  }

  .max-w-sm-205px {
    max-width: 205px !important;
  }

  .max-w-sm-208px {
    max-width: 208px !important;
  }

  .max-w-sm-210px {
    max-width: 210px !important;
  }

  .max-w-sm-212px {
    max-width: 212px !important;
  }

  .max-w-sm-214px {
    max-width: 214px !important;
  }

  .max-w-sm-216px {
    max-width: 216px !important;
  }

  .max-w-sm-220px {
    max-width: 220px !important;
  }

  .max-w-sm-226px {
    max-width: 226px !important;
  }

  .max-w-sm-230px {
    max-width: 230px !important;
  }

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

  .max-w-sm-356px {
    max-width: 356px !important;
  }

  .max-w-sm-262px {
    max-width: 262px !important;
  }

  .max-w-sm-266px {
    max-width: 266px !important;
  }

  .max-w-sm-368px {
    max-width: 368px !important;
  }

  .max-w-sm-376px {
    max-width: 376px !important;
  }

  .max-w-sm-279px {
    max-width: 279px !important;
  }

  .max-w-sm-260px {
    max-width: 260px !important;
  }

  .max-w-sm-278px {
    max-width: 278px !important;
  }

  .max-w-sm-394px {
    max-width: 394px !important;
  }

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

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

  .max-w-sm-417px {
    max-width: 417px !important;
  }

  .max-w-sm-420px {
    max-width: 420px !important;
  }

  .max-w-sm-434px {
    max-width: 434px !important;
  }

  .max-w-sm-456px {
    max-width: 456px !important;
  }

  .max-w-sm-460px {
    max-width: 460px !important;
  }

  .max-w-sm-476px {
    max-width: 476px !important;
  }

  .max-w-sm-530px {
    max-width: 530px !important;
  }

  .max-w-sm-570px {
    max-width: 570px !important;
  }

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

  .max-w-sm-720px {
    max-width: 720px !important;
  }

  .max-w-sm-100p5 {
    max-width: calc(100% + 3rem) !important;
  }

  .max-w-sm-100p62px {
    max-width: calc(100% + 62px) !important;
  }

  .max-w-sm-100p120px {
    max-width: calc(100% + 120px) !important;
  }

  .max-w-sm-100p60px {
    max-width: calc(100% + 60px) !important;
  }

  .max-w-sm-100p196px {
    max-width: calc(100% + 196px) !important;
  }

  .max-w-sm-100m60px {
    max-width: calc(100% - 60px) !important;
  }

  .max-w-sm-45p100px {
    max-width: calc(45% + 100px) !important;
  }

  .max-w-sm-100p148px {
    max-width: calc(100% + 148px) !important;
  }

  .max-w-sm-100p296px {
    max-width: calc(100% + 296px) !important;
  }

  .max-w-sm-100p192px {
    max-width: calc(100% + 192px) !important;
  }

  .max-w-sm-100p150px {
    max-width: calc(100% + 150px) !important;
  }

  .max-w-sm-100p92px {
    max-width: calc(100% + 92px) !important;
  }

  .max-w-sm-100pgutter {
    max-width: calc(100% + 0.75rem) !important;
  }

  .max-w-sm-100m100px {
    max-width: calc(100% - 100px) !important;
  }

  .max-w-sm-100m24px {
    max-width: calc(100% - 24px) !important;
  }

  .h-sm-0 {
    height: 0% !important;
  }

  .h-sm-5 {
    height: 5% !important;
  }

  .h-sm-10 {
    height: 10% !important;
  }

  .h-sm-15 {
    height: 15% !important;
  }

  .h-sm-20 {
    height: 20% !important;
  }

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

  .h-sm-30 {
    height: 30% !important;
  }

  .h-sm-35 {
    height: 35% !important;
  }

  .h-sm-40 {
    height: 40% !important;
  }

  .h-sm-45 {
    height: 45% !important;
  }

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

  .h-sm-55 {
    height: 55% !important;
  }

  .h-sm-60 {
    height: 60% !important;
  }

  .h-sm-65 {
    height: 65% !important;
  }

  .h-sm-70 {
    height: 70% !important;
  }

  .h-sm-71 {
    height: 71% !important;
  }

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

  .h-sm-80 {
    height: 80% !important;
  }

  .h-sm-85 {
    height: 85% !important;
  }

  .h-sm-90 {
    height: 90% !important;
  }

  .h-sm-95 {
    height: 95% !important;
  }

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

  .h-sm-150 {
    height: 150% !important;
  }

  .h-sm-300 {
    height: 300% !important;
  }

  .h-sm-400 {
    height: 400% !important;
  }

  .h-sm-500 {
    height: 500% !important;
  }

  .h-sm-600 {
    height: 600% !important;
  }

  .h-sm-700 {
    height: 700% !important;
  }

  .h-sm-800 {
    height: 800% !important;
  }

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

  .h-sm-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

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

  .h-sm-12px {
    height: 12px !important;
  }

  .h-sm-14px {
    height: 14px !important;
  }

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

  .h-sm-16px {
    height: 16px !important;
  }

  .h-sm-18px {
    height: 18px !important;
  }

  .h-sm-19px {
    height: 19px !important;
  }

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

  .h-sm-22px {
    height: 22px !important;
  }

  .h-sm-24px {
    height: 24px !important;
  }

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

  .h-sm-26px {
    height: 26px !important;
  }

  .h-sm-28px {
    height: 28px !important;
  }

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

  .h-sm-32px {
    height: 32px !important;
  }

  .h-sm-34px {
    height: 34px !important;
  }

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

  .h-sm-36px {
    height: 36px !important;
  }

  .h-sm-38px {
    height: 38px !important;
  }

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

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

  .h-sm-48px {
    height: 48px !important;
  }

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

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

  .h-sm-56px {
    height: 56px !important;
  }

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

  .h-sm-64px {
    height: 64px !important;
  }

  .h-sm-68px {
    height: 68px !important;
  }

  .h-sm-72px {
    height: 72px !important;
  }

  .h-sm-74px {
    height: 74px !important;
  }

  .h-sm-82px {
    height: 82px !important;
  }

  .h-sm-86px {
    height: 86px !important;
  }

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

  .h-sm-88px {
    height: 88px !important;
  }

  .h-sm-96px {
    height: 96px !important;
  }

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

  .h-sm-110px {
    height: 110px !important;
  }

  .h-sm-116px {
    height: 116px !important;
  }

  .h-sm-120px {
    height: 120px !important;
  }

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

  .h-sm-162px {
    height: 162px !important;
  }

  .h-sm-168px {
    height: 168px !important;
  }

  .h-sm-165px {
    height: 165px !important;
  }

  .h-sm-190px {
    height: 190px !important;
  }

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

  .h-sm-202px {
    height: 202px !important;
  }

  .h-sm-205px {
    height: 205px !important;
  }

  .h-sm-208px {
    height: 208px !important;
  }

  .h-sm-210px {
    height: 210px !important;
  }

  .h-sm-212px {
    height: 212px !important;
  }

  .h-sm-214px {
    height: 214px !important;
  }

  .h-sm-216px {
    height: 216px !important;
  }

  .h-sm-220px {
    height: 220px !important;
  }

  .h-sm-226px {
    height: 226px !important;
  }

  .h-sm-230px {
    height: 230px !important;
  }

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

  .h-sm-356px {
    height: 356px !important;
  }

  .h-sm-262px {
    height: 262px !important;
  }

  .h-sm-266px {
    height: 266px !important;
  }

  .h-sm-368px {
    height: 368px !important;
  }

  .h-sm-376px {
    height: 376px !important;
  }

  .h-sm-279px {
    height: 279px !important;
  }

  .h-sm-260px {
    height: 260px !important;
  }

  .h-sm-278px {
    height: 278px !important;
  }

  .h-sm-394px {
    height: 394px !important;
  }

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

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

  .h-sm-417px {
    height: 417px !important;
  }

  .h-sm-420px {
    height: 420px !important;
  }

  .h-sm-434px {
    height: 434px !important;
  }

  .h-sm-456px {
    height: 456px !important;
  }

  .h-sm-460px {
    height: 460px !important;
  }

  .h-sm-476px {
    height: 476px !important;
  }

  .h-sm-530px {
    height: 530px !important;
  }

  .h-sm-570px {
    height: 570px !important;
  }

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

  .h-sm-720px {
    height: 720px !important;
  }

  .h-sm-100p5 {
    height: calc(100% + 3rem) !important;
  }

  .h-sm-100p62px {
    height: calc(100% + 62px) !important;
  }

  .h-sm-100p120px {
    height: calc(100% + 120px) !important;
  }

  .h-sm-100p60px {
    height: calc(100% + 60px) !important;
  }

  .h-sm-100p196px {
    height: calc(100% + 196px) !important;
  }

  .h-sm-100m60px {
    height: calc(100% - 60px) !important;
  }

  .h-sm-45p100px {
    height: calc(45% + 100px) !important;
  }

  .h-sm-100p148px {
    height: calc(100% + 148px) !important;
  }

  .h-sm-100p296px {
    height: calc(100% + 296px) !important;
  }

  .h-sm-100p192px {
    height: calc(100% + 192px) !important;
  }

  .h-sm-100p150px {
    height: calc(100% + 150px) !important;
  }

  .h-sm-100p92px {
    height: calc(100% + 92px) !important;
  }

  .h-sm-100pgutter {
    height: calc(100% + 0.75rem) !important;
  }

  .h-sm-100m100px {
    height: calc(100% - 100px) !important;
  }

  .h-sm-100m24px {
    height: calc(100% - 24px) !important;
  }

  .max-h-sm-0 {
    max-height: 0% !important;
  }

  .max-h-sm-5 {
    max-height: 5% !important;
  }

  .max-h-sm-10 {
    max-height: 10% !important;
  }

  .max-h-sm-15 {
    max-height: 15% !important;
  }

  .max-h-sm-20 {
    max-height: 20% !important;
  }

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

  .max-h-sm-30 {
    max-height: 30% !important;
  }

  .max-h-sm-35 {
    max-height: 35% !important;
  }

  .max-h-sm-40 {
    max-height: 40% !important;
  }

  .max-h-sm-45 {
    max-height: 45% !important;
  }

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

  .max-h-sm-55 {
    max-height: 55% !important;
  }

  .max-h-sm-60 {
    max-height: 60% !important;
  }

  .max-h-sm-65 {
    max-height: 65% !important;
  }

  .max-h-sm-70 {
    max-height: 70% !important;
  }

  .max-h-sm-71 {
    max-height: 71% !important;
  }

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

  .max-h-sm-80 {
    max-height: 80% !important;
  }

  .max-h-sm-85 {
    max-height: 85% !important;
  }

  .max-h-sm-90 {
    max-height: 90% !important;
  }

  .max-h-sm-95 {
    max-height: 95% !important;
  }

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

  .max-h-sm-150 {
    max-height: 150% !important;
  }

  .max-h-sm-300 {
    max-height: 300% !important;
  }

  .max-h-sm-400 {
    max-height: 400% !important;
  }

  .max-h-sm-500 {
    max-height: 500% !important;
  }

  .max-h-sm-600 {
    max-height: 600% !important;
  }

  .max-h-sm-700 {
    max-height: 700% !important;
  }

  .max-h-sm-800 {
    max-height: 800% !important;
  }

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

  .max-h-sm-fit-content {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }

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

  .max-h-sm-12px {
    max-height: 12px !important;
  }

  .max-h-sm-14px {
    max-height: 14px !important;
  }

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

  .max-h-sm-16px {
    max-height: 16px !important;
  }

  .max-h-sm-18px {
    max-height: 18px !important;
  }

  .max-h-sm-19px {
    max-height: 19px !important;
  }

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

  .max-h-sm-22px {
    max-height: 22px !important;
  }

  .max-h-sm-24px {
    max-height: 24px !important;
  }

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

  .max-h-sm-26px {
    max-height: 26px !important;
  }

  .max-h-sm-28px {
    max-height: 28px !important;
  }

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

  .max-h-sm-32px {
    max-height: 32px !important;
  }

  .max-h-sm-34px {
    max-height: 34px !important;
  }

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

  .max-h-sm-36px {
    max-height: 36px !important;
  }

  .max-h-sm-38px {
    max-height: 38px !important;
  }

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

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

  .max-h-sm-48px {
    max-height: 48px !important;
  }

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

  .max-h-sm-52px {
    max-height: 50px !important;
  }

  .max-h-sm-56px {
    max-height: 56px !important;
  }

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

  .max-h-sm-64px {
    max-height: 64px !important;
  }

  .max-h-sm-68px {
    max-height: 68px !important;
  }

  .max-h-sm-72px {
    max-height: 72px !important;
  }

  .max-h-sm-74px {
    max-height: 74px !important;
  }

  .max-h-sm-82px {
    max-height: 82px !important;
  }

  .max-h-sm-86px {
    max-height: 86px !important;
  }

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

  .max-h-sm-88px {
    max-height: 88px !important;
  }

  .max-h-sm-96px {
    max-height: 96px !important;
  }

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

  .max-h-sm-110px {
    max-height: 110px !important;
  }

  .max-h-sm-116px {
    max-height: 116px !important;
  }

  .max-h-sm-120px {
    max-height: 120px !important;
  }

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

  .max-h-sm-162px {
    max-height: 162px !important;
  }

  .max-h-sm-168px {
    max-height: 168px !important;
  }

  .max-h-sm-165px {
    max-height: 165px !important;
  }

  .max-h-sm-190px {
    max-height: 190px !important;
  }

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

  .max-h-sm-202px {
    max-height: 202px !important;
  }

  .max-h-sm-205px {
    max-height: 205px !important;
  }

  .max-h-sm-208px {
    max-height: 208px !important;
  }

  .max-h-sm-210px {
    max-height: 210px !important;
  }

  .max-h-sm-212px {
    max-height: 212px !important;
  }

  .max-h-sm-214px {
    max-height: 214px !important;
  }

  .max-h-sm-216px {
    max-height: 216px !important;
  }

  .max-h-sm-220px {
    max-height: 220px !important;
  }

  .max-h-sm-226px {
    max-height: 226px !important;
  }

  .max-h-sm-230px {
    max-height: 230px !important;
  }

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

  .max-h-sm-356px {
    max-height: 356px !important;
  }

  .max-h-sm-262px {
    max-height: 262px !important;
  }

  .max-h-sm-266px {
    max-height: 266px !important;
  }

  .max-h-sm-368px {
    max-height: 368px !important;
  }

  .max-h-sm-376px {
    max-height: 376px !important;
  }

  .max-h-sm-279px {
    max-height: 279px !important;
  }

  .max-h-sm-260px {
    max-height: 260px !important;
  }

  .max-h-sm-278px {
    max-height: 278px !important;
  }

  .max-h-sm-394px {
    max-height: 394px !important;
  }

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

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

  .max-h-sm-417px {
    max-height: 417px !important;
  }

  .max-h-sm-420px {
    max-height: 420px !important;
  }

  .max-h-sm-434px {
    max-height: 434px !important;
  }

  .max-h-sm-456px {
    max-height: 456px !important;
  }

  .max-h-sm-460px {
    max-height: 460px !important;
  }

  .max-h-sm-476px {
    max-height: 476px !important;
  }

  .max-h-sm-530px {
    max-height: 530px !important;
  }

  .max-h-sm-570px {
    max-height: 570px !important;
  }

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

  .max-h-sm-720px {
    max-height: 720px !important;
  }

  .max-h-sm-100p5 {
    max-height: calc(100% + 3rem) !important;
  }

  .max-h-sm-100p62px {
    max-height: calc(100% + 62px) !important;
  }

  .max-h-sm-100p120px {
    max-height: calc(100% + 120px) !important;
  }

  .max-h-sm-100p60px {
    max-height: calc(100% + 60px) !important;
  }

  .max-h-sm-100p196px {
    max-height: calc(100% + 196px) !important;
  }

  .max-h-sm-100m60px {
    max-height: calc(100% - 60px) !important;
  }

  .max-h-sm-45p100px {
    max-height: calc(45% + 100px) !important;
  }

  .max-h-sm-100p148px {
    max-height: calc(100% + 148px) !important;
  }

  .max-h-sm-100p296px {
    max-height: calc(100% + 296px) !important;
  }

  .max-h-sm-100p192px {
    max-height: calc(100% + 192px) !important;
  }

  .max-h-sm-100p150px {
    max-height: calc(100% + 150px) !important;
  }

  .max-h-sm-100p92px {
    max-height: calc(100% + 92px) !important;
  }

  .max-h-sm-100pgutter {
    max-height: calc(100% + 0.75rem) !important;
  }

  .max-h-sm-100m100px {
    max-height: calc(100% - 100px) !important;
  }

  .max-h-sm-100m24px {
    max-height: calc(100% - 24px) !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-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

  .m-sm-gutter {
    margin: 0.75rem !important;
  }

  .m-sm-40px {
    margin: 40px !important;
  }

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

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

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

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

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

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

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

  .mx-sm-gutter {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-sm-40px {
    margin-right: 40px !important;
    margin-left: 40px !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

  .my-sm-gutter {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-sm-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

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

  .mt-sm-gutter {
    margin-top: 0.75rem !important;
  }

  .mt-sm-40px {
    margin-top: 40px !important;
  }

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

  [dir="ltr"] .me-sm-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .me-sm-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .me-sm-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .me-sm-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .me-sm-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .me-sm-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .me-sm-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .me-sm-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .me-sm-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .me-sm-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="rtl"] .me-sm-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="ltr"] .me-sm-40px {
    margin-right: 40px !important;
  }

  [dir="rtl"] .me-sm-40px {
    margin-left: 40px !important;
  }

  [dir="ltr"] .me-sm-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .me-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .mb-sm-gutter {
    margin-bottom: 0.75rem !important;
  }

  .mb-sm-40px {
    margin-bottom: 40px !important;
  }

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

  [dir="ltr"] .ms-sm-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ms-sm-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ms-sm-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ms-sm-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .ms-sm-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ms-sm-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ms-sm-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .ms-sm-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ms-sm-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .ms-sm-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="rtl"] .ms-sm-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="ltr"] .ms-sm-40px {
    margin-left: 40px !important;
  }

  [dir="rtl"] .ms-sm-40px {
    margin-right: 40px !important;
  }

  [dir="ltr"] .ms-sm-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ms-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

  .m-sm-ngutter {
    margin: -0.75rem !important;
  }

  .m-sm-n40px {
    margin: -40px !important;
  }

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

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

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

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

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

  .mx-sm-ngutter {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-sm-n40px {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

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

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

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

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

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

  .my-sm-ngutter {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-sm-n40px {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

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

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

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

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

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

  .mt-sm-ngutter {
    margin-top: -0.75rem !important;
  }

  .mt-sm-n40px {
    margin-top: -40px !important;
  }

  [dir="ltr"] .me-sm-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-sm-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-sm-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-sm-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-sm-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-sm-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-sm-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-sm-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-sm-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-sm-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-sm-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-sm-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-sm-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-sm-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-sm-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-sm-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-sm-n3 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-sm-n3 {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-sm-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-sm-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-sm-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-sm-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-sm-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-sm-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-sm-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-sm-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-sm-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-sm-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-sm-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-sm-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-sm-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-sm-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-sm-n5 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-sm-n5 {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-sm-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-sm-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-sm-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-sm-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-sm-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-sm-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-sm-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-sm-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-sm-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-sm-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-sm-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-sm-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-sm-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-sm-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-sm-n40px {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-sm-n40px {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-sm-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-sm-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-sm-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-sm-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-sm-n40px-active:active {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-sm-n40px-active:active {
    margin-left: -40px !important;
  }

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

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

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

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

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

  .mb-sm-ngutter {
    margin-bottom: -0.75rem !important;
  }

  .mb-sm-n40px {
    margin-bottom: -40px !important;
  }

  [dir="ltr"] .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-sm-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-sm-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-sm-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-sm-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-sm-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-sm-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-sm-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-sm-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-sm-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-sm-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-sm-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-sm-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-sm-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-sm-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-sm-n3 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-sm-n3 {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-sm-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-sm-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-sm-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-sm-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-sm-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-sm-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-sm-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-sm-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-sm-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-sm-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-sm-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-sm-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-sm-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-sm-n5 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-sm-n5 {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-sm-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-sm-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-sm-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-sm-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-sm-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-sm-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-sm-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-sm-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-sm-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-sm-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-sm-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-sm-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-sm-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-sm-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-sm-n40px {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-sm-n40px {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-sm-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-sm-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-sm-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-sm-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-sm-n40px-active:active {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-sm-n40px-active:active {
    margin-right: -40px !important;
  }

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

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

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

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

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

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

  .p-sm-gutter {
    padding: 0.75rem !important;
  }

  .p-sm-40px {
    padding: 40px !important;
  }

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

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

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

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

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

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

  .px-sm-gutter {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

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

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

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

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

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

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

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

  .py-sm-gutter {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-sm-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

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

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

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

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

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

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

  .pt-sm-gutter {
    padding-top: 0.75rem !important;
  }

  .pt-sm-40px {
    padding-top: 40px !important;
  }

  [dir="ltr"] .pe-sm-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-sm-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-sm-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-sm-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-sm-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-sm-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-sm-0-active:active {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-sm-0-active:active {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-sm-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-sm-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-sm-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-sm-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-sm-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-sm-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-sm-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-sm-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-sm-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-sm-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-sm-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-sm-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-sm-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-sm-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-sm-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-sm-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-sm-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-sm-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-sm-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-sm-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-sm-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-sm-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-sm-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-sm-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-sm-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-sm-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-sm-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-sm-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-sm-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-sm-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-sm-5 {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-sm-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-sm-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-sm-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-sm-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-sm-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-sm-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-sm-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-sm-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-sm-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-sm-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-sm-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-sm-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-sm-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-sm-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-sm-40px {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-sm-40px {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-sm-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-sm-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-sm-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-sm-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-sm-40px-active:active {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-sm-40px-active:active {
    padding-left: 40px !important;
  }

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

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

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

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

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

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

  .pb-sm-gutter {
    padding-bottom: 0.75rem !important;
  }

  .pb-sm-40px {
    padding-bottom: 40px !important;
  }

  [dir="ltr"] .ps-sm-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-sm-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-sm-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-sm-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-sm-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-sm-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-sm-0-active:active {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-sm-0-active:active {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-sm-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-sm-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-sm-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-sm-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-sm-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-sm-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-sm-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-sm-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-sm-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-sm-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-sm-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-sm-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-sm-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-sm-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-sm-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-sm-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-sm-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-sm-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-sm-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-sm-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-sm-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-sm-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-sm-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-sm-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-sm-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-sm-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-sm-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-sm-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-sm-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-sm-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-sm-5 {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-sm-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-sm-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-sm-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-sm-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-sm-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-sm-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-sm-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-sm-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-sm-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-sm-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-sm-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-sm-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-sm-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-sm-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-sm-40px {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-sm-40px {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-sm-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-sm-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-sm-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-sm-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-sm-40px-active:active {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-sm-40px-active:active {
    padding-right: 40px !important;
  }

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

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

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

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

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

  .gap-sm-gutter {
    gap: 0.75rem !important;
  }

  .gap-sm-40px {
    gap: 40px !important;
  }

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

  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }

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

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

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

  .row-gap-sm-gutter {
    row-gap: 0.75rem !important;
  }

  .row-gap-sm-40px {
    row-gap: 40px !important;
  }

  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .column-gap-sm-gutter {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .column-gap-sm-40px {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

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

  .fs-sm-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-sm-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-sm-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

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

  .fs-sm-6 {
    font-size: 1rem !important;
  }
  /* rtl:begin:remove */
  .lh-sm-1 {
    line-height: 1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-sm-1p1 {
    line-height: 1.1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-sm-1p2 {
    line-height: 1.2 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-sm-1p5 {
    line-height: 1.5 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-sm-1p7 {
    line-height: 1.7 !important;
  }
  /* rtl:end:remove */
  [dir="ltr"] .text-sm-start {
    text-align: left !important;
  }

  [dir="rtl"] .text-sm-start {
    text-align: right !important;
  }

  [dir="ltr"] .text-sm-end {
    text-align: right !important;
  }

  [dir="rtl"] .text-sm-end {
    text-align: left !important;
  }

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

  .text-sm-justify {
    text-align: justify !important;
  }

  .text-sm-primary {
    color: #c3ff7c !important;
  }

  .text-sm-secondary {
    color: #6c757d !important;
  }

  .text-sm-success {
    color: #198754 !important;
  }

  .text-sm-info {
    color: #0dcaf0 !important;
  }

  .text-sm-warning {
    color: #ffc107 !important;
  }

  .text-sm-danger {
    color: #dc3545 !important;
  }

  .text-sm-light {
    color: #f8f9fa !important;
  }

  .text-sm-dark {
    color: #050605 !important;
  }

  .text-sm-white {
    color: #fff !important;
  }

  .text-sm-black {
    color: #000 !important;
  }

  .rounded-sm {
    border-radius: 0.375rem !important;
  }

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

  .rounded-sm-1 {
    border-radius: 0.25rem !important;
  }

  .rounded-sm-2 {
    border-radius: 0.375rem !important;
  }

  .rounded-sm-3 {
    border-radius: 0.5rem !important;
  }

  .rounded-sm-4 {
    border-radius: 1rem !important;
  }

  .rounded-sm-5 {
    border-radius: 2rem !important;
  }

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

  .rounded-sm-pill {
    border-radius: 50rem !important;
  }

  .rounded-sm-5px {
    border-radius: 5px !important;
  }

  .rounded-sm-6px {
    border-radius: 6px !important;
  }

  .rounded-sm-8px {
    border-radius: 8px !important;
  }

  .rounded-sm-10px {
    border-radius: 10px !important;
  }

  .rounded-sm-12px {
    border-radius: 12px !important;
  }

  .rounded-sm-15px {
    border-radius: 15px !important;
  }

  .rounded-sm-20px {
    border-radius: 20px !important;
  }

  .rounded-top-sm {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-sm-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .rounded-top-sm-1 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-sm-2 {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-sm-3 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .rounded-top-sm-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .rounded-top-sm-5 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  .rounded-top-sm-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .rounded-top-sm-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  .rounded-top-sm-5px {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  .rounded-top-sm-6px {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .rounded-top-sm-8px {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .rounded-top-sm-10px {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .rounded-top-sm-12px {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .rounded-top-sm-15px {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  .rounded-top-sm-20px {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-end-sm {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-sm {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-end-sm-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-end-sm-1 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-end-sm-1 {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-end-sm-2 {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-sm-2 {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-sm-3 {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-end-sm-3 {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-end-sm-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-end-sm-4 {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-end-sm-5 {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-end-sm-5 {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-end-sm-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-end-sm-circle {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-end-sm-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-end-sm-pill {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-end-sm-5px {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-end-sm-5px {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-end-sm-6px {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-end-sm-6px {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-end-sm-8px {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-end-sm-8px {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-end-sm-10px {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-end-sm-10px {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-end-sm-12px {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-end-sm-12px {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-end-sm-15px {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-end-sm-15px {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-end-sm-20px {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-end-sm-20px {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .rounded-bottom-sm {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-sm-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .rounded-bottom-sm-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-sm-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-sm-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .rounded-bottom-sm-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .rounded-bottom-sm-5 {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  .rounded-bottom-sm-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .rounded-bottom-sm-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  .rounded-bottom-sm-5px {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  .rounded-bottom-sm-6px {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-sm-8px {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .rounded-bottom-sm-10px {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .rounded-bottom-sm-12px {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .rounded-bottom-sm-15px {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  .rounded-bottom-sm-20px {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-start-sm {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-sm {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-sm-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-start-sm-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-start-sm-1 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-start-sm-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-start-sm-2 {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-sm-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-sm-3 {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-start-sm-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-start-sm-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-start-sm-4 {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-start-sm-5 {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-start-sm-5 {
    border-bottom-right-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-start-sm-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-start-sm-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-start-sm-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-start-sm-pill {
    border-bottom-right-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-start-sm-5px {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-start-sm-5px {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-start-sm-6px {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-start-sm-6px {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-start-sm-8px {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-start-sm-8px {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-start-sm-10px {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-start-sm-10px {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-start-sm-12px {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-start-sm-12px {
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-start-sm-15px {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-start-sm-15px {
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-start-sm-20px {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-start-sm-20px {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .object-position-sm-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  [dir="ltr"] .object-position-sm-start {
    -o-object-position: left !important;
       object-position: left !important;
  }

  [dir="rtl"] .object-position-sm-start {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="ltr"] .object-position-sm-end {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="rtl"] .object-position-sm-end {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .object-position-sm-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  [dir="ltr"] .object-position-sm-center-start {
    -o-object-position: center left !important;
       object-position: center left !important;
  }

  [dir="rtl"] .object-position-sm-center-start {
    -o-object-position: center right !important;
       object-position: center right !important;
  }

  .bg-sm-gradient-top-bottom-dark-transparent {
    background: linear-gradient(to bottom, #050605, transparent) !important;
  }

  [dir="ltr"] .bg-sm-gradient-left-right-primary {
    background: linear-gradient(to right, #c3ff7c, #9ccc63) !important;
  }

  [dir="rtl"] .bg-sm-gradient-left-right-primary {
    background: linear-gradient(to left, #c3ff7c, #9ccc63) !important;
  }

  .bg-sm-gradient-bottom-top-black-transparent {
    background: linear-gradient(to top, #000, transparent) !important;
  }

  .bg-sm-gradient-bottom-top-black-transparent-50 {
    background: linear-gradient(to top, #000, transparent 50%) !important;
  }

  .bg-sm-gradient-top-bottom-black-transparent-50 {
    background: linear-gradient(to bottom, #000, transparent 50%) !important;
  }

  [dir="ltr"] .rounded-top-start-sm {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-sm {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-sm-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-start-sm-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-start-sm-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-start-sm-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-start-sm-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-sm-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-sm-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-start-sm-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-start-sm-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-start-sm-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-start-sm-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-start-sm-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-start-sm-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-start-sm-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-start-sm-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-start-sm-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-start-sm-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-start-sm-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-start-sm-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-start-sm-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-start-sm-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-start-sm-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-start-sm-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-start-sm-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-start-sm-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-start-sm-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-start-sm-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-start-sm-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-start-sm-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-start-sm-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-top-end-sm {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-sm {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-sm-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-end-sm-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-end-sm-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-end-sm-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-end-sm-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-sm-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-sm-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-end-sm-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-end-sm-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-end-sm-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-end-sm-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-end-sm-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-end-sm-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-end-sm-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-end-sm-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-end-sm-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-end-sm-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-end-sm-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-end-sm-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-end-sm-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-end-sm-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-end-sm-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-end-sm-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-end-sm-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-end-sm-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-end-sm-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-end-sm-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-end-sm-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-end-sm-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-end-sm-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-start-sm-20px {
    border-bottom-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-start-sm-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-end-sm-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-end-sm-20px {
    border-bottom-left-radius: 20px !important;
  }

  .flex-basis-sm-0 {
    flex-basis: 0% !important;
  }

  .flex-basis-sm-5 {
    flex-basis: 5% !important;
  }

  .flex-basis-sm-10 {
    flex-basis: 10% !important;
  }

  .flex-basis-sm-15 {
    flex-basis: 15% !important;
  }

  .flex-basis-sm-20 {
    flex-basis: 20% !important;
  }

  .flex-basis-sm-25 {
    flex-basis: 25% !important;
  }

  .flex-basis-sm-30 {
    flex-basis: 30% !important;
  }

  .flex-basis-sm-35 {
    flex-basis: 35% !important;
  }

  .flex-basis-sm-40 {
    flex-basis: 40% !important;
  }

  .flex-basis-sm-45 {
    flex-basis: 45% !important;
  }

  .flex-basis-sm-50 {
    flex-basis: 50% !important;
  }

  .flex-basis-sm-55 {
    flex-basis: 55% !important;
  }

  .flex-basis-sm-60 {
    flex-basis: 60% !important;
  }

  .flex-basis-sm-65 {
    flex-basis: 65% !important;
  }

  .flex-basis-sm-70 {
    flex-basis: 70% !important;
  }

  .flex-basis-sm-71 {
    flex-basis: 71% !important;
  }

  .flex-basis-sm-75 {
    flex-basis: 75% !important;
  }

  .flex-basis-sm-80 {
    flex-basis: 80% !important;
  }

  .flex-basis-sm-85 {
    flex-basis: 85% !important;
  }

  .flex-basis-sm-90 {
    flex-basis: 90% !important;
  }

  .flex-basis-sm-95 {
    flex-basis: 95% !important;
  }

  .flex-basis-sm-100 {
    flex-basis: 100% !important;
  }

  .flex-basis-sm-150 {
    flex-basis: 150% !important;
  }

  .flex-basis-sm-300 {
    flex-basis: 300% !important;
  }

  .flex-basis-sm-400 {
    flex-basis: 400% !important;
  }

  .flex-basis-sm-500 {
    flex-basis: 500% !important;
  }

  .flex-basis-sm-600 {
    flex-basis: 600% !important;
  }

  .flex-basis-sm-700 {
    flex-basis: 700% !important;
  }

  .flex-basis-sm-800 {
    flex-basis: 800% !important;
  }

  .flex-basis-sm-auto {
    flex-basis: auto !important;
  }

  .flex-basis-sm-fit-content {
    flex-basis: fit-content !important;
  }

  .flex-basis-sm-8px {
    flex-basis: 8px !important;
  }

  .flex-basis-sm-12px {
    flex-basis: 12px !important;
  }

  .flex-basis-sm-14px {
    flex-basis: 14px !important;
  }

  .flex-basis-sm-15px {
    flex-basis: 15px !important;
  }

  .flex-basis-sm-16px {
    flex-basis: 16px !important;
  }

  .flex-basis-sm-18px {
    flex-basis: 18px !important;
  }

  .flex-basis-sm-19px {
    flex-basis: 19px !important;
  }

  .flex-basis-sm-20px {
    flex-basis: 20px !important;
  }

  .flex-basis-sm-22px {
    flex-basis: 22px !important;
  }

  .flex-basis-sm-24px {
    flex-basis: 24px !important;
  }

  .flex-basis-sm-25px {
    flex-basis: 25px !important;
  }

  .flex-basis-sm-26px {
    flex-basis: 26px !important;
  }

  .flex-basis-sm-28px {
    flex-basis: 28px !important;
  }

  .flex-basis-sm-30px {
    flex-basis: 30px !important;
  }

  .flex-basis-sm-32px {
    flex-basis: 32px !important;
  }

  .flex-basis-sm-34px {
    flex-basis: 34px !important;
  }

  .flex-basis-sm-35px {
    flex-basis: 35px !important;
  }

  .flex-basis-sm-36px {
    flex-basis: 36px !important;
  }

  .flex-basis-sm-38px {
    flex-basis: 38px !important;
  }

  .flex-basis-sm-40px {
    flex-basis: 40px !important;
  }

  .flex-basis-sm-45px {
    flex-basis: 45px !important;
  }

  .flex-basis-sm-48px {
    flex-basis: 48px !important;
  }

  .flex-basis-sm-50px {
    flex-basis: 50px !important;
  }

  .flex-basis-sm-52px {
    flex-basis: 50px !important;
  }

  .flex-basis-sm-56px {
    flex-basis: 56px !important;
  }

  .flex-basis-sm-60px {
    flex-basis: 60px !important;
  }

  .flex-basis-sm-64px {
    flex-basis: 64px !important;
  }

  .flex-basis-sm-68px {
    flex-basis: 68px !important;
  }

  .flex-basis-sm-72px {
    flex-basis: 72px !important;
  }

  .flex-basis-sm-74px {
    flex-basis: 74px !important;
  }

  .flex-basis-sm-82px {
    flex-basis: 82px !important;
  }

  .flex-basis-sm-86px {
    flex-basis: 86px !important;
  }

  .flex-basis-sm-80px {
    flex-basis: 80px !important;
  }

  .flex-basis-sm-88px {
    flex-basis: 88px !important;
  }

  .flex-basis-sm-96px {
    flex-basis: 96px !important;
  }

  .flex-basis-sm-100px {
    flex-basis: 100px !important;
  }

  .flex-basis-sm-110px {
    flex-basis: 110px !important;
  }

  .flex-basis-sm-116px {
    flex-basis: 116px !important;
  }

  .flex-basis-sm-120px {
    flex-basis: 120px !important;
  }

  .flex-basis-sm-150px {
    flex-basis: 150px !important;
  }

  .flex-basis-sm-162px {
    flex-basis: 162px !important;
  }

  .flex-basis-sm-168px {
    flex-basis: 168px !important;
  }

  .flex-basis-sm-165px {
    flex-basis: 165px !important;
  }

  .flex-basis-sm-190px {
    flex-basis: 190px !important;
  }

  .flex-basis-sm-200px {
    flex-basis: 200px !important;
  }

  .flex-basis-sm-202px {
    flex-basis: 202px !important;
  }

  .flex-basis-sm-205px {
    flex-basis: 205px !important;
  }

  .flex-basis-sm-208px {
    flex-basis: 208px !important;
  }

  .flex-basis-sm-210px {
    flex-basis: 210px !important;
  }

  .flex-basis-sm-212px {
    flex-basis: 212px !important;
  }

  .flex-basis-sm-214px {
    flex-basis: 214px !important;
  }

  .flex-basis-sm-216px {
    flex-basis: 216px !important;
  }

  .flex-basis-sm-220px {
    flex-basis: 220px !important;
  }

  .flex-basis-sm-226px {
    flex-basis: 226px !important;
  }

  .flex-basis-sm-230px {
    flex-basis: 230px !important;
  }

  .flex-basis-sm-250px {
    flex-basis: 250px !important;
  }

  .flex-basis-sm-356px {
    flex-basis: 356px !important;
  }

  .flex-basis-sm-262px {
    flex-basis: 262px !important;
  }

  .flex-basis-sm-266px {
    flex-basis: 266px !important;
  }

  .flex-basis-sm-368px {
    flex-basis: 368px !important;
  }

  .flex-basis-sm-376px {
    flex-basis: 376px !important;
  }

  .flex-basis-sm-279px {
    flex-basis: 279px !important;
  }

  .flex-basis-sm-260px {
    flex-basis: 260px !important;
  }

  .flex-basis-sm-278px {
    flex-basis: 278px !important;
  }

  .flex-basis-sm-394px {
    flex-basis: 394px !important;
  }

  .flex-basis-sm-300px {
    flex-basis: 300px !important;
  }

  .flex-basis-sm-400px {
    flex-basis: 400px !important;
  }

  .flex-basis-sm-417px {
    flex-basis: 417px !important;
  }

  .flex-basis-sm-420px {
    flex-basis: 420px !important;
  }

  .flex-basis-sm-434px {
    flex-basis: 434px !important;
  }

  .flex-basis-sm-456px {
    flex-basis: 456px !important;
  }

  .flex-basis-sm-460px {
    flex-basis: 460px !important;
  }

  .flex-basis-sm-476px {
    flex-basis: 476px !important;
  }

  .flex-basis-sm-530px {
    flex-basis: 530px !important;
  }

  .flex-basis-sm-570px {
    flex-basis: 570px !important;
  }

  .flex-basis-sm-600px {
    flex-basis: 600px !important;
  }

  .flex-basis-sm-720px {
    flex-basis: 720px !important;
  }

  .flex-basis-sm-100p5 {
    flex-basis: calc(100% + 3rem) !important;
  }

  .flex-basis-sm-100p62px {
    flex-basis: calc(100% + 62px) !important;
  }

  .flex-basis-sm-100p120px {
    flex-basis: calc(100% + 120px) !important;
  }

  .flex-basis-sm-100p60px {
    flex-basis: calc(100% + 60px) !important;
  }

  .flex-basis-sm-100p196px {
    flex-basis: calc(100% + 196px) !important;
  }

  .flex-basis-sm-100m60px {
    flex-basis: calc(100% - 60px) !important;
  }

  .flex-basis-sm-45p100px {
    flex-basis: calc(45% + 100px) !important;
  }

  .flex-basis-sm-100p148px {
    flex-basis: calc(100% + 148px) !important;
  }

  .flex-basis-sm-100p296px {
    flex-basis: calc(100% + 296px) !important;
  }

  .flex-basis-sm-100p192px {
    flex-basis: calc(100% + 192px) !important;
  }

  .flex-basis-sm-100p150px {
    flex-basis: calc(100% + 150px) !important;
  }

  .flex-basis-sm-100p92px {
    flex-basis: calc(100% + 92px) !important;
  }

  .flex-basis-sm-100pgutter {
    flex-basis: calc(100% + 0.75rem) !important;
  }

  .flex-basis-sm-100m100px {
    flex-basis: calc(100% - 100px) !important;
  }

  .flex-basis-sm-100m24px {
    flex-basis: calc(100% - 24px) !important;
  }

  .min-h-sm-0 {
    min-height: 0% !important;
  }

  .min-h-sm-5 {
    min-height: 5% !important;
  }

  .min-h-sm-10 {
    min-height: 10% !important;
  }

  .min-h-sm-15 {
    min-height: 15% !important;
  }

  .min-h-sm-20 {
    min-height: 20% !important;
  }

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

  .min-h-sm-30 {
    min-height: 30% !important;
  }

  .min-h-sm-35 {
    min-height: 35% !important;
  }

  .min-h-sm-40 {
    min-height: 40% !important;
  }

  .min-h-sm-45 {
    min-height: 45% !important;
  }

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

  .min-h-sm-55 {
    min-height: 55% !important;
  }

  .min-h-sm-60 {
    min-height: 60% !important;
  }

  .min-h-sm-65 {
    min-height: 65% !important;
  }

  .min-h-sm-70 {
    min-height: 70% !important;
  }

  .min-h-sm-71 {
    min-height: 71% !important;
  }

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

  .min-h-sm-80 {
    min-height: 80% !important;
  }

  .min-h-sm-85 {
    min-height: 85% !important;
  }

  .min-h-sm-90 {
    min-height: 90% !important;
  }

  .min-h-sm-95 {
    min-height: 95% !important;
  }

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

  .min-h-sm-150 {
    min-height: 150% !important;
  }

  .min-h-sm-300 {
    min-height: 300% !important;
  }

  .min-h-sm-400 {
    min-height: 400% !important;
  }

  .min-h-sm-500 {
    min-height: 500% !important;
  }

  .min-h-sm-600 {
    min-height: 600% !important;
  }

  .min-h-sm-700 {
    min-height: 700% !important;
  }

  .min-h-sm-800 {
    min-height: 800% !important;
  }

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

  .min-h-sm-fit-content {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }

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

  .min-h-sm-12px {
    min-height: 12px !important;
  }

  .min-h-sm-14px {
    min-height: 14px !important;
  }

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

  .min-h-sm-16px {
    min-height: 16px !important;
  }

  .min-h-sm-18px {
    min-height: 18px !important;
  }

  .min-h-sm-19px {
    min-height: 19px !important;
  }

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

  .min-h-sm-22px {
    min-height: 22px !important;
  }

  .min-h-sm-24px {
    min-height: 24px !important;
  }

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

  .min-h-sm-26px {
    min-height: 26px !important;
  }

  .min-h-sm-28px {
    min-height: 28px !important;
  }

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

  .min-h-sm-32px {
    min-height: 32px !important;
  }

  .min-h-sm-34px {
    min-height: 34px !important;
  }

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

  .min-h-sm-36px {
    min-height: 36px !important;
  }

  .min-h-sm-38px {
    min-height: 38px !important;
  }

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

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

  .min-h-sm-48px {
    min-height: 48px !important;
  }

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

  .min-h-sm-52px {
    min-height: 50px !important;
  }

  .min-h-sm-56px {
    min-height: 56px !important;
  }

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

  .min-h-sm-64px {
    min-height: 64px !important;
  }

  .min-h-sm-68px {
    min-height: 68px !important;
  }

  .min-h-sm-72px {
    min-height: 72px !important;
  }

  .min-h-sm-74px {
    min-height: 74px !important;
  }

  .min-h-sm-82px {
    min-height: 82px !important;
  }

  .min-h-sm-86px {
    min-height: 86px !important;
  }

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

  .min-h-sm-88px {
    min-height: 88px !important;
  }

  .min-h-sm-96px {
    min-height: 96px !important;
  }

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

  .min-h-sm-110px {
    min-height: 110px !important;
  }

  .min-h-sm-116px {
    min-height: 116px !important;
  }

  .min-h-sm-120px {
    min-height: 120px !important;
  }

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

  .min-h-sm-162px {
    min-height: 162px !important;
  }

  .min-h-sm-168px {
    min-height: 168px !important;
  }

  .min-h-sm-165px {
    min-height: 165px !important;
  }

  .min-h-sm-190px {
    min-height: 190px !important;
  }

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

  .min-h-sm-202px {
    min-height: 202px !important;
  }

  .min-h-sm-205px {
    min-height: 205px !important;
  }

  .min-h-sm-208px {
    min-height: 208px !important;
  }

  .min-h-sm-210px {
    min-height: 210px !important;
  }

  .min-h-sm-212px {
    min-height: 212px !important;
  }

  .min-h-sm-214px {
    min-height: 214px !important;
  }

  .min-h-sm-216px {
    min-height: 216px !important;
  }

  .min-h-sm-220px {
    min-height: 220px !important;
  }

  .min-h-sm-226px {
    min-height: 226px !important;
  }

  .min-h-sm-230px {
    min-height: 230px !important;
  }

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

  .min-h-sm-356px {
    min-height: 356px !important;
  }

  .min-h-sm-262px {
    min-height: 262px !important;
  }

  .min-h-sm-266px {
    min-height: 266px !important;
  }

  .min-h-sm-368px {
    min-height: 368px !important;
  }

  .min-h-sm-376px {
    min-height: 376px !important;
  }

  .min-h-sm-279px {
    min-height: 279px !important;
  }

  .min-h-sm-260px {
    min-height: 260px !important;
  }

  .min-h-sm-278px {
    min-height: 278px !important;
  }

  .min-h-sm-394px {
    min-height: 394px !important;
  }

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

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

  .min-h-sm-417px {
    min-height: 417px !important;
  }

  .min-h-sm-420px {
    min-height: 420px !important;
  }

  .min-h-sm-434px {
    min-height: 434px !important;
  }

  .min-h-sm-456px {
    min-height: 456px !important;
  }

  .min-h-sm-460px {
    min-height: 460px !important;
  }

  .min-h-sm-476px {
    min-height: 476px !important;
  }

  .min-h-sm-530px {
    min-height: 530px !important;
  }

  .min-h-sm-570px {
    min-height: 570px !important;
  }

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

  .min-h-sm-720px {
    min-height: 720px !important;
  }

  .min-h-sm-100p5 {
    min-height: calc(100% + 3rem) !important;
  }

  .min-h-sm-100p62px {
    min-height: calc(100% + 62px) !important;
  }

  .min-h-sm-100p120px {
    min-height: calc(100% + 120px) !important;
  }

  .min-h-sm-100p60px {
    min-height: calc(100% + 60px) !important;
  }

  .min-h-sm-100p196px {
    min-height: calc(100% + 196px) !important;
  }

  .min-h-sm-100m60px {
    min-height: calc(100% - 60px) !important;
  }

  .min-h-sm-45p100px {
    min-height: calc(45% + 100px) !important;
  }

  .min-h-sm-100p148px {
    min-height: calc(100% + 148px) !important;
  }

  .min-h-sm-100p296px {
    min-height: calc(100% + 296px) !important;
  }

  .min-h-sm-100p192px {
    min-height: calc(100% + 192px) !important;
  }

  .min-h-sm-100p150px {
    min-height: calc(100% + 150px) !important;
  }

  .min-h-sm-100p92px {
    min-height: calc(100% + 92px) !important;
  }

  .min-h-sm-100pgutter {
    min-height: calc(100% + 0.75rem) !important;
  }

  .min-h-sm-100m100px {
    min-height: calc(100% - 100px) !important;
  }

  .min-h-sm-100m24px {
    min-height: calc(100% - 24px) !important;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .float-md-start {
    float: left !important;
  }

  [dir="rtl"] .float-md-start {
    float: right !important;
  }

  [dir="ltr"] .float-md-end {
    float: right !important;
  }

  [dir="rtl"] .float-md-end {
    float: left !important;
  }

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

  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-md-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

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

  .op-md-0-hover:hover {
    opacity: 0 !important;
  }

  .op-md-0-focus:focus {
    opacity: 0 !important;
  }

  .op-md-0-active:active {
    opacity: 0 !important;
  }

  .op-md-5 {
    opacity: 0.05 !important;
  }

  .op-md-5-hover:hover {
    opacity: 0.05 !important;
  }

  .op-md-5-focus:focus {
    opacity: 0.05 !important;
  }

  .op-md-5-active:active {
    opacity: 0.05 !important;
  }

  .op-md-10 {
    opacity: 0.1 !important;
  }

  .op-md-10-hover:hover {
    opacity: 0.1 !important;
  }

  .op-md-10-focus:focus {
    opacity: 0.1 !important;
  }

  .op-md-10-active:active {
    opacity: 0.1 !important;
  }

  .op-md-15 {
    opacity: 0.15 !important;
  }

  .op-md-15-hover:hover {
    opacity: 0.15 !important;
  }

  .op-md-15-focus:focus {
    opacity: 0.15 !important;
  }

  .op-md-15-active:active {
    opacity: 0.15 !important;
  }

  .op-md-20 {
    opacity: 0.2 !important;
  }

  .op-md-20-hover:hover {
    opacity: 0.2 !important;
  }

  .op-md-20-focus:focus {
    opacity: 0.2 !important;
  }

  .op-md-20-active:active {
    opacity: 0.2 !important;
  }

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

  .op-md-25-hover:hover {
    opacity: 0.25 !important;
  }

  .op-md-25-focus:focus {
    opacity: 0.25 !important;
  }

  .op-md-25-active:active {
    opacity: 0.25 !important;
  }

  .op-md-30 {
    opacity: 0.3 !important;
  }

  .op-md-30-hover:hover {
    opacity: 0.3 !important;
  }

  .op-md-30-focus:focus {
    opacity: 0.3 !important;
  }

  .op-md-30-active:active {
    opacity: 0.3 !important;
  }

  .op-md-35 {
    opacity: 0.35 !important;
  }

  .op-md-35-hover:hover {
    opacity: 0.35 !important;
  }

  .op-md-35-focus:focus {
    opacity: 0.35 !important;
  }

  .op-md-35-active:active {
    opacity: 0.35 !important;
  }

  .op-md-40 {
    opacity: 0.4 !important;
  }

  .op-md-40-hover:hover {
    opacity: 0.4 !important;
  }

  .op-md-40-focus:focus {
    opacity: 0.4 !important;
  }

  .op-md-40-active:active {
    opacity: 0.4 !important;
  }

  .op-md-45 {
    opacity: 0.45 !important;
  }

  .op-md-45-hover:hover {
    opacity: 0.45 !important;
  }

  .op-md-45-focus:focus {
    opacity: 0.45 !important;
  }

  .op-md-45-active:active {
    opacity: 0.45 !important;
  }

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

  .op-md-50-hover:hover {
    opacity: 0.5 !important;
  }

  .op-md-50-focus:focus {
    opacity: 0.5 !important;
  }

  .op-md-50-active:active {
    opacity: 0.5 !important;
  }

  .op-md-55 {
    opacity: 0.55 !important;
  }

  .op-md-55-hover:hover {
    opacity: 0.55 !important;
  }

  .op-md-55-focus:focus {
    opacity: 0.55 !important;
  }

  .op-md-55-active:active {
    opacity: 0.55 !important;
  }

  .op-md-60 {
    opacity: 0.6 !important;
  }

  .op-md-60-hover:hover {
    opacity: 0.6 !important;
  }

  .op-md-60-focus:focus {
    opacity: 0.6 !important;
  }

  .op-md-60-active:active {
    opacity: 0.6 !important;
  }

  .op-md-65 {
    opacity: 0.65 !important;
  }

  .op-md-65-hover:hover {
    opacity: 0.65 !important;
  }

  .op-md-65-focus:focus {
    opacity: 0.65 !important;
  }

  .op-md-65-active:active {
    opacity: 0.65 !important;
  }

  .op-md-70 {
    opacity: 0.7 !important;
  }

  .op-md-70-hover:hover {
    opacity: 0.7 !important;
  }

  .op-md-70-focus:focus {
    opacity: 0.7 !important;
  }

  .op-md-70-active:active {
    opacity: 0.7 !important;
  }

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

  .op-md-75-hover:hover {
    opacity: 0.75 !important;
  }

  .op-md-75-focus:focus {
    opacity: 0.75 !important;
  }

  .op-md-75-active:active {
    opacity: 0.75 !important;
  }

  .op-md-80 {
    opacity: 0.8 !important;
  }

  .op-md-80-hover:hover {
    opacity: 0.8 !important;
  }

  .op-md-80-focus:focus {
    opacity: 0.8 !important;
  }

  .op-md-80-active:active {
    opacity: 0.8 !important;
  }

  .op-md-85 {
    opacity: 0.85 !important;
  }

  .op-md-85-hover:hover {
    opacity: 0.85 !important;
  }

  .op-md-85-focus:focus {
    opacity: 0.85 !important;
  }

  .op-md-85-active:active {
    opacity: 0.85 !important;
  }

  .op-md-90 {
    opacity: 0.9 !important;
  }

  .op-md-90-hover:hover {
    opacity: 0.9 !important;
  }

  .op-md-90-focus:focus {
    opacity: 0.9 !important;
  }

  .op-md-90-active:active {
    opacity: 0.9 !important;
  }

  .op-md-95 {
    opacity: 0.95 !important;
  }

  .op-md-95-hover:hover {
    opacity: 0.95 !important;
  }

  .op-md-95-focus:focus {
    opacity: 0.95 !important;
  }

  .op-md-95-active:active {
    opacity: 0.95 !important;
  }

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

  .op-md-100-hover:hover {
    opacity: 1 !important;
  }

  .op-md-100-focus:focus {
    opacity: 1 !important;
  }

  .op-md-100-active:active {
    opacity: 1 !important;
  }

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

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

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

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

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

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

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

  .overflow-y-md-scroll {
    overflow-y: scroll !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;
  }

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

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

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

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

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

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

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

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

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

  .top-md-initial {
    top: initial !important;
  }

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

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

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

  .bottom-md-initial {
    bottom: initial !important;
  }

  [dir="ltr"] .start-md-0 {
    left: 0 !important;
  }

  [dir="rtl"] .start-md-0 {
    right: 0 !important;
  }

  [dir="ltr"] .start-md-50 {
    left: 50% !important;
  }

  [dir="rtl"] .start-md-50 {
    right: 50% !important;
  }

  [dir="ltr"] .start-md-100 {
    left: 100% !important;
  }

  [dir="rtl"] .start-md-100 {
    right: 100% !important;
  }

  [dir="ltr"] .start-md-initial {
    left: initial !important;
  }

  [dir="rtl"] .start-md-initial {
    right: initial !important;
  }

  [dir="ltr"] .end-md-0 {
    right: 0 !important;
  }

  [dir="rtl"] .end-md-0 {
    left: 0 !important;
  }

  [dir="ltr"] .end-md-50 {
    right: 50% !important;
  }

  [dir="rtl"] .end-md-50 {
    left: 50% !important;
  }

  [dir="ltr"] .end-md-100 {
    right: 100% !important;
  }

  [dir="rtl"] .end-md-100 {
    left: 100% !important;
  }

  [dir="ltr"] .end-md-initial {
    right: initial !important;
  }

  [dir="rtl"] .end-md-initial {
    left: initial !important;
  }

  [dir="ltr"] .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }

  [dir="rtl"] .translate-middle-md {
    transform: translate(50%, -50%) !important;
  }

  [dir="ltr"] .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }

  [dir="rtl"] .translate-middle-md-x {
    transform: translateX(50%) !important;
  }

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

  [dir="ltr"] .border-start-md-0 {
    border-left: 0 !important;
  }

  [dir="rtl"] .border-start-md-0 {
    border-right: 0 !important;
  }

  [dir="ltr"] .border-start-md-1 {
    border-left: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-md-1 {
    border-right: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-md-2 {
    border-left: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-md-2 {
    border-right: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-md-3 {
    border-left: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-md-3 {
    border-right: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-md-4 {
    border-left: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-md-4 {
    border-right: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-md-5 {
    border-left: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-md-5 {
    border-right: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-md-6 {
    border-left: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-md-6 {
    border-right: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  .border-md-primary {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-md-primary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-md-primary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-md-primary-active:active {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-md-secondary {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-md-secondary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-md-secondary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-md-secondary-active:active {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-md-success {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-md-success-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-md-success-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-md-success-active:active {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-md-info {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-md-info-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-md-info-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-md-info-active:active {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-md-warning {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-md-warning-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-md-warning-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-md-warning-active:active {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-md-danger {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-md-danger-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-md-danger-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-md-danger-active:active {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-md-light {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-md-light-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-md-light-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-md-light-active:active {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-md-dark {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-md-dark-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-md-dark-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-md-dark-active:active {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-md-white {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-md-white-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-md-white-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-md-white-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-md-black {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-md-black-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-md-black-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-md-black-active:active {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-md-body {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-md-body-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-md-body-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-md-body-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .w-md-0 {
    width: 0% !important;
  }

  .w-md-5 {
    width: 5% !important;
  }

  .w-md-10 {
    width: 10% !important;
  }

  .w-md-15 {
    width: 15% !important;
  }

  .w-md-20 {
    width: 20% !important;
  }

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

  .w-md-30 {
    width: 30% !important;
  }

  .w-md-35 {
    width: 35% !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .w-md-45 {
    width: 45% !important;
  }

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

  .w-md-55 {
    width: 55% !important;
  }

  .w-md-60 {
    width: 60% !important;
  }

  .w-md-65 {
    width: 65% !important;
  }

  .w-md-70 {
    width: 70% !important;
  }

  .w-md-71 {
    width: 71% !important;
  }

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

  .w-md-80 {
    width: 80% !important;
  }

  .w-md-85 {
    width: 85% !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .w-md-95 {
    width: 95% !important;
  }

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

  .w-md-150 {
    width: 150% !important;
  }

  .w-md-300 {
    width: 300% !important;
  }

  .w-md-400 {
    width: 400% !important;
  }

  .w-md-500 {
    width: 500% !important;
  }

  .w-md-600 {
    width: 600% !important;
  }

  .w-md-700 {
    width: 700% !important;
  }

  .w-md-800 {
    width: 800% !important;
  }

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

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

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

  .w-md-12px {
    width: 12px !important;
  }

  .w-md-14px {
    width: 14px !important;
  }

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

  .w-md-16px {
    width: 16px !important;
  }

  .w-md-18px {
    width: 18px !important;
  }

  .w-md-19px {
    width: 19px !important;
  }

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

  .w-md-22px {
    width: 22px !important;
  }

  .w-md-24px {
    width: 24px !important;
  }

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

  .w-md-26px {
    width: 26px !important;
  }

  .w-md-28px {
    width: 28px !important;
  }

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

  .w-md-32px {
    width: 32px !important;
  }

  .w-md-34px {
    width: 34px !important;
  }

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

  .w-md-36px {
    width: 36px !important;
  }

  .w-md-38px {
    width: 38px !important;
  }

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

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

  .w-md-48px {
    width: 48px !important;
  }

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

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

  .w-md-56px {
    width: 56px !important;
  }

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

  .w-md-64px {
    width: 64px !important;
  }

  .w-md-68px {
    width: 68px !important;
  }

  .w-md-72px {
    width: 72px !important;
  }

  .w-md-74px {
    width: 74px !important;
  }

  .w-md-82px {
    width: 82px !important;
  }

  .w-md-86px {
    width: 86px !important;
  }

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

  .w-md-88px {
    width: 88px !important;
  }

  .w-md-96px {
    width: 96px !important;
  }

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

  .w-md-110px {
    width: 110px !important;
  }

  .w-md-116px {
    width: 116px !important;
  }

  .w-md-120px {
    width: 120px !important;
  }

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

  .w-md-162px {
    width: 162px !important;
  }

  .w-md-168px {
    width: 168px !important;
  }

  .w-md-165px {
    width: 165px !important;
  }

  .w-md-190px {
    width: 190px !important;
  }

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

  .w-md-202px {
    width: 202px !important;
  }

  .w-md-205px {
    width: 205px !important;
  }

  .w-md-208px {
    width: 208px !important;
  }

  .w-md-210px {
    width: 210px !important;
  }

  .w-md-212px {
    width: 212px !important;
  }

  .w-md-214px {
    width: 214px !important;
  }

  .w-md-216px {
    width: 216px !important;
  }

  .w-md-220px {
    width: 220px !important;
  }

  .w-md-226px {
    width: 226px !important;
  }

  .w-md-230px {
    width: 230px !important;
  }

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

  .w-md-356px {
    width: 356px !important;
  }

  .w-md-262px {
    width: 262px !important;
  }

  .w-md-266px {
    width: 266px !important;
  }

  .w-md-368px {
    width: 368px !important;
  }

  .w-md-376px {
    width: 376px !important;
  }

  .w-md-279px {
    width: 279px !important;
  }

  .w-md-260px {
    width: 260px !important;
  }

  .w-md-278px {
    width: 278px !important;
  }

  .w-md-394px {
    width: 394px !important;
  }

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

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

  .w-md-417px {
    width: 417px !important;
  }

  .w-md-420px {
    width: 420px !important;
  }

  .w-md-434px {
    width: 434px !important;
  }

  .w-md-456px {
    width: 456px !important;
  }

  .w-md-460px {
    width: 460px !important;
  }

  .w-md-476px {
    width: 476px !important;
  }

  .w-md-530px {
    width: 530px !important;
  }

  .w-md-570px {
    width: 570px !important;
  }

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

  .w-md-720px {
    width: 720px !important;
  }

  .w-md-100p5 {
    width: calc(100% + 3rem) !important;
  }

  .w-md-100p62px {
    width: calc(100% + 62px) !important;
  }

  .w-md-100p120px {
    width: calc(100% + 120px) !important;
  }

  .w-md-100p60px {
    width: calc(100% + 60px) !important;
  }

  .w-md-100p196px {
    width: calc(100% + 196px) !important;
  }

  .w-md-100m60px {
    width: calc(100% - 60px) !important;
  }

  .w-md-45p100px {
    width: calc(45% + 100px) !important;
  }

  .w-md-100p148px {
    width: calc(100% + 148px) !important;
  }

  .w-md-100p296px {
    width: calc(100% + 296px) !important;
  }

  .w-md-100p192px {
    width: calc(100% + 192px) !important;
  }

  .w-md-100p150px {
    width: calc(100% + 150px) !important;
  }

  .w-md-100p92px {
    width: calc(100% + 92px) !important;
  }

  .w-md-100pgutter {
    width: calc(100% + 0.75rem) !important;
  }

  .w-md-100m100px {
    width: calc(100% - 100px) !important;
  }

  .w-md-100m24px {
    width: calc(100% - 24px) !important;
  }

  .max-w-md-0 {
    max-width: 0% !important;
  }

  .max-w-md-5 {
    max-width: 5% !important;
  }

  .max-w-md-10 {
    max-width: 10% !important;
  }

  .max-w-md-15 {
    max-width: 15% !important;
  }

  .max-w-md-20 {
    max-width: 20% !important;
  }

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

  .max-w-md-30 {
    max-width: 30% !important;
  }

  .max-w-md-35 {
    max-width: 35% !important;
  }

  .max-w-md-40 {
    max-width: 40% !important;
  }

  .max-w-md-45 {
    max-width: 45% !important;
  }

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

  .max-w-md-55 {
    max-width: 55% !important;
  }

  .max-w-md-60 {
    max-width: 60% !important;
  }

  .max-w-md-65 {
    max-width: 65% !important;
  }

  .max-w-md-70 {
    max-width: 70% !important;
  }

  .max-w-md-71 {
    max-width: 71% !important;
  }

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

  .max-w-md-80 {
    max-width: 80% !important;
  }

  .max-w-md-85 {
    max-width: 85% !important;
  }

  .max-w-md-90 {
    max-width: 90% !important;
  }

  .max-w-md-95 {
    max-width: 95% !important;
  }

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

  .max-w-md-150 {
    max-width: 150% !important;
  }

  .max-w-md-300 {
    max-width: 300% !important;
  }

  .max-w-md-400 {
    max-width: 400% !important;
  }

  .max-w-md-500 {
    max-width: 500% !important;
  }

  .max-w-md-600 {
    max-width: 600% !important;
  }

  .max-w-md-700 {
    max-width: 700% !important;
  }

  .max-w-md-800 {
    max-width: 800% !important;
  }

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

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

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

  .max-w-md-12px {
    max-width: 12px !important;
  }

  .max-w-md-14px {
    max-width: 14px !important;
  }

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

  .max-w-md-16px {
    max-width: 16px !important;
  }

  .max-w-md-18px {
    max-width: 18px !important;
  }

  .max-w-md-19px {
    max-width: 19px !important;
  }

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

  .max-w-md-22px {
    max-width: 22px !important;
  }

  .max-w-md-24px {
    max-width: 24px !important;
  }

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

  .max-w-md-26px {
    max-width: 26px !important;
  }

  .max-w-md-28px {
    max-width: 28px !important;
  }

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

  .max-w-md-32px {
    max-width: 32px !important;
  }

  .max-w-md-34px {
    max-width: 34px !important;
  }

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

  .max-w-md-36px {
    max-width: 36px !important;
  }

  .max-w-md-38px {
    max-width: 38px !important;
  }

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

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

  .max-w-md-48px {
    max-width: 48px !important;
  }

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

  .max-w-md-52px {
    max-width: 50px !important;
  }

  .max-w-md-56px {
    max-width: 56px !important;
  }

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

  .max-w-md-64px {
    max-width: 64px !important;
  }

  .max-w-md-68px {
    max-width: 68px !important;
  }

  .max-w-md-72px {
    max-width: 72px !important;
  }

  .max-w-md-74px {
    max-width: 74px !important;
  }

  .max-w-md-82px {
    max-width: 82px !important;
  }

  .max-w-md-86px {
    max-width: 86px !important;
  }

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

  .max-w-md-88px {
    max-width: 88px !important;
  }

  .max-w-md-96px {
    max-width: 96px !important;
  }

  .max-w-md-100px {
    max-width: 100px !important;
  }

  .max-w-md-110px {
    max-width: 110px !important;
  }

  .max-w-md-116px {
    max-width: 116px !important;
  }

  .max-w-md-120px {
    max-width: 120px !important;
  }

  .max-w-md-150px {
    max-width: 150px !important;
  }

  .max-w-md-162px {
    max-width: 162px !important;
  }

  .max-w-md-168px {
    max-width: 168px !important;
  }

  .max-w-md-165px {
    max-width: 165px !important;
  }

  .max-w-md-190px {
    max-width: 190px !important;
  }

  .max-w-md-200px {
    max-width: 200px !important;
  }

  .max-w-md-202px {
    max-width: 202px !important;
  }

  .max-w-md-205px {
    max-width: 205px !important;
  }

  .max-w-md-208px {
    max-width: 208px !important;
  }

  .max-w-md-210px {
    max-width: 210px !important;
  }

  .max-w-md-212px {
    max-width: 212px !important;
  }

  .max-w-md-214px {
    max-width: 214px !important;
  }

  .max-w-md-216px {
    max-width: 216px !important;
  }

  .max-w-md-220px {
    max-width: 220px !important;
  }

  .max-w-md-226px {
    max-width: 226px !important;
  }

  .max-w-md-230px {
    max-width: 230px !important;
  }

  .max-w-md-250px {
    max-width: 250px !important;
  }

  .max-w-md-356px {
    max-width: 356px !important;
  }

  .max-w-md-262px {
    max-width: 262px !important;
  }

  .max-w-md-266px {
    max-width: 266px !important;
  }

  .max-w-md-368px {
    max-width: 368px !important;
  }

  .max-w-md-376px {
    max-width: 376px !important;
  }

  .max-w-md-279px {
    max-width: 279px !important;
  }

  .max-w-md-260px {
    max-width: 260px !important;
  }

  .max-w-md-278px {
    max-width: 278px !important;
  }

  .max-w-md-394px {
    max-width: 394px !important;
  }

  .max-w-md-300px {
    max-width: 300px !important;
  }

  .max-w-md-400px {
    max-width: 400px !important;
  }

  .max-w-md-417px {
    max-width: 417px !important;
  }

  .max-w-md-420px {
    max-width: 420px !important;
  }

  .max-w-md-434px {
    max-width: 434px !important;
  }

  .max-w-md-456px {
    max-width: 456px !important;
  }

  .max-w-md-460px {
    max-width: 460px !important;
  }

  .max-w-md-476px {
    max-width: 476px !important;
  }

  .max-w-md-530px {
    max-width: 530px !important;
  }

  .max-w-md-570px {
    max-width: 570px !important;
  }

  .max-w-md-600px {
    max-width: 600px !important;
  }

  .max-w-md-720px {
    max-width: 720px !important;
  }

  .max-w-md-100p5 {
    max-width: calc(100% + 3rem) !important;
  }

  .max-w-md-100p62px {
    max-width: calc(100% + 62px) !important;
  }

  .max-w-md-100p120px {
    max-width: calc(100% + 120px) !important;
  }

  .max-w-md-100p60px {
    max-width: calc(100% + 60px) !important;
  }

  .max-w-md-100p196px {
    max-width: calc(100% + 196px) !important;
  }

  .max-w-md-100m60px {
    max-width: calc(100% - 60px) !important;
  }

  .max-w-md-45p100px {
    max-width: calc(45% + 100px) !important;
  }

  .max-w-md-100p148px {
    max-width: calc(100% + 148px) !important;
  }

  .max-w-md-100p296px {
    max-width: calc(100% + 296px) !important;
  }

  .max-w-md-100p192px {
    max-width: calc(100% + 192px) !important;
  }

  .max-w-md-100p150px {
    max-width: calc(100% + 150px) !important;
  }

  .max-w-md-100p92px {
    max-width: calc(100% + 92px) !important;
  }

  .max-w-md-100pgutter {
    max-width: calc(100% + 0.75rem) !important;
  }

  .max-w-md-100m100px {
    max-width: calc(100% - 100px) !important;
  }

  .max-w-md-100m24px {
    max-width: calc(100% - 24px) !important;
  }

  .h-md-0 {
    height: 0% !important;
  }

  .h-md-5 {
    height: 5% !important;
  }

  .h-md-10 {
    height: 10% !important;
  }

  .h-md-15 {
    height: 15% !important;
  }

  .h-md-20 {
    height: 20% !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .h-md-30 {
    height: 30% !important;
  }

  .h-md-35 {
    height: 35% !important;
  }

  .h-md-40 {
    height: 40% !important;
  }

  .h-md-45 {
    height: 45% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-55 {
    height: 55% !important;
  }

  .h-md-60 {
    height: 60% !important;
  }

  .h-md-65 {
    height: 65% !important;
  }

  .h-md-70 {
    height: 70% !important;
  }

  .h-md-71 {
    height: 71% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-80 {
    height: 80% !important;
  }

  .h-md-85 {
    height: 85% !important;
  }

  .h-md-90 {
    height: 90% !important;
  }

  .h-md-95 {
    height: 95% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-150 {
    height: 150% !important;
  }

  .h-md-300 {
    height: 300% !important;
  }

  .h-md-400 {
    height: 400% !important;
  }

  .h-md-500 {
    height: 500% !important;
  }

  .h-md-600 {
    height: 600% !important;
  }

  .h-md-700 {
    height: 700% !important;
  }

  .h-md-800 {
    height: 800% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .h-md-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .h-md-8px {
    height: 8px !important;
  }

  .h-md-12px {
    height: 12px !important;
  }

  .h-md-14px {
    height: 14px !important;
  }

  .h-md-15px {
    height: 15px !important;
  }

  .h-md-16px {
    height: 16px !important;
  }

  .h-md-18px {
    height: 18px !important;
  }

  .h-md-19px {
    height: 19px !important;
  }

  .h-md-20px {
    height: 20px !important;
  }

  .h-md-22px {
    height: 22px !important;
  }

  .h-md-24px {
    height: 24px !important;
  }

  .h-md-25px {
    height: 25px !important;
  }

  .h-md-26px {
    height: 26px !important;
  }

  .h-md-28px {
    height: 28px !important;
  }

  .h-md-30px {
    height: 30px !important;
  }

  .h-md-32px {
    height: 32px !important;
  }

  .h-md-34px {
    height: 34px !important;
  }

  .h-md-35px {
    height: 35px !important;
  }

  .h-md-36px {
    height: 36px !important;
  }

  .h-md-38px {
    height: 38px !important;
  }

  .h-md-40px {
    height: 40px !important;
  }

  .h-md-45px {
    height: 45px !important;
  }

  .h-md-48px {
    height: 48px !important;
  }

  .h-md-50px {
    height: 50px !important;
  }

  .h-md-52px {
    height: 50px !important;
  }

  .h-md-56px {
    height: 56px !important;
  }

  .h-md-60px {
    height: 60px !important;
  }

  .h-md-64px {
    height: 64px !important;
  }

  .h-md-68px {
    height: 68px !important;
  }

  .h-md-72px {
    height: 72px !important;
  }

  .h-md-74px {
    height: 74px !important;
  }

  .h-md-82px {
    height: 82px !important;
  }

  .h-md-86px {
    height: 86px !important;
  }

  .h-md-80px {
    height: 80px !important;
  }

  .h-md-88px {
    height: 88px !important;
  }

  .h-md-96px {
    height: 96px !important;
  }

  .h-md-100px {
    height: 100px !important;
  }

  .h-md-110px {
    height: 110px !important;
  }

  .h-md-116px {
    height: 116px !important;
  }

  .h-md-120px {
    height: 120px !important;
  }

  .h-md-150px {
    height: 150px !important;
  }

  .h-md-162px {
    height: 162px !important;
  }

  .h-md-168px {
    height: 168px !important;
  }

  .h-md-165px {
    height: 165px !important;
  }

  .h-md-190px {
    height: 190px !important;
  }

  .h-md-200px {
    height: 200px !important;
  }

  .h-md-202px {
    height: 202px !important;
  }

  .h-md-205px {
    height: 205px !important;
  }

  .h-md-208px {
    height: 208px !important;
  }

  .h-md-210px {
    height: 210px !important;
  }

  .h-md-212px {
    height: 212px !important;
  }

  .h-md-214px {
    height: 214px !important;
  }

  .h-md-216px {
    height: 216px !important;
  }

  .h-md-220px {
    height: 220px !important;
  }

  .h-md-226px {
    height: 226px !important;
  }

  .h-md-230px {
    height: 230px !important;
  }

  .h-md-250px {
    height: 250px !important;
  }

  .h-md-356px {
    height: 356px !important;
  }

  .h-md-262px {
    height: 262px !important;
  }

  .h-md-266px {
    height: 266px !important;
  }

  .h-md-368px {
    height: 368px !important;
  }

  .h-md-376px {
    height: 376px !important;
  }

  .h-md-279px {
    height: 279px !important;
  }

  .h-md-260px {
    height: 260px !important;
  }

  .h-md-278px {
    height: 278px !important;
  }

  .h-md-394px {
    height: 394px !important;
  }

  .h-md-300px {
    height: 300px !important;
  }

  .h-md-400px {
    height: 400px !important;
  }

  .h-md-417px {
    height: 417px !important;
  }

  .h-md-420px {
    height: 420px !important;
  }

  .h-md-434px {
    height: 434px !important;
  }

  .h-md-456px {
    height: 456px !important;
  }

  .h-md-460px {
    height: 460px !important;
  }

  .h-md-476px {
    height: 476px !important;
  }

  .h-md-530px {
    height: 530px !important;
  }

  .h-md-570px {
    height: 570px !important;
  }

  .h-md-600px {
    height: 600px !important;
  }

  .h-md-720px {
    height: 720px !important;
  }

  .h-md-100p5 {
    height: calc(100% + 3rem) !important;
  }

  .h-md-100p62px {
    height: calc(100% + 62px) !important;
  }

  .h-md-100p120px {
    height: calc(100% + 120px) !important;
  }

  .h-md-100p60px {
    height: calc(100% + 60px) !important;
  }

  .h-md-100p196px {
    height: calc(100% + 196px) !important;
  }

  .h-md-100m60px {
    height: calc(100% - 60px) !important;
  }

  .h-md-45p100px {
    height: calc(45% + 100px) !important;
  }

  .h-md-100p148px {
    height: calc(100% + 148px) !important;
  }

  .h-md-100p296px {
    height: calc(100% + 296px) !important;
  }

  .h-md-100p192px {
    height: calc(100% + 192px) !important;
  }

  .h-md-100p150px {
    height: calc(100% + 150px) !important;
  }

  .h-md-100p92px {
    height: calc(100% + 92px) !important;
  }

  .h-md-100pgutter {
    height: calc(100% + 0.75rem) !important;
  }

  .h-md-100m100px {
    height: calc(100% - 100px) !important;
  }

  .h-md-100m24px {
    height: calc(100% - 24px) !important;
  }

  .max-h-md-0 {
    max-height: 0% !important;
  }

  .max-h-md-5 {
    max-height: 5% !important;
  }

  .max-h-md-10 {
    max-height: 10% !important;
  }

  .max-h-md-15 {
    max-height: 15% !important;
  }

  .max-h-md-20 {
    max-height: 20% !important;
  }

  .max-h-md-25 {
    max-height: 25% !important;
  }

  .max-h-md-30 {
    max-height: 30% !important;
  }

  .max-h-md-35 {
    max-height: 35% !important;
  }

  .max-h-md-40 {
    max-height: 40% !important;
  }

  .max-h-md-45 {
    max-height: 45% !important;
  }

  .max-h-md-50 {
    max-height: 50% !important;
  }

  .max-h-md-55 {
    max-height: 55% !important;
  }

  .max-h-md-60 {
    max-height: 60% !important;
  }

  .max-h-md-65 {
    max-height: 65% !important;
  }

  .max-h-md-70 {
    max-height: 70% !important;
  }

  .max-h-md-71 {
    max-height: 71% !important;
  }

  .max-h-md-75 {
    max-height: 75% !important;
  }

  .max-h-md-80 {
    max-height: 80% !important;
  }

  .max-h-md-85 {
    max-height: 85% !important;
  }

  .max-h-md-90 {
    max-height: 90% !important;
  }

  .max-h-md-95 {
    max-height: 95% !important;
  }

  .max-h-md-100 {
    max-height: 100% !important;
  }

  .max-h-md-150 {
    max-height: 150% !important;
  }

  .max-h-md-300 {
    max-height: 300% !important;
  }

  .max-h-md-400 {
    max-height: 400% !important;
  }

  .max-h-md-500 {
    max-height: 500% !important;
  }

  .max-h-md-600 {
    max-height: 600% !important;
  }

  .max-h-md-700 {
    max-height: 700% !important;
  }

  .max-h-md-800 {
    max-height: 800% !important;
  }

  .max-h-md-auto {
    max-height: auto !important;
  }

  .max-h-md-fit-content {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }

  .max-h-md-8px {
    max-height: 8px !important;
  }

  .max-h-md-12px {
    max-height: 12px !important;
  }

  .max-h-md-14px {
    max-height: 14px !important;
  }

  .max-h-md-15px {
    max-height: 15px !important;
  }

  .max-h-md-16px {
    max-height: 16px !important;
  }

  .max-h-md-18px {
    max-height: 18px !important;
  }

  .max-h-md-19px {
    max-height: 19px !important;
  }

  .max-h-md-20px {
    max-height: 20px !important;
  }

  .max-h-md-22px {
    max-height: 22px !important;
  }

  .max-h-md-24px {
    max-height: 24px !important;
  }

  .max-h-md-25px {
    max-height: 25px !important;
  }

  .max-h-md-26px {
    max-height: 26px !important;
  }

  .max-h-md-28px {
    max-height: 28px !important;
  }

  .max-h-md-30px {
    max-height: 30px !important;
  }

  .max-h-md-32px {
    max-height: 32px !important;
  }

  .max-h-md-34px {
    max-height: 34px !important;
  }

  .max-h-md-35px {
    max-height: 35px !important;
  }

  .max-h-md-36px {
    max-height: 36px !important;
  }

  .max-h-md-38px {
    max-height: 38px !important;
  }

  .max-h-md-40px {
    max-height: 40px !important;
  }

  .max-h-md-45px {
    max-height: 45px !important;
  }

  .max-h-md-48px {
    max-height: 48px !important;
  }

  .max-h-md-50px {
    max-height: 50px !important;
  }

  .max-h-md-52px {
    max-height: 50px !important;
  }

  .max-h-md-56px {
    max-height: 56px !important;
  }

  .max-h-md-60px {
    max-height: 60px !important;
  }

  .max-h-md-64px {
    max-height: 64px !important;
  }

  .max-h-md-68px {
    max-height: 68px !important;
  }

  .max-h-md-72px {
    max-height: 72px !important;
  }

  .max-h-md-74px {
    max-height: 74px !important;
  }

  .max-h-md-82px {
    max-height: 82px !important;
  }

  .max-h-md-86px {
    max-height: 86px !important;
  }

  .max-h-md-80px {
    max-height: 80px !important;
  }

  .max-h-md-88px {
    max-height: 88px !important;
  }

  .max-h-md-96px {
    max-height: 96px !important;
  }

  .max-h-md-100px {
    max-height: 100px !important;
  }

  .max-h-md-110px {
    max-height: 110px !important;
  }

  .max-h-md-116px {
    max-height: 116px !important;
  }

  .max-h-md-120px {
    max-height: 120px !important;
  }

  .max-h-md-150px {
    max-height: 150px !important;
  }

  .max-h-md-162px {
    max-height: 162px !important;
  }

  .max-h-md-168px {
    max-height: 168px !important;
  }

  .max-h-md-165px {
    max-height: 165px !important;
  }

  .max-h-md-190px {
    max-height: 190px !important;
  }

  .max-h-md-200px {
    max-height: 200px !important;
  }

  .max-h-md-202px {
    max-height: 202px !important;
  }

  .max-h-md-205px {
    max-height: 205px !important;
  }

  .max-h-md-208px {
    max-height: 208px !important;
  }

  .max-h-md-210px {
    max-height: 210px !important;
  }

  .max-h-md-212px {
    max-height: 212px !important;
  }

  .max-h-md-214px {
    max-height: 214px !important;
  }

  .max-h-md-216px {
    max-height: 216px !important;
  }

  .max-h-md-220px {
    max-height: 220px !important;
  }

  .max-h-md-226px {
    max-height: 226px !important;
  }

  .max-h-md-230px {
    max-height: 230px !important;
  }

  .max-h-md-250px {
    max-height: 250px !important;
  }

  .max-h-md-356px {
    max-height: 356px !important;
  }

  .max-h-md-262px {
    max-height: 262px !important;
  }

  .max-h-md-266px {
    max-height: 266px !important;
  }

  .max-h-md-368px {
    max-height: 368px !important;
  }

  .max-h-md-376px {
    max-height: 376px !important;
  }

  .max-h-md-279px {
    max-height: 279px !important;
  }

  .max-h-md-260px {
    max-height: 260px !important;
  }

  .max-h-md-278px {
    max-height: 278px !important;
  }

  .max-h-md-394px {
    max-height: 394px !important;
  }

  .max-h-md-300px {
    max-height: 300px !important;
  }

  .max-h-md-400px {
    max-height: 400px !important;
  }

  .max-h-md-417px {
    max-height: 417px !important;
  }

  .max-h-md-420px {
    max-height: 420px !important;
  }

  .max-h-md-434px {
    max-height: 434px !important;
  }

  .max-h-md-456px {
    max-height: 456px !important;
  }

  .max-h-md-460px {
    max-height: 460px !important;
  }

  .max-h-md-476px {
    max-height: 476px !important;
  }

  .max-h-md-530px {
    max-height: 530px !important;
  }

  .max-h-md-570px {
    max-height: 570px !important;
  }

  .max-h-md-600px {
    max-height: 600px !important;
  }

  .max-h-md-720px {
    max-height: 720px !important;
  }

  .max-h-md-100p5 {
    max-height: calc(100% + 3rem) !important;
  }

  .max-h-md-100p62px {
    max-height: calc(100% + 62px) !important;
  }

  .max-h-md-100p120px {
    max-height: calc(100% + 120px) !important;
  }

  .max-h-md-100p60px {
    max-height: calc(100% + 60px) !important;
  }

  .max-h-md-100p196px {
    max-height: calc(100% + 196px) !important;
  }

  .max-h-md-100m60px {
    max-height: calc(100% - 60px) !important;
  }

  .max-h-md-45p100px {
    max-height: calc(45% + 100px) !important;
  }

  .max-h-md-100p148px {
    max-height: calc(100% + 148px) !important;
  }

  .max-h-md-100p296px {
    max-height: calc(100% + 296px) !important;
  }

  .max-h-md-100p192px {
    max-height: calc(100% + 192px) !important;
  }

  .max-h-md-100p150px {
    max-height: calc(100% + 150px) !important;
  }

  .max-h-md-100p92px {
    max-height: calc(100% + 92px) !important;
  }

  .max-h-md-100pgutter {
    max-height: calc(100% + 0.75rem) !important;
  }

  .max-h-md-100m100px {
    max-height: calc(100% - 100px) !important;
  }

  .max-h-md-100m24px {
    max-height: calc(100% - 24px) !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-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-gutter {
    margin: 0.75rem !important;
  }

  .m-md-40px {
    margin: 40px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-gutter {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-md-40px {
    margin-right: 40px !important;
    margin-left: 40px !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-gutter {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-md-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-gutter {
    margin-top: 0.75rem !important;
  }

  .mt-md-40px {
    margin-top: 40px !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .me-md-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .me-md-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .me-md-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .me-md-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .me-md-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .me-md-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .me-md-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .me-md-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .me-md-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .me-md-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .me-md-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .me-md-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .me-md-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="rtl"] .me-md-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="ltr"] .me-md-40px {
    margin-right: 40px !important;
  }

  [dir="rtl"] .me-md-40px {
    margin-left: 40px !important;
  }

  [dir="ltr"] .me-md-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .me-md-auto {
    margin-left: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-gutter {
    margin-bottom: 0.75rem !important;
  }

  .mb-md-40px {
    margin-bottom: 40px !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ms-md-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ms-md-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ms-md-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ms-md-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .ms-md-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ms-md-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ms-md-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .ms-md-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ms-md-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .ms-md-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="rtl"] .ms-md-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="ltr"] .ms-md-40px {
    margin-left: 40px !important;
  }

  [dir="rtl"] .ms-md-40px {
    margin-right: 40px !important;
  }

  [dir="ltr"] .ms-md-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ms-md-auto {
    margin-right: auto !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .m-md-ngutter {
    margin: -0.75rem !important;
  }

  .m-md-n40px {
    margin: -40px !important;
  }

  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-md-ngutter {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-md-n40px {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-md-ngutter {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-md-n40px {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-md-n5 {
    margin-top: -3rem !important;
  }

  .mt-md-ngutter {
    margin-top: -0.75rem !important;
  }

  .mt-md-n40px {
    margin-top: -40px !important;
  }

  [dir="ltr"] .me-md-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-md-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-md-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-md-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-md-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-md-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-md-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-md-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-md-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-md-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-md-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-md-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-md-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-md-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-md-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-md-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-md-n3 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-md-n3 {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-md-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-md-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-md-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-md-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-md-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-md-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-md-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-md-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-md-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-md-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-md-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-md-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-md-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-md-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-md-n5 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-md-n5 {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-md-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-md-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-md-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-md-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-md-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-md-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-md-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-md-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-md-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-md-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-md-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-md-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-md-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-md-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-md-n40px {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-md-n40px {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-md-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-md-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-md-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-md-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-md-n40px-active:active {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-md-n40px-active:active {
    margin-left: -40px !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-md-ngutter {
    margin-bottom: -0.75rem !important;
  }

  .mb-md-n40px {
    margin-bottom: -40px !important;
  }

  [dir="ltr"] .ms-md-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-md-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-md-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-md-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-md-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-md-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-md-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-md-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-md-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-md-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-md-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-md-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-md-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-md-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-md-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-md-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-md-n3 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-md-n3 {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-md-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-md-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-md-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-md-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-md-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-md-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-md-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-md-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-md-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-md-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-md-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-md-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-md-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-md-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-md-n5 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-md-n5 {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-md-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-md-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-md-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-md-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-md-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-md-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-md-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-md-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-md-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-md-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-md-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-md-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-md-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-md-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-md-n40px {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-md-n40px {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-md-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-md-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-md-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-md-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-md-n40px-active:active {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-md-n40px-active:active {
    margin-right: -40px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .p-md-gutter {
    padding: 0.75rem !important;
  }

  .p-md-40px {
    padding: 40px !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-gutter {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-md-40px {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-gutter {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-md-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pt-md-gutter {
    padding-top: 0.75rem !important;
  }

  .pt-md-40px {
    padding-top: 40px !important;
  }

  [dir="ltr"] .pe-md-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-md-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-md-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-md-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-md-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-md-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-md-0-active:active {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-md-0-active:active {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-md-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-md-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-md-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-md-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-md-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-md-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-md-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-md-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-md-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-md-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-md-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-md-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-md-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-md-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-md-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-md-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-md-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-md-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-md-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-md-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-md-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-md-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-md-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-md-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-md-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-md-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-md-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-md-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-md-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-md-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-md-5 {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-md-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-md-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-md-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-md-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-md-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-md-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-md-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-md-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-md-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-md-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-md-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-md-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-md-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-md-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-md-40px {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-md-40px {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-md-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-md-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-md-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-md-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-md-40px-active:active {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-md-40px-active:active {
    padding-left: 40px !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pb-md-gutter {
    padding-bottom: 0.75rem !important;
  }

  .pb-md-40px {
    padding-bottom: 40px !important;
  }

  [dir="ltr"] .ps-md-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-md-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-md-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-md-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-md-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-md-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-md-0-active:active {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-md-0-active:active {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-md-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-md-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-md-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-md-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-md-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-md-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-md-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-md-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-md-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-md-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-md-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-md-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-md-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-md-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-md-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-md-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-md-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-md-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-md-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-md-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-md-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-md-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-md-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-md-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-md-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-md-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-md-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-md-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-md-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-md-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-md-5 {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-md-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-md-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-md-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-md-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-md-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-md-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-md-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-md-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-md-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-md-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-md-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-md-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-md-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-md-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-md-40px {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-md-40px {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-md-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-md-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-md-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-md-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-md-40px-active:active {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-md-40px-active:active {
    padding-right: 40px !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .gap-md-gutter {
    gap: 0.75rem !important;
  }

  .gap-md-40px {
    gap: 40px !important;
  }

  .row-gap-md-0 {
    row-gap: 0 !important;
  }

  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-md-3 {
    row-gap: 1rem !important;
  }

  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-md-5 {
    row-gap: 3rem !important;
  }

  .row-gap-md-gutter {
    row-gap: 0.75rem !important;
  }

  .row-gap-md-40px {
    row-gap: 40px !important;
  }

  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .column-gap-md-gutter {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .column-gap-md-40px {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .fs-md-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-md-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-md-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-md-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-md-5 {
    font-size: 1.25rem !important;
  }

  .fs-md-6 {
    font-size: 1rem !important;
  }
  /* rtl:begin:remove */
  .lh-md-1 {
    line-height: 1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-md-1p1 {
    line-height: 1.1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-md-1p2 {
    line-height: 1.2 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-md-1p5 {
    line-height: 1.5 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-md-1p7 {
    line-height: 1.7 !important;
  }
  /* rtl:end:remove */
  [dir="ltr"] .text-md-start {
    text-align: left !important;
  }

  [dir="rtl"] .text-md-start {
    text-align: right !important;
  }

  [dir="ltr"] .text-md-end {
    text-align: right !important;
  }

  [dir="rtl"] .text-md-end {
    text-align: left !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .text-md-justify {
    text-align: justify !important;
  }

  .text-md-primary {
    color: #c3ff7c !important;
  }

  .text-md-secondary {
    color: #6c757d !important;
  }

  .text-md-success {
    color: #198754 !important;
  }

  .text-md-info {
    color: #0dcaf0 !important;
  }

  .text-md-warning {
    color: #ffc107 !important;
  }

  .text-md-danger {
    color: #dc3545 !important;
  }

  .text-md-light {
    color: #f8f9fa !important;
  }

  .text-md-dark {
    color: #050605 !important;
  }

  .text-md-white {
    color: #fff !important;
  }

  .text-md-black {
    color: #000 !important;
  }

  .rounded-md {
    border-radius: 0.375rem !important;
  }

  .rounded-md-0 {
    border-radius: 0 !important;
  }

  .rounded-md-1 {
    border-radius: 0.25rem !important;
  }

  .rounded-md-2 {
    border-radius: 0.375rem !important;
  }

  .rounded-md-3 {
    border-radius: 0.5rem !important;
  }

  .rounded-md-4 {
    border-radius: 1rem !important;
  }

  .rounded-md-5 {
    border-radius: 2rem !important;
  }

  .rounded-md-circle {
    border-radius: 50% !important;
  }

  .rounded-md-pill {
    border-radius: 50rem !important;
  }

  .rounded-md-5px {
    border-radius: 5px !important;
  }

  .rounded-md-6px {
    border-radius: 6px !important;
  }

  .rounded-md-8px {
    border-radius: 8px !important;
  }

  .rounded-md-10px {
    border-radius: 10px !important;
  }

  .rounded-md-12px {
    border-radius: 12px !important;
  }

  .rounded-md-15px {
    border-radius: 15px !important;
  }

  .rounded-md-20px {
    border-radius: 20px !important;
  }

  .rounded-top-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-md-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .rounded-top-md-1 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-md-2 {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-md-3 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .rounded-top-md-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .rounded-top-md-5 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  .rounded-top-md-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .rounded-top-md-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  .rounded-top-md-5px {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  .rounded-top-md-6px {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .rounded-top-md-8px {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .rounded-top-md-10px {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .rounded-top-md-12px {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .rounded-top-md-15px {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  .rounded-top-md-20px {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-end-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-end-md-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-end-md-1 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-end-md-1 {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-end-md-2 {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-md-2 {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-md-3 {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-end-md-3 {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-end-md-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-end-md-4 {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-end-md-5 {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-end-md-5 {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-end-md-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-end-md-circle {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-end-md-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-end-md-pill {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-end-md-5px {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-end-md-5px {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-end-md-6px {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-end-md-6px {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-end-md-8px {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-end-md-8px {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-end-md-10px {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-end-md-10px {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-end-md-12px {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-end-md-12px {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-end-md-15px {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-end-md-15px {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-end-md-20px {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-end-md-20px {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .rounded-bottom-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-md-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .rounded-bottom-md-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-md-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-md-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .rounded-bottom-md-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .rounded-bottom-md-5 {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  .rounded-bottom-md-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .rounded-bottom-md-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  .rounded-bottom-md-5px {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  .rounded-bottom-md-6px {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-md-8px {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .rounded-bottom-md-10px {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .rounded-bottom-md-12px {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .rounded-bottom-md-15px {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  .rounded-bottom-md-20px {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-start-md {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-md {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-md-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-start-md-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-start-md-1 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-start-md-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-start-md-2 {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-md-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-md-3 {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-start-md-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-start-md-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-start-md-4 {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-start-md-5 {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-start-md-5 {
    border-bottom-right-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-start-md-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-start-md-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-start-md-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-start-md-pill {
    border-bottom-right-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-start-md-5px {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-start-md-5px {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-start-md-6px {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-start-md-6px {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-start-md-8px {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-start-md-8px {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-start-md-10px {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-start-md-10px {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-start-md-12px {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-start-md-12px {
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-start-md-15px {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-start-md-15px {
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-start-md-20px {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-start-md-20px {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .object-position-md-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  [dir="ltr"] .object-position-md-start {
    -o-object-position: left !important;
       object-position: left !important;
  }

  [dir="rtl"] .object-position-md-start {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="ltr"] .object-position-md-end {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="rtl"] .object-position-md-end {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .object-position-md-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  [dir="ltr"] .object-position-md-center-start {
    -o-object-position: center left !important;
       object-position: center left !important;
  }

  [dir="rtl"] .object-position-md-center-start {
    -o-object-position: center right !important;
       object-position: center right !important;
  }

  .bg-md-gradient-top-bottom-dark-transparent {
    background: linear-gradient(to bottom, #050605, transparent) !important;
  }

  [dir="ltr"] .bg-md-gradient-left-right-primary {
    background: linear-gradient(to right, #c3ff7c, #9ccc63) !important;
  }

  [dir="rtl"] .bg-md-gradient-left-right-primary {
    background: linear-gradient(to left, #c3ff7c, #9ccc63) !important;
  }

  .bg-md-gradient-bottom-top-black-transparent {
    background: linear-gradient(to top, #000, transparent) !important;
  }

  .bg-md-gradient-bottom-top-black-transparent-50 {
    background: linear-gradient(to top, #000, transparent 50%) !important;
  }

  .bg-md-gradient-top-bottom-black-transparent-50 {
    background: linear-gradient(to bottom, #000, transparent 50%) !important;
  }

  [dir="ltr"] .rounded-top-start-md {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-md {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-md-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-start-md-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-start-md-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-start-md-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-start-md-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-md-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-md-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-start-md-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-start-md-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-start-md-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-start-md-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-start-md-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-start-md-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-start-md-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-start-md-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-start-md-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-start-md-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-start-md-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-start-md-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-start-md-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-start-md-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-start-md-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-start-md-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-start-md-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-start-md-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-start-md-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-start-md-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-start-md-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-start-md-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-start-md-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-top-end-md {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-md {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-md-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-end-md-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-end-md-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-end-md-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-end-md-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-md-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-md-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-end-md-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-end-md-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-end-md-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-end-md-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-end-md-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-end-md-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-end-md-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-end-md-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-end-md-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-end-md-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-end-md-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-end-md-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-end-md-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-end-md-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-end-md-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-end-md-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-end-md-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-end-md-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-end-md-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-end-md-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-end-md-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-end-md-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-end-md-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-start-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-md-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-start-md-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-start-md-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-md-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-md-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-md-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-md-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-md-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-md-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-md-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-md-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-md-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-md-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-start-md-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-start-md-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-md-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-md-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-start-md-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-start-md-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-start-md-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-start-md-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-start-md-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-start-md-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-start-md-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-start-md-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-start-md-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-start-md-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-start-md-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-start-md-20px {
    border-bottom-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-start-md-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-end-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-md-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-end-md-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-end-md-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-md-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-md-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-md-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-md-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-md-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-md-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-md-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-md-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-md-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-md-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-end-md-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-end-md-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-md-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-md-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-end-md-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-end-md-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-end-md-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-end-md-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-end-md-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-end-md-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-end-md-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-end-md-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-end-md-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-end-md-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-end-md-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-end-md-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-end-md-20px {
    border-bottom-left-radius: 20px !important;
  }

  .flex-basis-md-0 {
    flex-basis: 0% !important;
  }

  .flex-basis-md-5 {
    flex-basis: 5% !important;
  }

  .flex-basis-md-10 {
    flex-basis: 10% !important;
  }

  .flex-basis-md-15 {
    flex-basis: 15% !important;
  }

  .flex-basis-md-20 {
    flex-basis: 20% !important;
  }

  .flex-basis-md-25 {
    flex-basis: 25% !important;
  }

  .flex-basis-md-30 {
    flex-basis: 30% !important;
  }

  .flex-basis-md-35 {
    flex-basis: 35% !important;
  }

  .flex-basis-md-40 {
    flex-basis: 40% !important;
  }

  .flex-basis-md-45 {
    flex-basis: 45% !important;
  }

  .flex-basis-md-50 {
    flex-basis: 50% !important;
  }

  .flex-basis-md-55 {
    flex-basis: 55% !important;
  }

  .flex-basis-md-60 {
    flex-basis: 60% !important;
  }

  .flex-basis-md-65 {
    flex-basis: 65% !important;
  }

  .flex-basis-md-70 {
    flex-basis: 70% !important;
  }

  .flex-basis-md-71 {
    flex-basis: 71% !important;
  }

  .flex-basis-md-75 {
    flex-basis: 75% !important;
  }

  .flex-basis-md-80 {
    flex-basis: 80% !important;
  }

  .flex-basis-md-85 {
    flex-basis: 85% !important;
  }

  .flex-basis-md-90 {
    flex-basis: 90% !important;
  }

  .flex-basis-md-95 {
    flex-basis: 95% !important;
  }

  .flex-basis-md-100 {
    flex-basis: 100% !important;
  }

  .flex-basis-md-150 {
    flex-basis: 150% !important;
  }

  .flex-basis-md-300 {
    flex-basis: 300% !important;
  }

  .flex-basis-md-400 {
    flex-basis: 400% !important;
  }

  .flex-basis-md-500 {
    flex-basis: 500% !important;
  }

  .flex-basis-md-600 {
    flex-basis: 600% !important;
  }

  .flex-basis-md-700 {
    flex-basis: 700% !important;
  }

  .flex-basis-md-800 {
    flex-basis: 800% !important;
  }

  .flex-basis-md-auto {
    flex-basis: auto !important;
  }

  .flex-basis-md-fit-content {
    flex-basis: fit-content !important;
  }

  .flex-basis-md-8px {
    flex-basis: 8px !important;
  }

  .flex-basis-md-12px {
    flex-basis: 12px !important;
  }

  .flex-basis-md-14px {
    flex-basis: 14px !important;
  }

  .flex-basis-md-15px {
    flex-basis: 15px !important;
  }

  .flex-basis-md-16px {
    flex-basis: 16px !important;
  }

  .flex-basis-md-18px {
    flex-basis: 18px !important;
  }

  .flex-basis-md-19px {
    flex-basis: 19px !important;
  }

  .flex-basis-md-20px {
    flex-basis: 20px !important;
  }

  .flex-basis-md-22px {
    flex-basis: 22px !important;
  }

  .flex-basis-md-24px {
    flex-basis: 24px !important;
  }

  .flex-basis-md-25px {
    flex-basis: 25px !important;
  }

  .flex-basis-md-26px {
    flex-basis: 26px !important;
  }

  .flex-basis-md-28px {
    flex-basis: 28px !important;
  }

  .flex-basis-md-30px {
    flex-basis: 30px !important;
  }

  .flex-basis-md-32px {
    flex-basis: 32px !important;
  }

  .flex-basis-md-34px {
    flex-basis: 34px !important;
  }

  .flex-basis-md-35px {
    flex-basis: 35px !important;
  }

  .flex-basis-md-36px {
    flex-basis: 36px !important;
  }

  .flex-basis-md-38px {
    flex-basis: 38px !important;
  }

  .flex-basis-md-40px {
    flex-basis: 40px !important;
  }

  .flex-basis-md-45px {
    flex-basis: 45px !important;
  }

  .flex-basis-md-48px {
    flex-basis: 48px !important;
  }

  .flex-basis-md-50px {
    flex-basis: 50px !important;
  }

  .flex-basis-md-52px {
    flex-basis: 50px !important;
  }

  .flex-basis-md-56px {
    flex-basis: 56px !important;
  }

  .flex-basis-md-60px {
    flex-basis: 60px !important;
  }

  .flex-basis-md-64px {
    flex-basis: 64px !important;
  }

  .flex-basis-md-68px {
    flex-basis: 68px !important;
  }

  .flex-basis-md-72px {
    flex-basis: 72px !important;
  }

  .flex-basis-md-74px {
    flex-basis: 74px !important;
  }

  .flex-basis-md-82px {
    flex-basis: 82px !important;
  }

  .flex-basis-md-86px {
    flex-basis: 86px !important;
  }

  .flex-basis-md-80px {
    flex-basis: 80px !important;
  }

  .flex-basis-md-88px {
    flex-basis: 88px !important;
  }

  .flex-basis-md-96px {
    flex-basis: 96px !important;
  }

  .flex-basis-md-100px {
    flex-basis: 100px !important;
  }

  .flex-basis-md-110px {
    flex-basis: 110px !important;
  }

  .flex-basis-md-116px {
    flex-basis: 116px !important;
  }

  .flex-basis-md-120px {
    flex-basis: 120px !important;
  }

  .flex-basis-md-150px {
    flex-basis: 150px !important;
  }

  .flex-basis-md-162px {
    flex-basis: 162px !important;
  }

  .flex-basis-md-168px {
    flex-basis: 168px !important;
  }

  .flex-basis-md-165px {
    flex-basis: 165px !important;
  }

  .flex-basis-md-190px {
    flex-basis: 190px !important;
  }

  .flex-basis-md-200px {
    flex-basis: 200px !important;
  }

  .flex-basis-md-202px {
    flex-basis: 202px !important;
  }

  .flex-basis-md-205px {
    flex-basis: 205px !important;
  }

  .flex-basis-md-208px {
    flex-basis: 208px !important;
  }

  .flex-basis-md-210px {
    flex-basis: 210px !important;
  }

  .flex-basis-md-212px {
    flex-basis: 212px !important;
  }

  .flex-basis-md-214px {
    flex-basis: 214px !important;
  }

  .flex-basis-md-216px {
    flex-basis: 216px !important;
  }

  .flex-basis-md-220px {
    flex-basis: 220px !important;
  }

  .flex-basis-md-226px {
    flex-basis: 226px !important;
  }

  .flex-basis-md-230px {
    flex-basis: 230px !important;
  }

  .flex-basis-md-250px {
    flex-basis: 250px !important;
  }

  .flex-basis-md-356px {
    flex-basis: 356px !important;
  }

  .flex-basis-md-262px {
    flex-basis: 262px !important;
  }

  .flex-basis-md-266px {
    flex-basis: 266px !important;
  }

  .flex-basis-md-368px {
    flex-basis: 368px !important;
  }

  .flex-basis-md-376px {
    flex-basis: 376px !important;
  }

  .flex-basis-md-279px {
    flex-basis: 279px !important;
  }

  .flex-basis-md-260px {
    flex-basis: 260px !important;
  }

  .flex-basis-md-278px {
    flex-basis: 278px !important;
  }

  .flex-basis-md-394px {
    flex-basis: 394px !important;
  }

  .flex-basis-md-300px {
    flex-basis: 300px !important;
  }

  .flex-basis-md-400px {
    flex-basis: 400px !important;
  }

  .flex-basis-md-417px {
    flex-basis: 417px !important;
  }

  .flex-basis-md-420px {
    flex-basis: 420px !important;
  }

  .flex-basis-md-434px {
    flex-basis: 434px !important;
  }

  .flex-basis-md-456px {
    flex-basis: 456px !important;
  }

  .flex-basis-md-460px {
    flex-basis: 460px !important;
  }

  .flex-basis-md-476px {
    flex-basis: 476px !important;
  }

  .flex-basis-md-530px {
    flex-basis: 530px !important;
  }

  .flex-basis-md-570px {
    flex-basis: 570px !important;
  }

  .flex-basis-md-600px {
    flex-basis: 600px !important;
  }

  .flex-basis-md-720px {
    flex-basis: 720px !important;
  }

  .flex-basis-md-100p5 {
    flex-basis: calc(100% + 3rem) !important;
  }

  .flex-basis-md-100p62px {
    flex-basis: calc(100% + 62px) !important;
  }

  .flex-basis-md-100p120px {
    flex-basis: calc(100% + 120px) !important;
  }

  .flex-basis-md-100p60px {
    flex-basis: calc(100% + 60px) !important;
  }

  .flex-basis-md-100p196px {
    flex-basis: calc(100% + 196px) !important;
  }

  .flex-basis-md-100m60px {
    flex-basis: calc(100% - 60px) !important;
  }

  .flex-basis-md-45p100px {
    flex-basis: calc(45% + 100px) !important;
  }

  .flex-basis-md-100p148px {
    flex-basis: calc(100% + 148px) !important;
  }

  .flex-basis-md-100p296px {
    flex-basis: calc(100% + 296px) !important;
  }

  .flex-basis-md-100p192px {
    flex-basis: calc(100% + 192px) !important;
  }

  .flex-basis-md-100p150px {
    flex-basis: calc(100% + 150px) !important;
  }

  .flex-basis-md-100p92px {
    flex-basis: calc(100% + 92px) !important;
  }

  .flex-basis-md-100pgutter {
    flex-basis: calc(100% + 0.75rem) !important;
  }

  .flex-basis-md-100m100px {
    flex-basis: calc(100% - 100px) !important;
  }

  .flex-basis-md-100m24px {
    flex-basis: calc(100% - 24px) !important;
  }

  .min-h-md-0 {
    min-height: 0% !important;
  }

  .min-h-md-5 {
    min-height: 5% !important;
  }

  .min-h-md-10 {
    min-height: 10% !important;
  }

  .min-h-md-15 {
    min-height: 15% !important;
  }

  .min-h-md-20 {
    min-height: 20% !important;
  }

  .min-h-md-25 {
    min-height: 25% !important;
  }

  .min-h-md-30 {
    min-height: 30% !important;
  }

  .min-h-md-35 {
    min-height: 35% !important;
  }

  .min-h-md-40 {
    min-height: 40% !important;
  }

  .min-h-md-45 {
    min-height: 45% !important;
  }

  .min-h-md-50 {
    min-height: 50% !important;
  }

  .min-h-md-55 {
    min-height: 55% !important;
  }

  .min-h-md-60 {
    min-height: 60% !important;
  }

  .min-h-md-65 {
    min-height: 65% !important;
  }

  .min-h-md-70 {
    min-height: 70% !important;
  }

  .min-h-md-71 {
    min-height: 71% !important;
  }

  .min-h-md-75 {
    min-height: 75% !important;
  }

  .min-h-md-80 {
    min-height: 80% !important;
  }

  .min-h-md-85 {
    min-height: 85% !important;
  }

  .min-h-md-90 {
    min-height: 90% !important;
  }

  .min-h-md-95 {
    min-height: 95% !important;
  }

  .min-h-md-100 {
    min-height: 100% !important;
  }

  .min-h-md-150 {
    min-height: 150% !important;
  }

  .min-h-md-300 {
    min-height: 300% !important;
  }

  .min-h-md-400 {
    min-height: 400% !important;
  }

  .min-h-md-500 {
    min-height: 500% !important;
  }

  .min-h-md-600 {
    min-height: 600% !important;
  }

  .min-h-md-700 {
    min-height: 700% !important;
  }

  .min-h-md-800 {
    min-height: 800% !important;
  }

  .min-h-md-auto {
    min-height: auto !important;
  }

  .min-h-md-fit-content {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }

  .min-h-md-8px {
    min-height: 8px !important;
  }

  .min-h-md-12px {
    min-height: 12px !important;
  }

  .min-h-md-14px {
    min-height: 14px !important;
  }

  .min-h-md-15px {
    min-height: 15px !important;
  }

  .min-h-md-16px {
    min-height: 16px !important;
  }

  .min-h-md-18px {
    min-height: 18px !important;
  }

  .min-h-md-19px {
    min-height: 19px !important;
  }

  .min-h-md-20px {
    min-height: 20px !important;
  }

  .min-h-md-22px {
    min-height: 22px !important;
  }

  .min-h-md-24px {
    min-height: 24px !important;
  }

  .min-h-md-25px {
    min-height: 25px !important;
  }

  .min-h-md-26px {
    min-height: 26px !important;
  }

  .min-h-md-28px {
    min-height: 28px !important;
  }

  .min-h-md-30px {
    min-height: 30px !important;
  }

  .min-h-md-32px {
    min-height: 32px !important;
  }

  .min-h-md-34px {
    min-height: 34px !important;
  }

  .min-h-md-35px {
    min-height: 35px !important;
  }

  .min-h-md-36px {
    min-height: 36px !important;
  }

  .min-h-md-38px {
    min-height: 38px !important;
  }

  .min-h-md-40px {
    min-height: 40px !important;
  }

  .min-h-md-45px {
    min-height: 45px !important;
  }

  .min-h-md-48px {
    min-height: 48px !important;
  }

  .min-h-md-50px {
    min-height: 50px !important;
  }

  .min-h-md-52px {
    min-height: 50px !important;
  }

  .min-h-md-56px {
    min-height: 56px !important;
  }

  .min-h-md-60px {
    min-height: 60px !important;
  }

  .min-h-md-64px {
    min-height: 64px !important;
  }

  .min-h-md-68px {
    min-height: 68px !important;
  }

  .min-h-md-72px {
    min-height: 72px !important;
  }

  .min-h-md-74px {
    min-height: 74px !important;
  }

  .min-h-md-82px {
    min-height: 82px !important;
  }

  .min-h-md-86px {
    min-height: 86px !important;
  }

  .min-h-md-80px {
    min-height: 80px !important;
  }

  .min-h-md-88px {
    min-height: 88px !important;
  }

  .min-h-md-96px {
    min-height: 96px !important;
  }

  .min-h-md-100px {
    min-height: 100px !important;
  }

  .min-h-md-110px {
    min-height: 110px !important;
  }

  .min-h-md-116px {
    min-height: 116px !important;
  }

  .min-h-md-120px {
    min-height: 120px !important;
  }

  .min-h-md-150px {
    min-height: 150px !important;
  }

  .min-h-md-162px {
    min-height: 162px !important;
  }

  .min-h-md-168px {
    min-height: 168px !important;
  }

  .min-h-md-165px {
    min-height: 165px !important;
  }

  .min-h-md-190px {
    min-height: 190px !important;
  }

  .min-h-md-200px {
    min-height: 200px !important;
  }

  .min-h-md-202px {
    min-height: 202px !important;
  }

  .min-h-md-205px {
    min-height: 205px !important;
  }

  .min-h-md-208px {
    min-height: 208px !important;
  }

  .min-h-md-210px {
    min-height: 210px !important;
  }

  .min-h-md-212px {
    min-height: 212px !important;
  }

  .min-h-md-214px {
    min-height: 214px !important;
  }

  .min-h-md-216px {
    min-height: 216px !important;
  }

  .min-h-md-220px {
    min-height: 220px !important;
  }

  .min-h-md-226px {
    min-height: 226px !important;
  }

  .min-h-md-230px {
    min-height: 230px !important;
  }

  .min-h-md-250px {
    min-height: 250px !important;
  }

  .min-h-md-356px {
    min-height: 356px !important;
  }

  .min-h-md-262px {
    min-height: 262px !important;
  }

  .min-h-md-266px {
    min-height: 266px !important;
  }

  .min-h-md-368px {
    min-height: 368px !important;
  }

  .min-h-md-376px {
    min-height: 376px !important;
  }

  .min-h-md-279px {
    min-height: 279px !important;
  }

  .min-h-md-260px {
    min-height: 260px !important;
  }

  .min-h-md-278px {
    min-height: 278px !important;
  }

  .min-h-md-394px {
    min-height: 394px !important;
  }

  .min-h-md-300px {
    min-height: 300px !important;
  }

  .min-h-md-400px {
    min-height: 400px !important;
  }

  .min-h-md-417px {
    min-height: 417px !important;
  }

  .min-h-md-420px {
    min-height: 420px !important;
  }

  .min-h-md-434px {
    min-height: 434px !important;
  }

  .min-h-md-456px {
    min-height: 456px !important;
  }

  .min-h-md-460px {
    min-height: 460px !important;
  }

  .min-h-md-476px {
    min-height: 476px !important;
  }

  .min-h-md-530px {
    min-height: 530px !important;
  }

  .min-h-md-570px {
    min-height: 570px !important;
  }

  .min-h-md-600px {
    min-height: 600px !important;
  }

  .min-h-md-720px {
    min-height: 720px !important;
  }

  .min-h-md-100p5 {
    min-height: calc(100% + 3rem) !important;
  }

  .min-h-md-100p62px {
    min-height: calc(100% + 62px) !important;
  }

  .min-h-md-100p120px {
    min-height: calc(100% + 120px) !important;
  }

  .min-h-md-100p60px {
    min-height: calc(100% + 60px) !important;
  }

  .min-h-md-100p196px {
    min-height: calc(100% + 196px) !important;
  }

  .min-h-md-100m60px {
    min-height: calc(100% - 60px) !important;
  }

  .min-h-md-45p100px {
    min-height: calc(45% + 100px) !important;
  }

  .min-h-md-100p148px {
    min-height: calc(100% + 148px) !important;
  }

  .min-h-md-100p296px {
    min-height: calc(100% + 296px) !important;
  }

  .min-h-md-100p192px {
    min-height: calc(100% + 192px) !important;
  }

  .min-h-md-100p150px {
    min-height: calc(100% + 150px) !important;
  }

  .min-h-md-100p92px {
    min-height: calc(100% + 92px) !important;
  }

  .min-h-md-100pgutter {
    min-height: calc(100% + 0.75rem) !important;
  }

  .min-h-md-100m100px {
    min-height: calc(100% - 100px) !important;
  }

  .min-h-md-100m24px {
    min-height: calc(100% - 24px) !important;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .float-lg-start {
    float: left !important;
  }

  [dir="rtl"] .float-lg-start {
    float: right !important;
  }

  [dir="ltr"] .float-lg-end {
    float: right !important;
  }

  [dir="rtl"] .float-lg-end {
    float: left !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-lg-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .op-lg-0 {
    opacity: 0 !important;
  }

  .op-lg-0-hover:hover {
    opacity: 0 !important;
  }

  .op-lg-0-focus:focus {
    opacity: 0 !important;
  }

  .op-lg-0-active:active {
    opacity: 0 !important;
  }

  .op-lg-5 {
    opacity: 0.05 !important;
  }

  .op-lg-5-hover:hover {
    opacity: 0.05 !important;
  }

  .op-lg-5-focus:focus {
    opacity: 0.05 !important;
  }

  .op-lg-5-active:active {
    opacity: 0.05 !important;
  }

  .op-lg-10 {
    opacity: 0.1 !important;
  }

  .op-lg-10-hover:hover {
    opacity: 0.1 !important;
  }

  .op-lg-10-focus:focus {
    opacity: 0.1 !important;
  }

  .op-lg-10-active:active {
    opacity: 0.1 !important;
  }

  .op-lg-15 {
    opacity: 0.15 !important;
  }

  .op-lg-15-hover:hover {
    opacity: 0.15 !important;
  }

  .op-lg-15-focus:focus {
    opacity: 0.15 !important;
  }

  .op-lg-15-active:active {
    opacity: 0.15 !important;
  }

  .op-lg-20 {
    opacity: 0.2 !important;
  }

  .op-lg-20-hover:hover {
    opacity: 0.2 !important;
  }

  .op-lg-20-focus:focus {
    opacity: 0.2 !important;
  }

  .op-lg-20-active:active {
    opacity: 0.2 !important;
  }

  .op-lg-25 {
    opacity: 0.25 !important;
  }

  .op-lg-25-hover:hover {
    opacity: 0.25 !important;
  }

  .op-lg-25-focus:focus {
    opacity: 0.25 !important;
  }

  .op-lg-25-active:active {
    opacity: 0.25 !important;
  }

  .op-lg-30 {
    opacity: 0.3 !important;
  }

  .op-lg-30-hover:hover {
    opacity: 0.3 !important;
  }

  .op-lg-30-focus:focus {
    opacity: 0.3 !important;
  }

  .op-lg-30-active:active {
    opacity: 0.3 !important;
  }

  .op-lg-35 {
    opacity: 0.35 !important;
  }

  .op-lg-35-hover:hover {
    opacity: 0.35 !important;
  }

  .op-lg-35-focus:focus {
    opacity: 0.35 !important;
  }

  .op-lg-35-active:active {
    opacity: 0.35 !important;
  }

  .op-lg-40 {
    opacity: 0.4 !important;
  }

  .op-lg-40-hover:hover {
    opacity: 0.4 !important;
  }

  .op-lg-40-focus:focus {
    opacity: 0.4 !important;
  }

  .op-lg-40-active:active {
    opacity: 0.4 !important;
  }

  .op-lg-45 {
    opacity: 0.45 !important;
  }

  .op-lg-45-hover:hover {
    opacity: 0.45 !important;
  }

  .op-lg-45-focus:focus {
    opacity: 0.45 !important;
  }

  .op-lg-45-active:active {
    opacity: 0.45 !important;
  }

  .op-lg-50 {
    opacity: 0.5 !important;
  }

  .op-lg-50-hover:hover {
    opacity: 0.5 !important;
  }

  .op-lg-50-focus:focus {
    opacity: 0.5 !important;
  }

  .op-lg-50-active:active {
    opacity: 0.5 !important;
  }

  .op-lg-55 {
    opacity: 0.55 !important;
  }

  .op-lg-55-hover:hover {
    opacity: 0.55 !important;
  }

  .op-lg-55-focus:focus {
    opacity: 0.55 !important;
  }

  .op-lg-55-active:active {
    opacity: 0.55 !important;
  }

  .op-lg-60 {
    opacity: 0.6 !important;
  }

  .op-lg-60-hover:hover {
    opacity: 0.6 !important;
  }

  .op-lg-60-focus:focus {
    opacity: 0.6 !important;
  }

  .op-lg-60-active:active {
    opacity: 0.6 !important;
  }

  .op-lg-65 {
    opacity: 0.65 !important;
  }

  .op-lg-65-hover:hover {
    opacity: 0.65 !important;
  }

  .op-lg-65-focus:focus {
    opacity: 0.65 !important;
  }

  .op-lg-65-active:active {
    opacity: 0.65 !important;
  }

  .op-lg-70 {
    opacity: 0.7 !important;
  }

  .op-lg-70-hover:hover {
    opacity: 0.7 !important;
  }

  .op-lg-70-focus:focus {
    opacity: 0.7 !important;
  }

  .op-lg-70-active:active {
    opacity: 0.7 !important;
  }

  .op-lg-75 {
    opacity: 0.75 !important;
  }

  .op-lg-75-hover:hover {
    opacity: 0.75 !important;
  }

  .op-lg-75-focus:focus {
    opacity: 0.75 !important;
  }

  .op-lg-75-active:active {
    opacity: 0.75 !important;
  }

  .op-lg-80 {
    opacity: 0.8 !important;
  }

  .op-lg-80-hover:hover {
    opacity: 0.8 !important;
  }

  .op-lg-80-focus:focus {
    opacity: 0.8 !important;
  }

  .op-lg-80-active:active {
    opacity: 0.8 !important;
  }

  .op-lg-85 {
    opacity: 0.85 !important;
  }

  .op-lg-85-hover:hover {
    opacity: 0.85 !important;
  }

  .op-lg-85-focus:focus {
    opacity: 0.85 !important;
  }

  .op-lg-85-active:active {
    opacity: 0.85 !important;
  }

  .op-lg-90 {
    opacity: 0.9 !important;
  }

  .op-lg-90-hover:hover {
    opacity: 0.9 !important;
  }

  .op-lg-90-focus:focus {
    opacity: 0.9 !important;
  }

  .op-lg-90-active:active {
    opacity: 0.9 !important;
  }

  .op-lg-95 {
    opacity: 0.95 !important;
  }

  .op-lg-95-hover:hover {
    opacity: 0.95 !important;
  }

  .op-lg-95-focus:focus {
    opacity: 0.95 !important;
  }

  .op-lg-95-active:active {
    opacity: 0.95 !important;
  }

  .op-lg-100 {
    opacity: 1 !important;
  }

  .op-lg-100-hover:hover {
    opacity: 1 !important;
  }

  .op-lg-100-focus:focus {
    opacity: 1 !important;
  }

  .op-lg-100-active:active {
    opacity: 1 !important;
  }

  .overflow-x-lg-auto {
    overflow-x: auto !important;
  }

  .overflow-x-lg-hidden {
    overflow-x: hidden !important;
  }

  .overflow-x-lg-visible {
    overflow-x: visible !important;
  }

  .overflow-x-lg-scroll {
    overflow-x: scroll !important;
  }

  .overflow-y-lg-auto {
    overflow-y: auto !important;
  }

  .overflow-y-lg-hidden {
    overflow-y: hidden !important;
  }

  .overflow-y-lg-visible {
    overflow-y: visible !important;
  }

  .overflow-y-lg-scroll {
    overflow-y: scroll !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;
  }

  .d-lg-list-item {
    display: list-item !important;
  }

  .position-lg-static {
    position: static !important;
  }

  .position-lg-relative {
    position: relative !important;
  }

  .position-lg-absolute {
    position: absolute !important;
  }

  .position-lg-fixed {
    position: fixed !important;
  }

  .position-lg-sticky {
    position: sticky !important;
  }

  .top-lg-0 {
    top: 0 !important;
  }

  .top-lg-50 {
    top: 50% !important;
  }

  .top-lg-100 {
    top: 100% !important;
  }

  .top-lg-initial {
    top: initial !important;
  }

  .bottom-lg-0 {
    bottom: 0 !important;
  }

  .bottom-lg-50 {
    bottom: 50% !important;
  }

  .bottom-lg-100 {
    bottom: 100% !important;
  }

  .bottom-lg-initial {
    bottom: initial !important;
  }

  [dir="ltr"] .start-lg-0 {
    left: 0 !important;
  }

  [dir="rtl"] .start-lg-0 {
    right: 0 !important;
  }

  [dir="ltr"] .start-lg-50 {
    left: 50% !important;
  }

  [dir="rtl"] .start-lg-50 {
    right: 50% !important;
  }

  [dir="ltr"] .start-lg-100 {
    left: 100% !important;
  }

  [dir="rtl"] .start-lg-100 {
    right: 100% !important;
  }

  [dir="ltr"] .start-lg-initial {
    left: initial !important;
  }

  [dir="rtl"] .start-lg-initial {
    right: initial !important;
  }

  [dir="ltr"] .end-lg-0 {
    right: 0 !important;
  }

  [dir="rtl"] .end-lg-0 {
    left: 0 !important;
  }

  [dir="ltr"] .end-lg-50 {
    right: 50% !important;
  }

  [dir="rtl"] .end-lg-50 {
    left: 50% !important;
  }

  [dir="ltr"] .end-lg-100 {
    right: 100% !important;
  }

  [dir="rtl"] .end-lg-100 {
    left: 100% !important;
  }

  [dir="ltr"] .end-lg-initial {
    right: initial !important;
  }

  [dir="rtl"] .end-lg-initial {
    left: initial !important;
  }

  [dir="ltr"] .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }

  [dir="rtl"] .translate-middle-lg {
    transform: translate(50%, -50%) !important;
  }

  [dir="ltr"] .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }

  [dir="rtl"] .translate-middle-lg-x {
    transform: translateX(50%) !important;
  }

  .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }

  [dir="ltr"] .border-start-lg-0 {
    border-left: 0 !important;
  }

  [dir="rtl"] .border-start-lg-0 {
    border-right: 0 !important;
  }

  [dir="ltr"] .border-start-lg-1 {
    border-left: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-lg-1 {
    border-right: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-lg-2 {
    border-left: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-lg-2 {
    border-right: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-lg-3 {
    border-left: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-lg-3 {
    border-right: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-lg-4 {
    border-left: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-lg-4 {
    border-right: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-lg-5 {
    border-left: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-lg-5 {
    border-right: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-lg-6 {
    border-left: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-lg-6 {
    border-right: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  .border-lg-primary {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-lg-primary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-lg-primary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-lg-primary-active:active {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-lg-secondary {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-lg-secondary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-lg-secondary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-lg-secondary-active:active {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-lg-success {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-lg-success-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-lg-success-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-lg-success-active:active {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-lg-info {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-lg-info-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-lg-info-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-lg-info-active:active {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-lg-warning {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-lg-warning-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-lg-warning-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-lg-warning-active:active {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-lg-danger {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-lg-danger-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-lg-danger-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-lg-danger-active:active {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-lg-light {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-lg-light-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-lg-light-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-lg-light-active:active {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-lg-dark {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-lg-dark-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-lg-dark-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-lg-dark-active:active {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-lg-white {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-lg-white-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-lg-white-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-lg-white-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-lg-black {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-lg-black-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-lg-black-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-lg-black-active:active {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-lg-body {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-lg-body-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-lg-body-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-lg-body-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .w-lg-0 {
    width: 0% !important;
  }

  .w-lg-5 {
    width: 5% !important;
  }

  .w-lg-10 {
    width: 10% !important;
  }

  .w-lg-15 {
    width: 15% !important;
  }

  .w-lg-20 {
    width: 20% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  .w-lg-35 {
    width: 35% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-lg-45 {
    width: 45% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-55 {
    width: 55% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-65 {
    width: 65% !important;
  }

  .w-lg-70 {
    width: 70% !important;
  }

  .w-lg-71 {
    width: 71% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

  .w-lg-85 {
    width: 85% !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .w-lg-95 {
    width: 95% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-150 {
    width: 150% !important;
  }

  .w-lg-300 {
    width: 300% !important;
  }

  .w-lg-400 {
    width: 400% !important;
  }

  .w-lg-500 {
    width: 500% !important;
  }

  .w-lg-600 {
    width: 600% !important;
  }

  .w-lg-700 {
    width: 700% !important;
  }

  .w-lg-800 {
    width: 800% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .w-lg-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .w-lg-8px {
    width: 8px !important;
  }

  .w-lg-12px {
    width: 12px !important;
  }

  .w-lg-14px {
    width: 14px !important;
  }

  .w-lg-15px {
    width: 15px !important;
  }

  .w-lg-16px {
    width: 16px !important;
  }

  .w-lg-18px {
    width: 18px !important;
  }

  .w-lg-19px {
    width: 19px !important;
  }

  .w-lg-20px {
    width: 20px !important;
  }

  .w-lg-22px {
    width: 22px !important;
  }

  .w-lg-24px {
    width: 24px !important;
  }

  .w-lg-25px {
    width: 25px !important;
  }

  .w-lg-26px {
    width: 26px !important;
  }

  .w-lg-28px {
    width: 28px !important;
  }

  .w-lg-30px {
    width: 30px !important;
  }

  .w-lg-32px {
    width: 32px !important;
  }

  .w-lg-34px {
    width: 34px !important;
  }

  .w-lg-35px {
    width: 35px !important;
  }

  .w-lg-36px {
    width: 36px !important;
  }

  .w-lg-38px {
    width: 38px !important;
  }

  .w-lg-40px {
    width: 40px !important;
  }

  .w-lg-45px {
    width: 45px !important;
  }

  .w-lg-48px {
    width: 48px !important;
  }

  .w-lg-50px {
    width: 50px !important;
  }

  .w-lg-52px {
    width: 50px !important;
  }

  .w-lg-56px {
    width: 56px !important;
  }

  .w-lg-60px {
    width: 60px !important;
  }

  .w-lg-64px {
    width: 64px !important;
  }

  .w-lg-68px {
    width: 68px !important;
  }

  .w-lg-72px {
    width: 72px !important;
  }

  .w-lg-74px {
    width: 74px !important;
  }

  .w-lg-82px {
    width: 82px !important;
  }

  .w-lg-86px {
    width: 86px !important;
  }

  .w-lg-80px {
    width: 80px !important;
  }

  .w-lg-88px {
    width: 88px !important;
  }

  .w-lg-96px {
    width: 96px !important;
  }

  .w-lg-100px {
    width: 100px !important;
  }

  .w-lg-110px {
    width: 110px !important;
  }

  .w-lg-116px {
    width: 116px !important;
  }

  .w-lg-120px {
    width: 120px !important;
  }

  .w-lg-150px {
    width: 150px !important;
  }

  .w-lg-162px {
    width: 162px !important;
  }

  .w-lg-168px {
    width: 168px !important;
  }

  .w-lg-165px {
    width: 165px !important;
  }

  .w-lg-190px {
    width: 190px !important;
  }

  .w-lg-200px {
    width: 200px !important;
  }

  .w-lg-202px {
    width: 202px !important;
  }

  .w-lg-205px {
    width: 205px !important;
  }

  .w-lg-208px {
    width: 208px !important;
  }

  .w-lg-210px {
    width: 210px !important;
  }

  .w-lg-212px {
    width: 212px !important;
  }

  .w-lg-214px {
    width: 214px !important;
  }

  .w-lg-216px {
    width: 216px !important;
  }

  .w-lg-220px {
    width: 220px !important;
  }

  .w-lg-226px {
    width: 226px !important;
  }

  .w-lg-230px {
    width: 230px !important;
  }

  .w-lg-250px {
    width: 250px !important;
  }

  .w-lg-356px {
    width: 356px !important;
  }

  .w-lg-262px {
    width: 262px !important;
  }

  .w-lg-266px {
    width: 266px !important;
  }

  .w-lg-368px {
    width: 368px !important;
  }

  .w-lg-376px {
    width: 376px !important;
  }

  .w-lg-279px {
    width: 279px !important;
  }

  .w-lg-260px {
    width: 260px !important;
  }

  .w-lg-278px {
    width: 278px !important;
  }

  .w-lg-394px {
    width: 394px !important;
  }

  .w-lg-300px {
    width: 300px !important;
  }

  .w-lg-400px {
    width: 400px !important;
  }

  .w-lg-417px {
    width: 417px !important;
  }

  .w-lg-420px {
    width: 420px !important;
  }

  .w-lg-434px {
    width: 434px !important;
  }

  .w-lg-456px {
    width: 456px !important;
  }

  .w-lg-460px {
    width: 460px !important;
  }

  .w-lg-476px {
    width: 476px !important;
  }

  .w-lg-530px {
    width: 530px !important;
  }

  .w-lg-570px {
    width: 570px !important;
  }

  .w-lg-600px {
    width: 600px !important;
  }

  .w-lg-720px {
    width: 720px !important;
  }

  .w-lg-100p5 {
    width: calc(100% + 3rem) !important;
  }

  .w-lg-100p62px {
    width: calc(100% + 62px) !important;
  }

  .w-lg-100p120px {
    width: calc(100% + 120px) !important;
  }

  .w-lg-100p60px {
    width: calc(100% + 60px) !important;
  }

  .w-lg-100p196px {
    width: calc(100% + 196px) !important;
  }

  .w-lg-100m60px {
    width: calc(100% - 60px) !important;
  }

  .w-lg-45p100px {
    width: calc(45% + 100px) !important;
  }

  .w-lg-100p148px {
    width: calc(100% + 148px) !important;
  }

  .w-lg-100p296px {
    width: calc(100% + 296px) !important;
  }

  .w-lg-100p192px {
    width: calc(100% + 192px) !important;
  }

  .w-lg-100p150px {
    width: calc(100% + 150px) !important;
  }

  .w-lg-100p92px {
    width: calc(100% + 92px) !important;
  }

  .w-lg-100pgutter {
    width: calc(100% + 0.75rem) !important;
  }

  .w-lg-100m100px {
    width: calc(100% - 100px) !important;
  }

  .w-lg-100m24px {
    width: calc(100% - 24px) !important;
  }

  .max-w-lg-0 {
    max-width: 0% !important;
  }

  .max-w-lg-5 {
    max-width: 5% !important;
  }

  .max-w-lg-10 {
    max-width: 10% !important;
  }

  .max-w-lg-15 {
    max-width: 15% !important;
  }

  .max-w-lg-20 {
    max-width: 20% !important;
  }

  .max-w-lg-25 {
    max-width: 25% !important;
  }

  .max-w-lg-30 {
    max-width: 30% !important;
  }

  .max-w-lg-35 {
    max-width: 35% !important;
  }

  .max-w-lg-40 {
    max-width: 40% !important;
  }

  .max-w-lg-45 {
    max-width: 45% !important;
  }

  .max-w-lg-50 {
    max-width: 50% !important;
  }

  .max-w-lg-55 {
    max-width: 55% !important;
  }

  .max-w-lg-60 {
    max-width: 60% !important;
  }

  .max-w-lg-65 {
    max-width: 65% !important;
  }

  .max-w-lg-70 {
    max-width: 70% !important;
  }

  .max-w-lg-71 {
    max-width: 71% !important;
  }

  .max-w-lg-75 {
    max-width: 75% !important;
  }

  .max-w-lg-80 {
    max-width: 80% !important;
  }

  .max-w-lg-85 {
    max-width: 85% !important;
  }

  .max-w-lg-90 {
    max-width: 90% !important;
  }

  .max-w-lg-95 {
    max-width: 95% !important;
  }

  .max-w-lg-100 {
    max-width: 100% !important;
  }

  .max-w-lg-150 {
    max-width: 150% !important;
  }

  .max-w-lg-300 {
    max-width: 300% !important;
  }

  .max-w-lg-400 {
    max-width: 400% !important;
  }

  .max-w-lg-500 {
    max-width: 500% !important;
  }

  .max-w-lg-600 {
    max-width: 600% !important;
  }

  .max-w-lg-700 {
    max-width: 700% !important;
  }

  .max-w-lg-800 {
    max-width: 800% !important;
  }

  .max-w-lg-auto {
    max-width: auto !important;
  }

  .max-w-lg-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  .max-w-lg-8px {
    max-width: 8px !important;
  }

  .max-w-lg-12px {
    max-width: 12px !important;
  }

  .max-w-lg-14px {
    max-width: 14px !important;
  }

  .max-w-lg-15px {
    max-width: 15px !important;
  }

  .max-w-lg-16px {
    max-width: 16px !important;
  }

  .max-w-lg-18px {
    max-width: 18px !important;
  }

  .max-w-lg-19px {
    max-width: 19px !important;
  }

  .max-w-lg-20px {
    max-width: 20px !important;
  }

  .max-w-lg-22px {
    max-width: 22px !important;
  }

  .max-w-lg-24px {
    max-width: 24px !important;
  }

  .max-w-lg-25px {
    max-width: 25px !important;
  }

  .max-w-lg-26px {
    max-width: 26px !important;
  }

  .max-w-lg-28px {
    max-width: 28px !important;
  }

  .max-w-lg-30px {
    max-width: 30px !important;
  }

  .max-w-lg-32px {
    max-width: 32px !important;
  }

  .max-w-lg-34px {
    max-width: 34px !important;
  }

  .max-w-lg-35px {
    max-width: 35px !important;
  }

  .max-w-lg-36px {
    max-width: 36px !important;
  }

  .max-w-lg-38px {
    max-width: 38px !important;
  }

  .max-w-lg-40px {
    max-width: 40px !important;
  }

  .max-w-lg-45px {
    max-width: 45px !important;
  }

  .max-w-lg-48px {
    max-width: 48px !important;
  }

  .max-w-lg-50px {
    max-width: 50px !important;
  }

  .max-w-lg-52px {
    max-width: 50px !important;
  }

  .max-w-lg-56px {
    max-width: 56px !important;
  }

  .max-w-lg-60px {
    max-width: 60px !important;
  }

  .max-w-lg-64px {
    max-width: 64px !important;
  }

  .max-w-lg-68px {
    max-width: 68px !important;
  }

  .max-w-lg-72px {
    max-width: 72px !important;
  }

  .max-w-lg-74px {
    max-width: 74px !important;
  }

  .max-w-lg-82px {
    max-width: 82px !important;
  }

  .max-w-lg-86px {
    max-width: 86px !important;
  }

  .max-w-lg-80px {
    max-width: 80px !important;
  }

  .max-w-lg-88px {
    max-width: 88px !important;
  }

  .max-w-lg-96px {
    max-width: 96px !important;
  }

  .max-w-lg-100px {
    max-width: 100px !important;
  }

  .max-w-lg-110px {
    max-width: 110px !important;
  }

  .max-w-lg-116px {
    max-width: 116px !important;
  }

  .max-w-lg-120px {
    max-width: 120px !important;
  }

  .max-w-lg-150px {
    max-width: 150px !important;
  }

  .max-w-lg-162px {
    max-width: 162px !important;
  }

  .max-w-lg-168px {
    max-width: 168px !important;
  }

  .max-w-lg-165px {
    max-width: 165px !important;
  }

  .max-w-lg-190px {
    max-width: 190px !important;
  }

  .max-w-lg-200px {
    max-width: 200px !important;
  }

  .max-w-lg-202px {
    max-width: 202px !important;
  }

  .max-w-lg-205px {
    max-width: 205px !important;
  }

  .max-w-lg-208px {
    max-width: 208px !important;
  }

  .max-w-lg-210px {
    max-width: 210px !important;
  }

  .max-w-lg-212px {
    max-width: 212px !important;
  }

  .max-w-lg-214px {
    max-width: 214px !important;
  }

  .max-w-lg-216px {
    max-width: 216px !important;
  }

  .max-w-lg-220px {
    max-width: 220px !important;
  }

  .max-w-lg-226px {
    max-width: 226px !important;
  }

  .max-w-lg-230px {
    max-width: 230px !important;
  }

  .max-w-lg-250px {
    max-width: 250px !important;
  }

  .max-w-lg-356px {
    max-width: 356px !important;
  }

  .max-w-lg-262px {
    max-width: 262px !important;
  }

  .max-w-lg-266px {
    max-width: 266px !important;
  }

  .max-w-lg-368px {
    max-width: 368px !important;
  }

  .max-w-lg-376px {
    max-width: 376px !important;
  }

  .max-w-lg-279px {
    max-width: 279px !important;
  }

  .max-w-lg-260px {
    max-width: 260px !important;
  }

  .max-w-lg-278px {
    max-width: 278px !important;
  }

  .max-w-lg-394px {
    max-width: 394px !important;
  }

  .max-w-lg-300px {
    max-width: 300px !important;
  }

  .max-w-lg-400px {
    max-width: 400px !important;
  }

  .max-w-lg-417px {
    max-width: 417px !important;
  }

  .max-w-lg-420px {
    max-width: 420px !important;
  }

  .max-w-lg-434px {
    max-width: 434px !important;
  }

  .max-w-lg-456px {
    max-width: 456px !important;
  }

  .max-w-lg-460px {
    max-width: 460px !important;
  }

  .max-w-lg-476px {
    max-width: 476px !important;
  }

  .max-w-lg-530px {
    max-width: 530px !important;
  }

  .max-w-lg-570px {
    max-width: 570px !important;
  }

  .max-w-lg-600px {
    max-width: 600px !important;
  }

  .max-w-lg-720px {
    max-width: 720px !important;
  }

  .max-w-lg-100p5 {
    max-width: calc(100% + 3rem) !important;
  }

  .max-w-lg-100p62px {
    max-width: calc(100% + 62px) !important;
  }

  .max-w-lg-100p120px {
    max-width: calc(100% + 120px) !important;
  }

  .max-w-lg-100p60px {
    max-width: calc(100% + 60px) !important;
  }

  .max-w-lg-100p196px {
    max-width: calc(100% + 196px) !important;
  }

  .max-w-lg-100m60px {
    max-width: calc(100% - 60px) !important;
  }

  .max-w-lg-45p100px {
    max-width: calc(45% + 100px) !important;
  }

  .max-w-lg-100p148px {
    max-width: calc(100% + 148px) !important;
  }

  .max-w-lg-100p296px {
    max-width: calc(100% + 296px) !important;
  }

  .max-w-lg-100p192px {
    max-width: calc(100% + 192px) !important;
  }

  .max-w-lg-100p150px {
    max-width: calc(100% + 150px) !important;
  }

  .max-w-lg-100p92px {
    max-width: calc(100% + 92px) !important;
  }

  .max-w-lg-100pgutter {
    max-width: calc(100% + 0.75rem) !important;
  }

  .max-w-lg-100m100px {
    max-width: calc(100% - 100px) !important;
  }

  .max-w-lg-100m24px {
    max-width: calc(100% - 24px) !important;
  }

  .h-lg-0 {
    height: 0% !important;
  }

  .h-lg-5 {
    height: 5% !important;
  }

  .h-lg-10 {
    height: 10% !important;
  }

  .h-lg-15 {
    height: 15% !important;
  }

  .h-lg-20 {
    height: 20% !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .h-lg-30 {
    height: 30% !important;
  }

  .h-lg-35 {
    height: 35% !important;
  }

  .h-lg-40 {
    height: 40% !important;
  }

  .h-lg-45 {
    height: 45% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-55 {
    height: 55% !important;
  }

  .h-lg-60 {
    height: 60% !important;
  }

  .h-lg-65 {
    height: 65% !important;
  }

  .h-lg-70 {
    height: 70% !important;
  }

  .h-lg-71 {
    height: 71% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-80 {
    height: 80% !important;
  }

  .h-lg-85 {
    height: 85% !important;
  }

  .h-lg-90 {
    height: 90% !important;
  }

  .h-lg-95 {
    height: 95% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-150 {
    height: 150% !important;
  }

  .h-lg-300 {
    height: 300% !important;
  }

  .h-lg-400 {
    height: 400% !important;
  }

  .h-lg-500 {
    height: 500% !important;
  }

  .h-lg-600 {
    height: 600% !important;
  }

  .h-lg-700 {
    height: 700% !important;
  }

  .h-lg-800 {
    height: 800% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .h-lg-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .h-lg-8px {
    height: 8px !important;
  }

  .h-lg-12px {
    height: 12px !important;
  }

  .h-lg-14px {
    height: 14px !important;
  }

  .h-lg-15px {
    height: 15px !important;
  }

  .h-lg-16px {
    height: 16px !important;
  }

  .h-lg-18px {
    height: 18px !important;
  }

  .h-lg-19px {
    height: 19px !important;
  }

  .h-lg-20px {
    height: 20px !important;
  }

  .h-lg-22px {
    height: 22px !important;
  }

  .h-lg-24px {
    height: 24px !important;
  }

  .h-lg-25px {
    height: 25px !important;
  }

  .h-lg-26px {
    height: 26px !important;
  }

  .h-lg-28px {
    height: 28px !important;
  }

  .h-lg-30px {
    height: 30px !important;
  }

  .h-lg-32px {
    height: 32px !important;
  }

  .h-lg-34px {
    height: 34px !important;
  }

  .h-lg-35px {
    height: 35px !important;
  }

  .h-lg-36px {
    height: 36px !important;
  }

  .h-lg-38px {
    height: 38px !important;
  }

  .h-lg-40px {
    height: 40px !important;
  }

  .h-lg-45px {
    height: 45px !important;
  }

  .h-lg-48px {
    height: 48px !important;
  }

  .h-lg-50px {
    height: 50px !important;
  }

  .h-lg-52px {
    height: 50px !important;
  }

  .h-lg-56px {
    height: 56px !important;
  }

  .h-lg-60px {
    height: 60px !important;
  }

  .h-lg-64px {
    height: 64px !important;
  }

  .h-lg-68px {
    height: 68px !important;
  }

  .h-lg-72px {
    height: 72px !important;
  }

  .h-lg-74px {
    height: 74px !important;
  }

  .h-lg-82px {
    height: 82px !important;
  }

  .h-lg-86px {
    height: 86px !important;
  }

  .h-lg-80px {
    height: 80px !important;
  }

  .h-lg-88px {
    height: 88px !important;
  }

  .h-lg-96px {
    height: 96px !important;
  }

  .h-lg-100px {
    height: 100px !important;
  }

  .h-lg-110px {
    height: 110px !important;
  }

  .h-lg-116px {
    height: 116px !important;
  }

  .h-lg-120px {
    height: 120px !important;
  }

  .h-lg-150px {
    height: 150px !important;
  }

  .h-lg-162px {
    height: 162px !important;
  }

  .h-lg-168px {
    height: 168px !important;
  }

  .h-lg-165px {
    height: 165px !important;
  }

  .h-lg-190px {
    height: 190px !important;
  }

  .h-lg-200px {
    height: 200px !important;
  }

  .h-lg-202px {
    height: 202px !important;
  }

  .h-lg-205px {
    height: 205px !important;
  }

  .h-lg-208px {
    height: 208px !important;
  }

  .h-lg-210px {
    height: 210px !important;
  }

  .h-lg-212px {
    height: 212px !important;
  }

  .h-lg-214px {
    height: 214px !important;
  }

  .h-lg-216px {
    height: 216px !important;
  }

  .h-lg-220px {
    height: 220px !important;
  }

  .h-lg-226px {
    height: 226px !important;
  }

  .h-lg-230px {
    height: 230px !important;
  }

  .h-lg-250px {
    height: 250px !important;
  }

  .h-lg-356px {
    height: 356px !important;
  }

  .h-lg-262px {
    height: 262px !important;
  }

  .h-lg-266px {
    height: 266px !important;
  }

  .h-lg-368px {
    height: 368px !important;
  }

  .h-lg-376px {
    height: 376px !important;
  }

  .h-lg-279px {
    height: 279px !important;
  }

  .h-lg-260px {
    height: 260px !important;
  }

  .h-lg-278px {
    height: 278px !important;
  }

  .h-lg-394px {
    height: 394px !important;
  }

  .h-lg-300px {
    height: 300px !important;
  }

  .h-lg-400px {
    height: 400px !important;
  }

  .h-lg-417px {
    height: 417px !important;
  }

  .h-lg-420px {
    height: 420px !important;
  }

  .h-lg-434px {
    height: 434px !important;
  }

  .h-lg-456px {
    height: 456px !important;
  }

  .h-lg-460px {
    height: 460px !important;
  }

  .h-lg-476px {
    height: 476px !important;
  }

  .h-lg-530px {
    height: 530px !important;
  }

  .h-lg-570px {
    height: 570px !important;
  }

  .h-lg-600px {
    height: 600px !important;
  }

  .h-lg-720px {
    height: 720px !important;
  }

  .h-lg-100p5 {
    height: calc(100% + 3rem) !important;
  }

  .h-lg-100p62px {
    height: calc(100% + 62px) !important;
  }

  .h-lg-100p120px {
    height: calc(100% + 120px) !important;
  }

  .h-lg-100p60px {
    height: calc(100% + 60px) !important;
  }

  .h-lg-100p196px {
    height: calc(100% + 196px) !important;
  }

  .h-lg-100m60px {
    height: calc(100% - 60px) !important;
  }

  .h-lg-45p100px {
    height: calc(45% + 100px) !important;
  }

  .h-lg-100p148px {
    height: calc(100% + 148px) !important;
  }

  .h-lg-100p296px {
    height: calc(100% + 296px) !important;
  }

  .h-lg-100p192px {
    height: calc(100% + 192px) !important;
  }

  .h-lg-100p150px {
    height: calc(100% + 150px) !important;
  }

  .h-lg-100p92px {
    height: calc(100% + 92px) !important;
  }

  .h-lg-100pgutter {
    height: calc(100% + 0.75rem) !important;
  }

  .h-lg-100m100px {
    height: calc(100% - 100px) !important;
  }

  .h-lg-100m24px {
    height: calc(100% - 24px) !important;
  }

  .max-h-lg-0 {
    max-height: 0% !important;
  }

  .max-h-lg-5 {
    max-height: 5% !important;
  }

  .max-h-lg-10 {
    max-height: 10% !important;
  }

  .max-h-lg-15 {
    max-height: 15% !important;
  }

  .max-h-lg-20 {
    max-height: 20% !important;
  }

  .max-h-lg-25 {
    max-height: 25% !important;
  }

  .max-h-lg-30 {
    max-height: 30% !important;
  }

  .max-h-lg-35 {
    max-height: 35% !important;
  }

  .max-h-lg-40 {
    max-height: 40% !important;
  }

  .max-h-lg-45 {
    max-height: 45% !important;
  }

  .max-h-lg-50 {
    max-height: 50% !important;
  }

  .max-h-lg-55 {
    max-height: 55% !important;
  }

  .max-h-lg-60 {
    max-height: 60% !important;
  }

  .max-h-lg-65 {
    max-height: 65% !important;
  }

  .max-h-lg-70 {
    max-height: 70% !important;
  }

  .max-h-lg-71 {
    max-height: 71% !important;
  }

  .max-h-lg-75 {
    max-height: 75% !important;
  }

  .max-h-lg-80 {
    max-height: 80% !important;
  }

  .max-h-lg-85 {
    max-height: 85% !important;
  }

  .max-h-lg-90 {
    max-height: 90% !important;
  }

  .max-h-lg-95 {
    max-height: 95% !important;
  }

  .max-h-lg-100 {
    max-height: 100% !important;
  }

  .max-h-lg-150 {
    max-height: 150% !important;
  }

  .max-h-lg-300 {
    max-height: 300% !important;
  }

  .max-h-lg-400 {
    max-height: 400% !important;
  }

  .max-h-lg-500 {
    max-height: 500% !important;
  }

  .max-h-lg-600 {
    max-height: 600% !important;
  }

  .max-h-lg-700 {
    max-height: 700% !important;
  }

  .max-h-lg-800 {
    max-height: 800% !important;
  }

  .max-h-lg-auto {
    max-height: auto !important;
  }

  .max-h-lg-fit-content {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }

  .max-h-lg-8px {
    max-height: 8px !important;
  }

  .max-h-lg-12px {
    max-height: 12px !important;
  }

  .max-h-lg-14px {
    max-height: 14px !important;
  }

  .max-h-lg-15px {
    max-height: 15px !important;
  }

  .max-h-lg-16px {
    max-height: 16px !important;
  }

  .max-h-lg-18px {
    max-height: 18px !important;
  }

  .max-h-lg-19px {
    max-height: 19px !important;
  }

  .max-h-lg-20px {
    max-height: 20px !important;
  }

  .max-h-lg-22px {
    max-height: 22px !important;
  }

  .max-h-lg-24px {
    max-height: 24px !important;
  }

  .max-h-lg-25px {
    max-height: 25px !important;
  }

  .max-h-lg-26px {
    max-height: 26px !important;
  }

  .max-h-lg-28px {
    max-height: 28px !important;
  }

  .max-h-lg-30px {
    max-height: 30px !important;
  }

  .max-h-lg-32px {
    max-height: 32px !important;
  }

  .max-h-lg-34px {
    max-height: 34px !important;
  }

  .max-h-lg-35px {
    max-height: 35px !important;
  }

  .max-h-lg-36px {
    max-height: 36px !important;
  }

  .max-h-lg-38px {
    max-height: 38px !important;
  }

  .max-h-lg-40px {
    max-height: 40px !important;
  }

  .max-h-lg-45px {
    max-height: 45px !important;
  }

  .max-h-lg-48px {
    max-height: 48px !important;
  }

  .max-h-lg-50px {
    max-height: 50px !important;
  }

  .max-h-lg-52px {
    max-height: 50px !important;
  }

  .max-h-lg-56px {
    max-height: 56px !important;
  }

  .max-h-lg-60px {
    max-height: 60px !important;
  }

  .max-h-lg-64px {
    max-height: 64px !important;
  }

  .max-h-lg-68px {
    max-height: 68px !important;
  }

  .max-h-lg-72px {
    max-height: 72px !important;
  }

  .max-h-lg-74px {
    max-height: 74px !important;
  }

  .max-h-lg-82px {
    max-height: 82px !important;
  }

  .max-h-lg-86px {
    max-height: 86px !important;
  }

  .max-h-lg-80px {
    max-height: 80px !important;
  }

  .max-h-lg-88px {
    max-height: 88px !important;
  }

  .max-h-lg-96px {
    max-height: 96px !important;
  }

  .max-h-lg-100px {
    max-height: 100px !important;
  }

  .max-h-lg-110px {
    max-height: 110px !important;
  }

  .max-h-lg-116px {
    max-height: 116px !important;
  }

  .max-h-lg-120px {
    max-height: 120px !important;
  }

  .max-h-lg-150px {
    max-height: 150px !important;
  }

  .max-h-lg-162px {
    max-height: 162px !important;
  }

  .max-h-lg-168px {
    max-height: 168px !important;
  }

  .max-h-lg-165px {
    max-height: 165px !important;
  }

  .max-h-lg-190px {
    max-height: 190px !important;
  }

  .max-h-lg-200px {
    max-height: 200px !important;
  }

  .max-h-lg-202px {
    max-height: 202px !important;
  }

  .max-h-lg-205px {
    max-height: 205px !important;
  }

  .max-h-lg-208px {
    max-height: 208px !important;
  }

  .max-h-lg-210px {
    max-height: 210px !important;
  }

  .max-h-lg-212px {
    max-height: 212px !important;
  }

  .max-h-lg-214px {
    max-height: 214px !important;
  }

  .max-h-lg-216px {
    max-height: 216px !important;
  }

  .max-h-lg-220px {
    max-height: 220px !important;
  }

  .max-h-lg-226px {
    max-height: 226px !important;
  }

  .max-h-lg-230px {
    max-height: 230px !important;
  }

  .max-h-lg-250px {
    max-height: 250px !important;
  }

  .max-h-lg-356px {
    max-height: 356px !important;
  }

  .max-h-lg-262px {
    max-height: 262px !important;
  }

  .max-h-lg-266px {
    max-height: 266px !important;
  }

  .max-h-lg-368px {
    max-height: 368px !important;
  }

  .max-h-lg-376px {
    max-height: 376px !important;
  }

  .max-h-lg-279px {
    max-height: 279px !important;
  }

  .max-h-lg-260px {
    max-height: 260px !important;
  }

  .max-h-lg-278px {
    max-height: 278px !important;
  }

  .max-h-lg-394px {
    max-height: 394px !important;
  }

  .max-h-lg-300px {
    max-height: 300px !important;
  }

  .max-h-lg-400px {
    max-height: 400px !important;
  }

  .max-h-lg-417px {
    max-height: 417px !important;
  }

  .max-h-lg-420px {
    max-height: 420px !important;
  }

  .max-h-lg-434px {
    max-height: 434px !important;
  }

  .max-h-lg-456px {
    max-height: 456px !important;
  }

  .max-h-lg-460px {
    max-height: 460px !important;
  }

  .max-h-lg-476px {
    max-height: 476px !important;
  }

  .max-h-lg-530px {
    max-height: 530px !important;
  }

  .max-h-lg-570px {
    max-height: 570px !important;
  }

  .max-h-lg-600px {
    max-height: 600px !important;
  }

  .max-h-lg-720px {
    max-height: 720px !important;
  }

  .max-h-lg-100p5 {
    max-height: calc(100% + 3rem) !important;
  }

  .max-h-lg-100p62px {
    max-height: calc(100% + 62px) !important;
  }

  .max-h-lg-100p120px {
    max-height: calc(100% + 120px) !important;
  }

  .max-h-lg-100p60px {
    max-height: calc(100% + 60px) !important;
  }

  .max-h-lg-100p196px {
    max-height: calc(100% + 196px) !important;
  }

  .max-h-lg-100m60px {
    max-height: calc(100% - 60px) !important;
  }

  .max-h-lg-45p100px {
    max-height: calc(45% + 100px) !important;
  }

  .max-h-lg-100p148px {
    max-height: calc(100% + 148px) !important;
  }

  .max-h-lg-100p296px {
    max-height: calc(100% + 296px) !important;
  }

  .max-h-lg-100p192px {
    max-height: calc(100% + 192px) !important;
  }

  .max-h-lg-100p150px {
    max-height: calc(100% + 150px) !important;
  }

  .max-h-lg-100p92px {
    max-height: calc(100% + 92px) !important;
  }

  .max-h-lg-100pgutter {
    max-height: calc(100% + 0.75rem) !important;
  }

  .max-h-lg-100m100px {
    max-height: calc(100% - 100px) !important;
  }

  .max-h-lg-100m24px {
    max-height: calc(100% - 24px) !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-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-gutter {
    margin: 0.75rem !important;
  }

  .m-lg-40px {
    margin: 40px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-gutter {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-lg-40px {
    margin-right: 40px !important;
    margin-left: 40px !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-gutter {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-lg-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-gutter {
    margin-top: 0.75rem !important;
  }

  .mt-lg-40px {
    margin-top: 40px !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .me-lg-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .me-lg-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .me-lg-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .me-lg-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .me-lg-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .me-lg-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .me-lg-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .me-lg-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .me-lg-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .me-lg-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="rtl"] .me-lg-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="ltr"] .me-lg-40px {
    margin-right: 40px !important;
  }

  [dir="rtl"] .me-lg-40px {
    margin-left: 40px !important;
  }

  [dir="ltr"] .me-lg-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .me-lg-auto {
    margin-left: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-gutter {
    margin-bottom: 0.75rem !important;
  }

  .mb-lg-40px {
    margin-bottom: 40px !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ms-lg-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ms-lg-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ms-lg-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ms-lg-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .ms-lg-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ms-lg-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ms-lg-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .ms-lg-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ms-lg-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .ms-lg-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="rtl"] .ms-lg-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="ltr"] .ms-lg-40px {
    margin-left: 40px !important;
  }

  [dir="rtl"] .ms-lg-40px {
    margin-right: 40px !important;
  }

  [dir="ltr"] .ms-lg-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ms-lg-auto {
    margin-right: auto !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .m-lg-ngutter {
    margin: -0.75rem !important;
  }

  .m-lg-n40px {
    margin: -40px !important;
  }

  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-lg-ngutter {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-lg-n40px {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-lg-ngutter {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-lg-n40px {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .mt-lg-ngutter {
    margin-top: -0.75rem !important;
  }

  .mt-lg-n40px {
    margin-top: -40px !important;
  }

  [dir="ltr"] .me-lg-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-lg-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-lg-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-lg-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-lg-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-lg-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-lg-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-lg-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-lg-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-lg-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-lg-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-lg-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-lg-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-lg-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-lg-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-lg-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-lg-n3 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-lg-n3 {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-lg-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-lg-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-lg-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-lg-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-lg-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-lg-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-lg-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-lg-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-lg-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-lg-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-lg-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-lg-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-lg-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-lg-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-lg-n5 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-lg-n5 {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-lg-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-lg-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-lg-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-lg-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-lg-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-lg-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-lg-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-lg-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-lg-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-lg-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-lg-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-lg-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-lg-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-lg-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-lg-n40px {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-lg-n40px {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-lg-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-lg-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-lg-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-lg-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-lg-n40px-active:active {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-lg-n40px-active:active {
    margin-left: -40px !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-lg-ngutter {
    margin-bottom: -0.75rem !important;
  }

  .mb-lg-n40px {
    margin-bottom: -40px !important;
  }

  [dir="ltr"] .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-lg-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-lg-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-lg-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-lg-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-lg-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-lg-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-lg-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-lg-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-lg-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-lg-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-lg-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-lg-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-lg-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-lg-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-lg-n3 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-lg-n3 {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-lg-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-lg-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-lg-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-lg-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-lg-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-lg-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-lg-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-lg-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-lg-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-lg-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-lg-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-lg-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-lg-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-lg-n5 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-lg-n5 {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-lg-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-lg-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-lg-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-lg-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-lg-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-lg-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-lg-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-lg-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-lg-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-lg-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-lg-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-lg-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-lg-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-lg-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-lg-n40px {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-lg-n40px {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-lg-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-lg-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-lg-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-lg-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-lg-n40px-active:active {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-lg-n40px-active:active {
    margin-right: -40px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .p-lg-gutter {
    padding: 0.75rem !important;
  }

  .p-lg-40px {
    padding: 40px !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-gutter {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-lg-40px {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-gutter {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-lg-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pt-lg-gutter {
    padding-top: 0.75rem !important;
  }

  .pt-lg-40px {
    padding-top: 40px !important;
  }

  [dir="ltr"] .pe-lg-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-lg-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-lg-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-lg-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-lg-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-lg-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-lg-0-active:active {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-lg-0-active:active {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-lg-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-lg-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-lg-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-lg-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-lg-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-lg-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-lg-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-lg-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-lg-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-lg-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-lg-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-lg-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-lg-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-lg-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-lg-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-lg-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-lg-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-lg-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-lg-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-lg-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-lg-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-lg-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-lg-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-lg-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-lg-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-lg-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-lg-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-lg-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-lg-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-lg-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-lg-5 {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-lg-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-lg-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-lg-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-lg-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-lg-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-lg-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-lg-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-lg-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-lg-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-lg-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-lg-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-lg-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-lg-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-lg-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-lg-40px {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-lg-40px {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-lg-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-lg-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-lg-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-lg-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-lg-40px-active:active {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-lg-40px-active:active {
    padding-left: 40px !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-gutter {
    padding-bottom: 0.75rem !important;
  }

  .pb-lg-40px {
    padding-bottom: 40px !important;
  }

  [dir="ltr"] .ps-lg-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-lg-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-lg-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-lg-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-lg-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-lg-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-lg-0-active:active {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-lg-0-active:active {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-lg-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-lg-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-lg-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-lg-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-lg-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-lg-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-lg-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-lg-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-lg-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-lg-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-lg-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-lg-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-lg-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-lg-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-lg-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-lg-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-lg-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-lg-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-lg-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-lg-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-lg-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-lg-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-lg-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-lg-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-lg-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-lg-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-lg-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-lg-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-lg-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-lg-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-lg-5 {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-lg-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-lg-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-lg-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-lg-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-lg-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-lg-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-lg-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-lg-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-lg-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-lg-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-lg-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-lg-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-lg-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-lg-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-lg-40px {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-lg-40px {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-lg-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-lg-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-lg-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-lg-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-lg-40px-active:active {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-lg-40px-active:active {
    padding-right: 40px !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .gap-lg-gutter {
    gap: 0.75rem !important;
  }

  .gap-lg-40px {
    gap: 40px !important;
  }

  .row-gap-lg-0 {
    row-gap: 0 !important;
  }

  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }

  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }

  .row-gap-lg-gutter {
    row-gap: 0.75rem !important;
  }

  .row-gap-lg-40px {
    row-gap: 40px !important;
  }

  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .column-gap-lg-gutter {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .column-gap-lg-40px {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .fs-lg-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-lg-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-lg-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-lg-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-lg-5 {
    font-size: 1.25rem !important;
  }

  .fs-lg-6 {
    font-size: 1rem !important;
  }
  /* rtl:begin:remove */
  .lh-lg-1 {
    line-height: 1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-lg-1p1 {
    line-height: 1.1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-lg-1p2 {
    line-height: 1.2 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-lg-1p5 {
    line-height: 1.5 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-lg-1p7 {
    line-height: 1.7 !important;
  }
  /* rtl:end:remove */
  [dir="ltr"] .text-lg-start {
    text-align: left !important;
  }

  [dir="rtl"] .text-lg-start {
    text-align: right !important;
  }

  [dir="ltr"] .text-lg-end {
    text-align: right !important;
  }

  [dir="rtl"] .text-lg-end {
    text-align: left !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .text-lg-justify {
    text-align: justify !important;
  }

  .text-lg-primary {
    color: #c3ff7c !important;
  }

  .text-lg-secondary {
    color: #6c757d !important;
  }

  .text-lg-success {
    color: #198754 !important;
  }

  .text-lg-info {
    color: #0dcaf0 !important;
  }

  .text-lg-warning {
    color: #ffc107 !important;
  }

  .text-lg-danger {
    color: #dc3545 !important;
  }

  .text-lg-light {
    color: #f8f9fa !important;
  }

  .text-lg-dark {
    color: #050605 !important;
  }

  .text-lg-white {
    color: #fff !important;
  }

  .text-lg-black {
    color: #000 !important;
  }

  .rounded-lg {
    border-radius: 0.375rem !important;
  }

  .rounded-lg-0 {
    border-radius: 0 !important;
  }

  .rounded-lg-1 {
    border-radius: 0.25rem !important;
  }

  .rounded-lg-2 {
    border-radius: 0.375rem !important;
  }

  .rounded-lg-3 {
    border-radius: 0.5rem !important;
  }

  .rounded-lg-4 {
    border-radius: 1rem !important;
  }

  .rounded-lg-5 {
    border-radius: 2rem !important;
  }

  .rounded-lg-circle {
    border-radius: 50% !important;
  }

  .rounded-lg-pill {
    border-radius: 50rem !important;
  }

  .rounded-lg-5px {
    border-radius: 5px !important;
  }

  .rounded-lg-6px {
    border-radius: 6px !important;
  }

  .rounded-lg-8px {
    border-radius: 8px !important;
  }

  .rounded-lg-10px {
    border-radius: 10px !important;
  }

  .rounded-lg-12px {
    border-radius: 12px !important;
  }

  .rounded-lg-15px {
    border-radius: 15px !important;
  }

  .rounded-lg-20px {
    border-radius: 20px !important;
  }

  .rounded-top-lg {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-lg-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .rounded-top-lg-1 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-lg-2 {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-lg-3 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .rounded-top-lg-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .rounded-top-lg-5 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  .rounded-top-lg-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .rounded-top-lg-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  .rounded-top-lg-5px {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  .rounded-top-lg-6px {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .rounded-top-lg-8px {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .rounded-top-lg-10px {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .rounded-top-lg-12px {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .rounded-top-lg-15px {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  .rounded-top-lg-20px {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-end-lg {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-lg {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-end-lg-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-end-lg-1 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-end-lg-1 {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-end-lg-2 {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-lg-2 {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-lg-3 {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-end-lg-3 {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-end-lg-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-end-lg-4 {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-end-lg-5 {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-end-lg-5 {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-end-lg-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-end-lg-circle {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-end-lg-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-end-lg-pill {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-end-lg-5px {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-end-lg-5px {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-end-lg-6px {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-end-lg-6px {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-end-lg-8px {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-end-lg-8px {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-end-lg-10px {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-end-lg-10px {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-end-lg-12px {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-end-lg-12px {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-end-lg-15px {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-end-lg-15px {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-end-lg-20px {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-end-lg-20px {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .rounded-bottom-lg {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-lg-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .rounded-bottom-lg-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-lg-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-lg-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .rounded-bottom-lg-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .rounded-bottom-lg-5 {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  .rounded-bottom-lg-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .rounded-bottom-lg-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  .rounded-bottom-lg-5px {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  .rounded-bottom-lg-6px {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-lg-8px {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .rounded-bottom-lg-10px {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .rounded-bottom-lg-12px {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .rounded-bottom-lg-15px {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  .rounded-bottom-lg-20px {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-start-lg {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-lg {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-lg-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-start-lg-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-start-lg-1 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-start-lg-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-start-lg-2 {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-lg-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-lg-3 {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-start-lg-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-start-lg-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-start-lg-4 {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-start-lg-5 {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-start-lg-5 {
    border-bottom-right-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-start-lg-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-start-lg-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-start-lg-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-start-lg-pill {
    border-bottom-right-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-start-lg-5px {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-start-lg-5px {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-start-lg-6px {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-start-lg-6px {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-start-lg-8px {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-start-lg-8px {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-start-lg-10px {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-start-lg-10px {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-start-lg-12px {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-start-lg-12px {
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-start-lg-15px {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-start-lg-15px {
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-start-lg-20px {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-start-lg-20px {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .object-position-lg-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  [dir="ltr"] .object-position-lg-start {
    -o-object-position: left !important;
       object-position: left !important;
  }

  [dir="rtl"] .object-position-lg-start {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="ltr"] .object-position-lg-end {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="rtl"] .object-position-lg-end {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .object-position-lg-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  [dir="ltr"] .object-position-lg-center-start {
    -o-object-position: center left !important;
       object-position: center left !important;
  }

  [dir="rtl"] .object-position-lg-center-start {
    -o-object-position: center right !important;
       object-position: center right !important;
  }

  .bg-lg-gradient-top-bottom-dark-transparent {
    background: linear-gradient(to bottom, #050605, transparent) !important;
  }

  [dir="ltr"] .bg-lg-gradient-left-right-primary {
    background: linear-gradient(to right, #c3ff7c, #9ccc63) !important;
  }

  [dir="rtl"] .bg-lg-gradient-left-right-primary {
    background: linear-gradient(to left, #c3ff7c, #9ccc63) !important;
  }

  .bg-lg-gradient-bottom-top-black-transparent {
    background: linear-gradient(to top, #000, transparent) !important;
  }

  .bg-lg-gradient-bottom-top-black-transparent-50 {
    background: linear-gradient(to top, #000, transparent 50%) !important;
  }

  .bg-lg-gradient-top-bottom-black-transparent-50 {
    background: linear-gradient(to bottom, #000, transparent 50%) !important;
  }

  [dir="ltr"] .rounded-top-start-lg {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-lg {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-lg-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-start-lg-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-start-lg-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-start-lg-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-start-lg-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-lg-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-lg-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-start-lg-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-start-lg-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-start-lg-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-start-lg-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-start-lg-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-start-lg-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-start-lg-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-start-lg-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-start-lg-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-start-lg-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-start-lg-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-start-lg-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-start-lg-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-start-lg-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-start-lg-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-start-lg-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-start-lg-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-start-lg-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-start-lg-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-start-lg-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-start-lg-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-start-lg-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-start-lg-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-top-end-lg {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-lg {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-lg-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-end-lg-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-end-lg-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-end-lg-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-end-lg-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-lg-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-lg-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-end-lg-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-end-lg-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-end-lg-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-end-lg-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-end-lg-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-end-lg-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-end-lg-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-end-lg-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-end-lg-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-end-lg-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-end-lg-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-end-lg-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-end-lg-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-end-lg-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-end-lg-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-end-lg-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-end-lg-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-end-lg-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-end-lg-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-end-lg-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-end-lg-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-end-lg-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-end-lg-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-start-lg-20px {
    border-bottom-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-start-lg-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-end-lg-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-end-lg-20px {
    border-bottom-left-radius: 20px !important;
  }

  .flex-basis-lg-0 {
    flex-basis: 0% !important;
  }

  .flex-basis-lg-5 {
    flex-basis: 5% !important;
  }

  .flex-basis-lg-10 {
    flex-basis: 10% !important;
  }

  .flex-basis-lg-15 {
    flex-basis: 15% !important;
  }

  .flex-basis-lg-20 {
    flex-basis: 20% !important;
  }

  .flex-basis-lg-25 {
    flex-basis: 25% !important;
  }

  .flex-basis-lg-30 {
    flex-basis: 30% !important;
  }

  .flex-basis-lg-35 {
    flex-basis: 35% !important;
  }

  .flex-basis-lg-40 {
    flex-basis: 40% !important;
  }

  .flex-basis-lg-45 {
    flex-basis: 45% !important;
  }

  .flex-basis-lg-50 {
    flex-basis: 50% !important;
  }

  .flex-basis-lg-55 {
    flex-basis: 55% !important;
  }

  .flex-basis-lg-60 {
    flex-basis: 60% !important;
  }

  .flex-basis-lg-65 {
    flex-basis: 65% !important;
  }

  .flex-basis-lg-70 {
    flex-basis: 70% !important;
  }

  .flex-basis-lg-71 {
    flex-basis: 71% !important;
  }

  .flex-basis-lg-75 {
    flex-basis: 75% !important;
  }

  .flex-basis-lg-80 {
    flex-basis: 80% !important;
  }

  .flex-basis-lg-85 {
    flex-basis: 85% !important;
  }

  .flex-basis-lg-90 {
    flex-basis: 90% !important;
  }

  .flex-basis-lg-95 {
    flex-basis: 95% !important;
  }

  .flex-basis-lg-100 {
    flex-basis: 100% !important;
  }

  .flex-basis-lg-150 {
    flex-basis: 150% !important;
  }

  .flex-basis-lg-300 {
    flex-basis: 300% !important;
  }

  .flex-basis-lg-400 {
    flex-basis: 400% !important;
  }

  .flex-basis-lg-500 {
    flex-basis: 500% !important;
  }

  .flex-basis-lg-600 {
    flex-basis: 600% !important;
  }

  .flex-basis-lg-700 {
    flex-basis: 700% !important;
  }

  .flex-basis-lg-800 {
    flex-basis: 800% !important;
  }

  .flex-basis-lg-auto {
    flex-basis: auto !important;
  }

  .flex-basis-lg-fit-content {
    flex-basis: fit-content !important;
  }

  .flex-basis-lg-8px {
    flex-basis: 8px !important;
  }

  .flex-basis-lg-12px {
    flex-basis: 12px !important;
  }

  .flex-basis-lg-14px {
    flex-basis: 14px !important;
  }

  .flex-basis-lg-15px {
    flex-basis: 15px !important;
  }

  .flex-basis-lg-16px {
    flex-basis: 16px !important;
  }

  .flex-basis-lg-18px {
    flex-basis: 18px !important;
  }

  .flex-basis-lg-19px {
    flex-basis: 19px !important;
  }

  .flex-basis-lg-20px {
    flex-basis: 20px !important;
  }

  .flex-basis-lg-22px {
    flex-basis: 22px !important;
  }

  .flex-basis-lg-24px {
    flex-basis: 24px !important;
  }

  .flex-basis-lg-25px {
    flex-basis: 25px !important;
  }

  .flex-basis-lg-26px {
    flex-basis: 26px !important;
  }

  .flex-basis-lg-28px {
    flex-basis: 28px !important;
  }

  .flex-basis-lg-30px {
    flex-basis: 30px !important;
  }

  .flex-basis-lg-32px {
    flex-basis: 32px !important;
  }

  .flex-basis-lg-34px {
    flex-basis: 34px !important;
  }

  .flex-basis-lg-35px {
    flex-basis: 35px !important;
  }

  .flex-basis-lg-36px {
    flex-basis: 36px !important;
  }

  .flex-basis-lg-38px {
    flex-basis: 38px !important;
  }

  .flex-basis-lg-40px {
    flex-basis: 40px !important;
  }

  .flex-basis-lg-45px {
    flex-basis: 45px !important;
  }

  .flex-basis-lg-48px {
    flex-basis: 48px !important;
  }

  .flex-basis-lg-50px {
    flex-basis: 50px !important;
  }

  .flex-basis-lg-52px {
    flex-basis: 50px !important;
  }

  .flex-basis-lg-56px {
    flex-basis: 56px !important;
  }

  .flex-basis-lg-60px {
    flex-basis: 60px !important;
  }

  .flex-basis-lg-64px {
    flex-basis: 64px !important;
  }

  .flex-basis-lg-68px {
    flex-basis: 68px !important;
  }

  .flex-basis-lg-72px {
    flex-basis: 72px !important;
  }

  .flex-basis-lg-74px {
    flex-basis: 74px !important;
  }

  .flex-basis-lg-82px {
    flex-basis: 82px !important;
  }

  .flex-basis-lg-86px {
    flex-basis: 86px !important;
  }

  .flex-basis-lg-80px {
    flex-basis: 80px !important;
  }

  .flex-basis-lg-88px {
    flex-basis: 88px !important;
  }

  .flex-basis-lg-96px {
    flex-basis: 96px !important;
  }

  .flex-basis-lg-100px {
    flex-basis: 100px !important;
  }

  .flex-basis-lg-110px {
    flex-basis: 110px !important;
  }

  .flex-basis-lg-116px {
    flex-basis: 116px !important;
  }

  .flex-basis-lg-120px {
    flex-basis: 120px !important;
  }

  .flex-basis-lg-150px {
    flex-basis: 150px !important;
  }

  .flex-basis-lg-162px {
    flex-basis: 162px !important;
  }

  .flex-basis-lg-168px {
    flex-basis: 168px !important;
  }

  .flex-basis-lg-165px {
    flex-basis: 165px !important;
  }

  .flex-basis-lg-190px {
    flex-basis: 190px !important;
  }

  .flex-basis-lg-200px {
    flex-basis: 200px !important;
  }

  .flex-basis-lg-202px {
    flex-basis: 202px !important;
  }

  .flex-basis-lg-205px {
    flex-basis: 205px !important;
  }

  .flex-basis-lg-208px {
    flex-basis: 208px !important;
  }

  .flex-basis-lg-210px {
    flex-basis: 210px !important;
  }

  .flex-basis-lg-212px {
    flex-basis: 212px !important;
  }

  .flex-basis-lg-214px {
    flex-basis: 214px !important;
  }

  .flex-basis-lg-216px {
    flex-basis: 216px !important;
  }

  .flex-basis-lg-220px {
    flex-basis: 220px !important;
  }

  .flex-basis-lg-226px {
    flex-basis: 226px !important;
  }

  .flex-basis-lg-230px {
    flex-basis: 230px !important;
  }

  .flex-basis-lg-250px {
    flex-basis: 250px !important;
  }

  .flex-basis-lg-356px {
    flex-basis: 356px !important;
  }

  .flex-basis-lg-262px {
    flex-basis: 262px !important;
  }

  .flex-basis-lg-266px {
    flex-basis: 266px !important;
  }

  .flex-basis-lg-368px {
    flex-basis: 368px !important;
  }

  .flex-basis-lg-376px {
    flex-basis: 376px !important;
  }

  .flex-basis-lg-279px {
    flex-basis: 279px !important;
  }

  .flex-basis-lg-260px {
    flex-basis: 260px !important;
  }

  .flex-basis-lg-278px {
    flex-basis: 278px !important;
  }

  .flex-basis-lg-394px {
    flex-basis: 394px !important;
  }

  .flex-basis-lg-300px {
    flex-basis: 300px !important;
  }

  .flex-basis-lg-400px {
    flex-basis: 400px !important;
  }

  .flex-basis-lg-417px {
    flex-basis: 417px !important;
  }

  .flex-basis-lg-420px {
    flex-basis: 420px !important;
  }

  .flex-basis-lg-434px {
    flex-basis: 434px !important;
  }

  .flex-basis-lg-456px {
    flex-basis: 456px !important;
  }

  .flex-basis-lg-460px {
    flex-basis: 460px !important;
  }

  .flex-basis-lg-476px {
    flex-basis: 476px !important;
  }

  .flex-basis-lg-530px {
    flex-basis: 530px !important;
  }

  .flex-basis-lg-570px {
    flex-basis: 570px !important;
  }

  .flex-basis-lg-600px {
    flex-basis: 600px !important;
  }

  .flex-basis-lg-720px {
    flex-basis: 720px !important;
  }

  .flex-basis-lg-100p5 {
    flex-basis: calc(100% + 3rem) !important;
  }

  .flex-basis-lg-100p62px {
    flex-basis: calc(100% + 62px) !important;
  }

  .flex-basis-lg-100p120px {
    flex-basis: calc(100% + 120px) !important;
  }

  .flex-basis-lg-100p60px {
    flex-basis: calc(100% + 60px) !important;
  }

  .flex-basis-lg-100p196px {
    flex-basis: calc(100% + 196px) !important;
  }

  .flex-basis-lg-100m60px {
    flex-basis: calc(100% - 60px) !important;
  }

  .flex-basis-lg-45p100px {
    flex-basis: calc(45% + 100px) !important;
  }

  .flex-basis-lg-100p148px {
    flex-basis: calc(100% + 148px) !important;
  }

  .flex-basis-lg-100p296px {
    flex-basis: calc(100% + 296px) !important;
  }

  .flex-basis-lg-100p192px {
    flex-basis: calc(100% + 192px) !important;
  }

  .flex-basis-lg-100p150px {
    flex-basis: calc(100% + 150px) !important;
  }

  .flex-basis-lg-100p92px {
    flex-basis: calc(100% + 92px) !important;
  }

  .flex-basis-lg-100pgutter {
    flex-basis: calc(100% + 0.75rem) !important;
  }

  .flex-basis-lg-100m100px {
    flex-basis: calc(100% - 100px) !important;
  }

  .flex-basis-lg-100m24px {
    flex-basis: calc(100% - 24px) !important;
  }

  .min-h-lg-0 {
    min-height: 0% !important;
  }

  .min-h-lg-5 {
    min-height: 5% !important;
  }

  .min-h-lg-10 {
    min-height: 10% !important;
  }

  .min-h-lg-15 {
    min-height: 15% !important;
  }

  .min-h-lg-20 {
    min-height: 20% !important;
  }

  .min-h-lg-25 {
    min-height: 25% !important;
  }

  .min-h-lg-30 {
    min-height: 30% !important;
  }

  .min-h-lg-35 {
    min-height: 35% !important;
  }

  .min-h-lg-40 {
    min-height: 40% !important;
  }

  .min-h-lg-45 {
    min-height: 45% !important;
  }

  .min-h-lg-50 {
    min-height: 50% !important;
  }

  .min-h-lg-55 {
    min-height: 55% !important;
  }

  .min-h-lg-60 {
    min-height: 60% !important;
  }

  .min-h-lg-65 {
    min-height: 65% !important;
  }

  .min-h-lg-70 {
    min-height: 70% !important;
  }

  .min-h-lg-71 {
    min-height: 71% !important;
  }

  .min-h-lg-75 {
    min-height: 75% !important;
  }

  .min-h-lg-80 {
    min-height: 80% !important;
  }

  .min-h-lg-85 {
    min-height: 85% !important;
  }

  .min-h-lg-90 {
    min-height: 90% !important;
  }

  .min-h-lg-95 {
    min-height: 95% !important;
  }

  .min-h-lg-100 {
    min-height: 100% !important;
  }

  .min-h-lg-150 {
    min-height: 150% !important;
  }

  .min-h-lg-300 {
    min-height: 300% !important;
  }

  .min-h-lg-400 {
    min-height: 400% !important;
  }

  .min-h-lg-500 {
    min-height: 500% !important;
  }

  .min-h-lg-600 {
    min-height: 600% !important;
  }

  .min-h-lg-700 {
    min-height: 700% !important;
  }

  .min-h-lg-800 {
    min-height: 800% !important;
  }

  .min-h-lg-auto {
    min-height: auto !important;
  }

  .min-h-lg-fit-content {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }

  .min-h-lg-8px {
    min-height: 8px !important;
  }

  .min-h-lg-12px {
    min-height: 12px !important;
  }

  .min-h-lg-14px {
    min-height: 14px !important;
  }

  .min-h-lg-15px {
    min-height: 15px !important;
  }

  .min-h-lg-16px {
    min-height: 16px !important;
  }

  .min-h-lg-18px {
    min-height: 18px !important;
  }

  .min-h-lg-19px {
    min-height: 19px !important;
  }

  .min-h-lg-20px {
    min-height: 20px !important;
  }

  .min-h-lg-22px {
    min-height: 22px !important;
  }

  .min-h-lg-24px {
    min-height: 24px !important;
  }

  .min-h-lg-25px {
    min-height: 25px !important;
  }

  .min-h-lg-26px {
    min-height: 26px !important;
  }

  .min-h-lg-28px {
    min-height: 28px !important;
  }

  .min-h-lg-30px {
    min-height: 30px !important;
  }

  .min-h-lg-32px {
    min-height: 32px !important;
  }

  .min-h-lg-34px {
    min-height: 34px !important;
  }

  .min-h-lg-35px {
    min-height: 35px !important;
  }

  .min-h-lg-36px {
    min-height: 36px !important;
  }

  .min-h-lg-38px {
    min-height: 38px !important;
  }

  .min-h-lg-40px {
    min-height: 40px !important;
  }

  .min-h-lg-45px {
    min-height: 45px !important;
  }

  .min-h-lg-48px {
    min-height: 48px !important;
  }

  .min-h-lg-50px {
    min-height: 50px !important;
  }

  .min-h-lg-52px {
    min-height: 50px !important;
  }

  .min-h-lg-56px {
    min-height: 56px !important;
  }

  .min-h-lg-60px {
    min-height: 60px !important;
  }

  .min-h-lg-64px {
    min-height: 64px !important;
  }

  .min-h-lg-68px {
    min-height: 68px !important;
  }

  .min-h-lg-72px {
    min-height: 72px !important;
  }

  .min-h-lg-74px {
    min-height: 74px !important;
  }

  .min-h-lg-82px {
    min-height: 82px !important;
  }

  .min-h-lg-86px {
    min-height: 86px !important;
  }

  .min-h-lg-80px {
    min-height: 80px !important;
  }

  .min-h-lg-88px {
    min-height: 88px !important;
  }

  .min-h-lg-96px {
    min-height: 96px !important;
  }

  .min-h-lg-100px {
    min-height: 100px !important;
  }

  .min-h-lg-110px {
    min-height: 110px !important;
  }

  .min-h-lg-116px {
    min-height: 116px !important;
  }

  .min-h-lg-120px {
    min-height: 120px !important;
  }

  .min-h-lg-150px {
    min-height: 150px !important;
  }

  .min-h-lg-162px {
    min-height: 162px !important;
  }

  .min-h-lg-168px {
    min-height: 168px !important;
  }

  .min-h-lg-165px {
    min-height: 165px !important;
  }

  .min-h-lg-190px {
    min-height: 190px !important;
  }

  .min-h-lg-200px {
    min-height: 200px !important;
  }

  .min-h-lg-202px {
    min-height: 202px !important;
  }

  .min-h-lg-205px {
    min-height: 205px !important;
  }

  .min-h-lg-208px {
    min-height: 208px !important;
  }

  .min-h-lg-210px {
    min-height: 210px !important;
  }

  .min-h-lg-212px {
    min-height: 212px !important;
  }

  .min-h-lg-214px {
    min-height: 214px !important;
  }

  .min-h-lg-216px {
    min-height: 216px !important;
  }

  .min-h-lg-220px {
    min-height: 220px !important;
  }

  .min-h-lg-226px {
    min-height: 226px !important;
  }

  .min-h-lg-230px {
    min-height: 230px !important;
  }

  .min-h-lg-250px {
    min-height: 250px !important;
  }

  .min-h-lg-356px {
    min-height: 356px !important;
  }

  .min-h-lg-262px {
    min-height: 262px !important;
  }

  .min-h-lg-266px {
    min-height: 266px !important;
  }

  .min-h-lg-368px {
    min-height: 368px !important;
  }

  .min-h-lg-376px {
    min-height: 376px !important;
  }

  .min-h-lg-279px {
    min-height: 279px !important;
  }

  .min-h-lg-260px {
    min-height: 260px !important;
  }

  .min-h-lg-278px {
    min-height: 278px !important;
  }

  .min-h-lg-394px {
    min-height: 394px !important;
  }

  .min-h-lg-300px {
    min-height: 300px !important;
  }

  .min-h-lg-400px {
    min-height: 400px !important;
  }

  .min-h-lg-417px {
    min-height: 417px !important;
  }

  .min-h-lg-420px {
    min-height: 420px !important;
  }

  .min-h-lg-434px {
    min-height: 434px !important;
  }

  .min-h-lg-456px {
    min-height: 456px !important;
  }

  .min-h-lg-460px {
    min-height: 460px !important;
  }

  .min-h-lg-476px {
    min-height: 476px !important;
  }

  .min-h-lg-530px {
    min-height: 530px !important;
  }

  .min-h-lg-570px {
    min-height: 570px !important;
  }

  .min-h-lg-600px {
    min-height: 600px !important;
  }

  .min-h-lg-720px {
    min-height: 720px !important;
  }

  .min-h-lg-100p5 {
    min-height: calc(100% + 3rem) !important;
  }

  .min-h-lg-100p62px {
    min-height: calc(100% + 62px) !important;
  }

  .min-h-lg-100p120px {
    min-height: calc(100% + 120px) !important;
  }

  .min-h-lg-100p60px {
    min-height: calc(100% + 60px) !important;
  }

  .min-h-lg-100p196px {
    min-height: calc(100% + 196px) !important;
  }

  .min-h-lg-100m60px {
    min-height: calc(100% - 60px) !important;
  }

  .min-h-lg-45p100px {
    min-height: calc(45% + 100px) !important;
  }

  .min-h-lg-100p148px {
    min-height: calc(100% + 148px) !important;
  }

  .min-h-lg-100p296px {
    min-height: calc(100% + 296px) !important;
  }

  .min-h-lg-100p192px {
    min-height: calc(100% + 192px) !important;
  }

  .min-h-lg-100p150px {
    min-height: calc(100% + 150px) !important;
  }

  .min-h-lg-100p92px {
    min-height: calc(100% + 92px) !important;
  }

  .min-h-lg-100pgutter {
    min-height: calc(100% + 0.75rem) !important;
  }

  .min-h-lg-100m100px {
    min-height: calc(100% - 100px) !important;
  }

  .min-h-lg-100m24px {
    min-height: calc(100% - 24px) !important;
  }
}

@media (min-width: 1280px) {
  [dir="ltr"] .float-xl-start {
    float: left !important;
  }

  [dir="rtl"] .float-xl-start {
    float: right !important;
  }

  [dir="ltr"] .float-xl-end {
    float: right !important;
  }

  [dir="rtl"] .float-xl-end {
    float: left !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-xl-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .op-xl-0 {
    opacity: 0 !important;
  }

  .op-xl-0-hover:hover {
    opacity: 0 !important;
  }

  .op-xl-0-focus:focus {
    opacity: 0 !important;
  }

  .op-xl-0-active:active {
    opacity: 0 !important;
  }

  .op-xl-5 {
    opacity: 0.05 !important;
  }

  .op-xl-5-hover:hover {
    opacity: 0.05 !important;
  }

  .op-xl-5-focus:focus {
    opacity: 0.05 !important;
  }

  .op-xl-5-active:active {
    opacity: 0.05 !important;
  }

  .op-xl-10 {
    opacity: 0.1 !important;
  }

  .op-xl-10-hover:hover {
    opacity: 0.1 !important;
  }

  .op-xl-10-focus:focus {
    opacity: 0.1 !important;
  }

  .op-xl-10-active:active {
    opacity: 0.1 !important;
  }

  .op-xl-15 {
    opacity: 0.15 !important;
  }

  .op-xl-15-hover:hover {
    opacity: 0.15 !important;
  }

  .op-xl-15-focus:focus {
    opacity: 0.15 !important;
  }

  .op-xl-15-active:active {
    opacity: 0.15 !important;
  }

  .op-xl-20 {
    opacity: 0.2 !important;
  }

  .op-xl-20-hover:hover {
    opacity: 0.2 !important;
  }

  .op-xl-20-focus:focus {
    opacity: 0.2 !important;
  }

  .op-xl-20-active:active {
    opacity: 0.2 !important;
  }

  .op-xl-25 {
    opacity: 0.25 !important;
  }

  .op-xl-25-hover:hover {
    opacity: 0.25 !important;
  }

  .op-xl-25-focus:focus {
    opacity: 0.25 !important;
  }

  .op-xl-25-active:active {
    opacity: 0.25 !important;
  }

  .op-xl-30 {
    opacity: 0.3 !important;
  }

  .op-xl-30-hover:hover {
    opacity: 0.3 !important;
  }

  .op-xl-30-focus:focus {
    opacity: 0.3 !important;
  }

  .op-xl-30-active:active {
    opacity: 0.3 !important;
  }

  .op-xl-35 {
    opacity: 0.35 !important;
  }

  .op-xl-35-hover:hover {
    opacity: 0.35 !important;
  }

  .op-xl-35-focus:focus {
    opacity: 0.35 !important;
  }

  .op-xl-35-active:active {
    opacity: 0.35 !important;
  }

  .op-xl-40 {
    opacity: 0.4 !important;
  }

  .op-xl-40-hover:hover {
    opacity: 0.4 !important;
  }

  .op-xl-40-focus:focus {
    opacity: 0.4 !important;
  }

  .op-xl-40-active:active {
    opacity: 0.4 !important;
  }

  .op-xl-45 {
    opacity: 0.45 !important;
  }

  .op-xl-45-hover:hover {
    opacity: 0.45 !important;
  }

  .op-xl-45-focus:focus {
    opacity: 0.45 !important;
  }

  .op-xl-45-active:active {
    opacity: 0.45 !important;
  }

  .op-xl-50 {
    opacity: 0.5 !important;
  }

  .op-xl-50-hover:hover {
    opacity: 0.5 !important;
  }

  .op-xl-50-focus:focus {
    opacity: 0.5 !important;
  }

  .op-xl-50-active:active {
    opacity: 0.5 !important;
  }

  .op-xl-55 {
    opacity: 0.55 !important;
  }

  .op-xl-55-hover:hover {
    opacity: 0.55 !important;
  }

  .op-xl-55-focus:focus {
    opacity: 0.55 !important;
  }

  .op-xl-55-active:active {
    opacity: 0.55 !important;
  }

  .op-xl-60 {
    opacity: 0.6 !important;
  }

  .op-xl-60-hover:hover {
    opacity: 0.6 !important;
  }

  .op-xl-60-focus:focus {
    opacity: 0.6 !important;
  }

  .op-xl-60-active:active {
    opacity: 0.6 !important;
  }

  .op-xl-65 {
    opacity: 0.65 !important;
  }

  .op-xl-65-hover:hover {
    opacity: 0.65 !important;
  }

  .op-xl-65-focus:focus {
    opacity: 0.65 !important;
  }

  .op-xl-65-active:active {
    opacity: 0.65 !important;
  }

  .op-xl-70 {
    opacity: 0.7 !important;
  }

  .op-xl-70-hover:hover {
    opacity: 0.7 !important;
  }

  .op-xl-70-focus:focus {
    opacity: 0.7 !important;
  }

  .op-xl-70-active:active {
    opacity: 0.7 !important;
  }

  .op-xl-75 {
    opacity: 0.75 !important;
  }

  .op-xl-75-hover:hover {
    opacity: 0.75 !important;
  }

  .op-xl-75-focus:focus {
    opacity: 0.75 !important;
  }

  .op-xl-75-active:active {
    opacity: 0.75 !important;
  }

  .op-xl-80 {
    opacity: 0.8 !important;
  }

  .op-xl-80-hover:hover {
    opacity: 0.8 !important;
  }

  .op-xl-80-focus:focus {
    opacity: 0.8 !important;
  }

  .op-xl-80-active:active {
    opacity: 0.8 !important;
  }

  .op-xl-85 {
    opacity: 0.85 !important;
  }

  .op-xl-85-hover:hover {
    opacity: 0.85 !important;
  }

  .op-xl-85-focus:focus {
    opacity: 0.85 !important;
  }

  .op-xl-85-active:active {
    opacity: 0.85 !important;
  }

  .op-xl-90 {
    opacity: 0.9 !important;
  }

  .op-xl-90-hover:hover {
    opacity: 0.9 !important;
  }

  .op-xl-90-focus:focus {
    opacity: 0.9 !important;
  }

  .op-xl-90-active:active {
    opacity: 0.9 !important;
  }

  .op-xl-95 {
    opacity: 0.95 !important;
  }

  .op-xl-95-hover:hover {
    opacity: 0.95 !important;
  }

  .op-xl-95-focus:focus {
    opacity: 0.95 !important;
  }

  .op-xl-95-active:active {
    opacity: 0.95 !important;
  }

  .op-xl-100 {
    opacity: 1 !important;
  }

  .op-xl-100-hover:hover {
    opacity: 1 !important;
  }

  .op-xl-100-focus:focus {
    opacity: 1 !important;
  }

  .op-xl-100-active:active {
    opacity: 1 !important;
  }

  .overflow-x-xl-auto {
    overflow-x: auto !important;
  }

  .overflow-x-xl-hidden {
    overflow-x: hidden !important;
  }

  .overflow-x-xl-visible {
    overflow-x: visible !important;
  }

  .overflow-x-xl-scroll {
    overflow-x: scroll !important;
  }

  .overflow-y-xl-auto {
    overflow-y: auto !important;
  }

  .overflow-y-xl-hidden {
    overflow-y: hidden !important;
  }

  .overflow-y-xl-visible {
    overflow-y: visible !important;
  }

  .overflow-y-xl-scroll {
    overflow-y: scroll !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;
  }

  .d-xl-list-item {
    display: list-item !important;
  }

  .position-xl-static {
    position: static !important;
  }

  .position-xl-relative {
    position: relative !important;
  }

  .position-xl-absolute {
    position: absolute !important;
  }

  .position-xl-fixed {
    position: fixed !important;
  }

  .position-xl-sticky {
    position: sticky !important;
  }

  .top-xl-0 {
    top: 0 !important;
  }

  .top-xl-50 {
    top: 50% !important;
  }

  .top-xl-100 {
    top: 100% !important;
  }

  .top-xl-initial {
    top: initial !important;
  }

  .bottom-xl-0 {
    bottom: 0 !important;
  }

  .bottom-xl-50 {
    bottom: 50% !important;
  }

  .bottom-xl-100 {
    bottom: 100% !important;
  }

  .bottom-xl-initial {
    bottom: initial !important;
  }

  [dir="ltr"] .start-xl-0 {
    left: 0 !important;
  }

  [dir="rtl"] .start-xl-0 {
    right: 0 !important;
  }

  [dir="ltr"] .start-xl-50 {
    left: 50% !important;
  }

  [dir="rtl"] .start-xl-50 {
    right: 50% !important;
  }

  [dir="ltr"] .start-xl-100 {
    left: 100% !important;
  }

  [dir="rtl"] .start-xl-100 {
    right: 100% !important;
  }

  [dir="ltr"] .start-xl-initial {
    left: initial !important;
  }

  [dir="rtl"] .start-xl-initial {
    right: initial !important;
  }

  [dir="ltr"] .end-xl-0 {
    right: 0 !important;
  }

  [dir="rtl"] .end-xl-0 {
    left: 0 !important;
  }

  [dir="ltr"] .end-xl-50 {
    right: 50% !important;
  }

  [dir="rtl"] .end-xl-50 {
    left: 50% !important;
  }

  [dir="ltr"] .end-xl-100 {
    right: 100% !important;
  }

  [dir="rtl"] .end-xl-100 {
    left: 100% !important;
  }

  [dir="ltr"] .end-xl-initial {
    right: initial !important;
  }

  [dir="rtl"] .end-xl-initial {
    left: initial !important;
  }

  [dir="ltr"] .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }

  [dir="rtl"] .translate-middle-xl {
    transform: translate(50%, -50%) !important;
  }

  [dir="ltr"] .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }

  [dir="rtl"] .translate-middle-xl-x {
    transform: translateX(50%) !important;
  }

  .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }

  [dir="ltr"] .border-start-xl-0 {
    border-left: 0 !important;
  }

  [dir="rtl"] .border-start-xl-0 {
    border-right: 0 !important;
  }

  [dir="ltr"] .border-start-xl-1 {
    border-left: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-xl-1 {
    border-right: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-xl-2 {
    border-left: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-xl-2 {
    border-right: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-xl-3 {
    border-left: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-xl-3 {
    border-right: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-xl-4 {
    border-left: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-xl-4 {
    border-right: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-xl-5 {
    border-left: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-xl-5 {
    border-right: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-xl-6 {
    border-left: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-xl-6 {
    border-right: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  .border-xl-primary {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-xl-primary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-xl-primary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-xl-primary-active:active {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-xl-secondary {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-xl-secondary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-xl-secondary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-xl-secondary-active:active {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-xl-success {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-xl-success-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-xl-success-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-xl-success-active:active {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-xl-info {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-xl-info-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-xl-info-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-xl-info-active:active {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-xl-warning {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-xl-warning-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-xl-warning-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-xl-warning-active:active {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-xl-danger {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-xl-danger-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-xl-danger-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-xl-danger-active:active {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-xl-light {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-xl-light-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-xl-light-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-xl-light-active:active {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-xl-dark {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-xl-dark-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-xl-dark-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-xl-dark-active:active {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-xl-white {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-xl-white-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-xl-white-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-xl-white-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-xl-black {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-xl-black-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-xl-black-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-xl-black-active:active {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-xl-body {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-xl-body-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-xl-body-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-xl-body-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .w-xl-0 {
    width: 0% !important;
  }

  .w-xl-5 {
    width: 5% !important;
  }

  .w-xl-10 {
    width: 10% !important;
  }

  .w-xl-15 {
    width: 15% !important;
  }

  .w-xl-20 {
    width: 20% !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-30 {
    width: 30% !important;
  }

  .w-xl-35 {
    width: 35% !important;
  }

  .w-xl-40 {
    width: 40% !important;
  }

  .w-xl-45 {
    width: 45% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-55 {
    width: 55% !important;
  }

  .w-xl-60 {
    width: 60% !important;
  }

  .w-xl-65 {
    width: 65% !important;
  }

  .w-xl-70 {
    width: 70% !important;
  }

  .w-xl-71 {
    width: 71% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-80 {
    width: 80% !important;
  }

  .w-xl-85 {
    width: 85% !important;
  }

  .w-xl-90 {
    width: 90% !important;
  }

  .w-xl-95 {
    width: 95% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-150 {
    width: 150% !important;
  }

  .w-xl-300 {
    width: 300% !important;
  }

  .w-xl-400 {
    width: 400% !important;
  }

  .w-xl-500 {
    width: 500% !important;
  }

  .w-xl-600 {
    width: 600% !important;
  }

  .w-xl-700 {
    width: 700% !important;
  }

  .w-xl-800 {
    width: 800% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .w-xl-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .w-xl-8px {
    width: 8px !important;
  }

  .w-xl-12px {
    width: 12px !important;
  }

  .w-xl-14px {
    width: 14px !important;
  }

  .w-xl-15px {
    width: 15px !important;
  }

  .w-xl-16px {
    width: 16px !important;
  }

  .w-xl-18px {
    width: 18px !important;
  }

  .w-xl-19px {
    width: 19px !important;
  }

  .w-xl-20px {
    width: 20px !important;
  }

  .w-xl-22px {
    width: 22px !important;
  }

  .w-xl-24px {
    width: 24px !important;
  }

  .w-xl-25px {
    width: 25px !important;
  }

  .w-xl-26px {
    width: 26px !important;
  }

  .w-xl-28px {
    width: 28px !important;
  }

  .w-xl-30px {
    width: 30px !important;
  }

  .w-xl-32px {
    width: 32px !important;
  }

  .w-xl-34px {
    width: 34px !important;
  }

  .w-xl-35px {
    width: 35px !important;
  }

  .w-xl-36px {
    width: 36px !important;
  }

  .w-xl-38px {
    width: 38px !important;
  }

  .w-xl-40px {
    width: 40px !important;
  }

  .w-xl-45px {
    width: 45px !important;
  }

  .w-xl-48px {
    width: 48px !important;
  }

  .w-xl-50px {
    width: 50px !important;
  }

  .w-xl-52px {
    width: 50px !important;
  }

  .w-xl-56px {
    width: 56px !important;
  }

  .w-xl-60px {
    width: 60px !important;
  }

  .w-xl-64px {
    width: 64px !important;
  }

  .w-xl-68px {
    width: 68px !important;
  }

  .w-xl-72px {
    width: 72px !important;
  }

  .w-xl-74px {
    width: 74px !important;
  }

  .w-xl-82px {
    width: 82px !important;
  }

  .w-xl-86px {
    width: 86px !important;
  }

  .w-xl-80px {
    width: 80px !important;
  }

  .w-xl-88px {
    width: 88px !important;
  }

  .w-xl-96px {
    width: 96px !important;
  }

  .w-xl-100px {
    width: 100px !important;
  }

  .w-xl-110px {
    width: 110px !important;
  }

  .w-xl-116px {
    width: 116px !important;
  }

  .w-xl-120px {
    width: 120px !important;
  }

  .w-xl-150px {
    width: 150px !important;
  }

  .w-xl-162px {
    width: 162px !important;
  }

  .w-xl-168px {
    width: 168px !important;
  }

  .w-xl-165px {
    width: 165px !important;
  }

  .w-xl-190px {
    width: 190px !important;
  }

  .w-xl-200px {
    width: 200px !important;
  }

  .w-xl-202px {
    width: 202px !important;
  }

  .w-xl-205px {
    width: 205px !important;
  }

  .w-xl-208px {
    width: 208px !important;
  }

  .w-xl-210px {
    width: 210px !important;
  }

  .w-xl-212px {
    width: 212px !important;
  }

  .w-xl-214px {
    width: 214px !important;
  }

  .w-xl-216px {
    width: 216px !important;
  }

  .w-xl-220px {
    width: 220px !important;
  }

  .w-xl-226px {
    width: 226px !important;
  }

  .w-xl-230px {
    width: 230px !important;
  }

  .w-xl-250px {
    width: 250px !important;
  }

  .w-xl-356px {
    width: 356px !important;
  }

  .w-xl-262px {
    width: 262px !important;
  }

  .w-xl-266px {
    width: 266px !important;
  }

  .w-xl-368px {
    width: 368px !important;
  }

  .w-xl-376px {
    width: 376px !important;
  }

  .w-xl-279px {
    width: 279px !important;
  }

  .w-xl-260px {
    width: 260px !important;
  }

  .w-xl-278px {
    width: 278px !important;
  }

  .w-xl-394px {
    width: 394px !important;
  }

  .w-xl-300px {
    width: 300px !important;
  }

  .w-xl-400px {
    width: 400px !important;
  }

  .w-xl-417px {
    width: 417px !important;
  }

  .w-xl-420px {
    width: 420px !important;
  }

  .w-xl-434px {
    width: 434px !important;
  }

  .w-xl-456px {
    width: 456px !important;
  }

  .w-xl-460px {
    width: 460px !important;
  }

  .w-xl-476px {
    width: 476px !important;
  }

  .w-xl-530px {
    width: 530px !important;
  }

  .w-xl-570px {
    width: 570px !important;
  }

  .w-xl-600px {
    width: 600px !important;
  }

  .w-xl-720px {
    width: 720px !important;
  }

  .w-xl-100p5 {
    width: calc(100% + 3rem) !important;
  }

  .w-xl-100p62px {
    width: calc(100% + 62px) !important;
  }

  .w-xl-100p120px {
    width: calc(100% + 120px) !important;
  }

  .w-xl-100p60px {
    width: calc(100% + 60px) !important;
  }

  .w-xl-100p196px {
    width: calc(100% + 196px) !important;
  }

  .w-xl-100m60px {
    width: calc(100% - 60px) !important;
  }

  .w-xl-45p100px {
    width: calc(45% + 100px) !important;
  }

  .w-xl-100p148px {
    width: calc(100% + 148px) !important;
  }

  .w-xl-100p296px {
    width: calc(100% + 296px) !important;
  }

  .w-xl-100p192px {
    width: calc(100% + 192px) !important;
  }

  .w-xl-100p150px {
    width: calc(100% + 150px) !important;
  }

  .w-xl-100p92px {
    width: calc(100% + 92px) !important;
  }

  .w-xl-100pgutter {
    width: calc(100% + 0.75rem) !important;
  }

  .w-xl-100m100px {
    width: calc(100% - 100px) !important;
  }

  .w-xl-100m24px {
    width: calc(100% - 24px) !important;
  }

  .max-w-xl-0 {
    max-width: 0% !important;
  }

  .max-w-xl-5 {
    max-width: 5% !important;
  }

  .max-w-xl-10 {
    max-width: 10% !important;
  }

  .max-w-xl-15 {
    max-width: 15% !important;
  }

  .max-w-xl-20 {
    max-width: 20% !important;
  }

  .max-w-xl-25 {
    max-width: 25% !important;
  }

  .max-w-xl-30 {
    max-width: 30% !important;
  }

  .max-w-xl-35 {
    max-width: 35% !important;
  }

  .max-w-xl-40 {
    max-width: 40% !important;
  }

  .max-w-xl-45 {
    max-width: 45% !important;
  }

  .max-w-xl-50 {
    max-width: 50% !important;
  }

  .max-w-xl-55 {
    max-width: 55% !important;
  }

  .max-w-xl-60 {
    max-width: 60% !important;
  }

  .max-w-xl-65 {
    max-width: 65% !important;
  }

  .max-w-xl-70 {
    max-width: 70% !important;
  }

  .max-w-xl-71 {
    max-width: 71% !important;
  }

  .max-w-xl-75 {
    max-width: 75% !important;
  }

  .max-w-xl-80 {
    max-width: 80% !important;
  }

  .max-w-xl-85 {
    max-width: 85% !important;
  }

  .max-w-xl-90 {
    max-width: 90% !important;
  }

  .max-w-xl-95 {
    max-width: 95% !important;
  }

  .max-w-xl-100 {
    max-width: 100% !important;
  }

  .max-w-xl-150 {
    max-width: 150% !important;
  }

  .max-w-xl-300 {
    max-width: 300% !important;
  }

  .max-w-xl-400 {
    max-width: 400% !important;
  }

  .max-w-xl-500 {
    max-width: 500% !important;
  }

  .max-w-xl-600 {
    max-width: 600% !important;
  }

  .max-w-xl-700 {
    max-width: 700% !important;
  }

  .max-w-xl-800 {
    max-width: 800% !important;
  }

  .max-w-xl-auto {
    max-width: auto !important;
  }

  .max-w-xl-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  .max-w-xl-8px {
    max-width: 8px !important;
  }

  .max-w-xl-12px {
    max-width: 12px !important;
  }

  .max-w-xl-14px {
    max-width: 14px !important;
  }

  .max-w-xl-15px {
    max-width: 15px !important;
  }

  .max-w-xl-16px {
    max-width: 16px !important;
  }

  .max-w-xl-18px {
    max-width: 18px !important;
  }

  .max-w-xl-19px {
    max-width: 19px !important;
  }

  .max-w-xl-20px {
    max-width: 20px !important;
  }

  .max-w-xl-22px {
    max-width: 22px !important;
  }

  .max-w-xl-24px {
    max-width: 24px !important;
  }

  .max-w-xl-25px {
    max-width: 25px !important;
  }

  .max-w-xl-26px {
    max-width: 26px !important;
  }

  .max-w-xl-28px {
    max-width: 28px !important;
  }

  .max-w-xl-30px {
    max-width: 30px !important;
  }

  .max-w-xl-32px {
    max-width: 32px !important;
  }

  .max-w-xl-34px {
    max-width: 34px !important;
  }

  .max-w-xl-35px {
    max-width: 35px !important;
  }

  .max-w-xl-36px {
    max-width: 36px !important;
  }

  .max-w-xl-38px {
    max-width: 38px !important;
  }

  .max-w-xl-40px {
    max-width: 40px !important;
  }

  .max-w-xl-45px {
    max-width: 45px !important;
  }

  .max-w-xl-48px {
    max-width: 48px !important;
  }

  .max-w-xl-50px {
    max-width: 50px !important;
  }

  .max-w-xl-52px {
    max-width: 50px !important;
  }

  .max-w-xl-56px {
    max-width: 56px !important;
  }

  .max-w-xl-60px {
    max-width: 60px !important;
  }

  .max-w-xl-64px {
    max-width: 64px !important;
  }

  .max-w-xl-68px {
    max-width: 68px !important;
  }

  .max-w-xl-72px {
    max-width: 72px !important;
  }

  .max-w-xl-74px {
    max-width: 74px !important;
  }

  .max-w-xl-82px {
    max-width: 82px !important;
  }

  .max-w-xl-86px {
    max-width: 86px !important;
  }

  .max-w-xl-80px {
    max-width: 80px !important;
  }

  .max-w-xl-88px {
    max-width: 88px !important;
  }

  .max-w-xl-96px {
    max-width: 96px !important;
  }

  .max-w-xl-100px {
    max-width: 100px !important;
  }

  .max-w-xl-110px {
    max-width: 110px !important;
  }

  .max-w-xl-116px {
    max-width: 116px !important;
  }

  .max-w-xl-120px {
    max-width: 120px !important;
  }

  .max-w-xl-150px {
    max-width: 150px !important;
  }

  .max-w-xl-162px {
    max-width: 162px !important;
  }

  .max-w-xl-168px {
    max-width: 168px !important;
  }

  .max-w-xl-165px {
    max-width: 165px !important;
  }

  .max-w-xl-190px {
    max-width: 190px !important;
  }

  .max-w-xl-200px {
    max-width: 200px !important;
  }

  .max-w-xl-202px {
    max-width: 202px !important;
  }

  .max-w-xl-205px {
    max-width: 205px !important;
  }

  .max-w-xl-208px {
    max-width: 208px !important;
  }

  .max-w-xl-210px {
    max-width: 210px !important;
  }

  .max-w-xl-212px {
    max-width: 212px !important;
  }

  .max-w-xl-214px {
    max-width: 214px !important;
  }

  .max-w-xl-216px {
    max-width: 216px !important;
  }

  .max-w-xl-220px {
    max-width: 220px !important;
  }

  .max-w-xl-226px {
    max-width: 226px !important;
  }

  .max-w-xl-230px {
    max-width: 230px !important;
  }

  .max-w-xl-250px {
    max-width: 250px !important;
  }

  .max-w-xl-356px {
    max-width: 356px !important;
  }

  .max-w-xl-262px {
    max-width: 262px !important;
  }

  .max-w-xl-266px {
    max-width: 266px !important;
  }

  .max-w-xl-368px {
    max-width: 368px !important;
  }

  .max-w-xl-376px {
    max-width: 376px !important;
  }

  .max-w-xl-279px {
    max-width: 279px !important;
  }

  .max-w-xl-260px {
    max-width: 260px !important;
  }

  .max-w-xl-278px {
    max-width: 278px !important;
  }

  .max-w-xl-394px {
    max-width: 394px !important;
  }

  .max-w-xl-300px {
    max-width: 300px !important;
  }

  .max-w-xl-400px {
    max-width: 400px !important;
  }

  .max-w-xl-417px {
    max-width: 417px !important;
  }

  .max-w-xl-420px {
    max-width: 420px !important;
  }

  .max-w-xl-434px {
    max-width: 434px !important;
  }

  .max-w-xl-456px {
    max-width: 456px !important;
  }

  .max-w-xl-460px {
    max-width: 460px !important;
  }

  .max-w-xl-476px {
    max-width: 476px !important;
  }

  .max-w-xl-530px {
    max-width: 530px !important;
  }

  .max-w-xl-570px {
    max-width: 570px !important;
  }

  .max-w-xl-600px {
    max-width: 600px !important;
  }

  .max-w-xl-720px {
    max-width: 720px !important;
  }

  .max-w-xl-100p5 {
    max-width: calc(100% + 3rem) !important;
  }

  .max-w-xl-100p62px {
    max-width: calc(100% + 62px) !important;
  }

  .max-w-xl-100p120px {
    max-width: calc(100% + 120px) !important;
  }

  .max-w-xl-100p60px {
    max-width: calc(100% + 60px) !important;
  }

  .max-w-xl-100p196px {
    max-width: calc(100% + 196px) !important;
  }

  .max-w-xl-100m60px {
    max-width: calc(100% - 60px) !important;
  }

  .max-w-xl-45p100px {
    max-width: calc(45% + 100px) !important;
  }

  .max-w-xl-100p148px {
    max-width: calc(100% + 148px) !important;
  }

  .max-w-xl-100p296px {
    max-width: calc(100% + 296px) !important;
  }

  .max-w-xl-100p192px {
    max-width: calc(100% + 192px) !important;
  }

  .max-w-xl-100p150px {
    max-width: calc(100% + 150px) !important;
  }

  .max-w-xl-100p92px {
    max-width: calc(100% + 92px) !important;
  }

  .max-w-xl-100pgutter {
    max-width: calc(100% + 0.75rem) !important;
  }

  .max-w-xl-100m100px {
    max-width: calc(100% - 100px) !important;
  }

  .max-w-xl-100m24px {
    max-width: calc(100% - 24px) !important;
  }

  .h-xl-0 {
    height: 0% !important;
  }

  .h-xl-5 {
    height: 5% !important;
  }

  .h-xl-10 {
    height: 10% !important;
  }

  .h-xl-15 {
    height: 15% !important;
  }

  .h-xl-20 {
    height: 20% !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .h-xl-30 {
    height: 30% !important;
  }

  .h-xl-35 {
    height: 35% !important;
  }

  .h-xl-40 {
    height: 40% !important;
  }

  .h-xl-45 {
    height: 45% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-55 {
    height: 55% !important;
  }

  .h-xl-60 {
    height: 60% !important;
  }

  .h-xl-65 {
    height: 65% !important;
  }

  .h-xl-70 {
    height: 70% !important;
  }

  .h-xl-71 {
    height: 71% !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-80 {
    height: 80% !important;
  }

  .h-xl-85 {
    height: 85% !important;
  }

  .h-xl-90 {
    height: 90% !important;
  }

  .h-xl-95 {
    height: 95% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-150 {
    height: 150% !important;
  }

  .h-xl-300 {
    height: 300% !important;
  }

  .h-xl-400 {
    height: 400% !important;
  }

  .h-xl-500 {
    height: 500% !important;
  }

  .h-xl-600 {
    height: 600% !important;
  }

  .h-xl-700 {
    height: 700% !important;
  }

  .h-xl-800 {
    height: 800% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .h-xl-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .h-xl-8px {
    height: 8px !important;
  }

  .h-xl-12px {
    height: 12px !important;
  }

  .h-xl-14px {
    height: 14px !important;
  }

  .h-xl-15px {
    height: 15px !important;
  }

  .h-xl-16px {
    height: 16px !important;
  }

  .h-xl-18px {
    height: 18px !important;
  }

  .h-xl-19px {
    height: 19px !important;
  }

  .h-xl-20px {
    height: 20px !important;
  }

  .h-xl-22px {
    height: 22px !important;
  }

  .h-xl-24px {
    height: 24px !important;
  }

  .h-xl-25px {
    height: 25px !important;
  }

  .h-xl-26px {
    height: 26px !important;
  }

  .h-xl-28px {
    height: 28px !important;
  }

  .h-xl-30px {
    height: 30px !important;
  }

  .h-xl-32px {
    height: 32px !important;
  }

  .h-xl-34px {
    height: 34px !important;
  }

  .h-xl-35px {
    height: 35px !important;
  }

  .h-xl-36px {
    height: 36px !important;
  }

  .h-xl-38px {
    height: 38px !important;
  }

  .h-xl-40px {
    height: 40px !important;
  }

  .h-xl-45px {
    height: 45px !important;
  }

  .h-xl-48px {
    height: 48px !important;
  }

  .h-xl-50px {
    height: 50px !important;
  }

  .h-xl-52px {
    height: 50px !important;
  }

  .h-xl-56px {
    height: 56px !important;
  }

  .h-xl-60px {
    height: 60px !important;
  }

  .h-xl-64px {
    height: 64px !important;
  }

  .h-xl-68px {
    height: 68px !important;
  }

  .h-xl-72px {
    height: 72px !important;
  }

  .h-xl-74px {
    height: 74px !important;
  }

  .h-xl-82px {
    height: 82px !important;
  }

  .h-xl-86px {
    height: 86px !important;
  }

  .h-xl-80px {
    height: 80px !important;
  }

  .h-xl-88px {
    height: 88px !important;
  }

  .h-xl-96px {
    height: 96px !important;
  }

  .h-xl-100px {
    height: 100px !important;
  }

  .h-xl-110px {
    height: 110px !important;
  }

  .h-xl-116px {
    height: 116px !important;
  }

  .h-xl-120px {
    height: 120px !important;
  }

  .h-xl-150px {
    height: 150px !important;
  }

  .h-xl-162px {
    height: 162px !important;
  }

  .h-xl-168px {
    height: 168px !important;
  }

  .h-xl-165px {
    height: 165px !important;
  }

  .h-xl-190px {
    height: 190px !important;
  }

  .h-xl-200px {
    height: 200px !important;
  }

  .h-xl-202px {
    height: 202px !important;
  }

  .h-xl-205px {
    height: 205px !important;
  }

  .h-xl-208px {
    height: 208px !important;
  }

  .h-xl-210px {
    height: 210px !important;
  }

  .h-xl-212px {
    height: 212px !important;
  }

  .h-xl-214px {
    height: 214px !important;
  }

  .h-xl-216px {
    height: 216px !important;
  }

  .h-xl-220px {
    height: 220px !important;
  }

  .h-xl-226px {
    height: 226px !important;
  }

  .h-xl-230px {
    height: 230px !important;
  }

  .h-xl-250px {
    height: 250px !important;
  }

  .h-xl-356px {
    height: 356px !important;
  }

  .h-xl-262px {
    height: 262px !important;
  }

  .h-xl-266px {
    height: 266px !important;
  }

  .h-xl-368px {
    height: 368px !important;
  }

  .h-xl-376px {
    height: 376px !important;
  }

  .h-xl-279px {
    height: 279px !important;
  }

  .h-xl-260px {
    height: 260px !important;
  }

  .h-xl-278px {
    height: 278px !important;
  }

  .h-xl-394px {
    height: 394px !important;
  }

  .h-xl-300px {
    height: 300px !important;
  }

  .h-xl-400px {
    height: 400px !important;
  }

  .h-xl-417px {
    height: 417px !important;
  }

  .h-xl-420px {
    height: 420px !important;
  }

  .h-xl-434px {
    height: 434px !important;
  }

  .h-xl-456px {
    height: 456px !important;
  }

  .h-xl-460px {
    height: 460px !important;
  }

  .h-xl-476px {
    height: 476px !important;
  }

  .h-xl-530px {
    height: 530px !important;
  }

  .h-xl-570px {
    height: 570px !important;
  }

  .h-xl-600px {
    height: 600px !important;
  }

  .h-xl-720px {
    height: 720px !important;
  }

  .h-xl-100p5 {
    height: calc(100% + 3rem) !important;
  }

  .h-xl-100p62px {
    height: calc(100% + 62px) !important;
  }

  .h-xl-100p120px {
    height: calc(100% + 120px) !important;
  }

  .h-xl-100p60px {
    height: calc(100% + 60px) !important;
  }

  .h-xl-100p196px {
    height: calc(100% + 196px) !important;
  }

  .h-xl-100m60px {
    height: calc(100% - 60px) !important;
  }

  .h-xl-45p100px {
    height: calc(45% + 100px) !important;
  }

  .h-xl-100p148px {
    height: calc(100% + 148px) !important;
  }

  .h-xl-100p296px {
    height: calc(100% + 296px) !important;
  }

  .h-xl-100p192px {
    height: calc(100% + 192px) !important;
  }

  .h-xl-100p150px {
    height: calc(100% + 150px) !important;
  }

  .h-xl-100p92px {
    height: calc(100% + 92px) !important;
  }

  .h-xl-100pgutter {
    height: calc(100% + 0.75rem) !important;
  }

  .h-xl-100m100px {
    height: calc(100% - 100px) !important;
  }

  .h-xl-100m24px {
    height: calc(100% - 24px) !important;
  }

  .max-h-xl-0 {
    max-height: 0% !important;
  }

  .max-h-xl-5 {
    max-height: 5% !important;
  }

  .max-h-xl-10 {
    max-height: 10% !important;
  }

  .max-h-xl-15 {
    max-height: 15% !important;
  }

  .max-h-xl-20 {
    max-height: 20% !important;
  }

  .max-h-xl-25 {
    max-height: 25% !important;
  }

  .max-h-xl-30 {
    max-height: 30% !important;
  }

  .max-h-xl-35 {
    max-height: 35% !important;
  }

  .max-h-xl-40 {
    max-height: 40% !important;
  }

  .max-h-xl-45 {
    max-height: 45% !important;
  }

  .max-h-xl-50 {
    max-height: 50% !important;
  }

  .max-h-xl-55 {
    max-height: 55% !important;
  }

  .max-h-xl-60 {
    max-height: 60% !important;
  }

  .max-h-xl-65 {
    max-height: 65% !important;
  }

  .max-h-xl-70 {
    max-height: 70% !important;
  }

  .max-h-xl-71 {
    max-height: 71% !important;
  }

  .max-h-xl-75 {
    max-height: 75% !important;
  }

  .max-h-xl-80 {
    max-height: 80% !important;
  }

  .max-h-xl-85 {
    max-height: 85% !important;
  }

  .max-h-xl-90 {
    max-height: 90% !important;
  }

  .max-h-xl-95 {
    max-height: 95% !important;
  }

  .max-h-xl-100 {
    max-height: 100% !important;
  }

  .max-h-xl-150 {
    max-height: 150% !important;
  }

  .max-h-xl-300 {
    max-height: 300% !important;
  }

  .max-h-xl-400 {
    max-height: 400% !important;
  }

  .max-h-xl-500 {
    max-height: 500% !important;
  }

  .max-h-xl-600 {
    max-height: 600% !important;
  }

  .max-h-xl-700 {
    max-height: 700% !important;
  }

  .max-h-xl-800 {
    max-height: 800% !important;
  }

  .max-h-xl-auto {
    max-height: auto !important;
  }

  .max-h-xl-fit-content {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }

  .max-h-xl-8px {
    max-height: 8px !important;
  }

  .max-h-xl-12px {
    max-height: 12px !important;
  }

  .max-h-xl-14px {
    max-height: 14px !important;
  }

  .max-h-xl-15px {
    max-height: 15px !important;
  }

  .max-h-xl-16px {
    max-height: 16px !important;
  }

  .max-h-xl-18px {
    max-height: 18px !important;
  }

  .max-h-xl-19px {
    max-height: 19px !important;
  }

  .max-h-xl-20px {
    max-height: 20px !important;
  }

  .max-h-xl-22px {
    max-height: 22px !important;
  }

  .max-h-xl-24px {
    max-height: 24px !important;
  }

  .max-h-xl-25px {
    max-height: 25px !important;
  }

  .max-h-xl-26px {
    max-height: 26px !important;
  }

  .max-h-xl-28px {
    max-height: 28px !important;
  }

  .max-h-xl-30px {
    max-height: 30px !important;
  }

  .max-h-xl-32px {
    max-height: 32px !important;
  }

  .max-h-xl-34px {
    max-height: 34px !important;
  }

  .max-h-xl-35px {
    max-height: 35px !important;
  }

  .max-h-xl-36px {
    max-height: 36px !important;
  }

  .max-h-xl-38px {
    max-height: 38px !important;
  }

  .max-h-xl-40px {
    max-height: 40px !important;
  }

  .max-h-xl-45px {
    max-height: 45px !important;
  }

  .max-h-xl-48px {
    max-height: 48px !important;
  }

  .max-h-xl-50px {
    max-height: 50px !important;
  }

  .max-h-xl-52px {
    max-height: 50px !important;
  }

  .max-h-xl-56px {
    max-height: 56px !important;
  }

  .max-h-xl-60px {
    max-height: 60px !important;
  }

  .max-h-xl-64px {
    max-height: 64px !important;
  }

  .max-h-xl-68px {
    max-height: 68px !important;
  }

  .max-h-xl-72px {
    max-height: 72px !important;
  }

  .max-h-xl-74px {
    max-height: 74px !important;
  }

  .max-h-xl-82px {
    max-height: 82px !important;
  }

  .max-h-xl-86px {
    max-height: 86px !important;
  }

  .max-h-xl-80px {
    max-height: 80px !important;
  }

  .max-h-xl-88px {
    max-height: 88px !important;
  }

  .max-h-xl-96px {
    max-height: 96px !important;
  }

  .max-h-xl-100px {
    max-height: 100px !important;
  }

  .max-h-xl-110px {
    max-height: 110px !important;
  }

  .max-h-xl-116px {
    max-height: 116px !important;
  }

  .max-h-xl-120px {
    max-height: 120px !important;
  }

  .max-h-xl-150px {
    max-height: 150px !important;
  }

  .max-h-xl-162px {
    max-height: 162px !important;
  }

  .max-h-xl-168px {
    max-height: 168px !important;
  }

  .max-h-xl-165px {
    max-height: 165px !important;
  }

  .max-h-xl-190px {
    max-height: 190px !important;
  }

  .max-h-xl-200px {
    max-height: 200px !important;
  }

  .max-h-xl-202px {
    max-height: 202px !important;
  }

  .max-h-xl-205px {
    max-height: 205px !important;
  }

  .max-h-xl-208px {
    max-height: 208px !important;
  }

  .max-h-xl-210px {
    max-height: 210px !important;
  }

  .max-h-xl-212px {
    max-height: 212px !important;
  }

  .max-h-xl-214px {
    max-height: 214px !important;
  }

  .max-h-xl-216px {
    max-height: 216px !important;
  }

  .max-h-xl-220px {
    max-height: 220px !important;
  }

  .max-h-xl-226px {
    max-height: 226px !important;
  }

  .max-h-xl-230px {
    max-height: 230px !important;
  }

  .max-h-xl-250px {
    max-height: 250px !important;
  }

  .max-h-xl-356px {
    max-height: 356px !important;
  }

  .max-h-xl-262px {
    max-height: 262px !important;
  }

  .max-h-xl-266px {
    max-height: 266px !important;
  }

  .max-h-xl-368px {
    max-height: 368px !important;
  }

  .max-h-xl-376px {
    max-height: 376px !important;
  }

  .max-h-xl-279px {
    max-height: 279px !important;
  }

  .max-h-xl-260px {
    max-height: 260px !important;
  }

  .max-h-xl-278px {
    max-height: 278px !important;
  }

  .max-h-xl-394px {
    max-height: 394px !important;
  }

  .max-h-xl-300px {
    max-height: 300px !important;
  }

  .max-h-xl-400px {
    max-height: 400px !important;
  }

  .max-h-xl-417px {
    max-height: 417px !important;
  }

  .max-h-xl-420px {
    max-height: 420px !important;
  }

  .max-h-xl-434px {
    max-height: 434px !important;
  }

  .max-h-xl-456px {
    max-height: 456px !important;
  }

  .max-h-xl-460px {
    max-height: 460px !important;
  }

  .max-h-xl-476px {
    max-height: 476px !important;
  }

  .max-h-xl-530px {
    max-height: 530px !important;
  }

  .max-h-xl-570px {
    max-height: 570px !important;
  }

  .max-h-xl-600px {
    max-height: 600px !important;
  }

  .max-h-xl-720px {
    max-height: 720px !important;
  }

  .max-h-xl-100p5 {
    max-height: calc(100% + 3rem) !important;
  }

  .max-h-xl-100p62px {
    max-height: calc(100% + 62px) !important;
  }

  .max-h-xl-100p120px {
    max-height: calc(100% + 120px) !important;
  }

  .max-h-xl-100p60px {
    max-height: calc(100% + 60px) !important;
  }

  .max-h-xl-100p196px {
    max-height: calc(100% + 196px) !important;
  }

  .max-h-xl-100m60px {
    max-height: calc(100% - 60px) !important;
  }

  .max-h-xl-45p100px {
    max-height: calc(45% + 100px) !important;
  }

  .max-h-xl-100p148px {
    max-height: calc(100% + 148px) !important;
  }

  .max-h-xl-100p296px {
    max-height: calc(100% + 296px) !important;
  }

  .max-h-xl-100p192px {
    max-height: calc(100% + 192px) !important;
  }

  .max-h-xl-100p150px {
    max-height: calc(100% + 150px) !important;
  }

  .max-h-xl-100p92px {
    max-height: calc(100% + 92px) !important;
  }

  .max-h-xl-100pgutter {
    max-height: calc(100% + 0.75rem) !important;
  }

  .max-h-xl-100m100px {
    max-height: calc(100% - 100px) !important;
  }

  .max-h-xl-100m24px {
    max-height: calc(100% - 24px) !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-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-gutter {
    margin: 0.75rem !important;
  }

  .m-xl-40px {
    margin: 40px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-gutter {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xl-40px {
    margin-right: 40px !important;
    margin-left: 40px !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-gutter {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xl-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-gutter {
    margin-top: 0.75rem !important;
  }

  .mt-xl-40px {
    margin-top: 40px !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .me-xl-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .me-xl-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .me-xl-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .me-xl-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .me-xl-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .me-xl-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .me-xl-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .me-xl-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .me-xl-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .me-xl-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="rtl"] .me-xl-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="ltr"] .me-xl-40px {
    margin-right: 40px !important;
  }

  [dir="rtl"] .me-xl-40px {
    margin-left: 40px !important;
  }

  [dir="ltr"] .me-xl-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .me-xl-auto {
    margin-left: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-gutter {
    margin-bottom: 0.75rem !important;
  }

  .mb-xl-40px {
    margin-bottom: 40px !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ms-xl-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ms-xl-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ms-xl-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ms-xl-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .ms-xl-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ms-xl-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ms-xl-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .ms-xl-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ms-xl-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .ms-xl-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="rtl"] .ms-xl-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="ltr"] .ms-xl-40px {
    margin-left: 40px !important;
  }

  [dir="rtl"] .ms-xl-40px {
    margin-right: 40px !important;
  }

  [dir="ltr"] .ms-xl-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ms-xl-auto {
    margin-right: auto !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .m-xl-ngutter {
    margin: -0.75rem !important;
  }

  .m-xl-n40px {
    margin: -40px !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xl-ngutter {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-xl-n40px {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xl-ngutter {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-xl-n40px {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xl-ngutter {
    margin-top: -0.75rem !important;
  }

  .mt-xl-n40px {
    margin-top: -40px !important;
  }

  [dir="ltr"] .me-xl-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-xl-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-xl-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-xl-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-xl-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-xl-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-xl-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-xl-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-xl-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-xl-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-xl-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-xl-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-xl-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-xl-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-xl-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-xl-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-xl-n3 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-xl-n3 {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-xl-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-xl-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-xl-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-xl-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-xl-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-xl-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-xl-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-xl-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-xl-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-xl-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-xl-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-xl-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-xl-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-xl-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-xl-n5 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-xl-n5 {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-xl-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-xl-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-xl-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-xl-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-xl-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-xl-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-xl-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-xl-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-xl-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-xl-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-xl-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-xl-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-xl-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-xl-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-xl-n40px {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-xl-n40px {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-xl-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-xl-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-xl-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-xl-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-xl-n40px-active:active {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-xl-n40px-active:active {
    margin-left: -40px !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-xl-ngutter {
    margin-bottom: -0.75rem !important;
  }

  .mb-xl-n40px {
    margin-bottom: -40px !important;
  }

  [dir="ltr"] .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-xl-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-xl-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-xl-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-xl-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-xl-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-xl-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-xl-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-xl-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-xl-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-xl-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-xl-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-xl-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-xl-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-xl-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-xl-n3 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-xl-n3 {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-xl-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-xl-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-xl-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-xl-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-xl-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-xl-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-xl-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-xl-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-xl-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-xl-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-xl-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-xl-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-xl-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-xl-n5 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-xl-n5 {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-xl-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-xl-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-xl-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-xl-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-xl-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-xl-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-xl-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-xl-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-xl-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-xl-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-xl-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-xl-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-xl-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-xl-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-xl-n40px {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-xl-n40px {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-xl-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-xl-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-xl-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-xl-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-xl-n40px-active:active {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-xl-n40px-active:active {
    margin-right: -40px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .p-xl-gutter {
    padding: 0.75rem !important;
  }

  .p-xl-40px {
    padding: 40px !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-gutter {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xl-40px {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-gutter {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xl-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pt-xl-gutter {
    padding-top: 0.75rem !important;
  }

  .pt-xl-40px {
    padding-top: 40px !important;
  }

  [dir="ltr"] .pe-xl-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-xl-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-xl-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-xl-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-xl-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-xl-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-xl-0-active:active {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-xl-0-active:active {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-xl-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-xl-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-xl-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-xl-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-xl-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-xl-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-xl-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-xl-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-xl-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-xl-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-xl-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-xl-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-xl-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-xl-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-xl-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-xl-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-xl-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-xl-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-xl-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-xl-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-xl-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-xl-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-xl-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-xl-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-xl-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-xl-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-xl-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-xl-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-xl-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-xl-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-xl-5 {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-xl-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-xl-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-xl-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-xl-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-xl-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-xl-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-xl-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-xl-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-xl-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-xl-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-xl-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-xl-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-xl-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-xl-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-xl-40px {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-xl-40px {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-xl-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-xl-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-xl-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-xl-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-xl-40px-active:active {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-xl-40px-active:active {
    padding-left: 40px !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-gutter {
    padding-bottom: 0.75rem !important;
  }

  .pb-xl-40px {
    padding-bottom: 40px !important;
  }

  [dir="ltr"] .ps-xl-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-xl-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-xl-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-xl-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-xl-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-xl-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-xl-0-active:active {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-xl-0-active:active {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-xl-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-xl-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-xl-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-xl-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-xl-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-xl-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-xl-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-xl-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-xl-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-xl-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-xl-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-xl-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-xl-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-xl-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-xl-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-xl-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-xl-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-xl-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-xl-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-xl-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-xl-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-xl-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-xl-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-xl-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-xl-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-xl-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-xl-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-xl-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-xl-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-xl-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-xl-5 {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-xl-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-xl-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-xl-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-xl-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-xl-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-xl-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-xl-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-xl-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-xl-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-xl-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-xl-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-xl-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-xl-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-xl-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-xl-40px {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-xl-40px {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-xl-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-xl-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-xl-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-xl-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-xl-40px-active:active {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-xl-40px-active:active {
    padding-right: 40px !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .gap-xl-gutter {
    gap: 0.75rem !important;
  }

  .gap-xl-40px {
    gap: 40px !important;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }

  .row-gap-xl-gutter {
    row-gap: 0.75rem !important;
  }

  .row-gap-xl-40px {
    row-gap: 40px !important;
  }

  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .column-gap-xl-gutter {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .column-gap-xl-40px {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .fs-xl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-xl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-xl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-xl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-xl-5 {
    font-size: 1.25rem !important;
  }

  .fs-xl-6 {
    font-size: 1rem !important;
  }
  /* rtl:begin:remove */
  .lh-xl-1 {
    line-height: 1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-xl-1p1 {
    line-height: 1.1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-xl-1p2 {
    line-height: 1.2 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-xl-1p5 {
    line-height: 1.5 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-xl-1p7 {
    line-height: 1.7 !important;
  }
  /* rtl:end:remove */
  [dir="ltr"] .text-xl-start {
    text-align: left !important;
  }

  [dir="rtl"] .text-xl-start {
    text-align: right !important;
  }

  [dir="ltr"] .text-xl-end {
    text-align: right !important;
  }

  [dir="rtl"] .text-xl-end {
    text-align: left !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .text-xl-justify {
    text-align: justify !important;
  }

  .text-xl-primary {
    color: #c3ff7c !important;
  }

  .text-xl-secondary {
    color: #6c757d !important;
  }

  .text-xl-success {
    color: #198754 !important;
  }

  .text-xl-info {
    color: #0dcaf0 !important;
  }

  .text-xl-warning {
    color: #ffc107 !important;
  }

  .text-xl-danger {
    color: #dc3545 !important;
  }

  .text-xl-light {
    color: #f8f9fa !important;
  }

  .text-xl-dark {
    color: #050605 !important;
  }

  .text-xl-white {
    color: #fff !important;
  }

  .text-xl-black {
    color: #000 !important;
  }

  .rounded-xl {
    border-radius: 0.375rem !important;
  }

  .rounded-xl-0 {
    border-radius: 0 !important;
  }

  .rounded-xl-1 {
    border-radius: 0.25rem !important;
  }

  .rounded-xl-2 {
    border-radius: 0.375rem !important;
  }

  .rounded-xl-3 {
    border-radius: 0.5rem !important;
  }

  .rounded-xl-4 {
    border-radius: 1rem !important;
  }

  .rounded-xl-5 {
    border-radius: 2rem !important;
  }

  .rounded-xl-circle {
    border-radius: 50% !important;
  }

  .rounded-xl-pill {
    border-radius: 50rem !important;
  }

  .rounded-xl-5px {
    border-radius: 5px !important;
  }

  .rounded-xl-6px {
    border-radius: 6px !important;
  }

  .rounded-xl-8px {
    border-radius: 8px !important;
  }

  .rounded-xl-10px {
    border-radius: 10px !important;
  }

  .rounded-xl-12px {
    border-radius: 12px !important;
  }

  .rounded-xl-15px {
    border-radius: 15px !important;
  }

  .rounded-xl-20px {
    border-radius: 20px !important;
  }

  .rounded-top-xl {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-xl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .rounded-top-xl-1 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-xl-2 {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-xl-3 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .rounded-top-xl-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .rounded-top-xl-5 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  .rounded-top-xl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .rounded-top-xl-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  .rounded-top-xl-5px {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  .rounded-top-xl-6px {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .rounded-top-xl-8px {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .rounded-top-xl-10px {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .rounded-top-xl-12px {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .rounded-top-xl-15px {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  .rounded-top-xl-20px {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-end-xl {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-xl {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-end-xl-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-end-xl-1 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-end-xl-1 {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-end-xl-2 {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-xl-2 {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-xl-3 {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-end-xl-3 {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-end-xl-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-end-xl-4 {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-end-xl-5 {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-end-xl-5 {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-end-xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-end-xl-circle {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-end-xl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-end-xl-pill {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-end-xl-5px {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-end-xl-5px {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-end-xl-6px {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-end-xl-6px {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-end-xl-8px {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-end-xl-8px {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-end-xl-10px {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-end-xl-10px {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-end-xl-12px {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-end-xl-12px {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-end-xl-15px {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-end-xl-15px {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-end-xl-20px {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-end-xl-20px {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .rounded-bottom-xl {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-xl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .rounded-bottom-xl-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-xl-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-xl-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .rounded-bottom-xl-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .rounded-bottom-xl-5 {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  .rounded-bottom-xl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .rounded-bottom-xl-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  .rounded-bottom-xl-5px {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  .rounded-bottom-xl-6px {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-xl-8px {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .rounded-bottom-xl-10px {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .rounded-bottom-xl-12px {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .rounded-bottom-xl-15px {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  .rounded-bottom-xl-20px {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-start-xl {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-xl {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-xl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-start-xl-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-start-xl-1 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-start-xl-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-start-xl-2 {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-xl-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-xl-3 {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-start-xl-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-start-xl-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-start-xl-4 {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-start-xl-5 {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-start-xl-5 {
    border-bottom-right-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-start-xl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-start-xl-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-start-xl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-start-xl-pill {
    border-bottom-right-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-start-xl-5px {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-start-xl-5px {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-start-xl-6px {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-start-xl-6px {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-start-xl-8px {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-start-xl-8px {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-start-xl-10px {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-start-xl-10px {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-start-xl-12px {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-start-xl-12px {
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-start-xl-15px {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-start-xl-15px {
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-start-xl-20px {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-start-xl-20px {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .object-position-xl-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  [dir="ltr"] .object-position-xl-start {
    -o-object-position: left !important;
       object-position: left !important;
  }

  [dir="rtl"] .object-position-xl-start {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="ltr"] .object-position-xl-end {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="rtl"] .object-position-xl-end {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .object-position-xl-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  [dir="ltr"] .object-position-xl-center-start {
    -o-object-position: center left !important;
       object-position: center left !important;
  }

  [dir="rtl"] .object-position-xl-center-start {
    -o-object-position: center right !important;
       object-position: center right !important;
  }

  .bg-xl-gradient-top-bottom-dark-transparent {
    background: linear-gradient(to bottom, #050605, transparent) !important;
  }

  [dir="ltr"] .bg-xl-gradient-left-right-primary {
    background: linear-gradient(to right, #c3ff7c, #9ccc63) !important;
  }

  [dir="rtl"] .bg-xl-gradient-left-right-primary {
    background: linear-gradient(to left, #c3ff7c, #9ccc63) !important;
  }

  .bg-xl-gradient-bottom-top-black-transparent {
    background: linear-gradient(to top, #000, transparent) !important;
  }

  .bg-xl-gradient-bottom-top-black-transparent-50 {
    background: linear-gradient(to top, #000, transparent 50%) !important;
  }

  .bg-xl-gradient-top-bottom-black-transparent-50 {
    background: linear-gradient(to bottom, #000, transparent 50%) !important;
  }

  [dir="ltr"] .rounded-top-start-xl {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-xl {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-xl-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-start-xl-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-start-xl-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-start-xl-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-start-xl-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-xl-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-xl-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-start-xl-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-start-xl-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-start-xl-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-start-xl-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-start-xl-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-start-xl-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-start-xl-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-start-xl-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-start-xl-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-start-xl-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-start-xl-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-start-xl-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-start-xl-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-start-xl-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-start-xl-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-start-xl-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-start-xl-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-start-xl-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-start-xl-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-start-xl-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-start-xl-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-start-xl-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-start-xl-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-top-end-xl {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-xl {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-xl-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-end-xl-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-end-xl-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-end-xl-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-end-xl-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-xl-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-xl-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-end-xl-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-end-xl-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-end-xl-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-end-xl-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-end-xl-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-end-xl-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-end-xl-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-end-xl-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-end-xl-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-end-xl-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-end-xl-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-end-xl-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-end-xl-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-end-xl-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-end-xl-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-end-xl-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-end-xl-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-end-xl-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-end-xl-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-end-xl-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-end-xl-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-end-xl-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-end-xl-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-start-xl-20px {
    border-bottom-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-start-xl-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-end-xl-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-end-xl-20px {
    border-bottom-left-radius: 20px !important;
  }

  .flex-basis-xl-0 {
    flex-basis: 0% !important;
  }

  .flex-basis-xl-5 {
    flex-basis: 5% !important;
  }

  .flex-basis-xl-10 {
    flex-basis: 10% !important;
  }

  .flex-basis-xl-15 {
    flex-basis: 15% !important;
  }

  .flex-basis-xl-20 {
    flex-basis: 20% !important;
  }

  .flex-basis-xl-25 {
    flex-basis: 25% !important;
  }

  .flex-basis-xl-30 {
    flex-basis: 30% !important;
  }

  .flex-basis-xl-35 {
    flex-basis: 35% !important;
  }

  .flex-basis-xl-40 {
    flex-basis: 40% !important;
  }

  .flex-basis-xl-45 {
    flex-basis: 45% !important;
  }

  .flex-basis-xl-50 {
    flex-basis: 50% !important;
  }

  .flex-basis-xl-55 {
    flex-basis: 55% !important;
  }

  .flex-basis-xl-60 {
    flex-basis: 60% !important;
  }

  .flex-basis-xl-65 {
    flex-basis: 65% !important;
  }

  .flex-basis-xl-70 {
    flex-basis: 70% !important;
  }

  .flex-basis-xl-71 {
    flex-basis: 71% !important;
  }

  .flex-basis-xl-75 {
    flex-basis: 75% !important;
  }

  .flex-basis-xl-80 {
    flex-basis: 80% !important;
  }

  .flex-basis-xl-85 {
    flex-basis: 85% !important;
  }

  .flex-basis-xl-90 {
    flex-basis: 90% !important;
  }

  .flex-basis-xl-95 {
    flex-basis: 95% !important;
  }

  .flex-basis-xl-100 {
    flex-basis: 100% !important;
  }

  .flex-basis-xl-150 {
    flex-basis: 150% !important;
  }

  .flex-basis-xl-300 {
    flex-basis: 300% !important;
  }

  .flex-basis-xl-400 {
    flex-basis: 400% !important;
  }

  .flex-basis-xl-500 {
    flex-basis: 500% !important;
  }

  .flex-basis-xl-600 {
    flex-basis: 600% !important;
  }

  .flex-basis-xl-700 {
    flex-basis: 700% !important;
  }

  .flex-basis-xl-800 {
    flex-basis: 800% !important;
  }

  .flex-basis-xl-auto {
    flex-basis: auto !important;
  }

  .flex-basis-xl-fit-content {
    flex-basis: fit-content !important;
  }

  .flex-basis-xl-8px {
    flex-basis: 8px !important;
  }

  .flex-basis-xl-12px {
    flex-basis: 12px !important;
  }

  .flex-basis-xl-14px {
    flex-basis: 14px !important;
  }

  .flex-basis-xl-15px {
    flex-basis: 15px !important;
  }

  .flex-basis-xl-16px {
    flex-basis: 16px !important;
  }

  .flex-basis-xl-18px {
    flex-basis: 18px !important;
  }

  .flex-basis-xl-19px {
    flex-basis: 19px !important;
  }

  .flex-basis-xl-20px {
    flex-basis: 20px !important;
  }

  .flex-basis-xl-22px {
    flex-basis: 22px !important;
  }

  .flex-basis-xl-24px {
    flex-basis: 24px !important;
  }

  .flex-basis-xl-25px {
    flex-basis: 25px !important;
  }

  .flex-basis-xl-26px {
    flex-basis: 26px !important;
  }

  .flex-basis-xl-28px {
    flex-basis: 28px !important;
  }

  .flex-basis-xl-30px {
    flex-basis: 30px !important;
  }

  .flex-basis-xl-32px {
    flex-basis: 32px !important;
  }

  .flex-basis-xl-34px {
    flex-basis: 34px !important;
  }

  .flex-basis-xl-35px {
    flex-basis: 35px !important;
  }

  .flex-basis-xl-36px {
    flex-basis: 36px !important;
  }

  .flex-basis-xl-38px {
    flex-basis: 38px !important;
  }

  .flex-basis-xl-40px {
    flex-basis: 40px !important;
  }

  .flex-basis-xl-45px {
    flex-basis: 45px !important;
  }

  .flex-basis-xl-48px {
    flex-basis: 48px !important;
  }

  .flex-basis-xl-50px {
    flex-basis: 50px !important;
  }

  .flex-basis-xl-52px {
    flex-basis: 50px !important;
  }

  .flex-basis-xl-56px {
    flex-basis: 56px !important;
  }

  .flex-basis-xl-60px {
    flex-basis: 60px !important;
  }

  .flex-basis-xl-64px {
    flex-basis: 64px !important;
  }

  .flex-basis-xl-68px {
    flex-basis: 68px !important;
  }

  .flex-basis-xl-72px {
    flex-basis: 72px !important;
  }

  .flex-basis-xl-74px {
    flex-basis: 74px !important;
  }

  .flex-basis-xl-82px {
    flex-basis: 82px !important;
  }

  .flex-basis-xl-86px {
    flex-basis: 86px !important;
  }

  .flex-basis-xl-80px {
    flex-basis: 80px !important;
  }

  .flex-basis-xl-88px {
    flex-basis: 88px !important;
  }

  .flex-basis-xl-96px {
    flex-basis: 96px !important;
  }

  .flex-basis-xl-100px {
    flex-basis: 100px !important;
  }

  .flex-basis-xl-110px {
    flex-basis: 110px !important;
  }

  .flex-basis-xl-116px {
    flex-basis: 116px !important;
  }

  .flex-basis-xl-120px {
    flex-basis: 120px !important;
  }

  .flex-basis-xl-150px {
    flex-basis: 150px !important;
  }

  .flex-basis-xl-162px {
    flex-basis: 162px !important;
  }

  .flex-basis-xl-168px {
    flex-basis: 168px !important;
  }

  .flex-basis-xl-165px {
    flex-basis: 165px !important;
  }

  .flex-basis-xl-190px {
    flex-basis: 190px !important;
  }

  .flex-basis-xl-200px {
    flex-basis: 200px !important;
  }

  .flex-basis-xl-202px {
    flex-basis: 202px !important;
  }

  .flex-basis-xl-205px {
    flex-basis: 205px !important;
  }

  .flex-basis-xl-208px {
    flex-basis: 208px !important;
  }

  .flex-basis-xl-210px {
    flex-basis: 210px !important;
  }

  .flex-basis-xl-212px {
    flex-basis: 212px !important;
  }

  .flex-basis-xl-214px {
    flex-basis: 214px !important;
  }

  .flex-basis-xl-216px {
    flex-basis: 216px !important;
  }

  .flex-basis-xl-220px {
    flex-basis: 220px !important;
  }

  .flex-basis-xl-226px {
    flex-basis: 226px !important;
  }

  .flex-basis-xl-230px {
    flex-basis: 230px !important;
  }

  .flex-basis-xl-250px {
    flex-basis: 250px !important;
  }

  .flex-basis-xl-356px {
    flex-basis: 356px !important;
  }

  .flex-basis-xl-262px {
    flex-basis: 262px !important;
  }

  .flex-basis-xl-266px {
    flex-basis: 266px !important;
  }

  .flex-basis-xl-368px {
    flex-basis: 368px !important;
  }

  .flex-basis-xl-376px {
    flex-basis: 376px !important;
  }

  .flex-basis-xl-279px {
    flex-basis: 279px !important;
  }

  .flex-basis-xl-260px {
    flex-basis: 260px !important;
  }

  .flex-basis-xl-278px {
    flex-basis: 278px !important;
  }

  .flex-basis-xl-394px {
    flex-basis: 394px !important;
  }

  .flex-basis-xl-300px {
    flex-basis: 300px !important;
  }

  .flex-basis-xl-400px {
    flex-basis: 400px !important;
  }

  .flex-basis-xl-417px {
    flex-basis: 417px !important;
  }

  .flex-basis-xl-420px {
    flex-basis: 420px !important;
  }

  .flex-basis-xl-434px {
    flex-basis: 434px !important;
  }

  .flex-basis-xl-456px {
    flex-basis: 456px !important;
  }

  .flex-basis-xl-460px {
    flex-basis: 460px !important;
  }

  .flex-basis-xl-476px {
    flex-basis: 476px !important;
  }

  .flex-basis-xl-530px {
    flex-basis: 530px !important;
  }

  .flex-basis-xl-570px {
    flex-basis: 570px !important;
  }

  .flex-basis-xl-600px {
    flex-basis: 600px !important;
  }

  .flex-basis-xl-720px {
    flex-basis: 720px !important;
  }

  .flex-basis-xl-100p5 {
    flex-basis: calc(100% + 3rem) !important;
  }

  .flex-basis-xl-100p62px {
    flex-basis: calc(100% + 62px) !important;
  }

  .flex-basis-xl-100p120px {
    flex-basis: calc(100% + 120px) !important;
  }

  .flex-basis-xl-100p60px {
    flex-basis: calc(100% + 60px) !important;
  }

  .flex-basis-xl-100p196px {
    flex-basis: calc(100% + 196px) !important;
  }

  .flex-basis-xl-100m60px {
    flex-basis: calc(100% - 60px) !important;
  }

  .flex-basis-xl-45p100px {
    flex-basis: calc(45% + 100px) !important;
  }

  .flex-basis-xl-100p148px {
    flex-basis: calc(100% + 148px) !important;
  }

  .flex-basis-xl-100p296px {
    flex-basis: calc(100% + 296px) !important;
  }

  .flex-basis-xl-100p192px {
    flex-basis: calc(100% + 192px) !important;
  }

  .flex-basis-xl-100p150px {
    flex-basis: calc(100% + 150px) !important;
  }

  .flex-basis-xl-100p92px {
    flex-basis: calc(100% + 92px) !important;
  }

  .flex-basis-xl-100pgutter {
    flex-basis: calc(100% + 0.75rem) !important;
  }

  .flex-basis-xl-100m100px {
    flex-basis: calc(100% - 100px) !important;
  }

  .flex-basis-xl-100m24px {
    flex-basis: calc(100% - 24px) !important;
  }

  .min-h-xl-0 {
    min-height: 0% !important;
  }

  .min-h-xl-5 {
    min-height: 5% !important;
  }

  .min-h-xl-10 {
    min-height: 10% !important;
  }

  .min-h-xl-15 {
    min-height: 15% !important;
  }

  .min-h-xl-20 {
    min-height: 20% !important;
  }

  .min-h-xl-25 {
    min-height: 25% !important;
  }

  .min-h-xl-30 {
    min-height: 30% !important;
  }

  .min-h-xl-35 {
    min-height: 35% !important;
  }

  .min-h-xl-40 {
    min-height: 40% !important;
  }

  .min-h-xl-45 {
    min-height: 45% !important;
  }

  .min-h-xl-50 {
    min-height: 50% !important;
  }

  .min-h-xl-55 {
    min-height: 55% !important;
  }

  .min-h-xl-60 {
    min-height: 60% !important;
  }

  .min-h-xl-65 {
    min-height: 65% !important;
  }

  .min-h-xl-70 {
    min-height: 70% !important;
  }

  .min-h-xl-71 {
    min-height: 71% !important;
  }

  .min-h-xl-75 {
    min-height: 75% !important;
  }

  .min-h-xl-80 {
    min-height: 80% !important;
  }

  .min-h-xl-85 {
    min-height: 85% !important;
  }

  .min-h-xl-90 {
    min-height: 90% !important;
  }

  .min-h-xl-95 {
    min-height: 95% !important;
  }

  .min-h-xl-100 {
    min-height: 100% !important;
  }

  .min-h-xl-150 {
    min-height: 150% !important;
  }

  .min-h-xl-300 {
    min-height: 300% !important;
  }

  .min-h-xl-400 {
    min-height: 400% !important;
  }

  .min-h-xl-500 {
    min-height: 500% !important;
  }

  .min-h-xl-600 {
    min-height: 600% !important;
  }

  .min-h-xl-700 {
    min-height: 700% !important;
  }

  .min-h-xl-800 {
    min-height: 800% !important;
  }

  .min-h-xl-auto {
    min-height: auto !important;
  }

  .min-h-xl-fit-content {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }

  .min-h-xl-8px {
    min-height: 8px !important;
  }

  .min-h-xl-12px {
    min-height: 12px !important;
  }

  .min-h-xl-14px {
    min-height: 14px !important;
  }

  .min-h-xl-15px {
    min-height: 15px !important;
  }

  .min-h-xl-16px {
    min-height: 16px !important;
  }

  .min-h-xl-18px {
    min-height: 18px !important;
  }

  .min-h-xl-19px {
    min-height: 19px !important;
  }

  .min-h-xl-20px {
    min-height: 20px !important;
  }

  .min-h-xl-22px {
    min-height: 22px !important;
  }

  .min-h-xl-24px {
    min-height: 24px !important;
  }

  .min-h-xl-25px {
    min-height: 25px !important;
  }

  .min-h-xl-26px {
    min-height: 26px !important;
  }

  .min-h-xl-28px {
    min-height: 28px !important;
  }

  .min-h-xl-30px {
    min-height: 30px !important;
  }

  .min-h-xl-32px {
    min-height: 32px !important;
  }

  .min-h-xl-34px {
    min-height: 34px !important;
  }

  .min-h-xl-35px {
    min-height: 35px !important;
  }

  .min-h-xl-36px {
    min-height: 36px !important;
  }

  .min-h-xl-38px {
    min-height: 38px !important;
  }

  .min-h-xl-40px {
    min-height: 40px !important;
  }

  .min-h-xl-45px {
    min-height: 45px !important;
  }

  .min-h-xl-48px {
    min-height: 48px !important;
  }

  .min-h-xl-50px {
    min-height: 50px !important;
  }

  .min-h-xl-52px {
    min-height: 50px !important;
  }

  .min-h-xl-56px {
    min-height: 56px !important;
  }

  .min-h-xl-60px {
    min-height: 60px !important;
  }

  .min-h-xl-64px {
    min-height: 64px !important;
  }

  .min-h-xl-68px {
    min-height: 68px !important;
  }

  .min-h-xl-72px {
    min-height: 72px !important;
  }

  .min-h-xl-74px {
    min-height: 74px !important;
  }

  .min-h-xl-82px {
    min-height: 82px !important;
  }

  .min-h-xl-86px {
    min-height: 86px !important;
  }

  .min-h-xl-80px {
    min-height: 80px !important;
  }

  .min-h-xl-88px {
    min-height: 88px !important;
  }

  .min-h-xl-96px {
    min-height: 96px !important;
  }

  .min-h-xl-100px {
    min-height: 100px !important;
  }

  .min-h-xl-110px {
    min-height: 110px !important;
  }

  .min-h-xl-116px {
    min-height: 116px !important;
  }

  .min-h-xl-120px {
    min-height: 120px !important;
  }

  .min-h-xl-150px {
    min-height: 150px !important;
  }

  .min-h-xl-162px {
    min-height: 162px !important;
  }

  .min-h-xl-168px {
    min-height: 168px !important;
  }

  .min-h-xl-165px {
    min-height: 165px !important;
  }

  .min-h-xl-190px {
    min-height: 190px !important;
  }

  .min-h-xl-200px {
    min-height: 200px !important;
  }

  .min-h-xl-202px {
    min-height: 202px !important;
  }

  .min-h-xl-205px {
    min-height: 205px !important;
  }

  .min-h-xl-208px {
    min-height: 208px !important;
  }

  .min-h-xl-210px {
    min-height: 210px !important;
  }

  .min-h-xl-212px {
    min-height: 212px !important;
  }

  .min-h-xl-214px {
    min-height: 214px !important;
  }

  .min-h-xl-216px {
    min-height: 216px !important;
  }

  .min-h-xl-220px {
    min-height: 220px !important;
  }

  .min-h-xl-226px {
    min-height: 226px !important;
  }

  .min-h-xl-230px {
    min-height: 230px !important;
  }

  .min-h-xl-250px {
    min-height: 250px !important;
  }

  .min-h-xl-356px {
    min-height: 356px !important;
  }

  .min-h-xl-262px {
    min-height: 262px !important;
  }

  .min-h-xl-266px {
    min-height: 266px !important;
  }

  .min-h-xl-368px {
    min-height: 368px !important;
  }

  .min-h-xl-376px {
    min-height: 376px !important;
  }

  .min-h-xl-279px {
    min-height: 279px !important;
  }

  .min-h-xl-260px {
    min-height: 260px !important;
  }

  .min-h-xl-278px {
    min-height: 278px !important;
  }

  .min-h-xl-394px {
    min-height: 394px !important;
  }

  .min-h-xl-300px {
    min-height: 300px !important;
  }

  .min-h-xl-400px {
    min-height: 400px !important;
  }

  .min-h-xl-417px {
    min-height: 417px !important;
  }

  .min-h-xl-420px {
    min-height: 420px !important;
  }

  .min-h-xl-434px {
    min-height: 434px !important;
  }

  .min-h-xl-456px {
    min-height: 456px !important;
  }

  .min-h-xl-460px {
    min-height: 460px !important;
  }

  .min-h-xl-476px {
    min-height: 476px !important;
  }

  .min-h-xl-530px {
    min-height: 530px !important;
  }

  .min-h-xl-570px {
    min-height: 570px !important;
  }

  .min-h-xl-600px {
    min-height: 600px !important;
  }

  .min-h-xl-720px {
    min-height: 720px !important;
  }

  .min-h-xl-100p5 {
    min-height: calc(100% + 3rem) !important;
  }

  .min-h-xl-100p62px {
    min-height: calc(100% + 62px) !important;
  }

  .min-h-xl-100p120px {
    min-height: calc(100% + 120px) !important;
  }

  .min-h-xl-100p60px {
    min-height: calc(100% + 60px) !important;
  }

  .min-h-xl-100p196px {
    min-height: calc(100% + 196px) !important;
  }

  .min-h-xl-100m60px {
    min-height: calc(100% - 60px) !important;
  }

  .min-h-xl-45p100px {
    min-height: calc(45% + 100px) !important;
  }

  .min-h-xl-100p148px {
    min-height: calc(100% + 148px) !important;
  }

  .min-h-xl-100p296px {
    min-height: calc(100% + 296px) !important;
  }

  .min-h-xl-100p192px {
    min-height: calc(100% + 192px) !important;
  }

  .min-h-xl-100p150px {
    min-height: calc(100% + 150px) !important;
  }

  .min-h-xl-100p92px {
    min-height: calc(100% + 92px) !important;
  }

  .min-h-xl-100pgutter {
    min-height: calc(100% + 0.75rem) !important;
  }

  .min-h-xl-100m100px {
    min-height: calc(100% - 100px) !important;
  }

  .min-h-xl-100m24px {
    min-height: calc(100% - 24px) !important;
  }
}

@media (min-width: 1400px) {
  [dir="ltr"] .float-xxl-start {
    float: left !important;
  }

  [dir="rtl"] .float-xxl-start {
    float: right !important;
  }

  [dir="ltr"] .float-xxl-end {
    float: right !important;
  }

  [dir="rtl"] .float-xxl-end {
    float: left !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-xxl-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .op-xxl-0 {
    opacity: 0 !important;
  }

  .op-xxl-0-hover:hover {
    opacity: 0 !important;
  }

  .op-xxl-0-focus:focus {
    opacity: 0 !important;
  }

  .op-xxl-0-active:active {
    opacity: 0 !important;
  }

  .op-xxl-5 {
    opacity: 0.05 !important;
  }

  .op-xxl-5-hover:hover {
    opacity: 0.05 !important;
  }

  .op-xxl-5-focus:focus {
    opacity: 0.05 !important;
  }

  .op-xxl-5-active:active {
    opacity: 0.05 !important;
  }

  .op-xxl-10 {
    opacity: 0.1 !important;
  }

  .op-xxl-10-hover:hover {
    opacity: 0.1 !important;
  }

  .op-xxl-10-focus:focus {
    opacity: 0.1 !important;
  }

  .op-xxl-10-active:active {
    opacity: 0.1 !important;
  }

  .op-xxl-15 {
    opacity: 0.15 !important;
  }

  .op-xxl-15-hover:hover {
    opacity: 0.15 !important;
  }

  .op-xxl-15-focus:focus {
    opacity: 0.15 !important;
  }

  .op-xxl-15-active:active {
    opacity: 0.15 !important;
  }

  .op-xxl-20 {
    opacity: 0.2 !important;
  }

  .op-xxl-20-hover:hover {
    opacity: 0.2 !important;
  }

  .op-xxl-20-focus:focus {
    opacity: 0.2 !important;
  }

  .op-xxl-20-active:active {
    opacity: 0.2 !important;
  }

  .op-xxl-25 {
    opacity: 0.25 !important;
  }

  .op-xxl-25-hover:hover {
    opacity: 0.25 !important;
  }

  .op-xxl-25-focus:focus {
    opacity: 0.25 !important;
  }

  .op-xxl-25-active:active {
    opacity: 0.25 !important;
  }

  .op-xxl-30 {
    opacity: 0.3 !important;
  }

  .op-xxl-30-hover:hover {
    opacity: 0.3 !important;
  }

  .op-xxl-30-focus:focus {
    opacity: 0.3 !important;
  }

  .op-xxl-30-active:active {
    opacity: 0.3 !important;
  }

  .op-xxl-35 {
    opacity: 0.35 !important;
  }

  .op-xxl-35-hover:hover {
    opacity: 0.35 !important;
  }

  .op-xxl-35-focus:focus {
    opacity: 0.35 !important;
  }

  .op-xxl-35-active:active {
    opacity: 0.35 !important;
  }

  .op-xxl-40 {
    opacity: 0.4 !important;
  }

  .op-xxl-40-hover:hover {
    opacity: 0.4 !important;
  }

  .op-xxl-40-focus:focus {
    opacity: 0.4 !important;
  }

  .op-xxl-40-active:active {
    opacity: 0.4 !important;
  }

  .op-xxl-45 {
    opacity: 0.45 !important;
  }

  .op-xxl-45-hover:hover {
    opacity: 0.45 !important;
  }

  .op-xxl-45-focus:focus {
    opacity: 0.45 !important;
  }

  .op-xxl-45-active:active {
    opacity: 0.45 !important;
  }

  .op-xxl-50 {
    opacity: 0.5 !important;
  }

  .op-xxl-50-hover:hover {
    opacity: 0.5 !important;
  }

  .op-xxl-50-focus:focus {
    opacity: 0.5 !important;
  }

  .op-xxl-50-active:active {
    opacity: 0.5 !important;
  }

  .op-xxl-55 {
    opacity: 0.55 !important;
  }

  .op-xxl-55-hover:hover {
    opacity: 0.55 !important;
  }

  .op-xxl-55-focus:focus {
    opacity: 0.55 !important;
  }

  .op-xxl-55-active:active {
    opacity: 0.55 !important;
  }

  .op-xxl-60 {
    opacity: 0.6 !important;
  }

  .op-xxl-60-hover:hover {
    opacity: 0.6 !important;
  }

  .op-xxl-60-focus:focus {
    opacity: 0.6 !important;
  }

  .op-xxl-60-active:active {
    opacity: 0.6 !important;
  }

  .op-xxl-65 {
    opacity: 0.65 !important;
  }

  .op-xxl-65-hover:hover {
    opacity: 0.65 !important;
  }

  .op-xxl-65-focus:focus {
    opacity: 0.65 !important;
  }

  .op-xxl-65-active:active {
    opacity: 0.65 !important;
  }

  .op-xxl-70 {
    opacity: 0.7 !important;
  }

  .op-xxl-70-hover:hover {
    opacity: 0.7 !important;
  }

  .op-xxl-70-focus:focus {
    opacity: 0.7 !important;
  }

  .op-xxl-70-active:active {
    opacity: 0.7 !important;
  }

  .op-xxl-75 {
    opacity: 0.75 !important;
  }

  .op-xxl-75-hover:hover {
    opacity: 0.75 !important;
  }

  .op-xxl-75-focus:focus {
    opacity: 0.75 !important;
  }

  .op-xxl-75-active:active {
    opacity: 0.75 !important;
  }

  .op-xxl-80 {
    opacity: 0.8 !important;
  }

  .op-xxl-80-hover:hover {
    opacity: 0.8 !important;
  }

  .op-xxl-80-focus:focus {
    opacity: 0.8 !important;
  }

  .op-xxl-80-active:active {
    opacity: 0.8 !important;
  }

  .op-xxl-85 {
    opacity: 0.85 !important;
  }

  .op-xxl-85-hover:hover {
    opacity: 0.85 !important;
  }

  .op-xxl-85-focus:focus {
    opacity: 0.85 !important;
  }

  .op-xxl-85-active:active {
    opacity: 0.85 !important;
  }

  .op-xxl-90 {
    opacity: 0.9 !important;
  }

  .op-xxl-90-hover:hover {
    opacity: 0.9 !important;
  }

  .op-xxl-90-focus:focus {
    opacity: 0.9 !important;
  }

  .op-xxl-90-active:active {
    opacity: 0.9 !important;
  }

  .op-xxl-95 {
    opacity: 0.95 !important;
  }

  .op-xxl-95-hover:hover {
    opacity: 0.95 !important;
  }

  .op-xxl-95-focus:focus {
    opacity: 0.95 !important;
  }

  .op-xxl-95-active:active {
    opacity: 0.95 !important;
  }

  .op-xxl-100 {
    opacity: 1 !important;
  }

  .op-xxl-100-hover:hover {
    opacity: 1 !important;
  }

  .op-xxl-100-focus:focus {
    opacity: 1 !important;
  }

  .op-xxl-100-active:active {
    opacity: 1 !important;
  }

  .overflow-x-xxl-auto {
    overflow-x: auto !important;
  }

  .overflow-x-xxl-hidden {
    overflow-x: hidden !important;
  }

  .overflow-x-xxl-visible {
    overflow-x: visible !important;
  }

  .overflow-x-xxl-scroll {
    overflow-x: scroll !important;
  }

  .overflow-y-xxl-auto {
    overflow-y: auto !important;
  }

  .overflow-y-xxl-hidden {
    overflow-y: hidden !important;
  }

  .overflow-y-xxl-visible {
    overflow-y: visible !important;
  }

  .overflow-y-xxl-scroll {
    overflow-y: scroll !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;
  }

  .d-xxl-list-item {
    display: list-item !important;
  }

  .position-xxl-static {
    position: static !important;
  }

  .position-xxl-relative {
    position: relative !important;
  }

  .position-xxl-absolute {
    position: absolute !important;
  }

  .position-xxl-fixed {
    position: fixed !important;
  }

  .position-xxl-sticky {
    position: sticky !important;
  }

  .top-xxl-0 {
    top: 0 !important;
  }

  .top-xxl-50 {
    top: 50% !important;
  }

  .top-xxl-100 {
    top: 100% !important;
  }

  .top-xxl-initial {
    top: initial !important;
  }

  .bottom-xxl-0 {
    bottom: 0 !important;
  }

  .bottom-xxl-50 {
    bottom: 50% !important;
  }

  .bottom-xxl-100 {
    bottom: 100% !important;
  }

  .bottom-xxl-initial {
    bottom: initial !important;
  }

  [dir="ltr"] .start-xxl-0 {
    left: 0 !important;
  }

  [dir="rtl"] .start-xxl-0 {
    right: 0 !important;
  }

  [dir="ltr"] .start-xxl-50 {
    left: 50% !important;
  }

  [dir="rtl"] .start-xxl-50 {
    right: 50% !important;
  }

  [dir="ltr"] .start-xxl-100 {
    left: 100% !important;
  }

  [dir="rtl"] .start-xxl-100 {
    right: 100% !important;
  }

  [dir="ltr"] .start-xxl-initial {
    left: initial !important;
  }

  [dir="rtl"] .start-xxl-initial {
    right: initial !important;
  }

  [dir="ltr"] .end-xxl-0 {
    right: 0 !important;
  }

  [dir="rtl"] .end-xxl-0 {
    left: 0 !important;
  }

  [dir="ltr"] .end-xxl-50 {
    right: 50% !important;
  }

  [dir="rtl"] .end-xxl-50 {
    left: 50% !important;
  }

  [dir="ltr"] .end-xxl-100 {
    right: 100% !important;
  }

  [dir="rtl"] .end-xxl-100 {
    left: 100% !important;
  }

  [dir="ltr"] .end-xxl-initial {
    right: initial !important;
  }

  [dir="rtl"] .end-xxl-initial {
    left: initial !important;
  }

  [dir="ltr"] .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }

  [dir="rtl"] .translate-middle-xxl {
    transform: translate(50%, -50%) !important;
  }

  [dir="ltr"] .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }

  [dir="rtl"] .translate-middle-xxl-x {
    transform: translateX(50%) !important;
  }

  .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }

  [dir="ltr"] .border-start-xxl-0 {
    border-left: 0 !important;
  }

  [dir="rtl"] .border-start-xxl-0 {
    border-right: 0 !important;
  }

  [dir="ltr"] .border-start-xxl-1 {
    border-left: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-xxl-1 {
    border-right: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-xxl-2 {
    border-left: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-xxl-2 {
    border-right: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-xxl-3 {
    border-left: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-xxl-3 {
    border-right: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-xxl-4 {
    border-left: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-xxl-4 {
    border-right: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-xxl-5 {
    border-left: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-xxl-5 {
    border-right: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-xxl-6 {
    border-left: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-xxl-6 {
    border-right: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  .border-xxl-primary {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-xxl-primary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-xxl-primary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-xxl-primary-active:active {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-xxl-secondary {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-xxl-secondary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-xxl-secondary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-xxl-secondary-active:active {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-xxl-success {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-xxl-success-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-xxl-success-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-xxl-success-active:active {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-xxl-info {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-xxl-info-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-xxl-info-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-xxl-info-active:active {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-xxl-warning {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-xxl-warning-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-xxl-warning-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-xxl-warning-active:active {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-xxl-danger {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-xxl-danger-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-xxl-danger-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-xxl-danger-active:active {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-xxl-light {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-xxl-light-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-xxl-light-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-xxl-light-active:active {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-xxl-dark {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-xxl-dark-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-xxl-dark-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-xxl-dark-active:active {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-xxl-white {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-xxl-white-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-xxl-white-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-xxl-white-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-xxl-black {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-xxl-black-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-xxl-black-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-xxl-black-active:active {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-xxl-body {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-xxl-body-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-xxl-body-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-xxl-body-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .w-xxl-0 {
    width: 0% !important;
  }

  .w-xxl-5 {
    width: 5% !important;
  }

  .w-xxl-10 {
    width: 10% !important;
  }

  .w-xxl-15 {
    width: 15% !important;
  }

  .w-xxl-20 {
    width: 20% !important;
  }

  .w-xxl-25 {
    width: 25% !important;
  }

  .w-xxl-30 {
    width: 30% !important;
  }

  .w-xxl-35 {
    width: 35% !important;
  }

  .w-xxl-40 {
    width: 40% !important;
  }

  .w-xxl-45 {
    width: 45% !important;
  }

  .w-xxl-50 {
    width: 50% !important;
  }

  .w-xxl-55 {
    width: 55% !important;
  }

  .w-xxl-60 {
    width: 60% !important;
  }

  .w-xxl-65 {
    width: 65% !important;
  }

  .w-xxl-70 {
    width: 70% !important;
  }

  .w-xxl-71 {
    width: 71% !important;
  }

  .w-xxl-75 {
    width: 75% !important;
  }

  .w-xxl-80 {
    width: 80% !important;
  }

  .w-xxl-85 {
    width: 85% !important;
  }

  .w-xxl-90 {
    width: 90% !important;
  }

  .w-xxl-95 {
    width: 95% !important;
  }

  .w-xxl-100 {
    width: 100% !important;
  }

  .w-xxl-150 {
    width: 150% !important;
  }

  .w-xxl-300 {
    width: 300% !important;
  }

  .w-xxl-400 {
    width: 400% !important;
  }

  .w-xxl-500 {
    width: 500% !important;
  }

  .w-xxl-600 {
    width: 600% !important;
  }

  .w-xxl-700 {
    width: 700% !important;
  }

  .w-xxl-800 {
    width: 800% !important;
  }

  .w-xxl-auto {
    width: auto !important;
  }

  .w-xxl-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .w-xxl-8px {
    width: 8px !important;
  }

  .w-xxl-12px {
    width: 12px !important;
  }

  .w-xxl-14px {
    width: 14px !important;
  }

  .w-xxl-15px {
    width: 15px !important;
  }

  .w-xxl-16px {
    width: 16px !important;
  }

  .w-xxl-18px {
    width: 18px !important;
  }

  .w-xxl-19px {
    width: 19px !important;
  }

  .w-xxl-20px {
    width: 20px !important;
  }

  .w-xxl-22px {
    width: 22px !important;
  }

  .w-xxl-24px {
    width: 24px !important;
  }

  .w-xxl-25px {
    width: 25px !important;
  }

  .w-xxl-26px {
    width: 26px !important;
  }

  .w-xxl-28px {
    width: 28px !important;
  }

  .w-xxl-30px {
    width: 30px !important;
  }

  .w-xxl-32px {
    width: 32px !important;
  }

  .w-xxl-34px {
    width: 34px !important;
  }

  .w-xxl-35px {
    width: 35px !important;
  }

  .w-xxl-36px {
    width: 36px !important;
  }

  .w-xxl-38px {
    width: 38px !important;
  }

  .w-xxl-40px {
    width: 40px !important;
  }

  .w-xxl-45px {
    width: 45px !important;
  }

  .w-xxl-48px {
    width: 48px !important;
  }

  .w-xxl-50px {
    width: 50px !important;
  }

  .w-xxl-52px {
    width: 50px !important;
  }

  .w-xxl-56px {
    width: 56px !important;
  }

  .w-xxl-60px {
    width: 60px !important;
  }

  .w-xxl-64px {
    width: 64px !important;
  }

  .w-xxl-68px {
    width: 68px !important;
  }

  .w-xxl-72px {
    width: 72px !important;
  }

  .w-xxl-74px {
    width: 74px !important;
  }

  .w-xxl-82px {
    width: 82px !important;
  }

  .w-xxl-86px {
    width: 86px !important;
  }

  .w-xxl-80px {
    width: 80px !important;
  }

  .w-xxl-88px {
    width: 88px !important;
  }

  .w-xxl-96px {
    width: 96px !important;
  }

  .w-xxl-100px {
    width: 100px !important;
  }

  .w-xxl-110px {
    width: 110px !important;
  }

  .w-xxl-116px {
    width: 116px !important;
  }

  .w-xxl-120px {
    width: 120px !important;
  }

  .w-xxl-150px {
    width: 150px !important;
  }

  .w-xxl-162px {
    width: 162px !important;
  }

  .w-xxl-168px {
    width: 168px !important;
  }

  .w-xxl-165px {
    width: 165px !important;
  }

  .w-xxl-190px {
    width: 190px !important;
  }

  .w-xxl-200px {
    width: 200px !important;
  }

  .w-xxl-202px {
    width: 202px !important;
  }

  .w-xxl-205px {
    width: 205px !important;
  }

  .w-xxl-208px {
    width: 208px !important;
  }

  .w-xxl-210px {
    width: 210px !important;
  }

  .w-xxl-212px {
    width: 212px !important;
  }

  .w-xxl-214px {
    width: 214px !important;
  }

  .w-xxl-216px {
    width: 216px !important;
  }

  .w-xxl-220px {
    width: 220px !important;
  }

  .w-xxl-226px {
    width: 226px !important;
  }

  .w-xxl-230px {
    width: 230px !important;
  }

  .w-xxl-250px {
    width: 250px !important;
  }

  .w-xxl-356px {
    width: 356px !important;
  }

  .w-xxl-262px {
    width: 262px !important;
  }

  .w-xxl-266px {
    width: 266px !important;
  }

  .w-xxl-368px {
    width: 368px !important;
  }

  .w-xxl-376px {
    width: 376px !important;
  }

  .w-xxl-279px {
    width: 279px !important;
  }

  .w-xxl-260px {
    width: 260px !important;
  }

  .w-xxl-278px {
    width: 278px !important;
  }

  .w-xxl-394px {
    width: 394px !important;
  }

  .w-xxl-300px {
    width: 300px !important;
  }

  .w-xxl-400px {
    width: 400px !important;
  }

  .w-xxl-417px {
    width: 417px !important;
  }

  .w-xxl-420px {
    width: 420px !important;
  }

  .w-xxl-434px {
    width: 434px !important;
  }

  .w-xxl-456px {
    width: 456px !important;
  }

  .w-xxl-460px {
    width: 460px !important;
  }

  .w-xxl-476px {
    width: 476px !important;
  }

  .w-xxl-530px {
    width: 530px !important;
  }

  .w-xxl-570px {
    width: 570px !important;
  }

  .w-xxl-600px {
    width: 600px !important;
  }

  .w-xxl-720px {
    width: 720px !important;
  }

  .w-xxl-100p5 {
    width: calc(100% + 3rem) !important;
  }

  .w-xxl-100p62px {
    width: calc(100% + 62px) !important;
  }

  .w-xxl-100p120px {
    width: calc(100% + 120px) !important;
  }

  .w-xxl-100p60px {
    width: calc(100% + 60px) !important;
  }

  .w-xxl-100p196px {
    width: calc(100% + 196px) !important;
  }

  .w-xxl-100m60px {
    width: calc(100% - 60px) !important;
  }

  .w-xxl-45p100px {
    width: calc(45% + 100px) !important;
  }

  .w-xxl-100p148px {
    width: calc(100% + 148px) !important;
  }

  .w-xxl-100p296px {
    width: calc(100% + 296px) !important;
  }

  .w-xxl-100p192px {
    width: calc(100% + 192px) !important;
  }

  .w-xxl-100p150px {
    width: calc(100% + 150px) !important;
  }

  .w-xxl-100p92px {
    width: calc(100% + 92px) !important;
  }

  .w-xxl-100pgutter {
    width: calc(100% + 0.75rem) !important;
  }

  .w-xxl-100m100px {
    width: calc(100% - 100px) !important;
  }

  .w-xxl-100m24px {
    width: calc(100% - 24px) !important;
  }

  .max-w-xxl-0 {
    max-width: 0% !important;
  }

  .max-w-xxl-5 {
    max-width: 5% !important;
  }

  .max-w-xxl-10 {
    max-width: 10% !important;
  }

  .max-w-xxl-15 {
    max-width: 15% !important;
  }

  .max-w-xxl-20 {
    max-width: 20% !important;
  }

  .max-w-xxl-25 {
    max-width: 25% !important;
  }

  .max-w-xxl-30 {
    max-width: 30% !important;
  }

  .max-w-xxl-35 {
    max-width: 35% !important;
  }

  .max-w-xxl-40 {
    max-width: 40% !important;
  }

  .max-w-xxl-45 {
    max-width: 45% !important;
  }

  .max-w-xxl-50 {
    max-width: 50% !important;
  }

  .max-w-xxl-55 {
    max-width: 55% !important;
  }

  .max-w-xxl-60 {
    max-width: 60% !important;
  }

  .max-w-xxl-65 {
    max-width: 65% !important;
  }

  .max-w-xxl-70 {
    max-width: 70% !important;
  }

  .max-w-xxl-71 {
    max-width: 71% !important;
  }

  .max-w-xxl-75 {
    max-width: 75% !important;
  }

  .max-w-xxl-80 {
    max-width: 80% !important;
  }

  .max-w-xxl-85 {
    max-width: 85% !important;
  }

  .max-w-xxl-90 {
    max-width: 90% !important;
  }

  .max-w-xxl-95 {
    max-width: 95% !important;
  }

  .max-w-xxl-100 {
    max-width: 100% !important;
  }

  .max-w-xxl-150 {
    max-width: 150% !important;
  }

  .max-w-xxl-300 {
    max-width: 300% !important;
  }

  .max-w-xxl-400 {
    max-width: 400% !important;
  }

  .max-w-xxl-500 {
    max-width: 500% !important;
  }

  .max-w-xxl-600 {
    max-width: 600% !important;
  }

  .max-w-xxl-700 {
    max-width: 700% !important;
  }

  .max-w-xxl-800 {
    max-width: 800% !important;
  }

  .max-w-xxl-auto {
    max-width: auto !important;
  }

  .max-w-xxl-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  .max-w-xxl-8px {
    max-width: 8px !important;
  }

  .max-w-xxl-12px {
    max-width: 12px !important;
  }

  .max-w-xxl-14px {
    max-width: 14px !important;
  }

  .max-w-xxl-15px {
    max-width: 15px !important;
  }

  .max-w-xxl-16px {
    max-width: 16px !important;
  }

  .max-w-xxl-18px {
    max-width: 18px !important;
  }

  .max-w-xxl-19px {
    max-width: 19px !important;
  }

  .max-w-xxl-20px {
    max-width: 20px !important;
  }

  .max-w-xxl-22px {
    max-width: 22px !important;
  }

  .max-w-xxl-24px {
    max-width: 24px !important;
  }

  .max-w-xxl-25px {
    max-width: 25px !important;
  }

  .max-w-xxl-26px {
    max-width: 26px !important;
  }

  .max-w-xxl-28px {
    max-width: 28px !important;
  }

  .max-w-xxl-30px {
    max-width: 30px !important;
  }

  .max-w-xxl-32px {
    max-width: 32px !important;
  }

  .max-w-xxl-34px {
    max-width: 34px !important;
  }

  .max-w-xxl-35px {
    max-width: 35px !important;
  }

  .max-w-xxl-36px {
    max-width: 36px !important;
  }

  .max-w-xxl-38px {
    max-width: 38px !important;
  }

  .max-w-xxl-40px {
    max-width: 40px !important;
  }

  .max-w-xxl-45px {
    max-width: 45px !important;
  }

  .max-w-xxl-48px {
    max-width: 48px !important;
  }

  .max-w-xxl-50px {
    max-width: 50px !important;
  }

  .max-w-xxl-52px {
    max-width: 50px !important;
  }

  .max-w-xxl-56px {
    max-width: 56px !important;
  }

  .max-w-xxl-60px {
    max-width: 60px !important;
  }

  .max-w-xxl-64px {
    max-width: 64px !important;
  }

  .max-w-xxl-68px {
    max-width: 68px !important;
  }

  .max-w-xxl-72px {
    max-width: 72px !important;
  }

  .max-w-xxl-74px {
    max-width: 74px !important;
  }

  .max-w-xxl-82px {
    max-width: 82px !important;
  }

  .max-w-xxl-86px {
    max-width: 86px !important;
  }

  .max-w-xxl-80px {
    max-width: 80px !important;
  }

  .max-w-xxl-88px {
    max-width: 88px !important;
  }

  .max-w-xxl-96px {
    max-width: 96px !important;
  }

  .max-w-xxl-100px {
    max-width: 100px !important;
  }

  .max-w-xxl-110px {
    max-width: 110px !important;
  }

  .max-w-xxl-116px {
    max-width: 116px !important;
  }

  .max-w-xxl-120px {
    max-width: 120px !important;
  }

  .max-w-xxl-150px {
    max-width: 150px !important;
  }

  .max-w-xxl-162px {
    max-width: 162px !important;
  }

  .max-w-xxl-168px {
    max-width: 168px !important;
  }

  .max-w-xxl-165px {
    max-width: 165px !important;
  }

  .max-w-xxl-190px {
    max-width: 190px !important;
  }

  .max-w-xxl-200px {
    max-width: 200px !important;
  }

  .max-w-xxl-202px {
    max-width: 202px !important;
  }

  .max-w-xxl-205px {
    max-width: 205px !important;
  }

  .max-w-xxl-208px {
    max-width: 208px !important;
  }

  .max-w-xxl-210px {
    max-width: 210px !important;
  }

  .max-w-xxl-212px {
    max-width: 212px !important;
  }

  .max-w-xxl-214px {
    max-width: 214px !important;
  }

  .max-w-xxl-216px {
    max-width: 216px !important;
  }

  .max-w-xxl-220px {
    max-width: 220px !important;
  }

  .max-w-xxl-226px {
    max-width: 226px !important;
  }

  .max-w-xxl-230px {
    max-width: 230px !important;
  }

  .max-w-xxl-250px {
    max-width: 250px !important;
  }

  .max-w-xxl-356px {
    max-width: 356px !important;
  }

  .max-w-xxl-262px {
    max-width: 262px !important;
  }

  .max-w-xxl-266px {
    max-width: 266px !important;
  }

  .max-w-xxl-368px {
    max-width: 368px !important;
  }

  .max-w-xxl-376px {
    max-width: 376px !important;
  }

  .max-w-xxl-279px {
    max-width: 279px !important;
  }

  .max-w-xxl-260px {
    max-width: 260px !important;
  }

  .max-w-xxl-278px {
    max-width: 278px !important;
  }

  .max-w-xxl-394px {
    max-width: 394px !important;
  }

  .max-w-xxl-300px {
    max-width: 300px !important;
  }

  .max-w-xxl-400px {
    max-width: 400px !important;
  }

  .max-w-xxl-417px {
    max-width: 417px !important;
  }

  .max-w-xxl-420px {
    max-width: 420px !important;
  }

  .max-w-xxl-434px {
    max-width: 434px !important;
  }

  .max-w-xxl-456px {
    max-width: 456px !important;
  }

  .max-w-xxl-460px {
    max-width: 460px !important;
  }

  .max-w-xxl-476px {
    max-width: 476px !important;
  }

  .max-w-xxl-530px {
    max-width: 530px !important;
  }

  .max-w-xxl-570px {
    max-width: 570px !important;
  }

  .max-w-xxl-600px {
    max-width: 600px !important;
  }

  .max-w-xxl-720px {
    max-width: 720px !important;
  }

  .max-w-xxl-100p5 {
    max-width: calc(100% + 3rem) !important;
  }

  .max-w-xxl-100p62px {
    max-width: calc(100% + 62px) !important;
  }

  .max-w-xxl-100p120px {
    max-width: calc(100% + 120px) !important;
  }

  .max-w-xxl-100p60px {
    max-width: calc(100% + 60px) !important;
  }

  .max-w-xxl-100p196px {
    max-width: calc(100% + 196px) !important;
  }

  .max-w-xxl-100m60px {
    max-width: calc(100% - 60px) !important;
  }

  .max-w-xxl-45p100px {
    max-width: calc(45% + 100px) !important;
  }

  .max-w-xxl-100p148px {
    max-width: calc(100% + 148px) !important;
  }

  .max-w-xxl-100p296px {
    max-width: calc(100% + 296px) !important;
  }

  .max-w-xxl-100p192px {
    max-width: calc(100% + 192px) !important;
  }

  .max-w-xxl-100p150px {
    max-width: calc(100% + 150px) !important;
  }

  .max-w-xxl-100p92px {
    max-width: calc(100% + 92px) !important;
  }

  .max-w-xxl-100pgutter {
    max-width: calc(100% + 0.75rem) !important;
  }

  .max-w-xxl-100m100px {
    max-width: calc(100% - 100px) !important;
  }

  .max-w-xxl-100m24px {
    max-width: calc(100% - 24px) !important;
  }

  .h-xxl-0 {
    height: 0% !important;
  }

  .h-xxl-5 {
    height: 5% !important;
  }

  .h-xxl-10 {
    height: 10% !important;
  }

  .h-xxl-15 {
    height: 15% !important;
  }

  .h-xxl-20 {
    height: 20% !important;
  }

  .h-xxl-25 {
    height: 25% !important;
  }

  .h-xxl-30 {
    height: 30% !important;
  }

  .h-xxl-35 {
    height: 35% !important;
  }

  .h-xxl-40 {
    height: 40% !important;
  }

  .h-xxl-45 {
    height: 45% !important;
  }

  .h-xxl-50 {
    height: 50% !important;
  }

  .h-xxl-55 {
    height: 55% !important;
  }

  .h-xxl-60 {
    height: 60% !important;
  }

  .h-xxl-65 {
    height: 65% !important;
  }

  .h-xxl-70 {
    height: 70% !important;
  }

  .h-xxl-71 {
    height: 71% !important;
  }

  .h-xxl-75 {
    height: 75% !important;
  }

  .h-xxl-80 {
    height: 80% !important;
  }

  .h-xxl-85 {
    height: 85% !important;
  }

  .h-xxl-90 {
    height: 90% !important;
  }

  .h-xxl-95 {
    height: 95% !important;
  }

  .h-xxl-100 {
    height: 100% !important;
  }

  .h-xxl-150 {
    height: 150% !important;
  }

  .h-xxl-300 {
    height: 300% !important;
  }

  .h-xxl-400 {
    height: 400% !important;
  }

  .h-xxl-500 {
    height: 500% !important;
  }

  .h-xxl-600 {
    height: 600% !important;
  }

  .h-xxl-700 {
    height: 700% !important;
  }

  .h-xxl-800 {
    height: 800% !important;
  }

  .h-xxl-auto {
    height: auto !important;
  }

  .h-xxl-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .h-xxl-8px {
    height: 8px !important;
  }

  .h-xxl-12px {
    height: 12px !important;
  }

  .h-xxl-14px {
    height: 14px !important;
  }

  .h-xxl-15px {
    height: 15px !important;
  }

  .h-xxl-16px {
    height: 16px !important;
  }

  .h-xxl-18px {
    height: 18px !important;
  }

  .h-xxl-19px {
    height: 19px !important;
  }

  .h-xxl-20px {
    height: 20px !important;
  }

  .h-xxl-22px {
    height: 22px !important;
  }

  .h-xxl-24px {
    height: 24px !important;
  }

  .h-xxl-25px {
    height: 25px !important;
  }

  .h-xxl-26px {
    height: 26px !important;
  }

  .h-xxl-28px {
    height: 28px !important;
  }

  .h-xxl-30px {
    height: 30px !important;
  }

  .h-xxl-32px {
    height: 32px !important;
  }

  .h-xxl-34px {
    height: 34px !important;
  }

  .h-xxl-35px {
    height: 35px !important;
  }

  .h-xxl-36px {
    height: 36px !important;
  }

  .h-xxl-38px {
    height: 38px !important;
  }

  .h-xxl-40px {
    height: 40px !important;
  }

  .h-xxl-45px {
    height: 45px !important;
  }

  .h-xxl-48px {
    height: 48px !important;
  }

  .h-xxl-50px {
    height: 50px !important;
  }

  .h-xxl-52px {
    height: 50px !important;
  }

  .h-xxl-56px {
    height: 56px !important;
  }

  .h-xxl-60px {
    height: 60px !important;
  }

  .h-xxl-64px {
    height: 64px !important;
  }

  .h-xxl-68px {
    height: 68px !important;
  }

  .h-xxl-72px {
    height: 72px !important;
  }

  .h-xxl-74px {
    height: 74px !important;
  }

  .h-xxl-82px {
    height: 82px !important;
  }

  .h-xxl-86px {
    height: 86px !important;
  }

  .h-xxl-80px {
    height: 80px !important;
  }

  .h-xxl-88px {
    height: 88px !important;
  }

  .h-xxl-96px {
    height: 96px !important;
  }

  .h-xxl-100px {
    height: 100px !important;
  }

  .h-xxl-110px {
    height: 110px !important;
  }

  .h-xxl-116px {
    height: 116px !important;
  }

  .h-xxl-120px {
    height: 120px !important;
  }

  .h-xxl-150px {
    height: 150px !important;
  }

  .h-xxl-162px {
    height: 162px !important;
  }

  .h-xxl-168px {
    height: 168px !important;
  }

  .h-xxl-165px {
    height: 165px !important;
  }

  .h-xxl-190px {
    height: 190px !important;
  }

  .h-xxl-200px {
    height: 200px !important;
  }

  .h-xxl-202px {
    height: 202px !important;
  }

  .h-xxl-205px {
    height: 205px !important;
  }

  .h-xxl-208px {
    height: 208px !important;
  }

  .h-xxl-210px {
    height: 210px !important;
  }

  .h-xxl-212px {
    height: 212px !important;
  }

  .h-xxl-214px {
    height: 214px !important;
  }

  .h-xxl-216px {
    height: 216px !important;
  }

  .h-xxl-220px {
    height: 220px !important;
  }

  .h-xxl-226px {
    height: 226px !important;
  }

  .h-xxl-230px {
    height: 230px !important;
  }

  .h-xxl-250px {
    height: 250px !important;
  }

  .h-xxl-356px {
    height: 356px !important;
  }

  .h-xxl-262px {
    height: 262px !important;
  }

  .h-xxl-266px {
    height: 266px !important;
  }

  .h-xxl-368px {
    height: 368px !important;
  }

  .h-xxl-376px {
    height: 376px !important;
  }

  .h-xxl-279px {
    height: 279px !important;
  }

  .h-xxl-260px {
    height: 260px !important;
  }

  .h-xxl-278px {
    height: 278px !important;
  }

  .h-xxl-394px {
    height: 394px !important;
  }

  .h-xxl-300px {
    height: 300px !important;
  }

  .h-xxl-400px {
    height: 400px !important;
  }

  .h-xxl-417px {
    height: 417px !important;
  }

  .h-xxl-420px {
    height: 420px !important;
  }

  .h-xxl-434px {
    height: 434px !important;
  }

  .h-xxl-456px {
    height: 456px !important;
  }

  .h-xxl-460px {
    height: 460px !important;
  }

  .h-xxl-476px {
    height: 476px !important;
  }

  .h-xxl-530px {
    height: 530px !important;
  }

  .h-xxl-570px {
    height: 570px !important;
  }

  .h-xxl-600px {
    height: 600px !important;
  }

  .h-xxl-720px {
    height: 720px !important;
  }

  .h-xxl-100p5 {
    height: calc(100% + 3rem) !important;
  }

  .h-xxl-100p62px {
    height: calc(100% + 62px) !important;
  }

  .h-xxl-100p120px {
    height: calc(100% + 120px) !important;
  }

  .h-xxl-100p60px {
    height: calc(100% + 60px) !important;
  }

  .h-xxl-100p196px {
    height: calc(100% + 196px) !important;
  }

  .h-xxl-100m60px {
    height: calc(100% - 60px) !important;
  }

  .h-xxl-45p100px {
    height: calc(45% + 100px) !important;
  }

  .h-xxl-100p148px {
    height: calc(100% + 148px) !important;
  }

  .h-xxl-100p296px {
    height: calc(100% + 296px) !important;
  }

  .h-xxl-100p192px {
    height: calc(100% + 192px) !important;
  }

  .h-xxl-100p150px {
    height: calc(100% + 150px) !important;
  }

  .h-xxl-100p92px {
    height: calc(100% + 92px) !important;
  }

  .h-xxl-100pgutter {
    height: calc(100% + 0.75rem) !important;
  }

  .h-xxl-100m100px {
    height: calc(100% - 100px) !important;
  }

  .h-xxl-100m24px {
    height: calc(100% - 24px) !important;
  }

  .max-h-xxl-0 {
    max-height: 0% !important;
  }

  .max-h-xxl-5 {
    max-height: 5% !important;
  }

  .max-h-xxl-10 {
    max-height: 10% !important;
  }

  .max-h-xxl-15 {
    max-height: 15% !important;
  }

  .max-h-xxl-20 {
    max-height: 20% !important;
  }

  .max-h-xxl-25 {
    max-height: 25% !important;
  }

  .max-h-xxl-30 {
    max-height: 30% !important;
  }

  .max-h-xxl-35 {
    max-height: 35% !important;
  }

  .max-h-xxl-40 {
    max-height: 40% !important;
  }

  .max-h-xxl-45 {
    max-height: 45% !important;
  }

  .max-h-xxl-50 {
    max-height: 50% !important;
  }

  .max-h-xxl-55 {
    max-height: 55% !important;
  }

  .max-h-xxl-60 {
    max-height: 60% !important;
  }

  .max-h-xxl-65 {
    max-height: 65% !important;
  }

  .max-h-xxl-70 {
    max-height: 70% !important;
  }

  .max-h-xxl-71 {
    max-height: 71% !important;
  }

  .max-h-xxl-75 {
    max-height: 75% !important;
  }

  .max-h-xxl-80 {
    max-height: 80% !important;
  }

  .max-h-xxl-85 {
    max-height: 85% !important;
  }

  .max-h-xxl-90 {
    max-height: 90% !important;
  }

  .max-h-xxl-95 {
    max-height: 95% !important;
  }

  .max-h-xxl-100 {
    max-height: 100% !important;
  }

  .max-h-xxl-150 {
    max-height: 150% !important;
  }

  .max-h-xxl-300 {
    max-height: 300% !important;
  }

  .max-h-xxl-400 {
    max-height: 400% !important;
  }

  .max-h-xxl-500 {
    max-height: 500% !important;
  }

  .max-h-xxl-600 {
    max-height: 600% !important;
  }

  .max-h-xxl-700 {
    max-height: 700% !important;
  }

  .max-h-xxl-800 {
    max-height: 800% !important;
  }

  .max-h-xxl-auto {
    max-height: auto !important;
  }

  .max-h-xxl-fit-content {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }

  .max-h-xxl-8px {
    max-height: 8px !important;
  }

  .max-h-xxl-12px {
    max-height: 12px !important;
  }

  .max-h-xxl-14px {
    max-height: 14px !important;
  }

  .max-h-xxl-15px {
    max-height: 15px !important;
  }

  .max-h-xxl-16px {
    max-height: 16px !important;
  }

  .max-h-xxl-18px {
    max-height: 18px !important;
  }

  .max-h-xxl-19px {
    max-height: 19px !important;
  }

  .max-h-xxl-20px {
    max-height: 20px !important;
  }

  .max-h-xxl-22px {
    max-height: 22px !important;
  }

  .max-h-xxl-24px {
    max-height: 24px !important;
  }

  .max-h-xxl-25px {
    max-height: 25px !important;
  }

  .max-h-xxl-26px {
    max-height: 26px !important;
  }

  .max-h-xxl-28px {
    max-height: 28px !important;
  }

  .max-h-xxl-30px {
    max-height: 30px !important;
  }

  .max-h-xxl-32px {
    max-height: 32px !important;
  }

  .max-h-xxl-34px {
    max-height: 34px !important;
  }

  .max-h-xxl-35px {
    max-height: 35px !important;
  }

  .max-h-xxl-36px {
    max-height: 36px !important;
  }

  .max-h-xxl-38px {
    max-height: 38px !important;
  }

  .max-h-xxl-40px {
    max-height: 40px !important;
  }

  .max-h-xxl-45px {
    max-height: 45px !important;
  }

  .max-h-xxl-48px {
    max-height: 48px !important;
  }

  .max-h-xxl-50px {
    max-height: 50px !important;
  }

  .max-h-xxl-52px {
    max-height: 50px !important;
  }

  .max-h-xxl-56px {
    max-height: 56px !important;
  }

  .max-h-xxl-60px {
    max-height: 60px !important;
  }

  .max-h-xxl-64px {
    max-height: 64px !important;
  }

  .max-h-xxl-68px {
    max-height: 68px !important;
  }

  .max-h-xxl-72px {
    max-height: 72px !important;
  }

  .max-h-xxl-74px {
    max-height: 74px !important;
  }

  .max-h-xxl-82px {
    max-height: 82px !important;
  }

  .max-h-xxl-86px {
    max-height: 86px !important;
  }

  .max-h-xxl-80px {
    max-height: 80px !important;
  }

  .max-h-xxl-88px {
    max-height: 88px !important;
  }

  .max-h-xxl-96px {
    max-height: 96px !important;
  }

  .max-h-xxl-100px {
    max-height: 100px !important;
  }

  .max-h-xxl-110px {
    max-height: 110px !important;
  }

  .max-h-xxl-116px {
    max-height: 116px !important;
  }

  .max-h-xxl-120px {
    max-height: 120px !important;
  }

  .max-h-xxl-150px {
    max-height: 150px !important;
  }

  .max-h-xxl-162px {
    max-height: 162px !important;
  }

  .max-h-xxl-168px {
    max-height: 168px !important;
  }

  .max-h-xxl-165px {
    max-height: 165px !important;
  }

  .max-h-xxl-190px {
    max-height: 190px !important;
  }

  .max-h-xxl-200px {
    max-height: 200px !important;
  }

  .max-h-xxl-202px {
    max-height: 202px !important;
  }

  .max-h-xxl-205px {
    max-height: 205px !important;
  }

  .max-h-xxl-208px {
    max-height: 208px !important;
  }

  .max-h-xxl-210px {
    max-height: 210px !important;
  }

  .max-h-xxl-212px {
    max-height: 212px !important;
  }

  .max-h-xxl-214px {
    max-height: 214px !important;
  }

  .max-h-xxl-216px {
    max-height: 216px !important;
  }

  .max-h-xxl-220px {
    max-height: 220px !important;
  }

  .max-h-xxl-226px {
    max-height: 226px !important;
  }

  .max-h-xxl-230px {
    max-height: 230px !important;
  }

  .max-h-xxl-250px {
    max-height: 250px !important;
  }

  .max-h-xxl-356px {
    max-height: 356px !important;
  }

  .max-h-xxl-262px {
    max-height: 262px !important;
  }

  .max-h-xxl-266px {
    max-height: 266px !important;
  }

  .max-h-xxl-368px {
    max-height: 368px !important;
  }

  .max-h-xxl-376px {
    max-height: 376px !important;
  }

  .max-h-xxl-279px {
    max-height: 279px !important;
  }

  .max-h-xxl-260px {
    max-height: 260px !important;
  }

  .max-h-xxl-278px {
    max-height: 278px !important;
  }

  .max-h-xxl-394px {
    max-height: 394px !important;
  }

  .max-h-xxl-300px {
    max-height: 300px !important;
  }

  .max-h-xxl-400px {
    max-height: 400px !important;
  }

  .max-h-xxl-417px {
    max-height: 417px !important;
  }

  .max-h-xxl-420px {
    max-height: 420px !important;
  }

  .max-h-xxl-434px {
    max-height: 434px !important;
  }

  .max-h-xxl-456px {
    max-height: 456px !important;
  }

  .max-h-xxl-460px {
    max-height: 460px !important;
  }

  .max-h-xxl-476px {
    max-height: 476px !important;
  }

  .max-h-xxl-530px {
    max-height: 530px !important;
  }

  .max-h-xxl-570px {
    max-height: 570px !important;
  }

  .max-h-xxl-600px {
    max-height: 600px !important;
  }

  .max-h-xxl-720px {
    max-height: 720px !important;
  }

  .max-h-xxl-100p5 {
    max-height: calc(100% + 3rem) !important;
  }

  .max-h-xxl-100p62px {
    max-height: calc(100% + 62px) !important;
  }

  .max-h-xxl-100p120px {
    max-height: calc(100% + 120px) !important;
  }

  .max-h-xxl-100p60px {
    max-height: calc(100% + 60px) !important;
  }

  .max-h-xxl-100p196px {
    max-height: calc(100% + 196px) !important;
  }

  .max-h-xxl-100m60px {
    max-height: calc(100% - 60px) !important;
  }

  .max-h-xxl-45p100px {
    max-height: calc(45% + 100px) !important;
  }

  .max-h-xxl-100p148px {
    max-height: calc(100% + 148px) !important;
  }

  .max-h-xxl-100p296px {
    max-height: calc(100% + 296px) !important;
  }

  .max-h-xxl-100p192px {
    max-height: calc(100% + 192px) !important;
  }

  .max-h-xxl-100p150px {
    max-height: calc(100% + 150px) !important;
  }

  .max-h-xxl-100p92px {
    max-height: calc(100% + 92px) !important;
  }

  .max-h-xxl-100pgutter {
    max-height: calc(100% + 0.75rem) !important;
  }

  .max-h-xxl-100m100px {
    max-height: calc(100% - 100px) !important;
  }

  .max-h-xxl-100m24px {
    max-height: calc(100% - 24px) !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-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-gutter {
    margin: 0.75rem !important;
  }

  .m-xxl-40px {
    margin: 40px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-gutter {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xxl-40px {
    margin-right: 40px !important;
    margin-left: 40px !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-gutter {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xxl-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-gutter {
    margin-top: 0.75rem !important;
  }

  .mt-xxl-40px {
    margin-top: 40px !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .me-xxl-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .me-xxl-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .me-xxl-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .me-xxl-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .me-xxl-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .me-xxl-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .me-xxl-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .me-xxl-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .me-xxl-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .me-xxl-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="rtl"] .me-xxl-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="ltr"] .me-xxl-40px {
    margin-right: 40px !important;
  }

  [dir="rtl"] .me-xxl-40px {
    margin-left: 40px !important;
  }

  [dir="ltr"] .me-xxl-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .me-xxl-auto {
    margin-left: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-gutter {
    margin-bottom: 0.75rem !important;
  }

  .mb-xxl-40px {
    margin-bottom: 40px !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ms-xxl-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ms-xxl-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ms-xxl-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ms-xxl-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .ms-xxl-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="rtl"] .ms-xxl-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="ltr"] .ms-xxl-40px {
    margin-left: 40px !important;
  }

  [dir="rtl"] .ms-xxl-40px {
    margin-right: 40px !important;
  }

  [dir="ltr"] .ms-xxl-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ms-xxl-auto {
    margin-right: auto !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .m-xxl-ngutter {
    margin: -0.75rem !important;
  }

  .m-xxl-n40px {
    margin: -40px !important;
  }

  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xxl-ngutter {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-xxl-n40px {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xxl-ngutter {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-xxl-n40px {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xxl-ngutter {
    margin-top: -0.75rem !important;
  }

  .mt-xxl-n40px {
    margin-top: -40px !important;
  }

  [dir="ltr"] .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-xxl-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-xxl-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-xxl-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-xxl-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-xxl-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-xxl-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-xxl-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-xxl-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-xxl-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-xxl-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-xxl-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-xxl-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-xxl-n3 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-xxl-n3 {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-xxl-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-xxl-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-xxl-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-xxl-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-xxl-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-xxl-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-xxl-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-xxl-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-xxl-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-xxl-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-xxl-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-xxl-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-xxl-n5 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-xxl-n5 {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-xxl-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-xxl-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-xxl-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-xxl-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-xxl-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-xxl-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-xxl-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-xxl-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-xxl-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-xxl-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-xxl-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-xxl-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-xxl-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-xxl-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-xxl-n40px {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-xxl-n40px {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-xxl-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-xxl-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-xxl-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-xxl-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-xxl-n40px-active:active {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-xxl-n40px-active:active {
    margin-left: -40px !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-xxl-ngutter {
    margin-bottom: -0.75rem !important;
  }

  .mb-xxl-n40px {
    margin-bottom: -40px !important;
  }

  [dir="ltr"] .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-xxl-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-xxl-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-xxl-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-xxl-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-xxl-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-xxl-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-xxl-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-xxl-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-xxl-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-xxl-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-xxl-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-xxl-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-xxl-n3 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-xxl-n3 {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-xxl-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-xxl-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-xxl-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-xxl-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-xxl-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-xxl-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-xxl-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-xxl-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-xxl-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-xxl-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-xxl-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-xxl-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-xxl-n5 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-xxl-n5 {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-xxl-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-xxl-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-xxl-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-xxl-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-xxl-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-xxl-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-xxl-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-xxl-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-xxl-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-xxl-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-xxl-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-xxl-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-xxl-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-xxl-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-xxl-n40px {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-xxl-n40px {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-xxl-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-xxl-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-xxl-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-xxl-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-xxl-n40px-active:active {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-xxl-n40px-active:active {
    margin-right: -40px !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .p-xxl-gutter {
    padding: 0.75rem !important;
  }

  .p-xxl-40px {
    padding: 40px !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-gutter {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xxl-40px {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-gutter {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xxl-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pt-xxl-gutter {
    padding-top: 0.75rem !important;
  }

  .pt-xxl-40px {
    padding-top: 40px !important;
  }

  [dir="ltr"] .pe-xxl-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-xxl-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-xxl-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-xxl-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-xxl-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-xxl-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-xxl-0-active:active {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-xxl-0-active:active {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-xxl-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-xxl-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-xxl-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-xxl-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-xxl-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-xxl-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-xxl-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-xxl-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-xxl-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-xxl-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-xxl-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-xxl-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-xxl-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-xxl-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-xxl-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-xxl-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-xxl-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-xxl-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-xxl-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-xxl-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-xxl-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-xxl-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-xxl-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-xxl-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-xxl-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-xxl-5 {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-xxl-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-xxl-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-xxl-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-xxl-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-xxl-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-xxl-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-xxl-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-xxl-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-xxl-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-xxl-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-xxl-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-xxl-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-xxl-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-xxl-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-xxl-40px {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-xxl-40px {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-xxl-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-xxl-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-xxl-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-xxl-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-xxl-40px-active:active {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-xxl-40px-active:active {
    padding-left: 40px !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-gutter {
    padding-bottom: 0.75rem !important;
  }

  .pb-xxl-40px {
    padding-bottom: 40px !important;
  }

  [dir="ltr"] .ps-xxl-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-xxl-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-xxl-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-xxl-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-xxl-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-xxl-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-xxl-0-active:active {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-xxl-0-active:active {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-xxl-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-xxl-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-xxl-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-xxl-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-xxl-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-xxl-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-xxl-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-xxl-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-xxl-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-xxl-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-xxl-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-xxl-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-xxl-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-xxl-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-xxl-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-xxl-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-xxl-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-xxl-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-xxl-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-xxl-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-xxl-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-xxl-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-xxl-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-xxl-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-xxl-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-xxl-5 {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-xxl-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-xxl-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-xxl-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-xxl-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-xxl-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-xxl-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-xxl-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-xxl-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-xxl-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-xxl-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-xxl-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-xxl-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-xxl-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-xxl-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-xxl-40px {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-xxl-40px {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-xxl-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-xxl-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-xxl-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-xxl-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-xxl-40px-active:active {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-xxl-40px-active:active {
    padding-right: 40px !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .gap-xxl-gutter {
    gap: 0.75rem !important;
  }

  .gap-xxl-40px {
    gap: 40px !important;
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }

  .row-gap-xxl-gutter {
    row-gap: 0.75rem !important;
  }

  .row-gap-xxl-40px {
    row-gap: 40px !important;
  }

  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .column-gap-xxl-gutter {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .column-gap-xxl-40px {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .fs-xxl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-xxl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-xxl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-xxl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-xxl-5 {
    font-size: 1.25rem !important;
  }

  .fs-xxl-6 {
    font-size: 1rem !important;
  }
  /* rtl:begin:remove */
  .lh-xxl-1 {
    line-height: 1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-xxl-1p1 {
    line-height: 1.1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-xxl-1p2 {
    line-height: 1.2 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-xxl-1p5 {
    line-height: 1.5 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-xxl-1p7 {
    line-height: 1.7 !important;
  }
  /* rtl:end:remove */
  [dir="ltr"] .text-xxl-start {
    text-align: left !important;
  }

  [dir="rtl"] .text-xxl-start {
    text-align: right !important;
  }

  [dir="ltr"] .text-xxl-end {
    text-align: right !important;
  }

  [dir="rtl"] .text-xxl-end {
    text-align: left !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }

  .text-xxl-justify {
    text-align: justify !important;
  }

  .text-xxl-primary {
    color: #c3ff7c !important;
  }

  .text-xxl-secondary {
    color: #6c757d !important;
  }

  .text-xxl-success {
    color: #198754 !important;
  }

  .text-xxl-info {
    color: #0dcaf0 !important;
  }

  .text-xxl-warning {
    color: #ffc107 !important;
  }

  .text-xxl-danger {
    color: #dc3545 !important;
  }

  .text-xxl-light {
    color: #f8f9fa !important;
  }

  .text-xxl-dark {
    color: #050605 !important;
  }

  .text-xxl-white {
    color: #fff !important;
  }

  .text-xxl-black {
    color: #000 !important;
  }

  .rounded-xxl {
    border-radius: 0.375rem !important;
  }

  .rounded-xxl-0 {
    border-radius: 0 !important;
  }

  .rounded-xxl-1 {
    border-radius: 0.25rem !important;
  }

  .rounded-xxl-2 {
    border-radius: 0.375rem !important;
  }

  .rounded-xxl-3 {
    border-radius: 0.5rem !important;
  }

  .rounded-xxl-4 {
    border-radius: 1rem !important;
  }

  .rounded-xxl-5 {
    border-radius: 2rem !important;
  }

  .rounded-xxl-circle {
    border-radius: 50% !important;
  }

  .rounded-xxl-pill {
    border-radius: 50rem !important;
  }

  .rounded-xxl-5px {
    border-radius: 5px !important;
  }

  .rounded-xxl-6px {
    border-radius: 6px !important;
  }

  .rounded-xxl-8px {
    border-radius: 8px !important;
  }

  .rounded-xxl-10px {
    border-radius: 10px !important;
  }

  .rounded-xxl-12px {
    border-radius: 12px !important;
  }

  .rounded-xxl-15px {
    border-radius: 15px !important;
  }

  .rounded-xxl-20px {
    border-radius: 20px !important;
  }

  .rounded-top-xxl {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-xxl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .rounded-top-xxl-1 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-xxl-2 {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-xxl-3 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .rounded-top-xxl-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .rounded-top-xxl-5 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  .rounded-top-xxl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .rounded-top-xxl-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  .rounded-top-xxl-5px {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  .rounded-top-xxl-6px {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .rounded-top-xxl-8px {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .rounded-top-xxl-10px {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .rounded-top-xxl-12px {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .rounded-top-xxl-15px {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  .rounded-top-xxl-20px {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-end-xxl {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-xxl {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-end-xxl-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-end-xxl-1 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-end-xxl-1 {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-end-xxl-2 {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-xxl-2 {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-xxl-3 {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-end-xxl-3 {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-end-xxl-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-end-xxl-4 {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-end-xxl-5 {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-end-xxl-5 {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-end-xxl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-end-xxl-circle {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-end-xxl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-end-xxl-pill {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-end-xxl-5px {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-end-xxl-5px {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-end-xxl-6px {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-end-xxl-6px {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-end-xxl-8px {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-end-xxl-8px {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-end-xxl-10px {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-end-xxl-10px {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-end-xxl-12px {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-end-xxl-12px {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-end-xxl-15px {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-end-xxl-15px {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-end-xxl-20px {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-end-xxl-20px {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .rounded-bottom-xxl {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-xxl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .rounded-bottom-xxl-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-xxl-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-xxl-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .rounded-bottom-xxl-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .rounded-bottom-xxl-5 {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  .rounded-bottom-xxl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .rounded-bottom-xxl-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  .rounded-bottom-xxl-5px {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  .rounded-bottom-xxl-6px {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-xxl-8px {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .rounded-bottom-xxl-10px {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .rounded-bottom-xxl-12px {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .rounded-bottom-xxl-15px {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  .rounded-bottom-xxl-20px {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-start-xxl {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-xxl {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-start-xxl-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-start-xxl-1 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-start-xxl-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-start-xxl-2 {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-xxl-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-xxl-3 {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-start-xxl-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-start-xxl-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-start-xxl-4 {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-start-xxl-5 {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-start-xxl-5 {
    border-bottom-right-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-start-xxl-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-start-xxl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-start-xxl-pill {
    border-bottom-right-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-start-xxl-5px {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-start-xxl-5px {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-start-xxl-6px {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-start-xxl-6px {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-start-xxl-8px {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-start-xxl-8px {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-start-xxl-10px {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-start-xxl-10px {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-start-xxl-12px {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-start-xxl-12px {
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-start-xxl-15px {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-start-xxl-15px {
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-start-xxl-20px {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-start-xxl-20px {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .object-position-xxl-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  [dir="ltr"] .object-position-xxl-start {
    -o-object-position: left !important;
       object-position: left !important;
  }

  [dir="rtl"] .object-position-xxl-start {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="ltr"] .object-position-xxl-end {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="rtl"] .object-position-xxl-end {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .object-position-xxl-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  [dir="ltr"] .object-position-xxl-center-start {
    -o-object-position: center left !important;
       object-position: center left !important;
  }

  [dir="rtl"] .object-position-xxl-center-start {
    -o-object-position: center right !important;
       object-position: center right !important;
  }

  .bg-xxl-gradient-top-bottom-dark-transparent {
    background: linear-gradient(to bottom, #050605, transparent) !important;
  }

  [dir="ltr"] .bg-xxl-gradient-left-right-primary {
    background: linear-gradient(to right, #c3ff7c, #9ccc63) !important;
  }

  [dir="rtl"] .bg-xxl-gradient-left-right-primary {
    background: linear-gradient(to left, #c3ff7c, #9ccc63) !important;
  }

  .bg-xxl-gradient-bottom-top-black-transparent {
    background: linear-gradient(to top, #000, transparent) !important;
  }

  .bg-xxl-gradient-bottom-top-black-transparent-50 {
    background: linear-gradient(to top, #000, transparent 50%) !important;
  }

  .bg-xxl-gradient-top-bottom-black-transparent-50 {
    background: linear-gradient(to bottom, #000, transparent 50%) !important;
  }

  [dir="ltr"] .rounded-top-start-xxl {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-xxl {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-xxl-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-start-xxl-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-start-xxl-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-start-xxl-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-start-xxl-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-xxl-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-xxl-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-start-xxl-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-start-xxl-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-start-xxl-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-start-xxl-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-start-xxl-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-start-xxl-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-start-xxl-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-start-xxl-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-start-xxl-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-start-xxl-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-start-xxl-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-start-xxl-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-start-xxl-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-start-xxl-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-start-xxl-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-start-xxl-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-start-xxl-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-start-xxl-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-start-xxl-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-start-xxl-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-start-xxl-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-start-xxl-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-start-xxl-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-top-end-xxl {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-xxl {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-xxl-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-end-xxl-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-end-xxl-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-end-xxl-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-end-xxl-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-xxl-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-xxl-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-end-xxl-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-end-xxl-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-end-xxl-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-end-xxl-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-end-xxl-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-end-xxl-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-end-xxl-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-end-xxl-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-end-xxl-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-end-xxl-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-end-xxl-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-end-xxl-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-end-xxl-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-end-xxl-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-end-xxl-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-end-xxl-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-end-xxl-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-end-xxl-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-end-xxl-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-end-xxl-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-end-xxl-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-end-xxl-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-end-xxl-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-start-xxl-20px {
    border-bottom-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-start-xxl-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-end-xxl-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-end-xxl-20px {
    border-bottom-left-radius: 20px !important;
  }

  .flex-basis-xxl-0 {
    flex-basis: 0% !important;
  }

  .flex-basis-xxl-5 {
    flex-basis: 5% !important;
  }

  .flex-basis-xxl-10 {
    flex-basis: 10% !important;
  }

  .flex-basis-xxl-15 {
    flex-basis: 15% !important;
  }

  .flex-basis-xxl-20 {
    flex-basis: 20% !important;
  }

  .flex-basis-xxl-25 {
    flex-basis: 25% !important;
  }

  .flex-basis-xxl-30 {
    flex-basis: 30% !important;
  }

  .flex-basis-xxl-35 {
    flex-basis: 35% !important;
  }

  .flex-basis-xxl-40 {
    flex-basis: 40% !important;
  }

  .flex-basis-xxl-45 {
    flex-basis: 45% !important;
  }

  .flex-basis-xxl-50 {
    flex-basis: 50% !important;
  }

  .flex-basis-xxl-55 {
    flex-basis: 55% !important;
  }

  .flex-basis-xxl-60 {
    flex-basis: 60% !important;
  }

  .flex-basis-xxl-65 {
    flex-basis: 65% !important;
  }

  .flex-basis-xxl-70 {
    flex-basis: 70% !important;
  }

  .flex-basis-xxl-71 {
    flex-basis: 71% !important;
  }

  .flex-basis-xxl-75 {
    flex-basis: 75% !important;
  }

  .flex-basis-xxl-80 {
    flex-basis: 80% !important;
  }

  .flex-basis-xxl-85 {
    flex-basis: 85% !important;
  }

  .flex-basis-xxl-90 {
    flex-basis: 90% !important;
  }

  .flex-basis-xxl-95 {
    flex-basis: 95% !important;
  }

  .flex-basis-xxl-100 {
    flex-basis: 100% !important;
  }

  .flex-basis-xxl-150 {
    flex-basis: 150% !important;
  }

  .flex-basis-xxl-300 {
    flex-basis: 300% !important;
  }

  .flex-basis-xxl-400 {
    flex-basis: 400% !important;
  }

  .flex-basis-xxl-500 {
    flex-basis: 500% !important;
  }

  .flex-basis-xxl-600 {
    flex-basis: 600% !important;
  }

  .flex-basis-xxl-700 {
    flex-basis: 700% !important;
  }

  .flex-basis-xxl-800 {
    flex-basis: 800% !important;
  }

  .flex-basis-xxl-auto {
    flex-basis: auto !important;
  }

  .flex-basis-xxl-fit-content {
    flex-basis: fit-content !important;
  }

  .flex-basis-xxl-8px {
    flex-basis: 8px !important;
  }

  .flex-basis-xxl-12px {
    flex-basis: 12px !important;
  }

  .flex-basis-xxl-14px {
    flex-basis: 14px !important;
  }

  .flex-basis-xxl-15px {
    flex-basis: 15px !important;
  }

  .flex-basis-xxl-16px {
    flex-basis: 16px !important;
  }

  .flex-basis-xxl-18px {
    flex-basis: 18px !important;
  }

  .flex-basis-xxl-19px {
    flex-basis: 19px !important;
  }

  .flex-basis-xxl-20px {
    flex-basis: 20px !important;
  }

  .flex-basis-xxl-22px {
    flex-basis: 22px !important;
  }

  .flex-basis-xxl-24px {
    flex-basis: 24px !important;
  }

  .flex-basis-xxl-25px {
    flex-basis: 25px !important;
  }

  .flex-basis-xxl-26px {
    flex-basis: 26px !important;
  }

  .flex-basis-xxl-28px {
    flex-basis: 28px !important;
  }

  .flex-basis-xxl-30px {
    flex-basis: 30px !important;
  }

  .flex-basis-xxl-32px {
    flex-basis: 32px !important;
  }

  .flex-basis-xxl-34px {
    flex-basis: 34px !important;
  }

  .flex-basis-xxl-35px {
    flex-basis: 35px !important;
  }

  .flex-basis-xxl-36px {
    flex-basis: 36px !important;
  }

  .flex-basis-xxl-38px {
    flex-basis: 38px !important;
  }

  .flex-basis-xxl-40px {
    flex-basis: 40px !important;
  }

  .flex-basis-xxl-45px {
    flex-basis: 45px !important;
  }

  .flex-basis-xxl-48px {
    flex-basis: 48px !important;
  }

  .flex-basis-xxl-50px {
    flex-basis: 50px !important;
  }

  .flex-basis-xxl-52px {
    flex-basis: 50px !important;
  }

  .flex-basis-xxl-56px {
    flex-basis: 56px !important;
  }

  .flex-basis-xxl-60px {
    flex-basis: 60px !important;
  }

  .flex-basis-xxl-64px {
    flex-basis: 64px !important;
  }

  .flex-basis-xxl-68px {
    flex-basis: 68px !important;
  }

  .flex-basis-xxl-72px {
    flex-basis: 72px !important;
  }

  .flex-basis-xxl-74px {
    flex-basis: 74px !important;
  }

  .flex-basis-xxl-82px {
    flex-basis: 82px !important;
  }

  .flex-basis-xxl-86px {
    flex-basis: 86px !important;
  }

  .flex-basis-xxl-80px {
    flex-basis: 80px !important;
  }

  .flex-basis-xxl-88px {
    flex-basis: 88px !important;
  }

  .flex-basis-xxl-96px {
    flex-basis: 96px !important;
  }

  .flex-basis-xxl-100px {
    flex-basis: 100px !important;
  }

  .flex-basis-xxl-110px {
    flex-basis: 110px !important;
  }

  .flex-basis-xxl-116px {
    flex-basis: 116px !important;
  }

  .flex-basis-xxl-120px {
    flex-basis: 120px !important;
  }

  .flex-basis-xxl-150px {
    flex-basis: 150px !important;
  }

  .flex-basis-xxl-162px {
    flex-basis: 162px !important;
  }

  .flex-basis-xxl-168px {
    flex-basis: 168px !important;
  }

  .flex-basis-xxl-165px {
    flex-basis: 165px !important;
  }

  .flex-basis-xxl-190px {
    flex-basis: 190px !important;
  }

  .flex-basis-xxl-200px {
    flex-basis: 200px !important;
  }

  .flex-basis-xxl-202px {
    flex-basis: 202px !important;
  }

  .flex-basis-xxl-205px {
    flex-basis: 205px !important;
  }

  .flex-basis-xxl-208px {
    flex-basis: 208px !important;
  }

  .flex-basis-xxl-210px {
    flex-basis: 210px !important;
  }

  .flex-basis-xxl-212px {
    flex-basis: 212px !important;
  }

  .flex-basis-xxl-214px {
    flex-basis: 214px !important;
  }

  .flex-basis-xxl-216px {
    flex-basis: 216px !important;
  }

  .flex-basis-xxl-220px {
    flex-basis: 220px !important;
  }

  .flex-basis-xxl-226px {
    flex-basis: 226px !important;
  }

  .flex-basis-xxl-230px {
    flex-basis: 230px !important;
  }

  .flex-basis-xxl-250px {
    flex-basis: 250px !important;
  }

  .flex-basis-xxl-356px {
    flex-basis: 356px !important;
  }

  .flex-basis-xxl-262px {
    flex-basis: 262px !important;
  }

  .flex-basis-xxl-266px {
    flex-basis: 266px !important;
  }

  .flex-basis-xxl-368px {
    flex-basis: 368px !important;
  }

  .flex-basis-xxl-376px {
    flex-basis: 376px !important;
  }

  .flex-basis-xxl-279px {
    flex-basis: 279px !important;
  }

  .flex-basis-xxl-260px {
    flex-basis: 260px !important;
  }

  .flex-basis-xxl-278px {
    flex-basis: 278px !important;
  }

  .flex-basis-xxl-394px {
    flex-basis: 394px !important;
  }

  .flex-basis-xxl-300px {
    flex-basis: 300px !important;
  }

  .flex-basis-xxl-400px {
    flex-basis: 400px !important;
  }

  .flex-basis-xxl-417px {
    flex-basis: 417px !important;
  }

  .flex-basis-xxl-420px {
    flex-basis: 420px !important;
  }

  .flex-basis-xxl-434px {
    flex-basis: 434px !important;
  }

  .flex-basis-xxl-456px {
    flex-basis: 456px !important;
  }

  .flex-basis-xxl-460px {
    flex-basis: 460px !important;
  }

  .flex-basis-xxl-476px {
    flex-basis: 476px !important;
  }

  .flex-basis-xxl-530px {
    flex-basis: 530px !important;
  }

  .flex-basis-xxl-570px {
    flex-basis: 570px !important;
  }

  .flex-basis-xxl-600px {
    flex-basis: 600px !important;
  }

  .flex-basis-xxl-720px {
    flex-basis: 720px !important;
  }

  .flex-basis-xxl-100p5 {
    flex-basis: calc(100% + 3rem) !important;
  }

  .flex-basis-xxl-100p62px {
    flex-basis: calc(100% + 62px) !important;
  }

  .flex-basis-xxl-100p120px {
    flex-basis: calc(100% + 120px) !important;
  }

  .flex-basis-xxl-100p60px {
    flex-basis: calc(100% + 60px) !important;
  }

  .flex-basis-xxl-100p196px {
    flex-basis: calc(100% + 196px) !important;
  }

  .flex-basis-xxl-100m60px {
    flex-basis: calc(100% - 60px) !important;
  }

  .flex-basis-xxl-45p100px {
    flex-basis: calc(45% + 100px) !important;
  }

  .flex-basis-xxl-100p148px {
    flex-basis: calc(100% + 148px) !important;
  }

  .flex-basis-xxl-100p296px {
    flex-basis: calc(100% + 296px) !important;
  }

  .flex-basis-xxl-100p192px {
    flex-basis: calc(100% + 192px) !important;
  }

  .flex-basis-xxl-100p150px {
    flex-basis: calc(100% + 150px) !important;
  }

  .flex-basis-xxl-100p92px {
    flex-basis: calc(100% + 92px) !important;
  }

  .flex-basis-xxl-100pgutter {
    flex-basis: calc(100% + 0.75rem) !important;
  }

  .flex-basis-xxl-100m100px {
    flex-basis: calc(100% - 100px) !important;
  }

  .flex-basis-xxl-100m24px {
    flex-basis: calc(100% - 24px) !important;
  }

  .min-h-xxl-0 {
    min-height: 0% !important;
  }

  .min-h-xxl-5 {
    min-height: 5% !important;
  }

  .min-h-xxl-10 {
    min-height: 10% !important;
  }

  .min-h-xxl-15 {
    min-height: 15% !important;
  }

  .min-h-xxl-20 {
    min-height: 20% !important;
  }

  .min-h-xxl-25 {
    min-height: 25% !important;
  }

  .min-h-xxl-30 {
    min-height: 30% !important;
  }

  .min-h-xxl-35 {
    min-height: 35% !important;
  }

  .min-h-xxl-40 {
    min-height: 40% !important;
  }

  .min-h-xxl-45 {
    min-height: 45% !important;
  }

  .min-h-xxl-50 {
    min-height: 50% !important;
  }

  .min-h-xxl-55 {
    min-height: 55% !important;
  }

  .min-h-xxl-60 {
    min-height: 60% !important;
  }

  .min-h-xxl-65 {
    min-height: 65% !important;
  }

  .min-h-xxl-70 {
    min-height: 70% !important;
  }

  .min-h-xxl-71 {
    min-height: 71% !important;
  }

  .min-h-xxl-75 {
    min-height: 75% !important;
  }

  .min-h-xxl-80 {
    min-height: 80% !important;
  }

  .min-h-xxl-85 {
    min-height: 85% !important;
  }

  .min-h-xxl-90 {
    min-height: 90% !important;
  }

  .min-h-xxl-95 {
    min-height: 95% !important;
  }

  .min-h-xxl-100 {
    min-height: 100% !important;
  }

  .min-h-xxl-150 {
    min-height: 150% !important;
  }

  .min-h-xxl-300 {
    min-height: 300% !important;
  }

  .min-h-xxl-400 {
    min-height: 400% !important;
  }

  .min-h-xxl-500 {
    min-height: 500% !important;
  }

  .min-h-xxl-600 {
    min-height: 600% !important;
  }

  .min-h-xxl-700 {
    min-height: 700% !important;
  }

  .min-h-xxl-800 {
    min-height: 800% !important;
  }

  .min-h-xxl-auto {
    min-height: auto !important;
  }

  .min-h-xxl-fit-content {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }

  .min-h-xxl-8px {
    min-height: 8px !important;
  }

  .min-h-xxl-12px {
    min-height: 12px !important;
  }

  .min-h-xxl-14px {
    min-height: 14px !important;
  }

  .min-h-xxl-15px {
    min-height: 15px !important;
  }

  .min-h-xxl-16px {
    min-height: 16px !important;
  }

  .min-h-xxl-18px {
    min-height: 18px !important;
  }

  .min-h-xxl-19px {
    min-height: 19px !important;
  }

  .min-h-xxl-20px {
    min-height: 20px !important;
  }

  .min-h-xxl-22px {
    min-height: 22px !important;
  }

  .min-h-xxl-24px {
    min-height: 24px !important;
  }

  .min-h-xxl-25px {
    min-height: 25px !important;
  }

  .min-h-xxl-26px {
    min-height: 26px !important;
  }

  .min-h-xxl-28px {
    min-height: 28px !important;
  }

  .min-h-xxl-30px {
    min-height: 30px !important;
  }

  .min-h-xxl-32px {
    min-height: 32px !important;
  }

  .min-h-xxl-34px {
    min-height: 34px !important;
  }

  .min-h-xxl-35px {
    min-height: 35px !important;
  }

  .min-h-xxl-36px {
    min-height: 36px !important;
  }

  .min-h-xxl-38px {
    min-height: 38px !important;
  }

  .min-h-xxl-40px {
    min-height: 40px !important;
  }

  .min-h-xxl-45px {
    min-height: 45px !important;
  }

  .min-h-xxl-48px {
    min-height: 48px !important;
  }

  .min-h-xxl-50px {
    min-height: 50px !important;
  }

  .min-h-xxl-52px {
    min-height: 50px !important;
  }

  .min-h-xxl-56px {
    min-height: 56px !important;
  }

  .min-h-xxl-60px {
    min-height: 60px !important;
  }

  .min-h-xxl-64px {
    min-height: 64px !important;
  }

  .min-h-xxl-68px {
    min-height: 68px !important;
  }

  .min-h-xxl-72px {
    min-height: 72px !important;
  }

  .min-h-xxl-74px {
    min-height: 74px !important;
  }

  .min-h-xxl-82px {
    min-height: 82px !important;
  }

  .min-h-xxl-86px {
    min-height: 86px !important;
  }

  .min-h-xxl-80px {
    min-height: 80px !important;
  }

  .min-h-xxl-88px {
    min-height: 88px !important;
  }

  .min-h-xxl-96px {
    min-height: 96px !important;
  }

  .min-h-xxl-100px {
    min-height: 100px !important;
  }

  .min-h-xxl-110px {
    min-height: 110px !important;
  }

  .min-h-xxl-116px {
    min-height: 116px !important;
  }

  .min-h-xxl-120px {
    min-height: 120px !important;
  }

  .min-h-xxl-150px {
    min-height: 150px !important;
  }

  .min-h-xxl-162px {
    min-height: 162px !important;
  }

  .min-h-xxl-168px {
    min-height: 168px !important;
  }

  .min-h-xxl-165px {
    min-height: 165px !important;
  }

  .min-h-xxl-190px {
    min-height: 190px !important;
  }

  .min-h-xxl-200px {
    min-height: 200px !important;
  }

  .min-h-xxl-202px {
    min-height: 202px !important;
  }

  .min-h-xxl-205px {
    min-height: 205px !important;
  }

  .min-h-xxl-208px {
    min-height: 208px !important;
  }

  .min-h-xxl-210px {
    min-height: 210px !important;
  }

  .min-h-xxl-212px {
    min-height: 212px !important;
  }

  .min-h-xxl-214px {
    min-height: 214px !important;
  }

  .min-h-xxl-216px {
    min-height: 216px !important;
  }

  .min-h-xxl-220px {
    min-height: 220px !important;
  }

  .min-h-xxl-226px {
    min-height: 226px !important;
  }

  .min-h-xxl-230px {
    min-height: 230px !important;
  }

  .min-h-xxl-250px {
    min-height: 250px !important;
  }

  .min-h-xxl-356px {
    min-height: 356px !important;
  }

  .min-h-xxl-262px {
    min-height: 262px !important;
  }

  .min-h-xxl-266px {
    min-height: 266px !important;
  }

  .min-h-xxl-368px {
    min-height: 368px !important;
  }

  .min-h-xxl-376px {
    min-height: 376px !important;
  }

  .min-h-xxl-279px {
    min-height: 279px !important;
  }

  .min-h-xxl-260px {
    min-height: 260px !important;
  }

  .min-h-xxl-278px {
    min-height: 278px !important;
  }

  .min-h-xxl-394px {
    min-height: 394px !important;
  }

  .min-h-xxl-300px {
    min-height: 300px !important;
  }

  .min-h-xxl-400px {
    min-height: 400px !important;
  }

  .min-h-xxl-417px {
    min-height: 417px !important;
  }

  .min-h-xxl-420px {
    min-height: 420px !important;
  }

  .min-h-xxl-434px {
    min-height: 434px !important;
  }

  .min-h-xxl-456px {
    min-height: 456px !important;
  }

  .min-h-xxl-460px {
    min-height: 460px !important;
  }

  .min-h-xxl-476px {
    min-height: 476px !important;
  }

  .min-h-xxl-530px {
    min-height: 530px !important;
  }

  .min-h-xxl-570px {
    min-height: 570px !important;
  }

  .min-h-xxl-600px {
    min-height: 600px !important;
  }

  .min-h-xxl-720px {
    min-height: 720px !important;
  }

  .min-h-xxl-100p5 {
    min-height: calc(100% + 3rem) !important;
  }

  .min-h-xxl-100p62px {
    min-height: calc(100% + 62px) !important;
  }

  .min-h-xxl-100p120px {
    min-height: calc(100% + 120px) !important;
  }

  .min-h-xxl-100p60px {
    min-height: calc(100% + 60px) !important;
  }

  .min-h-xxl-100p196px {
    min-height: calc(100% + 196px) !important;
  }

  .min-h-xxl-100m60px {
    min-height: calc(100% - 60px) !important;
  }

  .min-h-xxl-45p100px {
    min-height: calc(45% + 100px) !important;
  }

  .min-h-xxl-100p148px {
    min-height: calc(100% + 148px) !important;
  }

  .min-h-xxl-100p296px {
    min-height: calc(100% + 296px) !important;
  }

  .min-h-xxl-100p192px {
    min-height: calc(100% + 192px) !important;
  }

  .min-h-xxl-100p150px {
    min-height: calc(100% + 150px) !important;
  }

  .min-h-xxl-100p92px {
    min-height: calc(100% + 92px) !important;
  }

  .min-h-xxl-100pgutter {
    min-height: calc(100% + 0.75rem) !important;
  }

  .min-h-xxl-100m100px {
    min-height: calc(100% - 100px) !important;
  }

  .min-h-xxl-100m24px {
    min-height: calc(100% - 24px) !important;
  }
}

@media (min-width: 1600px) {
  [dir="ltr"] .float-3xl-start {
    float: left !important;
  }

  [dir="rtl"] .float-3xl-start {
    float: right !important;
  }

  [dir="ltr"] .float-3xl-end {
    float: right !important;
  }

  [dir="rtl"] .float-3xl-end {
    float: left !important;
  }

  .float-3xl-none {
    float: none !important;
  }

  .object-fit-3xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-3xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-3xl-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .op-3xl-0 {
    opacity: 0 !important;
  }

  .op-3xl-0-hover:hover {
    opacity: 0 !important;
  }

  .op-3xl-0-focus:focus {
    opacity: 0 !important;
  }

  .op-3xl-0-active:active {
    opacity: 0 !important;
  }

  .op-3xl-5 {
    opacity: 0.05 !important;
  }

  .op-3xl-5-hover:hover {
    opacity: 0.05 !important;
  }

  .op-3xl-5-focus:focus {
    opacity: 0.05 !important;
  }

  .op-3xl-5-active:active {
    opacity: 0.05 !important;
  }

  .op-3xl-10 {
    opacity: 0.1 !important;
  }

  .op-3xl-10-hover:hover {
    opacity: 0.1 !important;
  }

  .op-3xl-10-focus:focus {
    opacity: 0.1 !important;
  }

  .op-3xl-10-active:active {
    opacity: 0.1 !important;
  }

  .op-3xl-15 {
    opacity: 0.15 !important;
  }

  .op-3xl-15-hover:hover {
    opacity: 0.15 !important;
  }

  .op-3xl-15-focus:focus {
    opacity: 0.15 !important;
  }

  .op-3xl-15-active:active {
    opacity: 0.15 !important;
  }

  .op-3xl-20 {
    opacity: 0.2 !important;
  }

  .op-3xl-20-hover:hover {
    opacity: 0.2 !important;
  }

  .op-3xl-20-focus:focus {
    opacity: 0.2 !important;
  }

  .op-3xl-20-active:active {
    opacity: 0.2 !important;
  }

  .op-3xl-25 {
    opacity: 0.25 !important;
  }

  .op-3xl-25-hover:hover {
    opacity: 0.25 !important;
  }

  .op-3xl-25-focus:focus {
    opacity: 0.25 !important;
  }

  .op-3xl-25-active:active {
    opacity: 0.25 !important;
  }

  .op-3xl-30 {
    opacity: 0.3 !important;
  }

  .op-3xl-30-hover:hover {
    opacity: 0.3 !important;
  }

  .op-3xl-30-focus:focus {
    opacity: 0.3 !important;
  }

  .op-3xl-30-active:active {
    opacity: 0.3 !important;
  }

  .op-3xl-35 {
    opacity: 0.35 !important;
  }

  .op-3xl-35-hover:hover {
    opacity: 0.35 !important;
  }

  .op-3xl-35-focus:focus {
    opacity: 0.35 !important;
  }

  .op-3xl-35-active:active {
    opacity: 0.35 !important;
  }

  .op-3xl-40 {
    opacity: 0.4 !important;
  }

  .op-3xl-40-hover:hover {
    opacity: 0.4 !important;
  }

  .op-3xl-40-focus:focus {
    opacity: 0.4 !important;
  }

  .op-3xl-40-active:active {
    opacity: 0.4 !important;
  }

  .op-3xl-45 {
    opacity: 0.45 !important;
  }

  .op-3xl-45-hover:hover {
    opacity: 0.45 !important;
  }

  .op-3xl-45-focus:focus {
    opacity: 0.45 !important;
  }

  .op-3xl-45-active:active {
    opacity: 0.45 !important;
  }

  .op-3xl-50 {
    opacity: 0.5 !important;
  }

  .op-3xl-50-hover:hover {
    opacity: 0.5 !important;
  }

  .op-3xl-50-focus:focus {
    opacity: 0.5 !important;
  }

  .op-3xl-50-active:active {
    opacity: 0.5 !important;
  }

  .op-3xl-55 {
    opacity: 0.55 !important;
  }

  .op-3xl-55-hover:hover {
    opacity: 0.55 !important;
  }

  .op-3xl-55-focus:focus {
    opacity: 0.55 !important;
  }

  .op-3xl-55-active:active {
    opacity: 0.55 !important;
  }

  .op-3xl-60 {
    opacity: 0.6 !important;
  }

  .op-3xl-60-hover:hover {
    opacity: 0.6 !important;
  }

  .op-3xl-60-focus:focus {
    opacity: 0.6 !important;
  }

  .op-3xl-60-active:active {
    opacity: 0.6 !important;
  }

  .op-3xl-65 {
    opacity: 0.65 !important;
  }

  .op-3xl-65-hover:hover {
    opacity: 0.65 !important;
  }

  .op-3xl-65-focus:focus {
    opacity: 0.65 !important;
  }

  .op-3xl-65-active:active {
    opacity: 0.65 !important;
  }

  .op-3xl-70 {
    opacity: 0.7 !important;
  }

  .op-3xl-70-hover:hover {
    opacity: 0.7 !important;
  }

  .op-3xl-70-focus:focus {
    opacity: 0.7 !important;
  }

  .op-3xl-70-active:active {
    opacity: 0.7 !important;
  }

  .op-3xl-75 {
    opacity: 0.75 !important;
  }

  .op-3xl-75-hover:hover {
    opacity: 0.75 !important;
  }

  .op-3xl-75-focus:focus {
    opacity: 0.75 !important;
  }

  .op-3xl-75-active:active {
    opacity: 0.75 !important;
  }

  .op-3xl-80 {
    opacity: 0.8 !important;
  }

  .op-3xl-80-hover:hover {
    opacity: 0.8 !important;
  }

  .op-3xl-80-focus:focus {
    opacity: 0.8 !important;
  }

  .op-3xl-80-active:active {
    opacity: 0.8 !important;
  }

  .op-3xl-85 {
    opacity: 0.85 !important;
  }

  .op-3xl-85-hover:hover {
    opacity: 0.85 !important;
  }

  .op-3xl-85-focus:focus {
    opacity: 0.85 !important;
  }

  .op-3xl-85-active:active {
    opacity: 0.85 !important;
  }

  .op-3xl-90 {
    opacity: 0.9 !important;
  }

  .op-3xl-90-hover:hover {
    opacity: 0.9 !important;
  }

  .op-3xl-90-focus:focus {
    opacity: 0.9 !important;
  }

  .op-3xl-90-active:active {
    opacity: 0.9 !important;
  }

  .op-3xl-95 {
    opacity: 0.95 !important;
  }

  .op-3xl-95-hover:hover {
    opacity: 0.95 !important;
  }

  .op-3xl-95-focus:focus {
    opacity: 0.95 !important;
  }

  .op-3xl-95-active:active {
    opacity: 0.95 !important;
  }

  .op-3xl-100 {
    opacity: 1 !important;
  }

  .op-3xl-100-hover:hover {
    opacity: 1 !important;
  }

  .op-3xl-100-focus:focus {
    opacity: 1 !important;
  }

  .op-3xl-100-active:active {
    opacity: 1 !important;
  }

  .overflow-x-3xl-auto {
    overflow-x: auto !important;
  }

  .overflow-x-3xl-hidden {
    overflow-x: hidden !important;
  }

  .overflow-x-3xl-visible {
    overflow-x: visible !important;
  }

  .overflow-x-3xl-scroll {
    overflow-x: scroll !important;
  }

  .overflow-y-3xl-auto {
    overflow-y: auto !important;
  }

  .overflow-y-3xl-hidden {
    overflow-y: hidden !important;
  }

  .overflow-y-3xl-visible {
    overflow-y: visible !important;
  }

  .overflow-y-3xl-scroll {
    overflow-y: scroll !important;
  }

  .d-3xl-inline {
    display: inline !important;
  }

  .d-3xl-inline-block {
    display: inline-block !important;
  }

  .d-3xl-block {
    display: block !important;
  }

  .d-3xl-grid {
    display: grid !important;
  }

  .d-3xl-table {
    display: table !important;
  }

  .d-3xl-table-row {
    display: table-row !important;
  }

  .d-3xl-table-cell {
    display: table-cell !important;
  }

  .d-3xl-flex {
    display: flex !important;
  }

  .d-3xl-inline-flex {
    display: inline-flex !important;
  }

  .d-3xl-none {
    display: none !important;
  }

  .d-3xl-list-item {
    display: list-item !important;
  }

  .position-3xl-static {
    position: static !important;
  }

  .position-3xl-relative {
    position: relative !important;
  }

  .position-3xl-absolute {
    position: absolute !important;
  }

  .position-3xl-fixed {
    position: fixed !important;
  }

  .position-3xl-sticky {
    position: sticky !important;
  }

  .top-3xl-0 {
    top: 0 !important;
  }

  .top-3xl-50 {
    top: 50% !important;
  }

  .top-3xl-100 {
    top: 100% !important;
  }

  .top-3xl-initial {
    top: initial !important;
  }

  .bottom-3xl-0 {
    bottom: 0 !important;
  }

  .bottom-3xl-50 {
    bottom: 50% !important;
  }

  .bottom-3xl-100 {
    bottom: 100% !important;
  }

  .bottom-3xl-initial {
    bottom: initial !important;
  }

  [dir="ltr"] .start-3xl-0 {
    left: 0 !important;
  }

  [dir="rtl"] .start-3xl-0 {
    right: 0 !important;
  }

  [dir="ltr"] .start-3xl-50 {
    left: 50% !important;
  }

  [dir="rtl"] .start-3xl-50 {
    right: 50% !important;
  }

  [dir="ltr"] .start-3xl-100 {
    left: 100% !important;
  }

  [dir="rtl"] .start-3xl-100 {
    right: 100% !important;
  }

  [dir="ltr"] .start-3xl-initial {
    left: initial !important;
  }

  [dir="rtl"] .start-3xl-initial {
    right: initial !important;
  }

  [dir="ltr"] .end-3xl-0 {
    right: 0 !important;
  }

  [dir="rtl"] .end-3xl-0 {
    left: 0 !important;
  }

  [dir="ltr"] .end-3xl-50 {
    right: 50% !important;
  }

  [dir="rtl"] .end-3xl-50 {
    left: 50% !important;
  }

  [dir="ltr"] .end-3xl-100 {
    right: 100% !important;
  }

  [dir="rtl"] .end-3xl-100 {
    left: 100% !important;
  }

  [dir="ltr"] .end-3xl-initial {
    right: initial !important;
  }

  [dir="rtl"] .end-3xl-initial {
    left: initial !important;
  }

  [dir="ltr"] .translate-middle-3xl {
    transform: translate(-50%, -50%) !important;
  }

  [dir="rtl"] .translate-middle-3xl {
    transform: translate(50%, -50%) !important;
  }

  [dir="ltr"] .translate-middle-3xl-x {
    transform: translateX(-50%) !important;
  }

  [dir="rtl"] .translate-middle-3xl-x {
    transform: translateX(50%) !important;
  }

  .translate-middle-3xl-y {
    transform: translateY(-50%) !important;
  }

  [dir="ltr"] .border-start-3xl-0 {
    border-left: 0 !important;
  }

  [dir="rtl"] .border-start-3xl-0 {
    border-right: 0 !important;
  }

  [dir="ltr"] .border-start-3xl-1 {
    border-left: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-3xl-1 {
    border-right: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-3xl-2 {
    border-left: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-3xl-2 {
    border-right: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-3xl-3 {
    border-left: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-3xl-3 {
    border-right: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-3xl-4 {
    border-left: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-3xl-4 {
    border-right: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-3xl-5 {
    border-left: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-3xl-5 {
    border-right: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-3xl-6 {
    border-left: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-3xl-6 {
    border-right: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  .border-3xl-primary {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-3xl-primary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-3xl-primary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-3xl-primary-active:active {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-3xl-secondary {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-3xl-secondary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-3xl-secondary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-3xl-secondary-active:active {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-3xl-success {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-3xl-success-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-3xl-success-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-3xl-success-active:active {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-3xl-info {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-3xl-info-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-3xl-info-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-3xl-info-active:active {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-3xl-warning {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-3xl-warning-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-3xl-warning-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-3xl-warning-active:active {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-3xl-danger {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-3xl-danger-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-3xl-danger-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-3xl-danger-active:active {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-3xl-light {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-3xl-light-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-3xl-light-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-3xl-light-active:active {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-3xl-dark {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-3xl-dark-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-3xl-dark-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-3xl-dark-active:active {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-3xl-white {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-3xl-white-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-3xl-white-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-3xl-white-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-3xl-black {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-3xl-black-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-3xl-black-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-3xl-black-active:active {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-3xl-body {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-3xl-body-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-3xl-body-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-3xl-body-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .w-3xl-0 {
    width: 0% !important;
  }

  .w-3xl-5 {
    width: 5% !important;
  }

  .w-3xl-10 {
    width: 10% !important;
  }

  .w-3xl-15 {
    width: 15% !important;
  }

  .w-3xl-20 {
    width: 20% !important;
  }

  .w-3xl-25 {
    width: 25% !important;
  }

  .w-3xl-30 {
    width: 30% !important;
  }

  .w-3xl-35 {
    width: 35% !important;
  }

  .w-3xl-40 {
    width: 40% !important;
  }

  .w-3xl-45 {
    width: 45% !important;
  }

  .w-3xl-50 {
    width: 50% !important;
  }

  .w-3xl-55 {
    width: 55% !important;
  }

  .w-3xl-60 {
    width: 60% !important;
  }

  .w-3xl-65 {
    width: 65% !important;
  }

  .w-3xl-70 {
    width: 70% !important;
  }

  .w-3xl-71 {
    width: 71% !important;
  }

  .w-3xl-75 {
    width: 75% !important;
  }

  .w-3xl-80 {
    width: 80% !important;
  }

  .w-3xl-85 {
    width: 85% !important;
  }

  .w-3xl-90 {
    width: 90% !important;
  }

  .w-3xl-95 {
    width: 95% !important;
  }

  .w-3xl-100 {
    width: 100% !important;
  }

  .w-3xl-150 {
    width: 150% !important;
  }

  .w-3xl-300 {
    width: 300% !important;
  }

  .w-3xl-400 {
    width: 400% !important;
  }

  .w-3xl-500 {
    width: 500% !important;
  }

  .w-3xl-600 {
    width: 600% !important;
  }

  .w-3xl-700 {
    width: 700% !important;
  }

  .w-3xl-800 {
    width: 800% !important;
  }

  .w-3xl-auto {
    width: auto !important;
  }

  .w-3xl-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .w-3xl-8px {
    width: 8px !important;
  }

  .w-3xl-12px {
    width: 12px !important;
  }

  .w-3xl-14px {
    width: 14px !important;
  }

  .w-3xl-15px {
    width: 15px !important;
  }

  .w-3xl-16px {
    width: 16px !important;
  }

  .w-3xl-18px {
    width: 18px !important;
  }

  .w-3xl-19px {
    width: 19px !important;
  }

  .w-3xl-20px {
    width: 20px !important;
  }

  .w-3xl-22px {
    width: 22px !important;
  }

  .w-3xl-24px {
    width: 24px !important;
  }

  .w-3xl-25px {
    width: 25px !important;
  }

  .w-3xl-26px {
    width: 26px !important;
  }

  .w-3xl-28px {
    width: 28px !important;
  }

  .w-3xl-30px {
    width: 30px !important;
  }

  .w-3xl-32px {
    width: 32px !important;
  }

  .w-3xl-34px {
    width: 34px !important;
  }

  .w-3xl-35px {
    width: 35px !important;
  }

  .w-3xl-36px {
    width: 36px !important;
  }

  .w-3xl-38px {
    width: 38px !important;
  }

  .w-3xl-40px {
    width: 40px !important;
  }

  .w-3xl-45px {
    width: 45px !important;
  }

  .w-3xl-48px {
    width: 48px !important;
  }

  .w-3xl-50px {
    width: 50px !important;
  }

  .w-3xl-52px {
    width: 50px !important;
  }

  .w-3xl-56px {
    width: 56px !important;
  }

  .w-3xl-60px {
    width: 60px !important;
  }

  .w-3xl-64px {
    width: 64px !important;
  }

  .w-3xl-68px {
    width: 68px !important;
  }

  .w-3xl-72px {
    width: 72px !important;
  }

  .w-3xl-74px {
    width: 74px !important;
  }

  .w-3xl-82px {
    width: 82px !important;
  }

  .w-3xl-86px {
    width: 86px !important;
  }

  .w-3xl-80px {
    width: 80px !important;
  }

  .w-3xl-88px {
    width: 88px !important;
  }

  .w-3xl-96px {
    width: 96px !important;
  }

  .w-3xl-100px {
    width: 100px !important;
  }

  .w-3xl-110px {
    width: 110px !important;
  }

  .w-3xl-116px {
    width: 116px !important;
  }

  .w-3xl-120px {
    width: 120px !important;
  }

  .w-3xl-150px {
    width: 150px !important;
  }

  .w-3xl-162px {
    width: 162px !important;
  }

  .w-3xl-168px {
    width: 168px !important;
  }

  .w-3xl-165px {
    width: 165px !important;
  }

  .w-3xl-190px {
    width: 190px !important;
  }

  .w-3xl-200px {
    width: 200px !important;
  }

  .w-3xl-202px {
    width: 202px !important;
  }

  .w-3xl-205px {
    width: 205px !important;
  }

  .w-3xl-208px {
    width: 208px !important;
  }

  .w-3xl-210px {
    width: 210px !important;
  }

  .w-3xl-212px {
    width: 212px !important;
  }

  .w-3xl-214px {
    width: 214px !important;
  }

  .w-3xl-216px {
    width: 216px !important;
  }

  .w-3xl-220px {
    width: 220px !important;
  }

  .w-3xl-226px {
    width: 226px !important;
  }

  .w-3xl-230px {
    width: 230px !important;
  }

  .w-3xl-250px {
    width: 250px !important;
  }

  .w-3xl-356px {
    width: 356px !important;
  }

  .w-3xl-262px {
    width: 262px !important;
  }

  .w-3xl-266px {
    width: 266px !important;
  }

  .w-3xl-368px {
    width: 368px !important;
  }

  .w-3xl-376px {
    width: 376px !important;
  }

  .w-3xl-279px {
    width: 279px !important;
  }

  .w-3xl-260px {
    width: 260px !important;
  }

  .w-3xl-278px {
    width: 278px !important;
  }

  .w-3xl-394px {
    width: 394px !important;
  }

  .w-3xl-300px {
    width: 300px !important;
  }

  .w-3xl-400px {
    width: 400px !important;
  }

  .w-3xl-417px {
    width: 417px !important;
  }

  .w-3xl-420px {
    width: 420px !important;
  }

  .w-3xl-434px {
    width: 434px !important;
  }

  .w-3xl-456px {
    width: 456px !important;
  }

  .w-3xl-460px {
    width: 460px !important;
  }

  .w-3xl-476px {
    width: 476px !important;
  }

  .w-3xl-530px {
    width: 530px !important;
  }

  .w-3xl-570px {
    width: 570px !important;
  }

  .w-3xl-600px {
    width: 600px !important;
  }

  .w-3xl-720px {
    width: 720px !important;
  }

  .w-3xl-100p5 {
    width: calc(100% + 3rem) !important;
  }

  .w-3xl-100p62px {
    width: calc(100% + 62px) !important;
  }

  .w-3xl-100p120px {
    width: calc(100% + 120px) !important;
  }

  .w-3xl-100p60px {
    width: calc(100% + 60px) !important;
  }

  .w-3xl-100p196px {
    width: calc(100% + 196px) !important;
  }

  .w-3xl-100m60px {
    width: calc(100% - 60px) !important;
  }

  .w-3xl-45p100px {
    width: calc(45% + 100px) !important;
  }

  .w-3xl-100p148px {
    width: calc(100% + 148px) !important;
  }

  .w-3xl-100p296px {
    width: calc(100% + 296px) !important;
  }

  .w-3xl-100p192px {
    width: calc(100% + 192px) !important;
  }

  .w-3xl-100p150px {
    width: calc(100% + 150px) !important;
  }

  .w-3xl-100p92px {
    width: calc(100% + 92px) !important;
  }

  .w-3xl-100pgutter {
    width: calc(100% + 0.75rem) !important;
  }

  .w-3xl-100m100px {
    width: calc(100% - 100px) !important;
  }

  .w-3xl-100m24px {
    width: calc(100% - 24px) !important;
  }

  .max-w-3xl-0 {
    max-width: 0% !important;
  }

  .max-w-3xl-5 {
    max-width: 5% !important;
  }

  .max-w-3xl-10 {
    max-width: 10% !important;
  }

  .max-w-3xl-15 {
    max-width: 15% !important;
  }

  .max-w-3xl-20 {
    max-width: 20% !important;
  }

  .max-w-3xl-25 {
    max-width: 25% !important;
  }

  .max-w-3xl-30 {
    max-width: 30% !important;
  }

  .max-w-3xl-35 {
    max-width: 35% !important;
  }

  .max-w-3xl-40 {
    max-width: 40% !important;
  }

  .max-w-3xl-45 {
    max-width: 45% !important;
  }

  .max-w-3xl-50 {
    max-width: 50% !important;
  }

  .max-w-3xl-55 {
    max-width: 55% !important;
  }

  .max-w-3xl-60 {
    max-width: 60% !important;
  }

  .max-w-3xl-65 {
    max-width: 65% !important;
  }

  .max-w-3xl-70 {
    max-width: 70% !important;
  }

  .max-w-3xl-71 {
    max-width: 71% !important;
  }

  .max-w-3xl-75 {
    max-width: 75% !important;
  }

  .max-w-3xl-80 {
    max-width: 80% !important;
  }

  .max-w-3xl-85 {
    max-width: 85% !important;
  }

  .max-w-3xl-90 {
    max-width: 90% !important;
  }

  .max-w-3xl-95 {
    max-width: 95% !important;
  }

  .max-w-3xl-100 {
    max-width: 100% !important;
  }

  .max-w-3xl-150 {
    max-width: 150% !important;
  }

  .max-w-3xl-300 {
    max-width: 300% !important;
  }

  .max-w-3xl-400 {
    max-width: 400% !important;
  }

  .max-w-3xl-500 {
    max-width: 500% !important;
  }

  .max-w-3xl-600 {
    max-width: 600% !important;
  }

  .max-w-3xl-700 {
    max-width: 700% !important;
  }

  .max-w-3xl-800 {
    max-width: 800% !important;
  }

  .max-w-3xl-auto {
    max-width: auto !important;
  }

  .max-w-3xl-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  .max-w-3xl-8px {
    max-width: 8px !important;
  }

  .max-w-3xl-12px {
    max-width: 12px !important;
  }

  .max-w-3xl-14px {
    max-width: 14px !important;
  }

  .max-w-3xl-15px {
    max-width: 15px !important;
  }

  .max-w-3xl-16px {
    max-width: 16px !important;
  }

  .max-w-3xl-18px {
    max-width: 18px !important;
  }

  .max-w-3xl-19px {
    max-width: 19px !important;
  }

  .max-w-3xl-20px {
    max-width: 20px !important;
  }

  .max-w-3xl-22px {
    max-width: 22px !important;
  }

  .max-w-3xl-24px {
    max-width: 24px !important;
  }

  .max-w-3xl-25px {
    max-width: 25px !important;
  }

  .max-w-3xl-26px {
    max-width: 26px !important;
  }

  .max-w-3xl-28px {
    max-width: 28px !important;
  }

  .max-w-3xl-30px {
    max-width: 30px !important;
  }

  .max-w-3xl-32px {
    max-width: 32px !important;
  }

  .max-w-3xl-34px {
    max-width: 34px !important;
  }

  .max-w-3xl-35px {
    max-width: 35px !important;
  }

  .max-w-3xl-36px {
    max-width: 36px !important;
  }

  .max-w-3xl-38px {
    max-width: 38px !important;
  }

  .max-w-3xl-40px {
    max-width: 40px !important;
  }

  .max-w-3xl-45px {
    max-width: 45px !important;
  }

  .max-w-3xl-48px {
    max-width: 48px !important;
  }

  .max-w-3xl-50px {
    max-width: 50px !important;
  }

  .max-w-3xl-52px {
    max-width: 50px !important;
  }

  .max-w-3xl-56px {
    max-width: 56px !important;
  }

  .max-w-3xl-60px {
    max-width: 60px !important;
  }

  .max-w-3xl-64px {
    max-width: 64px !important;
  }

  .max-w-3xl-68px {
    max-width: 68px !important;
  }

  .max-w-3xl-72px {
    max-width: 72px !important;
  }

  .max-w-3xl-74px {
    max-width: 74px !important;
  }

  .max-w-3xl-82px {
    max-width: 82px !important;
  }

  .max-w-3xl-86px {
    max-width: 86px !important;
  }

  .max-w-3xl-80px {
    max-width: 80px !important;
  }

  .max-w-3xl-88px {
    max-width: 88px !important;
  }

  .max-w-3xl-96px {
    max-width: 96px !important;
  }

  .max-w-3xl-100px {
    max-width: 100px !important;
  }

  .max-w-3xl-110px {
    max-width: 110px !important;
  }

  .max-w-3xl-116px {
    max-width: 116px !important;
  }

  .max-w-3xl-120px {
    max-width: 120px !important;
  }

  .max-w-3xl-150px {
    max-width: 150px !important;
  }

  .max-w-3xl-162px {
    max-width: 162px !important;
  }

  .max-w-3xl-168px {
    max-width: 168px !important;
  }

  .max-w-3xl-165px {
    max-width: 165px !important;
  }

  .max-w-3xl-190px {
    max-width: 190px !important;
  }

  .max-w-3xl-200px {
    max-width: 200px !important;
  }

  .max-w-3xl-202px {
    max-width: 202px !important;
  }

  .max-w-3xl-205px {
    max-width: 205px !important;
  }

  .max-w-3xl-208px {
    max-width: 208px !important;
  }

  .max-w-3xl-210px {
    max-width: 210px !important;
  }

  .max-w-3xl-212px {
    max-width: 212px !important;
  }

  .max-w-3xl-214px {
    max-width: 214px !important;
  }

  .max-w-3xl-216px {
    max-width: 216px !important;
  }

  .max-w-3xl-220px {
    max-width: 220px !important;
  }

  .max-w-3xl-226px {
    max-width: 226px !important;
  }

  .max-w-3xl-230px {
    max-width: 230px !important;
  }

  .max-w-3xl-250px {
    max-width: 250px !important;
  }

  .max-w-3xl-356px {
    max-width: 356px !important;
  }

  .max-w-3xl-262px {
    max-width: 262px !important;
  }

  .max-w-3xl-266px {
    max-width: 266px !important;
  }

  .max-w-3xl-368px {
    max-width: 368px !important;
  }

  .max-w-3xl-376px {
    max-width: 376px !important;
  }

  .max-w-3xl-279px {
    max-width: 279px !important;
  }

  .max-w-3xl-260px {
    max-width: 260px !important;
  }

  .max-w-3xl-278px {
    max-width: 278px !important;
  }

  .max-w-3xl-394px {
    max-width: 394px !important;
  }

  .max-w-3xl-300px {
    max-width: 300px !important;
  }

  .max-w-3xl-400px {
    max-width: 400px !important;
  }

  .max-w-3xl-417px {
    max-width: 417px !important;
  }

  .max-w-3xl-420px {
    max-width: 420px !important;
  }

  .max-w-3xl-434px {
    max-width: 434px !important;
  }

  .max-w-3xl-456px {
    max-width: 456px !important;
  }

  .max-w-3xl-460px {
    max-width: 460px !important;
  }

  .max-w-3xl-476px {
    max-width: 476px !important;
  }

  .max-w-3xl-530px {
    max-width: 530px !important;
  }

  .max-w-3xl-570px {
    max-width: 570px !important;
  }

  .max-w-3xl-600px {
    max-width: 600px !important;
  }

  .max-w-3xl-720px {
    max-width: 720px !important;
  }

  .max-w-3xl-100p5 {
    max-width: calc(100% + 3rem) !important;
  }

  .max-w-3xl-100p62px {
    max-width: calc(100% + 62px) !important;
  }

  .max-w-3xl-100p120px {
    max-width: calc(100% + 120px) !important;
  }

  .max-w-3xl-100p60px {
    max-width: calc(100% + 60px) !important;
  }

  .max-w-3xl-100p196px {
    max-width: calc(100% + 196px) !important;
  }

  .max-w-3xl-100m60px {
    max-width: calc(100% - 60px) !important;
  }

  .max-w-3xl-45p100px {
    max-width: calc(45% + 100px) !important;
  }

  .max-w-3xl-100p148px {
    max-width: calc(100% + 148px) !important;
  }

  .max-w-3xl-100p296px {
    max-width: calc(100% + 296px) !important;
  }

  .max-w-3xl-100p192px {
    max-width: calc(100% + 192px) !important;
  }

  .max-w-3xl-100p150px {
    max-width: calc(100% + 150px) !important;
  }

  .max-w-3xl-100p92px {
    max-width: calc(100% + 92px) !important;
  }

  .max-w-3xl-100pgutter {
    max-width: calc(100% + 0.75rem) !important;
  }

  .max-w-3xl-100m100px {
    max-width: calc(100% - 100px) !important;
  }

  .max-w-3xl-100m24px {
    max-width: calc(100% - 24px) !important;
  }

  .h-3xl-0 {
    height: 0% !important;
  }

  .h-3xl-5 {
    height: 5% !important;
  }

  .h-3xl-10 {
    height: 10% !important;
  }

  .h-3xl-15 {
    height: 15% !important;
  }

  .h-3xl-20 {
    height: 20% !important;
  }

  .h-3xl-25 {
    height: 25% !important;
  }

  .h-3xl-30 {
    height: 30% !important;
  }

  .h-3xl-35 {
    height: 35% !important;
  }

  .h-3xl-40 {
    height: 40% !important;
  }

  .h-3xl-45 {
    height: 45% !important;
  }

  .h-3xl-50 {
    height: 50% !important;
  }

  .h-3xl-55 {
    height: 55% !important;
  }

  .h-3xl-60 {
    height: 60% !important;
  }

  .h-3xl-65 {
    height: 65% !important;
  }

  .h-3xl-70 {
    height: 70% !important;
  }

  .h-3xl-71 {
    height: 71% !important;
  }

  .h-3xl-75 {
    height: 75% !important;
  }

  .h-3xl-80 {
    height: 80% !important;
  }

  .h-3xl-85 {
    height: 85% !important;
  }

  .h-3xl-90 {
    height: 90% !important;
  }

  .h-3xl-95 {
    height: 95% !important;
  }

  .h-3xl-100 {
    height: 100% !important;
  }

  .h-3xl-150 {
    height: 150% !important;
  }

  .h-3xl-300 {
    height: 300% !important;
  }

  .h-3xl-400 {
    height: 400% !important;
  }

  .h-3xl-500 {
    height: 500% !important;
  }

  .h-3xl-600 {
    height: 600% !important;
  }

  .h-3xl-700 {
    height: 700% !important;
  }

  .h-3xl-800 {
    height: 800% !important;
  }

  .h-3xl-auto {
    height: auto !important;
  }

  .h-3xl-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .h-3xl-8px {
    height: 8px !important;
  }

  .h-3xl-12px {
    height: 12px !important;
  }

  .h-3xl-14px {
    height: 14px !important;
  }

  .h-3xl-15px {
    height: 15px !important;
  }

  .h-3xl-16px {
    height: 16px !important;
  }

  .h-3xl-18px {
    height: 18px !important;
  }

  .h-3xl-19px {
    height: 19px !important;
  }

  .h-3xl-20px {
    height: 20px !important;
  }

  .h-3xl-22px {
    height: 22px !important;
  }

  .h-3xl-24px {
    height: 24px !important;
  }

  .h-3xl-25px {
    height: 25px !important;
  }

  .h-3xl-26px {
    height: 26px !important;
  }

  .h-3xl-28px {
    height: 28px !important;
  }

  .h-3xl-30px {
    height: 30px !important;
  }

  .h-3xl-32px {
    height: 32px !important;
  }

  .h-3xl-34px {
    height: 34px !important;
  }

  .h-3xl-35px {
    height: 35px !important;
  }

  .h-3xl-36px {
    height: 36px !important;
  }

  .h-3xl-38px {
    height: 38px !important;
  }

  .h-3xl-40px {
    height: 40px !important;
  }

  .h-3xl-45px {
    height: 45px !important;
  }

  .h-3xl-48px {
    height: 48px !important;
  }

  .h-3xl-50px {
    height: 50px !important;
  }

  .h-3xl-52px {
    height: 50px !important;
  }

  .h-3xl-56px {
    height: 56px !important;
  }

  .h-3xl-60px {
    height: 60px !important;
  }

  .h-3xl-64px {
    height: 64px !important;
  }

  .h-3xl-68px {
    height: 68px !important;
  }

  .h-3xl-72px {
    height: 72px !important;
  }

  .h-3xl-74px {
    height: 74px !important;
  }

  .h-3xl-82px {
    height: 82px !important;
  }

  .h-3xl-86px {
    height: 86px !important;
  }

  .h-3xl-80px {
    height: 80px !important;
  }

  .h-3xl-88px {
    height: 88px !important;
  }

  .h-3xl-96px {
    height: 96px !important;
  }

  .h-3xl-100px {
    height: 100px !important;
  }

  .h-3xl-110px {
    height: 110px !important;
  }

  .h-3xl-116px {
    height: 116px !important;
  }

  .h-3xl-120px {
    height: 120px !important;
  }

  .h-3xl-150px {
    height: 150px !important;
  }

  .h-3xl-162px {
    height: 162px !important;
  }

  .h-3xl-168px {
    height: 168px !important;
  }

  .h-3xl-165px {
    height: 165px !important;
  }

  .h-3xl-190px {
    height: 190px !important;
  }

  .h-3xl-200px {
    height: 200px !important;
  }

  .h-3xl-202px {
    height: 202px !important;
  }

  .h-3xl-205px {
    height: 205px !important;
  }

  .h-3xl-208px {
    height: 208px !important;
  }

  .h-3xl-210px {
    height: 210px !important;
  }

  .h-3xl-212px {
    height: 212px !important;
  }

  .h-3xl-214px {
    height: 214px !important;
  }

  .h-3xl-216px {
    height: 216px !important;
  }

  .h-3xl-220px {
    height: 220px !important;
  }

  .h-3xl-226px {
    height: 226px !important;
  }

  .h-3xl-230px {
    height: 230px !important;
  }

  .h-3xl-250px {
    height: 250px !important;
  }

  .h-3xl-356px {
    height: 356px !important;
  }

  .h-3xl-262px {
    height: 262px !important;
  }

  .h-3xl-266px {
    height: 266px !important;
  }

  .h-3xl-368px {
    height: 368px !important;
  }

  .h-3xl-376px {
    height: 376px !important;
  }

  .h-3xl-279px {
    height: 279px !important;
  }

  .h-3xl-260px {
    height: 260px !important;
  }

  .h-3xl-278px {
    height: 278px !important;
  }

  .h-3xl-394px {
    height: 394px !important;
  }

  .h-3xl-300px {
    height: 300px !important;
  }

  .h-3xl-400px {
    height: 400px !important;
  }

  .h-3xl-417px {
    height: 417px !important;
  }

  .h-3xl-420px {
    height: 420px !important;
  }

  .h-3xl-434px {
    height: 434px !important;
  }

  .h-3xl-456px {
    height: 456px !important;
  }

  .h-3xl-460px {
    height: 460px !important;
  }

  .h-3xl-476px {
    height: 476px !important;
  }

  .h-3xl-530px {
    height: 530px !important;
  }

  .h-3xl-570px {
    height: 570px !important;
  }

  .h-3xl-600px {
    height: 600px !important;
  }

  .h-3xl-720px {
    height: 720px !important;
  }

  .h-3xl-100p5 {
    height: calc(100% + 3rem) !important;
  }

  .h-3xl-100p62px {
    height: calc(100% + 62px) !important;
  }

  .h-3xl-100p120px {
    height: calc(100% + 120px) !important;
  }

  .h-3xl-100p60px {
    height: calc(100% + 60px) !important;
  }

  .h-3xl-100p196px {
    height: calc(100% + 196px) !important;
  }

  .h-3xl-100m60px {
    height: calc(100% - 60px) !important;
  }

  .h-3xl-45p100px {
    height: calc(45% + 100px) !important;
  }

  .h-3xl-100p148px {
    height: calc(100% + 148px) !important;
  }

  .h-3xl-100p296px {
    height: calc(100% + 296px) !important;
  }

  .h-3xl-100p192px {
    height: calc(100% + 192px) !important;
  }

  .h-3xl-100p150px {
    height: calc(100% + 150px) !important;
  }

  .h-3xl-100p92px {
    height: calc(100% + 92px) !important;
  }

  .h-3xl-100pgutter {
    height: calc(100% + 0.75rem) !important;
  }

  .h-3xl-100m100px {
    height: calc(100% - 100px) !important;
  }

  .h-3xl-100m24px {
    height: calc(100% - 24px) !important;
  }

  .max-h-3xl-0 {
    max-height: 0% !important;
  }

  .max-h-3xl-5 {
    max-height: 5% !important;
  }

  .max-h-3xl-10 {
    max-height: 10% !important;
  }

  .max-h-3xl-15 {
    max-height: 15% !important;
  }

  .max-h-3xl-20 {
    max-height: 20% !important;
  }

  .max-h-3xl-25 {
    max-height: 25% !important;
  }

  .max-h-3xl-30 {
    max-height: 30% !important;
  }

  .max-h-3xl-35 {
    max-height: 35% !important;
  }

  .max-h-3xl-40 {
    max-height: 40% !important;
  }

  .max-h-3xl-45 {
    max-height: 45% !important;
  }

  .max-h-3xl-50 {
    max-height: 50% !important;
  }

  .max-h-3xl-55 {
    max-height: 55% !important;
  }

  .max-h-3xl-60 {
    max-height: 60% !important;
  }

  .max-h-3xl-65 {
    max-height: 65% !important;
  }

  .max-h-3xl-70 {
    max-height: 70% !important;
  }

  .max-h-3xl-71 {
    max-height: 71% !important;
  }

  .max-h-3xl-75 {
    max-height: 75% !important;
  }

  .max-h-3xl-80 {
    max-height: 80% !important;
  }

  .max-h-3xl-85 {
    max-height: 85% !important;
  }

  .max-h-3xl-90 {
    max-height: 90% !important;
  }

  .max-h-3xl-95 {
    max-height: 95% !important;
  }

  .max-h-3xl-100 {
    max-height: 100% !important;
  }

  .max-h-3xl-150 {
    max-height: 150% !important;
  }

  .max-h-3xl-300 {
    max-height: 300% !important;
  }

  .max-h-3xl-400 {
    max-height: 400% !important;
  }

  .max-h-3xl-500 {
    max-height: 500% !important;
  }

  .max-h-3xl-600 {
    max-height: 600% !important;
  }

  .max-h-3xl-700 {
    max-height: 700% !important;
  }

  .max-h-3xl-800 {
    max-height: 800% !important;
  }

  .max-h-3xl-auto {
    max-height: auto !important;
  }

  .max-h-3xl-fit-content {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }

  .max-h-3xl-8px {
    max-height: 8px !important;
  }

  .max-h-3xl-12px {
    max-height: 12px !important;
  }

  .max-h-3xl-14px {
    max-height: 14px !important;
  }

  .max-h-3xl-15px {
    max-height: 15px !important;
  }

  .max-h-3xl-16px {
    max-height: 16px !important;
  }

  .max-h-3xl-18px {
    max-height: 18px !important;
  }

  .max-h-3xl-19px {
    max-height: 19px !important;
  }

  .max-h-3xl-20px {
    max-height: 20px !important;
  }

  .max-h-3xl-22px {
    max-height: 22px !important;
  }

  .max-h-3xl-24px {
    max-height: 24px !important;
  }

  .max-h-3xl-25px {
    max-height: 25px !important;
  }

  .max-h-3xl-26px {
    max-height: 26px !important;
  }

  .max-h-3xl-28px {
    max-height: 28px !important;
  }

  .max-h-3xl-30px {
    max-height: 30px !important;
  }

  .max-h-3xl-32px {
    max-height: 32px !important;
  }

  .max-h-3xl-34px {
    max-height: 34px !important;
  }

  .max-h-3xl-35px {
    max-height: 35px !important;
  }

  .max-h-3xl-36px {
    max-height: 36px !important;
  }

  .max-h-3xl-38px {
    max-height: 38px !important;
  }

  .max-h-3xl-40px {
    max-height: 40px !important;
  }

  .max-h-3xl-45px {
    max-height: 45px !important;
  }

  .max-h-3xl-48px {
    max-height: 48px !important;
  }

  .max-h-3xl-50px {
    max-height: 50px !important;
  }

  .max-h-3xl-52px {
    max-height: 50px !important;
  }

  .max-h-3xl-56px {
    max-height: 56px !important;
  }

  .max-h-3xl-60px {
    max-height: 60px !important;
  }

  .max-h-3xl-64px {
    max-height: 64px !important;
  }

  .max-h-3xl-68px {
    max-height: 68px !important;
  }

  .max-h-3xl-72px {
    max-height: 72px !important;
  }

  .max-h-3xl-74px {
    max-height: 74px !important;
  }

  .max-h-3xl-82px {
    max-height: 82px !important;
  }

  .max-h-3xl-86px {
    max-height: 86px !important;
  }

  .max-h-3xl-80px {
    max-height: 80px !important;
  }

  .max-h-3xl-88px {
    max-height: 88px !important;
  }

  .max-h-3xl-96px {
    max-height: 96px !important;
  }

  .max-h-3xl-100px {
    max-height: 100px !important;
  }

  .max-h-3xl-110px {
    max-height: 110px !important;
  }

  .max-h-3xl-116px {
    max-height: 116px !important;
  }

  .max-h-3xl-120px {
    max-height: 120px !important;
  }

  .max-h-3xl-150px {
    max-height: 150px !important;
  }

  .max-h-3xl-162px {
    max-height: 162px !important;
  }

  .max-h-3xl-168px {
    max-height: 168px !important;
  }

  .max-h-3xl-165px {
    max-height: 165px !important;
  }

  .max-h-3xl-190px {
    max-height: 190px !important;
  }

  .max-h-3xl-200px {
    max-height: 200px !important;
  }

  .max-h-3xl-202px {
    max-height: 202px !important;
  }

  .max-h-3xl-205px {
    max-height: 205px !important;
  }

  .max-h-3xl-208px {
    max-height: 208px !important;
  }

  .max-h-3xl-210px {
    max-height: 210px !important;
  }

  .max-h-3xl-212px {
    max-height: 212px !important;
  }

  .max-h-3xl-214px {
    max-height: 214px !important;
  }

  .max-h-3xl-216px {
    max-height: 216px !important;
  }

  .max-h-3xl-220px {
    max-height: 220px !important;
  }

  .max-h-3xl-226px {
    max-height: 226px !important;
  }

  .max-h-3xl-230px {
    max-height: 230px !important;
  }

  .max-h-3xl-250px {
    max-height: 250px !important;
  }

  .max-h-3xl-356px {
    max-height: 356px !important;
  }

  .max-h-3xl-262px {
    max-height: 262px !important;
  }

  .max-h-3xl-266px {
    max-height: 266px !important;
  }

  .max-h-3xl-368px {
    max-height: 368px !important;
  }

  .max-h-3xl-376px {
    max-height: 376px !important;
  }

  .max-h-3xl-279px {
    max-height: 279px !important;
  }

  .max-h-3xl-260px {
    max-height: 260px !important;
  }

  .max-h-3xl-278px {
    max-height: 278px !important;
  }

  .max-h-3xl-394px {
    max-height: 394px !important;
  }

  .max-h-3xl-300px {
    max-height: 300px !important;
  }

  .max-h-3xl-400px {
    max-height: 400px !important;
  }

  .max-h-3xl-417px {
    max-height: 417px !important;
  }

  .max-h-3xl-420px {
    max-height: 420px !important;
  }

  .max-h-3xl-434px {
    max-height: 434px !important;
  }

  .max-h-3xl-456px {
    max-height: 456px !important;
  }

  .max-h-3xl-460px {
    max-height: 460px !important;
  }

  .max-h-3xl-476px {
    max-height: 476px !important;
  }

  .max-h-3xl-530px {
    max-height: 530px !important;
  }

  .max-h-3xl-570px {
    max-height: 570px !important;
  }

  .max-h-3xl-600px {
    max-height: 600px !important;
  }

  .max-h-3xl-720px {
    max-height: 720px !important;
  }

  .max-h-3xl-100p5 {
    max-height: calc(100% + 3rem) !important;
  }

  .max-h-3xl-100p62px {
    max-height: calc(100% + 62px) !important;
  }

  .max-h-3xl-100p120px {
    max-height: calc(100% + 120px) !important;
  }

  .max-h-3xl-100p60px {
    max-height: calc(100% + 60px) !important;
  }

  .max-h-3xl-100p196px {
    max-height: calc(100% + 196px) !important;
  }

  .max-h-3xl-100m60px {
    max-height: calc(100% - 60px) !important;
  }

  .max-h-3xl-45p100px {
    max-height: calc(45% + 100px) !important;
  }

  .max-h-3xl-100p148px {
    max-height: calc(100% + 148px) !important;
  }

  .max-h-3xl-100p296px {
    max-height: calc(100% + 296px) !important;
  }

  .max-h-3xl-100p192px {
    max-height: calc(100% + 192px) !important;
  }

  .max-h-3xl-100p150px {
    max-height: calc(100% + 150px) !important;
  }

  .max-h-3xl-100p92px {
    max-height: calc(100% + 92px) !important;
  }

  .max-h-3xl-100pgutter {
    max-height: calc(100% + 0.75rem) !important;
  }

  .max-h-3xl-100m100px {
    max-height: calc(100% - 100px) !important;
  }

  .max-h-3xl-100m24px {
    max-height: calc(100% - 24px) !important;
  }

  .flex-3xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-3xl-row {
    flex-direction: row !important;
  }

  .flex-3xl-column {
    flex-direction: column !important;
  }

  .flex-3xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-3xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-3xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-3xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-3xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-3xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-3xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-3xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-3xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-3xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-3xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-3xl-center {
    justify-content: center !important;
  }

  .justify-content-3xl-between {
    justify-content: space-between !important;
  }

  .justify-content-3xl-around {
    justify-content: space-around !important;
  }

  .justify-content-3xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-3xl-start {
    align-items: flex-start !important;
  }

  .align-items-3xl-end {
    align-items: flex-end !important;
  }

  .align-items-3xl-center {
    align-items: center !important;
  }

  .align-items-3xl-baseline {
    align-items: baseline !important;
  }

  .align-items-3xl-stretch {
    align-items: stretch !important;
  }

  .align-content-3xl-start {
    align-content: flex-start !important;
  }

  .align-content-3xl-end {
    align-content: flex-end !important;
  }

  .align-content-3xl-center {
    align-content: center !important;
  }

  .align-content-3xl-between {
    align-content: space-between !important;
  }

  .align-content-3xl-around {
    align-content: space-around !important;
  }

  .align-content-3xl-stretch {
    align-content: stretch !important;
  }

  .align-self-3xl-auto {
    align-self: auto !important;
  }

  .align-self-3xl-start {
    align-self: flex-start !important;
  }

  .align-self-3xl-end {
    align-self: flex-end !important;
  }

  .align-self-3xl-center {
    align-self: center !important;
  }

  .align-self-3xl-baseline {
    align-self: baseline !important;
  }

  .align-self-3xl-stretch {
    align-self: stretch !important;
  }

  .order-3xl-first {
    order: -1 !important;
  }

  .order-3xl-0 {
    order: 0 !important;
  }

  .order-3xl-1 {
    order: 1 !important;
  }

  .order-3xl-2 {
    order: 2 !important;
  }

  .order-3xl-3 {
    order: 3 !important;
  }

  .order-3xl-4 {
    order: 4 !important;
  }

  .order-3xl-5 {
    order: 5 !important;
  }

  .order-3xl-last {
    order: 6 !important;
  }

  .m-3xl-0 {
    margin: 0 !important;
  }

  .m-3xl-1 {
    margin: 0.25rem !important;
  }

  .m-3xl-2 {
    margin: 0.5rem !important;
  }

  .m-3xl-3 {
    margin: 1rem !important;
  }

  .m-3xl-4 {
    margin: 1.5rem !important;
  }

  .m-3xl-5 {
    margin: 3rem !important;
  }

  .m-3xl-gutter {
    margin: 0.75rem !important;
  }

  .m-3xl-40px {
    margin: 40px !important;
  }

  .m-3xl-auto {
    margin: auto !important;
  }

  .mx-3xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-3xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-3xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-3xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-3xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-3xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-3xl-gutter {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-3xl-40px {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-3xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-3xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-3xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-3xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-3xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-3xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-3xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-3xl-gutter {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-3xl-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-3xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-3xl-0 {
    margin-top: 0 !important;
  }

  .mt-3xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-3xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-3xl-3 {
    margin-top: 1rem !important;
  }

  .mt-3xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-3xl-5 {
    margin-top: 3rem !important;
  }

  .mt-3xl-gutter {
    margin-top: 0.75rem !important;
  }

  .mt-3xl-40px {
    margin-top: 40px !important;
  }

  .mt-3xl-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .me-3xl-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .me-3xl-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .me-3xl-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .me-3xl-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .me-3xl-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .me-3xl-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .me-3xl-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .me-3xl-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .me-3xl-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .me-3xl-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .me-3xl-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .me-3xl-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .me-3xl-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="rtl"] .me-3xl-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="ltr"] .me-3xl-40px {
    margin-right: 40px !important;
  }

  [dir="rtl"] .me-3xl-40px {
    margin-left: 40px !important;
  }

  [dir="ltr"] .me-3xl-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .me-3xl-auto {
    margin-left: auto !important;
  }

  .mb-3xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-3xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-3xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-3xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-3xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-3xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-3xl-gutter {
    margin-bottom: 0.75rem !important;
  }

  .mb-3xl-40px {
    margin-bottom: 40px !important;
  }

  .mb-3xl-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ms-3xl-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ms-3xl-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .ms-3xl-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ms-3xl-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .ms-3xl-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ms-3xl-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .ms-3xl-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ms-3xl-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .ms-3xl-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ms-3xl-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .ms-3xl-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ms-3xl-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .ms-3xl-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="rtl"] .ms-3xl-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="ltr"] .ms-3xl-40px {
    margin-left: 40px !important;
  }

  [dir="rtl"] .ms-3xl-40px {
    margin-right: 40px !important;
  }

  [dir="ltr"] .ms-3xl-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ms-3xl-auto {
    margin-right: auto !important;
  }

  .m-3xl-n1 {
    margin: -0.25rem !important;
  }

  .m-3xl-n2 {
    margin: -0.5rem !important;
  }

  .m-3xl-n3 {
    margin: -1rem !important;
  }

  .m-3xl-n4 {
    margin: -1.5rem !important;
  }

  .m-3xl-n5 {
    margin: -3rem !important;
  }

  .m-3xl-ngutter {
    margin: -0.75rem !important;
  }

  .m-3xl-n40px {
    margin: -40px !important;
  }

  .mx-3xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-3xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-3xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-3xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-3xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-3xl-ngutter {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-3xl-n40px {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .my-3xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-3xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-3xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-3xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-3xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-3xl-ngutter {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-3xl-n40px {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .mt-3xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-3xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-3xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-3xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-3xl-n5 {
    margin-top: -3rem !important;
  }

  .mt-3xl-ngutter {
    margin-top: -0.75rem !important;
  }

  .mt-3xl-n40px {
    margin-top: -40px !important;
  }

  [dir="ltr"] .me-3xl-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-3xl-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-3xl-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-3xl-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-3xl-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-3xl-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-3xl-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-3xl-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-3xl-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-3xl-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-3xl-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-3xl-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-3xl-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-3xl-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-3xl-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-3xl-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-3xl-n3 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-3xl-n3 {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-3xl-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-3xl-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-3xl-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-3xl-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-3xl-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-3xl-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-3xl-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-3xl-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-3xl-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-3xl-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-3xl-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-3xl-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-3xl-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-3xl-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-3xl-n5 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-3xl-n5 {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-3xl-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-3xl-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-3xl-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-3xl-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-3xl-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-3xl-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-3xl-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-3xl-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-3xl-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-3xl-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-3xl-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-3xl-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-3xl-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-3xl-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-3xl-n40px {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-3xl-n40px {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-3xl-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-3xl-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-3xl-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-3xl-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-3xl-n40px-active:active {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-3xl-n40px-active:active {
    margin-left: -40px !important;
  }

  .mb-3xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-3xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-3xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-3xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-3xl-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-3xl-ngutter {
    margin-bottom: -0.75rem !important;
  }

  .mb-3xl-n40px {
    margin-bottom: -40px !important;
  }

  [dir="ltr"] .ms-3xl-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-3xl-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-3xl-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-3xl-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-3xl-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-3xl-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-3xl-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-3xl-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-3xl-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-3xl-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-3xl-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-3xl-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-3xl-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-3xl-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-3xl-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-3xl-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-3xl-n3 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-3xl-n3 {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-3xl-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-3xl-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-3xl-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-3xl-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-3xl-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-3xl-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-3xl-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-3xl-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-3xl-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-3xl-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-3xl-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-3xl-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-3xl-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-3xl-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-3xl-n5 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-3xl-n5 {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-3xl-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-3xl-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-3xl-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-3xl-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-3xl-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-3xl-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-3xl-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-3xl-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-3xl-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-3xl-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-3xl-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-3xl-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-3xl-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-3xl-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-3xl-n40px {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-3xl-n40px {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-3xl-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-3xl-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-3xl-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-3xl-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-3xl-n40px-active:active {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-3xl-n40px-active:active {
    margin-right: -40px !important;
  }

  .p-3xl-0 {
    padding: 0 !important;
  }

  .p-3xl-1 {
    padding: 0.25rem !important;
  }

  .p-3xl-2 {
    padding: 0.5rem !important;
  }

  .p-3xl-3 {
    padding: 1rem !important;
  }

  .p-3xl-4 {
    padding: 1.5rem !important;
  }

  .p-3xl-5 {
    padding: 3rem !important;
  }

  .p-3xl-gutter {
    padding: 0.75rem !important;
  }

  .p-3xl-40px {
    padding: 40px !important;
  }

  .px-3xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-3xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-3xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-3xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-3xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-3xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-3xl-gutter {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-3xl-40px {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-3xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-3xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-3xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-3xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-3xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-3xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-3xl-gutter {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-3xl-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .pt-3xl-0 {
    padding-top: 0 !important;
  }

  .pt-3xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-3xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-3xl-3 {
    padding-top: 1rem !important;
  }

  .pt-3xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-3xl-5 {
    padding-top: 3rem !important;
  }

  .pt-3xl-gutter {
    padding-top: 0.75rem !important;
  }

  .pt-3xl-40px {
    padding-top: 40px !important;
  }

  [dir="ltr"] .pe-3xl-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-3xl-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-3xl-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-3xl-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-3xl-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-3xl-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-3xl-0-active:active {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-3xl-0-active:active {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-3xl-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-3xl-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-3xl-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-3xl-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-3xl-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-3xl-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-3xl-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-3xl-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-3xl-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-3xl-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-3xl-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-3xl-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-3xl-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-3xl-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-3xl-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-3xl-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-3xl-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-3xl-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-3xl-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-3xl-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-3xl-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-3xl-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-3xl-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-3xl-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-3xl-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-3xl-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-3xl-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-3xl-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-3xl-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-3xl-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-3xl-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-3xl-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-3xl-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-3xl-5 {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-3xl-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-3xl-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-3xl-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-3xl-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-3xl-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-3xl-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-3xl-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-3xl-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-3xl-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-3xl-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-3xl-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-3xl-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-3xl-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-3xl-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-3xl-40px {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-3xl-40px {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-3xl-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-3xl-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-3xl-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-3xl-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-3xl-40px-active:active {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-3xl-40px-active:active {
    padding-left: 40px !important;
  }

  .pb-3xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-3xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-3xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-3xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-3xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-3xl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-3xl-gutter {
    padding-bottom: 0.75rem !important;
  }

  .pb-3xl-40px {
    padding-bottom: 40px !important;
  }

  [dir="ltr"] .ps-3xl-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-3xl-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-3xl-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-3xl-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-3xl-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-3xl-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-3xl-0-active:active {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-3xl-0-active:active {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-3xl-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-3xl-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-3xl-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-3xl-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-3xl-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-3xl-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-3xl-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-3xl-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-3xl-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-3xl-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-3xl-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-3xl-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-3xl-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-3xl-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-3xl-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-3xl-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-3xl-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-3xl-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-3xl-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-3xl-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-3xl-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-3xl-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-3xl-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-3xl-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-3xl-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-3xl-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-3xl-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-3xl-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-3xl-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-3xl-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-3xl-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-3xl-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-3xl-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-3xl-5 {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-3xl-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-3xl-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-3xl-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-3xl-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-3xl-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-3xl-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-3xl-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-3xl-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-3xl-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-3xl-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-3xl-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-3xl-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-3xl-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-3xl-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-3xl-40px {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-3xl-40px {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-3xl-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-3xl-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-3xl-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-3xl-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-3xl-40px-active:active {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-3xl-40px-active:active {
    padding-right: 40px !important;
  }

  .gap-3xl-0 {
    gap: 0 !important;
  }

  .gap-3xl-1 {
    gap: 0.25rem !important;
  }

  .gap-3xl-2 {
    gap: 0.5rem !important;
  }

  .gap-3xl-3 {
    gap: 1rem !important;
  }

  .gap-3xl-4 {
    gap: 1.5rem !important;
  }

  .gap-3xl-5 {
    gap: 3rem !important;
  }

  .gap-3xl-gutter {
    gap: 0.75rem !important;
  }

  .gap-3xl-40px {
    gap: 40px !important;
  }

  .row-gap-3xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-3xl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-3xl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-3xl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-3xl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-3xl-5 {
    row-gap: 3rem !important;
  }

  .row-gap-3xl-gutter {
    row-gap: 0.75rem !important;
  }

  .row-gap-3xl-40px {
    row-gap: 40px !important;
  }

  .column-gap-3xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .column-gap-3xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .column-gap-3xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .column-gap-3xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .column-gap-3xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .column-gap-3xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .column-gap-3xl-gutter {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .column-gap-3xl-40px {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .fs-3xl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-3xl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-3xl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-3xl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-3xl-5 {
    font-size: 1.25rem !important;
  }

  .fs-3xl-6 {
    font-size: 1rem !important;
  }
  /* rtl:begin:remove */
  .lh-3xl-1 {
    line-height: 1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-3xl-1p1 {
    line-height: 1.1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-3xl-1p2 {
    line-height: 1.2 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-3xl-1p5 {
    line-height: 1.5 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-3xl-1p7 {
    line-height: 1.7 !important;
  }
  /* rtl:end:remove */
  [dir="ltr"] .text-3xl-start {
    text-align: left !important;
  }

  [dir="rtl"] .text-3xl-start {
    text-align: right !important;
  }

  [dir="ltr"] .text-3xl-end {
    text-align: right !important;
  }

  [dir="rtl"] .text-3xl-end {
    text-align: left !important;
  }

  .text-3xl-center {
    text-align: center !important;
  }

  .text-3xl-justify {
    text-align: justify !important;
  }

  .text-3xl-primary {
    color: #c3ff7c !important;
  }

  .text-3xl-secondary {
    color: #6c757d !important;
  }

  .text-3xl-success {
    color: #198754 !important;
  }

  .text-3xl-info {
    color: #0dcaf0 !important;
  }

  .text-3xl-warning {
    color: #ffc107 !important;
  }

  .text-3xl-danger {
    color: #dc3545 !important;
  }

  .text-3xl-light {
    color: #f8f9fa !important;
  }

  .text-3xl-dark {
    color: #050605 !important;
  }

  .text-3xl-white {
    color: #fff !important;
  }

  .text-3xl-black {
    color: #000 !important;
  }

  .rounded-3xl {
    border-radius: 0.375rem !important;
  }

  .rounded-3xl-0 {
    border-radius: 0 !important;
  }

  .rounded-3xl-1 {
    border-radius: 0.25rem !important;
  }

  .rounded-3xl-2 {
    border-radius: 0.375rem !important;
  }

  .rounded-3xl-3 {
    border-radius: 0.5rem !important;
  }

  .rounded-3xl-4 {
    border-radius: 1rem !important;
  }

  .rounded-3xl-5 {
    border-radius: 2rem !important;
  }

  .rounded-3xl-circle {
    border-radius: 50% !important;
  }

  .rounded-3xl-pill {
    border-radius: 50rem !important;
  }

  .rounded-3xl-5px {
    border-radius: 5px !important;
  }

  .rounded-3xl-6px {
    border-radius: 6px !important;
  }

  .rounded-3xl-8px {
    border-radius: 8px !important;
  }

  .rounded-3xl-10px {
    border-radius: 10px !important;
  }

  .rounded-3xl-12px {
    border-radius: 12px !important;
  }

  .rounded-3xl-15px {
    border-radius: 15px !important;
  }

  .rounded-3xl-20px {
    border-radius: 20px !important;
  }

  .rounded-top-3xl {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-3xl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .rounded-top-3xl-1 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-3xl-2 {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-3xl-3 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .rounded-top-3xl-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .rounded-top-3xl-5 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  .rounded-top-3xl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .rounded-top-3xl-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  .rounded-top-3xl-5px {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  .rounded-top-3xl-6px {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .rounded-top-3xl-8px {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .rounded-top-3xl-10px {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .rounded-top-3xl-12px {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .rounded-top-3xl-15px {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  .rounded-top-3xl-20px {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-end-3xl {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-3xl {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-3xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-end-3xl-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-end-3xl-1 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-end-3xl-1 {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-end-3xl-2 {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-3xl-2 {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-3xl-3 {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-end-3xl-3 {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-end-3xl-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-end-3xl-4 {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-end-3xl-5 {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-end-3xl-5 {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-end-3xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-end-3xl-circle {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-end-3xl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-end-3xl-pill {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-end-3xl-5px {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-end-3xl-5px {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-end-3xl-6px {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-end-3xl-6px {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-end-3xl-8px {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-end-3xl-8px {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-end-3xl-10px {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-end-3xl-10px {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-end-3xl-12px {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-end-3xl-12px {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-end-3xl-15px {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-end-3xl-15px {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-end-3xl-20px {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-end-3xl-20px {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .rounded-bottom-3xl {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-3xl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .rounded-bottom-3xl-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-3xl-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-3xl-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .rounded-bottom-3xl-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .rounded-bottom-3xl-5 {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  .rounded-bottom-3xl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .rounded-bottom-3xl-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  .rounded-bottom-3xl-5px {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  .rounded-bottom-3xl-6px {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-3xl-8px {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .rounded-bottom-3xl-10px {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .rounded-bottom-3xl-12px {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .rounded-bottom-3xl-15px {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  .rounded-bottom-3xl-20px {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-start-3xl {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-3xl {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-3xl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-start-3xl-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-start-3xl-1 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-start-3xl-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-start-3xl-2 {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-3xl-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-3xl-3 {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-start-3xl-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-start-3xl-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-start-3xl-4 {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-start-3xl-5 {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-start-3xl-5 {
    border-bottom-right-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-start-3xl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-start-3xl-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-start-3xl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-start-3xl-pill {
    border-bottom-right-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-start-3xl-5px {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-start-3xl-5px {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-start-3xl-6px {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-start-3xl-6px {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-start-3xl-8px {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-start-3xl-8px {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-start-3xl-10px {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-start-3xl-10px {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-start-3xl-12px {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-start-3xl-12px {
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-start-3xl-15px {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-start-3xl-15px {
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-start-3xl-20px {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-start-3xl-20px {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .object-position-3xl-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  [dir="ltr"] .object-position-3xl-start {
    -o-object-position: left !important;
       object-position: left !important;
  }

  [dir="rtl"] .object-position-3xl-start {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="ltr"] .object-position-3xl-end {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="rtl"] .object-position-3xl-end {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .object-position-3xl-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  [dir="ltr"] .object-position-3xl-center-start {
    -o-object-position: center left !important;
       object-position: center left !important;
  }

  [dir="rtl"] .object-position-3xl-center-start {
    -o-object-position: center right !important;
       object-position: center right !important;
  }

  .bg-3xl-gradient-top-bottom-dark-transparent {
    background: linear-gradient(to bottom, #050605, transparent) !important;
  }

  [dir="ltr"] .bg-3xl-gradient-left-right-primary {
    background: linear-gradient(to right, #c3ff7c, #9ccc63) !important;
  }

  [dir="rtl"] .bg-3xl-gradient-left-right-primary {
    background: linear-gradient(to left, #c3ff7c, #9ccc63) !important;
  }

  .bg-3xl-gradient-bottom-top-black-transparent {
    background: linear-gradient(to top, #000, transparent) !important;
  }

  .bg-3xl-gradient-bottom-top-black-transparent-50 {
    background: linear-gradient(to top, #000, transparent 50%) !important;
  }

  .bg-3xl-gradient-top-bottom-black-transparent-50 {
    background: linear-gradient(to bottom, #000, transparent 50%) !important;
  }

  [dir="ltr"] .rounded-top-start-3xl {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-3xl {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-3xl-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-start-3xl-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-start-3xl-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-start-3xl-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-start-3xl-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-3xl-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-3xl-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-start-3xl-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-start-3xl-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-start-3xl-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-start-3xl-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-start-3xl-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-start-3xl-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-start-3xl-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-start-3xl-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-start-3xl-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-start-3xl-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-start-3xl-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-start-3xl-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-start-3xl-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-start-3xl-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-start-3xl-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-start-3xl-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-start-3xl-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-start-3xl-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-start-3xl-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-start-3xl-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-start-3xl-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-start-3xl-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-start-3xl-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-top-end-3xl {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-3xl {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-3xl-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-end-3xl-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-end-3xl-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-end-3xl-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-end-3xl-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-3xl-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-3xl-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-end-3xl-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-end-3xl-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-end-3xl-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-end-3xl-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-end-3xl-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-end-3xl-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-end-3xl-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-end-3xl-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-end-3xl-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-end-3xl-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-end-3xl-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-end-3xl-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-end-3xl-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-end-3xl-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-end-3xl-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-end-3xl-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-end-3xl-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-end-3xl-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-end-3xl-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-end-3xl-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-end-3xl-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-end-3xl-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-end-3xl-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-start-3xl-20px {
    border-bottom-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-start-3xl-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-end-3xl-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-end-3xl-20px {
    border-bottom-left-radius: 20px !important;
  }

  .flex-basis-3xl-0 {
    flex-basis: 0% !important;
  }

  .flex-basis-3xl-5 {
    flex-basis: 5% !important;
  }

  .flex-basis-3xl-10 {
    flex-basis: 10% !important;
  }

  .flex-basis-3xl-15 {
    flex-basis: 15% !important;
  }

  .flex-basis-3xl-20 {
    flex-basis: 20% !important;
  }

  .flex-basis-3xl-25 {
    flex-basis: 25% !important;
  }

  .flex-basis-3xl-30 {
    flex-basis: 30% !important;
  }

  .flex-basis-3xl-35 {
    flex-basis: 35% !important;
  }

  .flex-basis-3xl-40 {
    flex-basis: 40% !important;
  }

  .flex-basis-3xl-45 {
    flex-basis: 45% !important;
  }

  .flex-basis-3xl-50 {
    flex-basis: 50% !important;
  }

  .flex-basis-3xl-55 {
    flex-basis: 55% !important;
  }

  .flex-basis-3xl-60 {
    flex-basis: 60% !important;
  }

  .flex-basis-3xl-65 {
    flex-basis: 65% !important;
  }

  .flex-basis-3xl-70 {
    flex-basis: 70% !important;
  }

  .flex-basis-3xl-71 {
    flex-basis: 71% !important;
  }

  .flex-basis-3xl-75 {
    flex-basis: 75% !important;
  }

  .flex-basis-3xl-80 {
    flex-basis: 80% !important;
  }

  .flex-basis-3xl-85 {
    flex-basis: 85% !important;
  }

  .flex-basis-3xl-90 {
    flex-basis: 90% !important;
  }

  .flex-basis-3xl-95 {
    flex-basis: 95% !important;
  }

  .flex-basis-3xl-100 {
    flex-basis: 100% !important;
  }

  .flex-basis-3xl-150 {
    flex-basis: 150% !important;
  }

  .flex-basis-3xl-300 {
    flex-basis: 300% !important;
  }

  .flex-basis-3xl-400 {
    flex-basis: 400% !important;
  }

  .flex-basis-3xl-500 {
    flex-basis: 500% !important;
  }

  .flex-basis-3xl-600 {
    flex-basis: 600% !important;
  }

  .flex-basis-3xl-700 {
    flex-basis: 700% !important;
  }

  .flex-basis-3xl-800 {
    flex-basis: 800% !important;
  }

  .flex-basis-3xl-auto {
    flex-basis: auto !important;
  }

  .flex-basis-3xl-fit-content {
    flex-basis: fit-content !important;
  }

  .flex-basis-3xl-8px {
    flex-basis: 8px !important;
  }

  .flex-basis-3xl-12px {
    flex-basis: 12px !important;
  }

  .flex-basis-3xl-14px {
    flex-basis: 14px !important;
  }

  .flex-basis-3xl-15px {
    flex-basis: 15px !important;
  }

  .flex-basis-3xl-16px {
    flex-basis: 16px !important;
  }

  .flex-basis-3xl-18px {
    flex-basis: 18px !important;
  }

  .flex-basis-3xl-19px {
    flex-basis: 19px !important;
  }

  .flex-basis-3xl-20px {
    flex-basis: 20px !important;
  }

  .flex-basis-3xl-22px {
    flex-basis: 22px !important;
  }

  .flex-basis-3xl-24px {
    flex-basis: 24px !important;
  }

  .flex-basis-3xl-25px {
    flex-basis: 25px !important;
  }

  .flex-basis-3xl-26px {
    flex-basis: 26px !important;
  }

  .flex-basis-3xl-28px {
    flex-basis: 28px !important;
  }

  .flex-basis-3xl-30px {
    flex-basis: 30px !important;
  }

  .flex-basis-3xl-32px {
    flex-basis: 32px !important;
  }

  .flex-basis-3xl-34px {
    flex-basis: 34px !important;
  }

  .flex-basis-3xl-35px {
    flex-basis: 35px !important;
  }

  .flex-basis-3xl-36px {
    flex-basis: 36px !important;
  }

  .flex-basis-3xl-38px {
    flex-basis: 38px !important;
  }

  .flex-basis-3xl-40px {
    flex-basis: 40px !important;
  }

  .flex-basis-3xl-45px {
    flex-basis: 45px !important;
  }

  .flex-basis-3xl-48px {
    flex-basis: 48px !important;
  }

  .flex-basis-3xl-50px {
    flex-basis: 50px !important;
  }

  .flex-basis-3xl-52px {
    flex-basis: 50px !important;
  }

  .flex-basis-3xl-56px {
    flex-basis: 56px !important;
  }

  .flex-basis-3xl-60px {
    flex-basis: 60px !important;
  }

  .flex-basis-3xl-64px {
    flex-basis: 64px !important;
  }

  .flex-basis-3xl-68px {
    flex-basis: 68px !important;
  }

  .flex-basis-3xl-72px {
    flex-basis: 72px !important;
  }

  .flex-basis-3xl-74px {
    flex-basis: 74px !important;
  }

  .flex-basis-3xl-82px {
    flex-basis: 82px !important;
  }

  .flex-basis-3xl-86px {
    flex-basis: 86px !important;
  }

  .flex-basis-3xl-80px {
    flex-basis: 80px !important;
  }

  .flex-basis-3xl-88px {
    flex-basis: 88px !important;
  }

  .flex-basis-3xl-96px {
    flex-basis: 96px !important;
  }

  .flex-basis-3xl-100px {
    flex-basis: 100px !important;
  }

  .flex-basis-3xl-110px {
    flex-basis: 110px !important;
  }

  .flex-basis-3xl-116px {
    flex-basis: 116px !important;
  }

  .flex-basis-3xl-120px {
    flex-basis: 120px !important;
  }

  .flex-basis-3xl-150px {
    flex-basis: 150px !important;
  }

  .flex-basis-3xl-162px {
    flex-basis: 162px !important;
  }

  .flex-basis-3xl-168px {
    flex-basis: 168px !important;
  }

  .flex-basis-3xl-165px {
    flex-basis: 165px !important;
  }

  .flex-basis-3xl-190px {
    flex-basis: 190px !important;
  }

  .flex-basis-3xl-200px {
    flex-basis: 200px !important;
  }

  .flex-basis-3xl-202px {
    flex-basis: 202px !important;
  }

  .flex-basis-3xl-205px {
    flex-basis: 205px !important;
  }

  .flex-basis-3xl-208px {
    flex-basis: 208px !important;
  }

  .flex-basis-3xl-210px {
    flex-basis: 210px !important;
  }

  .flex-basis-3xl-212px {
    flex-basis: 212px !important;
  }

  .flex-basis-3xl-214px {
    flex-basis: 214px !important;
  }

  .flex-basis-3xl-216px {
    flex-basis: 216px !important;
  }

  .flex-basis-3xl-220px {
    flex-basis: 220px !important;
  }

  .flex-basis-3xl-226px {
    flex-basis: 226px !important;
  }

  .flex-basis-3xl-230px {
    flex-basis: 230px !important;
  }

  .flex-basis-3xl-250px {
    flex-basis: 250px !important;
  }

  .flex-basis-3xl-356px {
    flex-basis: 356px !important;
  }

  .flex-basis-3xl-262px {
    flex-basis: 262px !important;
  }

  .flex-basis-3xl-266px {
    flex-basis: 266px !important;
  }

  .flex-basis-3xl-368px {
    flex-basis: 368px !important;
  }

  .flex-basis-3xl-376px {
    flex-basis: 376px !important;
  }

  .flex-basis-3xl-279px {
    flex-basis: 279px !important;
  }

  .flex-basis-3xl-260px {
    flex-basis: 260px !important;
  }

  .flex-basis-3xl-278px {
    flex-basis: 278px !important;
  }

  .flex-basis-3xl-394px {
    flex-basis: 394px !important;
  }

  .flex-basis-3xl-300px {
    flex-basis: 300px !important;
  }

  .flex-basis-3xl-400px {
    flex-basis: 400px !important;
  }

  .flex-basis-3xl-417px {
    flex-basis: 417px !important;
  }

  .flex-basis-3xl-420px {
    flex-basis: 420px !important;
  }

  .flex-basis-3xl-434px {
    flex-basis: 434px !important;
  }

  .flex-basis-3xl-456px {
    flex-basis: 456px !important;
  }

  .flex-basis-3xl-460px {
    flex-basis: 460px !important;
  }

  .flex-basis-3xl-476px {
    flex-basis: 476px !important;
  }

  .flex-basis-3xl-530px {
    flex-basis: 530px !important;
  }

  .flex-basis-3xl-570px {
    flex-basis: 570px !important;
  }

  .flex-basis-3xl-600px {
    flex-basis: 600px !important;
  }

  .flex-basis-3xl-720px {
    flex-basis: 720px !important;
  }

  .flex-basis-3xl-100p5 {
    flex-basis: calc(100% + 3rem) !important;
  }

  .flex-basis-3xl-100p62px {
    flex-basis: calc(100% + 62px) !important;
  }

  .flex-basis-3xl-100p120px {
    flex-basis: calc(100% + 120px) !important;
  }

  .flex-basis-3xl-100p60px {
    flex-basis: calc(100% + 60px) !important;
  }

  .flex-basis-3xl-100p196px {
    flex-basis: calc(100% + 196px) !important;
  }

  .flex-basis-3xl-100m60px {
    flex-basis: calc(100% - 60px) !important;
  }

  .flex-basis-3xl-45p100px {
    flex-basis: calc(45% + 100px) !important;
  }

  .flex-basis-3xl-100p148px {
    flex-basis: calc(100% + 148px) !important;
  }

  .flex-basis-3xl-100p296px {
    flex-basis: calc(100% + 296px) !important;
  }

  .flex-basis-3xl-100p192px {
    flex-basis: calc(100% + 192px) !important;
  }

  .flex-basis-3xl-100p150px {
    flex-basis: calc(100% + 150px) !important;
  }

  .flex-basis-3xl-100p92px {
    flex-basis: calc(100% + 92px) !important;
  }

  .flex-basis-3xl-100pgutter {
    flex-basis: calc(100% + 0.75rem) !important;
  }

  .flex-basis-3xl-100m100px {
    flex-basis: calc(100% - 100px) !important;
  }

  .flex-basis-3xl-100m24px {
    flex-basis: calc(100% - 24px) !important;
  }

  .min-h-3xl-0 {
    min-height: 0% !important;
  }

  .min-h-3xl-5 {
    min-height: 5% !important;
  }

  .min-h-3xl-10 {
    min-height: 10% !important;
  }

  .min-h-3xl-15 {
    min-height: 15% !important;
  }

  .min-h-3xl-20 {
    min-height: 20% !important;
  }

  .min-h-3xl-25 {
    min-height: 25% !important;
  }

  .min-h-3xl-30 {
    min-height: 30% !important;
  }

  .min-h-3xl-35 {
    min-height: 35% !important;
  }

  .min-h-3xl-40 {
    min-height: 40% !important;
  }

  .min-h-3xl-45 {
    min-height: 45% !important;
  }

  .min-h-3xl-50 {
    min-height: 50% !important;
  }

  .min-h-3xl-55 {
    min-height: 55% !important;
  }

  .min-h-3xl-60 {
    min-height: 60% !important;
  }

  .min-h-3xl-65 {
    min-height: 65% !important;
  }

  .min-h-3xl-70 {
    min-height: 70% !important;
  }

  .min-h-3xl-71 {
    min-height: 71% !important;
  }

  .min-h-3xl-75 {
    min-height: 75% !important;
  }

  .min-h-3xl-80 {
    min-height: 80% !important;
  }

  .min-h-3xl-85 {
    min-height: 85% !important;
  }

  .min-h-3xl-90 {
    min-height: 90% !important;
  }

  .min-h-3xl-95 {
    min-height: 95% !important;
  }

  .min-h-3xl-100 {
    min-height: 100% !important;
  }

  .min-h-3xl-150 {
    min-height: 150% !important;
  }

  .min-h-3xl-300 {
    min-height: 300% !important;
  }

  .min-h-3xl-400 {
    min-height: 400% !important;
  }

  .min-h-3xl-500 {
    min-height: 500% !important;
  }

  .min-h-3xl-600 {
    min-height: 600% !important;
  }

  .min-h-3xl-700 {
    min-height: 700% !important;
  }

  .min-h-3xl-800 {
    min-height: 800% !important;
  }

  .min-h-3xl-auto {
    min-height: auto !important;
  }

  .min-h-3xl-fit-content {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }

  .min-h-3xl-8px {
    min-height: 8px !important;
  }

  .min-h-3xl-12px {
    min-height: 12px !important;
  }

  .min-h-3xl-14px {
    min-height: 14px !important;
  }

  .min-h-3xl-15px {
    min-height: 15px !important;
  }

  .min-h-3xl-16px {
    min-height: 16px !important;
  }

  .min-h-3xl-18px {
    min-height: 18px !important;
  }

  .min-h-3xl-19px {
    min-height: 19px !important;
  }

  .min-h-3xl-20px {
    min-height: 20px !important;
  }

  .min-h-3xl-22px {
    min-height: 22px !important;
  }

  .min-h-3xl-24px {
    min-height: 24px !important;
  }

  .min-h-3xl-25px {
    min-height: 25px !important;
  }

  .min-h-3xl-26px {
    min-height: 26px !important;
  }

  .min-h-3xl-28px {
    min-height: 28px !important;
  }

  .min-h-3xl-30px {
    min-height: 30px !important;
  }

  .min-h-3xl-32px {
    min-height: 32px !important;
  }

  .min-h-3xl-34px {
    min-height: 34px !important;
  }

  .min-h-3xl-35px {
    min-height: 35px !important;
  }

  .min-h-3xl-36px {
    min-height: 36px !important;
  }

  .min-h-3xl-38px {
    min-height: 38px !important;
  }

  .min-h-3xl-40px {
    min-height: 40px !important;
  }

  .min-h-3xl-45px {
    min-height: 45px !important;
  }

  .min-h-3xl-48px {
    min-height: 48px !important;
  }

  .min-h-3xl-50px {
    min-height: 50px !important;
  }

  .min-h-3xl-52px {
    min-height: 50px !important;
  }

  .min-h-3xl-56px {
    min-height: 56px !important;
  }

  .min-h-3xl-60px {
    min-height: 60px !important;
  }

  .min-h-3xl-64px {
    min-height: 64px !important;
  }

  .min-h-3xl-68px {
    min-height: 68px !important;
  }

  .min-h-3xl-72px {
    min-height: 72px !important;
  }

  .min-h-3xl-74px {
    min-height: 74px !important;
  }

  .min-h-3xl-82px {
    min-height: 82px !important;
  }

  .min-h-3xl-86px {
    min-height: 86px !important;
  }

  .min-h-3xl-80px {
    min-height: 80px !important;
  }

  .min-h-3xl-88px {
    min-height: 88px !important;
  }

  .min-h-3xl-96px {
    min-height: 96px !important;
  }

  .min-h-3xl-100px {
    min-height: 100px !important;
  }

  .min-h-3xl-110px {
    min-height: 110px !important;
  }

  .min-h-3xl-116px {
    min-height: 116px !important;
  }

  .min-h-3xl-120px {
    min-height: 120px !important;
  }

  .min-h-3xl-150px {
    min-height: 150px !important;
  }

  .min-h-3xl-162px {
    min-height: 162px !important;
  }

  .min-h-3xl-168px {
    min-height: 168px !important;
  }

  .min-h-3xl-165px {
    min-height: 165px !important;
  }

  .min-h-3xl-190px {
    min-height: 190px !important;
  }

  .min-h-3xl-200px {
    min-height: 200px !important;
  }

  .min-h-3xl-202px {
    min-height: 202px !important;
  }

  .min-h-3xl-205px {
    min-height: 205px !important;
  }

  .min-h-3xl-208px {
    min-height: 208px !important;
  }

  .min-h-3xl-210px {
    min-height: 210px !important;
  }

  .min-h-3xl-212px {
    min-height: 212px !important;
  }

  .min-h-3xl-214px {
    min-height: 214px !important;
  }

  .min-h-3xl-216px {
    min-height: 216px !important;
  }

  .min-h-3xl-220px {
    min-height: 220px !important;
  }

  .min-h-3xl-226px {
    min-height: 226px !important;
  }

  .min-h-3xl-230px {
    min-height: 230px !important;
  }

  .min-h-3xl-250px {
    min-height: 250px !important;
  }

  .min-h-3xl-356px {
    min-height: 356px !important;
  }

  .min-h-3xl-262px {
    min-height: 262px !important;
  }

  .min-h-3xl-266px {
    min-height: 266px !important;
  }

  .min-h-3xl-368px {
    min-height: 368px !important;
  }

  .min-h-3xl-376px {
    min-height: 376px !important;
  }

  .min-h-3xl-279px {
    min-height: 279px !important;
  }

  .min-h-3xl-260px {
    min-height: 260px !important;
  }

  .min-h-3xl-278px {
    min-height: 278px !important;
  }

  .min-h-3xl-394px {
    min-height: 394px !important;
  }

  .min-h-3xl-300px {
    min-height: 300px !important;
  }

  .min-h-3xl-400px {
    min-height: 400px !important;
  }

  .min-h-3xl-417px {
    min-height: 417px !important;
  }

  .min-h-3xl-420px {
    min-height: 420px !important;
  }

  .min-h-3xl-434px {
    min-height: 434px !important;
  }

  .min-h-3xl-456px {
    min-height: 456px !important;
  }

  .min-h-3xl-460px {
    min-height: 460px !important;
  }

  .min-h-3xl-476px {
    min-height: 476px !important;
  }

  .min-h-3xl-530px {
    min-height: 530px !important;
  }

  .min-h-3xl-570px {
    min-height: 570px !important;
  }

  .min-h-3xl-600px {
    min-height: 600px !important;
  }

  .min-h-3xl-720px {
    min-height: 720px !important;
  }

  .min-h-3xl-100p5 {
    min-height: calc(100% + 3rem) !important;
  }

  .min-h-3xl-100p62px {
    min-height: calc(100% + 62px) !important;
  }

  .min-h-3xl-100p120px {
    min-height: calc(100% + 120px) !important;
  }

  .min-h-3xl-100p60px {
    min-height: calc(100% + 60px) !important;
  }

  .min-h-3xl-100p196px {
    min-height: calc(100% + 196px) !important;
  }

  .min-h-3xl-100m60px {
    min-height: calc(100% - 60px) !important;
  }

  .min-h-3xl-45p100px {
    min-height: calc(45% + 100px) !important;
  }

  .min-h-3xl-100p148px {
    min-height: calc(100% + 148px) !important;
  }

  .min-h-3xl-100p296px {
    min-height: calc(100% + 296px) !important;
  }

  .min-h-3xl-100p192px {
    min-height: calc(100% + 192px) !important;
  }

  .min-h-3xl-100p150px {
    min-height: calc(100% + 150px) !important;
  }

  .min-h-3xl-100p92px {
    min-height: calc(100% + 92px) !important;
  }

  .min-h-3xl-100pgutter {
    min-height: calc(100% + 0.75rem) !important;
  }

  .min-h-3xl-100m100px {
    min-height: calc(100% - 100px) !important;
  }

  .min-h-3xl-100m24px {
    min-height: calc(100% - 24px) !important;
  }
}

@media (min-width: 1920px) {
  [dir="ltr"] .float-ultra-hd-start {
    float: left !important;
  }

  [dir="rtl"] .float-ultra-hd-start {
    float: right !important;
  }

  [dir="ltr"] .float-ultra-hd-end {
    float: right !important;
  }

  [dir="rtl"] .float-ultra-hd-end {
    float: left !important;
  }

  .float-ultra-hd-none {
    float: none !important;
  }

  .object-fit-ultra-hd-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-ultra-hd-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-ultra-hd-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .op-ultra-hd-0 {
    opacity: 0 !important;
  }

  .op-ultra-hd-0-hover:hover {
    opacity: 0 !important;
  }

  .op-ultra-hd-0-focus:focus {
    opacity: 0 !important;
  }

  .op-ultra-hd-0-active:active {
    opacity: 0 !important;
  }

  .op-ultra-hd-5 {
    opacity: 0.05 !important;
  }

  .op-ultra-hd-5-hover:hover {
    opacity: 0.05 !important;
  }

  .op-ultra-hd-5-focus:focus {
    opacity: 0.05 !important;
  }

  .op-ultra-hd-5-active:active {
    opacity: 0.05 !important;
  }

  .op-ultra-hd-10 {
    opacity: 0.1 !important;
  }

  .op-ultra-hd-10-hover:hover {
    opacity: 0.1 !important;
  }

  .op-ultra-hd-10-focus:focus {
    opacity: 0.1 !important;
  }

  .op-ultra-hd-10-active:active {
    opacity: 0.1 !important;
  }

  .op-ultra-hd-15 {
    opacity: 0.15 !important;
  }

  .op-ultra-hd-15-hover:hover {
    opacity: 0.15 !important;
  }

  .op-ultra-hd-15-focus:focus {
    opacity: 0.15 !important;
  }

  .op-ultra-hd-15-active:active {
    opacity: 0.15 !important;
  }

  .op-ultra-hd-20 {
    opacity: 0.2 !important;
  }

  .op-ultra-hd-20-hover:hover {
    opacity: 0.2 !important;
  }

  .op-ultra-hd-20-focus:focus {
    opacity: 0.2 !important;
  }

  .op-ultra-hd-20-active:active {
    opacity: 0.2 !important;
  }

  .op-ultra-hd-25 {
    opacity: 0.25 !important;
  }

  .op-ultra-hd-25-hover:hover {
    opacity: 0.25 !important;
  }

  .op-ultra-hd-25-focus:focus {
    opacity: 0.25 !important;
  }

  .op-ultra-hd-25-active:active {
    opacity: 0.25 !important;
  }

  .op-ultra-hd-30 {
    opacity: 0.3 !important;
  }

  .op-ultra-hd-30-hover:hover {
    opacity: 0.3 !important;
  }

  .op-ultra-hd-30-focus:focus {
    opacity: 0.3 !important;
  }

  .op-ultra-hd-30-active:active {
    opacity: 0.3 !important;
  }

  .op-ultra-hd-35 {
    opacity: 0.35 !important;
  }

  .op-ultra-hd-35-hover:hover {
    opacity: 0.35 !important;
  }

  .op-ultra-hd-35-focus:focus {
    opacity: 0.35 !important;
  }

  .op-ultra-hd-35-active:active {
    opacity: 0.35 !important;
  }

  .op-ultra-hd-40 {
    opacity: 0.4 !important;
  }

  .op-ultra-hd-40-hover:hover {
    opacity: 0.4 !important;
  }

  .op-ultra-hd-40-focus:focus {
    opacity: 0.4 !important;
  }

  .op-ultra-hd-40-active:active {
    opacity: 0.4 !important;
  }

  .op-ultra-hd-45 {
    opacity: 0.45 !important;
  }

  .op-ultra-hd-45-hover:hover {
    opacity: 0.45 !important;
  }

  .op-ultra-hd-45-focus:focus {
    opacity: 0.45 !important;
  }

  .op-ultra-hd-45-active:active {
    opacity: 0.45 !important;
  }

  .op-ultra-hd-50 {
    opacity: 0.5 !important;
  }

  .op-ultra-hd-50-hover:hover {
    opacity: 0.5 !important;
  }

  .op-ultra-hd-50-focus:focus {
    opacity: 0.5 !important;
  }

  .op-ultra-hd-50-active:active {
    opacity: 0.5 !important;
  }

  .op-ultra-hd-55 {
    opacity: 0.55 !important;
  }

  .op-ultra-hd-55-hover:hover {
    opacity: 0.55 !important;
  }

  .op-ultra-hd-55-focus:focus {
    opacity: 0.55 !important;
  }

  .op-ultra-hd-55-active:active {
    opacity: 0.55 !important;
  }

  .op-ultra-hd-60 {
    opacity: 0.6 !important;
  }

  .op-ultra-hd-60-hover:hover {
    opacity: 0.6 !important;
  }

  .op-ultra-hd-60-focus:focus {
    opacity: 0.6 !important;
  }

  .op-ultra-hd-60-active:active {
    opacity: 0.6 !important;
  }

  .op-ultra-hd-65 {
    opacity: 0.65 !important;
  }

  .op-ultra-hd-65-hover:hover {
    opacity: 0.65 !important;
  }

  .op-ultra-hd-65-focus:focus {
    opacity: 0.65 !important;
  }

  .op-ultra-hd-65-active:active {
    opacity: 0.65 !important;
  }

  .op-ultra-hd-70 {
    opacity: 0.7 !important;
  }

  .op-ultra-hd-70-hover:hover {
    opacity: 0.7 !important;
  }

  .op-ultra-hd-70-focus:focus {
    opacity: 0.7 !important;
  }

  .op-ultra-hd-70-active:active {
    opacity: 0.7 !important;
  }

  .op-ultra-hd-75 {
    opacity: 0.75 !important;
  }

  .op-ultra-hd-75-hover:hover {
    opacity: 0.75 !important;
  }

  .op-ultra-hd-75-focus:focus {
    opacity: 0.75 !important;
  }

  .op-ultra-hd-75-active:active {
    opacity: 0.75 !important;
  }

  .op-ultra-hd-80 {
    opacity: 0.8 !important;
  }

  .op-ultra-hd-80-hover:hover {
    opacity: 0.8 !important;
  }

  .op-ultra-hd-80-focus:focus {
    opacity: 0.8 !important;
  }

  .op-ultra-hd-80-active:active {
    opacity: 0.8 !important;
  }

  .op-ultra-hd-85 {
    opacity: 0.85 !important;
  }

  .op-ultra-hd-85-hover:hover {
    opacity: 0.85 !important;
  }

  .op-ultra-hd-85-focus:focus {
    opacity: 0.85 !important;
  }

  .op-ultra-hd-85-active:active {
    opacity: 0.85 !important;
  }

  .op-ultra-hd-90 {
    opacity: 0.9 !important;
  }

  .op-ultra-hd-90-hover:hover {
    opacity: 0.9 !important;
  }

  .op-ultra-hd-90-focus:focus {
    opacity: 0.9 !important;
  }

  .op-ultra-hd-90-active:active {
    opacity: 0.9 !important;
  }

  .op-ultra-hd-95 {
    opacity: 0.95 !important;
  }

  .op-ultra-hd-95-hover:hover {
    opacity: 0.95 !important;
  }

  .op-ultra-hd-95-focus:focus {
    opacity: 0.95 !important;
  }

  .op-ultra-hd-95-active:active {
    opacity: 0.95 !important;
  }

  .op-ultra-hd-100 {
    opacity: 1 !important;
  }

  .op-ultra-hd-100-hover:hover {
    opacity: 1 !important;
  }

  .op-ultra-hd-100-focus:focus {
    opacity: 1 !important;
  }

  .op-ultra-hd-100-active:active {
    opacity: 1 !important;
  }

  .overflow-x-ultra-hd-auto {
    overflow-x: auto !important;
  }

  .overflow-x-ultra-hd-hidden {
    overflow-x: hidden !important;
  }

  .overflow-x-ultra-hd-visible {
    overflow-x: visible !important;
  }

  .overflow-x-ultra-hd-scroll {
    overflow-x: scroll !important;
  }

  .overflow-y-ultra-hd-auto {
    overflow-y: auto !important;
  }

  .overflow-y-ultra-hd-hidden {
    overflow-y: hidden !important;
  }

  .overflow-y-ultra-hd-visible {
    overflow-y: visible !important;
  }

  .overflow-y-ultra-hd-scroll {
    overflow-y: scroll !important;
  }

  .d-ultra-hd-inline {
    display: inline !important;
  }

  .d-ultra-hd-inline-block {
    display: inline-block !important;
  }

  .d-ultra-hd-block {
    display: block !important;
  }

  .d-ultra-hd-grid {
    display: grid !important;
  }

  .d-ultra-hd-table {
    display: table !important;
  }

  .d-ultra-hd-table-row {
    display: table-row !important;
  }

  .d-ultra-hd-table-cell {
    display: table-cell !important;
  }

  .d-ultra-hd-flex {
    display: flex !important;
  }

  .d-ultra-hd-inline-flex {
    display: inline-flex !important;
  }

  .d-ultra-hd-none {
    display: none !important;
  }

  .d-ultra-hd-list-item {
    display: list-item !important;
  }

  .position-ultra-hd-static {
    position: static !important;
  }

  .position-ultra-hd-relative {
    position: relative !important;
  }

  .position-ultra-hd-absolute {
    position: absolute !important;
  }

  .position-ultra-hd-fixed {
    position: fixed !important;
  }

  .position-ultra-hd-sticky {
    position: sticky !important;
  }

  .top-ultra-hd-0 {
    top: 0 !important;
  }

  .top-ultra-hd-50 {
    top: 50% !important;
  }

  .top-ultra-hd-100 {
    top: 100% !important;
  }

  .top-ultra-hd-initial {
    top: initial !important;
  }

  .bottom-ultra-hd-0 {
    bottom: 0 !important;
  }

  .bottom-ultra-hd-50 {
    bottom: 50% !important;
  }

  .bottom-ultra-hd-100 {
    bottom: 100% !important;
  }

  .bottom-ultra-hd-initial {
    bottom: initial !important;
  }

  [dir="ltr"] .start-ultra-hd-0 {
    left: 0 !important;
  }

  [dir="rtl"] .start-ultra-hd-0 {
    right: 0 !important;
  }

  [dir="ltr"] .start-ultra-hd-50 {
    left: 50% !important;
  }

  [dir="rtl"] .start-ultra-hd-50 {
    right: 50% !important;
  }

  [dir="ltr"] .start-ultra-hd-100 {
    left: 100% !important;
  }

  [dir="rtl"] .start-ultra-hd-100 {
    right: 100% !important;
  }

  [dir="ltr"] .start-ultra-hd-initial {
    left: initial !important;
  }

  [dir="rtl"] .start-ultra-hd-initial {
    right: initial !important;
  }

  [dir="ltr"] .end-ultra-hd-0 {
    right: 0 !important;
  }

  [dir="rtl"] .end-ultra-hd-0 {
    left: 0 !important;
  }

  [dir="ltr"] .end-ultra-hd-50 {
    right: 50% !important;
  }

  [dir="rtl"] .end-ultra-hd-50 {
    left: 50% !important;
  }

  [dir="ltr"] .end-ultra-hd-100 {
    right: 100% !important;
  }

  [dir="rtl"] .end-ultra-hd-100 {
    left: 100% !important;
  }

  [dir="ltr"] .end-ultra-hd-initial {
    right: initial !important;
  }

  [dir="rtl"] .end-ultra-hd-initial {
    left: initial !important;
  }

  [dir="ltr"] .translate-middle-ultra-hd {
    transform: translate(-50%, -50%) !important;
  }

  [dir="rtl"] .translate-middle-ultra-hd {
    transform: translate(50%, -50%) !important;
  }

  [dir="ltr"] .translate-middle-ultra-hd-x {
    transform: translateX(-50%) !important;
  }

  [dir="rtl"] .translate-middle-ultra-hd-x {
    transform: translateX(50%) !important;
  }

  .translate-middle-ultra-hd-y {
    transform: translateY(-50%) !important;
  }

  [dir="ltr"] .border-start-ultra-hd-0 {
    border-left: 0 !important;
  }

  [dir="rtl"] .border-start-ultra-hd-0 {
    border-right: 0 !important;
  }

  [dir="ltr"] .border-start-ultra-hd-1 {
    border-left: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-ultra-hd-1 {
    border-right: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-ultra-hd-2 {
    border-left: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-ultra-hd-2 {
    border-right: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-ultra-hd-3 {
    border-left: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-ultra-hd-3 {
    border-right: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-ultra-hd-4 {
    border-left: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-ultra-hd-4 {
    border-right: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-ultra-hd-5 {
    border-left: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-ultra-hd-5 {
    border-right: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-ultra-hd-6 {
    border-left: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-ultra-hd-6 {
    border-right: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  .border-ultra-hd-primary {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-ultra-hd-primary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-ultra-hd-primary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-ultra-hd-primary-active:active {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-ultra-hd-secondary {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-ultra-hd-secondary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-ultra-hd-secondary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-ultra-hd-secondary-active:active {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-ultra-hd-success {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-ultra-hd-success-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-ultra-hd-success-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-ultra-hd-success-active:active {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-ultra-hd-info {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-ultra-hd-info-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-ultra-hd-info-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-ultra-hd-info-active:active {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-ultra-hd-warning {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-ultra-hd-warning-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-ultra-hd-warning-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-ultra-hd-warning-active:active {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-ultra-hd-danger {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-ultra-hd-danger-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-ultra-hd-danger-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-ultra-hd-danger-active:active {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-ultra-hd-light {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-ultra-hd-light-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-ultra-hd-light-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-ultra-hd-light-active:active {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-ultra-hd-dark {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-ultra-hd-dark-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-ultra-hd-dark-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-ultra-hd-dark-active:active {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-ultra-hd-white {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-ultra-hd-white-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-ultra-hd-white-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-ultra-hd-white-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-ultra-hd-black {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-ultra-hd-black-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-ultra-hd-black-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-ultra-hd-black-active:active {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-ultra-hd-body {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-ultra-hd-body-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-ultra-hd-body-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-ultra-hd-body-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .w-ultra-hd-0 {
    width: 0% !important;
  }

  .w-ultra-hd-5 {
    width: 5% !important;
  }

  .w-ultra-hd-10 {
    width: 10% !important;
  }

  .w-ultra-hd-15 {
    width: 15% !important;
  }

  .w-ultra-hd-20 {
    width: 20% !important;
  }

  .w-ultra-hd-25 {
    width: 25% !important;
  }

  .w-ultra-hd-30 {
    width: 30% !important;
  }

  .w-ultra-hd-35 {
    width: 35% !important;
  }

  .w-ultra-hd-40 {
    width: 40% !important;
  }

  .w-ultra-hd-45 {
    width: 45% !important;
  }

  .w-ultra-hd-50 {
    width: 50% !important;
  }

  .w-ultra-hd-55 {
    width: 55% !important;
  }

  .w-ultra-hd-60 {
    width: 60% !important;
  }

  .w-ultra-hd-65 {
    width: 65% !important;
  }

  .w-ultra-hd-70 {
    width: 70% !important;
  }

  .w-ultra-hd-71 {
    width: 71% !important;
  }

  .w-ultra-hd-75 {
    width: 75% !important;
  }

  .w-ultra-hd-80 {
    width: 80% !important;
  }

  .w-ultra-hd-85 {
    width: 85% !important;
  }

  .w-ultra-hd-90 {
    width: 90% !important;
  }

  .w-ultra-hd-95 {
    width: 95% !important;
  }

  .w-ultra-hd-100 {
    width: 100% !important;
  }

  .w-ultra-hd-150 {
    width: 150% !important;
  }

  .w-ultra-hd-300 {
    width: 300% !important;
  }

  .w-ultra-hd-400 {
    width: 400% !important;
  }

  .w-ultra-hd-500 {
    width: 500% !important;
  }

  .w-ultra-hd-600 {
    width: 600% !important;
  }

  .w-ultra-hd-700 {
    width: 700% !important;
  }

  .w-ultra-hd-800 {
    width: 800% !important;
  }

  .w-ultra-hd-auto {
    width: auto !important;
  }

  .w-ultra-hd-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .w-ultra-hd-8px {
    width: 8px !important;
  }

  .w-ultra-hd-12px {
    width: 12px !important;
  }

  .w-ultra-hd-14px {
    width: 14px !important;
  }

  .w-ultra-hd-15px {
    width: 15px !important;
  }

  .w-ultra-hd-16px {
    width: 16px !important;
  }

  .w-ultra-hd-18px {
    width: 18px !important;
  }

  .w-ultra-hd-19px {
    width: 19px !important;
  }

  .w-ultra-hd-20px {
    width: 20px !important;
  }

  .w-ultra-hd-22px {
    width: 22px !important;
  }

  .w-ultra-hd-24px {
    width: 24px !important;
  }

  .w-ultra-hd-25px {
    width: 25px !important;
  }

  .w-ultra-hd-26px {
    width: 26px !important;
  }

  .w-ultra-hd-28px {
    width: 28px !important;
  }

  .w-ultra-hd-30px {
    width: 30px !important;
  }

  .w-ultra-hd-32px {
    width: 32px !important;
  }

  .w-ultra-hd-34px {
    width: 34px !important;
  }

  .w-ultra-hd-35px {
    width: 35px !important;
  }

  .w-ultra-hd-36px {
    width: 36px !important;
  }

  .w-ultra-hd-38px {
    width: 38px !important;
  }

  .w-ultra-hd-40px {
    width: 40px !important;
  }

  .w-ultra-hd-45px {
    width: 45px !important;
  }

  .w-ultra-hd-48px {
    width: 48px !important;
  }

  .w-ultra-hd-50px {
    width: 50px !important;
  }

  .w-ultra-hd-52px {
    width: 50px !important;
  }

  .w-ultra-hd-56px {
    width: 56px !important;
  }

  .w-ultra-hd-60px {
    width: 60px !important;
  }

  .w-ultra-hd-64px {
    width: 64px !important;
  }

  .w-ultra-hd-68px {
    width: 68px !important;
  }

  .w-ultra-hd-72px {
    width: 72px !important;
  }

  .w-ultra-hd-74px {
    width: 74px !important;
  }

  .w-ultra-hd-82px {
    width: 82px !important;
  }

  .w-ultra-hd-86px {
    width: 86px !important;
  }

  .w-ultra-hd-80px {
    width: 80px !important;
  }

  .w-ultra-hd-88px {
    width: 88px !important;
  }

  .w-ultra-hd-96px {
    width: 96px !important;
  }

  .w-ultra-hd-100px {
    width: 100px !important;
  }

  .w-ultra-hd-110px {
    width: 110px !important;
  }

  .w-ultra-hd-116px {
    width: 116px !important;
  }

  .w-ultra-hd-120px {
    width: 120px !important;
  }

  .w-ultra-hd-150px {
    width: 150px !important;
  }

  .w-ultra-hd-162px {
    width: 162px !important;
  }

  .w-ultra-hd-168px {
    width: 168px !important;
  }

  .w-ultra-hd-165px {
    width: 165px !important;
  }

  .w-ultra-hd-190px {
    width: 190px !important;
  }

  .w-ultra-hd-200px {
    width: 200px !important;
  }

  .w-ultra-hd-202px {
    width: 202px !important;
  }

  .w-ultra-hd-205px {
    width: 205px !important;
  }

  .w-ultra-hd-208px {
    width: 208px !important;
  }

  .w-ultra-hd-210px {
    width: 210px !important;
  }

  .w-ultra-hd-212px {
    width: 212px !important;
  }

  .w-ultra-hd-214px {
    width: 214px !important;
  }

  .w-ultra-hd-216px {
    width: 216px !important;
  }

  .w-ultra-hd-220px {
    width: 220px !important;
  }

  .w-ultra-hd-226px {
    width: 226px !important;
  }

  .w-ultra-hd-230px {
    width: 230px !important;
  }

  .w-ultra-hd-250px {
    width: 250px !important;
  }

  .w-ultra-hd-356px {
    width: 356px !important;
  }

  .w-ultra-hd-262px {
    width: 262px !important;
  }

  .w-ultra-hd-266px {
    width: 266px !important;
  }

  .w-ultra-hd-368px {
    width: 368px !important;
  }

  .w-ultra-hd-376px {
    width: 376px !important;
  }

  .w-ultra-hd-279px {
    width: 279px !important;
  }

  .w-ultra-hd-260px {
    width: 260px !important;
  }

  .w-ultra-hd-278px {
    width: 278px !important;
  }

  .w-ultra-hd-394px {
    width: 394px !important;
  }

  .w-ultra-hd-300px {
    width: 300px !important;
  }

  .w-ultra-hd-400px {
    width: 400px !important;
  }

  .w-ultra-hd-417px {
    width: 417px !important;
  }

  .w-ultra-hd-420px {
    width: 420px !important;
  }

  .w-ultra-hd-434px {
    width: 434px !important;
  }

  .w-ultra-hd-456px {
    width: 456px !important;
  }

  .w-ultra-hd-460px {
    width: 460px !important;
  }

  .w-ultra-hd-476px {
    width: 476px !important;
  }

  .w-ultra-hd-530px {
    width: 530px !important;
  }

  .w-ultra-hd-570px {
    width: 570px !important;
  }

  .w-ultra-hd-600px {
    width: 600px !important;
  }

  .w-ultra-hd-720px {
    width: 720px !important;
  }

  .w-ultra-hd-100p5 {
    width: calc(100% + 3rem) !important;
  }

  .w-ultra-hd-100p62px {
    width: calc(100% + 62px) !important;
  }

  .w-ultra-hd-100p120px {
    width: calc(100% + 120px) !important;
  }

  .w-ultra-hd-100p60px {
    width: calc(100% + 60px) !important;
  }

  .w-ultra-hd-100p196px {
    width: calc(100% + 196px) !important;
  }

  .w-ultra-hd-100m60px {
    width: calc(100% - 60px) !important;
  }

  .w-ultra-hd-45p100px {
    width: calc(45% + 100px) !important;
  }

  .w-ultra-hd-100p148px {
    width: calc(100% + 148px) !important;
  }

  .w-ultra-hd-100p296px {
    width: calc(100% + 296px) !important;
  }

  .w-ultra-hd-100p192px {
    width: calc(100% + 192px) !important;
  }

  .w-ultra-hd-100p150px {
    width: calc(100% + 150px) !important;
  }

  .w-ultra-hd-100p92px {
    width: calc(100% + 92px) !important;
  }

  .w-ultra-hd-100pgutter {
    width: calc(100% + 0.75rem) !important;
  }

  .w-ultra-hd-100m100px {
    width: calc(100% - 100px) !important;
  }

  .w-ultra-hd-100m24px {
    width: calc(100% - 24px) !important;
  }

  .max-w-ultra-hd-0 {
    max-width: 0% !important;
  }

  .max-w-ultra-hd-5 {
    max-width: 5% !important;
  }

  .max-w-ultra-hd-10 {
    max-width: 10% !important;
  }

  .max-w-ultra-hd-15 {
    max-width: 15% !important;
  }

  .max-w-ultra-hd-20 {
    max-width: 20% !important;
  }

  .max-w-ultra-hd-25 {
    max-width: 25% !important;
  }

  .max-w-ultra-hd-30 {
    max-width: 30% !important;
  }

  .max-w-ultra-hd-35 {
    max-width: 35% !important;
  }

  .max-w-ultra-hd-40 {
    max-width: 40% !important;
  }

  .max-w-ultra-hd-45 {
    max-width: 45% !important;
  }

  .max-w-ultra-hd-50 {
    max-width: 50% !important;
  }

  .max-w-ultra-hd-55 {
    max-width: 55% !important;
  }

  .max-w-ultra-hd-60 {
    max-width: 60% !important;
  }

  .max-w-ultra-hd-65 {
    max-width: 65% !important;
  }

  .max-w-ultra-hd-70 {
    max-width: 70% !important;
  }

  .max-w-ultra-hd-71 {
    max-width: 71% !important;
  }

  .max-w-ultra-hd-75 {
    max-width: 75% !important;
  }

  .max-w-ultra-hd-80 {
    max-width: 80% !important;
  }

  .max-w-ultra-hd-85 {
    max-width: 85% !important;
  }

  .max-w-ultra-hd-90 {
    max-width: 90% !important;
  }

  .max-w-ultra-hd-95 {
    max-width: 95% !important;
  }

  .max-w-ultra-hd-100 {
    max-width: 100% !important;
  }

  .max-w-ultra-hd-150 {
    max-width: 150% !important;
  }

  .max-w-ultra-hd-300 {
    max-width: 300% !important;
  }

  .max-w-ultra-hd-400 {
    max-width: 400% !important;
  }

  .max-w-ultra-hd-500 {
    max-width: 500% !important;
  }

  .max-w-ultra-hd-600 {
    max-width: 600% !important;
  }

  .max-w-ultra-hd-700 {
    max-width: 700% !important;
  }

  .max-w-ultra-hd-800 {
    max-width: 800% !important;
  }

  .max-w-ultra-hd-auto {
    max-width: auto !important;
  }

  .max-w-ultra-hd-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  .max-w-ultra-hd-8px {
    max-width: 8px !important;
  }

  .max-w-ultra-hd-12px {
    max-width: 12px !important;
  }

  .max-w-ultra-hd-14px {
    max-width: 14px !important;
  }

  .max-w-ultra-hd-15px {
    max-width: 15px !important;
  }

  .max-w-ultra-hd-16px {
    max-width: 16px !important;
  }

  .max-w-ultra-hd-18px {
    max-width: 18px !important;
  }

  .max-w-ultra-hd-19px {
    max-width: 19px !important;
  }

  .max-w-ultra-hd-20px {
    max-width: 20px !important;
  }

  .max-w-ultra-hd-22px {
    max-width: 22px !important;
  }

  .max-w-ultra-hd-24px {
    max-width: 24px !important;
  }

  .max-w-ultra-hd-25px {
    max-width: 25px !important;
  }

  .max-w-ultra-hd-26px {
    max-width: 26px !important;
  }

  .max-w-ultra-hd-28px {
    max-width: 28px !important;
  }

  .max-w-ultra-hd-30px {
    max-width: 30px !important;
  }

  .max-w-ultra-hd-32px {
    max-width: 32px !important;
  }

  .max-w-ultra-hd-34px {
    max-width: 34px !important;
  }

  .max-w-ultra-hd-35px {
    max-width: 35px !important;
  }

  .max-w-ultra-hd-36px {
    max-width: 36px !important;
  }

  .max-w-ultra-hd-38px {
    max-width: 38px !important;
  }

  .max-w-ultra-hd-40px {
    max-width: 40px !important;
  }

  .max-w-ultra-hd-45px {
    max-width: 45px !important;
  }

  .max-w-ultra-hd-48px {
    max-width: 48px !important;
  }

  .max-w-ultra-hd-50px {
    max-width: 50px !important;
  }

  .max-w-ultra-hd-52px {
    max-width: 50px !important;
  }

  .max-w-ultra-hd-56px {
    max-width: 56px !important;
  }

  .max-w-ultra-hd-60px {
    max-width: 60px !important;
  }

  .max-w-ultra-hd-64px {
    max-width: 64px !important;
  }

  .max-w-ultra-hd-68px {
    max-width: 68px !important;
  }

  .max-w-ultra-hd-72px {
    max-width: 72px !important;
  }

  .max-w-ultra-hd-74px {
    max-width: 74px !important;
  }

  .max-w-ultra-hd-82px {
    max-width: 82px !important;
  }

  .max-w-ultra-hd-86px {
    max-width: 86px !important;
  }

  .max-w-ultra-hd-80px {
    max-width: 80px !important;
  }

  .max-w-ultra-hd-88px {
    max-width: 88px !important;
  }

  .max-w-ultra-hd-96px {
    max-width: 96px !important;
  }

  .max-w-ultra-hd-100px {
    max-width: 100px !important;
  }

  .max-w-ultra-hd-110px {
    max-width: 110px !important;
  }

  .max-w-ultra-hd-116px {
    max-width: 116px !important;
  }

  .max-w-ultra-hd-120px {
    max-width: 120px !important;
  }

  .max-w-ultra-hd-150px {
    max-width: 150px !important;
  }

  .max-w-ultra-hd-162px {
    max-width: 162px !important;
  }

  .max-w-ultra-hd-168px {
    max-width: 168px !important;
  }

  .max-w-ultra-hd-165px {
    max-width: 165px !important;
  }

  .max-w-ultra-hd-190px {
    max-width: 190px !important;
  }

  .max-w-ultra-hd-200px {
    max-width: 200px !important;
  }

  .max-w-ultra-hd-202px {
    max-width: 202px !important;
  }

  .max-w-ultra-hd-205px {
    max-width: 205px !important;
  }

  .max-w-ultra-hd-208px {
    max-width: 208px !important;
  }

  .max-w-ultra-hd-210px {
    max-width: 210px !important;
  }

  .max-w-ultra-hd-212px {
    max-width: 212px !important;
  }

  .max-w-ultra-hd-214px {
    max-width: 214px !important;
  }

  .max-w-ultra-hd-216px {
    max-width: 216px !important;
  }

  .max-w-ultra-hd-220px {
    max-width: 220px !important;
  }

  .max-w-ultra-hd-226px {
    max-width: 226px !important;
  }

  .max-w-ultra-hd-230px {
    max-width: 230px !important;
  }

  .max-w-ultra-hd-250px {
    max-width: 250px !important;
  }

  .max-w-ultra-hd-356px {
    max-width: 356px !important;
  }

  .max-w-ultra-hd-262px {
    max-width: 262px !important;
  }

  .max-w-ultra-hd-266px {
    max-width: 266px !important;
  }

  .max-w-ultra-hd-368px {
    max-width: 368px !important;
  }

  .max-w-ultra-hd-376px {
    max-width: 376px !important;
  }

  .max-w-ultra-hd-279px {
    max-width: 279px !important;
  }

  .max-w-ultra-hd-260px {
    max-width: 260px !important;
  }

  .max-w-ultra-hd-278px {
    max-width: 278px !important;
  }

  .max-w-ultra-hd-394px {
    max-width: 394px !important;
  }

  .max-w-ultra-hd-300px {
    max-width: 300px !important;
  }

  .max-w-ultra-hd-400px {
    max-width: 400px !important;
  }

  .max-w-ultra-hd-417px {
    max-width: 417px !important;
  }

  .max-w-ultra-hd-420px {
    max-width: 420px !important;
  }

  .max-w-ultra-hd-434px {
    max-width: 434px !important;
  }

  .max-w-ultra-hd-456px {
    max-width: 456px !important;
  }

  .max-w-ultra-hd-460px {
    max-width: 460px !important;
  }

  .max-w-ultra-hd-476px {
    max-width: 476px !important;
  }

  .max-w-ultra-hd-530px {
    max-width: 530px !important;
  }

  .max-w-ultra-hd-570px {
    max-width: 570px !important;
  }

  .max-w-ultra-hd-600px {
    max-width: 600px !important;
  }

  .max-w-ultra-hd-720px {
    max-width: 720px !important;
  }

  .max-w-ultra-hd-100p5 {
    max-width: calc(100% + 3rem) !important;
  }

  .max-w-ultra-hd-100p62px {
    max-width: calc(100% + 62px) !important;
  }

  .max-w-ultra-hd-100p120px {
    max-width: calc(100% + 120px) !important;
  }

  .max-w-ultra-hd-100p60px {
    max-width: calc(100% + 60px) !important;
  }

  .max-w-ultra-hd-100p196px {
    max-width: calc(100% + 196px) !important;
  }

  .max-w-ultra-hd-100m60px {
    max-width: calc(100% - 60px) !important;
  }

  .max-w-ultra-hd-45p100px {
    max-width: calc(45% + 100px) !important;
  }

  .max-w-ultra-hd-100p148px {
    max-width: calc(100% + 148px) !important;
  }

  .max-w-ultra-hd-100p296px {
    max-width: calc(100% + 296px) !important;
  }

  .max-w-ultra-hd-100p192px {
    max-width: calc(100% + 192px) !important;
  }

  .max-w-ultra-hd-100p150px {
    max-width: calc(100% + 150px) !important;
  }

  .max-w-ultra-hd-100p92px {
    max-width: calc(100% + 92px) !important;
  }

  .max-w-ultra-hd-100pgutter {
    max-width: calc(100% + 0.75rem) !important;
  }

  .max-w-ultra-hd-100m100px {
    max-width: calc(100% - 100px) !important;
  }

  .max-w-ultra-hd-100m24px {
    max-width: calc(100% - 24px) !important;
  }

  .h-ultra-hd-0 {
    height: 0% !important;
  }

  .h-ultra-hd-5 {
    height: 5% !important;
  }

  .h-ultra-hd-10 {
    height: 10% !important;
  }

  .h-ultra-hd-15 {
    height: 15% !important;
  }

  .h-ultra-hd-20 {
    height: 20% !important;
  }

  .h-ultra-hd-25 {
    height: 25% !important;
  }

  .h-ultra-hd-30 {
    height: 30% !important;
  }

  .h-ultra-hd-35 {
    height: 35% !important;
  }

  .h-ultra-hd-40 {
    height: 40% !important;
  }

  .h-ultra-hd-45 {
    height: 45% !important;
  }

  .h-ultra-hd-50 {
    height: 50% !important;
  }

  .h-ultra-hd-55 {
    height: 55% !important;
  }

  .h-ultra-hd-60 {
    height: 60% !important;
  }

  .h-ultra-hd-65 {
    height: 65% !important;
  }

  .h-ultra-hd-70 {
    height: 70% !important;
  }

  .h-ultra-hd-71 {
    height: 71% !important;
  }

  .h-ultra-hd-75 {
    height: 75% !important;
  }

  .h-ultra-hd-80 {
    height: 80% !important;
  }

  .h-ultra-hd-85 {
    height: 85% !important;
  }

  .h-ultra-hd-90 {
    height: 90% !important;
  }

  .h-ultra-hd-95 {
    height: 95% !important;
  }

  .h-ultra-hd-100 {
    height: 100% !important;
  }

  .h-ultra-hd-150 {
    height: 150% !important;
  }

  .h-ultra-hd-300 {
    height: 300% !important;
  }

  .h-ultra-hd-400 {
    height: 400% !important;
  }

  .h-ultra-hd-500 {
    height: 500% !important;
  }

  .h-ultra-hd-600 {
    height: 600% !important;
  }

  .h-ultra-hd-700 {
    height: 700% !important;
  }

  .h-ultra-hd-800 {
    height: 800% !important;
  }

  .h-ultra-hd-auto {
    height: auto !important;
  }

  .h-ultra-hd-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .h-ultra-hd-8px {
    height: 8px !important;
  }

  .h-ultra-hd-12px {
    height: 12px !important;
  }

  .h-ultra-hd-14px {
    height: 14px !important;
  }

  .h-ultra-hd-15px {
    height: 15px !important;
  }

  .h-ultra-hd-16px {
    height: 16px !important;
  }

  .h-ultra-hd-18px {
    height: 18px !important;
  }

  .h-ultra-hd-19px {
    height: 19px !important;
  }

  .h-ultra-hd-20px {
    height: 20px !important;
  }

  .h-ultra-hd-22px {
    height: 22px !important;
  }

  .h-ultra-hd-24px {
    height: 24px !important;
  }

  .h-ultra-hd-25px {
    height: 25px !important;
  }

  .h-ultra-hd-26px {
    height: 26px !important;
  }

  .h-ultra-hd-28px {
    height: 28px !important;
  }

  .h-ultra-hd-30px {
    height: 30px !important;
  }

  .h-ultra-hd-32px {
    height: 32px !important;
  }

  .h-ultra-hd-34px {
    height: 34px !important;
  }

  .h-ultra-hd-35px {
    height: 35px !important;
  }

  .h-ultra-hd-36px {
    height: 36px !important;
  }

  .h-ultra-hd-38px {
    height: 38px !important;
  }

  .h-ultra-hd-40px {
    height: 40px !important;
  }

  .h-ultra-hd-45px {
    height: 45px !important;
  }

  .h-ultra-hd-48px {
    height: 48px !important;
  }

  .h-ultra-hd-50px {
    height: 50px !important;
  }

  .h-ultra-hd-52px {
    height: 50px !important;
  }

  .h-ultra-hd-56px {
    height: 56px !important;
  }

  .h-ultra-hd-60px {
    height: 60px !important;
  }

  .h-ultra-hd-64px {
    height: 64px !important;
  }

  .h-ultra-hd-68px {
    height: 68px !important;
  }

  .h-ultra-hd-72px {
    height: 72px !important;
  }

  .h-ultra-hd-74px {
    height: 74px !important;
  }

  .h-ultra-hd-82px {
    height: 82px !important;
  }

  .h-ultra-hd-86px {
    height: 86px !important;
  }

  .h-ultra-hd-80px {
    height: 80px !important;
  }

  .h-ultra-hd-88px {
    height: 88px !important;
  }

  .h-ultra-hd-96px {
    height: 96px !important;
  }

  .h-ultra-hd-100px {
    height: 100px !important;
  }

  .h-ultra-hd-110px {
    height: 110px !important;
  }

  .h-ultra-hd-116px {
    height: 116px !important;
  }

  .h-ultra-hd-120px {
    height: 120px !important;
  }

  .h-ultra-hd-150px {
    height: 150px !important;
  }

  .h-ultra-hd-162px {
    height: 162px !important;
  }

  .h-ultra-hd-168px {
    height: 168px !important;
  }

  .h-ultra-hd-165px {
    height: 165px !important;
  }

  .h-ultra-hd-190px {
    height: 190px !important;
  }

  .h-ultra-hd-200px {
    height: 200px !important;
  }

  .h-ultra-hd-202px {
    height: 202px !important;
  }

  .h-ultra-hd-205px {
    height: 205px !important;
  }

  .h-ultra-hd-208px {
    height: 208px !important;
  }

  .h-ultra-hd-210px {
    height: 210px !important;
  }

  .h-ultra-hd-212px {
    height: 212px !important;
  }

  .h-ultra-hd-214px {
    height: 214px !important;
  }

  .h-ultra-hd-216px {
    height: 216px !important;
  }

  .h-ultra-hd-220px {
    height: 220px !important;
  }

  .h-ultra-hd-226px {
    height: 226px !important;
  }

  .h-ultra-hd-230px {
    height: 230px !important;
  }

  .h-ultra-hd-250px {
    height: 250px !important;
  }

  .h-ultra-hd-356px {
    height: 356px !important;
  }

  .h-ultra-hd-262px {
    height: 262px !important;
  }

  .h-ultra-hd-266px {
    height: 266px !important;
  }

  .h-ultra-hd-368px {
    height: 368px !important;
  }

  .h-ultra-hd-376px {
    height: 376px !important;
  }

  .h-ultra-hd-279px {
    height: 279px !important;
  }

  .h-ultra-hd-260px {
    height: 260px !important;
  }

  .h-ultra-hd-278px {
    height: 278px !important;
  }

  .h-ultra-hd-394px {
    height: 394px !important;
  }

  .h-ultra-hd-300px {
    height: 300px !important;
  }

  .h-ultra-hd-400px {
    height: 400px !important;
  }

  .h-ultra-hd-417px {
    height: 417px !important;
  }

  .h-ultra-hd-420px {
    height: 420px !important;
  }

  .h-ultra-hd-434px {
    height: 434px !important;
  }

  .h-ultra-hd-456px {
    height: 456px !important;
  }

  .h-ultra-hd-460px {
    height: 460px !important;
  }

  .h-ultra-hd-476px {
    height: 476px !important;
  }

  .h-ultra-hd-530px {
    height: 530px !important;
  }

  .h-ultra-hd-570px {
    height: 570px !important;
  }

  .h-ultra-hd-600px {
    height: 600px !important;
  }

  .h-ultra-hd-720px {
    height: 720px !important;
  }

  .h-ultra-hd-100p5 {
    height: calc(100% + 3rem) !important;
  }

  .h-ultra-hd-100p62px {
    height: calc(100% + 62px) !important;
  }

  .h-ultra-hd-100p120px {
    height: calc(100% + 120px) !important;
  }

  .h-ultra-hd-100p60px {
    height: calc(100% + 60px) !important;
  }

  .h-ultra-hd-100p196px {
    height: calc(100% + 196px) !important;
  }

  .h-ultra-hd-100m60px {
    height: calc(100% - 60px) !important;
  }

  .h-ultra-hd-45p100px {
    height: calc(45% + 100px) !important;
  }

  .h-ultra-hd-100p148px {
    height: calc(100% + 148px) !important;
  }

  .h-ultra-hd-100p296px {
    height: calc(100% + 296px) !important;
  }

  .h-ultra-hd-100p192px {
    height: calc(100% + 192px) !important;
  }

  .h-ultra-hd-100p150px {
    height: calc(100% + 150px) !important;
  }

  .h-ultra-hd-100p92px {
    height: calc(100% + 92px) !important;
  }

  .h-ultra-hd-100pgutter {
    height: calc(100% + 0.75rem) !important;
  }

  .h-ultra-hd-100m100px {
    height: calc(100% - 100px) !important;
  }

  .h-ultra-hd-100m24px {
    height: calc(100% - 24px) !important;
  }

  .max-h-ultra-hd-0 {
    max-height: 0% !important;
  }

  .max-h-ultra-hd-5 {
    max-height: 5% !important;
  }

  .max-h-ultra-hd-10 {
    max-height: 10% !important;
  }

  .max-h-ultra-hd-15 {
    max-height: 15% !important;
  }

  .max-h-ultra-hd-20 {
    max-height: 20% !important;
  }

  .max-h-ultra-hd-25 {
    max-height: 25% !important;
  }

  .max-h-ultra-hd-30 {
    max-height: 30% !important;
  }

  .max-h-ultra-hd-35 {
    max-height: 35% !important;
  }

  .max-h-ultra-hd-40 {
    max-height: 40% !important;
  }

  .max-h-ultra-hd-45 {
    max-height: 45% !important;
  }

  .max-h-ultra-hd-50 {
    max-height: 50% !important;
  }

  .max-h-ultra-hd-55 {
    max-height: 55% !important;
  }

  .max-h-ultra-hd-60 {
    max-height: 60% !important;
  }

  .max-h-ultra-hd-65 {
    max-height: 65% !important;
  }

  .max-h-ultra-hd-70 {
    max-height: 70% !important;
  }

  .max-h-ultra-hd-71 {
    max-height: 71% !important;
  }

  .max-h-ultra-hd-75 {
    max-height: 75% !important;
  }

  .max-h-ultra-hd-80 {
    max-height: 80% !important;
  }

  .max-h-ultra-hd-85 {
    max-height: 85% !important;
  }

  .max-h-ultra-hd-90 {
    max-height: 90% !important;
  }

  .max-h-ultra-hd-95 {
    max-height: 95% !important;
  }

  .max-h-ultra-hd-100 {
    max-height: 100% !important;
  }

  .max-h-ultra-hd-150 {
    max-height: 150% !important;
  }

  .max-h-ultra-hd-300 {
    max-height: 300% !important;
  }

  .max-h-ultra-hd-400 {
    max-height: 400% !important;
  }

  .max-h-ultra-hd-500 {
    max-height: 500% !important;
  }

  .max-h-ultra-hd-600 {
    max-height: 600% !important;
  }

  .max-h-ultra-hd-700 {
    max-height: 700% !important;
  }

  .max-h-ultra-hd-800 {
    max-height: 800% !important;
  }

  .max-h-ultra-hd-auto {
    max-height: auto !important;
  }

  .max-h-ultra-hd-fit-content {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }

  .max-h-ultra-hd-8px {
    max-height: 8px !important;
  }

  .max-h-ultra-hd-12px {
    max-height: 12px !important;
  }

  .max-h-ultra-hd-14px {
    max-height: 14px !important;
  }

  .max-h-ultra-hd-15px {
    max-height: 15px !important;
  }

  .max-h-ultra-hd-16px {
    max-height: 16px !important;
  }

  .max-h-ultra-hd-18px {
    max-height: 18px !important;
  }

  .max-h-ultra-hd-19px {
    max-height: 19px !important;
  }

  .max-h-ultra-hd-20px {
    max-height: 20px !important;
  }

  .max-h-ultra-hd-22px {
    max-height: 22px !important;
  }

  .max-h-ultra-hd-24px {
    max-height: 24px !important;
  }

  .max-h-ultra-hd-25px {
    max-height: 25px !important;
  }

  .max-h-ultra-hd-26px {
    max-height: 26px !important;
  }

  .max-h-ultra-hd-28px {
    max-height: 28px !important;
  }

  .max-h-ultra-hd-30px {
    max-height: 30px !important;
  }

  .max-h-ultra-hd-32px {
    max-height: 32px !important;
  }

  .max-h-ultra-hd-34px {
    max-height: 34px !important;
  }

  .max-h-ultra-hd-35px {
    max-height: 35px !important;
  }

  .max-h-ultra-hd-36px {
    max-height: 36px !important;
  }

  .max-h-ultra-hd-38px {
    max-height: 38px !important;
  }

  .max-h-ultra-hd-40px {
    max-height: 40px !important;
  }

  .max-h-ultra-hd-45px {
    max-height: 45px !important;
  }

  .max-h-ultra-hd-48px {
    max-height: 48px !important;
  }

  .max-h-ultra-hd-50px {
    max-height: 50px !important;
  }

  .max-h-ultra-hd-52px {
    max-height: 50px !important;
  }

  .max-h-ultra-hd-56px {
    max-height: 56px !important;
  }

  .max-h-ultra-hd-60px {
    max-height: 60px !important;
  }

  .max-h-ultra-hd-64px {
    max-height: 64px !important;
  }

  .max-h-ultra-hd-68px {
    max-height: 68px !important;
  }

  .max-h-ultra-hd-72px {
    max-height: 72px !important;
  }

  .max-h-ultra-hd-74px {
    max-height: 74px !important;
  }

  .max-h-ultra-hd-82px {
    max-height: 82px !important;
  }

  .max-h-ultra-hd-86px {
    max-height: 86px !important;
  }

  .max-h-ultra-hd-80px {
    max-height: 80px !important;
  }

  .max-h-ultra-hd-88px {
    max-height: 88px !important;
  }

  .max-h-ultra-hd-96px {
    max-height: 96px !important;
  }

  .max-h-ultra-hd-100px {
    max-height: 100px !important;
  }

  .max-h-ultra-hd-110px {
    max-height: 110px !important;
  }

  .max-h-ultra-hd-116px {
    max-height: 116px !important;
  }

  .max-h-ultra-hd-120px {
    max-height: 120px !important;
  }

  .max-h-ultra-hd-150px {
    max-height: 150px !important;
  }

  .max-h-ultra-hd-162px {
    max-height: 162px !important;
  }

  .max-h-ultra-hd-168px {
    max-height: 168px !important;
  }

  .max-h-ultra-hd-165px {
    max-height: 165px !important;
  }

  .max-h-ultra-hd-190px {
    max-height: 190px !important;
  }

  .max-h-ultra-hd-200px {
    max-height: 200px !important;
  }

  .max-h-ultra-hd-202px {
    max-height: 202px !important;
  }

  .max-h-ultra-hd-205px {
    max-height: 205px !important;
  }

  .max-h-ultra-hd-208px {
    max-height: 208px !important;
  }

  .max-h-ultra-hd-210px {
    max-height: 210px !important;
  }

  .max-h-ultra-hd-212px {
    max-height: 212px !important;
  }

  .max-h-ultra-hd-214px {
    max-height: 214px !important;
  }

  .max-h-ultra-hd-216px {
    max-height: 216px !important;
  }

  .max-h-ultra-hd-220px {
    max-height: 220px !important;
  }

  .max-h-ultra-hd-226px {
    max-height: 226px !important;
  }

  .max-h-ultra-hd-230px {
    max-height: 230px !important;
  }

  .max-h-ultra-hd-250px {
    max-height: 250px !important;
  }

  .max-h-ultra-hd-356px {
    max-height: 356px !important;
  }

  .max-h-ultra-hd-262px {
    max-height: 262px !important;
  }

  .max-h-ultra-hd-266px {
    max-height: 266px !important;
  }

  .max-h-ultra-hd-368px {
    max-height: 368px !important;
  }

  .max-h-ultra-hd-376px {
    max-height: 376px !important;
  }

  .max-h-ultra-hd-279px {
    max-height: 279px !important;
  }

  .max-h-ultra-hd-260px {
    max-height: 260px !important;
  }

  .max-h-ultra-hd-278px {
    max-height: 278px !important;
  }

  .max-h-ultra-hd-394px {
    max-height: 394px !important;
  }

  .max-h-ultra-hd-300px {
    max-height: 300px !important;
  }

  .max-h-ultra-hd-400px {
    max-height: 400px !important;
  }

  .max-h-ultra-hd-417px {
    max-height: 417px !important;
  }

  .max-h-ultra-hd-420px {
    max-height: 420px !important;
  }

  .max-h-ultra-hd-434px {
    max-height: 434px !important;
  }

  .max-h-ultra-hd-456px {
    max-height: 456px !important;
  }

  .max-h-ultra-hd-460px {
    max-height: 460px !important;
  }

  .max-h-ultra-hd-476px {
    max-height: 476px !important;
  }

  .max-h-ultra-hd-530px {
    max-height: 530px !important;
  }

  .max-h-ultra-hd-570px {
    max-height: 570px !important;
  }

  .max-h-ultra-hd-600px {
    max-height: 600px !important;
  }

  .max-h-ultra-hd-720px {
    max-height: 720px !important;
  }

  .max-h-ultra-hd-100p5 {
    max-height: calc(100% + 3rem) !important;
  }

  .max-h-ultra-hd-100p62px {
    max-height: calc(100% + 62px) !important;
  }

  .max-h-ultra-hd-100p120px {
    max-height: calc(100% + 120px) !important;
  }

  .max-h-ultra-hd-100p60px {
    max-height: calc(100% + 60px) !important;
  }

  .max-h-ultra-hd-100p196px {
    max-height: calc(100% + 196px) !important;
  }

  .max-h-ultra-hd-100m60px {
    max-height: calc(100% - 60px) !important;
  }

  .max-h-ultra-hd-45p100px {
    max-height: calc(45% + 100px) !important;
  }

  .max-h-ultra-hd-100p148px {
    max-height: calc(100% + 148px) !important;
  }

  .max-h-ultra-hd-100p296px {
    max-height: calc(100% + 296px) !important;
  }

  .max-h-ultra-hd-100p192px {
    max-height: calc(100% + 192px) !important;
  }

  .max-h-ultra-hd-100p150px {
    max-height: calc(100% + 150px) !important;
  }

  .max-h-ultra-hd-100p92px {
    max-height: calc(100% + 92px) !important;
  }

  .max-h-ultra-hd-100pgutter {
    max-height: calc(100% + 0.75rem) !important;
  }

  .max-h-ultra-hd-100m100px {
    max-height: calc(100% - 100px) !important;
  }

  .max-h-ultra-hd-100m24px {
    max-height: calc(100% - 24px) !important;
  }

  .flex-ultra-hd-fill {
    flex: 1 1 auto !important;
  }

  .flex-ultra-hd-row {
    flex-direction: row !important;
  }

  .flex-ultra-hd-column {
    flex-direction: column !important;
  }

  .flex-ultra-hd-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-ultra-hd-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-ultra-hd-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-ultra-hd-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-ultra-hd-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-ultra-hd-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-ultra-hd-wrap {
    flex-wrap: wrap !important;
  }

  .flex-ultra-hd-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-ultra-hd-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-ultra-hd-start {
    justify-content: flex-start !important;
  }

  .justify-content-ultra-hd-end {
    justify-content: flex-end !important;
  }

  .justify-content-ultra-hd-center {
    justify-content: center !important;
  }

  .justify-content-ultra-hd-between {
    justify-content: space-between !important;
  }

  .justify-content-ultra-hd-around {
    justify-content: space-around !important;
  }

  .justify-content-ultra-hd-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-ultra-hd-start {
    align-items: flex-start !important;
  }

  .align-items-ultra-hd-end {
    align-items: flex-end !important;
  }

  .align-items-ultra-hd-center {
    align-items: center !important;
  }

  .align-items-ultra-hd-baseline {
    align-items: baseline !important;
  }

  .align-items-ultra-hd-stretch {
    align-items: stretch !important;
  }

  .align-content-ultra-hd-start {
    align-content: flex-start !important;
  }

  .align-content-ultra-hd-end {
    align-content: flex-end !important;
  }

  .align-content-ultra-hd-center {
    align-content: center !important;
  }

  .align-content-ultra-hd-between {
    align-content: space-between !important;
  }

  .align-content-ultra-hd-around {
    align-content: space-around !important;
  }

  .align-content-ultra-hd-stretch {
    align-content: stretch !important;
  }

  .align-self-ultra-hd-auto {
    align-self: auto !important;
  }

  .align-self-ultra-hd-start {
    align-self: flex-start !important;
  }

  .align-self-ultra-hd-end {
    align-self: flex-end !important;
  }

  .align-self-ultra-hd-center {
    align-self: center !important;
  }

  .align-self-ultra-hd-baseline {
    align-self: baseline !important;
  }

  .align-self-ultra-hd-stretch {
    align-self: stretch !important;
  }

  .order-ultra-hd-first {
    order: -1 !important;
  }

  .order-ultra-hd-0 {
    order: 0 !important;
  }

  .order-ultra-hd-1 {
    order: 1 !important;
  }

  .order-ultra-hd-2 {
    order: 2 !important;
  }

  .order-ultra-hd-3 {
    order: 3 !important;
  }

  .order-ultra-hd-4 {
    order: 4 !important;
  }

  .order-ultra-hd-5 {
    order: 5 !important;
  }

  .order-ultra-hd-last {
    order: 6 !important;
  }

  .m-ultra-hd-0 {
    margin: 0 !important;
  }

  .m-ultra-hd-1 {
    margin: 0.25rem !important;
  }

  .m-ultra-hd-2 {
    margin: 0.5rem !important;
  }

  .m-ultra-hd-3 {
    margin: 1rem !important;
  }

  .m-ultra-hd-4 {
    margin: 1.5rem !important;
  }

  .m-ultra-hd-5 {
    margin: 3rem !important;
  }

  .m-ultra-hd-gutter {
    margin: 0.75rem !important;
  }

  .m-ultra-hd-40px {
    margin: 40px !important;
  }

  .m-ultra-hd-auto {
    margin: auto !important;
  }

  .mx-ultra-hd-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-ultra-hd-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-ultra-hd-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-ultra-hd-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-ultra-hd-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-ultra-hd-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-ultra-hd-gutter {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-ultra-hd-40px {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-ultra-hd-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-ultra-hd-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-ultra-hd-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-ultra-hd-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-ultra-hd-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-ultra-hd-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-ultra-hd-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-ultra-hd-gutter {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-ultra-hd-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-ultra-hd-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-ultra-hd-0 {
    margin-top: 0 !important;
  }

  .mt-ultra-hd-1 {
    margin-top: 0.25rem !important;
  }

  .mt-ultra-hd-2 {
    margin-top: 0.5rem !important;
  }

  .mt-ultra-hd-3 {
    margin-top: 1rem !important;
  }

  .mt-ultra-hd-4 {
    margin-top: 1.5rem !important;
  }

  .mt-ultra-hd-5 {
    margin-top: 3rem !important;
  }

  .mt-ultra-hd-gutter {
    margin-top: 0.75rem !important;
  }

  .mt-ultra-hd-40px {
    margin-top: 40px !important;
  }

  .mt-ultra-hd-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .me-ultra-hd-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .me-ultra-hd-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .me-ultra-hd-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .me-ultra-hd-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .me-ultra-hd-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .me-ultra-hd-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .me-ultra-hd-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .me-ultra-hd-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .me-ultra-hd-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .me-ultra-hd-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .me-ultra-hd-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .me-ultra-hd-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .me-ultra-hd-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="rtl"] .me-ultra-hd-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="ltr"] .me-ultra-hd-40px {
    margin-right: 40px !important;
  }

  [dir="rtl"] .me-ultra-hd-40px {
    margin-left: 40px !important;
  }

  [dir="ltr"] .me-ultra-hd-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .me-ultra-hd-auto {
    margin-left: auto !important;
  }

  .mb-ultra-hd-0 {
    margin-bottom: 0 !important;
  }

  .mb-ultra-hd-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-ultra-hd-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-ultra-hd-3 {
    margin-bottom: 1rem !important;
  }

  .mb-ultra-hd-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-ultra-hd-5 {
    margin-bottom: 3rem !important;
  }

  .mb-ultra-hd-gutter {
    margin-bottom: 0.75rem !important;
  }

  .mb-ultra-hd-40px {
    margin-bottom: 40px !important;
  }

  .mb-ultra-hd-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ms-ultra-hd-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ms-ultra-hd-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .ms-ultra-hd-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-40px {
    margin-left: 40px !important;
  }

  [dir="rtl"] .ms-ultra-hd-40px {
    margin-right: 40px !important;
  }

  [dir="ltr"] .ms-ultra-hd-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ms-ultra-hd-auto {
    margin-right: auto !important;
  }

  .m-ultra-hd-n1 {
    margin: -0.25rem !important;
  }

  .m-ultra-hd-n2 {
    margin: -0.5rem !important;
  }

  .m-ultra-hd-n3 {
    margin: -1rem !important;
  }

  .m-ultra-hd-n4 {
    margin: -1.5rem !important;
  }

  .m-ultra-hd-n5 {
    margin: -3rem !important;
  }

  .m-ultra-hd-ngutter {
    margin: -0.75rem !important;
  }

  .m-ultra-hd-n40px {
    margin: -40px !important;
  }

  .mx-ultra-hd-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-ultra-hd-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-ultra-hd-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-ultra-hd-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-ultra-hd-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-ultra-hd-ngutter {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-ultra-hd-n40px {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .my-ultra-hd-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-ultra-hd-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-ultra-hd-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-ultra-hd-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-ultra-hd-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-ultra-hd-ngutter {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-ultra-hd-n40px {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .mt-ultra-hd-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-ultra-hd-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-ultra-hd-n3 {
    margin-top: -1rem !important;
  }

  .mt-ultra-hd-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-ultra-hd-n5 {
    margin-top: -3rem !important;
  }

  .mt-ultra-hd-ngutter {
    margin-top: -0.75rem !important;
  }

  .mt-ultra-hd-n40px {
    margin-top: -40px !important;
  }

  [dir="ltr"] .me-ultra-hd-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n3 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n3 {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n5 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n5 {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-ultra-hd-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-ultra-hd-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-ultra-hd-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-ultra-hd-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-ultra-hd-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-ultra-hd-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-ultra-hd-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-ultra-hd-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-ultra-hd-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-ultra-hd-n40px {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-ultra-hd-n40px {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-ultra-hd-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-ultra-hd-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-ultra-hd-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-ultra-hd-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-ultra-hd-n40px-active:active {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-ultra-hd-n40px-active:active {
    margin-left: -40px !important;
  }

  .mb-ultra-hd-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-ultra-hd-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-ultra-hd-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-ultra-hd-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-ultra-hd-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-ultra-hd-ngutter {
    margin-bottom: -0.75rem !important;
  }

  .mb-ultra-hd-n40px {
    margin-bottom: -40px !important;
  }

  [dir="ltr"] .ms-ultra-hd-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n3 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n3 {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n5 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n5 {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-ultra-hd-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-ultra-hd-n40px {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-ultra-hd-n40px {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-ultra-hd-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-ultra-hd-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-ultra-hd-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-ultra-hd-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-ultra-hd-n40px-active:active {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-ultra-hd-n40px-active:active {
    margin-right: -40px !important;
  }

  .p-ultra-hd-0 {
    padding: 0 !important;
  }

  .p-ultra-hd-1 {
    padding: 0.25rem !important;
  }

  .p-ultra-hd-2 {
    padding: 0.5rem !important;
  }

  .p-ultra-hd-3 {
    padding: 1rem !important;
  }

  .p-ultra-hd-4 {
    padding: 1.5rem !important;
  }

  .p-ultra-hd-5 {
    padding: 3rem !important;
  }

  .p-ultra-hd-gutter {
    padding: 0.75rem !important;
  }

  .p-ultra-hd-40px {
    padding: 40px !important;
  }

  .px-ultra-hd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-ultra-hd-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-ultra-hd-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-ultra-hd-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-ultra-hd-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-ultra-hd-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-ultra-hd-gutter {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-ultra-hd-40px {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-ultra-hd-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-ultra-hd-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-ultra-hd-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-ultra-hd-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-ultra-hd-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-ultra-hd-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-ultra-hd-gutter {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-ultra-hd-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .pt-ultra-hd-0 {
    padding-top: 0 !important;
  }

  .pt-ultra-hd-1 {
    padding-top: 0.25rem !important;
  }

  .pt-ultra-hd-2 {
    padding-top: 0.5rem !important;
  }

  .pt-ultra-hd-3 {
    padding-top: 1rem !important;
  }

  .pt-ultra-hd-4 {
    padding-top: 1.5rem !important;
  }

  .pt-ultra-hd-5 {
    padding-top: 3rem !important;
  }

  .pt-ultra-hd-gutter {
    padding-top: 0.75rem !important;
  }

  .pt-ultra-hd-40px {
    padding-top: 40px !important;
  }

  [dir="ltr"] .pe-ultra-hd-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-ultra-hd-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-ultra-hd-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-ultra-hd-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-ultra-hd-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-ultra-hd-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-ultra-hd-0-active:active {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-ultra-hd-0-active:active {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-ultra-hd-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-5 {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-ultra-hd-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-ultra-hd-40px {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-ultra-hd-40px {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-ultra-hd-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-ultra-hd-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-ultra-hd-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-ultra-hd-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-ultra-hd-40px-active:active {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-ultra-hd-40px-active:active {
    padding-left: 40px !important;
  }

  .pb-ultra-hd-0 {
    padding-bottom: 0 !important;
  }

  .pb-ultra-hd-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-ultra-hd-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-ultra-hd-3 {
    padding-bottom: 1rem !important;
  }

  .pb-ultra-hd-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-ultra-hd-5 {
    padding-bottom: 3rem !important;
  }

  .pb-ultra-hd-gutter {
    padding-bottom: 0.75rem !important;
  }

  .pb-ultra-hd-40px {
    padding-bottom: 40px !important;
  }

  [dir="ltr"] .ps-ultra-hd-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-ultra-hd-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-ultra-hd-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-ultra-hd-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-ultra-hd-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-ultra-hd-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-ultra-hd-0-active:active {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-ultra-hd-0-active:active {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-ultra-hd-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-5 {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-ultra-hd-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-ultra-hd-40px {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-ultra-hd-40px {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-ultra-hd-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-ultra-hd-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-ultra-hd-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-ultra-hd-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-ultra-hd-40px-active:active {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-ultra-hd-40px-active:active {
    padding-right: 40px !important;
  }

  .gap-ultra-hd-0 {
    gap: 0 !important;
  }

  .gap-ultra-hd-1 {
    gap: 0.25rem !important;
  }

  .gap-ultra-hd-2 {
    gap: 0.5rem !important;
  }

  .gap-ultra-hd-3 {
    gap: 1rem !important;
  }

  .gap-ultra-hd-4 {
    gap: 1.5rem !important;
  }

  .gap-ultra-hd-5 {
    gap: 3rem !important;
  }

  .gap-ultra-hd-gutter {
    gap: 0.75rem !important;
  }

  .gap-ultra-hd-40px {
    gap: 40px !important;
  }

  .row-gap-ultra-hd-0 {
    row-gap: 0 !important;
  }

  .row-gap-ultra-hd-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-ultra-hd-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-ultra-hd-3 {
    row-gap: 1rem !important;
  }

  .row-gap-ultra-hd-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-ultra-hd-5 {
    row-gap: 3rem !important;
  }

  .row-gap-ultra-hd-gutter {
    row-gap: 0.75rem !important;
  }

  .row-gap-ultra-hd-40px {
    row-gap: 40px !important;
  }

  .column-gap-ultra-hd-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .column-gap-ultra-hd-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .column-gap-ultra-hd-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .column-gap-ultra-hd-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .column-gap-ultra-hd-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .column-gap-ultra-hd-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .column-gap-ultra-hd-gutter {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .column-gap-ultra-hd-40px {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .fs-ultra-hd-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-ultra-hd-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-ultra-hd-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-ultra-hd-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-ultra-hd-5 {
    font-size: 1.25rem !important;
  }

  .fs-ultra-hd-6 {
    font-size: 1rem !important;
  }
  /* rtl:begin:remove */
  .lh-ultra-hd-1 {
    line-height: 1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-ultra-hd-1p1 {
    line-height: 1.1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-ultra-hd-1p2 {
    line-height: 1.2 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-ultra-hd-1p5 {
    line-height: 1.5 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-ultra-hd-1p7 {
    line-height: 1.7 !important;
  }
  /* rtl:end:remove */
  [dir="ltr"] .text-ultra-hd-start {
    text-align: left !important;
  }

  [dir="rtl"] .text-ultra-hd-start {
    text-align: right !important;
  }

  [dir="ltr"] .text-ultra-hd-end {
    text-align: right !important;
  }

  [dir="rtl"] .text-ultra-hd-end {
    text-align: left !important;
  }

  .text-ultra-hd-center {
    text-align: center !important;
  }

  .text-ultra-hd-justify {
    text-align: justify !important;
  }

  .text-ultra-hd-primary {
    color: #c3ff7c !important;
  }

  .text-ultra-hd-secondary {
    color: #6c757d !important;
  }

  .text-ultra-hd-success {
    color: #198754 !important;
  }

  .text-ultra-hd-info {
    color: #0dcaf0 !important;
  }

  .text-ultra-hd-warning {
    color: #ffc107 !important;
  }

  .text-ultra-hd-danger {
    color: #dc3545 !important;
  }

  .text-ultra-hd-light {
    color: #f8f9fa !important;
  }

  .text-ultra-hd-dark {
    color: #050605 !important;
  }

  .text-ultra-hd-white {
    color: #fff !important;
  }

  .text-ultra-hd-black {
    color: #000 !important;
  }

  .rounded-ultra-hd {
    border-radius: 0.375rem !important;
  }

  .rounded-ultra-hd-0 {
    border-radius: 0 !important;
  }

  .rounded-ultra-hd-1 {
    border-radius: 0.25rem !important;
  }

  .rounded-ultra-hd-2 {
    border-radius: 0.375rem !important;
  }

  .rounded-ultra-hd-3 {
    border-radius: 0.5rem !important;
  }

  .rounded-ultra-hd-4 {
    border-radius: 1rem !important;
  }

  .rounded-ultra-hd-5 {
    border-radius: 2rem !important;
  }

  .rounded-ultra-hd-circle {
    border-radius: 50% !important;
  }

  .rounded-ultra-hd-pill {
    border-radius: 50rem !important;
  }

  .rounded-ultra-hd-5px {
    border-radius: 5px !important;
  }

  .rounded-ultra-hd-6px {
    border-radius: 6px !important;
  }

  .rounded-ultra-hd-8px {
    border-radius: 8px !important;
  }

  .rounded-ultra-hd-10px {
    border-radius: 10px !important;
  }

  .rounded-ultra-hd-12px {
    border-radius: 12px !important;
  }

  .rounded-ultra-hd-15px {
    border-radius: 15px !important;
  }

  .rounded-ultra-hd-20px {
    border-radius: 20px !important;
  }

  .rounded-top-ultra-hd {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-ultra-hd-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .rounded-top-ultra-hd-1 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-ultra-hd-2 {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-ultra-hd-3 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .rounded-top-ultra-hd-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .rounded-top-ultra-hd-5 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  .rounded-top-ultra-hd-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .rounded-top-ultra-hd-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  .rounded-top-ultra-hd-5px {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  .rounded-top-ultra-hd-6px {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .rounded-top-ultra-hd-8px {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .rounded-top-ultra-hd-10px {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .rounded-top-ultra-hd-12px {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .rounded-top-ultra-hd-15px {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  .rounded-top-ultra-hd-20px {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd-1 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd-1 {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd-2 {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd-2 {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd-3 {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd-3 {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd-4 {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd-5 {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd-5 {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd-circle {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd-pill {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd-5px {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd-5px {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd-6px {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd-6px {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd-8px {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd-8px {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd-10px {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd-10px {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd-12px {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd-12px {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd-15px {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd-15px {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-end-ultra-hd-20px {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-end-ultra-hd-20px {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .rounded-bottom-ultra-hd {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-ultra-hd-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .rounded-bottom-ultra-hd-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-ultra-hd-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-ultra-hd-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .rounded-bottom-ultra-hd-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .rounded-bottom-ultra-hd-5 {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  .rounded-bottom-ultra-hd-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .rounded-bottom-ultra-hd-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  .rounded-bottom-ultra-hd-5px {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  .rounded-bottom-ultra-hd-6px {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-ultra-hd-8px {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .rounded-bottom-ultra-hd-10px {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .rounded-bottom-ultra-hd-12px {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .rounded-bottom-ultra-hd-15px {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  .rounded-bottom-ultra-hd-20px {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd-1 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd-2 {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd-3 {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd-4 {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd-5 {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd-5 {
    border-bottom-right-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd-pill {
    border-bottom-right-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd-5px {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd-5px {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd-6px {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd-6px {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd-8px {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd-8px {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd-10px {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd-10px {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd-12px {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd-12px {
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd-15px {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd-15px {
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-start-ultra-hd-20px {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-start-ultra-hd-20px {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .object-position-ultra-hd-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  [dir="ltr"] .object-position-ultra-hd-start {
    -o-object-position: left !important;
       object-position: left !important;
  }

  [dir="rtl"] .object-position-ultra-hd-start {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="ltr"] .object-position-ultra-hd-end {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="rtl"] .object-position-ultra-hd-end {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .object-position-ultra-hd-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  [dir="ltr"] .object-position-ultra-hd-center-start {
    -o-object-position: center left !important;
       object-position: center left !important;
  }

  [dir="rtl"] .object-position-ultra-hd-center-start {
    -o-object-position: center right !important;
       object-position: center right !important;
  }

  .bg-ultra-hd-gradient-top-bottom-dark-transparent {
    background: linear-gradient(to bottom, #050605, transparent) !important;
  }

  [dir="ltr"] .bg-ultra-hd-gradient-left-right-primary {
    background: linear-gradient(to right, #c3ff7c, #9ccc63) !important;
  }

  [dir="rtl"] .bg-ultra-hd-gradient-left-right-primary {
    background: linear-gradient(to left, #c3ff7c, #9ccc63) !important;
  }

  .bg-ultra-hd-gradient-bottom-top-black-transparent {
    background: linear-gradient(to top, #000, transparent) !important;
  }

  .bg-ultra-hd-gradient-bottom-top-black-transparent-50 {
    background: linear-gradient(to top, #000, transparent 50%) !important;
  }

  .bg-ultra-hd-gradient-top-bottom-black-transparent-50 {
    background: linear-gradient(to bottom, #000, transparent 50%) !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-hd-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-hd-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-hd-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-hd-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-hd-20px {
    border-bottom-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-hd-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-hd-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-hd-20px {
    border-bottom-left-radius: 20px !important;
  }

  .flex-basis-ultra-hd-0 {
    flex-basis: 0% !important;
  }

  .flex-basis-ultra-hd-5 {
    flex-basis: 5% !important;
  }

  .flex-basis-ultra-hd-10 {
    flex-basis: 10% !important;
  }

  .flex-basis-ultra-hd-15 {
    flex-basis: 15% !important;
  }

  .flex-basis-ultra-hd-20 {
    flex-basis: 20% !important;
  }

  .flex-basis-ultra-hd-25 {
    flex-basis: 25% !important;
  }

  .flex-basis-ultra-hd-30 {
    flex-basis: 30% !important;
  }

  .flex-basis-ultra-hd-35 {
    flex-basis: 35% !important;
  }

  .flex-basis-ultra-hd-40 {
    flex-basis: 40% !important;
  }

  .flex-basis-ultra-hd-45 {
    flex-basis: 45% !important;
  }

  .flex-basis-ultra-hd-50 {
    flex-basis: 50% !important;
  }

  .flex-basis-ultra-hd-55 {
    flex-basis: 55% !important;
  }

  .flex-basis-ultra-hd-60 {
    flex-basis: 60% !important;
  }

  .flex-basis-ultra-hd-65 {
    flex-basis: 65% !important;
  }

  .flex-basis-ultra-hd-70 {
    flex-basis: 70% !important;
  }

  .flex-basis-ultra-hd-71 {
    flex-basis: 71% !important;
  }

  .flex-basis-ultra-hd-75 {
    flex-basis: 75% !important;
  }

  .flex-basis-ultra-hd-80 {
    flex-basis: 80% !important;
  }

  .flex-basis-ultra-hd-85 {
    flex-basis: 85% !important;
  }

  .flex-basis-ultra-hd-90 {
    flex-basis: 90% !important;
  }

  .flex-basis-ultra-hd-95 {
    flex-basis: 95% !important;
  }

  .flex-basis-ultra-hd-100 {
    flex-basis: 100% !important;
  }

  .flex-basis-ultra-hd-150 {
    flex-basis: 150% !important;
  }

  .flex-basis-ultra-hd-300 {
    flex-basis: 300% !important;
  }

  .flex-basis-ultra-hd-400 {
    flex-basis: 400% !important;
  }

  .flex-basis-ultra-hd-500 {
    flex-basis: 500% !important;
  }

  .flex-basis-ultra-hd-600 {
    flex-basis: 600% !important;
  }

  .flex-basis-ultra-hd-700 {
    flex-basis: 700% !important;
  }

  .flex-basis-ultra-hd-800 {
    flex-basis: 800% !important;
  }

  .flex-basis-ultra-hd-auto {
    flex-basis: auto !important;
  }

  .flex-basis-ultra-hd-fit-content {
    flex-basis: fit-content !important;
  }

  .flex-basis-ultra-hd-8px {
    flex-basis: 8px !important;
  }

  .flex-basis-ultra-hd-12px {
    flex-basis: 12px !important;
  }

  .flex-basis-ultra-hd-14px {
    flex-basis: 14px !important;
  }

  .flex-basis-ultra-hd-15px {
    flex-basis: 15px !important;
  }

  .flex-basis-ultra-hd-16px {
    flex-basis: 16px !important;
  }

  .flex-basis-ultra-hd-18px {
    flex-basis: 18px !important;
  }

  .flex-basis-ultra-hd-19px {
    flex-basis: 19px !important;
  }

  .flex-basis-ultra-hd-20px {
    flex-basis: 20px !important;
  }

  .flex-basis-ultra-hd-22px {
    flex-basis: 22px !important;
  }

  .flex-basis-ultra-hd-24px {
    flex-basis: 24px !important;
  }

  .flex-basis-ultra-hd-25px {
    flex-basis: 25px !important;
  }

  .flex-basis-ultra-hd-26px {
    flex-basis: 26px !important;
  }

  .flex-basis-ultra-hd-28px {
    flex-basis: 28px !important;
  }

  .flex-basis-ultra-hd-30px {
    flex-basis: 30px !important;
  }

  .flex-basis-ultra-hd-32px {
    flex-basis: 32px !important;
  }

  .flex-basis-ultra-hd-34px {
    flex-basis: 34px !important;
  }

  .flex-basis-ultra-hd-35px {
    flex-basis: 35px !important;
  }

  .flex-basis-ultra-hd-36px {
    flex-basis: 36px !important;
  }

  .flex-basis-ultra-hd-38px {
    flex-basis: 38px !important;
  }

  .flex-basis-ultra-hd-40px {
    flex-basis: 40px !important;
  }

  .flex-basis-ultra-hd-45px {
    flex-basis: 45px !important;
  }

  .flex-basis-ultra-hd-48px {
    flex-basis: 48px !important;
  }

  .flex-basis-ultra-hd-50px {
    flex-basis: 50px !important;
  }

  .flex-basis-ultra-hd-52px {
    flex-basis: 50px !important;
  }

  .flex-basis-ultra-hd-56px {
    flex-basis: 56px !important;
  }

  .flex-basis-ultra-hd-60px {
    flex-basis: 60px !important;
  }

  .flex-basis-ultra-hd-64px {
    flex-basis: 64px !important;
  }

  .flex-basis-ultra-hd-68px {
    flex-basis: 68px !important;
  }

  .flex-basis-ultra-hd-72px {
    flex-basis: 72px !important;
  }

  .flex-basis-ultra-hd-74px {
    flex-basis: 74px !important;
  }

  .flex-basis-ultra-hd-82px {
    flex-basis: 82px !important;
  }

  .flex-basis-ultra-hd-86px {
    flex-basis: 86px !important;
  }

  .flex-basis-ultra-hd-80px {
    flex-basis: 80px !important;
  }

  .flex-basis-ultra-hd-88px {
    flex-basis: 88px !important;
  }

  .flex-basis-ultra-hd-96px {
    flex-basis: 96px !important;
  }

  .flex-basis-ultra-hd-100px {
    flex-basis: 100px !important;
  }

  .flex-basis-ultra-hd-110px {
    flex-basis: 110px !important;
  }

  .flex-basis-ultra-hd-116px {
    flex-basis: 116px !important;
  }

  .flex-basis-ultra-hd-120px {
    flex-basis: 120px !important;
  }

  .flex-basis-ultra-hd-150px {
    flex-basis: 150px !important;
  }

  .flex-basis-ultra-hd-162px {
    flex-basis: 162px !important;
  }

  .flex-basis-ultra-hd-168px {
    flex-basis: 168px !important;
  }

  .flex-basis-ultra-hd-165px {
    flex-basis: 165px !important;
  }

  .flex-basis-ultra-hd-190px {
    flex-basis: 190px !important;
  }

  .flex-basis-ultra-hd-200px {
    flex-basis: 200px !important;
  }

  .flex-basis-ultra-hd-202px {
    flex-basis: 202px !important;
  }

  .flex-basis-ultra-hd-205px {
    flex-basis: 205px !important;
  }

  .flex-basis-ultra-hd-208px {
    flex-basis: 208px !important;
  }

  .flex-basis-ultra-hd-210px {
    flex-basis: 210px !important;
  }

  .flex-basis-ultra-hd-212px {
    flex-basis: 212px !important;
  }

  .flex-basis-ultra-hd-214px {
    flex-basis: 214px !important;
  }

  .flex-basis-ultra-hd-216px {
    flex-basis: 216px !important;
  }

  .flex-basis-ultra-hd-220px {
    flex-basis: 220px !important;
  }

  .flex-basis-ultra-hd-226px {
    flex-basis: 226px !important;
  }

  .flex-basis-ultra-hd-230px {
    flex-basis: 230px !important;
  }

  .flex-basis-ultra-hd-250px {
    flex-basis: 250px !important;
  }

  .flex-basis-ultra-hd-356px {
    flex-basis: 356px !important;
  }

  .flex-basis-ultra-hd-262px {
    flex-basis: 262px !important;
  }

  .flex-basis-ultra-hd-266px {
    flex-basis: 266px !important;
  }

  .flex-basis-ultra-hd-368px {
    flex-basis: 368px !important;
  }

  .flex-basis-ultra-hd-376px {
    flex-basis: 376px !important;
  }

  .flex-basis-ultra-hd-279px {
    flex-basis: 279px !important;
  }

  .flex-basis-ultra-hd-260px {
    flex-basis: 260px !important;
  }

  .flex-basis-ultra-hd-278px {
    flex-basis: 278px !important;
  }

  .flex-basis-ultra-hd-394px {
    flex-basis: 394px !important;
  }

  .flex-basis-ultra-hd-300px {
    flex-basis: 300px !important;
  }

  .flex-basis-ultra-hd-400px {
    flex-basis: 400px !important;
  }

  .flex-basis-ultra-hd-417px {
    flex-basis: 417px !important;
  }

  .flex-basis-ultra-hd-420px {
    flex-basis: 420px !important;
  }

  .flex-basis-ultra-hd-434px {
    flex-basis: 434px !important;
  }

  .flex-basis-ultra-hd-456px {
    flex-basis: 456px !important;
  }

  .flex-basis-ultra-hd-460px {
    flex-basis: 460px !important;
  }

  .flex-basis-ultra-hd-476px {
    flex-basis: 476px !important;
  }

  .flex-basis-ultra-hd-530px {
    flex-basis: 530px !important;
  }

  .flex-basis-ultra-hd-570px {
    flex-basis: 570px !important;
  }

  .flex-basis-ultra-hd-600px {
    flex-basis: 600px !important;
  }

  .flex-basis-ultra-hd-720px {
    flex-basis: 720px !important;
  }

  .flex-basis-ultra-hd-100p5 {
    flex-basis: calc(100% + 3rem) !important;
  }

  .flex-basis-ultra-hd-100p62px {
    flex-basis: calc(100% + 62px) !important;
  }

  .flex-basis-ultra-hd-100p120px {
    flex-basis: calc(100% + 120px) !important;
  }

  .flex-basis-ultra-hd-100p60px {
    flex-basis: calc(100% + 60px) !important;
  }

  .flex-basis-ultra-hd-100p196px {
    flex-basis: calc(100% + 196px) !important;
  }

  .flex-basis-ultra-hd-100m60px {
    flex-basis: calc(100% - 60px) !important;
  }

  .flex-basis-ultra-hd-45p100px {
    flex-basis: calc(45% + 100px) !important;
  }

  .flex-basis-ultra-hd-100p148px {
    flex-basis: calc(100% + 148px) !important;
  }

  .flex-basis-ultra-hd-100p296px {
    flex-basis: calc(100% + 296px) !important;
  }

  .flex-basis-ultra-hd-100p192px {
    flex-basis: calc(100% + 192px) !important;
  }

  .flex-basis-ultra-hd-100p150px {
    flex-basis: calc(100% + 150px) !important;
  }

  .flex-basis-ultra-hd-100p92px {
    flex-basis: calc(100% + 92px) !important;
  }

  .flex-basis-ultra-hd-100pgutter {
    flex-basis: calc(100% + 0.75rem) !important;
  }

  .flex-basis-ultra-hd-100m100px {
    flex-basis: calc(100% - 100px) !important;
  }

  .flex-basis-ultra-hd-100m24px {
    flex-basis: calc(100% - 24px) !important;
  }

  .min-h-ultra-hd-0 {
    min-height: 0% !important;
  }

  .min-h-ultra-hd-5 {
    min-height: 5% !important;
  }

  .min-h-ultra-hd-10 {
    min-height: 10% !important;
  }

  .min-h-ultra-hd-15 {
    min-height: 15% !important;
  }

  .min-h-ultra-hd-20 {
    min-height: 20% !important;
  }

  .min-h-ultra-hd-25 {
    min-height: 25% !important;
  }

  .min-h-ultra-hd-30 {
    min-height: 30% !important;
  }

  .min-h-ultra-hd-35 {
    min-height: 35% !important;
  }

  .min-h-ultra-hd-40 {
    min-height: 40% !important;
  }

  .min-h-ultra-hd-45 {
    min-height: 45% !important;
  }

  .min-h-ultra-hd-50 {
    min-height: 50% !important;
  }

  .min-h-ultra-hd-55 {
    min-height: 55% !important;
  }

  .min-h-ultra-hd-60 {
    min-height: 60% !important;
  }

  .min-h-ultra-hd-65 {
    min-height: 65% !important;
  }

  .min-h-ultra-hd-70 {
    min-height: 70% !important;
  }

  .min-h-ultra-hd-71 {
    min-height: 71% !important;
  }

  .min-h-ultra-hd-75 {
    min-height: 75% !important;
  }

  .min-h-ultra-hd-80 {
    min-height: 80% !important;
  }

  .min-h-ultra-hd-85 {
    min-height: 85% !important;
  }

  .min-h-ultra-hd-90 {
    min-height: 90% !important;
  }

  .min-h-ultra-hd-95 {
    min-height: 95% !important;
  }

  .min-h-ultra-hd-100 {
    min-height: 100% !important;
  }

  .min-h-ultra-hd-150 {
    min-height: 150% !important;
  }

  .min-h-ultra-hd-300 {
    min-height: 300% !important;
  }

  .min-h-ultra-hd-400 {
    min-height: 400% !important;
  }

  .min-h-ultra-hd-500 {
    min-height: 500% !important;
  }

  .min-h-ultra-hd-600 {
    min-height: 600% !important;
  }

  .min-h-ultra-hd-700 {
    min-height: 700% !important;
  }

  .min-h-ultra-hd-800 {
    min-height: 800% !important;
  }

  .min-h-ultra-hd-auto {
    min-height: auto !important;
  }

  .min-h-ultra-hd-fit-content {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }

  .min-h-ultra-hd-8px {
    min-height: 8px !important;
  }

  .min-h-ultra-hd-12px {
    min-height: 12px !important;
  }

  .min-h-ultra-hd-14px {
    min-height: 14px !important;
  }

  .min-h-ultra-hd-15px {
    min-height: 15px !important;
  }

  .min-h-ultra-hd-16px {
    min-height: 16px !important;
  }

  .min-h-ultra-hd-18px {
    min-height: 18px !important;
  }

  .min-h-ultra-hd-19px {
    min-height: 19px !important;
  }

  .min-h-ultra-hd-20px {
    min-height: 20px !important;
  }

  .min-h-ultra-hd-22px {
    min-height: 22px !important;
  }

  .min-h-ultra-hd-24px {
    min-height: 24px !important;
  }

  .min-h-ultra-hd-25px {
    min-height: 25px !important;
  }

  .min-h-ultra-hd-26px {
    min-height: 26px !important;
  }

  .min-h-ultra-hd-28px {
    min-height: 28px !important;
  }

  .min-h-ultra-hd-30px {
    min-height: 30px !important;
  }

  .min-h-ultra-hd-32px {
    min-height: 32px !important;
  }

  .min-h-ultra-hd-34px {
    min-height: 34px !important;
  }

  .min-h-ultra-hd-35px {
    min-height: 35px !important;
  }

  .min-h-ultra-hd-36px {
    min-height: 36px !important;
  }

  .min-h-ultra-hd-38px {
    min-height: 38px !important;
  }

  .min-h-ultra-hd-40px {
    min-height: 40px !important;
  }

  .min-h-ultra-hd-45px {
    min-height: 45px !important;
  }

  .min-h-ultra-hd-48px {
    min-height: 48px !important;
  }

  .min-h-ultra-hd-50px {
    min-height: 50px !important;
  }

  .min-h-ultra-hd-52px {
    min-height: 50px !important;
  }

  .min-h-ultra-hd-56px {
    min-height: 56px !important;
  }

  .min-h-ultra-hd-60px {
    min-height: 60px !important;
  }

  .min-h-ultra-hd-64px {
    min-height: 64px !important;
  }

  .min-h-ultra-hd-68px {
    min-height: 68px !important;
  }

  .min-h-ultra-hd-72px {
    min-height: 72px !important;
  }

  .min-h-ultra-hd-74px {
    min-height: 74px !important;
  }

  .min-h-ultra-hd-82px {
    min-height: 82px !important;
  }

  .min-h-ultra-hd-86px {
    min-height: 86px !important;
  }

  .min-h-ultra-hd-80px {
    min-height: 80px !important;
  }

  .min-h-ultra-hd-88px {
    min-height: 88px !important;
  }

  .min-h-ultra-hd-96px {
    min-height: 96px !important;
  }

  .min-h-ultra-hd-100px {
    min-height: 100px !important;
  }

  .min-h-ultra-hd-110px {
    min-height: 110px !important;
  }

  .min-h-ultra-hd-116px {
    min-height: 116px !important;
  }

  .min-h-ultra-hd-120px {
    min-height: 120px !important;
  }

  .min-h-ultra-hd-150px {
    min-height: 150px !important;
  }

  .min-h-ultra-hd-162px {
    min-height: 162px !important;
  }

  .min-h-ultra-hd-168px {
    min-height: 168px !important;
  }

  .min-h-ultra-hd-165px {
    min-height: 165px !important;
  }

  .min-h-ultra-hd-190px {
    min-height: 190px !important;
  }

  .min-h-ultra-hd-200px {
    min-height: 200px !important;
  }

  .min-h-ultra-hd-202px {
    min-height: 202px !important;
  }

  .min-h-ultra-hd-205px {
    min-height: 205px !important;
  }

  .min-h-ultra-hd-208px {
    min-height: 208px !important;
  }

  .min-h-ultra-hd-210px {
    min-height: 210px !important;
  }

  .min-h-ultra-hd-212px {
    min-height: 212px !important;
  }

  .min-h-ultra-hd-214px {
    min-height: 214px !important;
  }

  .min-h-ultra-hd-216px {
    min-height: 216px !important;
  }

  .min-h-ultra-hd-220px {
    min-height: 220px !important;
  }

  .min-h-ultra-hd-226px {
    min-height: 226px !important;
  }

  .min-h-ultra-hd-230px {
    min-height: 230px !important;
  }

  .min-h-ultra-hd-250px {
    min-height: 250px !important;
  }

  .min-h-ultra-hd-356px {
    min-height: 356px !important;
  }

  .min-h-ultra-hd-262px {
    min-height: 262px !important;
  }

  .min-h-ultra-hd-266px {
    min-height: 266px !important;
  }

  .min-h-ultra-hd-368px {
    min-height: 368px !important;
  }

  .min-h-ultra-hd-376px {
    min-height: 376px !important;
  }

  .min-h-ultra-hd-279px {
    min-height: 279px !important;
  }

  .min-h-ultra-hd-260px {
    min-height: 260px !important;
  }

  .min-h-ultra-hd-278px {
    min-height: 278px !important;
  }

  .min-h-ultra-hd-394px {
    min-height: 394px !important;
  }

  .min-h-ultra-hd-300px {
    min-height: 300px !important;
  }

  .min-h-ultra-hd-400px {
    min-height: 400px !important;
  }

  .min-h-ultra-hd-417px {
    min-height: 417px !important;
  }

  .min-h-ultra-hd-420px {
    min-height: 420px !important;
  }

  .min-h-ultra-hd-434px {
    min-height: 434px !important;
  }

  .min-h-ultra-hd-456px {
    min-height: 456px !important;
  }

  .min-h-ultra-hd-460px {
    min-height: 460px !important;
  }

  .min-h-ultra-hd-476px {
    min-height: 476px !important;
  }

  .min-h-ultra-hd-530px {
    min-height: 530px !important;
  }

  .min-h-ultra-hd-570px {
    min-height: 570px !important;
  }

  .min-h-ultra-hd-600px {
    min-height: 600px !important;
  }

  .min-h-ultra-hd-720px {
    min-height: 720px !important;
  }

  .min-h-ultra-hd-100p5 {
    min-height: calc(100% + 3rem) !important;
  }

  .min-h-ultra-hd-100p62px {
    min-height: calc(100% + 62px) !important;
  }

  .min-h-ultra-hd-100p120px {
    min-height: calc(100% + 120px) !important;
  }

  .min-h-ultra-hd-100p60px {
    min-height: calc(100% + 60px) !important;
  }

  .min-h-ultra-hd-100p196px {
    min-height: calc(100% + 196px) !important;
  }

  .min-h-ultra-hd-100m60px {
    min-height: calc(100% - 60px) !important;
  }

  .min-h-ultra-hd-45p100px {
    min-height: calc(45% + 100px) !important;
  }

  .min-h-ultra-hd-100p148px {
    min-height: calc(100% + 148px) !important;
  }

  .min-h-ultra-hd-100p296px {
    min-height: calc(100% + 296px) !important;
  }

  .min-h-ultra-hd-100p192px {
    min-height: calc(100% + 192px) !important;
  }

  .min-h-ultra-hd-100p150px {
    min-height: calc(100% + 150px) !important;
  }

  .min-h-ultra-hd-100p92px {
    min-height: calc(100% + 92px) !important;
  }

  .min-h-ultra-hd-100pgutter {
    min-height: calc(100% + 0.75rem) !important;
  }

  .min-h-ultra-hd-100m100px {
    min-height: calc(100% - 100px) !important;
  }

  .min-h-ultra-hd-100m24px {
    min-height: calc(100% - 24px) !important;
  }
}

@media (min-width: 2560px) {
  [dir="ltr"] .float-ultra-wide-start {
    float: left !important;
  }

  [dir="rtl"] .float-ultra-wide-start {
    float: right !important;
  }

  [dir="ltr"] .float-ultra-wide-end {
    float: right !important;
  }

  [dir="rtl"] .float-ultra-wide-end {
    float: left !important;
  }

  .float-ultra-wide-none {
    float: none !important;
  }

  .object-fit-ultra-wide-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-ultra-wide-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-ultra-wide-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .op-ultra-wide-0 {
    opacity: 0 !important;
  }

  .op-ultra-wide-0-hover:hover {
    opacity: 0 !important;
  }

  .op-ultra-wide-0-focus:focus {
    opacity: 0 !important;
  }

  .op-ultra-wide-0-active:active {
    opacity: 0 !important;
  }

  .op-ultra-wide-5 {
    opacity: 0.05 !important;
  }

  .op-ultra-wide-5-hover:hover {
    opacity: 0.05 !important;
  }

  .op-ultra-wide-5-focus:focus {
    opacity: 0.05 !important;
  }

  .op-ultra-wide-5-active:active {
    opacity: 0.05 !important;
  }

  .op-ultra-wide-10 {
    opacity: 0.1 !important;
  }

  .op-ultra-wide-10-hover:hover {
    opacity: 0.1 !important;
  }

  .op-ultra-wide-10-focus:focus {
    opacity: 0.1 !important;
  }

  .op-ultra-wide-10-active:active {
    opacity: 0.1 !important;
  }

  .op-ultra-wide-15 {
    opacity: 0.15 !important;
  }

  .op-ultra-wide-15-hover:hover {
    opacity: 0.15 !important;
  }

  .op-ultra-wide-15-focus:focus {
    opacity: 0.15 !important;
  }

  .op-ultra-wide-15-active:active {
    opacity: 0.15 !important;
  }

  .op-ultra-wide-20 {
    opacity: 0.2 !important;
  }

  .op-ultra-wide-20-hover:hover {
    opacity: 0.2 !important;
  }

  .op-ultra-wide-20-focus:focus {
    opacity: 0.2 !important;
  }

  .op-ultra-wide-20-active:active {
    opacity: 0.2 !important;
  }

  .op-ultra-wide-25 {
    opacity: 0.25 !important;
  }

  .op-ultra-wide-25-hover:hover {
    opacity: 0.25 !important;
  }

  .op-ultra-wide-25-focus:focus {
    opacity: 0.25 !important;
  }

  .op-ultra-wide-25-active:active {
    opacity: 0.25 !important;
  }

  .op-ultra-wide-30 {
    opacity: 0.3 !important;
  }

  .op-ultra-wide-30-hover:hover {
    opacity: 0.3 !important;
  }

  .op-ultra-wide-30-focus:focus {
    opacity: 0.3 !important;
  }

  .op-ultra-wide-30-active:active {
    opacity: 0.3 !important;
  }

  .op-ultra-wide-35 {
    opacity: 0.35 !important;
  }

  .op-ultra-wide-35-hover:hover {
    opacity: 0.35 !important;
  }

  .op-ultra-wide-35-focus:focus {
    opacity: 0.35 !important;
  }

  .op-ultra-wide-35-active:active {
    opacity: 0.35 !important;
  }

  .op-ultra-wide-40 {
    opacity: 0.4 !important;
  }

  .op-ultra-wide-40-hover:hover {
    opacity: 0.4 !important;
  }

  .op-ultra-wide-40-focus:focus {
    opacity: 0.4 !important;
  }

  .op-ultra-wide-40-active:active {
    opacity: 0.4 !important;
  }

  .op-ultra-wide-45 {
    opacity: 0.45 !important;
  }

  .op-ultra-wide-45-hover:hover {
    opacity: 0.45 !important;
  }

  .op-ultra-wide-45-focus:focus {
    opacity: 0.45 !important;
  }

  .op-ultra-wide-45-active:active {
    opacity: 0.45 !important;
  }

  .op-ultra-wide-50 {
    opacity: 0.5 !important;
  }

  .op-ultra-wide-50-hover:hover {
    opacity: 0.5 !important;
  }

  .op-ultra-wide-50-focus:focus {
    opacity: 0.5 !important;
  }

  .op-ultra-wide-50-active:active {
    opacity: 0.5 !important;
  }

  .op-ultra-wide-55 {
    opacity: 0.55 !important;
  }

  .op-ultra-wide-55-hover:hover {
    opacity: 0.55 !important;
  }

  .op-ultra-wide-55-focus:focus {
    opacity: 0.55 !important;
  }

  .op-ultra-wide-55-active:active {
    opacity: 0.55 !important;
  }

  .op-ultra-wide-60 {
    opacity: 0.6 !important;
  }

  .op-ultra-wide-60-hover:hover {
    opacity: 0.6 !important;
  }

  .op-ultra-wide-60-focus:focus {
    opacity: 0.6 !important;
  }

  .op-ultra-wide-60-active:active {
    opacity: 0.6 !important;
  }

  .op-ultra-wide-65 {
    opacity: 0.65 !important;
  }

  .op-ultra-wide-65-hover:hover {
    opacity: 0.65 !important;
  }

  .op-ultra-wide-65-focus:focus {
    opacity: 0.65 !important;
  }

  .op-ultra-wide-65-active:active {
    opacity: 0.65 !important;
  }

  .op-ultra-wide-70 {
    opacity: 0.7 !important;
  }

  .op-ultra-wide-70-hover:hover {
    opacity: 0.7 !important;
  }

  .op-ultra-wide-70-focus:focus {
    opacity: 0.7 !important;
  }

  .op-ultra-wide-70-active:active {
    opacity: 0.7 !important;
  }

  .op-ultra-wide-75 {
    opacity: 0.75 !important;
  }

  .op-ultra-wide-75-hover:hover {
    opacity: 0.75 !important;
  }

  .op-ultra-wide-75-focus:focus {
    opacity: 0.75 !important;
  }

  .op-ultra-wide-75-active:active {
    opacity: 0.75 !important;
  }

  .op-ultra-wide-80 {
    opacity: 0.8 !important;
  }

  .op-ultra-wide-80-hover:hover {
    opacity: 0.8 !important;
  }

  .op-ultra-wide-80-focus:focus {
    opacity: 0.8 !important;
  }

  .op-ultra-wide-80-active:active {
    opacity: 0.8 !important;
  }

  .op-ultra-wide-85 {
    opacity: 0.85 !important;
  }

  .op-ultra-wide-85-hover:hover {
    opacity: 0.85 !important;
  }

  .op-ultra-wide-85-focus:focus {
    opacity: 0.85 !important;
  }

  .op-ultra-wide-85-active:active {
    opacity: 0.85 !important;
  }

  .op-ultra-wide-90 {
    opacity: 0.9 !important;
  }

  .op-ultra-wide-90-hover:hover {
    opacity: 0.9 !important;
  }

  .op-ultra-wide-90-focus:focus {
    opacity: 0.9 !important;
  }

  .op-ultra-wide-90-active:active {
    opacity: 0.9 !important;
  }

  .op-ultra-wide-95 {
    opacity: 0.95 !important;
  }

  .op-ultra-wide-95-hover:hover {
    opacity: 0.95 !important;
  }

  .op-ultra-wide-95-focus:focus {
    opacity: 0.95 !important;
  }

  .op-ultra-wide-95-active:active {
    opacity: 0.95 !important;
  }

  .op-ultra-wide-100 {
    opacity: 1 !important;
  }

  .op-ultra-wide-100-hover:hover {
    opacity: 1 !important;
  }

  .op-ultra-wide-100-focus:focus {
    opacity: 1 !important;
  }

  .op-ultra-wide-100-active:active {
    opacity: 1 !important;
  }

  .overflow-x-ultra-wide-auto {
    overflow-x: auto !important;
  }

  .overflow-x-ultra-wide-hidden {
    overflow-x: hidden !important;
  }

  .overflow-x-ultra-wide-visible {
    overflow-x: visible !important;
  }

  .overflow-x-ultra-wide-scroll {
    overflow-x: scroll !important;
  }

  .overflow-y-ultra-wide-auto {
    overflow-y: auto !important;
  }

  .overflow-y-ultra-wide-hidden {
    overflow-y: hidden !important;
  }

  .overflow-y-ultra-wide-visible {
    overflow-y: visible !important;
  }

  .overflow-y-ultra-wide-scroll {
    overflow-y: scroll !important;
  }

  .d-ultra-wide-inline {
    display: inline !important;
  }

  .d-ultra-wide-inline-block {
    display: inline-block !important;
  }

  .d-ultra-wide-block {
    display: block !important;
  }

  .d-ultra-wide-grid {
    display: grid !important;
  }

  .d-ultra-wide-table {
    display: table !important;
  }

  .d-ultra-wide-table-row {
    display: table-row !important;
  }

  .d-ultra-wide-table-cell {
    display: table-cell !important;
  }

  .d-ultra-wide-flex {
    display: flex !important;
  }

  .d-ultra-wide-inline-flex {
    display: inline-flex !important;
  }

  .d-ultra-wide-none {
    display: none !important;
  }

  .d-ultra-wide-list-item {
    display: list-item !important;
  }

  .position-ultra-wide-static {
    position: static !important;
  }

  .position-ultra-wide-relative {
    position: relative !important;
  }

  .position-ultra-wide-absolute {
    position: absolute !important;
  }

  .position-ultra-wide-fixed {
    position: fixed !important;
  }

  .position-ultra-wide-sticky {
    position: sticky !important;
  }

  .top-ultra-wide-0 {
    top: 0 !important;
  }

  .top-ultra-wide-50 {
    top: 50% !important;
  }

  .top-ultra-wide-100 {
    top: 100% !important;
  }

  .top-ultra-wide-initial {
    top: initial !important;
  }

  .bottom-ultra-wide-0 {
    bottom: 0 !important;
  }

  .bottom-ultra-wide-50 {
    bottom: 50% !important;
  }

  .bottom-ultra-wide-100 {
    bottom: 100% !important;
  }

  .bottom-ultra-wide-initial {
    bottom: initial !important;
  }

  [dir="ltr"] .start-ultra-wide-0 {
    left: 0 !important;
  }

  [dir="rtl"] .start-ultra-wide-0 {
    right: 0 !important;
  }

  [dir="ltr"] .start-ultra-wide-50 {
    left: 50% !important;
  }

  [dir="rtl"] .start-ultra-wide-50 {
    right: 50% !important;
  }

  [dir="ltr"] .start-ultra-wide-100 {
    left: 100% !important;
  }

  [dir="rtl"] .start-ultra-wide-100 {
    right: 100% !important;
  }

  [dir="ltr"] .start-ultra-wide-initial {
    left: initial !important;
  }

  [dir="rtl"] .start-ultra-wide-initial {
    right: initial !important;
  }

  [dir="ltr"] .end-ultra-wide-0 {
    right: 0 !important;
  }

  [dir="rtl"] .end-ultra-wide-0 {
    left: 0 !important;
  }

  [dir="ltr"] .end-ultra-wide-50 {
    right: 50% !important;
  }

  [dir="rtl"] .end-ultra-wide-50 {
    left: 50% !important;
  }

  [dir="ltr"] .end-ultra-wide-100 {
    right: 100% !important;
  }

  [dir="rtl"] .end-ultra-wide-100 {
    left: 100% !important;
  }

  [dir="ltr"] .end-ultra-wide-initial {
    right: initial !important;
  }

  [dir="rtl"] .end-ultra-wide-initial {
    left: initial !important;
  }

  [dir="ltr"] .translate-middle-ultra-wide {
    transform: translate(-50%, -50%) !important;
  }

  [dir="rtl"] .translate-middle-ultra-wide {
    transform: translate(50%, -50%) !important;
  }

  [dir="ltr"] .translate-middle-ultra-wide-x {
    transform: translateX(-50%) !important;
  }

  [dir="rtl"] .translate-middle-ultra-wide-x {
    transform: translateX(50%) !important;
  }

  .translate-middle-ultra-wide-y {
    transform: translateY(-50%) !important;
  }

  [dir="ltr"] .border-start-ultra-wide-0 {
    border-left: 0 !important;
  }

  [dir="rtl"] .border-start-ultra-wide-0 {
    border-right: 0 !important;
  }

  [dir="ltr"] .border-start-ultra-wide-1 {
    border-left: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-ultra-wide-1 {
    border-right: 1px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-ultra-wide-2 {
    border-left: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-ultra-wide-2 {
    border-right: 2px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-ultra-wide-3 {
    border-left: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-ultra-wide-3 {
    border-right: 3px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-ultra-wide-4 {
    border-left: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-ultra-wide-4 {
    border-right: 4px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-ultra-wide-5 {
    border-left: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-ultra-wide-5 {
    border-right: 5px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="ltr"] .border-start-ultra-wide-6 {
    border-left: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  [dir="rtl"] .border-start-ultra-wide-6 {
    border-right: 6px var(--kdc-border-style) var(--kdc-border-color) !important;
  }

  .border-ultra-wide-primary {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-ultra-wide-primary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-ultra-wide-primary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-ultra-wide-primary-active:active {
    --kdc-border-opacity: 1;
    border-color: #c3ff7c !important;
  }

  .border-ultra-wide-secondary {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-ultra-wide-secondary-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-ultra-wide-secondary-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-ultra-wide-secondary-active:active {
    --kdc-border-opacity: 1;
    border-color: #6c757d !important;
  }

  .border-ultra-wide-success {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-ultra-wide-success-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-ultra-wide-success-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-ultra-wide-success-active:active {
    --kdc-border-opacity: 1;
    border-color: #198754 !important;
  }

  .border-ultra-wide-info {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-ultra-wide-info-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-ultra-wide-info-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-ultra-wide-info-active:active {
    --kdc-border-opacity: 1;
    border-color: #0dcaf0 !important;
  }

  .border-ultra-wide-warning {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-ultra-wide-warning-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-ultra-wide-warning-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-ultra-wide-warning-active:active {
    --kdc-border-opacity: 1;
    border-color: #ffc107 !important;
  }

  .border-ultra-wide-danger {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-ultra-wide-danger-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-ultra-wide-danger-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-ultra-wide-danger-active:active {
    --kdc-border-opacity: 1;
    border-color: #dc3545 !important;
  }

  .border-ultra-wide-light {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-ultra-wide-light-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-ultra-wide-light-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-ultra-wide-light-active:active {
    --kdc-border-opacity: 1;
    border-color: #f8f9fa !important;
  }

  .border-ultra-wide-dark {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-ultra-wide-dark-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-ultra-wide-dark-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-ultra-wide-dark-active:active {
    --kdc-border-opacity: 1;
    border-color: #050605 !important;
  }

  .border-ultra-wide-white {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-ultra-wide-white-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-ultra-wide-white-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-ultra-wide-white-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-ultra-wide-black {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-ultra-wide-black-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-ultra-wide-black-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-ultra-wide-black-active:active {
    --kdc-border-opacity: 1;
    border-color: #000 !important;
  }

  .border-ultra-wide-body {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-ultra-wide-body-hover:hover {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-ultra-wide-body-focus:focus {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .border-ultra-wide-body-active:active {
    --kdc-border-opacity: 1;
    border-color: #fff !important;
  }

  .w-ultra-wide-0 {
    width: 0% !important;
  }

  .w-ultra-wide-5 {
    width: 5% !important;
  }

  .w-ultra-wide-10 {
    width: 10% !important;
  }

  .w-ultra-wide-15 {
    width: 15% !important;
  }

  .w-ultra-wide-20 {
    width: 20% !important;
  }

  .w-ultra-wide-25 {
    width: 25% !important;
  }

  .w-ultra-wide-30 {
    width: 30% !important;
  }

  .w-ultra-wide-35 {
    width: 35% !important;
  }

  .w-ultra-wide-40 {
    width: 40% !important;
  }

  .w-ultra-wide-45 {
    width: 45% !important;
  }

  .w-ultra-wide-50 {
    width: 50% !important;
  }

  .w-ultra-wide-55 {
    width: 55% !important;
  }

  .w-ultra-wide-60 {
    width: 60% !important;
  }

  .w-ultra-wide-65 {
    width: 65% !important;
  }

  .w-ultra-wide-70 {
    width: 70% !important;
  }

  .w-ultra-wide-71 {
    width: 71% !important;
  }

  .w-ultra-wide-75 {
    width: 75% !important;
  }

  .w-ultra-wide-80 {
    width: 80% !important;
  }

  .w-ultra-wide-85 {
    width: 85% !important;
  }

  .w-ultra-wide-90 {
    width: 90% !important;
  }

  .w-ultra-wide-95 {
    width: 95% !important;
  }

  .w-ultra-wide-100 {
    width: 100% !important;
  }

  .w-ultra-wide-150 {
    width: 150% !important;
  }

  .w-ultra-wide-300 {
    width: 300% !important;
  }

  .w-ultra-wide-400 {
    width: 400% !important;
  }

  .w-ultra-wide-500 {
    width: 500% !important;
  }

  .w-ultra-wide-600 {
    width: 600% !important;
  }

  .w-ultra-wide-700 {
    width: 700% !important;
  }

  .w-ultra-wide-800 {
    width: 800% !important;
  }

  .w-ultra-wide-auto {
    width: auto !important;
  }

  .w-ultra-wide-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .w-ultra-wide-8px {
    width: 8px !important;
  }

  .w-ultra-wide-12px {
    width: 12px !important;
  }

  .w-ultra-wide-14px {
    width: 14px !important;
  }

  .w-ultra-wide-15px {
    width: 15px !important;
  }

  .w-ultra-wide-16px {
    width: 16px !important;
  }

  .w-ultra-wide-18px {
    width: 18px !important;
  }

  .w-ultra-wide-19px {
    width: 19px !important;
  }

  .w-ultra-wide-20px {
    width: 20px !important;
  }

  .w-ultra-wide-22px {
    width: 22px !important;
  }

  .w-ultra-wide-24px {
    width: 24px !important;
  }

  .w-ultra-wide-25px {
    width: 25px !important;
  }

  .w-ultra-wide-26px {
    width: 26px !important;
  }

  .w-ultra-wide-28px {
    width: 28px !important;
  }

  .w-ultra-wide-30px {
    width: 30px !important;
  }

  .w-ultra-wide-32px {
    width: 32px !important;
  }

  .w-ultra-wide-34px {
    width: 34px !important;
  }

  .w-ultra-wide-35px {
    width: 35px !important;
  }

  .w-ultra-wide-36px {
    width: 36px !important;
  }

  .w-ultra-wide-38px {
    width: 38px !important;
  }

  .w-ultra-wide-40px {
    width: 40px !important;
  }

  .w-ultra-wide-45px {
    width: 45px !important;
  }

  .w-ultra-wide-48px {
    width: 48px !important;
  }

  .w-ultra-wide-50px {
    width: 50px !important;
  }

  .w-ultra-wide-52px {
    width: 50px !important;
  }

  .w-ultra-wide-56px {
    width: 56px !important;
  }

  .w-ultra-wide-60px {
    width: 60px !important;
  }

  .w-ultra-wide-64px {
    width: 64px !important;
  }

  .w-ultra-wide-68px {
    width: 68px !important;
  }

  .w-ultra-wide-72px {
    width: 72px !important;
  }

  .w-ultra-wide-74px {
    width: 74px !important;
  }

  .w-ultra-wide-82px {
    width: 82px !important;
  }

  .w-ultra-wide-86px {
    width: 86px !important;
  }

  .w-ultra-wide-80px {
    width: 80px !important;
  }

  .w-ultra-wide-88px {
    width: 88px !important;
  }

  .w-ultra-wide-96px {
    width: 96px !important;
  }

  .w-ultra-wide-100px {
    width: 100px !important;
  }

  .w-ultra-wide-110px {
    width: 110px !important;
  }

  .w-ultra-wide-116px {
    width: 116px !important;
  }

  .w-ultra-wide-120px {
    width: 120px !important;
  }

  .w-ultra-wide-150px {
    width: 150px !important;
  }

  .w-ultra-wide-162px {
    width: 162px !important;
  }

  .w-ultra-wide-168px {
    width: 168px !important;
  }

  .w-ultra-wide-165px {
    width: 165px !important;
  }

  .w-ultra-wide-190px {
    width: 190px !important;
  }

  .w-ultra-wide-200px {
    width: 200px !important;
  }

  .w-ultra-wide-202px {
    width: 202px !important;
  }

  .w-ultra-wide-205px {
    width: 205px !important;
  }

  .w-ultra-wide-208px {
    width: 208px !important;
  }

  .w-ultra-wide-210px {
    width: 210px !important;
  }

  .w-ultra-wide-212px {
    width: 212px !important;
  }

  .w-ultra-wide-214px {
    width: 214px !important;
  }

  .w-ultra-wide-216px {
    width: 216px !important;
  }

  .w-ultra-wide-220px {
    width: 220px !important;
  }

  .w-ultra-wide-226px {
    width: 226px !important;
  }

  .w-ultra-wide-230px {
    width: 230px !important;
  }

  .w-ultra-wide-250px {
    width: 250px !important;
  }

  .w-ultra-wide-356px {
    width: 356px !important;
  }

  .w-ultra-wide-262px {
    width: 262px !important;
  }

  .w-ultra-wide-266px {
    width: 266px !important;
  }

  .w-ultra-wide-368px {
    width: 368px !important;
  }

  .w-ultra-wide-376px {
    width: 376px !important;
  }

  .w-ultra-wide-279px {
    width: 279px !important;
  }

  .w-ultra-wide-260px {
    width: 260px !important;
  }

  .w-ultra-wide-278px {
    width: 278px !important;
  }

  .w-ultra-wide-394px {
    width: 394px !important;
  }

  .w-ultra-wide-300px {
    width: 300px !important;
  }

  .w-ultra-wide-400px {
    width: 400px !important;
  }

  .w-ultra-wide-417px {
    width: 417px !important;
  }

  .w-ultra-wide-420px {
    width: 420px !important;
  }

  .w-ultra-wide-434px {
    width: 434px !important;
  }

  .w-ultra-wide-456px {
    width: 456px !important;
  }

  .w-ultra-wide-460px {
    width: 460px !important;
  }

  .w-ultra-wide-476px {
    width: 476px !important;
  }

  .w-ultra-wide-530px {
    width: 530px !important;
  }

  .w-ultra-wide-570px {
    width: 570px !important;
  }

  .w-ultra-wide-600px {
    width: 600px !important;
  }

  .w-ultra-wide-720px {
    width: 720px !important;
  }

  .w-ultra-wide-100p5 {
    width: calc(100% + 3rem) !important;
  }

  .w-ultra-wide-100p62px {
    width: calc(100% + 62px) !important;
  }

  .w-ultra-wide-100p120px {
    width: calc(100% + 120px) !important;
  }

  .w-ultra-wide-100p60px {
    width: calc(100% + 60px) !important;
  }

  .w-ultra-wide-100p196px {
    width: calc(100% + 196px) !important;
  }

  .w-ultra-wide-100m60px {
    width: calc(100% - 60px) !important;
  }

  .w-ultra-wide-45p100px {
    width: calc(45% + 100px) !important;
  }

  .w-ultra-wide-100p148px {
    width: calc(100% + 148px) !important;
  }

  .w-ultra-wide-100p296px {
    width: calc(100% + 296px) !important;
  }

  .w-ultra-wide-100p192px {
    width: calc(100% + 192px) !important;
  }

  .w-ultra-wide-100p150px {
    width: calc(100% + 150px) !important;
  }

  .w-ultra-wide-100p92px {
    width: calc(100% + 92px) !important;
  }

  .w-ultra-wide-100pgutter {
    width: calc(100% + 0.75rem) !important;
  }

  .w-ultra-wide-100m100px {
    width: calc(100% - 100px) !important;
  }

  .w-ultra-wide-100m24px {
    width: calc(100% - 24px) !important;
  }

  .max-w-ultra-wide-0 {
    max-width: 0% !important;
  }

  .max-w-ultra-wide-5 {
    max-width: 5% !important;
  }

  .max-w-ultra-wide-10 {
    max-width: 10% !important;
  }

  .max-w-ultra-wide-15 {
    max-width: 15% !important;
  }

  .max-w-ultra-wide-20 {
    max-width: 20% !important;
  }

  .max-w-ultra-wide-25 {
    max-width: 25% !important;
  }

  .max-w-ultra-wide-30 {
    max-width: 30% !important;
  }

  .max-w-ultra-wide-35 {
    max-width: 35% !important;
  }

  .max-w-ultra-wide-40 {
    max-width: 40% !important;
  }

  .max-w-ultra-wide-45 {
    max-width: 45% !important;
  }

  .max-w-ultra-wide-50 {
    max-width: 50% !important;
  }

  .max-w-ultra-wide-55 {
    max-width: 55% !important;
  }

  .max-w-ultra-wide-60 {
    max-width: 60% !important;
  }

  .max-w-ultra-wide-65 {
    max-width: 65% !important;
  }

  .max-w-ultra-wide-70 {
    max-width: 70% !important;
  }

  .max-w-ultra-wide-71 {
    max-width: 71% !important;
  }

  .max-w-ultra-wide-75 {
    max-width: 75% !important;
  }

  .max-w-ultra-wide-80 {
    max-width: 80% !important;
  }

  .max-w-ultra-wide-85 {
    max-width: 85% !important;
  }

  .max-w-ultra-wide-90 {
    max-width: 90% !important;
  }

  .max-w-ultra-wide-95 {
    max-width: 95% !important;
  }

  .max-w-ultra-wide-100 {
    max-width: 100% !important;
  }

  .max-w-ultra-wide-150 {
    max-width: 150% !important;
  }

  .max-w-ultra-wide-300 {
    max-width: 300% !important;
  }

  .max-w-ultra-wide-400 {
    max-width: 400% !important;
  }

  .max-w-ultra-wide-500 {
    max-width: 500% !important;
  }

  .max-w-ultra-wide-600 {
    max-width: 600% !important;
  }

  .max-w-ultra-wide-700 {
    max-width: 700% !important;
  }

  .max-w-ultra-wide-800 {
    max-width: 800% !important;
  }

  .max-w-ultra-wide-auto {
    max-width: auto !important;
  }

  .max-w-ultra-wide-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }

  .max-w-ultra-wide-8px {
    max-width: 8px !important;
  }

  .max-w-ultra-wide-12px {
    max-width: 12px !important;
  }

  .max-w-ultra-wide-14px {
    max-width: 14px !important;
  }

  .max-w-ultra-wide-15px {
    max-width: 15px !important;
  }

  .max-w-ultra-wide-16px {
    max-width: 16px !important;
  }

  .max-w-ultra-wide-18px {
    max-width: 18px !important;
  }

  .max-w-ultra-wide-19px {
    max-width: 19px !important;
  }

  .max-w-ultra-wide-20px {
    max-width: 20px !important;
  }

  .max-w-ultra-wide-22px {
    max-width: 22px !important;
  }

  .max-w-ultra-wide-24px {
    max-width: 24px !important;
  }

  .max-w-ultra-wide-25px {
    max-width: 25px !important;
  }

  .max-w-ultra-wide-26px {
    max-width: 26px !important;
  }

  .max-w-ultra-wide-28px {
    max-width: 28px !important;
  }

  .max-w-ultra-wide-30px {
    max-width: 30px !important;
  }

  .max-w-ultra-wide-32px {
    max-width: 32px !important;
  }

  .max-w-ultra-wide-34px {
    max-width: 34px !important;
  }

  .max-w-ultra-wide-35px {
    max-width: 35px !important;
  }

  .max-w-ultra-wide-36px {
    max-width: 36px !important;
  }

  .max-w-ultra-wide-38px {
    max-width: 38px !important;
  }

  .max-w-ultra-wide-40px {
    max-width: 40px !important;
  }

  .max-w-ultra-wide-45px {
    max-width: 45px !important;
  }

  .max-w-ultra-wide-48px {
    max-width: 48px !important;
  }

  .max-w-ultra-wide-50px {
    max-width: 50px !important;
  }

  .max-w-ultra-wide-52px {
    max-width: 50px !important;
  }

  .max-w-ultra-wide-56px {
    max-width: 56px !important;
  }

  .max-w-ultra-wide-60px {
    max-width: 60px !important;
  }

  .max-w-ultra-wide-64px {
    max-width: 64px !important;
  }

  .max-w-ultra-wide-68px {
    max-width: 68px !important;
  }

  .max-w-ultra-wide-72px {
    max-width: 72px !important;
  }

  .max-w-ultra-wide-74px {
    max-width: 74px !important;
  }

  .max-w-ultra-wide-82px {
    max-width: 82px !important;
  }

  .max-w-ultra-wide-86px {
    max-width: 86px !important;
  }

  .max-w-ultra-wide-80px {
    max-width: 80px !important;
  }

  .max-w-ultra-wide-88px {
    max-width: 88px !important;
  }

  .max-w-ultra-wide-96px {
    max-width: 96px !important;
  }

  .max-w-ultra-wide-100px {
    max-width: 100px !important;
  }

  .max-w-ultra-wide-110px {
    max-width: 110px !important;
  }

  .max-w-ultra-wide-116px {
    max-width: 116px !important;
  }

  .max-w-ultra-wide-120px {
    max-width: 120px !important;
  }

  .max-w-ultra-wide-150px {
    max-width: 150px !important;
  }

  .max-w-ultra-wide-162px {
    max-width: 162px !important;
  }

  .max-w-ultra-wide-168px {
    max-width: 168px !important;
  }

  .max-w-ultra-wide-165px {
    max-width: 165px !important;
  }

  .max-w-ultra-wide-190px {
    max-width: 190px !important;
  }

  .max-w-ultra-wide-200px {
    max-width: 200px !important;
  }

  .max-w-ultra-wide-202px {
    max-width: 202px !important;
  }

  .max-w-ultra-wide-205px {
    max-width: 205px !important;
  }

  .max-w-ultra-wide-208px {
    max-width: 208px !important;
  }

  .max-w-ultra-wide-210px {
    max-width: 210px !important;
  }

  .max-w-ultra-wide-212px {
    max-width: 212px !important;
  }

  .max-w-ultra-wide-214px {
    max-width: 214px !important;
  }

  .max-w-ultra-wide-216px {
    max-width: 216px !important;
  }

  .max-w-ultra-wide-220px {
    max-width: 220px !important;
  }

  .max-w-ultra-wide-226px {
    max-width: 226px !important;
  }

  .max-w-ultra-wide-230px {
    max-width: 230px !important;
  }

  .max-w-ultra-wide-250px {
    max-width: 250px !important;
  }

  .max-w-ultra-wide-356px {
    max-width: 356px !important;
  }

  .max-w-ultra-wide-262px {
    max-width: 262px !important;
  }

  .max-w-ultra-wide-266px {
    max-width: 266px !important;
  }

  .max-w-ultra-wide-368px {
    max-width: 368px !important;
  }

  .max-w-ultra-wide-376px {
    max-width: 376px !important;
  }

  .max-w-ultra-wide-279px {
    max-width: 279px !important;
  }

  .max-w-ultra-wide-260px {
    max-width: 260px !important;
  }

  .max-w-ultra-wide-278px {
    max-width: 278px !important;
  }

  .max-w-ultra-wide-394px {
    max-width: 394px !important;
  }

  .max-w-ultra-wide-300px {
    max-width: 300px !important;
  }

  .max-w-ultra-wide-400px {
    max-width: 400px !important;
  }

  .max-w-ultra-wide-417px {
    max-width: 417px !important;
  }

  .max-w-ultra-wide-420px {
    max-width: 420px !important;
  }

  .max-w-ultra-wide-434px {
    max-width: 434px !important;
  }

  .max-w-ultra-wide-456px {
    max-width: 456px !important;
  }

  .max-w-ultra-wide-460px {
    max-width: 460px !important;
  }

  .max-w-ultra-wide-476px {
    max-width: 476px !important;
  }

  .max-w-ultra-wide-530px {
    max-width: 530px !important;
  }

  .max-w-ultra-wide-570px {
    max-width: 570px !important;
  }

  .max-w-ultra-wide-600px {
    max-width: 600px !important;
  }

  .max-w-ultra-wide-720px {
    max-width: 720px !important;
  }

  .max-w-ultra-wide-100p5 {
    max-width: calc(100% + 3rem) !important;
  }

  .max-w-ultra-wide-100p62px {
    max-width: calc(100% + 62px) !important;
  }

  .max-w-ultra-wide-100p120px {
    max-width: calc(100% + 120px) !important;
  }

  .max-w-ultra-wide-100p60px {
    max-width: calc(100% + 60px) !important;
  }

  .max-w-ultra-wide-100p196px {
    max-width: calc(100% + 196px) !important;
  }

  .max-w-ultra-wide-100m60px {
    max-width: calc(100% - 60px) !important;
  }

  .max-w-ultra-wide-45p100px {
    max-width: calc(45% + 100px) !important;
  }

  .max-w-ultra-wide-100p148px {
    max-width: calc(100% + 148px) !important;
  }

  .max-w-ultra-wide-100p296px {
    max-width: calc(100% + 296px) !important;
  }

  .max-w-ultra-wide-100p192px {
    max-width: calc(100% + 192px) !important;
  }

  .max-w-ultra-wide-100p150px {
    max-width: calc(100% + 150px) !important;
  }

  .max-w-ultra-wide-100p92px {
    max-width: calc(100% + 92px) !important;
  }

  .max-w-ultra-wide-100pgutter {
    max-width: calc(100% + 0.75rem) !important;
  }

  .max-w-ultra-wide-100m100px {
    max-width: calc(100% - 100px) !important;
  }

  .max-w-ultra-wide-100m24px {
    max-width: calc(100% - 24px) !important;
  }

  .h-ultra-wide-0 {
    height: 0% !important;
  }

  .h-ultra-wide-5 {
    height: 5% !important;
  }

  .h-ultra-wide-10 {
    height: 10% !important;
  }

  .h-ultra-wide-15 {
    height: 15% !important;
  }

  .h-ultra-wide-20 {
    height: 20% !important;
  }

  .h-ultra-wide-25 {
    height: 25% !important;
  }

  .h-ultra-wide-30 {
    height: 30% !important;
  }

  .h-ultra-wide-35 {
    height: 35% !important;
  }

  .h-ultra-wide-40 {
    height: 40% !important;
  }

  .h-ultra-wide-45 {
    height: 45% !important;
  }

  .h-ultra-wide-50 {
    height: 50% !important;
  }

  .h-ultra-wide-55 {
    height: 55% !important;
  }

  .h-ultra-wide-60 {
    height: 60% !important;
  }

  .h-ultra-wide-65 {
    height: 65% !important;
  }

  .h-ultra-wide-70 {
    height: 70% !important;
  }

  .h-ultra-wide-71 {
    height: 71% !important;
  }

  .h-ultra-wide-75 {
    height: 75% !important;
  }

  .h-ultra-wide-80 {
    height: 80% !important;
  }

  .h-ultra-wide-85 {
    height: 85% !important;
  }

  .h-ultra-wide-90 {
    height: 90% !important;
  }

  .h-ultra-wide-95 {
    height: 95% !important;
  }

  .h-ultra-wide-100 {
    height: 100% !important;
  }

  .h-ultra-wide-150 {
    height: 150% !important;
  }

  .h-ultra-wide-300 {
    height: 300% !important;
  }

  .h-ultra-wide-400 {
    height: 400% !important;
  }

  .h-ultra-wide-500 {
    height: 500% !important;
  }

  .h-ultra-wide-600 {
    height: 600% !important;
  }

  .h-ultra-wide-700 {
    height: 700% !important;
  }

  .h-ultra-wide-800 {
    height: 800% !important;
  }

  .h-ultra-wide-auto {
    height: auto !important;
  }

  .h-ultra-wide-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .h-ultra-wide-8px {
    height: 8px !important;
  }

  .h-ultra-wide-12px {
    height: 12px !important;
  }

  .h-ultra-wide-14px {
    height: 14px !important;
  }

  .h-ultra-wide-15px {
    height: 15px !important;
  }

  .h-ultra-wide-16px {
    height: 16px !important;
  }

  .h-ultra-wide-18px {
    height: 18px !important;
  }

  .h-ultra-wide-19px {
    height: 19px !important;
  }

  .h-ultra-wide-20px {
    height: 20px !important;
  }

  .h-ultra-wide-22px {
    height: 22px !important;
  }

  .h-ultra-wide-24px {
    height: 24px !important;
  }

  .h-ultra-wide-25px {
    height: 25px !important;
  }

  .h-ultra-wide-26px {
    height: 26px !important;
  }

  .h-ultra-wide-28px {
    height: 28px !important;
  }

  .h-ultra-wide-30px {
    height: 30px !important;
  }

  .h-ultra-wide-32px {
    height: 32px !important;
  }

  .h-ultra-wide-34px {
    height: 34px !important;
  }

  .h-ultra-wide-35px {
    height: 35px !important;
  }

  .h-ultra-wide-36px {
    height: 36px !important;
  }

  .h-ultra-wide-38px {
    height: 38px !important;
  }

  .h-ultra-wide-40px {
    height: 40px !important;
  }

  .h-ultra-wide-45px {
    height: 45px !important;
  }

  .h-ultra-wide-48px {
    height: 48px !important;
  }

  .h-ultra-wide-50px {
    height: 50px !important;
  }

  .h-ultra-wide-52px {
    height: 50px !important;
  }

  .h-ultra-wide-56px {
    height: 56px !important;
  }

  .h-ultra-wide-60px {
    height: 60px !important;
  }

  .h-ultra-wide-64px {
    height: 64px !important;
  }

  .h-ultra-wide-68px {
    height: 68px !important;
  }

  .h-ultra-wide-72px {
    height: 72px !important;
  }

  .h-ultra-wide-74px {
    height: 74px !important;
  }

  .h-ultra-wide-82px {
    height: 82px !important;
  }

  .h-ultra-wide-86px {
    height: 86px !important;
  }

  .h-ultra-wide-80px {
    height: 80px !important;
  }

  .h-ultra-wide-88px {
    height: 88px !important;
  }

  .h-ultra-wide-96px {
    height: 96px !important;
  }

  .h-ultra-wide-100px {
    height: 100px !important;
  }

  .h-ultra-wide-110px {
    height: 110px !important;
  }

  .h-ultra-wide-116px {
    height: 116px !important;
  }

  .h-ultra-wide-120px {
    height: 120px !important;
  }

  .h-ultra-wide-150px {
    height: 150px !important;
  }

  .h-ultra-wide-162px {
    height: 162px !important;
  }

  .h-ultra-wide-168px {
    height: 168px !important;
  }

  .h-ultra-wide-165px {
    height: 165px !important;
  }

  .h-ultra-wide-190px {
    height: 190px !important;
  }

  .h-ultra-wide-200px {
    height: 200px !important;
  }

  .h-ultra-wide-202px {
    height: 202px !important;
  }

  .h-ultra-wide-205px {
    height: 205px !important;
  }

  .h-ultra-wide-208px {
    height: 208px !important;
  }

  .h-ultra-wide-210px {
    height: 210px !important;
  }

  .h-ultra-wide-212px {
    height: 212px !important;
  }

  .h-ultra-wide-214px {
    height: 214px !important;
  }

  .h-ultra-wide-216px {
    height: 216px !important;
  }

  .h-ultra-wide-220px {
    height: 220px !important;
  }

  .h-ultra-wide-226px {
    height: 226px !important;
  }

  .h-ultra-wide-230px {
    height: 230px !important;
  }

  .h-ultra-wide-250px {
    height: 250px !important;
  }

  .h-ultra-wide-356px {
    height: 356px !important;
  }

  .h-ultra-wide-262px {
    height: 262px !important;
  }

  .h-ultra-wide-266px {
    height: 266px !important;
  }

  .h-ultra-wide-368px {
    height: 368px !important;
  }

  .h-ultra-wide-376px {
    height: 376px !important;
  }

  .h-ultra-wide-279px {
    height: 279px !important;
  }

  .h-ultra-wide-260px {
    height: 260px !important;
  }

  .h-ultra-wide-278px {
    height: 278px !important;
  }

  .h-ultra-wide-394px {
    height: 394px !important;
  }

  .h-ultra-wide-300px {
    height: 300px !important;
  }

  .h-ultra-wide-400px {
    height: 400px !important;
  }

  .h-ultra-wide-417px {
    height: 417px !important;
  }

  .h-ultra-wide-420px {
    height: 420px !important;
  }

  .h-ultra-wide-434px {
    height: 434px !important;
  }

  .h-ultra-wide-456px {
    height: 456px !important;
  }

  .h-ultra-wide-460px {
    height: 460px !important;
  }

  .h-ultra-wide-476px {
    height: 476px !important;
  }

  .h-ultra-wide-530px {
    height: 530px !important;
  }

  .h-ultra-wide-570px {
    height: 570px !important;
  }

  .h-ultra-wide-600px {
    height: 600px !important;
  }

  .h-ultra-wide-720px {
    height: 720px !important;
  }

  .h-ultra-wide-100p5 {
    height: calc(100% + 3rem) !important;
  }

  .h-ultra-wide-100p62px {
    height: calc(100% + 62px) !important;
  }

  .h-ultra-wide-100p120px {
    height: calc(100% + 120px) !important;
  }

  .h-ultra-wide-100p60px {
    height: calc(100% + 60px) !important;
  }

  .h-ultra-wide-100p196px {
    height: calc(100% + 196px) !important;
  }

  .h-ultra-wide-100m60px {
    height: calc(100% - 60px) !important;
  }

  .h-ultra-wide-45p100px {
    height: calc(45% + 100px) !important;
  }

  .h-ultra-wide-100p148px {
    height: calc(100% + 148px) !important;
  }

  .h-ultra-wide-100p296px {
    height: calc(100% + 296px) !important;
  }

  .h-ultra-wide-100p192px {
    height: calc(100% + 192px) !important;
  }

  .h-ultra-wide-100p150px {
    height: calc(100% + 150px) !important;
  }

  .h-ultra-wide-100p92px {
    height: calc(100% + 92px) !important;
  }

  .h-ultra-wide-100pgutter {
    height: calc(100% + 0.75rem) !important;
  }

  .h-ultra-wide-100m100px {
    height: calc(100% - 100px) !important;
  }

  .h-ultra-wide-100m24px {
    height: calc(100% - 24px) !important;
  }

  .max-h-ultra-wide-0 {
    max-height: 0% !important;
  }

  .max-h-ultra-wide-5 {
    max-height: 5% !important;
  }

  .max-h-ultra-wide-10 {
    max-height: 10% !important;
  }

  .max-h-ultra-wide-15 {
    max-height: 15% !important;
  }

  .max-h-ultra-wide-20 {
    max-height: 20% !important;
  }

  .max-h-ultra-wide-25 {
    max-height: 25% !important;
  }

  .max-h-ultra-wide-30 {
    max-height: 30% !important;
  }

  .max-h-ultra-wide-35 {
    max-height: 35% !important;
  }

  .max-h-ultra-wide-40 {
    max-height: 40% !important;
  }

  .max-h-ultra-wide-45 {
    max-height: 45% !important;
  }

  .max-h-ultra-wide-50 {
    max-height: 50% !important;
  }

  .max-h-ultra-wide-55 {
    max-height: 55% !important;
  }

  .max-h-ultra-wide-60 {
    max-height: 60% !important;
  }

  .max-h-ultra-wide-65 {
    max-height: 65% !important;
  }

  .max-h-ultra-wide-70 {
    max-height: 70% !important;
  }

  .max-h-ultra-wide-71 {
    max-height: 71% !important;
  }

  .max-h-ultra-wide-75 {
    max-height: 75% !important;
  }

  .max-h-ultra-wide-80 {
    max-height: 80% !important;
  }

  .max-h-ultra-wide-85 {
    max-height: 85% !important;
  }

  .max-h-ultra-wide-90 {
    max-height: 90% !important;
  }

  .max-h-ultra-wide-95 {
    max-height: 95% !important;
  }

  .max-h-ultra-wide-100 {
    max-height: 100% !important;
  }

  .max-h-ultra-wide-150 {
    max-height: 150% !important;
  }

  .max-h-ultra-wide-300 {
    max-height: 300% !important;
  }

  .max-h-ultra-wide-400 {
    max-height: 400% !important;
  }

  .max-h-ultra-wide-500 {
    max-height: 500% !important;
  }

  .max-h-ultra-wide-600 {
    max-height: 600% !important;
  }

  .max-h-ultra-wide-700 {
    max-height: 700% !important;
  }

  .max-h-ultra-wide-800 {
    max-height: 800% !important;
  }

  .max-h-ultra-wide-auto {
    max-height: auto !important;
  }

  .max-h-ultra-wide-fit-content {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }

  .max-h-ultra-wide-8px {
    max-height: 8px !important;
  }

  .max-h-ultra-wide-12px {
    max-height: 12px !important;
  }

  .max-h-ultra-wide-14px {
    max-height: 14px !important;
  }

  .max-h-ultra-wide-15px {
    max-height: 15px !important;
  }

  .max-h-ultra-wide-16px {
    max-height: 16px !important;
  }

  .max-h-ultra-wide-18px {
    max-height: 18px !important;
  }

  .max-h-ultra-wide-19px {
    max-height: 19px !important;
  }

  .max-h-ultra-wide-20px {
    max-height: 20px !important;
  }

  .max-h-ultra-wide-22px {
    max-height: 22px !important;
  }

  .max-h-ultra-wide-24px {
    max-height: 24px !important;
  }

  .max-h-ultra-wide-25px {
    max-height: 25px !important;
  }

  .max-h-ultra-wide-26px {
    max-height: 26px !important;
  }

  .max-h-ultra-wide-28px {
    max-height: 28px !important;
  }

  .max-h-ultra-wide-30px {
    max-height: 30px !important;
  }

  .max-h-ultra-wide-32px {
    max-height: 32px !important;
  }

  .max-h-ultra-wide-34px {
    max-height: 34px !important;
  }

  .max-h-ultra-wide-35px {
    max-height: 35px !important;
  }

  .max-h-ultra-wide-36px {
    max-height: 36px !important;
  }

  .max-h-ultra-wide-38px {
    max-height: 38px !important;
  }

  .max-h-ultra-wide-40px {
    max-height: 40px !important;
  }

  .max-h-ultra-wide-45px {
    max-height: 45px !important;
  }

  .max-h-ultra-wide-48px {
    max-height: 48px !important;
  }

  .max-h-ultra-wide-50px {
    max-height: 50px !important;
  }

  .max-h-ultra-wide-52px {
    max-height: 50px !important;
  }

  .max-h-ultra-wide-56px {
    max-height: 56px !important;
  }

  .max-h-ultra-wide-60px {
    max-height: 60px !important;
  }

  .max-h-ultra-wide-64px {
    max-height: 64px !important;
  }

  .max-h-ultra-wide-68px {
    max-height: 68px !important;
  }

  .max-h-ultra-wide-72px {
    max-height: 72px !important;
  }

  .max-h-ultra-wide-74px {
    max-height: 74px !important;
  }

  .max-h-ultra-wide-82px {
    max-height: 82px !important;
  }

  .max-h-ultra-wide-86px {
    max-height: 86px !important;
  }

  .max-h-ultra-wide-80px {
    max-height: 80px !important;
  }

  .max-h-ultra-wide-88px {
    max-height: 88px !important;
  }

  .max-h-ultra-wide-96px {
    max-height: 96px !important;
  }

  .max-h-ultra-wide-100px {
    max-height: 100px !important;
  }

  .max-h-ultra-wide-110px {
    max-height: 110px !important;
  }

  .max-h-ultra-wide-116px {
    max-height: 116px !important;
  }

  .max-h-ultra-wide-120px {
    max-height: 120px !important;
  }

  .max-h-ultra-wide-150px {
    max-height: 150px !important;
  }

  .max-h-ultra-wide-162px {
    max-height: 162px !important;
  }

  .max-h-ultra-wide-168px {
    max-height: 168px !important;
  }

  .max-h-ultra-wide-165px {
    max-height: 165px !important;
  }

  .max-h-ultra-wide-190px {
    max-height: 190px !important;
  }

  .max-h-ultra-wide-200px {
    max-height: 200px !important;
  }

  .max-h-ultra-wide-202px {
    max-height: 202px !important;
  }

  .max-h-ultra-wide-205px {
    max-height: 205px !important;
  }

  .max-h-ultra-wide-208px {
    max-height: 208px !important;
  }

  .max-h-ultra-wide-210px {
    max-height: 210px !important;
  }

  .max-h-ultra-wide-212px {
    max-height: 212px !important;
  }

  .max-h-ultra-wide-214px {
    max-height: 214px !important;
  }

  .max-h-ultra-wide-216px {
    max-height: 216px !important;
  }

  .max-h-ultra-wide-220px {
    max-height: 220px !important;
  }

  .max-h-ultra-wide-226px {
    max-height: 226px !important;
  }

  .max-h-ultra-wide-230px {
    max-height: 230px !important;
  }

  .max-h-ultra-wide-250px {
    max-height: 250px !important;
  }

  .max-h-ultra-wide-356px {
    max-height: 356px !important;
  }

  .max-h-ultra-wide-262px {
    max-height: 262px !important;
  }

  .max-h-ultra-wide-266px {
    max-height: 266px !important;
  }

  .max-h-ultra-wide-368px {
    max-height: 368px !important;
  }

  .max-h-ultra-wide-376px {
    max-height: 376px !important;
  }

  .max-h-ultra-wide-279px {
    max-height: 279px !important;
  }

  .max-h-ultra-wide-260px {
    max-height: 260px !important;
  }

  .max-h-ultra-wide-278px {
    max-height: 278px !important;
  }

  .max-h-ultra-wide-394px {
    max-height: 394px !important;
  }

  .max-h-ultra-wide-300px {
    max-height: 300px !important;
  }

  .max-h-ultra-wide-400px {
    max-height: 400px !important;
  }

  .max-h-ultra-wide-417px {
    max-height: 417px !important;
  }

  .max-h-ultra-wide-420px {
    max-height: 420px !important;
  }

  .max-h-ultra-wide-434px {
    max-height: 434px !important;
  }

  .max-h-ultra-wide-456px {
    max-height: 456px !important;
  }

  .max-h-ultra-wide-460px {
    max-height: 460px !important;
  }

  .max-h-ultra-wide-476px {
    max-height: 476px !important;
  }

  .max-h-ultra-wide-530px {
    max-height: 530px !important;
  }

  .max-h-ultra-wide-570px {
    max-height: 570px !important;
  }

  .max-h-ultra-wide-600px {
    max-height: 600px !important;
  }

  .max-h-ultra-wide-720px {
    max-height: 720px !important;
  }

  .max-h-ultra-wide-100p5 {
    max-height: calc(100% + 3rem) !important;
  }

  .max-h-ultra-wide-100p62px {
    max-height: calc(100% + 62px) !important;
  }

  .max-h-ultra-wide-100p120px {
    max-height: calc(100% + 120px) !important;
  }

  .max-h-ultra-wide-100p60px {
    max-height: calc(100% + 60px) !important;
  }

  .max-h-ultra-wide-100p196px {
    max-height: calc(100% + 196px) !important;
  }

  .max-h-ultra-wide-100m60px {
    max-height: calc(100% - 60px) !important;
  }

  .max-h-ultra-wide-45p100px {
    max-height: calc(45% + 100px) !important;
  }

  .max-h-ultra-wide-100p148px {
    max-height: calc(100% + 148px) !important;
  }

  .max-h-ultra-wide-100p296px {
    max-height: calc(100% + 296px) !important;
  }

  .max-h-ultra-wide-100p192px {
    max-height: calc(100% + 192px) !important;
  }

  .max-h-ultra-wide-100p150px {
    max-height: calc(100% + 150px) !important;
  }

  .max-h-ultra-wide-100p92px {
    max-height: calc(100% + 92px) !important;
  }

  .max-h-ultra-wide-100pgutter {
    max-height: calc(100% + 0.75rem) !important;
  }

  .max-h-ultra-wide-100m100px {
    max-height: calc(100% - 100px) !important;
  }

  .max-h-ultra-wide-100m24px {
    max-height: calc(100% - 24px) !important;
  }

  .flex-ultra-wide-fill {
    flex: 1 1 auto !important;
  }

  .flex-ultra-wide-row {
    flex-direction: row !important;
  }

  .flex-ultra-wide-column {
    flex-direction: column !important;
  }

  .flex-ultra-wide-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-ultra-wide-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-ultra-wide-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-ultra-wide-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-ultra-wide-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-ultra-wide-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-ultra-wide-wrap {
    flex-wrap: wrap !important;
  }

  .flex-ultra-wide-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-ultra-wide-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-ultra-wide-start {
    justify-content: flex-start !important;
  }

  .justify-content-ultra-wide-end {
    justify-content: flex-end !important;
  }

  .justify-content-ultra-wide-center {
    justify-content: center !important;
  }

  .justify-content-ultra-wide-between {
    justify-content: space-between !important;
  }

  .justify-content-ultra-wide-around {
    justify-content: space-around !important;
  }

  .justify-content-ultra-wide-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-ultra-wide-start {
    align-items: flex-start !important;
  }

  .align-items-ultra-wide-end {
    align-items: flex-end !important;
  }

  .align-items-ultra-wide-center {
    align-items: center !important;
  }

  .align-items-ultra-wide-baseline {
    align-items: baseline !important;
  }

  .align-items-ultra-wide-stretch {
    align-items: stretch !important;
  }

  .align-content-ultra-wide-start {
    align-content: flex-start !important;
  }

  .align-content-ultra-wide-end {
    align-content: flex-end !important;
  }

  .align-content-ultra-wide-center {
    align-content: center !important;
  }

  .align-content-ultra-wide-between {
    align-content: space-between !important;
  }

  .align-content-ultra-wide-around {
    align-content: space-around !important;
  }

  .align-content-ultra-wide-stretch {
    align-content: stretch !important;
  }

  .align-self-ultra-wide-auto {
    align-self: auto !important;
  }

  .align-self-ultra-wide-start {
    align-self: flex-start !important;
  }

  .align-self-ultra-wide-end {
    align-self: flex-end !important;
  }

  .align-self-ultra-wide-center {
    align-self: center !important;
  }

  .align-self-ultra-wide-baseline {
    align-self: baseline !important;
  }

  .align-self-ultra-wide-stretch {
    align-self: stretch !important;
  }

  .order-ultra-wide-first {
    order: -1 !important;
  }

  .order-ultra-wide-0 {
    order: 0 !important;
  }

  .order-ultra-wide-1 {
    order: 1 !important;
  }

  .order-ultra-wide-2 {
    order: 2 !important;
  }

  .order-ultra-wide-3 {
    order: 3 !important;
  }

  .order-ultra-wide-4 {
    order: 4 !important;
  }

  .order-ultra-wide-5 {
    order: 5 !important;
  }

  .order-ultra-wide-last {
    order: 6 !important;
  }

  .m-ultra-wide-0 {
    margin: 0 !important;
  }

  .m-ultra-wide-1 {
    margin: 0.25rem !important;
  }

  .m-ultra-wide-2 {
    margin: 0.5rem !important;
  }

  .m-ultra-wide-3 {
    margin: 1rem !important;
  }

  .m-ultra-wide-4 {
    margin: 1.5rem !important;
  }

  .m-ultra-wide-5 {
    margin: 3rem !important;
  }

  .m-ultra-wide-gutter {
    margin: 0.75rem !important;
  }

  .m-ultra-wide-40px {
    margin: 40px !important;
  }

  .m-ultra-wide-auto {
    margin: auto !important;
  }

  .mx-ultra-wide-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-ultra-wide-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-ultra-wide-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-ultra-wide-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-ultra-wide-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-ultra-wide-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-ultra-wide-gutter {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-ultra-wide-40px {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-ultra-wide-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-ultra-wide-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-ultra-wide-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-ultra-wide-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-ultra-wide-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-ultra-wide-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-ultra-wide-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-ultra-wide-gutter {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-ultra-wide-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-ultra-wide-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-ultra-wide-0 {
    margin-top: 0 !important;
  }

  .mt-ultra-wide-1 {
    margin-top: 0.25rem !important;
  }

  .mt-ultra-wide-2 {
    margin-top: 0.5rem !important;
  }

  .mt-ultra-wide-3 {
    margin-top: 1rem !important;
  }

  .mt-ultra-wide-4 {
    margin-top: 1.5rem !important;
  }

  .mt-ultra-wide-5 {
    margin-top: 3rem !important;
  }

  .mt-ultra-wide-gutter {
    margin-top: 0.75rem !important;
  }

  .mt-ultra-wide-40px {
    margin-top: 40px !important;
  }

  .mt-ultra-wide-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .me-ultra-wide-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .me-ultra-wide-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .me-ultra-wide-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .me-ultra-wide-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .me-ultra-wide-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .me-ultra-wide-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .me-ultra-wide-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .me-ultra-wide-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .me-ultra-wide-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .me-ultra-wide-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .me-ultra-wide-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .me-ultra-wide-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .me-ultra-wide-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="rtl"] .me-ultra-wide-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="ltr"] .me-ultra-wide-40px {
    margin-right: 40px !important;
  }

  [dir="rtl"] .me-ultra-wide-40px {
    margin-left: 40px !important;
  }

  [dir="ltr"] .me-ultra-wide-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .me-ultra-wide-auto {
    margin-left: auto !important;
  }

  .mb-ultra-wide-0 {
    margin-bottom: 0 !important;
  }

  .mb-ultra-wide-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-ultra-wide-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-ultra-wide-3 {
    margin-bottom: 1rem !important;
  }

  .mb-ultra-wide-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-ultra-wide-5 {
    margin-bottom: 3rem !important;
  }

  .mb-ultra-wide-gutter {
    margin-bottom: 0.75rem !important;
  }

  .mb-ultra-wide-40px {
    margin-bottom: 40px !important;
  }

  .mb-ultra-wide-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ms-ultra-wide-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ms-ultra-wide-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .ms-ultra-wide-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-gutter {
    margin-left: 0.75rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-gutter {
    margin-right: 0.75rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-40px {
    margin-left: 40px !important;
  }

  [dir="rtl"] .ms-ultra-wide-40px {
    margin-right: 40px !important;
  }

  [dir="ltr"] .ms-ultra-wide-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ms-ultra-wide-auto {
    margin-right: auto !important;
  }

  .m-ultra-wide-n1 {
    margin: -0.25rem !important;
  }

  .m-ultra-wide-n2 {
    margin: -0.5rem !important;
  }

  .m-ultra-wide-n3 {
    margin: -1rem !important;
  }

  .m-ultra-wide-n4 {
    margin: -1.5rem !important;
  }

  .m-ultra-wide-n5 {
    margin: -3rem !important;
  }

  .m-ultra-wide-ngutter {
    margin: -0.75rem !important;
  }

  .m-ultra-wide-n40px {
    margin: -40px !important;
  }

  .mx-ultra-wide-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-ultra-wide-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-ultra-wide-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-ultra-wide-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-ultra-wide-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-ultra-wide-ngutter {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-ultra-wide-n40px {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .my-ultra-wide-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-ultra-wide-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-ultra-wide-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-ultra-wide-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-ultra-wide-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-ultra-wide-ngutter {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-ultra-wide-n40px {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .mt-ultra-wide-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-ultra-wide-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-ultra-wide-n3 {
    margin-top: -1rem !important;
  }

  .mt-ultra-wide-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-ultra-wide-n5 {
    margin-top: -3rem !important;
  }

  .mt-ultra-wide-ngutter {
    margin-top: -0.75rem !important;
  }

  .mt-ultra-wide-n40px {
    margin-top: -40px !important;
  }

  [dir="ltr"] .me-ultra-wide-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n3 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n3 {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n5 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n5 {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .me-ultra-wide-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .me-ultra-wide-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-ultra-wide-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-ultra-wide-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-ultra-wide-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-ultra-wide-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-ultra-wide-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-ultra-wide-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="rtl"] .me-ultra-wide-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="ltr"] .me-ultra-wide-n40px {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-ultra-wide-n40px {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-ultra-wide-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-ultra-wide-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-ultra-wide-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-ultra-wide-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="ltr"] .me-ultra-wide-n40px-active:active {
    margin-right: -40px !important;
  }

  [dir="rtl"] .me-ultra-wide-n40px-active:active {
    margin-left: -40px !important;
  }

  .mb-ultra-wide-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-ultra-wide-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-ultra-wide-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-ultra-wide-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-ultra-wide-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-ultra-wide-ngutter {
    margin-bottom: -0.75rem !important;
  }

  .mb-ultra-wide-n40px {
    margin-bottom: -40px !important;
  }

  [dir="ltr"] .ms-ultra-wide-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n1-hover:hover {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n1-hover:hover {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n1-focus:focus {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n1-focus:focus {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n1-active:active {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n1-active:active {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n2-hover:hover {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n2-hover:hover {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n2-focus:focus {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n2-focus:focus {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n2-active:active {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n2-active:active {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n3 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n3 {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n3-hover:hover {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n3-hover:hover {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n3-focus:focus {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n3-focus:focus {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n3-active:active {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n3-active:active {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n4-hover:hover {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n4-hover:hover {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n4-focus:focus {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n4-focus:focus {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n4-active:active {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n4-active:active {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n5 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n5 {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n5-hover:hover {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n5-hover:hover {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n5-focus:focus {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n5-focus:focus {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n5-active:active {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-n5-active:active {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-ngutter {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-ngutter {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-ngutter-hover:hover {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-ngutter-hover:hover {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-ngutter-focus:focus {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-ngutter-focus:focus {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-ngutter-active:active {
    margin-left: -0.75rem !important;
  }

  [dir="rtl"] .ms-ultra-wide-ngutter-active:active {
    margin-right: -0.75rem !important;
  }

  [dir="ltr"] .ms-ultra-wide-n40px {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-ultra-wide-n40px {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-ultra-wide-n40px-hover:hover {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-ultra-wide-n40px-hover:hover {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-ultra-wide-n40px-focus:focus {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-ultra-wide-n40px-focus:focus {
    margin-right: -40px !important;
  }

  [dir="ltr"] .ms-ultra-wide-n40px-active:active {
    margin-left: -40px !important;
  }

  [dir="rtl"] .ms-ultra-wide-n40px-active:active {
    margin-right: -40px !important;
  }

  .p-ultra-wide-0 {
    padding: 0 !important;
  }

  .p-ultra-wide-1 {
    padding: 0.25rem !important;
  }

  .p-ultra-wide-2 {
    padding: 0.5rem !important;
  }

  .p-ultra-wide-3 {
    padding: 1rem !important;
  }

  .p-ultra-wide-4 {
    padding: 1.5rem !important;
  }

  .p-ultra-wide-5 {
    padding: 3rem !important;
  }

  .p-ultra-wide-gutter {
    padding: 0.75rem !important;
  }

  .p-ultra-wide-40px {
    padding: 40px !important;
  }

  .px-ultra-wide-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-ultra-wide-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-ultra-wide-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-ultra-wide-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-ultra-wide-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-ultra-wide-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-ultra-wide-gutter {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-ultra-wide-40px {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-ultra-wide-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-ultra-wide-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-ultra-wide-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-ultra-wide-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-ultra-wide-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-ultra-wide-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-ultra-wide-gutter {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-ultra-wide-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .pt-ultra-wide-0 {
    padding-top: 0 !important;
  }

  .pt-ultra-wide-1 {
    padding-top: 0.25rem !important;
  }

  .pt-ultra-wide-2 {
    padding-top: 0.5rem !important;
  }

  .pt-ultra-wide-3 {
    padding-top: 1rem !important;
  }

  .pt-ultra-wide-4 {
    padding-top: 1.5rem !important;
  }

  .pt-ultra-wide-5 {
    padding-top: 3rem !important;
  }

  .pt-ultra-wide-gutter {
    padding-top: 0.75rem !important;
  }

  .pt-ultra-wide-40px {
    padding-top: 40px !important;
  }

  [dir="ltr"] .pe-ultra-wide-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-ultra-wide-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-ultra-wide-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-ultra-wide-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-ultra-wide-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-ultra-wide-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-ultra-wide-0-active:active {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-ultra-wide-0-active:active {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-ultra-wide-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-5 {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="rtl"] .pe-ultra-wide-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="ltr"] .pe-ultra-wide-40px {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-ultra-wide-40px {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-ultra-wide-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-ultra-wide-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-ultra-wide-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-ultra-wide-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="ltr"] .pe-ultra-wide-40px-active:active {
    padding-right: 40px !important;
  }

  [dir="rtl"] .pe-ultra-wide-40px-active:active {
    padding-left: 40px !important;
  }

  .pb-ultra-wide-0 {
    padding-bottom: 0 !important;
  }

  .pb-ultra-wide-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-ultra-wide-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-ultra-wide-3 {
    padding-bottom: 1rem !important;
  }

  .pb-ultra-wide-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-ultra-wide-5 {
    padding-bottom: 3rem !important;
  }

  .pb-ultra-wide-gutter {
    padding-bottom: 0.75rem !important;
  }

  .pb-ultra-wide-40px {
    padding-bottom: 40px !important;
  }

  [dir="ltr"] .ps-ultra-wide-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-ultra-wide-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-ultra-wide-0-hover:hover {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-ultra-wide-0-hover:hover {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-ultra-wide-0-focus:focus {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-ultra-wide-0-focus:focus {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-ultra-wide-0-active:active {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-ultra-wide-0-active:active {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-ultra-wide-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-1-hover:hover {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-1-hover:hover {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-1-focus:focus {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-1-focus:focus {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-1-active:active {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-1-active:active {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-2-hover:hover {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-2-hover:hover {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-2-focus:focus {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-2-focus:focus {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-2-active:active {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-2-active:active {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-3-hover:hover {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-3-hover:hover {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-3-focus:focus {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-3-focus:focus {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-3-active:active {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-3-active:active {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-4-hover:hover {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-4-hover:hover {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-4-focus:focus {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-4-focus:focus {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-4-active:active {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-4-active:active {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-5 {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-5-hover:hover {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-5-hover:hover {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-5-focus:focus {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-5-focus:focus {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-5-active:active {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-5-active:active {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-gutter {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-gutter {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-gutter-hover:hover {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-gutter-hover:hover {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-gutter-focus:focus {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-gutter-focus:focus {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-gutter-active:active {
    padding-left: 0.75rem !important;
  }

  [dir="rtl"] .ps-ultra-wide-gutter-active:active {
    padding-right: 0.75rem !important;
  }

  [dir="ltr"] .ps-ultra-wide-40px {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-ultra-wide-40px {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-ultra-wide-40px-hover:hover {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-ultra-wide-40px-hover:hover {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-ultra-wide-40px-focus:focus {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-ultra-wide-40px-focus:focus {
    padding-right: 40px !important;
  }

  [dir="ltr"] .ps-ultra-wide-40px-active:active {
    padding-left: 40px !important;
  }

  [dir="rtl"] .ps-ultra-wide-40px-active:active {
    padding-right: 40px !important;
  }

  .gap-ultra-wide-0 {
    gap: 0 !important;
  }

  .gap-ultra-wide-1 {
    gap: 0.25rem !important;
  }

  .gap-ultra-wide-2 {
    gap: 0.5rem !important;
  }

  .gap-ultra-wide-3 {
    gap: 1rem !important;
  }

  .gap-ultra-wide-4 {
    gap: 1.5rem !important;
  }

  .gap-ultra-wide-5 {
    gap: 3rem !important;
  }

  .gap-ultra-wide-gutter {
    gap: 0.75rem !important;
  }

  .gap-ultra-wide-40px {
    gap: 40px !important;
  }

  .row-gap-ultra-wide-0 {
    row-gap: 0 !important;
  }

  .row-gap-ultra-wide-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-ultra-wide-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-ultra-wide-3 {
    row-gap: 1rem !important;
  }

  .row-gap-ultra-wide-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-ultra-wide-5 {
    row-gap: 3rem !important;
  }

  .row-gap-ultra-wide-gutter {
    row-gap: 0.75rem !important;
  }

  .row-gap-ultra-wide-40px {
    row-gap: 40px !important;
  }

  .column-gap-ultra-wide-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .column-gap-ultra-wide-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .column-gap-ultra-wide-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .column-gap-ultra-wide-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .column-gap-ultra-wide-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .column-gap-ultra-wide-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .column-gap-ultra-wide-gutter {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .column-gap-ultra-wide-40px {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .fs-ultra-wide-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-ultra-wide-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-ultra-wide-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-ultra-wide-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-ultra-wide-5 {
    font-size: 1.25rem !important;
  }

  .fs-ultra-wide-6 {
    font-size: 1rem !important;
  }
  /* rtl:begin:remove */
  .lh-ultra-wide-1 {
    line-height: 1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-ultra-wide-1p1 {
    line-height: 1.1 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-ultra-wide-1p2 {
    line-height: 1.2 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-ultra-wide-1p5 {
    line-height: 1.5 !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .lh-ultra-wide-1p7 {
    line-height: 1.7 !important;
  }
  /* rtl:end:remove */
  [dir="ltr"] .text-ultra-wide-start {
    text-align: left !important;
  }

  [dir="rtl"] .text-ultra-wide-start {
    text-align: right !important;
  }

  [dir="ltr"] .text-ultra-wide-end {
    text-align: right !important;
  }

  [dir="rtl"] .text-ultra-wide-end {
    text-align: left !important;
  }

  .text-ultra-wide-center {
    text-align: center !important;
  }

  .text-ultra-wide-justify {
    text-align: justify !important;
  }

  .text-ultra-wide-primary {
    color: #c3ff7c !important;
  }

  .text-ultra-wide-secondary {
    color: #6c757d !important;
  }

  .text-ultra-wide-success {
    color: #198754 !important;
  }

  .text-ultra-wide-info {
    color: #0dcaf0 !important;
  }

  .text-ultra-wide-warning {
    color: #ffc107 !important;
  }

  .text-ultra-wide-danger {
    color: #dc3545 !important;
  }

  .text-ultra-wide-light {
    color: #f8f9fa !important;
  }

  .text-ultra-wide-dark {
    color: #050605 !important;
  }

  .text-ultra-wide-white {
    color: #fff !important;
  }

  .text-ultra-wide-black {
    color: #000 !important;
  }

  .rounded-ultra-wide {
    border-radius: 0.375rem !important;
  }

  .rounded-ultra-wide-0 {
    border-radius: 0 !important;
  }

  .rounded-ultra-wide-1 {
    border-radius: 0.25rem !important;
  }

  .rounded-ultra-wide-2 {
    border-radius: 0.375rem !important;
  }

  .rounded-ultra-wide-3 {
    border-radius: 0.5rem !important;
  }

  .rounded-ultra-wide-4 {
    border-radius: 1rem !important;
  }

  .rounded-ultra-wide-5 {
    border-radius: 2rem !important;
  }

  .rounded-ultra-wide-circle {
    border-radius: 50% !important;
  }

  .rounded-ultra-wide-pill {
    border-radius: 50rem !important;
  }

  .rounded-ultra-wide-5px {
    border-radius: 5px !important;
  }

  .rounded-ultra-wide-6px {
    border-radius: 6px !important;
  }

  .rounded-ultra-wide-8px {
    border-radius: 8px !important;
  }

  .rounded-ultra-wide-10px {
    border-radius: 10px !important;
  }

  .rounded-ultra-wide-12px {
    border-radius: 12px !important;
  }

  .rounded-ultra-wide-15px {
    border-radius: 15px !important;
  }

  .rounded-ultra-wide-20px {
    border-radius: 20px !important;
  }

  .rounded-top-ultra-wide {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-ultra-wide-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .rounded-top-ultra-wide-1 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-ultra-wide-2 {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .rounded-top-ultra-wide-3 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .rounded-top-ultra-wide-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .rounded-top-ultra-wide-5 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  .rounded-top-ultra-wide-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .rounded-top-ultra-wide-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  .rounded-top-ultra-wide-5px {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  .rounded-top-ultra-wide-6px {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .rounded-top-ultra-wide-8px {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .rounded-top-ultra-wide-10px {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .rounded-top-ultra-wide-12px {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .rounded-top-ultra-wide-15px {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  .rounded-top-ultra-wide-20px {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide-1 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide-1 {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide-2 {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide-2 {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide-3 {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide-3 {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide-4 {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide-5 {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide-5 {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide-circle {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide-pill {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide-5px {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide-5px {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide-6px {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide-6px {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide-8px {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide-8px {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide-10px {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide-10px {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide-12px {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide-12px {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide-15px {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide-15px {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-end-ultra-wide-20px {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-end-ultra-wide-20px {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .rounded-bottom-ultra-wide {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-ultra-wide-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .rounded-bottom-ultra-wide-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-ultra-wide-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .rounded-bottom-ultra-wide-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .rounded-bottom-ultra-wide-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .rounded-bottom-ultra-wide-5 {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  .rounded-bottom-ultra-wide-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .rounded-bottom-ultra-wide-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }

  .rounded-bottom-ultra-wide-5px {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  .rounded-bottom-ultra-wide-6px {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-ultra-wide-8px {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  .rounded-bottom-ultra-wide-10px {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .rounded-bottom-ultra-wide-12px {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .rounded-bottom-ultra-wide-15px {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }

  .rounded-bottom-ultra-wide-20px {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide-1 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide-1 {
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide-2 {
    border-bottom-left-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide-2 {
    border-bottom-right-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide-3 {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide-3 {
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide-4 {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide-5 {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide-5 {
    border-bottom-right-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide-pill {
    border-bottom-right-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide-5px {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide-5px {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide-6px {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide-6px {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide-8px {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide-8px {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide-10px {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide-10px {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide-12px {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide-12px {
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide-15px {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide-15px {
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-start-ultra-wide-20px {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-start-ultra-wide-20px {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .object-position-ultra-wide-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  [dir="ltr"] .object-position-ultra-wide-start {
    -o-object-position: left !important;
       object-position: left !important;
  }

  [dir="rtl"] .object-position-ultra-wide-start {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="ltr"] .object-position-ultra-wide-end {
    -o-object-position: right !important;
       object-position: right !important;
  }

  [dir="rtl"] .object-position-ultra-wide-end {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .object-position-ultra-wide-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  [dir="ltr"] .object-position-ultra-wide-center-start {
    -o-object-position: center left !important;
       object-position: center left !important;
  }

  [dir="rtl"] .object-position-ultra-wide-center-start {
    -o-object-position: center right !important;
       object-position: center right !important;
  }

  .bg-ultra-wide-gradient-top-bottom-dark-transparent {
    background: linear-gradient(to bottom, #050605, transparent) !important;
  }

  [dir="ltr"] .bg-ultra-wide-gradient-left-right-primary {
    background: linear-gradient(to right, #c3ff7c, #9ccc63) !important;
  }

  [dir="rtl"] .bg-ultra-wide-gradient-left-right-primary {
    background: linear-gradient(to left, #c3ff7c, #9ccc63) !important;
  }

  .bg-ultra-wide-gradient-bottom-top-black-transparent {
    background: linear-gradient(to top, #000, transparent) !important;
  }

  .bg-ultra-wide-gradient-bottom-top-black-transparent-50 {
    background: linear-gradient(to top, #000, transparent 50%) !important;
  }

  .bg-ultra-wide-gradient-top-bottom-black-transparent-50 {
    background: linear-gradient(to bottom, #000, transparent 50%) !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-start-ultra-wide-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-start-ultra-wide-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide-0 {
    border-top-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide-0 {
    border-top-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide-1 {
    border-top-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide-1 {
    border-top-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide-2 {
    border-top-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide-2 {
    border-top-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide-3 {
    border-top-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide-3 {
    border-top-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide-4 {
    border-top-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide-4 {
    border-top-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide-5 {
    border-top-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide-5 {
    border-top-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide-circle {
    border-top-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide-circle {
    border-top-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide-pill {
    border-top-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide-pill {
    border-top-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide-5px {
    border-top-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide-5px {
    border-top-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide-6px {
    border-top-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide-6px {
    border-top-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide-8px {
    border-top-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide-8px {
    border-top-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide-10px {
    border-top-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide-10px {
    border-top-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide-12px {
    border-top-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide-12px {
    border-top-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide-15px {
    border-top-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide-15px {
    border-top-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-top-end-ultra-wide-20px {
    border-top-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-top-end-ultra-wide-20px {
    border-top-left-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-start-ultra-wide-20px {
    border-bottom-left-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-start-ultra-wide-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide-0 {
    border-bottom-right-radius: 0 !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide-0 {
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide-1 {
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide-1 {
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide-2 {
    border-bottom-right-radius: 0.375rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide-2 {
    border-bottom-left-radius: 0.375rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide-4 {
    border-bottom-right-radius: 1rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide-4 {
    border-bottom-left-radius: 1rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide-5 {
    border-bottom-right-radius: 2rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide-5 {
    border-bottom-left-radius: 2rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide-circle {
    border-bottom-right-radius: 50% !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide-circle {
    border-bottom-left-radius: 50% !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide-pill {
    border-bottom-right-radius: 50rem !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide-pill {
    border-bottom-left-radius: 50rem !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide-5px {
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide-5px {
    border-bottom-left-radius: 5px !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide-6px {
    border-bottom-right-radius: 6px !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide-6px {
    border-bottom-left-radius: 6px !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide-8px {
    border-bottom-right-radius: 8px !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide-8px {
    border-bottom-left-radius: 8px !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide-10px {
    border-bottom-right-radius: 10px !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide-10px {
    border-bottom-left-radius: 10px !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide-12px {
    border-bottom-right-radius: 12px !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide-12px {
    border-bottom-left-radius: 12px !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide-15px {
    border-bottom-right-radius: 15px !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide-15px {
    border-bottom-left-radius: 15px !important;
  }

  [dir="ltr"] .rounded-bottom-end-ultra-wide-20px {
    border-bottom-right-radius: 20px !important;
  }

  [dir="rtl"] .rounded-bottom-end-ultra-wide-20px {
    border-bottom-left-radius: 20px !important;
  }

  .flex-basis-ultra-wide-0 {
    flex-basis: 0% !important;
  }

  .flex-basis-ultra-wide-5 {
    flex-basis: 5% !important;
  }

  .flex-basis-ultra-wide-10 {
    flex-basis: 10% !important;
  }

  .flex-basis-ultra-wide-15 {
    flex-basis: 15% !important;
  }

  .flex-basis-ultra-wide-20 {
    flex-basis: 20% !important;
  }

  .flex-basis-ultra-wide-25 {
    flex-basis: 25% !important;
  }

  .flex-basis-ultra-wide-30 {
    flex-basis: 30% !important;
  }

  .flex-basis-ultra-wide-35 {
    flex-basis: 35% !important;
  }

  .flex-basis-ultra-wide-40 {
    flex-basis: 40% !important;
  }

  .flex-basis-ultra-wide-45 {
    flex-basis: 45% !important;
  }

  .flex-basis-ultra-wide-50 {
    flex-basis: 50% !important;
  }

  .flex-basis-ultra-wide-55 {
    flex-basis: 55% !important;
  }

  .flex-basis-ultra-wide-60 {
    flex-basis: 60% !important;
  }

  .flex-basis-ultra-wide-65 {
    flex-basis: 65% !important;
  }

  .flex-basis-ultra-wide-70 {
    flex-basis: 70% !important;
  }

  .flex-basis-ultra-wide-71 {
    flex-basis: 71% !important;
  }

  .flex-basis-ultra-wide-75 {
    flex-basis: 75% !important;
  }

  .flex-basis-ultra-wide-80 {
    flex-basis: 80% !important;
  }

  .flex-basis-ultra-wide-85 {
    flex-basis: 85% !important;
  }

  .flex-basis-ultra-wide-90 {
    flex-basis: 90% !important;
  }

  .flex-basis-ultra-wide-95 {
    flex-basis: 95% !important;
  }

  .flex-basis-ultra-wide-100 {
    flex-basis: 100% !important;
  }

  .flex-basis-ultra-wide-150 {
    flex-basis: 150% !important;
  }

  .flex-basis-ultra-wide-300 {
    flex-basis: 300% !important;
  }

  .flex-basis-ultra-wide-400 {
    flex-basis: 400% !important;
  }

  .flex-basis-ultra-wide-500 {
    flex-basis: 500% !important;
  }

  .flex-basis-ultra-wide-600 {
    flex-basis: 600% !important;
  }

  .flex-basis-ultra-wide-700 {
    flex-basis: 700% !important;
  }

  .flex-basis-ultra-wide-800 {
    flex-basis: 800% !important;
  }

  .flex-basis-ultra-wide-auto {
    flex-basis: auto !important;
  }

  .flex-basis-ultra-wide-fit-content {
    flex-basis: fit-content !important;
  }

  .flex-basis-ultra-wide-8px {
    flex-basis: 8px !important;
  }

  .flex-basis-ultra-wide-12px {
    flex-basis: 12px !important;
  }

  .flex-basis-ultra-wide-14px {
    flex-basis: 14px !important;
  }

  .flex-basis-ultra-wide-15px {
    flex-basis: 15px !important;
  }

  .flex-basis-ultra-wide-16px {
    flex-basis: 16px !important;
  }

  .flex-basis-ultra-wide-18px {
    flex-basis: 18px !important;
  }

  .flex-basis-ultra-wide-19px {
    flex-basis: 19px !important;
  }

  .flex-basis-ultra-wide-20px {
    flex-basis: 20px !important;
  }

  .flex-basis-ultra-wide-22px {
    flex-basis: 22px !important;
  }

  .flex-basis-ultra-wide-24px {
    flex-basis: 24px !important;
  }

  .flex-basis-ultra-wide-25px {
    flex-basis: 25px !important;
  }

  .flex-basis-ultra-wide-26px {
    flex-basis: 26px !important;
  }

  .flex-basis-ultra-wide-28px {
    flex-basis: 28px !important;
  }

  .flex-basis-ultra-wide-30px {
    flex-basis: 30px !important;
  }

  .flex-basis-ultra-wide-32px {
    flex-basis: 32px !important;
  }

  .flex-basis-ultra-wide-34px {
    flex-basis: 34px !important;
  }

  .flex-basis-ultra-wide-35px {
    flex-basis: 35px !important;
  }

  .flex-basis-ultra-wide-36px {
    flex-basis: 36px !important;
  }

  .flex-basis-ultra-wide-38px {
    flex-basis: 38px !important;
  }

  .flex-basis-ultra-wide-40px {
    flex-basis: 40px !important;
  }

  .flex-basis-ultra-wide-45px {
    flex-basis: 45px !important;
  }

  .flex-basis-ultra-wide-48px {
    flex-basis: 48px !important;
  }

  .flex-basis-ultra-wide-50px {
    flex-basis: 50px !important;
  }

  .flex-basis-ultra-wide-52px {
    flex-basis: 50px !important;
  }

  .flex-basis-ultra-wide-56px {
    flex-basis: 56px !important;
  }

  .flex-basis-ultra-wide-60px {
    flex-basis: 60px !important;
  }

  .flex-basis-ultra-wide-64px {
    flex-basis: 64px !important;
  }

  .flex-basis-ultra-wide-68px {
    flex-basis: 68px !important;
  }

  .flex-basis-ultra-wide-72px {
    flex-basis: 72px !important;
  }

  .flex-basis-ultra-wide-74px {
    flex-basis: 74px !important;
  }

  .flex-basis-ultra-wide-82px {
    flex-basis: 82px !important;
  }

  .flex-basis-ultra-wide-86px {
    flex-basis: 86px !important;
  }

  .flex-basis-ultra-wide-80px {
    flex-basis: 80px !important;
  }

  .flex-basis-ultra-wide-88px {
    flex-basis: 88px !important;
  }

  .flex-basis-ultra-wide-96px {
    flex-basis: 96px !important;
  }

  .flex-basis-ultra-wide-100px {
    flex-basis: 100px !important;
  }

  .flex-basis-ultra-wide-110px {
    flex-basis: 110px !important;
  }

  .flex-basis-ultra-wide-116px {
    flex-basis: 116px !important;
  }

  .flex-basis-ultra-wide-120px {
    flex-basis: 120px !important;
  }

  .flex-basis-ultra-wide-150px {
    flex-basis: 150px !important;
  }

  .flex-basis-ultra-wide-162px {
    flex-basis: 162px !important;
  }

  .flex-basis-ultra-wide-168px {
    flex-basis: 168px !important;
  }

  .flex-basis-ultra-wide-165px {
    flex-basis: 165px !important;
  }

  .flex-basis-ultra-wide-190px {
    flex-basis: 190px !important;
  }

  .flex-basis-ultra-wide-200px {
    flex-basis: 200px !important;
  }

  .flex-basis-ultra-wide-202px {
    flex-basis: 202px !important;
  }

  .flex-basis-ultra-wide-205px {
    flex-basis: 205px !important;
  }

  .flex-basis-ultra-wide-208px {
    flex-basis: 208px !important;
  }

  .flex-basis-ultra-wide-210px {
    flex-basis: 210px !important;
  }

  .flex-basis-ultra-wide-212px {
    flex-basis: 212px !important;
  }

  .flex-basis-ultra-wide-214px {
    flex-basis: 214px !important;
  }

  .flex-basis-ultra-wide-216px {
    flex-basis: 216px !important;
  }

  .flex-basis-ultra-wide-220px {
    flex-basis: 220px !important;
  }

  .flex-basis-ultra-wide-226px {
    flex-basis: 226px !important;
  }

  .flex-basis-ultra-wide-230px {
    flex-basis: 230px !important;
  }

  .flex-basis-ultra-wide-250px {
    flex-basis: 250px !important;
  }

  .flex-basis-ultra-wide-356px {
    flex-basis: 356px !important;
  }

  .flex-basis-ultra-wide-262px {
    flex-basis: 262px !important;
  }

  .flex-basis-ultra-wide-266px {
    flex-basis: 266px !important;
  }

  .flex-basis-ultra-wide-368px {
    flex-basis: 368px !important;
  }

  .flex-basis-ultra-wide-376px {
    flex-basis: 376px !important;
  }

  .flex-basis-ultra-wide-279px {
    flex-basis: 279px !important;
  }

  .flex-basis-ultra-wide-260px {
    flex-basis: 260px !important;
  }

  .flex-basis-ultra-wide-278px {
    flex-basis: 278px !important;
  }

  .flex-basis-ultra-wide-394px {
    flex-basis: 394px !important;
  }

  .flex-basis-ultra-wide-300px {
    flex-basis: 300px !important;
  }

  .flex-basis-ultra-wide-400px {
    flex-basis: 400px !important;
  }

  .flex-basis-ultra-wide-417px {
    flex-basis: 417px !important;
  }

  .flex-basis-ultra-wide-420px {
    flex-basis: 420px !important;
  }

  .flex-basis-ultra-wide-434px {
    flex-basis: 434px !important;
  }

  .flex-basis-ultra-wide-456px {
    flex-basis: 456px !important;
  }

  .flex-basis-ultra-wide-460px {
    flex-basis: 460px !important;
  }

  .flex-basis-ultra-wide-476px {
    flex-basis: 476px !important;
  }

  .flex-basis-ultra-wide-530px {
    flex-basis: 530px !important;
  }

  .flex-basis-ultra-wide-570px {
    flex-basis: 570px !important;
  }

  .flex-basis-ultra-wide-600px {
    flex-basis: 600px !important;
  }

  .flex-basis-ultra-wide-720px {
    flex-basis: 720px !important;
  }

  .flex-basis-ultra-wide-100p5 {
    flex-basis: calc(100% + 3rem) !important;
  }

  .flex-basis-ultra-wide-100p62px {
    flex-basis: calc(100% + 62px) !important;
  }

  .flex-basis-ultra-wide-100p120px {
    flex-basis: calc(100% + 120px) !important;
  }

  .flex-basis-ultra-wide-100p60px {
    flex-basis: calc(100% + 60px) !important;
  }

  .flex-basis-ultra-wide-100p196px {
    flex-basis: calc(100% + 196px) !important;
  }

  .flex-basis-ultra-wide-100m60px {
    flex-basis: calc(100% - 60px) !important;
  }

  .flex-basis-ultra-wide-45p100px {
    flex-basis: calc(45% + 100px) !important;
  }

  .flex-basis-ultra-wide-100p148px {
    flex-basis: calc(100% + 148px) !important;
  }

  .flex-basis-ultra-wide-100p296px {
    flex-basis: calc(100% + 296px) !important;
  }

  .flex-basis-ultra-wide-100p192px {
    flex-basis: calc(100% + 192px) !important;
  }

  .flex-basis-ultra-wide-100p150px {
    flex-basis: calc(100% + 150px) !important;
  }

  .flex-basis-ultra-wide-100p92px {
    flex-basis: calc(100% + 92px) !important;
  }

  .flex-basis-ultra-wide-100pgutter {
    flex-basis: calc(100% + 0.75rem) !important;
  }

  .flex-basis-ultra-wide-100m100px {
    flex-basis: calc(100% - 100px) !important;
  }

  .flex-basis-ultra-wide-100m24px {
    flex-basis: calc(100% - 24px) !important;
  }

  .min-h-ultra-wide-0 {
    min-height: 0% !important;
  }

  .min-h-ultra-wide-5 {
    min-height: 5% !important;
  }

  .min-h-ultra-wide-10 {
    min-height: 10% !important;
  }

  .min-h-ultra-wide-15 {
    min-height: 15% !important;
  }

  .min-h-ultra-wide-20 {
    min-height: 20% !important;
  }

  .min-h-ultra-wide-25 {
    min-height: 25% !important;
  }

  .min-h-ultra-wide-30 {
    min-height: 30% !important;
  }

  .min-h-ultra-wide-35 {
    min-height: 35% !important;
  }

  .min-h-ultra-wide-40 {
    min-height: 40% !important;
  }

  .min-h-ultra-wide-45 {
    min-height: 45% !important;
  }

  .min-h-ultra-wide-50 {
    min-height: 50% !important;
  }

  .min-h-ultra-wide-55 {
    min-height: 55% !important;
  }

  .min-h-ultra-wide-60 {
    min-height: 60% !important;
  }

  .min-h-ultra-wide-65 {
    min-height: 65% !important;
  }

  .min-h-ultra-wide-70 {
    min-height: 70% !important;
  }

  .min-h-ultra-wide-71 {
    min-height: 71% !important;
  }

  .min-h-ultra-wide-75 {
    min-height: 75% !important;
  }

  .min-h-ultra-wide-80 {
    min-height: 80% !important;
  }

  .min-h-ultra-wide-85 {
    min-height: 85% !important;
  }

  .min-h-ultra-wide-90 {
    min-height: 90% !important;
  }

  .min-h-ultra-wide-95 {
    min-height: 95% !important;
  }

  .min-h-ultra-wide-100 {
    min-height: 100% !important;
  }

  .min-h-ultra-wide-150 {
    min-height: 150% !important;
  }

  .min-h-ultra-wide-300 {
    min-height: 300% !important;
  }

  .min-h-ultra-wide-400 {
    min-height: 400% !important;
  }

  .min-h-ultra-wide-500 {
    min-height: 500% !important;
  }

  .min-h-ultra-wide-600 {
    min-height: 600% !important;
  }

  .min-h-ultra-wide-700 {
    min-height: 700% !important;
  }

  .min-h-ultra-wide-800 {
    min-height: 800% !important;
  }

  .min-h-ultra-wide-auto {
    min-height: auto !important;
  }

  .min-h-ultra-wide-fit-content {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }

  .min-h-ultra-wide-8px {
    min-height: 8px !important;
  }

  .min-h-ultra-wide-12px {
    min-height: 12px !important;
  }

  .min-h-ultra-wide-14px {
    min-height: 14px !important;
  }

  .min-h-ultra-wide-15px {
    min-height: 15px !important;
  }

  .min-h-ultra-wide-16px {
    min-height: 16px !important;
  }

  .min-h-ultra-wide-18px {
    min-height: 18px !important;
  }

  .min-h-ultra-wide-19px {
    min-height: 19px !important;
  }

  .min-h-ultra-wide-20px {
    min-height: 20px !important;
  }

  .min-h-ultra-wide-22px {
    min-height: 22px !important;
  }

  .min-h-ultra-wide-24px {
    min-height: 24px !important;
  }

  .min-h-ultra-wide-25px {
    min-height: 25px !important;
  }

  .min-h-ultra-wide-26px {
    min-height: 26px !important;
  }

  .min-h-ultra-wide-28px {
    min-height: 28px !important;
  }

  .min-h-ultra-wide-30px {
    min-height: 30px !important;
  }

  .min-h-ultra-wide-32px {
    min-height: 32px !important;
  }

  .min-h-ultra-wide-34px {
    min-height: 34px !important;
  }

  .min-h-ultra-wide-35px {
    min-height: 35px !important;
  }

  .min-h-ultra-wide-36px {
    min-height: 36px !important;
  }

  .min-h-ultra-wide-38px {
    min-height: 38px !important;
  }

  .min-h-ultra-wide-40px {
    min-height: 40px !important;
  }

  .min-h-ultra-wide-45px {
    min-height: 45px !important;
  }

  .min-h-ultra-wide-48px {
    min-height: 48px !important;
  }

  .min-h-ultra-wide-50px {
    min-height: 50px !important;
  }

  .min-h-ultra-wide-52px {
    min-height: 50px !important;
  }

  .min-h-ultra-wide-56px {
    min-height: 56px !important;
  }

  .min-h-ultra-wide-60px {
    min-height: 60px !important;
  }

  .min-h-ultra-wide-64px {
    min-height: 64px !important;
  }

  .min-h-ultra-wide-68px {
    min-height: 68px !important;
  }

  .min-h-ultra-wide-72px {
    min-height: 72px !important;
  }

  .min-h-ultra-wide-74px {
    min-height: 74px !important;
  }

  .min-h-ultra-wide-82px {
    min-height: 82px !important;
  }

  .min-h-ultra-wide-86px {
    min-height: 86px !important;
  }

  .min-h-ultra-wide-80px {
    min-height: 80px !important;
  }

  .min-h-ultra-wide-88px {
    min-height: 88px !important;
  }

  .min-h-ultra-wide-96px {
    min-height: 96px !important;
  }

  .min-h-ultra-wide-100px {
    min-height: 100px !important;
  }

  .min-h-ultra-wide-110px {
    min-height: 110px !important;
  }

  .min-h-ultra-wide-116px {
    min-height: 116px !important;
  }

  .min-h-ultra-wide-120px {
    min-height: 120px !important;
  }

  .min-h-ultra-wide-150px {
    min-height: 150px !important;
  }

  .min-h-ultra-wide-162px {
    min-height: 162px !important;
  }

  .min-h-ultra-wide-168px {
    min-height: 168px !important;
  }

  .min-h-ultra-wide-165px {
    min-height: 165px !important;
  }

  .min-h-ultra-wide-190px {
    min-height: 190px !important;
  }

  .min-h-ultra-wide-200px {
    min-height: 200px !important;
  }

  .min-h-ultra-wide-202px {
    min-height: 202px !important;
  }

  .min-h-ultra-wide-205px {
    min-height: 205px !important;
  }

  .min-h-ultra-wide-208px {
    min-height: 208px !important;
  }

  .min-h-ultra-wide-210px {
    min-height: 210px !important;
  }

  .min-h-ultra-wide-212px {
    min-height: 212px !important;
  }

  .min-h-ultra-wide-214px {
    min-height: 214px !important;
  }

  .min-h-ultra-wide-216px {
    min-height: 216px !important;
  }

  .min-h-ultra-wide-220px {
    min-height: 220px !important;
  }

  .min-h-ultra-wide-226px {
    min-height: 226px !important;
  }

  .min-h-ultra-wide-230px {
    min-height: 230px !important;
  }

  .min-h-ultra-wide-250px {
    min-height: 250px !important;
  }

  .min-h-ultra-wide-356px {
    min-height: 356px !important;
  }

  .min-h-ultra-wide-262px {
    min-height: 262px !important;
  }

  .min-h-ultra-wide-266px {
    min-height: 266px !important;
  }

  .min-h-ultra-wide-368px {
    min-height: 368px !important;
  }

  .min-h-ultra-wide-376px {
    min-height: 376px !important;
  }

  .min-h-ultra-wide-279px {
    min-height: 279px !important;
  }

  .min-h-ultra-wide-260px {
    min-height: 260px !important;
  }

  .min-h-ultra-wide-278px {
    min-height: 278px !important;
  }

  .min-h-ultra-wide-394px {
    min-height: 394px !important;
  }

  .min-h-ultra-wide-300px {
    min-height: 300px !important;
  }

  .min-h-ultra-wide-400px {
    min-height: 400px !important;
  }

  .min-h-ultra-wide-417px {
    min-height: 417px !important;
  }

  .min-h-ultra-wide-420px {
    min-height: 420px !important;
  }

  .min-h-ultra-wide-434px {
    min-height: 434px !important;
  }

  .min-h-ultra-wide-456px {
    min-height: 456px !important;
  }

  .min-h-ultra-wide-460px {
    min-height: 460px !important;
  }

  .min-h-ultra-wide-476px {
    min-height: 476px !important;
  }

  .min-h-ultra-wide-530px {
    min-height: 530px !important;
  }

  .min-h-ultra-wide-570px {
    min-height: 570px !important;
  }

  .min-h-ultra-wide-600px {
    min-height: 600px !important;
  }

  .min-h-ultra-wide-720px {
    min-height: 720px !important;
  }

  .min-h-ultra-wide-100p5 {
    min-height: calc(100% + 3rem) !important;
  }

  .min-h-ultra-wide-100p62px {
    min-height: calc(100% + 62px) !important;
  }

  .min-h-ultra-wide-100p120px {
    min-height: calc(100% + 120px) !important;
  }

  .min-h-ultra-wide-100p60px {
    min-height: calc(100% + 60px) !important;
  }

  .min-h-ultra-wide-100p196px {
    min-height: calc(100% + 196px) !important;
  }

  .min-h-ultra-wide-100m60px {
    min-height: calc(100% - 60px) !important;
  }

  .min-h-ultra-wide-45p100px {
    min-height: calc(45% + 100px) !important;
  }

  .min-h-ultra-wide-100p148px {
    min-height: calc(100% + 148px) !important;
  }

  .min-h-ultra-wide-100p296px {
    min-height: calc(100% + 296px) !important;
  }

  .min-h-ultra-wide-100p192px {
    min-height: calc(100% + 192px) !important;
  }

  .min-h-ultra-wide-100p150px {
    min-height: calc(100% + 150px) !important;
  }

  .min-h-ultra-wide-100p92px {
    min-height: calc(100% + 92px) !important;
  }

  .min-h-ultra-wide-100pgutter {
    min-height: calc(100% + 0.75rem) !important;
  }

  .min-h-ultra-wide-100m100px {
    min-height: calc(100% - 100px) !important;
  }

  .min-h-ultra-wide-100m24px {
    min-height: calc(100% - 24px) !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;
  }

  .fs-sm-1 {
    font-size: 2.5rem !important;
  }

  .fs-sm-2 {
    font-size: 2rem !important;
  }

  .fs-sm-3 {
    font-size: 1.75rem !important;
  }

  .fs-sm-4 {
    font-size: 1.5rem !important;
  }

  .fs-md-1 {
    font-size: 2.5rem !important;
  }

  .fs-md-2 {
    font-size: 2rem !important;
  }

  .fs-md-3 {
    font-size: 1.75rem !important;
  }

  .fs-md-4 {
    font-size: 1.5rem !important;
  }

  .fs-lg-1 {
    font-size: 2.5rem !important;
  }

  .fs-lg-2 {
    font-size: 2rem !important;
  }

  .fs-lg-3 {
    font-size: 1.75rem !important;
  }

  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .op-print-0 {
    opacity: 0 !important;
  }

  .op-print-0-hover:hover {
    opacity: 0 !important;
  }

  .op-print-0-focus:focus {
    opacity: 0 !important;
  }

  .op-print-0-active:active {
    opacity: 0 !important;
  }

  .op-print-5 {
    opacity: 0.05 !important;
  }

  .op-print-5-hover:hover {
    opacity: 0.05 !important;
  }

  .op-print-5-focus:focus {
    opacity: 0.05 !important;
  }

  .op-print-5-active:active {
    opacity: 0.05 !important;
  }

  .op-print-10 {
    opacity: 0.1 !important;
  }

  .op-print-10-hover:hover {
    opacity: 0.1 !important;
  }

  .op-print-10-focus:focus {
    opacity: 0.1 !important;
  }

  .op-print-10-active:active {
    opacity: 0.1 !important;
  }

  .op-print-15 {
    opacity: 0.15 !important;
  }

  .op-print-15-hover:hover {
    opacity: 0.15 !important;
  }

  .op-print-15-focus:focus {
    opacity: 0.15 !important;
  }

  .op-print-15-active:active {
    opacity: 0.15 !important;
  }

  .op-print-20 {
    opacity: 0.2 !important;
  }

  .op-print-20-hover:hover {
    opacity: 0.2 !important;
  }

  .op-print-20-focus:focus {
    opacity: 0.2 !important;
  }

  .op-print-20-active:active {
    opacity: 0.2 !important;
  }

  .op-print-25 {
    opacity: 0.25 !important;
  }

  .op-print-25-hover:hover {
    opacity: 0.25 !important;
  }

  .op-print-25-focus:focus {
    opacity: 0.25 !important;
  }

  .op-print-25-active:active {
    opacity: 0.25 !important;
  }

  .op-print-30 {
    opacity: 0.3 !important;
  }

  .op-print-30-hover:hover {
    opacity: 0.3 !important;
  }

  .op-print-30-focus:focus {
    opacity: 0.3 !important;
  }

  .op-print-30-active:active {
    opacity: 0.3 !important;
  }

  .op-print-35 {
    opacity: 0.35 !important;
  }

  .op-print-35-hover:hover {
    opacity: 0.35 !important;
  }

  .op-print-35-focus:focus {
    opacity: 0.35 !important;
  }

  .op-print-35-active:active {
    opacity: 0.35 !important;
  }

  .op-print-40 {
    opacity: 0.4 !important;
  }

  .op-print-40-hover:hover {
    opacity: 0.4 !important;
  }

  .op-print-40-focus:focus {
    opacity: 0.4 !important;
  }

  .op-print-40-active:active {
    opacity: 0.4 !important;
  }

  .op-print-45 {
    opacity: 0.45 !important;
  }

  .op-print-45-hover:hover {
    opacity: 0.45 !important;
  }

  .op-print-45-focus:focus {
    opacity: 0.45 !important;
  }

  .op-print-45-active:active {
    opacity: 0.45 !important;
  }

  .op-print-50 {
    opacity: 0.5 !important;
  }

  .op-print-50-hover:hover {
    opacity: 0.5 !important;
  }

  .op-print-50-focus:focus {
    opacity: 0.5 !important;
  }

  .op-print-50-active:active {
    opacity: 0.5 !important;
  }

  .op-print-55 {
    opacity: 0.55 !important;
  }

  .op-print-55-hover:hover {
    opacity: 0.55 !important;
  }

  .op-print-55-focus:focus {
    opacity: 0.55 !important;
  }

  .op-print-55-active:active {
    opacity: 0.55 !important;
  }

  .op-print-60 {
    opacity: 0.6 !important;
  }

  .op-print-60-hover:hover {
    opacity: 0.6 !important;
  }

  .op-print-60-focus:focus {
    opacity: 0.6 !important;
  }

  .op-print-60-active:active {
    opacity: 0.6 !important;
  }

  .op-print-65 {
    opacity: 0.65 !important;
  }

  .op-print-65-hover:hover {
    opacity: 0.65 !important;
  }

  .op-print-65-focus:focus {
    opacity: 0.65 !important;
  }

  .op-print-65-active:active {
    opacity: 0.65 !important;
  }

  .op-print-70 {
    opacity: 0.7 !important;
  }

  .op-print-70-hover:hover {
    opacity: 0.7 !important;
  }

  .op-print-70-focus:focus {
    opacity: 0.7 !important;
  }

  .op-print-70-active:active {
    opacity: 0.7 !important;
  }

  .op-print-75 {
    opacity: 0.75 !important;
  }

  .op-print-75-hover:hover {
    opacity: 0.75 !important;
  }

  .op-print-75-focus:focus {
    opacity: 0.75 !important;
  }

  .op-print-75-active:active {
    opacity: 0.75 !important;
  }

  .op-print-80 {
    opacity: 0.8 !important;
  }

  .op-print-80-hover:hover {
    opacity: 0.8 !important;
  }

  .op-print-80-focus:focus {
    opacity: 0.8 !important;
  }

  .op-print-80-active:active {
    opacity: 0.8 !important;
  }

  .op-print-85 {
    opacity: 0.85 !important;
  }

  .op-print-85-hover:hover {
    opacity: 0.85 !important;
  }

  .op-print-85-focus:focus {
    opacity: 0.85 !important;
  }

  .op-print-85-active:active {
    opacity: 0.85 !important;
  }

  .op-print-90 {
    opacity: 0.9 !important;
  }

  .op-print-90-hover:hover {
    opacity: 0.9 !important;
  }

  .op-print-90-focus:focus {
    opacity: 0.9 !important;
  }

  .op-print-90-active:active {
    opacity: 0.9 !important;
  }

  .op-print-95 {
    opacity: 0.95 !important;
  }

  .op-print-95-hover:hover {
    opacity: 0.95 !important;
  }

  .op-print-95-focus:focus {
    opacity: 0.95 !important;
  }

  .op-print-95-active:active {
    opacity: 0.95 !important;
  }

  .op-print-100 {
    opacity: 1 !important;
  }

  .op-print-100-hover:hover {
    opacity: 1 !important;
  }

  .op-print-100-focus:focus {
    opacity: 1 !important;
  }

  .op-print-100-active:active {
    opacity: 1 !important;
  }

  .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;
  }

  .d-print-list-item {
    display: list-item !important;
  }

  .page-break-after-print-always {
    page-break-after: always !important;
  }

  .page-break-after-print-auto {
    page-break-after: auto !important;
  }
}

.form-control[type="file"] {
  border-color: transparent;
}

.form-control::-webkit-file-upload-button {
  border-inline-end-width: 0;
  text-transform: uppercase;
}

.toast-container {
  max-height: 500px;
}

.was-validated :valid .input-group,
.is-valid .input-group {
  border-color: var(--kdc-form-valid-border-color) !important;
}

.was-validated :invalid .input-group,
.is-invalid .input-group {
  border-color: var(--kdc-form-invalid-border-color) !important;
}

[dir="rtl"] .icon-link > .bi.rtl-mirror {
  --kdc-icon-link-transform: scale(-1, 1);
}

[dir="rtl"] .icon-link.icon-link-hover:not(.icon-link-hover-reversed):hover > .bi.rtl-mirror {
  --kdc-icon-link-transform: scale(-1, 1) translate3d(0.25em, 0, 0);
}

[dir="rtl"] .icon-link.icon-link-hover.icon-link-hover-reversed:hover > .bi.rtl-mirror {
  --kdc-icon-link-transform: scale(-1, 1) translate3d(-0.375rem, 0, 0);
}

[dir="ltr"] .icon-link.icon-link-hover-reversed {
  --kdc-icon-link-transform: translate3d(-0.375rem, 0, 0);
}

.icon-link-hover-scale-sm {
  --kdc-icon-link-transform: scale(1.125);
}

.icon-link-hover-scale {
  --kdc-icon-link-transform: scale(1.5);
}

.icon-link-hover-up {
  --kdc-icon-link-transform: translate3d(0, -0.375rem, 0);
}

.icon-link-hover-down {
  --kdc-icon-link-transform: translate3d(0, 0.375rem, 0);
}

.icon-link-hover-rotate {
  --kdc-icon-link-transform: rotate(90deg);
}

.text-reset {
  color: inherit !important;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  background-color: transparent;
}

.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: transparent;
}

label {
  line-height: 1;
}

.accordion-button::after {
  order: -1;
}

[dir="ltr"] .accordion-button::after {
  margin-left: 0;
  margin-right: 0.5rem;
}

[dir="rtl"] .accordion-button::after {
  margin-right: 0;
  margin-left: 0.5rem;
}

.font-family-base {
  font-family: var(--kdc-font-sans-serif) !important;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
}

[dir="ltr"] .fa-ul {
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

[dir="rtl"] .fa-ul {
  margin-right: var(--fa-li-margin, 2.5em);
  padding-right: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

[dir="ltr"] .fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
}

[dir="rtl"] .fa-li {
  right: calc(var(--fa-li-width, 2em) * -1);
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

[dir="ltr"] .fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

[dir="rtl"] .fa-pull-left {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

[dir="ltr"] .fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

[dir="rtl"] .fa-pull-right {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }

  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }

  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    transform: scale(1, 1) translateY(0);
  }

  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }

  4% {
    transform: rotate(15deg);
  }

  8%, 24% {
    transform: rotate(-18deg);
  }

  12%, 28% {
    transform: rotate(18deg);
  }

  16% {
    transform: rotate(-22deg);
  }

  20% {
    transform: rotate(22deg);
  }

  32% {
    transform: rotate(-12deg);
  }

  36% {
    transform: rotate(12deg);
  }

  40%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

[dir="ltr"] .fa-rotate-90 {
  transform: rotate(90deg);
}

[dir="rtl"] .fa-rotate-90 {
  transform: rotate(-90deg);
}

[dir="ltr"] .fa-rotate-180 {
  transform: rotate(180deg);
}

[dir="rtl"] .fa-rotate-180 {
  transform: rotate(-180deg);
}

[dir="ltr"] .fa-rotate-270 {
  transform: rotate(270deg);
}

[dir="rtl"] .fa-rotate-270 {
  transform: rotate(-270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

[dir="ltr"] .fa-stack-1x,
[dir="ltr"] .fa-stack-2x {
  left: 0;
}

[dir="rtl"] .fa-stack-1x,
[dir="rtl"] .fa-stack-2x {
  right: 0;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30";
}

.fa-1::before {
  content: "\31";
}

.fa-2::before {
  content: "\32";
}

.fa-3::before {
  content: "\33";
}

.fa-4::before {
  content: "\34";
}

.fa-5::before {
  content: "\35";
}

.fa-6::before {
  content: "\36";
}

.fa-7::before {
  content: "\37";
}

.fa-8::before {
  content: "\38";
}

.fa-9::before {
  content: "\39";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\40";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "\4b";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "\57";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\2a";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "\49";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "\56";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "\51";
}

.fa-g::before {
  content: "\47";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "\45";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "\43";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "\4c";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "\5a";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "\41";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "\50";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\3f";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "\46";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "\48";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "\52";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "\4a";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "\4f";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "\55";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "\53";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "\4e";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "\42";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\3c";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\3e";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "\59";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\2b";
}

.fa-add::before {
  content: "\2b";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\3d";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\25";
}

.fa-percentage::before {
  content: "\25";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\23";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "\54";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "\4d";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\21";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\24";
}

.fa-dollar::before {
  content: "\24";
}

.fa-usd::before {
  content: "\24";
}

.fa-x::before {
  content: "\58";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "\44";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../assets/fonts/fa-brands-400.woff2") format("woff2"), url("../assets/fonts/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-pixiv:before {
  content: "\e640";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-brave:before {
  content: "\e63c";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-opensuse:before {
  content: "\e62b";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-debian:before {
  content: "\e60b";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-square-letterboxd:before {
  content: "\e62e";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-shoelace:before {
  content: "\e60c";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-square-threads:before {
  content: "\e619";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-google-scholar:before {
  content: "\e63b";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-signal-messenger:before {
  content: "\e663";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-mintbit:before {
  content: "\e62f";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-brave-reverse:before {
  content: "\e63d";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-letterboxd:before {
  content: "\e62d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-upwork:before {
  content: "\e641";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-webflow:before {
  content: "\e65c";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../assets/fonts/fa-regular-400.woff2") format("woff2"), url("../assets/fonts/fa-regular-400.ttf") format("truetype");
}

.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../assets/fonts/fa-solid-900.woff2") format("woff2"), url("../assets/fonts/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("../assets/fonts/FontAwesome6Brands-Regular.eot");
  src: url("../assets/fonts/FontAwesome6Brands-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/FontAwesome6Brands-Regular.woff2") format("woff2"), url("../assets/fonts/FontAwesome6Brands-Regular.woff") format("woff"), url("../assets/fonts/FontAwesome6Brands-Regular.ttf") format("truetype"), url("../assets/fonts/FontAwesome6Brands-Regular.svg#FontAwesome6Brands-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("../assets/fonts/FontAwesome6Brands-Regular_1.eot");
  src: url("../assets/fonts/FontAwesome6Brands-Regular_1.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/FontAwesome6Brands-Regular_1.woff2") format("woff2"), url("../assets/fonts/FontAwesome6Brands-Regular_1.woff") format("woff"), url("../assets/fonts/FontAwesome6Brands-Regular_1.ttf") format("truetype"), url("../assets/fonts/FontAwesome6Brands-Regular_1.svg#FontAwesome6Brands-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../assets/fonts/FontAwesome6Free-Regular.eot");
  src: url("../assets/fonts/FontAwesome6Free-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/FontAwesome6Free-Regular.woff2") format("woff2"), url("../assets/fonts/FontAwesome6Free-Regular.woff") format("woff"), url("../assets/fonts/FontAwesome6Free-Regular.ttf") format("truetype"), url("../assets/fonts/FontAwesome6Free-Regular.svg#FontAwesome6Free-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../assets/fonts/FontAwesome6Free-Regular_1.eot");
  src: url("../assets/fonts/FontAwesome6Free-Regular_1.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/FontAwesome6Free-Regular_1.woff2") format("woff2"), url("../assets/fonts/FontAwesome6Free-Regular_1.woff") format("woff"), url("../assets/fonts/FontAwesome6Free-Regular_1.ttf") format("truetype"), url("../assets/fonts/FontAwesome6Free-Regular_1.svg#FontAwesome6Free-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome v4 Compatibility";
  src: url("../assets/fonts/FontAwesomev4Compatibility-Regular.eot");
  src: url("../assets/fonts/FontAwesomev4Compatibility-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/FontAwesomev4Compatibility-Regular.woff2") format("woff2"), url("../assets/fonts/FontAwesomev4Compatibility-Regular.woff") format("woff"), url("../assets/fonts/FontAwesomev4Compatibility-Regular.ttf") format("truetype"), url("../assets/fonts/FontAwesomev4Compatibility-Regular.svg#FontAwesomev4Compatibility-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Free Solid";
  src: url("../assets/fonts/FontAwesome6Free-Solid.eot");
  src: url("../assets/fonts/FontAwesome6Free-Solid.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/FontAwesome6Free-Solid.woff2") format("woff2"), url("../assets/fonts/FontAwesome6Free-Solid.woff") format("woff"), url("../assets/fonts/FontAwesome6Free-Solid.ttf") format("truetype"), url("../assets/fonts/FontAwesome6Free-Solid.svg#FontAwesome6Free-Solid") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome v4 Compatibility";
  src: url("../assets/fonts/FontAwesomev4Compatibility-Regular_1.eot");
  src: url("../assets/fonts/FontAwesomev4Compatibility-Regular_1.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/FontAwesomev4Compatibility-Regular_1.woff2") format("woff2"), url("../assets/fonts/FontAwesomev4Compatibility-Regular_1.woff") format("woff"), url("../assets/fonts/FontAwesomev4Compatibility-Regular_1.ttf") format("truetype"), url("../assets/fonts/FontAwesomev4Compatibility-Regular_1.svg#FontAwesomev4Compatibility-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Free Solid";
  src: url("../assets/fonts/FontAwesome6Free-Solid_1.eot");
  src: url("../assets/fonts/FontAwesome6Free-Solid_1.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/FontAwesome6Free-Solid_1.woff2") format("woff2"), url("../assets/fonts/FontAwesome6Free-Solid_1.woff") format("woff"), url("../assets/fonts/FontAwesome6Free-Solid_1.ttf") format("truetype"), url("../assets/fonts/FontAwesome6Free-Solid_1.svg#FontAwesome6Free-Solid") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.fa,
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free Solid";
  font-weight: 900;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated, .app-header-scrolling {
  animation-duration: calc( 0.35s);
  animation-fill-mode: both;
}

.animated.infinite, .infinite.app-header-scrolling {
  animation-iteration-count: infinite;
}

.animated.hinge, .hinge.app-header-scrolling {
  animation-duration: calc( 0.35s * 2);
}

.animated.bounceIn, .bounceIn.app-header-scrolling, .animated.bounceOut, .bounceOut.app-header-scrolling {
  animation-duration: calc( 0.35s * 0.75);
}

.animated.flipOutX, .flipOutX.app-header-scrolling, .animated.flipOutY, .flipOutY.app-header-scrolling {
  animation-duration: calc( 0.35s * 0.75);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }

  10% {
    transform: skewX(-8deg);
  }

  20% {
    transform: skewX(7deg);
  }

  30% {
    transform: skewX(-6deg);
  }

  40% {
    transform: skewX(5deg);
  }

  50% {
    transform: skewX(-4deg);
  }

  60% {
    transform: skewX(3deg);
  }

  70% {
    transform: skewX(-2deg);
  }

  80% {
    transform: skewX(1deg);
  }

  90% {
    transform: skewX(0deg);
  }

  100% {
    transform: skewX(0deg);
  }
}

.wiggle {
  animation-name: wiggle;
  animation-timing-function: ease-in;
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  animation-name: tada;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

.flip {
  transform-style: preserve-3d;
  backface-visibility: visible !important;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes hangSlideOut {
  0%,
  5%,
  95%,
  100% {
    transform: translateX(0);
  }

  45%,
  55% {
    transform: translateX(50px);
  }
}

.hangSlideOutLeft,
.hangSlideOutRight {
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-name: hangSlideOut;
}

.hangSlideOutLeft {
  animation-direction: reverse;
}

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0;
}

body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
  transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0;
}

body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0;
}

body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
  transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0;
}

body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0;
}

body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
  transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0;
}

body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0;
}

body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
  transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0;
}

body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0;
}

body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
  transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0;
}

body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0;
}

body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
  transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0;
}

body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0;
}

body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
  transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0;
}

body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0;
}

body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
  transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0;
}

body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0;
}

body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
  transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0;
}

body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0;
}

body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
  transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0;
}

body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0;
}

body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0;
}

body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0;
}

body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0;
}

body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0;
}

body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0;
}

body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0;
}

body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0;
}

body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0;
}

body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0;
}

body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0;
}

body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0;
}

body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0;
}

body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0;
}

body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0;
}

body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0;
}

body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0;
}

body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0;
}

body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0;
}

body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0;
}

body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0;
}

body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0;
}

body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0;
}

body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0;
}

body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0;
}

body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0;
}

body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0;
}

body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0;
}

body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0;
}

body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0;
}

body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0;
}

body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0;
}

body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0;
}

body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0;
}

body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0;
}

body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0;
}

body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0;
}

body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0;
}

body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0;
}

body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0;
}

body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos='fade-up'] {
  transform: translate3d(0, 10px, 0);
}

[data-aos='fade-down'] {
  transform: translate3d(0, -10px, 0);
}

[dir="ltr"] [data-aos='fade-right'] {
  transform: translate3d(-10px, 0, 0);
}

[dir="rtl"] [data-aos='fade-right'] {
  transform: translate3d(10px, 0, 0);
}

[dir="ltr"] [data-aos='fade-left'] {
  transform: translate3d(10px, 0, 0);
}

[dir="rtl"] [data-aos='fade-left'] {
  transform: translate3d(-10px, 0, 0);
}

[dir="ltr"] [data-aos='fade-up-right'] {
  transform: translate3d(-10px, 10px, 0);
}

[dir="rtl"] [data-aos='fade-up-right'] {
  transform: translate3d(10px, 10px, 0);
}

[dir="ltr"] [data-aos='fade-up-left'] {
  transform: translate3d(10px, 10px, 0);
}

[dir="rtl"] [data-aos='fade-up-left'] {
  transform: translate3d(-10px, 10px, 0);
}

[dir="ltr"] [data-aos='fade-down-right'] {
  transform: translate3d(-10px, -10px, 0);
}

[dir="rtl"] [data-aos='fade-down-right'] {
  transform: translate3d(10px, -10px, 0);
}

[dir="ltr"] [data-aos='fade-down-left'] {
  transform: translate3d(10px, -10px, 0);
}

[dir="rtl"] [data-aos='fade-down-left'] {
  transform: translate3d(-10px, -10px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos='zoom-in'] {
  transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
  transform: translate3d(0, 10px, 0) scale(0.6);
}

[data-aos='zoom-in-down'] {
  transform: translate3d(0, -10px, 0) scale(0.6);
}

[dir="ltr"] [data-aos='zoom-in-right'] {
  transform: translate3d(-10px, 0, 0) scale(0.6);
}

[dir="rtl"] [data-aos='zoom-in-right'] {
  transform: translate3d(10px, 0, 0) scale(0.6);
}

[dir="ltr"] [data-aos='zoom-in-left'] {
  transform: translate3d(10px, 0, 0) scale(0.6);
}

[dir="rtl"] [data-aos='zoom-in-left'] {
  transform: translate3d(-10px, 0, 0) scale(0.6);
}

[data-aos='zoom-out'] {
  transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
  transform: translate3d(0, 10px, 0) scale(1.2);
}

[data-aos='zoom-out-down'] {
  transform: translate3d(0, -10px, 0) scale(1.2);
}

[dir="ltr"] [data-aos='zoom-out-right'] {
  transform: translate3d(-10px, 0, 0) scale(1.2);
}

[dir="rtl"] [data-aos='zoom-out-right'] {
  transform: translate3d(10px, 0, 0) scale(1.2);
}

[dir="ltr"] [data-aos='zoom-out-left'] {
  transform: translate3d(10px, 0, 0) scale(1.2);
}

[dir="rtl"] [data-aos='zoom-out-left'] {
  transform: translate3d(-10px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos='slide-up'] {
  transform: translate3d(0, 100%, 0);
}

[data-aos='slide-down'] {
  transform: translate3d(0, -100%, 0);
}

[dir="ltr"] [data-aos='slide-right'] {
  transform: translate3d(-100%, 0, 0);
}

[dir="rtl"] [data-aos='slide-right'] {
  transform: translate3d(100%, 0, 0);
}

[dir="ltr"] [data-aos='slide-left'] {
  transform: translate3d(100%, 0, 0);
}

[dir="rtl"] [data-aos='slide-left'] {
  transform: translate3d(-100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform;
}

[dir="ltr"] [data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg);
}

[dir="rtl"] [data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-left'].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[dir="ltr"] [data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg);
}

[dir="rtl"] [data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-right'].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos="custom-fade-blur"] {
  opacity: 0;
  transition-property: opacity, filter;
  filter: blur(10px);
  transform-origin: 50% 0;
}

[data-aos="custom-fade-blur"].aos-animate {
  opacity: 1;
  transform-origin: 50% 50%;
  filter: blur(0);
}

.customized-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  border-radius: 0.25rem;
}

.customized-scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  background-clip: padding-box;
  border: 3px solid transparent;
  border-radius: 0.25rem;
}

.customized-scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.customized-scroll::-webkit-scrollbar-corner {
  background-color: transparent;
}

.section-with-bg:not(.offcanvas) {
  position: relative;
}

.section-with-bg {
  min-height: 1px;
}

.section-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.section-bg ~ * {
  z-index: 10;
  position: relative;
}

.section-bg-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-bg-svg, .section-bg-image,
.section-bg-image img, .section-bg-slider, .section-bg-iframe, .section-bg-video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section-bg-svg,
.section-bg-svg svg, .section-bg-image,
.section-bg-image svg,
.section-bg-image img,
.section-bg-image img svg, .section-bg-slider,
.section-bg-slider svg, .section-bg-iframe,
.section-bg-iframe svg, .section-bg-video,
.section-bg-video svg {
  width: 100%;
  height: 100%;
}

.section-bg-iframe {
  border: 0;
  pointer-events: none;
}

.section-bg-shape {
  position: absolute;
  width: 100%;
  height: 100%;
}

.section-container {
  --kdc-gutter-x: 1.5rem;
  --kdc-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--kdc-gutter-x) * .5);
  padding-left: calc(var(--kdc-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .section-container {
    max-width: 516px;
  }
}

@media (min-width: 768px) {
  .section-container {
    max-width: 688px;
  }
}

@media (min-width: 992px) {
  .section-container-padding-start {
    max-width: 912px;
  }

  [dir="ltr"] .section-container-padding-start {
    padding-left: calc((100vw - (912px + 1.5rem)) / 2);
  }

  [dir="rtl"] .section-container-padding-start {
    padding-right: calc((100vw - (912px + 1.5rem)) / 2);
  }
}

@media (min-width: 1280px) {
  .section-container-padding-start {
    max-width: 1160px;
  }

  [dir="ltr"] .section-container-padding-start {
    padding-left: calc((100vw - (1160px + 1.5rem)) / 2);
  }

  [dir="rtl"] .section-container-padding-start {
    padding-right: calc((100vw - (1160px + 1.5rem)) / 2);
  }
}

@media (min-width: 1400px) {
  .section-container-padding-start {
    max-width: 1280px;
  }

  [dir="ltr"] .section-container-padding-start {
    padding-left: calc((100vw - (1280px + 1.5rem)) / 2);
  }

  [dir="rtl"] .section-container-padding-start {
    padding-right: calc((100vw - (1280px + 1.5rem)) / 2);
  }
}

@media (min-width: 1600px) {
  .section-container-padding-start {
    max-width: 1500px;
  }

  [dir="ltr"] .section-container-padding-start {
    padding-left: calc((100vw - (1500px + 1.5rem)) / 2);
  }

  [dir="rtl"] .section-container-padding-start {
    padding-right: calc((100vw - (1500px + 1.5rem)) / 2);
  }
}

@media (min-width: 1920px) {
  .section-container-padding-start {
    max-width: 1800px;
  }

  [dir="ltr"] .section-container-padding-start {
    padding-left: calc((100vw - (1800px + 1.5rem)) / 2);
  }

  [dir="rtl"] .section-container-padding-start {
    padding-right: calc((100vw - (1800px + 1.5rem)) / 2);
  }
}

@media (min-width: 2560px) {
  .section-container-padding-start {
    max-width: 2400px;
  }

  [dir="ltr"] .section-container-padding-start {
    padding-left: calc((100vw - (2400px + 1.5rem)) / 2);
  }

  [dir="rtl"] .section-container-padding-start {
    padding-right: calc((100vw - (2400px + 1.5rem)) / 2);
  }
}

@media (min-width: 992px) {
  .section-container-padding-end {
    max-width: 912px;
  }

  [dir="ltr"] .section-container-padding-end {
    padding-right: calc((100vw - (912px + 1.5rem)) / 2);
  }

  [dir="rtl"] .section-container-padding-end {
    padding-left: calc((100vw - (912px + 1.5rem)) / 2);
  }
}

@media (min-width: 1280px) {
  .section-container-padding-end {
    max-width: 1160px;
  }

  [dir="ltr"] .section-container-padding-end {
    padding-right: calc((100vw - (1160px + 1.5rem)) / 2);
  }

  [dir="rtl"] .section-container-padding-end {
    padding-left: calc((100vw - (1160px + 1.5rem)) / 2);
  }
}

@media (min-width: 1400px) {
  .section-container-padding-end {
    max-width: 1280px;
  }

  [dir="ltr"] .section-container-padding-end {
    padding-right: calc((100vw - (1280px + 1.5rem)) / 2);
  }

  [dir="rtl"] .section-container-padding-end {
    padding-left: calc((100vw - (1280px + 1.5rem)) / 2);
  }
}

@media (min-width: 1600px) {
  .section-container-padding-end {
    max-width: 1500px;
  }

  [dir="ltr"] .section-container-padding-end {
    padding-right: calc((100vw - (1500px + 1.5rem)) / 2);
  }

  [dir="rtl"] .section-container-padding-end {
    padding-left: calc((100vw - (1500px + 1.5rem)) / 2);
  }
}

@media (min-width: 1920px) {
  .section-container-padding-end {
    max-width: 1800px;
  }

  [dir="ltr"] .section-container-padding-end {
    padding-right: calc((100vw - (1800px + 1.5rem)) / 2);
  }

  [dir="rtl"] .section-container-padding-end {
    padding-left: calc((100vw - (1800px + 1.5rem)) / 2);
  }
}

@media (min-width: 2560px) {
  .section-container-padding-end {
    max-width: 2400px;
  }

  [dir="ltr"] .section-container-padding-end {
    padding-right: calc((100vw - (2400px + 1.5rem)) / 2);
  }

  [dir="rtl"] .section-container-padding-end {
    padding-left: calc((100vw - (2400px + 1.5rem)) / 2);
  }
}

.app-loader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--kdc-body-bg);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999999;
  transition: all 0.2s ease-in-out;
  animation-duration: 1s !important;
}

@media (prefers-reduced-motion: reduce) {
  .app-loader {
    transition: none;
  }
}

.app-loader .progress-bar {
  width: 15%;
}

.app-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1030;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .app-header {
    transition: none;
  }
}

.app-header-scrolling {
  position: fixed !important;
  padding: 0.625rem 0;
}

.app-header-scrolling-up, .app-header-scrolling:focus-within {
  animation-name: slideInDown;
}

.app-header-scrolling-down {
  animation-name: slideOutUp;
}

.app-logo, .app-logo-img {
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .app-logo, .app-logo-img {
    transition: none;
  }
}

.app-search .input-group button[type="reset"] {
  display: none;
  opacity: 0;
  width: 1px;
  visibility: hidden;
}

.app-search .input-group .form-control:not(:-moz-placeholder-shown) ~ button[type="reset"] {
  display: block !important;
  opacity: 1 !important;
  width: auto !important;
  visibility: visible !important;
}

.app-search .input-group .form-control:not(:empty) ~ button[type="reset"], .app-search .input-group .form-control:not(:placeholder-shown) ~ button[type="reset"] {
  display: block !important;
  opacity: 1 !important;
  width: auto !important;
  visibility: visible !important;
}

.app-social-nav-footer .nav-item {
  white-space: nowrap;
}

.app-social-nav-footer .nav-item + .nav-item {
  position: relative;
}

.app-social-nav-footer .nav-item + .nav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(var(--kdc-white-rgb), 0.4);
  width: 2px;
  height: 75%;
  display: inline-block;
}

[dir="ltr"] .app-social-nav-footer .nav-item + .nav-item::before {
  left: calc(-1 * 1px);
}

[dir="rtl"] .app-social-nav-footer .nav-item + .nav-item::before {
  right: calc(-1 * 1px);
}

.app-scroll-to-top {
  z-index: 1020;
  bottom: 0.75rem;
}

[dir="ltr"] .app-scroll-to-top {
  right: 0.75rem;
}

[dir="rtl"] .app-scroll-to-top {
  left: 0.75rem;
}

.app-scroll-to-top-scrolling {
  position: fixed !important;
}

.coming-soon {
  min-height: 100vh;
}

@media screen and (max-height: 500px) {
  .coming-soon {
    min-height: 100%;
  }
}

:root {
  --kdc-xs: 0;
  --kdc-sm: 576px;
  --kdc-md: 768px;
  --kdc-lg: 992px;
  --kdc-xl: 1280px;
  --kdc-xxl: 1400px;
  --kdc-3xl: 1600px;
  --kdc-ultra-hd: 1920px;
  --kdc-ultra-wide: 2560px;
  --prefix: kdc-;
}

#app {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  position: relative;
}

#app .app-main {
  flex-grow: 1;
}

body.dom-loaded .app-loader {
  display: none !important;
}

body:not(.dom-loaded) {
  overflow: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
  /* Firefox 64 */
  position: relative;
  /* Safari */
  -ms-overflow-style: none;
  /* IE 11 */
}

body:not(.dom-loaded)::-webkit-scrollbar {
  width: 0;
  background: transparent;
  /* Disable scrollbar Chrome/Safari/Webkit */
}

mark, .mark,
.mark {
  color: inherit;
}

strong,
b {
  font-weight: 700;
}

[dir="ltr"] ol,
[dir="ltr"] ul {
  padding-left: 1rem;
}

[dir="rtl"] ol,
[dir="rtl"] ul {
  padding-right: 1rem;
}

ul li::marker {
  color: #c3ff7c;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* clears the 'X' from Internet Explorer */
input.hide-clear[type="search"]::-ms-clear,
input.hide-clear[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input.hide-clear[type="search"]::-webkit-search-decoration,
input.hide-clear[type="search"]::-webkit-search-cancel-button,
input.hide-clear[type="search"]::-webkit-search-results-button,
input.hide-clear[type="search"]::-webkit-search-results-decoration {
  display: none;
}

[dir="rtl"] .rtl-mirror {
  transform: scale(-1, 1);
}

[dir="rtl"] [type="tel"],
[dir="rtl"] [type="url"],
[dir="rtl"] [type="email"],
[dir="rtl"] [type="number"] {
  direction: ltr;
}

[dir="rtl"] [type="tel"]::-moz-placeholder, [dir="rtl"] [type="url"]::-moz-placeholder, [dir="rtl"] [type="email"]::-moz-placeholder, [dir="rtl"] [type="number"]::-moz-placeholder {
  direction: rtl !important;
  text-align: right !important;
}

[dir="rtl"] [type="tel"]::placeholder,
[dir="rtl"] [type="url"]::placeholder,
[dir="rtl"] [type="email"]::placeholder,
[dir="rtl"] [type="number"]::placeholder {
  direction: rtl !important;
  text-align: right !important;
}

[dir="ltr"] .container-off-canvas-start {
  margin-left: calc((1.5rem * 0.5) * -1);
}

[dir="rtl"] .container-off-canvas-start {
  margin-right: calc((1.5rem * 0.5) * -1);
}

@media (min-width: 576px) {
  [dir="ltr"] .container-off-canvas-start {
    margin-left: calc( ((100vw - calc(516px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-start {
    margin-right: calc( ((100vw - calc(516px - 1.5rem)) * 0.5) * -1);
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .container-off-canvas-start {
    margin-left: calc( ((100vw - calc(688px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-start {
    margin-right: calc( ((100vw - calc(688px - 1.5rem)) * 0.5) * -1);
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .container-off-canvas-start {
    margin-left: calc( ((100vw - calc(912px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-start {
    margin-right: calc( ((100vw - calc(912px - 1.5rem)) * 0.5) * -1);
  }
}

@media (min-width: 1280px) {
  [dir="ltr"] .container-off-canvas-start {
    margin-left: calc( ((100vw - calc(1160px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-start {
    margin-right: calc( ((100vw - calc(1160px - 1.5rem)) * 0.5) * -1);
  }
}

@media (min-width: 1400px) {
  [dir="ltr"] .container-off-canvas-start {
    margin-left: calc( ((100vw - calc(1280px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-start {
    margin-right: calc( ((100vw - calc(1280px - 1.5rem)) * 0.5) * -1);
  }
}

@media (min-width: 1600px) {
  [dir="ltr"] .container-off-canvas-start {
    margin-left: calc( ((100vw - calc(1500px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-start {
    margin-right: calc( ((100vw - calc(1500px - 1.5rem)) * 0.5) * -1);
  }
}

@media (min-width: 1920px) {
  [dir="ltr"] .container-off-canvas-start {
    margin-left: calc( ((100vw - calc(1800px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-start {
    margin-right: calc( ((100vw - calc(1800px - 1.5rem)) * 0.5) * -1);
  }
}

@media (min-width: 2560px) {
  [dir="ltr"] .container-off-canvas-start {
    margin-left: calc( ((100vw - calc(2400px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-start {
    margin-right: calc( ((100vw - calc(2400px - 1.5rem)) * 0.5) * -1);
  }
}

[dir="ltr"] .container-off-canvas-start-with-padding {
  padding-left: calc(1.5rem * 0.5);
}

[dir="rtl"] .container-off-canvas-start-with-padding {
  padding-right: calc(1.5rem * 0.5);
}

@media (min-width: 576px) {
  [dir="ltr"] .container-off-canvas-start-with-padding {
    padding-left: calc( (100vw - calc(516px - 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-start-with-padding {
    padding-right: calc( (100vw - calc(516px - 1.5rem)) * 0.5);
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .container-off-canvas-start-with-padding {
    padding-left: calc( (100vw - calc(688px - 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-start-with-padding {
    padding-right: calc( (100vw - calc(688px - 1.5rem)) * 0.5);
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .container-off-canvas-start-with-padding {
    padding-left: calc( (100vw - calc(912px - 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-start-with-padding {
    padding-right: calc( (100vw - calc(912px - 1.5rem)) * 0.5);
  }
}

@media (min-width: 1280px) {
  [dir="ltr"] .container-off-canvas-start-with-padding {
    padding-left: calc( (100vw - calc(1160px - 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-start-with-padding {
    padding-right: calc( (100vw - calc(1160px - 1.5rem)) * 0.5);
  }
}

@media (min-width: 1400px) {
  [dir="ltr"] .container-off-canvas-start-with-padding {
    padding-left: calc( (100vw - calc(1280px - 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-start-with-padding {
    padding-right: calc( (100vw - calc(1280px - 1.5rem)) * 0.5);
  }
}

@media (min-width: 1600px) {
  [dir="ltr"] .container-off-canvas-start-with-padding {
    padding-left: calc( (100vw - calc(1500px - 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-start-with-padding {
    padding-right: calc( (100vw - calc(1500px - 1.5rem)) * 0.5);
  }
}

@media (min-width: 1920px) {
  [dir="ltr"] .container-off-canvas-start-with-padding {
    padding-left: calc( (100vw - calc(1800px - 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-start-with-padding {
    padding-right: calc( (100vw - calc(1800px - 1.5rem)) * 0.5);
  }
}

@media (min-width: 2560px) {
  [dir="ltr"] .container-off-canvas-start-with-padding {
    padding-left: calc( (100vw - calc(2400px - 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-start-with-padding {
    padding-right: calc( (100vw - calc(2400px - 1.5rem)) * 0.5);
  }
}

[dir="ltr"] .container-off-canvas-end {
  margin-right: calc((1.5rem * 0.5) * -1);
}

[dir="rtl"] .container-off-canvas-end {
  margin-left: calc((1.5rem * 0.5) * -1);
}

@media (min-width: 576px) {
  [dir="ltr"] .container-off-canvas-end {
    margin-right: calc( ((100vw - calc(516px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-end {
    margin-left: calc( ((100vw - calc(516px - 1.5rem)) * 0.5) * -1);
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .container-off-canvas-end {
    margin-right: calc( ((100vw - calc(688px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-end {
    margin-left: calc( ((100vw - calc(688px - 1.5rem)) * 0.5) * -1);
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .container-off-canvas-end {
    margin-right: calc( ((100vw - calc(912px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-end {
    margin-left: calc( ((100vw - calc(912px - 1.5rem)) * 0.5) * -1);
  }
}

@media (min-width: 1280px) {
  [dir="ltr"] .container-off-canvas-end {
    margin-right: calc( ((100vw - calc(1160px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-end {
    margin-left: calc( ((100vw - calc(1160px - 1.5rem)) * 0.5) * -1);
  }
}

@media (min-width: 1400px) {
  [dir="ltr"] .container-off-canvas-end {
    margin-right: calc( ((100vw - calc(1280px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-end {
    margin-left: calc( ((100vw - calc(1280px - 1.5rem)) * 0.5) * -1);
  }
}

@media (min-width: 1600px) {
  [dir="ltr"] .container-off-canvas-end {
    margin-right: calc( ((100vw - calc(1500px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-end {
    margin-left: calc( ((100vw - calc(1500px - 1.5rem)) * 0.5) * -1);
  }
}

@media (min-width: 1920px) {
  [dir="ltr"] .container-off-canvas-end {
    margin-right: calc( ((100vw - calc(1800px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-end {
    margin-left: calc( ((100vw - calc(1800px - 1.5rem)) * 0.5) * -1);
  }
}

@media (min-width: 2560px) {
  [dir="ltr"] .container-off-canvas-end {
    margin-right: calc( ((100vw - calc(2400px - 1.5rem)) * 0.5) * -1);
  }

  [dir="rtl"] .container-off-canvas-end {
    margin-left: calc( ((100vw - calc(2400px - 1.5rem)) * 0.5) * -1);
  }
}

[dir="ltr"] .container-off-canvas-end-with-padding {
  padding-right: calc(1.5rem * 0.5);
}

[dir="rtl"] .container-off-canvas-end-with-padding {
  padding-left: calc(1.5rem * 0.5);
}

@media (min-width: 576px) {
  [dir="ltr"] .container-off-canvas-end-with-padding {
    padding-right: calc( (100vw - calc(516px, 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-end-with-padding {
    padding-left: calc( (100vw - calc(516px, 1.5rem)) * 0.5);
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .container-off-canvas-end-with-padding {
    padding-right: calc( (100vw - calc(688px, 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-end-with-padding {
    padding-left: calc( (100vw - calc(688px, 1.5rem)) * 0.5);
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .container-off-canvas-end-with-padding {
    padding-right: calc( (100vw - calc(912px, 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-end-with-padding {
    padding-left: calc( (100vw - calc(912px, 1.5rem)) * 0.5);
  }
}

@media (min-width: 1280px) {
  [dir="ltr"] .container-off-canvas-end-with-padding {
    padding-right: calc( (100vw - calc(1160px, 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-end-with-padding {
    padding-left: calc( (100vw - calc(1160px, 1.5rem)) * 0.5);
  }
}

@media (min-width: 1400px) {
  [dir="ltr"] .container-off-canvas-end-with-padding {
    padding-right: calc( (100vw - calc(1280px, 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-end-with-padding {
    padding-left: calc( (100vw - calc(1280px, 1.5rem)) * 0.5);
  }
}

@media (min-width: 1600px) {
  [dir="ltr"] .container-off-canvas-end-with-padding {
    padding-right: calc( (100vw - calc(1500px, 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-end-with-padding {
    padding-left: calc( (100vw - calc(1500px, 1.5rem)) * 0.5);
  }
}

@media (min-width: 1920px) {
  [dir="ltr"] .container-off-canvas-end-with-padding {
    padding-right: calc( (100vw - calc(1800px, 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-end-with-padding {
    padding-left: calc( (100vw - calc(1800px, 1.5rem)) * 0.5);
  }
}

@media (min-width: 2560px) {
  [dir="ltr"] .container-off-canvas-end-with-padding {
    padding-right: calc( (100vw - calc(2400px, 1.5rem)) * 0.5);
  }

  [dir="rtl"] .container-off-canvas-end-with-padding {
    padding-left: calc( (100vw - calc(2400px, 1.5rem)) * 0.5);
  }
}

.lines-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: calc(1rem * 1.5 * 2);
}

.lines-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: calc(1rem * 1.5 * 3);
}
