@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #010202;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #ffd317;
  --bs-secondary: #010202;
  --bs-tertiary: #323031;
  --bs-grey: #9d9d9d;
  --bs-white: #fff;
  --bs-black: #010202;
  --bs-placeholder: magenta;
  --bs-transparent: transparent;
  --bs-primary-rgb: 255, 211, 23;
  --bs-secondary-rgb: 1, 2, 2;
  --bs-tertiary-rgb: 50, 48, 49;
  --bs-grey-rgb: 157, 157, 157;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 1, 2, 2;
  --bs-placeholder-rgb: 255, 0, 255;
  --bs-transparent-rgb: 0, 0, 0;
  --bs-primary-text-emphasis: #665409;
  --bs-secondary-text-emphasis: #000101;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #fff6d1;
  --bs-secondary-bg-subtle: #cccccc;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #ffeda2;
  --bs-secondary-border-subtle: #999a9a;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 1, 2, 2;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #010202;
  --bs-emphasis-color-rgb: 1, 2, 2;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #ffd317;
  --bs-link-color-rgb: 255, 211, 23;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #cca912;
  --bs-link-hover-color-rgb: 204, 169, 18;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(1, 2, 2, 0.175);
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(1, 2, 2, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(1, 2, 2, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(1, 2, 2, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(1, 2, 2, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(255, 211, 23, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #ffe574;
  --bs-secondary-text-emphasis: #676767;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #332a05;
  --bs-secondary-bg-subtle: black;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1b1e21;
  --bs-primary-border-subtle: #997f0e;
  --bs-secondary-border-subtle: #010101;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #ffe574;
  --bs-link-hover-color: #ffea90;
  --bs-link-color-rgb: 255, 229, 116;
  --bs-link-hover-color-rgb: 255, 234, 144;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

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

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

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-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;
}

ol,
ul {
  padding-left: 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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-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(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
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(--bs-secondary-color);
  text-align: left;
}

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 {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-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;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

::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-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 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: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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(--bs-secondary-color);
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-breakpoint-xxl2: 1600px;
  --bs-breakpoint-xxl3: 1900px;
  --bs-breakpoint-xxl4: 2400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

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

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

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

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

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

.row-cols-7 > * {
  flex: 0 0 auto;
  width: 14.28571429%;
}

.row-cols-8 > * {
  flex: 0 0 auto;
  width: 12.5%;
}

.row-cols-9 > * {
  flex: 0 0 auto;
  width: 11.11111111%;
}

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

.row-cols-11 > * {
  flex: 0 0 auto;
  width: 9.09090909%;
}

.row-cols-12 > * {
  flex: 0 0 auto;
  width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333333%;
  }
  .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.66666667%;
  }
  .row-cols-sm-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .row-cols-sm-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-sm-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .row-cols-sm-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-sm-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .row-cols-sm-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .row-cols-md-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .row-cols-md-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-md-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .row-cols-md-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-md-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .row-cols-md-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .row-cols-lg-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-lg-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .row-cols-lg-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-lg-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .row-cols-lg-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .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.66666667%;
  }
  .row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xl-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .row-cols-xl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xl-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .row-cols-xl-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 6rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .row-cols-xxl-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .row-cols-xxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxl-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .row-cols-xxl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxl-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .row-cols-xxl-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1600px) {
  .col-xxl2 {
    flex: 1 0 0;
  }
  .row-cols-xxl2-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl2-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl2-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl2-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl2-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl2-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl2-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .row-cols-xxl2-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .row-cols-xxl2-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxl2-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .row-cols-xxl2-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxl2-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .row-cols-xxl2-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl2-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl2-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl2-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl2-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl2-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl2-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl2-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl2-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl2-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl2-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl2-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl2-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl2-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl2-0 {
    margin-left: 0;
  }
  .offset-xxl2-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl2-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl2-3 {
    margin-left: 25%;
  }
  .offset-xxl2-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl2-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl2-6 {
    margin-left: 50%;
  }
  .offset-xxl2-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl2-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl2-9 {
    margin-left: 75%;
  }
  .offset-xxl2-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl2-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl2-0,
  .gx-xxl2-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl2-0,
  .gy-xxl2-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl2-1,
  .gx-xxl2-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl2-1,
  .gy-xxl2-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl2-2,
  .gx-xxl2-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl2-2,
  .gy-xxl2-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl2-3,
  .gx-xxl2-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl2-3,
  .gy-xxl2-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl2-4,
  .gx-xxl2-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl2-4,
  .gy-xxl2-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl2-5,
  .gx-xxl2-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl2-5,
  .gy-xxl2-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl2-6,
  .gx-xxl2-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl2-6,
  .gy-xxl2-6 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1900px) {
  .col-xxl3 {
    flex: 1 0 0;
  }
  .row-cols-xxl3-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl3-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl3-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl3-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl3-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl3-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl3-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .row-cols-xxl3-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .row-cols-xxl3-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxl3-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .row-cols-xxl3-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxl3-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .row-cols-xxl3-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl3-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl3-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl3-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl3-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl3-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl3-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl3-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl3-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl3-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl3-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl3-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl3-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl3-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl3-0 {
    margin-left: 0;
  }
  .offset-xxl3-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl3-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl3-3 {
    margin-left: 25%;
  }
  .offset-xxl3-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl3-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl3-6 {
    margin-left: 50%;
  }
  .offset-xxl3-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl3-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl3-9 {
    margin-left: 75%;
  }
  .offset-xxl3-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl3-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl3-0,
  .gx-xxl3-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl3-0,
  .gy-xxl3-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl3-1,
  .gx-xxl3-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl3-1,
  .gy-xxl3-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl3-2,
  .gx-xxl3-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl3-2,
  .gy-xxl3-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl3-3,
  .gx-xxl3-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl3-3,
  .gy-xxl3-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl3-4,
  .gx-xxl3-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl3-4,
  .gy-xxl3-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl3-5,
  .gx-xxl3-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl3-5,
  .gy-xxl3-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl3-6,
  .gx-xxl3-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl3-6,
  .gy-xxl3-6 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 2400px) {
  .col-xxl4 {
    flex: 1 0 0;
  }
  .row-cols-xxl4-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl4-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl4-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl4-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl4-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl4-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl4-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .row-cols-xxl4-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .row-cols-xxl4-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxl4-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .row-cols-xxl4-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxl4-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .row-cols-xxl4-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl4-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl4-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl4-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl4-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl4-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl4-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl4-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl4-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl4-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl4-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl4-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl4-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl4-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl4-0 {
    margin-left: 0;
  }
  .offset-xxl4-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl4-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl4-3 {
    margin-left: 25%;
  }
  .offset-xxl4-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl4-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl4-6 {
    margin-left: 50%;
  }
  .offset-xxl4-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl4-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl4-9 {
    margin-left: 75%;
  }
  .offset-xxl4-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl4-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl4-0,
  .gx-xxl4-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl4-0,
  .gy-xxl4-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl4-1,
  .gx-xxl4-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl4-1,
  .gy-xxl4-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl4-2,
  .gx-xxl4-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl4-2,
  .gy-xxl4-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl4-3,
  .gx-xxl4-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl4-3,
  .gy-xxl4-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl4-4,
  .gx-xxl4-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl4-4,
  .gy-xxl4-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl4-5,
  .gx-xxl4-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl4-5,
  .gy-xxl4-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl4-6,
  .gx-xxl4-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl4-6,
  .gy-xxl4-6 {
    --bs-gutter-y: 6rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-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(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-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) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

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

.table-primary {
  --bs-table-color: #010202;
  --bs-table-bg: #fff6d1;
  --bs-table-border-color: #ccc5a8;
  --bs-table-striped-bg: #f2eac7;
  --bs-table-striped-color: #010202;
  --bs-table-active-bg: #e6debc;
  --bs-table-active-color: #010202;
  --bs-table-hover-bg: #ece4c1;
  --bs-table-hover-color: #010202;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #010202;
  --bs-table-bg: #cccccc;
  --bs-table-border-color: #a3a4a4;
  --bs-table-striped-bg: #c2c2c2;
  --bs-table-striped-color: #010202;
  --bs-table-active-bg: #b8b8b8;
  --bs-table-active-color: #010202;
  --bs-table-hover-bg: #bdbdbd;
  --bs-table-hover-color: #010202;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #010202;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dcd2;
  --bs-table-striped-color: #010202;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #010202;
  --bs-table-hover-bg: #c1d6cd;
  --bs-table-hover-color: #010202;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #010202;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c4ca;
  --bs-table-striped-bg: #c5e8f0;
  --bs-table-striped-color: #010202;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #010202;
  --bs-table-hover-bg: #c0e2e9;
  --bs-table-hover-color: #010202;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #010202;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc3a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #010202;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #010202;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #010202;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #010202;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c7acaf;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #010202;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #010202;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #010202;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #010202;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c7c8c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #010202;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #010202;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #010202;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-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: 1199.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-xxl2 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1899.98px) {
  .table-responsive-xxl3 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 2399.98px) {
  .table-responsive-xxl4 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-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(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 0 solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #ffe98b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 211, 23, 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(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0;
  border-radius: 0;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0;
  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::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 0 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(0 * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.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(0 * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.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(0 * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(0 * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(0 * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(0 * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(0 * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(0 * 2));
}

.form-select {
  --bs-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%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 0 solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #ffe98b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 211, 23, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-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='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-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(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #ffe98b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 211, 23, 0.25);
}
.form-check-input:checked {
  background-color: #ffd317;
  border-color: #ffd317;
}
.form-check-input:checked[type=checkbox] {
  --bs-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] {
  --bs-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: #ffd317;
  border-color: #ffd317;
  --bs-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;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-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%281, 2, 2, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-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='%23ffe98b'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-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");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 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;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-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%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.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(255, 211, 23, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(255, 211, 23, 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: #ffd317;
  border: 0;
  border-radius: 1rem;
  -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: #fff2b9;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #ffd317;
  border: 0;
  border-radius: 1rem;
  -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: #fff2b9;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(0 * 2));
  min-height: calc(3.5rem + calc(0 * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 0 solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@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;
  padding-left: 0.75rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.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 {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 0 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.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(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: 0 solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.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;
  border-radius: var(--bs-border-radius-lg);
}

.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;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * 0);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.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(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  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.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, 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);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-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"] {
  --bs-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.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-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(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-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(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.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(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.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(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  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-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, 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);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-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"] {
  --bs-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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-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(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-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(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.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 {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 0;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(1, 2, 2, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-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(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-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(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-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(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #010202;
  --bs-btn-bg: #ffd317;
  --bs-btn-border-color: #ffd317;
  --bs-btn-hover-color: #010202;
  --bs-btn-hover-bg: #ffda3a;
  --bs-btn-hover-border-color: #ffd72e;
  --bs-btn-focus-shadow-rgb: 217, 180, 20;
  --bs-btn-active-color: #010202;
  --bs-btn-active-bg: #ffdc45;
  --bs-btn-active-border-color: #ffd72e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #010202;
  --bs-btn-disabled-bg: #ffd317;
  --bs-btn-disabled-border-color: #ffd317;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #010202;
  --bs-btn-border-color: #010202;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #010202;
  --bs-btn-hover-border-color: #010202;
  --bs-btn-focus-shadow-rgb: 39, 40, 40;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #010202;
  --bs-btn-active-border-color: #010202;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #010202;
  --bs-btn-disabled-border-color: #010202;
}

.btn-tertiary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #323031;
  --bs-btn-border-color: #323031;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2b292a;
  --bs-btn-hover-border-color: #282627;
  --bs-btn-focus-shadow-rgb: 81, 79, 80;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #282627;
  --bs-btn-active-border-color: #262425;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #323031;
  --bs-btn-disabled-border-color: #323031;
}

.btn-grey {
  --bs-btn-color: #010202;
  --bs-btn-bg: #9d9d9d;
  --bs-btn-border-color: #9d9d9d;
  --bs-btn-hover-color: #010202;
  --bs-btn-hover-bg: #acacac;
  --bs-btn-hover-border-color: #a7a7a7;
  --bs-btn-focus-shadow-rgb: 134, 134, 134;
  --bs-btn-active-color: #010202;
  --bs-btn-active-bg: #b1b1b1;
  --bs-btn-active-border-color: #a7a7a7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #010202;
  --bs-btn-disabled-bg: #9d9d9d;
  --bs-btn-disabled-border-color: #9d9d9d;
}

.btn-white {
  --bs-btn-color: #010202;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #010202;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #010202;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #010202;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #010202;
  --bs-btn-border-color: #010202;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #010202;
  --bs-btn-hover-border-color: #010202;
  --bs-btn-focus-shadow-rgb: 39, 40, 40;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #010202;
  --bs-btn-active-border-color: #010202;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #010202;
  --bs-btn-disabled-border-color: #010202;
}

.btn-placeholder {
  --bs-btn-color: #010202;
  --bs-btn-bg: magenta;
  --bs-btn-border-color: magenta;
  --bs-btn-hover-color: #010202;
  --bs-btn-hover-bg: #ff26ff;
  --bs-btn-hover-border-color: #ff1aff;
  --bs-btn-focus-shadow-rgb: 217, 0, 217;
  --bs-btn-active-color: #010202;
  --bs-btn-active-bg: #ff33ff;
  --bs-btn-active-border-color: #ff1aff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #010202;
  --bs-btn-disabled-bg: magenta;
  --bs-btn-disabled-border-color: magenta;
}

.btn-transparent {
  --bs-btn-color: #fff;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(0, 0, 0, 0.15);
  --bs-btn-hover-border-color: rgba(0, 0, 0, 0.2);
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(0, 0, 0, 0.2);
  --bs-btn-active-border-color: rgba(0, 0, 0, 0.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
}

.btn-outline-primary {
  --bs-btn-color: #ffd317;
  --bs-btn-border-color: #ffd317;
  --bs-btn-hover-color: #010202;
  --bs-btn-hover-bg: #ffd317;
  --bs-btn-hover-border-color: #ffd317;
  --bs-btn-focus-shadow-rgb: 255, 211, 23;
  --bs-btn-active-color: #010202;
  --bs-btn-active-bg: #ffd317;
  --bs-btn-active-border-color: #ffd317;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #ffd317;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffd317;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #010202;
  --bs-btn-border-color: #010202;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #010202;
  --bs-btn-hover-border-color: #010202;
  --bs-btn-focus-shadow-rgb: 1, 2, 2;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #010202;
  --bs-btn-active-border-color: #010202;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #010202;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #010202;
  --bs-gradient: none;
}

.btn-outline-tertiary {
  --bs-btn-color: #323031;
  --bs-btn-border-color: #323031;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #323031;
  --bs-btn-hover-border-color: #323031;
  --bs-btn-focus-shadow-rgb: 50, 48, 49;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #323031;
  --bs-btn-active-border-color: #323031;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #323031;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #323031;
  --bs-gradient: none;
}

.btn-outline-grey {
  --bs-btn-color: #9d9d9d;
  --bs-btn-border-color: #9d9d9d;
  --bs-btn-hover-color: #010202;
  --bs-btn-hover-bg: #9d9d9d;
  --bs-btn-hover-border-color: #9d9d9d;
  --bs-btn-focus-shadow-rgb: 157, 157, 157;
  --bs-btn-active-color: #010202;
  --bs-btn-active-bg: #9d9d9d;
  --bs-btn-active-border-color: #9d9d9d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #9d9d9d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #9d9d9d;
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #010202;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #010202;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-outline-black {
  --bs-btn-color: #010202;
  --bs-btn-border-color: #010202;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #010202;
  --bs-btn-hover-border-color: #010202;
  --bs-btn-focus-shadow-rgb: 1, 2, 2;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #010202;
  --bs-btn-active-border-color: #010202;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #010202;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #010202;
  --bs-gradient: none;
}

.btn-outline-placeholder {
  --bs-btn-color: magenta;
  --bs-btn-border-color: magenta;
  --bs-btn-hover-color: #010202;
  --bs-btn-hover-bg: magenta;
  --bs-btn-hover-border-color: magenta;
  --bs-btn-focus-shadow-rgb: 255, 0, 255;
  --bs-btn-active-color: #010202;
  --bs-btn-active-bg: magenta;
  --bs-btn-active-border-color: magenta;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: magenta;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: magenta;
  --bs-gradient: none;
}

.btn-outline-transparent {
  --bs-btn-color: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: transparent;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 217, 180, 20;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-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-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #ffd317;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxl2-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl2-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl2-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl2-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1900px) {
  .dropdown-menu-xxl3-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl3-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl3-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl3-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 2400px) {
  .dropdown-menu-xxl4-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl4-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl4-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl4-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #ffd317;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-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;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * 0);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 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(-1 * 0);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  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(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 211, 23, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #ffd317;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-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(--bs-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-grow: 1;
  flex-basis: 0;
  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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-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%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-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(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-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(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-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(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-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(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-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(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-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: 1200px) {
  .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(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-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(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-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-xxl2 {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl2 .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl2 .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl2 .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl2 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl2 .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl2 .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl2 .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-xxl2 .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl2 .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1900px) {
  .navbar-expand-xxl3 {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl3 .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl3 .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl3 .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl3 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl3 .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl3 .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl3 .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-xxl3 .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl3 .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 2400px) {
  .navbar-expand-xxl4 {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl4 .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl4 .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl4 .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl4 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl4 .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl4 .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl4 .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-xxl4 .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl4 .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(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-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] {
  --bs-navbar-color: #9d9d9d;
  --bs-navbar-hover-color: #fff;
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #ffd317;
  --bs-navbar-brand-color: #ffd317;
  --bs-navbar-brand-hover-color: #ffd317;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-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='%239d9d9d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-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='%239d9d9d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: 0;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: 0;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.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;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-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;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-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;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-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='%23665409' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 211, 23, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@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(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffe574'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffe574'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #ffd317;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.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);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.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 {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #ffd317;
  --bs-list-group-active-border-color: #ffd317;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.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 {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-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(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .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(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .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(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .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(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .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(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .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(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxl2 {
    flex-direction: row;
  }
  .list-group-horizontal-xxl2 > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl2 > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl2 > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl2 > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl2 > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1900px) {
  .list-group-horizontal-xxl3 {
    flex-direction: row;
  }
  .list-group-horizontal-xxl3 > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl3 > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl3 > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl3 > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl3 > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 2400px) {
  .list-group-horizontal-xxl4 {
    flex-direction: row;
  }
  .list-group-horizontal-xxl4 > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl4 > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl4 > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl4 > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl4 > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-tertiary {
  --bs-list-group-color: var(--bs-tertiary-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-text-emphasis);
}

.list-group-item-grey {
  --bs-list-group-color: var(--bs-grey-text-emphasis);
  --bs-list-group-bg: var(--bs-grey-bg-subtle);
  --bs-list-group-border-color: var(--bs-grey-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-grey-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-grey-border-subtle);
  --bs-list-group-active-color: var(--bs-grey-bg-subtle);
  --bs-list-group-active-bg: var(--bs-grey-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-grey-text-emphasis);
}

.list-group-item-white {
  --bs-list-group-color: var(--bs-white-text-emphasis);
  --bs-list-group-bg: var(--bs-white-bg-subtle);
  --bs-list-group-border-color: var(--bs-white-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-white-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-white-border-subtle);
  --bs-list-group-active-color: var(--bs-white-bg-subtle);
  --bs-list-group-active-bg: var(--bs-white-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-white-text-emphasis);
}

.list-group-item-black {
  --bs-list-group-color: var(--bs-black-text-emphasis);
  --bs-list-group-bg: var(--bs-black-bg-subtle);
  --bs-list-group-border-color: var(--bs-black-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-black-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-black-border-subtle);
  --bs-list-group-active-color: var(--bs-black-bg-subtle);
  --bs-list-group-active-bg: var(--bs-black-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-black-text-emphasis);
}

.list-group-item-placeholder {
  --bs-list-group-color: var(--bs-placeholder-text-emphasis);
  --bs-list-group-bg: var(--bs-placeholder-bg-subtle);
  --bs-list-group-border-color: var(--bs-placeholder-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-placeholder-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-placeholder-border-subtle);
  --bs-list-group-active-color: var(--bs-placeholder-bg-subtle);
  --bs-list-group-active-bg: var(--bs-placeholder-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-placeholder-text-emphasis);
}

.list-group-item-transparent {
  --bs-list-group-color: var(--bs-transparent-text-emphasis);
  --bs-list-group-bg: var(--bs-transparent-bg-subtle);
  --bs-list-group-border-color: var(--bs-transparent-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-transparent-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-transparent-border-subtle);
  --bs-list-group-active-color: var(--bs-transparent-bg-subtle);
  --bs-list-group-active-bg: var(--bs-transparent-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-transparent-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #010202;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23010202'%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.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(255, 211, 23, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-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(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #010202;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xxl2-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl2-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl2-down .modal-header,
  .modal-fullscreen-xxl2-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl2-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1899.98px) {
  .modal-fullscreen-xxl3-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl3-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl3-down .modal-header,
  .modal-fullscreen-xxl3-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl3-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 2399.98px) {
  .modal-fullscreen-xxl4-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl4-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl4-down .modal-header,
  .modal-fullscreen-xxl4-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl4-down .modal-body {
    overflow-y: auto;
  }
}
.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;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.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;
  filter: var(--bs-carousel-control-icon-filter);
  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;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 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%;
}

.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 0'/%3e%3c/svg%3e") /*rtl: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-.708'/%3e%3c/svg%3e")*/;
}

.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-.708'/%3e%3c/svg%3e") /*rtl: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 0'/%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: var(--bs-carousel-indicator-active-bg);
  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: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #010202;
  --bs-carousel-caption-color: #010202;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #010202;
  --bs-carousel-caption-color: #010202;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl4, .offcanvas-xxl3, .offcanvas-xxl2, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-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;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-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;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-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;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-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;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1599.98px) {
  .offcanvas-xxl2 {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1599.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl2 {
    transition: none;
  }
}
@media (max-width: 1599.98px) {
  .offcanvas-xxl2.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl2.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl2.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl2.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl2.showing, .offcanvas-xxl2.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl2.showing, .offcanvas-xxl2.hiding, .offcanvas-xxl2.show {
    visibility: visible;
  }
}
@media (min-width: 1600px) {
  .offcanvas-xxl2 {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl2 .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl2 .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1899.98px) {
  .offcanvas-xxl3 {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1899.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl3 {
    transition: none;
  }
}
@media (max-width: 1899.98px) {
  .offcanvas-xxl3.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl3.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl3.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl3.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl3.showing, .offcanvas-xxl3.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl3.showing, .offcanvas-xxl3.hiding, .offcanvas-xxl3.show {
    visibility: visible;
  }
}
@media (min-width: 1900px) {
  .offcanvas-xxl3 {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl3 .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl3 .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 2399.98px) {
  .offcanvas-xxl4 {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 2399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl4 {
    transition: none;
  }
}
@media (max-width: 2399.98px) {
  .offcanvas-xxl4.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl4.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl4.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl4.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl4.showing, .offcanvas-xxl4.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl4.showing, .offcanvas-xxl4.hiding, .offcanvas-xxl4.show {
    visibility: visible;
  }
}
@media (min-width: 2400px) {
  .offcanvas-xxl4 {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl4 .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl4 .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #010202;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-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: 0.6em;
}

.placeholder-sm {
  min-height: 0.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, #010202 55%, rgba(0, 0, 0, 0.8) 75%, #010202 95%);
          mask-image: linear-gradient(130deg, #010202 55%, rgba(0, 0, 0, 0.8) 75%, #010202 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: #010202 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

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

.text-bg-tertiary {
  color: #fff !important;
  background-color: RGBA(var(--bs-tertiary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-grey {
  color: #010202 !important;
  background-color: RGBA(var(--bs-grey-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-white {
  color: #010202 !important;
  background-color: RGBA(var(--bs-white-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-black {
  color: #fff !important;
  background-color: RGBA(var(--bs-black-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-placeholder {
  color: #010202 !important;
  background-color: RGBA(var(--bs-placeholder-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-transparent {
  color: #fff !important;
  background-color: RGBA(var(--bs-transparent-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(255, 220, 69, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 220, 69, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(1, 2, 2, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(1, 2, 2, var(--bs-link-underline-opacity, 1)) !important;
}

.link-tertiary {
  color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary:hover, .link-tertiary:focus {
  color: RGBA(40, 38, 39, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(40, 38, 39, var(--bs-link-underline-opacity, 1)) !important;
}

.link-grey {
  color: RGBA(var(--bs-grey-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-grey-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-grey:hover, .link-grey:focus {
  color: RGBA(177, 177, 177, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(177, 177, 177, var(--bs-link-underline-opacity, 1)) !important;
}

.link-white {
  color: RGBA(var(--bs-white-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-white:hover, .link-white:focus {
  color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-black {
  color: RGBA(var(--bs-black-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-black-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-black:hover, .link-black:focus {
  color: RGBA(1, 2, 2, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(1, 2, 2, var(--bs-link-underline-opacity, 1)) !important;
}

.link-placeholder {
  color: RGBA(var(--bs-placeholder-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-placeholder-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-placeholder:hover, .link-placeholder:focus {
  color: RGBA(255, 51, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 51, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-transparent {
  color: RGBA(var(--bs-transparent-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-transparent-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-transparent:hover, .link-transparent:focus {
  color: RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          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;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

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

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

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

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

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

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

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

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

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

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !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(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* ******************** VALUE MAP GENERATORS ******************** */
/* ******************** UTILITY GROUPS ******************** */
/* ******************** MAIN MAP MERGE ******************** */
[class*=-hover] {
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, text-decoration 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, text-decoration 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
}

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

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

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

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

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

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

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

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

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

.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-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

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

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

.opacity-5 {
  opacity: 0.05 !important;
}

.opacity-5-hover:hover {
  opacity: 0.05 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-10-hover:hover {
  opacity: 0.1 !important;
}

.opacity-15 {
  opacity: 0.15 !important;
}

.opacity-15-hover:hover {
  opacity: 0.15 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-20-hover:hover {
  opacity: 0.2 !important;
}

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

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

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-30-hover:hover {
  opacity: 0.3 !important;
}

.opacity-35 {
  opacity: 0.35 !important;
}

.opacity-35-hover:hover {
  opacity: 0.35 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-40-hover:hover {
  opacity: 0.4 !important;
}

.opacity-45 {
  opacity: 0.45 !important;
}

.opacity-45-hover:hover {
  opacity: 0.45 !important;
}

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

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

.opacity-55 {
  opacity: 0.55 !important;
}

.opacity-55-hover:hover {
  opacity: 0.55 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-60-hover:hover {
  opacity: 0.6 !important;
}

.opacity-65 {
  opacity: 0.65 !important;
}

.opacity-65-hover:hover {
  opacity: 0.65 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-70-hover:hover {
  opacity: 0.7 !important;
}

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

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

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-80-hover:hover {
  opacity: 0.8 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-85-hover:hover {
  opacity: 0.85 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-90-hover:hover {
  opacity: 0.9 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.opacity-95-hover:hover {
  opacity: 0.95 !important;
}

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

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

.opacity-105 {
  opacity: 1.05 !important;
}

.opacity-105-hover:hover {
  opacity: 1.05 !important;
}

.opacity-110 {
  opacity: 1.1 !important;
}

.opacity-110-hover:hover {
  opacity: 1.1 !important;
}

.opacity-115 {
  opacity: 1.15 !important;
}

.opacity-115-hover:hover {
  opacity: 1.15 !important;
}

.opacity-120 {
  opacity: 1.2 !important;
}

.opacity-120-hover:hover {
  opacity: 1.2 !important;
}

.opacity-125 {
  opacity: 1.25 !important;
}

.opacity-125-hover:hover {
  opacity: 1.25 !important;
}

.opacity-130 {
  opacity: 1.3 !important;
}

.opacity-130-hover:hover {
  opacity: 1.3 !important;
}

.opacity-135 {
  opacity: 1.35 !important;
}

.opacity-135-hover:hover {
  opacity: 1.35 !important;
}

.opacity-140 {
  opacity: 1.4 !important;
}

.opacity-140-hover:hover {
  opacity: 1.4 !important;
}

.opacity-145 {
  opacity: 1.45 !important;
}

.opacity-145-hover:hover {
  opacity: 1.45 !important;
}

.opacity-150 {
  opacity: 1.5 !important;
}

.opacity-150-hover:hover {
  opacity: 1.5 !important;
}

.opacity-155 {
  opacity: 1.55 !important;
}

.opacity-155-hover:hover {
  opacity: 1.55 !important;
}

.opacity-160 {
  opacity: 1.6 !important;
}

.opacity-160-hover:hover {
  opacity: 1.6 !important;
}

.opacity-165 {
  opacity: 1.65 !important;
}

.opacity-165-hover:hover {
  opacity: 1.65 !important;
}

.opacity-170 {
  opacity: 1.7 !important;
}

.opacity-170-hover:hover {
  opacity: 1.7 !important;
}

.opacity-175 {
  opacity: 1.75 !important;
}

.opacity-175-hover:hover {
  opacity: 1.75 !important;
}

.opacity-180 {
  opacity: 1.8 !important;
}

.opacity-180-hover:hover {
  opacity: 1.8 !important;
}

.opacity-185 {
  opacity: 1.85 !important;
}

.opacity-185-hover:hover {
  opacity: 1.85 !important;
}

.opacity-190 {
  opacity: 1.9 !important;
}

.opacity-190-hover:hover {
  opacity: 1.9 !important;
}

.opacity-195 {
  opacity: 1.95 !important;
}

.opacity-195-hover:hover {
  opacity: 1.95 !important;
}

.opacity-200 {
  opacity: 2 !important;
}

.opacity-200-hover:hover {
  opacity: 2 !important;
}

.opacity-205 {
  opacity: 2.05 !important;
}

.opacity-205-hover:hover {
  opacity: 2.05 !important;
}

.opacity-210 {
  opacity: 2.1 !important;
}

.opacity-210-hover:hover {
  opacity: 2.1 !important;
}

.opacity-215 {
  opacity: 2.15 !important;
}

.opacity-215-hover:hover {
  opacity: 2.15 !important;
}

.opacity-220 {
  opacity: 2.2 !important;
}

.opacity-220-hover:hover {
  opacity: 2.2 !important;
}

.opacity-225 {
  opacity: 2.25 !important;
}

.opacity-225-hover:hover {
  opacity: 2.25 !important;
}

.opacity-230 {
  opacity: 2.3 !important;
}

.opacity-230-hover:hover {
  opacity: 2.3 !important;
}

.opacity-235 {
  opacity: 2.35 !important;
}

.opacity-235-hover:hover {
  opacity: 2.35 !important;
}

.opacity-240 {
  opacity: 2.4 !important;
}

.opacity-240-hover:hover {
  opacity: 2.4 !important;
}

.opacity-245 {
  opacity: 2.45 !important;
}

.opacity-245-hover:hover {
  opacity: 2.45 !important;
}

.opacity-250 {
  opacity: 2.5 !important;
}

.opacity-250-hover:hover {
  opacity: 2.5 !important;
}

.opacity-255 {
  opacity: 2.55 !important;
}

.opacity-255-hover:hover {
  opacity: 2.55 !important;
}

.opacity-260 {
  opacity: 2.6 !important;
}

.opacity-260-hover:hover {
  opacity: 2.6 !important;
}

.opacity-265 {
  opacity: 2.65 !important;
}

.opacity-265-hover:hover {
  opacity: 2.65 !important;
}

.opacity-270 {
  opacity: 2.7 !important;
}

.opacity-270-hover:hover {
  opacity: 2.7 !important;
}

.opacity-275 {
  opacity: 2.75 !important;
}

.opacity-275-hover:hover {
  opacity: 2.75 !important;
}

.opacity-280 {
  opacity: 2.8 !important;
}

.opacity-280-hover:hover {
  opacity: 2.8 !important;
}

.opacity-285 {
  opacity: 2.85 !important;
}

.opacity-285-hover:hover {
  opacity: 2.85 !important;
}

.opacity-290 {
  opacity: 2.9 !important;
}

.opacity-290-hover:hover {
  opacity: 2.9 !important;
}

.opacity-295 {
  opacity: 2.95 !important;
}

.opacity-295-hover:hover {
  opacity: 2.95 !important;
}

.opacity-300 {
  opacity: 3 !important;
}

.opacity-300-hover:hover {
  opacity: 3 !important;
}

.opacity-305 {
  opacity: 3.05 !important;
}

.opacity-305-hover:hover {
  opacity: 3.05 !important;
}

.opacity-310 {
  opacity: 3.1 !important;
}

.opacity-310-hover:hover {
  opacity: 3.1 !important;
}

.opacity-315 {
  opacity: 3.15 !important;
}

.opacity-315-hover:hover {
  opacity: 3.15 !important;
}

.opacity-320 {
  opacity: 3.2 !important;
}

.opacity-320-hover:hover {
  opacity: 3.2 !important;
}

.opacity-325 {
  opacity: 3.25 !important;
}

.opacity-325-hover:hover {
  opacity: 3.25 !important;
}

.opacity-330 {
  opacity: 3.3 !important;
}

.opacity-330-hover:hover {
  opacity: 3.3 !important;
}

.opacity-335 {
  opacity: 3.35 !important;
}

.opacity-335-hover:hover {
  opacity: 3.35 !important;
}

.opacity-340 {
  opacity: 3.4 !important;
}

.opacity-340-hover:hover {
  opacity: 3.4 !important;
}

.opacity-345 {
  opacity: 3.45 !important;
}

.opacity-345-hover:hover {
  opacity: 3.45 !important;
}

.opacity-350 {
  opacity: 3.5 !important;
}

.opacity-350-hover:hover {
  opacity: 3.5 !important;
}

.opacity-355 {
  opacity: 3.55 !important;
}

.opacity-355-hover:hover {
  opacity: 3.55 !important;
}

.opacity-360 {
  opacity: 3.6 !important;
}

.opacity-360-hover:hover {
  opacity: 3.6 !important;
}

.opacity-365 {
  opacity: 3.65 !important;
}

.opacity-365-hover:hover {
  opacity: 3.65 !important;
}

.opacity-370 {
  opacity: 3.7 !important;
}

.opacity-370-hover:hover {
  opacity: 3.7 !important;
}

.opacity-375 {
  opacity: 3.75 !important;
}

.opacity-375-hover:hover {
  opacity: 3.75 !important;
}

.opacity-380 {
  opacity: 3.8 !important;
}

.opacity-380-hover:hover {
  opacity: 3.8 !important;
}

.opacity-385 {
  opacity: 3.85 !important;
}

.opacity-385-hover:hover {
  opacity: 3.85 !important;
}

.opacity-390 {
  opacity: 3.9 !important;
}

.opacity-390-hover:hover {
  opacity: 3.9 !important;
}

.opacity-395 {
  opacity: 3.95 !important;
}

.opacity-395-hover:hover {
  opacity: 3.95 !important;
}

.opacity-400 {
  opacity: 4 !important;
}

.opacity-400-hover:hover {
  opacity: 4 !important;
}

.opacity-405 {
  opacity: 4.05 !important;
}

.opacity-405-hover:hover {
  opacity: 4.05 !important;
}

.opacity-410 {
  opacity: 4.1 !important;
}

.opacity-410-hover:hover {
  opacity: 4.1 !important;
}

.opacity-415 {
  opacity: 4.15 !important;
}

.opacity-415-hover:hover {
  opacity: 4.15 !important;
}

.opacity-420 {
  opacity: 4.2 !important;
}

.opacity-420-hover:hover {
  opacity: 4.2 !important;
}

.opacity-425 {
  opacity: 4.25 !important;
}

.opacity-425-hover:hover {
  opacity: 4.25 !important;
}

.opacity-430 {
  opacity: 4.3 !important;
}

.opacity-430-hover:hover {
  opacity: 4.3 !important;
}

.opacity-435 {
  opacity: 4.35 !important;
}

.opacity-435-hover:hover {
  opacity: 4.35 !important;
}

.opacity-440 {
  opacity: 4.4 !important;
}

.opacity-440-hover:hover {
  opacity: 4.4 !important;
}

.opacity-445 {
  opacity: 4.45 !important;
}

.opacity-445-hover:hover {
  opacity: 4.45 !important;
}

.opacity-450 {
  opacity: 4.5 !important;
}

.opacity-450-hover:hover {
  opacity: 4.5 !important;
}

.opacity-455 {
  opacity: 4.55 !important;
}

.opacity-455-hover:hover {
  opacity: 4.55 !important;
}

.opacity-460 {
  opacity: 4.6 !important;
}

.opacity-460-hover:hover {
  opacity: 4.6 !important;
}

.opacity-465 {
  opacity: 4.65 !important;
}

.opacity-465-hover:hover {
  opacity: 4.65 !important;
}

.opacity-470 {
  opacity: 4.7 !important;
}

.opacity-470-hover:hover {
  opacity: 4.7 !important;
}

.opacity-475 {
  opacity: 4.75 !important;
}

.opacity-475-hover:hover {
  opacity: 4.75 !important;
}

.opacity-480 {
  opacity: 4.8 !important;
}

.opacity-480-hover:hover {
  opacity: 4.8 !important;
}

.opacity-485 {
  opacity: 4.85 !important;
}

.opacity-485-hover:hover {
  opacity: 4.85 !important;
}

.opacity-490 {
  opacity: 4.9 !important;
}

.opacity-490-hover:hover {
  opacity: 4.9 !important;
}

.opacity-495 {
  opacity: 4.95 !important;
}

.opacity-495-hover:hover {
  opacity: 4.95 !important;
}

.opacity-500 {
  opacity: 5 !important;
}

.opacity-500-hover:hover {
  opacity: 5 !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-clip {
  overflow-x: clip !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-clip {
  overflow-y: clip !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-inline-grid {
  display: inline-grid !important;
}

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-tertiary {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-grey {
  --bs-focus-ring-color: rgba(var(--bs-grey-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-white {
  --bs-focus-ring-color: rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-black {
  --bs-focus-ring-color: rgba(var(--bs-black-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-placeholder {
  --bs-focus-ring-color: rgba(var(--bs-placeholder-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-transparent {
  --bs-focus-ring-color: rgba(var(--bs-transparent-rgb), var(--bs-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: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-n1 {
  top: -1% !important;
}

.top-n2 {
  top: -2% !important;
}

.top-n3 {
  top: -3% !important;
}

.top-n4 {
  top: -4% !important;
}

.top-n5 {
  top: -5% !important;
}

.top-n6 {
  top: -6% !important;
}

.top-n7 {
  top: -7% !important;
}

.top-n8 {
  top: -8% !important;
}

.top-n9 {
  top: -9% !important;
}

.top-n10 {
  top: -10% !important;
}

.top-n11 {
  top: -11% !important;
}

.top-n12 {
  top: -12% !important;
}

.top-n13 {
  top: -13% !important;
}

.top-n14 {
  top: -14% !important;
}

.top-n15 {
  top: -15% !important;
}

.top-n16 {
  top: -16% !important;
}

.top-n17 {
  top: -17% !important;
}

.top-n18 {
  top: -18% !important;
}

.top-n19 {
  top: -19% !important;
}

.top-n20 {
  top: -20% !important;
}

.top-n21 {
  top: -21% !important;
}

.top-n22 {
  top: -22% !important;
}

.top-n23 {
  top: -23% !important;
}

.top-n24 {
  top: -24% !important;
}

.top-n25 {
  top: -25% !important;
}

.top-n26 {
  top: -26% !important;
}

.top-n27 {
  top: -27% !important;
}

.top-n28 {
  top: -28% !important;
}

.top-n29 {
  top: -29% !important;
}

.top-n30 {
  top: -30% !important;
}

.top-n31 {
  top: -31% !important;
}

.top-n32 {
  top: -32% !important;
}

.top-n33 {
  top: -33% !important;
}

.top-n34 {
  top: -34% !important;
}

.top-n35 {
  top: -35% !important;
}

.top-n36 {
  top: -36% !important;
}

.top-n37 {
  top: -37% !important;
}

.top-n38 {
  top: -38% !important;
}

.top-n39 {
  top: -39% !important;
}

.top-n40 {
  top: -40% !important;
}

.top-n41 {
  top: -41% !important;
}

.top-n42 {
  top: -42% !important;
}

.top-n43 {
  top: -43% !important;
}

.top-n44 {
  top: -44% !important;
}

.top-n45 {
  top: -45% !important;
}

.top-n46 {
  top: -46% !important;
}

.top-n47 {
  top: -47% !important;
}

.top-n48 {
  top: -48% !important;
}

.top-n49 {
  top: -49% !important;
}

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

.top-n51 {
  top: -51% !important;
}

.top-n52 {
  top: -52% !important;
}

.top-n53 {
  top: -53% !important;
}

.top-n54 {
  top: -54% !important;
}

.top-n55 {
  top: -55% !important;
}

.top-n56 {
  top: -56% !important;
}

.top-n57 {
  top: -57% !important;
}

.top-n58 {
  top: -58% !important;
}

.top-n59 {
  top: -59% !important;
}

.top-n60 {
  top: -60% !important;
}

.top-n61 {
  top: -61% !important;
}

.top-n62 {
  top: -62% !important;
}

.top-n63 {
  top: -63% !important;
}

.top-n64 {
  top: -64% !important;
}

.top-n65 {
  top: -65% !important;
}

.top-n66 {
  top: -66% !important;
}

.top-n67 {
  top: -67% !important;
}

.top-n68 {
  top: -68% !important;
}

.top-n69 {
  top: -69% !important;
}

.top-n70 {
  top: -70% !important;
}

.top-n71 {
  top: -71% !important;
}

.top-n72 {
  top: -72% !important;
}

.top-n73 {
  top: -73% !important;
}

.top-n74 {
  top: -74% !important;
}

.top-n75 {
  top: -75% !important;
}

.top-n76 {
  top: -76% !important;
}

.top-n77 {
  top: -77% !important;
}

.top-n78 {
  top: -78% !important;
}

.top-n79 {
  top: -79% !important;
}

.top-n80 {
  top: -80% !important;
}

.top-n81 {
  top: -81% !important;
}

.top-n82 {
  top: -82% !important;
}

.top-n83 {
  top: -83% !important;
}

.top-n84 {
  top: -84% !important;
}

.top-n85 {
  top: -85% !important;
}

.top-n86 {
  top: -86% !important;
}

.top-n87 {
  top: -87% !important;
}

.top-n88 {
  top: -88% !important;
}

.top-n89 {
  top: -89% !important;
}

.top-n90 {
  top: -90% !important;
}

.top-n91 {
  top: -91% !important;
}

.top-n92 {
  top: -92% !important;
}

.top-n93 {
  top: -93% !important;
}

.top-n94 {
  top: -94% !important;
}

.top-n95 {
  top: -95% !important;
}

.top-n96 {
  top: -96% !important;
}

.top-n97 {
  top: -97% !important;
}

.top-n98 {
  top: -98% !important;
}

.top-n99 {
  top: -99% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-n1 {
  bottom: -1% !important;
}

.bottom-n2 {
  bottom: -2% !important;
}

.bottom-n3 {
  bottom: -3% !important;
}

.bottom-n4 {
  bottom: -4% !important;
}

.bottom-n5 {
  bottom: -5% !important;
}

.bottom-n6 {
  bottom: -6% !important;
}

.bottom-n7 {
  bottom: -7% !important;
}

.bottom-n8 {
  bottom: -8% !important;
}

.bottom-n9 {
  bottom: -9% !important;
}

.bottom-n10 {
  bottom: -10% !important;
}

.bottom-n11 {
  bottom: -11% !important;
}

.bottom-n12 {
  bottom: -12% !important;
}

.bottom-n13 {
  bottom: -13% !important;
}

.bottom-n14 {
  bottom: -14% !important;
}

.bottom-n15 {
  bottom: -15% !important;
}

.bottom-n16 {
  bottom: -16% !important;
}

.bottom-n17 {
  bottom: -17% !important;
}

.bottom-n18 {
  bottom: -18% !important;
}

.bottom-n19 {
  bottom: -19% !important;
}

.bottom-n20 {
  bottom: -20% !important;
}

.bottom-n21 {
  bottom: -21% !important;
}

.bottom-n22 {
  bottom: -22% !important;
}

.bottom-n23 {
  bottom: -23% !important;
}

.bottom-n24 {
  bottom: -24% !important;
}

.bottom-n25 {
  bottom: -25% !important;
}

.bottom-n26 {
  bottom: -26% !important;
}

.bottom-n27 {
  bottom: -27% !important;
}

.bottom-n28 {
  bottom: -28% !important;
}

.bottom-n29 {
  bottom: -29% !important;
}

.bottom-n30 {
  bottom: -30% !important;
}

.bottom-n31 {
  bottom: -31% !important;
}

.bottom-n32 {
  bottom: -32% !important;
}

.bottom-n33 {
  bottom: -33% !important;
}

.bottom-n34 {
  bottom: -34% !important;
}

.bottom-n35 {
  bottom: -35% !important;
}

.bottom-n36 {
  bottom: -36% !important;
}

.bottom-n37 {
  bottom: -37% !important;
}

.bottom-n38 {
  bottom: -38% !important;
}

.bottom-n39 {
  bottom: -39% !important;
}

.bottom-n40 {
  bottom: -40% !important;
}

.bottom-n41 {
  bottom: -41% !important;
}

.bottom-n42 {
  bottom: -42% !important;
}

.bottom-n43 {
  bottom: -43% !important;
}

.bottom-n44 {
  bottom: -44% !important;
}

.bottom-n45 {
  bottom: -45% !important;
}

.bottom-n46 {
  bottom: -46% !important;
}

.bottom-n47 {
  bottom: -47% !important;
}

.bottom-n48 {
  bottom: -48% !important;
}

.bottom-n49 {
  bottom: -49% !important;
}

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

.bottom-n51 {
  bottom: -51% !important;
}

.bottom-n52 {
  bottom: -52% !important;
}

.bottom-n53 {
  bottom: -53% !important;
}

.bottom-n54 {
  bottom: -54% !important;
}

.bottom-n55 {
  bottom: -55% !important;
}

.bottom-n56 {
  bottom: -56% !important;
}

.bottom-n57 {
  bottom: -57% !important;
}

.bottom-n58 {
  bottom: -58% !important;
}

.bottom-n59 {
  bottom: -59% !important;
}

.bottom-n60 {
  bottom: -60% !important;
}

.bottom-n61 {
  bottom: -61% !important;
}

.bottom-n62 {
  bottom: -62% !important;
}

.bottom-n63 {
  bottom: -63% !important;
}

.bottom-n64 {
  bottom: -64% !important;
}

.bottom-n65 {
  bottom: -65% !important;
}

.bottom-n66 {
  bottom: -66% !important;
}

.bottom-n67 {
  bottom: -67% !important;
}

.bottom-n68 {
  bottom: -68% !important;
}

.bottom-n69 {
  bottom: -69% !important;
}

.bottom-n70 {
  bottom: -70% !important;
}

.bottom-n71 {
  bottom: -71% !important;
}

.bottom-n72 {
  bottom: -72% !important;
}

.bottom-n73 {
  bottom: -73% !important;
}

.bottom-n74 {
  bottom: -74% !important;
}

.bottom-n75 {
  bottom: -75% !important;
}

.bottom-n76 {
  bottom: -76% !important;
}

.bottom-n77 {
  bottom: -77% !important;
}

.bottom-n78 {
  bottom: -78% !important;
}

.bottom-n79 {
  bottom: -79% !important;
}

.bottom-n80 {
  bottom: -80% !important;
}

.bottom-n81 {
  bottom: -81% !important;
}

.bottom-n82 {
  bottom: -82% !important;
}

.bottom-n83 {
  bottom: -83% !important;
}

.bottom-n84 {
  bottom: -84% !important;
}

.bottom-n85 {
  bottom: -85% !important;
}

.bottom-n86 {
  bottom: -86% !important;
}

.bottom-n87 {
  bottom: -87% !important;
}

.bottom-n88 {
  bottom: -88% !important;
}

.bottom-n89 {
  bottom: -89% !important;
}

.bottom-n90 {
  bottom: -90% !important;
}

.bottom-n91 {
  bottom: -91% !important;
}

.bottom-n92 {
  bottom: -92% !important;
}

.bottom-n93 {
  bottom: -93% !important;
}

.bottom-n94 {
  bottom: -94% !important;
}

.bottom-n95 {
  bottom: -95% !important;
}

.bottom-n96 {
  bottom: -96% !important;
}

.bottom-n97 {
  bottom: -97% !important;
}

.bottom-n98 {
  bottom: -98% !important;
}

.bottom-n99 {
  bottom: -99% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.start-n1 {
  left: -1% !important;
}

.start-n2 {
  left: -2% !important;
}

.start-n3 {
  left: -3% !important;
}

.start-n4 {
  left: -4% !important;
}

.start-n5 {
  left: -5% !important;
}

.start-n6 {
  left: -6% !important;
}

.start-n7 {
  left: -7% !important;
}

.start-n8 {
  left: -8% !important;
}

.start-n9 {
  left: -9% !important;
}

.start-n10 {
  left: -10% !important;
}

.start-n11 {
  left: -11% !important;
}

.start-n12 {
  left: -12% !important;
}

.start-n13 {
  left: -13% !important;
}

.start-n14 {
  left: -14% !important;
}

.start-n15 {
  left: -15% !important;
}

.start-n16 {
  left: -16% !important;
}

.start-n17 {
  left: -17% !important;
}

.start-n18 {
  left: -18% !important;
}

.start-n19 {
  left: -19% !important;
}

.start-n20 {
  left: -20% !important;
}

.start-n21 {
  left: -21% !important;
}

.start-n22 {
  left: -22% !important;
}

.start-n23 {
  left: -23% !important;
}

.start-n24 {
  left: -24% !important;
}

.start-n25 {
  left: -25% !important;
}

.start-n26 {
  left: -26% !important;
}

.start-n27 {
  left: -27% !important;
}

.start-n28 {
  left: -28% !important;
}

.start-n29 {
  left: -29% !important;
}

.start-n30 {
  left: -30% !important;
}

.start-n31 {
  left: -31% !important;
}

.start-n32 {
  left: -32% !important;
}

.start-n33 {
  left: -33% !important;
}

.start-n34 {
  left: -34% !important;
}

.start-n35 {
  left: -35% !important;
}

.start-n36 {
  left: -36% !important;
}

.start-n37 {
  left: -37% !important;
}

.start-n38 {
  left: -38% !important;
}

.start-n39 {
  left: -39% !important;
}

.start-n40 {
  left: -40% !important;
}

.start-n41 {
  left: -41% !important;
}

.start-n42 {
  left: -42% !important;
}

.start-n43 {
  left: -43% !important;
}

.start-n44 {
  left: -44% !important;
}

.start-n45 {
  left: -45% !important;
}

.start-n46 {
  left: -46% !important;
}

.start-n47 {
  left: -47% !important;
}

.start-n48 {
  left: -48% !important;
}

.start-n49 {
  left: -49% !important;
}

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

.start-n51 {
  left: -51% !important;
}

.start-n52 {
  left: -52% !important;
}

.start-n53 {
  left: -53% !important;
}

.start-n54 {
  left: -54% !important;
}

.start-n55 {
  left: -55% !important;
}

.start-n56 {
  left: -56% !important;
}

.start-n57 {
  left: -57% !important;
}

.start-n58 {
  left: -58% !important;
}

.start-n59 {
  left: -59% !important;
}

.start-n60 {
  left: -60% !important;
}

.start-n61 {
  left: -61% !important;
}

.start-n62 {
  left: -62% !important;
}

.start-n63 {
  left: -63% !important;
}

.start-n64 {
  left: -64% !important;
}

.start-n65 {
  left: -65% !important;
}

.start-n66 {
  left: -66% !important;
}

.start-n67 {
  left: -67% !important;
}

.start-n68 {
  left: -68% !important;
}

.start-n69 {
  left: -69% !important;
}

.start-n70 {
  left: -70% !important;
}

.start-n71 {
  left: -71% !important;
}

.start-n72 {
  left: -72% !important;
}

.start-n73 {
  left: -73% !important;
}

.start-n74 {
  left: -74% !important;
}

.start-n75 {
  left: -75% !important;
}

.start-n76 {
  left: -76% !important;
}

.start-n77 {
  left: -77% !important;
}

.start-n78 {
  left: -78% !important;
}

.start-n79 {
  left: -79% !important;
}

.start-n80 {
  left: -80% !important;
}

.start-n81 {
  left: -81% !important;
}

.start-n82 {
  left: -82% !important;
}

.start-n83 {
  left: -83% !important;
}

.start-n84 {
  left: -84% !important;
}

.start-n85 {
  left: -85% !important;
}

.start-n86 {
  left: -86% !important;
}

.start-n87 {
  left: -87% !important;
}

.start-n88 {
  left: -88% !important;
}

.start-n89 {
  left: -89% !important;
}

.start-n90 {
  left: -90% !important;
}

.start-n91 {
  left: -91% !important;
}

.start-n92 {
  left: -92% !important;
}

.start-n93 {
  left: -93% !important;
}

.start-n94 {
  left: -94% !important;
}

.start-n95 {
  left: -95% !important;
}

.start-n96 {
  left: -96% !important;
}

.start-n97 {
  left: -97% !important;
}

.start-n98 {
  left: -98% !important;
}

.start-n99 {
  left: -99% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.end-n1 {
  right: -1% !important;
}

.end-n2 {
  right: -2% !important;
}

.end-n3 {
  right: -3% !important;
}

.end-n4 {
  right: -4% !important;
}

.end-n5 {
  right: -5% !important;
}

.end-n6 {
  right: -6% !important;
}

.end-n7 {
  right: -7% !important;
}

.end-n8 {
  right: -8% !important;
}

.end-n9 {
  right: -9% !important;
}

.end-n10 {
  right: -10% !important;
}

.end-n11 {
  right: -11% !important;
}

.end-n12 {
  right: -12% !important;
}

.end-n13 {
  right: -13% !important;
}

.end-n14 {
  right: -14% !important;
}

.end-n15 {
  right: -15% !important;
}

.end-n16 {
  right: -16% !important;
}

.end-n17 {
  right: -17% !important;
}

.end-n18 {
  right: -18% !important;
}

.end-n19 {
  right: -19% !important;
}

.end-n20 {
  right: -20% !important;
}

.end-n21 {
  right: -21% !important;
}

.end-n22 {
  right: -22% !important;
}

.end-n23 {
  right: -23% !important;
}

.end-n24 {
  right: -24% !important;
}

.end-n25 {
  right: -25% !important;
}

.end-n26 {
  right: -26% !important;
}

.end-n27 {
  right: -27% !important;
}

.end-n28 {
  right: -28% !important;
}

.end-n29 {
  right: -29% !important;
}

.end-n30 {
  right: -30% !important;
}

.end-n31 {
  right: -31% !important;
}

.end-n32 {
  right: -32% !important;
}

.end-n33 {
  right: -33% !important;
}

.end-n34 {
  right: -34% !important;
}

.end-n35 {
  right: -35% !important;
}

.end-n36 {
  right: -36% !important;
}

.end-n37 {
  right: -37% !important;
}

.end-n38 {
  right: -38% !important;
}

.end-n39 {
  right: -39% !important;
}

.end-n40 {
  right: -40% !important;
}

.end-n41 {
  right: -41% !important;
}

.end-n42 {
  right: -42% !important;
}

.end-n43 {
  right: -43% !important;
}

.end-n44 {
  right: -44% !important;
}

.end-n45 {
  right: -45% !important;
}

.end-n46 {
  right: -46% !important;
}

.end-n47 {
  right: -47% !important;
}

.end-n48 {
  right: -48% !important;
}

.end-n49 {
  right: -49% !important;
}

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

.end-n51 {
  right: -51% !important;
}

.end-n52 {
  right: -52% !important;
}

.end-n53 {
  right: -53% !important;
}

.end-n54 {
  right: -54% !important;
}

.end-n55 {
  right: -55% !important;
}

.end-n56 {
  right: -56% !important;
}

.end-n57 {
  right: -57% !important;
}

.end-n58 {
  right: -58% !important;
}

.end-n59 {
  right: -59% !important;
}

.end-n60 {
  right: -60% !important;
}

.end-n61 {
  right: -61% !important;
}

.end-n62 {
  right: -62% !important;
}

.end-n63 {
  right: -63% !important;
}

.end-n64 {
  right: -64% !important;
}

.end-n65 {
  right: -65% !important;
}

.end-n66 {
  right: -66% !important;
}

.end-n67 {
  right: -67% !important;
}

.end-n68 {
  right: -68% !important;
}

.end-n69 {
  right: -69% !important;
}

.end-n70 {
  right: -70% !important;
}

.end-n71 {
  right: -71% !important;
}

.end-n72 {
  right: -72% !important;
}

.end-n73 {
  right: -73% !important;
}

.end-n74 {
  right: -74% !important;
}

.end-n75 {
  right: -75% !important;
}

.end-n76 {
  right: -76% !important;
}

.end-n77 {
  right: -77% !important;
}

.end-n78 {
  right: -78% !important;
}

.end-n79 {
  right: -79% !important;
}

.end-n80 {
  right: -80% !important;
}

.end-n81 {
  right: -81% !important;
}

.end-n82 {
  right: -82% !important;
}

.end-n83 {
  right: -83% !important;
}

.end-n84 {
  right: -84% !important;
}

.end-n85 {
  right: -85% !important;
}

.end-n86 {
  right: -86% !important;
}

.end-n87 {
  right: -87% !important;
}

.end-n88 {
  right: -88% !important;
}

.end-n89 {
  right: -89% !important;
}

.end-n90 {
  right: -90% !important;
}

.end-n91 {
  right: -91% !important;
}

.end-n92 {
  right: -92% !important;
}

.end-n93 {
  right: -93% !important;
}

.end-n94 {
  right: -94% !important;
}

.end-n95 {
  right: -95% !important;
}

.end-n96 {
  right: -96% !important;
}

.end-n97 {
  right: -97% !important;
}

.end-n98 {
  right: -98% !important;
}

.end-n99 {
  right: -99% !important;
}

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

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

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

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

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

.translate-middle-none {
  transform: translate(0, 0) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-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 {
  --bs-border-opacity: 0.1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-n1 {
  width: -1% !important;
}

.w-n2 {
  width: -2% !important;
}

.w-n3 {
  width: -3% !important;
}

.w-n4 {
  width: -4% !important;
}

.w-n5 {
  width: -5% !important;
}

.w-n6 {
  width: -6% !important;
}

.w-n7 {
  width: -7% !important;
}

.w-n8 {
  width: -8% !important;
}

.w-n9 {
  width: -9% !important;
}

.w-n10 {
  width: -10% !important;
}

.w-n11 {
  width: -11% !important;
}

.w-n12 {
  width: -12% !important;
}

.w-n13 {
  width: -13% !important;
}

.w-n14 {
  width: -14% !important;
}

.w-n15 {
  width: -15% !important;
}

.w-n16 {
  width: -16% !important;
}

.w-n17 {
  width: -17% !important;
}

.w-n18 {
  width: -18% !important;
}

.w-n19 {
  width: -19% !important;
}

.w-n20 {
  width: -20% !important;
}

.w-n21 {
  width: -21% !important;
}

.w-n22 {
  width: -22% !important;
}

.w-n23 {
  width: -23% !important;
}

.w-n24 {
  width: -24% !important;
}

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

.w-n26 {
  width: -26% !important;
}

.w-n27 {
  width: -27% !important;
}

.w-n28 {
  width: -28% !important;
}

.w-n29 {
  width: -29% !important;
}

.w-n30 {
  width: -30% !important;
}

.w-n31 {
  width: -31% !important;
}

.w-n32 {
  width: -32% !important;
}

.w-n33 {
  width: -33% !important;
}

.w-n34 {
  width: -34% !important;
}

.w-n35 {
  width: -35% !important;
}

.w-n36 {
  width: -36% !important;
}

.w-n37 {
  width: -37% !important;
}

.w-n38 {
  width: -38% !important;
}

.w-n39 {
  width: -39% !important;
}

.w-n40 {
  width: -40% !important;
}

.w-n41 {
  width: -41% !important;
}

.w-n42 {
  width: -42% !important;
}

.w-n43 {
  width: -43% !important;
}

.w-n44 {
  width: -44% !important;
}

.w-n45 {
  width: -45% !important;
}

.w-n46 {
  width: -46% !important;
}

.w-n47 {
  width: -47% !important;
}

.w-n48 {
  width: -48% !important;
}

.w-n49 {
  width: -49% !important;
}

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

.w-n51 {
  width: -51% !important;
}

.w-n52 {
  width: -52% !important;
}

.w-n53 {
  width: -53% !important;
}

.w-n54 {
  width: -54% !important;
}

.w-n55 {
  width: -55% !important;
}

.w-n56 {
  width: -56% !important;
}

.w-n57 {
  width: -57% !important;
}

.w-n58 {
  width: -58% !important;
}

.w-n59 {
  width: -59% !important;
}

.w-n60 {
  width: -60% !important;
}

.w-n61 {
  width: -61% !important;
}

.w-n62 {
  width: -62% !important;
}

.w-n63 {
  width: -63% !important;
}

.w-n64 {
  width: -64% !important;
}

.w-n65 {
  width: -65% !important;
}

.w-n66 {
  width: -66% !important;
}

.w-n67 {
  width: -67% !important;
}

.w-n68 {
  width: -68% !important;
}

.w-n69 {
  width: -69% !important;
}

.w-n70 {
  width: -70% !important;
}

.w-n71 {
  width: -71% !important;
}

.w-n72 {
  width: -72% !important;
}

.w-n73 {
  width: -73% !important;
}

.w-n74 {
  width: -74% !important;
}

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

.w-n76 {
  width: -76% !important;
}

.w-n77 {
  width: -77% !important;
}

.w-n78 {
  width: -78% !important;
}

.w-n79 {
  width: -79% !important;
}

.w-n80 {
  width: -80% !important;
}

.w-n81 {
  width: -81% !important;
}

.w-n82 {
  width: -82% !important;
}

.w-n83 {
  width: -83% !important;
}

.w-n84 {
  width: -84% !important;
}

.w-n85 {
  width: -85% !important;
}

.w-n86 {
  width: -86% !important;
}

.w-n87 {
  width: -87% !important;
}

.w-n88 {
  width: -88% !important;
}

.w-n89 {
  width: -89% !important;
}

.w-n90 {
  width: -90% !important;
}

.w-n91 {
  width: -91% !important;
}

.w-n92 {
  width: -92% !important;
}

.w-n93 {
  width: -93% !important;
}

.w-n94 {
  width: -94% !important;
}

.w-n95 {
  width: -95% !important;
}

.w-n96 {
  width: -96% !important;
}

.w-n97 {
  width: -97% !important;
}

.w-n98 {
  width: -98% !important;
}

.w-n99 {
  width: -99% !important;
}

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

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

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

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

.w-fill {
  width: -webkit-fill-available !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-n1 {
  height: -1% !important;
}

.h-n2 {
  height: -2% !important;
}

.h-n3 {
  height: -3% !important;
}

.h-n4 {
  height: -4% !important;
}

.h-n5 {
  height: -5% !important;
}

.h-n6 {
  height: -6% !important;
}

.h-n7 {
  height: -7% !important;
}

.h-n8 {
  height: -8% !important;
}

.h-n9 {
  height: -9% !important;
}

.h-n10 {
  height: -10% !important;
}

.h-n11 {
  height: -11% !important;
}

.h-n12 {
  height: -12% !important;
}

.h-n13 {
  height: -13% !important;
}

.h-n14 {
  height: -14% !important;
}

.h-n15 {
  height: -15% !important;
}

.h-n16 {
  height: -16% !important;
}

.h-n17 {
  height: -17% !important;
}

.h-n18 {
  height: -18% !important;
}

.h-n19 {
  height: -19% !important;
}

.h-n20 {
  height: -20% !important;
}

.h-n21 {
  height: -21% !important;
}

.h-n22 {
  height: -22% !important;
}

.h-n23 {
  height: -23% !important;
}

.h-n24 {
  height: -24% !important;
}

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

.h-n26 {
  height: -26% !important;
}

.h-n27 {
  height: -27% !important;
}

.h-n28 {
  height: -28% !important;
}

.h-n29 {
  height: -29% !important;
}

.h-n30 {
  height: -30% !important;
}

.h-n31 {
  height: -31% !important;
}

.h-n32 {
  height: -32% !important;
}

.h-n33 {
  height: -33% !important;
}

.h-n34 {
  height: -34% !important;
}

.h-n35 {
  height: -35% !important;
}

.h-n36 {
  height: -36% !important;
}

.h-n37 {
  height: -37% !important;
}

.h-n38 {
  height: -38% !important;
}

.h-n39 {
  height: -39% !important;
}

.h-n40 {
  height: -40% !important;
}

.h-n41 {
  height: -41% !important;
}

.h-n42 {
  height: -42% !important;
}

.h-n43 {
  height: -43% !important;
}

.h-n44 {
  height: -44% !important;
}

.h-n45 {
  height: -45% !important;
}

.h-n46 {
  height: -46% !important;
}

.h-n47 {
  height: -47% !important;
}

.h-n48 {
  height: -48% !important;
}

.h-n49 {
  height: -49% !important;
}

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

.h-n51 {
  height: -51% !important;
}

.h-n52 {
  height: -52% !important;
}

.h-n53 {
  height: -53% !important;
}

.h-n54 {
  height: -54% !important;
}

.h-n55 {
  height: -55% !important;
}

.h-n56 {
  height: -56% !important;
}

.h-n57 {
  height: -57% !important;
}

.h-n58 {
  height: -58% !important;
}

.h-n59 {
  height: -59% !important;
}

.h-n60 {
  height: -60% !important;
}

.h-n61 {
  height: -61% !important;
}

.h-n62 {
  height: -62% !important;
}

.h-n63 {
  height: -63% !important;
}

.h-n64 {
  height: -64% !important;
}

.h-n65 {
  height: -65% !important;
}

.h-n66 {
  height: -66% !important;
}

.h-n67 {
  height: -67% !important;
}

.h-n68 {
  height: -68% !important;
}

.h-n69 {
  height: -69% !important;
}

.h-n70 {
  height: -70% !important;
}

.h-n71 {
  height: -71% !important;
}

.h-n72 {
  height: -72% !important;
}

.h-n73 {
  height: -73% !important;
}

.h-n74 {
  height: -74% !important;
}

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

.h-n76 {
  height: -76% !important;
}

.h-n77 {
  height: -77% !important;
}

.h-n78 {
  height: -78% !important;
}

.h-n79 {
  height: -79% !important;
}

.h-n80 {
  height: -80% !important;
}

.h-n81 {
  height: -81% !important;
}

.h-n82 {
  height: -82% !important;
}

.h-n83 {
  height: -83% !important;
}

.h-n84 {
  height: -84% !important;
}

.h-n85 {
  height: -85% !important;
}

.h-n86 {
  height: -86% !important;
}

.h-n87 {
  height: -87% !important;
}

.h-n88 {
  height: -88% !important;
}

.h-n89 {
  height: -89% !important;
}

.h-n90 {
  height: -90% !important;
}

.h-n91 {
  height: -91% !important;
}

.h-n92 {
  height: -92% !important;
}

.h-n93 {
  height: -93% !important;
}

.h-n94 {
  height: -94% !important;
}

.h-n95 {
  height: -95% !important;
}

.h-n96 {
  height: -96% !important;
}

.h-n97 {
  height: -97% !important;
}

.h-n98 {
  height: -98% !important;
}

.h-n99 {
  height: -99% !important;
}

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

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

.h-fit-content {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.h-max-content {
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}

.h-fill {
  height: -webkit-fill-available !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-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-6 {
  margin: 6rem !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-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !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-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !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-6 {
  margin-top: 6rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 6rem !important;
}

.me-auto {
  margin-right: 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-6 {
  margin-bottom: 6rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 6rem !important;
}

.ms-auto {
  margin-left: 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-n6 {
  margin: -6rem !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-n6 {
  margin-right: -6rem !important;
  margin-left: -6rem !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-n6 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !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-n6 {
  margin-top: -6rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.me-n6 {
  margin-right: -6rem !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-n6 {
  margin-bottom: -6rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.ms-n6 {
  margin-left: -6rem !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-6 {
  padding: 6rem !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-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !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-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !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-6 {
  padding-top: 6rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 6rem !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-6 {
  padding-bottom: 6rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 6rem !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-6 {
  gap: 6rem !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-6 {
  row-gap: 6rem !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-6 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.font-primary {
  font-family: "AvenirNextCondensed", Helvetica, sans-serif !important;
}

.font-primary-heavy {
  font-family: "AvenirNextCondensedHeavy", Helvetica, sans-serif !important;
}

.font-primary-bold-i {
  font-family: "AvenirNextCondensedCond-bold-i", Helvetica, sans-serif !important;
}

.font-secondary-b {
  font-family: "Hawk-Bold", Helvetica, sans-serif !important;
}

.font-secondary-i {
  font-family: "Hawk-Italic", Helvetica, sans-serif !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;
}

.lh-0 {
  line-height: 0 !important;
}

.lh-xxs {
  line-height: 0.5 !important;
}

.lh-xs {
  line-height: 0.75 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.lh-xl {
  line-height: 2.25 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-none-hover:hover {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-underline-hover:hover {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-decoration-line-through-hover:hover {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #ffd317 !important;
}

.text-primary-hover:hover {
  color: #ffd317 !important;
}

.text-secondary {
  color: #010202 !important;
}

.text-secondary-hover:hover {
  color: #010202 !important;
}

.text-tertiary {
  color: #323031 !important;
}

.text-tertiary-hover:hover {
  color: #323031 !important;
}

.text-grey {
  color: #9d9d9d !important;
}

.text-grey-hover:hover {
  color: #9d9d9d !important;
}

.text-white {
  color: #fff !important;
}

.text-white-hover:hover {
  color: #fff !important;
}

.text-black {
  color: #010202 !important;
}

.text-black-hover:hover {
  color: #010202 !important;
}

.text-placeholder {
  color: magenta !important;
}

.text-placeholder-hover:hover {
  color: magenta !important;
}

.text-transparent {
  color: transparent !important;
}

.text-transparent-hover:hover {
  color: transparent !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-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 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-grey {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-grey-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-white {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-white-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-black {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-black-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-placeholder {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-placeholder-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-transparent {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-transparent-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-hover:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-hover:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary-hover:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grey {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grey-hover:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white-hover:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black-hover:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-placeholder {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
}

.bg-placeholder-hover:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-transparent-hover:hover {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-hover:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-bg {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-bg-hover:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-bg {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-bg-hover:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary-bg {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary-bg-hover:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grey-bg {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grey-bg-hover:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-0 {
  --bs-bg-opacity: 0;
}

.bg-opacity-0-hover:hover {
  --bs-bg-opacity: 0;
}

.bg-opacity-5 {
  --bs-bg-opacity: 0.05;
}

.bg-opacity-5-hover:hover {
  --bs-bg-opacity: 0.05;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-10-hover:hover {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-15 {
  --bs-bg-opacity: 0.15;
}

.bg-opacity-15-hover:hover {
  --bs-bg-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-bg-opacity: 0.2;
}

.bg-opacity-20-hover:hover {
  --bs-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-25-hover:hover {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --bs-bg-opacity: 0.3;
}

.bg-opacity-30-hover:hover {
  --bs-bg-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-bg-opacity: 0.35;
}

.bg-opacity-35-hover:hover {
  --bs-bg-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-bg-opacity: 0.4;
}

.bg-opacity-40-hover:hover {
  --bs-bg-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-bg-opacity: 0.45;
}

.bg-opacity-45-hover:hover {
  --bs-bg-opacity: 0.45;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-50-hover:hover {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-55 {
  --bs-bg-opacity: 0.55;
}

.bg-opacity-55-hover:hover {
  --bs-bg-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-bg-opacity: 0.6;
}

.bg-opacity-60-hover:hover {
  --bs-bg-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-bg-opacity: 0.65;
}

.bg-opacity-65-hover:hover {
  --bs-bg-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-bg-opacity: 0.7;
}

.bg-opacity-70-hover:hover {
  --bs-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-75-hover:hover {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --bs-bg-opacity: 0.8;
}

.bg-opacity-80-hover:hover {
  --bs-bg-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-bg-opacity: 0.85;
}

.bg-opacity-85-hover:hover {
  --bs-bg-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-bg-opacity: 0.9;
}

.bg-opacity-90-hover:hover {
  --bs-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-bg-opacity: 0.95;
}

.bg-opacity-95-hover:hover {
  --bs-bg-opacity: 0.95;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-opacity-100-hover:hover {
  --bs-bg-opacity: 1;
}

.bg-opacity-105 {
  --bs-bg-opacity: 1.05;
}

.bg-opacity-105-hover:hover {
  --bs-bg-opacity: 1.05;
}

.bg-opacity-110 {
  --bs-bg-opacity: 1.1;
}

.bg-opacity-110-hover:hover {
  --bs-bg-opacity: 1.1;
}

.bg-opacity-115 {
  --bs-bg-opacity: 1.15;
}

.bg-opacity-115-hover:hover {
  --bs-bg-opacity: 1.15;
}

.bg-opacity-120 {
  --bs-bg-opacity: 1.2;
}

.bg-opacity-120-hover:hover {
  --bs-bg-opacity: 1.2;
}

.bg-opacity-125 {
  --bs-bg-opacity: 1.25;
}

.bg-opacity-125-hover:hover {
  --bs-bg-opacity: 1.25;
}

.bg-opacity-130 {
  --bs-bg-opacity: 1.3;
}

.bg-opacity-130-hover:hover {
  --bs-bg-opacity: 1.3;
}

.bg-opacity-135 {
  --bs-bg-opacity: 1.35;
}

.bg-opacity-135-hover:hover {
  --bs-bg-opacity: 1.35;
}

.bg-opacity-140 {
  --bs-bg-opacity: 1.4;
}

.bg-opacity-140-hover:hover {
  --bs-bg-opacity: 1.4;
}

.bg-opacity-145 {
  --bs-bg-opacity: 1.45;
}

.bg-opacity-145-hover:hover {
  --bs-bg-opacity: 1.45;
}

.bg-opacity-150 {
  --bs-bg-opacity: 1.5;
}

.bg-opacity-150-hover:hover {
  --bs-bg-opacity: 1.5;
}

.bg-opacity-155 {
  --bs-bg-opacity: 1.55;
}

.bg-opacity-155-hover:hover {
  --bs-bg-opacity: 1.55;
}

.bg-opacity-160 {
  --bs-bg-opacity: 1.6;
}

.bg-opacity-160-hover:hover {
  --bs-bg-opacity: 1.6;
}

.bg-opacity-165 {
  --bs-bg-opacity: 1.65;
}

.bg-opacity-165-hover:hover {
  --bs-bg-opacity: 1.65;
}

.bg-opacity-170 {
  --bs-bg-opacity: 1.7;
}

.bg-opacity-170-hover:hover {
  --bs-bg-opacity: 1.7;
}

.bg-opacity-175 {
  --bs-bg-opacity: 1.75;
}

.bg-opacity-175-hover:hover {
  --bs-bg-opacity: 1.75;
}

.bg-opacity-180 {
  --bs-bg-opacity: 1.8;
}

.bg-opacity-180-hover:hover {
  --bs-bg-opacity: 1.8;
}

.bg-opacity-185 {
  --bs-bg-opacity: 1.85;
}

.bg-opacity-185-hover:hover {
  --bs-bg-opacity: 1.85;
}

.bg-opacity-190 {
  --bs-bg-opacity: 1.9;
}

.bg-opacity-190-hover:hover {
  --bs-bg-opacity: 1.9;
}

.bg-opacity-195 {
  --bs-bg-opacity: 1.95;
}

.bg-opacity-195-hover:hover {
  --bs-bg-opacity: 1.95;
}

.bg-opacity-200 {
  --bs-bg-opacity: 2;
}

.bg-opacity-200-hover:hover {
  --bs-bg-opacity: 2;
}

.bg-opacity-205 {
  --bs-bg-opacity: 2.05;
}

.bg-opacity-205-hover:hover {
  --bs-bg-opacity: 2.05;
}

.bg-opacity-210 {
  --bs-bg-opacity: 2.1;
}

.bg-opacity-210-hover:hover {
  --bs-bg-opacity: 2.1;
}

.bg-opacity-215 {
  --bs-bg-opacity: 2.15;
}

.bg-opacity-215-hover:hover {
  --bs-bg-opacity: 2.15;
}

.bg-opacity-220 {
  --bs-bg-opacity: 2.2;
}

.bg-opacity-220-hover:hover {
  --bs-bg-opacity: 2.2;
}

.bg-opacity-225 {
  --bs-bg-opacity: 2.25;
}

.bg-opacity-225-hover:hover {
  --bs-bg-opacity: 2.25;
}

.bg-opacity-230 {
  --bs-bg-opacity: 2.3;
}

.bg-opacity-230-hover:hover {
  --bs-bg-opacity: 2.3;
}

.bg-opacity-235 {
  --bs-bg-opacity: 2.35;
}

.bg-opacity-235-hover:hover {
  --bs-bg-opacity: 2.35;
}

.bg-opacity-240 {
  --bs-bg-opacity: 2.4;
}

.bg-opacity-240-hover:hover {
  --bs-bg-opacity: 2.4;
}

.bg-opacity-245 {
  --bs-bg-opacity: 2.45;
}

.bg-opacity-245-hover:hover {
  --bs-bg-opacity: 2.45;
}

.bg-opacity-250 {
  --bs-bg-opacity: 2.5;
}

.bg-opacity-250-hover:hover {
  --bs-bg-opacity: 2.5;
}

.bg-opacity-255 {
  --bs-bg-opacity: 2.55;
}

.bg-opacity-255-hover:hover {
  --bs-bg-opacity: 2.55;
}

.bg-opacity-260 {
  --bs-bg-opacity: 2.6;
}

.bg-opacity-260-hover:hover {
  --bs-bg-opacity: 2.6;
}

.bg-opacity-265 {
  --bs-bg-opacity: 2.65;
}

.bg-opacity-265-hover:hover {
  --bs-bg-opacity: 2.65;
}

.bg-opacity-270 {
  --bs-bg-opacity: 2.7;
}

.bg-opacity-270-hover:hover {
  --bs-bg-opacity: 2.7;
}

.bg-opacity-275 {
  --bs-bg-opacity: 2.75;
}

.bg-opacity-275-hover:hover {
  --bs-bg-opacity: 2.75;
}

.bg-opacity-280 {
  --bs-bg-opacity: 2.8;
}

.bg-opacity-280-hover:hover {
  --bs-bg-opacity: 2.8;
}

.bg-opacity-285 {
  --bs-bg-opacity: 2.85;
}

.bg-opacity-285-hover:hover {
  --bs-bg-opacity: 2.85;
}

.bg-opacity-290 {
  --bs-bg-opacity: 2.9;
}

.bg-opacity-290-hover:hover {
  --bs-bg-opacity: 2.9;
}

.bg-opacity-295 {
  --bs-bg-opacity: 2.95;
}

.bg-opacity-295-hover:hover {
  --bs-bg-opacity: 2.95;
}

.bg-opacity-300 {
  --bs-bg-opacity: 3;
}

.bg-opacity-300-hover:hover {
  --bs-bg-opacity: 3;
}

.bg-opacity-305 {
  --bs-bg-opacity: 3.05;
}

.bg-opacity-305-hover:hover {
  --bs-bg-opacity: 3.05;
}

.bg-opacity-310 {
  --bs-bg-opacity: 3.1;
}

.bg-opacity-310-hover:hover {
  --bs-bg-opacity: 3.1;
}

.bg-opacity-315 {
  --bs-bg-opacity: 3.15;
}

.bg-opacity-315-hover:hover {
  --bs-bg-opacity: 3.15;
}

.bg-opacity-320 {
  --bs-bg-opacity: 3.2;
}

.bg-opacity-320-hover:hover {
  --bs-bg-opacity: 3.2;
}

.bg-opacity-325 {
  --bs-bg-opacity: 3.25;
}

.bg-opacity-325-hover:hover {
  --bs-bg-opacity: 3.25;
}

.bg-opacity-330 {
  --bs-bg-opacity: 3.3;
}

.bg-opacity-330-hover:hover {
  --bs-bg-opacity: 3.3;
}

.bg-opacity-335 {
  --bs-bg-opacity: 3.35;
}

.bg-opacity-335-hover:hover {
  --bs-bg-opacity: 3.35;
}

.bg-opacity-340 {
  --bs-bg-opacity: 3.4;
}

.bg-opacity-340-hover:hover {
  --bs-bg-opacity: 3.4;
}

.bg-opacity-345 {
  --bs-bg-opacity: 3.45;
}

.bg-opacity-345-hover:hover {
  --bs-bg-opacity: 3.45;
}

.bg-opacity-350 {
  --bs-bg-opacity: 3.5;
}

.bg-opacity-350-hover:hover {
  --bs-bg-opacity: 3.5;
}

.bg-opacity-355 {
  --bs-bg-opacity: 3.55;
}

.bg-opacity-355-hover:hover {
  --bs-bg-opacity: 3.55;
}

.bg-opacity-360 {
  --bs-bg-opacity: 3.6;
}

.bg-opacity-360-hover:hover {
  --bs-bg-opacity: 3.6;
}

.bg-opacity-365 {
  --bs-bg-opacity: 3.65;
}

.bg-opacity-365-hover:hover {
  --bs-bg-opacity: 3.65;
}

.bg-opacity-370 {
  --bs-bg-opacity: 3.7;
}

.bg-opacity-370-hover:hover {
  --bs-bg-opacity: 3.7;
}

.bg-opacity-375 {
  --bs-bg-opacity: 3.75;
}

.bg-opacity-375-hover:hover {
  --bs-bg-opacity: 3.75;
}

.bg-opacity-380 {
  --bs-bg-opacity: 3.8;
}

.bg-opacity-380-hover:hover {
  --bs-bg-opacity: 3.8;
}

.bg-opacity-385 {
  --bs-bg-opacity: 3.85;
}

.bg-opacity-385-hover:hover {
  --bs-bg-opacity: 3.85;
}

.bg-opacity-390 {
  --bs-bg-opacity: 3.9;
}

.bg-opacity-390-hover:hover {
  --bs-bg-opacity: 3.9;
}

.bg-opacity-395 {
  --bs-bg-opacity: 3.95;
}

.bg-opacity-395-hover:hover {
  --bs-bg-opacity: 3.95;
}

.bg-opacity-400 {
  --bs-bg-opacity: 4;
}

.bg-opacity-400-hover:hover {
  --bs-bg-opacity: 4;
}

.bg-opacity-405 {
  --bs-bg-opacity: 4.05;
}

.bg-opacity-405-hover:hover {
  --bs-bg-opacity: 4.05;
}

.bg-opacity-410 {
  --bs-bg-opacity: 4.1;
}

.bg-opacity-410-hover:hover {
  --bs-bg-opacity: 4.1;
}

.bg-opacity-415 {
  --bs-bg-opacity: 4.15;
}

.bg-opacity-415-hover:hover {
  --bs-bg-opacity: 4.15;
}

.bg-opacity-420 {
  --bs-bg-opacity: 4.2;
}

.bg-opacity-420-hover:hover {
  --bs-bg-opacity: 4.2;
}

.bg-opacity-425 {
  --bs-bg-opacity: 4.25;
}

.bg-opacity-425-hover:hover {
  --bs-bg-opacity: 4.25;
}

.bg-opacity-430 {
  --bs-bg-opacity: 4.3;
}

.bg-opacity-430-hover:hover {
  --bs-bg-opacity: 4.3;
}

.bg-opacity-435 {
  --bs-bg-opacity: 4.35;
}

.bg-opacity-435-hover:hover {
  --bs-bg-opacity: 4.35;
}

.bg-opacity-440 {
  --bs-bg-opacity: 4.4;
}

.bg-opacity-440-hover:hover {
  --bs-bg-opacity: 4.4;
}

.bg-opacity-445 {
  --bs-bg-opacity: 4.45;
}

.bg-opacity-445-hover:hover {
  --bs-bg-opacity: 4.45;
}

.bg-opacity-450 {
  --bs-bg-opacity: 4.5;
}

.bg-opacity-450-hover:hover {
  --bs-bg-opacity: 4.5;
}

.bg-opacity-455 {
  --bs-bg-opacity: 4.55;
}

.bg-opacity-455-hover:hover {
  --bs-bg-opacity: 4.55;
}

.bg-opacity-460 {
  --bs-bg-opacity: 4.6;
}

.bg-opacity-460-hover:hover {
  --bs-bg-opacity: 4.6;
}

.bg-opacity-465 {
  --bs-bg-opacity: 4.65;
}

.bg-opacity-465-hover:hover {
  --bs-bg-opacity: 4.65;
}

.bg-opacity-470 {
  --bs-bg-opacity: 4.7;
}

.bg-opacity-470-hover:hover {
  --bs-bg-opacity: 4.7;
}

.bg-opacity-475 {
  --bs-bg-opacity: 4.75;
}

.bg-opacity-475-hover:hover {
  --bs-bg-opacity: 4.75;
}

.bg-opacity-480 {
  --bs-bg-opacity: 4.8;
}

.bg-opacity-480-hover:hover {
  --bs-bg-opacity: 4.8;
}

.bg-opacity-485 {
  --bs-bg-opacity: 4.85;
}

.bg-opacity-485-hover:hover {
  --bs-bg-opacity: 4.85;
}

.bg-opacity-490 {
  --bs-bg-opacity: 4.9;
}

.bg-opacity-490-hover:hover {
  --bs-bg-opacity: 4.9;
}

.bg-opacity-495 {
  --bs-bg-opacity: 4.95;
}

.bg-opacity-495-hover:hover {
  --bs-bg-opacity: 4.95;
}

.bg-opacity-500 {
  --bs-bg-opacity: 5;
}

.bg-opacity-500-hover:hover {
  --bs-bg-opacity: 5;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-6 {
  border-radius: 3rem !important;
}

.rounded-7 {
  border-radius: 4rem !important;
}

.rounded-8 {
  border-radius: 6rem !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top-6 {
  border-top-left-radius: 3rem !important;
  border-top-right-radius: 3rem !important;
}

.rounded-top-7 {
  border-top-left-radius: 4rem !important;
  border-top-right-radius: 4rem !important;
}

.rounded-top-8 {
  border-top-left-radius: 6rem !important;
  border-top-right-radius: 6rem !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end-6 {
  border-top-right-radius: 3rem !important;
  border-bottom-right-radius: 3rem !important;
}

.rounded-end-7 {
  border-top-right-radius: 4rem !important;
  border-bottom-right-radius: 4rem !important;
}

.rounded-end-8 {
  border-top-right-radius: 6rem !important;
  border-bottom-right-radius: 6rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom-6 {
  border-bottom-right-radius: 3rem !important;
  border-bottom-left-radius: 3rem !important;
}

.rounded-bottom-7 {
  border-bottom-right-radius: 4rem !important;
  border-bottom-left-radius: 4rem !important;
}

.rounded-bottom-8 {
  border-bottom-right-radius: 6rem !important;
  border-bottom-left-radius: 6rem !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start-6 {
  border-bottom-left-radius: 3rem !important;
  border-top-left-radius: 3rem !important;
}

.rounded-start-7 {
  border-bottom-left-radius: 4rem !important;
  border-top-left-radius: 4rem !important;
}

.rounded-start-8 {
  border-bottom-left-radius: 6rem !important;
  border-top-left-radius: 6rem !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;
}

.flip-x {
  transform: scaleX(-1) !important;
}

.flip-y {
  transform: scaleY(-1) !important;
}

.scale-1 {
  transform: scale(1.05) !important;
}

.scale-1-hover:hover {
  transform: scale(1.05) !important;
}

.scale-2 {
  transform: scale(1.1) !important;
}

.scale-2-hover:hover {
  transform: scale(1.1) !important;
}

.ls-0 {
  letter-spacing: 0px !important;
}

.ls-1 {
  letter-spacing: 1px !important;
}

.ls-2 {
  letter-spacing: 2px !important;
}

.ls-3 {
  letter-spacing: 3px !important;
}

.ls-4 {
  letter-spacing: 4px !important;
}

.ls-5 {
  letter-spacing: 5px !important;
}

.ls-6 {
  letter-spacing: 6px !important;
}

.ls-7 {
  letter-spacing: 7px !important;
}

.ls-8 {
  letter-spacing: 8px !important;
}

.ls-9 {
  letter-spacing: 9px !important;
}

.ls-10 {
  letter-spacing: 10px !important;
}

.ls-11 {
  letter-spacing: 11px !important;
}

.ls-12 {
  letter-spacing: 12px !important;
}

.ls-13 {
  letter-spacing: 13px !important;
}

.ls-14 {
  letter-spacing: 14px !important;
}

.ls-15 {
  letter-spacing: 15px !important;
}

.cols-1 {
  -moz-columns: 1 !important;
       columns: 1 !important;
}

.cols-2 {
  -moz-columns: 2 !important;
       columns: 2 !important;
}

.cols-3 {
  -moz-columns: 3 !important;
       columns: 3 !important;
}

.cols-4 {
  -moz-columns: 4 !important;
       columns: 4 !important;
}

.cols-5 {
  -moz-columns: 5 !important;
       columns: 5 !important;
}

.cols-6 {
  -moz-columns: 6 !important;
       columns: 6 !important;
}

.cols-7 {
  -moz-columns: 7 !important;
       columns: 7 !important;
}

.cols-8 {
  -moz-columns: 8 !important;
       columns: 8 !important;
}

.cols-9 {
  -moz-columns: 9 !important;
       columns: 9 !important;
}

.cols-10 {
  -moz-columns: 10 !important;
       columns: 10 !important;
}

.cols-11 {
  -moz-columns: 11 !important;
       columns: 11 !important;
}

.cols-12 {
  -moz-columns: 12 !important;
       columns: 12 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !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-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .opacity-sm-0 {
    opacity: 0 !important;
  }
  .opacity-sm-0-hover:hover {
    opacity: 0 !important;
  }
  .opacity-sm-5 {
    opacity: 0.05 !important;
  }
  .opacity-sm-5-hover:hover {
    opacity: 0.05 !important;
  }
  .opacity-sm-10 {
    opacity: 0.1 !important;
  }
  .opacity-sm-10-hover:hover {
    opacity: 0.1 !important;
  }
  .opacity-sm-15 {
    opacity: 0.15 !important;
  }
  .opacity-sm-15-hover:hover {
    opacity: 0.15 !important;
  }
  .opacity-sm-20 {
    opacity: 0.2 !important;
  }
  .opacity-sm-20-hover:hover {
    opacity: 0.2 !important;
  }
  .opacity-sm-25 {
    opacity: 0.25 !important;
  }
  .opacity-sm-25-hover:hover {
    opacity: 0.25 !important;
  }
  .opacity-sm-30 {
    opacity: 0.3 !important;
  }
  .opacity-sm-30-hover:hover {
    opacity: 0.3 !important;
  }
  .opacity-sm-35 {
    opacity: 0.35 !important;
  }
  .opacity-sm-35-hover:hover {
    opacity: 0.35 !important;
  }
  .opacity-sm-40 {
    opacity: 0.4 !important;
  }
  .opacity-sm-40-hover:hover {
    opacity: 0.4 !important;
  }
  .opacity-sm-45 {
    opacity: 0.45 !important;
  }
  .opacity-sm-45-hover:hover {
    opacity: 0.45 !important;
  }
  .opacity-sm-50 {
    opacity: 0.5 !important;
  }
  .opacity-sm-50-hover:hover {
    opacity: 0.5 !important;
  }
  .opacity-sm-55 {
    opacity: 0.55 !important;
  }
  .opacity-sm-55-hover:hover {
    opacity: 0.55 !important;
  }
  .opacity-sm-60 {
    opacity: 0.6 !important;
  }
  .opacity-sm-60-hover:hover {
    opacity: 0.6 !important;
  }
  .opacity-sm-65 {
    opacity: 0.65 !important;
  }
  .opacity-sm-65-hover:hover {
    opacity: 0.65 !important;
  }
  .opacity-sm-70 {
    opacity: 0.7 !important;
  }
  .opacity-sm-70-hover:hover {
    opacity: 0.7 !important;
  }
  .opacity-sm-75 {
    opacity: 0.75 !important;
  }
  .opacity-sm-75-hover:hover {
    opacity: 0.75 !important;
  }
  .opacity-sm-80 {
    opacity: 0.8 !important;
  }
  .opacity-sm-80-hover:hover {
    opacity: 0.8 !important;
  }
  .opacity-sm-85 {
    opacity: 0.85 !important;
  }
  .opacity-sm-85-hover:hover {
    opacity: 0.85 !important;
  }
  .opacity-sm-90 {
    opacity: 0.9 !important;
  }
  .opacity-sm-90-hover:hover {
    opacity: 0.9 !important;
  }
  .opacity-sm-95 {
    opacity: 0.95 !important;
  }
  .opacity-sm-95-hover:hover {
    opacity: 0.95 !important;
  }
  .opacity-sm-100 {
    opacity: 1 !important;
  }
  .opacity-sm-100-hover:hover {
    opacity: 1 !important;
  }
  .opacity-sm-105 {
    opacity: 1.05 !important;
  }
  .opacity-sm-105-hover:hover {
    opacity: 1.05 !important;
  }
  .opacity-sm-110 {
    opacity: 1.1 !important;
  }
  .opacity-sm-110-hover:hover {
    opacity: 1.1 !important;
  }
  .opacity-sm-115 {
    opacity: 1.15 !important;
  }
  .opacity-sm-115-hover:hover {
    opacity: 1.15 !important;
  }
  .opacity-sm-120 {
    opacity: 1.2 !important;
  }
  .opacity-sm-120-hover:hover {
    opacity: 1.2 !important;
  }
  .opacity-sm-125 {
    opacity: 1.25 !important;
  }
  .opacity-sm-125-hover:hover {
    opacity: 1.25 !important;
  }
  .opacity-sm-130 {
    opacity: 1.3 !important;
  }
  .opacity-sm-130-hover:hover {
    opacity: 1.3 !important;
  }
  .opacity-sm-135 {
    opacity: 1.35 !important;
  }
  .opacity-sm-135-hover:hover {
    opacity: 1.35 !important;
  }
  .opacity-sm-140 {
    opacity: 1.4 !important;
  }
  .opacity-sm-140-hover:hover {
    opacity: 1.4 !important;
  }
  .opacity-sm-145 {
    opacity: 1.45 !important;
  }
  .opacity-sm-145-hover:hover {
    opacity: 1.45 !important;
  }
  .opacity-sm-150 {
    opacity: 1.5 !important;
  }
  .opacity-sm-150-hover:hover {
    opacity: 1.5 !important;
  }
  .opacity-sm-155 {
    opacity: 1.55 !important;
  }
  .opacity-sm-155-hover:hover {
    opacity: 1.55 !important;
  }
  .opacity-sm-160 {
    opacity: 1.6 !important;
  }
  .opacity-sm-160-hover:hover {
    opacity: 1.6 !important;
  }
  .opacity-sm-165 {
    opacity: 1.65 !important;
  }
  .opacity-sm-165-hover:hover {
    opacity: 1.65 !important;
  }
  .opacity-sm-170 {
    opacity: 1.7 !important;
  }
  .opacity-sm-170-hover:hover {
    opacity: 1.7 !important;
  }
  .opacity-sm-175 {
    opacity: 1.75 !important;
  }
  .opacity-sm-175-hover:hover {
    opacity: 1.75 !important;
  }
  .opacity-sm-180 {
    opacity: 1.8 !important;
  }
  .opacity-sm-180-hover:hover {
    opacity: 1.8 !important;
  }
  .opacity-sm-185 {
    opacity: 1.85 !important;
  }
  .opacity-sm-185-hover:hover {
    opacity: 1.85 !important;
  }
  .opacity-sm-190 {
    opacity: 1.9 !important;
  }
  .opacity-sm-190-hover:hover {
    opacity: 1.9 !important;
  }
  .opacity-sm-195 {
    opacity: 1.95 !important;
  }
  .opacity-sm-195-hover:hover {
    opacity: 1.95 !important;
  }
  .opacity-sm-200 {
    opacity: 2 !important;
  }
  .opacity-sm-200-hover:hover {
    opacity: 2 !important;
  }
  .opacity-sm-205 {
    opacity: 2.05 !important;
  }
  .opacity-sm-205-hover:hover {
    opacity: 2.05 !important;
  }
  .opacity-sm-210 {
    opacity: 2.1 !important;
  }
  .opacity-sm-210-hover:hover {
    opacity: 2.1 !important;
  }
  .opacity-sm-215 {
    opacity: 2.15 !important;
  }
  .opacity-sm-215-hover:hover {
    opacity: 2.15 !important;
  }
  .opacity-sm-220 {
    opacity: 2.2 !important;
  }
  .opacity-sm-220-hover:hover {
    opacity: 2.2 !important;
  }
  .opacity-sm-225 {
    opacity: 2.25 !important;
  }
  .opacity-sm-225-hover:hover {
    opacity: 2.25 !important;
  }
  .opacity-sm-230 {
    opacity: 2.3 !important;
  }
  .opacity-sm-230-hover:hover {
    opacity: 2.3 !important;
  }
  .opacity-sm-235 {
    opacity: 2.35 !important;
  }
  .opacity-sm-235-hover:hover {
    opacity: 2.35 !important;
  }
  .opacity-sm-240 {
    opacity: 2.4 !important;
  }
  .opacity-sm-240-hover:hover {
    opacity: 2.4 !important;
  }
  .opacity-sm-245 {
    opacity: 2.45 !important;
  }
  .opacity-sm-245-hover:hover {
    opacity: 2.45 !important;
  }
  .opacity-sm-250 {
    opacity: 2.5 !important;
  }
  .opacity-sm-250-hover:hover {
    opacity: 2.5 !important;
  }
  .opacity-sm-255 {
    opacity: 2.55 !important;
  }
  .opacity-sm-255-hover:hover {
    opacity: 2.55 !important;
  }
  .opacity-sm-260 {
    opacity: 2.6 !important;
  }
  .opacity-sm-260-hover:hover {
    opacity: 2.6 !important;
  }
  .opacity-sm-265 {
    opacity: 2.65 !important;
  }
  .opacity-sm-265-hover:hover {
    opacity: 2.65 !important;
  }
  .opacity-sm-270 {
    opacity: 2.7 !important;
  }
  .opacity-sm-270-hover:hover {
    opacity: 2.7 !important;
  }
  .opacity-sm-275 {
    opacity: 2.75 !important;
  }
  .opacity-sm-275-hover:hover {
    opacity: 2.75 !important;
  }
  .opacity-sm-280 {
    opacity: 2.8 !important;
  }
  .opacity-sm-280-hover:hover {
    opacity: 2.8 !important;
  }
  .opacity-sm-285 {
    opacity: 2.85 !important;
  }
  .opacity-sm-285-hover:hover {
    opacity: 2.85 !important;
  }
  .opacity-sm-290 {
    opacity: 2.9 !important;
  }
  .opacity-sm-290-hover:hover {
    opacity: 2.9 !important;
  }
  .opacity-sm-295 {
    opacity: 2.95 !important;
  }
  .opacity-sm-295-hover:hover {
    opacity: 2.95 !important;
  }
  .opacity-sm-300 {
    opacity: 3 !important;
  }
  .opacity-sm-300-hover:hover {
    opacity: 3 !important;
  }
  .opacity-sm-305 {
    opacity: 3.05 !important;
  }
  .opacity-sm-305-hover:hover {
    opacity: 3.05 !important;
  }
  .opacity-sm-310 {
    opacity: 3.1 !important;
  }
  .opacity-sm-310-hover:hover {
    opacity: 3.1 !important;
  }
  .opacity-sm-315 {
    opacity: 3.15 !important;
  }
  .opacity-sm-315-hover:hover {
    opacity: 3.15 !important;
  }
  .opacity-sm-320 {
    opacity: 3.2 !important;
  }
  .opacity-sm-320-hover:hover {
    opacity: 3.2 !important;
  }
  .opacity-sm-325 {
    opacity: 3.25 !important;
  }
  .opacity-sm-325-hover:hover {
    opacity: 3.25 !important;
  }
  .opacity-sm-330 {
    opacity: 3.3 !important;
  }
  .opacity-sm-330-hover:hover {
    opacity: 3.3 !important;
  }
  .opacity-sm-335 {
    opacity: 3.35 !important;
  }
  .opacity-sm-335-hover:hover {
    opacity: 3.35 !important;
  }
  .opacity-sm-340 {
    opacity: 3.4 !important;
  }
  .opacity-sm-340-hover:hover {
    opacity: 3.4 !important;
  }
  .opacity-sm-345 {
    opacity: 3.45 !important;
  }
  .opacity-sm-345-hover:hover {
    opacity: 3.45 !important;
  }
  .opacity-sm-350 {
    opacity: 3.5 !important;
  }
  .opacity-sm-350-hover:hover {
    opacity: 3.5 !important;
  }
  .opacity-sm-355 {
    opacity: 3.55 !important;
  }
  .opacity-sm-355-hover:hover {
    opacity: 3.55 !important;
  }
  .opacity-sm-360 {
    opacity: 3.6 !important;
  }
  .opacity-sm-360-hover:hover {
    opacity: 3.6 !important;
  }
  .opacity-sm-365 {
    opacity: 3.65 !important;
  }
  .opacity-sm-365-hover:hover {
    opacity: 3.65 !important;
  }
  .opacity-sm-370 {
    opacity: 3.7 !important;
  }
  .opacity-sm-370-hover:hover {
    opacity: 3.7 !important;
  }
  .opacity-sm-375 {
    opacity: 3.75 !important;
  }
  .opacity-sm-375-hover:hover {
    opacity: 3.75 !important;
  }
  .opacity-sm-380 {
    opacity: 3.8 !important;
  }
  .opacity-sm-380-hover:hover {
    opacity: 3.8 !important;
  }
  .opacity-sm-385 {
    opacity: 3.85 !important;
  }
  .opacity-sm-385-hover:hover {
    opacity: 3.85 !important;
  }
  .opacity-sm-390 {
    opacity: 3.9 !important;
  }
  .opacity-sm-390-hover:hover {
    opacity: 3.9 !important;
  }
  .opacity-sm-395 {
    opacity: 3.95 !important;
  }
  .opacity-sm-395-hover:hover {
    opacity: 3.95 !important;
  }
  .opacity-sm-400 {
    opacity: 4 !important;
  }
  .opacity-sm-400-hover:hover {
    opacity: 4 !important;
  }
  .opacity-sm-405 {
    opacity: 4.05 !important;
  }
  .opacity-sm-405-hover:hover {
    opacity: 4.05 !important;
  }
  .opacity-sm-410 {
    opacity: 4.1 !important;
  }
  .opacity-sm-410-hover:hover {
    opacity: 4.1 !important;
  }
  .opacity-sm-415 {
    opacity: 4.15 !important;
  }
  .opacity-sm-415-hover:hover {
    opacity: 4.15 !important;
  }
  .opacity-sm-420 {
    opacity: 4.2 !important;
  }
  .opacity-sm-420-hover:hover {
    opacity: 4.2 !important;
  }
  .opacity-sm-425 {
    opacity: 4.25 !important;
  }
  .opacity-sm-425-hover:hover {
    opacity: 4.25 !important;
  }
  .opacity-sm-430 {
    opacity: 4.3 !important;
  }
  .opacity-sm-430-hover:hover {
    opacity: 4.3 !important;
  }
  .opacity-sm-435 {
    opacity: 4.35 !important;
  }
  .opacity-sm-435-hover:hover {
    opacity: 4.35 !important;
  }
  .opacity-sm-440 {
    opacity: 4.4 !important;
  }
  .opacity-sm-440-hover:hover {
    opacity: 4.4 !important;
  }
  .opacity-sm-445 {
    opacity: 4.45 !important;
  }
  .opacity-sm-445-hover:hover {
    opacity: 4.45 !important;
  }
  .opacity-sm-450 {
    opacity: 4.5 !important;
  }
  .opacity-sm-450-hover:hover {
    opacity: 4.5 !important;
  }
  .opacity-sm-455 {
    opacity: 4.55 !important;
  }
  .opacity-sm-455-hover:hover {
    opacity: 4.55 !important;
  }
  .opacity-sm-460 {
    opacity: 4.6 !important;
  }
  .opacity-sm-460-hover:hover {
    opacity: 4.6 !important;
  }
  .opacity-sm-465 {
    opacity: 4.65 !important;
  }
  .opacity-sm-465-hover:hover {
    opacity: 4.65 !important;
  }
  .opacity-sm-470 {
    opacity: 4.7 !important;
  }
  .opacity-sm-470-hover:hover {
    opacity: 4.7 !important;
  }
  .opacity-sm-475 {
    opacity: 4.75 !important;
  }
  .opacity-sm-475-hover:hover {
    opacity: 4.75 !important;
  }
  .opacity-sm-480 {
    opacity: 4.8 !important;
  }
  .opacity-sm-480-hover:hover {
    opacity: 4.8 !important;
  }
  .opacity-sm-485 {
    opacity: 4.85 !important;
  }
  .opacity-sm-485-hover:hover {
    opacity: 4.85 !important;
  }
  .opacity-sm-490 {
    opacity: 4.9 !important;
  }
  .opacity-sm-490-hover:hover {
    opacity: 4.9 !important;
  }
  .opacity-sm-495 {
    opacity: 4.95 !important;
  }
  .opacity-sm-495-hover:hover {
    opacity: 4.95 !important;
  }
  .opacity-sm-500 {
    opacity: 5 !important;
  }
  .opacity-sm-500-hover:hover {
    opacity: 5 !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-inline-grid {
    display: inline-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;
  }
  .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: -webkit-sticky !important;
    position: sticky !important;
  }
  .top-sm-0 {
    top: 0% !important;
  }
  .top-sm-1 {
    top: 1% !important;
  }
  .top-sm-2 {
    top: 2% !important;
  }
  .top-sm-3 {
    top: 3% !important;
  }
  .top-sm-4 {
    top: 4% !important;
  }
  .top-sm-5 {
    top: 5% !important;
  }
  .top-sm-6 {
    top: 6% !important;
  }
  .top-sm-7 {
    top: 7% !important;
  }
  .top-sm-8 {
    top: 8% !important;
  }
  .top-sm-9 {
    top: 9% !important;
  }
  .top-sm-10 {
    top: 10% !important;
  }
  .top-sm-11 {
    top: 11% !important;
  }
  .top-sm-12 {
    top: 12% !important;
  }
  .top-sm-13 {
    top: 13% !important;
  }
  .top-sm-14 {
    top: 14% !important;
  }
  .top-sm-15 {
    top: 15% !important;
  }
  .top-sm-16 {
    top: 16% !important;
  }
  .top-sm-17 {
    top: 17% !important;
  }
  .top-sm-18 {
    top: 18% !important;
  }
  .top-sm-19 {
    top: 19% !important;
  }
  .top-sm-20 {
    top: 20% !important;
  }
  .top-sm-21 {
    top: 21% !important;
  }
  .top-sm-22 {
    top: 22% !important;
  }
  .top-sm-23 {
    top: 23% !important;
  }
  .top-sm-24 {
    top: 24% !important;
  }
  .top-sm-25 {
    top: 25% !important;
  }
  .top-sm-26 {
    top: 26% !important;
  }
  .top-sm-27 {
    top: 27% !important;
  }
  .top-sm-28 {
    top: 28% !important;
  }
  .top-sm-29 {
    top: 29% !important;
  }
  .top-sm-30 {
    top: 30% !important;
  }
  .top-sm-31 {
    top: 31% !important;
  }
  .top-sm-32 {
    top: 32% !important;
  }
  .top-sm-33 {
    top: 33% !important;
  }
  .top-sm-34 {
    top: 34% !important;
  }
  .top-sm-35 {
    top: 35% !important;
  }
  .top-sm-36 {
    top: 36% !important;
  }
  .top-sm-37 {
    top: 37% !important;
  }
  .top-sm-38 {
    top: 38% !important;
  }
  .top-sm-39 {
    top: 39% !important;
  }
  .top-sm-40 {
    top: 40% !important;
  }
  .top-sm-41 {
    top: 41% !important;
  }
  .top-sm-42 {
    top: 42% !important;
  }
  .top-sm-43 {
    top: 43% !important;
  }
  .top-sm-44 {
    top: 44% !important;
  }
  .top-sm-45 {
    top: 45% !important;
  }
  .top-sm-46 {
    top: 46% !important;
  }
  .top-sm-47 {
    top: 47% !important;
  }
  .top-sm-48 {
    top: 48% !important;
  }
  .top-sm-49 {
    top: 49% !important;
  }
  .top-sm-50 {
    top: 50% !important;
  }
  .top-sm-51 {
    top: 51% !important;
  }
  .top-sm-52 {
    top: 52% !important;
  }
  .top-sm-53 {
    top: 53% !important;
  }
  .top-sm-54 {
    top: 54% !important;
  }
  .top-sm-55 {
    top: 55% !important;
  }
  .top-sm-56 {
    top: 56% !important;
  }
  .top-sm-57 {
    top: 57% !important;
  }
  .top-sm-58 {
    top: 58% !important;
  }
  .top-sm-59 {
    top: 59% !important;
  }
  .top-sm-60 {
    top: 60% !important;
  }
  .top-sm-61 {
    top: 61% !important;
  }
  .top-sm-62 {
    top: 62% !important;
  }
  .top-sm-63 {
    top: 63% !important;
  }
  .top-sm-64 {
    top: 64% !important;
  }
  .top-sm-65 {
    top: 65% !important;
  }
  .top-sm-66 {
    top: 66% !important;
  }
  .top-sm-67 {
    top: 67% !important;
  }
  .top-sm-68 {
    top: 68% !important;
  }
  .top-sm-69 {
    top: 69% !important;
  }
  .top-sm-70 {
    top: 70% !important;
  }
  .top-sm-71 {
    top: 71% !important;
  }
  .top-sm-72 {
    top: 72% !important;
  }
  .top-sm-73 {
    top: 73% !important;
  }
  .top-sm-74 {
    top: 74% !important;
  }
  .top-sm-75 {
    top: 75% !important;
  }
  .top-sm-76 {
    top: 76% !important;
  }
  .top-sm-77 {
    top: 77% !important;
  }
  .top-sm-78 {
    top: 78% !important;
  }
  .top-sm-79 {
    top: 79% !important;
  }
  .top-sm-80 {
    top: 80% !important;
  }
  .top-sm-81 {
    top: 81% !important;
  }
  .top-sm-82 {
    top: 82% !important;
  }
  .top-sm-83 {
    top: 83% !important;
  }
  .top-sm-84 {
    top: 84% !important;
  }
  .top-sm-85 {
    top: 85% !important;
  }
  .top-sm-86 {
    top: 86% !important;
  }
  .top-sm-87 {
    top: 87% !important;
  }
  .top-sm-88 {
    top: 88% !important;
  }
  .top-sm-89 {
    top: 89% !important;
  }
  .top-sm-90 {
    top: 90% !important;
  }
  .top-sm-91 {
    top: 91% !important;
  }
  .top-sm-92 {
    top: 92% !important;
  }
  .top-sm-93 {
    top: 93% !important;
  }
  .top-sm-94 {
    top: 94% !important;
  }
  .top-sm-95 {
    top: 95% !important;
  }
  .top-sm-96 {
    top: 96% !important;
  }
  .top-sm-97 {
    top: 97% !important;
  }
  .top-sm-98 {
    top: 98% !important;
  }
  .top-sm-99 {
    top: 99% !important;
  }
  .top-sm-100 {
    top: 100% !important;
  }
  .top-sm-n1 {
    top: -1% !important;
  }
  .top-sm-n2 {
    top: -2% !important;
  }
  .top-sm-n3 {
    top: -3% !important;
  }
  .top-sm-n4 {
    top: -4% !important;
  }
  .top-sm-n5 {
    top: -5% !important;
  }
  .top-sm-n6 {
    top: -6% !important;
  }
  .top-sm-n7 {
    top: -7% !important;
  }
  .top-sm-n8 {
    top: -8% !important;
  }
  .top-sm-n9 {
    top: -9% !important;
  }
  .top-sm-n10 {
    top: -10% !important;
  }
  .top-sm-n11 {
    top: -11% !important;
  }
  .top-sm-n12 {
    top: -12% !important;
  }
  .top-sm-n13 {
    top: -13% !important;
  }
  .top-sm-n14 {
    top: -14% !important;
  }
  .top-sm-n15 {
    top: -15% !important;
  }
  .top-sm-n16 {
    top: -16% !important;
  }
  .top-sm-n17 {
    top: -17% !important;
  }
  .top-sm-n18 {
    top: -18% !important;
  }
  .top-sm-n19 {
    top: -19% !important;
  }
  .top-sm-n20 {
    top: -20% !important;
  }
  .top-sm-n21 {
    top: -21% !important;
  }
  .top-sm-n22 {
    top: -22% !important;
  }
  .top-sm-n23 {
    top: -23% !important;
  }
  .top-sm-n24 {
    top: -24% !important;
  }
  .top-sm-n25 {
    top: -25% !important;
  }
  .top-sm-n26 {
    top: -26% !important;
  }
  .top-sm-n27 {
    top: -27% !important;
  }
  .top-sm-n28 {
    top: -28% !important;
  }
  .top-sm-n29 {
    top: -29% !important;
  }
  .top-sm-n30 {
    top: -30% !important;
  }
  .top-sm-n31 {
    top: -31% !important;
  }
  .top-sm-n32 {
    top: -32% !important;
  }
  .top-sm-n33 {
    top: -33% !important;
  }
  .top-sm-n34 {
    top: -34% !important;
  }
  .top-sm-n35 {
    top: -35% !important;
  }
  .top-sm-n36 {
    top: -36% !important;
  }
  .top-sm-n37 {
    top: -37% !important;
  }
  .top-sm-n38 {
    top: -38% !important;
  }
  .top-sm-n39 {
    top: -39% !important;
  }
  .top-sm-n40 {
    top: -40% !important;
  }
  .top-sm-n41 {
    top: -41% !important;
  }
  .top-sm-n42 {
    top: -42% !important;
  }
  .top-sm-n43 {
    top: -43% !important;
  }
  .top-sm-n44 {
    top: -44% !important;
  }
  .top-sm-n45 {
    top: -45% !important;
  }
  .top-sm-n46 {
    top: -46% !important;
  }
  .top-sm-n47 {
    top: -47% !important;
  }
  .top-sm-n48 {
    top: -48% !important;
  }
  .top-sm-n49 {
    top: -49% !important;
  }
  .top-sm-n50 {
    top: -50% !important;
  }
  .top-sm-n51 {
    top: -51% !important;
  }
  .top-sm-n52 {
    top: -52% !important;
  }
  .top-sm-n53 {
    top: -53% !important;
  }
  .top-sm-n54 {
    top: -54% !important;
  }
  .top-sm-n55 {
    top: -55% !important;
  }
  .top-sm-n56 {
    top: -56% !important;
  }
  .top-sm-n57 {
    top: -57% !important;
  }
  .top-sm-n58 {
    top: -58% !important;
  }
  .top-sm-n59 {
    top: -59% !important;
  }
  .top-sm-n60 {
    top: -60% !important;
  }
  .top-sm-n61 {
    top: -61% !important;
  }
  .top-sm-n62 {
    top: -62% !important;
  }
  .top-sm-n63 {
    top: -63% !important;
  }
  .top-sm-n64 {
    top: -64% !important;
  }
  .top-sm-n65 {
    top: -65% !important;
  }
  .top-sm-n66 {
    top: -66% !important;
  }
  .top-sm-n67 {
    top: -67% !important;
  }
  .top-sm-n68 {
    top: -68% !important;
  }
  .top-sm-n69 {
    top: -69% !important;
  }
  .top-sm-n70 {
    top: -70% !important;
  }
  .top-sm-n71 {
    top: -71% !important;
  }
  .top-sm-n72 {
    top: -72% !important;
  }
  .top-sm-n73 {
    top: -73% !important;
  }
  .top-sm-n74 {
    top: -74% !important;
  }
  .top-sm-n75 {
    top: -75% !important;
  }
  .top-sm-n76 {
    top: -76% !important;
  }
  .top-sm-n77 {
    top: -77% !important;
  }
  .top-sm-n78 {
    top: -78% !important;
  }
  .top-sm-n79 {
    top: -79% !important;
  }
  .top-sm-n80 {
    top: -80% !important;
  }
  .top-sm-n81 {
    top: -81% !important;
  }
  .top-sm-n82 {
    top: -82% !important;
  }
  .top-sm-n83 {
    top: -83% !important;
  }
  .top-sm-n84 {
    top: -84% !important;
  }
  .top-sm-n85 {
    top: -85% !important;
  }
  .top-sm-n86 {
    top: -86% !important;
  }
  .top-sm-n87 {
    top: -87% !important;
  }
  .top-sm-n88 {
    top: -88% !important;
  }
  .top-sm-n89 {
    top: -89% !important;
  }
  .top-sm-n90 {
    top: -90% !important;
  }
  .top-sm-n91 {
    top: -91% !important;
  }
  .top-sm-n92 {
    top: -92% !important;
  }
  .top-sm-n93 {
    top: -93% !important;
  }
  .top-sm-n94 {
    top: -94% !important;
  }
  .top-sm-n95 {
    top: -95% !important;
  }
  .top-sm-n96 {
    top: -96% !important;
  }
  .top-sm-n97 {
    top: -97% !important;
  }
  .top-sm-n98 {
    top: -98% !important;
  }
  .top-sm-n99 {
    top: -99% !important;
  }
  .top-sm-n100 {
    top: -100% !important;
  }
  .top-sm-auto {
    top: auto !important;
  }
  .bottom-sm-0 {
    bottom: 0% !important;
  }
  .bottom-sm-1 {
    bottom: 1% !important;
  }
  .bottom-sm-2 {
    bottom: 2% !important;
  }
  .bottom-sm-3 {
    bottom: 3% !important;
  }
  .bottom-sm-4 {
    bottom: 4% !important;
  }
  .bottom-sm-5 {
    bottom: 5% !important;
  }
  .bottom-sm-6 {
    bottom: 6% !important;
  }
  .bottom-sm-7 {
    bottom: 7% !important;
  }
  .bottom-sm-8 {
    bottom: 8% !important;
  }
  .bottom-sm-9 {
    bottom: 9% !important;
  }
  .bottom-sm-10 {
    bottom: 10% !important;
  }
  .bottom-sm-11 {
    bottom: 11% !important;
  }
  .bottom-sm-12 {
    bottom: 12% !important;
  }
  .bottom-sm-13 {
    bottom: 13% !important;
  }
  .bottom-sm-14 {
    bottom: 14% !important;
  }
  .bottom-sm-15 {
    bottom: 15% !important;
  }
  .bottom-sm-16 {
    bottom: 16% !important;
  }
  .bottom-sm-17 {
    bottom: 17% !important;
  }
  .bottom-sm-18 {
    bottom: 18% !important;
  }
  .bottom-sm-19 {
    bottom: 19% !important;
  }
  .bottom-sm-20 {
    bottom: 20% !important;
  }
  .bottom-sm-21 {
    bottom: 21% !important;
  }
  .bottom-sm-22 {
    bottom: 22% !important;
  }
  .bottom-sm-23 {
    bottom: 23% !important;
  }
  .bottom-sm-24 {
    bottom: 24% !important;
  }
  .bottom-sm-25 {
    bottom: 25% !important;
  }
  .bottom-sm-26 {
    bottom: 26% !important;
  }
  .bottom-sm-27 {
    bottom: 27% !important;
  }
  .bottom-sm-28 {
    bottom: 28% !important;
  }
  .bottom-sm-29 {
    bottom: 29% !important;
  }
  .bottom-sm-30 {
    bottom: 30% !important;
  }
  .bottom-sm-31 {
    bottom: 31% !important;
  }
  .bottom-sm-32 {
    bottom: 32% !important;
  }
  .bottom-sm-33 {
    bottom: 33% !important;
  }
  .bottom-sm-34 {
    bottom: 34% !important;
  }
  .bottom-sm-35 {
    bottom: 35% !important;
  }
  .bottom-sm-36 {
    bottom: 36% !important;
  }
  .bottom-sm-37 {
    bottom: 37% !important;
  }
  .bottom-sm-38 {
    bottom: 38% !important;
  }
  .bottom-sm-39 {
    bottom: 39% !important;
  }
  .bottom-sm-40 {
    bottom: 40% !important;
  }
  .bottom-sm-41 {
    bottom: 41% !important;
  }
  .bottom-sm-42 {
    bottom: 42% !important;
  }
  .bottom-sm-43 {
    bottom: 43% !important;
  }
  .bottom-sm-44 {
    bottom: 44% !important;
  }
  .bottom-sm-45 {
    bottom: 45% !important;
  }
  .bottom-sm-46 {
    bottom: 46% !important;
  }
  .bottom-sm-47 {
    bottom: 47% !important;
  }
  .bottom-sm-48 {
    bottom: 48% !important;
  }
  .bottom-sm-49 {
    bottom: 49% !important;
  }
  .bottom-sm-50 {
    bottom: 50% !important;
  }
  .bottom-sm-51 {
    bottom: 51% !important;
  }
  .bottom-sm-52 {
    bottom: 52% !important;
  }
  .bottom-sm-53 {
    bottom: 53% !important;
  }
  .bottom-sm-54 {
    bottom: 54% !important;
  }
  .bottom-sm-55 {
    bottom: 55% !important;
  }
  .bottom-sm-56 {
    bottom: 56% !important;
  }
  .bottom-sm-57 {
    bottom: 57% !important;
  }
  .bottom-sm-58 {
    bottom: 58% !important;
  }
  .bottom-sm-59 {
    bottom: 59% !important;
  }
  .bottom-sm-60 {
    bottom: 60% !important;
  }
  .bottom-sm-61 {
    bottom: 61% !important;
  }
  .bottom-sm-62 {
    bottom: 62% !important;
  }
  .bottom-sm-63 {
    bottom: 63% !important;
  }
  .bottom-sm-64 {
    bottom: 64% !important;
  }
  .bottom-sm-65 {
    bottom: 65% !important;
  }
  .bottom-sm-66 {
    bottom: 66% !important;
  }
  .bottom-sm-67 {
    bottom: 67% !important;
  }
  .bottom-sm-68 {
    bottom: 68% !important;
  }
  .bottom-sm-69 {
    bottom: 69% !important;
  }
  .bottom-sm-70 {
    bottom: 70% !important;
  }
  .bottom-sm-71 {
    bottom: 71% !important;
  }
  .bottom-sm-72 {
    bottom: 72% !important;
  }
  .bottom-sm-73 {
    bottom: 73% !important;
  }
  .bottom-sm-74 {
    bottom: 74% !important;
  }
  .bottom-sm-75 {
    bottom: 75% !important;
  }
  .bottom-sm-76 {
    bottom: 76% !important;
  }
  .bottom-sm-77 {
    bottom: 77% !important;
  }
  .bottom-sm-78 {
    bottom: 78% !important;
  }
  .bottom-sm-79 {
    bottom: 79% !important;
  }
  .bottom-sm-80 {
    bottom: 80% !important;
  }
  .bottom-sm-81 {
    bottom: 81% !important;
  }
  .bottom-sm-82 {
    bottom: 82% !important;
  }
  .bottom-sm-83 {
    bottom: 83% !important;
  }
  .bottom-sm-84 {
    bottom: 84% !important;
  }
  .bottom-sm-85 {
    bottom: 85% !important;
  }
  .bottom-sm-86 {
    bottom: 86% !important;
  }
  .bottom-sm-87 {
    bottom: 87% !important;
  }
  .bottom-sm-88 {
    bottom: 88% !important;
  }
  .bottom-sm-89 {
    bottom: 89% !important;
  }
  .bottom-sm-90 {
    bottom: 90% !important;
  }
  .bottom-sm-91 {
    bottom: 91% !important;
  }
  .bottom-sm-92 {
    bottom: 92% !important;
  }
  .bottom-sm-93 {
    bottom: 93% !important;
  }
  .bottom-sm-94 {
    bottom: 94% !important;
  }
  .bottom-sm-95 {
    bottom: 95% !important;
  }
  .bottom-sm-96 {
    bottom: 96% !important;
  }
  .bottom-sm-97 {
    bottom: 97% !important;
  }
  .bottom-sm-98 {
    bottom: 98% !important;
  }
  .bottom-sm-99 {
    bottom: 99% !important;
  }
  .bottom-sm-100 {
    bottom: 100% !important;
  }
  .bottom-sm-n1 {
    bottom: -1% !important;
  }
  .bottom-sm-n2 {
    bottom: -2% !important;
  }
  .bottom-sm-n3 {
    bottom: -3% !important;
  }
  .bottom-sm-n4 {
    bottom: -4% !important;
  }
  .bottom-sm-n5 {
    bottom: -5% !important;
  }
  .bottom-sm-n6 {
    bottom: -6% !important;
  }
  .bottom-sm-n7 {
    bottom: -7% !important;
  }
  .bottom-sm-n8 {
    bottom: -8% !important;
  }
  .bottom-sm-n9 {
    bottom: -9% !important;
  }
  .bottom-sm-n10 {
    bottom: -10% !important;
  }
  .bottom-sm-n11 {
    bottom: -11% !important;
  }
  .bottom-sm-n12 {
    bottom: -12% !important;
  }
  .bottom-sm-n13 {
    bottom: -13% !important;
  }
  .bottom-sm-n14 {
    bottom: -14% !important;
  }
  .bottom-sm-n15 {
    bottom: -15% !important;
  }
  .bottom-sm-n16 {
    bottom: -16% !important;
  }
  .bottom-sm-n17 {
    bottom: -17% !important;
  }
  .bottom-sm-n18 {
    bottom: -18% !important;
  }
  .bottom-sm-n19 {
    bottom: -19% !important;
  }
  .bottom-sm-n20 {
    bottom: -20% !important;
  }
  .bottom-sm-n21 {
    bottom: -21% !important;
  }
  .bottom-sm-n22 {
    bottom: -22% !important;
  }
  .bottom-sm-n23 {
    bottom: -23% !important;
  }
  .bottom-sm-n24 {
    bottom: -24% !important;
  }
  .bottom-sm-n25 {
    bottom: -25% !important;
  }
  .bottom-sm-n26 {
    bottom: -26% !important;
  }
  .bottom-sm-n27 {
    bottom: -27% !important;
  }
  .bottom-sm-n28 {
    bottom: -28% !important;
  }
  .bottom-sm-n29 {
    bottom: -29% !important;
  }
  .bottom-sm-n30 {
    bottom: -30% !important;
  }
  .bottom-sm-n31 {
    bottom: -31% !important;
  }
  .bottom-sm-n32 {
    bottom: -32% !important;
  }
  .bottom-sm-n33 {
    bottom: -33% !important;
  }
  .bottom-sm-n34 {
    bottom: -34% !important;
  }
  .bottom-sm-n35 {
    bottom: -35% !important;
  }
  .bottom-sm-n36 {
    bottom: -36% !important;
  }
  .bottom-sm-n37 {
    bottom: -37% !important;
  }
  .bottom-sm-n38 {
    bottom: -38% !important;
  }
  .bottom-sm-n39 {
    bottom: -39% !important;
  }
  .bottom-sm-n40 {
    bottom: -40% !important;
  }
  .bottom-sm-n41 {
    bottom: -41% !important;
  }
  .bottom-sm-n42 {
    bottom: -42% !important;
  }
  .bottom-sm-n43 {
    bottom: -43% !important;
  }
  .bottom-sm-n44 {
    bottom: -44% !important;
  }
  .bottom-sm-n45 {
    bottom: -45% !important;
  }
  .bottom-sm-n46 {
    bottom: -46% !important;
  }
  .bottom-sm-n47 {
    bottom: -47% !important;
  }
  .bottom-sm-n48 {
    bottom: -48% !important;
  }
  .bottom-sm-n49 {
    bottom: -49% !important;
  }
  .bottom-sm-n50 {
    bottom: -50% !important;
  }
  .bottom-sm-n51 {
    bottom: -51% !important;
  }
  .bottom-sm-n52 {
    bottom: -52% !important;
  }
  .bottom-sm-n53 {
    bottom: -53% !important;
  }
  .bottom-sm-n54 {
    bottom: -54% !important;
  }
  .bottom-sm-n55 {
    bottom: -55% !important;
  }
  .bottom-sm-n56 {
    bottom: -56% !important;
  }
  .bottom-sm-n57 {
    bottom: -57% !important;
  }
  .bottom-sm-n58 {
    bottom: -58% !important;
  }
  .bottom-sm-n59 {
    bottom: -59% !important;
  }
  .bottom-sm-n60 {
    bottom: -60% !important;
  }
  .bottom-sm-n61 {
    bottom: -61% !important;
  }
  .bottom-sm-n62 {
    bottom: -62% !important;
  }
  .bottom-sm-n63 {
    bottom: -63% !important;
  }
  .bottom-sm-n64 {
    bottom: -64% !important;
  }
  .bottom-sm-n65 {
    bottom: -65% !important;
  }
  .bottom-sm-n66 {
    bottom: -66% !important;
  }
  .bottom-sm-n67 {
    bottom: -67% !important;
  }
  .bottom-sm-n68 {
    bottom: -68% !important;
  }
  .bottom-sm-n69 {
    bottom: -69% !important;
  }
  .bottom-sm-n70 {
    bottom: -70% !important;
  }
  .bottom-sm-n71 {
    bottom: -71% !important;
  }
  .bottom-sm-n72 {
    bottom: -72% !important;
  }
  .bottom-sm-n73 {
    bottom: -73% !important;
  }
  .bottom-sm-n74 {
    bottom: -74% !important;
  }
  .bottom-sm-n75 {
    bottom: -75% !important;
  }
  .bottom-sm-n76 {
    bottom: -76% !important;
  }
  .bottom-sm-n77 {
    bottom: -77% !important;
  }
  .bottom-sm-n78 {
    bottom: -78% !important;
  }
  .bottom-sm-n79 {
    bottom: -79% !important;
  }
  .bottom-sm-n80 {
    bottom: -80% !important;
  }
  .bottom-sm-n81 {
    bottom: -81% !important;
  }
  .bottom-sm-n82 {
    bottom: -82% !important;
  }
  .bottom-sm-n83 {
    bottom: -83% !important;
  }
  .bottom-sm-n84 {
    bottom: -84% !important;
  }
  .bottom-sm-n85 {
    bottom: -85% !important;
  }
  .bottom-sm-n86 {
    bottom: -86% !important;
  }
  .bottom-sm-n87 {
    bottom: -87% !important;
  }
  .bottom-sm-n88 {
    bottom: -88% !important;
  }
  .bottom-sm-n89 {
    bottom: -89% !important;
  }
  .bottom-sm-n90 {
    bottom: -90% !important;
  }
  .bottom-sm-n91 {
    bottom: -91% !important;
  }
  .bottom-sm-n92 {
    bottom: -92% !important;
  }
  .bottom-sm-n93 {
    bottom: -93% !important;
  }
  .bottom-sm-n94 {
    bottom: -94% !important;
  }
  .bottom-sm-n95 {
    bottom: -95% !important;
  }
  .bottom-sm-n96 {
    bottom: -96% !important;
  }
  .bottom-sm-n97 {
    bottom: -97% !important;
  }
  .bottom-sm-n98 {
    bottom: -98% !important;
  }
  .bottom-sm-n99 {
    bottom: -99% !important;
  }
  .bottom-sm-n100 {
    bottom: -100% !important;
  }
  .bottom-sm-auto {
    bottom: auto !important;
  }
  .start-sm-0 {
    left: 0% !important;
  }
  .start-sm-1 {
    left: 1% !important;
  }
  .start-sm-2 {
    left: 2% !important;
  }
  .start-sm-3 {
    left: 3% !important;
  }
  .start-sm-4 {
    left: 4% !important;
  }
  .start-sm-5 {
    left: 5% !important;
  }
  .start-sm-6 {
    left: 6% !important;
  }
  .start-sm-7 {
    left: 7% !important;
  }
  .start-sm-8 {
    left: 8% !important;
  }
  .start-sm-9 {
    left: 9% !important;
  }
  .start-sm-10 {
    left: 10% !important;
  }
  .start-sm-11 {
    left: 11% !important;
  }
  .start-sm-12 {
    left: 12% !important;
  }
  .start-sm-13 {
    left: 13% !important;
  }
  .start-sm-14 {
    left: 14% !important;
  }
  .start-sm-15 {
    left: 15% !important;
  }
  .start-sm-16 {
    left: 16% !important;
  }
  .start-sm-17 {
    left: 17% !important;
  }
  .start-sm-18 {
    left: 18% !important;
  }
  .start-sm-19 {
    left: 19% !important;
  }
  .start-sm-20 {
    left: 20% !important;
  }
  .start-sm-21 {
    left: 21% !important;
  }
  .start-sm-22 {
    left: 22% !important;
  }
  .start-sm-23 {
    left: 23% !important;
  }
  .start-sm-24 {
    left: 24% !important;
  }
  .start-sm-25 {
    left: 25% !important;
  }
  .start-sm-26 {
    left: 26% !important;
  }
  .start-sm-27 {
    left: 27% !important;
  }
  .start-sm-28 {
    left: 28% !important;
  }
  .start-sm-29 {
    left: 29% !important;
  }
  .start-sm-30 {
    left: 30% !important;
  }
  .start-sm-31 {
    left: 31% !important;
  }
  .start-sm-32 {
    left: 32% !important;
  }
  .start-sm-33 {
    left: 33% !important;
  }
  .start-sm-34 {
    left: 34% !important;
  }
  .start-sm-35 {
    left: 35% !important;
  }
  .start-sm-36 {
    left: 36% !important;
  }
  .start-sm-37 {
    left: 37% !important;
  }
  .start-sm-38 {
    left: 38% !important;
  }
  .start-sm-39 {
    left: 39% !important;
  }
  .start-sm-40 {
    left: 40% !important;
  }
  .start-sm-41 {
    left: 41% !important;
  }
  .start-sm-42 {
    left: 42% !important;
  }
  .start-sm-43 {
    left: 43% !important;
  }
  .start-sm-44 {
    left: 44% !important;
  }
  .start-sm-45 {
    left: 45% !important;
  }
  .start-sm-46 {
    left: 46% !important;
  }
  .start-sm-47 {
    left: 47% !important;
  }
  .start-sm-48 {
    left: 48% !important;
  }
  .start-sm-49 {
    left: 49% !important;
  }
  .start-sm-50 {
    left: 50% !important;
  }
  .start-sm-51 {
    left: 51% !important;
  }
  .start-sm-52 {
    left: 52% !important;
  }
  .start-sm-53 {
    left: 53% !important;
  }
  .start-sm-54 {
    left: 54% !important;
  }
  .start-sm-55 {
    left: 55% !important;
  }
  .start-sm-56 {
    left: 56% !important;
  }
  .start-sm-57 {
    left: 57% !important;
  }
  .start-sm-58 {
    left: 58% !important;
  }
  .start-sm-59 {
    left: 59% !important;
  }
  .start-sm-60 {
    left: 60% !important;
  }
  .start-sm-61 {
    left: 61% !important;
  }
  .start-sm-62 {
    left: 62% !important;
  }
  .start-sm-63 {
    left: 63% !important;
  }
  .start-sm-64 {
    left: 64% !important;
  }
  .start-sm-65 {
    left: 65% !important;
  }
  .start-sm-66 {
    left: 66% !important;
  }
  .start-sm-67 {
    left: 67% !important;
  }
  .start-sm-68 {
    left: 68% !important;
  }
  .start-sm-69 {
    left: 69% !important;
  }
  .start-sm-70 {
    left: 70% !important;
  }
  .start-sm-71 {
    left: 71% !important;
  }
  .start-sm-72 {
    left: 72% !important;
  }
  .start-sm-73 {
    left: 73% !important;
  }
  .start-sm-74 {
    left: 74% !important;
  }
  .start-sm-75 {
    left: 75% !important;
  }
  .start-sm-76 {
    left: 76% !important;
  }
  .start-sm-77 {
    left: 77% !important;
  }
  .start-sm-78 {
    left: 78% !important;
  }
  .start-sm-79 {
    left: 79% !important;
  }
  .start-sm-80 {
    left: 80% !important;
  }
  .start-sm-81 {
    left: 81% !important;
  }
  .start-sm-82 {
    left: 82% !important;
  }
  .start-sm-83 {
    left: 83% !important;
  }
  .start-sm-84 {
    left: 84% !important;
  }
  .start-sm-85 {
    left: 85% !important;
  }
  .start-sm-86 {
    left: 86% !important;
  }
  .start-sm-87 {
    left: 87% !important;
  }
  .start-sm-88 {
    left: 88% !important;
  }
  .start-sm-89 {
    left: 89% !important;
  }
  .start-sm-90 {
    left: 90% !important;
  }
  .start-sm-91 {
    left: 91% !important;
  }
  .start-sm-92 {
    left: 92% !important;
  }
  .start-sm-93 {
    left: 93% !important;
  }
  .start-sm-94 {
    left: 94% !important;
  }
  .start-sm-95 {
    left: 95% !important;
  }
  .start-sm-96 {
    left: 96% !important;
  }
  .start-sm-97 {
    left: 97% !important;
  }
  .start-sm-98 {
    left: 98% !important;
  }
  .start-sm-99 {
    left: 99% !important;
  }
  .start-sm-100 {
    left: 100% !important;
  }
  .start-sm-n1 {
    left: -1% !important;
  }
  .start-sm-n2 {
    left: -2% !important;
  }
  .start-sm-n3 {
    left: -3% !important;
  }
  .start-sm-n4 {
    left: -4% !important;
  }
  .start-sm-n5 {
    left: -5% !important;
  }
  .start-sm-n6 {
    left: -6% !important;
  }
  .start-sm-n7 {
    left: -7% !important;
  }
  .start-sm-n8 {
    left: -8% !important;
  }
  .start-sm-n9 {
    left: -9% !important;
  }
  .start-sm-n10 {
    left: -10% !important;
  }
  .start-sm-n11 {
    left: -11% !important;
  }
  .start-sm-n12 {
    left: -12% !important;
  }
  .start-sm-n13 {
    left: -13% !important;
  }
  .start-sm-n14 {
    left: -14% !important;
  }
  .start-sm-n15 {
    left: -15% !important;
  }
  .start-sm-n16 {
    left: -16% !important;
  }
  .start-sm-n17 {
    left: -17% !important;
  }
  .start-sm-n18 {
    left: -18% !important;
  }
  .start-sm-n19 {
    left: -19% !important;
  }
  .start-sm-n20 {
    left: -20% !important;
  }
  .start-sm-n21 {
    left: -21% !important;
  }
  .start-sm-n22 {
    left: -22% !important;
  }
  .start-sm-n23 {
    left: -23% !important;
  }
  .start-sm-n24 {
    left: -24% !important;
  }
  .start-sm-n25 {
    left: -25% !important;
  }
  .start-sm-n26 {
    left: -26% !important;
  }
  .start-sm-n27 {
    left: -27% !important;
  }
  .start-sm-n28 {
    left: -28% !important;
  }
  .start-sm-n29 {
    left: -29% !important;
  }
  .start-sm-n30 {
    left: -30% !important;
  }
  .start-sm-n31 {
    left: -31% !important;
  }
  .start-sm-n32 {
    left: -32% !important;
  }
  .start-sm-n33 {
    left: -33% !important;
  }
  .start-sm-n34 {
    left: -34% !important;
  }
  .start-sm-n35 {
    left: -35% !important;
  }
  .start-sm-n36 {
    left: -36% !important;
  }
  .start-sm-n37 {
    left: -37% !important;
  }
  .start-sm-n38 {
    left: -38% !important;
  }
  .start-sm-n39 {
    left: -39% !important;
  }
  .start-sm-n40 {
    left: -40% !important;
  }
  .start-sm-n41 {
    left: -41% !important;
  }
  .start-sm-n42 {
    left: -42% !important;
  }
  .start-sm-n43 {
    left: -43% !important;
  }
  .start-sm-n44 {
    left: -44% !important;
  }
  .start-sm-n45 {
    left: -45% !important;
  }
  .start-sm-n46 {
    left: -46% !important;
  }
  .start-sm-n47 {
    left: -47% !important;
  }
  .start-sm-n48 {
    left: -48% !important;
  }
  .start-sm-n49 {
    left: -49% !important;
  }
  .start-sm-n50 {
    left: -50% !important;
  }
  .start-sm-n51 {
    left: -51% !important;
  }
  .start-sm-n52 {
    left: -52% !important;
  }
  .start-sm-n53 {
    left: -53% !important;
  }
  .start-sm-n54 {
    left: -54% !important;
  }
  .start-sm-n55 {
    left: -55% !important;
  }
  .start-sm-n56 {
    left: -56% !important;
  }
  .start-sm-n57 {
    left: -57% !important;
  }
  .start-sm-n58 {
    left: -58% !important;
  }
  .start-sm-n59 {
    left: -59% !important;
  }
  .start-sm-n60 {
    left: -60% !important;
  }
  .start-sm-n61 {
    left: -61% !important;
  }
  .start-sm-n62 {
    left: -62% !important;
  }
  .start-sm-n63 {
    left: -63% !important;
  }
  .start-sm-n64 {
    left: -64% !important;
  }
  .start-sm-n65 {
    left: -65% !important;
  }
  .start-sm-n66 {
    left: -66% !important;
  }
  .start-sm-n67 {
    left: -67% !important;
  }
  .start-sm-n68 {
    left: -68% !important;
  }
  .start-sm-n69 {
    left: -69% !important;
  }
  .start-sm-n70 {
    left: -70% !important;
  }
  .start-sm-n71 {
    left: -71% !important;
  }
  .start-sm-n72 {
    left: -72% !important;
  }
  .start-sm-n73 {
    left: -73% !important;
  }
  .start-sm-n74 {
    left: -74% !important;
  }
  .start-sm-n75 {
    left: -75% !important;
  }
  .start-sm-n76 {
    left: -76% !important;
  }
  .start-sm-n77 {
    left: -77% !important;
  }
  .start-sm-n78 {
    left: -78% !important;
  }
  .start-sm-n79 {
    left: -79% !important;
  }
  .start-sm-n80 {
    left: -80% !important;
  }
  .start-sm-n81 {
    left: -81% !important;
  }
  .start-sm-n82 {
    left: -82% !important;
  }
  .start-sm-n83 {
    left: -83% !important;
  }
  .start-sm-n84 {
    left: -84% !important;
  }
  .start-sm-n85 {
    left: -85% !important;
  }
  .start-sm-n86 {
    left: -86% !important;
  }
  .start-sm-n87 {
    left: -87% !important;
  }
  .start-sm-n88 {
    left: -88% !important;
  }
  .start-sm-n89 {
    left: -89% !important;
  }
  .start-sm-n90 {
    left: -90% !important;
  }
  .start-sm-n91 {
    left: -91% !important;
  }
  .start-sm-n92 {
    left: -92% !important;
  }
  .start-sm-n93 {
    left: -93% !important;
  }
  .start-sm-n94 {
    left: -94% !important;
  }
  .start-sm-n95 {
    left: -95% !important;
  }
  .start-sm-n96 {
    left: -96% !important;
  }
  .start-sm-n97 {
    left: -97% !important;
  }
  .start-sm-n98 {
    left: -98% !important;
  }
  .start-sm-n99 {
    left: -99% !important;
  }
  .start-sm-n100 {
    left: -100% !important;
  }
  .start-sm-auto {
    left: auto !important;
  }
  .end-sm-0 {
    right: 0% !important;
  }
  .end-sm-1 {
    right: 1% !important;
  }
  .end-sm-2 {
    right: 2% !important;
  }
  .end-sm-3 {
    right: 3% !important;
  }
  .end-sm-4 {
    right: 4% !important;
  }
  .end-sm-5 {
    right: 5% !important;
  }
  .end-sm-6 {
    right: 6% !important;
  }
  .end-sm-7 {
    right: 7% !important;
  }
  .end-sm-8 {
    right: 8% !important;
  }
  .end-sm-9 {
    right: 9% !important;
  }
  .end-sm-10 {
    right: 10% !important;
  }
  .end-sm-11 {
    right: 11% !important;
  }
  .end-sm-12 {
    right: 12% !important;
  }
  .end-sm-13 {
    right: 13% !important;
  }
  .end-sm-14 {
    right: 14% !important;
  }
  .end-sm-15 {
    right: 15% !important;
  }
  .end-sm-16 {
    right: 16% !important;
  }
  .end-sm-17 {
    right: 17% !important;
  }
  .end-sm-18 {
    right: 18% !important;
  }
  .end-sm-19 {
    right: 19% !important;
  }
  .end-sm-20 {
    right: 20% !important;
  }
  .end-sm-21 {
    right: 21% !important;
  }
  .end-sm-22 {
    right: 22% !important;
  }
  .end-sm-23 {
    right: 23% !important;
  }
  .end-sm-24 {
    right: 24% !important;
  }
  .end-sm-25 {
    right: 25% !important;
  }
  .end-sm-26 {
    right: 26% !important;
  }
  .end-sm-27 {
    right: 27% !important;
  }
  .end-sm-28 {
    right: 28% !important;
  }
  .end-sm-29 {
    right: 29% !important;
  }
  .end-sm-30 {
    right: 30% !important;
  }
  .end-sm-31 {
    right: 31% !important;
  }
  .end-sm-32 {
    right: 32% !important;
  }
  .end-sm-33 {
    right: 33% !important;
  }
  .end-sm-34 {
    right: 34% !important;
  }
  .end-sm-35 {
    right: 35% !important;
  }
  .end-sm-36 {
    right: 36% !important;
  }
  .end-sm-37 {
    right: 37% !important;
  }
  .end-sm-38 {
    right: 38% !important;
  }
  .end-sm-39 {
    right: 39% !important;
  }
  .end-sm-40 {
    right: 40% !important;
  }
  .end-sm-41 {
    right: 41% !important;
  }
  .end-sm-42 {
    right: 42% !important;
  }
  .end-sm-43 {
    right: 43% !important;
  }
  .end-sm-44 {
    right: 44% !important;
  }
  .end-sm-45 {
    right: 45% !important;
  }
  .end-sm-46 {
    right: 46% !important;
  }
  .end-sm-47 {
    right: 47% !important;
  }
  .end-sm-48 {
    right: 48% !important;
  }
  .end-sm-49 {
    right: 49% !important;
  }
  .end-sm-50 {
    right: 50% !important;
  }
  .end-sm-51 {
    right: 51% !important;
  }
  .end-sm-52 {
    right: 52% !important;
  }
  .end-sm-53 {
    right: 53% !important;
  }
  .end-sm-54 {
    right: 54% !important;
  }
  .end-sm-55 {
    right: 55% !important;
  }
  .end-sm-56 {
    right: 56% !important;
  }
  .end-sm-57 {
    right: 57% !important;
  }
  .end-sm-58 {
    right: 58% !important;
  }
  .end-sm-59 {
    right: 59% !important;
  }
  .end-sm-60 {
    right: 60% !important;
  }
  .end-sm-61 {
    right: 61% !important;
  }
  .end-sm-62 {
    right: 62% !important;
  }
  .end-sm-63 {
    right: 63% !important;
  }
  .end-sm-64 {
    right: 64% !important;
  }
  .end-sm-65 {
    right: 65% !important;
  }
  .end-sm-66 {
    right: 66% !important;
  }
  .end-sm-67 {
    right: 67% !important;
  }
  .end-sm-68 {
    right: 68% !important;
  }
  .end-sm-69 {
    right: 69% !important;
  }
  .end-sm-70 {
    right: 70% !important;
  }
  .end-sm-71 {
    right: 71% !important;
  }
  .end-sm-72 {
    right: 72% !important;
  }
  .end-sm-73 {
    right: 73% !important;
  }
  .end-sm-74 {
    right: 74% !important;
  }
  .end-sm-75 {
    right: 75% !important;
  }
  .end-sm-76 {
    right: 76% !important;
  }
  .end-sm-77 {
    right: 77% !important;
  }
  .end-sm-78 {
    right: 78% !important;
  }
  .end-sm-79 {
    right: 79% !important;
  }
  .end-sm-80 {
    right: 80% !important;
  }
  .end-sm-81 {
    right: 81% !important;
  }
  .end-sm-82 {
    right: 82% !important;
  }
  .end-sm-83 {
    right: 83% !important;
  }
  .end-sm-84 {
    right: 84% !important;
  }
  .end-sm-85 {
    right: 85% !important;
  }
  .end-sm-86 {
    right: 86% !important;
  }
  .end-sm-87 {
    right: 87% !important;
  }
  .end-sm-88 {
    right: 88% !important;
  }
  .end-sm-89 {
    right: 89% !important;
  }
  .end-sm-90 {
    right: 90% !important;
  }
  .end-sm-91 {
    right: 91% !important;
  }
  .end-sm-92 {
    right: 92% !important;
  }
  .end-sm-93 {
    right: 93% !important;
  }
  .end-sm-94 {
    right: 94% !important;
  }
  .end-sm-95 {
    right: 95% !important;
  }
  .end-sm-96 {
    right: 96% !important;
  }
  .end-sm-97 {
    right: 97% !important;
  }
  .end-sm-98 {
    right: 98% !important;
  }
  .end-sm-99 {
    right: 99% !important;
  }
  .end-sm-100 {
    right: 100% !important;
  }
  .end-sm-n1 {
    right: -1% !important;
  }
  .end-sm-n2 {
    right: -2% !important;
  }
  .end-sm-n3 {
    right: -3% !important;
  }
  .end-sm-n4 {
    right: -4% !important;
  }
  .end-sm-n5 {
    right: -5% !important;
  }
  .end-sm-n6 {
    right: -6% !important;
  }
  .end-sm-n7 {
    right: -7% !important;
  }
  .end-sm-n8 {
    right: -8% !important;
  }
  .end-sm-n9 {
    right: -9% !important;
  }
  .end-sm-n10 {
    right: -10% !important;
  }
  .end-sm-n11 {
    right: -11% !important;
  }
  .end-sm-n12 {
    right: -12% !important;
  }
  .end-sm-n13 {
    right: -13% !important;
  }
  .end-sm-n14 {
    right: -14% !important;
  }
  .end-sm-n15 {
    right: -15% !important;
  }
  .end-sm-n16 {
    right: -16% !important;
  }
  .end-sm-n17 {
    right: -17% !important;
  }
  .end-sm-n18 {
    right: -18% !important;
  }
  .end-sm-n19 {
    right: -19% !important;
  }
  .end-sm-n20 {
    right: -20% !important;
  }
  .end-sm-n21 {
    right: -21% !important;
  }
  .end-sm-n22 {
    right: -22% !important;
  }
  .end-sm-n23 {
    right: -23% !important;
  }
  .end-sm-n24 {
    right: -24% !important;
  }
  .end-sm-n25 {
    right: -25% !important;
  }
  .end-sm-n26 {
    right: -26% !important;
  }
  .end-sm-n27 {
    right: -27% !important;
  }
  .end-sm-n28 {
    right: -28% !important;
  }
  .end-sm-n29 {
    right: -29% !important;
  }
  .end-sm-n30 {
    right: -30% !important;
  }
  .end-sm-n31 {
    right: -31% !important;
  }
  .end-sm-n32 {
    right: -32% !important;
  }
  .end-sm-n33 {
    right: -33% !important;
  }
  .end-sm-n34 {
    right: -34% !important;
  }
  .end-sm-n35 {
    right: -35% !important;
  }
  .end-sm-n36 {
    right: -36% !important;
  }
  .end-sm-n37 {
    right: -37% !important;
  }
  .end-sm-n38 {
    right: -38% !important;
  }
  .end-sm-n39 {
    right: -39% !important;
  }
  .end-sm-n40 {
    right: -40% !important;
  }
  .end-sm-n41 {
    right: -41% !important;
  }
  .end-sm-n42 {
    right: -42% !important;
  }
  .end-sm-n43 {
    right: -43% !important;
  }
  .end-sm-n44 {
    right: -44% !important;
  }
  .end-sm-n45 {
    right: -45% !important;
  }
  .end-sm-n46 {
    right: -46% !important;
  }
  .end-sm-n47 {
    right: -47% !important;
  }
  .end-sm-n48 {
    right: -48% !important;
  }
  .end-sm-n49 {
    right: -49% !important;
  }
  .end-sm-n50 {
    right: -50% !important;
  }
  .end-sm-n51 {
    right: -51% !important;
  }
  .end-sm-n52 {
    right: -52% !important;
  }
  .end-sm-n53 {
    right: -53% !important;
  }
  .end-sm-n54 {
    right: -54% !important;
  }
  .end-sm-n55 {
    right: -55% !important;
  }
  .end-sm-n56 {
    right: -56% !important;
  }
  .end-sm-n57 {
    right: -57% !important;
  }
  .end-sm-n58 {
    right: -58% !important;
  }
  .end-sm-n59 {
    right: -59% !important;
  }
  .end-sm-n60 {
    right: -60% !important;
  }
  .end-sm-n61 {
    right: -61% !important;
  }
  .end-sm-n62 {
    right: -62% !important;
  }
  .end-sm-n63 {
    right: -63% !important;
  }
  .end-sm-n64 {
    right: -64% !important;
  }
  .end-sm-n65 {
    right: -65% !important;
  }
  .end-sm-n66 {
    right: -66% !important;
  }
  .end-sm-n67 {
    right: -67% !important;
  }
  .end-sm-n68 {
    right: -68% !important;
  }
  .end-sm-n69 {
    right: -69% !important;
  }
  .end-sm-n70 {
    right: -70% !important;
  }
  .end-sm-n71 {
    right: -71% !important;
  }
  .end-sm-n72 {
    right: -72% !important;
  }
  .end-sm-n73 {
    right: -73% !important;
  }
  .end-sm-n74 {
    right: -74% !important;
  }
  .end-sm-n75 {
    right: -75% !important;
  }
  .end-sm-n76 {
    right: -76% !important;
  }
  .end-sm-n77 {
    right: -77% !important;
  }
  .end-sm-n78 {
    right: -78% !important;
  }
  .end-sm-n79 {
    right: -79% !important;
  }
  .end-sm-n80 {
    right: -80% !important;
  }
  .end-sm-n81 {
    right: -81% !important;
  }
  .end-sm-n82 {
    right: -82% !important;
  }
  .end-sm-n83 {
    right: -83% !important;
  }
  .end-sm-n84 {
    right: -84% !important;
  }
  .end-sm-n85 {
    right: -85% !important;
  }
  .end-sm-n86 {
    right: -86% !important;
  }
  .end-sm-n87 {
    right: -87% !important;
  }
  .end-sm-n88 {
    right: -88% !important;
  }
  .end-sm-n89 {
    right: -89% !important;
  }
  .end-sm-n90 {
    right: -90% !important;
  }
  .end-sm-n91 {
    right: -91% !important;
  }
  .end-sm-n92 {
    right: -92% !important;
  }
  .end-sm-n93 {
    right: -93% !important;
  }
  .end-sm-n94 {
    right: -94% !important;
  }
  .end-sm-n95 {
    right: -95% !important;
  }
  .end-sm-n96 {
    right: -96% !important;
  }
  .end-sm-n97 {
    right: -97% !important;
  }
  .end-sm-n98 {
    right: -98% !important;
  }
  .end-sm-n99 {
    right: -99% !important;
  }
  .end-sm-n100 {
    right: -100% !important;
  }
  .end-sm-auto {
    right: auto !important;
  }
  .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-sm-y {
    transform: translateY(-50%) !important;
  }
  .translate-middle-sm-none {
    transform: translate(0, 0) !important;
  }
  .border-sm {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-top-sm {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  .border-end-sm {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-sm-0 {
    border-right: 0 !important;
  }
  .border-bottom-sm {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  .border-start-sm {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-sm-0 {
    border-left: 0 !important;
  }
  .border-sm-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-tertiary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-grey {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-grey-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-placeholder {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-placeholder-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-transparent {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-transparent-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-1 {
    border-width: 1px !important;
  }
  .border-sm-2 {
    border-width: 2px !important;
  }
  .border-sm-3 {
    border-width: 3px !important;
  }
  .border-sm-4 {
    border-width: 4px !important;
  }
  .border-sm-5 {
    border-width: 5px !important;
  }
  .w-sm-0 {
    width: 0% !important;
  }
  .w-sm-1 {
    width: 1% !important;
  }
  .w-sm-2 {
    width: 2% !important;
  }
  .w-sm-3 {
    width: 3% !important;
  }
  .w-sm-4 {
    width: 4% !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-6 {
    width: 6% !important;
  }
  .w-sm-7 {
    width: 7% !important;
  }
  .w-sm-8 {
    width: 8% !important;
  }
  .w-sm-9 {
    width: 9% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-11 {
    width: 11% !important;
  }
  .w-sm-12 {
    width: 12% !important;
  }
  .w-sm-13 {
    width: 13% !important;
  }
  .w-sm-14 {
    width: 14% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-16 {
    width: 16% !important;
  }
  .w-sm-17 {
    width: 17% !important;
  }
  .w-sm-18 {
    width: 18% !important;
  }
  .w-sm-19 {
    width: 19% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-21 {
    width: 21% !important;
  }
  .w-sm-22 {
    width: 22% !important;
  }
  .w-sm-23 {
    width: 23% !important;
  }
  .w-sm-24 {
    width: 24% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-26 {
    width: 26% !important;
  }
  .w-sm-27 {
    width: 27% !important;
  }
  .w-sm-28 {
    width: 28% !important;
  }
  .w-sm-29 {
    width: 29% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-31 {
    width: 31% !important;
  }
  .w-sm-32 {
    width: 32% !important;
  }
  .w-sm-33 {
    width: 33% !important;
  }
  .w-sm-34 {
    width: 34% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-36 {
    width: 36% !important;
  }
  .w-sm-37 {
    width: 37% !important;
  }
  .w-sm-38 {
    width: 38% !important;
  }
  .w-sm-39 {
    width: 39% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-41 {
    width: 41% !important;
  }
  .w-sm-42 {
    width: 42% !important;
  }
  .w-sm-43 {
    width: 43% !important;
  }
  .w-sm-44 {
    width: 44% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-46 {
    width: 46% !important;
  }
  .w-sm-47 {
    width: 47% !important;
  }
  .w-sm-48 {
    width: 48% !important;
  }
  .w-sm-49 {
    width: 49% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-51 {
    width: 51% !important;
  }
  .w-sm-52 {
    width: 52% !important;
  }
  .w-sm-53 {
    width: 53% !important;
  }
  .w-sm-54 {
    width: 54% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-56 {
    width: 56% !important;
  }
  .w-sm-57 {
    width: 57% !important;
  }
  .w-sm-58 {
    width: 58% !important;
  }
  .w-sm-59 {
    width: 59% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-61 {
    width: 61% !important;
  }
  .w-sm-62 {
    width: 62% !important;
  }
  .w-sm-63 {
    width: 63% !important;
  }
  .w-sm-64 {
    width: 64% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-66 {
    width: 66% !important;
  }
  .w-sm-67 {
    width: 67% !important;
  }
  .w-sm-68 {
    width: 68% !important;
  }
  .w-sm-69 {
    width: 69% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-71 {
    width: 71% !important;
  }
  .w-sm-72 {
    width: 72% !important;
  }
  .w-sm-73 {
    width: 73% !important;
  }
  .w-sm-74 {
    width: 74% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-76 {
    width: 76% !important;
  }
  .w-sm-77 {
    width: 77% !important;
  }
  .w-sm-78 {
    width: 78% !important;
  }
  .w-sm-79 {
    width: 79% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-81 {
    width: 81% !important;
  }
  .w-sm-82 {
    width: 82% !important;
  }
  .w-sm-83 {
    width: 83% !important;
  }
  .w-sm-84 {
    width: 84% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-86 {
    width: 86% !important;
  }
  .w-sm-87 {
    width: 87% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-89 {
    width: 89% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-91 {
    width: 91% !important;
  }
  .w-sm-92 {
    width: 92% !important;
  }
  .w-sm-93 {
    width: 93% !important;
  }
  .w-sm-94 {
    width: 94% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-96 {
    width: 96% !important;
  }
  .w-sm-97 {
    width: 97% !important;
  }
  .w-sm-98 {
    width: 98% !important;
  }
  .w-sm-99 {
    width: 99% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-n1 {
    width: -1% !important;
  }
  .w-sm-n2 {
    width: -2% !important;
  }
  .w-sm-n3 {
    width: -3% !important;
  }
  .w-sm-n4 {
    width: -4% !important;
  }
  .w-sm-n5 {
    width: -5% !important;
  }
  .w-sm-n6 {
    width: -6% !important;
  }
  .w-sm-n7 {
    width: -7% !important;
  }
  .w-sm-n8 {
    width: -8% !important;
  }
  .w-sm-n9 {
    width: -9% !important;
  }
  .w-sm-n10 {
    width: -10% !important;
  }
  .w-sm-n11 {
    width: -11% !important;
  }
  .w-sm-n12 {
    width: -12% !important;
  }
  .w-sm-n13 {
    width: -13% !important;
  }
  .w-sm-n14 {
    width: -14% !important;
  }
  .w-sm-n15 {
    width: -15% !important;
  }
  .w-sm-n16 {
    width: -16% !important;
  }
  .w-sm-n17 {
    width: -17% !important;
  }
  .w-sm-n18 {
    width: -18% !important;
  }
  .w-sm-n19 {
    width: -19% !important;
  }
  .w-sm-n20 {
    width: -20% !important;
  }
  .w-sm-n21 {
    width: -21% !important;
  }
  .w-sm-n22 {
    width: -22% !important;
  }
  .w-sm-n23 {
    width: -23% !important;
  }
  .w-sm-n24 {
    width: -24% !important;
  }
  .w-sm-n25 {
    width: -25% !important;
  }
  .w-sm-n26 {
    width: -26% !important;
  }
  .w-sm-n27 {
    width: -27% !important;
  }
  .w-sm-n28 {
    width: -28% !important;
  }
  .w-sm-n29 {
    width: -29% !important;
  }
  .w-sm-n30 {
    width: -30% !important;
  }
  .w-sm-n31 {
    width: -31% !important;
  }
  .w-sm-n32 {
    width: -32% !important;
  }
  .w-sm-n33 {
    width: -33% !important;
  }
  .w-sm-n34 {
    width: -34% !important;
  }
  .w-sm-n35 {
    width: -35% !important;
  }
  .w-sm-n36 {
    width: -36% !important;
  }
  .w-sm-n37 {
    width: -37% !important;
  }
  .w-sm-n38 {
    width: -38% !important;
  }
  .w-sm-n39 {
    width: -39% !important;
  }
  .w-sm-n40 {
    width: -40% !important;
  }
  .w-sm-n41 {
    width: -41% !important;
  }
  .w-sm-n42 {
    width: -42% !important;
  }
  .w-sm-n43 {
    width: -43% !important;
  }
  .w-sm-n44 {
    width: -44% !important;
  }
  .w-sm-n45 {
    width: -45% !important;
  }
  .w-sm-n46 {
    width: -46% !important;
  }
  .w-sm-n47 {
    width: -47% !important;
  }
  .w-sm-n48 {
    width: -48% !important;
  }
  .w-sm-n49 {
    width: -49% !important;
  }
  .w-sm-n50 {
    width: -50% !important;
  }
  .w-sm-n51 {
    width: -51% !important;
  }
  .w-sm-n52 {
    width: -52% !important;
  }
  .w-sm-n53 {
    width: -53% !important;
  }
  .w-sm-n54 {
    width: -54% !important;
  }
  .w-sm-n55 {
    width: -55% !important;
  }
  .w-sm-n56 {
    width: -56% !important;
  }
  .w-sm-n57 {
    width: -57% !important;
  }
  .w-sm-n58 {
    width: -58% !important;
  }
  .w-sm-n59 {
    width: -59% !important;
  }
  .w-sm-n60 {
    width: -60% !important;
  }
  .w-sm-n61 {
    width: -61% !important;
  }
  .w-sm-n62 {
    width: -62% !important;
  }
  .w-sm-n63 {
    width: -63% !important;
  }
  .w-sm-n64 {
    width: -64% !important;
  }
  .w-sm-n65 {
    width: -65% !important;
  }
  .w-sm-n66 {
    width: -66% !important;
  }
  .w-sm-n67 {
    width: -67% !important;
  }
  .w-sm-n68 {
    width: -68% !important;
  }
  .w-sm-n69 {
    width: -69% !important;
  }
  .w-sm-n70 {
    width: -70% !important;
  }
  .w-sm-n71 {
    width: -71% !important;
  }
  .w-sm-n72 {
    width: -72% !important;
  }
  .w-sm-n73 {
    width: -73% !important;
  }
  .w-sm-n74 {
    width: -74% !important;
  }
  .w-sm-n75 {
    width: -75% !important;
  }
  .w-sm-n76 {
    width: -76% !important;
  }
  .w-sm-n77 {
    width: -77% !important;
  }
  .w-sm-n78 {
    width: -78% !important;
  }
  .w-sm-n79 {
    width: -79% !important;
  }
  .w-sm-n80 {
    width: -80% !important;
  }
  .w-sm-n81 {
    width: -81% !important;
  }
  .w-sm-n82 {
    width: -82% !important;
  }
  .w-sm-n83 {
    width: -83% !important;
  }
  .w-sm-n84 {
    width: -84% !important;
  }
  .w-sm-n85 {
    width: -85% !important;
  }
  .w-sm-n86 {
    width: -86% !important;
  }
  .w-sm-n87 {
    width: -87% !important;
  }
  .w-sm-n88 {
    width: -88% !important;
  }
  .w-sm-n89 {
    width: -89% !important;
  }
  .w-sm-n90 {
    width: -90% !important;
  }
  .w-sm-n91 {
    width: -91% !important;
  }
  .w-sm-n92 {
    width: -92% !important;
  }
  .w-sm-n93 {
    width: -93% !important;
  }
  .w-sm-n94 {
    width: -94% !important;
  }
  .w-sm-n95 {
    width: -95% !important;
  }
  .w-sm-n96 {
    width: -96% !important;
  }
  .w-sm-n97 {
    width: -97% !important;
  }
  .w-sm-n98 {
    width: -98% !important;
  }
  .w-sm-n99 {
    width: -99% !important;
  }
  .w-sm-n100 {
    width: -100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-fit-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .w-sm-max-content {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .w-sm-fill {
    width: -webkit-fill-available !important;
  }
  .h-sm-0 {
    height: 0% !important;
  }
  .h-sm-1 {
    height: 1% !important;
  }
  .h-sm-2 {
    height: 2% !important;
  }
  .h-sm-3 {
    height: 3% !important;
  }
  .h-sm-4 {
    height: 4% !important;
  }
  .h-sm-5 {
    height: 5% !important;
  }
  .h-sm-6 {
    height: 6% !important;
  }
  .h-sm-7 {
    height: 7% !important;
  }
  .h-sm-8 {
    height: 8% !important;
  }
  .h-sm-9 {
    height: 9% !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .h-sm-11 {
    height: 11% !important;
  }
  .h-sm-12 {
    height: 12% !important;
  }
  .h-sm-13 {
    height: 13% !important;
  }
  .h-sm-14 {
    height: 14% !important;
  }
  .h-sm-15 {
    height: 15% !important;
  }
  .h-sm-16 {
    height: 16% !important;
  }
  .h-sm-17 {
    height: 17% !important;
  }
  .h-sm-18 {
    height: 18% !important;
  }
  .h-sm-19 {
    height: 19% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-21 {
    height: 21% !important;
  }
  .h-sm-22 {
    height: 22% !important;
  }
  .h-sm-23 {
    height: 23% !important;
  }
  .h-sm-24 {
    height: 24% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-26 {
    height: 26% !important;
  }
  .h-sm-27 {
    height: 27% !important;
  }
  .h-sm-28 {
    height: 28% !important;
  }
  .h-sm-29 {
    height: 29% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-31 {
    height: 31% !important;
  }
  .h-sm-32 {
    height: 32% !important;
  }
  .h-sm-33 {
    height: 33% !important;
  }
  .h-sm-34 {
    height: 34% !important;
  }
  .h-sm-35 {
    height: 35% !important;
  }
  .h-sm-36 {
    height: 36% !important;
  }
  .h-sm-37 {
    height: 37% !important;
  }
  .h-sm-38 {
    height: 38% !important;
  }
  .h-sm-39 {
    height: 39% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-41 {
    height: 41% !important;
  }
  .h-sm-42 {
    height: 42% !important;
  }
  .h-sm-43 {
    height: 43% !important;
  }
  .h-sm-44 {
    height: 44% !important;
  }
  .h-sm-45 {
    height: 45% !important;
  }
  .h-sm-46 {
    height: 46% !important;
  }
  .h-sm-47 {
    height: 47% !important;
  }
  .h-sm-48 {
    height: 48% !important;
  }
  .h-sm-49 {
    height: 49% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-51 {
    height: 51% !important;
  }
  .h-sm-52 {
    height: 52% !important;
  }
  .h-sm-53 {
    height: 53% !important;
  }
  .h-sm-54 {
    height: 54% !important;
  }
  .h-sm-55 {
    height: 55% !important;
  }
  .h-sm-56 {
    height: 56% !important;
  }
  .h-sm-57 {
    height: 57% !important;
  }
  .h-sm-58 {
    height: 58% !important;
  }
  .h-sm-59 {
    height: 59% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-61 {
    height: 61% !important;
  }
  .h-sm-62 {
    height: 62% !important;
  }
  .h-sm-63 {
    height: 63% !important;
  }
  .h-sm-64 {
    height: 64% !important;
  }
  .h-sm-65 {
    height: 65% !important;
  }
  .h-sm-66 {
    height: 66% !important;
  }
  .h-sm-67 {
    height: 67% !important;
  }
  .h-sm-68 {
    height: 68% !important;
  }
  .h-sm-69 {
    height: 69% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-71 {
    height: 71% !important;
  }
  .h-sm-72 {
    height: 72% !important;
  }
  .h-sm-73 {
    height: 73% !important;
  }
  .h-sm-74 {
    height: 74% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-76 {
    height: 76% !important;
  }
  .h-sm-77 {
    height: 77% !important;
  }
  .h-sm-78 {
    height: 78% !important;
  }
  .h-sm-79 {
    height: 79% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-81 {
    height: 81% !important;
  }
  .h-sm-82 {
    height: 82% !important;
  }
  .h-sm-83 {
    height: 83% !important;
  }
  .h-sm-84 {
    height: 84% !important;
  }
  .h-sm-85 {
    height: 85% !important;
  }
  .h-sm-86 {
    height: 86% !important;
  }
  .h-sm-87 {
    height: 87% !important;
  }
  .h-sm-88 {
    height: 88% !important;
  }
  .h-sm-89 {
    height: 89% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .h-sm-91 {
    height: 91% !important;
  }
  .h-sm-92 {
    height: 92% !important;
  }
  .h-sm-93 {
    height: 93% !important;
  }
  .h-sm-94 {
    height: 94% !important;
  }
  .h-sm-95 {
    height: 95% !important;
  }
  .h-sm-96 {
    height: 96% !important;
  }
  .h-sm-97 {
    height: 97% !important;
  }
  .h-sm-98 {
    height: 98% !important;
  }
  .h-sm-99 {
    height: 99% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-n1 {
    height: -1% !important;
  }
  .h-sm-n2 {
    height: -2% !important;
  }
  .h-sm-n3 {
    height: -3% !important;
  }
  .h-sm-n4 {
    height: -4% !important;
  }
  .h-sm-n5 {
    height: -5% !important;
  }
  .h-sm-n6 {
    height: -6% !important;
  }
  .h-sm-n7 {
    height: -7% !important;
  }
  .h-sm-n8 {
    height: -8% !important;
  }
  .h-sm-n9 {
    height: -9% !important;
  }
  .h-sm-n10 {
    height: -10% !important;
  }
  .h-sm-n11 {
    height: -11% !important;
  }
  .h-sm-n12 {
    height: -12% !important;
  }
  .h-sm-n13 {
    height: -13% !important;
  }
  .h-sm-n14 {
    height: -14% !important;
  }
  .h-sm-n15 {
    height: -15% !important;
  }
  .h-sm-n16 {
    height: -16% !important;
  }
  .h-sm-n17 {
    height: -17% !important;
  }
  .h-sm-n18 {
    height: -18% !important;
  }
  .h-sm-n19 {
    height: -19% !important;
  }
  .h-sm-n20 {
    height: -20% !important;
  }
  .h-sm-n21 {
    height: -21% !important;
  }
  .h-sm-n22 {
    height: -22% !important;
  }
  .h-sm-n23 {
    height: -23% !important;
  }
  .h-sm-n24 {
    height: -24% !important;
  }
  .h-sm-n25 {
    height: -25% !important;
  }
  .h-sm-n26 {
    height: -26% !important;
  }
  .h-sm-n27 {
    height: -27% !important;
  }
  .h-sm-n28 {
    height: -28% !important;
  }
  .h-sm-n29 {
    height: -29% !important;
  }
  .h-sm-n30 {
    height: -30% !important;
  }
  .h-sm-n31 {
    height: -31% !important;
  }
  .h-sm-n32 {
    height: -32% !important;
  }
  .h-sm-n33 {
    height: -33% !important;
  }
  .h-sm-n34 {
    height: -34% !important;
  }
  .h-sm-n35 {
    height: -35% !important;
  }
  .h-sm-n36 {
    height: -36% !important;
  }
  .h-sm-n37 {
    height: -37% !important;
  }
  .h-sm-n38 {
    height: -38% !important;
  }
  .h-sm-n39 {
    height: -39% !important;
  }
  .h-sm-n40 {
    height: -40% !important;
  }
  .h-sm-n41 {
    height: -41% !important;
  }
  .h-sm-n42 {
    height: -42% !important;
  }
  .h-sm-n43 {
    height: -43% !important;
  }
  .h-sm-n44 {
    height: -44% !important;
  }
  .h-sm-n45 {
    height: -45% !important;
  }
  .h-sm-n46 {
    height: -46% !important;
  }
  .h-sm-n47 {
    height: -47% !important;
  }
  .h-sm-n48 {
    height: -48% !important;
  }
  .h-sm-n49 {
    height: -49% !important;
  }
  .h-sm-n50 {
    height: -50% !important;
  }
  .h-sm-n51 {
    height: -51% !important;
  }
  .h-sm-n52 {
    height: -52% !important;
  }
  .h-sm-n53 {
    height: -53% !important;
  }
  .h-sm-n54 {
    height: -54% !important;
  }
  .h-sm-n55 {
    height: -55% !important;
  }
  .h-sm-n56 {
    height: -56% !important;
  }
  .h-sm-n57 {
    height: -57% !important;
  }
  .h-sm-n58 {
    height: -58% !important;
  }
  .h-sm-n59 {
    height: -59% !important;
  }
  .h-sm-n60 {
    height: -60% !important;
  }
  .h-sm-n61 {
    height: -61% !important;
  }
  .h-sm-n62 {
    height: -62% !important;
  }
  .h-sm-n63 {
    height: -63% !important;
  }
  .h-sm-n64 {
    height: -64% !important;
  }
  .h-sm-n65 {
    height: -65% !important;
  }
  .h-sm-n66 {
    height: -66% !important;
  }
  .h-sm-n67 {
    height: -67% !important;
  }
  .h-sm-n68 {
    height: -68% !important;
  }
  .h-sm-n69 {
    height: -69% !important;
  }
  .h-sm-n70 {
    height: -70% !important;
  }
  .h-sm-n71 {
    height: -71% !important;
  }
  .h-sm-n72 {
    height: -72% !important;
  }
  .h-sm-n73 {
    height: -73% !important;
  }
  .h-sm-n74 {
    height: -74% !important;
  }
  .h-sm-n75 {
    height: -75% !important;
  }
  .h-sm-n76 {
    height: -76% !important;
  }
  .h-sm-n77 {
    height: -77% !important;
  }
  .h-sm-n78 {
    height: -78% !important;
  }
  .h-sm-n79 {
    height: -79% !important;
  }
  .h-sm-n80 {
    height: -80% !important;
  }
  .h-sm-n81 {
    height: -81% !important;
  }
  .h-sm-n82 {
    height: -82% !important;
  }
  .h-sm-n83 {
    height: -83% !important;
  }
  .h-sm-n84 {
    height: -84% !important;
  }
  .h-sm-n85 {
    height: -85% !important;
  }
  .h-sm-n86 {
    height: -86% !important;
  }
  .h-sm-n87 {
    height: -87% !important;
  }
  .h-sm-n88 {
    height: -88% !important;
  }
  .h-sm-n89 {
    height: -89% !important;
  }
  .h-sm-n90 {
    height: -90% !important;
  }
  .h-sm-n91 {
    height: -91% !important;
  }
  .h-sm-n92 {
    height: -92% !important;
  }
  .h-sm-n93 {
    height: -93% !important;
  }
  .h-sm-n94 {
    height: -94% !important;
  }
  .h-sm-n95 {
    height: -95% !important;
  }
  .h-sm-n96 {
    height: -96% !important;
  }
  .h-sm-n97 {
    height: -97% !important;
  }
  .h-sm-n98 {
    height: -98% !important;
  }
  .h-sm-n99 {
    height: -99% !important;
  }
  .h-sm-n100 {
    height: -100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-fit-content {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .h-sm-max-content {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .h-sm-fill {
    height: -webkit-fill-available !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-6 {
    margin: 6rem !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !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-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 6rem !important;
  }
  .me-sm-auto {
    margin-right: 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-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-auto {
    margin-left: 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-n6 {
    margin: -6rem !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-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !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-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !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-n6 {
    margin-top: -6rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n6 {
    margin-right: -6rem !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-n6 {
    margin-bottom: -6rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n6 {
    margin-left: -6rem !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-6 {
    padding: 6rem !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-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !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-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !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-6 {
    padding-top: 6rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !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-6 {
    padding-bottom: 6rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !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-6 {
    gap: 6rem !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-6 {
    row-gap: 6rem !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-6 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !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;
  }
  .lh-sm-0 {
    line-height: 0 !important;
  }
  .lh-sm-xxs {
    line-height: 0.5 !important;
  }
  .lh-sm-xs {
    line-height: 0.75 !important;
  }
  .lh-sm-1 {
    line-height: 1 !important;
  }
  .lh-sm-sm {
    line-height: 1.25 !important;
  }
  .lh-sm-base {
    line-height: 1.5 !important;
  }
  .lh-sm-lg {
    line-height: 2 !important;
  }
  .lh-sm-xl {
    line-height: 2.25 !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-decoration-sm-none {
    text-decoration: none !important;
  }
  .text-decoration-sm-none-hover:hover {
    text-decoration: none !important;
  }
  .text-decoration-sm-underline {
    text-decoration: underline !important;
  }
  .text-decoration-sm-underline-hover:hover {
    text-decoration: underline !important;
  }
  .text-decoration-sm-line-through {
    text-decoration: line-through !important;
  }
  .text-decoration-sm-line-through-hover:hover {
    text-decoration: line-through !important;
  }
  .text-sm-primary {
    color: #ffd317 !important;
  }
  .text-sm-primary-hover:hover {
    color: #ffd317 !important;
  }
  .text-sm-secondary {
    color: #010202 !important;
  }
  .text-sm-secondary-hover:hover {
    color: #010202 !important;
  }
  .text-sm-tertiary {
    color: #323031 !important;
  }
  .text-sm-tertiary-hover:hover {
    color: #323031 !important;
  }
  .text-sm-grey {
    color: #9d9d9d !important;
  }
  .text-sm-grey-hover:hover {
    color: #9d9d9d !important;
  }
  .text-sm-white {
    color: #fff !important;
  }
  .text-sm-white-hover:hover {
    color: #fff !important;
  }
  .text-sm-black {
    color: #010202 !important;
  }
  .text-sm-black-hover:hover {
    color: #010202 !important;
  }
  .text-sm-placeholder {
    color: magenta !important;
  }
  .text-sm-placeholder-hover:hover {
    color: magenta !important;
  }
  .text-sm-transparent {
    color: transparent !important;
  }
  .text-sm-transparent-hover:hover {
    color: transparent !important;
  }
  .bg-sm-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-primary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-secondary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-tertiary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-grey-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-white-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-black-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-placeholder {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-placeholder-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-sm-transparent-hover:hover {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-sm-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-body-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-primary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-primary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-secondary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-secondary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-tertiary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-tertiary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-grey-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-grey-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-opacity-sm-0 {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-sm-0-hover:hover {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-sm-5 {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-sm-5-hover:hover {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-sm-10 {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-sm-10-hover:hover {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-sm-15 {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-sm-15-hover:hover {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-sm-20 {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-sm-20-hover:hover {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-sm-25 {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-sm-25-hover:hover {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-sm-30 {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-sm-30-hover:hover {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-sm-35 {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-sm-35-hover:hover {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-sm-40 {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-sm-40-hover:hover {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-sm-45 {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-sm-45-hover:hover {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-sm-50 {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-sm-50-hover:hover {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-sm-55 {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-sm-55-hover:hover {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-sm-60 {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-sm-60-hover:hover {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-sm-65 {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-sm-65-hover:hover {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-sm-70 {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-sm-70-hover:hover {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-sm-75 {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-sm-75-hover:hover {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-sm-80 {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-sm-80-hover:hover {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-sm-85 {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-sm-85-hover:hover {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-sm-90 {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-sm-90-hover:hover {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-sm-95 {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-sm-95-hover:hover {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-sm-100 {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-sm-100-hover:hover {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-sm-105 {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-sm-105-hover:hover {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-sm-110 {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-sm-110-hover:hover {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-sm-115 {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-sm-115-hover:hover {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-sm-120 {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-sm-120-hover:hover {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-sm-125 {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-sm-125-hover:hover {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-sm-130 {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-sm-130-hover:hover {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-sm-135 {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-sm-135-hover:hover {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-sm-140 {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-sm-140-hover:hover {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-sm-145 {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-sm-145-hover:hover {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-sm-150 {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-sm-150-hover:hover {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-sm-155 {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-sm-155-hover:hover {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-sm-160 {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-sm-160-hover:hover {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-sm-165 {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-sm-165-hover:hover {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-sm-170 {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-sm-170-hover:hover {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-sm-175 {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-sm-175-hover:hover {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-sm-180 {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-sm-180-hover:hover {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-sm-185 {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-sm-185-hover:hover {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-sm-190 {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-sm-190-hover:hover {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-sm-195 {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-sm-195-hover:hover {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-sm-200 {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-sm-200-hover:hover {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-sm-205 {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-sm-205-hover:hover {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-sm-210 {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-sm-210-hover:hover {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-sm-215 {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-sm-215-hover:hover {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-sm-220 {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-sm-220-hover:hover {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-sm-225 {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-sm-225-hover:hover {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-sm-230 {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-sm-230-hover:hover {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-sm-235 {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-sm-235-hover:hover {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-sm-240 {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-sm-240-hover:hover {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-sm-245 {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-sm-245-hover:hover {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-sm-250 {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-sm-250-hover:hover {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-sm-255 {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-sm-255-hover:hover {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-sm-260 {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-sm-260-hover:hover {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-sm-265 {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-sm-265-hover:hover {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-sm-270 {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-sm-270-hover:hover {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-sm-275 {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-sm-275-hover:hover {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-sm-280 {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-sm-280-hover:hover {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-sm-285 {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-sm-285-hover:hover {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-sm-290 {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-sm-290-hover:hover {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-sm-295 {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-sm-295-hover:hover {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-sm-300 {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-sm-300-hover:hover {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-sm-305 {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-sm-305-hover:hover {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-sm-310 {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-sm-310-hover:hover {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-sm-315 {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-sm-315-hover:hover {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-sm-320 {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-sm-320-hover:hover {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-sm-325 {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-sm-325-hover:hover {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-sm-330 {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-sm-330-hover:hover {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-sm-335 {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-sm-335-hover:hover {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-sm-340 {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-sm-340-hover:hover {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-sm-345 {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-sm-345-hover:hover {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-sm-350 {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-sm-350-hover:hover {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-sm-355 {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-sm-355-hover:hover {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-sm-360 {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-sm-360-hover:hover {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-sm-365 {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-sm-365-hover:hover {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-sm-370 {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-sm-370-hover:hover {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-sm-375 {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-sm-375-hover:hover {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-sm-380 {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-sm-380-hover:hover {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-sm-385 {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-sm-385-hover:hover {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-sm-390 {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-sm-390-hover:hover {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-sm-395 {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-sm-395-hover:hover {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-sm-400 {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-sm-400-hover:hover {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-sm-405 {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-sm-405-hover:hover {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-sm-410 {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-sm-410-hover:hover {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-sm-415 {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-sm-415-hover:hover {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-sm-420 {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-sm-420-hover:hover {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-sm-425 {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-sm-425-hover:hover {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-sm-430 {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-sm-430-hover:hover {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-sm-435 {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-sm-435-hover:hover {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-sm-440 {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-sm-440-hover:hover {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-sm-445 {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-sm-445-hover:hover {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-sm-450 {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-sm-450-hover:hover {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-sm-455 {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-sm-455-hover:hover {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-sm-460 {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-sm-460-hover:hover {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-sm-465 {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-sm-465-hover:hover {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-sm-470 {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-sm-470-hover:hover {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-sm-475 {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-sm-475-hover:hover {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-sm-480 {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-sm-480-hover:hover {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-sm-485 {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-sm-485-hover:hover {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-sm-490 {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-sm-490-hover:hover {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-sm-495 {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-sm-495-hover:hover {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-sm-500 {
    --bs-bg-opacity: 5;
  }
  .bg-opacity-sm-500-hover:hover {
    --bs-bg-opacity: 5;
  }
  .rounded-sm {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  .rounded-sm-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-sm-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-sm-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-sm-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-sm-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-sm-circle {
    border-radius: 50% !important;
  }
  .rounded-sm-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-sm-6 {
    border-radius: 3rem !important;
  }
  .rounded-sm-7 {
    border-radius: 4rem !important;
  }
  .rounded-sm-8 {
    border-radius: 6rem !important;
  }
  .rounded-top-sm {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !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: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-sm-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-sm-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-sm-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-sm-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !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: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top-sm-6 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .rounded-top-sm-7 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }
  .rounded-top-sm-8 {
    border-top-left-radius: 6rem !important;
    border-top-right-radius: 6rem !important;
  }
  .rounded-end-sm {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-sm-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-sm-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-sm-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-sm-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-sm-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-sm-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-sm-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-sm-6 {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
  .rounded-end-sm-7 {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
  .rounded-end-sm-8 {
    border-top-right-radius: 6rem !important;
    border-bottom-right-radius: 6rem !important;
  }
  .rounded-bottom-sm {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !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: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-sm-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-sm-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-sm-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-sm-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !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: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-sm-6 {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
  }
  .rounded-bottom-sm-7 {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }
  .rounded-bottom-sm-8 {
    border-bottom-right-radius: 6rem !important;
    border-bottom-left-radius: 6rem !important;
  }
  .rounded-start-sm {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-sm-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-sm-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-sm-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-sm-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-sm-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-sm-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-sm-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-sm-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-sm-6 {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
  }
  .rounded-start-sm-7 {
    border-bottom-left-radius: 4rem !important;
    border-top-left-radius: 4rem !important;
  }
  .rounded-start-sm-8 {
    border-bottom-left-radius: 6rem !important;
    border-top-left-radius: 6rem !important;
  }
  .z-sm-n1 {
    z-index: -1 !important;
  }
  .z-sm-0 {
    z-index: 0 !important;
  }
  .z-sm-1 {
    z-index: 1 !important;
  }
  .z-sm-2 {
    z-index: 2 !important;
  }
  .z-sm-3 {
    z-index: 3 !important;
  }
  .flip-sm-x {
    transform: scaleX(-1) !important;
  }
  .flip-sm-y {
    transform: scaleY(-1) !important;
  }
  .scale-sm-1 {
    transform: scale(1.05) !important;
  }
  .scale-sm-1-hover:hover {
    transform: scale(1.05) !important;
  }
  .scale-sm-2 {
    transform: scale(1.1) !important;
  }
  .scale-sm-2-hover:hover {
    transform: scale(1.1) !important;
  }
  .ls-sm-0 {
    letter-spacing: 0px !important;
  }
  .ls-sm-1 {
    letter-spacing: 1px !important;
  }
  .ls-sm-2 {
    letter-spacing: 2px !important;
  }
  .ls-sm-3 {
    letter-spacing: 3px !important;
  }
  .ls-sm-4 {
    letter-spacing: 4px !important;
  }
  .ls-sm-5 {
    letter-spacing: 5px !important;
  }
  .ls-sm-6 {
    letter-spacing: 6px !important;
  }
  .ls-sm-7 {
    letter-spacing: 7px !important;
  }
  .ls-sm-8 {
    letter-spacing: 8px !important;
  }
  .ls-sm-9 {
    letter-spacing: 9px !important;
  }
  .ls-sm-10 {
    letter-spacing: 10px !important;
  }
  .ls-sm-11 {
    letter-spacing: 11px !important;
  }
  .ls-sm-12 {
    letter-spacing: 12px !important;
  }
  .ls-sm-13 {
    letter-spacing: 13px !important;
  }
  .ls-sm-14 {
    letter-spacing: 14px !important;
  }
  .ls-sm-15 {
    letter-spacing: 15px !important;
  }
  .cols-sm-1 {
    -moz-columns: 1 !important;
         columns: 1 !important;
  }
  .cols-sm-2 {
    -moz-columns: 2 !important;
         columns: 2 !important;
  }
  .cols-sm-3 {
    -moz-columns: 3 !important;
         columns: 3 !important;
  }
  .cols-sm-4 {
    -moz-columns: 4 !important;
         columns: 4 !important;
  }
  .cols-sm-5 {
    -moz-columns: 5 !important;
         columns: 5 !important;
  }
  .cols-sm-6 {
    -moz-columns: 6 !important;
         columns: 6 !important;
  }
  .cols-sm-7 {
    -moz-columns: 7 !important;
         columns: 7 !important;
  }
  .cols-sm-8 {
    -moz-columns: 8 !important;
         columns: 8 !important;
  }
  .cols-sm-9 {
    -moz-columns: 9 !important;
         columns: 9 !important;
  }
  .cols-sm-10 {
    -moz-columns: 10 !important;
         columns: 10 !important;
  }
  .cols-sm-11 {
    -moz-columns: 11 !important;
         columns: 11 !important;
  }
  .cols-sm-12 {
    -moz-columns: 12 !important;
         columns: 12 !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !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-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .opacity-md-0 {
    opacity: 0 !important;
  }
  .opacity-md-0-hover:hover {
    opacity: 0 !important;
  }
  .opacity-md-5 {
    opacity: 0.05 !important;
  }
  .opacity-md-5-hover:hover {
    opacity: 0.05 !important;
  }
  .opacity-md-10 {
    opacity: 0.1 !important;
  }
  .opacity-md-10-hover:hover {
    opacity: 0.1 !important;
  }
  .opacity-md-15 {
    opacity: 0.15 !important;
  }
  .opacity-md-15-hover:hover {
    opacity: 0.15 !important;
  }
  .opacity-md-20 {
    opacity: 0.2 !important;
  }
  .opacity-md-20-hover:hover {
    opacity: 0.2 !important;
  }
  .opacity-md-25 {
    opacity: 0.25 !important;
  }
  .opacity-md-25-hover:hover {
    opacity: 0.25 !important;
  }
  .opacity-md-30 {
    opacity: 0.3 !important;
  }
  .opacity-md-30-hover:hover {
    opacity: 0.3 !important;
  }
  .opacity-md-35 {
    opacity: 0.35 !important;
  }
  .opacity-md-35-hover:hover {
    opacity: 0.35 !important;
  }
  .opacity-md-40 {
    opacity: 0.4 !important;
  }
  .opacity-md-40-hover:hover {
    opacity: 0.4 !important;
  }
  .opacity-md-45 {
    opacity: 0.45 !important;
  }
  .opacity-md-45-hover:hover {
    opacity: 0.45 !important;
  }
  .opacity-md-50 {
    opacity: 0.5 !important;
  }
  .opacity-md-50-hover:hover {
    opacity: 0.5 !important;
  }
  .opacity-md-55 {
    opacity: 0.55 !important;
  }
  .opacity-md-55-hover:hover {
    opacity: 0.55 !important;
  }
  .opacity-md-60 {
    opacity: 0.6 !important;
  }
  .opacity-md-60-hover:hover {
    opacity: 0.6 !important;
  }
  .opacity-md-65 {
    opacity: 0.65 !important;
  }
  .opacity-md-65-hover:hover {
    opacity: 0.65 !important;
  }
  .opacity-md-70 {
    opacity: 0.7 !important;
  }
  .opacity-md-70-hover:hover {
    opacity: 0.7 !important;
  }
  .opacity-md-75 {
    opacity: 0.75 !important;
  }
  .opacity-md-75-hover:hover {
    opacity: 0.75 !important;
  }
  .opacity-md-80 {
    opacity: 0.8 !important;
  }
  .opacity-md-80-hover:hover {
    opacity: 0.8 !important;
  }
  .opacity-md-85 {
    opacity: 0.85 !important;
  }
  .opacity-md-85-hover:hover {
    opacity: 0.85 !important;
  }
  .opacity-md-90 {
    opacity: 0.9 !important;
  }
  .opacity-md-90-hover:hover {
    opacity: 0.9 !important;
  }
  .opacity-md-95 {
    opacity: 0.95 !important;
  }
  .opacity-md-95-hover:hover {
    opacity: 0.95 !important;
  }
  .opacity-md-100 {
    opacity: 1 !important;
  }
  .opacity-md-100-hover:hover {
    opacity: 1 !important;
  }
  .opacity-md-105 {
    opacity: 1.05 !important;
  }
  .opacity-md-105-hover:hover {
    opacity: 1.05 !important;
  }
  .opacity-md-110 {
    opacity: 1.1 !important;
  }
  .opacity-md-110-hover:hover {
    opacity: 1.1 !important;
  }
  .opacity-md-115 {
    opacity: 1.15 !important;
  }
  .opacity-md-115-hover:hover {
    opacity: 1.15 !important;
  }
  .opacity-md-120 {
    opacity: 1.2 !important;
  }
  .opacity-md-120-hover:hover {
    opacity: 1.2 !important;
  }
  .opacity-md-125 {
    opacity: 1.25 !important;
  }
  .opacity-md-125-hover:hover {
    opacity: 1.25 !important;
  }
  .opacity-md-130 {
    opacity: 1.3 !important;
  }
  .opacity-md-130-hover:hover {
    opacity: 1.3 !important;
  }
  .opacity-md-135 {
    opacity: 1.35 !important;
  }
  .opacity-md-135-hover:hover {
    opacity: 1.35 !important;
  }
  .opacity-md-140 {
    opacity: 1.4 !important;
  }
  .opacity-md-140-hover:hover {
    opacity: 1.4 !important;
  }
  .opacity-md-145 {
    opacity: 1.45 !important;
  }
  .opacity-md-145-hover:hover {
    opacity: 1.45 !important;
  }
  .opacity-md-150 {
    opacity: 1.5 !important;
  }
  .opacity-md-150-hover:hover {
    opacity: 1.5 !important;
  }
  .opacity-md-155 {
    opacity: 1.55 !important;
  }
  .opacity-md-155-hover:hover {
    opacity: 1.55 !important;
  }
  .opacity-md-160 {
    opacity: 1.6 !important;
  }
  .opacity-md-160-hover:hover {
    opacity: 1.6 !important;
  }
  .opacity-md-165 {
    opacity: 1.65 !important;
  }
  .opacity-md-165-hover:hover {
    opacity: 1.65 !important;
  }
  .opacity-md-170 {
    opacity: 1.7 !important;
  }
  .opacity-md-170-hover:hover {
    opacity: 1.7 !important;
  }
  .opacity-md-175 {
    opacity: 1.75 !important;
  }
  .opacity-md-175-hover:hover {
    opacity: 1.75 !important;
  }
  .opacity-md-180 {
    opacity: 1.8 !important;
  }
  .opacity-md-180-hover:hover {
    opacity: 1.8 !important;
  }
  .opacity-md-185 {
    opacity: 1.85 !important;
  }
  .opacity-md-185-hover:hover {
    opacity: 1.85 !important;
  }
  .opacity-md-190 {
    opacity: 1.9 !important;
  }
  .opacity-md-190-hover:hover {
    opacity: 1.9 !important;
  }
  .opacity-md-195 {
    opacity: 1.95 !important;
  }
  .opacity-md-195-hover:hover {
    opacity: 1.95 !important;
  }
  .opacity-md-200 {
    opacity: 2 !important;
  }
  .opacity-md-200-hover:hover {
    opacity: 2 !important;
  }
  .opacity-md-205 {
    opacity: 2.05 !important;
  }
  .opacity-md-205-hover:hover {
    opacity: 2.05 !important;
  }
  .opacity-md-210 {
    opacity: 2.1 !important;
  }
  .opacity-md-210-hover:hover {
    opacity: 2.1 !important;
  }
  .opacity-md-215 {
    opacity: 2.15 !important;
  }
  .opacity-md-215-hover:hover {
    opacity: 2.15 !important;
  }
  .opacity-md-220 {
    opacity: 2.2 !important;
  }
  .opacity-md-220-hover:hover {
    opacity: 2.2 !important;
  }
  .opacity-md-225 {
    opacity: 2.25 !important;
  }
  .opacity-md-225-hover:hover {
    opacity: 2.25 !important;
  }
  .opacity-md-230 {
    opacity: 2.3 !important;
  }
  .opacity-md-230-hover:hover {
    opacity: 2.3 !important;
  }
  .opacity-md-235 {
    opacity: 2.35 !important;
  }
  .opacity-md-235-hover:hover {
    opacity: 2.35 !important;
  }
  .opacity-md-240 {
    opacity: 2.4 !important;
  }
  .opacity-md-240-hover:hover {
    opacity: 2.4 !important;
  }
  .opacity-md-245 {
    opacity: 2.45 !important;
  }
  .opacity-md-245-hover:hover {
    opacity: 2.45 !important;
  }
  .opacity-md-250 {
    opacity: 2.5 !important;
  }
  .opacity-md-250-hover:hover {
    opacity: 2.5 !important;
  }
  .opacity-md-255 {
    opacity: 2.55 !important;
  }
  .opacity-md-255-hover:hover {
    opacity: 2.55 !important;
  }
  .opacity-md-260 {
    opacity: 2.6 !important;
  }
  .opacity-md-260-hover:hover {
    opacity: 2.6 !important;
  }
  .opacity-md-265 {
    opacity: 2.65 !important;
  }
  .opacity-md-265-hover:hover {
    opacity: 2.65 !important;
  }
  .opacity-md-270 {
    opacity: 2.7 !important;
  }
  .opacity-md-270-hover:hover {
    opacity: 2.7 !important;
  }
  .opacity-md-275 {
    opacity: 2.75 !important;
  }
  .opacity-md-275-hover:hover {
    opacity: 2.75 !important;
  }
  .opacity-md-280 {
    opacity: 2.8 !important;
  }
  .opacity-md-280-hover:hover {
    opacity: 2.8 !important;
  }
  .opacity-md-285 {
    opacity: 2.85 !important;
  }
  .opacity-md-285-hover:hover {
    opacity: 2.85 !important;
  }
  .opacity-md-290 {
    opacity: 2.9 !important;
  }
  .opacity-md-290-hover:hover {
    opacity: 2.9 !important;
  }
  .opacity-md-295 {
    opacity: 2.95 !important;
  }
  .opacity-md-295-hover:hover {
    opacity: 2.95 !important;
  }
  .opacity-md-300 {
    opacity: 3 !important;
  }
  .opacity-md-300-hover:hover {
    opacity: 3 !important;
  }
  .opacity-md-305 {
    opacity: 3.05 !important;
  }
  .opacity-md-305-hover:hover {
    opacity: 3.05 !important;
  }
  .opacity-md-310 {
    opacity: 3.1 !important;
  }
  .opacity-md-310-hover:hover {
    opacity: 3.1 !important;
  }
  .opacity-md-315 {
    opacity: 3.15 !important;
  }
  .opacity-md-315-hover:hover {
    opacity: 3.15 !important;
  }
  .opacity-md-320 {
    opacity: 3.2 !important;
  }
  .opacity-md-320-hover:hover {
    opacity: 3.2 !important;
  }
  .opacity-md-325 {
    opacity: 3.25 !important;
  }
  .opacity-md-325-hover:hover {
    opacity: 3.25 !important;
  }
  .opacity-md-330 {
    opacity: 3.3 !important;
  }
  .opacity-md-330-hover:hover {
    opacity: 3.3 !important;
  }
  .opacity-md-335 {
    opacity: 3.35 !important;
  }
  .opacity-md-335-hover:hover {
    opacity: 3.35 !important;
  }
  .opacity-md-340 {
    opacity: 3.4 !important;
  }
  .opacity-md-340-hover:hover {
    opacity: 3.4 !important;
  }
  .opacity-md-345 {
    opacity: 3.45 !important;
  }
  .opacity-md-345-hover:hover {
    opacity: 3.45 !important;
  }
  .opacity-md-350 {
    opacity: 3.5 !important;
  }
  .opacity-md-350-hover:hover {
    opacity: 3.5 !important;
  }
  .opacity-md-355 {
    opacity: 3.55 !important;
  }
  .opacity-md-355-hover:hover {
    opacity: 3.55 !important;
  }
  .opacity-md-360 {
    opacity: 3.6 !important;
  }
  .opacity-md-360-hover:hover {
    opacity: 3.6 !important;
  }
  .opacity-md-365 {
    opacity: 3.65 !important;
  }
  .opacity-md-365-hover:hover {
    opacity: 3.65 !important;
  }
  .opacity-md-370 {
    opacity: 3.7 !important;
  }
  .opacity-md-370-hover:hover {
    opacity: 3.7 !important;
  }
  .opacity-md-375 {
    opacity: 3.75 !important;
  }
  .opacity-md-375-hover:hover {
    opacity: 3.75 !important;
  }
  .opacity-md-380 {
    opacity: 3.8 !important;
  }
  .opacity-md-380-hover:hover {
    opacity: 3.8 !important;
  }
  .opacity-md-385 {
    opacity: 3.85 !important;
  }
  .opacity-md-385-hover:hover {
    opacity: 3.85 !important;
  }
  .opacity-md-390 {
    opacity: 3.9 !important;
  }
  .opacity-md-390-hover:hover {
    opacity: 3.9 !important;
  }
  .opacity-md-395 {
    opacity: 3.95 !important;
  }
  .opacity-md-395-hover:hover {
    opacity: 3.95 !important;
  }
  .opacity-md-400 {
    opacity: 4 !important;
  }
  .opacity-md-400-hover:hover {
    opacity: 4 !important;
  }
  .opacity-md-405 {
    opacity: 4.05 !important;
  }
  .opacity-md-405-hover:hover {
    opacity: 4.05 !important;
  }
  .opacity-md-410 {
    opacity: 4.1 !important;
  }
  .opacity-md-410-hover:hover {
    opacity: 4.1 !important;
  }
  .opacity-md-415 {
    opacity: 4.15 !important;
  }
  .opacity-md-415-hover:hover {
    opacity: 4.15 !important;
  }
  .opacity-md-420 {
    opacity: 4.2 !important;
  }
  .opacity-md-420-hover:hover {
    opacity: 4.2 !important;
  }
  .opacity-md-425 {
    opacity: 4.25 !important;
  }
  .opacity-md-425-hover:hover {
    opacity: 4.25 !important;
  }
  .opacity-md-430 {
    opacity: 4.3 !important;
  }
  .opacity-md-430-hover:hover {
    opacity: 4.3 !important;
  }
  .opacity-md-435 {
    opacity: 4.35 !important;
  }
  .opacity-md-435-hover:hover {
    opacity: 4.35 !important;
  }
  .opacity-md-440 {
    opacity: 4.4 !important;
  }
  .opacity-md-440-hover:hover {
    opacity: 4.4 !important;
  }
  .opacity-md-445 {
    opacity: 4.45 !important;
  }
  .opacity-md-445-hover:hover {
    opacity: 4.45 !important;
  }
  .opacity-md-450 {
    opacity: 4.5 !important;
  }
  .opacity-md-450-hover:hover {
    opacity: 4.5 !important;
  }
  .opacity-md-455 {
    opacity: 4.55 !important;
  }
  .opacity-md-455-hover:hover {
    opacity: 4.55 !important;
  }
  .opacity-md-460 {
    opacity: 4.6 !important;
  }
  .opacity-md-460-hover:hover {
    opacity: 4.6 !important;
  }
  .opacity-md-465 {
    opacity: 4.65 !important;
  }
  .opacity-md-465-hover:hover {
    opacity: 4.65 !important;
  }
  .opacity-md-470 {
    opacity: 4.7 !important;
  }
  .opacity-md-470-hover:hover {
    opacity: 4.7 !important;
  }
  .opacity-md-475 {
    opacity: 4.75 !important;
  }
  .opacity-md-475-hover:hover {
    opacity: 4.75 !important;
  }
  .opacity-md-480 {
    opacity: 4.8 !important;
  }
  .opacity-md-480-hover:hover {
    opacity: 4.8 !important;
  }
  .opacity-md-485 {
    opacity: 4.85 !important;
  }
  .opacity-md-485-hover:hover {
    opacity: 4.85 !important;
  }
  .opacity-md-490 {
    opacity: 4.9 !important;
  }
  .opacity-md-490-hover:hover {
    opacity: 4.9 !important;
  }
  .opacity-md-495 {
    opacity: 4.95 !important;
  }
  .opacity-md-495-hover:hover {
    opacity: 4.95 !important;
  }
  .opacity-md-500 {
    opacity: 5 !important;
  }
  .opacity-md-500-hover:hover {
    opacity: 5 !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-inline-grid {
    display: inline-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;
  }
  .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: -webkit-sticky !important;
    position: sticky !important;
  }
  .top-md-0 {
    top: 0% !important;
  }
  .top-md-1 {
    top: 1% !important;
  }
  .top-md-2 {
    top: 2% !important;
  }
  .top-md-3 {
    top: 3% !important;
  }
  .top-md-4 {
    top: 4% !important;
  }
  .top-md-5 {
    top: 5% !important;
  }
  .top-md-6 {
    top: 6% !important;
  }
  .top-md-7 {
    top: 7% !important;
  }
  .top-md-8 {
    top: 8% !important;
  }
  .top-md-9 {
    top: 9% !important;
  }
  .top-md-10 {
    top: 10% !important;
  }
  .top-md-11 {
    top: 11% !important;
  }
  .top-md-12 {
    top: 12% !important;
  }
  .top-md-13 {
    top: 13% !important;
  }
  .top-md-14 {
    top: 14% !important;
  }
  .top-md-15 {
    top: 15% !important;
  }
  .top-md-16 {
    top: 16% !important;
  }
  .top-md-17 {
    top: 17% !important;
  }
  .top-md-18 {
    top: 18% !important;
  }
  .top-md-19 {
    top: 19% !important;
  }
  .top-md-20 {
    top: 20% !important;
  }
  .top-md-21 {
    top: 21% !important;
  }
  .top-md-22 {
    top: 22% !important;
  }
  .top-md-23 {
    top: 23% !important;
  }
  .top-md-24 {
    top: 24% !important;
  }
  .top-md-25 {
    top: 25% !important;
  }
  .top-md-26 {
    top: 26% !important;
  }
  .top-md-27 {
    top: 27% !important;
  }
  .top-md-28 {
    top: 28% !important;
  }
  .top-md-29 {
    top: 29% !important;
  }
  .top-md-30 {
    top: 30% !important;
  }
  .top-md-31 {
    top: 31% !important;
  }
  .top-md-32 {
    top: 32% !important;
  }
  .top-md-33 {
    top: 33% !important;
  }
  .top-md-34 {
    top: 34% !important;
  }
  .top-md-35 {
    top: 35% !important;
  }
  .top-md-36 {
    top: 36% !important;
  }
  .top-md-37 {
    top: 37% !important;
  }
  .top-md-38 {
    top: 38% !important;
  }
  .top-md-39 {
    top: 39% !important;
  }
  .top-md-40 {
    top: 40% !important;
  }
  .top-md-41 {
    top: 41% !important;
  }
  .top-md-42 {
    top: 42% !important;
  }
  .top-md-43 {
    top: 43% !important;
  }
  .top-md-44 {
    top: 44% !important;
  }
  .top-md-45 {
    top: 45% !important;
  }
  .top-md-46 {
    top: 46% !important;
  }
  .top-md-47 {
    top: 47% !important;
  }
  .top-md-48 {
    top: 48% !important;
  }
  .top-md-49 {
    top: 49% !important;
  }
  .top-md-50 {
    top: 50% !important;
  }
  .top-md-51 {
    top: 51% !important;
  }
  .top-md-52 {
    top: 52% !important;
  }
  .top-md-53 {
    top: 53% !important;
  }
  .top-md-54 {
    top: 54% !important;
  }
  .top-md-55 {
    top: 55% !important;
  }
  .top-md-56 {
    top: 56% !important;
  }
  .top-md-57 {
    top: 57% !important;
  }
  .top-md-58 {
    top: 58% !important;
  }
  .top-md-59 {
    top: 59% !important;
  }
  .top-md-60 {
    top: 60% !important;
  }
  .top-md-61 {
    top: 61% !important;
  }
  .top-md-62 {
    top: 62% !important;
  }
  .top-md-63 {
    top: 63% !important;
  }
  .top-md-64 {
    top: 64% !important;
  }
  .top-md-65 {
    top: 65% !important;
  }
  .top-md-66 {
    top: 66% !important;
  }
  .top-md-67 {
    top: 67% !important;
  }
  .top-md-68 {
    top: 68% !important;
  }
  .top-md-69 {
    top: 69% !important;
  }
  .top-md-70 {
    top: 70% !important;
  }
  .top-md-71 {
    top: 71% !important;
  }
  .top-md-72 {
    top: 72% !important;
  }
  .top-md-73 {
    top: 73% !important;
  }
  .top-md-74 {
    top: 74% !important;
  }
  .top-md-75 {
    top: 75% !important;
  }
  .top-md-76 {
    top: 76% !important;
  }
  .top-md-77 {
    top: 77% !important;
  }
  .top-md-78 {
    top: 78% !important;
  }
  .top-md-79 {
    top: 79% !important;
  }
  .top-md-80 {
    top: 80% !important;
  }
  .top-md-81 {
    top: 81% !important;
  }
  .top-md-82 {
    top: 82% !important;
  }
  .top-md-83 {
    top: 83% !important;
  }
  .top-md-84 {
    top: 84% !important;
  }
  .top-md-85 {
    top: 85% !important;
  }
  .top-md-86 {
    top: 86% !important;
  }
  .top-md-87 {
    top: 87% !important;
  }
  .top-md-88 {
    top: 88% !important;
  }
  .top-md-89 {
    top: 89% !important;
  }
  .top-md-90 {
    top: 90% !important;
  }
  .top-md-91 {
    top: 91% !important;
  }
  .top-md-92 {
    top: 92% !important;
  }
  .top-md-93 {
    top: 93% !important;
  }
  .top-md-94 {
    top: 94% !important;
  }
  .top-md-95 {
    top: 95% !important;
  }
  .top-md-96 {
    top: 96% !important;
  }
  .top-md-97 {
    top: 97% !important;
  }
  .top-md-98 {
    top: 98% !important;
  }
  .top-md-99 {
    top: 99% !important;
  }
  .top-md-100 {
    top: 100% !important;
  }
  .top-md-n1 {
    top: -1% !important;
  }
  .top-md-n2 {
    top: -2% !important;
  }
  .top-md-n3 {
    top: -3% !important;
  }
  .top-md-n4 {
    top: -4% !important;
  }
  .top-md-n5 {
    top: -5% !important;
  }
  .top-md-n6 {
    top: -6% !important;
  }
  .top-md-n7 {
    top: -7% !important;
  }
  .top-md-n8 {
    top: -8% !important;
  }
  .top-md-n9 {
    top: -9% !important;
  }
  .top-md-n10 {
    top: -10% !important;
  }
  .top-md-n11 {
    top: -11% !important;
  }
  .top-md-n12 {
    top: -12% !important;
  }
  .top-md-n13 {
    top: -13% !important;
  }
  .top-md-n14 {
    top: -14% !important;
  }
  .top-md-n15 {
    top: -15% !important;
  }
  .top-md-n16 {
    top: -16% !important;
  }
  .top-md-n17 {
    top: -17% !important;
  }
  .top-md-n18 {
    top: -18% !important;
  }
  .top-md-n19 {
    top: -19% !important;
  }
  .top-md-n20 {
    top: -20% !important;
  }
  .top-md-n21 {
    top: -21% !important;
  }
  .top-md-n22 {
    top: -22% !important;
  }
  .top-md-n23 {
    top: -23% !important;
  }
  .top-md-n24 {
    top: -24% !important;
  }
  .top-md-n25 {
    top: -25% !important;
  }
  .top-md-n26 {
    top: -26% !important;
  }
  .top-md-n27 {
    top: -27% !important;
  }
  .top-md-n28 {
    top: -28% !important;
  }
  .top-md-n29 {
    top: -29% !important;
  }
  .top-md-n30 {
    top: -30% !important;
  }
  .top-md-n31 {
    top: -31% !important;
  }
  .top-md-n32 {
    top: -32% !important;
  }
  .top-md-n33 {
    top: -33% !important;
  }
  .top-md-n34 {
    top: -34% !important;
  }
  .top-md-n35 {
    top: -35% !important;
  }
  .top-md-n36 {
    top: -36% !important;
  }
  .top-md-n37 {
    top: -37% !important;
  }
  .top-md-n38 {
    top: -38% !important;
  }
  .top-md-n39 {
    top: -39% !important;
  }
  .top-md-n40 {
    top: -40% !important;
  }
  .top-md-n41 {
    top: -41% !important;
  }
  .top-md-n42 {
    top: -42% !important;
  }
  .top-md-n43 {
    top: -43% !important;
  }
  .top-md-n44 {
    top: -44% !important;
  }
  .top-md-n45 {
    top: -45% !important;
  }
  .top-md-n46 {
    top: -46% !important;
  }
  .top-md-n47 {
    top: -47% !important;
  }
  .top-md-n48 {
    top: -48% !important;
  }
  .top-md-n49 {
    top: -49% !important;
  }
  .top-md-n50 {
    top: -50% !important;
  }
  .top-md-n51 {
    top: -51% !important;
  }
  .top-md-n52 {
    top: -52% !important;
  }
  .top-md-n53 {
    top: -53% !important;
  }
  .top-md-n54 {
    top: -54% !important;
  }
  .top-md-n55 {
    top: -55% !important;
  }
  .top-md-n56 {
    top: -56% !important;
  }
  .top-md-n57 {
    top: -57% !important;
  }
  .top-md-n58 {
    top: -58% !important;
  }
  .top-md-n59 {
    top: -59% !important;
  }
  .top-md-n60 {
    top: -60% !important;
  }
  .top-md-n61 {
    top: -61% !important;
  }
  .top-md-n62 {
    top: -62% !important;
  }
  .top-md-n63 {
    top: -63% !important;
  }
  .top-md-n64 {
    top: -64% !important;
  }
  .top-md-n65 {
    top: -65% !important;
  }
  .top-md-n66 {
    top: -66% !important;
  }
  .top-md-n67 {
    top: -67% !important;
  }
  .top-md-n68 {
    top: -68% !important;
  }
  .top-md-n69 {
    top: -69% !important;
  }
  .top-md-n70 {
    top: -70% !important;
  }
  .top-md-n71 {
    top: -71% !important;
  }
  .top-md-n72 {
    top: -72% !important;
  }
  .top-md-n73 {
    top: -73% !important;
  }
  .top-md-n74 {
    top: -74% !important;
  }
  .top-md-n75 {
    top: -75% !important;
  }
  .top-md-n76 {
    top: -76% !important;
  }
  .top-md-n77 {
    top: -77% !important;
  }
  .top-md-n78 {
    top: -78% !important;
  }
  .top-md-n79 {
    top: -79% !important;
  }
  .top-md-n80 {
    top: -80% !important;
  }
  .top-md-n81 {
    top: -81% !important;
  }
  .top-md-n82 {
    top: -82% !important;
  }
  .top-md-n83 {
    top: -83% !important;
  }
  .top-md-n84 {
    top: -84% !important;
  }
  .top-md-n85 {
    top: -85% !important;
  }
  .top-md-n86 {
    top: -86% !important;
  }
  .top-md-n87 {
    top: -87% !important;
  }
  .top-md-n88 {
    top: -88% !important;
  }
  .top-md-n89 {
    top: -89% !important;
  }
  .top-md-n90 {
    top: -90% !important;
  }
  .top-md-n91 {
    top: -91% !important;
  }
  .top-md-n92 {
    top: -92% !important;
  }
  .top-md-n93 {
    top: -93% !important;
  }
  .top-md-n94 {
    top: -94% !important;
  }
  .top-md-n95 {
    top: -95% !important;
  }
  .top-md-n96 {
    top: -96% !important;
  }
  .top-md-n97 {
    top: -97% !important;
  }
  .top-md-n98 {
    top: -98% !important;
  }
  .top-md-n99 {
    top: -99% !important;
  }
  .top-md-n100 {
    top: -100% !important;
  }
  .top-md-auto {
    top: auto !important;
  }
  .bottom-md-0 {
    bottom: 0% !important;
  }
  .bottom-md-1 {
    bottom: 1% !important;
  }
  .bottom-md-2 {
    bottom: 2% !important;
  }
  .bottom-md-3 {
    bottom: 3% !important;
  }
  .bottom-md-4 {
    bottom: 4% !important;
  }
  .bottom-md-5 {
    bottom: 5% !important;
  }
  .bottom-md-6 {
    bottom: 6% !important;
  }
  .bottom-md-7 {
    bottom: 7% !important;
  }
  .bottom-md-8 {
    bottom: 8% !important;
  }
  .bottom-md-9 {
    bottom: 9% !important;
  }
  .bottom-md-10 {
    bottom: 10% !important;
  }
  .bottom-md-11 {
    bottom: 11% !important;
  }
  .bottom-md-12 {
    bottom: 12% !important;
  }
  .bottom-md-13 {
    bottom: 13% !important;
  }
  .bottom-md-14 {
    bottom: 14% !important;
  }
  .bottom-md-15 {
    bottom: 15% !important;
  }
  .bottom-md-16 {
    bottom: 16% !important;
  }
  .bottom-md-17 {
    bottom: 17% !important;
  }
  .bottom-md-18 {
    bottom: 18% !important;
  }
  .bottom-md-19 {
    bottom: 19% !important;
  }
  .bottom-md-20 {
    bottom: 20% !important;
  }
  .bottom-md-21 {
    bottom: 21% !important;
  }
  .bottom-md-22 {
    bottom: 22% !important;
  }
  .bottom-md-23 {
    bottom: 23% !important;
  }
  .bottom-md-24 {
    bottom: 24% !important;
  }
  .bottom-md-25 {
    bottom: 25% !important;
  }
  .bottom-md-26 {
    bottom: 26% !important;
  }
  .bottom-md-27 {
    bottom: 27% !important;
  }
  .bottom-md-28 {
    bottom: 28% !important;
  }
  .bottom-md-29 {
    bottom: 29% !important;
  }
  .bottom-md-30 {
    bottom: 30% !important;
  }
  .bottom-md-31 {
    bottom: 31% !important;
  }
  .bottom-md-32 {
    bottom: 32% !important;
  }
  .bottom-md-33 {
    bottom: 33% !important;
  }
  .bottom-md-34 {
    bottom: 34% !important;
  }
  .bottom-md-35 {
    bottom: 35% !important;
  }
  .bottom-md-36 {
    bottom: 36% !important;
  }
  .bottom-md-37 {
    bottom: 37% !important;
  }
  .bottom-md-38 {
    bottom: 38% !important;
  }
  .bottom-md-39 {
    bottom: 39% !important;
  }
  .bottom-md-40 {
    bottom: 40% !important;
  }
  .bottom-md-41 {
    bottom: 41% !important;
  }
  .bottom-md-42 {
    bottom: 42% !important;
  }
  .bottom-md-43 {
    bottom: 43% !important;
  }
  .bottom-md-44 {
    bottom: 44% !important;
  }
  .bottom-md-45 {
    bottom: 45% !important;
  }
  .bottom-md-46 {
    bottom: 46% !important;
  }
  .bottom-md-47 {
    bottom: 47% !important;
  }
  .bottom-md-48 {
    bottom: 48% !important;
  }
  .bottom-md-49 {
    bottom: 49% !important;
  }
  .bottom-md-50 {
    bottom: 50% !important;
  }
  .bottom-md-51 {
    bottom: 51% !important;
  }
  .bottom-md-52 {
    bottom: 52% !important;
  }
  .bottom-md-53 {
    bottom: 53% !important;
  }
  .bottom-md-54 {
    bottom: 54% !important;
  }
  .bottom-md-55 {
    bottom: 55% !important;
  }
  .bottom-md-56 {
    bottom: 56% !important;
  }
  .bottom-md-57 {
    bottom: 57% !important;
  }
  .bottom-md-58 {
    bottom: 58% !important;
  }
  .bottom-md-59 {
    bottom: 59% !important;
  }
  .bottom-md-60 {
    bottom: 60% !important;
  }
  .bottom-md-61 {
    bottom: 61% !important;
  }
  .bottom-md-62 {
    bottom: 62% !important;
  }
  .bottom-md-63 {
    bottom: 63% !important;
  }
  .bottom-md-64 {
    bottom: 64% !important;
  }
  .bottom-md-65 {
    bottom: 65% !important;
  }
  .bottom-md-66 {
    bottom: 66% !important;
  }
  .bottom-md-67 {
    bottom: 67% !important;
  }
  .bottom-md-68 {
    bottom: 68% !important;
  }
  .bottom-md-69 {
    bottom: 69% !important;
  }
  .bottom-md-70 {
    bottom: 70% !important;
  }
  .bottom-md-71 {
    bottom: 71% !important;
  }
  .bottom-md-72 {
    bottom: 72% !important;
  }
  .bottom-md-73 {
    bottom: 73% !important;
  }
  .bottom-md-74 {
    bottom: 74% !important;
  }
  .bottom-md-75 {
    bottom: 75% !important;
  }
  .bottom-md-76 {
    bottom: 76% !important;
  }
  .bottom-md-77 {
    bottom: 77% !important;
  }
  .bottom-md-78 {
    bottom: 78% !important;
  }
  .bottom-md-79 {
    bottom: 79% !important;
  }
  .bottom-md-80 {
    bottom: 80% !important;
  }
  .bottom-md-81 {
    bottom: 81% !important;
  }
  .bottom-md-82 {
    bottom: 82% !important;
  }
  .bottom-md-83 {
    bottom: 83% !important;
  }
  .bottom-md-84 {
    bottom: 84% !important;
  }
  .bottom-md-85 {
    bottom: 85% !important;
  }
  .bottom-md-86 {
    bottom: 86% !important;
  }
  .bottom-md-87 {
    bottom: 87% !important;
  }
  .bottom-md-88 {
    bottom: 88% !important;
  }
  .bottom-md-89 {
    bottom: 89% !important;
  }
  .bottom-md-90 {
    bottom: 90% !important;
  }
  .bottom-md-91 {
    bottom: 91% !important;
  }
  .bottom-md-92 {
    bottom: 92% !important;
  }
  .bottom-md-93 {
    bottom: 93% !important;
  }
  .bottom-md-94 {
    bottom: 94% !important;
  }
  .bottom-md-95 {
    bottom: 95% !important;
  }
  .bottom-md-96 {
    bottom: 96% !important;
  }
  .bottom-md-97 {
    bottom: 97% !important;
  }
  .bottom-md-98 {
    bottom: 98% !important;
  }
  .bottom-md-99 {
    bottom: 99% !important;
  }
  .bottom-md-100 {
    bottom: 100% !important;
  }
  .bottom-md-n1 {
    bottom: -1% !important;
  }
  .bottom-md-n2 {
    bottom: -2% !important;
  }
  .bottom-md-n3 {
    bottom: -3% !important;
  }
  .bottom-md-n4 {
    bottom: -4% !important;
  }
  .bottom-md-n5 {
    bottom: -5% !important;
  }
  .bottom-md-n6 {
    bottom: -6% !important;
  }
  .bottom-md-n7 {
    bottom: -7% !important;
  }
  .bottom-md-n8 {
    bottom: -8% !important;
  }
  .bottom-md-n9 {
    bottom: -9% !important;
  }
  .bottom-md-n10 {
    bottom: -10% !important;
  }
  .bottom-md-n11 {
    bottom: -11% !important;
  }
  .bottom-md-n12 {
    bottom: -12% !important;
  }
  .bottom-md-n13 {
    bottom: -13% !important;
  }
  .bottom-md-n14 {
    bottom: -14% !important;
  }
  .bottom-md-n15 {
    bottom: -15% !important;
  }
  .bottom-md-n16 {
    bottom: -16% !important;
  }
  .bottom-md-n17 {
    bottom: -17% !important;
  }
  .bottom-md-n18 {
    bottom: -18% !important;
  }
  .bottom-md-n19 {
    bottom: -19% !important;
  }
  .bottom-md-n20 {
    bottom: -20% !important;
  }
  .bottom-md-n21 {
    bottom: -21% !important;
  }
  .bottom-md-n22 {
    bottom: -22% !important;
  }
  .bottom-md-n23 {
    bottom: -23% !important;
  }
  .bottom-md-n24 {
    bottom: -24% !important;
  }
  .bottom-md-n25 {
    bottom: -25% !important;
  }
  .bottom-md-n26 {
    bottom: -26% !important;
  }
  .bottom-md-n27 {
    bottom: -27% !important;
  }
  .bottom-md-n28 {
    bottom: -28% !important;
  }
  .bottom-md-n29 {
    bottom: -29% !important;
  }
  .bottom-md-n30 {
    bottom: -30% !important;
  }
  .bottom-md-n31 {
    bottom: -31% !important;
  }
  .bottom-md-n32 {
    bottom: -32% !important;
  }
  .bottom-md-n33 {
    bottom: -33% !important;
  }
  .bottom-md-n34 {
    bottom: -34% !important;
  }
  .bottom-md-n35 {
    bottom: -35% !important;
  }
  .bottom-md-n36 {
    bottom: -36% !important;
  }
  .bottom-md-n37 {
    bottom: -37% !important;
  }
  .bottom-md-n38 {
    bottom: -38% !important;
  }
  .bottom-md-n39 {
    bottom: -39% !important;
  }
  .bottom-md-n40 {
    bottom: -40% !important;
  }
  .bottom-md-n41 {
    bottom: -41% !important;
  }
  .bottom-md-n42 {
    bottom: -42% !important;
  }
  .bottom-md-n43 {
    bottom: -43% !important;
  }
  .bottom-md-n44 {
    bottom: -44% !important;
  }
  .bottom-md-n45 {
    bottom: -45% !important;
  }
  .bottom-md-n46 {
    bottom: -46% !important;
  }
  .bottom-md-n47 {
    bottom: -47% !important;
  }
  .bottom-md-n48 {
    bottom: -48% !important;
  }
  .bottom-md-n49 {
    bottom: -49% !important;
  }
  .bottom-md-n50 {
    bottom: -50% !important;
  }
  .bottom-md-n51 {
    bottom: -51% !important;
  }
  .bottom-md-n52 {
    bottom: -52% !important;
  }
  .bottom-md-n53 {
    bottom: -53% !important;
  }
  .bottom-md-n54 {
    bottom: -54% !important;
  }
  .bottom-md-n55 {
    bottom: -55% !important;
  }
  .bottom-md-n56 {
    bottom: -56% !important;
  }
  .bottom-md-n57 {
    bottom: -57% !important;
  }
  .bottom-md-n58 {
    bottom: -58% !important;
  }
  .bottom-md-n59 {
    bottom: -59% !important;
  }
  .bottom-md-n60 {
    bottom: -60% !important;
  }
  .bottom-md-n61 {
    bottom: -61% !important;
  }
  .bottom-md-n62 {
    bottom: -62% !important;
  }
  .bottom-md-n63 {
    bottom: -63% !important;
  }
  .bottom-md-n64 {
    bottom: -64% !important;
  }
  .bottom-md-n65 {
    bottom: -65% !important;
  }
  .bottom-md-n66 {
    bottom: -66% !important;
  }
  .bottom-md-n67 {
    bottom: -67% !important;
  }
  .bottom-md-n68 {
    bottom: -68% !important;
  }
  .bottom-md-n69 {
    bottom: -69% !important;
  }
  .bottom-md-n70 {
    bottom: -70% !important;
  }
  .bottom-md-n71 {
    bottom: -71% !important;
  }
  .bottom-md-n72 {
    bottom: -72% !important;
  }
  .bottom-md-n73 {
    bottom: -73% !important;
  }
  .bottom-md-n74 {
    bottom: -74% !important;
  }
  .bottom-md-n75 {
    bottom: -75% !important;
  }
  .bottom-md-n76 {
    bottom: -76% !important;
  }
  .bottom-md-n77 {
    bottom: -77% !important;
  }
  .bottom-md-n78 {
    bottom: -78% !important;
  }
  .bottom-md-n79 {
    bottom: -79% !important;
  }
  .bottom-md-n80 {
    bottom: -80% !important;
  }
  .bottom-md-n81 {
    bottom: -81% !important;
  }
  .bottom-md-n82 {
    bottom: -82% !important;
  }
  .bottom-md-n83 {
    bottom: -83% !important;
  }
  .bottom-md-n84 {
    bottom: -84% !important;
  }
  .bottom-md-n85 {
    bottom: -85% !important;
  }
  .bottom-md-n86 {
    bottom: -86% !important;
  }
  .bottom-md-n87 {
    bottom: -87% !important;
  }
  .bottom-md-n88 {
    bottom: -88% !important;
  }
  .bottom-md-n89 {
    bottom: -89% !important;
  }
  .bottom-md-n90 {
    bottom: -90% !important;
  }
  .bottom-md-n91 {
    bottom: -91% !important;
  }
  .bottom-md-n92 {
    bottom: -92% !important;
  }
  .bottom-md-n93 {
    bottom: -93% !important;
  }
  .bottom-md-n94 {
    bottom: -94% !important;
  }
  .bottom-md-n95 {
    bottom: -95% !important;
  }
  .bottom-md-n96 {
    bottom: -96% !important;
  }
  .bottom-md-n97 {
    bottom: -97% !important;
  }
  .bottom-md-n98 {
    bottom: -98% !important;
  }
  .bottom-md-n99 {
    bottom: -99% !important;
  }
  .bottom-md-n100 {
    bottom: -100% !important;
  }
  .bottom-md-auto {
    bottom: auto !important;
  }
  .start-md-0 {
    left: 0% !important;
  }
  .start-md-1 {
    left: 1% !important;
  }
  .start-md-2 {
    left: 2% !important;
  }
  .start-md-3 {
    left: 3% !important;
  }
  .start-md-4 {
    left: 4% !important;
  }
  .start-md-5 {
    left: 5% !important;
  }
  .start-md-6 {
    left: 6% !important;
  }
  .start-md-7 {
    left: 7% !important;
  }
  .start-md-8 {
    left: 8% !important;
  }
  .start-md-9 {
    left: 9% !important;
  }
  .start-md-10 {
    left: 10% !important;
  }
  .start-md-11 {
    left: 11% !important;
  }
  .start-md-12 {
    left: 12% !important;
  }
  .start-md-13 {
    left: 13% !important;
  }
  .start-md-14 {
    left: 14% !important;
  }
  .start-md-15 {
    left: 15% !important;
  }
  .start-md-16 {
    left: 16% !important;
  }
  .start-md-17 {
    left: 17% !important;
  }
  .start-md-18 {
    left: 18% !important;
  }
  .start-md-19 {
    left: 19% !important;
  }
  .start-md-20 {
    left: 20% !important;
  }
  .start-md-21 {
    left: 21% !important;
  }
  .start-md-22 {
    left: 22% !important;
  }
  .start-md-23 {
    left: 23% !important;
  }
  .start-md-24 {
    left: 24% !important;
  }
  .start-md-25 {
    left: 25% !important;
  }
  .start-md-26 {
    left: 26% !important;
  }
  .start-md-27 {
    left: 27% !important;
  }
  .start-md-28 {
    left: 28% !important;
  }
  .start-md-29 {
    left: 29% !important;
  }
  .start-md-30 {
    left: 30% !important;
  }
  .start-md-31 {
    left: 31% !important;
  }
  .start-md-32 {
    left: 32% !important;
  }
  .start-md-33 {
    left: 33% !important;
  }
  .start-md-34 {
    left: 34% !important;
  }
  .start-md-35 {
    left: 35% !important;
  }
  .start-md-36 {
    left: 36% !important;
  }
  .start-md-37 {
    left: 37% !important;
  }
  .start-md-38 {
    left: 38% !important;
  }
  .start-md-39 {
    left: 39% !important;
  }
  .start-md-40 {
    left: 40% !important;
  }
  .start-md-41 {
    left: 41% !important;
  }
  .start-md-42 {
    left: 42% !important;
  }
  .start-md-43 {
    left: 43% !important;
  }
  .start-md-44 {
    left: 44% !important;
  }
  .start-md-45 {
    left: 45% !important;
  }
  .start-md-46 {
    left: 46% !important;
  }
  .start-md-47 {
    left: 47% !important;
  }
  .start-md-48 {
    left: 48% !important;
  }
  .start-md-49 {
    left: 49% !important;
  }
  .start-md-50 {
    left: 50% !important;
  }
  .start-md-51 {
    left: 51% !important;
  }
  .start-md-52 {
    left: 52% !important;
  }
  .start-md-53 {
    left: 53% !important;
  }
  .start-md-54 {
    left: 54% !important;
  }
  .start-md-55 {
    left: 55% !important;
  }
  .start-md-56 {
    left: 56% !important;
  }
  .start-md-57 {
    left: 57% !important;
  }
  .start-md-58 {
    left: 58% !important;
  }
  .start-md-59 {
    left: 59% !important;
  }
  .start-md-60 {
    left: 60% !important;
  }
  .start-md-61 {
    left: 61% !important;
  }
  .start-md-62 {
    left: 62% !important;
  }
  .start-md-63 {
    left: 63% !important;
  }
  .start-md-64 {
    left: 64% !important;
  }
  .start-md-65 {
    left: 65% !important;
  }
  .start-md-66 {
    left: 66% !important;
  }
  .start-md-67 {
    left: 67% !important;
  }
  .start-md-68 {
    left: 68% !important;
  }
  .start-md-69 {
    left: 69% !important;
  }
  .start-md-70 {
    left: 70% !important;
  }
  .start-md-71 {
    left: 71% !important;
  }
  .start-md-72 {
    left: 72% !important;
  }
  .start-md-73 {
    left: 73% !important;
  }
  .start-md-74 {
    left: 74% !important;
  }
  .start-md-75 {
    left: 75% !important;
  }
  .start-md-76 {
    left: 76% !important;
  }
  .start-md-77 {
    left: 77% !important;
  }
  .start-md-78 {
    left: 78% !important;
  }
  .start-md-79 {
    left: 79% !important;
  }
  .start-md-80 {
    left: 80% !important;
  }
  .start-md-81 {
    left: 81% !important;
  }
  .start-md-82 {
    left: 82% !important;
  }
  .start-md-83 {
    left: 83% !important;
  }
  .start-md-84 {
    left: 84% !important;
  }
  .start-md-85 {
    left: 85% !important;
  }
  .start-md-86 {
    left: 86% !important;
  }
  .start-md-87 {
    left: 87% !important;
  }
  .start-md-88 {
    left: 88% !important;
  }
  .start-md-89 {
    left: 89% !important;
  }
  .start-md-90 {
    left: 90% !important;
  }
  .start-md-91 {
    left: 91% !important;
  }
  .start-md-92 {
    left: 92% !important;
  }
  .start-md-93 {
    left: 93% !important;
  }
  .start-md-94 {
    left: 94% !important;
  }
  .start-md-95 {
    left: 95% !important;
  }
  .start-md-96 {
    left: 96% !important;
  }
  .start-md-97 {
    left: 97% !important;
  }
  .start-md-98 {
    left: 98% !important;
  }
  .start-md-99 {
    left: 99% !important;
  }
  .start-md-100 {
    left: 100% !important;
  }
  .start-md-n1 {
    left: -1% !important;
  }
  .start-md-n2 {
    left: -2% !important;
  }
  .start-md-n3 {
    left: -3% !important;
  }
  .start-md-n4 {
    left: -4% !important;
  }
  .start-md-n5 {
    left: -5% !important;
  }
  .start-md-n6 {
    left: -6% !important;
  }
  .start-md-n7 {
    left: -7% !important;
  }
  .start-md-n8 {
    left: -8% !important;
  }
  .start-md-n9 {
    left: -9% !important;
  }
  .start-md-n10 {
    left: -10% !important;
  }
  .start-md-n11 {
    left: -11% !important;
  }
  .start-md-n12 {
    left: -12% !important;
  }
  .start-md-n13 {
    left: -13% !important;
  }
  .start-md-n14 {
    left: -14% !important;
  }
  .start-md-n15 {
    left: -15% !important;
  }
  .start-md-n16 {
    left: -16% !important;
  }
  .start-md-n17 {
    left: -17% !important;
  }
  .start-md-n18 {
    left: -18% !important;
  }
  .start-md-n19 {
    left: -19% !important;
  }
  .start-md-n20 {
    left: -20% !important;
  }
  .start-md-n21 {
    left: -21% !important;
  }
  .start-md-n22 {
    left: -22% !important;
  }
  .start-md-n23 {
    left: -23% !important;
  }
  .start-md-n24 {
    left: -24% !important;
  }
  .start-md-n25 {
    left: -25% !important;
  }
  .start-md-n26 {
    left: -26% !important;
  }
  .start-md-n27 {
    left: -27% !important;
  }
  .start-md-n28 {
    left: -28% !important;
  }
  .start-md-n29 {
    left: -29% !important;
  }
  .start-md-n30 {
    left: -30% !important;
  }
  .start-md-n31 {
    left: -31% !important;
  }
  .start-md-n32 {
    left: -32% !important;
  }
  .start-md-n33 {
    left: -33% !important;
  }
  .start-md-n34 {
    left: -34% !important;
  }
  .start-md-n35 {
    left: -35% !important;
  }
  .start-md-n36 {
    left: -36% !important;
  }
  .start-md-n37 {
    left: -37% !important;
  }
  .start-md-n38 {
    left: -38% !important;
  }
  .start-md-n39 {
    left: -39% !important;
  }
  .start-md-n40 {
    left: -40% !important;
  }
  .start-md-n41 {
    left: -41% !important;
  }
  .start-md-n42 {
    left: -42% !important;
  }
  .start-md-n43 {
    left: -43% !important;
  }
  .start-md-n44 {
    left: -44% !important;
  }
  .start-md-n45 {
    left: -45% !important;
  }
  .start-md-n46 {
    left: -46% !important;
  }
  .start-md-n47 {
    left: -47% !important;
  }
  .start-md-n48 {
    left: -48% !important;
  }
  .start-md-n49 {
    left: -49% !important;
  }
  .start-md-n50 {
    left: -50% !important;
  }
  .start-md-n51 {
    left: -51% !important;
  }
  .start-md-n52 {
    left: -52% !important;
  }
  .start-md-n53 {
    left: -53% !important;
  }
  .start-md-n54 {
    left: -54% !important;
  }
  .start-md-n55 {
    left: -55% !important;
  }
  .start-md-n56 {
    left: -56% !important;
  }
  .start-md-n57 {
    left: -57% !important;
  }
  .start-md-n58 {
    left: -58% !important;
  }
  .start-md-n59 {
    left: -59% !important;
  }
  .start-md-n60 {
    left: -60% !important;
  }
  .start-md-n61 {
    left: -61% !important;
  }
  .start-md-n62 {
    left: -62% !important;
  }
  .start-md-n63 {
    left: -63% !important;
  }
  .start-md-n64 {
    left: -64% !important;
  }
  .start-md-n65 {
    left: -65% !important;
  }
  .start-md-n66 {
    left: -66% !important;
  }
  .start-md-n67 {
    left: -67% !important;
  }
  .start-md-n68 {
    left: -68% !important;
  }
  .start-md-n69 {
    left: -69% !important;
  }
  .start-md-n70 {
    left: -70% !important;
  }
  .start-md-n71 {
    left: -71% !important;
  }
  .start-md-n72 {
    left: -72% !important;
  }
  .start-md-n73 {
    left: -73% !important;
  }
  .start-md-n74 {
    left: -74% !important;
  }
  .start-md-n75 {
    left: -75% !important;
  }
  .start-md-n76 {
    left: -76% !important;
  }
  .start-md-n77 {
    left: -77% !important;
  }
  .start-md-n78 {
    left: -78% !important;
  }
  .start-md-n79 {
    left: -79% !important;
  }
  .start-md-n80 {
    left: -80% !important;
  }
  .start-md-n81 {
    left: -81% !important;
  }
  .start-md-n82 {
    left: -82% !important;
  }
  .start-md-n83 {
    left: -83% !important;
  }
  .start-md-n84 {
    left: -84% !important;
  }
  .start-md-n85 {
    left: -85% !important;
  }
  .start-md-n86 {
    left: -86% !important;
  }
  .start-md-n87 {
    left: -87% !important;
  }
  .start-md-n88 {
    left: -88% !important;
  }
  .start-md-n89 {
    left: -89% !important;
  }
  .start-md-n90 {
    left: -90% !important;
  }
  .start-md-n91 {
    left: -91% !important;
  }
  .start-md-n92 {
    left: -92% !important;
  }
  .start-md-n93 {
    left: -93% !important;
  }
  .start-md-n94 {
    left: -94% !important;
  }
  .start-md-n95 {
    left: -95% !important;
  }
  .start-md-n96 {
    left: -96% !important;
  }
  .start-md-n97 {
    left: -97% !important;
  }
  .start-md-n98 {
    left: -98% !important;
  }
  .start-md-n99 {
    left: -99% !important;
  }
  .start-md-n100 {
    left: -100% !important;
  }
  .start-md-auto {
    left: auto !important;
  }
  .end-md-0 {
    right: 0% !important;
  }
  .end-md-1 {
    right: 1% !important;
  }
  .end-md-2 {
    right: 2% !important;
  }
  .end-md-3 {
    right: 3% !important;
  }
  .end-md-4 {
    right: 4% !important;
  }
  .end-md-5 {
    right: 5% !important;
  }
  .end-md-6 {
    right: 6% !important;
  }
  .end-md-7 {
    right: 7% !important;
  }
  .end-md-8 {
    right: 8% !important;
  }
  .end-md-9 {
    right: 9% !important;
  }
  .end-md-10 {
    right: 10% !important;
  }
  .end-md-11 {
    right: 11% !important;
  }
  .end-md-12 {
    right: 12% !important;
  }
  .end-md-13 {
    right: 13% !important;
  }
  .end-md-14 {
    right: 14% !important;
  }
  .end-md-15 {
    right: 15% !important;
  }
  .end-md-16 {
    right: 16% !important;
  }
  .end-md-17 {
    right: 17% !important;
  }
  .end-md-18 {
    right: 18% !important;
  }
  .end-md-19 {
    right: 19% !important;
  }
  .end-md-20 {
    right: 20% !important;
  }
  .end-md-21 {
    right: 21% !important;
  }
  .end-md-22 {
    right: 22% !important;
  }
  .end-md-23 {
    right: 23% !important;
  }
  .end-md-24 {
    right: 24% !important;
  }
  .end-md-25 {
    right: 25% !important;
  }
  .end-md-26 {
    right: 26% !important;
  }
  .end-md-27 {
    right: 27% !important;
  }
  .end-md-28 {
    right: 28% !important;
  }
  .end-md-29 {
    right: 29% !important;
  }
  .end-md-30 {
    right: 30% !important;
  }
  .end-md-31 {
    right: 31% !important;
  }
  .end-md-32 {
    right: 32% !important;
  }
  .end-md-33 {
    right: 33% !important;
  }
  .end-md-34 {
    right: 34% !important;
  }
  .end-md-35 {
    right: 35% !important;
  }
  .end-md-36 {
    right: 36% !important;
  }
  .end-md-37 {
    right: 37% !important;
  }
  .end-md-38 {
    right: 38% !important;
  }
  .end-md-39 {
    right: 39% !important;
  }
  .end-md-40 {
    right: 40% !important;
  }
  .end-md-41 {
    right: 41% !important;
  }
  .end-md-42 {
    right: 42% !important;
  }
  .end-md-43 {
    right: 43% !important;
  }
  .end-md-44 {
    right: 44% !important;
  }
  .end-md-45 {
    right: 45% !important;
  }
  .end-md-46 {
    right: 46% !important;
  }
  .end-md-47 {
    right: 47% !important;
  }
  .end-md-48 {
    right: 48% !important;
  }
  .end-md-49 {
    right: 49% !important;
  }
  .end-md-50 {
    right: 50% !important;
  }
  .end-md-51 {
    right: 51% !important;
  }
  .end-md-52 {
    right: 52% !important;
  }
  .end-md-53 {
    right: 53% !important;
  }
  .end-md-54 {
    right: 54% !important;
  }
  .end-md-55 {
    right: 55% !important;
  }
  .end-md-56 {
    right: 56% !important;
  }
  .end-md-57 {
    right: 57% !important;
  }
  .end-md-58 {
    right: 58% !important;
  }
  .end-md-59 {
    right: 59% !important;
  }
  .end-md-60 {
    right: 60% !important;
  }
  .end-md-61 {
    right: 61% !important;
  }
  .end-md-62 {
    right: 62% !important;
  }
  .end-md-63 {
    right: 63% !important;
  }
  .end-md-64 {
    right: 64% !important;
  }
  .end-md-65 {
    right: 65% !important;
  }
  .end-md-66 {
    right: 66% !important;
  }
  .end-md-67 {
    right: 67% !important;
  }
  .end-md-68 {
    right: 68% !important;
  }
  .end-md-69 {
    right: 69% !important;
  }
  .end-md-70 {
    right: 70% !important;
  }
  .end-md-71 {
    right: 71% !important;
  }
  .end-md-72 {
    right: 72% !important;
  }
  .end-md-73 {
    right: 73% !important;
  }
  .end-md-74 {
    right: 74% !important;
  }
  .end-md-75 {
    right: 75% !important;
  }
  .end-md-76 {
    right: 76% !important;
  }
  .end-md-77 {
    right: 77% !important;
  }
  .end-md-78 {
    right: 78% !important;
  }
  .end-md-79 {
    right: 79% !important;
  }
  .end-md-80 {
    right: 80% !important;
  }
  .end-md-81 {
    right: 81% !important;
  }
  .end-md-82 {
    right: 82% !important;
  }
  .end-md-83 {
    right: 83% !important;
  }
  .end-md-84 {
    right: 84% !important;
  }
  .end-md-85 {
    right: 85% !important;
  }
  .end-md-86 {
    right: 86% !important;
  }
  .end-md-87 {
    right: 87% !important;
  }
  .end-md-88 {
    right: 88% !important;
  }
  .end-md-89 {
    right: 89% !important;
  }
  .end-md-90 {
    right: 90% !important;
  }
  .end-md-91 {
    right: 91% !important;
  }
  .end-md-92 {
    right: 92% !important;
  }
  .end-md-93 {
    right: 93% !important;
  }
  .end-md-94 {
    right: 94% !important;
  }
  .end-md-95 {
    right: 95% !important;
  }
  .end-md-96 {
    right: 96% !important;
  }
  .end-md-97 {
    right: 97% !important;
  }
  .end-md-98 {
    right: 98% !important;
  }
  .end-md-99 {
    right: 99% !important;
  }
  .end-md-100 {
    right: 100% !important;
  }
  .end-md-n1 {
    right: -1% !important;
  }
  .end-md-n2 {
    right: -2% !important;
  }
  .end-md-n3 {
    right: -3% !important;
  }
  .end-md-n4 {
    right: -4% !important;
  }
  .end-md-n5 {
    right: -5% !important;
  }
  .end-md-n6 {
    right: -6% !important;
  }
  .end-md-n7 {
    right: -7% !important;
  }
  .end-md-n8 {
    right: -8% !important;
  }
  .end-md-n9 {
    right: -9% !important;
  }
  .end-md-n10 {
    right: -10% !important;
  }
  .end-md-n11 {
    right: -11% !important;
  }
  .end-md-n12 {
    right: -12% !important;
  }
  .end-md-n13 {
    right: -13% !important;
  }
  .end-md-n14 {
    right: -14% !important;
  }
  .end-md-n15 {
    right: -15% !important;
  }
  .end-md-n16 {
    right: -16% !important;
  }
  .end-md-n17 {
    right: -17% !important;
  }
  .end-md-n18 {
    right: -18% !important;
  }
  .end-md-n19 {
    right: -19% !important;
  }
  .end-md-n20 {
    right: -20% !important;
  }
  .end-md-n21 {
    right: -21% !important;
  }
  .end-md-n22 {
    right: -22% !important;
  }
  .end-md-n23 {
    right: -23% !important;
  }
  .end-md-n24 {
    right: -24% !important;
  }
  .end-md-n25 {
    right: -25% !important;
  }
  .end-md-n26 {
    right: -26% !important;
  }
  .end-md-n27 {
    right: -27% !important;
  }
  .end-md-n28 {
    right: -28% !important;
  }
  .end-md-n29 {
    right: -29% !important;
  }
  .end-md-n30 {
    right: -30% !important;
  }
  .end-md-n31 {
    right: -31% !important;
  }
  .end-md-n32 {
    right: -32% !important;
  }
  .end-md-n33 {
    right: -33% !important;
  }
  .end-md-n34 {
    right: -34% !important;
  }
  .end-md-n35 {
    right: -35% !important;
  }
  .end-md-n36 {
    right: -36% !important;
  }
  .end-md-n37 {
    right: -37% !important;
  }
  .end-md-n38 {
    right: -38% !important;
  }
  .end-md-n39 {
    right: -39% !important;
  }
  .end-md-n40 {
    right: -40% !important;
  }
  .end-md-n41 {
    right: -41% !important;
  }
  .end-md-n42 {
    right: -42% !important;
  }
  .end-md-n43 {
    right: -43% !important;
  }
  .end-md-n44 {
    right: -44% !important;
  }
  .end-md-n45 {
    right: -45% !important;
  }
  .end-md-n46 {
    right: -46% !important;
  }
  .end-md-n47 {
    right: -47% !important;
  }
  .end-md-n48 {
    right: -48% !important;
  }
  .end-md-n49 {
    right: -49% !important;
  }
  .end-md-n50 {
    right: -50% !important;
  }
  .end-md-n51 {
    right: -51% !important;
  }
  .end-md-n52 {
    right: -52% !important;
  }
  .end-md-n53 {
    right: -53% !important;
  }
  .end-md-n54 {
    right: -54% !important;
  }
  .end-md-n55 {
    right: -55% !important;
  }
  .end-md-n56 {
    right: -56% !important;
  }
  .end-md-n57 {
    right: -57% !important;
  }
  .end-md-n58 {
    right: -58% !important;
  }
  .end-md-n59 {
    right: -59% !important;
  }
  .end-md-n60 {
    right: -60% !important;
  }
  .end-md-n61 {
    right: -61% !important;
  }
  .end-md-n62 {
    right: -62% !important;
  }
  .end-md-n63 {
    right: -63% !important;
  }
  .end-md-n64 {
    right: -64% !important;
  }
  .end-md-n65 {
    right: -65% !important;
  }
  .end-md-n66 {
    right: -66% !important;
  }
  .end-md-n67 {
    right: -67% !important;
  }
  .end-md-n68 {
    right: -68% !important;
  }
  .end-md-n69 {
    right: -69% !important;
  }
  .end-md-n70 {
    right: -70% !important;
  }
  .end-md-n71 {
    right: -71% !important;
  }
  .end-md-n72 {
    right: -72% !important;
  }
  .end-md-n73 {
    right: -73% !important;
  }
  .end-md-n74 {
    right: -74% !important;
  }
  .end-md-n75 {
    right: -75% !important;
  }
  .end-md-n76 {
    right: -76% !important;
  }
  .end-md-n77 {
    right: -77% !important;
  }
  .end-md-n78 {
    right: -78% !important;
  }
  .end-md-n79 {
    right: -79% !important;
  }
  .end-md-n80 {
    right: -80% !important;
  }
  .end-md-n81 {
    right: -81% !important;
  }
  .end-md-n82 {
    right: -82% !important;
  }
  .end-md-n83 {
    right: -83% !important;
  }
  .end-md-n84 {
    right: -84% !important;
  }
  .end-md-n85 {
    right: -85% !important;
  }
  .end-md-n86 {
    right: -86% !important;
  }
  .end-md-n87 {
    right: -87% !important;
  }
  .end-md-n88 {
    right: -88% !important;
  }
  .end-md-n89 {
    right: -89% !important;
  }
  .end-md-n90 {
    right: -90% !important;
  }
  .end-md-n91 {
    right: -91% !important;
  }
  .end-md-n92 {
    right: -92% !important;
  }
  .end-md-n93 {
    right: -93% !important;
  }
  .end-md-n94 {
    right: -94% !important;
  }
  .end-md-n95 {
    right: -95% !important;
  }
  .end-md-n96 {
    right: -96% !important;
  }
  .end-md-n97 {
    right: -97% !important;
  }
  .end-md-n98 {
    right: -98% !important;
  }
  .end-md-n99 {
    right: -99% !important;
  }
  .end-md-n100 {
    right: -100% !important;
  }
  .end-md-auto {
    right: auto !important;
  }
  .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }
  .translate-middle-md-none {
    transform: translate(0, 0) !important;
  }
  .border-md {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-top-md {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .border-end-md {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-md-0 {
    border-right: 0 !important;
  }
  .border-bottom-md {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .border-start-md {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-md-0 {
    border-left: 0 !important;
  }
  .border-md-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-tertiary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-grey {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-grey-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-placeholder {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-placeholder-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-transparent {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-transparent-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-1 {
    border-width: 1px !important;
  }
  .border-md-2 {
    border-width: 2px !important;
  }
  .border-md-3 {
    border-width: 3px !important;
  }
  .border-md-4 {
    border-width: 4px !important;
  }
  .border-md-5 {
    border-width: 5px !important;
  }
  .w-md-0 {
    width: 0% !important;
  }
  .w-md-1 {
    width: 1% !important;
  }
  .w-md-2 {
    width: 2% !important;
  }
  .w-md-3 {
    width: 3% !important;
  }
  .w-md-4 {
    width: 4% !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-6 {
    width: 6% !important;
  }
  .w-md-7 {
    width: 7% !important;
  }
  .w-md-8 {
    width: 8% !important;
  }
  .w-md-9 {
    width: 9% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-11 {
    width: 11% !important;
  }
  .w-md-12 {
    width: 12% !important;
  }
  .w-md-13 {
    width: 13% !important;
  }
  .w-md-14 {
    width: 14% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-16 {
    width: 16% !important;
  }
  .w-md-17 {
    width: 17% !important;
  }
  .w-md-18 {
    width: 18% !important;
  }
  .w-md-19 {
    width: 19% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-21 {
    width: 21% !important;
  }
  .w-md-22 {
    width: 22% !important;
  }
  .w-md-23 {
    width: 23% !important;
  }
  .w-md-24 {
    width: 24% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-26 {
    width: 26% !important;
  }
  .w-md-27 {
    width: 27% !important;
  }
  .w-md-28 {
    width: 28% !important;
  }
  .w-md-29 {
    width: 29% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-31 {
    width: 31% !important;
  }
  .w-md-32 {
    width: 32% !important;
  }
  .w-md-33 {
    width: 33% !important;
  }
  .w-md-34 {
    width: 34% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-36 {
    width: 36% !important;
  }
  .w-md-37 {
    width: 37% !important;
  }
  .w-md-38 {
    width: 38% !important;
  }
  .w-md-39 {
    width: 39% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-41 {
    width: 41% !important;
  }
  .w-md-42 {
    width: 42% !important;
  }
  .w-md-43 {
    width: 43% !important;
  }
  .w-md-44 {
    width: 44% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-46 {
    width: 46% !important;
  }
  .w-md-47 {
    width: 47% !important;
  }
  .w-md-48 {
    width: 48% !important;
  }
  .w-md-49 {
    width: 49% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-51 {
    width: 51% !important;
  }
  .w-md-52 {
    width: 52% !important;
  }
  .w-md-53 {
    width: 53% !important;
  }
  .w-md-54 {
    width: 54% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-56 {
    width: 56% !important;
  }
  .w-md-57 {
    width: 57% !important;
  }
  .w-md-58 {
    width: 58% !important;
  }
  .w-md-59 {
    width: 59% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-61 {
    width: 61% !important;
  }
  .w-md-62 {
    width: 62% !important;
  }
  .w-md-63 {
    width: 63% !important;
  }
  .w-md-64 {
    width: 64% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-66 {
    width: 66% !important;
  }
  .w-md-67 {
    width: 67% !important;
  }
  .w-md-68 {
    width: 68% !important;
  }
  .w-md-69 {
    width: 69% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-71 {
    width: 71% !important;
  }
  .w-md-72 {
    width: 72% !important;
  }
  .w-md-73 {
    width: 73% !important;
  }
  .w-md-74 {
    width: 74% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-76 {
    width: 76% !important;
  }
  .w-md-77 {
    width: 77% !important;
  }
  .w-md-78 {
    width: 78% !important;
  }
  .w-md-79 {
    width: 79% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-81 {
    width: 81% !important;
  }
  .w-md-82 {
    width: 82% !important;
  }
  .w-md-83 {
    width: 83% !important;
  }
  .w-md-84 {
    width: 84% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-86 {
    width: 86% !important;
  }
  .w-md-87 {
    width: 87% !important;
  }
  .w-md-88 {
    width: 88% !important;
  }
  .w-md-89 {
    width: 89% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-91 {
    width: 91% !important;
  }
  .w-md-92 {
    width: 92% !important;
  }
  .w-md-93 {
    width: 93% !important;
  }
  .w-md-94 {
    width: 94% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-96 {
    width: 96% !important;
  }
  .w-md-97 {
    width: 97% !important;
  }
  .w-md-98 {
    width: 98% !important;
  }
  .w-md-99 {
    width: 99% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-n1 {
    width: -1% !important;
  }
  .w-md-n2 {
    width: -2% !important;
  }
  .w-md-n3 {
    width: -3% !important;
  }
  .w-md-n4 {
    width: -4% !important;
  }
  .w-md-n5 {
    width: -5% !important;
  }
  .w-md-n6 {
    width: -6% !important;
  }
  .w-md-n7 {
    width: -7% !important;
  }
  .w-md-n8 {
    width: -8% !important;
  }
  .w-md-n9 {
    width: -9% !important;
  }
  .w-md-n10 {
    width: -10% !important;
  }
  .w-md-n11 {
    width: -11% !important;
  }
  .w-md-n12 {
    width: -12% !important;
  }
  .w-md-n13 {
    width: -13% !important;
  }
  .w-md-n14 {
    width: -14% !important;
  }
  .w-md-n15 {
    width: -15% !important;
  }
  .w-md-n16 {
    width: -16% !important;
  }
  .w-md-n17 {
    width: -17% !important;
  }
  .w-md-n18 {
    width: -18% !important;
  }
  .w-md-n19 {
    width: -19% !important;
  }
  .w-md-n20 {
    width: -20% !important;
  }
  .w-md-n21 {
    width: -21% !important;
  }
  .w-md-n22 {
    width: -22% !important;
  }
  .w-md-n23 {
    width: -23% !important;
  }
  .w-md-n24 {
    width: -24% !important;
  }
  .w-md-n25 {
    width: -25% !important;
  }
  .w-md-n26 {
    width: -26% !important;
  }
  .w-md-n27 {
    width: -27% !important;
  }
  .w-md-n28 {
    width: -28% !important;
  }
  .w-md-n29 {
    width: -29% !important;
  }
  .w-md-n30 {
    width: -30% !important;
  }
  .w-md-n31 {
    width: -31% !important;
  }
  .w-md-n32 {
    width: -32% !important;
  }
  .w-md-n33 {
    width: -33% !important;
  }
  .w-md-n34 {
    width: -34% !important;
  }
  .w-md-n35 {
    width: -35% !important;
  }
  .w-md-n36 {
    width: -36% !important;
  }
  .w-md-n37 {
    width: -37% !important;
  }
  .w-md-n38 {
    width: -38% !important;
  }
  .w-md-n39 {
    width: -39% !important;
  }
  .w-md-n40 {
    width: -40% !important;
  }
  .w-md-n41 {
    width: -41% !important;
  }
  .w-md-n42 {
    width: -42% !important;
  }
  .w-md-n43 {
    width: -43% !important;
  }
  .w-md-n44 {
    width: -44% !important;
  }
  .w-md-n45 {
    width: -45% !important;
  }
  .w-md-n46 {
    width: -46% !important;
  }
  .w-md-n47 {
    width: -47% !important;
  }
  .w-md-n48 {
    width: -48% !important;
  }
  .w-md-n49 {
    width: -49% !important;
  }
  .w-md-n50 {
    width: -50% !important;
  }
  .w-md-n51 {
    width: -51% !important;
  }
  .w-md-n52 {
    width: -52% !important;
  }
  .w-md-n53 {
    width: -53% !important;
  }
  .w-md-n54 {
    width: -54% !important;
  }
  .w-md-n55 {
    width: -55% !important;
  }
  .w-md-n56 {
    width: -56% !important;
  }
  .w-md-n57 {
    width: -57% !important;
  }
  .w-md-n58 {
    width: -58% !important;
  }
  .w-md-n59 {
    width: -59% !important;
  }
  .w-md-n60 {
    width: -60% !important;
  }
  .w-md-n61 {
    width: -61% !important;
  }
  .w-md-n62 {
    width: -62% !important;
  }
  .w-md-n63 {
    width: -63% !important;
  }
  .w-md-n64 {
    width: -64% !important;
  }
  .w-md-n65 {
    width: -65% !important;
  }
  .w-md-n66 {
    width: -66% !important;
  }
  .w-md-n67 {
    width: -67% !important;
  }
  .w-md-n68 {
    width: -68% !important;
  }
  .w-md-n69 {
    width: -69% !important;
  }
  .w-md-n70 {
    width: -70% !important;
  }
  .w-md-n71 {
    width: -71% !important;
  }
  .w-md-n72 {
    width: -72% !important;
  }
  .w-md-n73 {
    width: -73% !important;
  }
  .w-md-n74 {
    width: -74% !important;
  }
  .w-md-n75 {
    width: -75% !important;
  }
  .w-md-n76 {
    width: -76% !important;
  }
  .w-md-n77 {
    width: -77% !important;
  }
  .w-md-n78 {
    width: -78% !important;
  }
  .w-md-n79 {
    width: -79% !important;
  }
  .w-md-n80 {
    width: -80% !important;
  }
  .w-md-n81 {
    width: -81% !important;
  }
  .w-md-n82 {
    width: -82% !important;
  }
  .w-md-n83 {
    width: -83% !important;
  }
  .w-md-n84 {
    width: -84% !important;
  }
  .w-md-n85 {
    width: -85% !important;
  }
  .w-md-n86 {
    width: -86% !important;
  }
  .w-md-n87 {
    width: -87% !important;
  }
  .w-md-n88 {
    width: -88% !important;
  }
  .w-md-n89 {
    width: -89% !important;
  }
  .w-md-n90 {
    width: -90% !important;
  }
  .w-md-n91 {
    width: -91% !important;
  }
  .w-md-n92 {
    width: -92% !important;
  }
  .w-md-n93 {
    width: -93% !important;
  }
  .w-md-n94 {
    width: -94% !important;
  }
  .w-md-n95 {
    width: -95% !important;
  }
  .w-md-n96 {
    width: -96% !important;
  }
  .w-md-n97 {
    width: -97% !important;
  }
  .w-md-n98 {
    width: -98% !important;
  }
  .w-md-n99 {
    width: -99% !important;
  }
  .w-md-n100 {
    width: -100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-fit-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .w-md-max-content {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .w-md-fill {
    width: -webkit-fill-available !important;
  }
  .h-md-0 {
    height: 0% !important;
  }
  .h-md-1 {
    height: 1% !important;
  }
  .h-md-2 {
    height: 2% !important;
  }
  .h-md-3 {
    height: 3% !important;
  }
  .h-md-4 {
    height: 4% !important;
  }
  .h-md-5 {
    height: 5% !important;
  }
  .h-md-6 {
    height: 6% !important;
  }
  .h-md-7 {
    height: 7% !important;
  }
  .h-md-8 {
    height: 8% !important;
  }
  .h-md-9 {
    height: 9% !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .h-md-11 {
    height: 11% !important;
  }
  .h-md-12 {
    height: 12% !important;
  }
  .h-md-13 {
    height: 13% !important;
  }
  .h-md-14 {
    height: 14% !important;
  }
  .h-md-15 {
    height: 15% !important;
  }
  .h-md-16 {
    height: 16% !important;
  }
  .h-md-17 {
    height: 17% !important;
  }
  .h-md-18 {
    height: 18% !important;
  }
  .h-md-19 {
    height: 19% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-21 {
    height: 21% !important;
  }
  .h-md-22 {
    height: 22% !important;
  }
  .h-md-23 {
    height: 23% !important;
  }
  .h-md-24 {
    height: 24% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-26 {
    height: 26% !important;
  }
  .h-md-27 {
    height: 27% !important;
  }
  .h-md-28 {
    height: 28% !important;
  }
  .h-md-29 {
    height: 29% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-31 {
    height: 31% !important;
  }
  .h-md-32 {
    height: 32% !important;
  }
  .h-md-33 {
    height: 33% !important;
  }
  .h-md-34 {
    height: 34% !important;
  }
  .h-md-35 {
    height: 35% !important;
  }
  .h-md-36 {
    height: 36% !important;
  }
  .h-md-37 {
    height: 37% !important;
  }
  .h-md-38 {
    height: 38% !important;
  }
  .h-md-39 {
    height: 39% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-41 {
    height: 41% !important;
  }
  .h-md-42 {
    height: 42% !important;
  }
  .h-md-43 {
    height: 43% !important;
  }
  .h-md-44 {
    height: 44% !important;
  }
  .h-md-45 {
    height: 45% !important;
  }
  .h-md-46 {
    height: 46% !important;
  }
  .h-md-47 {
    height: 47% !important;
  }
  .h-md-48 {
    height: 48% !important;
  }
  .h-md-49 {
    height: 49% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-51 {
    height: 51% !important;
  }
  .h-md-52 {
    height: 52% !important;
  }
  .h-md-53 {
    height: 53% !important;
  }
  .h-md-54 {
    height: 54% !important;
  }
  .h-md-55 {
    height: 55% !important;
  }
  .h-md-56 {
    height: 56% !important;
  }
  .h-md-57 {
    height: 57% !important;
  }
  .h-md-58 {
    height: 58% !important;
  }
  .h-md-59 {
    height: 59% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-61 {
    height: 61% !important;
  }
  .h-md-62 {
    height: 62% !important;
  }
  .h-md-63 {
    height: 63% !important;
  }
  .h-md-64 {
    height: 64% !important;
  }
  .h-md-65 {
    height: 65% !important;
  }
  .h-md-66 {
    height: 66% !important;
  }
  .h-md-67 {
    height: 67% !important;
  }
  .h-md-68 {
    height: 68% !important;
  }
  .h-md-69 {
    height: 69% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .h-md-71 {
    height: 71% !important;
  }
  .h-md-72 {
    height: 72% !important;
  }
  .h-md-73 {
    height: 73% !important;
  }
  .h-md-74 {
    height: 74% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-76 {
    height: 76% !important;
  }
  .h-md-77 {
    height: 77% !important;
  }
  .h-md-78 {
    height: 78% !important;
  }
  .h-md-79 {
    height: 79% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-81 {
    height: 81% !important;
  }
  .h-md-82 {
    height: 82% !important;
  }
  .h-md-83 {
    height: 83% !important;
  }
  .h-md-84 {
    height: 84% !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
  .h-md-86 {
    height: 86% !important;
  }
  .h-md-87 {
    height: 87% !important;
  }
  .h-md-88 {
    height: 88% !important;
  }
  .h-md-89 {
    height: 89% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .h-md-91 {
    height: 91% !important;
  }
  .h-md-92 {
    height: 92% !important;
  }
  .h-md-93 {
    height: 93% !important;
  }
  .h-md-94 {
    height: 94% !important;
  }
  .h-md-95 {
    height: 95% !important;
  }
  .h-md-96 {
    height: 96% !important;
  }
  .h-md-97 {
    height: 97% !important;
  }
  .h-md-98 {
    height: 98% !important;
  }
  .h-md-99 {
    height: 99% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-n1 {
    height: -1% !important;
  }
  .h-md-n2 {
    height: -2% !important;
  }
  .h-md-n3 {
    height: -3% !important;
  }
  .h-md-n4 {
    height: -4% !important;
  }
  .h-md-n5 {
    height: -5% !important;
  }
  .h-md-n6 {
    height: -6% !important;
  }
  .h-md-n7 {
    height: -7% !important;
  }
  .h-md-n8 {
    height: -8% !important;
  }
  .h-md-n9 {
    height: -9% !important;
  }
  .h-md-n10 {
    height: -10% !important;
  }
  .h-md-n11 {
    height: -11% !important;
  }
  .h-md-n12 {
    height: -12% !important;
  }
  .h-md-n13 {
    height: -13% !important;
  }
  .h-md-n14 {
    height: -14% !important;
  }
  .h-md-n15 {
    height: -15% !important;
  }
  .h-md-n16 {
    height: -16% !important;
  }
  .h-md-n17 {
    height: -17% !important;
  }
  .h-md-n18 {
    height: -18% !important;
  }
  .h-md-n19 {
    height: -19% !important;
  }
  .h-md-n20 {
    height: -20% !important;
  }
  .h-md-n21 {
    height: -21% !important;
  }
  .h-md-n22 {
    height: -22% !important;
  }
  .h-md-n23 {
    height: -23% !important;
  }
  .h-md-n24 {
    height: -24% !important;
  }
  .h-md-n25 {
    height: -25% !important;
  }
  .h-md-n26 {
    height: -26% !important;
  }
  .h-md-n27 {
    height: -27% !important;
  }
  .h-md-n28 {
    height: -28% !important;
  }
  .h-md-n29 {
    height: -29% !important;
  }
  .h-md-n30 {
    height: -30% !important;
  }
  .h-md-n31 {
    height: -31% !important;
  }
  .h-md-n32 {
    height: -32% !important;
  }
  .h-md-n33 {
    height: -33% !important;
  }
  .h-md-n34 {
    height: -34% !important;
  }
  .h-md-n35 {
    height: -35% !important;
  }
  .h-md-n36 {
    height: -36% !important;
  }
  .h-md-n37 {
    height: -37% !important;
  }
  .h-md-n38 {
    height: -38% !important;
  }
  .h-md-n39 {
    height: -39% !important;
  }
  .h-md-n40 {
    height: -40% !important;
  }
  .h-md-n41 {
    height: -41% !important;
  }
  .h-md-n42 {
    height: -42% !important;
  }
  .h-md-n43 {
    height: -43% !important;
  }
  .h-md-n44 {
    height: -44% !important;
  }
  .h-md-n45 {
    height: -45% !important;
  }
  .h-md-n46 {
    height: -46% !important;
  }
  .h-md-n47 {
    height: -47% !important;
  }
  .h-md-n48 {
    height: -48% !important;
  }
  .h-md-n49 {
    height: -49% !important;
  }
  .h-md-n50 {
    height: -50% !important;
  }
  .h-md-n51 {
    height: -51% !important;
  }
  .h-md-n52 {
    height: -52% !important;
  }
  .h-md-n53 {
    height: -53% !important;
  }
  .h-md-n54 {
    height: -54% !important;
  }
  .h-md-n55 {
    height: -55% !important;
  }
  .h-md-n56 {
    height: -56% !important;
  }
  .h-md-n57 {
    height: -57% !important;
  }
  .h-md-n58 {
    height: -58% !important;
  }
  .h-md-n59 {
    height: -59% !important;
  }
  .h-md-n60 {
    height: -60% !important;
  }
  .h-md-n61 {
    height: -61% !important;
  }
  .h-md-n62 {
    height: -62% !important;
  }
  .h-md-n63 {
    height: -63% !important;
  }
  .h-md-n64 {
    height: -64% !important;
  }
  .h-md-n65 {
    height: -65% !important;
  }
  .h-md-n66 {
    height: -66% !important;
  }
  .h-md-n67 {
    height: -67% !important;
  }
  .h-md-n68 {
    height: -68% !important;
  }
  .h-md-n69 {
    height: -69% !important;
  }
  .h-md-n70 {
    height: -70% !important;
  }
  .h-md-n71 {
    height: -71% !important;
  }
  .h-md-n72 {
    height: -72% !important;
  }
  .h-md-n73 {
    height: -73% !important;
  }
  .h-md-n74 {
    height: -74% !important;
  }
  .h-md-n75 {
    height: -75% !important;
  }
  .h-md-n76 {
    height: -76% !important;
  }
  .h-md-n77 {
    height: -77% !important;
  }
  .h-md-n78 {
    height: -78% !important;
  }
  .h-md-n79 {
    height: -79% !important;
  }
  .h-md-n80 {
    height: -80% !important;
  }
  .h-md-n81 {
    height: -81% !important;
  }
  .h-md-n82 {
    height: -82% !important;
  }
  .h-md-n83 {
    height: -83% !important;
  }
  .h-md-n84 {
    height: -84% !important;
  }
  .h-md-n85 {
    height: -85% !important;
  }
  .h-md-n86 {
    height: -86% !important;
  }
  .h-md-n87 {
    height: -87% !important;
  }
  .h-md-n88 {
    height: -88% !important;
  }
  .h-md-n89 {
    height: -89% !important;
  }
  .h-md-n90 {
    height: -90% !important;
  }
  .h-md-n91 {
    height: -91% !important;
  }
  .h-md-n92 {
    height: -92% !important;
  }
  .h-md-n93 {
    height: -93% !important;
  }
  .h-md-n94 {
    height: -94% !important;
  }
  .h-md-n95 {
    height: -95% !important;
  }
  .h-md-n96 {
    height: -96% !important;
  }
  .h-md-n97 {
    height: -97% !important;
  }
  .h-md-n98 {
    height: -98% !important;
  }
  .h-md-n99 {
    height: -99% !important;
  }
  .h-md-n100 {
    height: -100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-fit-content {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .h-md-max-content {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .h-md-fill {
    height: -webkit-fill-available !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-6 {
    margin: 6rem !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !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-6 {
    margin-top: 6rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-auto {
    margin-right: 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-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-auto {
    margin-left: 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-n6 {
    margin: -6rem !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-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !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-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !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-n6 {
    margin-top: -6rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n6 {
    margin-right: -6rem !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-n6 {
    margin-bottom: -6rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n6 {
    margin-left: -6rem !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-6 {
    padding: 6rem !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-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !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-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !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-6 {
    padding-top: 6rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !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-6 {
    padding-bottom: 6rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !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-6 {
    gap: 6rem !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-6 {
    row-gap: 6rem !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-6 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !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;
  }
  .lh-md-0 {
    line-height: 0 !important;
  }
  .lh-md-xxs {
    line-height: 0.5 !important;
  }
  .lh-md-xs {
    line-height: 0.75 !important;
  }
  .lh-md-1 {
    line-height: 1 !important;
  }
  .lh-md-sm {
    line-height: 1.25 !important;
  }
  .lh-md-base {
    line-height: 1.5 !important;
  }
  .lh-md-lg {
    line-height: 2 !important;
  }
  .lh-md-xl {
    line-height: 2.25 !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-decoration-md-none {
    text-decoration: none !important;
  }
  .text-decoration-md-none-hover:hover {
    text-decoration: none !important;
  }
  .text-decoration-md-underline {
    text-decoration: underline !important;
  }
  .text-decoration-md-underline-hover:hover {
    text-decoration: underline !important;
  }
  .text-decoration-md-line-through {
    text-decoration: line-through !important;
  }
  .text-decoration-md-line-through-hover:hover {
    text-decoration: line-through !important;
  }
  .text-md-primary {
    color: #ffd317 !important;
  }
  .text-md-primary-hover:hover {
    color: #ffd317 !important;
  }
  .text-md-secondary {
    color: #010202 !important;
  }
  .text-md-secondary-hover:hover {
    color: #010202 !important;
  }
  .text-md-tertiary {
    color: #323031 !important;
  }
  .text-md-tertiary-hover:hover {
    color: #323031 !important;
  }
  .text-md-grey {
    color: #9d9d9d !important;
  }
  .text-md-grey-hover:hover {
    color: #9d9d9d !important;
  }
  .text-md-white {
    color: #fff !important;
  }
  .text-md-white-hover:hover {
    color: #fff !important;
  }
  .text-md-black {
    color: #010202 !important;
  }
  .text-md-black-hover:hover {
    color: #010202 !important;
  }
  .text-md-placeholder {
    color: magenta !important;
  }
  .text-md-placeholder-hover:hover {
    color: magenta !important;
  }
  .text-md-transparent {
    color: transparent !important;
  }
  .text-md-transparent-hover:hover {
    color: transparent !important;
  }
  .bg-md-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-primary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-secondary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-tertiary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-grey-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-white-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-black-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-placeholder {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-placeholder-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-md-transparent-hover:hover {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-md-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-body-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-primary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-primary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-secondary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-secondary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-tertiary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-tertiary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-grey-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-grey-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-opacity-md-0 {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-md-0-hover:hover {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-md-5 {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-md-5-hover:hover {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-md-10 {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-md-10-hover:hover {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-md-15 {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-md-15-hover:hover {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-md-20 {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-md-20-hover:hover {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-md-25 {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-md-25-hover:hover {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-md-30 {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-md-30-hover:hover {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-md-35 {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-md-35-hover:hover {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-md-40 {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-md-40-hover:hover {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-md-45 {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-md-45-hover:hover {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-md-50 {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-md-50-hover:hover {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-md-55 {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-md-55-hover:hover {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-md-60 {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-md-60-hover:hover {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-md-65 {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-md-65-hover:hover {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-md-70 {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-md-70-hover:hover {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-md-75 {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-md-75-hover:hover {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-md-80 {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-md-80-hover:hover {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-md-85 {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-md-85-hover:hover {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-md-90 {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-md-90-hover:hover {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-md-95 {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-md-95-hover:hover {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-md-100 {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-md-100-hover:hover {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-md-105 {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-md-105-hover:hover {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-md-110 {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-md-110-hover:hover {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-md-115 {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-md-115-hover:hover {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-md-120 {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-md-120-hover:hover {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-md-125 {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-md-125-hover:hover {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-md-130 {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-md-130-hover:hover {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-md-135 {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-md-135-hover:hover {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-md-140 {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-md-140-hover:hover {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-md-145 {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-md-145-hover:hover {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-md-150 {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-md-150-hover:hover {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-md-155 {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-md-155-hover:hover {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-md-160 {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-md-160-hover:hover {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-md-165 {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-md-165-hover:hover {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-md-170 {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-md-170-hover:hover {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-md-175 {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-md-175-hover:hover {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-md-180 {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-md-180-hover:hover {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-md-185 {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-md-185-hover:hover {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-md-190 {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-md-190-hover:hover {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-md-195 {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-md-195-hover:hover {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-md-200 {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-md-200-hover:hover {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-md-205 {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-md-205-hover:hover {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-md-210 {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-md-210-hover:hover {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-md-215 {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-md-215-hover:hover {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-md-220 {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-md-220-hover:hover {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-md-225 {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-md-225-hover:hover {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-md-230 {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-md-230-hover:hover {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-md-235 {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-md-235-hover:hover {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-md-240 {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-md-240-hover:hover {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-md-245 {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-md-245-hover:hover {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-md-250 {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-md-250-hover:hover {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-md-255 {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-md-255-hover:hover {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-md-260 {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-md-260-hover:hover {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-md-265 {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-md-265-hover:hover {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-md-270 {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-md-270-hover:hover {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-md-275 {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-md-275-hover:hover {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-md-280 {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-md-280-hover:hover {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-md-285 {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-md-285-hover:hover {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-md-290 {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-md-290-hover:hover {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-md-295 {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-md-295-hover:hover {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-md-300 {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-md-300-hover:hover {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-md-305 {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-md-305-hover:hover {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-md-310 {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-md-310-hover:hover {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-md-315 {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-md-315-hover:hover {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-md-320 {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-md-320-hover:hover {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-md-325 {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-md-325-hover:hover {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-md-330 {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-md-330-hover:hover {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-md-335 {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-md-335-hover:hover {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-md-340 {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-md-340-hover:hover {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-md-345 {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-md-345-hover:hover {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-md-350 {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-md-350-hover:hover {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-md-355 {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-md-355-hover:hover {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-md-360 {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-md-360-hover:hover {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-md-365 {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-md-365-hover:hover {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-md-370 {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-md-370-hover:hover {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-md-375 {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-md-375-hover:hover {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-md-380 {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-md-380-hover:hover {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-md-385 {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-md-385-hover:hover {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-md-390 {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-md-390-hover:hover {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-md-395 {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-md-395-hover:hover {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-md-400 {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-md-400-hover:hover {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-md-405 {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-md-405-hover:hover {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-md-410 {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-md-410-hover:hover {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-md-415 {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-md-415-hover:hover {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-md-420 {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-md-420-hover:hover {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-md-425 {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-md-425-hover:hover {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-md-430 {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-md-430-hover:hover {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-md-435 {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-md-435-hover:hover {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-md-440 {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-md-440-hover:hover {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-md-445 {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-md-445-hover:hover {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-md-450 {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-md-450-hover:hover {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-md-455 {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-md-455-hover:hover {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-md-460 {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-md-460-hover:hover {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-md-465 {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-md-465-hover:hover {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-md-470 {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-md-470-hover:hover {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-md-475 {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-md-475-hover:hover {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-md-480 {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-md-480-hover:hover {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-md-485 {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-md-485-hover:hover {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-md-490 {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-md-490-hover:hover {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-md-495 {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-md-495-hover:hover {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-md-500 {
    --bs-bg-opacity: 5;
  }
  .bg-opacity-md-500-hover:hover {
    --bs-bg-opacity: 5;
  }
  .rounded-md {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .rounded-md-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-md-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-md-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-md-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-md-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-md-circle {
    border-radius: 50% !important;
  }
  .rounded-md-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-md-6 {
    border-radius: 3rem !important;
  }
  .rounded-md-7 {
    border-radius: 4rem !important;
  }
  .rounded-md-8 {
    border-radius: 6rem !important;
  }
  .rounded-top-md {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !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: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-md-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-md-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-md-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-md-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !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: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top-md-6 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .rounded-top-md-7 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }
  .rounded-top-md-8 {
    border-top-left-radius: 6rem !important;
    border-top-right-radius: 6rem !important;
  }
  .rounded-end-md {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-md-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-md-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-md-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-md-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-md-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-md-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-md-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-md-6 {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
  .rounded-end-md-7 {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
  .rounded-end-md-8 {
    border-top-right-radius: 6rem !important;
    border-bottom-right-radius: 6rem !important;
  }
  .rounded-bottom-md {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !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: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-md-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-md-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-md-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-md-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !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: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-md-6 {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
  }
  .rounded-bottom-md-7 {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }
  .rounded-bottom-md-8 {
    border-bottom-right-radius: 6rem !important;
    border-bottom-left-radius: 6rem !important;
  }
  .rounded-start-md {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-md-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-md-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-md-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-md-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-md-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-md-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-md-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-md-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-md-6 {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
  }
  .rounded-start-md-7 {
    border-bottom-left-radius: 4rem !important;
    border-top-left-radius: 4rem !important;
  }
  .rounded-start-md-8 {
    border-bottom-left-radius: 6rem !important;
    border-top-left-radius: 6rem !important;
  }
  .z-md-n1 {
    z-index: -1 !important;
  }
  .z-md-0 {
    z-index: 0 !important;
  }
  .z-md-1 {
    z-index: 1 !important;
  }
  .z-md-2 {
    z-index: 2 !important;
  }
  .z-md-3 {
    z-index: 3 !important;
  }
  .flip-md-x {
    transform: scaleX(-1) !important;
  }
  .flip-md-y {
    transform: scaleY(-1) !important;
  }
  .scale-md-1 {
    transform: scale(1.05) !important;
  }
  .scale-md-1-hover:hover {
    transform: scale(1.05) !important;
  }
  .scale-md-2 {
    transform: scale(1.1) !important;
  }
  .scale-md-2-hover:hover {
    transform: scale(1.1) !important;
  }
  .ls-md-0 {
    letter-spacing: 0px !important;
  }
  .ls-md-1 {
    letter-spacing: 1px !important;
  }
  .ls-md-2 {
    letter-spacing: 2px !important;
  }
  .ls-md-3 {
    letter-spacing: 3px !important;
  }
  .ls-md-4 {
    letter-spacing: 4px !important;
  }
  .ls-md-5 {
    letter-spacing: 5px !important;
  }
  .ls-md-6 {
    letter-spacing: 6px !important;
  }
  .ls-md-7 {
    letter-spacing: 7px !important;
  }
  .ls-md-8 {
    letter-spacing: 8px !important;
  }
  .ls-md-9 {
    letter-spacing: 9px !important;
  }
  .ls-md-10 {
    letter-spacing: 10px !important;
  }
  .ls-md-11 {
    letter-spacing: 11px !important;
  }
  .ls-md-12 {
    letter-spacing: 12px !important;
  }
  .ls-md-13 {
    letter-spacing: 13px !important;
  }
  .ls-md-14 {
    letter-spacing: 14px !important;
  }
  .ls-md-15 {
    letter-spacing: 15px !important;
  }
  .cols-md-1 {
    -moz-columns: 1 !important;
         columns: 1 !important;
  }
  .cols-md-2 {
    -moz-columns: 2 !important;
         columns: 2 !important;
  }
  .cols-md-3 {
    -moz-columns: 3 !important;
         columns: 3 !important;
  }
  .cols-md-4 {
    -moz-columns: 4 !important;
         columns: 4 !important;
  }
  .cols-md-5 {
    -moz-columns: 5 !important;
         columns: 5 !important;
  }
  .cols-md-6 {
    -moz-columns: 6 !important;
         columns: 6 !important;
  }
  .cols-md-7 {
    -moz-columns: 7 !important;
         columns: 7 !important;
  }
  .cols-md-8 {
    -moz-columns: 8 !important;
         columns: 8 !important;
  }
  .cols-md-9 {
    -moz-columns: 9 !important;
         columns: 9 !important;
  }
  .cols-md-10 {
    -moz-columns: 10 !important;
         columns: 10 !important;
  }
  .cols-md-11 {
    -moz-columns: 11 !important;
         columns: 11 !important;
  }
  .cols-md-12 {
    -moz-columns: 12 !important;
         columns: 12 !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !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-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .opacity-lg-0 {
    opacity: 0 !important;
  }
  .opacity-lg-0-hover:hover {
    opacity: 0 !important;
  }
  .opacity-lg-5 {
    opacity: 0.05 !important;
  }
  .opacity-lg-5-hover:hover {
    opacity: 0.05 !important;
  }
  .opacity-lg-10 {
    opacity: 0.1 !important;
  }
  .opacity-lg-10-hover:hover {
    opacity: 0.1 !important;
  }
  .opacity-lg-15 {
    opacity: 0.15 !important;
  }
  .opacity-lg-15-hover:hover {
    opacity: 0.15 !important;
  }
  .opacity-lg-20 {
    opacity: 0.2 !important;
  }
  .opacity-lg-20-hover:hover {
    opacity: 0.2 !important;
  }
  .opacity-lg-25 {
    opacity: 0.25 !important;
  }
  .opacity-lg-25-hover:hover {
    opacity: 0.25 !important;
  }
  .opacity-lg-30 {
    opacity: 0.3 !important;
  }
  .opacity-lg-30-hover:hover {
    opacity: 0.3 !important;
  }
  .opacity-lg-35 {
    opacity: 0.35 !important;
  }
  .opacity-lg-35-hover:hover {
    opacity: 0.35 !important;
  }
  .opacity-lg-40 {
    opacity: 0.4 !important;
  }
  .opacity-lg-40-hover:hover {
    opacity: 0.4 !important;
  }
  .opacity-lg-45 {
    opacity: 0.45 !important;
  }
  .opacity-lg-45-hover:hover {
    opacity: 0.45 !important;
  }
  .opacity-lg-50 {
    opacity: 0.5 !important;
  }
  .opacity-lg-50-hover:hover {
    opacity: 0.5 !important;
  }
  .opacity-lg-55 {
    opacity: 0.55 !important;
  }
  .opacity-lg-55-hover:hover {
    opacity: 0.55 !important;
  }
  .opacity-lg-60 {
    opacity: 0.6 !important;
  }
  .opacity-lg-60-hover:hover {
    opacity: 0.6 !important;
  }
  .opacity-lg-65 {
    opacity: 0.65 !important;
  }
  .opacity-lg-65-hover:hover {
    opacity: 0.65 !important;
  }
  .opacity-lg-70 {
    opacity: 0.7 !important;
  }
  .opacity-lg-70-hover:hover {
    opacity: 0.7 !important;
  }
  .opacity-lg-75 {
    opacity: 0.75 !important;
  }
  .opacity-lg-75-hover:hover {
    opacity: 0.75 !important;
  }
  .opacity-lg-80 {
    opacity: 0.8 !important;
  }
  .opacity-lg-80-hover:hover {
    opacity: 0.8 !important;
  }
  .opacity-lg-85 {
    opacity: 0.85 !important;
  }
  .opacity-lg-85-hover:hover {
    opacity: 0.85 !important;
  }
  .opacity-lg-90 {
    opacity: 0.9 !important;
  }
  .opacity-lg-90-hover:hover {
    opacity: 0.9 !important;
  }
  .opacity-lg-95 {
    opacity: 0.95 !important;
  }
  .opacity-lg-95-hover:hover {
    opacity: 0.95 !important;
  }
  .opacity-lg-100 {
    opacity: 1 !important;
  }
  .opacity-lg-100-hover:hover {
    opacity: 1 !important;
  }
  .opacity-lg-105 {
    opacity: 1.05 !important;
  }
  .opacity-lg-105-hover:hover {
    opacity: 1.05 !important;
  }
  .opacity-lg-110 {
    opacity: 1.1 !important;
  }
  .opacity-lg-110-hover:hover {
    opacity: 1.1 !important;
  }
  .opacity-lg-115 {
    opacity: 1.15 !important;
  }
  .opacity-lg-115-hover:hover {
    opacity: 1.15 !important;
  }
  .opacity-lg-120 {
    opacity: 1.2 !important;
  }
  .opacity-lg-120-hover:hover {
    opacity: 1.2 !important;
  }
  .opacity-lg-125 {
    opacity: 1.25 !important;
  }
  .opacity-lg-125-hover:hover {
    opacity: 1.25 !important;
  }
  .opacity-lg-130 {
    opacity: 1.3 !important;
  }
  .opacity-lg-130-hover:hover {
    opacity: 1.3 !important;
  }
  .opacity-lg-135 {
    opacity: 1.35 !important;
  }
  .opacity-lg-135-hover:hover {
    opacity: 1.35 !important;
  }
  .opacity-lg-140 {
    opacity: 1.4 !important;
  }
  .opacity-lg-140-hover:hover {
    opacity: 1.4 !important;
  }
  .opacity-lg-145 {
    opacity: 1.45 !important;
  }
  .opacity-lg-145-hover:hover {
    opacity: 1.45 !important;
  }
  .opacity-lg-150 {
    opacity: 1.5 !important;
  }
  .opacity-lg-150-hover:hover {
    opacity: 1.5 !important;
  }
  .opacity-lg-155 {
    opacity: 1.55 !important;
  }
  .opacity-lg-155-hover:hover {
    opacity: 1.55 !important;
  }
  .opacity-lg-160 {
    opacity: 1.6 !important;
  }
  .opacity-lg-160-hover:hover {
    opacity: 1.6 !important;
  }
  .opacity-lg-165 {
    opacity: 1.65 !important;
  }
  .opacity-lg-165-hover:hover {
    opacity: 1.65 !important;
  }
  .opacity-lg-170 {
    opacity: 1.7 !important;
  }
  .opacity-lg-170-hover:hover {
    opacity: 1.7 !important;
  }
  .opacity-lg-175 {
    opacity: 1.75 !important;
  }
  .opacity-lg-175-hover:hover {
    opacity: 1.75 !important;
  }
  .opacity-lg-180 {
    opacity: 1.8 !important;
  }
  .opacity-lg-180-hover:hover {
    opacity: 1.8 !important;
  }
  .opacity-lg-185 {
    opacity: 1.85 !important;
  }
  .opacity-lg-185-hover:hover {
    opacity: 1.85 !important;
  }
  .opacity-lg-190 {
    opacity: 1.9 !important;
  }
  .opacity-lg-190-hover:hover {
    opacity: 1.9 !important;
  }
  .opacity-lg-195 {
    opacity: 1.95 !important;
  }
  .opacity-lg-195-hover:hover {
    opacity: 1.95 !important;
  }
  .opacity-lg-200 {
    opacity: 2 !important;
  }
  .opacity-lg-200-hover:hover {
    opacity: 2 !important;
  }
  .opacity-lg-205 {
    opacity: 2.05 !important;
  }
  .opacity-lg-205-hover:hover {
    opacity: 2.05 !important;
  }
  .opacity-lg-210 {
    opacity: 2.1 !important;
  }
  .opacity-lg-210-hover:hover {
    opacity: 2.1 !important;
  }
  .opacity-lg-215 {
    opacity: 2.15 !important;
  }
  .opacity-lg-215-hover:hover {
    opacity: 2.15 !important;
  }
  .opacity-lg-220 {
    opacity: 2.2 !important;
  }
  .opacity-lg-220-hover:hover {
    opacity: 2.2 !important;
  }
  .opacity-lg-225 {
    opacity: 2.25 !important;
  }
  .opacity-lg-225-hover:hover {
    opacity: 2.25 !important;
  }
  .opacity-lg-230 {
    opacity: 2.3 !important;
  }
  .opacity-lg-230-hover:hover {
    opacity: 2.3 !important;
  }
  .opacity-lg-235 {
    opacity: 2.35 !important;
  }
  .opacity-lg-235-hover:hover {
    opacity: 2.35 !important;
  }
  .opacity-lg-240 {
    opacity: 2.4 !important;
  }
  .opacity-lg-240-hover:hover {
    opacity: 2.4 !important;
  }
  .opacity-lg-245 {
    opacity: 2.45 !important;
  }
  .opacity-lg-245-hover:hover {
    opacity: 2.45 !important;
  }
  .opacity-lg-250 {
    opacity: 2.5 !important;
  }
  .opacity-lg-250-hover:hover {
    opacity: 2.5 !important;
  }
  .opacity-lg-255 {
    opacity: 2.55 !important;
  }
  .opacity-lg-255-hover:hover {
    opacity: 2.55 !important;
  }
  .opacity-lg-260 {
    opacity: 2.6 !important;
  }
  .opacity-lg-260-hover:hover {
    opacity: 2.6 !important;
  }
  .opacity-lg-265 {
    opacity: 2.65 !important;
  }
  .opacity-lg-265-hover:hover {
    opacity: 2.65 !important;
  }
  .opacity-lg-270 {
    opacity: 2.7 !important;
  }
  .opacity-lg-270-hover:hover {
    opacity: 2.7 !important;
  }
  .opacity-lg-275 {
    opacity: 2.75 !important;
  }
  .opacity-lg-275-hover:hover {
    opacity: 2.75 !important;
  }
  .opacity-lg-280 {
    opacity: 2.8 !important;
  }
  .opacity-lg-280-hover:hover {
    opacity: 2.8 !important;
  }
  .opacity-lg-285 {
    opacity: 2.85 !important;
  }
  .opacity-lg-285-hover:hover {
    opacity: 2.85 !important;
  }
  .opacity-lg-290 {
    opacity: 2.9 !important;
  }
  .opacity-lg-290-hover:hover {
    opacity: 2.9 !important;
  }
  .opacity-lg-295 {
    opacity: 2.95 !important;
  }
  .opacity-lg-295-hover:hover {
    opacity: 2.95 !important;
  }
  .opacity-lg-300 {
    opacity: 3 !important;
  }
  .opacity-lg-300-hover:hover {
    opacity: 3 !important;
  }
  .opacity-lg-305 {
    opacity: 3.05 !important;
  }
  .opacity-lg-305-hover:hover {
    opacity: 3.05 !important;
  }
  .opacity-lg-310 {
    opacity: 3.1 !important;
  }
  .opacity-lg-310-hover:hover {
    opacity: 3.1 !important;
  }
  .opacity-lg-315 {
    opacity: 3.15 !important;
  }
  .opacity-lg-315-hover:hover {
    opacity: 3.15 !important;
  }
  .opacity-lg-320 {
    opacity: 3.2 !important;
  }
  .opacity-lg-320-hover:hover {
    opacity: 3.2 !important;
  }
  .opacity-lg-325 {
    opacity: 3.25 !important;
  }
  .opacity-lg-325-hover:hover {
    opacity: 3.25 !important;
  }
  .opacity-lg-330 {
    opacity: 3.3 !important;
  }
  .opacity-lg-330-hover:hover {
    opacity: 3.3 !important;
  }
  .opacity-lg-335 {
    opacity: 3.35 !important;
  }
  .opacity-lg-335-hover:hover {
    opacity: 3.35 !important;
  }
  .opacity-lg-340 {
    opacity: 3.4 !important;
  }
  .opacity-lg-340-hover:hover {
    opacity: 3.4 !important;
  }
  .opacity-lg-345 {
    opacity: 3.45 !important;
  }
  .opacity-lg-345-hover:hover {
    opacity: 3.45 !important;
  }
  .opacity-lg-350 {
    opacity: 3.5 !important;
  }
  .opacity-lg-350-hover:hover {
    opacity: 3.5 !important;
  }
  .opacity-lg-355 {
    opacity: 3.55 !important;
  }
  .opacity-lg-355-hover:hover {
    opacity: 3.55 !important;
  }
  .opacity-lg-360 {
    opacity: 3.6 !important;
  }
  .opacity-lg-360-hover:hover {
    opacity: 3.6 !important;
  }
  .opacity-lg-365 {
    opacity: 3.65 !important;
  }
  .opacity-lg-365-hover:hover {
    opacity: 3.65 !important;
  }
  .opacity-lg-370 {
    opacity: 3.7 !important;
  }
  .opacity-lg-370-hover:hover {
    opacity: 3.7 !important;
  }
  .opacity-lg-375 {
    opacity: 3.75 !important;
  }
  .opacity-lg-375-hover:hover {
    opacity: 3.75 !important;
  }
  .opacity-lg-380 {
    opacity: 3.8 !important;
  }
  .opacity-lg-380-hover:hover {
    opacity: 3.8 !important;
  }
  .opacity-lg-385 {
    opacity: 3.85 !important;
  }
  .opacity-lg-385-hover:hover {
    opacity: 3.85 !important;
  }
  .opacity-lg-390 {
    opacity: 3.9 !important;
  }
  .opacity-lg-390-hover:hover {
    opacity: 3.9 !important;
  }
  .opacity-lg-395 {
    opacity: 3.95 !important;
  }
  .opacity-lg-395-hover:hover {
    opacity: 3.95 !important;
  }
  .opacity-lg-400 {
    opacity: 4 !important;
  }
  .opacity-lg-400-hover:hover {
    opacity: 4 !important;
  }
  .opacity-lg-405 {
    opacity: 4.05 !important;
  }
  .opacity-lg-405-hover:hover {
    opacity: 4.05 !important;
  }
  .opacity-lg-410 {
    opacity: 4.1 !important;
  }
  .opacity-lg-410-hover:hover {
    opacity: 4.1 !important;
  }
  .opacity-lg-415 {
    opacity: 4.15 !important;
  }
  .opacity-lg-415-hover:hover {
    opacity: 4.15 !important;
  }
  .opacity-lg-420 {
    opacity: 4.2 !important;
  }
  .opacity-lg-420-hover:hover {
    opacity: 4.2 !important;
  }
  .opacity-lg-425 {
    opacity: 4.25 !important;
  }
  .opacity-lg-425-hover:hover {
    opacity: 4.25 !important;
  }
  .opacity-lg-430 {
    opacity: 4.3 !important;
  }
  .opacity-lg-430-hover:hover {
    opacity: 4.3 !important;
  }
  .opacity-lg-435 {
    opacity: 4.35 !important;
  }
  .opacity-lg-435-hover:hover {
    opacity: 4.35 !important;
  }
  .opacity-lg-440 {
    opacity: 4.4 !important;
  }
  .opacity-lg-440-hover:hover {
    opacity: 4.4 !important;
  }
  .opacity-lg-445 {
    opacity: 4.45 !important;
  }
  .opacity-lg-445-hover:hover {
    opacity: 4.45 !important;
  }
  .opacity-lg-450 {
    opacity: 4.5 !important;
  }
  .opacity-lg-450-hover:hover {
    opacity: 4.5 !important;
  }
  .opacity-lg-455 {
    opacity: 4.55 !important;
  }
  .opacity-lg-455-hover:hover {
    opacity: 4.55 !important;
  }
  .opacity-lg-460 {
    opacity: 4.6 !important;
  }
  .opacity-lg-460-hover:hover {
    opacity: 4.6 !important;
  }
  .opacity-lg-465 {
    opacity: 4.65 !important;
  }
  .opacity-lg-465-hover:hover {
    opacity: 4.65 !important;
  }
  .opacity-lg-470 {
    opacity: 4.7 !important;
  }
  .opacity-lg-470-hover:hover {
    opacity: 4.7 !important;
  }
  .opacity-lg-475 {
    opacity: 4.75 !important;
  }
  .opacity-lg-475-hover:hover {
    opacity: 4.75 !important;
  }
  .opacity-lg-480 {
    opacity: 4.8 !important;
  }
  .opacity-lg-480-hover:hover {
    opacity: 4.8 !important;
  }
  .opacity-lg-485 {
    opacity: 4.85 !important;
  }
  .opacity-lg-485-hover:hover {
    opacity: 4.85 !important;
  }
  .opacity-lg-490 {
    opacity: 4.9 !important;
  }
  .opacity-lg-490-hover:hover {
    opacity: 4.9 !important;
  }
  .opacity-lg-495 {
    opacity: 4.95 !important;
  }
  .opacity-lg-495-hover:hover {
    opacity: 4.95 !important;
  }
  .opacity-lg-500 {
    opacity: 5 !important;
  }
  .opacity-lg-500-hover:hover {
    opacity: 5 !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-inline-grid {
    display: inline-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;
  }
  .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: -webkit-sticky !important;
    position: sticky !important;
  }
  .top-lg-0 {
    top: 0% !important;
  }
  .top-lg-1 {
    top: 1% !important;
  }
  .top-lg-2 {
    top: 2% !important;
  }
  .top-lg-3 {
    top: 3% !important;
  }
  .top-lg-4 {
    top: 4% !important;
  }
  .top-lg-5 {
    top: 5% !important;
  }
  .top-lg-6 {
    top: 6% !important;
  }
  .top-lg-7 {
    top: 7% !important;
  }
  .top-lg-8 {
    top: 8% !important;
  }
  .top-lg-9 {
    top: 9% !important;
  }
  .top-lg-10 {
    top: 10% !important;
  }
  .top-lg-11 {
    top: 11% !important;
  }
  .top-lg-12 {
    top: 12% !important;
  }
  .top-lg-13 {
    top: 13% !important;
  }
  .top-lg-14 {
    top: 14% !important;
  }
  .top-lg-15 {
    top: 15% !important;
  }
  .top-lg-16 {
    top: 16% !important;
  }
  .top-lg-17 {
    top: 17% !important;
  }
  .top-lg-18 {
    top: 18% !important;
  }
  .top-lg-19 {
    top: 19% !important;
  }
  .top-lg-20 {
    top: 20% !important;
  }
  .top-lg-21 {
    top: 21% !important;
  }
  .top-lg-22 {
    top: 22% !important;
  }
  .top-lg-23 {
    top: 23% !important;
  }
  .top-lg-24 {
    top: 24% !important;
  }
  .top-lg-25 {
    top: 25% !important;
  }
  .top-lg-26 {
    top: 26% !important;
  }
  .top-lg-27 {
    top: 27% !important;
  }
  .top-lg-28 {
    top: 28% !important;
  }
  .top-lg-29 {
    top: 29% !important;
  }
  .top-lg-30 {
    top: 30% !important;
  }
  .top-lg-31 {
    top: 31% !important;
  }
  .top-lg-32 {
    top: 32% !important;
  }
  .top-lg-33 {
    top: 33% !important;
  }
  .top-lg-34 {
    top: 34% !important;
  }
  .top-lg-35 {
    top: 35% !important;
  }
  .top-lg-36 {
    top: 36% !important;
  }
  .top-lg-37 {
    top: 37% !important;
  }
  .top-lg-38 {
    top: 38% !important;
  }
  .top-lg-39 {
    top: 39% !important;
  }
  .top-lg-40 {
    top: 40% !important;
  }
  .top-lg-41 {
    top: 41% !important;
  }
  .top-lg-42 {
    top: 42% !important;
  }
  .top-lg-43 {
    top: 43% !important;
  }
  .top-lg-44 {
    top: 44% !important;
  }
  .top-lg-45 {
    top: 45% !important;
  }
  .top-lg-46 {
    top: 46% !important;
  }
  .top-lg-47 {
    top: 47% !important;
  }
  .top-lg-48 {
    top: 48% !important;
  }
  .top-lg-49 {
    top: 49% !important;
  }
  .top-lg-50 {
    top: 50% !important;
  }
  .top-lg-51 {
    top: 51% !important;
  }
  .top-lg-52 {
    top: 52% !important;
  }
  .top-lg-53 {
    top: 53% !important;
  }
  .top-lg-54 {
    top: 54% !important;
  }
  .top-lg-55 {
    top: 55% !important;
  }
  .top-lg-56 {
    top: 56% !important;
  }
  .top-lg-57 {
    top: 57% !important;
  }
  .top-lg-58 {
    top: 58% !important;
  }
  .top-lg-59 {
    top: 59% !important;
  }
  .top-lg-60 {
    top: 60% !important;
  }
  .top-lg-61 {
    top: 61% !important;
  }
  .top-lg-62 {
    top: 62% !important;
  }
  .top-lg-63 {
    top: 63% !important;
  }
  .top-lg-64 {
    top: 64% !important;
  }
  .top-lg-65 {
    top: 65% !important;
  }
  .top-lg-66 {
    top: 66% !important;
  }
  .top-lg-67 {
    top: 67% !important;
  }
  .top-lg-68 {
    top: 68% !important;
  }
  .top-lg-69 {
    top: 69% !important;
  }
  .top-lg-70 {
    top: 70% !important;
  }
  .top-lg-71 {
    top: 71% !important;
  }
  .top-lg-72 {
    top: 72% !important;
  }
  .top-lg-73 {
    top: 73% !important;
  }
  .top-lg-74 {
    top: 74% !important;
  }
  .top-lg-75 {
    top: 75% !important;
  }
  .top-lg-76 {
    top: 76% !important;
  }
  .top-lg-77 {
    top: 77% !important;
  }
  .top-lg-78 {
    top: 78% !important;
  }
  .top-lg-79 {
    top: 79% !important;
  }
  .top-lg-80 {
    top: 80% !important;
  }
  .top-lg-81 {
    top: 81% !important;
  }
  .top-lg-82 {
    top: 82% !important;
  }
  .top-lg-83 {
    top: 83% !important;
  }
  .top-lg-84 {
    top: 84% !important;
  }
  .top-lg-85 {
    top: 85% !important;
  }
  .top-lg-86 {
    top: 86% !important;
  }
  .top-lg-87 {
    top: 87% !important;
  }
  .top-lg-88 {
    top: 88% !important;
  }
  .top-lg-89 {
    top: 89% !important;
  }
  .top-lg-90 {
    top: 90% !important;
  }
  .top-lg-91 {
    top: 91% !important;
  }
  .top-lg-92 {
    top: 92% !important;
  }
  .top-lg-93 {
    top: 93% !important;
  }
  .top-lg-94 {
    top: 94% !important;
  }
  .top-lg-95 {
    top: 95% !important;
  }
  .top-lg-96 {
    top: 96% !important;
  }
  .top-lg-97 {
    top: 97% !important;
  }
  .top-lg-98 {
    top: 98% !important;
  }
  .top-lg-99 {
    top: 99% !important;
  }
  .top-lg-100 {
    top: 100% !important;
  }
  .top-lg-n1 {
    top: -1% !important;
  }
  .top-lg-n2 {
    top: -2% !important;
  }
  .top-lg-n3 {
    top: -3% !important;
  }
  .top-lg-n4 {
    top: -4% !important;
  }
  .top-lg-n5 {
    top: -5% !important;
  }
  .top-lg-n6 {
    top: -6% !important;
  }
  .top-lg-n7 {
    top: -7% !important;
  }
  .top-lg-n8 {
    top: -8% !important;
  }
  .top-lg-n9 {
    top: -9% !important;
  }
  .top-lg-n10 {
    top: -10% !important;
  }
  .top-lg-n11 {
    top: -11% !important;
  }
  .top-lg-n12 {
    top: -12% !important;
  }
  .top-lg-n13 {
    top: -13% !important;
  }
  .top-lg-n14 {
    top: -14% !important;
  }
  .top-lg-n15 {
    top: -15% !important;
  }
  .top-lg-n16 {
    top: -16% !important;
  }
  .top-lg-n17 {
    top: -17% !important;
  }
  .top-lg-n18 {
    top: -18% !important;
  }
  .top-lg-n19 {
    top: -19% !important;
  }
  .top-lg-n20 {
    top: -20% !important;
  }
  .top-lg-n21 {
    top: -21% !important;
  }
  .top-lg-n22 {
    top: -22% !important;
  }
  .top-lg-n23 {
    top: -23% !important;
  }
  .top-lg-n24 {
    top: -24% !important;
  }
  .top-lg-n25 {
    top: -25% !important;
  }
  .top-lg-n26 {
    top: -26% !important;
  }
  .top-lg-n27 {
    top: -27% !important;
  }
  .top-lg-n28 {
    top: -28% !important;
  }
  .top-lg-n29 {
    top: -29% !important;
  }
  .top-lg-n30 {
    top: -30% !important;
  }
  .top-lg-n31 {
    top: -31% !important;
  }
  .top-lg-n32 {
    top: -32% !important;
  }
  .top-lg-n33 {
    top: -33% !important;
  }
  .top-lg-n34 {
    top: -34% !important;
  }
  .top-lg-n35 {
    top: -35% !important;
  }
  .top-lg-n36 {
    top: -36% !important;
  }
  .top-lg-n37 {
    top: -37% !important;
  }
  .top-lg-n38 {
    top: -38% !important;
  }
  .top-lg-n39 {
    top: -39% !important;
  }
  .top-lg-n40 {
    top: -40% !important;
  }
  .top-lg-n41 {
    top: -41% !important;
  }
  .top-lg-n42 {
    top: -42% !important;
  }
  .top-lg-n43 {
    top: -43% !important;
  }
  .top-lg-n44 {
    top: -44% !important;
  }
  .top-lg-n45 {
    top: -45% !important;
  }
  .top-lg-n46 {
    top: -46% !important;
  }
  .top-lg-n47 {
    top: -47% !important;
  }
  .top-lg-n48 {
    top: -48% !important;
  }
  .top-lg-n49 {
    top: -49% !important;
  }
  .top-lg-n50 {
    top: -50% !important;
  }
  .top-lg-n51 {
    top: -51% !important;
  }
  .top-lg-n52 {
    top: -52% !important;
  }
  .top-lg-n53 {
    top: -53% !important;
  }
  .top-lg-n54 {
    top: -54% !important;
  }
  .top-lg-n55 {
    top: -55% !important;
  }
  .top-lg-n56 {
    top: -56% !important;
  }
  .top-lg-n57 {
    top: -57% !important;
  }
  .top-lg-n58 {
    top: -58% !important;
  }
  .top-lg-n59 {
    top: -59% !important;
  }
  .top-lg-n60 {
    top: -60% !important;
  }
  .top-lg-n61 {
    top: -61% !important;
  }
  .top-lg-n62 {
    top: -62% !important;
  }
  .top-lg-n63 {
    top: -63% !important;
  }
  .top-lg-n64 {
    top: -64% !important;
  }
  .top-lg-n65 {
    top: -65% !important;
  }
  .top-lg-n66 {
    top: -66% !important;
  }
  .top-lg-n67 {
    top: -67% !important;
  }
  .top-lg-n68 {
    top: -68% !important;
  }
  .top-lg-n69 {
    top: -69% !important;
  }
  .top-lg-n70 {
    top: -70% !important;
  }
  .top-lg-n71 {
    top: -71% !important;
  }
  .top-lg-n72 {
    top: -72% !important;
  }
  .top-lg-n73 {
    top: -73% !important;
  }
  .top-lg-n74 {
    top: -74% !important;
  }
  .top-lg-n75 {
    top: -75% !important;
  }
  .top-lg-n76 {
    top: -76% !important;
  }
  .top-lg-n77 {
    top: -77% !important;
  }
  .top-lg-n78 {
    top: -78% !important;
  }
  .top-lg-n79 {
    top: -79% !important;
  }
  .top-lg-n80 {
    top: -80% !important;
  }
  .top-lg-n81 {
    top: -81% !important;
  }
  .top-lg-n82 {
    top: -82% !important;
  }
  .top-lg-n83 {
    top: -83% !important;
  }
  .top-lg-n84 {
    top: -84% !important;
  }
  .top-lg-n85 {
    top: -85% !important;
  }
  .top-lg-n86 {
    top: -86% !important;
  }
  .top-lg-n87 {
    top: -87% !important;
  }
  .top-lg-n88 {
    top: -88% !important;
  }
  .top-lg-n89 {
    top: -89% !important;
  }
  .top-lg-n90 {
    top: -90% !important;
  }
  .top-lg-n91 {
    top: -91% !important;
  }
  .top-lg-n92 {
    top: -92% !important;
  }
  .top-lg-n93 {
    top: -93% !important;
  }
  .top-lg-n94 {
    top: -94% !important;
  }
  .top-lg-n95 {
    top: -95% !important;
  }
  .top-lg-n96 {
    top: -96% !important;
  }
  .top-lg-n97 {
    top: -97% !important;
  }
  .top-lg-n98 {
    top: -98% !important;
  }
  .top-lg-n99 {
    top: -99% !important;
  }
  .top-lg-n100 {
    top: -100% !important;
  }
  .top-lg-auto {
    top: auto !important;
  }
  .bottom-lg-0 {
    bottom: 0% !important;
  }
  .bottom-lg-1 {
    bottom: 1% !important;
  }
  .bottom-lg-2 {
    bottom: 2% !important;
  }
  .bottom-lg-3 {
    bottom: 3% !important;
  }
  .bottom-lg-4 {
    bottom: 4% !important;
  }
  .bottom-lg-5 {
    bottom: 5% !important;
  }
  .bottom-lg-6 {
    bottom: 6% !important;
  }
  .bottom-lg-7 {
    bottom: 7% !important;
  }
  .bottom-lg-8 {
    bottom: 8% !important;
  }
  .bottom-lg-9 {
    bottom: 9% !important;
  }
  .bottom-lg-10 {
    bottom: 10% !important;
  }
  .bottom-lg-11 {
    bottom: 11% !important;
  }
  .bottom-lg-12 {
    bottom: 12% !important;
  }
  .bottom-lg-13 {
    bottom: 13% !important;
  }
  .bottom-lg-14 {
    bottom: 14% !important;
  }
  .bottom-lg-15 {
    bottom: 15% !important;
  }
  .bottom-lg-16 {
    bottom: 16% !important;
  }
  .bottom-lg-17 {
    bottom: 17% !important;
  }
  .bottom-lg-18 {
    bottom: 18% !important;
  }
  .bottom-lg-19 {
    bottom: 19% !important;
  }
  .bottom-lg-20 {
    bottom: 20% !important;
  }
  .bottom-lg-21 {
    bottom: 21% !important;
  }
  .bottom-lg-22 {
    bottom: 22% !important;
  }
  .bottom-lg-23 {
    bottom: 23% !important;
  }
  .bottom-lg-24 {
    bottom: 24% !important;
  }
  .bottom-lg-25 {
    bottom: 25% !important;
  }
  .bottom-lg-26 {
    bottom: 26% !important;
  }
  .bottom-lg-27 {
    bottom: 27% !important;
  }
  .bottom-lg-28 {
    bottom: 28% !important;
  }
  .bottom-lg-29 {
    bottom: 29% !important;
  }
  .bottom-lg-30 {
    bottom: 30% !important;
  }
  .bottom-lg-31 {
    bottom: 31% !important;
  }
  .bottom-lg-32 {
    bottom: 32% !important;
  }
  .bottom-lg-33 {
    bottom: 33% !important;
  }
  .bottom-lg-34 {
    bottom: 34% !important;
  }
  .bottom-lg-35 {
    bottom: 35% !important;
  }
  .bottom-lg-36 {
    bottom: 36% !important;
  }
  .bottom-lg-37 {
    bottom: 37% !important;
  }
  .bottom-lg-38 {
    bottom: 38% !important;
  }
  .bottom-lg-39 {
    bottom: 39% !important;
  }
  .bottom-lg-40 {
    bottom: 40% !important;
  }
  .bottom-lg-41 {
    bottom: 41% !important;
  }
  .bottom-lg-42 {
    bottom: 42% !important;
  }
  .bottom-lg-43 {
    bottom: 43% !important;
  }
  .bottom-lg-44 {
    bottom: 44% !important;
  }
  .bottom-lg-45 {
    bottom: 45% !important;
  }
  .bottom-lg-46 {
    bottom: 46% !important;
  }
  .bottom-lg-47 {
    bottom: 47% !important;
  }
  .bottom-lg-48 {
    bottom: 48% !important;
  }
  .bottom-lg-49 {
    bottom: 49% !important;
  }
  .bottom-lg-50 {
    bottom: 50% !important;
  }
  .bottom-lg-51 {
    bottom: 51% !important;
  }
  .bottom-lg-52 {
    bottom: 52% !important;
  }
  .bottom-lg-53 {
    bottom: 53% !important;
  }
  .bottom-lg-54 {
    bottom: 54% !important;
  }
  .bottom-lg-55 {
    bottom: 55% !important;
  }
  .bottom-lg-56 {
    bottom: 56% !important;
  }
  .bottom-lg-57 {
    bottom: 57% !important;
  }
  .bottom-lg-58 {
    bottom: 58% !important;
  }
  .bottom-lg-59 {
    bottom: 59% !important;
  }
  .bottom-lg-60 {
    bottom: 60% !important;
  }
  .bottom-lg-61 {
    bottom: 61% !important;
  }
  .bottom-lg-62 {
    bottom: 62% !important;
  }
  .bottom-lg-63 {
    bottom: 63% !important;
  }
  .bottom-lg-64 {
    bottom: 64% !important;
  }
  .bottom-lg-65 {
    bottom: 65% !important;
  }
  .bottom-lg-66 {
    bottom: 66% !important;
  }
  .bottom-lg-67 {
    bottom: 67% !important;
  }
  .bottom-lg-68 {
    bottom: 68% !important;
  }
  .bottom-lg-69 {
    bottom: 69% !important;
  }
  .bottom-lg-70 {
    bottom: 70% !important;
  }
  .bottom-lg-71 {
    bottom: 71% !important;
  }
  .bottom-lg-72 {
    bottom: 72% !important;
  }
  .bottom-lg-73 {
    bottom: 73% !important;
  }
  .bottom-lg-74 {
    bottom: 74% !important;
  }
  .bottom-lg-75 {
    bottom: 75% !important;
  }
  .bottom-lg-76 {
    bottom: 76% !important;
  }
  .bottom-lg-77 {
    bottom: 77% !important;
  }
  .bottom-lg-78 {
    bottom: 78% !important;
  }
  .bottom-lg-79 {
    bottom: 79% !important;
  }
  .bottom-lg-80 {
    bottom: 80% !important;
  }
  .bottom-lg-81 {
    bottom: 81% !important;
  }
  .bottom-lg-82 {
    bottom: 82% !important;
  }
  .bottom-lg-83 {
    bottom: 83% !important;
  }
  .bottom-lg-84 {
    bottom: 84% !important;
  }
  .bottom-lg-85 {
    bottom: 85% !important;
  }
  .bottom-lg-86 {
    bottom: 86% !important;
  }
  .bottom-lg-87 {
    bottom: 87% !important;
  }
  .bottom-lg-88 {
    bottom: 88% !important;
  }
  .bottom-lg-89 {
    bottom: 89% !important;
  }
  .bottom-lg-90 {
    bottom: 90% !important;
  }
  .bottom-lg-91 {
    bottom: 91% !important;
  }
  .bottom-lg-92 {
    bottom: 92% !important;
  }
  .bottom-lg-93 {
    bottom: 93% !important;
  }
  .bottom-lg-94 {
    bottom: 94% !important;
  }
  .bottom-lg-95 {
    bottom: 95% !important;
  }
  .bottom-lg-96 {
    bottom: 96% !important;
  }
  .bottom-lg-97 {
    bottom: 97% !important;
  }
  .bottom-lg-98 {
    bottom: 98% !important;
  }
  .bottom-lg-99 {
    bottom: 99% !important;
  }
  .bottom-lg-100 {
    bottom: 100% !important;
  }
  .bottom-lg-n1 {
    bottom: -1% !important;
  }
  .bottom-lg-n2 {
    bottom: -2% !important;
  }
  .bottom-lg-n3 {
    bottom: -3% !important;
  }
  .bottom-lg-n4 {
    bottom: -4% !important;
  }
  .bottom-lg-n5 {
    bottom: -5% !important;
  }
  .bottom-lg-n6 {
    bottom: -6% !important;
  }
  .bottom-lg-n7 {
    bottom: -7% !important;
  }
  .bottom-lg-n8 {
    bottom: -8% !important;
  }
  .bottom-lg-n9 {
    bottom: -9% !important;
  }
  .bottom-lg-n10 {
    bottom: -10% !important;
  }
  .bottom-lg-n11 {
    bottom: -11% !important;
  }
  .bottom-lg-n12 {
    bottom: -12% !important;
  }
  .bottom-lg-n13 {
    bottom: -13% !important;
  }
  .bottom-lg-n14 {
    bottom: -14% !important;
  }
  .bottom-lg-n15 {
    bottom: -15% !important;
  }
  .bottom-lg-n16 {
    bottom: -16% !important;
  }
  .bottom-lg-n17 {
    bottom: -17% !important;
  }
  .bottom-lg-n18 {
    bottom: -18% !important;
  }
  .bottom-lg-n19 {
    bottom: -19% !important;
  }
  .bottom-lg-n20 {
    bottom: -20% !important;
  }
  .bottom-lg-n21 {
    bottom: -21% !important;
  }
  .bottom-lg-n22 {
    bottom: -22% !important;
  }
  .bottom-lg-n23 {
    bottom: -23% !important;
  }
  .bottom-lg-n24 {
    bottom: -24% !important;
  }
  .bottom-lg-n25 {
    bottom: -25% !important;
  }
  .bottom-lg-n26 {
    bottom: -26% !important;
  }
  .bottom-lg-n27 {
    bottom: -27% !important;
  }
  .bottom-lg-n28 {
    bottom: -28% !important;
  }
  .bottom-lg-n29 {
    bottom: -29% !important;
  }
  .bottom-lg-n30 {
    bottom: -30% !important;
  }
  .bottom-lg-n31 {
    bottom: -31% !important;
  }
  .bottom-lg-n32 {
    bottom: -32% !important;
  }
  .bottom-lg-n33 {
    bottom: -33% !important;
  }
  .bottom-lg-n34 {
    bottom: -34% !important;
  }
  .bottom-lg-n35 {
    bottom: -35% !important;
  }
  .bottom-lg-n36 {
    bottom: -36% !important;
  }
  .bottom-lg-n37 {
    bottom: -37% !important;
  }
  .bottom-lg-n38 {
    bottom: -38% !important;
  }
  .bottom-lg-n39 {
    bottom: -39% !important;
  }
  .bottom-lg-n40 {
    bottom: -40% !important;
  }
  .bottom-lg-n41 {
    bottom: -41% !important;
  }
  .bottom-lg-n42 {
    bottom: -42% !important;
  }
  .bottom-lg-n43 {
    bottom: -43% !important;
  }
  .bottom-lg-n44 {
    bottom: -44% !important;
  }
  .bottom-lg-n45 {
    bottom: -45% !important;
  }
  .bottom-lg-n46 {
    bottom: -46% !important;
  }
  .bottom-lg-n47 {
    bottom: -47% !important;
  }
  .bottom-lg-n48 {
    bottom: -48% !important;
  }
  .bottom-lg-n49 {
    bottom: -49% !important;
  }
  .bottom-lg-n50 {
    bottom: -50% !important;
  }
  .bottom-lg-n51 {
    bottom: -51% !important;
  }
  .bottom-lg-n52 {
    bottom: -52% !important;
  }
  .bottom-lg-n53 {
    bottom: -53% !important;
  }
  .bottom-lg-n54 {
    bottom: -54% !important;
  }
  .bottom-lg-n55 {
    bottom: -55% !important;
  }
  .bottom-lg-n56 {
    bottom: -56% !important;
  }
  .bottom-lg-n57 {
    bottom: -57% !important;
  }
  .bottom-lg-n58 {
    bottom: -58% !important;
  }
  .bottom-lg-n59 {
    bottom: -59% !important;
  }
  .bottom-lg-n60 {
    bottom: -60% !important;
  }
  .bottom-lg-n61 {
    bottom: -61% !important;
  }
  .bottom-lg-n62 {
    bottom: -62% !important;
  }
  .bottom-lg-n63 {
    bottom: -63% !important;
  }
  .bottom-lg-n64 {
    bottom: -64% !important;
  }
  .bottom-lg-n65 {
    bottom: -65% !important;
  }
  .bottom-lg-n66 {
    bottom: -66% !important;
  }
  .bottom-lg-n67 {
    bottom: -67% !important;
  }
  .bottom-lg-n68 {
    bottom: -68% !important;
  }
  .bottom-lg-n69 {
    bottom: -69% !important;
  }
  .bottom-lg-n70 {
    bottom: -70% !important;
  }
  .bottom-lg-n71 {
    bottom: -71% !important;
  }
  .bottom-lg-n72 {
    bottom: -72% !important;
  }
  .bottom-lg-n73 {
    bottom: -73% !important;
  }
  .bottom-lg-n74 {
    bottom: -74% !important;
  }
  .bottom-lg-n75 {
    bottom: -75% !important;
  }
  .bottom-lg-n76 {
    bottom: -76% !important;
  }
  .bottom-lg-n77 {
    bottom: -77% !important;
  }
  .bottom-lg-n78 {
    bottom: -78% !important;
  }
  .bottom-lg-n79 {
    bottom: -79% !important;
  }
  .bottom-lg-n80 {
    bottom: -80% !important;
  }
  .bottom-lg-n81 {
    bottom: -81% !important;
  }
  .bottom-lg-n82 {
    bottom: -82% !important;
  }
  .bottom-lg-n83 {
    bottom: -83% !important;
  }
  .bottom-lg-n84 {
    bottom: -84% !important;
  }
  .bottom-lg-n85 {
    bottom: -85% !important;
  }
  .bottom-lg-n86 {
    bottom: -86% !important;
  }
  .bottom-lg-n87 {
    bottom: -87% !important;
  }
  .bottom-lg-n88 {
    bottom: -88% !important;
  }
  .bottom-lg-n89 {
    bottom: -89% !important;
  }
  .bottom-lg-n90 {
    bottom: -90% !important;
  }
  .bottom-lg-n91 {
    bottom: -91% !important;
  }
  .bottom-lg-n92 {
    bottom: -92% !important;
  }
  .bottom-lg-n93 {
    bottom: -93% !important;
  }
  .bottom-lg-n94 {
    bottom: -94% !important;
  }
  .bottom-lg-n95 {
    bottom: -95% !important;
  }
  .bottom-lg-n96 {
    bottom: -96% !important;
  }
  .bottom-lg-n97 {
    bottom: -97% !important;
  }
  .bottom-lg-n98 {
    bottom: -98% !important;
  }
  .bottom-lg-n99 {
    bottom: -99% !important;
  }
  .bottom-lg-n100 {
    bottom: -100% !important;
  }
  .bottom-lg-auto {
    bottom: auto !important;
  }
  .start-lg-0 {
    left: 0% !important;
  }
  .start-lg-1 {
    left: 1% !important;
  }
  .start-lg-2 {
    left: 2% !important;
  }
  .start-lg-3 {
    left: 3% !important;
  }
  .start-lg-4 {
    left: 4% !important;
  }
  .start-lg-5 {
    left: 5% !important;
  }
  .start-lg-6 {
    left: 6% !important;
  }
  .start-lg-7 {
    left: 7% !important;
  }
  .start-lg-8 {
    left: 8% !important;
  }
  .start-lg-9 {
    left: 9% !important;
  }
  .start-lg-10 {
    left: 10% !important;
  }
  .start-lg-11 {
    left: 11% !important;
  }
  .start-lg-12 {
    left: 12% !important;
  }
  .start-lg-13 {
    left: 13% !important;
  }
  .start-lg-14 {
    left: 14% !important;
  }
  .start-lg-15 {
    left: 15% !important;
  }
  .start-lg-16 {
    left: 16% !important;
  }
  .start-lg-17 {
    left: 17% !important;
  }
  .start-lg-18 {
    left: 18% !important;
  }
  .start-lg-19 {
    left: 19% !important;
  }
  .start-lg-20 {
    left: 20% !important;
  }
  .start-lg-21 {
    left: 21% !important;
  }
  .start-lg-22 {
    left: 22% !important;
  }
  .start-lg-23 {
    left: 23% !important;
  }
  .start-lg-24 {
    left: 24% !important;
  }
  .start-lg-25 {
    left: 25% !important;
  }
  .start-lg-26 {
    left: 26% !important;
  }
  .start-lg-27 {
    left: 27% !important;
  }
  .start-lg-28 {
    left: 28% !important;
  }
  .start-lg-29 {
    left: 29% !important;
  }
  .start-lg-30 {
    left: 30% !important;
  }
  .start-lg-31 {
    left: 31% !important;
  }
  .start-lg-32 {
    left: 32% !important;
  }
  .start-lg-33 {
    left: 33% !important;
  }
  .start-lg-34 {
    left: 34% !important;
  }
  .start-lg-35 {
    left: 35% !important;
  }
  .start-lg-36 {
    left: 36% !important;
  }
  .start-lg-37 {
    left: 37% !important;
  }
  .start-lg-38 {
    left: 38% !important;
  }
  .start-lg-39 {
    left: 39% !important;
  }
  .start-lg-40 {
    left: 40% !important;
  }
  .start-lg-41 {
    left: 41% !important;
  }
  .start-lg-42 {
    left: 42% !important;
  }
  .start-lg-43 {
    left: 43% !important;
  }
  .start-lg-44 {
    left: 44% !important;
  }
  .start-lg-45 {
    left: 45% !important;
  }
  .start-lg-46 {
    left: 46% !important;
  }
  .start-lg-47 {
    left: 47% !important;
  }
  .start-lg-48 {
    left: 48% !important;
  }
  .start-lg-49 {
    left: 49% !important;
  }
  .start-lg-50 {
    left: 50% !important;
  }
  .start-lg-51 {
    left: 51% !important;
  }
  .start-lg-52 {
    left: 52% !important;
  }
  .start-lg-53 {
    left: 53% !important;
  }
  .start-lg-54 {
    left: 54% !important;
  }
  .start-lg-55 {
    left: 55% !important;
  }
  .start-lg-56 {
    left: 56% !important;
  }
  .start-lg-57 {
    left: 57% !important;
  }
  .start-lg-58 {
    left: 58% !important;
  }
  .start-lg-59 {
    left: 59% !important;
  }
  .start-lg-60 {
    left: 60% !important;
  }
  .start-lg-61 {
    left: 61% !important;
  }
  .start-lg-62 {
    left: 62% !important;
  }
  .start-lg-63 {
    left: 63% !important;
  }
  .start-lg-64 {
    left: 64% !important;
  }
  .start-lg-65 {
    left: 65% !important;
  }
  .start-lg-66 {
    left: 66% !important;
  }
  .start-lg-67 {
    left: 67% !important;
  }
  .start-lg-68 {
    left: 68% !important;
  }
  .start-lg-69 {
    left: 69% !important;
  }
  .start-lg-70 {
    left: 70% !important;
  }
  .start-lg-71 {
    left: 71% !important;
  }
  .start-lg-72 {
    left: 72% !important;
  }
  .start-lg-73 {
    left: 73% !important;
  }
  .start-lg-74 {
    left: 74% !important;
  }
  .start-lg-75 {
    left: 75% !important;
  }
  .start-lg-76 {
    left: 76% !important;
  }
  .start-lg-77 {
    left: 77% !important;
  }
  .start-lg-78 {
    left: 78% !important;
  }
  .start-lg-79 {
    left: 79% !important;
  }
  .start-lg-80 {
    left: 80% !important;
  }
  .start-lg-81 {
    left: 81% !important;
  }
  .start-lg-82 {
    left: 82% !important;
  }
  .start-lg-83 {
    left: 83% !important;
  }
  .start-lg-84 {
    left: 84% !important;
  }
  .start-lg-85 {
    left: 85% !important;
  }
  .start-lg-86 {
    left: 86% !important;
  }
  .start-lg-87 {
    left: 87% !important;
  }
  .start-lg-88 {
    left: 88% !important;
  }
  .start-lg-89 {
    left: 89% !important;
  }
  .start-lg-90 {
    left: 90% !important;
  }
  .start-lg-91 {
    left: 91% !important;
  }
  .start-lg-92 {
    left: 92% !important;
  }
  .start-lg-93 {
    left: 93% !important;
  }
  .start-lg-94 {
    left: 94% !important;
  }
  .start-lg-95 {
    left: 95% !important;
  }
  .start-lg-96 {
    left: 96% !important;
  }
  .start-lg-97 {
    left: 97% !important;
  }
  .start-lg-98 {
    left: 98% !important;
  }
  .start-lg-99 {
    left: 99% !important;
  }
  .start-lg-100 {
    left: 100% !important;
  }
  .start-lg-n1 {
    left: -1% !important;
  }
  .start-lg-n2 {
    left: -2% !important;
  }
  .start-lg-n3 {
    left: -3% !important;
  }
  .start-lg-n4 {
    left: -4% !important;
  }
  .start-lg-n5 {
    left: -5% !important;
  }
  .start-lg-n6 {
    left: -6% !important;
  }
  .start-lg-n7 {
    left: -7% !important;
  }
  .start-lg-n8 {
    left: -8% !important;
  }
  .start-lg-n9 {
    left: -9% !important;
  }
  .start-lg-n10 {
    left: -10% !important;
  }
  .start-lg-n11 {
    left: -11% !important;
  }
  .start-lg-n12 {
    left: -12% !important;
  }
  .start-lg-n13 {
    left: -13% !important;
  }
  .start-lg-n14 {
    left: -14% !important;
  }
  .start-lg-n15 {
    left: -15% !important;
  }
  .start-lg-n16 {
    left: -16% !important;
  }
  .start-lg-n17 {
    left: -17% !important;
  }
  .start-lg-n18 {
    left: -18% !important;
  }
  .start-lg-n19 {
    left: -19% !important;
  }
  .start-lg-n20 {
    left: -20% !important;
  }
  .start-lg-n21 {
    left: -21% !important;
  }
  .start-lg-n22 {
    left: -22% !important;
  }
  .start-lg-n23 {
    left: -23% !important;
  }
  .start-lg-n24 {
    left: -24% !important;
  }
  .start-lg-n25 {
    left: -25% !important;
  }
  .start-lg-n26 {
    left: -26% !important;
  }
  .start-lg-n27 {
    left: -27% !important;
  }
  .start-lg-n28 {
    left: -28% !important;
  }
  .start-lg-n29 {
    left: -29% !important;
  }
  .start-lg-n30 {
    left: -30% !important;
  }
  .start-lg-n31 {
    left: -31% !important;
  }
  .start-lg-n32 {
    left: -32% !important;
  }
  .start-lg-n33 {
    left: -33% !important;
  }
  .start-lg-n34 {
    left: -34% !important;
  }
  .start-lg-n35 {
    left: -35% !important;
  }
  .start-lg-n36 {
    left: -36% !important;
  }
  .start-lg-n37 {
    left: -37% !important;
  }
  .start-lg-n38 {
    left: -38% !important;
  }
  .start-lg-n39 {
    left: -39% !important;
  }
  .start-lg-n40 {
    left: -40% !important;
  }
  .start-lg-n41 {
    left: -41% !important;
  }
  .start-lg-n42 {
    left: -42% !important;
  }
  .start-lg-n43 {
    left: -43% !important;
  }
  .start-lg-n44 {
    left: -44% !important;
  }
  .start-lg-n45 {
    left: -45% !important;
  }
  .start-lg-n46 {
    left: -46% !important;
  }
  .start-lg-n47 {
    left: -47% !important;
  }
  .start-lg-n48 {
    left: -48% !important;
  }
  .start-lg-n49 {
    left: -49% !important;
  }
  .start-lg-n50 {
    left: -50% !important;
  }
  .start-lg-n51 {
    left: -51% !important;
  }
  .start-lg-n52 {
    left: -52% !important;
  }
  .start-lg-n53 {
    left: -53% !important;
  }
  .start-lg-n54 {
    left: -54% !important;
  }
  .start-lg-n55 {
    left: -55% !important;
  }
  .start-lg-n56 {
    left: -56% !important;
  }
  .start-lg-n57 {
    left: -57% !important;
  }
  .start-lg-n58 {
    left: -58% !important;
  }
  .start-lg-n59 {
    left: -59% !important;
  }
  .start-lg-n60 {
    left: -60% !important;
  }
  .start-lg-n61 {
    left: -61% !important;
  }
  .start-lg-n62 {
    left: -62% !important;
  }
  .start-lg-n63 {
    left: -63% !important;
  }
  .start-lg-n64 {
    left: -64% !important;
  }
  .start-lg-n65 {
    left: -65% !important;
  }
  .start-lg-n66 {
    left: -66% !important;
  }
  .start-lg-n67 {
    left: -67% !important;
  }
  .start-lg-n68 {
    left: -68% !important;
  }
  .start-lg-n69 {
    left: -69% !important;
  }
  .start-lg-n70 {
    left: -70% !important;
  }
  .start-lg-n71 {
    left: -71% !important;
  }
  .start-lg-n72 {
    left: -72% !important;
  }
  .start-lg-n73 {
    left: -73% !important;
  }
  .start-lg-n74 {
    left: -74% !important;
  }
  .start-lg-n75 {
    left: -75% !important;
  }
  .start-lg-n76 {
    left: -76% !important;
  }
  .start-lg-n77 {
    left: -77% !important;
  }
  .start-lg-n78 {
    left: -78% !important;
  }
  .start-lg-n79 {
    left: -79% !important;
  }
  .start-lg-n80 {
    left: -80% !important;
  }
  .start-lg-n81 {
    left: -81% !important;
  }
  .start-lg-n82 {
    left: -82% !important;
  }
  .start-lg-n83 {
    left: -83% !important;
  }
  .start-lg-n84 {
    left: -84% !important;
  }
  .start-lg-n85 {
    left: -85% !important;
  }
  .start-lg-n86 {
    left: -86% !important;
  }
  .start-lg-n87 {
    left: -87% !important;
  }
  .start-lg-n88 {
    left: -88% !important;
  }
  .start-lg-n89 {
    left: -89% !important;
  }
  .start-lg-n90 {
    left: -90% !important;
  }
  .start-lg-n91 {
    left: -91% !important;
  }
  .start-lg-n92 {
    left: -92% !important;
  }
  .start-lg-n93 {
    left: -93% !important;
  }
  .start-lg-n94 {
    left: -94% !important;
  }
  .start-lg-n95 {
    left: -95% !important;
  }
  .start-lg-n96 {
    left: -96% !important;
  }
  .start-lg-n97 {
    left: -97% !important;
  }
  .start-lg-n98 {
    left: -98% !important;
  }
  .start-lg-n99 {
    left: -99% !important;
  }
  .start-lg-n100 {
    left: -100% !important;
  }
  .start-lg-auto {
    left: auto !important;
  }
  .end-lg-0 {
    right: 0% !important;
  }
  .end-lg-1 {
    right: 1% !important;
  }
  .end-lg-2 {
    right: 2% !important;
  }
  .end-lg-3 {
    right: 3% !important;
  }
  .end-lg-4 {
    right: 4% !important;
  }
  .end-lg-5 {
    right: 5% !important;
  }
  .end-lg-6 {
    right: 6% !important;
  }
  .end-lg-7 {
    right: 7% !important;
  }
  .end-lg-8 {
    right: 8% !important;
  }
  .end-lg-9 {
    right: 9% !important;
  }
  .end-lg-10 {
    right: 10% !important;
  }
  .end-lg-11 {
    right: 11% !important;
  }
  .end-lg-12 {
    right: 12% !important;
  }
  .end-lg-13 {
    right: 13% !important;
  }
  .end-lg-14 {
    right: 14% !important;
  }
  .end-lg-15 {
    right: 15% !important;
  }
  .end-lg-16 {
    right: 16% !important;
  }
  .end-lg-17 {
    right: 17% !important;
  }
  .end-lg-18 {
    right: 18% !important;
  }
  .end-lg-19 {
    right: 19% !important;
  }
  .end-lg-20 {
    right: 20% !important;
  }
  .end-lg-21 {
    right: 21% !important;
  }
  .end-lg-22 {
    right: 22% !important;
  }
  .end-lg-23 {
    right: 23% !important;
  }
  .end-lg-24 {
    right: 24% !important;
  }
  .end-lg-25 {
    right: 25% !important;
  }
  .end-lg-26 {
    right: 26% !important;
  }
  .end-lg-27 {
    right: 27% !important;
  }
  .end-lg-28 {
    right: 28% !important;
  }
  .end-lg-29 {
    right: 29% !important;
  }
  .end-lg-30 {
    right: 30% !important;
  }
  .end-lg-31 {
    right: 31% !important;
  }
  .end-lg-32 {
    right: 32% !important;
  }
  .end-lg-33 {
    right: 33% !important;
  }
  .end-lg-34 {
    right: 34% !important;
  }
  .end-lg-35 {
    right: 35% !important;
  }
  .end-lg-36 {
    right: 36% !important;
  }
  .end-lg-37 {
    right: 37% !important;
  }
  .end-lg-38 {
    right: 38% !important;
  }
  .end-lg-39 {
    right: 39% !important;
  }
  .end-lg-40 {
    right: 40% !important;
  }
  .end-lg-41 {
    right: 41% !important;
  }
  .end-lg-42 {
    right: 42% !important;
  }
  .end-lg-43 {
    right: 43% !important;
  }
  .end-lg-44 {
    right: 44% !important;
  }
  .end-lg-45 {
    right: 45% !important;
  }
  .end-lg-46 {
    right: 46% !important;
  }
  .end-lg-47 {
    right: 47% !important;
  }
  .end-lg-48 {
    right: 48% !important;
  }
  .end-lg-49 {
    right: 49% !important;
  }
  .end-lg-50 {
    right: 50% !important;
  }
  .end-lg-51 {
    right: 51% !important;
  }
  .end-lg-52 {
    right: 52% !important;
  }
  .end-lg-53 {
    right: 53% !important;
  }
  .end-lg-54 {
    right: 54% !important;
  }
  .end-lg-55 {
    right: 55% !important;
  }
  .end-lg-56 {
    right: 56% !important;
  }
  .end-lg-57 {
    right: 57% !important;
  }
  .end-lg-58 {
    right: 58% !important;
  }
  .end-lg-59 {
    right: 59% !important;
  }
  .end-lg-60 {
    right: 60% !important;
  }
  .end-lg-61 {
    right: 61% !important;
  }
  .end-lg-62 {
    right: 62% !important;
  }
  .end-lg-63 {
    right: 63% !important;
  }
  .end-lg-64 {
    right: 64% !important;
  }
  .end-lg-65 {
    right: 65% !important;
  }
  .end-lg-66 {
    right: 66% !important;
  }
  .end-lg-67 {
    right: 67% !important;
  }
  .end-lg-68 {
    right: 68% !important;
  }
  .end-lg-69 {
    right: 69% !important;
  }
  .end-lg-70 {
    right: 70% !important;
  }
  .end-lg-71 {
    right: 71% !important;
  }
  .end-lg-72 {
    right: 72% !important;
  }
  .end-lg-73 {
    right: 73% !important;
  }
  .end-lg-74 {
    right: 74% !important;
  }
  .end-lg-75 {
    right: 75% !important;
  }
  .end-lg-76 {
    right: 76% !important;
  }
  .end-lg-77 {
    right: 77% !important;
  }
  .end-lg-78 {
    right: 78% !important;
  }
  .end-lg-79 {
    right: 79% !important;
  }
  .end-lg-80 {
    right: 80% !important;
  }
  .end-lg-81 {
    right: 81% !important;
  }
  .end-lg-82 {
    right: 82% !important;
  }
  .end-lg-83 {
    right: 83% !important;
  }
  .end-lg-84 {
    right: 84% !important;
  }
  .end-lg-85 {
    right: 85% !important;
  }
  .end-lg-86 {
    right: 86% !important;
  }
  .end-lg-87 {
    right: 87% !important;
  }
  .end-lg-88 {
    right: 88% !important;
  }
  .end-lg-89 {
    right: 89% !important;
  }
  .end-lg-90 {
    right: 90% !important;
  }
  .end-lg-91 {
    right: 91% !important;
  }
  .end-lg-92 {
    right: 92% !important;
  }
  .end-lg-93 {
    right: 93% !important;
  }
  .end-lg-94 {
    right: 94% !important;
  }
  .end-lg-95 {
    right: 95% !important;
  }
  .end-lg-96 {
    right: 96% !important;
  }
  .end-lg-97 {
    right: 97% !important;
  }
  .end-lg-98 {
    right: 98% !important;
  }
  .end-lg-99 {
    right: 99% !important;
  }
  .end-lg-100 {
    right: 100% !important;
  }
  .end-lg-n1 {
    right: -1% !important;
  }
  .end-lg-n2 {
    right: -2% !important;
  }
  .end-lg-n3 {
    right: -3% !important;
  }
  .end-lg-n4 {
    right: -4% !important;
  }
  .end-lg-n5 {
    right: -5% !important;
  }
  .end-lg-n6 {
    right: -6% !important;
  }
  .end-lg-n7 {
    right: -7% !important;
  }
  .end-lg-n8 {
    right: -8% !important;
  }
  .end-lg-n9 {
    right: -9% !important;
  }
  .end-lg-n10 {
    right: -10% !important;
  }
  .end-lg-n11 {
    right: -11% !important;
  }
  .end-lg-n12 {
    right: -12% !important;
  }
  .end-lg-n13 {
    right: -13% !important;
  }
  .end-lg-n14 {
    right: -14% !important;
  }
  .end-lg-n15 {
    right: -15% !important;
  }
  .end-lg-n16 {
    right: -16% !important;
  }
  .end-lg-n17 {
    right: -17% !important;
  }
  .end-lg-n18 {
    right: -18% !important;
  }
  .end-lg-n19 {
    right: -19% !important;
  }
  .end-lg-n20 {
    right: -20% !important;
  }
  .end-lg-n21 {
    right: -21% !important;
  }
  .end-lg-n22 {
    right: -22% !important;
  }
  .end-lg-n23 {
    right: -23% !important;
  }
  .end-lg-n24 {
    right: -24% !important;
  }
  .end-lg-n25 {
    right: -25% !important;
  }
  .end-lg-n26 {
    right: -26% !important;
  }
  .end-lg-n27 {
    right: -27% !important;
  }
  .end-lg-n28 {
    right: -28% !important;
  }
  .end-lg-n29 {
    right: -29% !important;
  }
  .end-lg-n30 {
    right: -30% !important;
  }
  .end-lg-n31 {
    right: -31% !important;
  }
  .end-lg-n32 {
    right: -32% !important;
  }
  .end-lg-n33 {
    right: -33% !important;
  }
  .end-lg-n34 {
    right: -34% !important;
  }
  .end-lg-n35 {
    right: -35% !important;
  }
  .end-lg-n36 {
    right: -36% !important;
  }
  .end-lg-n37 {
    right: -37% !important;
  }
  .end-lg-n38 {
    right: -38% !important;
  }
  .end-lg-n39 {
    right: -39% !important;
  }
  .end-lg-n40 {
    right: -40% !important;
  }
  .end-lg-n41 {
    right: -41% !important;
  }
  .end-lg-n42 {
    right: -42% !important;
  }
  .end-lg-n43 {
    right: -43% !important;
  }
  .end-lg-n44 {
    right: -44% !important;
  }
  .end-lg-n45 {
    right: -45% !important;
  }
  .end-lg-n46 {
    right: -46% !important;
  }
  .end-lg-n47 {
    right: -47% !important;
  }
  .end-lg-n48 {
    right: -48% !important;
  }
  .end-lg-n49 {
    right: -49% !important;
  }
  .end-lg-n50 {
    right: -50% !important;
  }
  .end-lg-n51 {
    right: -51% !important;
  }
  .end-lg-n52 {
    right: -52% !important;
  }
  .end-lg-n53 {
    right: -53% !important;
  }
  .end-lg-n54 {
    right: -54% !important;
  }
  .end-lg-n55 {
    right: -55% !important;
  }
  .end-lg-n56 {
    right: -56% !important;
  }
  .end-lg-n57 {
    right: -57% !important;
  }
  .end-lg-n58 {
    right: -58% !important;
  }
  .end-lg-n59 {
    right: -59% !important;
  }
  .end-lg-n60 {
    right: -60% !important;
  }
  .end-lg-n61 {
    right: -61% !important;
  }
  .end-lg-n62 {
    right: -62% !important;
  }
  .end-lg-n63 {
    right: -63% !important;
  }
  .end-lg-n64 {
    right: -64% !important;
  }
  .end-lg-n65 {
    right: -65% !important;
  }
  .end-lg-n66 {
    right: -66% !important;
  }
  .end-lg-n67 {
    right: -67% !important;
  }
  .end-lg-n68 {
    right: -68% !important;
  }
  .end-lg-n69 {
    right: -69% !important;
  }
  .end-lg-n70 {
    right: -70% !important;
  }
  .end-lg-n71 {
    right: -71% !important;
  }
  .end-lg-n72 {
    right: -72% !important;
  }
  .end-lg-n73 {
    right: -73% !important;
  }
  .end-lg-n74 {
    right: -74% !important;
  }
  .end-lg-n75 {
    right: -75% !important;
  }
  .end-lg-n76 {
    right: -76% !important;
  }
  .end-lg-n77 {
    right: -77% !important;
  }
  .end-lg-n78 {
    right: -78% !important;
  }
  .end-lg-n79 {
    right: -79% !important;
  }
  .end-lg-n80 {
    right: -80% !important;
  }
  .end-lg-n81 {
    right: -81% !important;
  }
  .end-lg-n82 {
    right: -82% !important;
  }
  .end-lg-n83 {
    right: -83% !important;
  }
  .end-lg-n84 {
    right: -84% !important;
  }
  .end-lg-n85 {
    right: -85% !important;
  }
  .end-lg-n86 {
    right: -86% !important;
  }
  .end-lg-n87 {
    right: -87% !important;
  }
  .end-lg-n88 {
    right: -88% !important;
  }
  .end-lg-n89 {
    right: -89% !important;
  }
  .end-lg-n90 {
    right: -90% !important;
  }
  .end-lg-n91 {
    right: -91% !important;
  }
  .end-lg-n92 {
    right: -92% !important;
  }
  .end-lg-n93 {
    right: -93% !important;
  }
  .end-lg-n94 {
    right: -94% !important;
  }
  .end-lg-n95 {
    right: -95% !important;
  }
  .end-lg-n96 {
    right: -96% !important;
  }
  .end-lg-n97 {
    right: -97% !important;
  }
  .end-lg-n98 {
    right: -98% !important;
  }
  .end-lg-n99 {
    right: -99% !important;
  }
  .end-lg-n100 {
    right: -100% !important;
  }
  .end-lg-auto {
    right: auto !important;
  }
  .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }
  .translate-middle-lg-none {
    transform: translate(0, 0) !important;
  }
  .border-lg {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-top-lg {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .border-end-lg {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-lg-0 {
    border-right: 0 !important;
  }
  .border-bottom-lg {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .border-start-lg {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-lg-0 {
    border-left: 0 !important;
  }
  .border-lg-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-tertiary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-grey {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-grey-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-placeholder {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-placeholder-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-transparent {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-transparent-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-1 {
    border-width: 1px !important;
  }
  .border-lg-2 {
    border-width: 2px !important;
  }
  .border-lg-3 {
    border-width: 3px !important;
  }
  .border-lg-4 {
    border-width: 4px !important;
  }
  .border-lg-5 {
    border-width: 5px !important;
  }
  .w-lg-0 {
    width: 0% !important;
  }
  .w-lg-1 {
    width: 1% !important;
  }
  .w-lg-2 {
    width: 2% !important;
  }
  .w-lg-3 {
    width: 3% !important;
  }
  .w-lg-4 {
    width: 4% !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-6 {
    width: 6% !important;
  }
  .w-lg-7 {
    width: 7% !important;
  }
  .w-lg-8 {
    width: 8% !important;
  }
  .w-lg-9 {
    width: 9% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-11 {
    width: 11% !important;
  }
  .w-lg-12 {
    width: 12% !important;
  }
  .w-lg-13 {
    width: 13% !important;
  }
  .w-lg-14 {
    width: 14% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-16 {
    width: 16% !important;
  }
  .w-lg-17 {
    width: 17% !important;
  }
  .w-lg-18 {
    width: 18% !important;
  }
  .w-lg-19 {
    width: 19% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-21 {
    width: 21% !important;
  }
  .w-lg-22 {
    width: 22% !important;
  }
  .w-lg-23 {
    width: 23% !important;
  }
  .w-lg-24 {
    width: 24% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-26 {
    width: 26% !important;
  }
  .w-lg-27 {
    width: 27% !important;
  }
  .w-lg-28 {
    width: 28% !important;
  }
  .w-lg-29 {
    width: 29% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-31 {
    width: 31% !important;
  }
  .w-lg-32 {
    width: 32% !important;
  }
  .w-lg-33 {
    width: 33% !important;
  }
  .w-lg-34 {
    width: 34% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-36 {
    width: 36% !important;
  }
  .w-lg-37 {
    width: 37% !important;
  }
  .w-lg-38 {
    width: 38% !important;
  }
  .w-lg-39 {
    width: 39% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-41 {
    width: 41% !important;
  }
  .w-lg-42 {
    width: 42% !important;
  }
  .w-lg-43 {
    width: 43% !important;
  }
  .w-lg-44 {
    width: 44% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-46 {
    width: 46% !important;
  }
  .w-lg-47 {
    width: 47% !important;
  }
  .w-lg-48 {
    width: 48% !important;
  }
  .w-lg-49 {
    width: 49% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-51 {
    width: 51% !important;
  }
  .w-lg-52 {
    width: 52% !important;
  }
  .w-lg-53 {
    width: 53% !important;
  }
  .w-lg-54 {
    width: 54% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-56 {
    width: 56% !important;
  }
  .w-lg-57 {
    width: 57% !important;
  }
  .w-lg-58 {
    width: 58% !important;
  }
  .w-lg-59 {
    width: 59% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-61 {
    width: 61% !important;
  }
  .w-lg-62 {
    width: 62% !important;
  }
  .w-lg-63 {
    width: 63% !important;
  }
  .w-lg-64 {
    width: 64% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-66 {
    width: 66% !important;
  }
  .w-lg-67 {
    width: 67% !important;
  }
  .w-lg-68 {
    width: 68% !important;
  }
  .w-lg-69 {
    width: 69% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-71 {
    width: 71% !important;
  }
  .w-lg-72 {
    width: 72% !important;
  }
  .w-lg-73 {
    width: 73% !important;
  }
  .w-lg-74 {
    width: 74% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-76 {
    width: 76% !important;
  }
  .w-lg-77 {
    width: 77% !important;
  }
  .w-lg-78 {
    width: 78% !important;
  }
  .w-lg-79 {
    width: 79% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-81 {
    width: 81% !important;
  }
  .w-lg-82 {
    width: 82% !important;
  }
  .w-lg-83 {
    width: 83% !important;
  }
  .w-lg-84 {
    width: 84% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-86 {
    width: 86% !important;
  }
  .w-lg-87 {
    width: 87% !important;
  }
  .w-lg-88 {
    width: 88% !important;
  }
  .w-lg-89 {
    width: 89% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-91 {
    width: 91% !important;
  }
  .w-lg-92 {
    width: 92% !important;
  }
  .w-lg-93 {
    width: 93% !important;
  }
  .w-lg-94 {
    width: 94% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-96 {
    width: 96% !important;
  }
  .w-lg-97 {
    width: 97% !important;
  }
  .w-lg-98 {
    width: 98% !important;
  }
  .w-lg-99 {
    width: 99% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-n1 {
    width: -1% !important;
  }
  .w-lg-n2 {
    width: -2% !important;
  }
  .w-lg-n3 {
    width: -3% !important;
  }
  .w-lg-n4 {
    width: -4% !important;
  }
  .w-lg-n5 {
    width: -5% !important;
  }
  .w-lg-n6 {
    width: -6% !important;
  }
  .w-lg-n7 {
    width: -7% !important;
  }
  .w-lg-n8 {
    width: -8% !important;
  }
  .w-lg-n9 {
    width: -9% !important;
  }
  .w-lg-n10 {
    width: -10% !important;
  }
  .w-lg-n11 {
    width: -11% !important;
  }
  .w-lg-n12 {
    width: -12% !important;
  }
  .w-lg-n13 {
    width: -13% !important;
  }
  .w-lg-n14 {
    width: -14% !important;
  }
  .w-lg-n15 {
    width: -15% !important;
  }
  .w-lg-n16 {
    width: -16% !important;
  }
  .w-lg-n17 {
    width: -17% !important;
  }
  .w-lg-n18 {
    width: -18% !important;
  }
  .w-lg-n19 {
    width: -19% !important;
  }
  .w-lg-n20 {
    width: -20% !important;
  }
  .w-lg-n21 {
    width: -21% !important;
  }
  .w-lg-n22 {
    width: -22% !important;
  }
  .w-lg-n23 {
    width: -23% !important;
  }
  .w-lg-n24 {
    width: -24% !important;
  }
  .w-lg-n25 {
    width: -25% !important;
  }
  .w-lg-n26 {
    width: -26% !important;
  }
  .w-lg-n27 {
    width: -27% !important;
  }
  .w-lg-n28 {
    width: -28% !important;
  }
  .w-lg-n29 {
    width: -29% !important;
  }
  .w-lg-n30 {
    width: -30% !important;
  }
  .w-lg-n31 {
    width: -31% !important;
  }
  .w-lg-n32 {
    width: -32% !important;
  }
  .w-lg-n33 {
    width: -33% !important;
  }
  .w-lg-n34 {
    width: -34% !important;
  }
  .w-lg-n35 {
    width: -35% !important;
  }
  .w-lg-n36 {
    width: -36% !important;
  }
  .w-lg-n37 {
    width: -37% !important;
  }
  .w-lg-n38 {
    width: -38% !important;
  }
  .w-lg-n39 {
    width: -39% !important;
  }
  .w-lg-n40 {
    width: -40% !important;
  }
  .w-lg-n41 {
    width: -41% !important;
  }
  .w-lg-n42 {
    width: -42% !important;
  }
  .w-lg-n43 {
    width: -43% !important;
  }
  .w-lg-n44 {
    width: -44% !important;
  }
  .w-lg-n45 {
    width: -45% !important;
  }
  .w-lg-n46 {
    width: -46% !important;
  }
  .w-lg-n47 {
    width: -47% !important;
  }
  .w-lg-n48 {
    width: -48% !important;
  }
  .w-lg-n49 {
    width: -49% !important;
  }
  .w-lg-n50 {
    width: -50% !important;
  }
  .w-lg-n51 {
    width: -51% !important;
  }
  .w-lg-n52 {
    width: -52% !important;
  }
  .w-lg-n53 {
    width: -53% !important;
  }
  .w-lg-n54 {
    width: -54% !important;
  }
  .w-lg-n55 {
    width: -55% !important;
  }
  .w-lg-n56 {
    width: -56% !important;
  }
  .w-lg-n57 {
    width: -57% !important;
  }
  .w-lg-n58 {
    width: -58% !important;
  }
  .w-lg-n59 {
    width: -59% !important;
  }
  .w-lg-n60 {
    width: -60% !important;
  }
  .w-lg-n61 {
    width: -61% !important;
  }
  .w-lg-n62 {
    width: -62% !important;
  }
  .w-lg-n63 {
    width: -63% !important;
  }
  .w-lg-n64 {
    width: -64% !important;
  }
  .w-lg-n65 {
    width: -65% !important;
  }
  .w-lg-n66 {
    width: -66% !important;
  }
  .w-lg-n67 {
    width: -67% !important;
  }
  .w-lg-n68 {
    width: -68% !important;
  }
  .w-lg-n69 {
    width: -69% !important;
  }
  .w-lg-n70 {
    width: -70% !important;
  }
  .w-lg-n71 {
    width: -71% !important;
  }
  .w-lg-n72 {
    width: -72% !important;
  }
  .w-lg-n73 {
    width: -73% !important;
  }
  .w-lg-n74 {
    width: -74% !important;
  }
  .w-lg-n75 {
    width: -75% !important;
  }
  .w-lg-n76 {
    width: -76% !important;
  }
  .w-lg-n77 {
    width: -77% !important;
  }
  .w-lg-n78 {
    width: -78% !important;
  }
  .w-lg-n79 {
    width: -79% !important;
  }
  .w-lg-n80 {
    width: -80% !important;
  }
  .w-lg-n81 {
    width: -81% !important;
  }
  .w-lg-n82 {
    width: -82% !important;
  }
  .w-lg-n83 {
    width: -83% !important;
  }
  .w-lg-n84 {
    width: -84% !important;
  }
  .w-lg-n85 {
    width: -85% !important;
  }
  .w-lg-n86 {
    width: -86% !important;
  }
  .w-lg-n87 {
    width: -87% !important;
  }
  .w-lg-n88 {
    width: -88% !important;
  }
  .w-lg-n89 {
    width: -89% !important;
  }
  .w-lg-n90 {
    width: -90% !important;
  }
  .w-lg-n91 {
    width: -91% !important;
  }
  .w-lg-n92 {
    width: -92% !important;
  }
  .w-lg-n93 {
    width: -93% !important;
  }
  .w-lg-n94 {
    width: -94% !important;
  }
  .w-lg-n95 {
    width: -95% !important;
  }
  .w-lg-n96 {
    width: -96% !important;
  }
  .w-lg-n97 {
    width: -97% !important;
  }
  .w-lg-n98 {
    width: -98% !important;
  }
  .w-lg-n99 {
    width: -99% !important;
  }
  .w-lg-n100 {
    width: -100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-fit-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .w-lg-max-content {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .w-lg-fill {
    width: -webkit-fill-available !important;
  }
  .h-lg-0 {
    height: 0% !important;
  }
  .h-lg-1 {
    height: 1% !important;
  }
  .h-lg-2 {
    height: 2% !important;
  }
  .h-lg-3 {
    height: 3% !important;
  }
  .h-lg-4 {
    height: 4% !important;
  }
  .h-lg-5 {
    height: 5% !important;
  }
  .h-lg-6 {
    height: 6% !important;
  }
  .h-lg-7 {
    height: 7% !important;
  }
  .h-lg-8 {
    height: 8% !important;
  }
  .h-lg-9 {
    height: 9% !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .h-lg-11 {
    height: 11% !important;
  }
  .h-lg-12 {
    height: 12% !important;
  }
  .h-lg-13 {
    height: 13% !important;
  }
  .h-lg-14 {
    height: 14% !important;
  }
  .h-lg-15 {
    height: 15% !important;
  }
  .h-lg-16 {
    height: 16% !important;
  }
  .h-lg-17 {
    height: 17% !important;
  }
  .h-lg-18 {
    height: 18% !important;
  }
  .h-lg-19 {
    height: 19% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-21 {
    height: 21% !important;
  }
  .h-lg-22 {
    height: 22% !important;
  }
  .h-lg-23 {
    height: 23% !important;
  }
  .h-lg-24 {
    height: 24% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-26 {
    height: 26% !important;
  }
  .h-lg-27 {
    height: 27% !important;
  }
  .h-lg-28 {
    height: 28% !important;
  }
  .h-lg-29 {
    height: 29% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-31 {
    height: 31% !important;
  }
  .h-lg-32 {
    height: 32% !important;
  }
  .h-lg-33 {
    height: 33% !important;
  }
  .h-lg-34 {
    height: 34% !important;
  }
  .h-lg-35 {
    height: 35% !important;
  }
  .h-lg-36 {
    height: 36% !important;
  }
  .h-lg-37 {
    height: 37% !important;
  }
  .h-lg-38 {
    height: 38% !important;
  }
  .h-lg-39 {
    height: 39% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-41 {
    height: 41% !important;
  }
  .h-lg-42 {
    height: 42% !important;
  }
  .h-lg-43 {
    height: 43% !important;
  }
  .h-lg-44 {
    height: 44% !important;
  }
  .h-lg-45 {
    height: 45% !important;
  }
  .h-lg-46 {
    height: 46% !important;
  }
  .h-lg-47 {
    height: 47% !important;
  }
  .h-lg-48 {
    height: 48% !important;
  }
  .h-lg-49 {
    height: 49% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-51 {
    height: 51% !important;
  }
  .h-lg-52 {
    height: 52% !important;
  }
  .h-lg-53 {
    height: 53% !important;
  }
  .h-lg-54 {
    height: 54% !important;
  }
  .h-lg-55 {
    height: 55% !important;
  }
  .h-lg-56 {
    height: 56% !important;
  }
  .h-lg-57 {
    height: 57% !important;
  }
  .h-lg-58 {
    height: 58% !important;
  }
  .h-lg-59 {
    height: 59% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-61 {
    height: 61% !important;
  }
  .h-lg-62 {
    height: 62% !important;
  }
  .h-lg-63 {
    height: 63% !important;
  }
  .h-lg-64 {
    height: 64% !important;
  }
  .h-lg-65 {
    height: 65% !important;
  }
  .h-lg-66 {
    height: 66% !important;
  }
  .h-lg-67 {
    height: 67% !important;
  }
  .h-lg-68 {
    height: 68% !important;
  }
  .h-lg-69 {
    height: 69% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .h-lg-71 {
    height: 71% !important;
  }
  .h-lg-72 {
    height: 72% !important;
  }
  .h-lg-73 {
    height: 73% !important;
  }
  .h-lg-74 {
    height: 74% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-76 {
    height: 76% !important;
  }
  .h-lg-77 {
    height: 77% !important;
  }
  .h-lg-78 {
    height: 78% !important;
  }
  .h-lg-79 {
    height: 79% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-81 {
    height: 81% !important;
  }
  .h-lg-82 {
    height: 82% !important;
  }
  .h-lg-83 {
    height: 83% !important;
  }
  .h-lg-84 {
    height: 84% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .h-lg-86 {
    height: 86% !important;
  }
  .h-lg-87 {
    height: 87% !important;
  }
  .h-lg-88 {
    height: 88% !important;
  }
  .h-lg-89 {
    height: 89% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .h-lg-91 {
    height: 91% !important;
  }
  .h-lg-92 {
    height: 92% !important;
  }
  .h-lg-93 {
    height: 93% !important;
  }
  .h-lg-94 {
    height: 94% !important;
  }
  .h-lg-95 {
    height: 95% !important;
  }
  .h-lg-96 {
    height: 96% !important;
  }
  .h-lg-97 {
    height: 97% !important;
  }
  .h-lg-98 {
    height: 98% !important;
  }
  .h-lg-99 {
    height: 99% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-n1 {
    height: -1% !important;
  }
  .h-lg-n2 {
    height: -2% !important;
  }
  .h-lg-n3 {
    height: -3% !important;
  }
  .h-lg-n4 {
    height: -4% !important;
  }
  .h-lg-n5 {
    height: -5% !important;
  }
  .h-lg-n6 {
    height: -6% !important;
  }
  .h-lg-n7 {
    height: -7% !important;
  }
  .h-lg-n8 {
    height: -8% !important;
  }
  .h-lg-n9 {
    height: -9% !important;
  }
  .h-lg-n10 {
    height: -10% !important;
  }
  .h-lg-n11 {
    height: -11% !important;
  }
  .h-lg-n12 {
    height: -12% !important;
  }
  .h-lg-n13 {
    height: -13% !important;
  }
  .h-lg-n14 {
    height: -14% !important;
  }
  .h-lg-n15 {
    height: -15% !important;
  }
  .h-lg-n16 {
    height: -16% !important;
  }
  .h-lg-n17 {
    height: -17% !important;
  }
  .h-lg-n18 {
    height: -18% !important;
  }
  .h-lg-n19 {
    height: -19% !important;
  }
  .h-lg-n20 {
    height: -20% !important;
  }
  .h-lg-n21 {
    height: -21% !important;
  }
  .h-lg-n22 {
    height: -22% !important;
  }
  .h-lg-n23 {
    height: -23% !important;
  }
  .h-lg-n24 {
    height: -24% !important;
  }
  .h-lg-n25 {
    height: -25% !important;
  }
  .h-lg-n26 {
    height: -26% !important;
  }
  .h-lg-n27 {
    height: -27% !important;
  }
  .h-lg-n28 {
    height: -28% !important;
  }
  .h-lg-n29 {
    height: -29% !important;
  }
  .h-lg-n30 {
    height: -30% !important;
  }
  .h-lg-n31 {
    height: -31% !important;
  }
  .h-lg-n32 {
    height: -32% !important;
  }
  .h-lg-n33 {
    height: -33% !important;
  }
  .h-lg-n34 {
    height: -34% !important;
  }
  .h-lg-n35 {
    height: -35% !important;
  }
  .h-lg-n36 {
    height: -36% !important;
  }
  .h-lg-n37 {
    height: -37% !important;
  }
  .h-lg-n38 {
    height: -38% !important;
  }
  .h-lg-n39 {
    height: -39% !important;
  }
  .h-lg-n40 {
    height: -40% !important;
  }
  .h-lg-n41 {
    height: -41% !important;
  }
  .h-lg-n42 {
    height: -42% !important;
  }
  .h-lg-n43 {
    height: -43% !important;
  }
  .h-lg-n44 {
    height: -44% !important;
  }
  .h-lg-n45 {
    height: -45% !important;
  }
  .h-lg-n46 {
    height: -46% !important;
  }
  .h-lg-n47 {
    height: -47% !important;
  }
  .h-lg-n48 {
    height: -48% !important;
  }
  .h-lg-n49 {
    height: -49% !important;
  }
  .h-lg-n50 {
    height: -50% !important;
  }
  .h-lg-n51 {
    height: -51% !important;
  }
  .h-lg-n52 {
    height: -52% !important;
  }
  .h-lg-n53 {
    height: -53% !important;
  }
  .h-lg-n54 {
    height: -54% !important;
  }
  .h-lg-n55 {
    height: -55% !important;
  }
  .h-lg-n56 {
    height: -56% !important;
  }
  .h-lg-n57 {
    height: -57% !important;
  }
  .h-lg-n58 {
    height: -58% !important;
  }
  .h-lg-n59 {
    height: -59% !important;
  }
  .h-lg-n60 {
    height: -60% !important;
  }
  .h-lg-n61 {
    height: -61% !important;
  }
  .h-lg-n62 {
    height: -62% !important;
  }
  .h-lg-n63 {
    height: -63% !important;
  }
  .h-lg-n64 {
    height: -64% !important;
  }
  .h-lg-n65 {
    height: -65% !important;
  }
  .h-lg-n66 {
    height: -66% !important;
  }
  .h-lg-n67 {
    height: -67% !important;
  }
  .h-lg-n68 {
    height: -68% !important;
  }
  .h-lg-n69 {
    height: -69% !important;
  }
  .h-lg-n70 {
    height: -70% !important;
  }
  .h-lg-n71 {
    height: -71% !important;
  }
  .h-lg-n72 {
    height: -72% !important;
  }
  .h-lg-n73 {
    height: -73% !important;
  }
  .h-lg-n74 {
    height: -74% !important;
  }
  .h-lg-n75 {
    height: -75% !important;
  }
  .h-lg-n76 {
    height: -76% !important;
  }
  .h-lg-n77 {
    height: -77% !important;
  }
  .h-lg-n78 {
    height: -78% !important;
  }
  .h-lg-n79 {
    height: -79% !important;
  }
  .h-lg-n80 {
    height: -80% !important;
  }
  .h-lg-n81 {
    height: -81% !important;
  }
  .h-lg-n82 {
    height: -82% !important;
  }
  .h-lg-n83 {
    height: -83% !important;
  }
  .h-lg-n84 {
    height: -84% !important;
  }
  .h-lg-n85 {
    height: -85% !important;
  }
  .h-lg-n86 {
    height: -86% !important;
  }
  .h-lg-n87 {
    height: -87% !important;
  }
  .h-lg-n88 {
    height: -88% !important;
  }
  .h-lg-n89 {
    height: -89% !important;
  }
  .h-lg-n90 {
    height: -90% !important;
  }
  .h-lg-n91 {
    height: -91% !important;
  }
  .h-lg-n92 {
    height: -92% !important;
  }
  .h-lg-n93 {
    height: -93% !important;
  }
  .h-lg-n94 {
    height: -94% !important;
  }
  .h-lg-n95 {
    height: -95% !important;
  }
  .h-lg-n96 {
    height: -96% !important;
  }
  .h-lg-n97 {
    height: -97% !important;
  }
  .h-lg-n98 {
    height: -98% !important;
  }
  .h-lg-n99 {
    height: -99% !important;
  }
  .h-lg-n100 {
    height: -100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-fit-content {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .h-lg-max-content {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .h-lg-fill {
    height: -webkit-fill-available !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-6 {
    margin: 6rem !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !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-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-auto {
    margin-right: 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-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-auto {
    margin-left: 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-n6 {
    margin: -6rem !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-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !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-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !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-n6 {
    margin-top: -6rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n6 {
    margin-right: -6rem !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-n6 {
    margin-bottom: -6rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n6 {
    margin-left: -6rem !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-6 {
    padding: 6rem !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-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !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-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !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-6 {
    padding-top: 6rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !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-6 {
    padding-bottom: 6rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !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-6 {
    gap: 6rem !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-6 {
    row-gap: 6rem !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-6 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !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;
  }
  .lh-lg-0 {
    line-height: 0 !important;
  }
  .lh-lg-xxs {
    line-height: 0.5 !important;
  }
  .lh-lg-xs {
    line-height: 0.75 !important;
  }
  .lh-lg-1 {
    line-height: 1 !important;
  }
  .lh-lg-sm {
    line-height: 1.25 !important;
  }
  .lh-lg-base {
    line-height: 1.5 !important;
  }
  .lh-lg-lg {
    line-height: 2 !important;
  }
  .lh-lg-xl {
    line-height: 2.25 !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-decoration-lg-none {
    text-decoration: none !important;
  }
  .text-decoration-lg-none-hover:hover {
    text-decoration: none !important;
  }
  .text-decoration-lg-underline {
    text-decoration: underline !important;
  }
  .text-decoration-lg-underline-hover:hover {
    text-decoration: underline !important;
  }
  .text-decoration-lg-line-through {
    text-decoration: line-through !important;
  }
  .text-decoration-lg-line-through-hover:hover {
    text-decoration: line-through !important;
  }
  .text-lg-primary {
    color: #ffd317 !important;
  }
  .text-lg-primary-hover:hover {
    color: #ffd317 !important;
  }
  .text-lg-secondary {
    color: #010202 !important;
  }
  .text-lg-secondary-hover:hover {
    color: #010202 !important;
  }
  .text-lg-tertiary {
    color: #323031 !important;
  }
  .text-lg-tertiary-hover:hover {
    color: #323031 !important;
  }
  .text-lg-grey {
    color: #9d9d9d !important;
  }
  .text-lg-grey-hover:hover {
    color: #9d9d9d !important;
  }
  .text-lg-white {
    color: #fff !important;
  }
  .text-lg-white-hover:hover {
    color: #fff !important;
  }
  .text-lg-black {
    color: #010202 !important;
  }
  .text-lg-black-hover:hover {
    color: #010202 !important;
  }
  .text-lg-placeholder {
    color: magenta !important;
  }
  .text-lg-placeholder-hover:hover {
    color: magenta !important;
  }
  .text-lg-transparent {
    color: transparent !important;
  }
  .text-lg-transparent-hover:hover {
    color: transparent !important;
  }
  .bg-lg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-primary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-secondary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-tertiary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-grey-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-white-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-black-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-placeholder {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-placeholder-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-lg-transparent-hover:hover {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-lg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-body-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-primary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-primary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-secondary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-secondary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-tertiary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-tertiary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-grey-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-grey-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-opacity-lg-0 {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-lg-0-hover:hover {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-lg-5 {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-lg-5-hover:hover {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-lg-10 {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-lg-10-hover:hover {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-lg-15 {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-lg-15-hover:hover {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-lg-20 {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-lg-20-hover:hover {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-lg-25 {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-lg-25-hover:hover {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-lg-30 {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-lg-30-hover:hover {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-lg-35 {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-lg-35-hover:hover {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-lg-40 {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-lg-40-hover:hover {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-lg-45 {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-lg-45-hover:hover {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-lg-50 {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-lg-50-hover:hover {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-lg-55 {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-lg-55-hover:hover {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-lg-60 {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-lg-60-hover:hover {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-lg-65 {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-lg-65-hover:hover {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-lg-70 {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-lg-70-hover:hover {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-lg-75 {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-lg-75-hover:hover {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-lg-80 {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-lg-80-hover:hover {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-lg-85 {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-lg-85-hover:hover {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-lg-90 {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-lg-90-hover:hover {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-lg-95 {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-lg-95-hover:hover {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-lg-100 {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-lg-100-hover:hover {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-lg-105 {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-lg-105-hover:hover {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-lg-110 {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-lg-110-hover:hover {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-lg-115 {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-lg-115-hover:hover {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-lg-120 {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-lg-120-hover:hover {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-lg-125 {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-lg-125-hover:hover {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-lg-130 {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-lg-130-hover:hover {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-lg-135 {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-lg-135-hover:hover {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-lg-140 {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-lg-140-hover:hover {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-lg-145 {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-lg-145-hover:hover {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-lg-150 {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-lg-150-hover:hover {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-lg-155 {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-lg-155-hover:hover {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-lg-160 {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-lg-160-hover:hover {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-lg-165 {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-lg-165-hover:hover {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-lg-170 {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-lg-170-hover:hover {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-lg-175 {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-lg-175-hover:hover {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-lg-180 {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-lg-180-hover:hover {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-lg-185 {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-lg-185-hover:hover {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-lg-190 {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-lg-190-hover:hover {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-lg-195 {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-lg-195-hover:hover {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-lg-200 {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-lg-200-hover:hover {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-lg-205 {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-lg-205-hover:hover {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-lg-210 {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-lg-210-hover:hover {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-lg-215 {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-lg-215-hover:hover {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-lg-220 {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-lg-220-hover:hover {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-lg-225 {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-lg-225-hover:hover {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-lg-230 {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-lg-230-hover:hover {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-lg-235 {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-lg-235-hover:hover {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-lg-240 {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-lg-240-hover:hover {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-lg-245 {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-lg-245-hover:hover {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-lg-250 {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-lg-250-hover:hover {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-lg-255 {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-lg-255-hover:hover {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-lg-260 {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-lg-260-hover:hover {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-lg-265 {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-lg-265-hover:hover {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-lg-270 {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-lg-270-hover:hover {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-lg-275 {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-lg-275-hover:hover {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-lg-280 {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-lg-280-hover:hover {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-lg-285 {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-lg-285-hover:hover {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-lg-290 {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-lg-290-hover:hover {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-lg-295 {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-lg-295-hover:hover {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-lg-300 {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-lg-300-hover:hover {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-lg-305 {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-lg-305-hover:hover {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-lg-310 {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-lg-310-hover:hover {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-lg-315 {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-lg-315-hover:hover {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-lg-320 {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-lg-320-hover:hover {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-lg-325 {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-lg-325-hover:hover {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-lg-330 {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-lg-330-hover:hover {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-lg-335 {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-lg-335-hover:hover {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-lg-340 {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-lg-340-hover:hover {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-lg-345 {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-lg-345-hover:hover {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-lg-350 {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-lg-350-hover:hover {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-lg-355 {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-lg-355-hover:hover {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-lg-360 {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-lg-360-hover:hover {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-lg-365 {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-lg-365-hover:hover {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-lg-370 {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-lg-370-hover:hover {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-lg-375 {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-lg-375-hover:hover {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-lg-380 {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-lg-380-hover:hover {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-lg-385 {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-lg-385-hover:hover {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-lg-390 {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-lg-390-hover:hover {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-lg-395 {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-lg-395-hover:hover {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-lg-400 {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-lg-400-hover:hover {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-lg-405 {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-lg-405-hover:hover {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-lg-410 {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-lg-410-hover:hover {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-lg-415 {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-lg-415-hover:hover {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-lg-420 {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-lg-420-hover:hover {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-lg-425 {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-lg-425-hover:hover {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-lg-430 {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-lg-430-hover:hover {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-lg-435 {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-lg-435-hover:hover {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-lg-440 {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-lg-440-hover:hover {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-lg-445 {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-lg-445-hover:hover {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-lg-450 {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-lg-450-hover:hover {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-lg-455 {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-lg-455-hover:hover {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-lg-460 {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-lg-460-hover:hover {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-lg-465 {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-lg-465-hover:hover {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-lg-470 {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-lg-470-hover:hover {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-lg-475 {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-lg-475-hover:hover {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-lg-480 {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-lg-480-hover:hover {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-lg-485 {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-lg-485-hover:hover {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-lg-490 {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-lg-490-hover:hover {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-lg-495 {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-lg-495-hover:hover {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-lg-500 {
    --bs-bg-opacity: 5;
  }
  .bg-opacity-lg-500-hover:hover {
    --bs-bg-opacity: 5;
  }
  .rounded-lg {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  .rounded-lg-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-lg-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-lg-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-lg-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-lg-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-lg-circle {
    border-radius: 50% !important;
  }
  .rounded-lg-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-lg-6 {
    border-radius: 3rem !important;
  }
  .rounded-lg-7 {
    border-radius: 4rem !important;
  }
  .rounded-lg-8 {
    border-radius: 6rem !important;
  }
  .rounded-top-lg {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !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: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-lg-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-lg-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-lg-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-lg-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !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: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top-lg-6 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .rounded-top-lg-7 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }
  .rounded-top-lg-8 {
    border-top-left-radius: 6rem !important;
    border-top-right-radius: 6rem !important;
  }
  .rounded-end-lg {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-lg-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-lg-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-lg-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-lg-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-lg-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-lg-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-lg-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-lg-6 {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
  .rounded-end-lg-7 {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
  .rounded-end-lg-8 {
    border-top-right-radius: 6rem !important;
    border-bottom-right-radius: 6rem !important;
  }
  .rounded-bottom-lg {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !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: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-lg-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-lg-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-lg-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-lg-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !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: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-lg-6 {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
  }
  .rounded-bottom-lg-7 {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }
  .rounded-bottom-lg-8 {
    border-bottom-right-radius: 6rem !important;
    border-bottom-left-radius: 6rem !important;
  }
  .rounded-start-lg {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-lg-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-lg-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-lg-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-lg-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-lg-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-lg-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-lg-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-lg-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-lg-6 {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
  }
  .rounded-start-lg-7 {
    border-bottom-left-radius: 4rem !important;
    border-top-left-radius: 4rem !important;
  }
  .rounded-start-lg-8 {
    border-bottom-left-radius: 6rem !important;
    border-top-left-radius: 6rem !important;
  }
  .z-lg-n1 {
    z-index: -1 !important;
  }
  .z-lg-0 {
    z-index: 0 !important;
  }
  .z-lg-1 {
    z-index: 1 !important;
  }
  .z-lg-2 {
    z-index: 2 !important;
  }
  .z-lg-3 {
    z-index: 3 !important;
  }
  .flip-lg-x {
    transform: scaleX(-1) !important;
  }
  .flip-lg-y {
    transform: scaleY(-1) !important;
  }
  .scale-lg-1 {
    transform: scale(1.05) !important;
  }
  .scale-lg-1-hover:hover {
    transform: scale(1.05) !important;
  }
  .scale-lg-2 {
    transform: scale(1.1) !important;
  }
  .scale-lg-2-hover:hover {
    transform: scale(1.1) !important;
  }
  .ls-lg-0 {
    letter-spacing: 0px !important;
  }
  .ls-lg-1 {
    letter-spacing: 1px !important;
  }
  .ls-lg-2 {
    letter-spacing: 2px !important;
  }
  .ls-lg-3 {
    letter-spacing: 3px !important;
  }
  .ls-lg-4 {
    letter-spacing: 4px !important;
  }
  .ls-lg-5 {
    letter-spacing: 5px !important;
  }
  .ls-lg-6 {
    letter-spacing: 6px !important;
  }
  .ls-lg-7 {
    letter-spacing: 7px !important;
  }
  .ls-lg-8 {
    letter-spacing: 8px !important;
  }
  .ls-lg-9 {
    letter-spacing: 9px !important;
  }
  .ls-lg-10 {
    letter-spacing: 10px !important;
  }
  .ls-lg-11 {
    letter-spacing: 11px !important;
  }
  .ls-lg-12 {
    letter-spacing: 12px !important;
  }
  .ls-lg-13 {
    letter-spacing: 13px !important;
  }
  .ls-lg-14 {
    letter-spacing: 14px !important;
  }
  .ls-lg-15 {
    letter-spacing: 15px !important;
  }
  .cols-lg-1 {
    -moz-columns: 1 !important;
         columns: 1 !important;
  }
  .cols-lg-2 {
    -moz-columns: 2 !important;
         columns: 2 !important;
  }
  .cols-lg-3 {
    -moz-columns: 3 !important;
         columns: 3 !important;
  }
  .cols-lg-4 {
    -moz-columns: 4 !important;
         columns: 4 !important;
  }
  .cols-lg-5 {
    -moz-columns: 5 !important;
         columns: 5 !important;
  }
  .cols-lg-6 {
    -moz-columns: 6 !important;
         columns: 6 !important;
  }
  .cols-lg-7 {
    -moz-columns: 7 !important;
         columns: 7 !important;
  }
  .cols-lg-8 {
    -moz-columns: 8 !important;
         columns: 8 !important;
  }
  .cols-lg-9 {
    -moz-columns: 9 !important;
         columns: 9 !important;
  }
  .cols-lg-10 {
    -moz-columns: 10 !important;
         columns: 10 !important;
  }
  .cols-lg-11 {
    -moz-columns: 11 !important;
         columns: 11 !important;
  }
  .cols-lg-12 {
    -moz-columns: 12 !important;
         columns: 12 !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !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-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .opacity-xl-0 {
    opacity: 0 !important;
  }
  .opacity-xl-0-hover:hover {
    opacity: 0 !important;
  }
  .opacity-xl-5 {
    opacity: 0.05 !important;
  }
  .opacity-xl-5-hover:hover {
    opacity: 0.05 !important;
  }
  .opacity-xl-10 {
    opacity: 0.1 !important;
  }
  .opacity-xl-10-hover:hover {
    opacity: 0.1 !important;
  }
  .opacity-xl-15 {
    opacity: 0.15 !important;
  }
  .opacity-xl-15-hover:hover {
    opacity: 0.15 !important;
  }
  .opacity-xl-20 {
    opacity: 0.2 !important;
  }
  .opacity-xl-20-hover:hover {
    opacity: 0.2 !important;
  }
  .opacity-xl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xl-25-hover:hover {
    opacity: 0.25 !important;
  }
  .opacity-xl-30 {
    opacity: 0.3 !important;
  }
  .opacity-xl-30-hover:hover {
    opacity: 0.3 !important;
  }
  .opacity-xl-35 {
    opacity: 0.35 !important;
  }
  .opacity-xl-35-hover:hover {
    opacity: 0.35 !important;
  }
  .opacity-xl-40 {
    opacity: 0.4 !important;
  }
  .opacity-xl-40-hover:hover {
    opacity: 0.4 !important;
  }
  .opacity-xl-45 {
    opacity: 0.45 !important;
  }
  .opacity-xl-45-hover:hover {
    opacity: 0.45 !important;
  }
  .opacity-xl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xl-50-hover:hover {
    opacity: 0.5 !important;
  }
  .opacity-xl-55 {
    opacity: 0.55 !important;
  }
  .opacity-xl-55-hover:hover {
    opacity: 0.55 !important;
  }
  .opacity-xl-60 {
    opacity: 0.6 !important;
  }
  .opacity-xl-60-hover:hover {
    opacity: 0.6 !important;
  }
  .opacity-xl-65 {
    opacity: 0.65 !important;
  }
  .opacity-xl-65-hover:hover {
    opacity: 0.65 !important;
  }
  .opacity-xl-70 {
    opacity: 0.7 !important;
  }
  .opacity-xl-70-hover:hover {
    opacity: 0.7 !important;
  }
  .opacity-xl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xl-75-hover:hover {
    opacity: 0.75 !important;
  }
  .opacity-xl-80 {
    opacity: 0.8 !important;
  }
  .opacity-xl-80-hover:hover {
    opacity: 0.8 !important;
  }
  .opacity-xl-85 {
    opacity: 0.85 !important;
  }
  .opacity-xl-85-hover:hover {
    opacity: 0.85 !important;
  }
  .opacity-xl-90 {
    opacity: 0.9 !important;
  }
  .opacity-xl-90-hover:hover {
    opacity: 0.9 !important;
  }
  .opacity-xl-95 {
    opacity: 0.95 !important;
  }
  .opacity-xl-95-hover:hover {
    opacity: 0.95 !important;
  }
  .opacity-xl-100 {
    opacity: 1 !important;
  }
  .opacity-xl-100-hover:hover {
    opacity: 1 !important;
  }
  .opacity-xl-105 {
    opacity: 1.05 !important;
  }
  .opacity-xl-105-hover:hover {
    opacity: 1.05 !important;
  }
  .opacity-xl-110 {
    opacity: 1.1 !important;
  }
  .opacity-xl-110-hover:hover {
    opacity: 1.1 !important;
  }
  .opacity-xl-115 {
    opacity: 1.15 !important;
  }
  .opacity-xl-115-hover:hover {
    opacity: 1.15 !important;
  }
  .opacity-xl-120 {
    opacity: 1.2 !important;
  }
  .opacity-xl-120-hover:hover {
    opacity: 1.2 !important;
  }
  .opacity-xl-125 {
    opacity: 1.25 !important;
  }
  .opacity-xl-125-hover:hover {
    opacity: 1.25 !important;
  }
  .opacity-xl-130 {
    opacity: 1.3 !important;
  }
  .opacity-xl-130-hover:hover {
    opacity: 1.3 !important;
  }
  .opacity-xl-135 {
    opacity: 1.35 !important;
  }
  .opacity-xl-135-hover:hover {
    opacity: 1.35 !important;
  }
  .opacity-xl-140 {
    opacity: 1.4 !important;
  }
  .opacity-xl-140-hover:hover {
    opacity: 1.4 !important;
  }
  .opacity-xl-145 {
    opacity: 1.45 !important;
  }
  .opacity-xl-145-hover:hover {
    opacity: 1.45 !important;
  }
  .opacity-xl-150 {
    opacity: 1.5 !important;
  }
  .opacity-xl-150-hover:hover {
    opacity: 1.5 !important;
  }
  .opacity-xl-155 {
    opacity: 1.55 !important;
  }
  .opacity-xl-155-hover:hover {
    opacity: 1.55 !important;
  }
  .opacity-xl-160 {
    opacity: 1.6 !important;
  }
  .opacity-xl-160-hover:hover {
    opacity: 1.6 !important;
  }
  .opacity-xl-165 {
    opacity: 1.65 !important;
  }
  .opacity-xl-165-hover:hover {
    opacity: 1.65 !important;
  }
  .opacity-xl-170 {
    opacity: 1.7 !important;
  }
  .opacity-xl-170-hover:hover {
    opacity: 1.7 !important;
  }
  .opacity-xl-175 {
    opacity: 1.75 !important;
  }
  .opacity-xl-175-hover:hover {
    opacity: 1.75 !important;
  }
  .opacity-xl-180 {
    opacity: 1.8 !important;
  }
  .opacity-xl-180-hover:hover {
    opacity: 1.8 !important;
  }
  .opacity-xl-185 {
    opacity: 1.85 !important;
  }
  .opacity-xl-185-hover:hover {
    opacity: 1.85 !important;
  }
  .opacity-xl-190 {
    opacity: 1.9 !important;
  }
  .opacity-xl-190-hover:hover {
    opacity: 1.9 !important;
  }
  .opacity-xl-195 {
    opacity: 1.95 !important;
  }
  .opacity-xl-195-hover:hover {
    opacity: 1.95 !important;
  }
  .opacity-xl-200 {
    opacity: 2 !important;
  }
  .opacity-xl-200-hover:hover {
    opacity: 2 !important;
  }
  .opacity-xl-205 {
    opacity: 2.05 !important;
  }
  .opacity-xl-205-hover:hover {
    opacity: 2.05 !important;
  }
  .opacity-xl-210 {
    opacity: 2.1 !important;
  }
  .opacity-xl-210-hover:hover {
    opacity: 2.1 !important;
  }
  .opacity-xl-215 {
    opacity: 2.15 !important;
  }
  .opacity-xl-215-hover:hover {
    opacity: 2.15 !important;
  }
  .opacity-xl-220 {
    opacity: 2.2 !important;
  }
  .opacity-xl-220-hover:hover {
    opacity: 2.2 !important;
  }
  .opacity-xl-225 {
    opacity: 2.25 !important;
  }
  .opacity-xl-225-hover:hover {
    opacity: 2.25 !important;
  }
  .opacity-xl-230 {
    opacity: 2.3 !important;
  }
  .opacity-xl-230-hover:hover {
    opacity: 2.3 !important;
  }
  .opacity-xl-235 {
    opacity: 2.35 !important;
  }
  .opacity-xl-235-hover:hover {
    opacity: 2.35 !important;
  }
  .opacity-xl-240 {
    opacity: 2.4 !important;
  }
  .opacity-xl-240-hover:hover {
    opacity: 2.4 !important;
  }
  .opacity-xl-245 {
    opacity: 2.45 !important;
  }
  .opacity-xl-245-hover:hover {
    opacity: 2.45 !important;
  }
  .opacity-xl-250 {
    opacity: 2.5 !important;
  }
  .opacity-xl-250-hover:hover {
    opacity: 2.5 !important;
  }
  .opacity-xl-255 {
    opacity: 2.55 !important;
  }
  .opacity-xl-255-hover:hover {
    opacity: 2.55 !important;
  }
  .opacity-xl-260 {
    opacity: 2.6 !important;
  }
  .opacity-xl-260-hover:hover {
    opacity: 2.6 !important;
  }
  .opacity-xl-265 {
    opacity: 2.65 !important;
  }
  .opacity-xl-265-hover:hover {
    opacity: 2.65 !important;
  }
  .opacity-xl-270 {
    opacity: 2.7 !important;
  }
  .opacity-xl-270-hover:hover {
    opacity: 2.7 !important;
  }
  .opacity-xl-275 {
    opacity: 2.75 !important;
  }
  .opacity-xl-275-hover:hover {
    opacity: 2.75 !important;
  }
  .opacity-xl-280 {
    opacity: 2.8 !important;
  }
  .opacity-xl-280-hover:hover {
    opacity: 2.8 !important;
  }
  .opacity-xl-285 {
    opacity: 2.85 !important;
  }
  .opacity-xl-285-hover:hover {
    opacity: 2.85 !important;
  }
  .opacity-xl-290 {
    opacity: 2.9 !important;
  }
  .opacity-xl-290-hover:hover {
    opacity: 2.9 !important;
  }
  .opacity-xl-295 {
    opacity: 2.95 !important;
  }
  .opacity-xl-295-hover:hover {
    opacity: 2.95 !important;
  }
  .opacity-xl-300 {
    opacity: 3 !important;
  }
  .opacity-xl-300-hover:hover {
    opacity: 3 !important;
  }
  .opacity-xl-305 {
    opacity: 3.05 !important;
  }
  .opacity-xl-305-hover:hover {
    opacity: 3.05 !important;
  }
  .opacity-xl-310 {
    opacity: 3.1 !important;
  }
  .opacity-xl-310-hover:hover {
    opacity: 3.1 !important;
  }
  .opacity-xl-315 {
    opacity: 3.15 !important;
  }
  .opacity-xl-315-hover:hover {
    opacity: 3.15 !important;
  }
  .opacity-xl-320 {
    opacity: 3.2 !important;
  }
  .opacity-xl-320-hover:hover {
    opacity: 3.2 !important;
  }
  .opacity-xl-325 {
    opacity: 3.25 !important;
  }
  .opacity-xl-325-hover:hover {
    opacity: 3.25 !important;
  }
  .opacity-xl-330 {
    opacity: 3.3 !important;
  }
  .opacity-xl-330-hover:hover {
    opacity: 3.3 !important;
  }
  .opacity-xl-335 {
    opacity: 3.35 !important;
  }
  .opacity-xl-335-hover:hover {
    opacity: 3.35 !important;
  }
  .opacity-xl-340 {
    opacity: 3.4 !important;
  }
  .opacity-xl-340-hover:hover {
    opacity: 3.4 !important;
  }
  .opacity-xl-345 {
    opacity: 3.45 !important;
  }
  .opacity-xl-345-hover:hover {
    opacity: 3.45 !important;
  }
  .opacity-xl-350 {
    opacity: 3.5 !important;
  }
  .opacity-xl-350-hover:hover {
    opacity: 3.5 !important;
  }
  .opacity-xl-355 {
    opacity: 3.55 !important;
  }
  .opacity-xl-355-hover:hover {
    opacity: 3.55 !important;
  }
  .opacity-xl-360 {
    opacity: 3.6 !important;
  }
  .opacity-xl-360-hover:hover {
    opacity: 3.6 !important;
  }
  .opacity-xl-365 {
    opacity: 3.65 !important;
  }
  .opacity-xl-365-hover:hover {
    opacity: 3.65 !important;
  }
  .opacity-xl-370 {
    opacity: 3.7 !important;
  }
  .opacity-xl-370-hover:hover {
    opacity: 3.7 !important;
  }
  .opacity-xl-375 {
    opacity: 3.75 !important;
  }
  .opacity-xl-375-hover:hover {
    opacity: 3.75 !important;
  }
  .opacity-xl-380 {
    opacity: 3.8 !important;
  }
  .opacity-xl-380-hover:hover {
    opacity: 3.8 !important;
  }
  .opacity-xl-385 {
    opacity: 3.85 !important;
  }
  .opacity-xl-385-hover:hover {
    opacity: 3.85 !important;
  }
  .opacity-xl-390 {
    opacity: 3.9 !important;
  }
  .opacity-xl-390-hover:hover {
    opacity: 3.9 !important;
  }
  .opacity-xl-395 {
    opacity: 3.95 !important;
  }
  .opacity-xl-395-hover:hover {
    opacity: 3.95 !important;
  }
  .opacity-xl-400 {
    opacity: 4 !important;
  }
  .opacity-xl-400-hover:hover {
    opacity: 4 !important;
  }
  .opacity-xl-405 {
    opacity: 4.05 !important;
  }
  .opacity-xl-405-hover:hover {
    opacity: 4.05 !important;
  }
  .opacity-xl-410 {
    opacity: 4.1 !important;
  }
  .opacity-xl-410-hover:hover {
    opacity: 4.1 !important;
  }
  .opacity-xl-415 {
    opacity: 4.15 !important;
  }
  .opacity-xl-415-hover:hover {
    opacity: 4.15 !important;
  }
  .opacity-xl-420 {
    opacity: 4.2 !important;
  }
  .opacity-xl-420-hover:hover {
    opacity: 4.2 !important;
  }
  .opacity-xl-425 {
    opacity: 4.25 !important;
  }
  .opacity-xl-425-hover:hover {
    opacity: 4.25 !important;
  }
  .opacity-xl-430 {
    opacity: 4.3 !important;
  }
  .opacity-xl-430-hover:hover {
    opacity: 4.3 !important;
  }
  .opacity-xl-435 {
    opacity: 4.35 !important;
  }
  .opacity-xl-435-hover:hover {
    opacity: 4.35 !important;
  }
  .opacity-xl-440 {
    opacity: 4.4 !important;
  }
  .opacity-xl-440-hover:hover {
    opacity: 4.4 !important;
  }
  .opacity-xl-445 {
    opacity: 4.45 !important;
  }
  .opacity-xl-445-hover:hover {
    opacity: 4.45 !important;
  }
  .opacity-xl-450 {
    opacity: 4.5 !important;
  }
  .opacity-xl-450-hover:hover {
    opacity: 4.5 !important;
  }
  .opacity-xl-455 {
    opacity: 4.55 !important;
  }
  .opacity-xl-455-hover:hover {
    opacity: 4.55 !important;
  }
  .opacity-xl-460 {
    opacity: 4.6 !important;
  }
  .opacity-xl-460-hover:hover {
    opacity: 4.6 !important;
  }
  .opacity-xl-465 {
    opacity: 4.65 !important;
  }
  .opacity-xl-465-hover:hover {
    opacity: 4.65 !important;
  }
  .opacity-xl-470 {
    opacity: 4.7 !important;
  }
  .opacity-xl-470-hover:hover {
    opacity: 4.7 !important;
  }
  .opacity-xl-475 {
    opacity: 4.75 !important;
  }
  .opacity-xl-475-hover:hover {
    opacity: 4.75 !important;
  }
  .opacity-xl-480 {
    opacity: 4.8 !important;
  }
  .opacity-xl-480-hover:hover {
    opacity: 4.8 !important;
  }
  .opacity-xl-485 {
    opacity: 4.85 !important;
  }
  .opacity-xl-485-hover:hover {
    opacity: 4.85 !important;
  }
  .opacity-xl-490 {
    opacity: 4.9 !important;
  }
  .opacity-xl-490-hover:hover {
    opacity: 4.9 !important;
  }
  .opacity-xl-495 {
    opacity: 4.95 !important;
  }
  .opacity-xl-495-hover:hover {
    opacity: 4.95 !important;
  }
  .opacity-xl-500 {
    opacity: 5 !important;
  }
  .opacity-xl-500-hover:hover {
    opacity: 5 !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-inline-grid {
    display: inline-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;
  }
  .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: -webkit-sticky !important;
    position: sticky !important;
  }
  .top-xl-0 {
    top: 0% !important;
  }
  .top-xl-1 {
    top: 1% !important;
  }
  .top-xl-2 {
    top: 2% !important;
  }
  .top-xl-3 {
    top: 3% !important;
  }
  .top-xl-4 {
    top: 4% !important;
  }
  .top-xl-5 {
    top: 5% !important;
  }
  .top-xl-6 {
    top: 6% !important;
  }
  .top-xl-7 {
    top: 7% !important;
  }
  .top-xl-8 {
    top: 8% !important;
  }
  .top-xl-9 {
    top: 9% !important;
  }
  .top-xl-10 {
    top: 10% !important;
  }
  .top-xl-11 {
    top: 11% !important;
  }
  .top-xl-12 {
    top: 12% !important;
  }
  .top-xl-13 {
    top: 13% !important;
  }
  .top-xl-14 {
    top: 14% !important;
  }
  .top-xl-15 {
    top: 15% !important;
  }
  .top-xl-16 {
    top: 16% !important;
  }
  .top-xl-17 {
    top: 17% !important;
  }
  .top-xl-18 {
    top: 18% !important;
  }
  .top-xl-19 {
    top: 19% !important;
  }
  .top-xl-20 {
    top: 20% !important;
  }
  .top-xl-21 {
    top: 21% !important;
  }
  .top-xl-22 {
    top: 22% !important;
  }
  .top-xl-23 {
    top: 23% !important;
  }
  .top-xl-24 {
    top: 24% !important;
  }
  .top-xl-25 {
    top: 25% !important;
  }
  .top-xl-26 {
    top: 26% !important;
  }
  .top-xl-27 {
    top: 27% !important;
  }
  .top-xl-28 {
    top: 28% !important;
  }
  .top-xl-29 {
    top: 29% !important;
  }
  .top-xl-30 {
    top: 30% !important;
  }
  .top-xl-31 {
    top: 31% !important;
  }
  .top-xl-32 {
    top: 32% !important;
  }
  .top-xl-33 {
    top: 33% !important;
  }
  .top-xl-34 {
    top: 34% !important;
  }
  .top-xl-35 {
    top: 35% !important;
  }
  .top-xl-36 {
    top: 36% !important;
  }
  .top-xl-37 {
    top: 37% !important;
  }
  .top-xl-38 {
    top: 38% !important;
  }
  .top-xl-39 {
    top: 39% !important;
  }
  .top-xl-40 {
    top: 40% !important;
  }
  .top-xl-41 {
    top: 41% !important;
  }
  .top-xl-42 {
    top: 42% !important;
  }
  .top-xl-43 {
    top: 43% !important;
  }
  .top-xl-44 {
    top: 44% !important;
  }
  .top-xl-45 {
    top: 45% !important;
  }
  .top-xl-46 {
    top: 46% !important;
  }
  .top-xl-47 {
    top: 47% !important;
  }
  .top-xl-48 {
    top: 48% !important;
  }
  .top-xl-49 {
    top: 49% !important;
  }
  .top-xl-50 {
    top: 50% !important;
  }
  .top-xl-51 {
    top: 51% !important;
  }
  .top-xl-52 {
    top: 52% !important;
  }
  .top-xl-53 {
    top: 53% !important;
  }
  .top-xl-54 {
    top: 54% !important;
  }
  .top-xl-55 {
    top: 55% !important;
  }
  .top-xl-56 {
    top: 56% !important;
  }
  .top-xl-57 {
    top: 57% !important;
  }
  .top-xl-58 {
    top: 58% !important;
  }
  .top-xl-59 {
    top: 59% !important;
  }
  .top-xl-60 {
    top: 60% !important;
  }
  .top-xl-61 {
    top: 61% !important;
  }
  .top-xl-62 {
    top: 62% !important;
  }
  .top-xl-63 {
    top: 63% !important;
  }
  .top-xl-64 {
    top: 64% !important;
  }
  .top-xl-65 {
    top: 65% !important;
  }
  .top-xl-66 {
    top: 66% !important;
  }
  .top-xl-67 {
    top: 67% !important;
  }
  .top-xl-68 {
    top: 68% !important;
  }
  .top-xl-69 {
    top: 69% !important;
  }
  .top-xl-70 {
    top: 70% !important;
  }
  .top-xl-71 {
    top: 71% !important;
  }
  .top-xl-72 {
    top: 72% !important;
  }
  .top-xl-73 {
    top: 73% !important;
  }
  .top-xl-74 {
    top: 74% !important;
  }
  .top-xl-75 {
    top: 75% !important;
  }
  .top-xl-76 {
    top: 76% !important;
  }
  .top-xl-77 {
    top: 77% !important;
  }
  .top-xl-78 {
    top: 78% !important;
  }
  .top-xl-79 {
    top: 79% !important;
  }
  .top-xl-80 {
    top: 80% !important;
  }
  .top-xl-81 {
    top: 81% !important;
  }
  .top-xl-82 {
    top: 82% !important;
  }
  .top-xl-83 {
    top: 83% !important;
  }
  .top-xl-84 {
    top: 84% !important;
  }
  .top-xl-85 {
    top: 85% !important;
  }
  .top-xl-86 {
    top: 86% !important;
  }
  .top-xl-87 {
    top: 87% !important;
  }
  .top-xl-88 {
    top: 88% !important;
  }
  .top-xl-89 {
    top: 89% !important;
  }
  .top-xl-90 {
    top: 90% !important;
  }
  .top-xl-91 {
    top: 91% !important;
  }
  .top-xl-92 {
    top: 92% !important;
  }
  .top-xl-93 {
    top: 93% !important;
  }
  .top-xl-94 {
    top: 94% !important;
  }
  .top-xl-95 {
    top: 95% !important;
  }
  .top-xl-96 {
    top: 96% !important;
  }
  .top-xl-97 {
    top: 97% !important;
  }
  .top-xl-98 {
    top: 98% !important;
  }
  .top-xl-99 {
    top: 99% !important;
  }
  .top-xl-100 {
    top: 100% !important;
  }
  .top-xl-n1 {
    top: -1% !important;
  }
  .top-xl-n2 {
    top: -2% !important;
  }
  .top-xl-n3 {
    top: -3% !important;
  }
  .top-xl-n4 {
    top: -4% !important;
  }
  .top-xl-n5 {
    top: -5% !important;
  }
  .top-xl-n6 {
    top: -6% !important;
  }
  .top-xl-n7 {
    top: -7% !important;
  }
  .top-xl-n8 {
    top: -8% !important;
  }
  .top-xl-n9 {
    top: -9% !important;
  }
  .top-xl-n10 {
    top: -10% !important;
  }
  .top-xl-n11 {
    top: -11% !important;
  }
  .top-xl-n12 {
    top: -12% !important;
  }
  .top-xl-n13 {
    top: -13% !important;
  }
  .top-xl-n14 {
    top: -14% !important;
  }
  .top-xl-n15 {
    top: -15% !important;
  }
  .top-xl-n16 {
    top: -16% !important;
  }
  .top-xl-n17 {
    top: -17% !important;
  }
  .top-xl-n18 {
    top: -18% !important;
  }
  .top-xl-n19 {
    top: -19% !important;
  }
  .top-xl-n20 {
    top: -20% !important;
  }
  .top-xl-n21 {
    top: -21% !important;
  }
  .top-xl-n22 {
    top: -22% !important;
  }
  .top-xl-n23 {
    top: -23% !important;
  }
  .top-xl-n24 {
    top: -24% !important;
  }
  .top-xl-n25 {
    top: -25% !important;
  }
  .top-xl-n26 {
    top: -26% !important;
  }
  .top-xl-n27 {
    top: -27% !important;
  }
  .top-xl-n28 {
    top: -28% !important;
  }
  .top-xl-n29 {
    top: -29% !important;
  }
  .top-xl-n30 {
    top: -30% !important;
  }
  .top-xl-n31 {
    top: -31% !important;
  }
  .top-xl-n32 {
    top: -32% !important;
  }
  .top-xl-n33 {
    top: -33% !important;
  }
  .top-xl-n34 {
    top: -34% !important;
  }
  .top-xl-n35 {
    top: -35% !important;
  }
  .top-xl-n36 {
    top: -36% !important;
  }
  .top-xl-n37 {
    top: -37% !important;
  }
  .top-xl-n38 {
    top: -38% !important;
  }
  .top-xl-n39 {
    top: -39% !important;
  }
  .top-xl-n40 {
    top: -40% !important;
  }
  .top-xl-n41 {
    top: -41% !important;
  }
  .top-xl-n42 {
    top: -42% !important;
  }
  .top-xl-n43 {
    top: -43% !important;
  }
  .top-xl-n44 {
    top: -44% !important;
  }
  .top-xl-n45 {
    top: -45% !important;
  }
  .top-xl-n46 {
    top: -46% !important;
  }
  .top-xl-n47 {
    top: -47% !important;
  }
  .top-xl-n48 {
    top: -48% !important;
  }
  .top-xl-n49 {
    top: -49% !important;
  }
  .top-xl-n50 {
    top: -50% !important;
  }
  .top-xl-n51 {
    top: -51% !important;
  }
  .top-xl-n52 {
    top: -52% !important;
  }
  .top-xl-n53 {
    top: -53% !important;
  }
  .top-xl-n54 {
    top: -54% !important;
  }
  .top-xl-n55 {
    top: -55% !important;
  }
  .top-xl-n56 {
    top: -56% !important;
  }
  .top-xl-n57 {
    top: -57% !important;
  }
  .top-xl-n58 {
    top: -58% !important;
  }
  .top-xl-n59 {
    top: -59% !important;
  }
  .top-xl-n60 {
    top: -60% !important;
  }
  .top-xl-n61 {
    top: -61% !important;
  }
  .top-xl-n62 {
    top: -62% !important;
  }
  .top-xl-n63 {
    top: -63% !important;
  }
  .top-xl-n64 {
    top: -64% !important;
  }
  .top-xl-n65 {
    top: -65% !important;
  }
  .top-xl-n66 {
    top: -66% !important;
  }
  .top-xl-n67 {
    top: -67% !important;
  }
  .top-xl-n68 {
    top: -68% !important;
  }
  .top-xl-n69 {
    top: -69% !important;
  }
  .top-xl-n70 {
    top: -70% !important;
  }
  .top-xl-n71 {
    top: -71% !important;
  }
  .top-xl-n72 {
    top: -72% !important;
  }
  .top-xl-n73 {
    top: -73% !important;
  }
  .top-xl-n74 {
    top: -74% !important;
  }
  .top-xl-n75 {
    top: -75% !important;
  }
  .top-xl-n76 {
    top: -76% !important;
  }
  .top-xl-n77 {
    top: -77% !important;
  }
  .top-xl-n78 {
    top: -78% !important;
  }
  .top-xl-n79 {
    top: -79% !important;
  }
  .top-xl-n80 {
    top: -80% !important;
  }
  .top-xl-n81 {
    top: -81% !important;
  }
  .top-xl-n82 {
    top: -82% !important;
  }
  .top-xl-n83 {
    top: -83% !important;
  }
  .top-xl-n84 {
    top: -84% !important;
  }
  .top-xl-n85 {
    top: -85% !important;
  }
  .top-xl-n86 {
    top: -86% !important;
  }
  .top-xl-n87 {
    top: -87% !important;
  }
  .top-xl-n88 {
    top: -88% !important;
  }
  .top-xl-n89 {
    top: -89% !important;
  }
  .top-xl-n90 {
    top: -90% !important;
  }
  .top-xl-n91 {
    top: -91% !important;
  }
  .top-xl-n92 {
    top: -92% !important;
  }
  .top-xl-n93 {
    top: -93% !important;
  }
  .top-xl-n94 {
    top: -94% !important;
  }
  .top-xl-n95 {
    top: -95% !important;
  }
  .top-xl-n96 {
    top: -96% !important;
  }
  .top-xl-n97 {
    top: -97% !important;
  }
  .top-xl-n98 {
    top: -98% !important;
  }
  .top-xl-n99 {
    top: -99% !important;
  }
  .top-xl-n100 {
    top: -100% !important;
  }
  .top-xl-auto {
    top: auto !important;
  }
  .bottom-xl-0 {
    bottom: 0% !important;
  }
  .bottom-xl-1 {
    bottom: 1% !important;
  }
  .bottom-xl-2 {
    bottom: 2% !important;
  }
  .bottom-xl-3 {
    bottom: 3% !important;
  }
  .bottom-xl-4 {
    bottom: 4% !important;
  }
  .bottom-xl-5 {
    bottom: 5% !important;
  }
  .bottom-xl-6 {
    bottom: 6% !important;
  }
  .bottom-xl-7 {
    bottom: 7% !important;
  }
  .bottom-xl-8 {
    bottom: 8% !important;
  }
  .bottom-xl-9 {
    bottom: 9% !important;
  }
  .bottom-xl-10 {
    bottom: 10% !important;
  }
  .bottom-xl-11 {
    bottom: 11% !important;
  }
  .bottom-xl-12 {
    bottom: 12% !important;
  }
  .bottom-xl-13 {
    bottom: 13% !important;
  }
  .bottom-xl-14 {
    bottom: 14% !important;
  }
  .bottom-xl-15 {
    bottom: 15% !important;
  }
  .bottom-xl-16 {
    bottom: 16% !important;
  }
  .bottom-xl-17 {
    bottom: 17% !important;
  }
  .bottom-xl-18 {
    bottom: 18% !important;
  }
  .bottom-xl-19 {
    bottom: 19% !important;
  }
  .bottom-xl-20 {
    bottom: 20% !important;
  }
  .bottom-xl-21 {
    bottom: 21% !important;
  }
  .bottom-xl-22 {
    bottom: 22% !important;
  }
  .bottom-xl-23 {
    bottom: 23% !important;
  }
  .bottom-xl-24 {
    bottom: 24% !important;
  }
  .bottom-xl-25 {
    bottom: 25% !important;
  }
  .bottom-xl-26 {
    bottom: 26% !important;
  }
  .bottom-xl-27 {
    bottom: 27% !important;
  }
  .bottom-xl-28 {
    bottom: 28% !important;
  }
  .bottom-xl-29 {
    bottom: 29% !important;
  }
  .bottom-xl-30 {
    bottom: 30% !important;
  }
  .bottom-xl-31 {
    bottom: 31% !important;
  }
  .bottom-xl-32 {
    bottom: 32% !important;
  }
  .bottom-xl-33 {
    bottom: 33% !important;
  }
  .bottom-xl-34 {
    bottom: 34% !important;
  }
  .bottom-xl-35 {
    bottom: 35% !important;
  }
  .bottom-xl-36 {
    bottom: 36% !important;
  }
  .bottom-xl-37 {
    bottom: 37% !important;
  }
  .bottom-xl-38 {
    bottom: 38% !important;
  }
  .bottom-xl-39 {
    bottom: 39% !important;
  }
  .bottom-xl-40 {
    bottom: 40% !important;
  }
  .bottom-xl-41 {
    bottom: 41% !important;
  }
  .bottom-xl-42 {
    bottom: 42% !important;
  }
  .bottom-xl-43 {
    bottom: 43% !important;
  }
  .bottom-xl-44 {
    bottom: 44% !important;
  }
  .bottom-xl-45 {
    bottom: 45% !important;
  }
  .bottom-xl-46 {
    bottom: 46% !important;
  }
  .bottom-xl-47 {
    bottom: 47% !important;
  }
  .bottom-xl-48 {
    bottom: 48% !important;
  }
  .bottom-xl-49 {
    bottom: 49% !important;
  }
  .bottom-xl-50 {
    bottom: 50% !important;
  }
  .bottom-xl-51 {
    bottom: 51% !important;
  }
  .bottom-xl-52 {
    bottom: 52% !important;
  }
  .bottom-xl-53 {
    bottom: 53% !important;
  }
  .bottom-xl-54 {
    bottom: 54% !important;
  }
  .bottom-xl-55 {
    bottom: 55% !important;
  }
  .bottom-xl-56 {
    bottom: 56% !important;
  }
  .bottom-xl-57 {
    bottom: 57% !important;
  }
  .bottom-xl-58 {
    bottom: 58% !important;
  }
  .bottom-xl-59 {
    bottom: 59% !important;
  }
  .bottom-xl-60 {
    bottom: 60% !important;
  }
  .bottom-xl-61 {
    bottom: 61% !important;
  }
  .bottom-xl-62 {
    bottom: 62% !important;
  }
  .bottom-xl-63 {
    bottom: 63% !important;
  }
  .bottom-xl-64 {
    bottom: 64% !important;
  }
  .bottom-xl-65 {
    bottom: 65% !important;
  }
  .bottom-xl-66 {
    bottom: 66% !important;
  }
  .bottom-xl-67 {
    bottom: 67% !important;
  }
  .bottom-xl-68 {
    bottom: 68% !important;
  }
  .bottom-xl-69 {
    bottom: 69% !important;
  }
  .bottom-xl-70 {
    bottom: 70% !important;
  }
  .bottom-xl-71 {
    bottom: 71% !important;
  }
  .bottom-xl-72 {
    bottom: 72% !important;
  }
  .bottom-xl-73 {
    bottom: 73% !important;
  }
  .bottom-xl-74 {
    bottom: 74% !important;
  }
  .bottom-xl-75 {
    bottom: 75% !important;
  }
  .bottom-xl-76 {
    bottom: 76% !important;
  }
  .bottom-xl-77 {
    bottom: 77% !important;
  }
  .bottom-xl-78 {
    bottom: 78% !important;
  }
  .bottom-xl-79 {
    bottom: 79% !important;
  }
  .bottom-xl-80 {
    bottom: 80% !important;
  }
  .bottom-xl-81 {
    bottom: 81% !important;
  }
  .bottom-xl-82 {
    bottom: 82% !important;
  }
  .bottom-xl-83 {
    bottom: 83% !important;
  }
  .bottom-xl-84 {
    bottom: 84% !important;
  }
  .bottom-xl-85 {
    bottom: 85% !important;
  }
  .bottom-xl-86 {
    bottom: 86% !important;
  }
  .bottom-xl-87 {
    bottom: 87% !important;
  }
  .bottom-xl-88 {
    bottom: 88% !important;
  }
  .bottom-xl-89 {
    bottom: 89% !important;
  }
  .bottom-xl-90 {
    bottom: 90% !important;
  }
  .bottom-xl-91 {
    bottom: 91% !important;
  }
  .bottom-xl-92 {
    bottom: 92% !important;
  }
  .bottom-xl-93 {
    bottom: 93% !important;
  }
  .bottom-xl-94 {
    bottom: 94% !important;
  }
  .bottom-xl-95 {
    bottom: 95% !important;
  }
  .bottom-xl-96 {
    bottom: 96% !important;
  }
  .bottom-xl-97 {
    bottom: 97% !important;
  }
  .bottom-xl-98 {
    bottom: 98% !important;
  }
  .bottom-xl-99 {
    bottom: 99% !important;
  }
  .bottom-xl-100 {
    bottom: 100% !important;
  }
  .bottom-xl-n1 {
    bottom: -1% !important;
  }
  .bottom-xl-n2 {
    bottom: -2% !important;
  }
  .bottom-xl-n3 {
    bottom: -3% !important;
  }
  .bottom-xl-n4 {
    bottom: -4% !important;
  }
  .bottom-xl-n5 {
    bottom: -5% !important;
  }
  .bottom-xl-n6 {
    bottom: -6% !important;
  }
  .bottom-xl-n7 {
    bottom: -7% !important;
  }
  .bottom-xl-n8 {
    bottom: -8% !important;
  }
  .bottom-xl-n9 {
    bottom: -9% !important;
  }
  .bottom-xl-n10 {
    bottom: -10% !important;
  }
  .bottom-xl-n11 {
    bottom: -11% !important;
  }
  .bottom-xl-n12 {
    bottom: -12% !important;
  }
  .bottom-xl-n13 {
    bottom: -13% !important;
  }
  .bottom-xl-n14 {
    bottom: -14% !important;
  }
  .bottom-xl-n15 {
    bottom: -15% !important;
  }
  .bottom-xl-n16 {
    bottom: -16% !important;
  }
  .bottom-xl-n17 {
    bottom: -17% !important;
  }
  .bottom-xl-n18 {
    bottom: -18% !important;
  }
  .bottom-xl-n19 {
    bottom: -19% !important;
  }
  .bottom-xl-n20 {
    bottom: -20% !important;
  }
  .bottom-xl-n21 {
    bottom: -21% !important;
  }
  .bottom-xl-n22 {
    bottom: -22% !important;
  }
  .bottom-xl-n23 {
    bottom: -23% !important;
  }
  .bottom-xl-n24 {
    bottom: -24% !important;
  }
  .bottom-xl-n25 {
    bottom: -25% !important;
  }
  .bottom-xl-n26 {
    bottom: -26% !important;
  }
  .bottom-xl-n27 {
    bottom: -27% !important;
  }
  .bottom-xl-n28 {
    bottom: -28% !important;
  }
  .bottom-xl-n29 {
    bottom: -29% !important;
  }
  .bottom-xl-n30 {
    bottom: -30% !important;
  }
  .bottom-xl-n31 {
    bottom: -31% !important;
  }
  .bottom-xl-n32 {
    bottom: -32% !important;
  }
  .bottom-xl-n33 {
    bottom: -33% !important;
  }
  .bottom-xl-n34 {
    bottom: -34% !important;
  }
  .bottom-xl-n35 {
    bottom: -35% !important;
  }
  .bottom-xl-n36 {
    bottom: -36% !important;
  }
  .bottom-xl-n37 {
    bottom: -37% !important;
  }
  .bottom-xl-n38 {
    bottom: -38% !important;
  }
  .bottom-xl-n39 {
    bottom: -39% !important;
  }
  .bottom-xl-n40 {
    bottom: -40% !important;
  }
  .bottom-xl-n41 {
    bottom: -41% !important;
  }
  .bottom-xl-n42 {
    bottom: -42% !important;
  }
  .bottom-xl-n43 {
    bottom: -43% !important;
  }
  .bottom-xl-n44 {
    bottom: -44% !important;
  }
  .bottom-xl-n45 {
    bottom: -45% !important;
  }
  .bottom-xl-n46 {
    bottom: -46% !important;
  }
  .bottom-xl-n47 {
    bottom: -47% !important;
  }
  .bottom-xl-n48 {
    bottom: -48% !important;
  }
  .bottom-xl-n49 {
    bottom: -49% !important;
  }
  .bottom-xl-n50 {
    bottom: -50% !important;
  }
  .bottom-xl-n51 {
    bottom: -51% !important;
  }
  .bottom-xl-n52 {
    bottom: -52% !important;
  }
  .bottom-xl-n53 {
    bottom: -53% !important;
  }
  .bottom-xl-n54 {
    bottom: -54% !important;
  }
  .bottom-xl-n55 {
    bottom: -55% !important;
  }
  .bottom-xl-n56 {
    bottom: -56% !important;
  }
  .bottom-xl-n57 {
    bottom: -57% !important;
  }
  .bottom-xl-n58 {
    bottom: -58% !important;
  }
  .bottom-xl-n59 {
    bottom: -59% !important;
  }
  .bottom-xl-n60 {
    bottom: -60% !important;
  }
  .bottom-xl-n61 {
    bottom: -61% !important;
  }
  .bottom-xl-n62 {
    bottom: -62% !important;
  }
  .bottom-xl-n63 {
    bottom: -63% !important;
  }
  .bottom-xl-n64 {
    bottom: -64% !important;
  }
  .bottom-xl-n65 {
    bottom: -65% !important;
  }
  .bottom-xl-n66 {
    bottom: -66% !important;
  }
  .bottom-xl-n67 {
    bottom: -67% !important;
  }
  .bottom-xl-n68 {
    bottom: -68% !important;
  }
  .bottom-xl-n69 {
    bottom: -69% !important;
  }
  .bottom-xl-n70 {
    bottom: -70% !important;
  }
  .bottom-xl-n71 {
    bottom: -71% !important;
  }
  .bottom-xl-n72 {
    bottom: -72% !important;
  }
  .bottom-xl-n73 {
    bottom: -73% !important;
  }
  .bottom-xl-n74 {
    bottom: -74% !important;
  }
  .bottom-xl-n75 {
    bottom: -75% !important;
  }
  .bottom-xl-n76 {
    bottom: -76% !important;
  }
  .bottom-xl-n77 {
    bottom: -77% !important;
  }
  .bottom-xl-n78 {
    bottom: -78% !important;
  }
  .bottom-xl-n79 {
    bottom: -79% !important;
  }
  .bottom-xl-n80 {
    bottom: -80% !important;
  }
  .bottom-xl-n81 {
    bottom: -81% !important;
  }
  .bottom-xl-n82 {
    bottom: -82% !important;
  }
  .bottom-xl-n83 {
    bottom: -83% !important;
  }
  .bottom-xl-n84 {
    bottom: -84% !important;
  }
  .bottom-xl-n85 {
    bottom: -85% !important;
  }
  .bottom-xl-n86 {
    bottom: -86% !important;
  }
  .bottom-xl-n87 {
    bottom: -87% !important;
  }
  .bottom-xl-n88 {
    bottom: -88% !important;
  }
  .bottom-xl-n89 {
    bottom: -89% !important;
  }
  .bottom-xl-n90 {
    bottom: -90% !important;
  }
  .bottom-xl-n91 {
    bottom: -91% !important;
  }
  .bottom-xl-n92 {
    bottom: -92% !important;
  }
  .bottom-xl-n93 {
    bottom: -93% !important;
  }
  .bottom-xl-n94 {
    bottom: -94% !important;
  }
  .bottom-xl-n95 {
    bottom: -95% !important;
  }
  .bottom-xl-n96 {
    bottom: -96% !important;
  }
  .bottom-xl-n97 {
    bottom: -97% !important;
  }
  .bottom-xl-n98 {
    bottom: -98% !important;
  }
  .bottom-xl-n99 {
    bottom: -99% !important;
  }
  .bottom-xl-n100 {
    bottom: -100% !important;
  }
  .bottom-xl-auto {
    bottom: auto !important;
  }
  .start-xl-0 {
    left: 0% !important;
  }
  .start-xl-1 {
    left: 1% !important;
  }
  .start-xl-2 {
    left: 2% !important;
  }
  .start-xl-3 {
    left: 3% !important;
  }
  .start-xl-4 {
    left: 4% !important;
  }
  .start-xl-5 {
    left: 5% !important;
  }
  .start-xl-6 {
    left: 6% !important;
  }
  .start-xl-7 {
    left: 7% !important;
  }
  .start-xl-8 {
    left: 8% !important;
  }
  .start-xl-9 {
    left: 9% !important;
  }
  .start-xl-10 {
    left: 10% !important;
  }
  .start-xl-11 {
    left: 11% !important;
  }
  .start-xl-12 {
    left: 12% !important;
  }
  .start-xl-13 {
    left: 13% !important;
  }
  .start-xl-14 {
    left: 14% !important;
  }
  .start-xl-15 {
    left: 15% !important;
  }
  .start-xl-16 {
    left: 16% !important;
  }
  .start-xl-17 {
    left: 17% !important;
  }
  .start-xl-18 {
    left: 18% !important;
  }
  .start-xl-19 {
    left: 19% !important;
  }
  .start-xl-20 {
    left: 20% !important;
  }
  .start-xl-21 {
    left: 21% !important;
  }
  .start-xl-22 {
    left: 22% !important;
  }
  .start-xl-23 {
    left: 23% !important;
  }
  .start-xl-24 {
    left: 24% !important;
  }
  .start-xl-25 {
    left: 25% !important;
  }
  .start-xl-26 {
    left: 26% !important;
  }
  .start-xl-27 {
    left: 27% !important;
  }
  .start-xl-28 {
    left: 28% !important;
  }
  .start-xl-29 {
    left: 29% !important;
  }
  .start-xl-30 {
    left: 30% !important;
  }
  .start-xl-31 {
    left: 31% !important;
  }
  .start-xl-32 {
    left: 32% !important;
  }
  .start-xl-33 {
    left: 33% !important;
  }
  .start-xl-34 {
    left: 34% !important;
  }
  .start-xl-35 {
    left: 35% !important;
  }
  .start-xl-36 {
    left: 36% !important;
  }
  .start-xl-37 {
    left: 37% !important;
  }
  .start-xl-38 {
    left: 38% !important;
  }
  .start-xl-39 {
    left: 39% !important;
  }
  .start-xl-40 {
    left: 40% !important;
  }
  .start-xl-41 {
    left: 41% !important;
  }
  .start-xl-42 {
    left: 42% !important;
  }
  .start-xl-43 {
    left: 43% !important;
  }
  .start-xl-44 {
    left: 44% !important;
  }
  .start-xl-45 {
    left: 45% !important;
  }
  .start-xl-46 {
    left: 46% !important;
  }
  .start-xl-47 {
    left: 47% !important;
  }
  .start-xl-48 {
    left: 48% !important;
  }
  .start-xl-49 {
    left: 49% !important;
  }
  .start-xl-50 {
    left: 50% !important;
  }
  .start-xl-51 {
    left: 51% !important;
  }
  .start-xl-52 {
    left: 52% !important;
  }
  .start-xl-53 {
    left: 53% !important;
  }
  .start-xl-54 {
    left: 54% !important;
  }
  .start-xl-55 {
    left: 55% !important;
  }
  .start-xl-56 {
    left: 56% !important;
  }
  .start-xl-57 {
    left: 57% !important;
  }
  .start-xl-58 {
    left: 58% !important;
  }
  .start-xl-59 {
    left: 59% !important;
  }
  .start-xl-60 {
    left: 60% !important;
  }
  .start-xl-61 {
    left: 61% !important;
  }
  .start-xl-62 {
    left: 62% !important;
  }
  .start-xl-63 {
    left: 63% !important;
  }
  .start-xl-64 {
    left: 64% !important;
  }
  .start-xl-65 {
    left: 65% !important;
  }
  .start-xl-66 {
    left: 66% !important;
  }
  .start-xl-67 {
    left: 67% !important;
  }
  .start-xl-68 {
    left: 68% !important;
  }
  .start-xl-69 {
    left: 69% !important;
  }
  .start-xl-70 {
    left: 70% !important;
  }
  .start-xl-71 {
    left: 71% !important;
  }
  .start-xl-72 {
    left: 72% !important;
  }
  .start-xl-73 {
    left: 73% !important;
  }
  .start-xl-74 {
    left: 74% !important;
  }
  .start-xl-75 {
    left: 75% !important;
  }
  .start-xl-76 {
    left: 76% !important;
  }
  .start-xl-77 {
    left: 77% !important;
  }
  .start-xl-78 {
    left: 78% !important;
  }
  .start-xl-79 {
    left: 79% !important;
  }
  .start-xl-80 {
    left: 80% !important;
  }
  .start-xl-81 {
    left: 81% !important;
  }
  .start-xl-82 {
    left: 82% !important;
  }
  .start-xl-83 {
    left: 83% !important;
  }
  .start-xl-84 {
    left: 84% !important;
  }
  .start-xl-85 {
    left: 85% !important;
  }
  .start-xl-86 {
    left: 86% !important;
  }
  .start-xl-87 {
    left: 87% !important;
  }
  .start-xl-88 {
    left: 88% !important;
  }
  .start-xl-89 {
    left: 89% !important;
  }
  .start-xl-90 {
    left: 90% !important;
  }
  .start-xl-91 {
    left: 91% !important;
  }
  .start-xl-92 {
    left: 92% !important;
  }
  .start-xl-93 {
    left: 93% !important;
  }
  .start-xl-94 {
    left: 94% !important;
  }
  .start-xl-95 {
    left: 95% !important;
  }
  .start-xl-96 {
    left: 96% !important;
  }
  .start-xl-97 {
    left: 97% !important;
  }
  .start-xl-98 {
    left: 98% !important;
  }
  .start-xl-99 {
    left: 99% !important;
  }
  .start-xl-100 {
    left: 100% !important;
  }
  .start-xl-n1 {
    left: -1% !important;
  }
  .start-xl-n2 {
    left: -2% !important;
  }
  .start-xl-n3 {
    left: -3% !important;
  }
  .start-xl-n4 {
    left: -4% !important;
  }
  .start-xl-n5 {
    left: -5% !important;
  }
  .start-xl-n6 {
    left: -6% !important;
  }
  .start-xl-n7 {
    left: -7% !important;
  }
  .start-xl-n8 {
    left: -8% !important;
  }
  .start-xl-n9 {
    left: -9% !important;
  }
  .start-xl-n10 {
    left: -10% !important;
  }
  .start-xl-n11 {
    left: -11% !important;
  }
  .start-xl-n12 {
    left: -12% !important;
  }
  .start-xl-n13 {
    left: -13% !important;
  }
  .start-xl-n14 {
    left: -14% !important;
  }
  .start-xl-n15 {
    left: -15% !important;
  }
  .start-xl-n16 {
    left: -16% !important;
  }
  .start-xl-n17 {
    left: -17% !important;
  }
  .start-xl-n18 {
    left: -18% !important;
  }
  .start-xl-n19 {
    left: -19% !important;
  }
  .start-xl-n20 {
    left: -20% !important;
  }
  .start-xl-n21 {
    left: -21% !important;
  }
  .start-xl-n22 {
    left: -22% !important;
  }
  .start-xl-n23 {
    left: -23% !important;
  }
  .start-xl-n24 {
    left: -24% !important;
  }
  .start-xl-n25 {
    left: -25% !important;
  }
  .start-xl-n26 {
    left: -26% !important;
  }
  .start-xl-n27 {
    left: -27% !important;
  }
  .start-xl-n28 {
    left: -28% !important;
  }
  .start-xl-n29 {
    left: -29% !important;
  }
  .start-xl-n30 {
    left: -30% !important;
  }
  .start-xl-n31 {
    left: -31% !important;
  }
  .start-xl-n32 {
    left: -32% !important;
  }
  .start-xl-n33 {
    left: -33% !important;
  }
  .start-xl-n34 {
    left: -34% !important;
  }
  .start-xl-n35 {
    left: -35% !important;
  }
  .start-xl-n36 {
    left: -36% !important;
  }
  .start-xl-n37 {
    left: -37% !important;
  }
  .start-xl-n38 {
    left: -38% !important;
  }
  .start-xl-n39 {
    left: -39% !important;
  }
  .start-xl-n40 {
    left: -40% !important;
  }
  .start-xl-n41 {
    left: -41% !important;
  }
  .start-xl-n42 {
    left: -42% !important;
  }
  .start-xl-n43 {
    left: -43% !important;
  }
  .start-xl-n44 {
    left: -44% !important;
  }
  .start-xl-n45 {
    left: -45% !important;
  }
  .start-xl-n46 {
    left: -46% !important;
  }
  .start-xl-n47 {
    left: -47% !important;
  }
  .start-xl-n48 {
    left: -48% !important;
  }
  .start-xl-n49 {
    left: -49% !important;
  }
  .start-xl-n50 {
    left: -50% !important;
  }
  .start-xl-n51 {
    left: -51% !important;
  }
  .start-xl-n52 {
    left: -52% !important;
  }
  .start-xl-n53 {
    left: -53% !important;
  }
  .start-xl-n54 {
    left: -54% !important;
  }
  .start-xl-n55 {
    left: -55% !important;
  }
  .start-xl-n56 {
    left: -56% !important;
  }
  .start-xl-n57 {
    left: -57% !important;
  }
  .start-xl-n58 {
    left: -58% !important;
  }
  .start-xl-n59 {
    left: -59% !important;
  }
  .start-xl-n60 {
    left: -60% !important;
  }
  .start-xl-n61 {
    left: -61% !important;
  }
  .start-xl-n62 {
    left: -62% !important;
  }
  .start-xl-n63 {
    left: -63% !important;
  }
  .start-xl-n64 {
    left: -64% !important;
  }
  .start-xl-n65 {
    left: -65% !important;
  }
  .start-xl-n66 {
    left: -66% !important;
  }
  .start-xl-n67 {
    left: -67% !important;
  }
  .start-xl-n68 {
    left: -68% !important;
  }
  .start-xl-n69 {
    left: -69% !important;
  }
  .start-xl-n70 {
    left: -70% !important;
  }
  .start-xl-n71 {
    left: -71% !important;
  }
  .start-xl-n72 {
    left: -72% !important;
  }
  .start-xl-n73 {
    left: -73% !important;
  }
  .start-xl-n74 {
    left: -74% !important;
  }
  .start-xl-n75 {
    left: -75% !important;
  }
  .start-xl-n76 {
    left: -76% !important;
  }
  .start-xl-n77 {
    left: -77% !important;
  }
  .start-xl-n78 {
    left: -78% !important;
  }
  .start-xl-n79 {
    left: -79% !important;
  }
  .start-xl-n80 {
    left: -80% !important;
  }
  .start-xl-n81 {
    left: -81% !important;
  }
  .start-xl-n82 {
    left: -82% !important;
  }
  .start-xl-n83 {
    left: -83% !important;
  }
  .start-xl-n84 {
    left: -84% !important;
  }
  .start-xl-n85 {
    left: -85% !important;
  }
  .start-xl-n86 {
    left: -86% !important;
  }
  .start-xl-n87 {
    left: -87% !important;
  }
  .start-xl-n88 {
    left: -88% !important;
  }
  .start-xl-n89 {
    left: -89% !important;
  }
  .start-xl-n90 {
    left: -90% !important;
  }
  .start-xl-n91 {
    left: -91% !important;
  }
  .start-xl-n92 {
    left: -92% !important;
  }
  .start-xl-n93 {
    left: -93% !important;
  }
  .start-xl-n94 {
    left: -94% !important;
  }
  .start-xl-n95 {
    left: -95% !important;
  }
  .start-xl-n96 {
    left: -96% !important;
  }
  .start-xl-n97 {
    left: -97% !important;
  }
  .start-xl-n98 {
    left: -98% !important;
  }
  .start-xl-n99 {
    left: -99% !important;
  }
  .start-xl-n100 {
    left: -100% !important;
  }
  .start-xl-auto {
    left: auto !important;
  }
  .end-xl-0 {
    right: 0% !important;
  }
  .end-xl-1 {
    right: 1% !important;
  }
  .end-xl-2 {
    right: 2% !important;
  }
  .end-xl-3 {
    right: 3% !important;
  }
  .end-xl-4 {
    right: 4% !important;
  }
  .end-xl-5 {
    right: 5% !important;
  }
  .end-xl-6 {
    right: 6% !important;
  }
  .end-xl-7 {
    right: 7% !important;
  }
  .end-xl-8 {
    right: 8% !important;
  }
  .end-xl-9 {
    right: 9% !important;
  }
  .end-xl-10 {
    right: 10% !important;
  }
  .end-xl-11 {
    right: 11% !important;
  }
  .end-xl-12 {
    right: 12% !important;
  }
  .end-xl-13 {
    right: 13% !important;
  }
  .end-xl-14 {
    right: 14% !important;
  }
  .end-xl-15 {
    right: 15% !important;
  }
  .end-xl-16 {
    right: 16% !important;
  }
  .end-xl-17 {
    right: 17% !important;
  }
  .end-xl-18 {
    right: 18% !important;
  }
  .end-xl-19 {
    right: 19% !important;
  }
  .end-xl-20 {
    right: 20% !important;
  }
  .end-xl-21 {
    right: 21% !important;
  }
  .end-xl-22 {
    right: 22% !important;
  }
  .end-xl-23 {
    right: 23% !important;
  }
  .end-xl-24 {
    right: 24% !important;
  }
  .end-xl-25 {
    right: 25% !important;
  }
  .end-xl-26 {
    right: 26% !important;
  }
  .end-xl-27 {
    right: 27% !important;
  }
  .end-xl-28 {
    right: 28% !important;
  }
  .end-xl-29 {
    right: 29% !important;
  }
  .end-xl-30 {
    right: 30% !important;
  }
  .end-xl-31 {
    right: 31% !important;
  }
  .end-xl-32 {
    right: 32% !important;
  }
  .end-xl-33 {
    right: 33% !important;
  }
  .end-xl-34 {
    right: 34% !important;
  }
  .end-xl-35 {
    right: 35% !important;
  }
  .end-xl-36 {
    right: 36% !important;
  }
  .end-xl-37 {
    right: 37% !important;
  }
  .end-xl-38 {
    right: 38% !important;
  }
  .end-xl-39 {
    right: 39% !important;
  }
  .end-xl-40 {
    right: 40% !important;
  }
  .end-xl-41 {
    right: 41% !important;
  }
  .end-xl-42 {
    right: 42% !important;
  }
  .end-xl-43 {
    right: 43% !important;
  }
  .end-xl-44 {
    right: 44% !important;
  }
  .end-xl-45 {
    right: 45% !important;
  }
  .end-xl-46 {
    right: 46% !important;
  }
  .end-xl-47 {
    right: 47% !important;
  }
  .end-xl-48 {
    right: 48% !important;
  }
  .end-xl-49 {
    right: 49% !important;
  }
  .end-xl-50 {
    right: 50% !important;
  }
  .end-xl-51 {
    right: 51% !important;
  }
  .end-xl-52 {
    right: 52% !important;
  }
  .end-xl-53 {
    right: 53% !important;
  }
  .end-xl-54 {
    right: 54% !important;
  }
  .end-xl-55 {
    right: 55% !important;
  }
  .end-xl-56 {
    right: 56% !important;
  }
  .end-xl-57 {
    right: 57% !important;
  }
  .end-xl-58 {
    right: 58% !important;
  }
  .end-xl-59 {
    right: 59% !important;
  }
  .end-xl-60 {
    right: 60% !important;
  }
  .end-xl-61 {
    right: 61% !important;
  }
  .end-xl-62 {
    right: 62% !important;
  }
  .end-xl-63 {
    right: 63% !important;
  }
  .end-xl-64 {
    right: 64% !important;
  }
  .end-xl-65 {
    right: 65% !important;
  }
  .end-xl-66 {
    right: 66% !important;
  }
  .end-xl-67 {
    right: 67% !important;
  }
  .end-xl-68 {
    right: 68% !important;
  }
  .end-xl-69 {
    right: 69% !important;
  }
  .end-xl-70 {
    right: 70% !important;
  }
  .end-xl-71 {
    right: 71% !important;
  }
  .end-xl-72 {
    right: 72% !important;
  }
  .end-xl-73 {
    right: 73% !important;
  }
  .end-xl-74 {
    right: 74% !important;
  }
  .end-xl-75 {
    right: 75% !important;
  }
  .end-xl-76 {
    right: 76% !important;
  }
  .end-xl-77 {
    right: 77% !important;
  }
  .end-xl-78 {
    right: 78% !important;
  }
  .end-xl-79 {
    right: 79% !important;
  }
  .end-xl-80 {
    right: 80% !important;
  }
  .end-xl-81 {
    right: 81% !important;
  }
  .end-xl-82 {
    right: 82% !important;
  }
  .end-xl-83 {
    right: 83% !important;
  }
  .end-xl-84 {
    right: 84% !important;
  }
  .end-xl-85 {
    right: 85% !important;
  }
  .end-xl-86 {
    right: 86% !important;
  }
  .end-xl-87 {
    right: 87% !important;
  }
  .end-xl-88 {
    right: 88% !important;
  }
  .end-xl-89 {
    right: 89% !important;
  }
  .end-xl-90 {
    right: 90% !important;
  }
  .end-xl-91 {
    right: 91% !important;
  }
  .end-xl-92 {
    right: 92% !important;
  }
  .end-xl-93 {
    right: 93% !important;
  }
  .end-xl-94 {
    right: 94% !important;
  }
  .end-xl-95 {
    right: 95% !important;
  }
  .end-xl-96 {
    right: 96% !important;
  }
  .end-xl-97 {
    right: 97% !important;
  }
  .end-xl-98 {
    right: 98% !important;
  }
  .end-xl-99 {
    right: 99% !important;
  }
  .end-xl-100 {
    right: 100% !important;
  }
  .end-xl-n1 {
    right: -1% !important;
  }
  .end-xl-n2 {
    right: -2% !important;
  }
  .end-xl-n3 {
    right: -3% !important;
  }
  .end-xl-n4 {
    right: -4% !important;
  }
  .end-xl-n5 {
    right: -5% !important;
  }
  .end-xl-n6 {
    right: -6% !important;
  }
  .end-xl-n7 {
    right: -7% !important;
  }
  .end-xl-n8 {
    right: -8% !important;
  }
  .end-xl-n9 {
    right: -9% !important;
  }
  .end-xl-n10 {
    right: -10% !important;
  }
  .end-xl-n11 {
    right: -11% !important;
  }
  .end-xl-n12 {
    right: -12% !important;
  }
  .end-xl-n13 {
    right: -13% !important;
  }
  .end-xl-n14 {
    right: -14% !important;
  }
  .end-xl-n15 {
    right: -15% !important;
  }
  .end-xl-n16 {
    right: -16% !important;
  }
  .end-xl-n17 {
    right: -17% !important;
  }
  .end-xl-n18 {
    right: -18% !important;
  }
  .end-xl-n19 {
    right: -19% !important;
  }
  .end-xl-n20 {
    right: -20% !important;
  }
  .end-xl-n21 {
    right: -21% !important;
  }
  .end-xl-n22 {
    right: -22% !important;
  }
  .end-xl-n23 {
    right: -23% !important;
  }
  .end-xl-n24 {
    right: -24% !important;
  }
  .end-xl-n25 {
    right: -25% !important;
  }
  .end-xl-n26 {
    right: -26% !important;
  }
  .end-xl-n27 {
    right: -27% !important;
  }
  .end-xl-n28 {
    right: -28% !important;
  }
  .end-xl-n29 {
    right: -29% !important;
  }
  .end-xl-n30 {
    right: -30% !important;
  }
  .end-xl-n31 {
    right: -31% !important;
  }
  .end-xl-n32 {
    right: -32% !important;
  }
  .end-xl-n33 {
    right: -33% !important;
  }
  .end-xl-n34 {
    right: -34% !important;
  }
  .end-xl-n35 {
    right: -35% !important;
  }
  .end-xl-n36 {
    right: -36% !important;
  }
  .end-xl-n37 {
    right: -37% !important;
  }
  .end-xl-n38 {
    right: -38% !important;
  }
  .end-xl-n39 {
    right: -39% !important;
  }
  .end-xl-n40 {
    right: -40% !important;
  }
  .end-xl-n41 {
    right: -41% !important;
  }
  .end-xl-n42 {
    right: -42% !important;
  }
  .end-xl-n43 {
    right: -43% !important;
  }
  .end-xl-n44 {
    right: -44% !important;
  }
  .end-xl-n45 {
    right: -45% !important;
  }
  .end-xl-n46 {
    right: -46% !important;
  }
  .end-xl-n47 {
    right: -47% !important;
  }
  .end-xl-n48 {
    right: -48% !important;
  }
  .end-xl-n49 {
    right: -49% !important;
  }
  .end-xl-n50 {
    right: -50% !important;
  }
  .end-xl-n51 {
    right: -51% !important;
  }
  .end-xl-n52 {
    right: -52% !important;
  }
  .end-xl-n53 {
    right: -53% !important;
  }
  .end-xl-n54 {
    right: -54% !important;
  }
  .end-xl-n55 {
    right: -55% !important;
  }
  .end-xl-n56 {
    right: -56% !important;
  }
  .end-xl-n57 {
    right: -57% !important;
  }
  .end-xl-n58 {
    right: -58% !important;
  }
  .end-xl-n59 {
    right: -59% !important;
  }
  .end-xl-n60 {
    right: -60% !important;
  }
  .end-xl-n61 {
    right: -61% !important;
  }
  .end-xl-n62 {
    right: -62% !important;
  }
  .end-xl-n63 {
    right: -63% !important;
  }
  .end-xl-n64 {
    right: -64% !important;
  }
  .end-xl-n65 {
    right: -65% !important;
  }
  .end-xl-n66 {
    right: -66% !important;
  }
  .end-xl-n67 {
    right: -67% !important;
  }
  .end-xl-n68 {
    right: -68% !important;
  }
  .end-xl-n69 {
    right: -69% !important;
  }
  .end-xl-n70 {
    right: -70% !important;
  }
  .end-xl-n71 {
    right: -71% !important;
  }
  .end-xl-n72 {
    right: -72% !important;
  }
  .end-xl-n73 {
    right: -73% !important;
  }
  .end-xl-n74 {
    right: -74% !important;
  }
  .end-xl-n75 {
    right: -75% !important;
  }
  .end-xl-n76 {
    right: -76% !important;
  }
  .end-xl-n77 {
    right: -77% !important;
  }
  .end-xl-n78 {
    right: -78% !important;
  }
  .end-xl-n79 {
    right: -79% !important;
  }
  .end-xl-n80 {
    right: -80% !important;
  }
  .end-xl-n81 {
    right: -81% !important;
  }
  .end-xl-n82 {
    right: -82% !important;
  }
  .end-xl-n83 {
    right: -83% !important;
  }
  .end-xl-n84 {
    right: -84% !important;
  }
  .end-xl-n85 {
    right: -85% !important;
  }
  .end-xl-n86 {
    right: -86% !important;
  }
  .end-xl-n87 {
    right: -87% !important;
  }
  .end-xl-n88 {
    right: -88% !important;
  }
  .end-xl-n89 {
    right: -89% !important;
  }
  .end-xl-n90 {
    right: -90% !important;
  }
  .end-xl-n91 {
    right: -91% !important;
  }
  .end-xl-n92 {
    right: -92% !important;
  }
  .end-xl-n93 {
    right: -93% !important;
  }
  .end-xl-n94 {
    right: -94% !important;
  }
  .end-xl-n95 {
    right: -95% !important;
  }
  .end-xl-n96 {
    right: -96% !important;
  }
  .end-xl-n97 {
    right: -97% !important;
  }
  .end-xl-n98 {
    right: -98% !important;
  }
  .end-xl-n99 {
    right: -99% !important;
  }
  .end-xl-n100 {
    right: -100% !important;
  }
  .end-xl-auto {
    right: auto !important;
  }
  .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }
  .translate-middle-xl-none {
    transform: translate(0, 0) !important;
  }
  .border-xl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-top-xl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  .border-end-xl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-xl-0 {
    border-left: 0 !important;
  }
  .border-xl-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-tertiary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-grey {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-grey-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-placeholder {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-placeholder-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-transparent {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-transparent-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-1 {
    border-width: 1px !important;
  }
  .border-xl-2 {
    border-width: 2px !important;
  }
  .border-xl-3 {
    border-width: 3px !important;
  }
  .border-xl-4 {
    border-width: 4px !important;
  }
  .border-xl-5 {
    border-width: 5px !important;
  }
  .w-xl-0 {
    width: 0% !important;
  }
  .w-xl-1 {
    width: 1% !important;
  }
  .w-xl-2 {
    width: 2% !important;
  }
  .w-xl-3 {
    width: 3% !important;
  }
  .w-xl-4 {
    width: 4% !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .w-xl-6 {
    width: 6% !important;
  }
  .w-xl-7 {
    width: 7% !important;
  }
  .w-xl-8 {
    width: 8% !important;
  }
  .w-xl-9 {
    width: 9% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-11 {
    width: 11% !important;
  }
  .w-xl-12 {
    width: 12% !important;
  }
  .w-xl-13 {
    width: 13% !important;
  }
  .w-xl-14 {
    width: 14% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-16 {
    width: 16% !important;
  }
  .w-xl-17 {
    width: 17% !important;
  }
  .w-xl-18 {
    width: 18% !important;
  }
  .w-xl-19 {
    width: 19% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-21 {
    width: 21% !important;
  }
  .w-xl-22 {
    width: 22% !important;
  }
  .w-xl-23 {
    width: 23% !important;
  }
  .w-xl-24 {
    width: 24% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-26 {
    width: 26% !important;
  }
  .w-xl-27 {
    width: 27% !important;
  }
  .w-xl-28 {
    width: 28% !important;
  }
  .w-xl-29 {
    width: 29% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-31 {
    width: 31% !important;
  }
  .w-xl-32 {
    width: 32% !important;
  }
  .w-xl-33 {
    width: 33% !important;
  }
  .w-xl-34 {
    width: 34% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-36 {
    width: 36% !important;
  }
  .w-xl-37 {
    width: 37% !important;
  }
  .w-xl-38 {
    width: 38% !important;
  }
  .w-xl-39 {
    width: 39% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-41 {
    width: 41% !important;
  }
  .w-xl-42 {
    width: 42% !important;
  }
  .w-xl-43 {
    width: 43% !important;
  }
  .w-xl-44 {
    width: 44% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-46 {
    width: 46% !important;
  }
  .w-xl-47 {
    width: 47% !important;
  }
  .w-xl-48 {
    width: 48% !important;
  }
  .w-xl-49 {
    width: 49% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-51 {
    width: 51% !important;
  }
  .w-xl-52 {
    width: 52% !important;
  }
  .w-xl-53 {
    width: 53% !important;
  }
  .w-xl-54 {
    width: 54% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .w-xl-56 {
    width: 56% !important;
  }
  .w-xl-57 {
    width: 57% !important;
  }
  .w-xl-58 {
    width: 58% !important;
  }
  .w-xl-59 {
    width: 59% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-61 {
    width: 61% !important;
  }
  .w-xl-62 {
    width: 62% !important;
  }
  .w-xl-63 {
    width: 63% !important;
  }
  .w-xl-64 {
    width: 64% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-66 {
    width: 66% !important;
  }
  .w-xl-67 {
    width: 67% !important;
  }
  .w-xl-68 {
    width: 68% !important;
  }
  .w-xl-69 {
    width: 69% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-71 {
    width: 71% !important;
  }
  .w-xl-72 {
    width: 72% !important;
  }
  .w-xl-73 {
    width: 73% !important;
  }
  .w-xl-74 {
    width: 74% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-76 {
    width: 76% !important;
  }
  .w-xl-77 {
    width: 77% !important;
  }
  .w-xl-78 {
    width: 78% !important;
  }
  .w-xl-79 {
    width: 79% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-81 {
    width: 81% !important;
  }
  .w-xl-82 {
    width: 82% !important;
  }
  .w-xl-83 {
    width: 83% !important;
  }
  .w-xl-84 {
    width: 84% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-86 {
    width: 86% !important;
  }
  .w-xl-87 {
    width: 87% !important;
  }
  .w-xl-88 {
    width: 88% !important;
  }
  .w-xl-89 {
    width: 89% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-91 {
    width: 91% !important;
  }
  .w-xl-92 {
    width: 92% !important;
  }
  .w-xl-93 {
    width: 93% !important;
  }
  .w-xl-94 {
    width: 94% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-96 {
    width: 96% !important;
  }
  .w-xl-97 {
    width: 97% !important;
  }
  .w-xl-98 {
    width: 98% !important;
  }
  .w-xl-99 {
    width: 99% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-n1 {
    width: -1% !important;
  }
  .w-xl-n2 {
    width: -2% !important;
  }
  .w-xl-n3 {
    width: -3% !important;
  }
  .w-xl-n4 {
    width: -4% !important;
  }
  .w-xl-n5 {
    width: -5% !important;
  }
  .w-xl-n6 {
    width: -6% !important;
  }
  .w-xl-n7 {
    width: -7% !important;
  }
  .w-xl-n8 {
    width: -8% !important;
  }
  .w-xl-n9 {
    width: -9% !important;
  }
  .w-xl-n10 {
    width: -10% !important;
  }
  .w-xl-n11 {
    width: -11% !important;
  }
  .w-xl-n12 {
    width: -12% !important;
  }
  .w-xl-n13 {
    width: -13% !important;
  }
  .w-xl-n14 {
    width: -14% !important;
  }
  .w-xl-n15 {
    width: -15% !important;
  }
  .w-xl-n16 {
    width: -16% !important;
  }
  .w-xl-n17 {
    width: -17% !important;
  }
  .w-xl-n18 {
    width: -18% !important;
  }
  .w-xl-n19 {
    width: -19% !important;
  }
  .w-xl-n20 {
    width: -20% !important;
  }
  .w-xl-n21 {
    width: -21% !important;
  }
  .w-xl-n22 {
    width: -22% !important;
  }
  .w-xl-n23 {
    width: -23% !important;
  }
  .w-xl-n24 {
    width: -24% !important;
  }
  .w-xl-n25 {
    width: -25% !important;
  }
  .w-xl-n26 {
    width: -26% !important;
  }
  .w-xl-n27 {
    width: -27% !important;
  }
  .w-xl-n28 {
    width: -28% !important;
  }
  .w-xl-n29 {
    width: -29% !important;
  }
  .w-xl-n30 {
    width: -30% !important;
  }
  .w-xl-n31 {
    width: -31% !important;
  }
  .w-xl-n32 {
    width: -32% !important;
  }
  .w-xl-n33 {
    width: -33% !important;
  }
  .w-xl-n34 {
    width: -34% !important;
  }
  .w-xl-n35 {
    width: -35% !important;
  }
  .w-xl-n36 {
    width: -36% !important;
  }
  .w-xl-n37 {
    width: -37% !important;
  }
  .w-xl-n38 {
    width: -38% !important;
  }
  .w-xl-n39 {
    width: -39% !important;
  }
  .w-xl-n40 {
    width: -40% !important;
  }
  .w-xl-n41 {
    width: -41% !important;
  }
  .w-xl-n42 {
    width: -42% !important;
  }
  .w-xl-n43 {
    width: -43% !important;
  }
  .w-xl-n44 {
    width: -44% !important;
  }
  .w-xl-n45 {
    width: -45% !important;
  }
  .w-xl-n46 {
    width: -46% !important;
  }
  .w-xl-n47 {
    width: -47% !important;
  }
  .w-xl-n48 {
    width: -48% !important;
  }
  .w-xl-n49 {
    width: -49% !important;
  }
  .w-xl-n50 {
    width: -50% !important;
  }
  .w-xl-n51 {
    width: -51% !important;
  }
  .w-xl-n52 {
    width: -52% !important;
  }
  .w-xl-n53 {
    width: -53% !important;
  }
  .w-xl-n54 {
    width: -54% !important;
  }
  .w-xl-n55 {
    width: -55% !important;
  }
  .w-xl-n56 {
    width: -56% !important;
  }
  .w-xl-n57 {
    width: -57% !important;
  }
  .w-xl-n58 {
    width: -58% !important;
  }
  .w-xl-n59 {
    width: -59% !important;
  }
  .w-xl-n60 {
    width: -60% !important;
  }
  .w-xl-n61 {
    width: -61% !important;
  }
  .w-xl-n62 {
    width: -62% !important;
  }
  .w-xl-n63 {
    width: -63% !important;
  }
  .w-xl-n64 {
    width: -64% !important;
  }
  .w-xl-n65 {
    width: -65% !important;
  }
  .w-xl-n66 {
    width: -66% !important;
  }
  .w-xl-n67 {
    width: -67% !important;
  }
  .w-xl-n68 {
    width: -68% !important;
  }
  .w-xl-n69 {
    width: -69% !important;
  }
  .w-xl-n70 {
    width: -70% !important;
  }
  .w-xl-n71 {
    width: -71% !important;
  }
  .w-xl-n72 {
    width: -72% !important;
  }
  .w-xl-n73 {
    width: -73% !important;
  }
  .w-xl-n74 {
    width: -74% !important;
  }
  .w-xl-n75 {
    width: -75% !important;
  }
  .w-xl-n76 {
    width: -76% !important;
  }
  .w-xl-n77 {
    width: -77% !important;
  }
  .w-xl-n78 {
    width: -78% !important;
  }
  .w-xl-n79 {
    width: -79% !important;
  }
  .w-xl-n80 {
    width: -80% !important;
  }
  .w-xl-n81 {
    width: -81% !important;
  }
  .w-xl-n82 {
    width: -82% !important;
  }
  .w-xl-n83 {
    width: -83% !important;
  }
  .w-xl-n84 {
    width: -84% !important;
  }
  .w-xl-n85 {
    width: -85% !important;
  }
  .w-xl-n86 {
    width: -86% !important;
  }
  .w-xl-n87 {
    width: -87% !important;
  }
  .w-xl-n88 {
    width: -88% !important;
  }
  .w-xl-n89 {
    width: -89% !important;
  }
  .w-xl-n90 {
    width: -90% !important;
  }
  .w-xl-n91 {
    width: -91% !important;
  }
  .w-xl-n92 {
    width: -92% !important;
  }
  .w-xl-n93 {
    width: -93% !important;
  }
  .w-xl-n94 {
    width: -94% !important;
  }
  .w-xl-n95 {
    width: -95% !important;
  }
  .w-xl-n96 {
    width: -96% !important;
  }
  .w-xl-n97 {
    width: -97% !important;
  }
  .w-xl-n98 {
    width: -98% !important;
  }
  .w-xl-n99 {
    width: -99% !important;
  }
  .w-xl-n100 {
    width: -100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-fit-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .w-xl-max-content {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .w-xl-fill {
    width: -webkit-fill-available !important;
  }
  .h-xl-0 {
    height: 0% !important;
  }
  .h-xl-1 {
    height: 1% !important;
  }
  .h-xl-2 {
    height: 2% !important;
  }
  .h-xl-3 {
    height: 3% !important;
  }
  .h-xl-4 {
    height: 4% !important;
  }
  .h-xl-5 {
    height: 5% !important;
  }
  .h-xl-6 {
    height: 6% !important;
  }
  .h-xl-7 {
    height: 7% !important;
  }
  .h-xl-8 {
    height: 8% !important;
  }
  .h-xl-9 {
    height: 9% !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .h-xl-11 {
    height: 11% !important;
  }
  .h-xl-12 {
    height: 12% !important;
  }
  .h-xl-13 {
    height: 13% !important;
  }
  .h-xl-14 {
    height: 14% !important;
  }
  .h-xl-15 {
    height: 15% !important;
  }
  .h-xl-16 {
    height: 16% !important;
  }
  .h-xl-17 {
    height: 17% !important;
  }
  .h-xl-18 {
    height: 18% !important;
  }
  .h-xl-19 {
    height: 19% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-21 {
    height: 21% !important;
  }
  .h-xl-22 {
    height: 22% !important;
  }
  .h-xl-23 {
    height: 23% !important;
  }
  .h-xl-24 {
    height: 24% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-26 {
    height: 26% !important;
  }
  .h-xl-27 {
    height: 27% !important;
  }
  .h-xl-28 {
    height: 28% !important;
  }
  .h-xl-29 {
    height: 29% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-31 {
    height: 31% !important;
  }
  .h-xl-32 {
    height: 32% !important;
  }
  .h-xl-33 {
    height: 33% !important;
  }
  .h-xl-34 {
    height: 34% !important;
  }
  .h-xl-35 {
    height: 35% !important;
  }
  .h-xl-36 {
    height: 36% !important;
  }
  .h-xl-37 {
    height: 37% !important;
  }
  .h-xl-38 {
    height: 38% !important;
  }
  .h-xl-39 {
    height: 39% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-41 {
    height: 41% !important;
  }
  .h-xl-42 {
    height: 42% !important;
  }
  .h-xl-43 {
    height: 43% !important;
  }
  .h-xl-44 {
    height: 44% !important;
  }
  .h-xl-45 {
    height: 45% !important;
  }
  .h-xl-46 {
    height: 46% !important;
  }
  .h-xl-47 {
    height: 47% !important;
  }
  .h-xl-48 {
    height: 48% !important;
  }
  .h-xl-49 {
    height: 49% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-51 {
    height: 51% !important;
  }
  .h-xl-52 {
    height: 52% !important;
  }
  .h-xl-53 {
    height: 53% !important;
  }
  .h-xl-54 {
    height: 54% !important;
  }
  .h-xl-55 {
    height: 55% !important;
  }
  .h-xl-56 {
    height: 56% !important;
  }
  .h-xl-57 {
    height: 57% !important;
  }
  .h-xl-58 {
    height: 58% !important;
  }
  .h-xl-59 {
    height: 59% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-61 {
    height: 61% !important;
  }
  .h-xl-62 {
    height: 62% !important;
  }
  .h-xl-63 {
    height: 63% !important;
  }
  .h-xl-64 {
    height: 64% !important;
  }
  .h-xl-65 {
    height: 65% !important;
  }
  .h-xl-66 {
    height: 66% !important;
  }
  .h-xl-67 {
    height: 67% !important;
  }
  .h-xl-68 {
    height: 68% !important;
  }
  .h-xl-69 {
    height: 69% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .h-xl-71 {
    height: 71% !important;
  }
  .h-xl-72 {
    height: 72% !important;
  }
  .h-xl-73 {
    height: 73% !important;
  }
  .h-xl-74 {
    height: 74% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-76 {
    height: 76% !important;
  }
  .h-xl-77 {
    height: 77% !important;
  }
  .h-xl-78 {
    height: 78% !important;
  }
  .h-xl-79 {
    height: 79% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-81 {
    height: 81% !important;
  }
  .h-xl-82 {
    height: 82% !important;
  }
  .h-xl-83 {
    height: 83% !important;
  }
  .h-xl-84 {
    height: 84% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
  .h-xl-86 {
    height: 86% !important;
  }
  .h-xl-87 {
    height: 87% !important;
  }
  .h-xl-88 {
    height: 88% !important;
  }
  .h-xl-89 {
    height: 89% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .h-xl-91 {
    height: 91% !important;
  }
  .h-xl-92 {
    height: 92% !important;
  }
  .h-xl-93 {
    height: 93% !important;
  }
  .h-xl-94 {
    height: 94% !important;
  }
  .h-xl-95 {
    height: 95% !important;
  }
  .h-xl-96 {
    height: 96% !important;
  }
  .h-xl-97 {
    height: 97% !important;
  }
  .h-xl-98 {
    height: 98% !important;
  }
  .h-xl-99 {
    height: 99% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-n1 {
    height: -1% !important;
  }
  .h-xl-n2 {
    height: -2% !important;
  }
  .h-xl-n3 {
    height: -3% !important;
  }
  .h-xl-n4 {
    height: -4% !important;
  }
  .h-xl-n5 {
    height: -5% !important;
  }
  .h-xl-n6 {
    height: -6% !important;
  }
  .h-xl-n7 {
    height: -7% !important;
  }
  .h-xl-n8 {
    height: -8% !important;
  }
  .h-xl-n9 {
    height: -9% !important;
  }
  .h-xl-n10 {
    height: -10% !important;
  }
  .h-xl-n11 {
    height: -11% !important;
  }
  .h-xl-n12 {
    height: -12% !important;
  }
  .h-xl-n13 {
    height: -13% !important;
  }
  .h-xl-n14 {
    height: -14% !important;
  }
  .h-xl-n15 {
    height: -15% !important;
  }
  .h-xl-n16 {
    height: -16% !important;
  }
  .h-xl-n17 {
    height: -17% !important;
  }
  .h-xl-n18 {
    height: -18% !important;
  }
  .h-xl-n19 {
    height: -19% !important;
  }
  .h-xl-n20 {
    height: -20% !important;
  }
  .h-xl-n21 {
    height: -21% !important;
  }
  .h-xl-n22 {
    height: -22% !important;
  }
  .h-xl-n23 {
    height: -23% !important;
  }
  .h-xl-n24 {
    height: -24% !important;
  }
  .h-xl-n25 {
    height: -25% !important;
  }
  .h-xl-n26 {
    height: -26% !important;
  }
  .h-xl-n27 {
    height: -27% !important;
  }
  .h-xl-n28 {
    height: -28% !important;
  }
  .h-xl-n29 {
    height: -29% !important;
  }
  .h-xl-n30 {
    height: -30% !important;
  }
  .h-xl-n31 {
    height: -31% !important;
  }
  .h-xl-n32 {
    height: -32% !important;
  }
  .h-xl-n33 {
    height: -33% !important;
  }
  .h-xl-n34 {
    height: -34% !important;
  }
  .h-xl-n35 {
    height: -35% !important;
  }
  .h-xl-n36 {
    height: -36% !important;
  }
  .h-xl-n37 {
    height: -37% !important;
  }
  .h-xl-n38 {
    height: -38% !important;
  }
  .h-xl-n39 {
    height: -39% !important;
  }
  .h-xl-n40 {
    height: -40% !important;
  }
  .h-xl-n41 {
    height: -41% !important;
  }
  .h-xl-n42 {
    height: -42% !important;
  }
  .h-xl-n43 {
    height: -43% !important;
  }
  .h-xl-n44 {
    height: -44% !important;
  }
  .h-xl-n45 {
    height: -45% !important;
  }
  .h-xl-n46 {
    height: -46% !important;
  }
  .h-xl-n47 {
    height: -47% !important;
  }
  .h-xl-n48 {
    height: -48% !important;
  }
  .h-xl-n49 {
    height: -49% !important;
  }
  .h-xl-n50 {
    height: -50% !important;
  }
  .h-xl-n51 {
    height: -51% !important;
  }
  .h-xl-n52 {
    height: -52% !important;
  }
  .h-xl-n53 {
    height: -53% !important;
  }
  .h-xl-n54 {
    height: -54% !important;
  }
  .h-xl-n55 {
    height: -55% !important;
  }
  .h-xl-n56 {
    height: -56% !important;
  }
  .h-xl-n57 {
    height: -57% !important;
  }
  .h-xl-n58 {
    height: -58% !important;
  }
  .h-xl-n59 {
    height: -59% !important;
  }
  .h-xl-n60 {
    height: -60% !important;
  }
  .h-xl-n61 {
    height: -61% !important;
  }
  .h-xl-n62 {
    height: -62% !important;
  }
  .h-xl-n63 {
    height: -63% !important;
  }
  .h-xl-n64 {
    height: -64% !important;
  }
  .h-xl-n65 {
    height: -65% !important;
  }
  .h-xl-n66 {
    height: -66% !important;
  }
  .h-xl-n67 {
    height: -67% !important;
  }
  .h-xl-n68 {
    height: -68% !important;
  }
  .h-xl-n69 {
    height: -69% !important;
  }
  .h-xl-n70 {
    height: -70% !important;
  }
  .h-xl-n71 {
    height: -71% !important;
  }
  .h-xl-n72 {
    height: -72% !important;
  }
  .h-xl-n73 {
    height: -73% !important;
  }
  .h-xl-n74 {
    height: -74% !important;
  }
  .h-xl-n75 {
    height: -75% !important;
  }
  .h-xl-n76 {
    height: -76% !important;
  }
  .h-xl-n77 {
    height: -77% !important;
  }
  .h-xl-n78 {
    height: -78% !important;
  }
  .h-xl-n79 {
    height: -79% !important;
  }
  .h-xl-n80 {
    height: -80% !important;
  }
  .h-xl-n81 {
    height: -81% !important;
  }
  .h-xl-n82 {
    height: -82% !important;
  }
  .h-xl-n83 {
    height: -83% !important;
  }
  .h-xl-n84 {
    height: -84% !important;
  }
  .h-xl-n85 {
    height: -85% !important;
  }
  .h-xl-n86 {
    height: -86% !important;
  }
  .h-xl-n87 {
    height: -87% !important;
  }
  .h-xl-n88 {
    height: -88% !important;
  }
  .h-xl-n89 {
    height: -89% !important;
  }
  .h-xl-n90 {
    height: -90% !important;
  }
  .h-xl-n91 {
    height: -91% !important;
  }
  .h-xl-n92 {
    height: -92% !important;
  }
  .h-xl-n93 {
    height: -93% !important;
  }
  .h-xl-n94 {
    height: -94% !important;
  }
  .h-xl-n95 {
    height: -95% !important;
  }
  .h-xl-n96 {
    height: -96% !important;
  }
  .h-xl-n97 {
    height: -97% !important;
  }
  .h-xl-n98 {
    height: -98% !important;
  }
  .h-xl-n99 {
    height: -99% !important;
  }
  .h-xl-n100 {
    height: -100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-fit-content {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .h-xl-max-content {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .h-xl-fill {
    height: -webkit-fill-available !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-6 {
    margin: 6rem !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !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-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-auto {
    margin-right: 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-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-auto {
    margin-left: 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-n6 {
    margin: -6rem !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-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !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-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !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-n6 {
    margin-top: -6rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n6 {
    margin-right: -6rem !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-n6 {
    margin-bottom: -6rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n6 {
    margin-left: -6rem !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-6 {
    padding: 6rem !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-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !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-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !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-6 {
    padding-top: 6rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !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-6 {
    padding-bottom: 6rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !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-6 {
    gap: 6rem !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-6 {
    row-gap: 6rem !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-6 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !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;
  }
  .lh-xl-0 {
    line-height: 0 !important;
  }
  .lh-xl-xxs {
    line-height: 0.5 !important;
  }
  .lh-xl-xs {
    line-height: 0.75 !important;
  }
  .lh-xl-1 {
    line-height: 1 !important;
  }
  .lh-xl-sm {
    line-height: 1.25 !important;
  }
  .lh-xl-base {
    line-height: 1.5 !important;
  }
  .lh-xl-lg {
    line-height: 2 !important;
  }
  .lh-xl-xl {
    line-height: 2.25 !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-decoration-xl-none {
    text-decoration: none !important;
  }
  .text-decoration-xl-none-hover:hover {
    text-decoration: none !important;
  }
  .text-decoration-xl-underline {
    text-decoration: underline !important;
  }
  .text-decoration-xl-underline-hover:hover {
    text-decoration: underline !important;
  }
  .text-decoration-xl-line-through {
    text-decoration: line-through !important;
  }
  .text-decoration-xl-line-through-hover:hover {
    text-decoration: line-through !important;
  }
  .text-xl-primary {
    color: #ffd317 !important;
  }
  .text-xl-primary-hover:hover {
    color: #ffd317 !important;
  }
  .text-xl-secondary {
    color: #010202 !important;
  }
  .text-xl-secondary-hover:hover {
    color: #010202 !important;
  }
  .text-xl-tertiary {
    color: #323031 !important;
  }
  .text-xl-tertiary-hover:hover {
    color: #323031 !important;
  }
  .text-xl-grey {
    color: #9d9d9d !important;
  }
  .text-xl-grey-hover:hover {
    color: #9d9d9d !important;
  }
  .text-xl-white {
    color: #fff !important;
  }
  .text-xl-white-hover:hover {
    color: #fff !important;
  }
  .text-xl-black {
    color: #010202 !important;
  }
  .text-xl-black-hover:hover {
    color: #010202 !important;
  }
  .text-xl-placeholder {
    color: magenta !important;
  }
  .text-xl-placeholder-hover:hover {
    color: magenta !important;
  }
  .text-xl-transparent {
    color: transparent !important;
  }
  .text-xl-transparent-hover:hover {
    color: transparent !important;
  }
  .bg-xl-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-primary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-secondary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-tertiary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-grey-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-white-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-black-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-placeholder {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-placeholder-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-xl-transparent-hover:hover {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-xl-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-body-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-primary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-primary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-secondary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-secondary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-tertiary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-tertiary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-grey-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-grey-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-opacity-xl-0 {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-xl-0-hover:hover {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-xl-5 {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-xl-5-hover:hover {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-xl-10 {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-xl-10-hover:hover {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-xl-15 {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-xl-15-hover:hover {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-xl-20 {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-xl-20-hover:hover {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-xl-25 {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-xl-25-hover:hover {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-xl-30 {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-xl-30-hover:hover {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-xl-35 {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-xl-35-hover:hover {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-xl-40 {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-xl-40-hover:hover {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-xl-45 {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-xl-45-hover:hover {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-xl-50 {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-xl-50-hover:hover {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-xl-55 {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-xl-55-hover:hover {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-xl-60 {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-xl-60-hover:hover {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-xl-65 {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-xl-65-hover:hover {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-xl-70 {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-xl-70-hover:hover {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-xl-75 {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-xl-75-hover:hover {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-xl-80 {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-xl-80-hover:hover {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-xl-85 {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-xl-85-hover:hover {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-xl-90 {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-xl-90-hover:hover {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-xl-95 {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-xl-95-hover:hover {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-xl-100 {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-xl-100-hover:hover {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-xl-105 {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-xl-105-hover:hover {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-xl-110 {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-xl-110-hover:hover {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-xl-115 {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-xl-115-hover:hover {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-xl-120 {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-xl-120-hover:hover {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-xl-125 {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-xl-125-hover:hover {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-xl-130 {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-xl-130-hover:hover {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-xl-135 {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-xl-135-hover:hover {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-xl-140 {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-xl-140-hover:hover {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-xl-145 {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-xl-145-hover:hover {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-xl-150 {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-xl-150-hover:hover {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-xl-155 {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-xl-155-hover:hover {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-xl-160 {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-xl-160-hover:hover {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-xl-165 {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-xl-165-hover:hover {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-xl-170 {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-xl-170-hover:hover {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-xl-175 {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-xl-175-hover:hover {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-xl-180 {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-xl-180-hover:hover {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-xl-185 {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-xl-185-hover:hover {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-xl-190 {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-xl-190-hover:hover {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-xl-195 {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-xl-195-hover:hover {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-xl-200 {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-xl-200-hover:hover {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-xl-205 {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-xl-205-hover:hover {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-xl-210 {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-xl-210-hover:hover {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-xl-215 {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-xl-215-hover:hover {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-xl-220 {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-xl-220-hover:hover {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-xl-225 {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-xl-225-hover:hover {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-xl-230 {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-xl-230-hover:hover {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-xl-235 {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-xl-235-hover:hover {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-xl-240 {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-xl-240-hover:hover {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-xl-245 {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-xl-245-hover:hover {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-xl-250 {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-xl-250-hover:hover {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-xl-255 {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-xl-255-hover:hover {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-xl-260 {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-xl-260-hover:hover {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-xl-265 {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-xl-265-hover:hover {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-xl-270 {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-xl-270-hover:hover {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-xl-275 {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-xl-275-hover:hover {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-xl-280 {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-xl-280-hover:hover {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-xl-285 {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-xl-285-hover:hover {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-xl-290 {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-xl-290-hover:hover {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-xl-295 {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-xl-295-hover:hover {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-xl-300 {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-xl-300-hover:hover {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-xl-305 {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-xl-305-hover:hover {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-xl-310 {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-xl-310-hover:hover {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-xl-315 {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-xl-315-hover:hover {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-xl-320 {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-xl-320-hover:hover {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-xl-325 {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-xl-325-hover:hover {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-xl-330 {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-xl-330-hover:hover {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-xl-335 {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-xl-335-hover:hover {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-xl-340 {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-xl-340-hover:hover {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-xl-345 {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-xl-345-hover:hover {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-xl-350 {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-xl-350-hover:hover {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-xl-355 {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-xl-355-hover:hover {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-xl-360 {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-xl-360-hover:hover {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-xl-365 {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-xl-365-hover:hover {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-xl-370 {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-xl-370-hover:hover {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-xl-375 {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-xl-375-hover:hover {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-xl-380 {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-xl-380-hover:hover {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-xl-385 {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-xl-385-hover:hover {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-xl-390 {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-xl-390-hover:hover {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-xl-395 {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-xl-395-hover:hover {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-xl-400 {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-xl-400-hover:hover {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-xl-405 {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-xl-405-hover:hover {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-xl-410 {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-xl-410-hover:hover {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-xl-415 {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-xl-415-hover:hover {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-xl-420 {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-xl-420-hover:hover {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-xl-425 {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-xl-425-hover:hover {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-xl-430 {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-xl-430-hover:hover {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-xl-435 {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-xl-435-hover:hover {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-xl-440 {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-xl-440-hover:hover {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-xl-445 {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-xl-445-hover:hover {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-xl-450 {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-xl-450-hover:hover {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-xl-455 {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-xl-455-hover:hover {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-xl-460 {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-xl-460-hover:hover {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-xl-465 {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-xl-465-hover:hover {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-xl-470 {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-xl-470-hover:hover {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-xl-475 {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-xl-475-hover:hover {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-xl-480 {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-xl-480-hover:hover {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-xl-485 {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-xl-485-hover:hover {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-xl-490 {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-xl-490-hover:hover {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-xl-495 {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-xl-495-hover:hover {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-xl-500 {
    --bs-bg-opacity: 5;
  }
  .bg-opacity-xl-500-hover:hover {
    --bs-bg-opacity: 5;
  }
  .rounded-xl {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  .rounded-xl-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-xl-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xl-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-xl-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-xl-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-xl-circle {
    border-radius: 50% !important;
  }
  .rounded-xl-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-xl-6 {
    border-radius: 3rem !important;
  }
  .rounded-xl-7 {
    border-radius: 4rem !important;
  }
  .rounded-xl-8 {
    border-radius: 6rem !important;
  }
  .rounded-top-xl {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !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: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-xl-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xl-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-xl-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-xl-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !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: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top-xl-6 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .rounded-top-xl-7 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }
  .rounded-top-xl-8 {
    border-top-left-radius: 6rem !important;
    border-top-right-radius: 6rem !important;
  }
  .rounded-end-xl {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-xl-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-xl-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xl-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-xl-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-xl-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-xl-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-xl-6 {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
  .rounded-end-xl-7 {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
  .rounded-end-xl-8 {
    border-top-right-radius: 6rem !important;
    border-bottom-right-radius: 6rem !important;
  }
  .rounded-bottom-xl {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !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: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-xl-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xl-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-xl-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-xl-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !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: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-xl-6 {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
  }
  .rounded-bottom-xl-7 {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }
  .rounded-bottom-xl-8 {
    border-bottom-right-radius: 6rem !important;
    border-bottom-left-radius: 6rem !important;
  }
  .rounded-start-xl {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-xl-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-xl-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xl-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-xl-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-xl-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-xl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-xl-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-xl-6 {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
  }
  .rounded-start-xl-7 {
    border-bottom-left-radius: 4rem !important;
    border-top-left-radius: 4rem !important;
  }
  .rounded-start-xl-8 {
    border-bottom-left-radius: 6rem !important;
    border-top-left-radius: 6rem !important;
  }
  .z-xl-n1 {
    z-index: -1 !important;
  }
  .z-xl-0 {
    z-index: 0 !important;
  }
  .z-xl-1 {
    z-index: 1 !important;
  }
  .z-xl-2 {
    z-index: 2 !important;
  }
  .z-xl-3 {
    z-index: 3 !important;
  }
  .flip-xl-x {
    transform: scaleX(-1) !important;
  }
  .flip-xl-y {
    transform: scaleY(-1) !important;
  }
  .scale-xl-1 {
    transform: scale(1.05) !important;
  }
  .scale-xl-1-hover:hover {
    transform: scale(1.05) !important;
  }
  .scale-xl-2 {
    transform: scale(1.1) !important;
  }
  .scale-xl-2-hover:hover {
    transform: scale(1.1) !important;
  }
  .ls-xl-0 {
    letter-spacing: 0px !important;
  }
  .ls-xl-1 {
    letter-spacing: 1px !important;
  }
  .ls-xl-2 {
    letter-spacing: 2px !important;
  }
  .ls-xl-3 {
    letter-spacing: 3px !important;
  }
  .ls-xl-4 {
    letter-spacing: 4px !important;
  }
  .ls-xl-5 {
    letter-spacing: 5px !important;
  }
  .ls-xl-6 {
    letter-spacing: 6px !important;
  }
  .ls-xl-7 {
    letter-spacing: 7px !important;
  }
  .ls-xl-8 {
    letter-spacing: 8px !important;
  }
  .ls-xl-9 {
    letter-spacing: 9px !important;
  }
  .ls-xl-10 {
    letter-spacing: 10px !important;
  }
  .ls-xl-11 {
    letter-spacing: 11px !important;
  }
  .ls-xl-12 {
    letter-spacing: 12px !important;
  }
  .ls-xl-13 {
    letter-spacing: 13px !important;
  }
  .ls-xl-14 {
    letter-spacing: 14px !important;
  }
  .ls-xl-15 {
    letter-spacing: 15px !important;
  }
  .cols-xl-1 {
    -moz-columns: 1 !important;
         columns: 1 !important;
  }
  .cols-xl-2 {
    -moz-columns: 2 !important;
         columns: 2 !important;
  }
  .cols-xl-3 {
    -moz-columns: 3 !important;
         columns: 3 !important;
  }
  .cols-xl-4 {
    -moz-columns: 4 !important;
         columns: 4 !important;
  }
  .cols-xl-5 {
    -moz-columns: 5 !important;
         columns: 5 !important;
  }
  .cols-xl-6 {
    -moz-columns: 6 !important;
         columns: 6 !important;
  }
  .cols-xl-7 {
    -moz-columns: 7 !important;
         columns: 7 !important;
  }
  .cols-xl-8 {
    -moz-columns: 8 !important;
         columns: 8 !important;
  }
  .cols-xl-9 {
    -moz-columns: 9 !important;
         columns: 9 !important;
  }
  .cols-xl-10 {
    -moz-columns: 10 !important;
         columns: 10 !important;
  }
  .cols-xl-11 {
    -moz-columns: 11 !important;
         columns: 11 !important;
  }
  .cols-xl-12 {
    -moz-columns: 12 !important;
         columns: 12 !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !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-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .opacity-xxl-0 {
    opacity: 0 !important;
  }
  .opacity-xxl-0-hover:hover {
    opacity: 0 !important;
  }
  .opacity-xxl-5 {
    opacity: 0.05 !important;
  }
  .opacity-xxl-5-hover:hover {
    opacity: 0.05 !important;
  }
  .opacity-xxl-10 {
    opacity: 0.1 !important;
  }
  .opacity-xxl-10-hover:hover {
    opacity: 0.1 !important;
  }
  .opacity-xxl-15 {
    opacity: 0.15 !important;
  }
  .opacity-xxl-15-hover:hover {
    opacity: 0.15 !important;
  }
  .opacity-xxl-20 {
    opacity: 0.2 !important;
  }
  .opacity-xxl-20-hover:hover {
    opacity: 0.2 !important;
  }
  .opacity-xxl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xxl-25-hover:hover {
    opacity: 0.25 !important;
  }
  .opacity-xxl-30 {
    opacity: 0.3 !important;
  }
  .opacity-xxl-30-hover:hover {
    opacity: 0.3 !important;
  }
  .opacity-xxl-35 {
    opacity: 0.35 !important;
  }
  .opacity-xxl-35-hover:hover {
    opacity: 0.35 !important;
  }
  .opacity-xxl-40 {
    opacity: 0.4 !important;
  }
  .opacity-xxl-40-hover:hover {
    opacity: 0.4 !important;
  }
  .opacity-xxl-45 {
    opacity: 0.45 !important;
  }
  .opacity-xxl-45-hover:hover {
    opacity: 0.45 !important;
  }
  .opacity-xxl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxl-50-hover:hover {
    opacity: 0.5 !important;
  }
  .opacity-xxl-55 {
    opacity: 0.55 !important;
  }
  .opacity-xxl-55-hover:hover {
    opacity: 0.55 !important;
  }
  .opacity-xxl-60 {
    opacity: 0.6 !important;
  }
  .opacity-xxl-60-hover:hover {
    opacity: 0.6 !important;
  }
  .opacity-xxl-65 {
    opacity: 0.65 !important;
  }
  .opacity-xxl-65-hover:hover {
    opacity: 0.65 !important;
  }
  .opacity-xxl-70 {
    opacity: 0.7 !important;
  }
  .opacity-xxl-70-hover:hover {
    opacity: 0.7 !important;
  }
  .opacity-xxl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xxl-75-hover:hover {
    opacity: 0.75 !important;
  }
  .opacity-xxl-80 {
    opacity: 0.8 !important;
  }
  .opacity-xxl-80-hover:hover {
    opacity: 0.8 !important;
  }
  .opacity-xxl-85 {
    opacity: 0.85 !important;
  }
  .opacity-xxl-85-hover:hover {
    opacity: 0.85 !important;
  }
  .opacity-xxl-90 {
    opacity: 0.9 !important;
  }
  .opacity-xxl-90-hover:hover {
    opacity: 0.9 !important;
  }
  .opacity-xxl-95 {
    opacity: 0.95 !important;
  }
  .opacity-xxl-95-hover:hover {
    opacity: 0.95 !important;
  }
  .opacity-xxl-100 {
    opacity: 1 !important;
  }
  .opacity-xxl-100-hover:hover {
    opacity: 1 !important;
  }
  .opacity-xxl-105 {
    opacity: 1.05 !important;
  }
  .opacity-xxl-105-hover:hover {
    opacity: 1.05 !important;
  }
  .opacity-xxl-110 {
    opacity: 1.1 !important;
  }
  .opacity-xxl-110-hover:hover {
    opacity: 1.1 !important;
  }
  .opacity-xxl-115 {
    opacity: 1.15 !important;
  }
  .opacity-xxl-115-hover:hover {
    opacity: 1.15 !important;
  }
  .opacity-xxl-120 {
    opacity: 1.2 !important;
  }
  .opacity-xxl-120-hover:hover {
    opacity: 1.2 !important;
  }
  .opacity-xxl-125 {
    opacity: 1.25 !important;
  }
  .opacity-xxl-125-hover:hover {
    opacity: 1.25 !important;
  }
  .opacity-xxl-130 {
    opacity: 1.3 !important;
  }
  .opacity-xxl-130-hover:hover {
    opacity: 1.3 !important;
  }
  .opacity-xxl-135 {
    opacity: 1.35 !important;
  }
  .opacity-xxl-135-hover:hover {
    opacity: 1.35 !important;
  }
  .opacity-xxl-140 {
    opacity: 1.4 !important;
  }
  .opacity-xxl-140-hover:hover {
    opacity: 1.4 !important;
  }
  .opacity-xxl-145 {
    opacity: 1.45 !important;
  }
  .opacity-xxl-145-hover:hover {
    opacity: 1.45 !important;
  }
  .opacity-xxl-150 {
    opacity: 1.5 !important;
  }
  .opacity-xxl-150-hover:hover {
    opacity: 1.5 !important;
  }
  .opacity-xxl-155 {
    opacity: 1.55 !important;
  }
  .opacity-xxl-155-hover:hover {
    opacity: 1.55 !important;
  }
  .opacity-xxl-160 {
    opacity: 1.6 !important;
  }
  .opacity-xxl-160-hover:hover {
    opacity: 1.6 !important;
  }
  .opacity-xxl-165 {
    opacity: 1.65 !important;
  }
  .opacity-xxl-165-hover:hover {
    opacity: 1.65 !important;
  }
  .opacity-xxl-170 {
    opacity: 1.7 !important;
  }
  .opacity-xxl-170-hover:hover {
    opacity: 1.7 !important;
  }
  .opacity-xxl-175 {
    opacity: 1.75 !important;
  }
  .opacity-xxl-175-hover:hover {
    opacity: 1.75 !important;
  }
  .opacity-xxl-180 {
    opacity: 1.8 !important;
  }
  .opacity-xxl-180-hover:hover {
    opacity: 1.8 !important;
  }
  .opacity-xxl-185 {
    opacity: 1.85 !important;
  }
  .opacity-xxl-185-hover:hover {
    opacity: 1.85 !important;
  }
  .opacity-xxl-190 {
    opacity: 1.9 !important;
  }
  .opacity-xxl-190-hover:hover {
    opacity: 1.9 !important;
  }
  .opacity-xxl-195 {
    opacity: 1.95 !important;
  }
  .opacity-xxl-195-hover:hover {
    opacity: 1.95 !important;
  }
  .opacity-xxl-200 {
    opacity: 2 !important;
  }
  .opacity-xxl-200-hover:hover {
    opacity: 2 !important;
  }
  .opacity-xxl-205 {
    opacity: 2.05 !important;
  }
  .opacity-xxl-205-hover:hover {
    opacity: 2.05 !important;
  }
  .opacity-xxl-210 {
    opacity: 2.1 !important;
  }
  .opacity-xxl-210-hover:hover {
    opacity: 2.1 !important;
  }
  .opacity-xxl-215 {
    opacity: 2.15 !important;
  }
  .opacity-xxl-215-hover:hover {
    opacity: 2.15 !important;
  }
  .opacity-xxl-220 {
    opacity: 2.2 !important;
  }
  .opacity-xxl-220-hover:hover {
    opacity: 2.2 !important;
  }
  .opacity-xxl-225 {
    opacity: 2.25 !important;
  }
  .opacity-xxl-225-hover:hover {
    opacity: 2.25 !important;
  }
  .opacity-xxl-230 {
    opacity: 2.3 !important;
  }
  .opacity-xxl-230-hover:hover {
    opacity: 2.3 !important;
  }
  .opacity-xxl-235 {
    opacity: 2.35 !important;
  }
  .opacity-xxl-235-hover:hover {
    opacity: 2.35 !important;
  }
  .opacity-xxl-240 {
    opacity: 2.4 !important;
  }
  .opacity-xxl-240-hover:hover {
    opacity: 2.4 !important;
  }
  .opacity-xxl-245 {
    opacity: 2.45 !important;
  }
  .opacity-xxl-245-hover:hover {
    opacity: 2.45 !important;
  }
  .opacity-xxl-250 {
    opacity: 2.5 !important;
  }
  .opacity-xxl-250-hover:hover {
    opacity: 2.5 !important;
  }
  .opacity-xxl-255 {
    opacity: 2.55 !important;
  }
  .opacity-xxl-255-hover:hover {
    opacity: 2.55 !important;
  }
  .opacity-xxl-260 {
    opacity: 2.6 !important;
  }
  .opacity-xxl-260-hover:hover {
    opacity: 2.6 !important;
  }
  .opacity-xxl-265 {
    opacity: 2.65 !important;
  }
  .opacity-xxl-265-hover:hover {
    opacity: 2.65 !important;
  }
  .opacity-xxl-270 {
    opacity: 2.7 !important;
  }
  .opacity-xxl-270-hover:hover {
    opacity: 2.7 !important;
  }
  .opacity-xxl-275 {
    opacity: 2.75 !important;
  }
  .opacity-xxl-275-hover:hover {
    opacity: 2.75 !important;
  }
  .opacity-xxl-280 {
    opacity: 2.8 !important;
  }
  .opacity-xxl-280-hover:hover {
    opacity: 2.8 !important;
  }
  .opacity-xxl-285 {
    opacity: 2.85 !important;
  }
  .opacity-xxl-285-hover:hover {
    opacity: 2.85 !important;
  }
  .opacity-xxl-290 {
    opacity: 2.9 !important;
  }
  .opacity-xxl-290-hover:hover {
    opacity: 2.9 !important;
  }
  .opacity-xxl-295 {
    opacity: 2.95 !important;
  }
  .opacity-xxl-295-hover:hover {
    opacity: 2.95 !important;
  }
  .opacity-xxl-300 {
    opacity: 3 !important;
  }
  .opacity-xxl-300-hover:hover {
    opacity: 3 !important;
  }
  .opacity-xxl-305 {
    opacity: 3.05 !important;
  }
  .opacity-xxl-305-hover:hover {
    opacity: 3.05 !important;
  }
  .opacity-xxl-310 {
    opacity: 3.1 !important;
  }
  .opacity-xxl-310-hover:hover {
    opacity: 3.1 !important;
  }
  .opacity-xxl-315 {
    opacity: 3.15 !important;
  }
  .opacity-xxl-315-hover:hover {
    opacity: 3.15 !important;
  }
  .opacity-xxl-320 {
    opacity: 3.2 !important;
  }
  .opacity-xxl-320-hover:hover {
    opacity: 3.2 !important;
  }
  .opacity-xxl-325 {
    opacity: 3.25 !important;
  }
  .opacity-xxl-325-hover:hover {
    opacity: 3.25 !important;
  }
  .opacity-xxl-330 {
    opacity: 3.3 !important;
  }
  .opacity-xxl-330-hover:hover {
    opacity: 3.3 !important;
  }
  .opacity-xxl-335 {
    opacity: 3.35 !important;
  }
  .opacity-xxl-335-hover:hover {
    opacity: 3.35 !important;
  }
  .opacity-xxl-340 {
    opacity: 3.4 !important;
  }
  .opacity-xxl-340-hover:hover {
    opacity: 3.4 !important;
  }
  .opacity-xxl-345 {
    opacity: 3.45 !important;
  }
  .opacity-xxl-345-hover:hover {
    opacity: 3.45 !important;
  }
  .opacity-xxl-350 {
    opacity: 3.5 !important;
  }
  .opacity-xxl-350-hover:hover {
    opacity: 3.5 !important;
  }
  .opacity-xxl-355 {
    opacity: 3.55 !important;
  }
  .opacity-xxl-355-hover:hover {
    opacity: 3.55 !important;
  }
  .opacity-xxl-360 {
    opacity: 3.6 !important;
  }
  .opacity-xxl-360-hover:hover {
    opacity: 3.6 !important;
  }
  .opacity-xxl-365 {
    opacity: 3.65 !important;
  }
  .opacity-xxl-365-hover:hover {
    opacity: 3.65 !important;
  }
  .opacity-xxl-370 {
    opacity: 3.7 !important;
  }
  .opacity-xxl-370-hover:hover {
    opacity: 3.7 !important;
  }
  .opacity-xxl-375 {
    opacity: 3.75 !important;
  }
  .opacity-xxl-375-hover:hover {
    opacity: 3.75 !important;
  }
  .opacity-xxl-380 {
    opacity: 3.8 !important;
  }
  .opacity-xxl-380-hover:hover {
    opacity: 3.8 !important;
  }
  .opacity-xxl-385 {
    opacity: 3.85 !important;
  }
  .opacity-xxl-385-hover:hover {
    opacity: 3.85 !important;
  }
  .opacity-xxl-390 {
    opacity: 3.9 !important;
  }
  .opacity-xxl-390-hover:hover {
    opacity: 3.9 !important;
  }
  .opacity-xxl-395 {
    opacity: 3.95 !important;
  }
  .opacity-xxl-395-hover:hover {
    opacity: 3.95 !important;
  }
  .opacity-xxl-400 {
    opacity: 4 !important;
  }
  .opacity-xxl-400-hover:hover {
    opacity: 4 !important;
  }
  .opacity-xxl-405 {
    opacity: 4.05 !important;
  }
  .opacity-xxl-405-hover:hover {
    opacity: 4.05 !important;
  }
  .opacity-xxl-410 {
    opacity: 4.1 !important;
  }
  .opacity-xxl-410-hover:hover {
    opacity: 4.1 !important;
  }
  .opacity-xxl-415 {
    opacity: 4.15 !important;
  }
  .opacity-xxl-415-hover:hover {
    opacity: 4.15 !important;
  }
  .opacity-xxl-420 {
    opacity: 4.2 !important;
  }
  .opacity-xxl-420-hover:hover {
    opacity: 4.2 !important;
  }
  .opacity-xxl-425 {
    opacity: 4.25 !important;
  }
  .opacity-xxl-425-hover:hover {
    opacity: 4.25 !important;
  }
  .opacity-xxl-430 {
    opacity: 4.3 !important;
  }
  .opacity-xxl-430-hover:hover {
    opacity: 4.3 !important;
  }
  .opacity-xxl-435 {
    opacity: 4.35 !important;
  }
  .opacity-xxl-435-hover:hover {
    opacity: 4.35 !important;
  }
  .opacity-xxl-440 {
    opacity: 4.4 !important;
  }
  .opacity-xxl-440-hover:hover {
    opacity: 4.4 !important;
  }
  .opacity-xxl-445 {
    opacity: 4.45 !important;
  }
  .opacity-xxl-445-hover:hover {
    opacity: 4.45 !important;
  }
  .opacity-xxl-450 {
    opacity: 4.5 !important;
  }
  .opacity-xxl-450-hover:hover {
    opacity: 4.5 !important;
  }
  .opacity-xxl-455 {
    opacity: 4.55 !important;
  }
  .opacity-xxl-455-hover:hover {
    opacity: 4.55 !important;
  }
  .opacity-xxl-460 {
    opacity: 4.6 !important;
  }
  .opacity-xxl-460-hover:hover {
    opacity: 4.6 !important;
  }
  .opacity-xxl-465 {
    opacity: 4.65 !important;
  }
  .opacity-xxl-465-hover:hover {
    opacity: 4.65 !important;
  }
  .opacity-xxl-470 {
    opacity: 4.7 !important;
  }
  .opacity-xxl-470-hover:hover {
    opacity: 4.7 !important;
  }
  .opacity-xxl-475 {
    opacity: 4.75 !important;
  }
  .opacity-xxl-475-hover:hover {
    opacity: 4.75 !important;
  }
  .opacity-xxl-480 {
    opacity: 4.8 !important;
  }
  .opacity-xxl-480-hover:hover {
    opacity: 4.8 !important;
  }
  .opacity-xxl-485 {
    opacity: 4.85 !important;
  }
  .opacity-xxl-485-hover:hover {
    opacity: 4.85 !important;
  }
  .opacity-xxl-490 {
    opacity: 4.9 !important;
  }
  .opacity-xxl-490-hover:hover {
    opacity: 4.9 !important;
  }
  .opacity-xxl-495 {
    opacity: 4.95 !important;
  }
  .opacity-xxl-495-hover:hover {
    opacity: 4.95 !important;
  }
  .opacity-xxl-500 {
    opacity: 5 !important;
  }
  .opacity-xxl-500-hover:hover {
    opacity: 5 !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-inline-grid {
    display: inline-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;
  }
  .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: -webkit-sticky !important;
    position: sticky !important;
  }
  .top-xxl-0 {
    top: 0% !important;
  }
  .top-xxl-1 {
    top: 1% !important;
  }
  .top-xxl-2 {
    top: 2% !important;
  }
  .top-xxl-3 {
    top: 3% !important;
  }
  .top-xxl-4 {
    top: 4% !important;
  }
  .top-xxl-5 {
    top: 5% !important;
  }
  .top-xxl-6 {
    top: 6% !important;
  }
  .top-xxl-7 {
    top: 7% !important;
  }
  .top-xxl-8 {
    top: 8% !important;
  }
  .top-xxl-9 {
    top: 9% !important;
  }
  .top-xxl-10 {
    top: 10% !important;
  }
  .top-xxl-11 {
    top: 11% !important;
  }
  .top-xxl-12 {
    top: 12% !important;
  }
  .top-xxl-13 {
    top: 13% !important;
  }
  .top-xxl-14 {
    top: 14% !important;
  }
  .top-xxl-15 {
    top: 15% !important;
  }
  .top-xxl-16 {
    top: 16% !important;
  }
  .top-xxl-17 {
    top: 17% !important;
  }
  .top-xxl-18 {
    top: 18% !important;
  }
  .top-xxl-19 {
    top: 19% !important;
  }
  .top-xxl-20 {
    top: 20% !important;
  }
  .top-xxl-21 {
    top: 21% !important;
  }
  .top-xxl-22 {
    top: 22% !important;
  }
  .top-xxl-23 {
    top: 23% !important;
  }
  .top-xxl-24 {
    top: 24% !important;
  }
  .top-xxl-25 {
    top: 25% !important;
  }
  .top-xxl-26 {
    top: 26% !important;
  }
  .top-xxl-27 {
    top: 27% !important;
  }
  .top-xxl-28 {
    top: 28% !important;
  }
  .top-xxl-29 {
    top: 29% !important;
  }
  .top-xxl-30 {
    top: 30% !important;
  }
  .top-xxl-31 {
    top: 31% !important;
  }
  .top-xxl-32 {
    top: 32% !important;
  }
  .top-xxl-33 {
    top: 33% !important;
  }
  .top-xxl-34 {
    top: 34% !important;
  }
  .top-xxl-35 {
    top: 35% !important;
  }
  .top-xxl-36 {
    top: 36% !important;
  }
  .top-xxl-37 {
    top: 37% !important;
  }
  .top-xxl-38 {
    top: 38% !important;
  }
  .top-xxl-39 {
    top: 39% !important;
  }
  .top-xxl-40 {
    top: 40% !important;
  }
  .top-xxl-41 {
    top: 41% !important;
  }
  .top-xxl-42 {
    top: 42% !important;
  }
  .top-xxl-43 {
    top: 43% !important;
  }
  .top-xxl-44 {
    top: 44% !important;
  }
  .top-xxl-45 {
    top: 45% !important;
  }
  .top-xxl-46 {
    top: 46% !important;
  }
  .top-xxl-47 {
    top: 47% !important;
  }
  .top-xxl-48 {
    top: 48% !important;
  }
  .top-xxl-49 {
    top: 49% !important;
  }
  .top-xxl-50 {
    top: 50% !important;
  }
  .top-xxl-51 {
    top: 51% !important;
  }
  .top-xxl-52 {
    top: 52% !important;
  }
  .top-xxl-53 {
    top: 53% !important;
  }
  .top-xxl-54 {
    top: 54% !important;
  }
  .top-xxl-55 {
    top: 55% !important;
  }
  .top-xxl-56 {
    top: 56% !important;
  }
  .top-xxl-57 {
    top: 57% !important;
  }
  .top-xxl-58 {
    top: 58% !important;
  }
  .top-xxl-59 {
    top: 59% !important;
  }
  .top-xxl-60 {
    top: 60% !important;
  }
  .top-xxl-61 {
    top: 61% !important;
  }
  .top-xxl-62 {
    top: 62% !important;
  }
  .top-xxl-63 {
    top: 63% !important;
  }
  .top-xxl-64 {
    top: 64% !important;
  }
  .top-xxl-65 {
    top: 65% !important;
  }
  .top-xxl-66 {
    top: 66% !important;
  }
  .top-xxl-67 {
    top: 67% !important;
  }
  .top-xxl-68 {
    top: 68% !important;
  }
  .top-xxl-69 {
    top: 69% !important;
  }
  .top-xxl-70 {
    top: 70% !important;
  }
  .top-xxl-71 {
    top: 71% !important;
  }
  .top-xxl-72 {
    top: 72% !important;
  }
  .top-xxl-73 {
    top: 73% !important;
  }
  .top-xxl-74 {
    top: 74% !important;
  }
  .top-xxl-75 {
    top: 75% !important;
  }
  .top-xxl-76 {
    top: 76% !important;
  }
  .top-xxl-77 {
    top: 77% !important;
  }
  .top-xxl-78 {
    top: 78% !important;
  }
  .top-xxl-79 {
    top: 79% !important;
  }
  .top-xxl-80 {
    top: 80% !important;
  }
  .top-xxl-81 {
    top: 81% !important;
  }
  .top-xxl-82 {
    top: 82% !important;
  }
  .top-xxl-83 {
    top: 83% !important;
  }
  .top-xxl-84 {
    top: 84% !important;
  }
  .top-xxl-85 {
    top: 85% !important;
  }
  .top-xxl-86 {
    top: 86% !important;
  }
  .top-xxl-87 {
    top: 87% !important;
  }
  .top-xxl-88 {
    top: 88% !important;
  }
  .top-xxl-89 {
    top: 89% !important;
  }
  .top-xxl-90 {
    top: 90% !important;
  }
  .top-xxl-91 {
    top: 91% !important;
  }
  .top-xxl-92 {
    top: 92% !important;
  }
  .top-xxl-93 {
    top: 93% !important;
  }
  .top-xxl-94 {
    top: 94% !important;
  }
  .top-xxl-95 {
    top: 95% !important;
  }
  .top-xxl-96 {
    top: 96% !important;
  }
  .top-xxl-97 {
    top: 97% !important;
  }
  .top-xxl-98 {
    top: 98% !important;
  }
  .top-xxl-99 {
    top: 99% !important;
  }
  .top-xxl-100 {
    top: 100% !important;
  }
  .top-xxl-n1 {
    top: -1% !important;
  }
  .top-xxl-n2 {
    top: -2% !important;
  }
  .top-xxl-n3 {
    top: -3% !important;
  }
  .top-xxl-n4 {
    top: -4% !important;
  }
  .top-xxl-n5 {
    top: -5% !important;
  }
  .top-xxl-n6 {
    top: -6% !important;
  }
  .top-xxl-n7 {
    top: -7% !important;
  }
  .top-xxl-n8 {
    top: -8% !important;
  }
  .top-xxl-n9 {
    top: -9% !important;
  }
  .top-xxl-n10 {
    top: -10% !important;
  }
  .top-xxl-n11 {
    top: -11% !important;
  }
  .top-xxl-n12 {
    top: -12% !important;
  }
  .top-xxl-n13 {
    top: -13% !important;
  }
  .top-xxl-n14 {
    top: -14% !important;
  }
  .top-xxl-n15 {
    top: -15% !important;
  }
  .top-xxl-n16 {
    top: -16% !important;
  }
  .top-xxl-n17 {
    top: -17% !important;
  }
  .top-xxl-n18 {
    top: -18% !important;
  }
  .top-xxl-n19 {
    top: -19% !important;
  }
  .top-xxl-n20 {
    top: -20% !important;
  }
  .top-xxl-n21 {
    top: -21% !important;
  }
  .top-xxl-n22 {
    top: -22% !important;
  }
  .top-xxl-n23 {
    top: -23% !important;
  }
  .top-xxl-n24 {
    top: -24% !important;
  }
  .top-xxl-n25 {
    top: -25% !important;
  }
  .top-xxl-n26 {
    top: -26% !important;
  }
  .top-xxl-n27 {
    top: -27% !important;
  }
  .top-xxl-n28 {
    top: -28% !important;
  }
  .top-xxl-n29 {
    top: -29% !important;
  }
  .top-xxl-n30 {
    top: -30% !important;
  }
  .top-xxl-n31 {
    top: -31% !important;
  }
  .top-xxl-n32 {
    top: -32% !important;
  }
  .top-xxl-n33 {
    top: -33% !important;
  }
  .top-xxl-n34 {
    top: -34% !important;
  }
  .top-xxl-n35 {
    top: -35% !important;
  }
  .top-xxl-n36 {
    top: -36% !important;
  }
  .top-xxl-n37 {
    top: -37% !important;
  }
  .top-xxl-n38 {
    top: -38% !important;
  }
  .top-xxl-n39 {
    top: -39% !important;
  }
  .top-xxl-n40 {
    top: -40% !important;
  }
  .top-xxl-n41 {
    top: -41% !important;
  }
  .top-xxl-n42 {
    top: -42% !important;
  }
  .top-xxl-n43 {
    top: -43% !important;
  }
  .top-xxl-n44 {
    top: -44% !important;
  }
  .top-xxl-n45 {
    top: -45% !important;
  }
  .top-xxl-n46 {
    top: -46% !important;
  }
  .top-xxl-n47 {
    top: -47% !important;
  }
  .top-xxl-n48 {
    top: -48% !important;
  }
  .top-xxl-n49 {
    top: -49% !important;
  }
  .top-xxl-n50 {
    top: -50% !important;
  }
  .top-xxl-n51 {
    top: -51% !important;
  }
  .top-xxl-n52 {
    top: -52% !important;
  }
  .top-xxl-n53 {
    top: -53% !important;
  }
  .top-xxl-n54 {
    top: -54% !important;
  }
  .top-xxl-n55 {
    top: -55% !important;
  }
  .top-xxl-n56 {
    top: -56% !important;
  }
  .top-xxl-n57 {
    top: -57% !important;
  }
  .top-xxl-n58 {
    top: -58% !important;
  }
  .top-xxl-n59 {
    top: -59% !important;
  }
  .top-xxl-n60 {
    top: -60% !important;
  }
  .top-xxl-n61 {
    top: -61% !important;
  }
  .top-xxl-n62 {
    top: -62% !important;
  }
  .top-xxl-n63 {
    top: -63% !important;
  }
  .top-xxl-n64 {
    top: -64% !important;
  }
  .top-xxl-n65 {
    top: -65% !important;
  }
  .top-xxl-n66 {
    top: -66% !important;
  }
  .top-xxl-n67 {
    top: -67% !important;
  }
  .top-xxl-n68 {
    top: -68% !important;
  }
  .top-xxl-n69 {
    top: -69% !important;
  }
  .top-xxl-n70 {
    top: -70% !important;
  }
  .top-xxl-n71 {
    top: -71% !important;
  }
  .top-xxl-n72 {
    top: -72% !important;
  }
  .top-xxl-n73 {
    top: -73% !important;
  }
  .top-xxl-n74 {
    top: -74% !important;
  }
  .top-xxl-n75 {
    top: -75% !important;
  }
  .top-xxl-n76 {
    top: -76% !important;
  }
  .top-xxl-n77 {
    top: -77% !important;
  }
  .top-xxl-n78 {
    top: -78% !important;
  }
  .top-xxl-n79 {
    top: -79% !important;
  }
  .top-xxl-n80 {
    top: -80% !important;
  }
  .top-xxl-n81 {
    top: -81% !important;
  }
  .top-xxl-n82 {
    top: -82% !important;
  }
  .top-xxl-n83 {
    top: -83% !important;
  }
  .top-xxl-n84 {
    top: -84% !important;
  }
  .top-xxl-n85 {
    top: -85% !important;
  }
  .top-xxl-n86 {
    top: -86% !important;
  }
  .top-xxl-n87 {
    top: -87% !important;
  }
  .top-xxl-n88 {
    top: -88% !important;
  }
  .top-xxl-n89 {
    top: -89% !important;
  }
  .top-xxl-n90 {
    top: -90% !important;
  }
  .top-xxl-n91 {
    top: -91% !important;
  }
  .top-xxl-n92 {
    top: -92% !important;
  }
  .top-xxl-n93 {
    top: -93% !important;
  }
  .top-xxl-n94 {
    top: -94% !important;
  }
  .top-xxl-n95 {
    top: -95% !important;
  }
  .top-xxl-n96 {
    top: -96% !important;
  }
  .top-xxl-n97 {
    top: -97% !important;
  }
  .top-xxl-n98 {
    top: -98% !important;
  }
  .top-xxl-n99 {
    top: -99% !important;
  }
  .top-xxl-n100 {
    top: -100% !important;
  }
  .top-xxl-auto {
    top: auto !important;
  }
  .bottom-xxl-0 {
    bottom: 0% !important;
  }
  .bottom-xxl-1 {
    bottom: 1% !important;
  }
  .bottom-xxl-2 {
    bottom: 2% !important;
  }
  .bottom-xxl-3 {
    bottom: 3% !important;
  }
  .bottom-xxl-4 {
    bottom: 4% !important;
  }
  .bottom-xxl-5 {
    bottom: 5% !important;
  }
  .bottom-xxl-6 {
    bottom: 6% !important;
  }
  .bottom-xxl-7 {
    bottom: 7% !important;
  }
  .bottom-xxl-8 {
    bottom: 8% !important;
  }
  .bottom-xxl-9 {
    bottom: 9% !important;
  }
  .bottom-xxl-10 {
    bottom: 10% !important;
  }
  .bottom-xxl-11 {
    bottom: 11% !important;
  }
  .bottom-xxl-12 {
    bottom: 12% !important;
  }
  .bottom-xxl-13 {
    bottom: 13% !important;
  }
  .bottom-xxl-14 {
    bottom: 14% !important;
  }
  .bottom-xxl-15 {
    bottom: 15% !important;
  }
  .bottom-xxl-16 {
    bottom: 16% !important;
  }
  .bottom-xxl-17 {
    bottom: 17% !important;
  }
  .bottom-xxl-18 {
    bottom: 18% !important;
  }
  .bottom-xxl-19 {
    bottom: 19% !important;
  }
  .bottom-xxl-20 {
    bottom: 20% !important;
  }
  .bottom-xxl-21 {
    bottom: 21% !important;
  }
  .bottom-xxl-22 {
    bottom: 22% !important;
  }
  .bottom-xxl-23 {
    bottom: 23% !important;
  }
  .bottom-xxl-24 {
    bottom: 24% !important;
  }
  .bottom-xxl-25 {
    bottom: 25% !important;
  }
  .bottom-xxl-26 {
    bottom: 26% !important;
  }
  .bottom-xxl-27 {
    bottom: 27% !important;
  }
  .bottom-xxl-28 {
    bottom: 28% !important;
  }
  .bottom-xxl-29 {
    bottom: 29% !important;
  }
  .bottom-xxl-30 {
    bottom: 30% !important;
  }
  .bottom-xxl-31 {
    bottom: 31% !important;
  }
  .bottom-xxl-32 {
    bottom: 32% !important;
  }
  .bottom-xxl-33 {
    bottom: 33% !important;
  }
  .bottom-xxl-34 {
    bottom: 34% !important;
  }
  .bottom-xxl-35 {
    bottom: 35% !important;
  }
  .bottom-xxl-36 {
    bottom: 36% !important;
  }
  .bottom-xxl-37 {
    bottom: 37% !important;
  }
  .bottom-xxl-38 {
    bottom: 38% !important;
  }
  .bottom-xxl-39 {
    bottom: 39% !important;
  }
  .bottom-xxl-40 {
    bottom: 40% !important;
  }
  .bottom-xxl-41 {
    bottom: 41% !important;
  }
  .bottom-xxl-42 {
    bottom: 42% !important;
  }
  .bottom-xxl-43 {
    bottom: 43% !important;
  }
  .bottom-xxl-44 {
    bottom: 44% !important;
  }
  .bottom-xxl-45 {
    bottom: 45% !important;
  }
  .bottom-xxl-46 {
    bottom: 46% !important;
  }
  .bottom-xxl-47 {
    bottom: 47% !important;
  }
  .bottom-xxl-48 {
    bottom: 48% !important;
  }
  .bottom-xxl-49 {
    bottom: 49% !important;
  }
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
  .bottom-xxl-51 {
    bottom: 51% !important;
  }
  .bottom-xxl-52 {
    bottom: 52% !important;
  }
  .bottom-xxl-53 {
    bottom: 53% !important;
  }
  .bottom-xxl-54 {
    bottom: 54% !important;
  }
  .bottom-xxl-55 {
    bottom: 55% !important;
  }
  .bottom-xxl-56 {
    bottom: 56% !important;
  }
  .bottom-xxl-57 {
    bottom: 57% !important;
  }
  .bottom-xxl-58 {
    bottom: 58% !important;
  }
  .bottom-xxl-59 {
    bottom: 59% !important;
  }
  .bottom-xxl-60 {
    bottom: 60% !important;
  }
  .bottom-xxl-61 {
    bottom: 61% !important;
  }
  .bottom-xxl-62 {
    bottom: 62% !important;
  }
  .bottom-xxl-63 {
    bottom: 63% !important;
  }
  .bottom-xxl-64 {
    bottom: 64% !important;
  }
  .bottom-xxl-65 {
    bottom: 65% !important;
  }
  .bottom-xxl-66 {
    bottom: 66% !important;
  }
  .bottom-xxl-67 {
    bottom: 67% !important;
  }
  .bottom-xxl-68 {
    bottom: 68% !important;
  }
  .bottom-xxl-69 {
    bottom: 69% !important;
  }
  .bottom-xxl-70 {
    bottom: 70% !important;
  }
  .bottom-xxl-71 {
    bottom: 71% !important;
  }
  .bottom-xxl-72 {
    bottom: 72% !important;
  }
  .bottom-xxl-73 {
    bottom: 73% !important;
  }
  .bottom-xxl-74 {
    bottom: 74% !important;
  }
  .bottom-xxl-75 {
    bottom: 75% !important;
  }
  .bottom-xxl-76 {
    bottom: 76% !important;
  }
  .bottom-xxl-77 {
    bottom: 77% !important;
  }
  .bottom-xxl-78 {
    bottom: 78% !important;
  }
  .bottom-xxl-79 {
    bottom: 79% !important;
  }
  .bottom-xxl-80 {
    bottom: 80% !important;
  }
  .bottom-xxl-81 {
    bottom: 81% !important;
  }
  .bottom-xxl-82 {
    bottom: 82% !important;
  }
  .bottom-xxl-83 {
    bottom: 83% !important;
  }
  .bottom-xxl-84 {
    bottom: 84% !important;
  }
  .bottom-xxl-85 {
    bottom: 85% !important;
  }
  .bottom-xxl-86 {
    bottom: 86% !important;
  }
  .bottom-xxl-87 {
    bottom: 87% !important;
  }
  .bottom-xxl-88 {
    bottom: 88% !important;
  }
  .bottom-xxl-89 {
    bottom: 89% !important;
  }
  .bottom-xxl-90 {
    bottom: 90% !important;
  }
  .bottom-xxl-91 {
    bottom: 91% !important;
  }
  .bottom-xxl-92 {
    bottom: 92% !important;
  }
  .bottom-xxl-93 {
    bottom: 93% !important;
  }
  .bottom-xxl-94 {
    bottom: 94% !important;
  }
  .bottom-xxl-95 {
    bottom: 95% !important;
  }
  .bottom-xxl-96 {
    bottom: 96% !important;
  }
  .bottom-xxl-97 {
    bottom: 97% !important;
  }
  .bottom-xxl-98 {
    bottom: 98% !important;
  }
  .bottom-xxl-99 {
    bottom: 99% !important;
  }
  .bottom-xxl-100 {
    bottom: 100% !important;
  }
  .bottom-xxl-n1 {
    bottom: -1% !important;
  }
  .bottom-xxl-n2 {
    bottom: -2% !important;
  }
  .bottom-xxl-n3 {
    bottom: -3% !important;
  }
  .bottom-xxl-n4 {
    bottom: -4% !important;
  }
  .bottom-xxl-n5 {
    bottom: -5% !important;
  }
  .bottom-xxl-n6 {
    bottom: -6% !important;
  }
  .bottom-xxl-n7 {
    bottom: -7% !important;
  }
  .bottom-xxl-n8 {
    bottom: -8% !important;
  }
  .bottom-xxl-n9 {
    bottom: -9% !important;
  }
  .bottom-xxl-n10 {
    bottom: -10% !important;
  }
  .bottom-xxl-n11 {
    bottom: -11% !important;
  }
  .bottom-xxl-n12 {
    bottom: -12% !important;
  }
  .bottom-xxl-n13 {
    bottom: -13% !important;
  }
  .bottom-xxl-n14 {
    bottom: -14% !important;
  }
  .bottom-xxl-n15 {
    bottom: -15% !important;
  }
  .bottom-xxl-n16 {
    bottom: -16% !important;
  }
  .bottom-xxl-n17 {
    bottom: -17% !important;
  }
  .bottom-xxl-n18 {
    bottom: -18% !important;
  }
  .bottom-xxl-n19 {
    bottom: -19% !important;
  }
  .bottom-xxl-n20 {
    bottom: -20% !important;
  }
  .bottom-xxl-n21 {
    bottom: -21% !important;
  }
  .bottom-xxl-n22 {
    bottom: -22% !important;
  }
  .bottom-xxl-n23 {
    bottom: -23% !important;
  }
  .bottom-xxl-n24 {
    bottom: -24% !important;
  }
  .bottom-xxl-n25 {
    bottom: -25% !important;
  }
  .bottom-xxl-n26 {
    bottom: -26% !important;
  }
  .bottom-xxl-n27 {
    bottom: -27% !important;
  }
  .bottom-xxl-n28 {
    bottom: -28% !important;
  }
  .bottom-xxl-n29 {
    bottom: -29% !important;
  }
  .bottom-xxl-n30 {
    bottom: -30% !important;
  }
  .bottom-xxl-n31 {
    bottom: -31% !important;
  }
  .bottom-xxl-n32 {
    bottom: -32% !important;
  }
  .bottom-xxl-n33 {
    bottom: -33% !important;
  }
  .bottom-xxl-n34 {
    bottom: -34% !important;
  }
  .bottom-xxl-n35 {
    bottom: -35% !important;
  }
  .bottom-xxl-n36 {
    bottom: -36% !important;
  }
  .bottom-xxl-n37 {
    bottom: -37% !important;
  }
  .bottom-xxl-n38 {
    bottom: -38% !important;
  }
  .bottom-xxl-n39 {
    bottom: -39% !important;
  }
  .bottom-xxl-n40 {
    bottom: -40% !important;
  }
  .bottom-xxl-n41 {
    bottom: -41% !important;
  }
  .bottom-xxl-n42 {
    bottom: -42% !important;
  }
  .bottom-xxl-n43 {
    bottom: -43% !important;
  }
  .bottom-xxl-n44 {
    bottom: -44% !important;
  }
  .bottom-xxl-n45 {
    bottom: -45% !important;
  }
  .bottom-xxl-n46 {
    bottom: -46% !important;
  }
  .bottom-xxl-n47 {
    bottom: -47% !important;
  }
  .bottom-xxl-n48 {
    bottom: -48% !important;
  }
  .bottom-xxl-n49 {
    bottom: -49% !important;
  }
  .bottom-xxl-n50 {
    bottom: -50% !important;
  }
  .bottom-xxl-n51 {
    bottom: -51% !important;
  }
  .bottom-xxl-n52 {
    bottom: -52% !important;
  }
  .bottom-xxl-n53 {
    bottom: -53% !important;
  }
  .bottom-xxl-n54 {
    bottom: -54% !important;
  }
  .bottom-xxl-n55 {
    bottom: -55% !important;
  }
  .bottom-xxl-n56 {
    bottom: -56% !important;
  }
  .bottom-xxl-n57 {
    bottom: -57% !important;
  }
  .bottom-xxl-n58 {
    bottom: -58% !important;
  }
  .bottom-xxl-n59 {
    bottom: -59% !important;
  }
  .bottom-xxl-n60 {
    bottom: -60% !important;
  }
  .bottom-xxl-n61 {
    bottom: -61% !important;
  }
  .bottom-xxl-n62 {
    bottom: -62% !important;
  }
  .bottom-xxl-n63 {
    bottom: -63% !important;
  }
  .bottom-xxl-n64 {
    bottom: -64% !important;
  }
  .bottom-xxl-n65 {
    bottom: -65% !important;
  }
  .bottom-xxl-n66 {
    bottom: -66% !important;
  }
  .bottom-xxl-n67 {
    bottom: -67% !important;
  }
  .bottom-xxl-n68 {
    bottom: -68% !important;
  }
  .bottom-xxl-n69 {
    bottom: -69% !important;
  }
  .bottom-xxl-n70 {
    bottom: -70% !important;
  }
  .bottom-xxl-n71 {
    bottom: -71% !important;
  }
  .bottom-xxl-n72 {
    bottom: -72% !important;
  }
  .bottom-xxl-n73 {
    bottom: -73% !important;
  }
  .bottom-xxl-n74 {
    bottom: -74% !important;
  }
  .bottom-xxl-n75 {
    bottom: -75% !important;
  }
  .bottom-xxl-n76 {
    bottom: -76% !important;
  }
  .bottom-xxl-n77 {
    bottom: -77% !important;
  }
  .bottom-xxl-n78 {
    bottom: -78% !important;
  }
  .bottom-xxl-n79 {
    bottom: -79% !important;
  }
  .bottom-xxl-n80 {
    bottom: -80% !important;
  }
  .bottom-xxl-n81 {
    bottom: -81% !important;
  }
  .bottom-xxl-n82 {
    bottom: -82% !important;
  }
  .bottom-xxl-n83 {
    bottom: -83% !important;
  }
  .bottom-xxl-n84 {
    bottom: -84% !important;
  }
  .bottom-xxl-n85 {
    bottom: -85% !important;
  }
  .bottom-xxl-n86 {
    bottom: -86% !important;
  }
  .bottom-xxl-n87 {
    bottom: -87% !important;
  }
  .bottom-xxl-n88 {
    bottom: -88% !important;
  }
  .bottom-xxl-n89 {
    bottom: -89% !important;
  }
  .bottom-xxl-n90 {
    bottom: -90% !important;
  }
  .bottom-xxl-n91 {
    bottom: -91% !important;
  }
  .bottom-xxl-n92 {
    bottom: -92% !important;
  }
  .bottom-xxl-n93 {
    bottom: -93% !important;
  }
  .bottom-xxl-n94 {
    bottom: -94% !important;
  }
  .bottom-xxl-n95 {
    bottom: -95% !important;
  }
  .bottom-xxl-n96 {
    bottom: -96% !important;
  }
  .bottom-xxl-n97 {
    bottom: -97% !important;
  }
  .bottom-xxl-n98 {
    bottom: -98% !important;
  }
  .bottom-xxl-n99 {
    bottom: -99% !important;
  }
  .bottom-xxl-n100 {
    bottom: -100% !important;
  }
  .bottom-xxl-auto {
    bottom: auto !important;
  }
  .start-xxl-0 {
    left: 0% !important;
  }
  .start-xxl-1 {
    left: 1% !important;
  }
  .start-xxl-2 {
    left: 2% !important;
  }
  .start-xxl-3 {
    left: 3% !important;
  }
  .start-xxl-4 {
    left: 4% !important;
  }
  .start-xxl-5 {
    left: 5% !important;
  }
  .start-xxl-6 {
    left: 6% !important;
  }
  .start-xxl-7 {
    left: 7% !important;
  }
  .start-xxl-8 {
    left: 8% !important;
  }
  .start-xxl-9 {
    left: 9% !important;
  }
  .start-xxl-10 {
    left: 10% !important;
  }
  .start-xxl-11 {
    left: 11% !important;
  }
  .start-xxl-12 {
    left: 12% !important;
  }
  .start-xxl-13 {
    left: 13% !important;
  }
  .start-xxl-14 {
    left: 14% !important;
  }
  .start-xxl-15 {
    left: 15% !important;
  }
  .start-xxl-16 {
    left: 16% !important;
  }
  .start-xxl-17 {
    left: 17% !important;
  }
  .start-xxl-18 {
    left: 18% !important;
  }
  .start-xxl-19 {
    left: 19% !important;
  }
  .start-xxl-20 {
    left: 20% !important;
  }
  .start-xxl-21 {
    left: 21% !important;
  }
  .start-xxl-22 {
    left: 22% !important;
  }
  .start-xxl-23 {
    left: 23% !important;
  }
  .start-xxl-24 {
    left: 24% !important;
  }
  .start-xxl-25 {
    left: 25% !important;
  }
  .start-xxl-26 {
    left: 26% !important;
  }
  .start-xxl-27 {
    left: 27% !important;
  }
  .start-xxl-28 {
    left: 28% !important;
  }
  .start-xxl-29 {
    left: 29% !important;
  }
  .start-xxl-30 {
    left: 30% !important;
  }
  .start-xxl-31 {
    left: 31% !important;
  }
  .start-xxl-32 {
    left: 32% !important;
  }
  .start-xxl-33 {
    left: 33% !important;
  }
  .start-xxl-34 {
    left: 34% !important;
  }
  .start-xxl-35 {
    left: 35% !important;
  }
  .start-xxl-36 {
    left: 36% !important;
  }
  .start-xxl-37 {
    left: 37% !important;
  }
  .start-xxl-38 {
    left: 38% !important;
  }
  .start-xxl-39 {
    left: 39% !important;
  }
  .start-xxl-40 {
    left: 40% !important;
  }
  .start-xxl-41 {
    left: 41% !important;
  }
  .start-xxl-42 {
    left: 42% !important;
  }
  .start-xxl-43 {
    left: 43% !important;
  }
  .start-xxl-44 {
    left: 44% !important;
  }
  .start-xxl-45 {
    left: 45% !important;
  }
  .start-xxl-46 {
    left: 46% !important;
  }
  .start-xxl-47 {
    left: 47% !important;
  }
  .start-xxl-48 {
    left: 48% !important;
  }
  .start-xxl-49 {
    left: 49% !important;
  }
  .start-xxl-50 {
    left: 50% !important;
  }
  .start-xxl-51 {
    left: 51% !important;
  }
  .start-xxl-52 {
    left: 52% !important;
  }
  .start-xxl-53 {
    left: 53% !important;
  }
  .start-xxl-54 {
    left: 54% !important;
  }
  .start-xxl-55 {
    left: 55% !important;
  }
  .start-xxl-56 {
    left: 56% !important;
  }
  .start-xxl-57 {
    left: 57% !important;
  }
  .start-xxl-58 {
    left: 58% !important;
  }
  .start-xxl-59 {
    left: 59% !important;
  }
  .start-xxl-60 {
    left: 60% !important;
  }
  .start-xxl-61 {
    left: 61% !important;
  }
  .start-xxl-62 {
    left: 62% !important;
  }
  .start-xxl-63 {
    left: 63% !important;
  }
  .start-xxl-64 {
    left: 64% !important;
  }
  .start-xxl-65 {
    left: 65% !important;
  }
  .start-xxl-66 {
    left: 66% !important;
  }
  .start-xxl-67 {
    left: 67% !important;
  }
  .start-xxl-68 {
    left: 68% !important;
  }
  .start-xxl-69 {
    left: 69% !important;
  }
  .start-xxl-70 {
    left: 70% !important;
  }
  .start-xxl-71 {
    left: 71% !important;
  }
  .start-xxl-72 {
    left: 72% !important;
  }
  .start-xxl-73 {
    left: 73% !important;
  }
  .start-xxl-74 {
    left: 74% !important;
  }
  .start-xxl-75 {
    left: 75% !important;
  }
  .start-xxl-76 {
    left: 76% !important;
  }
  .start-xxl-77 {
    left: 77% !important;
  }
  .start-xxl-78 {
    left: 78% !important;
  }
  .start-xxl-79 {
    left: 79% !important;
  }
  .start-xxl-80 {
    left: 80% !important;
  }
  .start-xxl-81 {
    left: 81% !important;
  }
  .start-xxl-82 {
    left: 82% !important;
  }
  .start-xxl-83 {
    left: 83% !important;
  }
  .start-xxl-84 {
    left: 84% !important;
  }
  .start-xxl-85 {
    left: 85% !important;
  }
  .start-xxl-86 {
    left: 86% !important;
  }
  .start-xxl-87 {
    left: 87% !important;
  }
  .start-xxl-88 {
    left: 88% !important;
  }
  .start-xxl-89 {
    left: 89% !important;
  }
  .start-xxl-90 {
    left: 90% !important;
  }
  .start-xxl-91 {
    left: 91% !important;
  }
  .start-xxl-92 {
    left: 92% !important;
  }
  .start-xxl-93 {
    left: 93% !important;
  }
  .start-xxl-94 {
    left: 94% !important;
  }
  .start-xxl-95 {
    left: 95% !important;
  }
  .start-xxl-96 {
    left: 96% !important;
  }
  .start-xxl-97 {
    left: 97% !important;
  }
  .start-xxl-98 {
    left: 98% !important;
  }
  .start-xxl-99 {
    left: 99% !important;
  }
  .start-xxl-100 {
    left: 100% !important;
  }
  .start-xxl-n1 {
    left: -1% !important;
  }
  .start-xxl-n2 {
    left: -2% !important;
  }
  .start-xxl-n3 {
    left: -3% !important;
  }
  .start-xxl-n4 {
    left: -4% !important;
  }
  .start-xxl-n5 {
    left: -5% !important;
  }
  .start-xxl-n6 {
    left: -6% !important;
  }
  .start-xxl-n7 {
    left: -7% !important;
  }
  .start-xxl-n8 {
    left: -8% !important;
  }
  .start-xxl-n9 {
    left: -9% !important;
  }
  .start-xxl-n10 {
    left: -10% !important;
  }
  .start-xxl-n11 {
    left: -11% !important;
  }
  .start-xxl-n12 {
    left: -12% !important;
  }
  .start-xxl-n13 {
    left: -13% !important;
  }
  .start-xxl-n14 {
    left: -14% !important;
  }
  .start-xxl-n15 {
    left: -15% !important;
  }
  .start-xxl-n16 {
    left: -16% !important;
  }
  .start-xxl-n17 {
    left: -17% !important;
  }
  .start-xxl-n18 {
    left: -18% !important;
  }
  .start-xxl-n19 {
    left: -19% !important;
  }
  .start-xxl-n20 {
    left: -20% !important;
  }
  .start-xxl-n21 {
    left: -21% !important;
  }
  .start-xxl-n22 {
    left: -22% !important;
  }
  .start-xxl-n23 {
    left: -23% !important;
  }
  .start-xxl-n24 {
    left: -24% !important;
  }
  .start-xxl-n25 {
    left: -25% !important;
  }
  .start-xxl-n26 {
    left: -26% !important;
  }
  .start-xxl-n27 {
    left: -27% !important;
  }
  .start-xxl-n28 {
    left: -28% !important;
  }
  .start-xxl-n29 {
    left: -29% !important;
  }
  .start-xxl-n30 {
    left: -30% !important;
  }
  .start-xxl-n31 {
    left: -31% !important;
  }
  .start-xxl-n32 {
    left: -32% !important;
  }
  .start-xxl-n33 {
    left: -33% !important;
  }
  .start-xxl-n34 {
    left: -34% !important;
  }
  .start-xxl-n35 {
    left: -35% !important;
  }
  .start-xxl-n36 {
    left: -36% !important;
  }
  .start-xxl-n37 {
    left: -37% !important;
  }
  .start-xxl-n38 {
    left: -38% !important;
  }
  .start-xxl-n39 {
    left: -39% !important;
  }
  .start-xxl-n40 {
    left: -40% !important;
  }
  .start-xxl-n41 {
    left: -41% !important;
  }
  .start-xxl-n42 {
    left: -42% !important;
  }
  .start-xxl-n43 {
    left: -43% !important;
  }
  .start-xxl-n44 {
    left: -44% !important;
  }
  .start-xxl-n45 {
    left: -45% !important;
  }
  .start-xxl-n46 {
    left: -46% !important;
  }
  .start-xxl-n47 {
    left: -47% !important;
  }
  .start-xxl-n48 {
    left: -48% !important;
  }
  .start-xxl-n49 {
    left: -49% !important;
  }
  .start-xxl-n50 {
    left: -50% !important;
  }
  .start-xxl-n51 {
    left: -51% !important;
  }
  .start-xxl-n52 {
    left: -52% !important;
  }
  .start-xxl-n53 {
    left: -53% !important;
  }
  .start-xxl-n54 {
    left: -54% !important;
  }
  .start-xxl-n55 {
    left: -55% !important;
  }
  .start-xxl-n56 {
    left: -56% !important;
  }
  .start-xxl-n57 {
    left: -57% !important;
  }
  .start-xxl-n58 {
    left: -58% !important;
  }
  .start-xxl-n59 {
    left: -59% !important;
  }
  .start-xxl-n60 {
    left: -60% !important;
  }
  .start-xxl-n61 {
    left: -61% !important;
  }
  .start-xxl-n62 {
    left: -62% !important;
  }
  .start-xxl-n63 {
    left: -63% !important;
  }
  .start-xxl-n64 {
    left: -64% !important;
  }
  .start-xxl-n65 {
    left: -65% !important;
  }
  .start-xxl-n66 {
    left: -66% !important;
  }
  .start-xxl-n67 {
    left: -67% !important;
  }
  .start-xxl-n68 {
    left: -68% !important;
  }
  .start-xxl-n69 {
    left: -69% !important;
  }
  .start-xxl-n70 {
    left: -70% !important;
  }
  .start-xxl-n71 {
    left: -71% !important;
  }
  .start-xxl-n72 {
    left: -72% !important;
  }
  .start-xxl-n73 {
    left: -73% !important;
  }
  .start-xxl-n74 {
    left: -74% !important;
  }
  .start-xxl-n75 {
    left: -75% !important;
  }
  .start-xxl-n76 {
    left: -76% !important;
  }
  .start-xxl-n77 {
    left: -77% !important;
  }
  .start-xxl-n78 {
    left: -78% !important;
  }
  .start-xxl-n79 {
    left: -79% !important;
  }
  .start-xxl-n80 {
    left: -80% !important;
  }
  .start-xxl-n81 {
    left: -81% !important;
  }
  .start-xxl-n82 {
    left: -82% !important;
  }
  .start-xxl-n83 {
    left: -83% !important;
  }
  .start-xxl-n84 {
    left: -84% !important;
  }
  .start-xxl-n85 {
    left: -85% !important;
  }
  .start-xxl-n86 {
    left: -86% !important;
  }
  .start-xxl-n87 {
    left: -87% !important;
  }
  .start-xxl-n88 {
    left: -88% !important;
  }
  .start-xxl-n89 {
    left: -89% !important;
  }
  .start-xxl-n90 {
    left: -90% !important;
  }
  .start-xxl-n91 {
    left: -91% !important;
  }
  .start-xxl-n92 {
    left: -92% !important;
  }
  .start-xxl-n93 {
    left: -93% !important;
  }
  .start-xxl-n94 {
    left: -94% !important;
  }
  .start-xxl-n95 {
    left: -95% !important;
  }
  .start-xxl-n96 {
    left: -96% !important;
  }
  .start-xxl-n97 {
    left: -97% !important;
  }
  .start-xxl-n98 {
    left: -98% !important;
  }
  .start-xxl-n99 {
    left: -99% !important;
  }
  .start-xxl-n100 {
    left: -100% !important;
  }
  .start-xxl-auto {
    left: auto !important;
  }
  .end-xxl-0 {
    right: 0% !important;
  }
  .end-xxl-1 {
    right: 1% !important;
  }
  .end-xxl-2 {
    right: 2% !important;
  }
  .end-xxl-3 {
    right: 3% !important;
  }
  .end-xxl-4 {
    right: 4% !important;
  }
  .end-xxl-5 {
    right: 5% !important;
  }
  .end-xxl-6 {
    right: 6% !important;
  }
  .end-xxl-7 {
    right: 7% !important;
  }
  .end-xxl-8 {
    right: 8% !important;
  }
  .end-xxl-9 {
    right: 9% !important;
  }
  .end-xxl-10 {
    right: 10% !important;
  }
  .end-xxl-11 {
    right: 11% !important;
  }
  .end-xxl-12 {
    right: 12% !important;
  }
  .end-xxl-13 {
    right: 13% !important;
  }
  .end-xxl-14 {
    right: 14% !important;
  }
  .end-xxl-15 {
    right: 15% !important;
  }
  .end-xxl-16 {
    right: 16% !important;
  }
  .end-xxl-17 {
    right: 17% !important;
  }
  .end-xxl-18 {
    right: 18% !important;
  }
  .end-xxl-19 {
    right: 19% !important;
  }
  .end-xxl-20 {
    right: 20% !important;
  }
  .end-xxl-21 {
    right: 21% !important;
  }
  .end-xxl-22 {
    right: 22% !important;
  }
  .end-xxl-23 {
    right: 23% !important;
  }
  .end-xxl-24 {
    right: 24% !important;
  }
  .end-xxl-25 {
    right: 25% !important;
  }
  .end-xxl-26 {
    right: 26% !important;
  }
  .end-xxl-27 {
    right: 27% !important;
  }
  .end-xxl-28 {
    right: 28% !important;
  }
  .end-xxl-29 {
    right: 29% !important;
  }
  .end-xxl-30 {
    right: 30% !important;
  }
  .end-xxl-31 {
    right: 31% !important;
  }
  .end-xxl-32 {
    right: 32% !important;
  }
  .end-xxl-33 {
    right: 33% !important;
  }
  .end-xxl-34 {
    right: 34% !important;
  }
  .end-xxl-35 {
    right: 35% !important;
  }
  .end-xxl-36 {
    right: 36% !important;
  }
  .end-xxl-37 {
    right: 37% !important;
  }
  .end-xxl-38 {
    right: 38% !important;
  }
  .end-xxl-39 {
    right: 39% !important;
  }
  .end-xxl-40 {
    right: 40% !important;
  }
  .end-xxl-41 {
    right: 41% !important;
  }
  .end-xxl-42 {
    right: 42% !important;
  }
  .end-xxl-43 {
    right: 43% !important;
  }
  .end-xxl-44 {
    right: 44% !important;
  }
  .end-xxl-45 {
    right: 45% !important;
  }
  .end-xxl-46 {
    right: 46% !important;
  }
  .end-xxl-47 {
    right: 47% !important;
  }
  .end-xxl-48 {
    right: 48% !important;
  }
  .end-xxl-49 {
    right: 49% !important;
  }
  .end-xxl-50 {
    right: 50% !important;
  }
  .end-xxl-51 {
    right: 51% !important;
  }
  .end-xxl-52 {
    right: 52% !important;
  }
  .end-xxl-53 {
    right: 53% !important;
  }
  .end-xxl-54 {
    right: 54% !important;
  }
  .end-xxl-55 {
    right: 55% !important;
  }
  .end-xxl-56 {
    right: 56% !important;
  }
  .end-xxl-57 {
    right: 57% !important;
  }
  .end-xxl-58 {
    right: 58% !important;
  }
  .end-xxl-59 {
    right: 59% !important;
  }
  .end-xxl-60 {
    right: 60% !important;
  }
  .end-xxl-61 {
    right: 61% !important;
  }
  .end-xxl-62 {
    right: 62% !important;
  }
  .end-xxl-63 {
    right: 63% !important;
  }
  .end-xxl-64 {
    right: 64% !important;
  }
  .end-xxl-65 {
    right: 65% !important;
  }
  .end-xxl-66 {
    right: 66% !important;
  }
  .end-xxl-67 {
    right: 67% !important;
  }
  .end-xxl-68 {
    right: 68% !important;
  }
  .end-xxl-69 {
    right: 69% !important;
  }
  .end-xxl-70 {
    right: 70% !important;
  }
  .end-xxl-71 {
    right: 71% !important;
  }
  .end-xxl-72 {
    right: 72% !important;
  }
  .end-xxl-73 {
    right: 73% !important;
  }
  .end-xxl-74 {
    right: 74% !important;
  }
  .end-xxl-75 {
    right: 75% !important;
  }
  .end-xxl-76 {
    right: 76% !important;
  }
  .end-xxl-77 {
    right: 77% !important;
  }
  .end-xxl-78 {
    right: 78% !important;
  }
  .end-xxl-79 {
    right: 79% !important;
  }
  .end-xxl-80 {
    right: 80% !important;
  }
  .end-xxl-81 {
    right: 81% !important;
  }
  .end-xxl-82 {
    right: 82% !important;
  }
  .end-xxl-83 {
    right: 83% !important;
  }
  .end-xxl-84 {
    right: 84% !important;
  }
  .end-xxl-85 {
    right: 85% !important;
  }
  .end-xxl-86 {
    right: 86% !important;
  }
  .end-xxl-87 {
    right: 87% !important;
  }
  .end-xxl-88 {
    right: 88% !important;
  }
  .end-xxl-89 {
    right: 89% !important;
  }
  .end-xxl-90 {
    right: 90% !important;
  }
  .end-xxl-91 {
    right: 91% !important;
  }
  .end-xxl-92 {
    right: 92% !important;
  }
  .end-xxl-93 {
    right: 93% !important;
  }
  .end-xxl-94 {
    right: 94% !important;
  }
  .end-xxl-95 {
    right: 95% !important;
  }
  .end-xxl-96 {
    right: 96% !important;
  }
  .end-xxl-97 {
    right: 97% !important;
  }
  .end-xxl-98 {
    right: 98% !important;
  }
  .end-xxl-99 {
    right: 99% !important;
  }
  .end-xxl-100 {
    right: 100% !important;
  }
  .end-xxl-n1 {
    right: -1% !important;
  }
  .end-xxl-n2 {
    right: -2% !important;
  }
  .end-xxl-n3 {
    right: -3% !important;
  }
  .end-xxl-n4 {
    right: -4% !important;
  }
  .end-xxl-n5 {
    right: -5% !important;
  }
  .end-xxl-n6 {
    right: -6% !important;
  }
  .end-xxl-n7 {
    right: -7% !important;
  }
  .end-xxl-n8 {
    right: -8% !important;
  }
  .end-xxl-n9 {
    right: -9% !important;
  }
  .end-xxl-n10 {
    right: -10% !important;
  }
  .end-xxl-n11 {
    right: -11% !important;
  }
  .end-xxl-n12 {
    right: -12% !important;
  }
  .end-xxl-n13 {
    right: -13% !important;
  }
  .end-xxl-n14 {
    right: -14% !important;
  }
  .end-xxl-n15 {
    right: -15% !important;
  }
  .end-xxl-n16 {
    right: -16% !important;
  }
  .end-xxl-n17 {
    right: -17% !important;
  }
  .end-xxl-n18 {
    right: -18% !important;
  }
  .end-xxl-n19 {
    right: -19% !important;
  }
  .end-xxl-n20 {
    right: -20% !important;
  }
  .end-xxl-n21 {
    right: -21% !important;
  }
  .end-xxl-n22 {
    right: -22% !important;
  }
  .end-xxl-n23 {
    right: -23% !important;
  }
  .end-xxl-n24 {
    right: -24% !important;
  }
  .end-xxl-n25 {
    right: -25% !important;
  }
  .end-xxl-n26 {
    right: -26% !important;
  }
  .end-xxl-n27 {
    right: -27% !important;
  }
  .end-xxl-n28 {
    right: -28% !important;
  }
  .end-xxl-n29 {
    right: -29% !important;
  }
  .end-xxl-n30 {
    right: -30% !important;
  }
  .end-xxl-n31 {
    right: -31% !important;
  }
  .end-xxl-n32 {
    right: -32% !important;
  }
  .end-xxl-n33 {
    right: -33% !important;
  }
  .end-xxl-n34 {
    right: -34% !important;
  }
  .end-xxl-n35 {
    right: -35% !important;
  }
  .end-xxl-n36 {
    right: -36% !important;
  }
  .end-xxl-n37 {
    right: -37% !important;
  }
  .end-xxl-n38 {
    right: -38% !important;
  }
  .end-xxl-n39 {
    right: -39% !important;
  }
  .end-xxl-n40 {
    right: -40% !important;
  }
  .end-xxl-n41 {
    right: -41% !important;
  }
  .end-xxl-n42 {
    right: -42% !important;
  }
  .end-xxl-n43 {
    right: -43% !important;
  }
  .end-xxl-n44 {
    right: -44% !important;
  }
  .end-xxl-n45 {
    right: -45% !important;
  }
  .end-xxl-n46 {
    right: -46% !important;
  }
  .end-xxl-n47 {
    right: -47% !important;
  }
  .end-xxl-n48 {
    right: -48% !important;
  }
  .end-xxl-n49 {
    right: -49% !important;
  }
  .end-xxl-n50 {
    right: -50% !important;
  }
  .end-xxl-n51 {
    right: -51% !important;
  }
  .end-xxl-n52 {
    right: -52% !important;
  }
  .end-xxl-n53 {
    right: -53% !important;
  }
  .end-xxl-n54 {
    right: -54% !important;
  }
  .end-xxl-n55 {
    right: -55% !important;
  }
  .end-xxl-n56 {
    right: -56% !important;
  }
  .end-xxl-n57 {
    right: -57% !important;
  }
  .end-xxl-n58 {
    right: -58% !important;
  }
  .end-xxl-n59 {
    right: -59% !important;
  }
  .end-xxl-n60 {
    right: -60% !important;
  }
  .end-xxl-n61 {
    right: -61% !important;
  }
  .end-xxl-n62 {
    right: -62% !important;
  }
  .end-xxl-n63 {
    right: -63% !important;
  }
  .end-xxl-n64 {
    right: -64% !important;
  }
  .end-xxl-n65 {
    right: -65% !important;
  }
  .end-xxl-n66 {
    right: -66% !important;
  }
  .end-xxl-n67 {
    right: -67% !important;
  }
  .end-xxl-n68 {
    right: -68% !important;
  }
  .end-xxl-n69 {
    right: -69% !important;
  }
  .end-xxl-n70 {
    right: -70% !important;
  }
  .end-xxl-n71 {
    right: -71% !important;
  }
  .end-xxl-n72 {
    right: -72% !important;
  }
  .end-xxl-n73 {
    right: -73% !important;
  }
  .end-xxl-n74 {
    right: -74% !important;
  }
  .end-xxl-n75 {
    right: -75% !important;
  }
  .end-xxl-n76 {
    right: -76% !important;
  }
  .end-xxl-n77 {
    right: -77% !important;
  }
  .end-xxl-n78 {
    right: -78% !important;
  }
  .end-xxl-n79 {
    right: -79% !important;
  }
  .end-xxl-n80 {
    right: -80% !important;
  }
  .end-xxl-n81 {
    right: -81% !important;
  }
  .end-xxl-n82 {
    right: -82% !important;
  }
  .end-xxl-n83 {
    right: -83% !important;
  }
  .end-xxl-n84 {
    right: -84% !important;
  }
  .end-xxl-n85 {
    right: -85% !important;
  }
  .end-xxl-n86 {
    right: -86% !important;
  }
  .end-xxl-n87 {
    right: -87% !important;
  }
  .end-xxl-n88 {
    right: -88% !important;
  }
  .end-xxl-n89 {
    right: -89% !important;
  }
  .end-xxl-n90 {
    right: -90% !important;
  }
  .end-xxl-n91 {
    right: -91% !important;
  }
  .end-xxl-n92 {
    right: -92% !important;
  }
  .end-xxl-n93 {
    right: -93% !important;
  }
  .end-xxl-n94 {
    right: -94% !important;
  }
  .end-xxl-n95 {
    right: -95% !important;
  }
  .end-xxl-n96 {
    right: -96% !important;
  }
  .end-xxl-n97 {
    right: -97% !important;
  }
  .end-xxl-n98 {
    right: -98% !important;
  }
  .end-xxl-n99 {
    right: -99% !important;
  }
  .end-xxl-n100 {
    right: -100% !important;
  }
  .end-xxl-auto {
    right: auto !important;
  }
  .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }
  .translate-middle-xxl-none {
    transform: translate(0, 0) !important;
  }
  .border-xxl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-top-xxl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  .border-end-xxl {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xxl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xxl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xxl {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-xxl-0 {
    border-left: 0 !important;
  }
  .border-xxl-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-tertiary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-grey {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-grey-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-placeholder {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-placeholder-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-transparent {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-transparent-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-1 {
    border-width: 1px !important;
  }
  .border-xxl-2 {
    border-width: 2px !important;
  }
  .border-xxl-3 {
    border-width: 3px !important;
  }
  .border-xxl-4 {
    border-width: 4px !important;
  }
  .border-xxl-5 {
    border-width: 5px !important;
  }
  .w-xxl-0 {
    width: 0% !important;
  }
  .w-xxl-1 {
    width: 1% !important;
  }
  .w-xxl-2 {
    width: 2% !important;
  }
  .w-xxl-3 {
    width: 3% !important;
  }
  .w-xxl-4 {
    width: 4% !important;
  }
  .w-xxl-5 {
    width: 5% !important;
  }
  .w-xxl-6 {
    width: 6% !important;
  }
  .w-xxl-7 {
    width: 7% !important;
  }
  .w-xxl-8 {
    width: 8% !important;
  }
  .w-xxl-9 {
    width: 9% !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-11 {
    width: 11% !important;
  }
  .w-xxl-12 {
    width: 12% !important;
  }
  .w-xxl-13 {
    width: 13% !important;
  }
  .w-xxl-14 {
    width: 14% !important;
  }
  .w-xxl-15 {
    width: 15% !important;
  }
  .w-xxl-16 {
    width: 16% !important;
  }
  .w-xxl-17 {
    width: 17% !important;
  }
  .w-xxl-18 {
    width: 18% !important;
  }
  .w-xxl-19 {
    width: 19% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-21 {
    width: 21% !important;
  }
  .w-xxl-22 {
    width: 22% !important;
  }
  .w-xxl-23 {
    width: 23% !important;
  }
  .w-xxl-24 {
    width: 24% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-26 {
    width: 26% !important;
  }
  .w-xxl-27 {
    width: 27% !important;
  }
  .w-xxl-28 {
    width: 28% !important;
  }
  .w-xxl-29 {
    width: 29% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-31 {
    width: 31% !important;
  }
  .w-xxl-32 {
    width: 32% !important;
  }
  .w-xxl-33 {
    width: 33% !important;
  }
  .w-xxl-34 {
    width: 34% !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .w-xxl-36 {
    width: 36% !important;
  }
  .w-xxl-37 {
    width: 37% !important;
  }
  .w-xxl-38 {
    width: 38% !important;
  }
  .w-xxl-39 {
    width: 39% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-41 {
    width: 41% !important;
  }
  .w-xxl-42 {
    width: 42% !important;
  }
  .w-xxl-43 {
    width: 43% !important;
  }
  .w-xxl-44 {
    width: 44% !important;
  }
  .w-xxl-45 {
    width: 45% !important;
  }
  .w-xxl-46 {
    width: 46% !important;
  }
  .w-xxl-47 {
    width: 47% !important;
  }
  .w-xxl-48 {
    width: 48% !important;
  }
  .w-xxl-49 {
    width: 49% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-51 {
    width: 51% !important;
  }
  .w-xxl-52 {
    width: 52% !important;
  }
  .w-xxl-53 {
    width: 53% !important;
  }
  .w-xxl-54 {
    width: 54% !important;
  }
  .w-xxl-55 {
    width: 55% !important;
  }
  .w-xxl-56 {
    width: 56% !important;
  }
  .w-xxl-57 {
    width: 57% !important;
  }
  .w-xxl-58 {
    width: 58% !important;
  }
  .w-xxl-59 {
    width: 59% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-61 {
    width: 61% !important;
  }
  .w-xxl-62 {
    width: 62% !important;
  }
  .w-xxl-63 {
    width: 63% !important;
  }
  .w-xxl-64 {
    width: 64% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .w-xxl-66 {
    width: 66% !important;
  }
  .w-xxl-67 {
    width: 67% !important;
  }
  .w-xxl-68 {
    width: 68% !important;
  }
  .w-xxl-69 {
    width: 69% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-71 {
    width: 71% !important;
  }
  .w-xxl-72 {
    width: 72% !important;
  }
  .w-xxl-73 {
    width: 73% !important;
  }
  .w-xxl-74 {
    width: 74% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-76 {
    width: 76% !important;
  }
  .w-xxl-77 {
    width: 77% !important;
  }
  .w-xxl-78 {
    width: 78% !important;
  }
  .w-xxl-79 {
    width: 79% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-81 {
    width: 81% !important;
  }
  .w-xxl-82 {
    width: 82% !important;
  }
  .w-xxl-83 {
    width: 83% !important;
  }
  .w-xxl-84 {
    width: 84% !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .w-xxl-86 {
    width: 86% !important;
  }
  .w-xxl-87 {
    width: 87% !important;
  }
  .w-xxl-88 {
    width: 88% !important;
  }
  .w-xxl-89 {
    width: 89% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-91 {
    width: 91% !important;
  }
  .w-xxl-92 {
    width: 92% !important;
  }
  .w-xxl-93 {
    width: 93% !important;
  }
  .w-xxl-94 {
    width: 94% !important;
  }
  .w-xxl-95 {
    width: 95% !important;
  }
  .w-xxl-96 {
    width: 96% !important;
  }
  .w-xxl-97 {
    width: 97% !important;
  }
  .w-xxl-98 {
    width: 98% !important;
  }
  .w-xxl-99 {
    width: 99% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-n1 {
    width: -1% !important;
  }
  .w-xxl-n2 {
    width: -2% !important;
  }
  .w-xxl-n3 {
    width: -3% !important;
  }
  .w-xxl-n4 {
    width: -4% !important;
  }
  .w-xxl-n5 {
    width: -5% !important;
  }
  .w-xxl-n6 {
    width: -6% !important;
  }
  .w-xxl-n7 {
    width: -7% !important;
  }
  .w-xxl-n8 {
    width: -8% !important;
  }
  .w-xxl-n9 {
    width: -9% !important;
  }
  .w-xxl-n10 {
    width: -10% !important;
  }
  .w-xxl-n11 {
    width: -11% !important;
  }
  .w-xxl-n12 {
    width: -12% !important;
  }
  .w-xxl-n13 {
    width: -13% !important;
  }
  .w-xxl-n14 {
    width: -14% !important;
  }
  .w-xxl-n15 {
    width: -15% !important;
  }
  .w-xxl-n16 {
    width: -16% !important;
  }
  .w-xxl-n17 {
    width: -17% !important;
  }
  .w-xxl-n18 {
    width: -18% !important;
  }
  .w-xxl-n19 {
    width: -19% !important;
  }
  .w-xxl-n20 {
    width: -20% !important;
  }
  .w-xxl-n21 {
    width: -21% !important;
  }
  .w-xxl-n22 {
    width: -22% !important;
  }
  .w-xxl-n23 {
    width: -23% !important;
  }
  .w-xxl-n24 {
    width: -24% !important;
  }
  .w-xxl-n25 {
    width: -25% !important;
  }
  .w-xxl-n26 {
    width: -26% !important;
  }
  .w-xxl-n27 {
    width: -27% !important;
  }
  .w-xxl-n28 {
    width: -28% !important;
  }
  .w-xxl-n29 {
    width: -29% !important;
  }
  .w-xxl-n30 {
    width: -30% !important;
  }
  .w-xxl-n31 {
    width: -31% !important;
  }
  .w-xxl-n32 {
    width: -32% !important;
  }
  .w-xxl-n33 {
    width: -33% !important;
  }
  .w-xxl-n34 {
    width: -34% !important;
  }
  .w-xxl-n35 {
    width: -35% !important;
  }
  .w-xxl-n36 {
    width: -36% !important;
  }
  .w-xxl-n37 {
    width: -37% !important;
  }
  .w-xxl-n38 {
    width: -38% !important;
  }
  .w-xxl-n39 {
    width: -39% !important;
  }
  .w-xxl-n40 {
    width: -40% !important;
  }
  .w-xxl-n41 {
    width: -41% !important;
  }
  .w-xxl-n42 {
    width: -42% !important;
  }
  .w-xxl-n43 {
    width: -43% !important;
  }
  .w-xxl-n44 {
    width: -44% !important;
  }
  .w-xxl-n45 {
    width: -45% !important;
  }
  .w-xxl-n46 {
    width: -46% !important;
  }
  .w-xxl-n47 {
    width: -47% !important;
  }
  .w-xxl-n48 {
    width: -48% !important;
  }
  .w-xxl-n49 {
    width: -49% !important;
  }
  .w-xxl-n50 {
    width: -50% !important;
  }
  .w-xxl-n51 {
    width: -51% !important;
  }
  .w-xxl-n52 {
    width: -52% !important;
  }
  .w-xxl-n53 {
    width: -53% !important;
  }
  .w-xxl-n54 {
    width: -54% !important;
  }
  .w-xxl-n55 {
    width: -55% !important;
  }
  .w-xxl-n56 {
    width: -56% !important;
  }
  .w-xxl-n57 {
    width: -57% !important;
  }
  .w-xxl-n58 {
    width: -58% !important;
  }
  .w-xxl-n59 {
    width: -59% !important;
  }
  .w-xxl-n60 {
    width: -60% !important;
  }
  .w-xxl-n61 {
    width: -61% !important;
  }
  .w-xxl-n62 {
    width: -62% !important;
  }
  .w-xxl-n63 {
    width: -63% !important;
  }
  .w-xxl-n64 {
    width: -64% !important;
  }
  .w-xxl-n65 {
    width: -65% !important;
  }
  .w-xxl-n66 {
    width: -66% !important;
  }
  .w-xxl-n67 {
    width: -67% !important;
  }
  .w-xxl-n68 {
    width: -68% !important;
  }
  .w-xxl-n69 {
    width: -69% !important;
  }
  .w-xxl-n70 {
    width: -70% !important;
  }
  .w-xxl-n71 {
    width: -71% !important;
  }
  .w-xxl-n72 {
    width: -72% !important;
  }
  .w-xxl-n73 {
    width: -73% !important;
  }
  .w-xxl-n74 {
    width: -74% !important;
  }
  .w-xxl-n75 {
    width: -75% !important;
  }
  .w-xxl-n76 {
    width: -76% !important;
  }
  .w-xxl-n77 {
    width: -77% !important;
  }
  .w-xxl-n78 {
    width: -78% !important;
  }
  .w-xxl-n79 {
    width: -79% !important;
  }
  .w-xxl-n80 {
    width: -80% !important;
  }
  .w-xxl-n81 {
    width: -81% !important;
  }
  .w-xxl-n82 {
    width: -82% !important;
  }
  .w-xxl-n83 {
    width: -83% !important;
  }
  .w-xxl-n84 {
    width: -84% !important;
  }
  .w-xxl-n85 {
    width: -85% !important;
  }
  .w-xxl-n86 {
    width: -86% !important;
  }
  .w-xxl-n87 {
    width: -87% !important;
  }
  .w-xxl-n88 {
    width: -88% !important;
  }
  .w-xxl-n89 {
    width: -89% !important;
  }
  .w-xxl-n90 {
    width: -90% !important;
  }
  .w-xxl-n91 {
    width: -91% !important;
  }
  .w-xxl-n92 {
    width: -92% !important;
  }
  .w-xxl-n93 {
    width: -93% !important;
  }
  .w-xxl-n94 {
    width: -94% !important;
  }
  .w-xxl-n95 {
    width: -95% !important;
  }
  .w-xxl-n96 {
    width: -96% !important;
  }
  .w-xxl-n97 {
    width: -97% !important;
  }
  .w-xxl-n98 {
    width: -98% !important;
  }
  .w-xxl-n99 {
    width: -99% !important;
  }
  .w-xxl-n100 {
    width: -100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-fit-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .w-xxl-max-content {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .w-xxl-fill {
    width: -webkit-fill-available !important;
  }
  .h-xxl-0 {
    height: 0% !important;
  }
  .h-xxl-1 {
    height: 1% !important;
  }
  .h-xxl-2 {
    height: 2% !important;
  }
  .h-xxl-3 {
    height: 3% !important;
  }
  .h-xxl-4 {
    height: 4% !important;
  }
  .h-xxl-5 {
    height: 5% !important;
  }
  .h-xxl-6 {
    height: 6% !important;
  }
  .h-xxl-7 {
    height: 7% !important;
  }
  .h-xxl-8 {
    height: 8% !important;
  }
  .h-xxl-9 {
    height: 9% !important;
  }
  .h-xxl-10 {
    height: 10% !important;
  }
  .h-xxl-11 {
    height: 11% !important;
  }
  .h-xxl-12 {
    height: 12% !important;
  }
  .h-xxl-13 {
    height: 13% !important;
  }
  .h-xxl-14 {
    height: 14% !important;
  }
  .h-xxl-15 {
    height: 15% !important;
  }
  .h-xxl-16 {
    height: 16% !important;
  }
  .h-xxl-17 {
    height: 17% !important;
  }
  .h-xxl-18 {
    height: 18% !important;
  }
  .h-xxl-19 {
    height: 19% !important;
  }
  .h-xxl-20 {
    height: 20% !important;
  }
  .h-xxl-21 {
    height: 21% !important;
  }
  .h-xxl-22 {
    height: 22% !important;
  }
  .h-xxl-23 {
    height: 23% !important;
  }
  .h-xxl-24 {
    height: 24% !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-26 {
    height: 26% !important;
  }
  .h-xxl-27 {
    height: 27% !important;
  }
  .h-xxl-28 {
    height: 28% !important;
  }
  .h-xxl-29 {
    height: 29% !important;
  }
  .h-xxl-30 {
    height: 30% !important;
  }
  .h-xxl-31 {
    height: 31% !important;
  }
  .h-xxl-32 {
    height: 32% !important;
  }
  .h-xxl-33 {
    height: 33% !important;
  }
  .h-xxl-34 {
    height: 34% !important;
  }
  .h-xxl-35 {
    height: 35% !important;
  }
  .h-xxl-36 {
    height: 36% !important;
  }
  .h-xxl-37 {
    height: 37% !important;
  }
  .h-xxl-38 {
    height: 38% !important;
  }
  .h-xxl-39 {
    height: 39% !important;
  }
  .h-xxl-40 {
    height: 40% !important;
  }
  .h-xxl-41 {
    height: 41% !important;
  }
  .h-xxl-42 {
    height: 42% !important;
  }
  .h-xxl-43 {
    height: 43% !important;
  }
  .h-xxl-44 {
    height: 44% !important;
  }
  .h-xxl-45 {
    height: 45% !important;
  }
  .h-xxl-46 {
    height: 46% !important;
  }
  .h-xxl-47 {
    height: 47% !important;
  }
  .h-xxl-48 {
    height: 48% !important;
  }
  .h-xxl-49 {
    height: 49% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-51 {
    height: 51% !important;
  }
  .h-xxl-52 {
    height: 52% !important;
  }
  .h-xxl-53 {
    height: 53% !important;
  }
  .h-xxl-54 {
    height: 54% !important;
  }
  .h-xxl-55 {
    height: 55% !important;
  }
  .h-xxl-56 {
    height: 56% !important;
  }
  .h-xxl-57 {
    height: 57% !important;
  }
  .h-xxl-58 {
    height: 58% !important;
  }
  .h-xxl-59 {
    height: 59% !important;
  }
  .h-xxl-60 {
    height: 60% !important;
  }
  .h-xxl-61 {
    height: 61% !important;
  }
  .h-xxl-62 {
    height: 62% !important;
  }
  .h-xxl-63 {
    height: 63% !important;
  }
  .h-xxl-64 {
    height: 64% !important;
  }
  .h-xxl-65 {
    height: 65% !important;
  }
  .h-xxl-66 {
    height: 66% !important;
  }
  .h-xxl-67 {
    height: 67% !important;
  }
  .h-xxl-68 {
    height: 68% !important;
  }
  .h-xxl-69 {
    height: 69% !important;
  }
  .h-xxl-70 {
    height: 70% !important;
  }
  .h-xxl-71 {
    height: 71% !important;
  }
  .h-xxl-72 {
    height: 72% !important;
  }
  .h-xxl-73 {
    height: 73% !important;
  }
  .h-xxl-74 {
    height: 74% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-76 {
    height: 76% !important;
  }
  .h-xxl-77 {
    height: 77% !important;
  }
  .h-xxl-78 {
    height: 78% !important;
  }
  .h-xxl-79 {
    height: 79% !important;
  }
  .h-xxl-80 {
    height: 80% !important;
  }
  .h-xxl-81 {
    height: 81% !important;
  }
  .h-xxl-82 {
    height: 82% !important;
  }
  .h-xxl-83 {
    height: 83% !important;
  }
  .h-xxl-84 {
    height: 84% !important;
  }
  .h-xxl-85 {
    height: 85% !important;
  }
  .h-xxl-86 {
    height: 86% !important;
  }
  .h-xxl-87 {
    height: 87% !important;
  }
  .h-xxl-88 {
    height: 88% !important;
  }
  .h-xxl-89 {
    height: 89% !important;
  }
  .h-xxl-90 {
    height: 90% !important;
  }
  .h-xxl-91 {
    height: 91% !important;
  }
  .h-xxl-92 {
    height: 92% !important;
  }
  .h-xxl-93 {
    height: 93% !important;
  }
  .h-xxl-94 {
    height: 94% !important;
  }
  .h-xxl-95 {
    height: 95% !important;
  }
  .h-xxl-96 {
    height: 96% !important;
  }
  .h-xxl-97 {
    height: 97% !important;
  }
  .h-xxl-98 {
    height: 98% !important;
  }
  .h-xxl-99 {
    height: 99% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-n1 {
    height: -1% !important;
  }
  .h-xxl-n2 {
    height: -2% !important;
  }
  .h-xxl-n3 {
    height: -3% !important;
  }
  .h-xxl-n4 {
    height: -4% !important;
  }
  .h-xxl-n5 {
    height: -5% !important;
  }
  .h-xxl-n6 {
    height: -6% !important;
  }
  .h-xxl-n7 {
    height: -7% !important;
  }
  .h-xxl-n8 {
    height: -8% !important;
  }
  .h-xxl-n9 {
    height: -9% !important;
  }
  .h-xxl-n10 {
    height: -10% !important;
  }
  .h-xxl-n11 {
    height: -11% !important;
  }
  .h-xxl-n12 {
    height: -12% !important;
  }
  .h-xxl-n13 {
    height: -13% !important;
  }
  .h-xxl-n14 {
    height: -14% !important;
  }
  .h-xxl-n15 {
    height: -15% !important;
  }
  .h-xxl-n16 {
    height: -16% !important;
  }
  .h-xxl-n17 {
    height: -17% !important;
  }
  .h-xxl-n18 {
    height: -18% !important;
  }
  .h-xxl-n19 {
    height: -19% !important;
  }
  .h-xxl-n20 {
    height: -20% !important;
  }
  .h-xxl-n21 {
    height: -21% !important;
  }
  .h-xxl-n22 {
    height: -22% !important;
  }
  .h-xxl-n23 {
    height: -23% !important;
  }
  .h-xxl-n24 {
    height: -24% !important;
  }
  .h-xxl-n25 {
    height: -25% !important;
  }
  .h-xxl-n26 {
    height: -26% !important;
  }
  .h-xxl-n27 {
    height: -27% !important;
  }
  .h-xxl-n28 {
    height: -28% !important;
  }
  .h-xxl-n29 {
    height: -29% !important;
  }
  .h-xxl-n30 {
    height: -30% !important;
  }
  .h-xxl-n31 {
    height: -31% !important;
  }
  .h-xxl-n32 {
    height: -32% !important;
  }
  .h-xxl-n33 {
    height: -33% !important;
  }
  .h-xxl-n34 {
    height: -34% !important;
  }
  .h-xxl-n35 {
    height: -35% !important;
  }
  .h-xxl-n36 {
    height: -36% !important;
  }
  .h-xxl-n37 {
    height: -37% !important;
  }
  .h-xxl-n38 {
    height: -38% !important;
  }
  .h-xxl-n39 {
    height: -39% !important;
  }
  .h-xxl-n40 {
    height: -40% !important;
  }
  .h-xxl-n41 {
    height: -41% !important;
  }
  .h-xxl-n42 {
    height: -42% !important;
  }
  .h-xxl-n43 {
    height: -43% !important;
  }
  .h-xxl-n44 {
    height: -44% !important;
  }
  .h-xxl-n45 {
    height: -45% !important;
  }
  .h-xxl-n46 {
    height: -46% !important;
  }
  .h-xxl-n47 {
    height: -47% !important;
  }
  .h-xxl-n48 {
    height: -48% !important;
  }
  .h-xxl-n49 {
    height: -49% !important;
  }
  .h-xxl-n50 {
    height: -50% !important;
  }
  .h-xxl-n51 {
    height: -51% !important;
  }
  .h-xxl-n52 {
    height: -52% !important;
  }
  .h-xxl-n53 {
    height: -53% !important;
  }
  .h-xxl-n54 {
    height: -54% !important;
  }
  .h-xxl-n55 {
    height: -55% !important;
  }
  .h-xxl-n56 {
    height: -56% !important;
  }
  .h-xxl-n57 {
    height: -57% !important;
  }
  .h-xxl-n58 {
    height: -58% !important;
  }
  .h-xxl-n59 {
    height: -59% !important;
  }
  .h-xxl-n60 {
    height: -60% !important;
  }
  .h-xxl-n61 {
    height: -61% !important;
  }
  .h-xxl-n62 {
    height: -62% !important;
  }
  .h-xxl-n63 {
    height: -63% !important;
  }
  .h-xxl-n64 {
    height: -64% !important;
  }
  .h-xxl-n65 {
    height: -65% !important;
  }
  .h-xxl-n66 {
    height: -66% !important;
  }
  .h-xxl-n67 {
    height: -67% !important;
  }
  .h-xxl-n68 {
    height: -68% !important;
  }
  .h-xxl-n69 {
    height: -69% !important;
  }
  .h-xxl-n70 {
    height: -70% !important;
  }
  .h-xxl-n71 {
    height: -71% !important;
  }
  .h-xxl-n72 {
    height: -72% !important;
  }
  .h-xxl-n73 {
    height: -73% !important;
  }
  .h-xxl-n74 {
    height: -74% !important;
  }
  .h-xxl-n75 {
    height: -75% !important;
  }
  .h-xxl-n76 {
    height: -76% !important;
  }
  .h-xxl-n77 {
    height: -77% !important;
  }
  .h-xxl-n78 {
    height: -78% !important;
  }
  .h-xxl-n79 {
    height: -79% !important;
  }
  .h-xxl-n80 {
    height: -80% !important;
  }
  .h-xxl-n81 {
    height: -81% !important;
  }
  .h-xxl-n82 {
    height: -82% !important;
  }
  .h-xxl-n83 {
    height: -83% !important;
  }
  .h-xxl-n84 {
    height: -84% !important;
  }
  .h-xxl-n85 {
    height: -85% !important;
  }
  .h-xxl-n86 {
    height: -86% !important;
  }
  .h-xxl-n87 {
    height: -87% !important;
  }
  .h-xxl-n88 {
    height: -88% !important;
  }
  .h-xxl-n89 {
    height: -89% !important;
  }
  .h-xxl-n90 {
    height: -90% !important;
  }
  .h-xxl-n91 {
    height: -91% !important;
  }
  .h-xxl-n92 {
    height: -92% !important;
  }
  .h-xxl-n93 {
    height: -93% !important;
  }
  .h-xxl-n94 {
    height: -94% !important;
  }
  .h-xxl-n95 {
    height: -95% !important;
  }
  .h-xxl-n96 {
    height: -96% !important;
  }
  .h-xxl-n97 {
    height: -97% !important;
  }
  .h-xxl-n98 {
    height: -98% !important;
  }
  .h-xxl-n99 {
    height: -99% !important;
  }
  .h-xxl-n100 {
    height: -100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .h-xxl-fit-content {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .h-xxl-max-content {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .h-xxl-fill {
    height: -webkit-fill-available !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-6 {
    margin: 6rem !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !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-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxl-auto {
    margin-right: 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-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl-auto {
    margin-left: 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-n6 {
    margin: -6rem !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-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !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-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !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-n6 {
    margin-top: -6rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n6 {
    margin-right: -6rem !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-n6 {
    margin-bottom: -6rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -6rem !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-6 {
    padding: 6rem !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-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !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-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !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-6 {
    padding-top: 6rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !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-6 {
    padding-bottom: 6rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !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-6 {
    gap: 6rem !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-6 {
    row-gap: 6rem !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-6 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !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;
  }
  .lh-xxl-0 {
    line-height: 0 !important;
  }
  .lh-xxl-xxs {
    line-height: 0.5 !important;
  }
  .lh-xxl-xs {
    line-height: 0.75 !important;
  }
  .lh-xxl-1 {
    line-height: 1 !important;
  }
  .lh-xxl-sm {
    line-height: 1.25 !important;
  }
  .lh-xxl-base {
    line-height: 1.5 !important;
  }
  .lh-xxl-lg {
    line-height: 2 !important;
  }
  .lh-xxl-xl {
    line-height: 2.25 !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-decoration-xxl-none {
    text-decoration: none !important;
  }
  .text-decoration-xxl-none-hover:hover {
    text-decoration: none !important;
  }
  .text-decoration-xxl-underline {
    text-decoration: underline !important;
  }
  .text-decoration-xxl-underline-hover:hover {
    text-decoration: underline !important;
  }
  .text-decoration-xxl-line-through {
    text-decoration: line-through !important;
  }
  .text-decoration-xxl-line-through-hover:hover {
    text-decoration: line-through !important;
  }
  .text-xxl-primary {
    color: #ffd317 !important;
  }
  .text-xxl-primary-hover:hover {
    color: #ffd317 !important;
  }
  .text-xxl-secondary {
    color: #010202 !important;
  }
  .text-xxl-secondary-hover:hover {
    color: #010202 !important;
  }
  .text-xxl-tertiary {
    color: #323031 !important;
  }
  .text-xxl-tertiary-hover:hover {
    color: #323031 !important;
  }
  .text-xxl-grey {
    color: #9d9d9d !important;
  }
  .text-xxl-grey-hover:hover {
    color: #9d9d9d !important;
  }
  .text-xxl-white {
    color: #fff !important;
  }
  .text-xxl-white-hover:hover {
    color: #fff !important;
  }
  .text-xxl-black {
    color: #010202 !important;
  }
  .text-xxl-black-hover:hover {
    color: #010202 !important;
  }
  .text-xxl-placeholder {
    color: magenta !important;
  }
  .text-xxl-placeholder-hover:hover {
    color: magenta !important;
  }
  .text-xxl-transparent {
    color: transparent !important;
  }
  .text-xxl-transparent-hover:hover {
    color: transparent !important;
  }
  .bg-xxl-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-primary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-secondary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-tertiary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-grey-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-white-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-black-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-placeholder {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-placeholder-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-xxl-transparent-hover:hover {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-xxl-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-body-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-primary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-primary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-secondary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-secondary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-tertiary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-tertiary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-grey-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-grey-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-opacity-xxl-0 {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-xxl-0-hover:hover {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-xxl-5 {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-xxl-5-hover:hover {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-xxl-10 {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-xxl-10-hover:hover {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-xxl-15 {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-xxl-15-hover:hover {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-xxl-20 {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-xxl-20-hover:hover {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-xxl-25 {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-xxl-25-hover:hover {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-xxl-30 {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-xxl-30-hover:hover {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-xxl-35 {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-xxl-35-hover:hover {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-xxl-40 {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-xxl-40-hover:hover {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-xxl-45 {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-xxl-45-hover:hover {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-xxl-50 {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-xxl-50-hover:hover {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-xxl-55 {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-xxl-55-hover:hover {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-xxl-60 {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-xxl-60-hover:hover {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-xxl-65 {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-xxl-65-hover:hover {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-xxl-70 {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-xxl-70-hover:hover {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-xxl-75 {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-xxl-75-hover:hover {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-xxl-80 {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-xxl-80-hover:hover {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-xxl-85 {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-xxl-85-hover:hover {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-xxl-90 {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-xxl-90-hover:hover {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-xxl-95 {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-xxl-95-hover:hover {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-xxl-100 {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-xxl-100-hover:hover {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-xxl-105 {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-xxl-105-hover:hover {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-xxl-110 {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-xxl-110-hover:hover {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-xxl-115 {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-xxl-115-hover:hover {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-xxl-120 {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-xxl-120-hover:hover {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-xxl-125 {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-xxl-125-hover:hover {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-xxl-130 {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-xxl-130-hover:hover {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-xxl-135 {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-xxl-135-hover:hover {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-xxl-140 {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-xxl-140-hover:hover {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-xxl-145 {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-xxl-145-hover:hover {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-xxl-150 {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-xxl-150-hover:hover {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-xxl-155 {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-xxl-155-hover:hover {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-xxl-160 {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-xxl-160-hover:hover {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-xxl-165 {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-xxl-165-hover:hover {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-xxl-170 {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-xxl-170-hover:hover {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-xxl-175 {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-xxl-175-hover:hover {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-xxl-180 {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-xxl-180-hover:hover {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-xxl-185 {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-xxl-185-hover:hover {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-xxl-190 {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-xxl-190-hover:hover {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-xxl-195 {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-xxl-195-hover:hover {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-xxl-200 {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-xxl-200-hover:hover {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-xxl-205 {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-xxl-205-hover:hover {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-xxl-210 {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-xxl-210-hover:hover {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-xxl-215 {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-xxl-215-hover:hover {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-xxl-220 {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-xxl-220-hover:hover {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-xxl-225 {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-xxl-225-hover:hover {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-xxl-230 {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-xxl-230-hover:hover {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-xxl-235 {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-xxl-235-hover:hover {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-xxl-240 {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-xxl-240-hover:hover {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-xxl-245 {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-xxl-245-hover:hover {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-xxl-250 {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-xxl-250-hover:hover {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-xxl-255 {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-xxl-255-hover:hover {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-xxl-260 {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-xxl-260-hover:hover {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-xxl-265 {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-xxl-265-hover:hover {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-xxl-270 {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-xxl-270-hover:hover {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-xxl-275 {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-xxl-275-hover:hover {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-xxl-280 {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-xxl-280-hover:hover {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-xxl-285 {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-xxl-285-hover:hover {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-xxl-290 {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-xxl-290-hover:hover {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-xxl-295 {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-xxl-295-hover:hover {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-xxl-300 {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-xxl-300-hover:hover {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-xxl-305 {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-xxl-305-hover:hover {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-xxl-310 {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-xxl-310-hover:hover {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-xxl-315 {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-xxl-315-hover:hover {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-xxl-320 {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-xxl-320-hover:hover {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-xxl-325 {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-xxl-325-hover:hover {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-xxl-330 {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-xxl-330-hover:hover {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-xxl-335 {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-xxl-335-hover:hover {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-xxl-340 {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-xxl-340-hover:hover {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-xxl-345 {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-xxl-345-hover:hover {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-xxl-350 {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-xxl-350-hover:hover {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-xxl-355 {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-xxl-355-hover:hover {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-xxl-360 {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-xxl-360-hover:hover {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-xxl-365 {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-xxl-365-hover:hover {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-xxl-370 {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-xxl-370-hover:hover {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-xxl-375 {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-xxl-375-hover:hover {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-xxl-380 {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-xxl-380-hover:hover {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-xxl-385 {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-xxl-385-hover:hover {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-xxl-390 {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-xxl-390-hover:hover {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-xxl-395 {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-xxl-395-hover:hover {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-xxl-400 {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-xxl-400-hover:hover {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-xxl-405 {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-xxl-405-hover:hover {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-xxl-410 {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-xxl-410-hover:hover {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-xxl-415 {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-xxl-415-hover:hover {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-xxl-420 {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-xxl-420-hover:hover {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-xxl-425 {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-xxl-425-hover:hover {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-xxl-430 {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-xxl-430-hover:hover {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-xxl-435 {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-xxl-435-hover:hover {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-xxl-440 {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-xxl-440-hover:hover {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-xxl-445 {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-xxl-445-hover:hover {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-xxl-450 {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-xxl-450-hover:hover {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-xxl-455 {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-xxl-455-hover:hover {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-xxl-460 {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-xxl-460-hover:hover {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-xxl-465 {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-xxl-465-hover:hover {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-xxl-470 {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-xxl-470-hover:hover {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-xxl-475 {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-xxl-475-hover:hover {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-xxl-480 {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-xxl-480-hover:hover {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-xxl-485 {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-xxl-485-hover:hover {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-xxl-490 {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-xxl-490-hover:hover {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-xxl-495 {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-xxl-495-hover:hover {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-xxl-500 {
    --bs-bg-opacity: 5;
  }
  .bg-opacity-xxl-500-hover:hover {
    --bs-bg-opacity: 5;
  }
  .rounded-xxl {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xxl-0 {
    border-radius: 0 !important;
  }
  .rounded-xxl-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-xxl-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xxl-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-xxl-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-xxl-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-xxl-circle {
    border-radius: 50% !important;
  }
  .rounded-xxl-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-xxl-6 {
    border-radius: 3rem !important;
  }
  .rounded-xxl-7 {
    border-radius: 4rem !important;
  }
  .rounded-xxl-8 {
    border-radius: 6rem !important;
  }
  .rounded-top-xxl {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !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: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-xxl-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xxl-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-xxl-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-xxl-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !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: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top-xxl-6 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .rounded-top-xxl-7 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }
  .rounded-top-xxl-8 {
    border-top-left-radius: 6rem !important;
    border-top-right-radius: 6rem !important;
  }
  .rounded-end-xxl {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-xxl-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-xxl-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xxl-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-xxl-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-xxl-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-xxl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-xxl-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-xxl-6 {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
  .rounded-end-xxl-7 {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
  .rounded-end-xxl-8 {
    border-top-right-radius: 6rem !important;
    border-bottom-right-radius: 6rem !important;
  }
  .rounded-bottom-xxl {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !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: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-xxl-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xxl-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-xxl-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-xxl-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !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: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-xxl-6 {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
  }
  .rounded-bottom-xxl-7 {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }
  .rounded-bottom-xxl-8 {
    border-bottom-right-radius: 6rem !important;
    border-bottom-left-radius: 6rem !important;
  }
  .rounded-start-xxl {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-xxl-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-xxl-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xxl-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-xxl-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-xxl-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-xxl-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-xxl-6 {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
  }
  .rounded-start-xxl-7 {
    border-bottom-left-radius: 4rem !important;
    border-top-left-radius: 4rem !important;
  }
  .rounded-start-xxl-8 {
    border-bottom-left-radius: 6rem !important;
    border-top-left-radius: 6rem !important;
  }
  .z-xxl-n1 {
    z-index: -1 !important;
  }
  .z-xxl-0 {
    z-index: 0 !important;
  }
  .z-xxl-1 {
    z-index: 1 !important;
  }
  .z-xxl-2 {
    z-index: 2 !important;
  }
  .z-xxl-3 {
    z-index: 3 !important;
  }
  .flip-xxl-x {
    transform: scaleX(-1) !important;
  }
  .flip-xxl-y {
    transform: scaleY(-1) !important;
  }
  .scale-xxl-1 {
    transform: scale(1.05) !important;
  }
  .scale-xxl-1-hover:hover {
    transform: scale(1.05) !important;
  }
  .scale-xxl-2 {
    transform: scale(1.1) !important;
  }
  .scale-xxl-2-hover:hover {
    transform: scale(1.1) !important;
  }
  .ls-xxl-0 {
    letter-spacing: 0px !important;
  }
  .ls-xxl-1 {
    letter-spacing: 1px !important;
  }
  .ls-xxl-2 {
    letter-spacing: 2px !important;
  }
  .ls-xxl-3 {
    letter-spacing: 3px !important;
  }
  .ls-xxl-4 {
    letter-spacing: 4px !important;
  }
  .ls-xxl-5 {
    letter-spacing: 5px !important;
  }
  .ls-xxl-6 {
    letter-spacing: 6px !important;
  }
  .ls-xxl-7 {
    letter-spacing: 7px !important;
  }
  .ls-xxl-8 {
    letter-spacing: 8px !important;
  }
  .ls-xxl-9 {
    letter-spacing: 9px !important;
  }
  .ls-xxl-10 {
    letter-spacing: 10px !important;
  }
  .ls-xxl-11 {
    letter-spacing: 11px !important;
  }
  .ls-xxl-12 {
    letter-spacing: 12px !important;
  }
  .ls-xxl-13 {
    letter-spacing: 13px !important;
  }
  .ls-xxl-14 {
    letter-spacing: 14px !important;
  }
  .ls-xxl-15 {
    letter-spacing: 15px !important;
  }
  .cols-xxl-1 {
    -moz-columns: 1 !important;
         columns: 1 !important;
  }
  .cols-xxl-2 {
    -moz-columns: 2 !important;
         columns: 2 !important;
  }
  .cols-xxl-3 {
    -moz-columns: 3 !important;
         columns: 3 !important;
  }
  .cols-xxl-4 {
    -moz-columns: 4 !important;
         columns: 4 !important;
  }
  .cols-xxl-5 {
    -moz-columns: 5 !important;
         columns: 5 !important;
  }
  .cols-xxl-6 {
    -moz-columns: 6 !important;
         columns: 6 !important;
  }
  .cols-xxl-7 {
    -moz-columns: 7 !important;
         columns: 7 !important;
  }
  .cols-xxl-8 {
    -moz-columns: 8 !important;
         columns: 8 !important;
  }
  .cols-xxl-9 {
    -moz-columns: 9 !important;
         columns: 9 !important;
  }
  .cols-xxl-10 {
    -moz-columns: 10 !important;
         columns: 10 !important;
  }
  .cols-xxl-11 {
    -moz-columns: 11 !important;
         columns: 11 !important;
  }
  .cols-xxl-12 {
    -moz-columns: 12 !important;
         columns: 12 !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl2-start {
    float: left !important;
  }
  .float-xxl2-end {
    float: right !important;
  }
  .float-xxl2-none {
    float: none !important;
  }
  .object-fit-xxl2-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl2-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl2-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl2-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl2-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .opacity-xxl2-0 {
    opacity: 0 !important;
  }
  .opacity-xxl2-0-hover:hover {
    opacity: 0 !important;
  }
  .opacity-xxl2-5 {
    opacity: 0.05 !important;
  }
  .opacity-xxl2-5-hover:hover {
    opacity: 0.05 !important;
  }
  .opacity-xxl2-10 {
    opacity: 0.1 !important;
  }
  .opacity-xxl2-10-hover:hover {
    opacity: 0.1 !important;
  }
  .opacity-xxl2-15 {
    opacity: 0.15 !important;
  }
  .opacity-xxl2-15-hover:hover {
    opacity: 0.15 !important;
  }
  .opacity-xxl2-20 {
    opacity: 0.2 !important;
  }
  .opacity-xxl2-20-hover:hover {
    opacity: 0.2 !important;
  }
  .opacity-xxl2-25 {
    opacity: 0.25 !important;
  }
  .opacity-xxl2-25-hover:hover {
    opacity: 0.25 !important;
  }
  .opacity-xxl2-30 {
    opacity: 0.3 !important;
  }
  .opacity-xxl2-30-hover:hover {
    opacity: 0.3 !important;
  }
  .opacity-xxl2-35 {
    opacity: 0.35 !important;
  }
  .opacity-xxl2-35-hover:hover {
    opacity: 0.35 !important;
  }
  .opacity-xxl2-40 {
    opacity: 0.4 !important;
  }
  .opacity-xxl2-40-hover:hover {
    opacity: 0.4 !important;
  }
  .opacity-xxl2-45 {
    opacity: 0.45 !important;
  }
  .opacity-xxl2-45-hover:hover {
    opacity: 0.45 !important;
  }
  .opacity-xxl2-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxl2-50-hover:hover {
    opacity: 0.5 !important;
  }
  .opacity-xxl2-55 {
    opacity: 0.55 !important;
  }
  .opacity-xxl2-55-hover:hover {
    opacity: 0.55 !important;
  }
  .opacity-xxl2-60 {
    opacity: 0.6 !important;
  }
  .opacity-xxl2-60-hover:hover {
    opacity: 0.6 !important;
  }
  .opacity-xxl2-65 {
    opacity: 0.65 !important;
  }
  .opacity-xxl2-65-hover:hover {
    opacity: 0.65 !important;
  }
  .opacity-xxl2-70 {
    opacity: 0.7 !important;
  }
  .opacity-xxl2-70-hover:hover {
    opacity: 0.7 !important;
  }
  .opacity-xxl2-75 {
    opacity: 0.75 !important;
  }
  .opacity-xxl2-75-hover:hover {
    opacity: 0.75 !important;
  }
  .opacity-xxl2-80 {
    opacity: 0.8 !important;
  }
  .opacity-xxl2-80-hover:hover {
    opacity: 0.8 !important;
  }
  .opacity-xxl2-85 {
    opacity: 0.85 !important;
  }
  .opacity-xxl2-85-hover:hover {
    opacity: 0.85 !important;
  }
  .opacity-xxl2-90 {
    opacity: 0.9 !important;
  }
  .opacity-xxl2-90-hover:hover {
    opacity: 0.9 !important;
  }
  .opacity-xxl2-95 {
    opacity: 0.95 !important;
  }
  .opacity-xxl2-95-hover:hover {
    opacity: 0.95 !important;
  }
  .opacity-xxl2-100 {
    opacity: 1 !important;
  }
  .opacity-xxl2-100-hover:hover {
    opacity: 1 !important;
  }
  .opacity-xxl2-105 {
    opacity: 1.05 !important;
  }
  .opacity-xxl2-105-hover:hover {
    opacity: 1.05 !important;
  }
  .opacity-xxl2-110 {
    opacity: 1.1 !important;
  }
  .opacity-xxl2-110-hover:hover {
    opacity: 1.1 !important;
  }
  .opacity-xxl2-115 {
    opacity: 1.15 !important;
  }
  .opacity-xxl2-115-hover:hover {
    opacity: 1.15 !important;
  }
  .opacity-xxl2-120 {
    opacity: 1.2 !important;
  }
  .opacity-xxl2-120-hover:hover {
    opacity: 1.2 !important;
  }
  .opacity-xxl2-125 {
    opacity: 1.25 !important;
  }
  .opacity-xxl2-125-hover:hover {
    opacity: 1.25 !important;
  }
  .opacity-xxl2-130 {
    opacity: 1.3 !important;
  }
  .opacity-xxl2-130-hover:hover {
    opacity: 1.3 !important;
  }
  .opacity-xxl2-135 {
    opacity: 1.35 !important;
  }
  .opacity-xxl2-135-hover:hover {
    opacity: 1.35 !important;
  }
  .opacity-xxl2-140 {
    opacity: 1.4 !important;
  }
  .opacity-xxl2-140-hover:hover {
    opacity: 1.4 !important;
  }
  .opacity-xxl2-145 {
    opacity: 1.45 !important;
  }
  .opacity-xxl2-145-hover:hover {
    opacity: 1.45 !important;
  }
  .opacity-xxl2-150 {
    opacity: 1.5 !important;
  }
  .opacity-xxl2-150-hover:hover {
    opacity: 1.5 !important;
  }
  .opacity-xxl2-155 {
    opacity: 1.55 !important;
  }
  .opacity-xxl2-155-hover:hover {
    opacity: 1.55 !important;
  }
  .opacity-xxl2-160 {
    opacity: 1.6 !important;
  }
  .opacity-xxl2-160-hover:hover {
    opacity: 1.6 !important;
  }
  .opacity-xxl2-165 {
    opacity: 1.65 !important;
  }
  .opacity-xxl2-165-hover:hover {
    opacity: 1.65 !important;
  }
  .opacity-xxl2-170 {
    opacity: 1.7 !important;
  }
  .opacity-xxl2-170-hover:hover {
    opacity: 1.7 !important;
  }
  .opacity-xxl2-175 {
    opacity: 1.75 !important;
  }
  .opacity-xxl2-175-hover:hover {
    opacity: 1.75 !important;
  }
  .opacity-xxl2-180 {
    opacity: 1.8 !important;
  }
  .opacity-xxl2-180-hover:hover {
    opacity: 1.8 !important;
  }
  .opacity-xxl2-185 {
    opacity: 1.85 !important;
  }
  .opacity-xxl2-185-hover:hover {
    opacity: 1.85 !important;
  }
  .opacity-xxl2-190 {
    opacity: 1.9 !important;
  }
  .opacity-xxl2-190-hover:hover {
    opacity: 1.9 !important;
  }
  .opacity-xxl2-195 {
    opacity: 1.95 !important;
  }
  .opacity-xxl2-195-hover:hover {
    opacity: 1.95 !important;
  }
  .opacity-xxl2-200 {
    opacity: 2 !important;
  }
  .opacity-xxl2-200-hover:hover {
    opacity: 2 !important;
  }
  .opacity-xxl2-205 {
    opacity: 2.05 !important;
  }
  .opacity-xxl2-205-hover:hover {
    opacity: 2.05 !important;
  }
  .opacity-xxl2-210 {
    opacity: 2.1 !important;
  }
  .opacity-xxl2-210-hover:hover {
    opacity: 2.1 !important;
  }
  .opacity-xxl2-215 {
    opacity: 2.15 !important;
  }
  .opacity-xxl2-215-hover:hover {
    opacity: 2.15 !important;
  }
  .opacity-xxl2-220 {
    opacity: 2.2 !important;
  }
  .opacity-xxl2-220-hover:hover {
    opacity: 2.2 !important;
  }
  .opacity-xxl2-225 {
    opacity: 2.25 !important;
  }
  .opacity-xxl2-225-hover:hover {
    opacity: 2.25 !important;
  }
  .opacity-xxl2-230 {
    opacity: 2.3 !important;
  }
  .opacity-xxl2-230-hover:hover {
    opacity: 2.3 !important;
  }
  .opacity-xxl2-235 {
    opacity: 2.35 !important;
  }
  .opacity-xxl2-235-hover:hover {
    opacity: 2.35 !important;
  }
  .opacity-xxl2-240 {
    opacity: 2.4 !important;
  }
  .opacity-xxl2-240-hover:hover {
    opacity: 2.4 !important;
  }
  .opacity-xxl2-245 {
    opacity: 2.45 !important;
  }
  .opacity-xxl2-245-hover:hover {
    opacity: 2.45 !important;
  }
  .opacity-xxl2-250 {
    opacity: 2.5 !important;
  }
  .opacity-xxl2-250-hover:hover {
    opacity: 2.5 !important;
  }
  .opacity-xxl2-255 {
    opacity: 2.55 !important;
  }
  .opacity-xxl2-255-hover:hover {
    opacity: 2.55 !important;
  }
  .opacity-xxl2-260 {
    opacity: 2.6 !important;
  }
  .opacity-xxl2-260-hover:hover {
    opacity: 2.6 !important;
  }
  .opacity-xxl2-265 {
    opacity: 2.65 !important;
  }
  .opacity-xxl2-265-hover:hover {
    opacity: 2.65 !important;
  }
  .opacity-xxl2-270 {
    opacity: 2.7 !important;
  }
  .opacity-xxl2-270-hover:hover {
    opacity: 2.7 !important;
  }
  .opacity-xxl2-275 {
    opacity: 2.75 !important;
  }
  .opacity-xxl2-275-hover:hover {
    opacity: 2.75 !important;
  }
  .opacity-xxl2-280 {
    opacity: 2.8 !important;
  }
  .opacity-xxl2-280-hover:hover {
    opacity: 2.8 !important;
  }
  .opacity-xxl2-285 {
    opacity: 2.85 !important;
  }
  .opacity-xxl2-285-hover:hover {
    opacity: 2.85 !important;
  }
  .opacity-xxl2-290 {
    opacity: 2.9 !important;
  }
  .opacity-xxl2-290-hover:hover {
    opacity: 2.9 !important;
  }
  .opacity-xxl2-295 {
    opacity: 2.95 !important;
  }
  .opacity-xxl2-295-hover:hover {
    opacity: 2.95 !important;
  }
  .opacity-xxl2-300 {
    opacity: 3 !important;
  }
  .opacity-xxl2-300-hover:hover {
    opacity: 3 !important;
  }
  .opacity-xxl2-305 {
    opacity: 3.05 !important;
  }
  .opacity-xxl2-305-hover:hover {
    opacity: 3.05 !important;
  }
  .opacity-xxl2-310 {
    opacity: 3.1 !important;
  }
  .opacity-xxl2-310-hover:hover {
    opacity: 3.1 !important;
  }
  .opacity-xxl2-315 {
    opacity: 3.15 !important;
  }
  .opacity-xxl2-315-hover:hover {
    opacity: 3.15 !important;
  }
  .opacity-xxl2-320 {
    opacity: 3.2 !important;
  }
  .opacity-xxl2-320-hover:hover {
    opacity: 3.2 !important;
  }
  .opacity-xxl2-325 {
    opacity: 3.25 !important;
  }
  .opacity-xxl2-325-hover:hover {
    opacity: 3.25 !important;
  }
  .opacity-xxl2-330 {
    opacity: 3.3 !important;
  }
  .opacity-xxl2-330-hover:hover {
    opacity: 3.3 !important;
  }
  .opacity-xxl2-335 {
    opacity: 3.35 !important;
  }
  .opacity-xxl2-335-hover:hover {
    opacity: 3.35 !important;
  }
  .opacity-xxl2-340 {
    opacity: 3.4 !important;
  }
  .opacity-xxl2-340-hover:hover {
    opacity: 3.4 !important;
  }
  .opacity-xxl2-345 {
    opacity: 3.45 !important;
  }
  .opacity-xxl2-345-hover:hover {
    opacity: 3.45 !important;
  }
  .opacity-xxl2-350 {
    opacity: 3.5 !important;
  }
  .opacity-xxl2-350-hover:hover {
    opacity: 3.5 !important;
  }
  .opacity-xxl2-355 {
    opacity: 3.55 !important;
  }
  .opacity-xxl2-355-hover:hover {
    opacity: 3.55 !important;
  }
  .opacity-xxl2-360 {
    opacity: 3.6 !important;
  }
  .opacity-xxl2-360-hover:hover {
    opacity: 3.6 !important;
  }
  .opacity-xxl2-365 {
    opacity: 3.65 !important;
  }
  .opacity-xxl2-365-hover:hover {
    opacity: 3.65 !important;
  }
  .opacity-xxl2-370 {
    opacity: 3.7 !important;
  }
  .opacity-xxl2-370-hover:hover {
    opacity: 3.7 !important;
  }
  .opacity-xxl2-375 {
    opacity: 3.75 !important;
  }
  .opacity-xxl2-375-hover:hover {
    opacity: 3.75 !important;
  }
  .opacity-xxl2-380 {
    opacity: 3.8 !important;
  }
  .opacity-xxl2-380-hover:hover {
    opacity: 3.8 !important;
  }
  .opacity-xxl2-385 {
    opacity: 3.85 !important;
  }
  .opacity-xxl2-385-hover:hover {
    opacity: 3.85 !important;
  }
  .opacity-xxl2-390 {
    opacity: 3.9 !important;
  }
  .opacity-xxl2-390-hover:hover {
    opacity: 3.9 !important;
  }
  .opacity-xxl2-395 {
    opacity: 3.95 !important;
  }
  .opacity-xxl2-395-hover:hover {
    opacity: 3.95 !important;
  }
  .opacity-xxl2-400 {
    opacity: 4 !important;
  }
  .opacity-xxl2-400-hover:hover {
    opacity: 4 !important;
  }
  .opacity-xxl2-405 {
    opacity: 4.05 !important;
  }
  .opacity-xxl2-405-hover:hover {
    opacity: 4.05 !important;
  }
  .opacity-xxl2-410 {
    opacity: 4.1 !important;
  }
  .opacity-xxl2-410-hover:hover {
    opacity: 4.1 !important;
  }
  .opacity-xxl2-415 {
    opacity: 4.15 !important;
  }
  .opacity-xxl2-415-hover:hover {
    opacity: 4.15 !important;
  }
  .opacity-xxl2-420 {
    opacity: 4.2 !important;
  }
  .opacity-xxl2-420-hover:hover {
    opacity: 4.2 !important;
  }
  .opacity-xxl2-425 {
    opacity: 4.25 !important;
  }
  .opacity-xxl2-425-hover:hover {
    opacity: 4.25 !important;
  }
  .opacity-xxl2-430 {
    opacity: 4.3 !important;
  }
  .opacity-xxl2-430-hover:hover {
    opacity: 4.3 !important;
  }
  .opacity-xxl2-435 {
    opacity: 4.35 !important;
  }
  .opacity-xxl2-435-hover:hover {
    opacity: 4.35 !important;
  }
  .opacity-xxl2-440 {
    opacity: 4.4 !important;
  }
  .opacity-xxl2-440-hover:hover {
    opacity: 4.4 !important;
  }
  .opacity-xxl2-445 {
    opacity: 4.45 !important;
  }
  .opacity-xxl2-445-hover:hover {
    opacity: 4.45 !important;
  }
  .opacity-xxl2-450 {
    opacity: 4.5 !important;
  }
  .opacity-xxl2-450-hover:hover {
    opacity: 4.5 !important;
  }
  .opacity-xxl2-455 {
    opacity: 4.55 !important;
  }
  .opacity-xxl2-455-hover:hover {
    opacity: 4.55 !important;
  }
  .opacity-xxl2-460 {
    opacity: 4.6 !important;
  }
  .opacity-xxl2-460-hover:hover {
    opacity: 4.6 !important;
  }
  .opacity-xxl2-465 {
    opacity: 4.65 !important;
  }
  .opacity-xxl2-465-hover:hover {
    opacity: 4.65 !important;
  }
  .opacity-xxl2-470 {
    opacity: 4.7 !important;
  }
  .opacity-xxl2-470-hover:hover {
    opacity: 4.7 !important;
  }
  .opacity-xxl2-475 {
    opacity: 4.75 !important;
  }
  .opacity-xxl2-475-hover:hover {
    opacity: 4.75 !important;
  }
  .opacity-xxl2-480 {
    opacity: 4.8 !important;
  }
  .opacity-xxl2-480-hover:hover {
    opacity: 4.8 !important;
  }
  .opacity-xxl2-485 {
    opacity: 4.85 !important;
  }
  .opacity-xxl2-485-hover:hover {
    opacity: 4.85 !important;
  }
  .opacity-xxl2-490 {
    opacity: 4.9 !important;
  }
  .opacity-xxl2-490-hover:hover {
    opacity: 4.9 !important;
  }
  .opacity-xxl2-495 {
    opacity: 4.95 !important;
  }
  .opacity-xxl2-495-hover:hover {
    opacity: 4.95 !important;
  }
  .opacity-xxl2-500 {
    opacity: 5 !important;
  }
  .opacity-xxl2-500-hover:hover {
    opacity: 5 !important;
  }
  .d-xxl2-inline {
    display: inline !important;
  }
  .d-xxl2-inline-block {
    display: inline-block !important;
  }
  .d-xxl2-block {
    display: block !important;
  }
  .d-xxl2-grid {
    display: grid !important;
  }
  .d-xxl2-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl2-table {
    display: table !important;
  }
  .d-xxl2-table-row {
    display: table-row !important;
  }
  .d-xxl2-table-cell {
    display: table-cell !important;
  }
  .d-xxl2-flex {
    display: flex !important;
  }
  .d-xxl2-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl2-none {
    display: none !important;
  }
  .position-xxl2-static {
    position: static !important;
  }
  .position-xxl2-relative {
    position: relative !important;
  }
  .position-xxl2-absolute {
    position: absolute !important;
  }
  .position-xxl2-fixed {
    position: fixed !important;
  }
  .position-xxl2-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .top-xxl2-0 {
    top: 0% !important;
  }
  .top-xxl2-1 {
    top: 1% !important;
  }
  .top-xxl2-2 {
    top: 2% !important;
  }
  .top-xxl2-3 {
    top: 3% !important;
  }
  .top-xxl2-4 {
    top: 4% !important;
  }
  .top-xxl2-5 {
    top: 5% !important;
  }
  .top-xxl2-6 {
    top: 6% !important;
  }
  .top-xxl2-7 {
    top: 7% !important;
  }
  .top-xxl2-8 {
    top: 8% !important;
  }
  .top-xxl2-9 {
    top: 9% !important;
  }
  .top-xxl2-10 {
    top: 10% !important;
  }
  .top-xxl2-11 {
    top: 11% !important;
  }
  .top-xxl2-12 {
    top: 12% !important;
  }
  .top-xxl2-13 {
    top: 13% !important;
  }
  .top-xxl2-14 {
    top: 14% !important;
  }
  .top-xxl2-15 {
    top: 15% !important;
  }
  .top-xxl2-16 {
    top: 16% !important;
  }
  .top-xxl2-17 {
    top: 17% !important;
  }
  .top-xxl2-18 {
    top: 18% !important;
  }
  .top-xxl2-19 {
    top: 19% !important;
  }
  .top-xxl2-20 {
    top: 20% !important;
  }
  .top-xxl2-21 {
    top: 21% !important;
  }
  .top-xxl2-22 {
    top: 22% !important;
  }
  .top-xxl2-23 {
    top: 23% !important;
  }
  .top-xxl2-24 {
    top: 24% !important;
  }
  .top-xxl2-25 {
    top: 25% !important;
  }
  .top-xxl2-26 {
    top: 26% !important;
  }
  .top-xxl2-27 {
    top: 27% !important;
  }
  .top-xxl2-28 {
    top: 28% !important;
  }
  .top-xxl2-29 {
    top: 29% !important;
  }
  .top-xxl2-30 {
    top: 30% !important;
  }
  .top-xxl2-31 {
    top: 31% !important;
  }
  .top-xxl2-32 {
    top: 32% !important;
  }
  .top-xxl2-33 {
    top: 33% !important;
  }
  .top-xxl2-34 {
    top: 34% !important;
  }
  .top-xxl2-35 {
    top: 35% !important;
  }
  .top-xxl2-36 {
    top: 36% !important;
  }
  .top-xxl2-37 {
    top: 37% !important;
  }
  .top-xxl2-38 {
    top: 38% !important;
  }
  .top-xxl2-39 {
    top: 39% !important;
  }
  .top-xxl2-40 {
    top: 40% !important;
  }
  .top-xxl2-41 {
    top: 41% !important;
  }
  .top-xxl2-42 {
    top: 42% !important;
  }
  .top-xxl2-43 {
    top: 43% !important;
  }
  .top-xxl2-44 {
    top: 44% !important;
  }
  .top-xxl2-45 {
    top: 45% !important;
  }
  .top-xxl2-46 {
    top: 46% !important;
  }
  .top-xxl2-47 {
    top: 47% !important;
  }
  .top-xxl2-48 {
    top: 48% !important;
  }
  .top-xxl2-49 {
    top: 49% !important;
  }
  .top-xxl2-50 {
    top: 50% !important;
  }
  .top-xxl2-51 {
    top: 51% !important;
  }
  .top-xxl2-52 {
    top: 52% !important;
  }
  .top-xxl2-53 {
    top: 53% !important;
  }
  .top-xxl2-54 {
    top: 54% !important;
  }
  .top-xxl2-55 {
    top: 55% !important;
  }
  .top-xxl2-56 {
    top: 56% !important;
  }
  .top-xxl2-57 {
    top: 57% !important;
  }
  .top-xxl2-58 {
    top: 58% !important;
  }
  .top-xxl2-59 {
    top: 59% !important;
  }
  .top-xxl2-60 {
    top: 60% !important;
  }
  .top-xxl2-61 {
    top: 61% !important;
  }
  .top-xxl2-62 {
    top: 62% !important;
  }
  .top-xxl2-63 {
    top: 63% !important;
  }
  .top-xxl2-64 {
    top: 64% !important;
  }
  .top-xxl2-65 {
    top: 65% !important;
  }
  .top-xxl2-66 {
    top: 66% !important;
  }
  .top-xxl2-67 {
    top: 67% !important;
  }
  .top-xxl2-68 {
    top: 68% !important;
  }
  .top-xxl2-69 {
    top: 69% !important;
  }
  .top-xxl2-70 {
    top: 70% !important;
  }
  .top-xxl2-71 {
    top: 71% !important;
  }
  .top-xxl2-72 {
    top: 72% !important;
  }
  .top-xxl2-73 {
    top: 73% !important;
  }
  .top-xxl2-74 {
    top: 74% !important;
  }
  .top-xxl2-75 {
    top: 75% !important;
  }
  .top-xxl2-76 {
    top: 76% !important;
  }
  .top-xxl2-77 {
    top: 77% !important;
  }
  .top-xxl2-78 {
    top: 78% !important;
  }
  .top-xxl2-79 {
    top: 79% !important;
  }
  .top-xxl2-80 {
    top: 80% !important;
  }
  .top-xxl2-81 {
    top: 81% !important;
  }
  .top-xxl2-82 {
    top: 82% !important;
  }
  .top-xxl2-83 {
    top: 83% !important;
  }
  .top-xxl2-84 {
    top: 84% !important;
  }
  .top-xxl2-85 {
    top: 85% !important;
  }
  .top-xxl2-86 {
    top: 86% !important;
  }
  .top-xxl2-87 {
    top: 87% !important;
  }
  .top-xxl2-88 {
    top: 88% !important;
  }
  .top-xxl2-89 {
    top: 89% !important;
  }
  .top-xxl2-90 {
    top: 90% !important;
  }
  .top-xxl2-91 {
    top: 91% !important;
  }
  .top-xxl2-92 {
    top: 92% !important;
  }
  .top-xxl2-93 {
    top: 93% !important;
  }
  .top-xxl2-94 {
    top: 94% !important;
  }
  .top-xxl2-95 {
    top: 95% !important;
  }
  .top-xxl2-96 {
    top: 96% !important;
  }
  .top-xxl2-97 {
    top: 97% !important;
  }
  .top-xxl2-98 {
    top: 98% !important;
  }
  .top-xxl2-99 {
    top: 99% !important;
  }
  .top-xxl2-100 {
    top: 100% !important;
  }
  .top-xxl2-n1 {
    top: -1% !important;
  }
  .top-xxl2-n2 {
    top: -2% !important;
  }
  .top-xxl2-n3 {
    top: -3% !important;
  }
  .top-xxl2-n4 {
    top: -4% !important;
  }
  .top-xxl2-n5 {
    top: -5% !important;
  }
  .top-xxl2-n6 {
    top: -6% !important;
  }
  .top-xxl2-n7 {
    top: -7% !important;
  }
  .top-xxl2-n8 {
    top: -8% !important;
  }
  .top-xxl2-n9 {
    top: -9% !important;
  }
  .top-xxl2-n10 {
    top: -10% !important;
  }
  .top-xxl2-n11 {
    top: -11% !important;
  }
  .top-xxl2-n12 {
    top: -12% !important;
  }
  .top-xxl2-n13 {
    top: -13% !important;
  }
  .top-xxl2-n14 {
    top: -14% !important;
  }
  .top-xxl2-n15 {
    top: -15% !important;
  }
  .top-xxl2-n16 {
    top: -16% !important;
  }
  .top-xxl2-n17 {
    top: -17% !important;
  }
  .top-xxl2-n18 {
    top: -18% !important;
  }
  .top-xxl2-n19 {
    top: -19% !important;
  }
  .top-xxl2-n20 {
    top: -20% !important;
  }
  .top-xxl2-n21 {
    top: -21% !important;
  }
  .top-xxl2-n22 {
    top: -22% !important;
  }
  .top-xxl2-n23 {
    top: -23% !important;
  }
  .top-xxl2-n24 {
    top: -24% !important;
  }
  .top-xxl2-n25 {
    top: -25% !important;
  }
  .top-xxl2-n26 {
    top: -26% !important;
  }
  .top-xxl2-n27 {
    top: -27% !important;
  }
  .top-xxl2-n28 {
    top: -28% !important;
  }
  .top-xxl2-n29 {
    top: -29% !important;
  }
  .top-xxl2-n30 {
    top: -30% !important;
  }
  .top-xxl2-n31 {
    top: -31% !important;
  }
  .top-xxl2-n32 {
    top: -32% !important;
  }
  .top-xxl2-n33 {
    top: -33% !important;
  }
  .top-xxl2-n34 {
    top: -34% !important;
  }
  .top-xxl2-n35 {
    top: -35% !important;
  }
  .top-xxl2-n36 {
    top: -36% !important;
  }
  .top-xxl2-n37 {
    top: -37% !important;
  }
  .top-xxl2-n38 {
    top: -38% !important;
  }
  .top-xxl2-n39 {
    top: -39% !important;
  }
  .top-xxl2-n40 {
    top: -40% !important;
  }
  .top-xxl2-n41 {
    top: -41% !important;
  }
  .top-xxl2-n42 {
    top: -42% !important;
  }
  .top-xxl2-n43 {
    top: -43% !important;
  }
  .top-xxl2-n44 {
    top: -44% !important;
  }
  .top-xxl2-n45 {
    top: -45% !important;
  }
  .top-xxl2-n46 {
    top: -46% !important;
  }
  .top-xxl2-n47 {
    top: -47% !important;
  }
  .top-xxl2-n48 {
    top: -48% !important;
  }
  .top-xxl2-n49 {
    top: -49% !important;
  }
  .top-xxl2-n50 {
    top: -50% !important;
  }
  .top-xxl2-n51 {
    top: -51% !important;
  }
  .top-xxl2-n52 {
    top: -52% !important;
  }
  .top-xxl2-n53 {
    top: -53% !important;
  }
  .top-xxl2-n54 {
    top: -54% !important;
  }
  .top-xxl2-n55 {
    top: -55% !important;
  }
  .top-xxl2-n56 {
    top: -56% !important;
  }
  .top-xxl2-n57 {
    top: -57% !important;
  }
  .top-xxl2-n58 {
    top: -58% !important;
  }
  .top-xxl2-n59 {
    top: -59% !important;
  }
  .top-xxl2-n60 {
    top: -60% !important;
  }
  .top-xxl2-n61 {
    top: -61% !important;
  }
  .top-xxl2-n62 {
    top: -62% !important;
  }
  .top-xxl2-n63 {
    top: -63% !important;
  }
  .top-xxl2-n64 {
    top: -64% !important;
  }
  .top-xxl2-n65 {
    top: -65% !important;
  }
  .top-xxl2-n66 {
    top: -66% !important;
  }
  .top-xxl2-n67 {
    top: -67% !important;
  }
  .top-xxl2-n68 {
    top: -68% !important;
  }
  .top-xxl2-n69 {
    top: -69% !important;
  }
  .top-xxl2-n70 {
    top: -70% !important;
  }
  .top-xxl2-n71 {
    top: -71% !important;
  }
  .top-xxl2-n72 {
    top: -72% !important;
  }
  .top-xxl2-n73 {
    top: -73% !important;
  }
  .top-xxl2-n74 {
    top: -74% !important;
  }
  .top-xxl2-n75 {
    top: -75% !important;
  }
  .top-xxl2-n76 {
    top: -76% !important;
  }
  .top-xxl2-n77 {
    top: -77% !important;
  }
  .top-xxl2-n78 {
    top: -78% !important;
  }
  .top-xxl2-n79 {
    top: -79% !important;
  }
  .top-xxl2-n80 {
    top: -80% !important;
  }
  .top-xxl2-n81 {
    top: -81% !important;
  }
  .top-xxl2-n82 {
    top: -82% !important;
  }
  .top-xxl2-n83 {
    top: -83% !important;
  }
  .top-xxl2-n84 {
    top: -84% !important;
  }
  .top-xxl2-n85 {
    top: -85% !important;
  }
  .top-xxl2-n86 {
    top: -86% !important;
  }
  .top-xxl2-n87 {
    top: -87% !important;
  }
  .top-xxl2-n88 {
    top: -88% !important;
  }
  .top-xxl2-n89 {
    top: -89% !important;
  }
  .top-xxl2-n90 {
    top: -90% !important;
  }
  .top-xxl2-n91 {
    top: -91% !important;
  }
  .top-xxl2-n92 {
    top: -92% !important;
  }
  .top-xxl2-n93 {
    top: -93% !important;
  }
  .top-xxl2-n94 {
    top: -94% !important;
  }
  .top-xxl2-n95 {
    top: -95% !important;
  }
  .top-xxl2-n96 {
    top: -96% !important;
  }
  .top-xxl2-n97 {
    top: -97% !important;
  }
  .top-xxl2-n98 {
    top: -98% !important;
  }
  .top-xxl2-n99 {
    top: -99% !important;
  }
  .top-xxl2-n100 {
    top: -100% !important;
  }
  .top-xxl2-auto {
    top: auto !important;
  }
  .bottom-xxl2-0 {
    bottom: 0% !important;
  }
  .bottom-xxl2-1 {
    bottom: 1% !important;
  }
  .bottom-xxl2-2 {
    bottom: 2% !important;
  }
  .bottom-xxl2-3 {
    bottom: 3% !important;
  }
  .bottom-xxl2-4 {
    bottom: 4% !important;
  }
  .bottom-xxl2-5 {
    bottom: 5% !important;
  }
  .bottom-xxl2-6 {
    bottom: 6% !important;
  }
  .bottom-xxl2-7 {
    bottom: 7% !important;
  }
  .bottom-xxl2-8 {
    bottom: 8% !important;
  }
  .bottom-xxl2-9 {
    bottom: 9% !important;
  }
  .bottom-xxl2-10 {
    bottom: 10% !important;
  }
  .bottom-xxl2-11 {
    bottom: 11% !important;
  }
  .bottom-xxl2-12 {
    bottom: 12% !important;
  }
  .bottom-xxl2-13 {
    bottom: 13% !important;
  }
  .bottom-xxl2-14 {
    bottom: 14% !important;
  }
  .bottom-xxl2-15 {
    bottom: 15% !important;
  }
  .bottom-xxl2-16 {
    bottom: 16% !important;
  }
  .bottom-xxl2-17 {
    bottom: 17% !important;
  }
  .bottom-xxl2-18 {
    bottom: 18% !important;
  }
  .bottom-xxl2-19 {
    bottom: 19% !important;
  }
  .bottom-xxl2-20 {
    bottom: 20% !important;
  }
  .bottom-xxl2-21 {
    bottom: 21% !important;
  }
  .bottom-xxl2-22 {
    bottom: 22% !important;
  }
  .bottom-xxl2-23 {
    bottom: 23% !important;
  }
  .bottom-xxl2-24 {
    bottom: 24% !important;
  }
  .bottom-xxl2-25 {
    bottom: 25% !important;
  }
  .bottom-xxl2-26 {
    bottom: 26% !important;
  }
  .bottom-xxl2-27 {
    bottom: 27% !important;
  }
  .bottom-xxl2-28 {
    bottom: 28% !important;
  }
  .bottom-xxl2-29 {
    bottom: 29% !important;
  }
  .bottom-xxl2-30 {
    bottom: 30% !important;
  }
  .bottom-xxl2-31 {
    bottom: 31% !important;
  }
  .bottom-xxl2-32 {
    bottom: 32% !important;
  }
  .bottom-xxl2-33 {
    bottom: 33% !important;
  }
  .bottom-xxl2-34 {
    bottom: 34% !important;
  }
  .bottom-xxl2-35 {
    bottom: 35% !important;
  }
  .bottom-xxl2-36 {
    bottom: 36% !important;
  }
  .bottom-xxl2-37 {
    bottom: 37% !important;
  }
  .bottom-xxl2-38 {
    bottom: 38% !important;
  }
  .bottom-xxl2-39 {
    bottom: 39% !important;
  }
  .bottom-xxl2-40 {
    bottom: 40% !important;
  }
  .bottom-xxl2-41 {
    bottom: 41% !important;
  }
  .bottom-xxl2-42 {
    bottom: 42% !important;
  }
  .bottom-xxl2-43 {
    bottom: 43% !important;
  }
  .bottom-xxl2-44 {
    bottom: 44% !important;
  }
  .bottom-xxl2-45 {
    bottom: 45% !important;
  }
  .bottom-xxl2-46 {
    bottom: 46% !important;
  }
  .bottom-xxl2-47 {
    bottom: 47% !important;
  }
  .bottom-xxl2-48 {
    bottom: 48% !important;
  }
  .bottom-xxl2-49 {
    bottom: 49% !important;
  }
  .bottom-xxl2-50 {
    bottom: 50% !important;
  }
  .bottom-xxl2-51 {
    bottom: 51% !important;
  }
  .bottom-xxl2-52 {
    bottom: 52% !important;
  }
  .bottom-xxl2-53 {
    bottom: 53% !important;
  }
  .bottom-xxl2-54 {
    bottom: 54% !important;
  }
  .bottom-xxl2-55 {
    bottom: 55% !important;
  }
  .bottom-xxl2-56 {
    bottom: 56% !important;
  }
  .bottom-xxl2-57 {
    bottom: 57% !important;
  }
  .bottom-xxl2-58 {
    bottom: 58% !important;
  }
  .bottom-xxl2-59 {
    bottom: 59% !important;
  }
  .bottom-xxl2-60 {
    bottom: 60% !important;
  }
  .bottom-xxl2-61 {
    bottom: 61% !important;
  }
  .bottom-xxl2-62 {
    bottom: 62% !important;
  }
  .bottom-xxl2-63 {
    bottom: 63% !important;
  }
  .bottom-xxl2-64 {
    bottom: 64% !important;
  }
  .bottom-xxl2-65 {
    bottom: 65% !important;
  }
  .bottom-xxl2-66 {
    bottom: 66% !important;
  }
  .bottom-xxl2-67 {
    bottom: 67% !important;
  }
  .bottom-xxl2-68 {
    bottom: 68% !important;
  }
  .bottom-xxl2-69 {
    bottom: 69% !important;
  }
  .bottom-xxl2-70 {
    bottom: 70% !important;
  }
  .bottom-xxl2-71 {
    bottom: 71% !important;
  }
  .bottom-xxl2-72 {
    bottom: 72% !important;
  }
  .bottom-xxl2-73 {
    bottom: 73% !important;
  }
  .bottom-xxl2-74 {
    bottom: 74% !important;
  }
  .bottom-xxl2-75 {
    bottom: 75% !important;
  }
  .bottom-xxl2-76 {
    bottom: 76% !important;
  }
  .bottom-xxl2-77 {
    bottom: 77% !important;
  }
  .bottom-xxl2-78 {
    bottom: 78% !important;
  }
  .bottom-xxl2-79 {
    bottom: 79% !important;
  }
  .bottom-xxl2-80 {
    bottom: 80% !important;
  }
  .bottom-xxl2-81 {
    bottom: 81% !important;
  }
  .bottom-xxl2-82 {
    bottom: 82% !important;
  }
  .bottom-xxl2-83 {
    bottom: 83% !important;
  }
  .bottom-xxl2-84 {
    bottom: 84% !important;
  }
  .bottom-xxl2-85 {
    bottom: 85% !important;
  }
  .bottom-xxl2-86 {
    bottom: 86% !important;
  }
  .bottom-xxl2-87 {
    bottom: 87% !important;
  }
  .bottom-xxl2-88 {
    bottom: 88% !important;
  }
  .bottom-xxl2-89 {
    bottom: 89% !important;
  }
  .bottom-xxl2-90 {
    bottom: 90% !important;
  }
  .bottom-xxl2-91 {
    bottom: 91% !important;
  }
  .bottom-xxl2-92 {
    bottom: 92% !important;
  }
  .bottom-xxl2-93 {
    bottom: 93% !important;
  }
  .bottom-xxl2-94 {
    bottom: 94% !important;
  }
  .bottom-xxl2-95 {
    bottom: 95% !important;
  }
  .bottom-xxl2-96 {
    bottom: 96% !important;
  }
  .bottom-xxl2-97 {
    bottom: 97% !important;
  }
  .bottom-xxl2-98 {
    bottom: 98% !important;
  }
  .bottom-xxl2-99 {
    bottom: 99% !important;
  }
  .bottom-xxl2-100 {
    bottom: 100% !important;
  }
  .bottom-xxl2-n1 {
    bottom: -1% !important;
  }
  .bottom-xxl2-n2 {
    bottom: -2% !important;
  }
  .bottom-xxl2-n3 {
    bottom: -3% !important;
  }
  .bottom-xxl2-n4 {
    bottom: -4% !important;
  }
  .bottom-xxl2-n5 {
    bottom: -5% !important;
  }
  .bottom-xxl2-n6 {
    bottom: -6% !important;
  }
  .bottom-xxl2-n7 {
    bottom: -7% !important;
  }
  .bottom-xxl2-n8 {
    bottom: -8% !important;
  }
  .bottom-xxl2-n9 {
    bottom: -9% !important;
  }
  .bottom-xxl2-n10 {
    bottom: -10% !important;
  }
  .bottom-xxl2-n11 {
    bottom: -11% !important;
  }
  .bottom-xxl2-n12 {
    bottom: -12% !important;
  }
  .bottom-xxl2-n13 {
    bottom: -13% !important;
  }
  .bottom-xxl2-n14 {
    bottom: -14% !important;
  }
  .bottom-xxl2-n15 {
    bottom: -15% !important;
  }
  .bottom-xxl2-n16 {
    bottom: -16% !important;
  }
  .bottom-xxl2-n17 {
    bottom: -17% !important;
  }
  .bottom-xxl2-n18 {
    bottom: -18% !important;
  }
  .bottom-xxl2-n19 {
    bottom: -19% !important;
  }
  .bottom-xxl2-n20 {
    bottom: -20% !important;
  }
  .bottom-xxl2-n21 {
    bottom: -21% !important;
  }
  .bottom-xxl2-n22 {
    bottom: -22% !important;
  }
  .bottom-xxl2-n23 {
    bottom: -23% !important;
  }
  .bottom-xxl2-n24 {
    bottom: -24% !important;
  }
  .bottom-xxl2-n25 {
    bottom: -25% !important;
  }
  .bottom-xxl2-n26 {
    bottom: -26% !important;
  }
  .bottom-xxl2-n27 {
    bottom: -27% !important;
  }
  .bottom-xxl2-n28 {
    bottom: -28% !important;
  }
  .bottom-xxl2-n29 {
    bottom: -29% !important;
  }
  .bottom-xxl2-n30 {
    bottom: -30% !important;
  }
  .bottom-xxl2-n31 {
    bottom: -31% !important;
  }
  .bottom-xxl2-n32 {
    bottom: -32% !important;
  }
  .bottom-xxl2-n33 {
    bottom: -33% !important;
  }
  .bottom-xxl2-n34 {
    bottom: -34% !important;
  }
  .bottom-xxl2-n35 {
    bottom: -35% !important;
  }
  .bottom-xxl2-n36 {
    bottom: -36% !important;
  }
  .bottom-xxl2-n37 {
    bottom: -37% !important;
  }
  .bottom-xxl2-n38 {
    bottom: -38% !important;
  }
  .bottom-xxl2-n39 {
    bottom: -39% !important;
  }
  .bottom-xxl2-n40 {
    bottom: -40% !important;
  }
  .bottom-xxl2-n41 {
    bottom: -41% !important;
  }
  .bottom-xxl2-n42 {
    bottom: -42% !important;
  }
  .bottom-xxl2-n43 {
    bottom: -43% !important;
  }
  .bottom-xxl2-n44 {
    bottom: -44% !important;
  }
  .bottom-xxl2-n45 {
    bottom: -45% !important;
  }
  .bottom-xxl2-n46 {
    bottom: -46% !important;
  }
  .bottom-xxl2-n47 {
    bottom: -47% !important;
  }
  .bottom-xxl2-n48 {
    bottom: -48% !important;
  }
  .bottom-xxl2-n49 {
    bottom: -49% !important;
  }
  .bottom-xxl2-n50 {
    bottom: -50% !important;
  }
  .bottom-xxl2-n51 {
    bottom: -51% !important;
  }
  .bottom-xxl2-n52 {
    bottom: -52% !important;
  }
  .bottom-xxl2-n53 {
    bottom: -53% !important;
  }
  .bottom-xxl2-n54 {
    bottom: -54% !important;
  }
  .bottom-xxl2-n55 {
    bottom: -55% !important;
  }
  .bottom-xxl2-n56 {
    bottom: -56% !important;
  }
  .bottom-xxl2-n57 {
    bottom: -57% !important;
  }
  .bottom-xxl2-n58 {
    bottom: -58% !important;
  }
  .bottom-xxl2-n59 {
    bottom: -59% !important;
  }
  .bottom-xxl2-n60 {
    bottom: -60% !important;
  }
  .bottom-xxl2-n61 {
    bottom: -61% !important;
  }
  .bottom-xxl2-n62 {
    bottom: -62% !important;
  }
  .bottom-xxl2-n63 {
    bottom: -63% !important;
  }
  .bottom-xxl2-n64 {
    bottom: -64% !important;
  }
  .bottom-xxl2-n65 {
    bottom: -65% !important;
  }
  .bottom-xxl2-n66 {
    bottom: -66% !important;
  }
  .bottom-xxl2-n67 {
    bottom: -67% !important;
  }
  .bottom-xxl2-n68 {
    bottom: -68% !important;
  }
  .bottom-xxl2-n69 {
    bottom: -69% !important;
  }
  .bottom-xxl2-n70 {
    bottom: -70% !important;
  }
  .bottom-xxl2-n71 {
    bottom: -71% !important;
  }
  .bottom-xxl2-n72 {
    bottom: -72% !important;
  }
  .bottom-xxl2-n73 {
    bottom: -73% !important;
  }
  .bottom-xxl2-n74 {
    bottom: -74% !important;
  }
  .bottom-xxl2-n75 {
    bottom: -75% !important;
  }
  .bottom-xxl2-n76 {
    bottom: -76% !important;
  }
  .bottom-xxl2-n77 {
    bottom: -77% !important;
  }
  .bottom-xxl2-n78 {
    bottom: -78% !important;
  }
  .bottom-xxl2-n79 {
    bottom: -79% !important;
  }
  .bottom-xxl2-n80 {
    bottom: -80% !important;
  }
  .bottom-xxl2-n81 {
    bottom: -81% !important;
  }
  .bottom-xxl2-n82 {
    bottom: -82% !important;
  }
  .bottom-xxl2-n83 {
    bottom: -83% !important;
  }
  .bottom-xxl2-n84 {
    bottom: -84% !important;
  }
  .bottom-xxl2-n85 {
    bottom: -85% !important;
  }
  .bottom-xxl2-n86 {
    bottom: -86% !important;
  }
  .bottom-xxl2-n87 {
    bottom: -87% !important;
  }
  .bottom-xxl2-n88 {
    bottom: -88% !important;
  }
  .bottom-xxl2-n89 {
    bottom: -89% !important;
  }
  .bottom-xxl2-n90 {
    bottom: -90% !important;
  }
  .bottom-xxl2-n91 {
    bottom: -91% !important;
  }
  .bottom-xxl2-n92 {
    bottom: -92% !important;
  }
  .bottom-xxl2-n93 {
    bottom: -93% !important;
  }
  .bottom-xxl2-n94 {
    bottom: -94% !important;
  }
  .bottom-xxl2-n95 {
    bottom: -95% !important;
  }
  .bottom-xxl2-n96 {
    bottom: -96% !important;
  }
  .bottom-xxl2-n97 {
    bottom: -97% !important;
  }
  .bottom-xxl2-n98 {
    bottom: -98% !important;
  }
  .bottom-xxl2-n99 {
    bottom: -99% !important;
  }
  .bottom-xxl2-n100 {
    bottom: -100% !important;
  }
  .bottom-xxl2-auto {
    bottom: auto !important;
  }
  .start-xxl2-0 {
    left: 0% !important;
  }
  .start-xxl2-1 {
    left: 1% !important;
  }
  .start-xxl2-2 {
    left: 2% !important;
  }
  .start-xxl2-3 {
    left: 3% !important;
  }
  .start-xxl2-4 {
    left: 4% !important;
  }
  .start-xxl2-5 {
    left: 5% !important;
  }
  .start-xxl2-6 {
    left: 6% !important;
  }
  .start-xxl2-7 {
    left: 7% !important;
  }
  .start-xxl2-8 {
    left: 8% !important;
  }
  .start-xxl2-9 {
    left: 9% !important;
  }
  .start-xxl2-10 {
    left: 10% !important;
  }
  .start-xxl2-11 {
    left: 11% !important;
  }
  .start-xxl2-12 {
    left: 12% !important;
  }
  .start-xxl2-13 {
    left: 13% !important;
  }
  .start-xxl2-14 {
    left: 14% !important;
  }
  .start-xxl2-15 {
    left: 15% !important;
  }
  .start-xxl2-16 {
    left: 16% !important;
  }
  .start-xxl2-17 {
    left: 17% !important;
  }
  .start-xxl2-18 {
    left: 18% !important;
  }
  .start-xxl2-19 {
    left: 19% !important;
  }
  .start-xxl2-20 {
    left: 20% !important;
  }
  .start-xxl2-21 {
    left: 21% !important;
  }
  .start-xxl2-22 {
    left: 22% !important;
  }
  .start-xxl2-23 {
    left: 23% !important;
  }
  .start-xxl2-24 {
    left: 24% !important;
  }
  .start-xxl2-25 {
    left: 25% !important;
  }
  .start-xxl2-26 {
    left: 26% !important;
  }
  .start-xxl2-27 {
    left: 27% !important;
  }
  .start-xxl2-28 {
    left: 28% !important;
  }
  .start-xxl2-29 {
    left: 29% !important;
  }
  .start-xxl2-30 {
    left: 30% !important;
  }
  .start-xxl2-31 {
    left: 31% !important;
  }
  .start-xxl2-32 {
    left: 32% !important;
  }
  .start-xxl2-33 {
    left: 33% !important;
  }
  .start-xxl2-34 {
    left: 34% !important;
  }
  .start-xxl2-35 {
    left: 35% !important;
  }
  .start-xxl2-36 {
    left: 36% !important;
  }
  .start-xxl2-37 {
    left: 37% !important;
  }
  .start-xxl2-38 {
    left: 38% !important;
  }
  .start-xxl2-39 {
    left: 39% !important;
  }
  .start-xxl2-40 {
    left: 40% !important;
  }
  .start-xxl2-41 {
    left: 41% !important;
  }
  .start-xxl2-42 {
    left: 42% !important;
  }
  .start-xxl2-43 {
    left: 43% !important;
  }
  .start-xxl2-44 {
    left: 44% !important;
  }
  .start-xxl2-45 {
    left: 45% !important;
  }
  .start-xxl2-46 {
    left: 46% !important;
  }
  .start-xxl2-47 {
    left: 47% !important;
  }
  .start-xxl2-48 {
    left: 48% !important;
  }
  .start-xxl2-49 {
    left: 49% !important;
  }
  .start-xxl2-50 {
    left: 50% !important;
  }
  .start-xxl2-51 {
    left: 51% !important;
  }
  .start-xxl2-52 {
    left: 52% !important;
  }
  .start-xxl2-53 {
    left: 53% !important;
  }
  .start-xxl2-54 {
    left: 54% !important;
  }
  .start-xxl2-55 {
    left: 55% !important;
  }
  .start-xxl2-56 {
    left: 56% !important;
  }
  .start-xxl2-57 {
    left: 57% !important;
  }
  .start-xxl2-58 {
    left: 58% !important;
  }
  .start-xxl2-59 {
    left: 59% !important;
  }
  .start-xxl2-60 {
    left: 60% !important;
  }
  .start-xxl2-61 {
    left: 61% !important;
  }
  .start-xxl2-62 {
    left: 62% !important;
  }
  .start-xxl2-63 {
    left: 63% !important;
  }
  .start-xxl2-64 {
    left: 64% !important;
  }
  .start-xxl2-65 {
    left: 65% !important;
  }
  .start-xxl2-66 {
    left: 66% !important;
  }
  .start-xxl2-67 {
    left: 67% !important;
  }
  .start-xxl2-68 {
    left: 68% !important;
  }
  .start-xxl2-69 {
    left: 69% !important;
  }
  .start-xxl2-70 {
    left: 70% !important;
  }
  .start-xxl2-71 {
    left: 71% !important;
  }
  .start-xxl2-72 {
    left: 72% !important;
  }
  .start-xxl2-73 {
    left: 73% !important;
  }
  .start-xxl2-74 {
    left: 74% !important;
  }
  .start-xxl2-75 {
    left: 75% !important;
  }
  .start-xxl2-76 {
    left: 76% !important;
  }
  .start-xxl2-77 {
    left: 77% !important;
  }
  .start-xxl2-78 {
    left: 78% !important;
  }
  .start-xxl2-79 {
    left: 79% !important;
  }
  .start-xxl2-80 {
    left: 80% !important;
  }
  .start-xxl2-81 {
    left: 81% !important;
  }
  .start-xxl2-82 {
    left: 82% !important;
  }
  .start-xxl2-83 {
    left: 83% !important;
  }
  .start-xxl2-84 {
    left: 84% !important;
  }
  .start-xxl2-85 {
    left: 85% !important;
  }
  .start-xxl2-86 {
    left: 86% !important;
  }
  .start-xxl2-87 {
    left: 87% !important;
  }
  .start-xxl2-88 {
    left: 88% !important;
  }
  .start-xxl2-89 {
    left: 89% !important;
  }
  .start-xxl2-90 {
    left: 90% !important;
  }
  .start-xxl2-91 {
    left: 91% !important;
  }
  .start-xxl2-92 {
    left: 92% !important;
  }
  .start-xxl2-93 {
    left: 93% !important;
  }
  .start-xxl2-94 {
    left: 94% !important;
  }
  .start-xxl2-95 {
    left: 95% !important;
  }
  .start-xxl2-96 {
    left: 96% !important;
  }
  .start-xxl2-97 {
    left: 97% !important;
  }
  .start-xxl2-98 {
    left: 98% !important;
  }
  .start-xxl2-99 {
    left: 99% !important;
  }
  .start-xxl2-100 {
    left: 100% !important;
  }
  .start-xxl2-n1 {
    left: -1% !important;
  }
  .start-xxl2-n2 {
    left: -2% !important;
  }
  .start-xxl2-n3 {
    left: -3% !important;
  }
  .start-xxl2-n4 {
    left: -4% !important;
  }
  .start-xxl2-n5 {
    left: -5% !important;
  }
  .start-xxl2-n6 {
    left: -6% !important;
  }
  .start-xxl2-n7 {
    left: -7% !important;
  }
  .start-xxl2-n8 {
    left: -8% !important;
  }
  .start-xxl2-n9 {
    left: -9% !important;
  }
  .start-xxl2-n10 {
    left: -10% !important;
  }
  .start-xxl2-n11 {
    left: -11% !important;
  }
  .start-xxl2-n12 {
    left: -12% !important;
  }
  .start-xxl2-n13 {
    left: -13% !important;
  }
  .start-xxl2-n14 {
    left: -14% !important;
  }
  .start-xxl2-n15 {
    left: -15% !important;
  }
  .start-xxl2-n16 {
    left: -16% !important;
  }
  .start-xxl2-n17 {
    left: -17% !important;
  }
  .start-xxl2-n18 {
    left: -18% !important;
  }
  .start-xxl2-n19 {
    left: -19% !important;
  }
  .start-xxl2-n20 {
    left: -20% !important;
  }
  .start-xxl2-n21 {
    left: -21% !important;
  }
  .start-xxl2-n22 {
    left: -22% !important;
  }
  .start-xxl2-n23 {
    left: -23% !important;
  }
  .start-xxl2-n24 {
    left: -24% !important;
  }
  .start-xxl2-n25 {
    left: -25% !important;
  }
  .start-xxl2-n26 {
    left: -26% !important;
  }
  .start-xxl2-n27 {
    left: -27% !important;
  }
  .start-xxl2-n28 {
    left: -28% !important;
  }
  .start-xxl2-n29 {
    left: -29% !important;
  }
  .start-xxl2-n30 {
    left: -30% !important;
  }
  .start-xxl2-n31 {
    left: -31% !important;
  }
  .start-xxl2-n32 {
    left: -32% !important;
  }
  .start-xxl2-n33 {
    left: -33% !important;
  }
  .start-xxl2-n34 {
    left: -34% !important;
  }
  .start-xxl2-n35 {
    left: -35% !important;
  }
  .start-xxl2-n36 {
    left: -36% !important;
  }
  .start-xxl2-n37 {
    left: -37% !important;
  }
  .start-xxl2-n38 {
    left: -38% !important;
  }
  .start-xxl2-n39 {
    left: -39% !important;
  }
  .start-xxl2-n40 {
    left: -40% !important;
  }
  .start-xxl2-n41 {
    left: -41% !important;
  }
  .start-xxl2-n42 {
    left: -42% !important;
  }
  .start-xxl2-n43 {
    left: -43% !important;
  }
  .start-xxl2-n44 {
    left: -44% !important;
  }
  .start-xxl2-n45 {
    left: -45% !important;
  }
  .start-xxl2-n46 {
    left: -46% !important;
  }
  .start-xxl2-n47 {
    left: -47% !important;
  }
  .start-xxl2-n48 {
    left: -48% !important;
  }
  .start-xxl2-n49 {
    left: -49% !important;
  }
  .start-xxl2-n50 {
    left: -50% !important;
  }
  .start-xxl2-n51 {
    left: -51% !important;
  }
  .start-xxl2-n52 {
    left: -52% !important;
  }
  .start-xxl2-n53 {
    left: -53% !important;
  }
  .start-xxl2-n54 {
    left: -54% !important;
  }
  .start-xxl2-n55 {
    left: -55% !important;
  }
  .start-xxl2-n56 {
    left: -56% !important;
  }
  .start-xxl2-n57 {
    left: -57% !important;
  }
  .start-xxl2-n58 {
    left: -58% !important;
  }
  .start-xxl2-n59 {
    left: -59% !important;
  }
  .start-xxl2-n60 {
    left: -60% !important;
  }
  .start-xxl2-n61 {
    left: -61% !important;
  }
  .start-xxl2-n62 {
    left: -62% !important;
  }
  .start-xxl2-n63 {
    left: -63% !important;
  }
  .start-xxl2-n64 {
    left: -64% !important;
  }
  .start-xxl2-n65 {
    left: -65% !important;
  }
  .start-xxl2-n66 {
    left: -66% !important;
  }
  .start-xxl2-n67 {
    left: -67% !important;
  }
  .start-xxl2-n68 {
    left: -68% !important;
  }
  .start-xxl2-n69 {
    left: -69% !important;
  }
  .start-xxl2-n70 {
    left: -70% !important;
  }
  .start-xxl2-n71 {
    left: -71% !important;
  }
  .start-xxl2-n72 {
    left: -72% !important;
  }
  .start-xxl2-n73 {
    left: -73% !important;
  }
  .start-xxl2-n74 {
    left: -74% !important;
  }
  .start-xxl2-n75 {
    left: -75% !important;
  }
  .start-xxl2-n76 {
    left: -76% !important;
  }
  .start-xxl2-n77 {
    left: -77% !important;
  }
  .start-xxl2-n78 {
    left: -78% !important;
  }
  .start-xxl2-n79 {
    left: -79% !important;
  }
  .start-xxl2-n80 {
    left: -80% !important;
  }
  .start-xxl2-n81 {
    left: -81% !important;
  }
  .start-xxl2-n82 {
    left: -82% !important;
  }
  .start-xxl2-n83 {
    left: -83% !important;
  }
  .start-xxl2-n84 {
    left: -84% !important;
  }
  .start-xxl2-n85 {
    left: -85% !important;
  }
  .start-xxl2-n86 {
    left: -86% !important;
  }
  .start-xxl2-n87 {
    left: -87% !important;
  }
  .start-xxl2-n88 {
    left: -88% !important;
  }
  .start-xxl2-n89 {
    left: -89% !important;
  }
  .start-xxl2-n90 {
    left: -90% !important;
  }
  .start-xxl2-n91 {
    left: -91% !important;
  }
  .start-xxl2-n92 {
    left: -92% !important;
  }
  .start-xxl2-n93 {
    left: -93% !important;
  }
  .start-xxl2-n94 {
    left: -94% !important;
  }
  .start-xxl2-n95 {
    left: -95% !important;
  }
  .start-xxl2-n96 {
    left: -96% !important;
  }
  .start-xxl2-n97 {
    left: -97% !important;
  }
  .start-xxl2-n98 {
    left: -98% !important;
  }
  .start-xxl2-n99 {
    left: -99% !important;
  }
  .start-xxl2-n100 {
    left: -100% !important;
  }
  .start-xxl2-auto {
    left: auto !important;
  }
  .end-xxl2-0 {
    right: 0% !important;
  }
  .end-xxl2-1 {
    right: 1% !important;
  }
  .end-xxl2-2 {
    right: 2% !important;
  }
  .end-xxl2-3 {
    right: 3% !important;
  }
  .end-xxl2-4 {
    right: 4% !important;
  }
  .end-xxl2-5 {
    right: 5% !important;
  }
  .end-xxl2-6 {
    right: 6% !important;
  }
  .end-xxl2-7 {
    right: 7% !important;
  }
  .end-xxl2-8 {
    right: 8% !important;
  }
  .end-xxl2-9 {
    right: 9% !important;
  }
  .end-xxl2-10 {
    right: 10% !important;
  }
  .end-xxl2-11 {
    right: 11% !important;
  }
  .end-xxl2-12 {
    right: 12% !important;
  }
  .end-xxl2-13 {
    right: 13% !important;
  }
  .end-xxl2-14 {
    right: 14% !important;
  }
  .end-xxl2-15 {
    right: 15% !important;
  }
  .end-xxl2-16 {
    right: 16% !important;
  }
  .end-xxl2-17 {
    right: 17% !important;
  }
  .end-xxl2-18 {
    right: 18% !important;
  }
  .end-xxl2-19 {
    right: 19% !important;
  }
  .end-xxl2-20 {
    right: 20% !important;
  }
  .end-xxl2-21 {
    right: 21% !important;
  }
  .end-xxl2-22 {
    right: 22% !important;
  }
  .end-xxl2-23 {
    right: 23% !important;
  }
  .end-xxl2-24 {
    right: 24% !important;
  }
  .end-xxl2-25 {
    right: 25% !important;
  }
  .end-xxl2-26 {
    right: 26% !important;
  }
  .end-xxl2-27 {
    right: 27% !important;
  }
  .end-xxl2-28 {
    right: 28% !important;
  }
  .end-xxl2-29 {
    right: 29% !important;
  }
  .end-xxl2-30 {
    right: 30% !important;
  }
  .end-xxl2-31 {
    right: 31% !important;
  }
  .end-xxl2-32 {
    right: 32% !important;
  }
  .end-xxl2-33 {
    right: 33% !important;
  }
  .end-xxl2-34 {
    right: 34% !important;
  }
  .end-xxl2-35 {
    right: 35% !important;
  }
  .end-xxl2-36 {
    right: 36% !important;
  }
  .end-xxl2-37 {
    right: 37% !important;
  }
  .end-xxl2-38 {
    right: 38% !important;
  }
  .end-xxl2-39 {
    right: 39% !important;
  }
  .end-xxl2-40 {
    right: 40% !important;
  }
  .end-xxl2-41 {
    right: 41% !important;
  }
  .end-xxl2-42 {
    right: 42% !important;
  }
  .end-xxl2-43 {
    right: 43% !important;
  }
  .end-xxl2-44 {
    right: 44% !important;
  }
  .end-xxl2-45 {
    right: 45% !important;
  }
  .end-xxl2-46 {
    right: 46% !important;
  }
  .end-xxl2-47 {
    right: 47% !important;
  }
  .end-xxl2-48 {
    right: 48% !important;
  }
  .end-xxl2-49 {
    right: 49% !important;
  }
  .end-xxl2-50 {
    right: 50% !important;
  }
  .end-xxl2-51 {
    right: 51% !important;
  }
  .end-xxl2-52 {
    right: 52% !important;
  }
  .end-xxl2-53 {
    right: 53% !important;
  }
  .end-xxl2-54 {
    right: 54% !important;
  }
  .end-xxl2-55 {
    right: 55% !important;
  }
  .end-xxl2-56 {
    right: 56% !important;
  }
  .end-xxl2-57 {
    right: 57% !important;
  }
  .end-xxl2-58 {
    right: 58% !important;
  }
  .end-xxl2-59 {
    right: 59% !important;
  }
  .end-xxl2-60 {
    right: 60% !important;
  }
  .end-xxl2-61 {
    right: 61% !important;
  }
  .end-xxl2-62 {
    right: 62% !important;
  }
  .end-xxl2-63 {
    right: 63% !important;
  }
  .end-xxl2-64 {
    right: 64% !important;
  }
  .end-xxl2-65 {
    right: 65% !important;
  }
  .end-xxl2-66 {
    right: 66% !important;
  }
  .end-xxl2-67 {
    right: 67% !important;
  }
  .end-xxl2-68 {
    right: 68% !important;
  }
  .end-xxl2-69 {
    right: 69% !important;
  }
  .end-xxl2-70 {
    right: 70% !important;
  }
  .end-xxl2-71 {
    right: 71% !important;
  }
  .end-xxl2-72 {
    right: 72% !important;
  }
  .end-xxl2-73 {
    right: 73% !important;
  }
  .end-xxl2-74 {
    right: 74% !important;
  }
  .end-xxl2-75 {
    right: 75% !important;
  }
  .end-xxl2-76 {
    right: 76% !important;
  }
  .end-xxl2-77 {
    right: 77% !important;
  }
  .end-xxl2-78 {
    right: 78% !important;
  }
  .end-xxl2-79 {
    right: 79% !important;
  }
  .end-xxl2-80 {
    right: 80% !important;
  }
  .end-xxl2-81 {
    right: 81% !important;
  }
  .end-xxl2-82 {
    right: 82% !important;
  }
  .end-xxl2-83 {
    right: 83% !important;
  }
  .end-xxl2-84 {
    right: 84% !important;
  }
  .end-xxl2-85 {
    right: 85% !important;
  }
  .end-xxl2-86 {
    right: 86% !important;
  }
  .end-xxl2-87 {
    right: 87% !important;
  }
  .end-xxl2-88 {
    right: 88% !important;
  }
  .end-xxl2-89 {
    right: 89% !important;
  }
  .end-xxl2-90 {
    right: 90% !important;
  }
  .end-xxl2-91 {
    right: 91% !important;
  }
  .end-xxl2-92 {
    right: 92% !important;
  }
  .end-xxl2-93 {
    right: 93% !important;
  }
  .end-xxl2-94 {
    right: 94% !important;
  }
  .end-xxl2-95 {
    right: 95% !important;
  }
  .end-xxl2-96 {
    right: 96% !important;
  }
  .end-xxl2-97 {
    right: 97% !important;
  }
  .end-xxl2-98 {
    right: 98% !important;
  }
  .end-xxl2-99 {
    right: 99% !important;
  }
  .end-xxl2-100 {
    right: 100% !important;
  }
  .end-xxl2-n1 {
    right: -1% !important;
  }
  .end-xxl2-n2 {
    right: -2% !important;
  }
  .end-xxl2-n3 {
    right: -3% !important;
  }
  .end-xxl2-n4 {
    right: -4% !important;
  }
  .end-xxl2-n5 {
    right: -5% !important;
  }
  .end-xxl2-n6 {
    right: -6% !important;
  }
  .end-xxl2-n7 {
    right: -7% !important;
  }
  .end-xxl2-n8 {
    right: -8% !important;
  }
  .end-xxl2-n9 {
    right: -9% !important;
  }
  .end-xxl2-n10 {
    right: -10% !important;
  }
  .end-xxl2-n11 {
    right: -11% !important;
  }
  .end-xxl2-n12 {
    right: -12% !important;
  }
  .end-xxl2-n13 {
    right: -13% !important;
  }
  .end-xxl2-n14 {
    right: -14% !important;
  }
  .end-xxl2-n15 {
    right: -15% !important;
  }
  .end-xxl2-n16 {
    right: -16% !important;
  }
  .end-xxl2-n17 {
    right: -17% !important;
  }
  .end-xxl2-n18 {
    right: -18% !important;
  }
  .end-xxl2-n19 {
    right: -19% !important;
  }
  .end-xxl2-n20 {
    right: -20% !important;
  }
  .end-xxl2-n21 {
    right: -21% !important;
  }
  .end-xxl2-n22 {
    right: -22% !important;
  }
  .end-xxl2-n23 {
    right: -23% !important;
  }
  .end-xxl2-n24 {
    right: -24% !important;
  }
  .end-xxl2-n25 {
    right: -25% !important;
  }
  .end-xxl2-n26 {
    right: -26% !important;
  }
  .end-xxl2-n27 {
    right: -27% !important;
  }
  .end-xxl2-n28 {
    right: -28% !important;
  }
  .end-xxl2-n29 {
    right: -29% !important;
  }
  .end-xxl2-n30 {
    right: -30% !important;
  }
  .end-xxl2-n31 {
    right: -31% !important;
  }
  .end-xxl2-n32 {
    right: -32% !important;
  }
  .end-xxl2-n33 {
    right: -33% !important;
  }
  .end-xxl2-n34 {
    right: -34% !important;
  }
  .end-xxl2-n35 {
    right: -35% !important;
  }
  .end-xxl2-n36 {
    right: -36% !important;
  }
  .end-xxl2-n37 {
    right: -37% !important;
  }
  .end-xxl2-n38 {
    right: -38% !important;
  }
  .end-xxl2-n39 {
    right: -39% !important;
  }
  .end-xxl2-n40 {
    right: -40% !important;
  }
  .end-xxl2-n41 {
    right: -41% !important;
  }
  .end-xxl2-n42 {
    right: -42% !important;
  }
  .end-xxl2-n43 {
    right: -43% !important;
  }
  .end-xxl2-n44 {
    right: -44% !important;
  }
  .end-xxl2-n45 {
    right: -45% !important;
  }
  .end-xxl2-n46 {
    right: -46% !important;
  }
  .end-xxl2-n47 {
    right: -47% !important;
  }
  .end-xxl2-n48 {
    right: -48% !important;
  }
  .end-xxl2-n49 {
    right: -49% !important;
  }
  .end-xxl2-n50 {
    right: -50% !important;
  }
  .end-xxl2-n51 {
    right: -51% !important;
  }
  .end-xxl2-n52 {
    right: -52% !important;
  }
  .end-xxl2-n53 {
    right: -53% !important;
  }
  .end-xxl2-n54 {
    right: -54% !important;
  }
  .end-xxl2-n55 {
    right: -55% !important;
  }
  .end-xxl2-n56 {
    right: -56% !important;
  }
  .end-xxl2-n57 {
    right: -57% !important;
  }
  .end-xxl2-n58 {
    right: -58% !important;
  }
  .end-xxl2-n59 {
    right: -59% !important;
  }
  .end-xxl2-n60 {
    right: -60% !important;
  }
  .end-xxl2-n61 {
    right: -61% !important;
  }
  .end-xxl2-n62 {
    right: -62% !important;
  }
  .end-xxl2-n63 {
    right: -63% !important;
  }
  .end-xxl2-n64 {
    right: -64% !important;
  }
  .end-xxl2-n65 {
    right: -65% !important;
  }
  .end-xxl2-n66 {
    right: -66% !important;
  }
  .end-xxl2-n67 {
    right: -67% !important;
  }
  .end-xxl2-n68 {
    right: -68% !important;
  }
  .end-xxl2-n69 {
    right: -69% !important;
  }
  .end-xxl2-n70 {
    right: -70% !important;
  }
  .end-xxl2-n71 {
    right: -71% !important;
  }
  .end-xxl2-n72 {
    right: -72% !important;
  }
  .end-xxl2-n73 {
    right: -73% !important;
  }
  .end-xxl2-n74 {
    right: -74% !important;
  }
  .end-xxl2-n75 {
    right: -75% !important;
  }
  .end-xxl2-n76 {
    right: -76% !important;
  }
  .end-xxl2-n77 {
    right: -77% !important;
  }
  .end-xxl2-n78 {
    right: -78% !important;
  }
  .end-xxl2-n79 {
    right: -79% !important;
  }
  .end-xxl2-n80 {
    right: -80% !important;
  }
  .end-xxl2-n81 {
    right: -81% !important;
  }
  .end-xxl2-n82 {
    right: -82% !important;
  }
  .end-xxl2-n83 {
    right: -83% !important;
  }
  .end-xxl2-n84 {
    right: -84% !important;
  }
  .end-xxl2-n85 {
    right: -85% !important;
  }
  .end-xxl2-n86 {
    right: -86% !important;
  }
  .end-xxl2-n87 {
    right: -87% !important;
  }
  .end-xxl2-n88 {
    right: -88% !important;
  }
  .end-xxl2-n89 {
    right: -89% !important;
  }
  .end-xxl2-n90 {
    right: -90% !important;
  }
  .end-xxl2-n91 {
    right: -91% !important;
  }
  .end-xxl2-n92 {
    right: -92% !important;
  }
  .end-xxl2-n93 {
    right: -93% !important;
  }
  .end-xxl2-n94 {
    right: -94% !important;
  }
  .end-xxl2-n95 {
    right: -95% !important;
  }
  .end-xxl2-n96 {
    right: -96% !important;
  }
  .end-xxl2-n97 {
    right: -97% !important;
  }
  .end-xxl2-n98 {
    right: -98% !important;
  }
  .end-xxl2-n99 {
    right: -99% !important;
  }
  .end-xxl2-n100 {
    right: -100% !important;
  }
  .end-xxl2-auto {
    right: auto !important;
  }
  .translate-middle-xxl2 {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xxl2-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xxl2-y {
    transform: translateY(-50%) !important;
  }
  .translate-middle-xxl2-none {
    transform: translate(0, 0) !important;
  }
  .border-xxl2 {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl2-0 {
    border: 0 !important;
  }
  .border-top-xxl2 {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xxl2-0 {
    border-top: 0 !important;
  }
  .border-end-xxl2 {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xxl2-0 {
    border-right: 0 !important;
  }
  .border-bottom-xxl2 {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-xxl2-0 {
    border-bottom: 0 !important;
  }
  .border-start-xxl2 {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-xxl2-0 {
    border-left: 0 !important;
  }
  .border-xxl2-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl2-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl2-tertiary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl2-grey {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-grey-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl2-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl2-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl2-placeholder {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-placeholder-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl2-transparent {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-transparent-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl2-1 {
    border-width: 1px !important;
  }
  .border-xxl2-2 {
    border-width: 2px !important;
  }
  .border-xxl2-3 {
    border-width: 3px !important;
  }
  .border-xxl2-4 {
    border-width: 4px !important;
  }
  .border-xxl2-5 {
    border-width: 5px !important;
  }
  .w-xxl2-0 {
    width: 0% !important;
  }
  .w-xxl2-1 {
    width: 1% !important;
  }
  .w-xxl2-2 {
    width: 2% !important;
  }
  .w-xxl2-3 {
    width: 3% !important;
  }
  .w-xxl2-4 {
    width: 4% !important;
  }
  .w-xxl2-5 {
    width: 5% !important;
  }
  .w-xxl2-6 {
    width: 6% !important;
  }
  .w-xxl2-7 {
    width: 7% !important;
  }
  .w-xxl2-8 {
    width: 8% !important;
  }
  .w-xxl2-9 {
    width: 9% !important;
  }
  .w-xxl2-10 {
    width: 10% !important;
  }
  .w-xxl2-11 {
    width: 11% !important;
  }
  .w-xxl2-12 {
    width: 12% !important;
  }
  .w-xxl2-13 {
    width: 13% !important;
  }
  .w-xxl2-14 {
    width: 14% !important;
  }
  .w-xxl2-15 {
    width: 15% !important;
  }
  .w-xxl2-16 {
    width: 16% !important;
  }
  .w-xxl2-17 {
    width: 17% !important;
  }
  .w-xxl2-18 {
    width: 18% !important;
  }
  .w-xxl2-19 {
    width: 19% !important;
  }
  .w-xxl2-20 {
    width: 20% !important;
  }
  .w-xxl2-21 {
    width: 21% !important;
  }
  .w-xxl2-22 {
    width: 22% !important;
  }
  .w-xxl2-23 {
    width: 23% !important;
  }
  .w-xxl2-24 {
    width: 24% !important;
  }
  .w-xxl2-25 {
    width: 25% !important;
  }
  .w-xxl2-26 {
    width: 26% !important;
  }
  .w-xxl2-27 {
    width: 27% !important;
  }
  .w-xxl2-28 {
    width: 28% !important;
  }
  .w-xxl2-29 {
    width: 29% !important;
  }
  .w-xxl2-30 {
    width: 30% !important;
  }
  .w-xxl2-31 {
    width: 31% !important;
  }
  .w-xxl2-32 {
    width: 32% !important;
  }
  .w-xxl2-33 {
    width: 33% !important;
  }
  .w-xxl2-34 {
    width: 34% !important;
  }
  .w-xxl2-35 {
    width: 35% !important;
  }
  .w-xxl2-36 {
    width: 36% !important;
  }
  .w-xxl2-37 {
    width: 37% !important;
  }
  .w-xxl2-38 {
    width: 38% !important;
  }
  .w-xxl2-39 {
    width: 39% !important;
  }
  .w-xxl2-40 {
    width: 40% !important;
  }
  .w-xxl2-41 {
    width: 41% !important;
  }
  .w-xxl2-42 {
    width: 42% !important;
  }
  .w-xxl2-43 {
    width: 43% !important;
  }
  .w-xxl2-44 {
    width: 44% !important;
  }
  .w-xxl2-45 {
    width: 45% !important;
  }
  .w-xxl2-46 {
    width: 46% !important;
  }
  .w-xxl2-47 {
    width: 47% !important;
  }
  .w-xxl2-48 {
    width: 48% !important;
  }
  .w-xxl2-49 {
    width: 49% !important;
  }
  .w-xxl2-50 {
    width: 50% !important;
  }
  .w-xxl2-51 {
    width: 51% !important;
  }
  .w-xxl2-52 {
    width: 52% !important;
  }
  .w-xxl2-53 {
    width: 53% !important;
  }
  .w-xxl2-54 {
    width: 54% !important;
  }
  .w-xxl2-55 {
    width: 55% !important;
  }
  .w-xxl2-56 {
    width: 56% !important;
  }
  .w-xxl2-57 {
    width: 57% !important;
  }
  .w-xxl2-58 {
    width: 58% !important;
  }
  .w-xxl2-59 {
    width: 59% !important;
  }
  .w-xxl2-60 {
    width: 60% !important;
  }
  .w-xxl2-61 {
    width: 61% !important;
  }
  .w-xxl2-62 {
    width: 62% !important;
  }
  .w-xxl2-63 {
    width: 63% !important;
  }
  .w-xxl2-64 {
    width: 64% !important;
  }
  .w-xxl2-65 {
    width: 65% !important;
  }
  .w-xxl2-66 {
    width: 66% !important;
  }
  .w-xxl2-67 {
    width: 67% !important;
  }
  .w-xxl2-68 {
    width: 68% !important;
  }
  .w-xxl2-69 {
    width: 69% !important;
  }
  .w-xxl2-70 {
    width: 70% !important;
  }
  .w-xxl2-71 {
    width: 71% !important;
  }
  .w-xxl2-72 {
    width: 72% !important;
  }
  .w-xxl2-73 {
    width: 73% !important;
  }
  .w-xxl2-74 {
    width: 74% !important;
  }
  .w-xxl2-75 {
    width: 75% !important;
  }
  .w-xxl2-76 {
    width: 76% !important;
  }
  .w-xxl2-77 {
    width: 77% !important;
  }
  .w-xxl2-78 {
    width: 78% !important;
  }
  .w-xxl2-79 {
    width: 79% !important;
  }
  .w-xxl2-80 {
    width: 80% !important;
  }
  .w-xxl2-81 {
    width: 81% !important;
  }
  .w-xxl2-82 {
    width: 82% !important;
  }
  .w-xxl2-83 {
    width: 83% !important;
  }
  .w-xxl2-84 {
    width: 84% !important;
  }
  .w-xxl2-85 {
    width: 85% !important;
  }
  .w-xxl2-86 {
    width: 86% !important;
  }
  .w-xxl2-87 {
    width: 87% !important;
  }
  .w-xxl2-88 {
    width: 88% !important;
  }
  .w-xxl2-89 {
    width: 89% !important;
  }
  .w-xxl2-90 {
    width: 90% !important;
  }
  .w-xxl2-91 {
    width: 91% !important;
  }
  .w-xxl2-92 {
    width: 92% !important;
  }
  .w-xxl2-93 {
    width: 93% !important;
  }
  .w-xxl2-94 {
    width: 94% !important;
  }
  .w-xxl2-95 {
    width: 95% !important;
  }
  .w-xxl2-96 {
    width: 96% !important;
  }
  .w-xxl2-97 {
    width: 97% !important;
  }
  .w-xxl2-98 {
    width: 98% !important;
  }
  .w-xxl2-99 {
    width: 99% !important;
  }
  .w-xxl2-100 {
    width: 100% !important;
  }
  .w-xxl2-n1 {
    width: -1% !important;
  }
  .w-xxl2-n2 {
    width: -2% !important;
  }
  .w-xxl2-n3 {
    width: -3% !important;
  }
  .w-xxl2-n4 {
    width: -4% !important;
  }
  .w-xxl2-n5 {
    width: -5% !important;
  }
  .w-xxl2-n6 {
    width: -6% !important;
  }
  .w-xxl2-n7 {
    width: -7% !important;
  }
  .w-xxl2-n8 {
    width: -8% !important;
  }
  .w-xxl2-n9 {
    width: -9% !important;
  }
  .w-xxl2-n10 {
    width: -10% !important;
  }
  .w-xxl2-n11 {
    width: -11% !important;
  }
  .w-xxl2-n12 {
    width: -12% !important;
  }
  .w-xxl2-n13 {
    width: -13% !important;
  }
  .w-xxl2-n14 {
    width: -14% !important;
  }
  .w-xxl2-n15 {
    width: -15% !important;
  }
  .w-xxl2-n16 {
    width: -16% !important;
  }
  .w-xxl2-n17 {
    width: -17% !important;
  }
  .w-xxl2-n18 {
    width: -18% !important;
  }
  .w-xxl2-n19 {
    width: -19% !important;
  }
  .w-xxl2-n20 {
    width: -20% !important;
  }
  .w-xxl2-n21 {
    width: -21% !important;
  }
  .w-xxl2-n22 {
    width: -22% !important;
  }
  .w-xxl2-n23 {
    width: -23% !important;
  }
  .w-xxl2-n24 {
    width: -24% !important;
  }
  .w-xxl2-n25 {
    width: -25% !important;
  }
  .w-xxl2-n26 {
    width: -26% !important;
  }
  .w-xxl2-n27 {
    width: -27% !important;
  }
  .w-xxl2-n28 {
    width: -28% !important;
  }
  .w-xxl2-n29 {
    width: -29% !important;
  }
  .w-xxl2-n30 {
    width: -30% !important;
  }
  .w-xxl2-n31 {
    width: -31% !important;
  }
  .w-xxl2-n32 {
    width: -32% !important;
  }
  .w-xxl2-n33 {
    width: -33% !important;
  }
  .w-xxl2-n34 {
    width: -34% !important;
  }
  .w-xxl2-n35 {
    width: -35% !important;
  }
  .w-xxl2-n36 {
    width: -36% !important;
  }
  .w-xxl2-n37 {
    width: -37% !important;
  }
  .w-xxl2-n38 {
    width: -38% !important;
  }
  .w-xxl2-n39 {
    width: -39% !important;
  }
  .w-xxl2-n40 {
    width: -40% !important;
  }
  .w-xxl2-n41 {
    width: -41% !important;
  }
  .w-xxl2-n42 {
    width: -42% !important;
  }
  .w-xxl2-n43 {
    width: -43% !important;
  }
  .w-xxl2-n44 {
    width: -44% !important;
  }
  .w-xxl2-n45 {
    width: -45% !important;
  }
  .w-xxl2-n46 {
    width: -46% !important;
  }
  .w-xxl2-n47 {
    width: -47% !important;
  }
  .w-xxl2-n48 {
    width: -48% !important;
  }
  .w-xxl2-n49 {
    width: -49% !important;
  }
  .w-xxl2-n50 {
    width: -50% !important;
  }
  .w-xxl2-n51 {
    width: -51% !important;
  }
  .w-xxl2-n52 {
    width: -52% !important;
  }
  .w-xxl2-n53 {
    width: -53% !important;
  }
  .w-xxl2-n54 {
    width: -54% !important;
  }
  .w-xxl2-n55 {
    width: -55% !important;
  }
  .w-xxl2-n56 {
    width: -56% !important;
  }
  .w-xxl2-n57 {
    width: -57% !important;
  }
  .w-xxl2-n58 {
    width: -58% !important;
  }
  .w-xxl2-n59 {
    width: -59% !important;
  }
  .w-xxl2-n60 {
    width: -60% !important;
  }
  .w-xxl2-n61 {
    width: -61% !important;
  }
  .w-xxl2-n62 {
    width: -62% !important;
  }
  .w-xxl2-n63 {
    width: -63% !important;
  }
  .w-xxl2-n64 {
    width: -64% !important;
  }
  .w-xxl2-n65 {
    width: -65% !important;
  }
  .w-xxl2-n66 {
    width: -66% !important;
  }
  .w-xxl2-n67 {
    width: -67% !important;
  }
  .w-xxl2-n68 {
    width: -68% !important;
  }
  .w-xxl2-n69 {
    width: -69% !important;
  }
  .w-xxl2-n70 {
    width: -70% !important;
  }
  .w-xxl2-n71 {
    width: -71% !important;
  }
  .w-xxl2-n72 {
    width: -72% !important;
  }
  .w-xxl2-n73 {
    width: -73% !important;
  }
  .w-xxl2-n74 {
    width: -74% !important;
  }
  .w-xxl2-n75 {
    width: -75% !important;
  }
  .w-xxl2-n76 {
    width: -76% !important;
  }
  .w-xxl2-n77 {
    width: -77% !important;
  }
  .w-xxl2-n78 {
    width: -78% !important;
  }
  .w-xxl2-n79 {
    width: -79% !important;
  }
  .w-xxl2-n80 {
    width: -80% !important;
  }
  .w-xxl2-n81 {
    width: -81% !important;
  }
  .w-xxl2-n82 {
    width: -82% !important;
  }
  .w-xxl2-n83 {
    width: -83% !important;
  }
  .w-xxl2-n84 {
    width: -84% !important;
  }
  .w-xxl2-n85 {
    width: -85% !important;
  }
  .w-xxl2-n86 {
    width: -86% !important;
  }
  .w-xxl2-n87 {
    width: -87% !important;
  }
  .w-xxl2-n88 {
    width: -88% !important;
  }
  .w-xxl2-n89 {
    width: -89% !important;
  }
  .w-xxl2-n90 {
    width: -90% !important;
  }
  .w-xxl2-n91 {
    width: -91% !important;
  }
  .w-xxl2-n92 {
    width: -92% !important;
  }
  .w-xxl2-n93 {
    width: -93% !important;
  }
  .w-xxl2-n94 {
    width: -94% !important;
  }
  .w-xxl2-n95 {
    width: -95% !important;
  }
  .w-xxl2-n96 {
    width: -96% !important;
  }
  .w-xxl2-n97 {
    width: -97% !important;
  }
  .w-xxl2-n98 {
    width: -98% !important;
  }
  .w-xxl2-n99 {
    width: -99% !important;
  }
  .w-xxl2-n100 {
    width: -100% !important;
  }
  .w-xxl2-auto {
    width: auto !important;
  }
  .w-xxl2-fit-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .w-xxl2-max-content {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .w-xxl2-fill {
    width: -webkit-fill-available !important;
  }
  .h-xxl2-0 {
    height: 0% !important;
  }
  .h-xxl2-1 {
    height: 1% !important;
  }
  .h-xxl2-2 {
    height: 2% !important;
  }
  .h-xxl2-3 {
    height: 3% !important;
  }
  .h-xxl2-4 {
    height: 4% !important;
  }
  .h-xxl2-5 {
    height: 5% !important;
  }
  .h-xxl2-6 {
    height: 6% !important;
  }
  .h-xxl2-7 {
    height: 7% !important;
  }
  .h-xxl2-8 {
    height: 8% !important;
  }
  .h-xxl2-9 {
    height: 9% !important;
  }
  .h-xxl2-10 {
    height: 10% !important;
  }
  .h-xxl2-11 {
    height: 11% !important;
  }
  .h-xxl2-12 {
    height: 12% !important;
  }
  .h-xxl2-13 {
    height: 13% !important;
  }
  .h-xxl2-14 {
    height: 14% !important;
  }
  .h-xxl2-15 {
    height: 15% !important;
  }
  .h-xxl2-16 {
    height: 16% !important;
  }
  .h-xxl2-17 {
    height: 17% !important;
  }
  .h-xxl2-18 {
    height: 18% !important;
  }
  .h-xxl2-19 {
    height: 19% !important;
  }
  .h-xxl2-20 {
    height: 20% !important;
  }
  .h-xxl2-21 {
    height: 21% !important;
  }
  .h-xxl2-22 {
    height: 22% !important;
  }
  .h-xxl2-23 {
    height: 23% !important;
  }
  .h-xxl2-24 {
    height: 24% !important;
  }
  .h-xxl2-25 {
    height: 25% !important;
  }
  .h-xxl2-26 {
    height: 26% !important;
  }
  .h-xxl2-27 {
    height: 27% !important;
  }
  .h-xxl2-28 {
    height: 28% !important;
  }
  .h-xxl2-29 {
    height: 29% !important;
  }
  .h-xxl2-30 {
    height: 30% !important;
  }
  .h-xxl2-31 {
    height: 31% !important;
  }
  .h-xxl2-32 {
    height: 32% !important;
  }
  .h-xxl2-33 {
    height: 33% !important;
  }
  .h-xxl2-34 {
    height: 34% !important;
  }
  .h-xxl2-35 {
    height: 35% !important;
  }
  .h-xxl2-36 {
    height: 36% !important;
  }
  .h-xxl2-37 {
    height: 37% !important;
  }
  .h-xxl2-38 {
    height: 38% !important;
  }
  .h-xxl2-39 {
    height: 39% !important;
  }
  .h-xxl2-40 {
    height: 40% !important;
  }
  .h-xxl2-41 {
    height: 41% !important;
  }
  .h-xxl2-42 {
    height: 42% !important;
  }
  .h-xxl2-43 {
    height: 43% !important;
  }
  .h-xxl2-44 {
    height: 44% !important;
  }
  .h-xxl2-45 {
    height: 45% !important;
  }
  .h-xxl2-46 {
    height: 46% !important;
  }
  .h-xxl2-47 {
    height: 47% !important;
  }
  .h-xxl2-48 {
    height: 48% !important;
  }
  .h-xxl2-49 {
    height: 49% !important;
  }
  .h-xxl2-50 {
    height: 50% !important;
  }
  .h-xxl2-51 {
    height: 51% !important;
  }
  .h-xxl2-52 {
    height: 52% !important;
  }
  .h-xxl2-53 {
    height: 53% !important;
  }
  .h-xxl2-54 {
    height: 54% !important;
  }
  .h-xxl2-55 {
    height: 55% !important;
  }
  .h-xxl2-56 {
    height: 56% !important;
  }
  .h-xxl2-57 {
    height: 57% !important;
  }
  .h-xxl2-58 {
    height: 58% !important;
  }
  .h-xxl2-59 {
    height: 59% !important;
  }
  .h-xxl2-60 {
    height: 60% !important;
  }
  .h-xxl2-61 {
    height: 61% !important;
  }
  .h-xxl2-62 {
    height: 62% !important;
  }
  .h-xxl2-63 {
    height: 63% !important;
  }
  .h-xxl2-64 {
    height: 64% !important;
  }
  .h-xxl2-65 {
    height: 65% !important;
  }
  .h-xxl2-66 {
    height: 66% !important;
  }
  .h-xxl2-67 {
    height: 67% !important;
  }
  .h-xxl2-68 {
    height: 68% !important;
  }
  .h-xxl2-69 {
    height: 69% !important;
  }
  .h-xxl2-70 {
    height: 70% !important;
  }
  .h-xxl2-71 {
    height: 71% !important;
  }
  .h-xxl2-72 {
    height: 72% !important;
  }
  .h-xxl2-73 {
    height: 73% !important;
  }
  .h-xxl2-74 {
    height: 74% !important;
  }
  .h-xxl2-75 {
    height: 75% !important;
  }
  .h-xxl2-76 {
    height: 76% !important;
  }
  .h-xxl2-77 {
    height: 77% !important;
  }
  .h-xxl2-78 {
    height: 78% !important;
  }
  .h-xxl2-79 {
    height: 79% !important;
  }
  .h-xxl2-80 {
    height: 80% !important;
  }
  .h-xxl2-81 {
    height: 81% !important;
  }
  .h-xxl2-82 {
    height: 82% !important;
  }
  .h-xxl2-83 {
    height: 83% !important;
  }
  .h-xxl2-84 {
    height: 84% !important;
  }
  .h-xxl2-85 {
    height: 85% !important;
  }
  .h-xxl2-86 {
    height: 86% !important;
  }
  .h-xxl2-87 {
    height: 87% !important;
  }
  .h-xxl2-88 {
    height: 88% !important;
  }
  .h-xxl2-89 {
    height: 89% !important;
  }
  .h-xxl2-90 {
    height: 90% !important;
  }
  .h-xxl2-91 {
    height: 91% !important;
  }
  .h-xxl2-92 {
    height: 92% !important;
  }
  .h-xxl2-93 {
    height: 93% !important;
  }
  .h-xxl2-94 {
    height: 94% !important;
  }
  .h-xxl2-95 {
    height: 95% !important;
  }
  .h-xxl2-96 {
    height: 96% !important;
  }
  .h-xxl2-97 {
    height: 97% !important;
  }
  .h-xxl2-98 {
    height: 98% !important;
  }
  .h-xxl2-99 {
    height: 99% !important;
  }
  .h-xxl2-100 {
    height: 100% !important;
  }
  .h-xxl2-n1 {
    height: -1% !important;
  }
  .h-xxl2-n2 {
    height: -2% !important;
  }
  .h-xxl2-n3 {
    height: -3% !important;
  }
  .h-xxl2-n4 {
    height: -4% !important;
  }
  .h-xxl2-n5 {
    height: -5% !important;
  }
  .h-xxl2-n6 {
    height: -6% !important;
  }
  .h-xxl2-n7 {
    height: -7% !important;
  }
  .h-xxl2-n8 {
    height: -8% !important;
  }
  .h-xxl2-n9 {
    height: -9% !important;
  }
  .h-xxl2-n10 {
    height: -10% !important;
  }
  .h-xxl2-n11 {
    height: -11% !important;
  }
  .h-xxl2-n12 {
    height: -12% !important;
  }
  .h-xxl2-n13 {
    height: -13% !important;
  }
  .h-xxl2-n14 {
    height: -14% !important;
  }
  .h-xxl2-n15 {
    height: -15% !important;
  }
  .h-xxl2-n16 {
    height: -16% !important;
  }
  .h-xxl2-n17 {
    height: -17% !important;
  }
  .h-xxl2-n18 {
    height: -18% !important;
  }
  .h-xxl2-n19 {
    height: -19% !important;
  }
  .h-xxl2-n20 {
    height: -20% !important;
  }
  .h-xxl2-n21 {
    height: -21% !important;
  }
  .h-xxl2-n22 {
    height: -22% !important;
  }
  .h-xxl2-n23 {
    height: -23% !important;
  }
  .h-xxl2-n24 {
    height: -24% !important;
  }
  .h-xxl2-n25 {
    height: -25% !important;
  }
  .h-xxl2-n26 {
    height: -26% !important;
  }
  .h-xxl2-n27 {
    height: -27% !important;
  }
  .h-xxl2-n28 {
    height: -28% !important;
  }
  .h-xxl2-n29 {
    height: -29% !important;
  }
  .h-xxl2-n30 {
    height: -30% !important;
  }
  .h-xxl2-n31 {
    height: -31% !important;
  }
  .h-xxl2-n32 {
    height: -32% !important;
  }
  .h-xxl2-n33 {
    height: -33% !important;
  }
  .h-xxl2-n34 {
    height: -34% !important;
  }
  .h-xxl2-n35 {
    height: -35% !important;
  }
  .h-xxl2-n36 {
    height: -36% !important;
  }
  .h-xxl2-n37 {
    height: -37% !important;
  }
  .h-xxl2-n38 {
    height: -38% !important;
  }
  .h-xxl2-n39 {
    height: -39% !important;
  }
  .h-xxl2-n40 {
    height: -40% !important;
  }
  .h-xxl2-n41 {
    height: -41% !important;
  }
  .h-xxl2-n42 {
    height: -42% !important;
  }
  .h-xxl2-n43 {
    height: -43% !important;
  }
  .h-xxl2-n44 {
    height: -44% !important;
  }
  .h-xxl2-n45 {
    height: -45% !important;
  }
  .h-xxl2-n46 {
    height: -46% !important;
  }
  .h-xxl2-n47 {
    height: -47% !important;
  }
  .h-xxl2-n48 {
    height: -48% !important;
  }
  .h-xxl2-n49 {
    height: -49% !important;
  }
  .h-xxl2-n50 {
    height: -50% !important;
  }
  .h-xxl2-n51 {
    height: -51% !important;
  }
  .h-xxl2-n52 {
    height: -52% !important;
  }
  .h-xxl2-n53 {
    height: -53% !important;
  }
  .h-xxl2-n54 {
    height: -54% !important;
  }
  .h-xxl2-n55 {
    height: -55% !important;
  }
  .h-xxl2-n56 {
    height: -56% !important;
  }
  .h-xxl2-n57 {
    height: -57% !important;
  }
  .h-xxl2-n58 {
    height: -58% !important;
  }
  .h-xxl2-n59 {
    height: -59% !important;
  }
  .h-xxl2-n60 {
    height: -60% !important;
  }
  .h-xxl2-n61 {
    height: -61% !important;
  }
  .h-xxl2-n62 {
    height: -62% !important;
  }
  .h-xxl2-n63 {
    height: -63% !important;
  }
  .h-xxl2-n64 {
    height: -64% !important;
  }
  .h-xxl2-n65 {
    height: -65% !important;
  }
  .h-xxl2-n66 {
    height: -66% !important;
  }
  .h-xxl2-n67 {
    height: -67% !important;
  }
  .h-xxl2-n68 {
    height: -68% !important;
  }
  .h-xxl2-n69 {
    height: -69% !important;
  }
  .h-xxl2-n70 {
    height: -70% !important;
  }
  .h-xxl2-n71 {
    height: -71% !important;
  }
  .h-xxl2-n72 {
    height: -72% !important;
  }
  .h-xxl2-n73 {
    height: -73% !important;
  }
  .h-xxl2-n74 {
    height: -74% !important;
  }
  .h-xxl2-n75 {
    height: -75% !important;
  }
  .h-xxl2-n76 {
    height: -76% !important;
  }
  .h-xxl2-n77 {
    height: -77% !important;
  }
  .h-xxl2-n78 {
    height: -78% !important;
  }
  .h-xxl2-n79 {
    height: -79% !important;
  }
  .h-xxl2-n80 {
    height: -80% !important;
  }
  .h-xxl2-n81 {
    height: -81% !important;
  }
  .h-xxl2-n82 {
    height: -82% !important;
  }
  .h-xxl2-n83 {
    height: -83% !important;
  }
  .h-xxl2-n84 {
    height: -84% !important;
  }
  .h-xxl2-n85 {
    height: -85% !important;
  }
  .h-xxl2-n86 {
    height: -86% !important;
  }
  .h-xxl2-n87 {
    height: -87% !important;
  }
  .h-xxl2-n88 {
    height: -88% !important;
  }
  .h-xxl2-n89 {
    height: -89% !important;
  }
  .h-xxl2-n90 {
    height: -90% !important;
  }
  .h-xxl2-n91 {
    height: -91% !important;
  }
  .h-xxl2-n92 {
    height: -92% !important;
  }
  .h-xxl2-n93 {
    height: -93% !important;
  }
  .h-xxl2-n94 {
    height: -94% !important;
  }
  .h-xxl2-n95 {
    height: -95% !important;
  }
  .h-xxl2-n96 {
    height: -96% !important;
  }
  .h-xxl2-n97 {
    height: -97% !important;
  }
  .h-xxl2-n98 {
    height: -98% !important;
  }
  .h-xxl2-n99 {
    height: -99% !important;
  }
  .h-xxl2-n100 {
    height: -100% !important;
  }
  .h-xxl2-auto {
    height: auto !important;
  }
  .h-xxl2-fit-content {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .h-xxl2-max-content {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .h-xxl2-fill {
    height: -webkit-fill-available !important;
  }
  .flex-xxl2-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl2-row {
    flex-direction: row !important;
  }
  .flex-xxl2-column {
    flex-direction: column !important;
  }
  .flex-xxl2-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl2-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl2-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl2-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl2-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl2-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl2-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl2-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl2-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl2-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl2-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl2-center {
    justify-content: center !important;
  }
  .justify-content-xxl2-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl2-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl2-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl2-start {
    align-items: flex-start !important;
  }
  .align-items-xxl2-end {
    align-items: flex-end !important;
  }
  .align-items-xxl2-center {
    align-items: center !important;
  }
  .align-items-xxl2-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl2-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl2-start {
    align-content: flex-start !important;
  }
  .align-content-xxl2-end {
    align-content: flex-end !important;
  }
  .align-content-xxl2-center {
    align-content: center !important;
  }
  .align-content-xxl2-between {
    align-content: space-between !important;
  }
  .align-content-xxl2-around {
    align-content: space-around !important;
  }
  .align-content-xxl2-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl2-auto {
    align-self: auto !important;
  }
  .align-self-xxl2-start {
    align-self: flex-start !important;
  }
  .align-self-xxl2-end {
    align-self: flex-end !important;
  }
  .align-self-xxl2-center {
    align-self: center !important;
  }
  .align-self-xxl2-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl2-stretch {
    align-self: stretch !important;
  }
  .order-xxl2-first {
    order: -1 !important;
  }
  .order-xxl2-0 {
    order: 0 !important;
  }
  .order-xxl2-1 {
    order: 1 !important;
  }
  .order-xxl2-2 {
    order: 2 !important;
  }
  .order-xxl2-3 {
    order: 3 !important;
  }
  .order-xxl2-4 {
    order: 4 !important;
  }
  .order-xxl2-5 {
    order: 5 !important;
  }
  .order-xxl2-last {
    order: 6 !important;
  }
  .m-xxl2-0 {
    margin: 0 !important;
  }
  .m-xxl2-1 {
    margin: 0.25rem !important;
  }
  .m-xxl2-2 {
    margin: 0.5rem !important;
  }
  .m-xxl2-3 {
    margin: 1rem !important;
  }
  .m-xxl2-4 {
    margin: 1.5rem !important;
  }
  .m-xxl2-5 {
    margin: 3rem !important;
  }
  .m-xxl2-6 {
    margin: 6rem !important;
  }
  .m-xxl2-auto {
    margin: auto !important;
  }
  .mx-xxl2-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl2-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl2-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl2-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl2-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl2-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl2-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl2-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl2-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl2-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl2-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl2-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl2-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl2-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl2-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl2-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl2-0 {
    margin-top: 0 !important;
  }
  .mt-xxl2-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl2-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl2-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl2-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl2-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl2-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl2-auto {
    margin-top: auto !important;
  }
  .me-xxl2-0 {
    margin-right: 0 !important;
  }
  .me-xxl2-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl2-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl2-3 {
    margin-right: 1rem !important;
  }
  .me-xxl2-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl2-5 {
    margin-right: 3rem !important;
  }
  .me-xxl2-6 {
    margin-right: 6rem !important;
  }
  .me-xxl2-auto {
    margin-right: auto !important;
  }
  .mb-xxl2-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl2-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl2-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl2-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl2-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl2-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl2-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl2-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl2-0 {
    margin-left: 0 !important;
  }
  .ms-xxl2-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl2-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl2-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl2-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl2-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl2-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl2-auto {
    margin-left: auto !important;
  }
  .m-xxl2-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl2-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl2-n3 {
    margin: -1rem !important;
  }
  .m-xxl2-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl2-n5 {
    margin: -3rem !important;
  }
  .m-xxl2-n6 {
    margin: -6rem !important;
  }
  .mx-xxl2-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl2-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl2-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl2-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl2-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl2-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .my-xxl2-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl2-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl2-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl2-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl2-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl2-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .mt-xxl2-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl2-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl2-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl2-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl2-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl2-n6 {
    margin-top: -6rem !important;
  }
  .me-xxl2-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl2-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl2-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl2-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl2-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl2-n6 {
    margin-right: -6rem !important;
  }
  .mb-xxl2-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl2-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl2-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl2-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl2-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl2-n6 {
    margin-bottom: -6rem !important;
  }
  .ms-xxl2-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl2-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl2-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl2-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl2-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl2-n6 {
    margin-left: -6rem !important;
  }
  .p-xxl2-0 {
    padding: 0 !important;
  }
  .p-xxl2-1 {
    padding: 0.25rem !important;
  }
  .p-xxl2-2 {
    padding: 0.5rem !important;
  }
  .p-xxl2-3 {
    padding: 1rem !important;
  }
  .p-xxl2-4 {
    padding: 1.5rem !important;
  }
  .p-xxl2-5 {
    padding: 3rem !important;
  }
  .p-xxl2-6 {
    padding: 6rem !important;
  }
  .px-xxl2-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl2-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl2-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl2-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl2-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl2-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl2-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xxl2-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl2-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl2-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl2-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl2-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl2-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl2-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xxl2-0 {
    padding-top: 0 !important;
  }
  .pt-xxl2-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl2-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl2-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl2-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl2-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl2-6 {
    padding-top: 6rem !important;
  }
  .pe-xxl2-0 {
    padding-right: 0 !important;
  }
  .pe-xxl2-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl2-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl2-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl2-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl2-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl2-6 {
    padding-right: 6rem !important;
  }
  .pb-xxl2-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl2-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl2-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl2-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl2-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl2-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl2-6 {
    padding-bottom: 6rem !important;
  }
  .ps-xxl2-0 {
    padding-left: 0 !important;
  }
  .ps-xxl2-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl2-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl2-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl2-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl2-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl2-6 {
    padding-left: 6rem !important;
  }
  .gap-xxl2-0 {
    gap: 0 !important;
  }
  .gap-xxl2-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl2-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl2-3 {
    gap: 1rem !important;
  }
  .gap-xxl2-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl2-5 {
    gap: 3rem !important;
  }
  .gap-xxl2-6 {
    gap: 6rem !important;
  }
  .row-gap-xxl2-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl2-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl2-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl2-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl2-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl2-5 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl2-6 {
    row-gap: 6rem !important;
  }
  .column-gap-xxl2-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl2-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl2-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl2-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl2-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl2-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xxl2-6 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .fs-xxl2-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-xxl2-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-xxl2-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-xxl2-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xxl2-5 {
    font-size: 1.25rem !important;
  }
  .fs-xxl2-6 {
    font-size: 1rem !important;
  }
  .lh-xxl2-0 {
    line-height: 0 !important;
  }
  .lh-xxl2-xxs {
    line-height: 0.5 !important;
  }
  .lh-xxl2-xs {
    line-height: 0.75 !important;
  }
  .lh-xxl2-1 {
    line-height: 1 !important;
  }
  .lh-xxl2-sm {
    line-height: 1.25 !important;
  }
  .lh-xxl2-base {
    line-height: 1.5 !important;
  }
  .lh-xxl2-lg {
    line-height: 2 !important;
  }
  .lh-xxl2-xl {
    line-height: 2.25 !important;
  }
  .text-xxl2-start {
    text-align: left !important;
  }
  .text-xxl2-end {
    text-align: right !important;
  }
  .text-xxl2-center {
    text-align: center !important;
  }
  .text-decoration-xxl2-none {
    text-decoration: none !important;
  }
  .text-decoration-xxl2-none-hover:hover {
    text-decoration: none !important;
  }
  .text-decoration-xxl2-underline {
    text-decoration: underline !important;
  }
  .text-decoration-xxl2-underline-hover:hover {
    text-decoration: underline !important;
  }
  .text-decoration-xxl2-line-through {
    text-decoration: line-through !important;
  }
  .text-decoration-xxl2-line-through-hover:hover {
    text-decoration: line-through !important;
  }
  .text-xxl2-primary {
    color: #ffd317 !important;
  }
  .text-xxl2-primary-hover:hover {
    color: #ffd317 !important;
  }
  .text-xxl2-secondary {
    color: #010202 !important;
  }
  .text-xxl2-secondary-hover:hover {
    color: #010202 !important;
  }
  .text-xxl2-tertiary {
    color: #323031 !important;
  }
  .text-xxl2-tertiary-hover:hover {
    color: #323031 !important;
  }
  .text-xxl2-grey {
    color: #9d9d9d !important;
  }
  .text-xxl2-grey-hover:hover {
    color: #9d9d9d !important;
  }
  .text-xxl2-white {
    color: #fff !important;
  }
  .text-xxl2-white-hover:hover {
    color: #fff !important;
  }
  .text-xxl2-black {
    color: #010202 !important;
  }
  .text-xxl2-black-hover:hover {
    color: #010202 !important;
  }
  .text-xxl2-placeholder {
    color: magenta !important;
  }
  .text-xxl2-placeholder-hover:hover {
    color: magenta !important;
  }
  .text-xxl2-transparent {
    color: transparent !important;
  }
  .text-xxl2-transparent-hover:hover {
    color: transparent !important;
  }
  .bg-xxl2-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-primary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-secondary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-tertiary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-grey-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-white-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-black-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-placeholder {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-placeholder-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-xxl2-transparent-hover:hover {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-xxl2-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-body-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-primary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-primary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-secondary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-secondary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-tertiary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-tertiary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-grey-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl2-grey-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-opacity-xxl2-0 {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-xxl2-0-hover:hover {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-xxl2-5 {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-xxl2-5-hover:hover {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-xxl2-10 {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-xxl2-10-hover:hover {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-xxl2-15 {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-xxl2-15-hover:hover {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-xxl2-20 {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-xxl2-20-hover:hover {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-xxl2-25 {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-xxl2-25-hover:hover {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-xxl2-30 {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-xxl2-30-hover:hover {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-xxl2-35 {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-xxl2-35-hover:hover {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-xxl2-40 {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-xxl2-40-hover:hover {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-xxl2-45 {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-xxl2-45-hover:hover {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-xxl2-50 {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-xxl2-50-hover:hover {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-xxl2-55 {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-xxl2-55-hover:hover {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-xxl2-60 {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-xxl2-60-hover:hover {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-xxl2-65 {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-xxl2-65-hover:hover {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-xxl2-70 {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-xxl2-70-hover:hover {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-xxl2-75 {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-xxl2-75-hover:hover {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-xxl2-80 {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-xxl2-80-hover:hover {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-xxl2-85 {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-xxl2-85-hover:hover {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-xxl2-90 {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-xxl2-90-hover:hover {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-xxl2-95 {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-xxl2-95-hover:hover {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-xxl2-100 {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-xxl2-100-hover:hover {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-xxl2-105 {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-xxl2-105-hover:hover {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-xxl2-110 {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-xxl2-110-hover:hover {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-xxl2-115 {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-xxl2-115-hover:hover {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-xxl2-120 {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-xxl2-120-hover:hover {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-xxl2-125 {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-xxl2-125-hover:hover {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-xxl2-130 {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-xxl2-130-hover:hover {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-xxl2-135 {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-xxl2-135-hover:hover {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-xxl2-140 {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-xxl2-140-hover:hover {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-xxl2-145 {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-xxl2-145-hover:hover {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-xxl2-150 {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-xxl2-150-hover:hover {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-xxl2-155 {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-xxl2-155-hover:hover {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-xxl2-160 {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-xxl2-160-hover:hover {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-xxl2-165 {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-xxl2-165-hover:hover {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-xxl2-170 {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-xxl2-170-hover:hover {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-xxl2-175 {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-xxl2-175-hover:hover {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-xxl2-180 {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-xxl2-180-hover:hover {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-xxl2-185 {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-xxl2-185-hover:hover {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-xxl2-190 {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-xxl2-190-hover:hover {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-xxl2-195 {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-xxl2-195-hover:hover {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-xxl2-200 {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-xxl2-200-hover:hover {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-xxl2-205 {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-xxl2-205-hover:hover {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-xxl2-210 {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-xxl2-210-hover:hover {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-xxl2-215 {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-xxl2-215-hover:hover {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-xxl2-220 {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-xxl2-220-hover:hover {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-xxl2-225 {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-xxl2-225-hover:hover {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-xxl2-230 {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-xxl2-230-hover:hover {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-xxl2-235 {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-xxl2-235-hover:hover {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-xxl2-240 {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-xxl2-240-hover:hover {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-xxl2-245 {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-xxl2-245-hover:hover {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-xxl2-250 {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-xxl2-250-hover:hover {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-xxl2-255 {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-xxl2-255-hover:hover {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-xxl2-260 {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-xxl2-260-hover:hover {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-xxl2-265 {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-xxl2-265-hover:hover {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-xxl2-270 {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-xxl2-270-hover:hover {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-xxl2-275 {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-xxl2-275-hover:hover {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-xxl2-280 {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-xxl2-280-hover:hover {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-xxl2-285 {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-xxl2-285-hover:hover {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-xxl2-290 {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-xxl2-290-hover:hover {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-xxl2-295 {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-xxl2-295-hover:hover {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-xxl2-300 {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-xxl2-300-hover:hover {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-xxl2-305 {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-xxl2-305-hover:hover {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-xxl2-310 {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-xxl2-310-hover:hover {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-xxl2-315 {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-xxl2-315-hover:hover {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-xxl2-320 {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-xxl2-320-hover:hover {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-xxl2-325 {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-xxl2-325-hover:hover {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-xxl2-330 {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-xxl2-330-hover:hover {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-xxl2-335 {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-xxl2-335-hover:hover {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-xxl2-340 {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-xxl2-340-hover:hover {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-xxl2-345 {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-xxl2-345-hover:hover {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-xxl2-350 {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-xxl2-350-hover:hover {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-xxl2-355 {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-xxl2-355-hover:hover {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-xxl2-360 {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-xxl2-360-hover:hover {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-xxl2-365 {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-xxl2-365-hover:hover {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-xxl2-370 {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-xxl2-370-hover:hover {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-xxl2-375 {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-xxl2-375-hover:hover {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-xxl2-380 {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-xxl2-380-hover:hover {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-xxl2-385 {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-xxl2-385-hover:hover {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-xxl2-390 {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-xxl2-390-hover:hover {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-xxl2-395 {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-xxl2-395-hover:hover {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-xxl2-400 {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-xxl2-400-hover:hover {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-xxl2-405 {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-xxl2-405-hover:hover {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-xxl2-410 {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-xxl2-410-hover:hover {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-xxl2-415 {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-xxl2-415-hover:hover {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-xxl2-420 {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-xxl2-420-hover:hover {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-xxl2-425 {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-xxl2-425-hover:hover {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-xxl2-430 {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-xxl2-430-hover:hover {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-xxl2-435 {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-xxl2-435-hover:hover {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-xxl2-440 {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-xxl2-440-hover:hover {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-xxl2-445 {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-xxl2-445-hover:hover {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-xxl2-450 {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-xxl2-450-hover:hover {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-xxl2-455 {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-xxl2-455-hover:hover {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-xxl2-460 {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-xxl2-460-hover:hover {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-xxl2-465 {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-xxl2-465-hover:hover {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-xxl2-470 {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-xxl2-470-hover:hover {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-xxl2-475 {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-xxl2-475-hover:hover {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-xxl2-480 {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-xxl2-480-hover:hover {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-xxl2-485 {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-xxl2-485-hover:hover {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-xxl2-490 {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-xxl2-490-hover:hover {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-xxl2-495 {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-xxl2-495-hover:hover {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-xxl2-500 {
    --bs-bg-opacity: 5;
  }
  .bg-opacity-xxl2-500-hover:hover {
    --bs-bg-opacity: 5;
  }
  .rounded-xxl2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xxl2-0 {
    border-radius: 0 !important;
  }
  .rounded-xxl2-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-xxl2-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xxl2-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-xxl2-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-xxl2-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-xxl2-circle {
    border-radius: 50% !important;
  }
  .rounded-xxl2-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-xxl2-6 {
    border-radius: 3rem !important;
  }
  .rounded-xxl2-7 {
    border-radius: 4rem !important;
  }
  .rounded-xxl2-8 {
    border-radius: 6rem !important;
  }
  .rounded-top-xxl2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xxl2-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-xxl2-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-xxl2-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xxl2-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-xxl2-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-xxl2-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-xxl2-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-xxl2-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top-xxl2-6 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .rounded-top-xxl2-7 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }
  .rounded-top-xxl2-8 {
    border-top-left-radius: 6rem !important;
    border-top-right-radius: 6rem !important;
  }
  .rounded-end-xxl2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xxl2-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-xxl2-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-xxl2-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xxl2-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-xxl2-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-xxl2-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-xxl2-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-xxl2-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-xxl2-6 {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
  .rounded-end-xxl2-7 {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
  .rounded-end-xxl2-8 {
    border-top-right-radius: 6rem !important;
    border-bottom-right-radius: 6rem !important;
  }
  .rounded-bottom-xxl2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xxl2-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-xxl2-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-xxl2-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xxl2-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-xxl2-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-xxl2-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-xxl2-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-xxl2-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-xxl2-6 {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
  }
  .rounded-bottom-xxl2-7 {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }
  .rounded-bottom-xxl2-8 {
    border-bottom-right-radius: 6rem !important;
    border-bottom-left-radius: 6rem !important;
  }
  .rounded-start-xxl2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xxl2-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-xxl2-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-xxl2-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xxl2-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-xxl2-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-xxl2-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-xxl2-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-xxl2-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-xxl2-6 {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
  }
  .rounded-start-xxl2-7 {
    border-bottom-left-radius: 4rem !important;
    border-top-left-radius: 4rem !important;
  }
  .rounded-start-xxl2-8 {
    border-bottom-left-radius: 6rem !important;
    border-top-left-radius: 6rem !important;
  }
  .z-xxl2-n1 {
    z-index: -1 !important;
  }
  .z-xxl2-0 {
    z-index: 0 !important;
  }
  .z-xxl2-1 {
    z-index: 1 !important;
  }
  .z-xxl2-2 {
    z-index: 2 !important;
  }
  .z-xxl2-3 {
    z-index: 3 !important;
  }
  .flip-xxl2-x {
    transform: scaleX(-1) !important;
  }
  .flip-xxl2-y {
    transform: scaleY(-1) !important;
  }
  .scale-xxl2-1 {
    transform: scale(1.05) !important;
  }
  .scale-xxl2-1-hover:hover {
    transform: scale(1.05) !important;
  }
  .scale-xxl2-2 {
    transform: scale(1.1) !important;
  }
  .scale-xxl2-2-hover:hover {
    transform: scale(1.1) !important;
  }
  .ls-xxl2-0 {
    letter-spacing: 0px !important;
  }
  .ls-xxl2-1 {
    letter-spacing: 1px !important;
  }
  .ls-xxl2-2 {
    letter-spacing: 2px !important;
  }
  .ls-xxl2-3 {
    letter-spacing: 3px !important;
  }
  .ls-xxl2-4 {
    letter-spacing: 4px !important;
  }
  .ls-xxl2-5 {
    letter-spacing: 5px !important;
  }
  .ls-xxl2-6 {
    letter-spacing: 6px !important;
  }
  .ls-xxl2-7 {
    letter-spacing: 7px !important;
  }
  .ls-xxl2-8 {
    letter-spacing: 8px !important;
  }
  .ls-xxl2-9 {
    letter-spacing: 9px !important;
  }
  .ls-xxl2-10 {
    letter-spacing: 10px !important;
  }
  .ls-xxl2-11 {
    letter-spacing: 11px !important;
  }
  .ls-xxl2-12 {
    letter-spacing: 12px !important;
  }
  .ls-xxl2-13 {
    letter-spacing: 13px !important;
  }
  .ls-xxl2-14 {
    letter-spacing: 14px !important;
  }
  .ls-xxl2-15 {
    letter-spacing: 15px !important;
  }
  .cols-xxl2-1 {
    -moz-columns: 1 !important;
         columns: 1 !important;
  }
  .cols-xxl2-2 {
    -moz-columns: 2 !important;
         columns: 2 !important;
  }
  .cols-xxl2-3 {
    -moz-columns: 3 !important;
         columns: 3 !important;
  }
  .cols-xxl2-4 {
    -moz-columns: 4 !important;
         columns: 4 !important;
  }
  .cols-xxl2-5 {
    -moz-columns: 5 !important;
         columns: 5 !important;
  }
  .cols-xxl2-6 {
    -moz-columns: 6 !important;
         columns: 6 !important;
  }
  .cols-xxl2-7 {
    -moz-columns: 7 !important;
         columns: 7 !important;
  }
  .cols-xxl2-8 {
    -moz-columns: 8 !important;
         columns: 8 !important;
  }
  .cols-xxl2-9 {
    -moz-columns: 9 !important;
         columns: 9 !important;
  }
  .cols-xxl2-10 {
    -moz-columns: 10 !important;
         columns: 10 !important;
  }
  .cols-xxl2-11 {
    -moz-columns: 11 !important;
         columns: 11 !important;
  }
  .cols-xxl2-12 {
    -moz-columns: 12 !important;
         columns: 12 !important;
  }
}
@media (min-width: 1900px) {
  .float-xxl3-start {
    float: left !important;
  }
  .float-xxl3-end {
    float: right !important;
  }
  .float-xxl3-none {
    float: none !important;
  }
  .object-fit-xxl3-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl3-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl3-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl3-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl3-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .opacity-xxl3-0 {
    opacity: 0 !important;
  }
  .opacity-xxl3-0-hover:hover {
    opacity: 0 !important;
  }
  .opacity-xxl3-5 {
    opacity: 0.05 !important;
  }
  .opacity-xxl3-5-hover:hover {
    opacity: 0.05 !important;
  }
  .opacity-xxl3-10 {
    opacity: 0.1 !important;
  }
  .opacity-xxl3-10-hover:hover {
    opacity: 0.1 !important;
  }
  .opacity-xxl3-15 {
    opacity: 0.15 !important;
  }
  .opacity-xxl3-15-hover:hover {
    opacity: 0.15 !important;
  }
  .opacity-xxl3-20 {
    opacity: 0.2 !important;
  }
  .opacity-xxl3-20-hover:hover {
    opacity: 0.2 !important;
  }
  .opacity-xxl3-25 {
    opacity: 0.25 !important;
  }
  .opacity-xxl3-25-hover:hover {
    opacity: 0.25 !important;
  }
  .opacity-xxl3-30 {
    opacity: 0.3 !important;
  }
  .opacity-xxl3-30-hover:hover {
    opacity: 0.3 !important;
  }
  .opacity-xxl3-35 {
    opacity: 0.35 !important;
  }
  .opacity-xxl3-35-hover:hover {
    opacity: 0.35 !important;
  }
  .opacity-xxl3-40 {
    opacity: 0.4 !important;
  }
  .opacity-xxl3-40-hover:hover {
    opacity: 0.4 !important;
  }
  .opacity-xxl3-45 {
    opacity: 0.45 !important;
  }
  .opacity-xxl3-45-hover:hover {
    opacity: 0.45 !important;
  }
  .opacity-xxl3-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxl3-50-hover:hover {
    opacity: 0.5 !important;
  }
  .opacity-xxl3-55 {
    opacity: 0.55 !important;
  }
  .opacity-xxl3-55-hover:hover {
    opacity: 0.55 !important;
  }
  .opacity-xxl3-60 {
    opacity: 0.6 !important;
  }
  .opacity-xxl3-60-hover:hover {
    opacity: 0.6 !important;
  }
  .opacity-xxl3-65 {
    opacity: 0.65 !important;
  }
  .opacity-xxl3-65-hover:hover {
    opacity: 0.65 !important;
  }
  .opacity-xxl3-70 {
    opacity: 0.7 !important;
  }
  .opacity-xxl3-70-hover:hover {
    opacity: 0.7 !important;
  }
  .opacity-xxl3-75 {
    opacity: 0.75 !important;
  }
  .opacity-xxl3-75-hover:hover {
    opacity: 0.75 !important;
  }
  .opacity-xxl3-80 {
    opacity: 0.8 !important;
  }
  .opacity-xxl3-80-hover:hover {
    opacity: 0.8 !important;
  }
  .opacity-xxl3-85 {
    opacity: 0.85 !important;
  }
  .opacity-xxl3-85-hover:hover {
    opacity: 0.85 !important;
  }
  .opacity-xxl3-90 {
    opacity: 0.9 !important;
  }
  .opacity-xxl3-90-hover:hover {
    opacity: 0.9 !important;
  }
  .opacity-xxl3-95 {
    opacity: 0.95 !important;
  }
  .opacity-xxl3-95-hover:hover {
    opacity: 0.95 !important;
  }
  .opacity-xxl3-100 {
    opacity: 1 !important;
  }
  .opacity-xxl3-100-hover:hover {
    opacity: 1 !important;
  }
  .opacity-xxl3-105 {
    opacity: 1.05 !important;
  }
  .opacity-xxl3-105-hover:hover {
    opacity: 1.05 !important;
  }
  .opacity-xxl3-110 {
    opacity: 1.1 !important;
  }
  .opacity-xxl3-110-hover:hover {
    opacity: 1.1 !important;
  }
  .opacity-xxl3-115 {
    opacity: 1.15 !important;
  }
  .opacity-xxl3-115-hover:hover {
    opacity: 1.15 !important;
  }
  .opacity-xxl3-120 {
    opacity: 1.2 !important;
  }
  .opacity-xxl3-120-hover:hover {
    opacity: 1.2 !important;
  }
  .opacity-xxl3-125 {
    opacity: 1.25 !important;
  }
  .opacity-xxl3-125-hover:hover {
    opacity: 1.25 !important;
  }
  .opacity-xxl3-130 {
    opacity: 1.3 !important;
  }
  .opacity-xxl3-130-hover:hover {
    opacity: 1.3 !important;
  }
  .opacity-xxl3-135 {
    opacity: 1.35 !important;
  }
  .opacity-xxl3-135-hover:hover {
    opacity: 1.35 !important;
  }
  .opacity-xxl3-140 {
    opacity: 1.4 !important;
  }
  .opacity-xxl3-140-hover:hover {
    opacity: 1.4 !important;
  }
  .opacity-xxl3-145 {
    opacity: 1.45 !important;
  }
  .opacity-xxl3-145-hover:hover {
    opacity: 1.45 !important;
  }
  .opacity-xxl3-150 {
    opacity: 1.5 !important;
  }
  .opacity-xxl3-150-hover:hover {
    opacity: 1.5 !important;
  }
  .opacity-xxl3-155 {
    opacity: 1.55 !important;
  }
  .opacity-xxl3-155-hover:hover {
    opacity: 1.55 !important;
  }
  .opacity-xxl3-160 {
    opacity: 1.6 !important;
  }
  .opacity-xxl3-160-hover:hover {
    opacity: 1.6 !important;
  }
  .opacity-xxl3-165 {
    opacity: 1.65 !important;
  }
  .opacity-xxl3-165-hover:hover {
    opacity: 1.65 !important;
  }
  .opacity-xxl3-170 {
    opacity: 1.7 !important;
  }
  .opacity-xxl3-170-hover:hover {
    opacity: 1.7 !important;
  }
  .opacity-xxl3-175 {
    opacity: 1.75 !important;
  }
  .opacity-xxl3-175-hover:hover {
    opacity: 1.75 !important;
  }
  .opacity-xxl3-180 {
    opacity: 1.8 !important;
  }
  .opacity-xxl3-180-hover:hover {
    opacity: 1.8 !important;
  }
  .opacity-xxl3-185 {
    opacity: 1.85 !important;
  }
  .opacity-xxl3-185-hover:hover {
    opacity: 1.85 !important;
  }
  .opacity-xxl3-190 {
    opacity: 1.9 !important;
  }
  .opacity-xxl3-190-hover:hover {
    opacity: 1.9 !important;
  }
  .opacity-xxl3-195 {
    opacity: 1.95 !important;
  }
  .opacity-xxl3-195-hover:hover {
    opacity: 1.95 !important;
  }
  .opacity-xxl3-200 {
    opacity: 2 !important;
  }
  .opacity-xxl3-200-hover:hover {
    opacity: 2 !important;
  }
  .opacity-xxl3-205 {
    opacity: 2.05 !important;
  }
  .opacity-xxl3-205-hover:hover {
    opacity: 2.05 !important;
  }
  .opacity-xxl3-210 {
    opacity: 2.1 !important;
  }
  .opacity-xxl3-210-hover:hover {
    opacity: 2.1 !important;
  }
  .opacity-xxl3-215 {
    opacity: 2.15 !important;
  }
  .opacity-xxl3-215-hover:hover {
    opacity: 2.15 !important;
  }
  .opacity-xxl3-220 {
    opacity: 2.2 !important;
  }
  .opacity-xxl3-220-hover:hover {
    opacity: 2.2 !important;
  }
  .opacity-xxl3-225 {
    opacity: 2.25 !important;
  }
  .opacity-xxl3-225-hover:hover {
    opacity: 2.25 !important;
  }
  .opacity-xxl3-230 {
    opacity: 2.3 !important;
  }
  .opacity-xxl3-230-hover:hover {
    opacity: 2.3 !important;
  }
  .opacity-xxl3-235 {
    opacity: 2.35 !important;
  }
  .opacity-xxl3-235-hover:hover {
    opacity: 2.35 !important;
  }
  .opacity-xxl3-240 {
    opacity: 2.4 !important;
  }
  .opacity-xxl3-240-hover:hover {
    opacity: 2.4 !important;
  }
  .opacity-xxl3-245 {
    opacity: 2.45 !important;
  }
  .opacity-xxl3-245-hover:hover {
    opacity: 2.45 !important;
  }
  .opacity-xxl3-250 {
    opacity: 2.5 !important;
  }
  .opacity-xxl3-250-hover:hover {
    opacity: 2.5 !important;
  }
  .opacity-xxl3-255 {
    opacity: 2.55 !important;
  }
  .opacity-xxl3-255-hover:hover {
    opacity: 2.55 !important;
  }
  .opacity-xxl3-260 {
    opacity: 2.6 !important;
  }
  .opacity-xxl3-260-hover:hover {
    opacity: 2.6 !important;
  }
  .opacity-xxl3-265 {
    opacity: 2.65 !important;
  }
  .opacity-xxl3-265-hover:hover {
    opacity: 2.65 !important;
  }
  .opacity-xxl3-270 {
    opacity: 2.7 !important;
  }
  .opacity-xxl3-270-hover:hover {
    opacity: 2.7 !important;
  }
  .opacity-xxl3-275 {
    opacity: 2.75 !important;
  }
  .opacity-xxl3-275-hover:hover {
    opacity: 2.75 !important;
  }
  .opacity-xxl3-280 {
    opacity: 2.8 !important;
  }
  .opacity-xxl3-280-hover:hover {
    opacity: 2.8 !important;
  }
  .opacity-xxl3-285 {
    opacity: 2.85 !important;
  }
  .opacity-xxl3-285-hover:hover {
    opacity: 2.85 !important;
  }
  .opacity-xxl3-290 {
    opacity: 2.9 !important;
  }
  .opacity-xxl3-290-hover:hover {
    opacity: 2.9 !important;
  }
  .opacity-xxl3-295 {
    opacity: 2.95 !important;
  }
  .opacity-xxl3-295-hover:hover {
    opacity: 2.95 !important;
  }
  .opacity-xxl3-300 {
    opacity: 3 !important;
  }
  .opacity-xxl3-300-hover:hover {
    opacity: 3 !important;
  }
  .opacity-xxl3-305 {
    opacity: 3.05 !important;
  }
  .opacity-xxl3-305-hover:hover {
    opacity: 3.05 !important;
  }
  .opacity-xxl3-310 {
    opacity: 3.1 !important;
  }
  .opacity-xxl3-310-hover:hover {
    opacity: 3.1 !important;
  }
  .opacity-xxl3-315 {
    opacity: 3.15 !important;
  }
  .opacity-xxl3-315-hover:hover {
    opacity: 3.15 !important;
  }
  .opacity-xxl3-320 {
    opacity: 3.2 !important;
  }
  .opacity-xxl3-320-hover:hover {
    opacity: 3.2 !important;
  }
  .opacity-xxl3-325 {
    opacity: 3.25 !important;
  }
  .opacity-xxl3-325-hover:hover {
    opacity: 3.25 !important;
  }
  .opacity-xxl3-330 {
    opacity: 3.3 !important;
  }
  .opacity-xxl3-330-hover:hover {
    opacity: 3.3 !important;
  }
  .opacity-xxl3-335 {
    opacity: 3.35 !important;
  }
  .opacity-xxl3-335-hover:hover {
    opacity: 3.35 !important;
  }
  .opacity-xxl3-340 {
    opacity: 3.4 !important;
  }
  .opacity-xxl3-340-hover:hover {
    opacity: 3.4 !important;
  }
  .opacity-xxl3-345 {
    opacity: 3.45 !important;
  }
  .opacity-xxl3-345-hover:hover {
    opacity: 3.45 !important;
  }
  .opacity-xxl3-350 {
    opacity: 3.5 !important;
  }
  .opacity-xxl3-350-hover:hover {
    opacity: 3.5 !important;
  }
  .opacity-xxl3-355 {
    opacity: 3.55 !important;
  }
  .opacity-xxl3-355-hover:hover {
    opacity: 3.55 !important;
  }
  .opacity-xxl3-360 {
    opacity: 3.6 !important;
  }
  .opacity-xxl3-360-hover:hover {
    opacity: 3.6 !important;
  }
  .opacity-xxl3-365 {
    opacity: 3.65 !important;
  }
  .opacity-xxl3-365-hover:hover {
    opacity: 3.65 !important;
  }
  .opacity-xxl3-370 {
    opacity: 3.7 !important;
  }
  .opacity-xxl3-370-hover:hover {
    opacity: 3.7 !important;
  }
  .opacity-xxl3-375 {
    opacity: 3.75 !important;
  }
  .opacity-xxl3-375-hover:hover {
    opacity: 3.75 !important;
  }
  .opacity-xxl3-380 {
    opacity: 3.8 !important;
  }
  .opacity-xxl3-380-hover:hover {
    opacity: 3.8 !important;
  }
  .opacity-xxl3-385 {
    opacity: 3.85 !important;
  }
  .opacity-xxl3-385-hover:hover {
    opacity: 3.85 !important;
  }
  .opacity-xxl3-390 {
    opacity: 3.9 !important;
  }
  .opacity-xxl3-390-hover:hover {
    opacity: 3.9 !important;
  }
  .opacity-xxl3-395 {
    opacity: 3.95 !important;
  }
  .opacity-xxl3-395-hover:hover {
    opacity: 3.95 !important;
  }
  .opacity-xxl3-400 {
    opacity: 4 !important;
  }
  .opacity-xxl3-400-hover:hover {
    opacity: 4 !important;
  }
  .opacity-xxl3-405 {
    opacity: 4.05 !important;
  }
  .opacity-xxl3-405-hover:hover {
    opacity: 4.05 !important;
  }
  .opacity-xxl3-410 {
    opacity: 4.1 !important;
  }
  .opacity-xxl3-410-hover:hover {
    opacity: 4.1 !important;
  }
  .opacity-xxl3-415 {
    opacity: 4.15 !important;
  }
  .opacity-xxl3-415-hover:hover {
    opacity: 4.15 !important;
  }
  .opacity-xxl3-420 {
    opacity: 4.2 !important;
  }
  .opacity-xxl3-420-hover:hover {
    opacity: 4.2 !important;
  }
  .opacity-xxl3-425 {
    opacity: 4.25 !important;
  }
  .opacity-xxl3-425-hover:hover {
    opacity: 4.25 !important;
  }
  .opacity-xxl3-430 {
    opacity: 4.3 !important;
  }
  .opacity-xxl3-430-hover:hover {
    opacity: 4.3 !important;
  }
  .opacity-xxl3-435 {
    opacity: 4.35 !important;
  }
  .opacity-xxl3-435-hover:hover {
    opacity: 4.35 !important;
  }
  .opacity-xxl3-440 {
    opacity: 4.4 !important;
  }
  .opacity-xxl3-440-hover:hover {
    opacity: 4.4 !important;
  }
  .opacity-xxl3-445 {
    opacity: 4.45 !important;
  }
  .opacity-xxl3-445-hover:hover {
    opacity: 4.45 !important;
  }
  .opacity-xxl3-450 {
    opacity: 4.5 !important;
  }
  .opacity-xxl3-450-hover:hover {
    opacity: 4.5 !important;
  }
  .opacity-xxl3-455 {
    opacity: 4.55 !important;
  }
  .opacity-xxl3-455-hover:hover {
    opacity: 4.55 !important;
  }
  .opacity-xxl3-460 {
    opacity: 4.6 !important;
  }
  .opacity-xxl3-460-hover:hover {
    opacity: 4.6 !important;
  }
  .opacity-xxl3-465 {
    opacity: 4.65 !important;
  }
  .opacity-xxl3-465-hover:hover {
    opacity: 4.65 !important;
  }
  .opacity-xxl3-470 {
    opacity: 4.7 !important;
  }
  .opacity-xxl3-470-hover:hover {
    opacity: 4.7 !important;
  }
  .opacity-xxl3-475 {
    opacity: 4.75 !important;
  }
  .opacity-xxl3-475-hover:hover {
    opacity: 4.75 !important;
  }
  .opacity-xxl3-480 {
    opacity: 4.8 !important;
  }
  .opacity-xxl3-480-hover:hover {
    opacity: 4.8 !important;
  }
  .opacity-xxl3-485 {
    opacity: 4.85 !important;
  }
  .opacity-xxl3-485-hover:hover {
    opacity: 4.85 !important;
  }
  .opacity-xxl3-490 {
    opacity: 4.9 !important;
  }
  .opacity-xxl3-490-hover:hover {
    opacity: 4.9 !important;
  }
  .opacity-xxl3-495 {
    opacity: 4.95 !important;
  }
  .opacity-xxl3-495-hover:hover {
    opacity: 4.95 !important;
  }
  .opacity-xxl3-500 {
    opacity: 5 !important;
  }
  .opacity-xxl3-500-hover:hover {
    opacity: 5 !important;
  }
  .d-xxl3-inline {
    display: inline !important;
  }
  .d-xxl3-inline-block {
    display: inline-block !important;
  }
  .d-xxl3-block {
    display: block !important;
  }
  .d-xxl3-grid {
    display: grid !important;
  }
  .d-xxl3-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl3-table {
    display: table !important;
  }
  .d-xxl3-table-row {
    display: table-row !important;
  }
  .d-xxl3-table-cell {
    display: table-cell !important;
  }
  .d-xxl3-flex {
    display: flex !important;
  }
  .d-xxl3-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl3-none {
    display: none !important;
  }
  .position-xxl3-static {
    position: static !important;
  }
  .position-xxl3-relative {
    position: relative !important;
  }
  .position-xxl3-absolute {
    position: absolute !important;
  }
  .position-xxl3-fixed {
    position: fixed !important;
  }
  .position-xxl3-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .top-xxl3-0 {
    top: 0% !important;
  }
  .top-xxl3-1 {
    top: 1% !important;
  }
  .top-xxl3-2 {
    top: 2% !important;
  }
  .top-xxl3-3 {
    top: 3% !important;
  }
  .top-xxl3-4 {
    top: 4% !important;
  }
  .top-xxl3-5 {
    top: 5% !important;
  }
  .top-xxl3-6 {
    top: 6% !important;
  }
  .top-xxl3-7 {
    top: 7% !important;
  }
  .top-xxl3-8 {
    top: 8% !important;
  }
  .top-xxl3-9 {
    top: 9% !important;
  }
  .top-xxl3-10 {
    top: 10% !important;
  }
  .top-xxl3-11 {
    top: 11% !important;
  }
  .top-xxl3-12 {
    top: 12% !important;
  }
  .top-xxl3-13 {
    top: 13% !important;
  }
  .top-xxl3-14 {
    top: 14% !important;
  }
  .top-xxl3-15 {
    top: 15% !important;
  }
  .top-xxl3-16 {
    top: 16% !important;
  }
  .top-xxl3-17 {
    top: 17% !important;
  }
  .top-xxl3-18 {
    top: 18% !important;
  }
  .top-xxl3-19 {
    top: 19% !important;
  }
  .top-xxl3-20 {
    top: 20% !important;
  }
  .top-xxl3-21 {
    top: 21% !important;
  }
  .top-xxl3-22 {
    top: 22% !important;
  }
  .top-xxl3-23 {
    top: 23% !important;
  }
  .top-xxl3-24 {
    top: 24% !important;
  }
  .top-xxl3-25 {
    top: 25% !important;
  }
  .top-xxl3-26 {
    top: 26% !important;
  }
  .top-xxl3-27 {
    top: 27% !important;
  }
  .top-xxl3-28 {
    top: 28% !important;
  }
  .top-xxl3-29 {
    top: 29% !important;
  }
  .top-xxl3-30 {
    top: 30% !important;
  }
  .top-xxl3-31 {
    top: 31% !important;
  }
  .top-xxl3-32 {
    top: 32% !important;
  }
  .top-xxl3-33 {
    top: 33% !important;
  }
  .top-xxl3-34 {
    top: 34% !important;
  }
  .top-xxl3-35 {
    top: 35% !important;
  }
  .top-xxl3-36 {
    top: 36% !important;
  }
  .top-xxl3-37 {
    top: 37% !important;
  }
  .top-xxl3-38 {
    top: 38% !important;
  }
  .top-xxl3-39 {
    top: 39% !important;
  }
  .top-xxl3-40 {
    top: 40% !important;
  }
  .top-xxl3-41 {
    top: 41% !important;
  }
  .top-xxl3-42 {
    top: 42% !important;
  }
  .top-xxl3-43 {
    top: 43% !important;
  }
  .top-xxl3-44 {
    top: 44% !important;
  }
  .top-xxl3-45 {
    top: 45% !important;
  }
  .top-xxl3-46 {
    top: 46% !important;
  }
  .top-xxl3-47 {
    top: 47% !important;
  }
  .top-xxl3-48 {
    top: 48% !important;
  }
  .top-xxl3-49 {
    top: 49% !important;
  }
  .top-xxl3-50 {
    top: 50% !important;
  }
  .top-xxl3-51 {
    top: 51% !important;
  }
  .top-xxl3-52 {
    top: 52% !important;
  }
  .top-xxl3-53 {
    top: 53% !important;
  }
  .top-xxl3-54 {
    top: 54% !important;
  }
  .top-xxl3-55 {
    top: 55% !important;
  }
  .top-xxl3-56 {
    top: 56% !important;
  }
  .top-xxl3-57 {
    top: 57% !important;
  }
  .top-xxl3-58 {
    top: 58% !important;
  }
  .top-xxl3-59 {
    top: 59% !important;
  }
  .top-xxl3-60 {
    top: 60% !important;
  }
  .top-xxl3-61 {
    top: 61% !important;
  }
  .top-xxl3-62 {
    top: 62% !important;
  }
  .top-xxl3-63 {
    top: 63% !important;
  }
  .top-xxl3-64 {
    top: 64% !important;
  }
  .top-xxl3-65 {
    top: 65% !important;
  }
  .top-xxl3-66 {
    top: 66% !important;
  }
  .top-xxl3-67 {
    top: 67% !important;
  }
  .top-xxl3-68 {
    top: 68% !important;
  }
  .top-xxl3-69 {
    top: 69% !important;
  }
  .top-xxl3-70 {
    top: 70% !important;
  }
  .top-xxl3-71 {
    top: 71% !important;
  }
  .top-xxl3-72 {
    top: 72% !important;
  }
  .top-xxl3-73 {
    top: 73% !important;
  }
  .top-xxl3-74 {
    top: 74% !important;
  }
  .top-xxl3-75 {
    top: 75% !important;
  }
  .top-xxl3-76 {
    top: 76% !important;
  }
  .top-xxl3-77 {
    top: 77% !important;
  }
  .top-xxl3-78 {
    top: 78% !important;
  }
  .top-xxl3-79 {
    top: 79% !important;
  }
  .top-xxl3-80 {
    top: 80% !important;
  }
  .top-xxl3-81 {
    top: 81% !important;
  }
  .top-xxl3-82 {
    top: 82% !important;
  }
  .top-xxl3-83 {
    top: 83% !important;
  }
  .top-xxl3-84 {
    top: 84% !important;
  }
  .top-xxl3-85 {
    top: 85% !important;
  }
  .top-xxl3-86 {
    top: 86% !important;
  }
  .top-xxl3-87 {
    top: 87% !important;
  }
  .top-xxl3-88 {
    top: 88% !important;
  }
  .top-xxl3-89 {
    top: 89% !important;
  }
  .top-xxl3-90 {
    top: 90% !important;
  }
  .top-xxl3-91 {
    top: 91% !important;
  }
  .top-xxl3-92 {
    top: 92% !important;
  }
  .top-xxl3-93 {
    top: 93% !important;
  }
  .top-xxl3-94 {
    top: 94% !important;
  }
  .top-xxl3-95 {
    top: 95% !important;
  }
  .top-xxl3-96 {
    top: 96% !important;
  }
  .top-xxl3-97 {
    top: 97% !important;
  }
  .top-xxl3-98 {
    top: 98% !important;
  }
  .top-xxl3-99 {
    top: 99% !important;
  }
  .top-xxl3-100 {
    top: 100% !important;
  }
  .top-xxl3-n1 {
    top: -1% !important;
  }
  .top-xxl3-n2 {
    top: -2% !important;
  }
  .top-xxl3-n3 {
    top: -3% !important;
  }
  .top-xxl3-n4 {
    top: -4% !important;
  }
  .top-xxl3-n5 {
    top: -5% !important;
  }
  .top-xxl3-n6 {
    top: -6% !important;
  }
  .top-xxl3-n7 {
    top: -7% !important;
  }
  .top-xxl3-n8 {
    top: -8% !important;
  }
  .top-xxl3-n9 {
    top: -9% !important;
  }
  .top-xxl3-n10 {
    top: -10% !important;
  }
  .top-xxl3-n11 {
    top: -11% !important;
  }
  .top-xxl3-n12 {
    top: -12% !important;
  }
  .top-xxl3-n13 {
    top: -13% !important;
  }
  .top-xxl3-n14 {
    top: -14% !important;
  }
  .top-xxl3-n15 {
    top: -15% !important;
  }
  .top-xxl3-n16 {
    top: -16% !important;
  }
  .top-xxl3-n17 {
    top: -17% !important;
  }
  .top-xxl3-n18 {
    top: -18% !important;
  }
  .top-xxl3-n19 {
    top: -19% !important;
  }
  .top-xxl3-n20 {
    top: -20% !important;
  }
  .top-xxl3-n21 {
    top: -21% !important;
  }
  .top-xxl3-n22 {
    top: -22% !important;
  }
  .top-xxl3-n23 {
    top: -23% !important;
  }
  .top-xxl3-n24 {
    top: -24% !important;
  }
  .top-xxl3-n25 {
    top: -25% !important;
  }
  .top-xxl3-n26 {
    top: -26% !important;
  }
  .top-xxl3-n27 {
    top: -27% !important;
  }
  .top-xxl3-n28 {
    top: -28% !important;
  }
  .top-xxl3-n29 {
    top: -29% !important;
  }
  .top-xxl3-n30 {
    top: -30% !important;
  }
  .top-xxl3-n31 {
    top: -31% !important;
  }
  .top-xxl3-n32 {
    top: -32% !important;
  }
  .top-xxl3-n33 {
    top: -33% !important;
  }
  .top-xxl3-n34 {
    top: -34% !important;
  }
  .top-xxl3-n35 {
    top: -35% !important;
  }
  .top-xxl3-n36 {
    top: -36% !important;
  }
  .top-xxl3-n37 {
    top: -37% !important;
  }
  .top-xxl3-n38 {
    top: -38% !important;
  }
  .top-xxl3-n39 {
    top: -39% !important;
  }
  .top-xxl3-n40 {
    top: -40% !important;
  }
  .top-xxl3-n41 {
    top: -41% !important;
  }
  .top-xxl3-n42 {
    top: -42% !important;
  }
  .top-xxl3-n43 {
    top: -43% !important;
  }
  .top-xxl3-n44 {
    top: -44% !important;
  }
  .top-xxl3-n45 {
    top: -45% !important;
  }
  .top-xxl3-n46 {
    top: -46% !important;
  }
  .top-xxl3-n47 {
    top: -47% !important;
  }
  .top-xxl3-n48 {
    top: -48% !important;
  }
  .top-xxl3-n49 {
    top: -49% !important;
  }
  .top-xxl3-n50 {
    top: -50% !important;
  }
  .top-xxl3-n51 {
    top: -51% !important;
  }
  .top-xxl3-n52 {
    top: -52% !important;
  }
  .top-xxl3-n53 {
    top: -53% !important;
  }
  .top-xxl3-n54 {
    top: -54% !important;
  }
  .top-xxl3-n55 {
    top: -55% !important;
  }
  .top-xxl3-n56 {
    top: -56% !important;
  }
  .top-xxl3-n57 {
    top: -57% !important;
  }
  .top-xxl3-n58 {
    top: -58% !important;
  }
  .top-xxl3-n59 {
    top: -59% !important;
  }
  .top-xxl3-n60 {
    top: -60% !important;
  }
  .top-xxl3-n61 {
    top: -61% !important;
  }
  .top-xxl3-n62 {
    top: -62% !important;
  }
  .top-xxl3-n63 {
    top: -63% !important;
  }
  .top-xxl3-n64 {
    top: -64% !important;
  }
  .top-xxl3-n65 {
    top: -65% !important;
  }
  .top-xxl3-n66 {
    top: -66% !important;
  }
  .top-xxl3-n67 {
    top: -67% !important;
  }
  .top-xxl3-n68 {
    top: -68% !important;
  }
  .top-xxl3-n69 {
    top: -69% !important;
  }
  .top-xxl3-n70 {
    top: -70% !important;
  }
  .top-xxl3-n71 {
    top: -71% !important;
  }
  .top-xxl3-n72 {
    top: -72% !important;
  }
  .top-xxl3-n73 {
    top: -73% !important;
  }
  .top-xxl3-n74 {
    top: -74% !important;
  }
  .top-xxl3-n75 {
    top: -75% !important;
  }
  .top-xxl3-n76 {
    top: -76% !important;
  }
  .top-xxl3-n77 {
    top: -77% !important;
  }
  .top-xxl3-n78 {
    top: -78% !important;
  }
  .top-xxl3-n79 {
    top: -79% !important;
  }
  .top-xxl3-n80 {
    top: -80% !important;
  }
  .top-xxl3-n81 {
    top: -81% !important;
  }
  .top-xxl3-n82 {
    top: -82% !important;
  }
  .top-xxl3-n83 {
    top: -83% !important;
  }
  .top-xxl3-n84 {
    top: -84% !important;
  }
  .top-xxl3-n85 {
    top: -85% !important;
  }
  .top-xxl3-n86 {
    top: -86% !important;
  }
  .top-xxl3-n87 {
    top: -87% !important;
  }
  .top-xxl3-n88 {
    top: -88% !important;
  }
  .top-xxl3-n89 {
    top: -89% !important;
  }
  .top-xxl3-n90 {
    top: -90% !important;
  }
  .top-xxl3-n91 {
    top: -91% !important;
  }
  .top-xxl3-n92 {
    top: -92% !important;
  }
  .top-xxl3-n93 {
    top: -93% !important;
  }
  .top-xxl3-n94 {
    top: -94% !important;
  }
  .top-xxl3-n95 {
    top: -95% !important;
  }
  .top-xxl3-n96 {
    top: -96% !important;
  }
  .top-xxl3-n97 {
    top: -97% !important;
  }
  .top-xxl3-n98 {
    top: -98% !important;
  }
  .top-xxl3-n99 {
    top: -99% !important;
  }
  .top-xxl3-n100 {
    top: -100% !important;
  }
  .top-xxl3-auto {
    top: auto !important;
  }
  .bottom-xxl3-0 {
    bottom: 0% !important;
  }
  .bottom-xxl3-1 {
    bottom: 1% !important;
  }
  .bottom-xxl3-2 {
    bottom: 2% !important;
  }
  .bottom-xxl3-3 {
    bottom: 3% !important;
  }
  .bottom-xxl3-4 {
    bottom: 4% !important;
  }
  .bottom-xxl3-5 {
    bottom: 5% !important;
  }
  .bottom-xxl3-6 {
    bottom: 6% !important;
  }
  .bottom-xxl3-7 {
    bottom: 7% !important;
  }
  .bottom-xxl3-8 {
    bottom: 8% !important;
  }
  .bottom-xxl3-9 {
    bottom: 9% !important;
  }
  .bottom-xxl3-10 {
    bottom: 10% !important;
  }
  .bottom-xxl3-11 {
    bottom: 11% !important;
  }
  .bottom-xxl3-12 {
    bottom: 12% !important;
  }
  .bottom-xxl3-13 {
    bottom: 13% !important;
  }
  .bottom-xxl3-14 {
    bottom: 14% !important;
  }
  .bottom-xxl3-15 {
    bottom: 15% !important;
  }
  .bottom-xxl3-16 {
    bottom: 16% !important;
  }
  .bottom-xxl3-17 {
    bottom: 17% !important;
  }
  .bottom-xxl3-18 {
    bottom: 18% !important;
  }
  .bottom-xxl3-19 {
    bottom: 19% !important;
  }
  .bottom-xxl3-20 {
    bottom: 20% !important;
  }
  .bottom-xxl3-21 {
    bottom: 21% !important;
  }
  .bottom-xxl3-22 {
    bottom: 22% !important;
  }
  .bottom-xxl3-23 {
    bottom: 23% !important;
  }
  .bottom-xxl3-24 {
    bottom: 24% !important;
  }
  .bottom-xxl3-25 {
    bottom: 25% !important;
  }
  .bottom-xxl3-26 {
    bottom: 26% !important;
  }
  .bottom-xxl3-27 {
    bottom: 27% !important;
  }
  .bottom-xxl3-28 {
    bottom: 28% !important;
  }
  .bottom-xxl3-29 {
    bottom: 29% !important;
  }
  .bottom-xxl3-30 {
    bottom: 30% !important;
  }
  .bottom-xxl3-31 {
    bottom: 31% !important;
  }
  .bottom-xxl3-32 {
    bottom: 32% !important;
  }
  .bottom-xxl3-33 {
    bottom: 33% !important;
  }
  .bottom-xxl3-34 {
    bottom: 34% !important;
  }
  .bottom-xxl3-35 {
    bottom: 35% !important;
  }
  .bottom-xxl3-36 {
    bottom: 36% !important;
  }
  .bottom-xxl3-37 {
    bottom: 37% !important;
  }
  .bottom-xxl3-38 {
    bottom: 38% !important;
  }
  .bottom-xxl3-39 {
    bottom: 39% !important;
  }
  .bottom-xxl3-40 {
    bottom: 40% !important;
  }
  .bottom-xxl3-41 {
    bottom: 41% !important;
  }
  .bottom-xxl3-42 {
    bottom: 42% !important;
  }
  .bottom-xxl3-43 {
    bottom: 43% !important;
  }
  .bottom-xxl3-44 {
    bottom: 44% !important;
  }
  .bottom-xxl3-45 {
    bottom: 45% !important;
  }
  .bottom-xxl3-46 {
    bottom: 46% !important;
  }
  .bottom-xxl3-47 {
    bottom: 47% !important;
  }
  .bottom-xxl3-48 {
    bottom: 48% !important;
  }
  .bottom-xxl3-49 {
    bottom: 49% !important;
  }
  .bottom-xxl3-50 {
    bottom: 50% !important;
  }
  .bottom-xxl3-51 {
    bottom: 51% !important;
  }
  .bottom-xxl3-52 {
    bottom: 52% !important;
  }
  .bottom-xxl3-53 {
    bottom: 53% !important;
  }
  .bottom-xxl3-54 {
    bottom: 54% !important;
  }
  .bottom-xxl3-55 {
    bottom: 55% !important;
  }
  .bottom-xxl3-56 {
    bottom: 56% !important;
  }
  .bottom-xxl3-57 {
    bottom: 57% !important;
  }
  .bottom-xxl3-58 {
    bottom: 58% !important;
  }
  .bottom-xxl3-59 {
    bottom: 59% !important;
  }
  .bottom-xxl3-60 {
    bottom: 60% !important;
  }
  .bottom-xxl3-61 {
    bottom: 61% !important;
  }
  .bottom-xxl3-62 {
    bottom: 62% !important;
  }
  .bottom-xxl3-63 {
    bottom: 63% !important;
  }
  .bottom-xxl3-64 {
    bottom: 64% !important;
  }
  .bottom-xxl3-65 {
    bottom: 65% !important;
  }
  .bottom-xxl3-66 {
    bottom: 66% !important;
  }
  .bottom-xxl3-67 {
    bottom: 67% !important;
  }
  .bottom-xxl3-68 {
    bottom: 68% !important;
  }
  .bottom-xxl3-69 {
    bottom: 69% !important;
  }
  .bottom-xxl3-70 {
    bottom: 70% !important;
  }
  .bottom-xxl3-71 {
    bottom: 71% !important;
  }
  .bottom-xxl3-72 {
    bottom: 72% !important;
  }
  .bottom-xxl3-73 {
    bottom: 73% !important;
  }
  .bottom-xxl3-74 {
    bottom: 74% !important;
  }
  .bottom-xxl3-75 {
    bottom: 75% !important;
  }
  .bottom-xxl3-76 {
    bottom: 76% !important;
  }
  .bottom-xxl3-77 {
    bottom: 77% !important;
  }
  .bottom-xxl3-78 {
    bottom: 78% !important;
  }
  .bottom-xxl3-79 {
    bottom: 79% !important;
  }
  .bottom-xxl3-80 {
    bottom: 80% !important;
  }
  .bottom-xxl3-81 {
    bottom: 81% !important;
  }
  .bottom-xxl3-82 {
    bottom: 82% !important;
  }
  .bottom-xxl3-83 {
    bottom: 83% !important;
  }
  .bottom-xxl3-84 {
    bottom: 84% !important;
  }
  .bottom-xxl3-85 {
    bottom: 85% !important;
  }
  .bottom-xxl3-86 {
    bottom: 86% !important;
  }
  .bottom-xxl3-87 {
    bottom: 87% !important;
  }
  .bottom-xxl3-88 {
    bottom: 88% !important;
  }
  .bottom-xxl3-89 {
    bottom: 89% !important;
  }
  .bottom-xxl3-90 {
    bottom: 90% !important;
  }
  .bottom-xxl3-91 {
    bottom: 91% !important;
  }
  .bottom-xxl3-92 {
    bottom: 92% !important;
  }
  .bottom-xxl3-93 {
    bottom: 93% !important;
  }
  .bottom-xxl3-94 {
    bottom: 94% !important;
  }
  .bottom-xxl3-95 {
    bottom: 95% !important;
  }
  .bottom-xxl3-96 {
    bottom: 96% !important;
  }
  .bottom-xxl3-97 {
    bottom: 97% !important;
  }
  .bottom-xxl3-98 {
    bottom: 98% !important;
  }
  .bottom-xxl3-99 {
    bottom: 99% !important;
  }
  .bottom-xxl3-100 {
    bottom: 100% !important;
  }
  .bottom-xxl3-n1 {
    bottom: -1% !important;
  }
  .bottom-xxl3-n2 {
    bottom: -2% !important;
  }
  .bottom-xxl3-n3 {
    bottom: -3% !important;
  }
  .bottom-xxl3-n4 {
    bottom: -4% !important;
  }
  .bottom-xxl3-n5 {
    bottom: -5% !important;
  }
  .bottom-xxl3-n6 {
    bottom: -6% !important;
  }
  .bottom-xxl3-n7 {
    bottom: -7% !important;
  }
  .bottom-xxl3-n8 {
    bottom: -8% !important;
  }
  .bottom-xxl3-n9 {
    bottom: -9% !important;
  }
  .bottom-xxl3-n10 {
    bottom: -10% !important;
  }
  .bottom-xxl3-n11 {
    bottom: -11% !important;
  }
  .bottom-xxl3-n12 {
    bottom: -12% !important;
  }
  .bottom-xxl3-n13 {
    bottom: -13% !important;
  }
  .bottom-xxl3-n14 {
    bottom: -14% !important;
  }
  .bottom-xxl3-n15 {
    bottom: -15% !important;
  }
  .bottom-xxl3-n16 {
    bottom: -16% !important;
  }
  .bottom-xxl3-n17 {
    bottom: -17% !important;
  }
  .bottom-xxl3-n18 {
    bottom: -18% !important;
  }
  .bottom-xxl3-n19 {
    bottom: -19% !important;
  }
  .bottom-xxl3-n20 {
    bottom: -20% !important;
  }
  .bottom-xxl3-n21 {
    bottom: -21% !important;
  }
  .bottom-xxl3-n22 {
    bottom: -22% !important;
  }
  .bottom-xxl3-n23 {
    bottom: -23% !important;
  }
  .bottom-xxl3-n24 {
    bottom: -24% !important;
  }
  .bottom-xxl3-n25 {
    bottom: -25% !important;
  }
  .bottom-xxl3-n26 {
    bottom: -26% !important;
  }
  .bottom-xxl3-n27 {
    bottom: -27% !important;
  }
  .bottom-xxl3-n28 {
    bottom: -28% !important;
  }
  .bottom-xxl3-n29 {
    bottom: -29% !important;
  }
  .bottom-xxl3-n30 {
    bottom: -30% !important;
  }
  .bottom-xxl3-n31 {
    bottom: -31% !important;
  }
  .bottom-xxl3-n32 {
    bottom: -32% !important;
  }
  .bottom-xxl3-n33 {
    bottom: -33% !important;
  }
  .bottom-xxl3-n34 {
    bottom: -34% !important;
  }
  .bottom-xxl3-n35 {
    bottom: -35% !important;
  }
  .bottom-xxl3-n36 {
    bottom: -36% !important;
  }
  .bottom-xxl3-n37 {
    bottom: -37% !important;
  }
  .bottom-xxl3-n38 {
    bottom: -38% !important;
  }
  .bottom-xxl3-n39 {
    bottom: -39% !important;
  }
  .bottom-xxl3-n40 {
    bottom: -40% !important;
  }
  .bottom-xxl3-n41 {
    bottom: -41% !important;
  }
  .bottom-xxl3-n42 {
    bottom: -42% !important;
  }
  .bottom-xxl3-n43 {
    bottom: -43% !important;
  }
  .bottom-xxl3-n44 {
    bottom: -44% !important;
  }
  .bottom-xxl3-n45 {
    bottom: -45% !important;
  }
  .bottom-xxl3-n46 {
    bottom: -46% !important;
  }
  .bottom-xxl3-n47 {
    bottom: -47% !important;
  }
  .bottom-xxl3-n48 {
    bottom: -48% !important;
  }
  .bottom-xxl3-n49 {
    bottom: -49% !important;
  }
  .bottom-xxl3-n50 {
    bottom: -50% !important;
  }
  .bottom-xxl3-n51 {
    bottom: -51% !important;
  }
  .bottom-xxl3-n52 {
    bottom: -52% !important;
  }
  .bottom-xxl3-n53 {
    bottom: -53% !important;
  }
  .bottom-xxl3-n54 {
    bottom: -54% !important;
  }
  .bottom-xxl3-n55 {
    bottom: -55% !important;
  }
  .bottom-xxl3-n56 {
    bottom: -56% !important;
  }
  .bottom-xxl3-n57 {
    bottom: -57% !important;
  }
  .bottom-xxl3-n58 {
    bottom: -58% !important;
  }
  .bottom-xxl3-n59 {
    bottom: -59% !important;
  }
  .bottom-xxl3-n60 {
    bottom: -60% !important;
  }
  .bottom-xxl3-n61 {
    bottom: -61% !important;
  }
  .bottom-xxl3-n62 {
    bottom: -62% !important;
  }
  .bottom-xxl3-n63 {
    bottom: -63% !important;
  }
  .bottom-xxl3-n64 {
    bottom: -64% !important;
  }
  .bottom-xxl3-n65 {
    bottom: -65% !important;
  }
  .bottom-xxl3-n66 {
    bottom: -66% !important;
  }
  .bottom-xxl3-n67 {
    bottom: -67% !important;
  }
  .bottom-xxl3-n68 {
    bottom: -68% !important;
  }
  .bottom-xxl3-n69 {
    bottom: -69% !important;
  }
  .bottom-xxl3-n70 {
    bottom: -70% !important;
  }
  .bottom-xxl3-n71 {
    bottom: -71% !important;
  }
  .bottom-xxl3-n72 {
    bottom: -72% !important;
  }
  .bottom-xxl3-n73 {
    bottom: -73% !important;
  }
  .bottom-xxl3-n74 {
    bottom: -74% !important;
  }
  .bottom-xxl3-n75 {
    bottom: -75% !important;
  }
  .bottom-xxl3-n76 {
    bottom: -76% !important;
  }
  .bottom-xxl3-n77 {
    bottom: -77% !important;
  }
  .bottom-xxl3-n78 {
    bottom: -78% !important;
  }
  .bottom-xxl3-n79 {
    bottom: -79% !important;
  }
  .bottom-xxl3-n80 {
    bottom: -80% !important;
  }
  .bottom-xxl3-n81 {
    bottom: -81% !important;
  }
  .bottom-xxl3-n82 {
    bottom: -82% !important;
  }
  .bottom-xxl3-n83 {
    bottom: -83% !important;
  }
  .bottom-xxl3-n84 {
    bottom: -84% !important;
  }
  .bottom-xxl3-n85 {
    bottom: -85% !important;
  }
  .bottom-xxl3-n86 {
    bottom: -86% !important;
  }
  .bottom-xxl3-n87 {
    bottom: -87% !important;
  }
  .bottom-xxl3-n88 {
    bottom: -88% !important;
  }
  .bottom-xxl3-n89 {
    bottom: -89% !important;
  }
  .bottom-xxl3-n90 {
    bottom: -90% !important;
  }
  .bottom-xxl3-n91 {
    bottom: -91% !important;
  }
  .bottom-xxl3-n92 {
    bottom: -92% !important;
  }
  .bottom-xxl3-n93 {
    bottom: -93% !important;
  }
  .bottom-xxl3-n94 {
    bottom: -94% !important;
  }
  .bottom-xxl3-n95 {
    bottom: -95% !important;
  }
  .bottom-xxl3-n96 {
    bottom: -96% !important;
  }
  .bottom-xxl3-n97 {
    bottom: -97% !important;
  }
  .bottom-xxl3-n98 {
    bottom: -98% !important;
  }
  .bottom-xxl3-n99 {
    bottom: -99% !important;
  }
  .bottom-xxl3-n100 {
    bottom: -100% !important;
  }
  .bottom-xxl3-auto {
    bottom: auto !important;
  }
  .start-xxl3-0 {
    left: 0% !important;
  }
  .start-xxl3-1 {
    left: 1% !important;
  }
  .start-xxl3-2 {
    left: 2% !important;
  }
  .start-xxl3-3 {
    left: 3% !important;
  }
  .start-xxl3-4 {
    left: 4% !important;
  }
  .start-xxl3-5 {
    left: 5% !important;
  }
  .start-xxl3-6 {
    left: 6% !important;
  }
  .start-xxl3-7 {
    left: 7% !important;
  }
  .start-xxl3-8 {
    left: 8% !important;
  }
  .start-xxl3-9 {
    left: 9% !important;
  }
  .start-xxl3-10 {
    left: 10% !important;
  }
  .start-xxl3-11 {
    left: 11% !important;
  }
  .start-xxl3-12 {
    left: 12% !important;
  }
  .start-xxl3-13 {
    left: 13% !important;
  }
  .start-xxl3-14 {
    left: 14% !important;
  }
  .start-xxl3-15 {
    left: 15% !important;
  }
  .start-xxl3-16 {
    left: 16% !important;
  }
  .start-xxl3-17 {
    left: 17% !important;
  }
  .start-xxl3-18 {
    left: 18% !important;
  }
  .start-xxl3-19 {
    left: 19% !important;
  }
  .start-xxl3-20 {
    left: 20% !important;
  }
  .start-xxl3-21 {
    left: 21% !important;
  }
  .start-xxl3-22 {
    left: 22% !important;
  }
  .start-xxl3-23 {
    left: 23% !important;
  }
  .start-xxl3-24 {
    left: 24% !important;
  }
  .start-xxl3-25 {
    left: 25% !important;
  }
  .start-xxl3-26 {
    left: 26% !important;
  }
  .start-xxl3-27 {
    left: 27% !important;
  }
  .start-xxl3-28 {
    left: 28% !important;
  }
  .start-xxl3-29 {
    left: 29% !important;
  }
  .start-xxl3-30 {
    left: 30% !important;
  }
  .start-xxl3-31 {
    left: 31% !important;
  }
  .start-xxl3-32 {
    left: 32% !important;
  }
  .start-xxl3-33 {
    left: 33% !important;
  }
  .start-xxl3-34 {
    left: 34% !important;
  }
  .start-xxl3-35 {
    left: 35% !important;
  }
  .start-xxl3-36 {
    left: 36% !important;
  }
  .start-xxl3-37 {
    left: 37% !important;
  }
  .start-xxl3-38 {
    left: 38% !important;
  }
  .start-xxl3-39 {
    left: 39% !important;
  }
  .start-xxl3-40 {
    left: 40% !important;
  }
  .start-xxl3-41 {
    left: 41% !important;
  }
  .start-xxl3-42 {
    left: 42% !important;
  }
  .start-xxl3-43 {
    left: 43% !important;
  }
  .start-xxl3-44 {
    left: 44% !important;
  }
  .start-xxl3-45 {
    left: 45% !important;
  }
  .start-xxl3-46 {
    left: 46% !important;
  }
  .start-xxl3-47 {
    left: 47% !important;
  }
  .start-xxl3-48 {
    left: 48% !important;
  }
  .start-xxl3-49 {
    left: 49% !important;
  }
  .start-xxl3-50 {
    left: 50% !important;
  }
  .start-xxl3-51 {
    left: 51% !important;
  }
  .start-xxl3-52 {
    left: 52% !important;
  }
  .start-xxl3-53 {
    left: 53% !important;
  }
  .start-xxl3-54 {
    left: 54% !important;
  }
  .start-xxl3-55 {
    left: 55% !important;
  }
  .start-xxl3-56 {
    left: 56% !important;
  }
  .start-xxl3-57 {
    left: 57% !important;
  }
  .start-xxl3-58 {
    left: 58% !important;
  }
  .start-xxl3-59 {
    left: 59% !important;
  }
  .start-xxl3-60 {
    left: 60% !important;
  }
  .start-xxl3-61 {
    left: 61% !important;
  }
  .start-xxl3-62 {
    left: 62% !important;
  }
  .start-xxl3-63 {
    left: 63% !important;
  }
  .start-xxl3-64 {
    left: 64% !important;
  }
  .start-xxl3-65 {
    left: 65% !important;
  }
  .start-xxl3-66 {
    left: 66% !important;
  }
  .start-xxl3-67 {
    left: 67% !important;
  }
  .start-xxl3-68 {
    left: 68% !important;
  }
  .start-xxl3-69 {
    left: 69% !important;
  }
  .start-xxl3-70 {
    left: 70% !important;
  }
  .start-xxl3-71 {
    left: 71% !important;
  }
  .start-xxl3-72 {
    left: 72% !important;
  }
  .start-xxl3-73 {
    left: 73% !important;
  }
  .start-xxl3-74 {
    left: 74% !important;
  }
  .start-xxl3-75 {
    left: 75% !important;
  }
  .start-xxl3-76 {
    left: 76% !important;
  }
  .start-xxl3-77 {
    left: 77% !important;
  }
  .start-xxl3-78 {
    left: 78% !important;
  }
  .start-xxl3-79 {
    left: 79% !important;
  }
  .start-xxl3-80 {
    left: 80% !important;
  }
  .start-xxl3-81 {
    left: 81% !important;
  }
  .start-xxl3-82 {
    left: 82% !important;
  }
  .start-xxl3-83 {
    left: 83% !important;
  }
  .start-xxl3-84 {
    left: 84% !important;
  }
  .start-xxl3-85 {
    left: 85% !important;
  }
  .start-xxl3-86 {
    left: 86% !important;
  }
  .start-xxl3-87 {
    left: 87% !important;
  }
  .start-xxl3-88 {
    left: 88% !important;
  }
  .start-xxl3-89 {
    left: 89% !important;
  }
  .start-xxl3-90 {
    left: 90% !important;
  }
  .start-xxl3-91 {
    left: 91% !important;
  }
  .start-xxl3-92 {
    left: 92% !important;
  }
  .start-xxl3-93 {
    left: 93% !important;
  }
  .start-xxl3-94 {
    left: 94% !important;
  }
  .start-xxl3-95 {
    left: 95% !important;
  }
  .start-xxl3-96 {
    left: 96% !important;
  }
  .start-xxl3-97 {
    left: 97% !important;
  }
  .start-xxl3-98 {
    left: 98% !important;
  }
  .start-xxl3-99 {
    left: 99% !important;
  }
  .start-xxl3-100 {
    left: 100% !important;
  }
  .start-xxl3-n1 {
    left: -1% !important;
  }
  .start-xxl3-n2 {
    left: -2% !important;
  }
  .start-xxl3-n3 {
    left: -3% !important;
  }
  .start-xxl3-n4 {
    left: -4% !important;
  }
  .start-xxl3-n5 {
    left: -5% !important;
  }
  .start-xxl3-n6 {
    left: -6% !important;
  }
  .start-xxl3-n7 {
    left: -7% !important;
  }
  .start-xxl3-n8 {
    left: -8% !important;
  }
  .start-xxl3-n9 {
    left: -9% !important;
  }
  .start-xxl3-n10 {
    left: -10% !important;
  }
  .start-xxl3-n11 {
    left: -11% !important;
  }
  .start-xxl3-n12 {
    left: -12% !important;
  }
  .start-xxl3-n13 {
    left: -13% !important;
  }
  .start-xxl3-n14 {
    left: -14% !important;
  }
  .start-xxl3-n15 {
    left: -15% !important;
  }
  .start-xxl3-n16 {
    left: -16% !important;
  }
  .start-xxl3-n17 {
    left: -17% !important;
  }
  .start-xxl3-n18 {
    left: -18% !important;
  }
  .start-xxl3-n19 {
    left: -19% !important;
  }
  .start-xxl3-n20 {
    left: -20% !important;
  }
  .start-xxl3-n21 {
    left: -21% !important;
  }
  .start-xxl3-n22 {
    left: -22% !important;
  }
  .start-xxl3-n23 {
    left: -23% !important;
  }
  .start-xxl3-n24 {
    left: -24% !important;
  }
  .start-xxl3-n25 {
    left: -25% !important;
  }
  .start-xxl3-n26 {
    left: -26% !important;
  }
  .start-xxl3-n27 {
    left: -27% !important;
  }
  .start-xxl3-n28 {
    left: -28% !important;
  }
  .start-xxl3-n29 {
    left: -29% !important;
  }
  .start-xxl3-n30 {
    left: -30% !important;
  }
  .start-xxl3-n31 {
    left: -31% !important;
  }
  .start-xxl3-n32 {
    left: -32% !important;
  }
  .start-xxl3-n33 {
    left: -33% !important;
  }
  .start-xxl3-n34 {
    left: -34% !important;
  }
  .start-xxl3-n35 {
    left: -35% !important;
  }
  .start-xxl3-n36 {
    left: -36% !important;
  }
  .start-xxl3-n37 {
    left: -37% !important;
  }
  .start-xxl3-n38 {
    left: -38% !important;
  }
  .start-xxl3-n39 {
    left: -39% !important;
  }
  .start-xxl3-n40 {
    left: -40% !important;
  }
  .start-xxl3-n41 {
    left: -41% !important;
  }
  .start-xxl3-n42 {
    left: -42% !important;
  }
  .start-xxl3-n43 {
    left: -43% !important;
  }
  .start-xxl3-n44 {
    left: -44% !important;
  }
  .start-xxl3-n45 {
    left: -45% !important;
  }
  .start-xxl3-n46 {
    left: -46% !important;
  }
  .start-xxl3-n47 {
    left: -47% !important;
  }
  .start-xxl3-n48 {
    left: -48% !important;
  }
  .start-xxl3-n49 {
    left: -49% !important;
  }
  .start-xxl3-n50 {
    left: -50% !important;
  }
  .start-xxl3-n51 {
    left: -51% !important;
  }
  .start-xxl3-n52 {
    left: -52% !important;
  }
  .start-xxl3-n53 {
    left: -53% !important;
  }
  .start-xxl3-n54 {
    left: -54% !important;
  }
  .start-xxl3-n55 {
    left: -55% !important;
  }
  .start-xxl3-n56 {
    left: -56% !important;
  }
  .start-xxl3-n57 {
    left: -57% !important;
  }
  .start-xxl3-n58 {
    left: -58% !important;
  }
  .start-xxl3-n59 {
    left: -59% !important;
  }
  .start-xxl3-n60 {
    left: -60% !important;
  }
  .start-xxl3-n61 {
    left: -61% !important;
  }
  .start-xxl3-n62 {
    left: -62% !important;
  }
  .start-xxl3-n63 {
    left: -63% !important;
  }
  .start-xxl3-n64 {
    left: -64% !important;
  }
  .start-xxl3-n65 {
    left: -65% !important;
  }
  .start-xxl3-n66 {
    left: -66% !important;
  }
  .start-xxl3-n67 {
    left: -67% !important;
  }
  .start-xxl3-n68 {
    left: -68% !important;
  }
  .start-xxl3-n69 {
    left: -69% !important;
  }
  .start-xxl3-n70 {
    left: -70% !important;
  }
  .start-xxl3-n71 {
    left: -71% !important;
  }
  .start-xxl3-n72 {
    left: -72% !important;
  }
  .start-xxl3-n73 {
    left: -73% !important;
  }
  .start-xxl3-n74 {
    left: -74% !important;
  }
  .start-xxl3-n75 {
    left: -75% !important;
  }
  .start-xxl3-n76 {
    left: -76% !important;
  }
  .start-xxl3-n77 {
    left: -77% !important;
  }
  .start-xxl3-n78 {
    left: -78% !important;
  }
  .start-xxl3-n79 {
    left: -79% !important;
  }
  .start-xxl3-n80 {
    left: -80% !important;
  }
  .start-xxl3-n81 {
    left: -81% !important;
  }
  .start-xxl3-n82 {
    left: -82% !important;
  }
  .start-xxl3-n83 {
    left: -83% !important;
  }
  .start-xxl3-n84 {
    left: -84% !important;
  }
  .start-xxl3-n85 {
    left: -85% !important;
  }
  .start-xxl3-n86 {
    left: -86% !important;
  }
  .start-xxl3-n87 {
    left: -87% !important;
  }
  .start-xxl3-n88 {
    left: -88% !important;
  }
  .start-xxl3-n89 {
    left: -89% !important;
  }
  .start-xxl3-n90 {
    left: -90% !important;
  }
  .start-xxl3-n91 {
    left: -91% !important;
  }
  .start-xxl3-n92 {
    left: -92% !important;
  }
  .start-xxl3-n93 {
    left: -93% !important;
  }
  .start-xxl3-n94 {
    left: -94% !important;
  }
  .start-xxl3-n95 {
    left: -95% !important;
  }
  .start-xxl3-n96 {
    left: -96% !important;
  }
  .start-xxl3-n97 {
    left: -97% !important;
  }
  .start-xxl3-n98 {
    left: -98% !important;
  }
  .start-xxl3-n99 {
    left: -99% !important;
  }
  .start-xxl3-n100 {
    left: -100% !important;
  }
  .start-xxl3-auto {
    left: auto !important;
  }
  .end-xxl3-0 {
    right: 0% !important;
  }
  .end-xxl3-1 {
    right: 1% !important;
  }
  .end-xxl3-2 {
    right: 2% !important;
  }
  .end-xxl3-3 {
    right: 3% !important;
  }
  .end-xxl3-4 {
    right: 4% !important;
  }
  .end-xxl3-5 {
    right: 5% !important;
  }
  .end-xxl3-6 {
    right: 6% !important;
  }
  .end-xxl3-7 {
    right: 7% !important;
  }
  .end-xxl3-8 {
    right: 8% !important;
  }
  .end-xxl3-9 {
    right: 9% !important;
  }
  .end-xxl3-10 {
    right: 10% !important;
  }
  .end-xxl3-11 {
    right: 11% !important;
  }
  .end-xxl3-12 {
    right: 12% !important;
  }
  .end-xxl3-13 {
    right: 13% !important;
  }
  .end-xxl3-14 {
    right: 14% !important;
  }
  .end-xxl3-15 {
    right: 15% !important;
  }
  .end-xxl3-16 {
    right: 16% !important;
  }
  .end-xxl3-17 {
    right: 17% !important;
  }
  .end-xxl3-18 {
    right: 18% !important;
  }
  .end-xxl3-19 {
    right: 19% !important;
  }
  .end-xxl3-20 {
    right: 20% !important;
  }
  .end-xxl3-21 {
    right: 21% !important;
  }
  .end-xxl3-22 {
    right: 22% !important;
  }
  .end-xxl3-23 {
    right: 23% !important;
  }
  .end-xxl3-24 {
    right: 24% !important;
  }
  .end-xxl3-25 {
    right: 25% !important;
  }
  .end-xxl3-26 {
    right: 26% !important;
  }
  .end-xxl3-27 {
    right: 27% !important;
  }
  .end-xxl3-28 {
    right: 28% !important;
  }
  .end-xxl3-29 {
    right: 29% !important;
  }
  .end-xxl3-30 {
    right: 30% !important;
  }
  .end-xxl3-31 {
    right: 31% !important;
  }
  .end-xxl3-32 {
    right: 32% !important;
  }
  .end-xxl3-33 {
    right: 33% !important;
  }
  .end-xxl3-34 {
    right: 34% !important;
  }
  .end-xxl3-35 {
    right: 35% !important;
  }
  .end-xxl3-36 {
    right: 36% !important;
  }
  .end-xxl3-37 {
    right: 37% !important;
  }
  .end-xxl3-38 {
    right: 38% !important;
  }
  .end-xxl3-39 {
    right: 39% !important;
  }
  .end-xxl3-40 {
    right: 40% !important;
  }
  .end-xxl3-41 {
    right: 41% !important;
  }
  .end-xxl3-42 {
    right: 42% !important;
  }
  .end-xxl3-43 {
    right: 43% !important;
  }
  .end-xxl3-44 {
    right: 44% !important;
  }
  .end-xxl3-45 {
    right: 45% !important;
  }
  .end-xxl3-46 {
    right: 46% !important;
  }
  .end-xxl3-47 {
    right: 47% !important;
  }
  .end-xxl3-48 {
    right: 48% !important;
  }
  .end-xxl3-49 {
    right: 49% !important;
  }
  .end-xxl3-50 {
    right: 50% !important;
  }
  .end-xxl3-51 {
    right: 51% !important;
  }
  .end-xxl3-52 {
    right: 52% !important;
  }
  .end-xxl3-53 {
    right: 53% !important;
  }
  .end-xxl3-54 {
    right: 54% !important;
  }
  .end-xxl3-55 {
    right: 55% !important;
  }
  .end-xxl3-56 {
    right: 56% !important;
  }
  .end-xxl3-57 {
    right: 57% !important;
  }
  .end-xxl3-58 {
    right: 58% !important;
  }
  .end-xxl3-59 {
    right: 59% !important;
  }
  .end-xxl3-60 {
    right: 60% !important;
  }
  .end-xxl3-61 {
    right: 61% !important;
  }
  .end-xxl3-62 {
    right: 62% !important;
  }
  .end-xxl3-63 {
    right: 63% !important;
  }
  .end-xxl3-64 {
    right: 64% !important;
  }
  .end-xxl3-65 {
    right: 65% !important;
  }
  .end-xxl3-66 {
    right: 66% !important;
  }
  .end-xxl3-67 {
    right: 67% !important;
  }
  .end-xxl3-68 {
    right: 68% !important;
  }
  .end-xxl3-69 {
    right: 69% !important;
  }
  .end-xxl3-70 {
    right: 70% !important;
  }
  .end-xxl3-71 {
    right: 71% !important;
  }
  .end-xxl3-72 {
    right: 72% !important;
  }
  .end-xxl3-73 {
    right: 73% !important;
  }
  .end-xxl3-74 {
    right: 74% !important;
  }
  .end-xxl3-75 {
    right: 75% !important;
  }
  .end-xxl3-76 {
    right: 76% !important;
  }
  .end-xxl3-77 {
    right: 77% !important;
  }
  .end-xxl3-78 {
    right: 78% !important;
  }
  .end-xxl3-79 {
    right: 79% !important;
  }
  .end-xxl3-80 {
    right: 80% !important;
  }
  .end-xxl3-81 {
    right: 81% !important;
  }
  .end-xxl3-82 {
    right: 82% !important;
  }
  .end-xxl3-83 {
    right: 83% !important;
  }
  .end-xxl3-84 {
    right: 84% !important;
  }
  .end-xxl3-85 {
    right: 85% !important;
  }
  .end-xxl3-86 {
    right: 86% !important;
  }
  .end-xxl3-87 {
    right: 87% !important;
  }
  .end-xxl3-88 {
    right: 88% !important;
  }
  .end-xxl3-89 {
    right: 89% !important;
  }
  .end-xxl3-90 {
    right: 90% !important;
  }
  .end-xxl3-91 {
    right: 91% !important;
  }
  .end-xxl3-92 {
    right: 92% !important;
  }
  .end-xxl3-93 {
    right: 93% !important;
  }
  .end-xxl3-94 {
    right: 94% !important;
  }
  .end-xxl3-95 {
    right: 95% !important;
  }
  .end-xxl3-96 {
    right: 96% !important;
  }
  .end-xxl3-97 {
    right: 97% !important;
  }
  .end-xxl3-98 {
    right: 98% !important;
  }
  .end-xxl3-99 {
    right: 99% !important;
  }
  .end-xxl3-100 {
    right: 100% !important;
  }
  .end-xxl3-n1 {
    right: -1% !important;
  }
  .end-xxl3-n2 {
    right: -2% !important;
  }
  .end-xxl3-n3 {
    right: -3% !important;
  }
  .end-xxl3-n4 {
    right: -4% !important;
  }
  .end-xxl3-n5 {
    right: -5% !important;
  }
  .end-xxl3-n6 {
    right: -6% !important;
  }
  .end-xxl3-n7 {
    right: -7% !important;
  }
  .end-xxl3-n8 {
    right: -8% !important;
  }
  .end-xxl3-n9 {
    right: -9% !important;
  }
  .end-xxl3-n10 {
    right: -10% !important;
  }
  .end-xxl3-n11 {
    right: -11% !important;
  }
  .end-xxl3-n12 {
    right: -12% !important;
  }
  .end-xxl3-n13 {
    right: -13% !important;
  }
  .end-xxl3-n14 {
    right: -14% !important;
  }
  .end-xxl3-n15 {
    right: -15% !important;
  }
  .end-xxl3-n16 {
    right: -16% !important;
  }
  .end-xxl3-n17 {
    right: -17% !important;
  }
  .end-xxl3-n18 {
    right: -18% !important;
  }
  .end-xxl3-n19 {
    right: -19% !important;
  }
  .end-xxl3-n20 {
    right: -20% !important;
  }
  .end-xxl3-n21 {
    right: -21% !important;
  }
  .end-xxl3-n22 {
    right: -22% !important;
  }
  .end-xxl3-n23 {
    right: -23% !important;
  }
  .end-xxl3-n24 {
    right: -24% !important;
  }
  .end-xxl3-n25 {
    right: -25% !important;
  }
  .end-xxl3-n26 {
    right: -26% !important;
  }
  .end-xxl3-n27 {
    right: -27% !important;
  }
  .end-xxl3-n28 {
    right: -28% !important;
  }
  .end-xxl3-n29 {
    right: -29% !important;
  }
  .end-xxl3-n30 {
    right: -30% !important;
  }
  .end-xxl3-n31 {
    right: -31% !important;
  }
  .end-xxl3-n32 {
    right: -32% !important;
  }
  .end-xxl3-n33 {
    right: -33% !important;
  }
  .end-xxl3-n34 {
    right: -34% !important;
  }
  .end-xxl3-n35 {
    right: -35% !important;
  }
  .end-xxl3-n36 {
    right: -36% !important;
  }
  .end-xxl3-n37 {
    right: -37% !important;
  }
  .end-xxl3-n38 {
    right: -38% !important;
  }
  .end-xxl3-n39 {
    right: -39% !important;
  }
  .end-xxl3-n40 {
    right: -40% !important;
  }
  .end-xxl3-n41 {
    right: -41% !important;
  }
  .end-xxl3-n42 {
    right: -42% !important;
  }
  .end-xxl3-n43 {
    right: -43% !important;
  }
  .end-xxl3-n44 {
    right: -44% !important;
  }
  .end-xxl3-n45 {
    right: -45% !important;
  }
  .end-xxl3-n46 {
    right: -46% !important;
  }
  .end-xxl3-n47 {
    right: -47% !important;
  }
  .end-xxl3-n48 {
    right: -48% !important;
  }
  .end-xxl3-n49 {
    right: -49% !important;
  }
  .end-xxl3-n50 {
    right: -50% !important;
  }
  .end-xxl3-n51 {
    right: -51% !important;
  }
  .end-xxl3-n52 {
    right: -52% !important;
  }
  .end-xxl3-n53 {
    right: -53% !important;
  }
  .end-xxl3-n54 {
    right: -54% !important;
  }
  .end-xxl3-n55 {
    right: -55% !important;
  }
  .end-xxl3-n56 {
    right: -56% !important;
  }
  .end-xxl3-n57 {
    right: -57% !important;
  }
  .end-xxl3-n58 {
    right: -58% !important;
  }
  .end-xxl3-n59 {
    right: -59% !important;
  }
  .end-xxl3-n60 {
    right: -60% !important;
  }
  .end-xxl3-n61 {
    right: -61% !important;
  }
  .end-xxl3-n62 {
    right: -62% !important;
  }
  .end-xxl3-n63 {
    right: -63% !important;
  }
  .end-xxl3-n64 {
    right: -64% !important;
  }
  .end-xxl3-n65 {
    right: -65% !important;
  }
  .end-xxl3-n66 {
    right: -66% !important;
  }
  .end-xxl3-n67 {
    right: -67% !important;
  }
  .end-xxl3-n68 {
    right: -68% !important;
  }
  .end-xxl3-n69 {
    right: -69% !important;
  }
  .end-xxl3-n70 {
    right: -70% !important;
  }
  .end-xxl3-n71 {
    right: -71% !important;
  }
  .end-xxl3-n72 {
    right: -72% !important;
  }
  .end-xxl3-n73 {
    right: -73% !important;
  }
  .end-xxl3-n74 {
    right: -74% !important;
  }
  .end-xxl3-n75 {
    right: -75% !important;
  }
  .end-xxl3-n76 {
    right: -76% !important;
  }
  .end-xxl3-n77 {
    right: -77% !important;
  }
  .end-xxl3-n78 {
    right: -78% !important;
  }
  .end-xxl3-n79 {
    right: -79% !important;
  }
  .end-xxl3-n80 {
    right: -80% !important;
  }
  .end-xxl3-n81 {
    right: -81% !important;
  }
  .end-xxl3-n82 {
    right: -82% !important;
  }
  .end-xxl3-n83 {
    right: -83% !important;
  }
  .end-xxl3-n84 {
    right: -84% !important;
  }
  .end-xxl3-n85 {
    right: -85% !important;
  }
  .end-xxl3-n86 {
    right: -86% !important;
  }
  .end-xxl3-n87 {
    right: -87% !important;
  }
  .end-xxl3-n88 {
    right: -88% !important;
  }
  .end-xxl3-n89 {
    right: -89% !important;
  }
  .end-xxl3-n90 {
    right: -90% !important;
  }
  .end-xxl3-n91 {
    right: -91% !important;
  }
  .end-xxl3-n92 {
    right: -92% !important;
  }
  .end-xxl3-n93 {
    right: -93% !important;
  }
  .end-xxl3-n94 {
    right: -94% !important;
  }
  .end-xxl3-n95 {
    right: -95% !important;
  }
  .end-xxl3-n96 {
    right: -96% !important;
  }
  .end-xxl3-n97 {
    right: -97% !important;
  }
  .end-xxl3-n98 {
    right: -98% !important;
  }
  .end-xxl3-n99 {
    right: -99% !important;
  }
  .end-xxl3-n100 {
    right: -100% !important;
  }
  .end-xxl3-auto {
    right: auto !important;
  }
  .translate-middle-xxl3 {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xxl3-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xxl3-y {
    transform: translateY(-50%) !important;
  }
  .translate-middle-xxl3-none {
    transform: translate(0, 0) !important;
  }
  .border-xxl3 {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl3-0 {
    border: 0 !important;
  }
  .border-top-xxl3 {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xxl3-0 {
    border-top: 0 !important;
  }
  .border-end-xxl3 {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xxl3-0 {
    border-right: 0 !important;
  }
  .border-bottom-xxl3 {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-xxl3-0 {
    border-bottom: 0 !important;
  }
  .border-start-xxl3 {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-xxl3-0 {
    border-left: 0 !important;
  }
  .border-xxl3-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl3-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl3-tertiary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl3-grey {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-grey-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl3-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl3-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl3-placeholder {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-placeholder-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl3-transparent {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-transparent-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl3-1 {
    border-width: 1px !important;
  }
  .border-xxl3-2 {
    border-width: 2px !important;
  }
  .border-xxl3-3 {
    border-width: 3px !important;
  }
  .border-xxl3-4 {
    border-width: 4px !important;
  }
  .border-xxl3-5 {
    border-width: 5px !important;
  }
  .w-xxl3-0 {
    width: 0% !important;
  }
  .w-xxl3-1 {
    width: 1% !important;
  }
  .w-xxl3-2 {
    width: 2% !important;
  }
  .w-xxl3-3 {
    width: 3% !important;
  }
  .w-xxl3-4 {
    width: 4% !important;
  }
  .w-xxl3-5 {
    width: 5% !important;
  }
  .w-xxl3-6 {
    width: 6% !important;
  }
  .w-xxl3-7 {
    width: 7% !important;
  }
  .w-xxl3-8 {
    width: 8% !important;
  }
  .w-xxl3-9 {
    width: 9% !important;
  }
  .w-xxl3-10 {
    width: 10% !important;
  }
  .w-xxl3-11 {
    width: 11% !important;
  }
  .w-xxl3-12 {
    width: 12% !important;
  }
  .w-xxl3-13 {
    width: 13% !important;
  }
  .w-xxl3-14 {
    width: 14% !important;
  }
  .w-xxl3-15 {
    width: 15% !important;
  }
  .w-xxl3-16 {
    width: 16% !important;
  }
  .w-xxl3-17 {
    width: 17% !important;
  }
  .w-xxl3-18 {
    width: 18% !important;
  }
  .w-xxl3-19 {
    width: 19% !important;
  }
  .w-xxl3-20 {
    width: 20% !important;
  }
  .w-xxl3-21 {
    width: 21% !important;
  }
  .w-xxl3-22 {
    width: 22% !important;
  }
  .w-xxl3-23 {
    width: 23% !important;
  }
  .w-xxl3-24 {
    width: 24% !important;
  }
  .w-xxl3-25 {
    width: 25% !important;
  }
  .w-xxl3-26 {
    width: 26% !important;
  }
  .w-xxl3-27 {
    width: 27% !important;
  }
  .w-xxl3-28 {
    width: 28% !important;
  }
  .w-xxl3-29 {
    width: 29% !important;
  }
  .w-xxl3-30 {
    width: 30% !important;
  }
  .w-xxl3-31 {
    width: 31% !important;
  }
  .w-xxl3-32 {
    width: 32% !important;
  }
  .w-xxl3-33 {
    width: 33% !important;
  }
  .w-xxl3-34 {
    width: 34% !important;
  }
  .w-xxl3-35 {
    width: 35% !important;
  }
  .w-xxl3-36 {
    width: 36% !important;
  }
  .w-xxl3-37 {
    width: 37% !important;
  }
  .w-xxl3-38 {
    width: 38% !important;
  }
  .w-xxl3-39 {
    width: 39% !important;
  }
  .w-xxl3-40 {
    width: 40% !important;
  }
  .w-xxl3-41 {
    width: 41% !important;
  }
  .w-xxl3-42 {
    width: 42% !important;
  }
  .w-xxl3-43 {
    width: 43% !important;
  }
  .w-xxl3-44 {
    width: 44% !important;
  }
  .w-xxl3-45 {
    width: 45% !important;
  }
  .w-xxl3-46 {
    width: 46% !important;
  }
  .w-xxl3-47 {
    width: 47% !important;
  }
  .w-xxl3-48 {
    width: 48% !important;
  }
  .w-xxl3-49 {
    width: 49% !important;
  }
  .w-xxl3-50 {
    width: 50% !important;
  }
  .w-xxl3-51 {
    width: 51% !important;
  }
  .w-xxl3-52 {
    width: 52% !important;
  }
  .w-xxl3-53 {
    width: 53% !important;
  }
  .w-xxl3-54 {
    width: 54% !important;
  }
  .w-xxl3-55 {
    width: 55% !important;
  }
  .w-xxl3-56 {
    width: 56% !important;
  }
  .w-xxl3-57 {
    width: 57% !important;
  }
  .w-xxl3-58 {
    width: 58% !important;
  }
  .w-xxl3-59 {
    width: 59% !important;
  }
  .w-xxl3-60 {
    width: 60% !important;
  }
  .w-xxl3-61 {
    width: 61% !important;
  }
  .w-xxl3-62 {
    width: 62% !important;
  }
  .w-xxl3-63 {
    width: 63% !important;
  }
  .w-xxl3-64 {
    width: 64% !important;
  }
  .w-xxl3-65 {
    width: 65% !important;
  }
  .w-xxl3-66 {
    width: 66% !important;
  }
  .w-xxl3-67 {
    width: 67% !important;
  }
  .w-xxl3-68 {
    width: 68% !important;
  }
  .w-xxl3-69 {
    width: 69% !important;
  }
  .w-xxl3-70 {
    width: 70% !important;
  }
  .w-xxl3-71 {
    width: 71% !important;
  }
  .w-xxl3-72 {
    width: 72% !important;
  }
  .w-xxl3-73 {
    width: 73% !important;
  }
  .w-xxl3-74 {
    width: 74% !important;
  }
  .w-xxl3-75 {
    width: 75% !important;
  }
  .w-xxl3-76 {
    width: 76% !important;
  }
  .w-xxl3-77 {
    width: 77% !important;
  }
  .w-xxl3-78 {
    width: 78% !important;
  }
  .w-xxl3-79 {
    width: 79% !important;
  }
  .w-xxl3-80 {
    width: 80% !important;
  }
  .w-xxl3-81 {
    width: 81% !important;
  }
  .w-xxl3-82 {
    width: 82% !important;
  }
  .w-xxl3-83 {
    width: 83% !important;
  }
  .w-xxl3-84 {
    width: 84% !important;
  }
  .w-xxl3-85 {
    width: 85% !important;
  }
  .w-xxl3-86 {
    width: 86% !important;
  }
  .w-xxl3-87 {
    width: 87% !important;
  }
  .w-xxl3-88 {
    width: 88% !important;
  }
  .w-xxl3-89 {
    width: 89% !important;
  }
  .w-xxl3-90 {
    width: 90% !important;
  }
  .w-xxl3-91 {
    width: 91% !important;
  }
  .w-xxl3-92 {
    width: 92% !important;
  }
  .w-xxl3-93 {
    width: 93% !important;
  }
  .w-xxl3-94 {
    width: 94% !important;
  }
  .w-xxl3-95 {
    width: 95% !important;
  }
  .w-xxl3-96 {
    width: 96% !important;
  }
  .w-xxl3-97 {
    width: 97% !important;
  }
  .w-xxl3-98 {
    width: 98% !important;
  }
  .w-xxl3-99 {
    width: 99% !important;
  }
  .w-xxl3-100 {
    width: 100% !important;
  }
  .w-xxl3-n1 {
    width: -1% !important;
  }
  .w-xxl3-n2 {
    width: -2% !important;
  }
  .w-xxl3-n3 {
    width: -3% !important;
  }
  .w-xxl3-n4 {
    width: -4% !important;
  }
  .w-xxl3-n5 {
    width: -5% !important;
  }
  .w-xxl3-n6 {
    width: -6% !important;
  }
  .w-xxl3-n7 {
    width: -7% !important;
  }
  .w-xxl3-n8 {
    width: -8% !important;
  }
  .w-xxl3-n9 {
    width: -9% !important;
  }
  .w-xxl3-n10 {
    width: -10% !important;
  }
  .w-xxl3-n11 {
    width: -11% !important;
  }
  .w-xxl3-n12 {
    width: -12% !important;
  }
  .w-xxl3-n13 {
    width: -13% !important;
  }
  .w-xxl3-n14 {
    width: -14% !important;
  }
  .w-xxl3-n15 {
    width: -15% !important;
  }
  .w-xxl3-n16 {
    width: -16% !important;
  }
  .w-xxl3-n17 {
    width: -17% !important;
  }
  .w-xxl3-n18 {
    width: -18% !important;
  }
  .w-xxl3-n19 {
    width: -19% !important;
  }
  .w-xxl3-n20 {
    width: -20% !important;
  }
  .w-xxl3-n21 {
    width: -21% !important;
  }
  .w-xxl3-n22 {
    width: -22% !important;
  }
  .w-xxl3-n23 {
    width: -23% !important;
  }
  .w-xxl3-n24 {
    width: -24% !important;
  }
  .w-xxl3-n25 {
    width: -25% !important;
  }
  .w-xxl3-n26 {
    width: -26% !important;
  }
  .w-xxl3-n27 {
    width: -27% !important;
  }
  .w-xxl3-n28 {
    width: -28% !important;
  }
  .w-xxl3-n29 {
    width: -29% !important;
  }
  .w-xxl3-n30 {
    width: -30% !important;
  }
  .w-xxl3-n31 {
    width: -31% !important;
  }
  .w-xxl3-n32 {
    width: -32% !important;
  }
  .w-xxl3-n33 {
    width: -33% !important;
  }
  .w-xxl3-n34 {
    width: -34% !important;
  }
  .w-xxl3-n35 {
    width: -35% !important;
  }
  .w-xxl3-n36 {
    width: -36% !important;
  }
  .w-xxl3-n37 {
    width: -37% !important;
  }
  .w-xxl3-n38 {
    width: -38% !important;
  }
  .w-xxl3-n39 {
    width: -39% !important;
  }
  .w-xxl3-n40 {
    width: -40% !important;
  }
  .w-xxl3-n41 {
    width: -41% !important;
  }
  .w-xxl3-n42 {
    width: -42% !important;
  }
  .w-xxl3-n43 {
    width: -43% !important;
  }
  .w-xxl3-n44 {
    width: -44% !important;
  }
  .w-xxl3-n45 {
    width: -45% !important;
  }
  .w-xxl3-n46 {
    width: -46% !important;
  }
  .w-xxl3-n47 {
    width: -47% !important;
  }
  .w-xxl3-n48 {
    width: -48% !important;
  }
  .w-xxl3-n49 {
    width: -49% !important;
  }
  .w-xxl3-n50 {
    width: -50% !important;
  }
  .w-xxl3-n51 {
    width: -51% !important;
  }
  .w-xxl3-n52 {
    width: -52% !important;
  }
  .w-xxl3-n53 {
    width: -53% !important;
  }
  .w-xxl3-n54 {
    width: -54% !important;
  }
  .w-xxl3-n55 {
    width: -55% !important;
  }
  .w-xxl3-n56 {
    width: -56% !important;
  }
  .w-xxl3-n57 {
    width: -57% !important;
  }
  .w-xxl3-n58 {
    width: -58% !important;
  }
  .w-xxl3-n59 {
    width: -59% !important;
  }
  .w-xxl3-n60 {
    width: -60% !important;
  }
  .w-xxl3-n61 {
    width: -61% !important;
  }
  .w-xxl3-n62 {
    width: -62% !important;
  }
  .w-xxl3-n63 {
    width: -63% !important;
  }
  .w-xxl3-n64 {
    width: -64% !important;
  }
  .w-xxl3-n65 {
    width: -65% !important;
  }
  .w-xxl3-n66 {
    width: -66% !important;
  }
  .w-xxl3-n67 {
    width: -67% !important;
  }
  .w-xxl3-n68 {
    width: -68% !important;
  }
  .w-xxl3-n69 {
    width: -69% !important;
  }
  .w-xxl3-n70 {
    width: -70% !important;
  }
  .w-xxl3-n71 {
    width: -71% !important;
  }
  .w-xxl3-n72 {
    width: -72% !important;
  }
  .w-xxl3-n73 {
    width: -73% !important;
  }
  .w-xxl3-n74 {
    width: -74% !important;
  }
  .w-xxl3-n75 {
    width: -75% !important;
  }
  .w-xxl3-n76 {
    width: -76% !important;
  }
  .w-xxl3-n77 {
    width: -77% !important;
  }
  .w-xxl3-n78 {
    width: -78% !important;
  }
  .w-xxl3-n79 {
    width: -79% !important;
  }
  .w-xxl3-n80 {
    width: -80% !important;
  }
  .w-xxl3-n81 {
    width: -81% !important;
  }
  .w-xxl3-n82 {
    width: -82% !important;
  }
  .w-xxl3-n83 {
    width: -83% !important;
  }
  .w-xxl3-n84 {
    width: -84% !important;
  }
  .w-xxl3-n85 {
    width: -85% !important;
  }
  .w-xxl3-n86 {
    width: -86% !important;
  }
  .w-xxl3-n87 {
    width: -87% !important;
  }
  .w-xxl3-n88 {
    width: -88% !important;
  }
  .w-xxl3-n89 {
    width: -89% !important;
  }
  .w-xxl3-n90 {
    width: -90% !important;
  }
  .w-xxl3-n91 {
    width: -91% !important;
  }
  .w-xxl3-n92 {
    width: -92% !important;
  }
  .w-xxl3-n93 {
    width: -93% !important;
  }
  .w-xxl3-n94 {
    width: -94% !important;
  }
  .w-xxl3-n95 {
    width: -95% !important;
  }
  .w-xxl3-n96 {
    width: -96% !important;
  }
  .w-xxl3-n97 {
    width: -97% !important;
  }
  .w-xxl3-n98 {
    width: -98% !important;
  }
  .w-xxl3-n99 {
    width: -99% !important;
  }
  .w-xxl3-n100 {
    width: -100% !important;
  }
  .w-xxl3-auto {
    width: auto !important;
  }
  .w-xxl3-fit-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .w-xxl3-max-content {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .w-xxl3-fill {
    width: -webkit-fill-available !important;
  }
  .h-xxl3-0 {
    height: 0% !important;
  }
  .h-xxl3-1 {
    height: 1% !important;
  }
  .h-xxl3-2 {
    height: 2% !important;
  }
  .h-xxl3-3 {
    height: 3% !important;
  }
  .h-xxl3-4 {
    height: 4% !important;
  }
  .h-xxl3-5 {
    height: 5% !important;
  }
  .h-xxl3-6 {
    height: 6% !important;
  }
  .h-xxl3-7 {
    height: 7% !important;
  }
  .h-xxl3-8 {
    height: 8% !important;
  }
  .h-xxl3-9 {
    height: 9% !important;
  }
  .h-xxl3-10 {
    height: 10% !important;
  }
  .h-xxl3-11 {
    height: 11% !important;
  }
  .h-xxl3-12 {
    height: 12% !important;
  }
  .h-xxl3-13 {
    height: 13% !important;
  }
  .h-xxl3-14 {
    height: 14% !important;
  }
  .h-xxl3-15 {
    height: 15% !important;
  }
  .h-xxl3-16 {
    height: 16% !important;
  }
  .h-xxl3-17 {
    height: 17% !important;
  }
  .h-xxl3-18 {
    height: 18% !important;
  }
  .h-xxl3-19 {
    height: 19% !important;
  }
  .h-xxl3-20 {
    height: 20% !important;
  }
  .h-xxl3-21 {
    height: 21% !important;
  }
  .h-xxl3-22 {
    height: 22% !important;
  }
  .h-xxl3-23 {
    height: 23% !important;
  }
  .h-xxl3-24 {
    height: 24% !important;
  }
  .h-xxl3-25 {
    height: 25% !important;
  }
  .h-xxl3-26 {
    height: 26% !important;
  }
  .h-xxl3-27 {
    height: 27% !important;
  }
  .h-xxl3-28 {
    height: 28% !important;
  }
  .h-xxl3-29 {
    height: 29% !important;
  }
  .h-xxl3-30 {
    height: 30% !important;
  }
  .h-xxl3-31 {
    height: 31% !important;
  }
  .h-xxl3-32 {
    height: 32% !important;
  }
  .h-xxl3-33 {
    height: 33% !important;
  }
  .h-xxl3-34 {
    height: 34% !important;
  }
  .h-xxl3-35 {
    height: 35% !important;
  }
  .h-xxl3-36 {
    height: 36% !important;
  }
  .h-xxl3-37 {
    height: 37% !important;
  }
  .h-xxl3-38 {
    height: 38% !important;
  }
  .h-xxl3-39 {
    height: 39% !important;
  }
  .h-xxl3-40 {
    height: 40% !important;
  }
  .h-xxl3-41 {
    height: 41% !important;
  }
  .h-xxl3-42 {
    height: 42% !important;
  }
  .h-xxl3-43 {
    height: 43% !important;
  }
  .h-xxl3-44 {
    height: 44% !important;
  }
  .h-xxl3-45 {
    height: 45% !important;
  }
  .h-xxl3-46 {
    height: 46% !important;
  }
  .h-xxl3-47 {
    height: 47% !important;
  }
  .h-xxl3-48 {
    height: 48% !important;
  }
  .h-xxl3-49 {
    height: 49% !important;
  }
  .h-xxl3-50 {
    height: 50% !important;
  }
  .h-xxl3-51 {
    height: 51% !important;
  }
  .h-xxl3-52 {
    height: 52% !important;
  }
  .h-xxl3-53 {
    height: 53% !important;
  }
  .h-xxl3-54 {
    height: 54% !important;
  }
  .h-xxl3-55 {
    height: 55% !important;
  }
  .h-xxl3-56 {
    height: 56% !important;
  }
  .h-xxl3-57 {
    height: 57% !important;
  }
  .h-xxl3-58 {
    height: 58% !important;
  }
  .h-xxl3-59 {
    height: 59% !important;
  }
  .h-xxl3-60 {
    height: 60% !important;
  }
  .h-xxl3-61 {
    height: 61% !important;
  }
  .h-xxl3-62 {
    height: 62% !important;
  }
  .h-xxl3-63 {
    height: 63% !important;
  }
  .h-xxl3-64 {
    height: 64% !important;
  }
  .h-xxl3-65 {
    height: 65% !important;
  }
  .h-xxl3-66 {
    height: 66% !important;
  }
  .h-xxl3-67 {
    height: 67% !important;
  }
  .h-xxl3-68 {
    height: 68% !important;
  }
  .h-xxl3-69 {
    height: 69% !important;
  }
  .h-xxl3-70 {
    height: 70% !important;
  }
  .h-xxl3-71 {
    height: 71% !important;
  }
  .h-xxl3-72 {
    height: 72% !important;
  }
  .h-xxl3-73 {
    height: 73% !important;
  }
  .h-xxl3-74 {
    height: 74% !important;
  }
  .h-xxl3-75 {
    height: 75% !important;
  }
  .h-xxl3-76 {
    height: 76% !important;
  }
  .h-xxl3-77 {
    height: 77% !important;
  }
  .h-xxl3-78 {
    height: 78% !important;
  }
  .h-xxl3-79 {
    height: 79% !important;
  }
  .h-xxl3-80 {
    height: 80% !important;
  }
  .h-xxl3-81 {
    height: 81% !important;
  }
  .h-xxl3-82 {
    height: 82% !important;
  }
  .h-xxl3-83 {
    height: 83% !important;
  }
  .h-xxl3-84 {
    height: 84% !important;
  }
  .h-xxl3-85 {
    height: 85% !important;
  }
  .h-xxl3-86 {
    height: 86% !important;
  }
  .h-xxl3-87 {
    height: 87% !important;
  }
  .h-xxl3-88 {
    height: 88% !important;
  }
  .h-xxl3-89 {
    height: 89% !important;
  }
  .h-xxl3-90 {
    height: 90% !important;
  }
  .h-xxl3-91 {
    height: 91% !important;
  }
  .h-xxl3-92 {
    height: 92% !important;
  }
  .h-xxl3-93 {
    height: 93% !important;
  }
  .h-xxl3-94 {
    height: 94% !important;
  }
  .h-xxl3-95 {
    height: 95% !important;
  }
  .h-xxl3-96 {
    height: 96% !important;
  }
  .h-xxl3-97 {
    height: 97% !important;
  }
  .h-xxl3-98 {
    height: 98% !important;
  }
  .h-xxl3-99 {
    height: 99% !important;
  }
  .h-xxl3-100 {
    height: 100% !important;
  }
  .h-xxl3-n1 {
    height: -1% !important;
  }
  .h-xxl3-n2 {
    height: -2% !important;
  }
  .h-xxl3-n3 {
    height: -3% !important;
  }
  .h-xxl3-n4 {
    height: -4% !important;
  }
  .h-xxl3-n5 {
    height: -5% !important;
  }
  .h-xxl3-n6 {
    height: -6% !important;
  }
  .h-xxl3-n7 {
    height: -7% !important;
  }
  .h-xxl3-n8 {
    height: -8% !important;
  }
  .h-xxl3-n9 {
    height: -9% !important;
  }
  .h-xxl3-n10 {
    height: -10% !important;
  }
  .h-xxl3-n11 {
    height: -11% !important;
  }
  .h-xxl3-n12 {
    height: -12% !important;
  }
  .h-xxl3-n13 {
    height: -13% !important;
  }
  .h-xxl3-n14 {
    height: -14% !important;
  }
  .h-xxl3-n15 {
    height: -15% !important;
  }
  .h-xxl3-n16 {
    height: -16% !important;
  }
  .h-xxl3-n17 {
    height: -17% !important;
  }
  .h-xxl3-n18 {
    height: -18% !important;
  }
  .h-xxl3-n19 {
    height: -19% !important;
  }
  .h-xxl3-n20 {
    height: -20% !important;
  }
  .h-xxl3-n21 {
    height: -21% !important;
  }
  .h-xxl3-n22 {
    height: -22% !important;
  }
  .h-xxl3-n23 {
    height: -23% !important;
  }
  .h-xxl3-n24 {
    height: -24% !important;
  }
  .h-xxl3-n25 {
    height: -25% !important;
  }
  .h-xxl3-n26 {
    height: -26% !important;
  }
  .h-xxl3-n27 {
    height: -27% !important;
  }
  .h-xxl3-n28 {
    height: -28% !important;
  }
  .h-xxl3-n29 {
    height: -29% !important;
  }
  .h-xxl3-n30 {
    height: -30% !important;
  }
  .h-xxl3-n31 {
    height: -31% !important;
  }
  .h-xxl3-n32 {
    height: -32% !important;
  }
  .h-xxl3-n33 {
    height: -33% !important;
  }
  .h-xxl3-n34 {
    height: -34% !important;
  }
  .h-xxl3-n35 {
    height: -35% !important;
  }
  .h-xxl3-n36 {
    height: -36% !important;
  }
  .h-xxl3-n37 {
    height: -37% !important;
  }
  .h-xxl3-n38 {
    height: -38% !important;
  }
  .h-xxl3-n39 {
    height: -39% !important;
  }
  .h-xxl3-n40 {
    height: -40% !important;
  }
  .h-xxl3-n41 {
    height: -41% !important;
  }
  .h-xxl3-n42 {
    height: -42% !important;
  }
  .h-xxl3-n43 {
    height: -43% !important;
  }
  .h-xxl3-n44 {
    height: -44% !important;
  }
  .h-xxl3-n45 {
    height: -45% !important;
  }
  .h-xxl3-n46 {
    height: -46% !important;
  }
  .h-xxl3-n47 {
    height: -47% !important;
  }
  .h-xxl3-n48 {
    height: -48% !important;
  }
  .h-xxl3-n49 {
    height: -49% !important;
  }
  .h-xxl3-n50 {
    height: -50% !important;
  }
  .h-xxl3-n51 {
    height: -51% !important;
  }
  .h-xxl3-n52 {
    height: -52% !important;
  }
  .h-xxl3-n53 {
    height: -53% !important;
  }
  .h-xxl3-n54 {
    height: -54% !important;
  }
  .h-xxl3-n55 {
    height: -55% !important;
  }
  .h-xxl3-n56 {
    height: -56% !important;
  }
  .h-xxl3-n57 {
    height: -57% !important;
  }
  .h-xxl3-n58 {
    height: -58% !important;
  }
  .h-xxl3-n59 {
    height: -59% !important;
  }
  .h-xxl3-n60 {
    height: -60% !important;
  }
  .h-xxl3-n61 {
    height: -61% !important;
  }
  .h-xxl3-n62 {
    height: -62% !important;
  }
  .h-xxl3-n63 {
    height: -63% !important;
  }
  .h-xxl3-n64 {
    height: -64% !important;
  }
  .h-xxl3-n65 {
    height: -65% !important;
  }
  .h-xxl3-n66 {
    height: -66% !important;
  }
  .h-xxl3-n67 {
    height: -67% !important;
  }
  .h-xxl3-n68 {
    height: -68% !important;
  }
  .h-xxl3-n69 {
    height: -69% !important;
  }
  .h-xxl3-n70 {
    height: -70% !important;
  }
  .h-xxl3-n71 {
    height: -71% !important;
  }
  .h-xxl3-n72 {
    height: -72% !important;
  }
  .h-xxl3-n73 {
    height: -73% !important;
  }
  .h-xxl3-n74 {
    height: -74% !important;
  }
  .h-xxl3-n75 {
    height: -75% !important;
  }
  .h-xxl3-n76 {
    height: -76% !important;
  }
  .h-xxl3-n77 {
    height: -77% !important;
  }
  .h-xxl3-n78 {
    height: -78% !important;
  }
  .h-xxl3-n79 {
    height: -79% !important;
  }
  .h-xxl3-n80 {
    height: -80% !important;
  }
  .h-xxl3-n81 {
    height: -81% !important;
  }
  .h-xxl3-n82 {
    height: -82% !important;
  }
  .h-xxl3-n83 {
    height: -83% !important;
  }
  .h-xxl3-n84 {
    height: -84% !important;
  }
  .h-xxl3-n85 {
    height: -85% !important;
  }
  .h-xxl3-n86 {
    height: -86% !important;
  }
  .h-xxl3-n87 {
    height: -87% !important;
  }
  .h-xxl3-n88 {
    height: -88% !important;
  }
  .h-xxl3-n89 {
    height: -89% !important;
  }
  .h-xxl3-n90 {
    height: -90% !important;
  }
  .h-xxl3-n91 {
    height: -91% !important;
  }
  .h-xxl3-n92 {
    height: -92% !important;
  }
  .h-xxl3-n93 {
    height: -93% !important;
  }
  .h-xxl3-n94 {
    height: -94% !important;
  }
  .h-xxl3-n95 {
    height: -95% !important;
  }
  .h-xxl3-n96 {
    height: -96% !important;
  }
  .h-xxl3-n97 {
    height: -97% !important;
  }
  .h-xxl3-n98 {
    height: -98% !important;
  }
  .h-xxl3-n99 {
    height: -99% !important;
  }
  .h-xxl3-n100 {
    height: -100% !important;
  }
  .h-xxl3-auto {
    height: auto !important;
  }
  .h-xxl3-fit-content {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .h-xxl3-max-content {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .h-xxl3-fill {
    height: -webkit-fill-available !important;
  }
  .flex-xxl3-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl3-row {
    flex-direction: row !important;
  }
  .flex-xxl3-column {
    flex-direction: column !important;
  }
  .flex-xxl3-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl3-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl3-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl3-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl3-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl3-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl3-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl3-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl3-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl3-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl3-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl3-center {
    justify-content: center !important;
  }
  .justify-content-xxl3-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl3-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl3-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl3-start {
    align-items: flex-start !important;
  }
  .align-items-xxl3-end {
    align-items: flex-end !important;
  }
  .align-items-xxl3-center {
    align-items: center !important;
  }
  .align-items-xxl3-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl3-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl3-start {
    align-content: flex-start !important;
  }
  .align-content-xxl3-end {
    align-content: flex-end !important;
  }
  .align-content-xxl3-center {
    align-content: center !important;
  }
  .align-content-xxl3-between {
    align-content: space-between !important;
  }
  .align-content-xxl3-around {
    align-content: space-around !important;
  }
  .align-content-xxl3-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl3-auto {
    align-self: auto !important;
  }
  .align-self-xxl3-start {
    align-self: flex-start !important;
  }
  .align-self-xxl3-end {
    align-self: flex-end !important;
  }
  .align-self-xxl3-center {
    align-self: center !important;
  }
  .align-self-xxl3-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl3-stretch {
    align-self: stretch !important;
  }
  .order-xxl3-first {
    order: -1 !important;
  }
  .order-xxl3-0 {
    order: 0 !important;
  }
  .order-xxl3-1 {
    order: 1 !important;
  }
  .order-xxl3-2 {
    order: 2 !important;
  }
  .order-xxl3-3 {
    order: 3 !important;
  }
  .order-xxl3-4 {
    order: 4 !important;
  }
  .order-xxl3-5 {
    order: 5 !important;
  }
  .order-xxl3-last {
    order: 6 !important;
  }
  .m-xxl3-0 {
    margin: 0 !important;
  }
  .m-xxl3-1 {
    margin: 0.25rem !important;
  }
  .m-xxl3-2 {
    margin: 0.5rem !important;
  }
  .m-xxl3-3 {
    margin: 1rem !important;
  }
  .m-xxl3-4 {
    margin: 1.5rem !important;
  }
  .m-xxl3-5 {
    margin: 3rem !important;
  }
  .m-xxl3-6 {
    margin: 6rem !important;
  }
  .m-xxl3-auto {
    margin: auto !important;
  }
  .mx-xxl3-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl3-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl3-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl3-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl3-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl3-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl3-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl3-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl3-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl3-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl3-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl3-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl3-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl3-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl3-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl3-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl3-0 {
    margin-top: 0 !important;
  }
  .mt-xxl3-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl3-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl3-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl3-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl3-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl3-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl3-auto {
    margin-top: auto !important;
  }
  .me-xxl3-0 {
    margin-right: 0 !important;
  }
  .me-xxl3-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl3-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl3-3 {
    margin-right: 1rem !important;
  }
  .me-xxl3-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl3-5 {
    margin-right: 3rem !important;
  }
  .me-xxl3-6 {
    margin-right: 6rem !important;
  }
  .me-xxl3-auto {
    margin-right: auto !important;
  }
  .mb-xxl3-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl3-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl3-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl3-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl3-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl3-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl3-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl3-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl3-0 {
    margin-left: 0 !important;
  }
  .ms-xxl3-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl3-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl3-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl3-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl3-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl3-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl3-auto {
    margin-left: auto !important;
  }
  .m-xxl3-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl3-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl3-n3 {
    margin: -1rem !important;
  }
  .m-xxl3-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl3-n5 {
    margin: -3rem !important;
  }
  .m-xxl3-n6 {
    margin: -6rem !important;
  }
  .mx-xxl3-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl3-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl3-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl3-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl3-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl3-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .my-xxl3-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl3-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl3-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl3-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl3-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl3-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .mt-xxl3-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl3-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl3-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl3-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl3-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl3-n6 {
    margin-top: -6rem !important;
  }
  .me-xxl3-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl3-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl3-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl3-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl3-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl3-n6 {
    margin-right: -6rem !important;
  }
  .mb-xxl3-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl3-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl3-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl3-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl3-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl3-n6 {
    margin-bottom: -6rem !important;
  }
  .ms-xxl3-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl3-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl3-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl3-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl3-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl3-n6 {
    margin-left: -6rem !important;
  }
  .p-xxl3-0 {
    padding: 0 !important;
  }
  .p-xxl3-1 {
    padding: 0.25rem !important;
  }
  .p-xxl3-2 {
    padding: 0.5rem !important;
  }
  .p-xxl3-3 {
    padding: 1rem !important;
  }
  .p-xxl3-4 {
    padding: 1.5rem !important;
  }
  .p-xxl3-5 {
    padding: 3rem !important;
  }
  .p-xxl3-6 {
    padding: 6rem !important;
  }
  .px-xxl3-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl3-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl3-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl3-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl3-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl3-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl3-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xxl3-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl3-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl3-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl3-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl3-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl3-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl3-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xxl3-0 {
    padding-top: 0 !important;
  }
  .pt-xxl3-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl3-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl3-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl3-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl3-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl3-6 {
    padding-top: 6rem !important;
  }
  .pe-xxl3-0 {
    padding-right: 0 !important;
  }
  .pe-xxl3-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl3-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl3-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl3-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl3-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl3-6 {
    padding-right: 6rem !important;
  }
  .pb-xxl3-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl3-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl3-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl3-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl3-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl3-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl3-6 {
    padding-bottom: 6rem !important;
  }
  .ps-xxl3-0 {
    padding-left: 0 !important;
  }
  .ps-xxl3-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl3-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl3-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl3-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl3-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl3-6 {
    padding-left: 6rem !important;
  }
  .gap-xxl3-0 {
    gap: 0 !important;
  }
  .gap-xxl3-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl3-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl3-3 {
    gap: 1rem !important;
  }
  .gap-xxl3-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl3-5 {
    gap: 3rem !important;
  }
  .gap-xxl3-6 {
    gap: 6rem !important;
  }
  .row-gap-xxl3-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl3-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl3-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl3-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl3-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl3-5 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl3-6 {
    row-gap: 6rem !important;
  }
  .column-gap-xxl3-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl3-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl3-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl3-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl3-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl3-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xxl3-6 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .fs-xxl3-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-xxl3-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-xxl3-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-xxl3-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xxl3-5 {
    font-size: 1.25rem !important;
  }
  .fs-xxl3-6 {
    font-size: 1rem !important;
  }
  .lh-xxl3-0 {
    line-height: 0 !important;
  }
  .lh-xxl3-xxs {
    line-height: 0.5 !important;
  }
  .lh-xxl3-xs {
    line-height: 0.75 !important;
  }
  .lh-xxl3-1 {
    line-height: 1 !important;
  }
  .lh-xxl3-sm {
    line-height: 1.25 !important;
  }
  .lh-xxl3-base {
    line-height: 1.5 !important;
  }
  .lh-xxl3-lg {
    line-height: 2 !important;
  }
  .lh-xxl3-xl {
    line-height: 2.25 !important;
  }
  .text-xxl3-start {
    text-align: left !important;
  }
  .text-xxl3-end {
    text-align: right !important;
  }
  .text-xxl3-center {
    text-align: center !important;
  }
  .text-decoration-xxl3-none {
    text-decoration: none !important;
  }
  .text-decoration-xxl3-none-hover:hover {
    text-decoration: none !important;
  }
  .text-decoration-xxl3-underline {
    text-decoration: underline !important;
  }
  .text-decoration-xxl3-underline-hover:hover {
    text-decoration: underline !important;
  }
  .text-decoration-xxl3-line-through {
    text-decoration: line-through !important;
  }
  .text-decoration-xxl3-line-through-hover:hover {
    text-decoration: line-through !important;
  }
  .text-xxl3-primary {
    color: #ffd317 !important;
  }
  .text-xxl3-primary-hover:hover {
    color: #ffd317 !important;
  }
  .text-xxl3-secondary {
    color: #010202 !important;
  }
  .text-xxl3-secondary-hover:hover {
    color: #010202 !important;
  }
  .text-xxl3-tertiary {
    color: #323031 !important;
  }
  .text-xxl3-tertiary-hover:hover {
    color: #323031 !important;
  }
  .text-xxl3-grey {
    color: #9d9d9d !important;
  }
  .text-xxl3-grey-hover:hover {
    color: #9d9d9d !important;
  }
  .text-xxl3-white {
    color: #fff !important;
  }
  .text-xxl3-white-hover:hover {
    color: #fff !important;
  }
  .text-xxl3-black {
    color: #010202 !important;
  }
  .text-xxl3-black-hover:hover {
    color: #010202 !important;
  }
  .text-xxl3-placeholder {
    color: magenta !important;
  }
  .text-xxl3-placeholder-hover:hover {
    color: magenta !important;
  }
  .text-xxl3-transparent {
    color: transparent !important;
  }
  .text-xxl3-transparent-hover:hover {
    color: transparent !important;
  }
  .bg-xxl3-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-primary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-secondary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-tertiary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-grey-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-white-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-black-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-placeholder {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-placeholder-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-xxl3-transparent-hover:hover {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-xxl3-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-body-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-primary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-primary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-secondary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-secondary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-tertiary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-tertiary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-grey-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl3-grey-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-opacity-xxl3-0 {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-xxl3-0-hover:hover {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-xxl3-5 {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-xxl3-5-hover:hover {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-xxl3-10 {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-xxl3-10-hover:hover {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-xxl3-15 {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-xxl3-15-hover:hover {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-xxl3-20 {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-xxl3-20-hover:hover {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-xxl3-25 {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-xxl3-25-hover:hover {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-xxl3-30 {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-xxl3-30-hover:hover {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-xxl3-35 {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-xxl3-35-hover:hover {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-xxl3-40 {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-xxl3-40-hover:hover {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-xxl3-45 {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-xxl3-45-hover:hover {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-xxl3-50 {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-xxl3-50-hover:hover {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-xxl3-55 {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-xxl3-55-hover:hover {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-xxl3-60 {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-xxl3-60-hover:hover {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-xxl3-65 {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-xxl3-65-hover:hover {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-xxl3-70 {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-xxl3-70-hover:hover {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-xxl3-75 {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-xxl3-75-hover:hover {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-xxl3-80 {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-xxl3-80-hover:hover {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-xxl3-85 {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-xxl3-85-hover:hover {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-xxl3-90 {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-xxl3-90-hover:hover {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-xxl3-95 {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-xxl3-95-hover:hover {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-xxl3-100 {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-xxl3-100-hover:hover {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-xxl3-105 {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-xxl3-105-hover:hover {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-xxl3-110 {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-xxl3-110-hover:hover {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-xxl3-115 {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-xxl3-115-hover:hover {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-xxl3-120 {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-xxl3-120-hover:hover {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-xxl3-125 {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-xxl3-125-hover:hover {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-xxl3-130 {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-xxl3-130-hover:hover {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-xxl3-135 {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-xxl3-135-hover:hover {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-xxl3-140 {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-xxl3-140-hover:hover {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-xxl3-145 {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-xxl3-145-hover:hover {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-xxl3-150 {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-xxl3-150-hover:hover {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-xxl3-155 {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-xxl3-155-hover:hover {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-xxl3-160 {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-xxl3-160-hover:hover {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-xxl3-165 {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-xxl3-165-hover:hover {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-xxl3-170 {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-xxl3-170-hover:hover {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-xxl3-175 {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-xxl3-175-hover:hover {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-xxl3-180 {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-xxl3-180-hover:hover {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-xxl3-185 {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-xxl3-185-hover:hover {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-xxl3-190 {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-xxl3-190-hover:hover {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-xxl3-195 {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-xxl3-195-hover:hover {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-xxl3-200 {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-xxl3-200-hover:hover {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-xxl3-205 {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-xxl3-205-hover:hover {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-xxl3-210 {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-xxl3-210-hover:hover {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-xxl3-215 {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-xxl3-215-hover:hover {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-xxl3-220 {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-xxl3-220-hover:hover {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-xxl3-225 {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-xxl3-225-hover:hover {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-xxl3-230 {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-xxl3-230-hover:hover {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-xxl3-235 {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-xxl3-235-hover:hover {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-xxl3-240 {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-xxl3-240-hover:hover {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-xxl3-245 {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-xxl3-245-hover:hover {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-xxl3-250 {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-xxl3-250-hover:hover {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-xxl3-255 {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-xxl3-255-hover:hover {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-xxl3-260 {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-xxl3-260-hover:hover {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-xxl3-265 {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-xxl3-265-hover:hover {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-xxl3-270 {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-xxl3-270-hover:hover {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-xxl3-275 {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-xxl3-275-hover:hover {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-xxl3-280 {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-xxl3-280-hover:hover {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-xxl3-285 {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-xxl3-285-hover:hover {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-xxl3-290 {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-xxl3-290-hover:hover {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-xxl3-295 {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-xxl3-295-hover:hover {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-xxl3-300 {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-xxl3-300-hover:hover {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-xxl3-305 {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-xxl3-305-hover:hover {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-xxl3-310 {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-xxl3-310-hover:hover {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-xxl3-315 {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-xxl3-315-hover:hover {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-xxl3-320 {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-xxl3-320-hover:hover {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-xxl3-325 {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-xxl3-325-hover:hover {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-xxl3-330 {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-xxl3-330-hover:hover {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-xxl3-335 {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-xxl3-335-hover:hover {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-xxl3-340 {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-xxl3-340-hover:hover {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-xxl3-345 {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-xxl3-345-hover:hover {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-xxl3-350 {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-xxl3-350-hover:hover {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-xxl3-355 {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-xxl3-355-hover:hover {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-xxl3-360 {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-xxl3-360-hover:hover {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-xxl3-365 {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-xxl3-365-hover:hover {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-xxl3-370 {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-xxl3-370-hover:hover {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-xxl3-375 {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-xxl3-375-hover:hover {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-xxl3-380 {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-xxl3-380-hover:hover {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-xxl3-385 {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-xxl3-385-hover:hover {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-xxl3-390 {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-xxl3-390-hover:hover {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-xxl3-395 {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-xxl3-395-hover:hover {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-xxl3-400 {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-xxl3-400-hover:hover {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-xxl3-405 {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-xxl3-405-hover:hover {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-xxl3-410 {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-xxl3-410-hover:hover {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-xxl3-415 {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-xxl3-415-hover:hover {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-xxl3-420 {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-xxl3-420-hover:hover {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-xxl3-425 {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-xxl3-425-hover:hover {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-xxl3-430 {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-xxl3-430-hover:hover {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-xxl3-435 {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-xxl3-435-hover:hover {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-xxl3-440 {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-xxl3-440-hover:hover {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-xxl3-445 {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-xxl3-445-hover:hover {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-xxl3-450 {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-xxl3-450-hover:hover {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-xxl3-455 {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-xxl3-455-hover:hover {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-xxl3-460 {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-xxl3-460-hover:hover {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-xxl3-465 {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-xxl3-465-hover:hover {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-xxl3-470 {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-xxl3-470-hover:hover {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-xxl3-475 {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-xxl3-475-hover:hover {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-xxl3-480 {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-xxl3-480-hover:hover {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-xxl3-485 {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-xxl3-485-hover:hover {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-xxl3-490 {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-xxl3-490-hover:hover {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-xxl3-495 {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-xxl3-495-hover:hover {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-xxl3-500 {
    --bs-bg-opacity: 5;
  }
  .bg-opacity-xxl3-500-hover:hover {
    --bs-bg-opacity: 5;
  }
  .rounded-xxl3 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xxl3-0 {
    border-radius: 0 !important;
  }
  .rounded-xxl3-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-xxl3-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xxl3-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-xxl3-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-xxl3-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-xxl3-circle {
    border-radius: 50% !important;
  }
  .rounded-xxl3-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-xxl3-6 {
    border-radius: 3rem !important;
  }
  .rounded-xxl3-7 {
    border-radius: 4rem !important;
  }
  .rounded-xxl3-8 {
    border-radius: 6rem !important;
  }
  .rounded-top-xxl3 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xxl3-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-xxl3-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-xxl3-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xxl3-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-xxl3-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-xxl3-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-xxl3-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-xxl3-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top-xxl3-6 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .rounded-top-xxl3-7 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }
  .rounded-top-xxl3-8 {
    border-top-left-radius: 6rem !important;
    border-top-right-radius: 6rem !important;
  }
  .rounded-end-xxl3 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xxl3-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-xxl3-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-xxl3-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xxl3-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-xxl3-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-xxl3-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-xxl3-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-xxl3-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-xxl3-6 {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
  .rounded-end-xxl3-7 {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
  .rounded-end-xxl3-8 {
    border-top-right-radius: 6rem !important;
    border-bottom-right-radius: 6rem !important;
  }
  .rounded-bottom-xxl3 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xxl3-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-xxl3-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-xxl3-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xxl3-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-xxl3-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-xxl3-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-xxl3-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-xxl3-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-xxl3-6 {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
  }
  .rounded-bottom-xxl3-7 {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }
  .rounded-bottom-xxl3-8 {
    border-bottom-right-radius: 6rem !important;
    border-bottom-left-radius: 6rem !important;
  }
  .rounded-start-xxl3 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xxl3-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-xxl3-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-xxl3-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xxl3-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-xxl3-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-xxl3-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-xxl3-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-xxl3-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-xxl3-6 {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
  }
  .rounded-start-xxl3-7 {
    border-bottom-left-radius: 4rem !important;
    border-top-left-radius: 4rem !important;
  }
  .rounded-start-xxl3-8 {
    border-bottom-left-radius: 6rem !important;
    border-top-left-radius: 6rem !important;
  }
  .z-xxl3-n1 {
    z-index: -1 !important;
  }
  .z-xxl3-0 {
    z-index: 0 !important;
  }
  .z-xxl3-1 {
    z-index: 1 !important;
  }
  .z-xxl3-2 {
    z-index: 2 !important;
  }
  .z-xxl3-3 {
    z-index: 3 !important;
  }
  .flip-xxl3-x {
    transform: scaleX(-1) !important;
  }
  .flip-xxl3-y {
    transform: scaleY(-1) !important;
  }
  .scale-xxl3-1 {
    transform: scale(1.05) !important;
  }
  .scale-xxl3-1-hover:hover {
    transform: scale(1.05) !important;
  }
  .scale-xxl3-2 {
    transform: scale(1.1) !important;
  }
  .scale-xxl3-2-hover:hover {
    transform: scale(1.1) !important;
  }
  .ls-xxl3-0 {
    letter-spacing: 0px !important;
  }
  .ls-xxl3-1 {
    letter-spacing: 1px !important;
  }
  .ls-xxl3-2 {
    letter-spacing: 2px !important;
  }
  .ls-xxl3-3 {
    letter-spacing: 3px !important;
  }
  .ls-xxl3-4 {
    letter-spacing: 4px !important;
  }
  .ls-xxl3-5 {
    letter-spacing: 5px !important;
  }
  .ls-xxl3-6 {
    letter-spacing: 6px !important;
  }
  .ls-xxl3-7 {
    letter-spacing: 7px !important;
  }
  .ls-xxl3-8 {
    letter-spacing: 8px !important;
  }
  .ls-xxl3-9 {
    letter-spacing: 9px !important;
  }
  .ls-xxl3-10 {
    letter-spacing: 10px !important;
  }
  .ls-xxl3-11 {
    letter-spacing: 11px !important;
  }
  .ls-xxl3-12 {
    letter-spacing: 12px !important;
  }
  .ls-xxl3-13 {
    letter-spacing: 13px !important;
  }
  .ls-xxl3-14 {
    letter-spacing: 14px !important;
  }
  .ls-xxl3-15 {
    letter-spacing: 15px !important;
  }
  .cols-xxl3-1 {
    -moz-columns: 1 !important;
         columns: 1 !important;
  }
  .cols-xxl3-2 {
    -moz-columns: 2 !important;
         columns: 2 !important;
  }
  .cols-xxl3-3 {
    -moz-columns: 3 !important;
         columns: 3 !important;
  }
  .cols-xxl3-4 {
    -moz-columns: 4 !important;
         columns: 4 !important;
  }
  .cols-xxl3-5 {
    -moz-columns: 5 !important;
         columns: 5 !important;
  }
  .cols-xxl3-6 {
    -moz-columns: 6 !important;
         columns: 6 !important;
  }
  .cols-xxl3-7 {
    -moz-columns: 7 !important;
         columns: 7 !important;
  }
  .cols-xxl3-8 {
    -moz-columns: 8 !important;
         columns: 8 !important;
  }
  .cols-xxl3-9 {
    -moz-columns: 9 !important;
         columns: 9 !important;
  }
  .cols-xxl3-10 {
    -moz-columns: 10 !important;
         columns: 10 !important;
  }
  .cols-xxl3-11 {
    -moz-columns: 11 !important;
         columns: 11 !important;
  }
  .cols-xxl3-12 {
    -moz-columns: 12 !important;
         columns: 12 !important;
  }
}
@media (min-width: 2400px) {
  .float-xxl4-start {
    float: left !important;
  }
  .float-xxl4-end {
    float: right !important;
  }
  .float-xxl4-none {
    float: none !important;
  }
  .object-fit-xxl4-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl4-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl4-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl4-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl4-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .opacity-xxl4-0 {
    opacity: 0 !important;
  }
  .opacity-xxl4-0-hover:hover {
    opacity: 0 !important;
  }
  .opacity-xxl4-5 {
    opacity: 0.05 !important;
  }
  .opacity-xxl4-5-hover:hover {
    opacity: 0.05 !important;
  }
  .opacity-xxl4-10 {
    opacity: 0.1 !important;
  }
  .opacity-xxl4-10-hover:hover {
    opacity: 0.1 !important;
  }
  .opacity-xxl4-15 {
    opacity: 0.15 !important;
  }
  .opacity-xxl4-15-hover:hover {
    opacity: 0.15 !important;
  }
  .opacity-xxl4-20 {
    opacity: 0.2 !important;
  }
  .opacity-xxl4-20-hover:hover {
    opacity: 0.2 !important;
  }
  .opacity-xxl4-25 {
    opacity: 0.25 !important;
  }
  .opacity-xxl4-25-hover:hover {
    opacity: 0.25 !important;
  }
  .opacity-xxl4-30 {
    opacity: 0.3 !important;
  }
  .opacity-xxl4-30-hover:hover {
    opacity: 0.3 !important;
  }
  .opacity-xxl4-35 {
    opacity: 0.35 !important;
  }
  .opacity-xxl4-35-hover:hover {
    opacity: 0.35 !important;
  }
  .opacity-xxl4-40 {
    opacity: 0.4 !important;
  }
  .opacity-xxl4-40-hover:hover {
    opacity: 0.4 !important;
  }
  .opacity-xxl4-45 {
    opacity: 0.45 !important;
  }
  .opacity-xxl4-45-hover:hover {
    opacity: 0.45 !important;
  }
  .opacity-xxl4-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxl4-50-hover:hover {
    opacity: 0.5 !important;
  }
  .opacity-xxl4-55 {
    opacity: 0.55 !important;
  }
  .opacity-xxl4-55-hover:hover {
    opacity: 0.55 !important;
  }
  .opacity-xxl4-60 {
    opacity: 0.6 !important;
  }
  .opacity-xxl4-60-hover:hover {
    opacity: 0.6 !important;
  }
  .opacity-xxl4-65 {
    opacity: 0.65 !important;
  }
  .opacity-xxl4-65-hover:hover {
    opacity: 0.65 !important;
  }
  .opacity-xxl4-70 {
    opacity: 0.7 !important;
  }
  .opacity-xxl4-70-hover:hover {
    opacity: 0.7 !important;
  }
  .opacity-xxl4-75 {
    opacity: 0.75 !important;
  }
  .opacity-xxl4-75-hover:hover {
    opacity: 0.75 !important;
  }
  .opacity-xxl4-80 {
    opacity: 0.8 !important;
  }
  .opacity-xxl4-80-hover:hover {
    opacity: 0.8 !important;
  }
  .opacity-xxl4-85 {
    opacity: 0.85 !important;
  }
  .opacity-xxl4-85-hover:hover {
    opacity: 0.85 !important;
  }
  .opacity-xxl4-90 {
    opacity: 0.9 !important;
  }
  .opacity-xxl4-90-hover:hover {
    opacity: 0.9 !important;
  }
  .opacity-xxl4-95 {
    opacity: 0.95 !important;
  }
  .opacity-xxl4-95-hover:hover {
    opacity: 0.95 !important;
  }
  .opacity-xxl4-100 {
    opacity: 1 !important;
  }
  .opacity-xxl4-100-hover:hover {
    opacity: 1 !important;
  }
  .opacity-xxl4-105 {
    opacity: 1.05 !important;
  }
  .opacity-xxl4-105-hover:hover {
    opacity: 1.05 !important;
  }
  .opacity-xxl4-110 {
    opacity: 1.1 !important;
  }
  .opacity-xxl4-110-hover:hover {
    opacity: 1.1 !important;
  }
  .opacity-xxl4-115 {
    opacity: 1.15 !important;
  }
  .opacity-xxl4-115-hover:hover {
    opacity: 1.15 !important;
  }
  .opacity-xxl4-120 {
    opacity: 1.2 !important;
  }
  .opacity-xxl4-120-hover:hover {
    opacity: 1.2 !important;
  }
  .opacity-xxl4-125 {
    opacity: 1.25 !important;
  }
  .opacity-xxl4-125-hover:hover {
    opacity: 1.25 !important;
  }
  .opacity-xxl4-130 {
    opacity: 1.3 !important;
  }
  .opacity-xxl4-130-hover:hover {
    opacity: 1.3 !important;
  }
  .opacity-xxl4-135 {
    opacity: 1.35 !important;
  }
  .opacity-xxl4-135-hover:hover {
    opacity: 1.35 !important;
  }
  .opacity-xxl4-140 {
    opacity: 1.4 !important;
  }
  .opacity-xxl4-140-hover:hover {
    opacity: 1.4 !important;
  }
  .opacity-xxl4-145 {
    opacity: 1.45 !important;
  }
  .opacity-xxl4-145-hover:hover {
    opacity: 1.45 !important;
  }
  .opacity-xxl4-150 {
    opacity: 1.5 !important;
  }
  .opacity-xxl4-150-hover:hover {
    opacity: 1.5 !important;
  }
  .opacity-xxl4-155 {
    opacity: 1.55 !important;
  }
  .opacity-xxl4-155-hover:hover {
    opacity: 1.55 !important;
  }
  .opacity-xxl4-160 {
    opacity: 1.6 !important;
  }
  .opacity-xxl4-160-hover:hover {
    opacity: 1.6 !important;
  }
  .opacity-xxl4-165 {
    opacity: 1.65 !important;
  }
  .opacity-xxl4-165-hover:hover {
    opacity: 1.65 !important;
  }
  .opacity-xxl4-170 {
    opacity: 1.7 !important;
  }
  .opacity-xxl4-170-hover:hover {
    opacity: 1.7 !important;
  }
  .opacity-xxl4-175 {
    opacity: 1.75 !important;
  }
  .opacity-xxl4-175-hover:hover {
    opacity: 1.75 !important;
  }
  .opacity-xxl4-180 {
    opacity: 1.8 !important;
  }
  .opacity-xxl4-180-hover:hover {
    opacity: 1.8 !important;
  }
  .opacity-xxl4-185 {
    opacity: 1.85 !important;
  }
  .opacity-xxl4-185-hover:hover {
    opacity: 1.85 !important;
  }
  .opacity-xxl4-190 {
    opacity: 1.9 !important;
  }
  .opacity-xxl4-190-hover:hover {
    opacity: 1.9 !important;
  }
  .opacity-xxl4-195 {
    opacity: 1.95 !important;
  }
  .opacity-xxl4-195-hover:hover {
    opacity: 1.95 !important;
  }
  .opacity-xxl4-200 {
    opacity: 2 !important;
  }
  .opacity-xxl4-200-hover:hover {
    opacity: 2 !important;
  }
  .opacity-xxl4-205 {
    opacity: 2.05 !important;
  }
  .opacity-xxl4-205-hover:hover {
    opacity: 2.05 !important;
  }
  .opacity-xxl4-210 {
    opacity: 2.1 !important;
  }
  .opacity-xxl4-210-hover:hover {
    opacity: 2.1 !important;
  }
  .opacity-xxl4-215 {
    opacity: 2.15 !important;
  }
  .opacity-xxl4-215-hover:hover {
    opacity: 2.15 !important;
  }
  .opacity-xxl4-220 {
    opacity: 2.2 !important;
  }
  .opacity-xxl4-220-hover:hover {
    opacity: 2.2 !important;
  }
  .opacity-xxl4-225 {
    opacity: 2.25 !important;
  }
  .opacity-xxl4-225-hover:hover {
    opacity: 2.25 !important;
  }
  .opacity-xxl4-230 {
    opacity: 2.3 !important;
  }
  .opacity-xxl4-230-hover:hover {
    opacity: 2.3 !important;
  }
  .opacity-xxl4-235 {
    opacity: 2.35 !important;
  }
  .opacity-xxl4-235-hover:hover {
    opacity: 2.35 !important;
  }
  .opacity-xxl4-240 {
    opacity: 2.4 !important;
  }
  .opacity-xxl4-240-hover:hover {
    opacity: 2.4 !important;
  }
  .opacity-xxl4-245 {
    opacity: 2.45 !important;
  }
  .opacity-xxl4-245-hover:hover {
    opacity: 2.45 !important;
  }
  .opacity-xxl4-250 {
    opacity: 2.5 !important;
  }
  .opacity-xxl4-250-hover:hover {
    opacity: 2.5 !important;
  }
  .opacity-xxl4-255 {
    opacity: 2.55 !important;
  }
  .opacity-xxl4-255-hover:hover {
    opacity: 2.55 !important;
  }
  .opacity-xxl4-260 {
    opacity: 2.6 !important;
  }
  .opacity-xxl4-260-hover:hover {
    opacity: 2.6 !important;
  }
  .opacity-xxl4-265 {
    opacity: 2.65 !important;
  }
  .opacity-xxl4-265-hover:hover {
    opacity: 2.65 !important;
  }
  .opacity-xxl4-270 {
    opacity: 2.7 !important;
  }
  .opacity-xxl4-270-hover:hover {
    opacity: 2.7 !important;
  }
  .opacity-xxl4-275 {
    opacity: 2.75 !important;
  }
  .opacity-xxl4-275-hover:hover {
    opacity: 2.75 !important;
  }
  .opacity-xxl4-280 {
    opacity: 2.8 !important;
  }
  .opacity-xxl4-280-hover:hover {
    opacity: 2.8 !important;
  }
  .opacity-xxl4-285 {
    opacity: 2.85 !important;
  }
  .opacity-xxl4-285-hover:hover {
    opacity: 2.85 !important;
  }
  .opacity-xxl4-290 {
    opacity: 2.9 !important;
  }
  .opacity-xxl4-290-hover:hover {
    opacity: 2.9 !important;
  }
  .opacity-xxl4-295 {
    opacity: 2.95 !important;
  }
  .opacity-xxl4-295-hover:hover {
    opacity: 2.95 !important;
  }
  .opacity-xxl4-300 {
    opacity: 3 !important;
  }
  .opacity-xxl4-300-hover:hover {
    opacity: 3 !important;
  }
  .opacity-xxl4-305 {
    opacity: 3.05 !important;
  }
  .opacity-xxl4-305-hover:hover {
    opacity: 3.05 !important;
  }
  .opacity-xxl4-310 {
    opacity: 3.1 !important;
  }
  .opacity-xxl4-310-hover:hover {
    opacity: 3.1 !important;
  }
  .opacity-xxl4-315 {
    opacity: 3.15 !important;
  }
  .opacity-xxl4-315-hover:hover {
    opacity: 3.15 !important;
  }
  .opacity-xxl4-320 {
    opacity: 3.2 !important;
  }
  .opacity-xxl4-320-hover:hover {
    opacity: 3.2 !important;
  }
  .opacity-xxl4-325 {
    opacity: 3.25 !important;
  }
  .opacity-xxl4-325-hover:hover {
    opacity: 3.25 !important;
  }
  .opacity-xxl4-330 {
    opacity: 3.3 !important;
  }
  .opacity-xxl4-330-hover:hover {
    opacity: 3.3 !important;
  }
  .opacity-xxl4-335 {
    opacity: 3.35 !important;
  }
  .opacity-xxl4-335-hover:hover {
    opacity: 3.35 !important;
  }
  .opacity-xxl4-340 {
    opacity: 3.4 !important;
  }
  .opacity-xxl4-340-hover:hover {
    opacity: 3.4 !important;
  }
  .opacity-xxl4-345 {
    opacity: 3.45 !important;
  }
  .opacity-xxl4-345-hover:hover {
    opacity: 3.45 !important;
  }
  .opacity-xxl4-350 {
    opacity: 3.5 !important;
  }
  .opacity-xxl4-350-hover:hover {
    opacity: 3.5 !important;
  }
  .opacity-xxl4-355 {
    opacity: 3.55 !important;
  }
  .opacity-xxl4-355-hover:hover {
    opacity: 3.55 !important;
  }
  .opacity-xxl4-360 {
    opacity: 3.6 !important;
  }
  .opacity-xxl4-360-hover:hover {
    opacity: 3.6 !important;
  }
  .opacity-xxl4-365 {
    opacity: 3.65 !important;
  }
  .opacity-xxl4-365-hover:hover {
    opacity: 3.65 !important;
  }
  .opacity-xxl4-370 {
    opacity: 3.7 !important;
  }
  .opacity-xxl4-370-hover:hover {
    opacity: 3.7 !important;
  }
  .opacity-xxl4-375 {
    opacity: 3.75 !important;
  }
  .opacity-xxl4-375-hover:hover {
    opacity: 3.75 !important;
  }
  .opacity-xxl4-380 {
    opacity: 3.8 !important;
  }
  .opacity-xxl4-380-hover:hover {
    opacity: 3.8 !important;
  }
  .opacity-xxl4-385 {
    opacity: 3.85 !important;
  }
  .opacity-xxl4-385-hover:hover {
    opacity: 3.85 !important;
  }
  .opacity-xxl4-390 {
    opacity: 3.9 !important;
  }
  .opacity-xxl4-390-hover:hover {
    opacity: 3.9 !important;
  }
  .opacity-xxl4-395 {
    opacity: 3.95 !important;
  }
  .opacity-xxl4-395-hover:hover {
    opacity: 3.95 !important;
  }
  .opacity-xxl4-400 {
    opacity: 4 !important;
  }
  .opacity-xxl4-400-hover:hover {
    opacity: 4 !important;
  }
  .opacity-xxl4-405 {
    opacity: 4.05 !important;
  }
  .opacity-xxl4-405-hover:hover {
    opacity: 4.05 !important;
  }
  .opacity-xxl4-410 {
    opacity: 4.1 !important;
  }
  .opacity-xxl4-410-hover:hover {
    opacity: 4.1 !important;
  }
  .opacity-xxl4-415 {
    opacity: 4.15 !important;
  }
  .opacity-xxl4-415-hover:hover {
    opacity: 4.15 !important;
  }
  .opacity-xxl4-420 {
    opacity: 4.2 !important;
  }
  .opacity-xxl4-420-hover:hover {
    opacity: 4.2 !important;
  }
  .opacity-xxl4-425 {
    opacity: 4.25 !important;
  }
  .opacity-xxl4-425-hover:hover {
    opacity: 4.25 !important;
  }
  .opacity-xxl4-430 {
    opacity: 4.3 !important;
  }
  .opacity-xxl4-430-hover:hover {
    opacity: 4.3 !important;
  }
  .opacity-xxl4-435 {
    opacity: 4.35 !important;
  }
  .opacity-xxl4-435-hover:hover {
    opacity: 4.35 !important;
  }
  .opacity-xxl4-440 {
    opacity: 4.4 !important;
  }
  .opacity-xxl4-440-hover:hover {
    opacity: 4.4 !important;
  }
  .opacity-xxl4-445 {
    opacity: 4.45 !important;
  }
  .opacity-xxl4-445-hover:hover {
    opacity: 4.45 !important;
  }
  .opacity-xxl4-450 {
    opacity: 4.5 !important;
  }
  .opacity-xxl4-450-hover:hover {
    opacity: 4.5 !important;
  }
  .opacity-xxl4-455 {
    opacity: 4.55 !important;
  }
  .opacity-xxl4-455-hover:hover {
    opacity: 4.55 !important;
  }
  .opacity-xxl4-460 {
    opacity: 4.6 !important;
  }
  .opacity-xxl4-460-hover:hover {
    opacity: 4.6 !important;
  }
  .opacity-xxl4-465 {
    opacity: 4.65 !important;
  }
  .opacity-xxl4-465-hover:hover {
    opacity: 4.65 !important;
  }
  .opacity-xxl4-470 {
    opacity: 4.7 !important;
  }
  .opacity-xxl4-470-hover:hover {
    opacity: 4.7 !important;
  }
  .opacity-xxl4-475 {
    opacity: 4.75 !important;
  }
  .opacity-xxl4-475-hover:hover {
    opacity: 4.75 !important;
  }
  .opacity-xxl4-480 {
    opacity: 4.8 !important;
  }
  .opacity-xxl4-480-hover:hover {
    opacity: 4.8 !important;
  }
  .opacity-xxl4-485 {
    opacity: 4.85 !important;
  }
  .opacity-xxl4-485-hover:hover {
    opacity: 4.85 !important;
  }
  .opacity-xxl4-490 {
    opacity: 4.9 !important;
  }
  .opacity-xxl4-490-hover:hover {
    opacity: 4.9 !important;
  }
  .opacity-xxl4-495 {
    opacity: 4.95 !important;
  }
  .opacity-xxl4-495-hover:hover {
    opacity: 4.95 !important;
  }
  .opacity-xxl4-500 {
    opacity: 5 !important;
  }
  .opacity-xxl4-500-hover:hover {
    opacity: 5 !important;
  }
  .d-xxl4-inline {
    display: inline !important;
  }
  .d-xxl4-inline-block {
    display: inline-block !important;
  }
  .d-xxl4-block {
    display: block !important;
  }
  .d-xxl4-grid {
    display: grid !important;
  }
  .d-xxl4-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl4-table {
    display: table !important;
  }
  .d-xxl4-table-row {
    display: table-row !important;
  }
  .d-xxl4-table-cell {
    display: table-cell !important;
  }
  .d-xxl4-flex {
    display: flex !important;
  }
  .d-xxl4-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl4-none {
    display: none !important;
  }
  .position-xxl4-static {
    position: static !important;
  }
  .position-xxl4-relative {
    position: relative !important;
  }
  .position-xxl4-absolute {
    position: absolute !important;
  }
  .position-xxl4-fixed {
    position: fixed !important;
  }
  .position-xxl4-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .top-xxl4-0 {
    top: 0% !important;
  }
  .top-xxl4-1 {
    top: 1% !important;
  }
  .top-xxl4-2 {
    top: 2% !important;
  }
  .top-xxl4-3 {
    top: 3% !important;
  }
  .top-xxl4-4 {
    top: 4% !important;
  }
  .top-xxl4-5 {
    top: 5% !important;
  }
  .top-xxl4-6 {
    top: 6% !important;
  }
  .top-xxl4-7 {
    top: 7% !important;
  }
  .top-xxl4-8 {
    top: 8% !important;
  }
  .top-xxl4-9 {
    top: 9% !important;
  }
  .top-xxl4-10 {
    top: 10% !important;
  }
  .top-xxl4-11 {
    top: 11% !important;
  }
  .top-xxl4-12 {
    top: 12% !important;
  }
  .top-xxl4-13 {
    top: 13% !important;
  }
  .top-xxl4-14 {
    top: 14% !important;
  }
  .top-xxl4-15 {
    top: 15% !important;
  }
  .top-xxl4-16 {
    top: 16% !important;
  }
  .top-xxl4-17 {
    top: 17% !important;
  }
  .top-xxl4-18 {
    top: 18% !important;
  }
  .top-xxl4-19 {
    top: 19% !important;
  }
  .top-xxl4-20 {
    top: 20% !important;
  }
  .top-xxl4-21 {
    top: 21% !important;
  }
  .top-xxl4-22 {
    top: 22% !important;
  }
  .top-xxl4-23 {
    top: 23% !important;
  }
  .top-xxl4-24 {
    top: 24% !important;
  }
  .top-xxl4-25 {
    top: 25% !important;
  }
  .top-xxl4-26 {
    top: 26% !important;
  }
  .top-xxl4-27 {
    top: 27% !important;
  }
  .top-xxl4-28 {
    top: 28% !important;
  }
  .top-xxl4-29 {
    top: 29% !important;
  }
  .top-xxl4-30 {
    top: 30% !important;
  }
  .top-xxl4-31 {
    top: 31% !important;
  }
  .top-xxl4-32 {
    top: 32% !important;
  }
  .top-xxl4-33 {
    top: 33% !important;
  }
  .top-xxl4-34 {
    top: 34% !important;
  }
  .top-xxl4-35 {
    top: 35% !important;
  }
  .top-xxl4-36 {
    top: 36% !important;
  }
  .top-xxl4-37 {
    top: 37% !important;
  }
  .top-xxl4-38 {
    top: 38% !important;
  }
  .top-xxl4-39 {
    top: 39% !important;
  }
  .top-xxl4-40 {
    top: 40% !important;
  }
  .top-xxl4-41 {
    top: 41% !important;
  }
  .top-xxl4-42 {
    top: 42% !important;
  }
  .top-xxl4-43 {
    top: 43% !important;
  }
  .top-xxl4-44 {
    top: 44% !important;
  }
  .top-xxl4-45 {
    top: 45% !important;
  }
  .top-xxl4-46 {
    top: 46% !important;
  }
  .top-xxl4-47 {
    top: 47% !important;
  }
  .top-xxl4-48 {
    top: 48% !important;
  }
  .top-xxl4-49 {
    top: 49% !important;
  }
  .top-xxl4-50 {
    top: 50% !important;
  }
  .top-xxl4-51 {
    top: 51% !important;
  }
  .top-xxl4-52 {
    top: 52% !important;
  }
  .top-xxl4-53 {
    top: 53% !important;
  }
  .top-xxl4-54 {
    top: 54% !important;
  }
  .top-xxl4-55 {
    top: 55% !important;
  }
  .top-xxl4-56 {
    top: 56% !important;
  }
  .top-xxl4-57 {
    top: 57% !important;
  }
  .top-xxl4-58 {
    top: 58% !important;
  }
  .top-xxl4-59 {
    top: 59% !important;
  }
  .top-xxl4-60 {
    top: 60% !important;
  }
  .top-xxl4-61 {
    top: 61% !important;
  }
  .top-xxl4-62 {
    top: 62% !important;
  }
  .top-xxl4-63 {
    top: 63% !important;
  }
  .top-xxl4-64 {
    top: 64% !important;
  }
  .top-xxl4-65 {
    top: 65% !important;
  }
  .top-xxl4-66 {
    top: 66% !important;
  }
  .top-xxl4-67 {
    top: 67% !important;
  }
  .top-xxl4-68 {
    top: 68% !important;
  }
  .top-xxl4-69 {
    top: 69% !important;
  }
  .top-xxl4-70 {
    top: 70% !important;
  }
  .top-xxl4-71 {
    top: 71% !important;
  }
  .top-xxl4-72 {
    top: 72% !important;
  }
  .top-xxl4-73 {
    top: 73% !important;
  }
  .top-xxl4-74 {
    top: 74% !important;
  }
  .top-xxl4-75 {
    top: 75% !important;
  }
  .top-xxl4-76 {
    top: 76% !important;
  }
  .top-xxl4-77 {
    top: 77% !important;
  }
  .top-xxl4-78 {
    top: 78% !important;
  }
  .top-xxl4-79 {
    top: 79% !important;
  }
  .top-xxl4-80 {
    top: 80% !important;
  }
  .top-xxl4-81 {
    top: 81% !important;
  }
  .top-xxl4-82 {
    top: 82% !important;
  }
  .top-xxl4-83 {
    top: 83% !important;
  }
  .top-xxl4-84 {
    top: 84% !important;
  }
  .top-xxl4-85 {
    top: 85% !important;
  }
  .top-xxl4-86 {
    top: 86% !important;
  }
  .top-xxl4-87 {
    top: 87% !important;
  }
  .top-xxl4-88 {
    top: 88% !important;
  }
  .top-xxl4-89 {
    top: 89% !important;
  }
  .top-xxl4-90 {
    top: 90% !important;
  }
  .top-xxl4-91 {
    top: 91% !important;
  }
  .top-xxl4-92 {
    top: 92% !important;
  }
  .top-xxl4-93 {
    top: 93% !important;
  }
  .top-xxl4-94 {
    top: 94% !important;
  }
  .top-xxl4-95 {
    top: 95% !important;
  }
  .top-xxl4-96 {
    top: 96% !important;
  }
  .top-xxl4-97 {
    top: 97% !important;
  }
  .top-xxl4-98 {
    top: 98% !important;
  }
  .top-xxl4-99 {
    top: 99% !important;
  }
  .top-xxl4-100 {
    top: 100% !important;
  }
  .top-xxl4-n1 {
    top: -1% !important;
  }
  .top-xxl4-n2 {
    top: -2% !important;
  }
  .top-xxl4-n3 {
    top: -3% !important;
  }
  .top-xxl4-n4 {
    top: -4% !important;
  }
  .top-xxl4-n5 {
    top: -5% !important;
  }
  .top-xxl4-n6 {
    top: -6% !important;
  }
  .top-xxl4-n7 {
    top: -7% !important;
  }
  .top-xxl4-n8 {
    top: -8% !important;
  }
  .top-xxl4-n9 {
    top: -9% !important;
  }
  .top-xxl4-n10 {
    top: -10% !important;
  }
  .top-xxl4-n11 {
    top: -11% !important;
  }
  .top-xxl4-n12 {
    top: -12% !important;
  }
  .top-xxl4-n13 {
    top: -13% !important;
  }
  .top-xxl4-n14 {
    top: -14% !important;
  }
  .top-xxl4-n15 {
    top: -15% !important;
  }
  .top-xxl4-n16 {
    top: -16% !important;
  }
  .top-xxl4-n17 {
    top: -17% !important;
  }
  .top-xxl4-n18 {
    top: -18% !important;
  }
  .top-xxl4-n19 {
    top: -19% !important;
  }
  .top-xxl4-n20 {
    top: -20% !important;
  }
  .top-xxl4-n21 {
    top: -21% !important;
  }
  .top-xxl4-n22 {
    top: -22% !important;
  }
  .top-xxl4-n23 {
    top: -23% !important;
  }
  .top-xxl4-n24 {
    top: -24% !important;
  }
  .top-xxl4-n25 {
    top: -25% !important;
  }
  .top-xxl4-n26 {
    top: -26% !important;
  }
  .top-xxl4-n27 {
    top: -27% !important;
  }
  .top-xxl4-n28 {
    top: -28% !important;
  }
  .top-xxl4-n29 {
    top: -29% !important;
  }
  .top-xxl4-n30 {
    top: -30% !important;
  }
  .top-xxl4-n31 {
    top: -31% !important;
  }
  .top-xxl4-n32 {
    top: -32% !important;
  }
  .top-xxl4-n33 {
    top: -33% !important;
  }
  .top-xxl4-n34 {
    top: -34% !important;
  }
  .top-xxl4-n35 {
    top: -35% !important;
  }
  .top-xxl4-n36 {
    top: -36% !important;
  }
  .top-xxl4-n37 {
    top: -37% !important;
  }
  .top-xxl4-n38 {
    top: -38% !important;
  }
  .top-xxl4-n39 {
    top: -39% !important;
  }
  .top-xxl4-n40 {
    top: -40% !important;
  }
  .top-xxl4-n41 {
    top: -41% !important;
  }
  .top-xxl4-n42 {
    top: -42% !important;
  }
  .top-xxl4-n43 {
    top: -43% !important;
  }
  .top-xxl4-n44 {
    top: -44% !important;
  }
  .top-xxl4-n45 {
    top: -45% !important;
  }
  .top-xxl4-n46 {
    top: -46% !important;
  }
  .top-xxl4-n47 {
    top: -47% !important;
  }
  .top-xxl4-n48 {
    top: -48% !important;
  }
  .top-xxl4-n49 {
    top: -49% !important;
  }
  .top-xxl4-n50 {
    top: -50% !important;
  }
  .top-xxl4-n51 {
    top: -51% !important;
  }
  .top-xxl4-n52 {
    top: -52% !important;
  }
  .top-xxl4-n53 {
    top: -53% !important;
  }
  .top-xxl4-n54 {
    top: -54% !important;
  }
  .top-xxl4-n55 {
    top: -55% !important;
  }
  .top-xxl4-n56 {
    top: -56% !important;
  }
  .top-xxl4-n57 {
    top: -57% !important;
  }
  .top-xxl4-n58 {
    top: -58% !important;
  }
  .top-xxl4-n59 {
    top: -59% !important;
  }
  .top-xxl4-n60 {
    top: -60% !important;
  }
  .top-xxl4-n61 {
    top: -61% !important;
  }
  .top-xxl4-n62 {
    top: -62% !important;
  }
  .top-xxl4-n63 {
    top: -63% !important;
  }
  .top-xxl4-n64 {
    top: -64% !important;
  }
  .top-xxl4-n65 {
    top: -65% !important;
  }
  .top-xxl4-n66 {
    top: -66% !important;
  }
  .top-xxl4-n67 {
    top: -67% !important;
  }
  .top-xxl4-n68 {
    top: -68% !important;
  }
  .top-xxl4-n69 {
    top: -69% !important;
  }
  .top-xxl4-n70 {
    top: -70% !important;
  }
  .top-xxl4-n71 {
    top: -71% !important;
  }
  .top-xxl4-n72 {
    top: -72% !important;
  }
  .top-xxl4-n73 {
    top: -73% !important;
  }
  .top-xxl4-n74 {
    top: -74% !important;
  }
  .top-xxl4-n75 {
    top: -75% !important;
  }
  .top-xxl4-n76 {
    top: -76% !important;
  }
  .top-xxl4-n77 {
    top: -77% !important;
  }
  .top-xxl4-n78 {
    top: -78% !important;
  }
  .top-xxl4-n79 {
    top: -79% !important;
  }
  .top-xxl4-n80 {
    top: -80% !important;
  }
  .top-xxl4-n81 {
    top: -81% !important;
  }
  .top-xxl4-n82 {
    top: -82% !important;
  }
  .top-xxl4-n83 {
    top: -83% !important;
  }
  .top-xxl4-n84 {
    top: -84% !important;
  }
  .top-xxl4-n85 {
    top: -85% !important;
  }
  .top-xxl4-n86 {
    top: -86% !important;
  }
  .top-xxl4-n87 {
    top: -87% !important;
  }
  .top-xxl4-n88 {
    top: -88% !important;
  }
  .top-xxl4-n89 {
    top: -89% !important;
  }
  .top-xxl4-n90 {
    top: -90% !important;
  }
  .top-xxl4-n91 {
    top: -91% !important;
  }
  .top-xxl4-n92 {
    top: -92% !important;
  }
  .top-xxl4-n93 {
    top: -93% !important;
  }
  .top-xxl4-n94 {
    top: -94% !important;
  }
  .top-xxl4-n95 {
    top: -95% !important;
  }
  .top-xxl4-n96 {
    top: -96% !important;
  }
  .top-xxl4-n97 {
    top: -97% !important;
  }
  .top-xxl4-n98 {
    top: -98% !important;
  }
  .top-xxl4-n99 {
    top: -99% !important;
  }
  .top-xxl4-n100 {
    top: -100% !important;
  }
  .top-xxl4-auto {
    top: auto !important;
  }
  .bottom-xxl4-0 {
    bottom: 0% !important;
  }
  .bottom-xxl4-1 {
    bottom: 1% !important;
  }
  .bottom-xxl4-2 {
    bottom: 2% !important;
  }
  .bottom-xxl4-3 {
    bottom: 3% !important;
  }
  .bottom-xxl4-4 {
    bottom: 4% !important;
  }
  .bottom-xxl4-5 {
    bottom: 5% !important;
  }
  .bottom-xxl4-6 {
    bottom: 6% !important;
  }
  .bottom-xxl4-7 {
    bottom: 7% !important;
  }
  .bottom-xxl4-8 {
    bottom: 8% !important;
  }
  .bottom-xxl4-9 {
    bottom: 9% !important;
  }
  .bottom-xxl4-10 {
    bottom: 10% !important;
  }
  .bottom-xxl4-11 {
    bottom: 11% !important;
  }
  .bottom-xxl4-12 {
    bottom: 12% !important;
  }
  .bottom-xxl4-13 {
    bottom: 13% !important;
  }
  .bottom-xxl4-14 {
    bottom: 14% !important;
  }
  .bottom-xxl4-15 {
    bottom: 15% !important;
  }
  .bottom-xxl4-16 {
    bottom: 16% !important;
  }
  .bottom-xxl4-17 {
    bottom: 17% !important;
  }
  .bottom-xxl4-18 {
    bottom: 18% !important;
  }
  .bottom-xxl4-19 {
    bottom: 19% !important;
  }
  .bottom-xxl4-20 {
    bottom: 20% !important;
  }
  .bottom-xxl4-21 {
    bottom: 21% !important;
  }
  .bottom-xxl4-22 {
    bottom: 22% !important;
  }
  .bottom-xxl4-23 {
    bottom: 23% !important;
  }
  .bottom-xxl4-24 {
    bottom: 24% !important;
  }
  .bottom-xxl4-25 {
    bottom: 25% !important;
  }
  .bottom-xxl4-26 {
    bottom: 26% !important;
  }
  .bottom-xxl4-27 {
    bottom: 27% !important;
  }
  .bottom-xxl4-28 {
    bottom: 28% !important;
  }
  .bottom-xxl4-29 {
    bottom: 29% !important;
  }
  .bottom-xxl4-30 {
    bottom: 30% !important;
  }
  .bottom-xxl4-31 {
    bottom: 31% !important;
  }
  .bottom-xxl4-32 {
    bottom: 32% !important;
  }
  .bottom-xxl4-33 {
    bottom: 33% !important;
  }
  .bottom-xxl4-34 {
    bottom: 34% !important;
  }
  .bottom-xxl4-35 {
    bottom: 35% !important;
  }
  .bottom-xxl4-36 {
    bottom: 36% !important;
  }
  .bottom-xxl4-37 {
    bottom: 37% !important;
  }
  .bottom-xxl4-38 {
    bottom: 38% !important;
  }
  .bottom-xxl4-39 {
    bottom: 39% !important;
  }
  .bottom-xxl4-40 {
    bottom: 40% !important;
  }
  .bottom-xxl4-41 {
    bottom: 41% !important;
  }
  .bottom-xxl4-42 {
    bottom: 42% !important;
  }
  .bottom-xxl4-43 {
    bottom: 43% !important;
  }
  .bottom-xxl4-44 {
    bottom: 44% !important;
  }
  .bottom-xxl4-45 {
    bottom: 45% !important;
  }
  .bottom-xxl4-46 {
    bottom: 46% !important;
  }
  .bottom-xxl4-47 {
    bottom: 47% !important;
  }
  .bottom-xxl4-48 {
    bottom: 48% !important;
  }
  .bottom-xxl4-49 {
    bottom: 49% !important;
  }
  .bottom-xxl4-50 {
    bottom: 50% !important;
  }
  .bottom-xxl4-51 {
    bottom: 51% !important;
  }
  .bottom-xxl4-52 {
    bottom: 52% !important;
  }
  .bottom-xxl4-53 {
    bottom: 53% !important;
  }
  .bottom-xxl4-54 {
    bottom: 54% !important;
  }
  .bottom-xxl4-55 {
    bottom: 55% !important;
  }
  .bottom-xxl4-56 {
    bottom: 56% !important;
  }
  .bottom-xxl4-57 {
    bottom: 57% !important;
  }
  .bottom-xxl4-58 {
    bottom: 58% !important;
  }
  .bottom-xxl4-59 {
    bottom: 59% !important;
  }
  .bottom-xxl4-60 {
    bottom: 60% !important;
  }
  .bottom-xxl4-61 {
    bottom: 61% !important;
  }
  .bottom-xxl4-62 {
    bottom: 62% !important;
  }
  .bottom-xxl4-63 {
    bottom: 63% !important;
  }
  .bottom-xxl4-64 {
    bottom: 64% !important;
  }
  .bottom-xxl4-65 {
    bottom: 65% !important;
  }
  .bottom-xxl4-66 {
    bottom: 66% !important;
  }
  .bottom-xxl4-67 {
    bottom: 67% !important;
  }
  .bottom-xxl4-68 {
    bottom: 68% !important;
  }
  .bottom-xxl4-69 {
    bottom: 69% !important;
  }
  .bottom-xxl4-70 {
    bottom: 70% !important;
  }
  .bottom-xxl4-71 {
    bottom: 71% !important;
  }
  .bottom-xxl4-72 {
    bottom: 72% !important;
  }
  .bottom-xxl4-73 {
    bottom: 73% !important;
  }
  .bottom-xxl4-74 {
    bottom: 74% !important;
  }
  .bottom-xxl4-75 {
    bottom: 75% !important;
  }
  .bottom-xxl4-76 {
    bottom: 76% !important;
  }
  .bottom-xxl4-77 {
    bottom: 77% !important;
  }
  .bottom-xxl4-78 {
    bottom: 78% !important;
  }
  .bottom-xxl4-79 {
    bottom: 79% !important;
  }
  .bottom-xxl4-80 {
    bottom: 80% !important;
  }
  .bottom-xxl4-81 {
    bottom: 81% !important;
  }
  .bottom-xxl4-82 {
    bottom: 82% !important;
  }
  .bottom-xxl4-83 {
    bottom: 83% !important;
  }
  .bottom-xxl4-84 {
    bottom: 84% !important;
  }
  .bottom-xxl4-85 {
    bottom: 85% !important;
  }
  .bottom-xxl4-86 {
    bottom: 86% !important;
  }
  .bottom-xxl4-87 {
    bottom: 87% !important;
  }
  .bottom-xxl4-88 {
    bottom: 88% !important;
  }
  .bottom-xxl4-89 {
    bottom: 89% !important;
  }
  .bottom-xxl4-90 {
    bottom: 90% !important;
  }
  .bottom-xxl4-91 {
    bottom: 91% !important;
  }
  .bottom-xxl4-92 {
    bottom: 92% !important;
  }
  .bottom-xxl4-93 {
    bottom: 93% !important;
  }
  .bottom-xxl4-94 {
    bottom: 94% !important;
  }
  .bottom-xxl4-95 {
    bottom: 95% !important;
  }
  .bottom-xxl4-96 {
    bottom: 96% !important;
  }
  .bottom-xxl4-97 {
    bottom: 97% !important;
  }
  .bottom-xxl4-98 {
    bottom: 98% !important;
  }
  .bottom-xxl4-99 {
    bottom: 99% !important;
  }
  .bottom-xxl4-100 {
    bottom: 100% !important;
  }
  .bottom-xxl4-n1 {
    bottom: -1% !important;
  }
  .bottom-xxl4-n2 {
    bottom: -2% !important;
  }
  .bottom-xxl4-n3 {
    bottom: -3% !important;
  }
  .bottom-xxl4-n4 {
    bottom: -4% !important;
  }
  .bottom-xxl4-n5 {
    bottom: -5% !important;
  }
  .bottom-xxl4-n6 {
    bottom: -6% !important;
  }
  .bottom-xxl4-n7 {
    bottom: -7% !important;
  }
  .bottom-xxl4-n8 {
    bottom: -8% !important;
  }
  .bottom-xxl4-n9 {
    bottom: -9% !important;
  }
  .bottom-xxl4-n10 {
    bottom: -10% !important;
  }
  .bottom-xxl4-n11 {
    bottom: -11% !important;
  }
  .bottom-xxl4-n12 {
    bottom: -12% !important;
  }
  .bottom-xxl4-n13 {
    bottom: -13% !important;
  }
  .bottom-xxl4-n14 {
    bottom: -14% !important;
  }
  .bottom-xxl4-n15 {
    bottom: -15% !important;
  }
  .bottom-xxl4-n16 {
    bottom: -16% !important;
  }
  .bottom-xxl4-n17 {
    bottom: -17% !important;
  }
  .bottom-xxl4-n18 {
    bottom: -18% !important;
  }
  .bottom-xxl4-n19 {
    bottom: -19% !important;
  }
  .bottom-xxl4-n20 {
    bottom: -20% !important;
  }
  .bottom-xxl4-n21 {
    bottom: -21% !important;
  }
  .bottom-xxl4-n22 {
    bottom: -22% !important;
  }
  .bottom-xxl4-n23 {
    bottom: -23% !important;
  }
  .bottom-xxl4-n24 {
    bottom: -24% !important;
  }
  .bottom-xxl4-n25 {
    bottom: -25% !important;
  }
  .bottom-xxl4-n26 {
    bottom: -26% !important;
  }
  .bottom-xxl4-n27 {
    bottom: -27% !important;
  }
  .bottom-xxl4-n28 {
    bottom: -28% !important;
  }
  .bottom-xxl4-n29 {
    bottom: -29% !important;
  }
  .bottom-xxl4-n30 {
    bottom: -30% !important;
  }
  .bottom-xxl4-n31 {
    bottom: -31% !important;
  }
  .bottom-xxl4-n32 {
    bottom: -32% !important;
  }
  .bottom-xxl4-n33 {
    bottom: -33% !important;
  }
  .bottom-xxl4-n34 {
    bottom: -34% !important;
  }
  .bottom-xxl4-n35 {
    bottom: -35% !important;
  }
  .bottom-xxl4-n36 {
    bottom: -36% !important;
  }
  .bottom-xxl4-n37 {
    bottom: -37% !important;
  }
  .bottom-xxl4-n38 {
    bottom: -38% !important;
  }
  .bottom-xxl4-n39 {
    bottom: -39% !important;
  }
  .bottom-xxl4-n40 {
    bottom: -40% !important;
  }
  .bottom-xxl4-n41 {
    bottom: -41% !important;
  }
  .bottom-xxl4-n42 {
    bottom: -42% !important;
  }
  .bottom-xxl4-n43 {
    bottom: -43% !important;
  }
  .bottom-xxl4-n44 {
    bottom: -44% !important;
  }
  .bottom-xxl4-n45 {
    bottom: -45% !important;
  }
  .bottom-xxl4-n46 {
    bottom: -46% !important;
  }
  .bottom-xxl4-n47 {
    bottom: -47% !important;
  }
  .bottom-xxl4-n48 {
    bottom: -48% !important;
  }
  .bottom-xxl4-n49 {
    bottom: -49% !important;
  }
  .bottom-xxl4-n50 {
    bottom: -50% !important;
  }
  .bottom-xxl4-n51 {
    bottom: -51% !important;
  }
  .bottom-xxl4-n52 {
    bottom: -52% !important;
  }
  .bottom-xxl4-n53 {
    bottom: -53% !important;
  }
  .bottom-xxl4-n54 {
    bottom: -54% !important;
  }
  .bottom-xxl4-n55 {
    bottom: -55% !important;
  }
  .bottom-xxl4-n56 {
    bottom: -56% !important;
  }
  .bottom-xxl4-n57 {
    bottom: -57% !important;
  }
  .bottom-xxl4-n58 {
    bottom: -58% !important;
  }
  .bottom-xxl4-n59 {
    bottom: -59% !important;
  }
  .bottom-xxl4-n60 {
    bottom: -60% !important;
  }
  .bottom-xxl4-n61 {
    bottom: -61% !important;
  }
  .bottom-xxl4-n62 {
    bottom: -62% !important;
  }
  .bottom-xxl4-n63 {
    bottom: -63% !important;
  }
  .bottom-xxl4-n64 {
    bottom: -64% !important;
  }
  .bottom-xxl4-n65 {
    bottom: -65% !important;
  }
  .bottom-xxl4-n66 {
    bottom: -66% !important;
  }
  .bottom-xxl4-n67 {
    bottom: -67% !important;
  }
  .bottom-xxl4-n68 {
    bottom: -68% !important;
  }
  .bottom-xxl4-n69 {
    bottom: -69% !important;
  }
  .bottom-xxl4-n70 {
    bottom: -70% !important;
  }
  .bottom-xxl4-n71 {
    bottom: -71% !important;
  }
  .bottom-xxl4-n72 {
    bottom: -72% !important;
  }
  .bottom-xxl4-n73 {
    bottom: -73% !important;
  }
  .bottom-xxl4-n74 {
    bottom: -74% !important;
  }
  .bottom-xxl4-n75 {
    bottom: -75% !important;
  }
  .bottom-xxl4-n76 {
    bottom: -76% !important;
  }
  .bottom-xxl4-n77 {
    bottom: -77% !important;
  }
  .bottom-xxl4-n78 {
    bottom: -78% !important;
  }
  .bottom-xxl4-n79 {
    bottom: -79% !important;
  }
  .bottom-xxl4-n80 {
    bottom: -80% !important;
  }
  .bottom-xxl4-n81 {
    bottom: -81% !important;
  }
  .bottom-xxl4-n82 {
    bottom: -82% !important;
  }
  .bottom-xxl4-n83 {
    bottom: -83% !important;
  }
  .bottom-xxl4-n84 {
    bottom: -84% !important;
  }
  .bottom-xxl4-n85 {
    bottom: -85% !important;
  }
  .bottom-xxl4-n86 {
    bottom: -86% !important;
  }
  .bottom-xxl4-n87 {
    bottom: -87% !important;
  }
  .bottom-xxl4-n88 {
    bottom: -88% !important;
  }
  .bottom-xxl4-n89 {
    bottom: -89% !important;
  }
  .bottom-xxl4-n90 {
    bottom: -90% !important;
  }
  .bottom-xxl4-n91 {
    bottom: -91% !important;
  }
  .bottom-xxl4-n92 {
    bottom: -92% !important;
  }
  .bottom-xxl4-n93 {
    bottom: -93% !important;
  }
  .bottom-xxl4-n94 {
    bottom: -94% !important;
  }
  .bottom-xxl4-n95 {
    bottom: -95% !important;
  }
  .bottom-xxl4-n96 {
    bottom: -96% !important;
  }
  .bottom-xxl4-n97 {
    bottom: -97% !important;
  }
  .bottom-xxl4-n98 {
    bottom: -98% !important;
  }
  .bottom-xxl4-n99 {
    bottom: -99% !important;
  }
  .bottom-xxl4-n100 {
    bottom: -100% !important;
  }
  .bottom-xxl4-auto {
    bottom: auto !important;
  }
  .start-xxl4-0 {
    left: 0% !important;
  }
  .start-xxl4-1 {
    left: 1% !important;
  }
  .start-xxl4-2 {
    left: 2% !important;
  }
  .start-xxl4-3 {
    left: 3% !important;
  }
  .start-xxl4-4 {
    left: 4% !important;
  }
  .start-xxl4-5 {
    left: 5% !important;
  }
  .start-xxl4-6 {
    left: 6% !important;
  }
  .start-xxl4-7 {
    left: 7% !important;
  }
  .start-xxl4-8 {
    left: 8% !important;
  }
  .start-xxl4-9 {
    left: 9% !important;
  }
  .start-xxl4-10 {
    left: 10% !important;
  }
  .start-xxl4-11 {
    left: 11% !important;
  }
  .start-xxl4-12 {
    left: 12% !important;
  }
  .start-xxl4-13 {
    left: 13% !important;
  }
  .start-xxl4-14 {
    left: 14% !important;
  }
  .start-xxl4-15 {
    left: 15% !important;
  }
  .start-xxl4-16 {
    left: 16% !important;
  }
  .start-xxl4-17 {
    left: 17% !important;
  }
  .start-xxl4-18 {
    left: 18% !important;
  }
  .start-xxl4-19 {
    left: 19% !important;
  }
  .start-xxl4-20 {
    left: 20% !important;
  }
  .start-xxl4-21 {
    left: 21% !important;
  }
  .start-xxl4-22 {
    left: 22% !important;
  }
  .start-xxl4-23 {
    left: 23% !important;
  }
  .start-xxl4-24 {
    left: 24% !important;
  }
  .start-xxl4-25 {
    left: 25% !important;
  }
  .start-xxl4-26 {
    left: 26% !important;
  }
  .start-xxl4-27 {
    left: 27% !important;
  }
  .start-xxl4-28 {
    left: 28% !important;
  }
  .start-xxl4-29 {
    left: 29% !important;
  }
  .start-xxl4-30 {
    left: 30% !important;
  }
  .start-xxl4-31 {
    left: 31% !important;
  }
  .start-xxl4-32 {
    left: 32% !important;
  }
  .start-xxl4-33 {
    left: 33% !important;
  }
  .start-xxl4-34 {
    left: 34% !important;
  }
  .start-xxl4-35 {
    left: 35% !important;
  }
  .start-xxl4-36 {
    left: 36% !important;
  }
  .start-xxl4-37 {
    left: 37% !important;
  }
  .start-xxl4-38 {
    left: 38% !important;
  }
  .start-xxl4-39 {
    left: 39% !important;
  }
  .start-xxl4-40 {
    left: 40% !important;
  }
  .start-xxl4-41 {
    left: 41% !important;
  }
  .start-xxl4-42 {
    left: 42% !important;
  }
  .start-xxl4-43 {
    left: 43% !important;
  }
  .start-xxl4-44 {
    left: 44% !important;
  }
  .start-xxl4-45 {
    left: 45% !important;
  }
  .start-xxl4-46 {
    left: 46% !important;
  }
  .start-xxl4-47 {
    left: 47% !important;
  }
  .start-xxl4-48 {
    left: 48% !important;
  }
  .start-xxl4-49 {
    left: 49% !important;
  }
  .start-xxl4-50 {
    left: 50% !important;
  }
  .start-xxl4-51 {
    left: 51% !important;
  }
  .start-xxl4-52 {
    left: 52% !important;
  }
  .start-xxl4-53 {
    left: 53% !important;
  }
  .start-xxl4-54 {
    left: 54% !important;
  }
  .start-xxl4-55 {
    left: 55% !important;
  }
  .start-xxl4-56 {
    left: 56% !important;
  }
  .start-xxl4-57 {
    left: 57% !important;
  }
  .start-xxl4-58 {
    left: 58% !important;
  }
  .start-xxl4-59 {
    left: 59% !important;
  }
  .start-xxl4-60 {
    left: 60% !important;
  }
  .start-xxl4-61 {
    left: 61% !important;
  }
  .start-xxl4-62 {
    left: 62% !important;
  }
  .start-xxl4-63 {
    left: 63% !important;
  }
  .start-xxl4-64 {
    left: 64% !important;
  }
  .start-xxl4-65 {
    left: 65% !important;
  }
  .start-xxl4-66 {
    left: 66% !important;
  }
  .start-xxl4-67 {
    left: 67% !important;
  }
  .start-xxl4-68 {
    left: 68% !important;
  }
  .start-xxl4-69 {
    left: 69% !important;
  }
  .start-xxl4-70 {
    left: 70% !important;
  }
  .start-xxl4-71 {
    left: 71% !important;
  }
  .start-xxl4-72 {
    left: 72% !important;
  }
  .start-xxl4-73 {
    left: 73% !important;
  }
  .start-xxl4-74 {
    left: 74% !important;
  }
  .start-xxl4-75 {
    left: 75% !important;
  }
  .start-xxl4-76 {
    left: 76% !important;
  }
  .start-xxl4-77 {
    left: 77% !important;
  }
  .start-xxl4-78 {
    left: 78% !important;
  }
  .start-xxl4-79 {
    left: 79% !important;
  }
  .start-xxl4-80 {
    left: 80% !important;
  }
  .start-xxl4-81 {
    left: 81% !important;
  }
  .start-xxl4-82 {
    left: 82% !important;
  }
  .start-xxl4-83 {
    left: 83% !important;
  }
  .start-xxl4-84 {
    left: 84% !important;
  }
  .start-xxl4-85 {
    left: 85% !important;
  }
  .start-xxl4-86 {
    left: 86% !important;
  }
  .start-xxl4-87 {
    left: 87% !important;
  }
  .start-xxl4-88 {
    left: 88% !important;
  }
  .start-xxl4-89 {
    left: 89% !important;
  }
  .start-xxl4-90 {
    left: 90% !important;
  }
  .start-xxl4-91 {
    left: 91% !important;
  }
  .start-xxl4-92 {
    left: 92% !important;
  }
  .start-xxl4-93 {
    left: 93% !important;
  }
  .start-xxl4-94 {
    left: 94% !important;
  }
  .start-xxl4-95 {
    left: 95% !important;
  }
  .start-xxl4-96 {
    left: 96% !important;
  }
  .start-xxl4-97 {
    left: 97% !important;
  }
  .start-xxl4-98 {
    left: 98% !important;
  }
  .start-xxl4-99 {
    left: 99% !important;
  }
  .start-xxl4-100 {
    left: 100% !important;
  }
  .start-xxl4-n1 {
    left: -1% !important;
  }
  .start-xxl4-n2 {
    left: -2% !important;
  }
  .start-xxl4-n3 {
    left: -3% !important;
  }
  .start-xxl4-n4 {
    left: -4% !important;
  }
  .start-xxl4-n5 {
    left: -5% !important;
  }
  .start-xxl4-n6 {
    left: -6% !important;
  }
  .start-xxl4-n7 {
    left: -7% !important;
  }
  .start-xxl4-n8 {
    left: -8% !important;
  }
  .start-xxl4-n9 {
    left: -9% !important;
  }
  .start-xxl4-n10 {
    left: -10% !important;
  }
  .start-xxl4-n11 {
    left: -11% !important;
  }
  .start-xxl4-n12 {
    left: -12% !important;
  }
  .start-xxl4-n13 {
    left: -13% !important;
  }
  .start-xxl4-n14 {
    left: -14% !important;
  }
  .start-xxl4-n15 {
    left: -15% !important;
  }
  .start-xxl4-n16 {
    left: -16% !important;
  }
  .start-xxl4-n17 {
    left: -17% !important;
  }
  .start-xxl4-n18 {
    left: -18% !important;
  }
  .start-xxl4-n19 {
    left: -19% !important;
  }
  .start-xxl4-n20 {
    left: -20% !important;
  }
  .start-xxl4-n21 {
    left: -21% !important;
  }
  .start-xxl4-n22 {
    left: -22% !important;
  }
  .start-xxl4-n23 {
    left: -23% !important;
  }
  .start-xxl4-n24 {
    left: -24% !important;
  }
  .start-xxl4-n25 {
    left: -25% !important;
  }
  .start-xxl4-n26 {
    left: -26% !important;
  }
  .start-xxl4-n27 {
    left: -27% !important;
  }
  .start-xxl4-n28 {
    left: -28% !important;
  }
  .start-xxl4-n29 {
    left: -29% !important;
  }
  .start-xxl4-n30 {
    left: -30% !important;
  }
  .start-xxl4-n31 {
    left: -31% !important;
  }
  .start-xxl4-n32 {
    left: -32% !important;
  }
  .start-xxl4-n33 {
    left: -33% !important;
  }
  .start-xxl4-n34 {
    left: -34% !important;
  }
  .start-xxl4-n35 {
    left: -35% !important;
  }
  .start-xxl4-n36 {
    left: -36% !important;
  }
  .start-xxl4-n37 {
    left: -37% !important;
  }
  .start-xxl4-n38 {
    left: -38% !important;
  }
  .start-xxl4-n39 {
    left: -39% !important;
  }
  .start-xxl4-n40 {
    left: -40% !important;
  }
  .start-xxl4-n41 {
    left: -41% !important;
  }
  .start-xxl4-n42 {
    left: -42% !important;
  }
  .start-xxl4-n43 {
    left: -43% !important;
  }
  .start-xxl4-n44 {
    left: -44% !important;
  }
  .start-xxl4-n45 {
    left: -45% !important;
  }
  .start-xxl4-n46 {
    left: -46% !important;
  }
  .start-xxl4-n47 {
    left: -47% !important;
  }
  .start-xxl4-n48 {
    left: -48% !important;
  }
  .start-xxl4-n49 {
    left: -49% !important;
  }
  .start-xxl4-n50 {
    left: -50% !important;
  }
  .start-xxl4-n51 {
    left: -51% !important;
  }
  .start-xxl4-n52 {
    left: -52% !important;
  }
  .start-xxl4-n53 {
    left: -53% !important;
  }
  .start-xxl4-n54 {
    left: -54% !important;
  }
  .start-xxl4-n55 {
    left: -55% !important;
  }
  .start-xxl4-n56 {
    left: -56% !important;
  }
  .start-xxl4-n57 {
    left: -57% !important;
  }
  .start-xxl4-n58 {
    left: -58% !important;
  }
  .start-xxl4-n59 {
    left: -59% !important;
  }
  .start-xxl4-n60 {
    left: -60% !important;
  }
  .start-xxl4-n61 {
    left: -61% !important;
  }
  .start-xxl4-n62 {
    left: -62% !important;
  }
  .start-xxl4-n63 {
    left: -63% !important;
  }
  .start-xxl4-n64 {
    left: -64% !important;
  }
  .start-xxl4-n65 {
    left: -65% !important;
  }
  .start-xxl4-n66 {
    left: -66% !important;
  }
  .start-xxl4-n67 {
    left: -67% !important;
  }
  .start-xxl4-n68 {
    left: -68% !important;
  }
  .start-xxl4-n69 {
    left: -69% !important;
  }
  .start-xxl4-n70 {
    left: -70% !important;
  }
  .start-xxl4-n71 {
    left: -71% !important;
  }
  .start-xxl4-n72 {
    left: -72% !important;
  }
  .start-xxl4-n73 {
    left: -73% !important;
  }
  .start-xxl4-n74 {
    left: -74% !important;
  }
  .start-xxl4-n75 {
    left: -75% !important;
  }
  .start-xxl4-n76 {
    left: -76% !important;
  }
  .start-xxl4-n77 {
    left: -77% !important;
  }
  .start-xxl4-n78 {
    left: -78% !important;
  }
  .start-xxl4-n79 {
    left: -79% !important;
  }
  .start-xxl4-n80 {
    left: -80% !important;
  }
  .start-xxl4-n81 {
    left: -81% !important;
  }
  .start-xxl4-n82 {
    left: -82% !important;
  }
  .start-xxl4-n83 {
    left: -83% !important;
  }
  .start-xxl4-n84 {
    left: -84% !important;
  }
  .start-xxl4-n85 {
    left: -85% !important;
  }
  .start-xxl4-n86 {
    left: -86% !important;
  }
  .start-xxl4-n87 {
    left: -87% !important;
  }
  .start-xxl4-n88 {
    left: -88% !important;
  }
  .start-xxl4-n89 {
    left: -89% !important;
  }
  .start-xxl4-n90 {
    left: -90% !important;
  }
  .start-xxl4-n91 {
    left: -91% !important;
  }
  .start-xxl4-n92 {
    left: -92% !important;
  }
  .start-xxl4-n93 {
    left: -93% !important;
  }
  .start-xxl4-n94 {
    left: -94% !important;
  }
  .start-xxl4-n95 {
    left: -95% !important;
  }
  .start-xxl4-n96 {
    left: -96% !important;
  }
  .start-xxl4-n97 {
    left: -97% !important;
  }
  .start-xxl4-n98 {
    left: -98% !important;
  }
  .start-xxl4-n99 {
    left: -99% !important;
  }
  .start-xxl4-n100 {
    left: -100% !important;
  }
  .start-xxl4-auto {
    left: auto !important;
  }
  .end-xxl4-0 {
    right: 0% !important;
  }
  .end-xxl4-1 {
    right: 1% !important;
  }
  .end-xxl4-2 {
    right: 2% !important;
  }
  .end-xxl4-3 {
    right: 3% !important;
  }
  .end-xxl4-4 {
    right: 4% !important;
  }
  .end-xxl4-5 {
    right: 5% !important;
  }
  .end-xxl4-6 {
    right: 6% !important;
  }
  .end-xxl4-7 {
    right: 7% !important;
  }
  .end-xxl4-8 {
    right: 8% !important;
  }
  .end-xxl4-9 {
    right: 9% !important;
  }
  .end-xxl4-10 {
    right: 10% !important;
  }
  .end-xxl4-11 {
    right: 11% !important;
  }
  .end-xxl4-12 {
    right: 12% !important;
  }
  .end-xxl4-13 {
    right: 13% !important;
  }
  .end-xxl4-14 {
    right: 14% !important;
  }
  .end-xxl4-15 {
    right: 15% !important;
  }
  .end-xxl4-16 {
    right: 16% !important;
  }
  .end-xxl4-17 {
    right: 17% !important;
  }
  .end-xxl4-18 {
    right: 18% !important;
  }
  .end-xxl4-19 {
    right: 19% !important;
  }
  .end-xxl4-20 {
    right: 20% !important;
  }
  .end-xxl4-21 {
    right: 21% !important;
  }
  .end-xxl4-22 {
    right: 22% !important;
  }
  .end-xxl4-23 {
    right: 23% !important;
  }
  .end-xxl4-24 {
    right: 24% !important;
  }
  .end-xxl4-25 {
    right: 25% !important;
  }
  .end-xxl4-26 {
    right: 26% !important;
  }
  .end-xxl4-27 {
    right: 27% !important;
  }
  .end-xxl4-28 {
    right: 28% !important;
  }
  .end-xxl4-29 {
    right: 29% !important;
  }
  .end-xxl4-30 {
    right: 30% !important;
  }
  .end-xxl4-31 {
    right: 31% !important;
  }
  .end-xxl4-32 {
    right: 32% !important;
  }
  .end-xxl4-33 {
    right: 33% !important;
  }
  .end-xxl4-34 {
    right: 34% !important;
  }
  .end-xxl4-35 {
    right: 35% !important;
  }
  .end-xxl4-36 {
    right: 36% !important;
  }
  .end-xxl4-37 {
    right: 37% !important;
  }
  .end-xxl4-38 {
    right: 38% !important;
  }
  .end-xxl4-39 {
    right: 39% !important;
  }
  .end-xxl4-40 {
    right: 40% !important;
  }
  .end-xxl4-41 {
    right: 41% !important;
  }
  .end-xxl4-42 {
    right: 42% !important;
  }
  .end-xxl4-43 {
    right: 43% !important;
  }
  .end-xxl4-44 {
    right: 44% !important;
  }
  .end-xxl4-45 {
    right: 45% !important;
  }
  .end-xxl4-46 {
    right: 46% !important;
  }
  .end-xxl4-47 {
    right: 47% !important;
  }
  .end-xxl4-48 {
    right: 48% !important;
  }
  .end-xxl4-49 {
    right: 49% !important;
  }
  .end-xxl4-50 {
    right: 50% !important;
  }
  .end-xxl4-51 {
    right: 51% !important;
  }
  .end-xxl4-52 {
    right: 52% !important;
  }
  .end-xxl4-53 {
    right: 53% !important;
  }
  .end-xxl4-54 {
    right: 54% !important;
  }
  .end-xxl4-55 {
    right: 55% !important;
  }
  .end-xxl4-56 {
    right: 56% !important;
  }
  .end-xxl4-57 {
    right: 57% !important;
  }
  .end-xxl4-58 {
    right: 58% !important;
  }
  .end-xxl4-59 {
    right: 59% !important;
  }
  .end-xxl4-60 {
    right: 60% !important;
  }
  .end-xxl4-61 {
    right: 61% !important;
  }
  .end-xxl4-62 {
    right: 62% !important;
  }
  .end-xxl4-63 {
    right: 63% !important;
  }
  .end-xxl4-64 {
    right: 64% !important;
  }
  .end-xxl4-65 {
    right: 65% !important;
  }
  .end-xxl4-66 {
    right: 66% !important;
  }
  .end-xxl4-67 {
    right: 67% !important;
  }
  .end-xxl4-68 {
    right: 68% !important;
  }
  .end-xxl4-69 {
    right: 69% !important;
  }
  .end-xxl4-70 {
    right: 70% !important;
  }
  .end-xxl4-71 {
    right: 71% !important;
  }
  .end-xxl4-72 {
    right: 72% !important;
  }
  .end-xxl4-73 {
    right: 73% !important;
  }
  .end-xxl4-74 {
    right: 74% !important;
  }
  .end-xxl4-75 {
    right: 75% !important;
  }
  .end-xxl4-76 {
    right: 76% !important;
  }
  .end-xxl4-77 {
    right: 77% !important;
  }
  .end-xxl4-78 {
    right: 78% !important;
  }
  .end-xxl4-79 {
    right: 79% !important;
  }
  .end-xxl4-80 {
    right: 80% !important;
  }
  .end-xxl4-81 {
    right: 81% !important;
  }
  .end-xxl4-82 {
    right: 82% !important;
  }
  .end-xxl4-83 {
    right: 83% !important;
  }
  .end-xxl4-84 {
    right: 84% !important;
  }
  .end-xxl4-85 {
    right: 85% !important;
  }
  .end-xxl4-86 {
    right: 86% !important;
  }
  .end-xxl4-87 {
    right: 87% !important;
  }
  .end-xxl4-88 {
    right: 88% !important;
  }
  .end-xxl4-89 {
    right: 89% !important;
  }
  .end-xxl4-90 {
    right: 90% !important;
  }
  .end-xxl4-91 {
    right: 91% !important;
  }
  .end-xxl4-92 {
    right: 92% !important;
  }
  .end-xxl4-93 {
    right: 93% !important;
  }
  .end-xxl4-94 {
    right: 94% !important;
  }
  .end-xxl4-95 {
    right: 95% !important;
  }
  .end-xxl4-96 {
    right: 96% !important;
  }
  .end-xxl4-97 {
    right: 97% !important;
  }
  .end-xxl4-98 {
    right: 98% !important;
  }
  .end-xxl4-99 {
    right: 99% !important;
  }
  .end-xxl4-100 {
    right: 100% !important;
  }
  .end-xxl4-n1 {
    right: -1% !important;
  }
  .end-xxl4-n2 {
    right: -2% !important;
  }
  .end-xxl4-n3 {
    right: -3% !important;
  }
  .end-xxl4-n4 {
    right: -4% !important;
  }
  .end-xxl4-n5 {
    right: -5% !important;
  }
  .end-xxl4-n6 {
    right: -6% !important;
  }
  .end-xxl4-n7 {
    right: -7% !important;
  }
  .end-xxl4-n8 {
    right: -8% !important;
  }
  .end-xxl4-n9 {
    right: -9% !important;
  }
  .end-xxl4-n10 {
    right: -10% !important;
  }
  .end-xxl4-n11 {
    right: -11% !important;
  }
  .end-xxl4-n12 {
    right: -12% !important;
  }
  .end-xxl4-n13 {
    right: -13% !important;
  }
  .end-xxl4-n14 {
    right: -14% !important;
  }
  .end-xxl4-n15 {
    right: -15% !important;
  }
  .end-xxl4-n16 {
    right: -16% !important;
  }
  .end-xxl4-n17 {
    right: -17% !important;
  }
  .end-xxl4-n18 {
    right: -18% !important;
  }
  .end-xxl4-n19 {
    right: -19% !important;
  }
  .end-xxl4-n20 {
    right: -20% !important;
  }
  .end-xxl4-n21 {
    right: -21% !important;
  }
  .end-xxl4-n22 {
    right: -22% !important;
  }
  .end-xxl4-n23 {
    right: -23% !important;
  }
  .end-xxl4-n24 {
    right: -24% !important;
  }
  .end-xxl4-n25 {
    right: -25% !important;
  }
  .end-xxl4-n26 {
    right: -26% !important;
  }
  .end-xxl4-n27 {
    right: -27% !important;
  }
  .end-xxl4-n28 {
    right: -28% !important;
  }
  .end-xxl4-n29 {
    right: -29% !important;
  }
  .end-xxl4-n30 {
    right: -30% !important;
  }
  .end-xxl4-n31 {
    right: -31% !important;
  }
  .end-xxl4-n32 {
    right: -32% !important;
  }
  .end-xxl4-n33 {
    right: -33% !important;
  }
  .end-xxl4-n34 {
    right: -34% !important;
  }
  .end-xxl4-n35 {
    right: -35% !important;
  }
  .end-xxl4-n36 {
    right: -36% !important;
  }
  .end-xxl4-n37 {
    right: -37% !important;
  }
  .end-xxl4-n38 {
    right: -38% !important;
  }
  .end-xxl4-n39 {
    right: -39% !important;
  }
  .end-xxl4-n40 {
    right: -40% !important;
  }
  .end-xxl4-n41 {
    right: -41% !important;
  }
  .end-xxl4-n42 {
    right: -42% !important;
  }
  .end-xxl4-n43 {
    right: -43% !important;
  }
  .end-xxl4-n44 {
    right: -44% !important;
  }
  .end-xxl4-n45 {
    right: -45% !important;
  }
  .end-xxl4-n46 {
    right: -46% !important;
  }
  .end-xxl4-n47 {
    right: -47% !important;
  }
  .end-xxl4-n48 {
    right: -48% !important;
  }
  .end-xxl4-n49 {
    right: -49% !important;
  }
  .end-xxl4-n50 {
    right: -50% !important;
  }
  .end-xxl4-n51 {
    right: -51% !important;
  }
  .end-xxl4-n52 {
    right: -52% !important;
  }
  .end-xxl4-n53 {
    right: -53% !important;
  }
  .end-xxl4-n54 {
    right: -54% !important;
  }
  .end-xxl4-n55 {
    right: -55% !important;
  }
  .end-xxl4-n56 {
    right: -56% !important;
  }
  .end-xxl4-n57 {
    right: -57% !important;
  }
  .end-xxl4-n58 {
    right: -58% !important;
  }
  .end-xxl4-n59 {
    right: -59% !important;
  }
  .end-xxl4-n60 {
    right: -60% !important;
  }
  .end-xxl4-n61 {
    right: -61% !important;
  }
  .end-xxl4-n62 {
    right: -62% !important;
  }
  .end-xxl4-n63 {
    right: -63% !important;
  }
  .end-xxl4-n64 {
    right: -64% !important;
  }
  .end-xxl4-n65 {
    right: -65% !important;
  }
  .end-xxl4-n66 {
    right: -66% !important;
  }
  .end-xxl4-n67 {
    right: -67% !important;
  }
  .end-xxl4-n68 {
    right: -68% !important;
  }
  .end-xxl4-n69 {
    right: -69% !important;
  }
  .end-xxl4-n70 {
    right: -70% !important;
  }
  .end-xxl4-n71 {
    right: -71% !important;
  }
  .end-xxl4-n72 {
    right: -72% !important;
  }
  .end-xxl4-n73 {
    right: -73% !important;
  }
  .end-xxl4-n74 {
    right: -74% !important;
  }
  .end-xxl4-n75 {
    right: -75% !important;
  }
  .end-xxl4-n76 {
    right: -76% !important;
  }
  .end-xxl4-n77 {
    right: -77% !important;
  }
  .end-xxl4-n78 {
    right: -78% !important;
  }
  .end-xxl4-n79 {
    right: -79% !important;
  }
  .end-xxl4-n80 {
    right: -80% !important;
  }
  .end-xxl4-n81 {
    right: -81% !important;
  }
  .end-xxl4-n82 {
    right: -82% !important;
  }
  .end-xxl4-n83 {
    right: -83% !important;
  }
  .end-xxl4-n84 {
    right: -84% !important;
  }
  .end-xxl4-n85 {
    right: -85% !important;
  }
  .end-xxl4-n86 {
    right: -86% !important;
  }
  .end-xxl4-n87 {
    right: -87% !important;
  }
  .end-xxl4-n88 {
    right: -88% !important;
  }
  .end-xxl4-n89 {
    right: -89% !important;
  }
  .end-xxl4-n90 {
    right: -90% !important;
  }
  .end-xxl4-n91 {
    right: -91% !important;
  }
  .end-xxl4-n92 {
    right: -92% !important;
  }
  .end-xxl4-n93 {
    right: -93% !important;
  }
  .end-xxl4-n94 {
    right: -94% !important;
  }
  .end-xxl4-n95 {
    right: -95% !important;
  }
  .end-xxl4-n96 {
    right: -96% !important;
  }
  .end-xxl4-n97 {
    right: -97% !important;
  }
  .end-xxl4-n98 {
    right: -98% !important;
  }
  .end-xxl4-n99 {
    right: -99% !important;
  }
  .end-xxl4-n100 {
    right: -100% !important;
  }
  .end-xxl4-auto {
    right: auto !important;
  }
  .translate-middle-xxl4 {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xxl4-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xxl4-y {
    transform: translateY(-50%) !important;
  }
  .translate-middle-xxl4-none {
    transform: translate(0, 0) !important;
  }
  .border-xxl4 {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl4-0 {
    border: 0 !important;
  }
  .border-top-xxl4 {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xxl4-0 {
    border-top: 0 !important;
  }
  .border-end-xxl4 {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xxl4-0 {
    border-right: 0 !important;
  }
  .border-bottom-xxl4 {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-xxl4-0 {
    border-bottom: 0 !important;
  }
  .border-start-xxl4 {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-xxl4-0 {
    border-left: 0 !important;
  }
  .border-xxl4-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl4-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl4-tertiary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl4-grey {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-grey-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl4-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl4-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl4-placeholder {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-placeholder-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl4-transparent {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-transparent-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl4-1 {
    border-width: 1px !important;
  }
  .border-xxl4-2 {
    border-width: 2px !important;
  }
  .border-xxl4-3 {
    border-width: 3px !important;
  }
  .border-xxl4-4 {
    border-width: 4px !important;
  }
  .border-xxl4-5 {
    border-width: 5px !important;
  }
  .w-xxl4-0 {
    width: 0% !important;
  }
  .w-xxl4-1 {
    width: 1% !important;
  }
  .w-xxl4-2 {
    width: 2% !important;
  }
  .w-xxl4-3 {
    width: 3% !important;
  }
  .w-xxl4-4 {
    width: 4% !important;
  }
  .w-xxl4-5 {
    width: 5% !important;
  }
  .w-xxl4-6 {
    width: 6% !important;
  }
  .w-xxl4-7 {
    width: 7% !important;
  }
  .w-xxl4-8 {
    width: 8% !important;
  }
  .w-xxl4-9 {
    width: 9% !important;
  }
  .w-xxl4-10 {
    width: 10% !important;
  }
  .w-xxl4-11 {
    width: 11% !important;
  }
  .w-xxl4-12 {
    width: 12% !important;
  }
  .w-xxl4-13 {
    width: 13% !important;
  }
  .w-xxl4-14 {
    width: 14% !important;
  }
  .w-xxl4-15 {
    width: 15% !important;
  }
  .w-xxl4-16 {
    width: 16% !important;
  }
  .w-xxl4-17 {
    width: 17% !important;
  }
  .w-xxl4-18 {
    width: 18% !important;
  }
  .w-xxl4-19 {
    width: 19% !important;
  }
  .w-xxl4-20 {
    width: 20% !important;
  }
  .w-xxl4-21 {
    width: 21% !important;
  }
  .w-xxl4-22 {
    width: 22% !important;
  }
  .w-xxl4-23 {
    width: 23% !important;
  }
  .w-xxl4-24 {
    width: 24% !important;
  }
  .w-xxl4-25 {
    width: 25% !important;
  }
  .w-xxl4-26 {
    width: 26% !important;
  }
  .w-xxl4-27 {
    width: 27% !important;
  }
  .w-xxl4-28 {
    width: 28% !important;
  }
  .w-xxl4-29 {
    width: 29% !important;
  }
  .w-xxl4-30 {
    width: 30% !important;
  }
  .w-xxl4-31 {
    width: 31% !important;
  }
  .w-xxl4-32 {
    width: 32% !important;
  }
  .w-xxl4-33 {
    width: 33% !important;
  }
  .w-xxl4-34 {
    width: 34% !important;
  }
  .w-xxl4-35 {
    width: 35% !important;
  }
  .w-xxl4-36 {
    width: 36% !important;
  }
  .w-xxl4-37 {
    width: 37% !important;
  }
  .w-xxl4-38 {
    width: 38% !important;
  }
  .w-xxl4-39 {
    width: 39% !important;
  }
  .w-xxl4-40 {
    width: 40% !important;
  }
  .w-xxl4-41 {
    width: 41% !important;
  }
  .w-xxl4-42 {
    width: 42% !important;
  }
  .w-xxl4-43 {
    width: 43% !important;
  }
  .w-xxl4-44 {
    width: 44% !important;
  }
  .w-xxl4-45 {
    width: 45% !important;
  }
  .w-xxl4-46 {
    width: 46% !important;
  }
  .w-xxl4-47 {
    width: 47% !important;
  }
  .w-xxl4-48 {
    width: 48% !important;
  }
  .w-xxl4-49 {
    width: 49% !important;
  }
  .w-xxl4-50 {
    width: 50% !important;
  }
  .w-xxl4-51 {
    width: 51% !important;
  }
  .w-xxl4-52 {
    width: 52% !important;
  }
  .w-xxl4-53 {
    width: 53% !important;
  }
  .w-xxl4-54 {
    width: 54% !important;
  }
  .w-xxl4-55 {
    width: 55% !important;
  }
  .w-xxl4-56 {
    width: 56% !important;
  }
  .w-xxl4-57 {
    width: 57% !important;
  }
  .w-xxl4-58 {
    width: 58% !important;
  }
  .w-xxl4-59 {
    width: 59% !important;
  }
  .w-xxl4-60 {
    width: 60% !important;
  }
  .w-xxl4-61 {
    width: 61% !important;
  }
  .w-xxl4-62 {
    width: 62% !important;
  }
  .w-xxl4-63 {
    width: 63% !important;
  }
  .w-xxl4-64 {
    width: 64% !important;
  }
  .w-xxl4-65 {
    width: 65% !important;
  }
  .w-xxl4-66 {
    width: 66% !important;
  }
  .w-xxl4-67 {
    width: 67% !important;
  }
  .w-xxl4-68 {
    width: 68% !important;
  }
  .w-xxl4-69 {
    width: 69% !important;
  }
  .w-xxl4-70 {
    width: 70% !important;
  }
  .w-xxl4-71 {
    width: 71% !important;
  }
  .w-xxl4-72 {
    width: 72% !important;
  }
  .w-xxl4-73 {
    width: 73% !important;
  }
  .w-xxl4-74 {
    width: 74% !important;
  }
  .w-xxl4-75 {
    width: 75% !important;
  }
  .w-xxl4-76 {
    width: 76% !important;
  }
  .w-xxl4-77 {
    width: 77% !important;
  }
  .w-xxl4-78 {
    width: 78% !important;
  }
  .w-xxl4-79 {
    width: 79% !important;
  }
  .w-xxl4-80 {
    width: 80% !important;
  }
  .w-xxl4-81 {
    width: 81% !important;
  }
  .w-xxl4-82 {
    width: 82% !important;
  }
  .w-xxl4-83 {
    width: 83% !important;
  }
  .w-xxl4-84 {
    width: 84% !important;
  }
  .w-xxl4-85 {
    width: 85% !important;
  }
  .w-xxl4-86 {
    width: 86% !important;
  }
  .w-xxl4-87 {
    width: 87% !important;
  }
  .w-xxl4-88 {
    width: 88% !important;
  }
  .w-xxl4-89 {
    width: 89% !important;
  }
  .w-xxl4-90 {
    width: 90% !important;
  }
  .w-xxl4-91 {
    width: 91% !important;
  }
  .w-xxl4-92 {
    width: 92% !important;
  }
  .w-xxl4-93 {
    width: 93% !important;
  }
  .w-xxl4-94 {
    width: 94% !important;
  }
  .w-xxl4-95 {
    width: 95% !important;
  }
  .w-xxl4-96 {
    width: 96% !important;
  }
  .w-xxl4-97 {
    width: 97% !important;
  }
  .w-xxl4-98 {
    width: 98% !important;
  }
  .w-xxl4-99 {
    width: 99% !important;
  }
  .w-xxl4-100 {
    width: 100% !important;
  }
  .w-xxl4-n1 {
    width: -1% !important;
  }
  .w-xxl4-n2 {
    width: -2% !important;
  }
  .w-xxl4-n3 {
    width: -3% !important;
  }
  .w-xxl4-n4 {
    width: -4% !important;
  }
  .w-xxl4-n5 {
    width: -5% !important;
  }
  .w-xxl4-n6 {
    width: -6% !important;
  }
  .w-xxl4-n7 {
    width: -7% !important;
  }
  .w-xxl4-n8 {
    width: -8% !important;
  }
  .w-xxl4-n9 {
    width: -9% !important;
  }
  .w-xxl4-n10 {
    width: -10% !important;
  }
  .w-xxl4-n11 {
    width: -11% !important;
  }
  .w-xxl4-n12 {
    width: -12% !important;
  }
  .w-xxl4-n13 {
    width: -13% !important;
  }
  .w-xxl4-n14 {
    width: -14% !important;
  }
  .w-xxl4-n15 {
    width: -15% !important;
  }
  .w-xxl4-n16 {
    width: -16% !important;
  }
  .w-xxl4-n17 {
    width: -17% !important;
  }
  .w-xxl4-n18 {
    width: -18% !important;
  }
  .w-xxl4-n19 {
    width: -19% !important;
  }
  .w-xxl4-n20 {
    width: -20% !important;
  }
  .w-xxl4-n21 {
    width: -21% !important;
  }
  .w-xxl4-n22 {
    width: -22% !important;
  }
  .w-xxl4-n23 {
    width: -23% !important;
  }
  .w-xxl4-n24 {
    width: -24% !important;
  }
  .w-xxl4-n25 {
    width: -25% !important;
  }
  .w-xxl4-n26 {
    width: -26% !important;
  }
  .w-xxl4-n27 {
    width: -27% !important;
  }
  .w-xxl4-n28 {
    width: -28% !important;
  }
  .w-xxl4-n29 {
    width: -29% !important;
  }
  .w-xxl4-n30 {
    width: -30% !important;
  }
  .w-xxl4-n31 {
    width: -31% !important;
  }
  .w-xxl4-n32 {
    width: -32% !important;
  }
  .w-xxl4-n33 {
    width: -33% !important;
  }
  .w-xxl4-n34 {
    width: -34% !important;
  }
  .w-xxl4-n35 {
    width: -35% !important;
  }
  .w-xxl4-n36 {
    width: -36% !important;
  }
  .w-xxl4-n37 {
    width: -37% !important;
  }
  .w-xxl4-n38 {
    width: -38% !important;
  }
  .w-xxl4-n39 {
    width: -39% !important;
  }
  .w-xxl4-n40 {
    width: -40% !important;
  }
  .w-xxl4-n41 {
    width: -41% !important;
  }
  .w-xxl4-n42 {
    width: -42% !important;
  }
  .w-xxl4-n43 {
    width: -43% !important;
  }
  .w-xxl4-n44 {
    width: -44% !important;
  }
  .w-xxl4-n45 {
    width: -45% !important;
  }
  .w-xxl4-n46 {
    width: -46% !important;
  }
  .w-xxl4-n47 {
    width: -47% !important;
  }
  .w-xxl4-n48 {
    width: -48% !important;
  }
  .w-xxl4-n49 {
    width: -49% !important;
  }
  .w-xxl4-n50 {
    width: -50% !important;
  }
  .w-xxl4-n51 {
    width: -51% !important;
  }
  .w-xxl4-n52 {
    width: -52% !important;
  }
  .w-xxl4-n53 {
    width: -53% !important;
  }
  .w-xxl4-n54 {
    width: -54% !important;
  }
  .w-xxl4-n55 {
    width: -55% !important;
  }
  .w-xxl4-n56 {
    width: -56% !important;
  }
  .w-xxl4-n57 {
    width: -57% !important;
  }
  .w-xxl4-n58 {
    width: -58% !important;
  }
  .w-xxl4-n59 {
    width: -59% !important;
  }
  .w-xxl4-n60 {
    width: -60% !important;
  }
  .w-xxl4-n61 {
    width: -61% !important;
  }
  .w-xxl4-n62 {
    width: -62% !important;
  }
  .w-xxl4-n63 {
    width: -63% !important;
  }
  .w-xxl4-n64 {
    width: -64% !important;
  }
  .w-xxl4-n65 {
    width: -65% !important;
  }
  .w-xxl4-n66 {
    width: -66% !important;
  }
  .w-xxl4-n67 {
    width: -67% !important;
  }
  .w-xxl4-n68 {
    width: -68% !important;
  }
  .w-xxl4-n69 {
    width: -69% !important;
  }
  .w-xxl4-n70 {
    width: -70% !important;
  }
  .w-xxl4-n71 {
    width: -71% !important;
  }
  .w-xxl4-n72 {
    width: -72% !important;
  }
  .w-xxl4-n73 {
    width: -73% !important;
  }
  .w-xxl4-n74 {
    width: -74% !important;
  }
  .w-xxl4-n75 {
    width: -75% !important;
  }
  .w-xxl4-n76 {
    width: -76% !important;
  }
  .w-xxl4-n77 {
    width: -77% !important;
  }
  .w-xxl4-n78 {
    width: -78% !important;
  }
  .w-xxl4-n79 {
    width: -79% !important;
  }
  .w-xxl4-n80 {
    width: -80% !important;
  }
  .w-xxl4-n81 {
    width: -81% !important;
  }
  .w-xxl4-n82 {
    width: -82% !important;
  }
  .w-xxl4-n83 {
    width: -83% !important;
  }
  .w-xxl4-n84 {
    width: -84% !important;
  }
  .w-xxl4-n85 {
    width: -85% !important;
  }
  .w-xxl4-n86 {
    width: -86% !important;
  }
  .w-xxl4-n87 {
    width: -87% !important;
  }
  .w-xxl4-n88 {
    width: -88% !important;
  }
  .w-xxl4-n89 {
    width: -89% !important;
  }
  .w-xxl4-n90 {
    width: -90% !important;
  }
  .w-xxl4-n91 {
    width: -91% !important;
  }
  .w-xxl4-n92 {
    width: -92% !important;
  }
  .w-xxl4-n93 {
    width: -93% !important;
  }
  .w-xxl4-n94 {
    width: -94% !important;
  }
  .w-xxl4-n95 {
    width: -95% !important;
  }
  .w-xxl4-n96 {
    width: -96% !important;
  }
  .w-xxl4-n97 {
    width: -97% !important;
  }
  .w-xxl4-n98 {
    width: -98% !important;
  }
  .w-xxl4-n99 {
    width: -99% !important;
  }
  .w-xxl4-n100 {
    width: -100% !important;
  }
  .w-xxl4-auto {
    width: auto !important;
  }
  .w-xxl4-fit-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .w-xxl4-max-content {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .w-xxl4-fill {
    width: -webkit-fill-available !important;
  }
  .h-xxl4-0 {
    height: 0% !important;
  }
  .h-xxl4-1 {
    height: 1% !important;
  }
  .h-xxl4-2 {
    height: 2% !important;
  }
  .h-xxl4-3 {
    height: 3% !important;
  }
  .h-xxl4-4 {
    height: 4% !important;
  }
  .h-xxl4-5 {
    height: 5% !important;
  }
  .h-xxl4-6 {
    height: 6% !important;
  }
  .h-xxl4-7 {
    height: 7% !important;
  }
  .h-xxl4-8 {
    height: 8% !important;
  }
  .h-xxl4-9 {
    height: 9% !important;
  }
  .h-xxl4-10 {
    height: 10% !important;
  }
  .h-xxl4-11 {
    height: 11% !important;
  }
  .h-xxl4-12 {
    height: 12% !important;
  }
  .h-xxl4-13 {
    height: 13% !important;
  }
  .h-xxl4-14 {
    height: 14% !important;
  }
  .h-xxl4-15 {
    height: 15% !important;
  }
  .h-xxl4-16 {
    height: 16% !important;
  }
  .h-xxl4-17 {
    height: 17% !important;
  }
  .h-xxl4-18 {
    height: 18% !important;
  }
  .h-xxl4-19 {
    height: 19% !important;
  }
  .h-xxl4-20 {
    height: 20% !important;
  }
  .h-xxl4-21 {
    height: 21% !important;
  }
  .h-xxl4-22 {
    height: 22% !important;
  }
  .h-xxl4-23 {
    height: 23% !important;
  }
  .h-xxl4-24 {
    height: 24% !important;
  }
  .h-xxl4-25 {
    height: 25% !important;
  }
  .h-xxl4-26 {
    height: 26% !important;
  }
  .h-xxl4-27 {
    height: 27% !important;
  }
  .h-xxl4-28 {
    height: 28% !important;
  }
  .h-xxl4-29 {
    height: 29% !important;
  }
  .h-xxl4-30 {
    height: 30% !important;
  }
  .h-xxl4-31 {
    height: 31% !important;
  }
  .h-xxl4-32 {
    height: 32% !important;
  }
  .h-xxl4-33 {
    height: 33% !important;
  }
  .h-xxl4-34 {
    height: 34% !important;
  }
  .h-xxl4-35 {
    height: 35% !important;
  }
  .h-xxl4-36 {
    height: 36% !important;
  }
  .h-xxl4-37 {
    height: 37% !important;
  }
  .h-xxl4-38 {
    height: 38% !important;
  }
  .h-xxl4-39 {
    height: 39% !important;
  }
  .h-xxl4-40 {
    height: 40% !important;
  }
  .h-xxl4-41 {
    height: 41% !important;
  }
  .h-xxl4-42 {
    height: 42% !important;
  }
  .h-xxl4-43 {
    height: 43% !important;
  }
  .h-xxl4-44 {
    height: 44% !important;
  }
  .h-xxl4-45 {
    height: 45% !important;
  }
  .h-xxl4-46 {
    height: 46% !important;
  }
  .h-xxl4-47 {
    height: 47% !important;
  }
  .h-xxl4-48 {
    height: 48% !important;
  }
  .h-xxl4-49 {
    height: 49% !important;
  }
  .h-xxl4-50 {
    height: 50% !important;
  }
  .h-xxl4-51 {
    height: 51% !important;
  }
  .h-xxl4-52 {
    height: 52% !important;
  }
  .h-xxl4-53 {
    height: 53% !important;
  }
  .h-xxl4-54 {
    height: 54% !important;
  }
  .h-xxl4-55 {
    height: 55% !important;
  }
  .h-xxl4-56 {
    height: 56% !important;
  }
  .h-xxl4-57 {
    height: 57% !important;
  }
  .h-xxl4-58 {
    height: 58% !important;
  }
  .h-xxl4-59 {
    height: 59% !important;
  }
  .h-xxl4-60 {
    height: 60% !important;
  }
  .h-xxl4-61 {
    height: 61% !important;
  }
  .h-xxl4-62 {
    height: 62% !important;
  }
  .h-xxl4-63 {
    height: 63% !important;
  }
  .h-xxl4-64 {
    height: 64% !important;
  }
  .h-xxl4-65 {
    height: 65% !important;
  }
  .h-xxl4-66 {
    height: 66% !important;
  }
  .h-xxl4-67 {
    height: 67% !important;
  }
  .h-xxl4-68 {
    height: 68% !important;
  }
  .h-xxl4-69 {
    height: 69% !important;
  }
  .h-xxl4-70 {
    height: 70% !important;
  }
  .h-xxl4-71 {
    height: 71% !important;
  }
  .h-xxl4-72 {
    height: 72% !important;
  }
  .h-xxl4-73 {
    height: 73% !important;
  }
  .h-xxl4-74 {
    height: 74% !important;
  }
  .h-xxl4-75 {
    height: 75% !important;
  }
  .h-xxl4-76 {
    height: 76% !important;
  }
  .h-xxl4-77 {
    height: 77% !important;
  }
  .h-xxl4-78 {
    height: 78% !important;
  }
  .h-xxl4-79 {
    height: 79% !important;
  }
  .h-xxl4-80 {
    height: 80% !important;
  }
  .h-xxl4-81 {
    height: 81% !important;
  }
  .h-xxl4-82 {
    height: 82% !important;
  }
  .h-xxl4-83 {
    height: 83% !important;
  }
  .h-xxl4-84 {
    height: 84% !important;
  }
  .h-xxl4-85 {
    height: 85% !important;
  }
  .h-xxl4-86 {
    height: 86% !important;
  }
  .h-xxl4-87 {
    height: 87% !important;
  }
  .h-xxl4-88 {
    height: 88% !important;
  }
  .h-xxl4-89 {
    height: 89% !important;
  }
  .h-xxl4-90 {
    height: 90% !important;
  }
  .h-xxl4-91 {
    height: 91% !important;
  }
  .h-xxl4-92 {
    height: 92% !important;
  }
  .h-xxl4-93 {
    height: 93% !important;
  }
  .h-xxl4-94 {
    height: 94% !important;
  }
  .h-xxl4-95 {
    height: 95% !important;
  }
  .h-xxl4-96 {
    height: 96% !important;
  }
  .h-xxl4-97 {
    height: 97% !important;
  }
  .h-xxl4-98 {
    height: 98% !important;
  }
  .h-xxl4-99 {
    height: 99% !important;
  }
  .h-xxl4-100 {
    height: 100% !important;
  }
  .h-xxl4-n1 {
    height: -1% !important;
  }
  .h-xxl4-n2 {
    height: -2% !important;
  }
  .h-xxl4-n3 {
    height: -3% !important;
  }
  .h-xxl4-n4 {
    height: -4% !important;
  }
  .h-xxl4-n5 {
    height: -5% !important;
  }
  .h-xxl4-n6 {
    height: -6% !important;
  }
  .h-xxl4-n7 {
    height: -7% !important;
  }
  .h-xxl4-n8 {
    height: -8% !important;
  }
  .h-xxl4-n9 {
    height: -9% !important;
  }
  .h-xxl4-n10 {
    height: -10% !important;
  }
  .h-xxl4-n11 {
    height: -11% !important;
  }
  .h-xxl4-n12 {
    height: -12% !important;
  }
  .h-xxl4-n13 {
    height: -13% !important;
  }
  .h-xxl4-n14 {
    height: -14% !important;
  }
  .h-xxl4-n15 {
    height: -15% !important;
  }
  .h-xxl4-n16 {
    height: -16% !important;
  }
  .h-xxl4-n17 {
    height: -17% !important;
  }
  .h-xxl4-n18 {
    height: -18% !important;
  }
  .h-xxl4-n19 {
    height: -19% !important;
  }
  .h-xxl4-n20 {
    height: -20% !important;
  }
  .h-xxl4-n21 {
    height: -21% !important;
  }
  .h-xxl4-n22 {
    height: -22% !important;
  }
  .h-xxl4-n23 {
    height: -23% !important;
  }
  .h-xxl4-n24 {
    height: -24% !important;
  }
  .h-xxl4-n25 {
    height: -25% !important;
  }
  .h-xxl4-n26 {
    height: -26% !important;
  }
  .h-xxl4-n27 {
    height: -27% !important;
  }
  .h-xxl4-n28 {
    height: -28% !important;
  }
  .h-xxl4-n29 {
    height: -29% !important;
  }
  .h-xxl4-n30 {
    height: -30% !important;
  }
  .h-xxl4-n31 {
    height: -31% !important;
  }
  .h-xxl4-n32 {
    height: -32% !important;
  }
  .h-xxl4-n33 {
    height: -33% !important;
  }
  .h-xxl4-n34 {
    height: -34% !important;
  }
  .h-xxl4-n35 {
    height: -35% !important;
  }
  .h-xxl4-n36 {
    height: -36% !important;
  }
  .h-xxl4-n37 {
    height: -37% !important;
  }
  .h-xxl4-n38 {
    height: -38% !important;
  }
  .h-xxl4-n39 {
    height: -39% !important;
  }
  .h-xxl4-n40 {
    height: -40% !important;
  }
  .h-xxl4-n41 {
    height: -41% !important;
  }
  .h-xxl4-n42 {
    height: -42% !important;
  }
  .h-xxl4-n43 {
    height: -43% !important;
  }
  .h-xxl4-n44 {
    height: -44% !important;
  }
  .h-xxl4-n45 {
    height: -45% !important;
  }
  .h-xxl4-n46 {
    height: -46% !important;
  }
  .h-xxl4-n47 {
    height: -47% !important;
  }
  .h-xxl4-n48 {
    height: -48% !important;
  }
  .h-xxl4-n49 {
    height: -49% !important;
  }
  .h-xxl4-n50 {
    height: -50% !important;
  }
  .h-xxl4-n51 {
    height: -51% !important;
  }
  .h-xxl4-n52 {
    height: -52% !important;
  }
  .h-xxl4-n53 {
    height: -53% !important;
  }
  .h-xxl4-n54 {
    height: -54% !important;
  }
  .h-xxl4-n55 {
    height: -55% !important;
  }
  .h-xxl4-n56 {
    height: -56% !important;
  }
  .h-xxl4-n57 {
    height: -57% !important;
  }
  .h-xxl4-n58 {
    height: -58% !important;
  }
  .h-xxl4-n59 {
    height: -59% !important;
  }
  .h-xxl4-n60 {
    height: -60% !important;
  }
  .h-xxl4-n61 {
    height: -61% !important;
  }
  .h-xxl4-n62 {
    height: -62% !important;
  }
  .h-xxl4-n63 {
    height: -63% !important;
  }
  .h-xxl4-n64 {
    height: -64% !important;
  }
  .h-xxl4-n65 {
    height: -65% !important;
  }
  .h-xxl4-n66 {
    height: -66% !important;
  }
  .h-xxl4-n67 {
    height: -67% !important;
  }
  .h-xxl4-n68 {
    height: -68% !important;
  }
  .h-xxl4-n69 {
    height: -69% !important;
  }
  .h-xxl4-n70 {
    height: -70% !important;
  }
  .h-xxl4-n71 {
    height: -71% !important;
  }
  .h-xxl4-n72 {
    height: -72% !important;
  }
  .h-xxl4-n73 {
    height: -73% !important;
  }
  .h-xxl4-n74 {
    height: -74% !important;
  }
  .h-xxl4-n75 {
    height: -75% !important;
  }
  .h-xxl4-n76 {
    height: -76% !important;
  }
  .h-xxl4-n77 {
    height: -77% !important;
  }
  .h-xxl4-n78 {
    height: -78% !important;
  }
  .h-xxl4-n79 {
    height: -79% !important;
  }
  .h-xxl4-n80 {
    height: -80% !important;
  }
  .h-xxl4-n81 {
    height: -81% !important;
  }
  .h-xxl4-n82 {
    height: -82% !important;
  }
  .h-xxl4-n83 {
    height: -83% !important;
  }
  .h-xxl4-n84 {
    height: -84% !important;
  }
  .h-xxl4-n85 {
    height: -85% !important;
  }
  .h-xxl4-n86 {
    height: -86% !important;
  }
  .h-xxl4-n87 {
    height: -87% !important;
  }
  .h-xxl4-n88 {
    height: -88% !important;
  }
  .h-xxl4-n89 {
    height: -89% !important;
  }
  .h-xxl4-n90 {
    height: -90% !important;
  }
  .h-xxl4-n91 {
    height: -91% !important;
  }
  .h-xxl4-n92 {
    height: -92% !important;
  }
  .h-xxl4-n93 {
    height: -93% !important;
  }
  .h-xxl4-n94 {
    height: -94% !important;
  }
  .h-xxl4-n95 {
    height: -95% !important;
  }
  .h-xxl4-n96 {
    height: -96% !important;
  }
  .h-xxl4-n97 {
    height: -97% !important;
  }
  .h-xxl4-n98 {
    height: -98% !important;
  }
  .h-xxl4-n99 {
    height: -99% !important;
  }
  .h-xxl4-n100 {
    height: -100% !important;
  }
  .h-xxl4-auto {
    height: auto !important;
  }
  .h-xxl4-fit-content {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .h-xxl4-max-content {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .h-xxl4-fill {
    height: -webkit-fill-available !important;
  }
  .flex-xxl4-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl4-row {
    flex-direction: row !important;
  }
  .flex-xxl4-column {
    flex-direction: column !important;
  }
  .flex-xxl4-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl4-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl4-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl4-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl4-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl4-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl4-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl4-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl4-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl4-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl4-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl4-center {
    justify-content: center !important;
  }
  .justify-content-xxl4-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl4-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl4-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl4-start {
    align-items: flex-start !important;
  }
  .align-items-xxl4-end {
    align-items: flex-end !important;
  }
  .align-items-xxl4-center {
    align-items: center !important;
  }
  .align-items-xxl4-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl4-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl4-start {
    align-content: flex-start !important;
  }
  .align-content-xxl4-end {
    align-content: flex-end !important;
  }
  .align-content-xxl4-center {
    align-content: center !important;
  }
  .align-content-xxl4-between {
    align-content: space-between !important;
  }
  .align-content-xxl4-around {
    align-content: space-around !important;
  }
  .align-content-xxl4-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl4-auto {
    align-self: auto !important;
  }
  .align-self-xxl4-start {
    align-self: flex-start !important;
  }
  .align-self-xxl4-end {
    align-self: flex-end !important;
  }
  .align-self-xxl4-center {
    align-self: center !important;
  }
  .align-self-xxl4-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl4-stretch {
    align-self: stretch !important;
  }
  .order-xxl4-first {
    order: -1 !important;
  }
  .order-xxl4-0 {
    order: 0 !important;
  }
  .order-xxl4-1 {
    order: 1 !important;
  }
  .order-xxl4-2 {
    order: 2 !important;
  }
  .order-xxl4-3 {
    order: 3 !important;
  }
  .order-xxl4-4 {
    order: 4 !important;
  }
  .order-xxl4-5 {
    order: 5 !important;
  }
  .order-xxl4-last {
    order: 6 !important;
  }
  .m-xxl4-0 {
    margin: 0 !important;
  }
  .m-xxl4-1 {
    margin: 0.25rem !important;
  }
  .m-xxl4-2 {
    margin: 0.5rem !important;
  }
  .m-xxl4-3 {
    margin: 1rem !important;
  }
  .m-xxl4-4 {
    margin: 1.5rem !important;
  }
  .m-xxl4-5 {
    margin: 3rem !important;
  }
  .m-xxl4-6 {
    margin: 6rem !important;
  }
  .m-xxl4-auto {
    margin: auto !important;
  }
  .mx-xxl4-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl4-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl4-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl4-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl4-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl4-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl4-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl4-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl4-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl4-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl4-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl4-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl4-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl4-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl4-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl4-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl4-0 {
    margin-top: 0 !important;
  }
  .mt-xxl4-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl4-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl4-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl4-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl4-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl4-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl4-auto {
    margin-top: auto !important;
  }
  .me-xxl4-0 {
    margin-right: 0 !important;
  }
  .me-xxl4-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl4-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl4-3 {
    margin-right: 1rem !important;
  }
  .me-xxl4-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl4-5 {
    margin-right: 3rem !important;
  }
  .me-xxl4-6 {
    margin-right: 6rem !important;
  }
  .me-xxl4-auto {
    margin-right: auto !important;
  }
  .mb-xxl4-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl4-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl4-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl4-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl4-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl4-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl4-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl4-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl4-0 {
    margin-left: 0 !important;
  }
  .ms-xxl4-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl4-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl4-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl4-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl4-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl4-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl4-auto {
    margin-left: auto !important;
  }
  .m-xxl4-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl4-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl4-n3 {
    margin: -1rem !important;
  }
  .m-xxl4-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl4-n5 {
    margin: -3rem !important;
  }
  .m-xxl4-n6 {
    margin: -6rem !important;
  }
  .mx-xxl4-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl4-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl4-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl4-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl4-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl4-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .my-xxl4-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl4-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl4-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl4-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl4-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl4-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .mt-xxl4-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl4-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl4-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl4-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl4-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl4-n6 {
    margin-top: -6rem !important;
  }
  .me-xxl4-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl4-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl4-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl4-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl4-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl4-n6 {
    margin-right: -6rem !important;
  }
  .mb-xxl4-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl4-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl4-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl4-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl4-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl4-n6 {
    margin-bottom: -6rem !important;
  }
  .ms-xxl4-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl4-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl4-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl4-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl4-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl4-n6 {
    margin-left: -6rem !important;
  }
  .p-xxl4-0 {
    padding: 0 !important;
  }
  .p-xxl4-1 {
    padding: 0.25rem !important;
  }
  .p-xxl4-2 {
    padding: 0.5rem !important;
  }
  .p-xxl4-3 {
    padding: 1rem !important;
  }
  .p-xxl4-4 {
    padding: 1.5rem !important;
  }
  .p-xxl4-5 {
    padding: 3rem !important;
  }
  .p-xxl4-6 {
    padding: 6rem !important;
  }
  .px-xxl4-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl4-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl4-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl4-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl4-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl4-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl4-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xxl4-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl4-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl4-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl4-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl4-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl4-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl4-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xxl4-0 {
    padding-top: 0 !important;
  }
  .pt-xxl4-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl4-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl4-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl4-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl4-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl4-6 {
    padding-top: 6rem !important;
  }
  .pe-xxl4-0 {
    padding-right: 0 !important;
  }
  .pe-xxl4-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl4-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl4-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl4-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl4-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl4-6 {
    padding-right: 6rem !important;
  }
  .pb-xxl4-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl4-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl4-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl4-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl4-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl4-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl4-6 {
    padding-bottom: 6rem !important;
  }
  .ps-xxl4-0 {
    padding-left: 0 !important;
  }
  .ps-xxl4-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl4-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl4-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl4-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl4-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl4-6 {
    padding-left: 6rem !important;
  }
  .gap-xxl4-0 {
    gap: 0 !important;
  }
  .gap-xxl4-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl4-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl4-3 {
    gap: 1rem !important;
  }
  .gap-xxl4-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl4-5 {
    gap: 3rem !important;
  }
  .gap-xxl4-6 {
    gap: 6rem !important;
  }
  .row-gap-xxl4-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl4-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl4-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl4-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl4-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl4-5 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl4-6 {
    row-gap: 6rem !important;
  }
  .column-gap-xxl4-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl4-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl4-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl4-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl4-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl4-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xxl4-6 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .fs-xxl4-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-xxl4-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-xxl4-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-xxl4-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xxl4-5 {
    font-size: 1.25rem !important;
  }
  .fs-xxl4-6 {
    font-size: 1rem !important;
  }
  .lh-xxl4-0 {
    line-height: 0 !important;
  }
  .lh-xxl4-xxs {
    line-height: 0.5 !important;
  }
  .lh-xxl4-xs {
    line-height: 0.75 !important;
  }
  .lh-xxl4-1 {
    line-height: 1 !important;
  }
  .lh-xxl4-sm {
    line-height: 1.25 !important;
  }
  .lh-xxl4-base {
    line-height: 1.5 !important;
  }
  .lh-xxl4-lg {
    line-height: 2 !important;
  }
  .lh-xxl4-xl {
    line-height: 2.25 !important;
  }
  .text-xxl4-start {
    text-align: left !important;
  }
  .text-xxl4-end {
    text-align: right !important;
  }
  .text-xxl4-center {
    text-align: center !important;
  }
  .text-decoration-xxl4-none {
    text-decoration: none !important;
  }
  .text-decoration-xxl4-none-hover:hover {
    text-decoration: none !important;
  }
  .text-decoration-xxl4-underline {
    text-decoration: underline !important;
  }
  .text-decoration-xxl4-underline-hover:hover {
    text-decoration: underline !important;
  }
  .text-decoration-xxl4-line-through {
    text-decoration: line-through !important;
  }
  .text-decoration-xxl4-line-through-hover:hover {
    text-decoration: line-through !important;
  }
  .text-xxl4-primary {
    color: #ffd317 !important;
  }
  .text-xxl4-primary-hover:hover {
    color: #ffd317 !important;
  }
  .text-xxl4-secondary {
    color: #010202 !important;
  }
  .text-xxl4-secondary-hover:hover {
    color: #010202 !important;
  }
  .text-xxl4-tertiary {
    color: #323031 !important;
  }
  .text-xxl4-tertiary-hover:hover {
    color: #323031 !important;
  }
  .text-xxl4-grey {
    color: #9d9d9d !important;
  }
  .text-xxl4-grey-hover:hover {
    color: #9d9d9d !important;
  }
  .text-xxl4-white {
    color: #fff !important;
  }
  .text-xxl4-white-hover:hover {
    color: #fff !important;
  }
  .text-xxl4-black {
    color: #010202 !important;
  }
  .text-xxl4-black-hover:hover {
    color: #010202 !important;
  }
  .text-xxl4-placeholder {
    color: magenta !important;
  }
  .text-xxl4-placeholder-hover:hover {
    color: magenta !important;
  }
  .text-xxl4-transparent {
    color: transparent !important;
  }
  .text-xxl4-transparent-hover:hover {
    color: transparent !important;
  }
  .bg-xxl4-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-primary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-secondary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-tertiary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-grey-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-white-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-black-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-placeholder {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-placeholder-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-placeholder-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-xxl4-transparent-hover:hover {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-xxl4-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-body-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-primary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-primary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-secondary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-secondary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-tertiary-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-tertiary-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-grey-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl4-grey-bg-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-opacity-xxl4-0 {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-xxl4-0-hover:hover {
    --bs-bg-opacity: 0;
  }
  .bg-opacity-xxl4-5 {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-xxl4-5-hover:hover {
    --bs-bg-opacity: 0.05;
  }
  .bg-opacity-xxl4-10 {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-xxl4-10-hover:hover {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-xxl4-15 {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-xxl4-15-hover:hover {
    --bs-bg-opacity: 0.15;
  }
  .bg-opacity-xxl4-20 {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-xxl4-20-hover:hover {
    --bs-bg-opacity: 0.2;
  }
  .bg-opacity-xxl4-25 {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-xxl4-25-hover:hover {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-xxl4-30 {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-xxl4-30-hover:hover {
    --bs-bg-opacity: 0.3;
  }
  .bg-opacity-xxl4-35 {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-xxl4-35-hover:hover {
    --bs-bg-opacity: 0.35;
  }
  .bg-opacity-xxl4-40 {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-xxl4-40-hover:hover {
    --bs-bg-opacity: 0.4;
  }
  .bg-opacity-xxl4-45 {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-xxl4-45-hover:hover {
    --bs-bg-opacity: 0.45;
  }
  .bg-opacity-xxl4-50 {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-xxl4-50-hover:hover {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-xxl4-55 {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-xxl4-55-hover:hover {
    --bs-bg-opacity: 0.55;
  }
  .bg-opacity-xxl4-60 {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-xxl4-60-hover:hover {
    --bs-bg-opacity: 0.6;
  }
  .bg-opacity-xxl4-65 {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-xxl4-65-hover:hover {
    --bs-bg-opacity: 0.65;
  }
  .bg-opacity-xxl4-70 {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-xxl4-70-hover:hover {
    --bs-bg-opacity: 0.7;
  }
  .bg-opacity-xxl4-75 {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-xxl4-75-hover:hover {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-xxl4-80 {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-xxl4-80-hover:hover {
    --bs-bg-opacity: 0.8;
  }
  .bg-opacity-xxl4-85 {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-xxl4-85-hover:hover {
    --bs-bg-opacity: 0.85;
  }
  .bg-opacity-xxl4-90 {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-xxl4-90-hover:hover {
    --bs-bg-opacity: 0.9;
  }
  .bg-opacity-xxl4-95 {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-xxl4-95-hover:hover {
    --bs-bg-opacity: 0.95;
  }
  .bg-opacity-xxl4-100 {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-xxl4-100-hover:hover {
    --bs-bg-opacity: 1;
  }
  .bg-opacity-xxl4-105 {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-xxl4-105-hover:hover {
    --bs-bg-opacity: 1.05;
  }
  .bg-opacity-xxl4-110 {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-xxl4-110-hover:hover {
    --bs-bg-opacity: 1.1;
  }
  .bg-opacity-xxl4-115 {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-xxl4-115-hover:hover {
    --bs-bg-opacity: 1.15;
  }
  .bg-opacity-xxl4-120 {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-xxl4-120-hover:hover {
    --bs-bg-opacity: 1.2;
  }
  .bg-opacity-xxl4-125 {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-xxl4-125-hover:hover {
    --bs-bg-opacity: 1.25;
  }
  .bg-opacity-xxl4-130 {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-xxl4-130-hover:hover {
    --bs-bg-opacity: 1.3;
  }
  .bg-opacity-xxl4-135 {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-xxl4-135-hover:hover {
    --bs-bg-opacity: 1.35;
  }
  .bg-opacity-xxl4-140 {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-xxl4-140-hover:hover {
    --bs-bg-opacity: 1.4;
  }
  .bg-opacity-xxl4-145 {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-xxl4-145-hover:hover {
    --bs-bg-opacity: 1.45;
  }
  .bg-opacity-xxl4-150 {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-xxl4-150-hover:hover {
    --bs-bg-opacity: 1.5;
  }
  .bg-opacity-xxl4-155 {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-xxl4-155-hover:hover {
    --bs-bg-opacity: 1.55;
  }
  .bg-opacity-xxl4-160 {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-xxl4-160-hover:hover {
    --bs-bg-opacity: 1.6;
  }
  .bg-opacity-xxl4-165 {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-xxl4-165-hover:hover {
    --bs-bg-opacity: 1.65;
  }
  .bg-opacity-xxl4-170 {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-xxl4-170-hover:hover {
    --bs-bg-opacity: 1.7;
  }
  .bg-opacity-xxl4-175 {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-xxl4-175-hover:hover {
    --bs-bg-opacity: 1.75;
  }
  .bg-opacity-xxl4-180 {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-xxl4-180-hover:hover {
    --bs-bg-opacity: 1.8;
  }
  .bg-opacity-xxl4-185 {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-xxl4-185-hover:hover {
    --bs-bg-opacity: 1.85;
  }
  .bg-opacity-xxl4-190 {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-xxl4-190-hover:hover {
    --bs-bg-opacity: 1.9;
  }
  .bg-opacity-xxl4-195 {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-xxl4-195-hover:hover {
    --bs-bg-opacity: 1.95;
  }
  .bg-opacity-xxl4-200 {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-xxl4-200-hover:hover {
    --bs-bg-opacity: 2;
  }
  .bg-opacity-xxl4-205 {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-xxl4-205-hover:hover {
    --bs-bg-opacity: 2.05;
  }
  .bg-opacity-xxl4-210 {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-xxl4-210-hover:hover {
    --bs-bg-opacity: 2.1;
  }
  .bg-opacity-xxl4-215 {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-xxl4-215-hover:hover {
    --bs-bg-opacity: 2.15;
  }
  .bg-opacity-xxl4-220 {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-xxl4-220-hover:hover {
    --bs-bg-opacity: 2.2;
  }
  .bg-opacity-xxl4-225 {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-xxl4-225-hover:hover {
    --bs-bg-opacity: 2.25;
  }
  .bg-opacity-xxl4-230 {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-xxl4-230-hover:hover {
    --bs-bg-opacity: 2.3;
  }
  .bg-opacity-xxl4-235 {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-xxl4-235-hover:hover {
    --bs-bg-opacity: 2.35;
  }
  .bg-opacity-xxl4-240 {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-xxl4-240-hover:hover {
    --bs-bg-opacity: 2.4;
  }
  .bg-opacity-xxl4-245 {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-xxl4-245-hover:hover {
    --bs-bg-opacity: 2.45;
  }
  .bg-opacity-xxl4-250 {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-xxl4-250-hover:hover {
    --bs-bg-opacity: 2.5;
  }
  .bg-opacity-xxl4-255 {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-xxl4-255-hover:hover {
    --bs-bg-opacity: 2.55;
  }
  .bg-opacity-xxl4-260 {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-xxl4-260-hover:hover {
    --bs-bg-opacity: 2.6;
  }
  .bg-opacity-xxl4-265 {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-xxl4-265-hover:hover {
    --bs-bg-opacity: 2.65;
  }
  .bg-opacity-xxl4-270 {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-xxl4-270-hover:hover {
    --bs-bg-opacity: 2.7;
  }
  .bg-opacity-xxl4-275 {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-xxl4-275-hover:hover {
    --bs-bg-opacity: 2.75;
  }
  .bg-opacity-xxl4-280 {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-xxl4-280-hover:hover {
    --bs-bg-opacity: 2.8;
  }
  .bg-opacity-xxl4-285 {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-xxl4-285-hover:hover {
    --bs-bg-opacity: 2.85;
  }
  .bg-opacity-xxl4-290 {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-xxl4-290-hover:hover {
    --bs-bg-opacity: 2.9;
  }
  .bg-opacity-xxl4-295 {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-xxl4-295-hover:hover {
    --bs-bg-opacity: 2.95;
  }
  .bg-opacity-xxl4-300 {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-xxl4-300-hover:hover {
    --bs-bg-opacity: 3;
  }
  .bg-opacity-xxl4-305 {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-xxl4-305-hover:hover {
    --bs-bg-opacity: 3.05;
  }
  .bg-opacity-xxl4-310 {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-xxl4-310-hover:hover {
    --bs-bg-opacity: 3.1;
  }
  .bg-opacity-xxl4-315 {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-xxl4-315-hover:hover {
    --bs-bg-opacity: 3.15;
  }
  .bg-opacity-xxl4-320 {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-xxl4-320-hover:hover {
    --bs-bg-opacity: 3.2;
  }
  .bg-opacity-xxl4-325 {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-xxl4-325-hover:hover {
    --bs-bg-opacity: 3.25;
  }
  .bg-opacity-xxl4-330 {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-xxl4-330-hover:hover {
    --bs-bg-opacity: 3.3;
  }
  .bg-opacity-xxl4-335 {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-xxl4-335-hover:hover {
    --bs-bg-opacity: 3.35;
  }
  .bg-opacity-xxl4-340 {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-xxl4-340-hover:hover {
    --bs-bg-opacity: 3.4;
  }
  .bg-opacity-xxl4-345 {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-xxl4-345-hover:hover {
    --bs-bg-opacity: 3.45;
  }
  .bg-opacity-xxl4-350 {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-xxl4-350-hover:hover {
    --bs-bg-opacity: 3.5;
  }
  .bg-opacity-xxl4-355 {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-xxl4-355-hover:hover {
    --bs-bg-opacity: 3.55;
  }
  .bg-opacity-xxl4-360 {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-xxl4-360-hover:hover {
    --bs-bg-opacity: 3.6;
  }
  .bg-opacity-xxl4-365 {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-xxl4-365-hover:hover {
    --bs-bg-opacity: 3.65;
  }
  .bg-opacity-xxl4-370 {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-xxl4-370-hover:hover {
    --bs-bg-opacity: 3.7;
  }
  .bg-opacity-xxl4-375 {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-xxl4-375-hover:hover {
    --bs-bg-opacity: 3.75;
  }
  .bg-opacity-xxl4-380 {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-xxl4-380-hover:hover {
    --bs-bg-opacity: 3.8;
  }
  .bg-opacity-xxl4-385 {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-xxl4-385-hover:hover {
    --bs-bg-opacity: 3.85;
  }
  .bg-opacity-xxl4-390 {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-xxl4-390-hover:hover {
    --bs-bg-opacity: 3.9;
  }
  .bg-opacity-xxl4-395 {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-xxl4-395-hover:hover {
    --bs-bg-opacity: 3.95;
  }
  .bg-opacity-xxl4-400 {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-xxl4-400-hover:hover {
    --bs-bg-opacity: 4;
  }
  .bg-opacity-xxl4-405 {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-xxl4-405-hover:hover {
    --bs-bg-opacity: 4.05;
  }
  .bg-opacity-xxl4-410 {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-xxl4-410-hover:hover {
    --bs-bg-opacity: 4.1;
  }
  .bg-opacity-xxl4-415 {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-xxl4-415-hover:hover {
    --bs-bg-opacity: 4.15;
  }
  .bg-opacity-xxl4-420 {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-xxl4-420-hover:hover {
    --bs-bg-opacity: 4.2;
  }
  .bg-opacity-xxl4-425 {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-xxl4-425-hover:hover {
    --bs-bg-opacity: 4.25;
  }
  .bg-opacity-xxl4-430 {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-xxl4-430-hover:hover {
    --bs-bg-opacity: 4.3;
  }
  .bg-opacity-xxl4-435 {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-xxl4-435-hover:hover {
    --bs-bg-opacity: 4.35;
  }
  .bg-opacity-xxl4-440 {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-xxl4-440-hover:hover {
    --bs-bg-opacity: 4.4;
  }
  .bg-opacity-xxl4-445 {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-xxl4-445-hover:hover {
    --bs-bg-opacity: 4.45;
  }
  .bg-opacity-xxl4-450 {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-xxl4-450-hover:hover {
    --bs-bg-opacity: 4.5;
  }
  .bg-opacity-xxl4-455 {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-xxl4-455-hover:hover {
    --bs-bg-opacity: 4.55;
  }
  .bg-opacity-xxl4-460 {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-xxl4-460-hover:hover {
    --bs-bg-opacity: 4.6;
  }
  .bg-opacity-xxl4-465 {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-xxl4-465-hover:hover {
    --bs-bg-opacity: 4.65;
  }
  .bg-opacity-xxl4-470 {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-xxl4-470-hover:hover {
    --bs-bg-opacity: 4.7;
  }
  .bg-opacity-xxl4-475 {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-xxl4-475-hover:hover {
    --bs-bg-opacity: 4.75;
  }
  .bg-opacity-xxl4-480 {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-xxl4-480-hover:hover {
    --bs-bg-opacity: 4.8;
  }
  .bg-opacity-xxl4-485 {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-xxl4-485-hover:hover {
    --bs-bg-opacity: 4.85;
  }
  .bg-opacity-xxl4-490 {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-xxl4-490-hover:hover {
    --bs-bg-opacity: 4.9;
  }
  .bg-opacity-xxl4-495 {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-xxl4-495-hover:hover {
    --bs-bg-opacity: 4.95;
  }
  .bg-opacity-xxl4-500 {
    --bs-bg-opacity: 5;
  }
  .bg-opacity-xxl4-500-hover:hover {
    --bs-bg-opacity: 5;
  }
  .rounded-xxl4 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xxl4-0 {
    border-radius: 0 !important;
  }
  .rounded-xxl4-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-xxl4-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xxl4-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-xxl4-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-xxl4-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-xxl4-circle {
    border-radius: 50% !important;
  }
  .rounded-xxl4-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-xxl4-6 {
    border-radius: 3rem !important;
  }
  .rounded-xxl4-7 {
    border-radius: 4rem !important;
  }
  .rounded-xxl4-8 {
    border-radius: 6rem !important;
  }
  .rounded-top-xxl4 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xxl4-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-xxl4-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-xxl4-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xxl4-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-xxl4-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-xxl4-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-xxl4-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-xxl4-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top-xxl4-6 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .rounded-top-xxl4-7 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }
  .rounded-top-xxl4-8 {
    border-top-left-radius: 6rem !important;
    border-top-right-radius: 6rem !important;
  }
  .rounded-end-xxl4 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xxl4-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-xxl4-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-xxl4-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xxl4-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-xxl4-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-xxl4-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-xxl4-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-xxl4-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-xxl4-6 {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
  .rounded-end-xxl4-7 {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
  .rounded-end-xxl4-8 {
    border-top-right-radius: 6rem !important;
    border-bottom-right-radius: 6rem !important;
  }
  .rounded-bottom-xxl4 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xxl4-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-xxl4-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-xxl4-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xxl4-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-xxl4-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-xxl4-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-xxl4-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-xxl4-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-xxl4-6 {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
  }
  .rounded-bottom-xxl4-7 {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }
  .rounded-bottom-xxl4-8 {
    border-bottom-right-radius: 6rem !important;
    border-bottom-left-radius: 6rem !important;
  }
  .rounded-start-xxl4 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xxl4-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-xxl4-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-xxl4-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xxl4-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-xxl4-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-xxl4-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-xxl4-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-xxl4-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-xxl4-6 {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
  }
  .rounded-start-xxl4-7 {
    border-bottom-left-radius: 4rem !important;
    border-top-left-radius: 4rem !important;
  }
  .rounded-start-xxl4-8 {
    border-bottom-left-radius: 6rem !important;
    border-top-left-radius: 6rem !important;
  }
  .z-xxl4-n1 {
    z-index: -1 !important;
  }
  .z-xxl4-0 {
    z-index: 0 !important;
  }
  .z-xxl4-1 {
    z-index: 1 !important;
  }
  .z-xxl4-2 {
    z-index: 2 !important;
  }
  .z-xxl4-3 {
    z-index: 3 !important;
  }
  .flip-xxl4-x {
    transform: scaleX(-1) !important;
  }
  .flip-xxl4-y {
    transform: scaleY(-1) !important;
  }
  .scale-xxl4-1 {
    transform: scale(1.05) !important;
  }
  .scale-xxl4-1-hover:hover {
    transform: scale(1.05) !important;
  }
  .scale-xxl4-2 {
    transform: scale(1.1) !important;
  }
  .scale-xxl4-2-hover:hover {
    transform: scale(1.1) !important;
  }
  .ls-xxl4-0 {
    letter-spacing: 0px !important;
  }
  .ls-xxl4-1 {
    letter-spacing: 1px !important;
  }
  .ls-xxl4-2 {
    letter-spacing: 2px !important;
  }
  .ls-xxl4-3 {
    letter-spacing: 3px !important;
  }
  .ls-xxl4-4 {
    letter-spacing: 4px !important;
  }
  .ls-xxl4-5 {
    letter-spacing: 5px !important;
  }
  .ls-xxl4-6 {
    letter-spacing: 6px !important;
  }
  .ls-xxl4-7 {
    letter-spacing: 7px !important;
  }
  .ls-xxl4-8 {
    letter-spacing: 8px !important;
  }
  .ls-xxl4-9 {
    letter-spacing: 9px !important;
  }
  .ls-xxl4-10 {
    letter-spacing: 10px !important;
  }
  .ls-xxl4-11 {
    letter-spacing: 11px !important;
  }
  .ls-xxl4-12 {
    letter-spacing: 12px !important;
  }
  .ls-xxl4-13 {
    letter-spacing: 13px !important;
  }
  .ls-xxl4-14 {
    letter-spacing: 14px !important;
  }
  .ls-xxl4-15 {
    letter-spacing: 15px !important;
  }
  .cols-xxl4-1 {
    -moz-columns: 1 !important;
         columns: 1 !important;
  }
  .cols-xxl4-2 {
    -moz-columns: 2 !important;
         columns: 2 !important;
  }
  .cols-xxl4-3 {
    -moz-columns: 3 !important;
         columns: 3 !important;
  }
  .cols-xxl4-4 {
    -moz-columns: 4 !important;
         columns: 4 !important;
  }
  .cols-xxl4-5 {
    -moz-columns: 5 !important;
         columns: 5 !important;
  }
  .cols-xxl4-6 {
    -moz-columns: 6 !important;
         columns: 6 !important;
  }
  .cols-xxl4-7 {
    -moz-columns: 7 !important;
         columns: 7 !important;
  }
  .cols-xxl4-8 {
    -moz-columns: 8 !important;
         columns: 8 !important;
  }
  .cols-xxl4-9 {
    -moz-columns: 9 !important;
         columns: 9 !important;
  }
  .cols-xxl4-10 {
    -moz-columns: 10 !important;
         columns: 10 !important;
  }
  .cols-xxl4-11 {
    -moz-columns: 11 !important;
         columns: 11 !important;
  }
  .cols-xxl4-12 {
    -moz-columns: 12 !important;
         columns: 12 !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 {
  .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-inline-grid {
    display: inline-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;
  }
}
/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"), url("../fonts/bootstrap-icons.woff") format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
  content: "\f67f";
}

.bi-alarm-fill::before {
  content: "\f101";
}

.bi-alarm::before {
  content: "\f102";
}

.bi-align-bottom::before {
  content: "\f103";
}

.bi-align-center::before {
  content: "\f104";
}

.bi-align-end::before {
  content: "\f105";
}

.bi-align-middle::before {
  content: "\f106";
}

.bi-align-start::before {
  content: "\f107";
}

.bi-align-top::before {
  content: "\f108";
}

.bi-alt::before {
  content: "\f109";
}

.bi-app-indicator::before {
  content: "\f10a";
}

.bi-app::before {
  content: "\f10b";
}

.bi-archive-fill::before {
  content: "\f10c";
}

.bi-archive::before {
  content: "\f10d";
}

.bi-arrow-90deg-down::before {
  content: "\f10e";
}

.bi-arrow-90deg-left::before {
  content: "\f10f";
}

.bi-arrow-90deg-right::before {
  content: "\f110";
}

.bi-arrow-90deg-up::before {
  content: "\f111";
}

.bi-arrow-bar-down::before {
  content: "\f112";
}

.bi-arrow-bar-left::before {
  content: "\f113";
}

.bi-arrow-bar-right::before {
  content: "\f114";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-arrow-clockwise::before {
  content: "\f116";
}

.bi-arrow-counterclockwise::before {
  content: "\f117";
}

.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

.bi-arrow-down-circle::before {
  content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

.bi-arrow-down-left-square::before {
  content: "\f11d";
}

.bi-arrow-down-left::before {
  content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

.bi-arrow-down-right-circle::before {
  content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

.bi-arrow-down-right-square::before {
  content: "\f122";
}

.bi-arrow-down-right::before {
  content: "\f123";
}

.bi-arrow-down-short::before {
  content: "\f124";
}

.bi-arrow-down-square-fill::before {
  content: "\f125";
}

.bi-arrow-down-square::before {
  content: "\f126";
}

.bi-arrow-down-up::before {
  content: "\f127";
}

.bi-arrow-down::before {
  content: "\f128";
}

.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

.bi-arrow-left-circle::before {
  content: "\f12a";
}

.bi-arrow-left-right::before {
  content: "\f12b";
}

.bi-arrow-left-short::before {
  content: "\f12c";
}

.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-left::before {
  content: "\f12f";
}

.bi-arrow-repeat::before {
  content: "\f130";
}

.bi-arrow-return-left::before {
  content: "\f131";
}

.bi-arrow-return-right::before {
  content: "\f132";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

.bi-arrow-right-circle::before {
  content: "\f134";
}

.bi-arrow-right-short::before {
  content: "\f135";
}

.bi-arrow-right-square-fill::before {
  content: "\f136";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

.bi-arrow-up-circle::before {
  content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

.bi-arrow-up-left-square::before {
  content: "\f13e";
}

.bi-arrow-up-left::before {
  content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

.bi-arrow-up-right-circle::before {
  content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

.bi-arrow-up-right-square::before {
  content: "\f143";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-arrow-up-short::before {
  content: "\f145";
}

.bi-arrow-up-square-fill::before {
  content: "\f146";
}

.bi-arrow-up-square::before {
  content: "\f147";
}

.bi-arrow-up::before {
  content: "\f148";
}

.bi-arrows-angle-contract::before {
  content: "\f149";
}

.bi-arrows-angle-expand::before {
  content: "\f14a";
}

.bi-arrows-collapse::before {
  content: "\f14b";
}

.bi-arrows-expand::before {
  content: "\f14c";
}

.bi-arrows-fullscreen::before {
  content: "\f14d";
}

.bi-arrows-move::before {
  content: "\f14e";
}

.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

.bi-aspect-ratio::before {
  content: "\f150";
}

.bi-asterisk::before {
  content: "\f151";
}

.bi-at::before {
  content: "\f152";
}

.bi-award-fill::before {
  content: "\f153";
}

.bi-award::before {
  content: "\f154";
}

.bi-back::before {
  content: "\f155";
}

.bi-backspace-fill::before {
  content: "\f156";
}

.bi-backspace-reverse-fill::before {
  content: "\f157";
}

.bi-backspace-reverse::before {
  content: "\f158";
}

.bi-backspace::before {
  content: "\f159";
}

.bi-badge-3d-fill::before {
  content: "\f15a";
}

.bi-badge-3d::before {
  content: "\f15b";
}

.bi-badge-4k-fill::before {
  content: "\f15c";
}

.bi-badge-4k::before {
  content: "\f15d";
}

.bi-badge-8k-fill::before {
  content: "\f15e";
}

.bi-badge-8k::before {
  content: "\f15f";
}

.bi-badge-ad-fill::before {
  content: "\f160";
}

.bi-badge-ad::before {
  content: "\f161";
}

.bi-badge-ar-fill::before {
  content: "\f162";
}

.bi-badge-ar::before {
  content: "\f163";
}

.bi-badge-cc-fill::before {
  content: "\f164";
}

.bi-badge-cc::before {
  content: "\f165";
}

.bi-badge-hd-fill::before {
  content: "\f166";
}

.bi-badge-hd::before {
  content: "\f167";
}

.bi-badge-tm-fill::before {
  content: "\f168";
}

.bi-badge-tm::before {
  content: "\f169";
}

.bi-badge-vo-fill::before {
  content: "\f16a";
}

.bi-badge-vo::before {
  content: "\f16b";
}

.bi-badge-vr-fill::before {
  content: "\f16c";
}

.bi-badge-vr::before {
  content: "\f16d";
}

.bi-badge-wc-fill::before {
  content: "\f16e";
}

.bi-badge-wc::before {
  content: "\f16f";
}

.bi-bag-check-fill::before {
  content: "\f170";
}

.bi-bag-check::before {
  content: "\f171";
}

.bi-bag-dash-fill::before {
  content: "\f172";
}

.bi-bag-dash::before {
  content: "\f173";
}

.bi-bag-fill::before {
  content: "\f174";
}

.bi-bag-plus-fill::before {
  content: "\f175";
}

.bi-bag-plus::before {
  content: "\f176";
}

.bi-bag-x-fill::before {
  content: "\f177";
}

.bi-bag-x::before {
  content: "\f178";
}

.bi-bag::before {
  content: "\f179";
}

.bi-bar-chart-fill::before {
  content: "\f17a";
}

.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

.bi-bar-chart-line::before {
  content: "\f17c";
}

.bi-bar-chart-steps::before {
  content: "\f17d";
}

.bi-bar-chart::before {
  content: "\f17e";
}

.bi-basket-fill::before {
  content: "\f17f";
}

.bi-basket::before {
  content: "\f180";
}

.bi-basket2-fill::before {
  content: "\f181";
}

.bi-basket2::before {
  content: "\f182";
}

.bi-basket3-fill::before {
  content: "\f183";
}

.bi-basket3::before {
  content: "\f184";
}

.bi-battery-charging::before {
  content: "\f185";
}

.bi-battery-full::before {
  content: "\f186";
}

.bi-battery-half::before {
  content: "\f187";
}

.bi-battery::before {
  content: "\f188";
}

.bi-bell-fill::before {
  content: "\f189";
}

.bi-bell::before {
  content: "\f18a";
}

.bi-bezier::before {
  content: "\f18b";
}

.bi-bezier2::before {
  content: "\f18c";
}

.bi-bicycle::before {
  content: "\f18d";
}

.bi-binoculars-fill::before {
  content: "\f18e";
}

.bi-binoculars::before {
  content: "\f18f";
}

.bi-blockquote-left::before {
  content: "\f190";
}

.bi-blockquote-right::before {
  content: "\f191";
}

.bi-book-fill::before {
  content: "\f192";
}

.bi-book-half::before {
  content: "\f193";
}

.bi-book::before {
  content: "\f194";
}

.bi-bookmark-check-fill::before {
  content: "\f195";
}

.bi-bookmark-check::before {
  content: "\f196";
}

.bi-bookmark-dash-fill::before {
  content: "\f197";
}

.bi-bookmark-dash::before {
  content: "\f198";
}

.bi-bookmark-fill::before {
  content: "\f199";
}

.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

.bi-bookmark-heart::before {
  content: "\f19b";
}

.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

.bi-bookmark-plus::before {
  content: "\f19d";
}

.bi-bookmark-star-fill::before {
  content: "\f19e";
}

.bi-bookmark-star::before {
  content: "\f19f";
}

.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

.bi-bookmark-x::before {
  content: "\f1a1";
}

.bi-bookmark::before {
  content: "\f1a2";
}

.bi-bookmarks-fill::before {
  content: "\f1a3";
}

.bi-bookmarks::before {
  content: "\f1a4";
}

.bi-bookshelf::before {
  content: "\f1a5";
}

.bi-bootstrap-fill::before {
  content: "\f1a6";
}

.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

.bi-bootstrap::before {
  content: "\f1a8";
}

.bi-border-all::before {
  content: "\f1a9";
}

.bi-border-bottom::before {
  content: "\f1aa";
}

.bi-border-center::before {
  content: "\f1ab";
}

.bi-border-inner::before {
  content: "\f1ac";
}

.bi-border-left::before {
  content: "\f1ad";
}

.bi-border-middle::before {
  content: "\f1ae";
}

.bi-border-outer::before {
  content: "\f1af";
}

.bi-border-right::before {
  content: "\f1b0";
}

.bi-border-style::before {
  content: "\f1b1";
}

.bi-border-top::before {
  content: "\f1b2";
}

.bi-border-width::before {
  content: "\f1b3";
}

.bi-border::before {
  content: "\f1b4";
}

.bi-bounding-box-circles::before {
  content: "\f1b5";
}

.bi-bounding-box::before {
  content: "\f1b6";
}

.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

.bi-box-arrow-down::before {
  content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

.bi-box-arrow-in-right::before {
  content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

.bi-box-arrow-left::before {
  content: "\f1c2";
}

.bi-box-arrow-right::before {
  content: "\f1c3";
}

.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

.bi-box-arrow-up::before {
  content: "\f1c6";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-box::before {
  content: "\f1c8";
}

.bi-braces::before {
  content: "\f1c9";
}

.bi-bricks::before {
  content: "\f1ca";
}

.bi-briefcase-fill::before {
  content: "\f1cb";
}

.bi-briefcase::before {
  content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

.bi-brightness-alt-high::before {
  content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

.bi-brightness-alt-low::before {
  content: "\f1d0";
}

.bi-brightness-high-fill::before {
  content: "\f1d1";
}

.bi-brightness-high::before {
  content: "\f1d2";
}

.bi-brightness-low-fill::before {
  content: "\f1d3";
}

.bi-brightness-low::before {
  content: "\f1d4";
}

.bi-broadcast-pin::before {
  content: "\f1d5";
}

.bi-broadcast::before {
  content: "\f1d6";
}

.bi-brush-fill::before {
  content: "\f1d7";
}

.bi-brush::before {
  content: "\f1d8";
}

.bi-bucket-fill::before {
  content: "\f1d9";
}

.bi-bucket::before {
  content: "\f1da";
}

.bi-bug-fill::before {
  content: "\f1db";
}

.bi-bug::before {
  content: "\f1dc";
}

.bi-building::before {
  content: "\f1dd";
}

.bi-bullseye::before {
  content: "\f1de";
}

.bi-calculator-fill::before {
  content: "\f1df";
}

.bi-calculator::before {
  content: "\f1e0";
}

.bi-calendar-check-fill::before {
  content: "\f1e1";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-calendar-date-fill::before {
  content: "\f1e3";
}

.bi-calendar-date::before {
  content: "\f1e4";
}

.bi-calendar-day-fill::before {
  content: "\f1e5";
}

.bi-calendar-day::before {
  content: "\f1e6";
}

.bi-calendar-event-fill::before {
  content: "\f1e7";
}

.bi-calendar-event::before {
  content: "\f1e8";
}

.bi-calendar-fill::before {
  content: "\f1e9";
}

.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

.bi-calendar-minus::before {
  content: "\f1eb";
}

.bi-calendar-month-fill::before {
  content: "\f1ec";
}

.bi-calendar-month::before {
  content: "\f1ed";
}

.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

.bi-calendar-plus::before {
  content: "\f1ef";
}

.bi-calendar-range-fill::before {
  content: "\f1f0";
}

.bi-calendar-range::before {
  content: "\f1f1";
}

.bi-calendar-week-fill::before {
  content: "\f1f2";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-calendar-x-fill::before {
  content: "\f1f4";
}

.bi-calendar-x::before {
  content: "\f1f5";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

.bi-calendar2-check::before {
  content: "\f1f8";
}

.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

.bi-calendar2-date::before {
  content: "\f1fa";
}

.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

.bi-calendar2-day::before {
  content: "\f1fc";
}

.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

.bi-calendar2-event::before {
  content: "\f1fe";
}

.bi-calendar2-fill::before {
  content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
  content: "\f200";
}

.bi-calendar2-minus::before {
  content: "\f201";
}

.bi-calendar2-month-fill::before {
  content: "\f202";
}

.bi-calendar2-month::before {
  content: "\f203";
}

.bi-calendar2-plus-fill::before {
  content: "\f204";
}

.bi-calendar2-plus::before {
  content: "\f205";
}

.bi-calendar2-range-fill::before {
  content: "\f206";
}

.bi-calendar2-range::before {
  content: "\f207";
}

.bi-calendar2-week-fill::before {
  content: "\f208";
}

.bi-calendar2-week::before {
  content: "\f209";
}

.bi-calendar2-x-fill::before {
  content: "\f20a";
}

.bi-calendar2-x::before {
  content: "\f20b";
}

.bi-calendar2::before {
  content: "\f20c";
}

.bi-calendar3-event-fill::before {
  content: "\f20d";
}

.bi-calendar3-event::before {
  content: "\f20e";
}

.bi-calendar3-fill::before {
  content: "\f20f";
}

.bi-calendar3-range-fill::before {
  content: "\f210";
}

.bi-calendar3-range::before {
  content: "\f211";
}

.bi-calendar3-week-fill::before {
  content: "\f212";
}

.bi-calendar3-week::before {
  content: "\f213";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-calendar4-event::before {
  content: "\f215";
}

.bi-calendar4-range::before {
  content: "\f216";
}

.bi-calendar4-week::before {
  content: "\f217";
}

.bi-calendar4::before {
  content: "\f218";
}

.bi-camera-fill::before {
  content: "\f219";
}

.bi-camera-reels-fill::before {
  content: "\f21a";
}

.bi-camera-reels::before {
  content: "\f21b";
}

.bi-camera-video-fill::before {
  content: "\f21c";
}

.bi-camera-video-off-fill::before {
  content: "\f21d";
}

.bi-camera-video-off::before {
  content: "\f21e";
}

.bi-camera-video::before {
  content: "\f21f";
}

.bi-camera::before {
  content: "\f220";
}

.bi-camera2::before {
  content: "\f221";
}

.bi-capslock-fill::before {
  content: "\f222";
}

.bi-capslock::before {
  content: "\f223";
}

.bi-card-checklist::before {
  content: "\f224";
}

.bi-card-heading::before {
  content: "\f225";
}

.bi-card-image::before {
  content: "\f226";
}

.bi-card-list::before {
  content: "\f227";
}

.bi-card-text::before {
  content: "\f228";
}

.bi-caret-down-fill::before {
  content: "\f229";
}

.bi-caret-down-square-fill::before {
  content: "\f22a";
}

.bi-caret-down-square::before {
  content: "\f22b";
}

.bi-caret-down::before {
  content: "\f22c";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-left-square-fill::before {
  content: "\f22e";
}

.bi-caret-left-square::before {
  content: "\f22f";
}

.bi-caret-left::before {
  content: "\f230";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-caret-right-square-fill::before {
  content: "\f232";
}

.bi-caret-right-square::before {
  content: "\f233";
}

.bi-caret-right::before {
  content: "\f234";
}

.bi-caret-up-fill::before {
  content: "\f235";
}

.bi-caret-up-square-fill::before {
  content: "\f236";
}

.bi-caret-up-square::before {
  content: "\f237";
}

.bi-caret-up::before {
  content: "\f238";
}

.bi-cart-check-fill::before {
  content: "\f239";
}

.bi-cart-check::before {
  content: "\f23a";
}

.bi-cart-dash-fill::before {
  content: "\f23b";
}

.bi-cart-dash::before {
  content: "\f23c";
}

.bi-cart-fill::before {
  content: "\f23d";
}

.bi-cart-plus-fill::before {
  content: "\f23e";
}

.bi-cart-plus::before {
  content: "\f23f";
}

.bi-cart-x-fill::before {
  content: "\f240";
}

.bi-cart-x::before {
  content: "\f241";
}

.bi-cart::before {
  content: "\f242";
}

.bi-cart2::before {
  content: "\f243";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-cart4::before {
  content: "\f245";
}

.bi-cash-stack::before {
  content: "\f246";
}

.bi-cash::before {
  content: "\f247";
}

.bi-cast::before {
  content: "\f248";
}

.bi-chat-dots-fill::before {
  content: "\f249";
}

.bi-chat-dots::before {
  content: "\f24a";
}

.bi-chat-fill::before {
  content: "\f24b";
}

.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

.bi-chat-left-dots::before {
  content: "\f24d";
}

.bi-chat-left-fill::before {
  content: "\f24e";
}

.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

.bi-chat-left-quote::before {
  content: "\f250";
}

.bi-chat-left-text-fill::before {
  content: "\f251";
}

.bi-chat-left-text::before {
  content: "\f252";
}

.bi-chat-left::before {
  content: "\f253";
}

.bi-chat-quote-fill::before {
  content: "\f254";
}

.bi-chat-quote::before {
  content: "\f255";
}

.bi-chat-right-dots-fill::before {
  content: "\f256";
}

.bi-chat-right-dots::before {
  content: "\f257";
}

.bi-chat-right-fill::before {
  content: "\f258";
}

.bi-chat-right-quote-fill::before {
  content: "\f259";
}

.bi-chat-right-quote::before {
  content: "\f25a";
}

.bi-chat-right-text-fill::before {
  content: "\f25b";
}

.bi-chat-right-text::before {
  content: "\f25c";
}

.bi-chat-right::before {
  content: "\f25d";
}

.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

.bi-chat-square-dots::before {
  content: "\f25f";
}

.bi-chat-square-fill::before {
  content: "\f260";
}

.bi-chat-square-quote-fill::before {
  content: "\f261";
}

.bi-chat-square-quote::before {
  content: "\f262";
}

.bi-chat-square-text-fill::before {
  content: "\f263";
}

.bi-chat-square-text::before {
  content: "\f264";
}

.bi-chat-square::before {
  content: "\f265";
}

.bi-chat-text-fill::before {
  content: "\f266";
}

.bi-chat-text::before {
  content: "\f267";
}

.bi-chat::before {
  content: "\f268";
}

.bi-check-all::before {
  content: "\f269";
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-check-circle::before {
  content: "\f26b";
}

.bi-check-square-fill::before {
  content: "\f26c";
}

.bi-check-square::before {
  content: "\f26d";
}

.bi-check::before {
  content: "\f26e";
}

.bi-check2-all::before {
  content: "\f26f";
}

.bi-check2-circle::before {
  content: "\f270";
}

.bi-check2-square::before {
  content: "\f271";
}

.bi-check2::before {
  content: "\f272";
}

.bi-chevron-bar-contract::before {
  content: "\f273";
}

.bi-chevron-bar-down::before {
  content: "\f274";
}

.bi-chevron-bar-expand::before {
  content: "\f275";
}

.bi-chevron-bar-left::before {
  content: "\f276";
}

.bi-chevron-bar-right::before {
  content: "\f277";
}

.bi-chevron-bar-up::before {
  content: "\f278";
}

.bi-chevron-compact-down::before {
  content: "\f279";
}

.bi-chevron-compact-left::before {
  content: "\f27a";
}

.bi-chevron-compact-right::before {
  content: "\f27b";
}

.bi-chevron-compact-up::before {
  content: "\f27c";
}

.bi-chevron-contract::before {
  content: "\f27d";
}

.bi-chevron-double-down::before {
  content: "\f27e";
}

.bi-chevron-double-left::before {
  content: "\f27f";
}

.bi-chevron-double-right::before {
  content: "\f280";
}

.bi-chevron-double-up::before {
  content: "\f281";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-chevron-expand::before {
  content: "\f283";
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-chevron-up::before {
  content: "\f286";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-circle-half::before {
  content: "\f288";
}

.bi-circle-square::before {
  content: "\f289";
}

.bi-circle::before {
  content: "\f28a";
}

.bi-clipboard-check::before {
  content: "\f28b";
}

.bi-clipboard-data::before {
  content: "\f28c";
}

.bi-clipboard-minus::before {
  content: "\f28d";
}

.bi-clipboard-plus::before {
  content: "\f28e";
}

.bi-clipboard-x::before {
  content: "\f28f";
}

.bi-clipboard::before {
  content: "\f290";
}

.bi-clock-fill::before {
  content: "\f291";
}

.bi-clock-history::before {
  content: "\f292";
}

.bi-clock::before {
  content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

.bi-cloud-arrow-down::before {
  content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

.bi-cloud-arrow-up::before {
  content: "\f297";
}

.bi-cloud-check-fill::before {
  content: "\f298";
}

.bi-cloud-check::before {
  content: "\f299";
}

.bi-cloud-download-fill::before {
  content: "\f29a";
}

.bi-cloud-download::before {
  content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}

.bi-cloud-drizzle::before {
  content: "\f29d";
}

.bi-cloud-fill::before {
  content: "\f29e";
}

.bi-cloud-fog-fill::before {
  content: "\f29f";
}

.bi-cloud-fog::before {
  content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}

.bi-cloud-fog2::before {
  content: "\f2a2";
}

.bi-cloud-hail-fill::before {
  content: "\f2a3";
}

.bi-cloud-hail::before {
  content: "\f2a4";
}

.bi-cloud-haze-fill::before {
  content: "\f2a6";
}

.bi-cloud-haze::before {
  content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}

.bi-cloud-lightning::before {
  content: "\f2ac";
}

.bi-cloud-minus-fill::before {
  content: "\f2ad";
}

.bi-cloud-minus::before {
  content: "\f2ae";
}

.bi-cloud-moon-fill::before {
  content: "\f2af";
}

.bi-cloud-moon::before {
  content: "\f2b0";
}

.bi-cloud-plus-fill::before {
  content: "\f2b1";
}

.bi-cloud-plus::before {
  content: "\f2b2";
}

.bi-cloud-rain-fill::before {
  content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}

.bi-cloud-rain::before {
  content: "\f2b6";
}

.bi-cloud-slash-fill::before {
  content: "\f2b7";
}

.bi-cloud-slash::before {
  content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}

.bi-cloud-sleet::before {
  content: "\f2ba";
}

.bi-cloud-snow-fill::before {
  content: "\f2bb";
}

.bi-cloud-snow::before {
  content: "\f2bc";
}

.bi-cloud-sun-fill::before {
  content: "\f2bd";
}

.bi-cloud-sun::before {
  content: "\f2be";
}

.bi-cloud-upload-fill::before {
  content: "\f2bf";
}

.bi-cloud-upload::before {
  content: "\f2c0";
}

.bi-cloud::before {
  content: "\f2c1";
}

.bi-clouds-fill::before {
  content: "\f2c2";
}

.bi-clouds::before {
  content: "\f2c3";
}

.bi-cloudy-fill::before {
  content: "\f2c4";
}

.bi-cloudy::before {
  content: "\f2c5";
}

.bi-code-slash::before {
  content: "\f2c6";
}

.bi-code-square::before {
  content: "\f2c7";
}

.bi-code::before {
  content: "\f2c8";
}

.bi-collection-fill::before {
  content: "\f2c9";
}

.bi-collection-play-fill::before {
  content: "\f2ca";
}

.bi-collection-play::before {
  content: "\f2cb";
}

.bi-collection::before {
  content: "\f2cc";
}

.bi-columns-gap::before {
  content: "\f2cd";
}

.bi-columns::before {
  content: "\f2ce";
}

.bi-command::before {
  content: "\f2cf";
}

.bi-compass-fill::before {
  content: "\f2d0";
}

.bi-compass::before {
  content: "\f2d1";
}

.bi-cone-striped::before {
  content: "\f2d2";
}

.bi-cone::before {
  content: "\f2d3";
}

.bi-controller::before {
  content: "\f2d4";
}

.bi-cpu-fill::before {
  content: "\f2d5";
}

.bi-cpu::before {
  content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}

.bi-credit-card-2-back::before {
  content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}

.bi-credit-card-2-front::before {
  content: "\f2da";
}

.bi-credit-card-fill::before {
  content: "\f2db";
}

.bi-credit-card::before {
  content: "\f2dc";
}

.bi-crop::before {
  content: "\f2dd";
}

.bi-cup-fill::before {
  content: "\f2de";
}

.bi-cup-straw::before {
  content: "\f2df";
}

.bi-cup::before {
  content: "\f2e0";
}

.bi-cursor-fill::before {
  content: "\f2e1";
}

.bi-cursor-text::before {
  content: "\f2e2";
}

.bi-cursor::before {
  content: "\f2e3";
}

.bi-dash-circle-dotted::before {
  content: "\f2e4";
}

.bi-dash-circle-fill::before {
  content: "\f2e5";
}

.bi-dash-circle::before {
  content: "\f2e6";
}

.bi-dash-square-dotted::before {
  content: "\f2e7";
}

.bi-dash-square-fill::before {
  content: "\f2e8";
}

.bi-dash-square::before {
  content: "\f2e9";
}

.bi-dash::before {
  content: "\f2ea";
}

.bi-diagram-2-fill::before {
  content: "\f2eb";
}

.bi-diagram-2::before {
  content: "\f2ec";
}

.bi-diagram-3-fill::before {
  content: "\f2ed";
}

.bi-diagram-3::before {
  content: "\f2ee";
}

.bi-diamond-fill::before {
  content: "\f2ef";
}

.bi-diamond-half::before {
  content: "\f2f0";
}

.bi-diamond::before {
  content: "\f2f1";
}

.bi-dice-1-fill::before {
  content: "\f2f2";
}

.bi-dice-1::before {
  content: "\f2f3";
}

.bi-dice-2-fill::before {
  content: "\f2f4";
}

.bi-dice-2::before {
  content: "\f2f5";
}

.bi-dice-3-fill::before {
  content: "\f2f6";
}

.bi-dice-3::before {
  content: "\f2f7";
}

.bi-dice-4-fill::before {
  content: "\f2f8";
}

.bi-dice-4::before {
  content: "\f2f9";
}

.bi-dice-5-fill::before {
  content: "\f2fa";
}

.bi-dice-5::before {
  content: "\f2fb";
}

.bi-dice-6-fill::before {
  content: "\f2fc";
}

.bi-dice-6::before {
  content: "\f2fd";
}

.bi-disc-fill::before {
  content: "\f2fe";
}

.bi-disc::before {
  content: "\f2ff";
}

.bi-discord::before {
  content: "\f300";
}

.bi-display-fill::before {
  content: "\f301";
}

.bi-display::before {
  content: "\f302";
}

.bi-distribute-horizontal::before {
  content: "\f303";
}

.bi-distribute-vertical::before {
  content: "\f304";
}

.bi-door-closed-fill::before {
  content: "\f305";
}

.bi-door-closed::before {
  content: "\f306";
}

.bi-door-open-fill::before {
  content: "\f307";
}

.bi-door-open::before {
  content: "\f308";
}

.bi-dot::before {
  content: "\f309";
}

.bi-download::before {
  content: "\f30a";
}

.bi-droplet-fill::before {
  content: "\f30b";
}

.bi-droplet-half::before {
  content: "\f30c";
}

.bi-droplet::before {
  content: "\f30d";
}

.bi-earbuds::before {
  content: "\f30e";
}

.bi-easel-fill::before {
  content: "\f30f";
}

.bi-easel::before {
  content: "\f310";
}

.bi-egg-fill::before {
  content: "\f311";
}

.bi-egg-fried::before {
  content: "\f312";
}

.bi-egg::before {
  content: "\f313";
}

.bi-eject-fill::before {
  content: "\f314";
}

.bi-eject::before {
  content: "\f315";
}

.bi-emoji-angry-fill::before {
  content: "\f316";
}

.bi-emoji-angry::before {
  content: "\f317";
}

.bi-emoji-dizzy-fill::before {
  content: "\f318";
}

.bi-emoji-dizzy::before {
  content: "\f319";
}

.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}

.bi-emoji-expressionless::before {
  content: "\f31b";
}

.bi-emoji-frown-fill::before {
  content: "\f31c";
}

.bi-emoji-frown::before {
  content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}

.bi-emoji-heart-eyes::before {
  content: "\f31f";
}

.bi-emoji-laughing-fill::before {
  content: "\f320";
}

.bi-emoji-laughing::before {
  content: "\f321";
}

.bi-emoji-neutral-fill::before {
  content: "\f322";
}

.bi-emoji-neutral::before {
  content: "\f323";
}

.bi-emoji-smile-fill::before {
  content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}

.bi-emoji-smile-upside-down::before {
  content: "\f326";
}

.bi-emoji-smile::before {
  content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}

.bi-emoji-sunglasses::before {
  content: "\f329";
}

.bi-emoji-wink-fill::before {
  content: "\f32a";
}

.bi-emoji-wink::before {
  content: "\f32b";
}

.bi-envelope-fill::before {
  content: "\f32c";
}

.bi-envelope-open-fill::before {
  content: "\f32d";
}

.bi-envelope-open::before {
  content: "\f32e";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-eraser-fill::before {
  content: "\f330";
}

.bi-eraser::before {
  content: "\f331";
}

.bi-exclamation-circle-fill::before {
  content: "\f332";
}

.bi-exclamation-circle::before {
  content: "\f333";
}

.bi-exclamation-diamond-fill::before {
  content: "\f334";
}

.bi-exclamation-diamond::before {
  content: "\f335";
}

.bi-exclamation-octagon-fill::before {
  content: "\f336";
}

.bi-exclamation-octagon::before {
  content: "\f337";
}

.bi-exclamation-square-fill::before {
  content: "\f338";
}

.bi-exclamation-square::before {
  content: "\f339";
}

.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}

.bi-exclamation-triangle::before {
  content: "\f33b";
}

.bi-exclamation::before {
  content: "\f33c";
}

.bi-exclude::before {
  content: "\f33d";
}

.bi-eye-fill::before {
  content: "\f33e";
}

.bi-eye-slash-fill::before {
  content: "\f33f";
}

.bi-eye-slash::before {
  content: "\f340";
}

.bi-eye::before {
  content: "\f341";
}

.bi-eyedropper::before {
  content: "\f342";
}

.bi-eyeglasses::before {
  content: "\f343";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-file-arrow-down-fill::before {
  content: "\f345";
}

.bi-file-arrow-down::before {
  content: "\f346";
}

.bi-file-arrow-up-fill::before {
  content: "\f347";
}

.bi-file-arrow-up::before {
  content: "\f348";
}

.bi-file-bar-graph-fill::before {
  content: "\f349";
}

.bi-file-bar-graph::before {
  content: "\f34a";
}

.bi-file-binary-fill::before {
  content: "\f34b";
}

.bi-file-binary::before {
  content: "\f34c";
}

.bi-file-break-fill::before {
  content: "\f34d";
}

.bi-file-break::before {
  content: "\f34e";
}

.bi-file-check-fill::before {
  content: "\f34f";
}

.bi-file-check::before {
  content: "\f350";
}

.bi-file-code-fill::before {
  content: "\f351";
}

.bi-file-code::before {
  content: "\f352";
}

.bi-file-diff-fill::before {
  content: "\f353";
}

.bi-file-diff::before {
  content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}

.bi-file-earmark-arrow-down::before {
  content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}

.bi-file-earmark-arrow-up::before {
  content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}

.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}

.bi-file-earmark-binary::before {
  content: "\f35c";
}

.bi-file-earmark-break-fill::before {
  content: "\f35d";
}

.bi-file-earmark-break::before {
  content: "\f35e";
}

.bi-file-earmark-check-fill::before {
  content: "\f35f";
}

.bi-file-earmark-check::before {
  content: "\f360";
}

.bi-file-earmark-code-fill::before {
  content: "\f361";
}

.bi-file-earmark-code::before {
  content: "\f362";
}

.bi-file-earmark-diff-fill::before {
  content: "\f363";
}

.bi-file-earmark-diff::before {
  content: "\f364";
}

.bi-file-earmark-easel-fill::before {
  content: "\f365";
}

.bi-file-earmark-easel::before {
  content: "\f366";
}

.bi-file-earmark-excel-fill::before {
  content: "\f367";
}

.bi-file-earmark-excel::before {
  content: "\f368";
}

.bi-file-earmark-fill::before {
  content: "\f369";
}

.bi-file-earmark-font-fill::before {
  content: "\f36a";
}

.bi-file-earmark-font::before {
  content: "\f36b";
}

.bi-file-earmark-image-fill::before {
  content: "\f36c";
}

.bi-file-earmark-image::before {
  content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}

.bi-file-earmark-lock::before {
  content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}

.bi-file-earmark-lock2::before {
  content: "\f371";
}

.bi-file-earmark-medical-fill::before {
  content: "\f372";
}

.bi-file-earmark-medical::before {
  content: "\f373";
}

.bi-file-earmark-minus-fill::before {
  content: "\f374";
}

.bi-file-earmark-minus::before {
  content: "\f375";
}

.bi-file-earmark-music-fill::before {
  content: "\f376";
}

.bi-file-earmark-music::before {
  content: "\f377";
}

.bi-file-earmark-person-fill::before {
  content: "\f378";
}

.bi-file-earmark-person::before {
  content: "\f379";
}

.bi-file-earmark-play-fill::before {
  content: "\f37a";
}

.bi-file-earmark-play::before {
  content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}

.bi-file-earmark-plus::before {
  content: "\f37d";
}

.bi-file-earmark-post-fill::before {
  content: "\f37e";
}

.bi-file-earmark-post::before {
  content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}

.bi-file-earmark-ppt::before {
  content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}

.bi-file-earmark-richtext::before {
  content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}

.bi-file-earmark-ruled::before {
  content: "\f385";
}

.bi-file-earmark-slides-fill::before {
  content: "\f386";
}

.bi-file-earmark-slides::before {
  content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}

.bi-file-earmark-text-fill::before {
  content: "\f38a";
}

.bi-file-earmark-text::before {
  content: "\f38b";
}

.bi-file-earmark-word-fill::before {
  content: "\f38c";
}

.bi-file-earmark-word::before {
  content: "\f38d";
}

.bi-file-earmark-x-fill::before {
  content: "\f38e";
}

.bi-file-earmark-x::before {
  content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
  content: "\f390";
}

.bi-file-earmark-zip::before {
  content: "\f391";
}

.bi-file-earmark::before {
  content: "\f392";
}

.bi-file-easel-fill::before {
  content: "\f393";
}

.bi-file-easel::before {
  content: "\f394";
}

.bi-file-excel-fill::before {
  content: "\f395";
}

.bi-file-excel::before {
  content: "\f396";
}

.bi-file-fill::before {
  content: "\f397";
}

.bi-file-font-fill::before {
  content: "\f398";
}

.bi-file-font::before {
  content: "\f399";
}

.bi-file-image-fill::before {
  content: "\f39a";
}

.bi-file-image::before {
  content: "\f39b";
}

.bi-file-lock-fill::before {
  content: "\f39c";
}

.bi-file-lock::before {
  content: "\f39d";
}

.bi-file-lock2-fill::before {
  content: "\f39e";
}

.bi-file-lock2::before {
  content: "\f39f";
}

.bi-file-medical-fill::before {
  content: "\f3a0";
}

.bi-file-medical::before {
  content: "\f3a1";
}

.bi-file-minus-fill::before {
  content: "\f3a2";
}

.bi-file-minus::before {
  content: "\f3a3";
}

.bi-file-music-fill::before {
  content: "\f3a4";
}

.bi-file-music::before {
  content: "\f3a5";
}

.bi-file-person-fill::before {
  content: "\f3a6";
}

.bi-file-person::before {
  content: "\f3a7";
}

.bi-file-play-fill::before {
  content: "\f3a8";
}

.bi-file-play::before {
  content: "\f3a9";
}

.bi-file-plus-fill::before {
  content: "\f3aa";
}

.bi-file-plus::before {
  content: "\f3ab";
}

.bi-file-post-fill::before {
  content: "\f3ac";
}

.bi-file-post::before {
  content: "\f3ad";
}

.bi-file-ppt-fill::before {
  content: "\f3ae";
}

.bi-file-ppt::before {
  content: "\f3af";
}

.bi-file-richtext-fill::before {
  content: "\f3b0";
}

.bi-file-richtext::before {
  content: "\f3b1";
}

.bi-file-ruled-fill::before {
  content: "\f3b2";
}

.bi-file-ruled::before {
  content: "\f3b3";
}

.bi-file-slides-fill::before {
  content: "\f3b4";
}

.bi-file-slides::before {
  content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}

.bi-file-spreadsheet::before {
  content: "\f3b7";
}

.bi-file-text-fill::before {
  content: "\f3b8";
}

.bi-file-text::before {
  content: "\f3b9";
}

.bi-file-word-fill::before {
  content: "\f3ba";
}

.bi-file-word::before {
  content: "\f3bb";
}

.bi-file-x-fill::before {
  content: "\f3bc";
}

.bi-file-x::before {
  content: "\f3bd";
}

.bi-file-zip-fill::before {
  content: "\f3be";
}

.bi-file-zip::before {
  content: "\f3bf";
}

.bi-file::before {
  content: "\f3c0";
}

.bi-files-alt::before {
  content: "\f3c1";
}

.bi-files::before {
  content: "\f3c2";
}

.bi-film::before {
  content: "\f3c3";
}

.bi-filter-circle-fill::before {
  content: "\f3c4";
}

.bi-filter-circle::before {
  content: "\f3c5";
}

.bi-filter-left::before {
  content: "\f3c6";
}

.bi-filter-right::before {
  content: "\f3c7";
}

.bi-filter-square-fill::before {
  content: "\f3c8";
}

.bi-filter-square::before {
  content: "\f3c9";
}

.bi-filter::before {
  content: "\f3ca";
}

.bi-flag-fill::before {
  content: "\f3cb";
}

.bi-flag::before {
  content: "\f3cc";
}

.bi-flower1::before {
  content: "\f3cd";
}

.bi-flower2::before {
  content: "\f3ce";
}

.bi-flower3::before {
  content: "\f3cf";
}

.bi-folder-check::before {
  content: "\f3d0";
}

.bi-folder-fill::before {
  content: "\f3d1";
}

.bi-folder-minus::before {
  content: "\f3d2";
}

.bi-folder-plus::before {
  content: "\f3d3";
}

.bi-folder-symlink-fill::before {
  content: "\f3d4";
}

.bi-folder-symlink::before {
  content: "\f3d5";
}

.bi-folder-x::before {
  content: "\f3d6";
}

.bi-folder::before {
  content: "\f3d7";
}

.bi-folder2-open::before {
  content: "\f3d8";
}

.bi-folder2::before {
  content: "\f3d9";
}

.bi-fonts::before {
  content: "\f3da";
}

.bi-forward-fill::before {
  content: "\f3db";
}

.bi-forward::before {
  content: "\f3dc";
}

.bi-front::before {
  content: "\f3dd";
}

.bi-fullscreen-exit::before {
  content: "\f3de";
}

.bi-fullscreen::before {
  content: "\f3df";
}

.bi-funnel-fill::before {
  content: "\f3e0";
}

.bi-funnel::before {
  content: "\f3e1";
}

.bi-gear-fill::before {
  content: "\f3e2";
}

.bi-gear-wide-connected::before {
  content: "\f3e3";
}

.bi-gear-wide::before {
  content: "\f3e4";
}

.bi-gear::before {
  content: "\f3e5";
}

.bi-gem::before {
  content: "\f3e6";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-geo-fill::before {
  content: "\f3e9";
}

.bi-geo::before {
  content: "\f3ea";
}

.bi-gift-fill::before {
  content: "\f3eb";
}

.bi-gift::before {
  content: "\f3ec";
}

.bi-github::before {
  content: "\f3ed";
}

.bi-globe::before {
  content: "\f3ee";
}

.bi-globe2::before {
  content: "\f3ef";
}

.bi-google::before {
  content: "\f3f0";
}

.bi-graph-down::before {
  content: "\f3f1";
}

.bi-graph-up::before {
  content: "\f3f2";
}

.bi-grid-1x2-fill::before {
  content: "\f3f3";
}

.bi-grid-1x2::before {
  content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}

.bi-grid-3x2-gap::before {
  content: "\f3f6";
}

.bi-grid-3x2::before {
  content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}

.bi-grid-3x3-gap::before {
  content: "\f3f9";
}

.bi-grid-3x3::before {
  content: "\f3fa";
}

.bi-grid-fill::before {
  content: "\f3fb";
}

.bi-grid::before {
  content: "\f3fc";
}

.bi-grip-horizontal::before {
  content: "\f3fd";
}

.bi-grip-vertical::before {
  content: "\f3fe";
}

.bi-hammer::before {
  content: "\f3ff";
}

.bi-hand-index-fill::before {
  content: "\f400";
}

.bi-hand-index-thumb-fill::before {
  content: "\f401";
}

.bi-hand-index-thumb::before {
  content: "\f402";
}

.bi-hand-index::before {
  content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}

.bi-hand-thumbs-down::before {
  content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}

.bi-hand-thumbs-up::before {
  content: "\f407";
}

.bi-handbag-fill::before {
  content: "\f408";
}

.bi-handbag::before {
  content: "\f409";
}

.bi-hash::before {
  content: "\f40a";
}

.bi-hdd-fill::before {
  content: "\f40b";
}

.bi-hdd-network-fill::before {
  content: "\f40c";
}

.bi-hdd-network::before {
  content: "\f40d";
}

.bi-hdd-rack-fill::before {
  content: "\f40e";
}

.bi-hdd-rack::before {
  content: "\f40f";
}

.bi-hdd-stack-fill::before {
  content: "\f410";
}

.bi-hdd-stack::before {
  content: "\f411";
}

.bi-hdd::before {
  content: "\f412";
}

.bi-headphones::before {
  content: "\f413";
}

.bi-headset::before {
  content: "\f414";
}

.bi-heart-fill::before {
  content: "\f415";
}

.bi-heart-half::before {
  content: "\f416";
}

.bi-heart::before {
  content: "\f417";
}

.bi-heptagon-fill::before {
  content: "\f418";
}

.bi-heptagon-half::before {
  content: "\f419";
}

.bi-heptagon::before {
  content: "\f41a";
}

.bi-hexagon-fill::before {
  content: "\f41b";
}

.bi-hexagon-half::before {
  content: "\f41c";
}

.bi-hexagon::before {
  content: "\f41d";
}

.bi-hourglass-bottom::before {
  content: "\f41e";
}

.bi-hourglass-split::before {
  content: "\f41f";
}

.bi-hourglass-top::before {
  content: "\f420";
}

.bi-hourglass::before {
  content: "\f421";
}

.bi-house-door-fill::before {
  content: "\f422";
}

.bi-house-door::before {
  content: "\f423";
}

.bi-house-fill::before {
  content: "\f424";
}

.bi-house::before {
  content: "\f425";
}

.bi-hr::before {
  content: "\f426";
}

.bi-hurricane::before {
  content: "\f427";
}

.bi-image-alt::before {
  content: "\f428";
}

.bi-image-fill::before {
  content: "\f429";
}

.bi-image::before {
  content: "\f42a";
}

.bi-images::before {
  content: "\f42b";
}

.bi-inbox-fill::before {
  content: "\f42c";
}

.bi-inbox::before {
  content: "\f42d";
}

.bi-inboxes-fill::before {
  content: "\f42e";
}

.bi-inboxes::before {
  content: "\f42f";
}

.bi-info-circle-fill::before {
  content: "\f430";
}

.bi-info-circle::before {
  content: "\f431";
}

.bi-info-square-fill::before {
  content: "\f432";
}

.bi-info-square::before {
  content: "\f433";
}

.bi-info::before {
  content: "\f434";
}

.bi-input-cursor-text::before {
  content: "\f435";
}

.bi-input-cursor::before {
  content: "\f436";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-intersect::before {
  content: "\f438";
}

.bi-journal-album::before {
  content: "\f439";
}

.bi-journal-arrow-down::before {
  content: "\f43a";
}

.bi-journal-arrow-up::before {
  content: "\f43b";
}

.bi-journal-bookmark-fill::before {
  content: "\f43c";
}

.bi-journal-bookmark::before {
  content: "\f43d";
}

.bi-journal-check::before {
  content: "\f43e";
}

.bi-journal-code::before {
  content: "\f43f";
}

.bi-journal-medical::before {
  content: "\f440";
}

.bi-journal-minus::before {
  content: "\f441";
}

.bi-journal-plus::before {
  content: "\f442";
}

.bi-journal-richtext::before {
  content: "\f443";
}

.bi-journal-text::before {
  content: "\f444";
}

.bi-journal-x::before {
  content: "\f445";
}

.bi-journal::before {
  content: "\f446";
}

.bi-journals::before {
  content: "\f447";
}

.bi-joystick::before {
  content: "\f448";
}

.bi-justify-left::before {
  content: "\f449";
}

.bi-justify-right::before {
  content: "\f44a";
}

.bi-justify::before {
  content: "\f44b";
}

.bi-kanban-fill::before {
  content: "\f44c";
}

.bi-kanban::before {
  content: "\f44d";
}

.bi-key-fill::before {
  content: "\f44e";
}

.bi-key::before {
  content: "\f44f";
}

.bi-keyboard-fill::before {
  content: "\f450";
}

.bi-keyboard::before {
  content: "\f451";
}

.bi-ladder::before {
  content: "\f452";
}

.bi-lamp-fill::before {
  content: "\f453";
}

.bi-lamp::before {
  content: "\f454";
}

.bi-laptop-fill::before {
  content: "\f455";
}

.bi-laptop::before {
  content: "\f456";
}

.bi-layer-backward::before {
  content: "\f457";
}

.bi-layer-forward::before {
  content: "\f458";
}

.bi-layers-fill::before {
  content: "\f459";
}

.bi-layers-half::before {
  content: "\f45a";
}

.bi-layers::before {
  content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}

.bi-layout-sidebar-inset::before {
  content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}

.bi-layout-sidebar::before {
  content: "\f45f";
}

.bi-layout-split::before {
  content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}

.bi-layout-text-sidebar::before {
  content: "\f462";
}

.bi-layout-text-window-reverse::before {
  content: "\f463";
}

.bi-layout-text-window::before {
  content: "\f464";
}

.bi-layout-three-columns::before {
  content: "\f465";
}

.bi-layout-wtf::before {
  content: "\f466";
}

.bi-life-preserver::before {
  content: "\f467";
}

.bi-lightbulb-fill::before {
  content: "\f468";
}

.bi-lightbulb-off-fill::before {
  content: "\f469";
}

.bi-lightbulb-off::before {
  content: "\f46a";
}

.bi-lightbulb::before {
  content: "\f46b";
}

.bi-lightning-charge-fill::before {
  content: "\f46c";
}

.bi-lightning-charge::before {
  content: "\f46d";
}

.bi-lightning-fill::before {
  content: "\f46e";
}

.bi-lightning::before {
  content: "\f46f";
}

.bi-link-45deg::before {
  content: "\f470";
}

.bi-link::before {
  content: "\f471";
}

.bi-linkedin::before {
  content: "\f472";
}

.bi-list-check::before {
  content: "\f473";
}

.bi-list-nested::before {
  content: "\f474";
}

.bi-list-ol::before {
  content: "\f475";
}

.bi-list-stars::before {
  content: "\f476";
}

.bi-list-task::before {
  content: "\f477";
}

.bi-list-ul::before {
  content: "\f478";
}

.bi-list::before {
  content: "\f479";
}

.bi-lock-fill::before {
  content: "\f47a";
}

.bi-lock::before {
  content: "\f47b";
}

.bi-mailbox::before {
  content: "\f47c";
}

.bi-mailbox2::before {
  content: "\f47d";
}

.bi-map-fill::before {
  content: "\f47e";
}

.bi-map::before {
  content: "\f47f";
}

.bi-markdown-fill::before {
  content: "\f480";
}

.bi-markdown::before {
  content: "\f481";
}

.bi-mask::before {
  content: "\f482";
}

.bi-megaphone-fill::before {
  content: "\f483";
}

.bi-megaphone::before {
  content: "\f484";
}

.bi-menu-app-fill::before {
  content: "\f485";
}

.bi-menu-app::before {
  content: "\f486";
}

.bi-menu-button-fill::before {
  content: "\f487";
}

.bi-menu-button-wide-fill::before {
  content: "\f488";
}

.bi-menu-button-wide::before {
  content: "\f489";
}

.bi-menu-button::before {
  content: "\f48a";
}

.bi-menu-down::before {
  content: "\f48b";
}

.bi-menu-up::before {
  content: "\f48c";
}

.bi-mic-fill::before {
  content: "\f48d";
}

.bi-mic-mute-fill::before {
  content: "\f48e";
}

.bi-mic-mute::before {
  content: "\f48f";
}

.bi-mic::before {
  content: "\f490";
}

.bi-minecart-loaded::before {
  content: "\f491";
}

.bi-minecart::before {
  content: "\f492";
}

.bi-moisture::before {
  content: "\f493";
}

.bi-moon-fill::before {
  content: "\f494";
}

.bi-moon-stars-fill::before {
  content: "\f495";
}

.bi-moon-stars::before {
  content: "\f496";
}

.bi-moon::before {
  content: "\f497";
}

.bi-mouse-fill::before {
  content: "\f498";
}

.bi-mouse::before {
  content: "\f499";
}

.bi-mouse2-fill::before {
  content: "\f49a";
}

.bi-mouse2::before {
  content: "\f49b";
}

.bi-mouse3-fill::before {
  content: "\f49c";
}

.bi-mouse3::before {
  content: "\f49d";
}

.bi-music-note-beamed::before {
  content: "\f49e";
}

.bi-music-note-list::before {
  content: "\f49f";
}

.bi-music-note::before {
  content: "\f4a0";
}

.bi-music-player-fill::before {
  content: "\f4a1";
}

.bi-music-player::before {
  content: "\f4a2";
}

.bi-newspaper::before {
  content: "\f4a3";
}

.bi-node-minus-fill::before {
  content: "\f4a4";
}

.bi-node-minus::before {
  content: "\f4a5";
}

.bi-node-plus-fill::before {
  content: "\f4a6";
}

.bi-node-plus::before {
  content: "\f4a7";
}

.bi-nut-fill::before {
  content: "\f4a8";
}

.bi-nut::before {
  content: "\f4a9";
}

.bi-octagon-fill::before {
  content: "\f4aa";
}

.bi-octagon-half::before {
  content: "\f4ab";
}

.bi-octagon::before {
  content: "\f4ac";
}

.bi-option::before {
  content: "\f4ad";
}

.bi-outlet::before {
  content: "\f4ae";
}

.bi-paint-bucket::before {
  content: "\f4af";
}

.bi-palette-fill::before {
  content: "\f4b0";
}

.bi-palette::before {
  content: "\f4b1";
}

.bi-palette2::before {
  content: "\f4b2";
}

.bi-paperclip::before {
  content: "\f4b3";
}

.bi-paragraph::before {
  content: "\f4b4";
}

.bi-patch-check-fill::before {
  content: "\f4b5";
}

.bi-patch-check::before {
  content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}

.bi-patch-exclamation::before {
  content: "\f4b8";
}

.bi-patch-minus-fill::before {
  content: "\f4b9";
}

.bi-patch-minus::before {
  content: "\f4ba";
}

.bi-patch-plus-fill::before {
  content: "\f4bb";
}

.bi-patch-plus::before {
  content: "\f4bc";
}

.bi-patch-question-fill::before {
  content: "\f4bd";
}

.bi-patch-question::before {
  content: "\f4be";
}

.bi-pause-btn-fill::before {
  content: "\f4bf";
}

.bi-pause-btn::before {
  content: "\f4c0";
}

.bi-pause-circle-fill::before {
  content: "\f4c1";
}

.bi-pause-circle::before {
  content: "\f4c2";
}

.bi-pause-fill::before {
  content: "\f4c3";
}

.bi-pause::before {
  content: "\f4c4";
}

.bi-peace-fill::before {
  content: "\f4c5";
}

.bi-peace::before {
  content: "\f4c6";
}

.bi-pen-fill::before {
  content: "\f4c7";
}

.bi-pen::before {
  content: "\f4c8";
}

.bi-pencil-fill::before {
  content: "\f4c9";
}

.bi-pencil-square::before {
  content: "\f4ca";
}

.bi-pencil::before {
  content: "\f4cb";
}

.bi-pentagon-fill::before {
  content: "\f4cc";
}

.bi-pentagon-half::before {
  content: "\f4cd";
}

.bi-pentagon::before {
  content: "\f4ce";
}

.bi-people-fill::before {
  content: "\f4cf";
}

.bi-people::before {
  content: "\f4d0";
}

.bi-percent::before {
  content: "\f4d1";
}

.bi-person-badge-fill::before {
  content: "\f4d2";
}

.bi-person-badge::before {
  content: "\f4d3";
}

.bi-person-bounding-box::before {
  content: "\f4d4";
}

.bi-person-check-fill::before {
  content: "\f4d5";
}

.bi-person-check::before {
  content: "\f4d6";
}

.bi-person-circle::before {
  content: "\f4d7";
}

.bi-person-dash-fill::before {
  content: "\f4d8";
}

.bi-person-dash::before {
  content: "\f4d9";
}

.bi-person-fill::before {
  content: "\f4da";
}

.bi-person-lines-fill::before {
  content: "\f4db";
}

.bi-person-plus-fill::before {
  content: "\f4dc";
}

.bi-person-plus::before {
  content: "\f4dd";
}

.bi-person-square::before {
  content: "\f4de";
}

.bi-person-x-fill::before {
  content: "\f4df";
}

.bi-person-x::before {
  content: "\f4e0";
}

.bi-person::before {
  content: "\f4e1";
}

.bi-phone-fill::before {
  content: "\f4e2";
}

.bi-phone-landscape-fill::before {
  content: "\f4e3";
}

.bi-phone-landscape::before {
  content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}

.bi-phone-vibrate::before {
  content: "\f4e6";
}

.bi-phone::before {
  content: "\f4e7";
}

.bi-pie-chart-fill::before {
  content: "\f4e8";
}

.bi-pie-chart::before {
  content: "\f4e9";
}

.bi-pin-angle-fill::before {
  content: "\f4ea";
}

.bi-pin-angle::before {
  content: "\f4eb";
}

.bi-pin-fill::before {
  content: "\f4ec";
}

.bi-pin::before {
  content: "\f4ed";
}

.bi-pip-fill::before {
  content: "\f4ee";
}

.bi-pip::before {
  content: "\f4ef";
}

.bi-play-btn-fill::before {
  content: "\f4f0";
}

.bi-play-btn::before {
  content: "\f4f1";
}

.bi-play-circle-fill::before {
  content: "\f4f2";
}

.bi-play-circle::before {
  content: "\f4f3";
}

.bi-play-fill::before {
  content: "\f4f4";
}

.bi-play::before {
  content: "\f4f5";
}

.bi-plug-fill::before {
  content: "\f4f6";
}

.bi-plug::before {
  content: "\f4f7";
}

.bi-plus-circle-dotted::before {
  content: "\f4f8";
}

.bi-plus-circle-fill::before {
  content: "\f4f9";
}

.bi-plus-circle::before {
  content: "\f4fa";
}

.bi-plus-square-dotted::before {
  content: "\f4fb";
}

.bi-plus-square-fill::before {
  content: "\f4fc";
}

.bi-plus-square::before {
  content: "\f4fd";
}

.bi-plus::before {
  content: "\f4fe";
}

.bi-power::before {
  content: "\f4ff";
}

.bi-printer-fill::before {
  content: "\f500";
}

.bi-printer::before {
  content: "\f501";
}

.bi-puzzle-fill::before {
  content: "\f502";
}

.bi-puzzle::before {
  content: "\f503";
}

.bi-question-circle-fill::before {
  content: "\f504";
}

.bi-question-circle::before {
  content: "\f505";
}

.bi-question-diamond-fill::before {
  content: "\f506";
}

.bi-question-diamond::before {
  content: "\f507";
}

.bi-question-octagon-fill::before {
  content: "\f508";
}

.bi-question-octagon::before {
  content: "\f509";
}

.bi-question-square-fill::before {
  content: "\f50a";
}

.bi-question-square::before {
  content: "\f50b";
}

.bi-question::before {
  content: "\f50c";
}

.bi-rainbow::before {
  content: "\f50d";
}

.bi-receipt-cutoff::before {
  content: "\f50e";
}

.bi-receipt::before {
  content: "\f50f";
}

.bi-reception-0::before {
  content: "\f510";
}

.bi-reception-1::before {
  content: "\f511";
}

.bi-reception-2::before {
  content: "\f512";
}

.bi-reception-3::before {
  content: "\f513";
}

.bi-reception-4::before {
  content: "\f514";
}

.bi-record-btn-fill::before {
  content: "\f515";
}

.bi-record-btn::before {
  content: "\f516";
}

.bi-record-circle-fill::before {
  content: "\f517";
}

.bi-record-circle::before {
  content: "\f518";
}

.bi-record-fill::before {
  content: "\f519";
}

.bi-record::before {
  content: "\f51a";
}

.bi-record2-fill::before {
  content: "\f51b";
}

.bi-record2::before {
  content: "\f51c";
}

.bi-reply-all-fill::before {
  content: "\f51d";
}

.bi-reply-all::before {
  content: "\f51e";
}

.bi-reply-fill::before {
  content: "\f51f";
}

.bi-reply::before {
  content: "\f520";
}

.bi-rss-fill::before {
  content: "\f521";
}

.bi-rss::before {
  content: "\f522";
}

.bi-rulers::before {
  content: "\f523";
}

.bi-save-fill::before {
  content: "\f524";
}

.bi-save::before {
  content: "\f525";
}

.bi-save2-fill::before {
  content: "\f526";
}

.bi-save2::before {
  content: "\f527";
}

.bi-scissors::before {
  content: "\f528";
}

.bi-screwdriver::before {
  content: "\f529";
}

.bi-search::before {
  content: "\f52a";
}

.bi-segmented-nav::before {
  content: "\f52b";
}

.bi-server::before {
  content: "\f52c";
}

.bi-share-fill::before {
  content: "\f52d";
}

.bi-share::before {
  content: "\f52e";
}

.bi-shield-check::before {
  content: "\f52f";
}

.bi-shield-exclamation::before {
  content: "\f530";
}

.bi-shield-fill-check::before {
  content: "\f531";
}

.bi-shield-fill-exclamation::before {
  content: "\f532";
}

.bi-shield-fill-minus::before {
  content: "\f533";
}

.bi-shield-fill-plus::before {
  content: "\f534";
}

.bi-shield-fill-x::before {
  content: "\f535";
}

.bi-shield-fill::before {
  content: "\f536";
}

.bi-shield-lock-fill::before {
  content: "\f537";
}

.bi-shield-lock::before {
  content: "\f538";
}

.bi-shield-minus::before {
  content: "\f539";
}

.bi-shield-plus::before {
  content: "\f53a";
}

.bi-shield-shaded::before {
  content: "\f53b";
}

.bi-shield-slash-fill::before {
  content: "\f53c";
}

.bi-shield-slash::before {
  content: "\f53d";
}

.bi-shield-x::before {
  content: "\f53e";
}

.bi-shield::before {
  content: "\f53f";
}

.bi-shift-fill::before {
  content: "\f540";
}

.bi-shift::before {
  content: "\f541";
}

.bi-shop-window::before {
  content: "\f542";
}

.bi-shop::before {
  content: "\f543";
}

.bi-shuffle::before {
  content: "\f544";
}

.bi-signpost-2-fill::before {
  content: "\f545";
}

.bi-signpost-2::before {
  content: "\f546";
}

.bi-signpost-fill::before {
  content: "\f547";
}

.bi-signpost-split-fill::before {
  content: "\f548";
}

.bi-signpost-split::before {
  content: "\f549";
}

.bi-signpost::before {
  content: "\f54a";
}

.bi-sim-fill::before {
  content: "\f54b";
}

.bi-sim::before {
  content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}

.bi-skip-backward-btn::before {
  content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}

.bi-skip-backward-circle::before {
  content: "\f550";
}

.bi-skip-backward-fill::before {
  content: "\f551";
}

.bi-skip-backward::before {
  content: "\f552";
}

.bi-skip-end-btn-fill::before {
  content: "\f553";
}

.bi-skip-end-btn::before {
  content: "\f554";
}

.bi-skip-end-circle-fill::before {
  content: "\f555";
}

.bi-skip-end-circle::before {
  content: "\f556";
}

.bi-skip-end-fill::before {
  content: "\f557";
}

.bi-skip-end::before {
  content: "\f558";
}

.bi-skip-forward-btn-fill::before {
  content: "\f559";
}

.bi-skip-forward-btn::before {
  content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}

.bi-skip-forward-circle::before {
  content: "\f55c";
}

.bi-skip-forward-fill::before {
  content: "\f55d";
}

.bi-skip-forward::before {
  content: "\f55e";
}

.bi-skip-start-btn-fill::before {
  content: "\f55f";
}

.bi-skip-start-btn::before {
  content: "\f560";
}

.bi-skip-start-circle-fill::before {
  content: "\f561";
}

.bi-skip-start-circle::before {
  content: "\f562";
}

.bi-skip-start-fill::before {
  content: "\f563";
}

.bi-skip-start::before {
  content: "\f564";
}

.bi-slack::before {
  content: "\f565";
}

.bi-slash-circle-fill::before {
  content: "\f566";
}

.bi-slash-circle::before {
  content: "\f567";
}

.bi-slash-square-fill::before {
  content: "\f568";
}

.bi-slash-square::before {
  content: "\f569";
}

.bi-slash::before {
  content: "\f56a";
}

.bi-sliders::before {
  content: "\f56b";
}

.bi-smartwatch::before {
  content: "\f56c";
}

.bi-snow::before {
  content: "\f56d";
}

.bi-snow2::before {
  content: "\f56e";
}

.bi-snow3::before {
  content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
  content: "\f570";
}

.bi-sort-alpha-down::before {
  content: "\f571";
}

.bi-sort-alpha-up-alt::before {
  content: "\f572";
}

.bi-sort-alpha-up::before {
  content: "\f573";
}

.bi-sort-down-alt::before {
  content: "\f574";
}

.bi-sort-down::before {
  content: "\f575";
}

.bi-sort-numeric-down-alt::before {
  content: "\f576";
}

.bi-sort-numeric-down::before {
  content: "\f577";
}

.bi-sort-numeric-up-alt::before {
  content: "\f578";
}

.bi-sort-numeric-up::before {
  content: "\f579";
}

.bi-sort-up-alt::before {
  content: "\f57a";
}

.bi-sort-up::before {
  content: "\f57b";
}

.bi-soundwave::before {
  content: "\f57c";
}

.bi-speaker-fill::before {
  content: "\f57d";
}

.bi-speaker::before {
  content: "\f57e";
}

.bi-speedometer::before {
  content: "\f57f";
}

.bi-speedometer2::before {
  content: "\f580";
}

.bi-spellcheck::before {
  content: "\f581";
}

.bi-square-fill::before {
  content: "\f582";
}

.bi-square-half::before {
  content: "\f583";
}

.bi-square::before {
  content: "\f584";
}

.bi-stack::before {
  content: "\f585";
}

.bi-star-fill::before {
  content: "\f586";
}

.bi-star-half::before {
  content: "\f587";
}

.bi-star::before {
  content: "\f588";
}

.bi-stars::before {
  content: "\f589";
}

.bi-stickies-fill::before {
  content: "\f58a";
}

.bi-stickies::before {
  content: "\f58b";
}

.bi-sticky-fill::before {
  content: "\f58c";
}

.bi-sticky::before {
  content: "\f58d";
}

.bi-stop-btn-fill::before {
  content: "\f58e";
}

.bi-stop-btn::before {
  content: "\f58f";
}

.bi-stop-circle-fill::before {
  content: "\f590";
}

.bi-stop-circle::before {
  content: "\f591";
}

.bi-stop-fill::before {
  content: "\f592";
}

.bi-stop::before {
  content: "\f593";
}

.bi-stoplights-fill::before {
  content: "\f594";
}

.bi-stoplights::before {
  content: "\f595";
}

.bi-stopwatch-fill::before {
  content: "\f596";
}

.bi-stopwatch::before {
  content: "\f597";
}

.bi-subtract::before {
  content: "\f598";
}

.bi-suit-club-fill::before {
  content: "\f599";
}

.bi-suit-club::before {
  content: "\f59a";
}

.bi-suit-diamond-fill::before {
  content: "\f59b";
}

.bi-suit-diamond::before {
  content: "\f59c";
}

.bi-suit-heart-fill::before {
  content: "\f59d";
}

.bi-suit-heart::before {
  content: "\f59e";
}

.bi-suit-spade-fill::before {
  content: "\f59f";
}

.bi-suit-spade::before {
  content: "\f5a0";
}

.bi-sun-fill::before {
  content: "\f5a1";
}

.bi-sun::before {
  content: "\f5a2";
}

.bi-sunglasses::before {
  content: "\f5a3";
}

.bi-sunrise-fill::before {
  content: "\f5a4";
}

.bi-sunrise::before {
  content: "\f5a5";
}

.bi-sunset-fill::before {
  content: "\f5a6";
}

.bi-sunset::before {
  content: "\f5a7";
}

.bi-symmetry-horizontal::before {
  content: "\f5a8";
}

.bi-symmetry-vertical::before {
  content: "\f5a9";
}

.bi-table::before {
  content: "\f5aa";
}

.bi-tablet-fill::before {
  content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}

.bi-tablet-landscape::before {
  content: "\f5ad";
}

.bi-tablet::before {
  content: "\f5ae";
}

.bi-tag-fill::before {
  content: "\f5af";
}

.bi-tag::before {
  content: "\f5b0";
}

.bi-tags-fill::before {
  content: "\f5b1";
}

.bi-tags::before {
  content: "\f5b2";
}

.bi-telegram::before {
  content: "\f5b3";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-telephone-forward-fill::before {
  content: "\f5b5";
}

.bi-telephone-forward::before {
  content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}

.bi-telephone-inbound::before {
  content: "\f5b8";
}

.bi-telephone-minus-fill::before {
  content: "\f5b9";
}

.bi-telephone-minus::before {
  content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}

.bi-telephone-outbound::before {
  content: "\f5bc";
}

.bi-telephone-plus-fill::before {
  content: "\f5bd";
}

.bi-telephone-plus::before {
  content: "\f5be";
}

.bi-telephone-x-fill::before {
  content: "\f5bf";
}

.bi-telephone-x::before {
  content: "\f5c0";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-terminal-fill::before {
  content: "\f5c2";
}

.bi-terminal::before {
  content: "\f5c3";
}

.bi-text-center::before {
  content: "\f5c4";
}

.bi-text-indent-left::before {
  content: "\f5c5";
}

.bi-text-indent-right::before {
  content: "\f5c6";
}

.bi-text-left::before {
  content: "\f5c7";
}

.bi-text-paragraph::before {
  content: "\f5c8";
}

.bi-text-right::before {
  content: "\f5c9";
}

.bi-textarea-resize::before {
  content: "\f5ca";
}

.bi-textarea-t::before {
  content: "\f5cb";
}

.bi-textarea::before {
  content: "\f5cc";
}

.bi-thermometer-half::before {
  content: "\f5cd";
}

.bi-thermometer-high::before {
  content: "\f5ce";
}

.bi-thermometer-low::before {
  content: "\f5cf";
}

.bi-thermometer-snow::before {
  content: "\f5d0";
}

.bi-thermometer-sun::before {
  content: "\f5d1";
}

.bi-thermometer::before {
  content: "\f5d2";
}

.bi-three-dots-vertical::before {
  content: "\f5d3";
}

.bi-three-dots::before {
  content: "\f5d4";
}

.bi-toggle-off::before {
  content: "\f5d5";
}

.bi-toggle-on::before {
  content: "\f5d6";
}

.bi-toggle2-off::before {
  content: "\f5d7";
}

.bi-toggle2-on::before {
  content: "\f5d8";
}

.bi-toggles::before {
  content: "\f5d9";
}

.bi-toggles2::before {
  content: "\f5da";
}

.bi-tools::before {
  content: "\f5db";
}

.bi-tornado::before {
  content: "\f5dc";
}

.bi-trash-fill::before {
  content: "\f5dd";
}

.bi-trash::before {
  content: "\f5de";
}

.bi-trash2-fill::before {
  content: "\f5df";
}

.bi-trash2::before {
  content: "\f5e0";
}

.bi-tree-fill::before {
  content: "\f5e1";
}

.bi-tree::before {
  content: "\f5e2";
}

.bi-triangle-fill::before {
  content: "\f5e3";
}

.bi-triangle-half::before {
  content: "\f5e4";
}

.bi-triangle::before {
  content: "\f5e5";
}

.bi-trophy-fill::before {
  content: "\f5e6";
}

.bi-trophy::before {
  content: "\f5e7";
}

.bi-tropical-storm::before {
  content: "\f5e8";
}

.bi-truck-flatbed::before {
  content: "\f5e9";
}

.bi-truck::before {
  content: "\f5ea";
}

.bi-tsunami::before {
  content: "\f5eb";
}

.bi-tv-fill::before {
  content: "\f5ec";
}

.bi-tv::before {
  content: "\f5ed";
}

.bi-twitch::before {
  content: "\f5ee";
}

.bi-twitter::before {
  content: "\f5ef";
}

.bi-type-bold::before {
  content: "\f5f0";
}

.bi-type-h1::before {
  content: "\f5f1";
}

.bi-type-h2::before {
  content: "\f5f2";
}

.bi-type-h3::before {
  content: "\f5f3";
}

.bi-type-italic::before {
  content: "\f5f4";
}

.bi-type-strikethrough::before {
  content: "\f5f5";
}

.bi-type-underline::before {
  content: "\f5f6";
}

.bi-type::before {
  content: "\f5f7";
}

.bi-ui-checks-grid::before {
  content: "\f5f8";
}

.bi-ui-checks::before {
  content: "\f5f9";
}

.bi-ui-radios-grid::before {
  content: "\f5fa";
}

.bi-ui-radios::before {
  content: "\f5fb";
}

.bi-umbrella-fill::before {
  content: "\f5fc";
}

.bi-umbrella::before {
  content: "\f5fd";
}

.bi-union::before {
  content: "\f5fe";
}

.bi-unlock-fill::before {
  content: "\f5ff";
}

.bi-unlock::before {
  content: "\f600";
}

.bi-upc-scan::before {
  content: "\f601";
}

.bi-upc::before {
  content: "\f602";
}

.bi-upload::before {
  content: "\f603";
}

.bi-vector-pen::before {
  content: "\f604";
}

.bi-view-list::before {
  content: "\f605";
}

.bi-view-stacked::before {
  content: "\f606";
}

.bi-vinyl-fill::before {
  content: "\f607";
}

.bi-vinyl::before {
  content: "\f608";
}

.bi-voicemail::before {
  content: "\f609";
}

.bi-volume-down-fill::before {
  content: "\f60a";
}

.bi-volume-down::before {
  content: "\f60b";
}

.bi-volume-mute-fill::before {
  content: "\f60c";
}

.bi-volume-mute::before {
  content: "\f60d";
}

.bi-volume-off-fill::before {
  content: "\f60e";
}

.bi-volume-off::before {
  content: "\f60f";
}

.bi-volume-up-fill::before {
  content: "\f610";
}

.bi-volume-up::before {
  content: "\f611";
}

.bi-vr::before {
  content: "\f612";
}

.bi-wallet-fill::before {
  content: "\f613";
}

.bi-wallet::before {
  content: "\f614";
}

.bi-wallet2::before {
  content: "\f615";
}

.bi-watch::before {
  content: "\f616";
}

.bi-water::before {
  content: "\f617";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-wifi-1::before {
  content: "\f619";
}

.bi-wifi-2::before {
  content: "\f61a";
}

.bi-wifi-off::before {
  content: "\f61b";
}

.bi-wifi::before {
  content: "\f61c";
}

.bi-wind::before {
  content: "\f61d";
}

.bi-window-dock::before {
  content: "\f61e";
}

.bi-window-sidebar::before {
  content: "\f61f";
}

.bi-window::before {
  content: "\f620";
}

.bi-wrench::before {
  content: "\f621";
}

.bi-x-circle-fill::before {
  content: "\f622";
}

.bi-x-circle::before {
  content: "\f623";
}

.bi-x-diamond-fill::before {
  content: "\f624";
}

.bi-x-diamond::before {
  content: "\f625";
}

.bi-x-octagon-fill::before {
  content: "\f626";
}

.bi-x-octagon::before {
  content: "\f627";
}

.bi-x-square-fill::before {
  content: "\f628";
}

.bi-x-square::before {
  content: "\f629";
}

.bi-x::before {
  content: "\f62a";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-zoom-in::before {
  content: "\f62c";
}

.bi-zoom-out::before {
  content: "\f62d";
}

.bi-bank::before {
  content: "\f62e";
}

.bi-bank2::before {
  content: "\f62f";
}

.bi-bell-slash-fill::before {
  content: "\f630";
}

.bi-bell-slash::before {
  content: "\f631";
}

.bi-cash-coin::before {
  content: "\f632";
}

.bi-check-lg::before {
  content: "\f633";
}

.bi-coin::before {
  content: "\f634";
}

.bi-currency-bitcoin::before {
  content: "\f635";
}

.bi-currency-dollar::before {
  content: "\f636";
}

.bi-currency-euro::before {
  content: "\f637";
}

.bi-currency-exchange::before {
  content: "\f638";
}

.bi-currency-pound::before {
  content: "\f639";
}

.bi-currency-yen::before {
  content: "\f63a";
}

.bi-dash-lg::before {
  content: "\f63b";
}

.bi-exclamation-lg::before {
  content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}

.bi-file-earmark-pdf::before {
  content: "\f63e";
}

.bi-file-pdf-fill::before {
  content: "\f63f";
}

.bi-file-pdf::before {
  content: "\f640";
}

.bi-gender-ambiguous::before {
  content: "\f641";
}

.bi-gender-female::before {
  content: "\f642";
}

.bi-gender-male::before {
  content: "\f643";
}

.bi-gender-trans::before {
  content: "\f644";
}

.bi-headset-vr::before {
  content: "\f645";
}

.bi-info-lg::before {
  content: "\f646";
}

.bi-mastodon::before {
  content: "\f647";
}

.bi-messenger::before {
  content: "\f648";
}

.bi-piggy-bank-fill::before {
  content: "\f649";
}

.bi-piggy-bank::before {
  content: "\f64a";
}

.bi-pin-map-fill::before {
  content: "\f64b";
}

.bi-pin-map::before {
  content: "\f64c";
}

.bi-plus-lg::before {
  content: "\f64d";
}

.bi-question-lg::before {
  content: "\f64e";
}

.bi-recycle::before {
  content: "\f64f";
}

.bi-reddit::before {
  content: "\f650";
}

.bi-safe-fill::before {
  content: "\f651";
}

.bi-safe2-fill::before {
  content: "\f652";
}

.bi-safe2::before {
  content: "\f653";
}

.bi-sd-card-fill::before {
  content: "\f654";
}

.bi-sd-card::before {
  content: "\f655";
}

.bi-skype::before {
  content: "\f656";
}

.bi-slash-lg::before {
  content: "\f657";
}

.bi-translate::before {
  content: "\f658";
}

.bi-x-lg::before {
  content: "\f659";
}

.bi-safe::before {
  content: "\f65a";
}

.bi-apple::before {
  content: "\f65b";
}

.bi-microsoft::before {
  content: "\f65d";
}

.bi-windows::before {
  content: "\f65e";
}

.bi-behance::before {
  content: "\f65c";
}

.bi-dribbble::before {
  content: "\f65f";
}

.bi-line::before {
  content: "\f660";
}

.bi-medium::before {
  content: "\f661";
}

.bi-paypal::before {
  content: "\f662";
}

.bi-pinterest::before {
  content: "\f663";
}

.bi-signal::before {
  content: "\f664";
}

.bi-snapchat::before {
  content: "\f665";
}

.bi-spotify::before {
  content: "\f666";
}

.bi-stack-overflow::before {
  content: "\f667";
}

.bi-strava::before {
  content: "\f668";
}

.bi-wordpress::before {
  content: "\f669";
}

.bi-vimeo::before {
  content: "\f66a";
}

.bi-activity::before {
  content: "\f66b";
}

.bi-easel2-fill::before {
  content: "\f66c";
}

.bi-easel2::before {
  content: "\f66d";
}

.bi-easel3-fill::before {
  content: "\f66e";
}

.bi-easel3::before {
  content: "\f66f";
}

.bi-fan::before {
  content: "\f670";
}

.bi-fingerprint::before {
  content: "\f671";
}

.bi-graph-down-arrow::before {
  content: "\f672";
}

.bi-graph-up-arrow::before {
  content: "\f673";
}

.bi-hypnotize::before {
  content: "\f674";
}

.bi-magic::before {
  content: "\f675";
}

.bi-person-rolodex::before {
  content: "\f676";
}

.bi-person-video::before {
  content: "\f677";
}

.bi-person-video2::before {
  content: "\f678";
}

.bi-person-video3::before {
  content: "\f679";
}

.bi-person-workspace::before {
  content: "\f67a";
}

.bi-radioactive::before {
  content: "\f67b";
}

.bi-webcam-fill::before {
  content: "\f67c";
}

.bi-webcam::before {
  content: "\f67d";
}

.bi-yin-yang::before {
  content: "\f67e";
}

.bi-bandaid-fill::before {
  content: "\f680";
}

.bi-bandaid::before {
  content: "\f681";
}

.bi-bluetooth::before {
  content: "\f682";
}

.bi-body-text::before {
  content: "\f683";
}

.bi-boombox::before {
  content: "\f684";
}

.bi-boxes::before {
  content: "\f685";
}

.bi-dpad-fill::before {
  content: "\f686";
}

.bi-dpad::before {
  content: "\f687";
}

.bi-ear-fill::before {
  content: "\f688";
}

.bi-ear::before {
  content: "\f689";
}

.bi-envelope-check-fill::before {
  content: "\f68b";
}

.bi-envelope-check::before {
  content: "\f68c";
}

.bi-envelope-dash-fill::before {
  content: "\f68e";
}

.bi-envelope-dash::before {
  content: "\f68f";
}

.bi-envelope-exclamation-fill::before {
  content: "\f691";
}

.bi-envelope-exclamation::before {
  content: "\f692";
}

.bi-envelope-plus-fill::before {
  content: "\f693";
}

.bi-envelope-plus::before {
  content: "\f694";
}

.bi-envelope-slash-fill::before {
  content: "\f696";
}

.bi-envelope-slash::before {
  content: "\f697";
}

.bi-envelope-x-fill::before {
  content: "\f699";
}

.bi-envelope-x::before {
  content: "\f69a";
}

.bi-explicit-fill::before {
  content: "\f69b";
}

.bi-explicit::before {
  content: "\f69c";
}

.bi-git::before {
  content: "\f69d";
}

.bi-infinity::before {
  content: "\f69e";
}

.bi-list-columns-reverse::before {
  content: "\f69f";
}

.bi-list-columns::before {
  content: "\f6a0";
}

.bi-meta::before {
  content: "\f6a1";
}

.bi-nintendo-switch::before {
  content: "\f6a4";
}

.bi-pc-display-horizontal::before {
  content: "\f6a5";
}

.bi-pc-display::before {
  content: "\f6a6";
}

.bi-pc-horizontal::before {
  content: "\f6a7";
}

.bi-pc::before {
  content: "\f6a8";
}

.bi-playstation::before {
  content: "\f6a9";
}

.bi-plus-slash-minus::before {
  content: "\f6aa";
}

.bi-projector-fill::before {
  content: "\f6ab";
}

.bi-projector::before {
  content: "\f6ac";
}

.bi-qr-code-scan::before {
  content: "\f6ad";
}

.bi-qr-code::before {
  content: "\f6ae";
}

.bi-quora::before {
  content: "\f6af";
}

.bi-quote::before {
  content: "\f6b0";
}

.bi-robot::before {
  content: "\f6b1";
}

.bi-send-check-fill::before {
  content: "\f6b2";
}

.bi-send-check::before {
  content: "\f6b3";
}

.bi-send-dash-fill::before {
  content: "\f6b4";
}

.bi-send-dash::before {
  content: "\f6b5";
}

.bi-send-exclamation-fill::before {
  content: "\f6b7";
}

.bi-send-exclamation::before {
  content: "\f6b8";
}

.bi-send-fill::before {
  content: "\f6b9";
}

.bi-send-plus-fill::before {
  content: "\f6ba";
}

.bi-send-plus::before {
  content: "\f6bb";
}

.bi-send-slash-fill::before {
  content: "\f6bc";
}

.bi-send-slash::before {
  content: "\f6bd";
}

.bi-send-x-fill::before {
  content: "\f6be";
}

.bi-send-x::before {
  content: "\f6bf";
}

.bi-send::before {
  content: "\f6c0";
}

.bi-steam::before {
  content: "\f6c1";
}

.bi-terminal-dash::before {
  content: "\f6c3";
}

.bi-terminal-plus::before {
  content: "\f6c4";
}

.bi-terminal-split::before {
  content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}

.bi-ticket-detailed::before {
  content: "\f6c7";
}

.bi-ticket-fill::before {
  content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}

.bi-ticket-perforated::before {
  content: "\f6ca";
}

.bi-ticket::before {
  content: "\f6cb";
}

.bi-tiktok::before {
  content: "\f6cc";
}

.bi-window-dash::before {
  content: "\f6cd";
}

.bi-window-desktop::before {
  content: "\f6ce";
}

.bi-window-fullscreen::before {
  content: "\f6cf";
}

.bi-window-plus::before {
  content: "\f6d0";
}

.bi-window-split::before {
  content: "\f6d1";
}

.bi-window-stack::before {
  content: "\f6d2";
}

.bi-window-x::before {
  content: "\f6d3";
}

.bi-xbox::before {
  content: "\f6d4";
}

.bi-ethernet::before {
  content: "\f6d5";
}

.bi-hdmi-fill::before {
  content: "\f6d6";
}

.bi-hdmi::before {
  content: "\f6d7";
}

.bi-usb-c-fill::before {
  content: "\f6d8";
}

.bi-usb-c::before {
  content: "\f6d9";
}

.bi-usb-fill::before {
  content: "\f6da";
}

.bi-usb-plug-fill::before {
  content: "\f6db";
}

.bi-usb-plug::before {
  content: "\f6dc";
}

.bi-usb-symbol::before {
  content: "\f6dd";
}

.bi-usb::before {
  content: "\f6de";
}

.bi-boombox-fill::before {
  content: "\f6df";
}

.bi-displayport::before {
  content: "\f6e1";
}

.bi-gpu-card::before {
  content: "\f6e2";
}

.bi-memory::before {
  content: "\f6e3";
}

.bi-modem-fill::before {
  content: "\f6e4";
}

.bi-modem::before {
  content: "\f6e5";
}

.bi-motherboard-fill::before {
  content: "\f6e6";
}

.bi-motherboard::before {
  content: "\f6e7";
}

.bi-optical-audio-fill::before {
  content: "\f6e8";
}

.bi-optical-audio::before {
  content: "\f6e9";
}

.bi-pci-card::before {
  content: "\f6ea";
}

.bi-router-fill::before {
  content: "\f6eb";
}

.bi-router::before {
  content: "\f6ec";
}

.bi-thunderbolt-fill::before {
  content: "\f6ef";
}

.bi-thunderbolt::before {
  content: "\f6f0";
}

.bi-usb-drive-fill::before {
  content: "\f6f1";
}

.bi-usb-drive::before {
  content: "\f6f2";
}

.bi-usb-micro-fill::before {
  content: "\f6f3";
}

.bi-usb-micro::before {
  content: "\f6f4";
}

.bi-usb-mini-fill::before {
  content: "\f6f5";
}

.bi-usb-mini::before {
  content: "\f6f6";
}

.bi-cloud-haze2::before {
  content: "\f6f7";
}

.bi-device-hdd-fill::before {
  content: "\f6f8";
}

.bi-device-hdd::before {
  content: "\f6f9";
}

.bi-device-ssd-fill::before {
  content: "\f6fa";
}

.bi-device-ssd::before {
  content: "\f6fb";
}

.bi-displayport-fill::before {
  content: "\f6fc";
}

.bi-mortarboard-fill::before {
  content: "\f6fd";
}

.bi-mortarboard::before {
  content: "\f6fe";
}

.bi-terminal-x::before {
  content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
  content: "\f700";
}

.bi-arrow-through-heart::before {
  content: "\f701";
}

.bi-badge-sd-fill::before {
  content: "\f702";
}

.bi-badge-sd::before {
  content: "\f703";
}

.bi-bag-heart-fill::before {
  content: "\f704";
}

.bi-bag-heart::before {
  content: "\f705";
}

.bi-balloon-fill::before {
  content: "\f706";
}

.bi-balloon-heart-fill::before {
  content: "\f707";
}

.bi-balloon-heart::before {
  content: "\f708";
}

.bi-balloon::before {
  content: "\f709";
}

.bi-box2-fill::before {
  content: "\f70a";
}

.bi-box2-heart-fill::before {
  content: "\f70b";
}

.bi-box2-heart::before {
  content: "\f70c";
}

.bi-box2::before {
  content: "\f70d";
}

.bi-braces-asterisk::before {
  content: "\f70e";
}

.bi-calendar-heart-fill::before {
  content: "\f70f";
}

.bi-calendar-heart::before {
  content: "\f710";
}

.bi-calendar2-heart-fill::before {
  content: "\f711";
}

.bi-calendar2-heart::before {
  content: "\f712";
}

.bi-chat-heart-fill::before {
  content: "\f713";
}

.bi-chat-heart::before {
  content: "\f714";
}

.bi-chat-left-heart-fill::before {
  content: "\f715";
}

.bi-chat-left-heart::before {
  content: "\f716";
}

.bi-chat-right-heart-fill::before {
  content: "\f717";
}

.bi-chat-right-heart::before {
  content: "\f718";
}

.bi-chat-square-heart-fill::before {
  content: "\f719";
}

.bi-chat-square-heart::before {
  content: "\f71a";
}

.bi-clipboard-check-fill::before {
  content: "\f71b";
}

.bi-clipboard-data-fill::before {
  content: "\f71c";
}

.bi-clipboard-fill::before {
  content: "\f71d";
}

.bi-clipboard-heart-fill::before {
  content: "\f71e";
}

.bi-clipboard-heart::before {
  content: "\f71f";
}

.bi-clipboard-minus-fill::before {
  content: "\f720";
}

.bi-clipboard-plus-fill::before {
  content: "\f721";
}

.bi-clipboard-pulse::before {
  content: "\f722";
}

.bi-clipboard-x-fill::before {
  content: "\f723";
}

.bi-clipboard2-check-fill::before {
  content: "\f724";
}

.bi-clipboard2-check::before {
  content: "\f725";
}

.bi-clipboard2-data-fill::before {
  content: "\f726";
}

.bi-clipboard2-data::before {
  content: "\f727";
}

.bi-clipboard2-fill::before {
  content: "\f728";
}

.bi-clipboard2-heart-fill::before {
  content: "\f729";
}

.bi-clipboard2-heart::before {
  content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}

.bi-clipboard2-minus::before {
  content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}

.bi-clipboard2-plus::before {
  content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}

.bi-clipboard2-pulse::before {
  content: "\f730";
}

.bi-clipboard2-x-fill::before {
  content: "\f731";
}

.bi-clipboard2-x::before {
  content: "\f732";
}

.bi-clipboard2::before {
  content: "\f733";
}

.bi-emoji-kiss-fill::before {
  content: "\f734";
}

.bi-emoji-kiss::before {
  content: "\f735";
}

.bi-envelope-heart-fill::before {
  content: "\f736";
}

.bi-envelope-heart::before {
  content: "\f737";
}

.bi-envelope-open-heart-fill::before {
  content: "\f738";
}

.bi-envelope-open-heart::before {
  content: "\f739";
}

.bi-envelope-paper-fill::before {
  content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}

.bi-envelope-paper-heart::before {
  content: "\f73c";
}

.bi-envelope-paper::before {
  content: "\f73d";
}

.bi-filetype-aac::before {
  content: "\f73e";
}

.bi-filetype-ai::before {
  content: "\f73f";
}

.bi-filetype-bmp::before {
  content: "\f740";
}

.bi-filetype-cs::before {
  content: "\f741";
}

.bi-filetype-css::before {
  content: "\f742";
}

.bi-filetype-csv::before {
  content: "\f743";
}

.bi-filetype-doc::before {
  content: "\f744";
}

.bi-filetype-docx::before {
  content: "\f745";
}

.bi-filetype-exe::before {
  content: "\f746";
}

.bi-filetype-gif::before {
  content: "\f747";
}

.bi-filetype-heic::before {
  content: "\f748";
}

.bi-filetype-html::before {
  content: "\f749";
}

.bi-filetype-java::before {
  content: "\f74a";
}

.bi-filetype-jpg::before {
  content: "\f74b";
}

.bi-filetype-js::before {
  content: "\f74c";
}

.bi-filetype-jsx::before {
  content: "\f74d";
}

.bi-filetype-key::before {
  content: "\f74e";
}

.bi-filetype-m4p::before {
  content: "\f74f";
}

.bi-filetype-md::before {
  content: "\f750";
}

.bi-filetype-mdx::before {
  content: "\f751";
}

.bi-filetype-mov::before {
  content: "\f752";
}

.bi-filetype-mp3::before {
  content: "\f753";
}

.bi-filetype-mp4::before {
  content: "\f754";
}

.bi-filetype-otf::before {
  content: "\f755";
}

.bi-filetype-pdf::before {
  content: "\f756";
}

.bi-filetype-php::before {
  content: "\f757";
}

.bi-filetype-png::before {
  content: "\f758";
}

.bi-filetype-ppt::before {
  content: "\f75a";
}

.bi-filetype-psd::before {
  content: "\f75b";
}

.bi-filetype-py::before {
  content: "\f75c";
}

.bi-filetype-raw::before {
  content: "\f75d";
}

.bi-filetype-rb::before {
  content: "\f75e";
}

.bi-filetype-sass::before {
  content: "\f75f";
}

.bi-filetype-scss::before {
  content: "\f760";
}

.bi-filetype-sh::before {
  content: "\f761";
}

.bi-filetype-svg::before {
  content: "\f762";
}

.bi-filetype-tiff::before {
  content: "\f763";
}

.bi-filetype-tsx::before {
  content: "\f764";
}

.bi-filetype-ttf::before {
  content: "\f765";
}

.bi-filetype-txt::before {
  content: "\f766";
}

.bi-filetype-wav::before {
  content: "\f767";
}

.bi-filetype-woff::before {
  content: "\f768";
}

.bi-filetype-xls::before {
  content: "\f76a";
}

.bi-filetype-xml::before {
  content: "\f76b";
}

.bi-filetype-yml::before {
  content: "\f76c";
}

.bi-heart-arrow::before {
  content: "\f76d";
}

.bi-heart-pulse-fill::before {
  content: "\f76e";
}

.bi-heart-pulse::before {
  content: "\f76f";
}

.bi-heartbreak-fill::before {
  content: "\f770";
}

.bi-heartbreak::before {
  content: "\f771";
}

.bi-hearts::before {
  content: "\f772";
}

.bi-hospital-fill::before {
  content: "\f773";
}

.bi-hospital::before {
  content: "\f774";
}

.bi-house-heart-fill::before {
  content: "\f775";
}

.bi-house-heart::before {
  content: "\f776";
}

.bi-incognito::before {
  content: "\f777";
}

.bi-magnet-fill::before {
  content: "\f778";
}

.bi-magnet::before {
  content: "\f779";
}

.bi-person-heart::before {
  content: "\f77a";
}

.bi-person-hearts::before {
  content: "\f77b";
}

.bi-phone-flip::before {
  content: "\f77c";
}

.bi-plugin::before {
  content: "\f77d";
}

.bi-postage-fill::before {
  content: "\f77e";
}

.bi-postage-heart-fill::before {
  content: "\f77f";
}

.bi-postage-heart::before {
  content: "\f780";
}

.bi-postage::before {
  content: "\f781";
}

.bi-postcard-fill::before {
  content: "\f782";
}

.bi-postcard-heart-fill::before {
  content: "\f783";
}

.bi-postcard-heart::before {
  content: "\f784";
}

.bi-postcard::before {
  content: "\f785";
}

.bi-search-heart-fill::before {
  content: "\f786";
}

.bi-search-heart::before {
  content: "\f787";
}

.bi-sliders2-vertical::before {
  content: "\f788";
}

.bi-sliders2::before {
  content: "\f789";
}

.bi-trash3-fill::before {
  content: "\f78a";
}

.bi-trash3::before {
  content: "\f78b";
}

.bi-valentine::before {
  content: "\f78c";
}

.bi-valentine2::before {
  content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}

.bi-wrench-adjustable::before {
  content: "\f790";
}

.bi-filetype-json::before {
  content: "\f791";
}

.bi-filetype-pptx::before {
  content: "\f792";
}

.bi-filetype-xlsx::before {
  content: "\f793";
}

.bi-1-circle-fill::before {
  content: "\f796";
}

.bi-1-circle::before {
  content: "\f797";
}

.bi-1-square-fill::before {
  content: "\f798";
}

.bi-1-square::before {
  content: "\f799";
}

.bi-2-circle-fill::before {
  content: "\f79c";
}

.bi-2-circle::before {
  content: "\f79d";
}

.bi-2-square-fill::before {
  content: "\f79e";
}

.bi-2-square::before {
  content: "\f79f";
}

.bi-3-circle-fill::before {
  content: "\f7a2";
}

.bi-3-circle::before {
  content: "\f7a3";
}

.bi-3-square-fill::before {
  content: "\f7a4";
}

.bi-3-square::before {
  content: "\f7a5";
}

.bi-4-circle-fill::before {
  content: "\f7a8";
}

.bi-4-circle::before {
  content: "\f7a9";
}

.bi-4-square-fill::before {
  content: "\f7aa";
}

.bi-4-square::before {
  content: "\f7ab";
}

.bi-5-circle-fill::before {
  content: "\f7ae";
}

.bi-5-circle::before {
  content: "\f7af";
}

.bi-5-square-fill::before {
  content: "\f7b0";
}

.bi-5-square::before {
  content: "\f7b1";
}

.bi-6-circle-fill::before {
  content: "\f7b4";
}

.bi-6-circle::before {
  content: "\f7b5";
}

.bi-6-square-fill::before {
  content: "\f7b6";
}

.bi-6-square::before {
  content: "\f7b7";
}

.bi-7-circle-fill::before {
  content: "\f7ba";
}

.bi-7-circle::before {
  content: "\f7bb";
}

.bi-7-square-fill::before {
  content: "\f7bc";
}

.bi-7-square::before {
  content: "\f7bd";
}

.bi-8-circle-fill::before {
  content: "\f7c0";
}

.bi-8-circle::before {
  content: "\f7c1";
}

.bi-8-square-fill::before {
  content: "\f7c2";
}

.bi-8-square::before {
  content: "\f7c3";
}

.bi-9-circle-fill::before {
  content: "\f7c6";
}

.bi-9-circle::before {
  content: "\f7c7";
}

.bi-9-square-fill::before {
  content: "\f7c8";
}

.bi-9-square::before {
  content: "\f7c9";
}

.bi-airplane-engines-fill::before {
  content: "\f7ca";
}

.bi-airplane-engines::before {
  content: "\f7cb";
}

.bi-airplane-fill::before {
  content: "\f7cc";
}

.bi-airplane::before {
  content: "\f7cd";
}

.bi-alexa::before {
  content: "\f7ce";
}

.bi-alipay::before {
  content: "\f7cf";
}

.bi-android::before {
  content: "\f7d0";
}

.bi-android2::before {
  content: "\f7d1";
}

.bi-box-fill::before {
  content: "\f7d2";
}

.bi-box-seam-fill::before {
  content: "\f7d3";
}

.bi-browser-chrome::before {
  content: "\f7d4";
}

.bi-browser-edge::before {
  content: "\f7d5";
}

.bi-browser-firefox::before {
  content: "\f7d6";
}

.bi-browser-safari::before {
  content: "\f7d7";
}

.bi-c-circle-fill::before {
  content: "\f7da";
}

.bi-c-circle::before {
  content: "\f7db";
}

.bi-c-square-fill::before {
  content: "\f7dc";
}

.bi-c-square::before {
  content: "\f7dd";
}

.bi-capsule-pill::before {
  content: "\f7de";
}

.bi-capsule::before {
  content: "\f7df";
}

.bi-car-front-fill::before {
  content: "\f7e0";
}

.bi-car-front::before {
  content: "\f7e1";
}

.bi-cassette-fill::before {
  content: "\f7e2";
}

.bi-cassette::before {
  content: "\f7e3";
}

.bi-cc-circle-fill::before {
  content: "\f7e6";
}

.bi-cc-circle::before {
  content: "\f7e7";
}

.bi-cc-square-fill::before {
  content: "\f7e8";
}

.bi-cc-square::before {
  content: "\f7e9";
}

.bi-cup-hot-fill::before {
  content: "\f7ea";
}

.bi-cup-hot::before {
  content: "\f7eb";
}

.bi-currency-rupee::before {
  content: "\f7ec";
}

.bi-dropbox::before {
  content: "\f7ed";
}

.bi-escape::before {
  content: "\f7ee";
}

.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}

.bi-fast-forward-btn::before {
  content: "\f7f0";
}

.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}

.bi-fast-forward-circle::before {
  content: "\f7f2";
}

.bi-fast-forward-fill::before {
  content: "\f7f3";
}

.bi-fast-forward::before {
  content: "\f7f4";
}

.bi-filetype-sql::before {
  content: "\f7f5";
}

.bi-fire::before {
  content: "\f7f6";
}

.bi-google-play::before {
  content: "\f7f7";
}

.bi-h-circle-fill::before {
  content: "\f7fa";
}

.bi-h-circle::before {
  content: "\f7fb";
}

.bi-h-square-fill::before {
  content: "\f7fc";
}

.bi-h-square::before {
  content: "\f7fd";
}

.bi-indent::before {
  content: "\f7fe";
}

.bi-lungs-fill::before {
  content: "\f7ff";
}

.bi-lungs::before {
  content: "\f800";
}

.bi-microsoft-teams::before {
  content: "\f801";
}

.bi-p-circle-fill::before {
  content: "\f804";
}

.bi-p-circle::before {
  content: "\f805";
}

.bi-p-square-fill::before {
  content: "\f806";
}

.bi-p-square::before {
  content: "\f807";
}

.bi-pass-fill::before {
  content: "\f808";
}

.bi-pass::before {
  content: "\f809";
}

.bi-prescription::before {
  content: "\f80a";
}

.bi-prescription2::before {
  content: "\f80b";
}

.bi-r-circle-fill::before {
  content: "\f80e";
}

.bi-r-circle::before {
  content: "\f80f";
}

.bi-r-square-fill::before {
  content: "\f810";
}

.bi-r-square::before {
  content: "\f811";
}

.bi-repeat-1::before {
  content: "\f812";
}

.bi-repeat::before {
  content: "\f813";
}

.bi-rewind-btn-fill::before {
  content: "\f814";
}

.bi-rewind-btn::before {
  content: "\f815";
}

.bi-rewind-circle-fill::before {
  content: "\f816";
}

.bi-rewind-circle::before {
  content: "\f817";
}

.bi-rewind-fill::before {
  content: "\f818";
}

.bi-rewind::before {
  content: "\f819";
}

.bi-train-freight-front-fill::before {
  content: "\f81a";
}

.bi-train-freight-front::before {
  content: "\f81b";
}

.bi-train-front-fill::before {
  content: "\f81c";
}

.bi-train-front::before {
  content: "\f81d";
}

.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}

.bi-train-lightrail-front::before {
  content: "\f81f";
}

.bi-truck-front-fill::before {
  content: "\f820";
}

.bi-truck-front::before {
  content: "\f821";
}

.bi-ubuntu::before {
  content: "\f822";
}

.bi-unindent::before {
  content: "\f823";
}

.bi-unity::before {
  content: "\f824";
}

.bi-universal-access-circle::before {
  content: "\f825";
}

.bi-universal-access::before {
  content: "\f826";
}

.bi-virus::before {
  content: "\f827";
}

.bi-virus2::before {
  content: "\f828";
}

.bi-wechat::before {
  content: "\f829";
}

.bi-yelp::before {
  content: "\f82a";
}

.bi-sign-stop-fill::before {
  content: "\f82b";
}

.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}

.bi-sign-stop-lights::before {
  content: "\f82d";
}

.bi-sign-stop::before {
  content: "\f82e";
}

.bi-sign-turn-left-fill::before {
  content: "\f82f";
}

.bi-sign-turn-left::before {
  content: "\f830";
}

.bi-sign-turn-right-fill::before {
  content: "\f831";
}

.bi-sign-turn-right::before {
  content: "\f832";
}

.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}

.bi-sign-turn-slight-left::before {
  content: "\f834";
}

.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}

.bi-sign-turn-slight-right::before {
  content: "\f836";
}

.bi-sign-yield-fill::before {
  content: "\f837";
}

.bi-sign-yield::before {
  content: "\f838";
}

.bi-ev-station-fill::before {
  content: "\f839";
}

.bi-ev-station::before {
  content: "\f83a";
}

.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}

.bi-fuel-pump-diesel::before {
  content: "\f83c";
}

.bi-fuel-pump-fill::before {
  content: "\f83d";
}

.bi-fuel-pump::before {
  content: "\f83e";
}

.bi-0-circle-fill::before {
  content: "\f83f";
}

.bi-0-circle::before {
  content: "\f840";
}

.bi-0-square-fill::before {
  content: "\f841";
}

.bi-0-square::before {
  content: "\f842";
}

.bi-rocket-fill::before {
  content: "\f843";
}

.bi-rocket-takeoff-fill::before {
  content: "\f844";
}

.bi-rocket-takeoff::before {
  content: "\f845";
}

.bi-rocket::before {
  content: "\f846";
}

.bi-stripe::before {
  content: "\f847";
}

.bi-subscript::before {
  content: "\f848";
}

.bi-superscript::before {
  content: "\f849";
}

.bi-trello::before {
  content: "\f84a";
}

.bi-envelope-at-fill::before {
  content: "\f84b";
}

.bi-envelope-at::before {
  content: "\f84c";
}

.bi-regex::before {
  content: "\f84d";
}

.bi-text-wrap::before {
  content: "\f84e";
}

.bi-sign-dead-end-fill::before {
  content: "\f84f";
}

.bi-sign-dead-end::before {
  content: "\f850";
}

.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}

.bi-sign-do-not-enter::before {
  content: "\f852";
}

.bi-sign-intersection-fill::before {
  content: "\f853";
}

.bi-sign-intersection-side-fill::before {
  content: "\f854";
}

.bi-sign-intersection-side::before {
  content: "\f855";
}

.bi-sign-intersection-t-fill::before {
  content: "\f856";
}

.bi-sign-intersection-t::before {
  content: "\f857";
}

.bi-sign-intersection-y-fill::before {
  content: "\f858";
}

.bi-sign-intersection-y::before {
  content: "\f859";
}

.bi-sign-intersection::before {
  content: "\f85a";
}

.bi-sign-merge-left-fill::before {
  content: "\f85b";
}

.bi-sign-merge-left::before {
  content: "\f85c";
}

.bi-sign-merge-right-fill::before {
  content: "\f85d";
}

.bi-sign-merge-right::before {
  content: "\f85e";
}

.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}

.bi-sign-no-left-turn::before {
  content: "\f860";
}

.bi-sign-no-parking-fill::before {
  content: "\f861";
}

.bi-sign-no-parking::before {
  content: "\f862";
}

.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}

.bi-sign-no-right-turn::before {
  content: "\f864";
}

.bi-sign-railroad-fill::before {
  content: "\f865";
}

.bi-sign-railroad::before {
  content: "\f866";
}

.bi-building-add::before {
  content: "\f867";
}

.bi-building-check::before {
  content: "\f868";
}

.bi-building-dash::before {
  content: "\f869";
}

.bi-building-down::before {
  content: "\f86a";
}

.bi-building-exclamation::before {
  content: "\f86b";
}

.bi-building-fill-add::before {
  content: "\f86c";
}

.bi-building-fill-check::before {
  content: "\f86d";
}

.bi-building-fill-dash::before {
  content: "\f86e";
}

.bi-building-fill-down::before {
  content: "\f86f";
}

.bi-building-fill-exclamation::before {
  content: "\f870";
}

.bi-building-fill-gear::before {
  content: "\f871";
}

.bi-building-fill-lock::before {
  content: "\f872";
}

.bi-building-fill-slash::before {
  content: "\f873";
}

.bi-building-fill-up::before {
  content: "\f874";
}

.bi-building-fill-x::before {
  content: "\f875";
}

.bi-building-fill::before {
  content: "\f876";
}

.bi-building-gear::before {
  content: "\f877";
}

.bi-building-lock::before {
  content: "\f878";
}

.bi-building-slash::before {
  content: "\f879";
}

.bi-building-up::before {
  content: "\f87a";
}

.bi-building-x::before {
  content: "\f87b";
}

.bi-buildings-fill::before {
  content: "\f87c";
}

.bi-buildings::before {
  content: "\f87d";
}

.bi-bus-front-fill::before {
  content: "\f87e";
}

.bi-bus-front::before {
  content: "\f87f";
}

.bi-ev-front-fill::before {
  content: "\f880";
}

.bi-ev-front::before {
  content: "\f881";
}

.bi-globe-americas::before {
  content: "\f882";
}

.bi-globe-asia-australia::before {
  content: "\f883";
}

.bi-globe-central-south-asia::before {
  content: "\f884";
}

.bi-globe-europe-africa::before {
  content: "\f885";
}

.bi-house-add-fill::before {
  content: "\f886";
}

.bi-house-add::before {
  content: "\f887";
}

.bi-house-check-fill::before {
  content: "\f888";
}

.bi-house-check::before {
  content: "\f889";
}

.bi-house-dash-fill::before {
  content: "\f88a";
}

.bi-house-dash::before {
  content: "\f88b";
}

.bi-house-down-fill::before {
  content: "\f88c";
}

.bi-house-down::before {
  content: "\f88d";
}

.bi-house-exclamation-fill::before {
  content: "\f88e";
}

.bi-house-exclamation::before {
  content: "\f88f";
}

.bi-house-gear-fill::before {
  content: "\f890";
}

.bi-house-gear::before {
  content: "\f891";
}

.bi-house-lock-fill::before {
  content: "\f892";
}

.bi-house-lock::before {
  content: "\f893";
}

.bi-house-slash-fill::before {
  content: "\f894";
}

.bi-house-slash::before {
  content: "\f895";
}

.bi-house-up-fill::before {
  content: "\f896";
}

.bi-house-up::before {
  content: "\f897";
}

.bi-house-x-fill::before {
  content: "\f898";
}

.bi-house-x::before {
  content: "\f899";
}

.bi-person-add::before {
  content: "\f89a";
}

.bi-person-down::before {
  content: "\f89b";
}

.bi-person-exclamation::before {
  content: "\f89c";
}

.bi-person-fill-add::before {
  content: "\f89d";
}

.bi-person-fill-check::before {
  content: "\f89e";
}

.bi-person-fill-dash::before {
  content: "\f89f";
}

.bi-person-fill-down::before {
  content: "\f8a0";
}

.bi-person-fill-exclamation::before {
  content: "\f8a1";
}

.bi-person-fill-gear::before {
  content: "\f8a2";
}

.bi-person-fill-lock::before {
  content: "\f8a3";
}

.bi-person-fill-slash::before {
  content: "\f8a4";
}

.bi-person-fill-up::before {
  content: "\f8a5";
}

.bi-person-fill-x::before {
  content: "\f8a6";
}

.bi-person-gear::before {
  content: "\f8a7";
}

.bi-person-lock::before {
  content: "\f8a8";
}

.bi-person-slash::before {
  content: "\f8a9";
}

.bi-person-up::before {
  content: "\f8aa";
}

.bi-scooter::before {
  content: "\f8ab";
}

.bi-taxi-front-fill::before {
  content: "\f8ac";
}

.bi-taxi-front::before {
  content: "\f8ad";
}

.bi-amd::before {
  content: "\f8ae";
}

.bi-database-add::before {
  content: "\f8af";
}

.bi-database-check::before {
  content: "\f8b0";
}

.bi-database-dash::before {
  content: "\f8b1";
}

.bi-database-down::before {
  content: "\f8b2";
}

.bi-database-exclamation::before {
  content: "\f8b3";
}

.bi-database-fill-add::before {
  content: "\f8b4";
}

.bi-database-fill-check::before {
  content: "\f8b5";
}

.bi-database-fill-dash::before {
  content: "\f8b6";
}

.bi-database-fill-down::before {
  content: "\f8b7";
}

.bi-database-fill-exclamation::before {
  content: "\f8b8";
}

.bi-database-fill-gear::before {
  content: "\f8b9";
}

.bi-database-fill-lock::before {
  content: "\f8ba";
}

.bi-database-fill-slash::before {
  content: "\f8bb";
}

.bi-database-fill-up::before {
  content: "\f8bc";
}

.bi-database-fill-x::before {
  content: "\f8bd";
}

.bi-database-fill::before {
  content: "\f8be";
}

.bi-database-gear::before {
  content: "\f8bf";
}

.bi-database-lock::before {
  content: "\f8c0";
}

.bi-database-slash::before {
  content: "\f8c1";
}

.bi-database-up::before {
  content: "\f8c2";
}

.bi-database-x::before {
  content: "\f8c3";
}

.bi-database::before {
  content: "\f8c4";
}

.bi-houses-fill::before {
  content: "\f8c5";
}

.bi-houses::before {
  content: "\f8c6";
}

.bi-nvidia::before {
  content: "\f8c7";
}

.bi-person-vcard-fill::before {
  content: "\f8c8";
}

.bi-person-vcard::before {
  content: "\f8c9";
}

.bi-sina-weibo::before {
  content: "\f8ca";
}

.bi-tencent-qq::before {
  content: "\f8cb";
}

.bi-wikipedia::before {
  content: "\f8cc";
}

.bi-alphabet-uppercase::before {
  content: "\f2a5";
}

.bi-alphabet::before {
  content: "\f68a";
}

.bi-amazon::before {
  content: "\f68d";
}

.bi-arrows-collapse-vertical::before {
  content: "\f690";
}

.bi-arrows-expand-vertical::before {
  content: "\f695";
}

.bi-arrows-vertical::before {
  content: "\f698";
}

.bi-arrows::before {
  content: "\f6a2";
}

.bi-ban-fill::before {
  content: "\f6a3";
}

.bi-ban::before {
  content: "\f6b6";
}

.bi-bing::before {
  content: "\f6c2";
}

.bi-cake::before {
  content: "\f6e0";
}

.bi-cake2::before {
  content: "\f6ed";
}

.bi-cookie::before {
  content: "\f6ee";
}

.bi-copy::before {
  content: "\f759";
}

.bi-crosshair::before {
  content: "\f769";
}

.bi-crosshair2::before {
  content: "\f794";
}

.bi-emoji-astonished-fill::before {
  content: "\f795";
}

.bi-emoji-astonished::before {
  content: "\f79a";
}

.bi-emoji-grimace-fill::before {
  content: "\f79b";
}

.bi-emoji-grimace::before {
  content: "\f7a0";
}

.bi-emoji-grin-fill::before {
  content: "\f7a1";
}

.bi-emoji-grin::before {
  content: "\f7a6";
}

.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}

.bi-emoji-surprise::before {
  content: "\f7ac";
}

.bi-emoji-tear-fill::before {
  content: "\f7ad";
}

.bi-emoji-tear::before {
  content: "\f7b2";
}

.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}

.bi-envelope-arrow-down::before {
  content: "\f7b8";
}

.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}

.bi-envelope-arrow-up::before {
  content: "\f7be";
}

.bi-feather::before {
  content: "\f7bf";
}

.bi-feather2::before {
  content: "\f7c4";
}

.bi-floppy-fill::before {
  content: "\f7c5";
}

.bi-floppy::before {
  content: "\f7d8";
}

.bi-floppy2-fill::before {
  content: "\f7d9";
}

.bi-floppy2::before {
  content: "\f7e4";
}

.bi-gitlab::before {
  content: "\f7e5";
}

.bi-highlighter::before {
  content: "\f7f8";
}

.bi-marker-tip::before {
  content: "\f802";
}

.bi-nvme-fill::before {
  content: "\f803";
}

.bi-nvme::before {
  content: "\f80c";
}

.bi-opencollective::before {
  content: "\f80d";
}

.bi-pci-card-network::before {
  content: "\f8cd";
}

.bi-pci-card-sound::before {
  content: "\f8ce";
}

.bi-radar::before {
  content: "\f8cf";
}

.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}

.bi-send-arrow-down::before {
  content: "\f8d1";
}

.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}

.bi-send-arrow-up::before {
  content: "\f8d3";
}

.bi-sim-slash-fill::before {
  content: "\f8d4";
}

.bi-sim-slash::before {
  content: "\f8d5";
}

.bi-sourceforge::before {
  content: "\f8d6";
}

.bi-substack::before {
  content: "\f8d7";
}

.bi-threads-fill::before {
  content: "\f8d8";
}

.bi-threads::before {
  content: "\f8d9";
}

.bi-transparency::before {
  content: "\f8da";
}

.bi-twitter-x::before {
  content: "\f8db";
}

.bi-type-h4::before {
  content: "\f8dc";
}

.bi-type-h5::before {
  content: "\f8dd";
}

.bi-type-h6::before {
  content: "\f8de";
}

.bi-backpack-fill::before {
  content: "\f8df";
}

.bi-backpack::before {
  content: "\f8e0";
}

.bi-backpack2-fill::before {
  content: "\f8e1";
}

.bi-backpack2::before {
  content: "\f8e2";
}

.bi-backpack3-fill::before {
  content: "\f8e3";
}

.bi-backpack3::before {
  content: "\f8e4";
}

.bi-backpack4-fill::before {
  content: "\f8e5";
}

.bi-backpack4::before {
  content: "\f8e6";
}

.bi-brilliance::before {
  content: "\f8e7";
}

.bi-cake-fill::before {
  content: "\f8e8";
}

.bi-cake2-fill::before {
  content: "\f8e9";
}

.bi-duffle-fill::before {
  content: "\f8ea";
}

.bi-duffle::before {
  content: "\f8eb";
}

.bi-exposure::before {
  content: "\f8ec";
}

.bi-gender-neuter::before {
  content: "\f8ed";
}

.bi-highlights::before {
  content: "\f8ee";
}

.bi-luggage-fill::before {
  content: "\f8ef";
}

.bi-luggage::before {
  content: "\f8f0";
}

.bi-mailbox-flag::before {
  content: "\f8f1";
}

.bi-mailbox2-flag::before {
  content: "\f8f2";
}

.bi-noise-reduction::before {
  content: "\f8f3";
}

.bi-passport-fill::before {
  content: "\f8f4";
}

.bi-passport::before {
  content: "\f8f5";
}

.bi-person-arms-up::before {
  content: "\f8f6";
}

.bi-person-raised-hand::before {
  content: "\f8f7";
}

.bi-person-standing-dress::before {
  content: "\f8f8";
}

.bi-person-standing::before {
  content: "\f8f9";
}

.bi-person-walking::before {
  content: "\f8fa";
}

.bi-person-wheelchair::before {
  content: "\f8fb";
}

.bi-shadows::before {
  content: "\f8fc";
}

.bi-suitcase-fill::before {
  content: "\f8fd";
}

.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}

.bi-suitcase-lg::before {
  content: "\f8ff";
}

.bi-suitcase::before {
  content: "豈";
}

.bi-suitcase2-fill::before {
  content: "更";
}

.bi-suitcase2::before {
  content: "車";
}

.bi-vignette::before {
  content: "賈";
}

.bi-bluesky::before {
  content: "\f7f9";
}

.bi-tux::before {
  content: "滑";
}

.bi-beaker-fill::before {
  content: "串";
}

.bi-beaker::before {
  content: "句";
}

.bi-flask-fill::before {
  content: "龜";
}

.bi-flask-florence-fill::before {
  content: "龜";
}

.bi-flask-florence::before {
  content: "契";
}

.bi-flask::before {
  content: "金";
}

.bi-leaf-fill::before {
  content: "喇";
}

.bi-leaf::before {
  content: "奈";
}

.bi-measuring-cup-fill::before {
  content: "懶";
}

.bi-measuring-cup::before {
  content: "癩";
}

.bi-unlock2-fill::before {
  content: "羅";
}

.bi-unlock2::before {
  content: "蘿";
}

.bi-battery-low::before {
  content: "螺";
}

.bi-anthropic::before {
  content: "裸";
}

.bi-apple-music::before {
  content: "邏";
}

.bi-claude::before {
  content: "樂";
}

.bi-openai::before {
  content: "洛";
}

.bi-perplexity::before {
  content: "烙";
}

.bi-css::before {
  content: "珞";
}

.bi-javascript::before {
  content: "落";
}

.bi-typescript::before {
  content: "酪";
}

.bi-fork-knife::before {
  content: "駱";
}

.bi-globe-americas-fill::before {
  content: "亂";
}

.bi-globe-asia-australia-fill::before {
  content: "卵";
}

.bi-globe-central-south-asia-fill::before {
  content: "欄";
}

.bi-globe-europe-africa-fill::before {
  content: "爛";
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* stylelint-disable annotation-no-unknown, max-line-length */
/* stylelint-enable annotation-no-unknown, max-line-length */
html {
  --bt-table-border-color: #dee2e6;
  --bt-table-loading-bg: #fff;
  --bt-table-loading-color: #212529;
}

html[data-bs-theme=dark] {
  --bt-table-border-color: #32383e;
  --bt-table-loading-bg: #212529;
  --bt-table-loading-color: #fff;
}

.bootstrap-table .fixed-table-toolbar::after {
  content: "";
  display: block;
  clear: both;
}

.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-table-toolbar .search,
.bootstrap-table .fixed-table-toolbar .columns {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
  border-radius: 0;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001;
}

.bootstrap-table .fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4286;
}

.bootstrap-table .fixed-table-toolbar .columns-left {
  margin-right: 5px;
}

.bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px;
}

.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.bootstrap-table .fixed-table-container {
  position: relative;
  clear: both;
}

.bootstrap-table .fixed-table-container .table {
  width: 100%;
  margin-bottom: 0 !important;
}

.bootstrap-table .fixed-table-container .table th,
.bootstrap-table .fixed-table-container .table td {
  vertical-align: middle;
  box-sizing: border-box;
}

.bootstrap-table .fixed-table-container .table thead th,
.bootstrap-table .fixed-table-container .table tfoot th {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}

.bootstrap-table .fixed-table-container .table thead th:focus,
.bootstrap-table .fixed-table-container .table tfoot th:focus {
  outline: 0 solid transparent;
}

.bootstrap-table .fixed-table-container .table thead th.detail,
.bootstrap-table .fixed-table-container .table tfoot th.detail {
  width: 30px;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner,
.bootstrap-table .fixed-table-container .table tfoot th .th-inner {
  padding: 0.75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bootstrap-table .fixed-table-container .table thead th .sortable,
.bootstrap-table .fixed-table-container .table tfoot th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important;
}

.bootstrap-table .fixed-table-container .table thead th .sortable.sortable-center,
.bootstrap-table .fixed-table-container .table tfoot th .sortable.sortable-center {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.bootstrap-table .fixed-table-container .table thead th .both,
.bootstrap-table .fixed-table-container .table tfoot th .both {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23dcdcdc"><path d="m103.05877,41.4c9.37707,-12.5 24.60541,-12.5 33.98248,0l96.02113,128c6.90152,9.2 8.92696,22.9 5.17614,34.9s-12.45274,19.8 -22.20489,19.8l-192.04225,-0.1c-9.67713,0 -18.45406,-7.8 -22.20489,-19.8s-1.65036,-25.7 5.17614,-34.9l96.02113,-128l0.07501,0.1zm0,429.3l-96.02113,-128c-6.90152,-9.2 -8.92696,-22.9 -5.17614,-34.9s12.45274,-19.8 22.20489,-19.8l192.04225,0c9.67713,0 18.45406,7.8 22.20489,19.8s1.65036,25.7 -5.17614,34.9l-96.02113,128c-9.37707,12.5 -24.60541,12.5 -33.98248,0l-0.07501,0z"/></svg>');
  background-size: 16px 16px;
  background-position: center right 2px;
}

.bootstrap-table .fixed-table-container .table thead th .asc,
.bootstrap-table .fixed-table-container .table tfoot th .asc {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%237B83DB"><path d="m136.9496,41.4c-9.3763,-12.5 -24.60342,-12.5 -33.97972,0l-96.01334,128c-6.90096,9.2 -8.92624,22.9 -5.17572,34.9s12.45173,19.8 22.20309,19.8l192.02668,0c9.67634,0 18.45256,-7.8 22.20309,-19.8s1.65023,-25.7 -5.17572,-34.9l-96.01334,-128l-0.07501,0z"/></svg>');
}

.bootstrap-table .fixed-table-container .table thead th .desc,
.bootstrap-table .fixed-table-container .table tfoot th .desc {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%237B83DB"><path d="m136.94959,471.6c-9.3763,12.5 -24.60342,12.5 -33.97972,0l-96.01334,-128c-6.90096,-9.2 -8.92624,-22.9 -5.17572,-34.9s12.45173,-19.8 22.20308,-19.8l192.02667,0c9.67634,0 18.45256,7.8 22.20308,19.8s1.65023,25.7 -5.17572,34.9l-96.01334,128l-0.07501,0z"/></svg>');
}

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(0, 0, 0, 0.075);
}

.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  text-align: center;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view {
  display: flex;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: bold;
  display: inline-block;
  min-width: 30%;
  width: auto !important;
  text-align: left !important;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
  width: 100% !important;
  text-align: left !important;
}

.bootstrap-table .fixed-table-container .table .bs-checkbox {
  text-align: center;
}

.bootstrap-table .fixed-table-container .table .bs-checkbox label {
  margin-bottom: 0;
}

.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio],
.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox] {
  margin: 0 auto !important;
}

.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  padding: 0.25rem;
}

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: 1px solid var(--bt-table-border-color);
}

.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  border-top: 1px solid var(--bt-table-border-color);
  border-bottom: 1px solid var(--bt-table-border-color);
}

.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: 1px solid var(--bt-table-border-color);
  border-right: 1px solid var(--bt-table-border-color);
}

.bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid var(--bt-table-border-color);
}

.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  border-bottom: 1px solid #32383e;
}

.bootstrap-table .fixed-table-container .fixed-table-header {
  overflow: hidden;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
  overflow: auto;
  height: 100%;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  align-items: center;
  background: var(--bt-table-loading-bg);
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1000;
  transition: visibility 0s, opacity 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
  visibility: visible;
  opacity: 1;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  align-items: baseline;
  display: flex;
  justify-content: center;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  margin-right: 6px;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: loading;
  background: var(--bt-table-loading-color);
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  animation-delay: 0.3s;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  animation-delay: 0.6s;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  background: var(--bt-table-loading-color);
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  background: var(--bt-table-loading-bg);
}

.bootstrap-table .fixed-table-container .fixed-table-footer {
  overflow: hidden;
}

.bootstrap-table .fixed-table-pagination::after {
  content: "";
  display: block;
  clear: both;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail,
.bootstrap-table .fixed-table-pagination > .pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
  display: inline-block;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
  margin-bottom: 0;
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
  margin: 0;
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
  color: #c8c8c8;
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
  content: "⬅";
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
  content: "➡";
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
  pointer-events: none;
  cursor: default;
}

.bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #fff;
  height: 100vh;
  overflow-y: scroll;
}

.bootstrap-table.bootstrap4 .pagination-lg .page-link, .bootstrap-table.bootstrap5 .pagination-lg .page-link {
  padding: 0.5rem 1rem;
}

.bootstrap-table.bootstrap5 .float-left {
  float: left;
}

.bootstrap-table.bootstrap5 .float-right {
  float: right;
}

/* calculate scrollbar width */
div.fixed-table-scroll-inner {
  width: 100%;
  height: 200px;
}

div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden;
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ****************************************************** */
/*                 THEME SETTING VARIABLES                */
/* ****************************************************** */
/* ****************************************************** */
/*                      FONT SIZE MAP                     */
/* ****************************************************** */
h1, .h1 {
  font-size: 30px;
}

@media (min-width: 576px) and (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(30px + (56 - 30) * (100vw - 576px) / (1200 - 576));
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 56px;
  }
}
h2, .h2 {
  font-size: 26px;
}

@media (min-width: 576px) and (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(26px + (43 - 26) * (100vw - 576px) / (1200 - 576));
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 43px;
  }
}
h3, .h3 {
  font-size: 22px;
}

@media (min-width: 576px) and (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(22px + (34 - 22) * (100vw - 576px) / (1200 - 576));
  }
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 34px;
  }
}
h4, .h4 {
  font-size: 20px;
}

@media (min-width: 576px) and (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(20px + (24 - 20) * (100vw - 576px) / (1200 - 576));
  }
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 24px;
  }
}
h5, .h5 {
  font-size: 18px;
}

@media (min-width: 576px) and (max-width: 1200px) {
  h5, .h5 {
    font-size: calc(18px + (20 - 18) * (100vw - 576px) / (1200 - 576));
  }
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 20px;
  }
}
h6, .h6 {
  font-size: 14px;
}

@media (min-width: 576px) and (max-width: 1200px) {
  h6, .h6 {
    font-size: calc(14px + (16 - 14) * (100vw - 576px) / (1200 - 576));
  }
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 16px;
  }
}
body {
  font-size: 14px;
}

@media (min-width: 576px) and (max-width: 1200px) {
  body {
    font-size: calc(14px + (16 - 14) * (100vw - 576px) / (1200 - 576));
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
/* ============= BREAKPOINT-BETWEEN UTILITY ============= */
/* ================== GRADIENT UTILITY ================== */
html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-family: "AvenirNextCondensed", Helvetica, sans-serif;
  background-color: #010202;
  position: relative;
  font-size: 17px;
}

a[href^=tel] {
  color: inherit !important;
  font-family: "AvenirNextCondensed", Helvetica, sans-serif !important;
  text-decoration: none !important;
}

#wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
}

.w1 {
  position: relative;
  overflow: hidden;
}

.shadow {
  box-shadow: 0 0 2rem rgba(1, 2, 2, 0.1) !important;
}

.bg-dark {
  background-color: #010202 !important;
}

.text-primary {
  color: #ffd317 !important;
}

iframe {
  border: 0;
}

ul {
  padding-left: 30px;
}
ul li.unstyled-bullet {
  list-style-type: none;
}

.right {
  text-align: right;
}

span.yellow {
  color: #ffd317;
}
span.grey {
  color: #9d9d9d;
}

.hawkeye-events-logo svg,
.hawkeye-events-logo img {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .hawkeye-events-logo svg,
  .hawkeye-events-logo img {
    height: 160px;
    width: auto;
  }
}
.hawkeye-events-logo svg .cls-1,
.hawkeye-events-logo img .cls-1 {
  fill: #ffd317;
}
.hawkeye-events-logo svg .cls-2,
.hawkeye-events-logo img .cls-2 {
  fill: #ffd317;
}
.hawkeye-events-logo svg .cls-3,
.hawkeye-events-logo img .cls-3 {
  fill: #010101;
}
.hawkeye-events-logo svg .cls-4,
.hawkeye-events-logo img .cls-4 {
  fill: #231f20;
}

.fight-for-iowa-logo svg .cls-1,
.fight-for-iowa-logo img .cls-1 {
  fill: #ffd317;
}
.fight-for-iowa-logo svg .cls-2,
.fight-for-iowa-logo img .cls-2 {
  fill: #ffd317;
}
.fight-for-iowa-logo svg .cls-3,
.fight-for-iowa-logo img .cls-3 {
  fill: #231f20;
}

p.lead {
  font-size: 21px;
}
@media (max-width: 575.98px) {
  p.lead {
    font-size: 18px;
  }
}

span.bold {
  font-family: "AvenirNextCondensedCond-bold-i", Helvetica, sans-serif;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

a:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}

.btn:focus {
  border: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.pb-100 {
  padding-bottom: 100px;
}

.pad-25 {
  padding: 25px 0 0;
}

.pad-50 {
  padding: 50px 0 0;
}

.pad-100 {
  padding: 100px 0 0;
}

.pad-200 {
  padding: 200px 0 0;
}

.bi-plus::before, .bi-dash::before, .bi-x::before, .bi-arrow-right::before {
  font-weight: bolder !important;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

textarea {
  resize: none;
}

.skip-link {
  z-index: 9999;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #0043ff !important;
  outline-offset: 1.5px !important;
  opacity: 1 !important;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 0 1px #fff, 0 0 0 1.5px #fff, 0 0 #fff !important;
}
a.btn:focus-visible,
button.btn:focus-visible,
input.btn:focus-visible,
textarea.btn:focus-visible {
  outline-offset: -3px !important;
}

h1, .h1,
h2,
.h2 {
  text-wrap: balance;
  font-family: "Hawk-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
}

h3, .h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-wrap: balance;
  font-family: "AvenirNextCondensedHeavy", Helvetica, sans-serif;
}

p,
li {
  text-wrap: pretty;
}

@font-face {
  font-family: "Hawk-Italic";
  src: url("../fonts/HawkeyeBoldItalic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/HawkeyeBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HawkeyeBoldItalic.woff") format("woff"), url("../fonts/HawkeyeBoldItalic.ttf") format("truetype"), url("../fonts/HawkeyeBoldItalic.svg#HawkeyeBoldItalic") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Hawk-Bold";
  src: url("../fonts/HawkeyeBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/HawkeyeBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HawkeyeBold.woff") format("woff"), url("../fonts/HawkeyeBold.ttf") format("truetype"), url("../fonts/HawkeyeBold.svg#HawkeyeBold") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "AvenirNextCondensed";
  src: url("../fonts/AvenirNextCondensed-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/AvenirNextCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCondensed-Regular.woff") format("woff"), url("../fonts/AvenirNextCondensed-Regular.ttf") format("truetype"), url("../fonts/AvenirNextCondensed-Regular.svg#AvenirNextCondensed-Regular") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "AvenirNextCondensedCond-bold-i";
  src: url("../fonts/AvenirNextCondensed-BoldItalic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/AvenirNextCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCondensed-BoldItalic.woff") format("woff"), url("../fonts/AvenirNextCondensed-BoldItalic.ttf") format("truetype"), url("../fonts/AvenirNextCondensed-BoldItalic.svg#AvenirNextCondensed-BoldItalic") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "AvenirNextCondensedHeavy";
  src: url("../fonts/AvenirNextCondensed-Heavy.eot"); /* IE9 Compat Modes */
  src: url("../fonts/AvenirNextCondensed-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCondensed-Heavy.woff") format("woff"), url("../fonts/AvenirNextCondensed-Heavy.ttf") format("truetype"), url("../fonts/AvenirNextCondensed-Heavy.svg#AvenirNextCondensed-Heavy") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
#style-guide {
  background-color: #fff;
}

.btn {
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 0 2rem rgba(1, 2, 2, 0.1) !important;
  white-space: normal;
}
.btn.btn-lg, .btn-group-lg > .btn {
  font-size: 20px;
  line-height: 1.2;
}
.btn.btn-primary {
  font-family: "Hawk-Italic", Helvetica, sans-serif;
  color: black;
  --bs-btn-color: #010202;
  --bs-btn-bg: #ffd317;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #010202;
  --bs-btn-hover-bg: #ffda3a;
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.1);
  --bs-btn-focus-shadow-rgb: 1, 2, 2;
  --bs-btn-active-color: #010202;
  --bs-btn-active-bg: #ffdc45;
  --bs-btn-active-border-color: rgba(255, 255, 255, 0.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #010202;
  --bs-btn-disabled-bg: #ffd317;
  --bs-btn-disabled-border-color: transparent;
}
.btn.btn-primary:hover {
  color: #ffd317;
  --bs-btn-color: #010202;
  --bs-btn-border-color: #010202;
  --bs-btn-hover-color: #ffd317;
  --bs-btn-hover-bg: #010202;
  --bs-btn-hover-border-color: #010202;
  --bs-btn-focus-shadow-rgb: 1, 2, 2;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #010202;
  --bs-btn-active-border-color: #010202;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #010202;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #010202;
  --bs-gradient: none;
  border-left: 4px solid #ffd317 !important;
}
.btn.btn-secondary {
  font-family: "Hawk-Italic", Helvetica, sans-serif;
  color: white;
  --bs-btn-color: #fff;
  --bs-btn-bg: black;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: rgba(0, 0, 0, 0.2);
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: rgba(0, 0, 0, 0.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: black;
  --bs-btn-disabled-border-color: transparent;
}
.btn.btn-secondary:hover {
  color: black;
  --bs-btn-color: #ffd317;
  --bs-btn-border-color: #ffd317;
  --bs-btn-hover-color: black;
  --bs-btn-hover-bg: #ffd317;
  --bs-btn-hover-border-color: #ffd317;
  --bs-btn-focus-shadow-rgb: 255, 211, 23;
  --bs-btn-active-color: #010202;
  --bs-btn-active-bg: #ffd317;
  --bs-btn-active-border-color: #ffd317;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #ffd317;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffd317;
  --bs-gradient: none;
  border-left: 4px solid #ffd317 !important;
}
.btn.my-account-btn {
  font-family: "Hawk-Italic", Helvetica, sans-serif;
  color: white;
  --bs-btn-color: #fff;
  --bs-btn-bg: black;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: rgba(0, 0, 0, 0.2);
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: rgba(0, 0, 0, 0.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: black;
  --bs-btn-disabled-border-color: transparent;
}
.btn.my-account-btn:hover {
  color: black;
  --bs-btn-color: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: black;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #010202;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: white;
  --bs-gradient: none;
  border-left: 4px solid #ffd317 !important;
}
.btn.btn-footer {
  --bs-btn-color: #010202;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #010202;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.1);
  --bs-btn-focus-shadow-rgb: 1, 2, 2;
  --bs-btn-active-color: #010202;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: rgba(255, 255, 255, 0.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #010202;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: transparent;
}
@media (min-width: 768px) {
  .btn.btn-footer {
    font-size: 36px;
    padding: 0.5rem 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .btn.btn-footer {
    font-size: 30px;
    padding: 0.5rem 2rem;
  }
}
@media (max-width: 575.98px) {
  .btn.btn-footer {
    font-size: 22px;
    padding: 0.5rem 2.5rem;
  }
}
.btn.btn-footer:hover {
  --bs-btn-color: #fff;
  --bs-btn-bg: #010202;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #010202;
  --bs-btn-hover-border-color: #cccccc;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #010202;
  --bs-btn-active-border-color: #bfbfbf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(1, 2, 2, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #010202;
  --bs-btn-disabled-border-color: #fff;
  border-left: 4px solid #fff !important;
}
.btn.img-btn {
  padding: 15px 15px 20px;
  text-align: left;
  font-family: "Hawk-Bold", Helvetica, sans-serif !important;
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .btn.img-btn {
    font-size: 28px;
  }
}
.btn.img-btn span {
  display: block;
  font-size: 24px;
}
.btn.img-btn span.small {
  display: block;
  font-family: "AvenirNextCondensed", Helvetica, sans-serif !important;
  font-size: 14px;
  padding-top: 2px;
}
.btn.img-btn.parking-info {
  background: url("../../assets/media/index/i-club-information/parking-btn-bg-v3.webp");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.parking-info:hover, .btn.img-btn.parking-info:focus {
  background: url("../../assets/media/index/i-club-information/parking-btn-bg-v3.webp");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: 210px 120px;
  background-color: #010202;
}
.btn.img-btn.membership-info {
  background: url("../../assets/media/index/i-club-information/membership-btn-bg-v3.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.membership-info:hover, .btn.img-btn.membership-info:focus {
  background: url("../../assets/media/index/i-club-information/membership-btn-bg-v3.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
}
.btn.img-btn.priority-points {
  background: url("../../assets/media/index/i-club-information/priority-points-btn-bg-v3.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.priority-points:hover, .btn.img-btn.priority-points:focus {
  background: url("../../assets/media/index/i-club-information/priority-points-btn-bg-v3.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
}
.btn.img-btn.fb-btn {
  background: url("../../assets/media/index/game-day-information/2024-fb-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.fb-btn:hover, .btn.img-btn.fb-btn:focus {
  background: url("../../assets/media/index/game-day-information/2024-fb-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
}
.btn.img-btn.mbb-btn {
  background: url("../../assets/media/index/game-day-information/2025-bb-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.mbb-btn:hover, .btn.img-btn.mbb-btn:focus {
  background: url("../../assets/media/index/game-day-information/2025-bb-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
}
.btn.img-btn.wbb-btn {
  background: url("../../assets/media/index/game-day-information/2022-wbb-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.wbb-btn:hover, .btn.img-btn.wbb-btn:focus {
  background: url("../../assets/media/index/game-day-information/2022-wbb-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
}
.btn.img-btn.wrestling-btn {
  background: url("../../assets/media/index/game-day-information/2022-wr-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.wrestling-btn:hover, .btn.img-btn.wrestling-btn:focus {
  background: url("../../assets/media/index/game-day-information/2022-wr-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
}
.btn.img-btn.all-sports-btn {
  background: url("../../assets/media/index/game-day-information/all-sports-btn.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.all-sports-btn:hover, .btn.img-btn.all-sports-btn:focus {
  background: url("../../assets/media/index/game-day-information/all-sports-btn.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
}
.btn.img-btn.campaign-kinnick-edge-btn {
  background: url("../../assets/media/index/active-facility-campaigns/kinnick-edge-btn-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.campaign-kinnick-edge-btn:hover, .btn.img-btn.campaign-kinnick-edge-btn:focus {
  background: url("../../assets/media/index/active-facility-campaigns/kinnick-edge-btn-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
}
.btn.img-btn.campaign-carver-terrace-btn {
  background: url("../../assets/media/index/active-facility-campaigns/carver-terrace-btn-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.campaign-carver-terrace-btn:hover, .btn.img-btn.campaign-carver-terrace-btn:focus {
  background: url("../../assets/media/index/active-facility-campaigns/carver-terrace-btn-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
}
.btn.img-btn.campaign-gerdin-btn {
  background: url("../../assets/media/index/active-facility-campaigns/gerdin-btn-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.campaign-gerdin-btn:hover, .btn.img-btn.campaign-gerdin-btn:focus {
  background: url("../../assets/media/index/active-facility-campaigns/gerdin-btn-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
}
.btn.img-btn.campaign-gerdin-btn.disabled {
  background-color: #9d9d9d;
  opacity: 1;
}
.btn.img-btn.campaign-softball-btn {
  background: url("../../assets/media/index/active-facility-campaigns/softball-btn-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.campaign-softball-btn:hover, .btn.img-btn.campaign-softball-btn:focus {
  background: url("../../assets/media/index/active-facility-campaigns/softball-btn-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
}
.btn.img-btn.campaign-softball-btn.disabled {
  background-color: #9d9d9d;
  opacity: 1;
}
.btn.img-btn.campaign-wrestling-btn {
  background: url("../../assets/media/index/active-facility-campaigns/wrestling-btn-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.campaign-wrestling-btn:hover, .btn.img-btn.campaign-wrestling-btn:focus {
  background: url("../../assets/media/index/active-facility-campaigns/wrestling-btn-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
}
.btn.img-btn.campaign-wrestling-btn.disabled {
  background-color: #9d9d9d;
  opacity: 1;
}
.btn.img-btn.carver-terrace-mbb-btn {
  background: url("../../assets/media/campaigns/carver/carver-terrace-mbb-btn-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.carver-terrace-mbb-btn:hover, .btn.img-btn.carver-terrace-mbb-btn:focus {
  background: url("../../assets/media/campaigns/carver/carver-terrace-mbb-btn-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
  color: #ffd317;
}
.btn.img-btn.carver-terrace-mbb-btn-2 {
  background: url("../../assets/media/campaigns/carver/carver-terrace-mbb-btn-bg-2.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.carver-terrace-mbb-btn-2:hover, .btn.img-btn.carver-terrace-mbb-btn-2:focus {
  background: url("../../assets/media/campaigns/carver/carver-terrace-mbb-btn-bg-2.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
  color: #ffd317;
}
.btn.img-btn.carver-terrace-wrestling-btn {
  background: url("../../assets/media/campaigns/carver/carver-terrace-wrestling-btn-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.carver-terrace-wrestling-btn:hover, .btn.img-btn.carver-terrace-wrestling-btn:focus {
  background: url("../../assets/media/campaigns/carver/carver-terrace-wrestling-btn-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
  color: #ffd317;
}
.btn.img-btn.carver-terrace-wrestling-btn-2 {
  background: url("../../assets/media/campaigns/carver/carver-terrace-wrestling-btn-bg-2.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #ffd317;
}
.btn.img-btn.carver-terrace-wrestling-btn-2:hover, .btn.img-btn.carver-terrace-wrestling-btn-2:focus {
  background: url("../../assets/media/campaigns/carver/carver-terrace-wrestling-btn-bg-2.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 210px 120px;
  background-color: #010202;
  color: #ffd317;
}

.modal .modal-dialog:not(.modal-lg) {
  max-width: 700px;
}
.modal .modal-lg {
  max-width: 75vw;
}
@media (min-width: 1600px) {
  .modal .modal-lg {
    max-width: 60vw;
  }
}
@media (min-width: 1900px) {
  .modal .modal-lg {
    max-width: 50vw;
  }
}
.modal .modal-lg .modal-footer .btn h3, .modal .modal-lg .modal-footer .btn .h3 {
  transition: color 0.2s;
}
.modal .modal-lg .modal-footer .btn:hover h3, .modal .modal-lg .modal-footer .btn:hover .h3 {
  color: #010202 !important;
}
.modal .modal-header {
  background-color: #ffd317;
}
.modal .modal-header button {
  font-family: "AvenirNextCondensedHeavy", Helvetica, sans-serif;
}
.modal .modal-header button.close {
  padding: 0;
  margin: 0;
}

table.table-bordered {
  border: 0 !important;
}
table.table-bordered td {
  border: 1px solid #010202;
}
table tr:nth-child(even) {
  background-color: #fff5cb;
}
table tr:nth-child(odd) {
  background-color: #fff9e4 !important;
}
table.table-sm thead th {
  padding-left: 0.5rem;
}
table.table-sm td {
  padding-left: 0.5rem;
  vertical-align: middle;
}
table thead {
  color: #fff;
}
table thead tr th {
  background-color: #010202;
  border: 1px solid #010202 !important;
}
table tbody {
  color: #010202;
  background-color: #ffd317;
}
table.benefit-levels tr th {
  text-align: center;
}
table.benefit-levels tr th span {
  font-size: 14px;
}
table.benefit-levels thead tr th {
  background-color: #010202;
  border-bottom: none !important;
  line-height: 1.3;
}
table.benefit-levels thead tr th:nth-child(1) {
  background-color: #eeeeee;
  border: 0 !important;
}
table.benefit-levels thead tr th:nth-of-type(n + 2) {
  border: 1px solid #010202;
}
table.benefit-levels tbody tr td {
  height: auto;
}
table.benefit-levels tbody tr td:nth-of-type(n + 2) {
  text-align: center;
}
table.benefit-levels tbody tr td.yellow {
  background-color: #ffd317;
}
table.benefit-levels tbody tr:nth-of-type(n + 2) td:nth-of-type(n + 2) {
  text-align: center;
  vertical-align: middle;
  height: 57px;
}
table.benefit-levels tbody tr:nth-of-type(n + 2) td svg,
table.benefit-levels tbody tr:nth-of-type(n + 2) td img {
  height: 38px;
  width: 60px;
  vertical-align: middle;
}
table.benefit-levels tbody tr:nth-of-type(n + 2) td svg .cls-1,
table.benefit-levels tbody tr:nth-of-type(n + 2) td svg .cls-2,
table.benefit-levels tbody tr:nth-of-type(n + 2) td img .cls-1,
table.benefit-levels tbody tr:nth-of-type(n + 2) td img .cls-2 {
  fill: #010202;
}

nav {
  position: relative;
}
nav.navbar {
  background-color: #010202;
  text-transform: uppercase;
  padding: 0;
  min-height: 63px;
}
nav.navbar .nav-item a {
  font-size: 18px;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-nav {
    margin-left: 200px;
  }
}
@media (max-width: 1199.98px) {
  nav.navbar .navbar-nav {
    margin-top: 63px;
  }
}
nav.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}
nav.navbar .dropdown-menu {
  background-color: #ffd317;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
nav.navbar .dropdown-menu .dropdown-item {
  font-size: 18px;
  text-transform: none;
  border-bottom: 1px solid #e3b800;
}
nav.navbar .dropdown-menu .dropdown-item:last-child {
  border-bottom: 1px solid transparent;
}
nav.navbar .dropdown-menu .dropdown-item:hover, nav.navbar .dropdown-menu .dropdown-item:focus {
  color: #010202;
  background-color: #e3b800;
}
nav.navbar .dropdown-menu .dropdown-item.active {
  color: #ffd317 !important;
  background-color: #010202 !important;
}
nav.navbar .dropdown-menu .dropdown-item.disabled {
  background-color: #edc000;
  color: #b08f00;
}
@media (min-width: 1200px) {
  nav.navbar .dropdown-menu:before {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffd317;
    border-width: 8px;
    z-index: 50;
  }
}
@media (max-width: 1199.98px) {
  nav.navbar .dropdown-toggle {
    font-size: 17px;
  }
}
nav.navbar .dropdown-toggle::after {
  display: none;
}
nav.navbar .navbar-toggler {
  border: 0;
  position: absolute;
  top: 10px;
  right: 0;
}
@media (min-width: 1200px) {
  nav.navbar .nav-link {
    padding: 17px 20px !important;
  }
}
@media (max-width: 1199.98px) {
  nav.navbar .nav-link {
    padding: 5px 15px !important;
  }
}
@media (max-width: 1300px) {
  nav.navbar .nav-link {
    padding: 5px 15px !important;
  }
}
nav.navbar .nav-link.active {
  color: #ffd317 !important;
}
nav.navbar .btn.my-account {
  font-family: "Hawk-Italic", Helvetica, sans-serif;
  height: 100%;
  font-size: 18px;
  padding: 7px 25px;
  z-index: 1111;
}
@media (min-width: 1200px) {
  nav.navbar .btn.my-account {
    position: absolute;
    top: 0;
    right: 130px;
    width: 130px;
  }
}
@media (max-width: 1199.98px) {
  nav.navbar .btn.my-account {
    position: relative;
    width: 100%;
    margin: 0 !important;
  }
}
nav.navbar .btn.give-now {
  font-family: "Hawk-Italic", Helvetica, sans-serif;
  height: 100%;
  font-size: 18px;
  padding: 7px 25px;
  z-index: 1111;
}
@media (min-width: 1200px) {
  nav.navbar .btn.give-now {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
  }
}
@media (max-width: 1199.98px) {
  nav.navbar .btn.give-now {
    position: relative;
    width: 100%;
    margin: 0 !important;
  }
}
nav.navbar .navbar-brand {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2px;
  padding-bottom: 8px;
  height: 35px;
  width: 162px;
}
nav.navbar .navbar-brand img,
nav.navbar .navbar-brand svg {
  height: 35px;
  width: 162px;
  position: relative;
  top: 10px;
  margin-left: 15px;
}
nav.navbar .navbar-brand img .cls-1,
nav.navbar .navbar-brand img .cls-2,
nav.navbar .navbar-brand svg .cls-1,
nav.navbar .navbar-brand svg .cls-2 {
  fill: #ffd317;
}
nav.navbar .navbar-brand img .cls-2,
nav.navbar .navbar-brand svg .cls-2 {
  fill-rule: evenodd;
}
nav.navbar .navbar-brand span {
  font-family: "Hawk-Bold", Helvetica, sans-serif;
  position: relative;
  left: 26px;
  top: 0;
}
nav.navbar .navbar-brand span:before {
  content: " ";
  font-family: "AvenirNextCondensed", Helvetica, sans-serif;
  background-color: #ffd317;
  height: 30px;
  position: absolute;
  left: -13px;
  top: -2px;
  border-left: 1px solid #9d9d9d;
}

.sub-nav {
  background-color: #fff;
  position: fixed;
  top: 62px;
  width: 100%;
  max-width: 100%;
  z-index: 1029;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.sub-nav a {
  color: #010202;
  font-size: 18px;
}
.sub-nav ul.page-menu {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0;
}
.sub-nav ul.page-menu .nav-item {
  padding: 0;
}
.sub-nav ul.page-menu .nav-item a.active {
  color: #010202 !important;
  background-color: #e6e6e6;
}
.sub-nav ul.page-menu .nav-item a.nav-link {
  padding: 7px 15px !important;
  text-transform: none;
  color: #010202;
}
.sub-nav ul.page-menu li {
  padding: 7px 15px;
  border-right: 1px solid #dddddd;
  display: inline-block;
  position: relative;
}
.sub-nav ul.page-menu li.page-title {
  font-family: "AvenirNextCondensedHeavy", Helvetica, sans-serif;
}
.sub-nav ul.page-menu li:last-child {
  border-right: 0;
}
.sub-nav ul.page-menu li a {
  display: block;
}
.sub-nav ul.page-menu li a:hover, .sub-nav ul.page-menu li a:focus {
  text-decoration: none;
}

.panel {
  margin-bottom: 15px !important;
}
.panel:hover {
  cursor: pointer;
}

.panel-default {
  background-color: #ffd317;
  /* Active state -- reference main.js */
}
.panel-default a.panel-heading {
  text-decoration: none !important;
}
.panel-default h4.panel-title, .panel-default .panel-title.h4 {
  color: #010202 !important;
  font-size: 18px;
  font-family: "AvenirNextCondensed", Helvetica, sans-serif !important;
  padding: 8px 20px 8px 15px;
  margin-bottom: 0;
}
.panel-default span.indicator {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: -2px;
}
.panel-default .panel-body {
  background-color: #fff !important;
  font-family: "AvenirNextCondensed", Helvetica, sans-serif !important;
  padding: 15px 0 5px;
}
.panel-default .panel-body h5, .panel-default .panel-body .h5 {
  padding: 0 20px;
}
.panel-default .panel-body p {
  color: #010202 !important;
  padding: 0 20px;
  font-size: 16px;
}
.panel-default .panel-clr {
  background-color: #ffd317;
}
.panel-default .panel-clr.on {
  background-color: #ffd317;
}
.panel-default .panel-clr.on h4.panel-title, .panel-default .panel-clr.on .panel-title.h4 {
  color: #010202 !important;
}

.chart-custom span.ct-label {
  font-size: 18px;
  color: #010202;
}
.chart-custom span.ct-label.ct-start {
  margin-top: 10px;
  font-family: "AvenirNextCondensed", Helvetica, sans-serif !important;
}
.chart-custom span.ct-label.ct-end {
  font-family: "Hawk-Bold", Helvetica, sans-serif !important;
}
@media (max-width: 767.98px) {
  .chart-custom span.ct-label.ct-end {
    font-size: 12px;
  }
}
.chart-custom .ct-series-a .ct-bar {
  stroke: #ffd317;
}
.chart-custom .ct-grid {
  stroke: #010202;
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.renewal-countdown {
  position: absolute;
  right: 260px;
  top: 0;
  display: inline-block;
  padding: 5px 20px;
  height: 100%;
  width: 11.5rem;
  text-align: center;
  background-color: #292929;
}
@media (max-width: 1199.98px) {
  .renewal-countdown {
    position: relative;
    right: 0;
    padding: 6px 15px 4px;
    width: 100%;
  }
}
.renewal-countdown span {
  color: #9d9d9d;
  text-transform: none;
}
.renewal-countdown #countdown-timer {
  display: block;
  color: #fff;
  font-family: "Hawk-Bold", Helvetica, sans-serif;
  text-transform: none;
  font-size: 20px;
  position: relative;
  top: -4px;
}

.interior-pages {
  background-color: #eee;
  padding-top: 50px;
}
@media (min-width: 768px) {
  #ways-to-support .interior-pages {
    padding-top: 100px;
  }
}
.interior-pages .section-header {
  margin-bottom: 50px;
}
.interior-pages .section-content {
  color: #010202;
  padding: 50px 0;
  border-bottom: 3px solid #ddd;
}
.interior-pages .section-content h3, .interior-pages .section-content .h3 {
  color: #010202;
}
.interior-pages .section-content:last-child {
  border-bottom: 0;
}
.interior-pages .section-content .section-title {
  padding-bottom: 40px;
}
.interior-pages #ways-of-giving #scholarship-fund .card-body {
  background-color: black;
  background-image: url("../../assets/media/ways-to-support/scholarship-fund-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 540px 540px;
  padding-bottom: 330px;
}
@media (max-width: 991.98px) {
  .interior-pages #ways-of-giving #scholarship-fund .card-body {
    background-color: black;
    background-image: url("../../assets/media/ways-to-support/scholarship-fund-bg-sm.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 675px 416px;
    padding-bottom: 330px;
  }
}
.interior-pages #ways-of-giving #i-club-fund .card-body {
  background-color: black;
  background-image: url("../../assets/media/ways-to-support/i-club-fund-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 540px 468px;
  padding-bottom: 330px;
}
@media (max-width: 991.98px) {
  .interior-pages #ways-of-giving #i-club-fund .card-body {
    background-color: black;
    background-image: url("../../assets/media/ways-to-support/i-club-fund-bg-sm.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 675px 416px;
    padding-bottom: 330px;
  }
}
.interior-pages #ways-of-giving.section-content {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .interior-pages #ways-of-giving.section-content {
    padding: 100px 0;
  }
}
.interior-pages #timeline.section-content {
  padding: 100px 0 60px;
}
@media (min-width: 1441px) {
  .interior-pages #scholarships-main {
    background: #eee url("../../assets/media/scholarships/Scholarship-XL@2x.webp") !important;
    background-repeat: no-repeat !important;
    background-position: 0% 100% !important;
    background-size: 1600px 840px !important;
  }
  .interior-pages #scholarships-main.section-content {
    padding: 100px 0 500px !important;
  }
}
@media (min-width: 1200px) {
  .interior-pages #scholarships-main {
    background: #eee url("../../assets/media/scholarships/Scholarship-LG.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 1200px 581px;
  }
}
@media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1200px) and (min-resolution: 192dpi), (min-width: 1200px) and (min-resolution: 2dppx) {
  .interior-pages #scholarships-main {
    background: #eee url("../../assets/media/scholarships/Scholarship-LG@2x.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 1200px 581px;
  }
}
@media (min-width: 1200px) {
  .interior-pages #scholarships-main.section-content {
    padding: 100px 0 250px;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #scholarships-main {
    background: #eee url("../../assets/media/scholarships/Scholarship-LG.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 1100px 533px;
  }
}
@media (max-width: 1199.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1199.98px) and (min-resolution: 192dpi), (max-width: 1199.98px) and (min-resolution: 2dppx) {
  .interior-pages #scholarships-main {
    background: #eee url("../../assets/media/scholarships/Scholarship-LG@2x.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 1100px 533px;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #scholarships-main.section-content {
    padding: 100px 0 250px;
  }
}
@media (max-width: 991.98px) {
  .interior-pages #scholarships-main {
    background: #eee url("../../assets/media/scholarships/Scholarship-LG.webp");
    background-repeat: no-repeat;
    background-position: 25% 100%;
    background-size: 1000px 484px;
  }
}
@media (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991.98px) and (min-resolution: 192dpi), (max-width: 991.98px) and (min-resolution: 2dppx) {
  .interior-pages #scholarships-main {
    background: #eee url("../../assets/media/scholarships/Scholarship-LG@2x.webp");
    background-repeat: no-repeat;
    background-position: 25% 100%;
    background-size: 1000px 484px;
  }
}
@media (max-width: 991.98px) {
  .interior-pages #scholarships-main.section-content {
    padding: 100px 0 200px;
  }
}
@media (max-width: 767.98px) {
  .interior-pages #scholarships-main {
    background: #eee url("../../assets/media/scholarships/Scholarship-SM.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 768px 525px;
  }
}
@media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
  .interior-pages #scholarships-main {
    background: #eee url("../../assets/media/scholarships/Scholarship-SM@2x.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 768px 525px;
  }
}
@media (max-width: 767.98px) {
  .interior-pages #scholarships-main.section-content {
    padding: 100px 0 450px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #scholarships-main {
    background: #eee url("../../assets/media/scholarships/Scholarship-SM.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 575px 393px;
  }
}
@media (max-width: 575.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 575.98px) and (min-resolution: 192dpi), (max-width: 575.98px) and (min-resolution: 2dppx) {
  .interior-pages #scholarships-main {
    background: #eee url("../../assets/media/scholarships/Scholarship-SM@2x.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 575px 393px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #scholarships-main.section-content {
    padding: 100px 0 325px;
  }
}
@media (min-width: 1441px) {
  .interior-pages #coaching-scholarships {
    background: #eee url("../../assets/media/scholarships/endowments-coaching-xxl@2x.webp") !important;
    background-repeat: no-repeat !important;
    background-position: 100% 100% !important;
    background-size: 1600px 840px !important;
  }
  .interior-pages #coaching-scholarships.section-content {
    padding: 100px 0 500px !important;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #coaching-scholarships {
    background: #eee url("../../assets/media/scholarships/endowments-coaching-xl.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 1200px 581px;
  }
}
@media (max-width: 1199.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1199.98px) and (min-resolution: 192dpi), (max-width: 1199.98px) and (min-resolution: 2dppx) {
  .interior-pages #coaching-scholarships {
    background: #eee url("../../assets/media/scholarships/endowments-coaching-xl@2x.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 1200px 581px;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #coaching-scholarships.section-content {
    padding: 100px 0 200px;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #coaching-scholarships {
    background: #eee url("../../assets/media/scholarships/endowments-coaching-lg.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 1100px 533px;
  }
}
@media (max-width: 1199.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1199.98px) and (min-resolution: 192dpi), (max-width: 1199.98px) and (min-resolution: 2dppx) {
  .interior-pages #coaching-scholarships {
    background: #eee url("../../assets/media/scholarships/endowments-coaching-lg@2x.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 1100px 533px;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #coaching-scholarships.section-content {
    padding: 100px 0 200px;
  }
}
@media (max-width: 991.98px) {
  .interior-pages #coaching-scholarships {
    background: #eee url("../../assets/media/scholarships/endowments-coaching-md.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 992px 525px;
  }
}
@media (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991.98px) and (min-resolution: 192dpi), (max-width: 991.98px) and (min-resolution: 2dppx) {
  .interior-pages #coaching-scholarships {
    background: #eee url("../../assets/media/scholarships/endowments-coaching-md@2x.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 992px 525px;
  }
}
@media (max-width: 991.98px) {
  .interior-pages #coaching-scholarships.section-content {
    padding: 100px 0 450px;
  }
}
@media (max-width: 767.98px) {
  .interior-pages #coaching-scholarships {
    background: #eee url("../../assets/media/scholarships/endowments-coaching-sm.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 743px 393px;
  }
}
@media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
  .interior-pages #coaching-scholarships {
    background: #eee url("../../assets/media/scholarships/endowments-coaching-sm@2x.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 743px 393px;
  }
}
@media (max-width: 767.98px) {
  .interior-pages #coaching-scholarships.section-content {
    padding: 100px 0 340px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #coaching-scholarships {
    background: #eee url("../../assets/media/scholarships/endowments-coaching-xs.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 575px 304px;
  }
}
@media (max-width: 575.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 575.98px) and (min-resolution: 192dpi), (max-width: 575.98px) and (min-resolution: 2dppx) {
  .interior-pages #coaching-scholarships {
    background: #eee url("../../assets/media/scholarships/endowments-coaching-xs@2x.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 575px 304px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #coaching-scholarships.section-content {
    padding: 100px 0 270px;
  }
}
.interior-pages #hawkeye-110-percent.section-content {
  padding-top: 100px;
}
.interior-pages #herkys.section-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.interior-pages #how-to-give.section-content {
  padding: 100px 0 0;
}
.interior-pages #priority-points.section-content {
  padding-top: 100px;
}
.interior-pages #benefit-levels.section-content {
  padding: 100px 0 0;
}
@media (min-width: 1200px) {
  .interior-pages #fb {
    background: #eee url("../../assets/media/gameday/bg-fb-22-xl.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 1400px 547px;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #fb {
    background: #eee url("../../assets/media/gameday/bg-fb-22-lg.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 1200px 581px;
  }
}
@media (max-width: 991.98px) {
  .interior-pages #fb {
    background: #eee url("../../assets/media/gameday/bg-fb-22-md.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 992px 576px;
  }
}
@media (max-width: 767.98px) {
  .interior-pages #fb {
    background: #eee url("../../assets/media/gameday/bg-fb-22-sm.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 768px 525px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #fb {
    background: #eee url("../../assets/media/gameday/bg-fb-22-xs.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 576px 465px;
  }
}
.interior-pages #fb.section-content {
  padding-top: 100px;
}
@media (min-width: 2200px) {
  .interior-pages #fb.section-content {
    padding: 100px 0 200px;
  }
}
@media (max-width: 2199px) and (min-width: 1200px) {
  .interior-pages #fb.section-content {
    padding: 100px 0 200px;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #fb.section-content {
    padding: 100px 0 580px;
  }
}
@media (max-width: 991.98px) {
  .interior-pages #fb.section-content {
    padding: 100px 0 450px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #fb.section-content {
    padding: 100px 0 425px;
  }
}
@media (min-width: 1200px) {
  .interior-pages #mbb {
    background: #eee url("../../assets/media/gameday/tickets-xl.webp");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 1400px 547px;
  }
}
@media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1200px) and (min-resolution: 192dpi), (min-width: 1200px) and (min-resolution: 2dppx) {
  .interior-pages #mbb {
    background: #eee url("../../assets/media/gameday/tickets-xl@2x.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 1400px 547px;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #mbb {
    background: #eee url("../../assets/media/gameday/tickets-lg.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 1200px 792px;
  }
}
@media (max-width: 1199.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1199.98px) and (min-resolution: 192dpi), (max-width: 1199.98px) and (min-resolution: 2dppx) {
  .interior-pages #mbb {
    background: #eee url("../../assets/media/gameday/tickets-lg@2x.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 1200px 792px;
  }
}
@media (max-width: 991.98px) {
  .interior-pages #mbb {
    background: #eee url("../../assets/media/gameday/tickets-md.webp");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 992px 1000px;
  }
}
@media (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991.98px) and (min-resolution: 192dpi), (max-width: 991.98px) and (min-resolution: 2dppx) {
  .interior-pages #mbb {
    background: #eee url("../../assets/media/gameday/tickets-md@2x.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 992px 1000px;
  }
}
@media (max-width: 767.98px) {
  .interior-pages #mbb {
    background: #eee url("../../assets/media/gameday/tickets-sm@2x.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 768px 490px;
  }
}
@media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
  .interior-pages #mbb {
    background: #eee url("../../assets/media/gameday/tickets-sm@2x.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 768px 490px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #mbb {
    background: #eee url("../../assets/media/gameday/tickets-xs@2x.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 576px 368px;
  }
}
@media (max-width: 575.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 575.98px) and (min-resolution: 192dpi), (max-width: 575.98px) and (min-resolution: 2dppx) {
  .interior-pages #mbb {
    background: #eee url("../../assets/media/gameday/tickets-xs@2x.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 576px 368px;
  }
}
.interior-pages #mbb.section-content {
  padding-top: 100px;
}
@media (min-width: 2200px) {
  .interior-pages #mbb.section-content {
    padding: 100px 0 50px;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #mbb.section-content {
    padding: 100px 0 590px;
  }
}
@media (max-width: 991.98px) {
  .interior-pages #mbb.section-content {
    padding: 100px 0 450px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #mbb.section-content {
    padding: 100px 0 345px;
  }
}
@media (min-width: 1500px) {
  .interior-pages #wbb {
    background: #eee url("../../assets/media/gameday/wbb-tickets-xll.webp");
    background-repeat: no-repeat;
    background-position: 100% 30%;
    background-size: 1002px 1110px;
  }
}
@media (max-width: 1499px) and (min-width: 1200px) {
  .interior-pages #wbb {
    background: #eee url("../../assets/media/gameday/wbb-tickets-xl.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 1077px 761px;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #wbb {
    background: #eee url("../../assets/media/gameday/wbb-tickets-lg.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 1200px 556px;
  }
}
@media (max-width: 991.98px) {
  .interior-pages #wbb {
    background: #eee url("../../assets/media/gameday/wbb-tickets-md.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 992px 663px;
  }
}
@media (max-width: 767.98px) {
  .interior-pages #wbb {
    background: #eee url("../../assets/media/gameday/wbb-tickets-sm.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 768px 452px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #wbb {
    background: #eee url("../../assets/media/gameday/wbb-tickets-xs.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 576px 399px;
  }
}
.interior-pages #wbb.section-content {
  padding-top: 100px;
}
@media (min-width: 1200px) {
  .interior-pages #wbb.section-content {
    padding: 100px 0 90px;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #wbb.section-content {
    padding: 100px 0 560px;
  }
}
@media (max-width: 991.98px) {
  .interior-pages #wbb.section-content {
    padding: 100px 0 530px;
  }
}
@media (max-width: 767.98px) {
  .interior-pages #wbb.section-content {
    padding: 100px 0 460px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #wbb.section-content {
    padding: 100px 0 400px;
  }
}
@media (min-width: 1200px) {
  .interior-pages #wrestling {
    background: #eee url("../../assets/media/gameday/tickets-wr-xl-v2.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 823px 1142px;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #wrestling {
    background: #eee url("../../assets/media/gameday/tickets-wr-lg-v2.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 1200px 627px;
  }
}
@media (max-width: 991.98px) {
  .interior-pages #wrestling {
    background: #eee url("../../assets/media/gameday/tickets-wr-md-v2.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 992px 644px;
  }
}
@media (max-width: 767.98px) {
  .interior-pages #wrestling {
    background: #eee url("../../assets/media/gameday/tickets-wr-sm-v2.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 768px 519px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #wrestling {
    background: #eee url("../../assets/media/gameday/tickets-wr-xs-v2.webp");
    background-repeat: no-repeat;
    background-position: 20% 100%;
    background-size: 576px 456px;
  }
}
.interior-pages #wrestling.section-content {
  padding: 100px 0 250px;
}
@media (min-width: 2200px) {
  .interior-pages #wrestling.section-content {
    padding: 100px 0 50px;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #wrestling.section-content {
    padding: 100px 0 500px;
  }
}
@media (max-width: 991.98px) {
  .interior-pages #wrestling.section-content {
    padding: 100px 0 500px;
  }
}
@media (max-width: 767.98px) {
  .interior-pages #wrestling.section-content {
    padding: 100px 0 350px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #wrestling.section-content {
    padding: 100px 0 220px;
  }
}
@media (min-width: 1820px) {
  .interior-pages #all-sport {
    background: #eee url("../../assets/media/gameday/all-sport-xxl.webp");
    background-repeat: no-repeat;
    background-position: 100% 42%;
    background-size: 1002px 1110px;
  }
}
@media (max-width: 1819px) and (min-width: 1500px) {
  .interior-pages #all-sport {
    background: #eee url("../../assets/media/gameday/all-sport-xxl.webp");
    background-repeat: no-repeat;
    background-position: 135% 42%;
    background-size: 1002px 1110px;
  }
}
@media (max-width: 1499px) and (min-width: 1200px) {
  .interior-pages #all-sport {
    background: #eee url("../../assets/media/gameday/all-sport-xl.webp");
    background-repeat: no-repeat;
    background-position: 100% 70%;
    background-size: 1077px 761px;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #all-sport {
    background: #eee url("../../assets/media/gameday/all-sport-lg.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 1200px 556px;
  }
}
@media (max-width: 991.98px) {
  .interior-pages #all-sport {
    background: #eee url("../../assets/media/gameday/all-sport-md.webp");
    background-repeat: no-repeat;
    background-position: 50% 110%;
    background-size: 992px 663px;
  }
}
@media (max-width: 767.98px) {
  .interior-pages #all-sport {
    background: #eee url("../../assets/media/gameday/all-sport-sm.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 768px 452px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #all-sport {
    background: #eee url("../../assets/media/gameday/all-sport-xs.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 576px 399px;
  }
}
.interior-pages #all-sport.section-content {
  padding-top: 100px;
}
@media (min-width: 1200px) {
  .interior-pages #all-sport.section-content {
    padding: 100px 0 90px;
  }
}
@media (max-width: 1199.98px) {
  .interior-pages #all-sport.section-content {
    padding: 100px 0 560px;
  }
}
@media (max-width: 991.98px) {
  .interior-pages #all-sport.section-content {
    padding: 100px 0 530px;
  }
}
@media (max-width: 767.98px) {
  .interior-pages #all-sport.section-content {
    padding: 100px 0 460px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #all-sport.section-content {
    padding: 100px 0 400px;
  }
}
.interior-pages #gerdin-athletic-learning-center {
  padding: 100px 0;
}
.interior-pages #gerdin-athletic-learning-center .card-header {
  min-height: 400px;
}
@media (min-width: 992px) {
  .interior-pages #gerdin-athletic-learning-center {
    padding: 100px 0 200px;
  }
}
.interior-pages #gerdin-athletic-learning-center .card-header {
  background: #eee url("../../assets/media/campaigns/gerdin-facility.webp");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 1110px 400px;
}
@media (min-width: 2200px) {
  .interior-pages #hawkeye-life-program {
    background: #eee url("../../assets/media/campaigns/gerdin/gerdin-bg-xl.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 1279px 1000px;
  }
}
@media (max-width: 2199px) and (min-width: 1350px) {
  .interior-pages #hawkeye-life-program {
    background: #eee url("../../assets/media/campaigns/gerdin/gerdin-bg-lg.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 927px 1000px;
  }
}
@media (max-width: 1349px) and (min-width: 992px) {
  .interior-pages #hawkeye-life-program {
    background: #eee url("../../assets/media/campaigns/gerdin/gerdin-bg-md.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 683px 1000px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .interior-pages #hawkeye-life-program {
    background: #eee url("../../assets/media/campaigns/gerdin/gerdin-bg-sm.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 991px 553px;
  }
}
@media (max-width: 575px) {
  .interior-pages #hawkeye-life-program {
    background: #eee url("../../assets/media/campaigns/gerdin/gerdin-bg-sm.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 575px 333px;
  }
}
.interior-pages #hawkeye-life-program.section-content {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .interior-pages #hawkeye-life-program.section-content {
    padding: 100px 0 500px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #hawkeye-life-program.section-content {
    padding: 100px 0 330px;
  }
}
.interior-pages #events-overview.section-content {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .interior-pages #events-overview.section-content {
    padding: 100px 0 50px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #events-overview.section-content {
    padding: 100px 0 50px;
  }
}
@media (min-width: 992px) {
  .interior-pages #events-overview .flex-graphic {
    width: 25rem;
  }
}
.interior-pages #i-club-events.section-content {
  padding: 100px 0 60px;
}
.interior-pages #hawkeye-huddles.section-content {
  padding: 100px 0 0;
}
.interior-pages #iClub-main {
  min-height: 560px;
}
.interior-pages #iClub-main.section-content {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .interior-pages #iClub-main.section-content {
    padding: 100px 0 550px;
  }
}
@media (max-width: 767.98px) {
  .interior-pages #iClub-main.section-content {
    padding: 100px 0 430px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #iClub-main.section-content {
    padding: 100px 0 330px;
  }
}
.interior-pages #about {
  min-height: 560px;
}
.interior-pages #about.section-content {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .interior-pages #about.section-content {
    padding: 100px 0 550px;
  }
}
@media (max-width: 767.98px) {
  .interior-pages #about.section-content {
    padding: 100px 0 430px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #about.section-content {
    padding: 100px 0 330px;
  }
}
.interior-pages #taxes {
  padding-bottom: 100px !important;
}
@media (min-width: 768px) {
  .interior-pages #faq {
    padding-bottom: 600px !important;
  }
}
@media (min-width: 1650px) {
  .interior-pages #faq {
    background: #eee url("../../assets/media/contact/faq-bb-22-xl.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 1483px 710px;
  }
}
@media (max-width: 1649px) and (min-width: 1200px) {
  .interior-pages #faq {
    background: #eee url("../../assets/media/contact/faq-bb-22-lg.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 1200px 700px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .interior-pages #faq {
    background: #eee url("../../assets/media/contact/faq-bb-22-md.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 992px 620px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .interior-pages #faq {
    background: #eee url("../../assets/media/contact/faq-bb-22-sm.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 991px 600px;
  }
}
@media (max-width: 575px) {
  .interior-pages #faq {
    background: #eee url("../../assets/media/contact/faq-bb-22-xs.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 575px 250px;
  }
}
.interior-pages #faq.section-content {
  padding: 100px 0 60px;
}
@media (max-width: 991.98px) {
  .interior-pages #faq.section-content {
    padding: 50px 0 480px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #faq.section-content {
    padding: 100px 0 370px;
  }
}
.interior-pages #our-team.section-content {
  padding: 100px 0 60px;
}
.interior-pages #i-club-chapters.section-content {
  padding: 100px 0 60px;
}
.interior-pages #contact-us.section-content {
  padding: 100px 0 0;
}
.interior-pages #fight-for-victories.section-content {
  padding-top: 100px;
}
@media (min-width: 2200px) {
  .interior-pages #fight-for-classroom-success {
    background: #eee url("../../assets/media/impact/classroom-success-bg-xl.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 1445px 1000px;
  }
}
@media (max-width: 2199px) and (min-width: 1350px) {
  .interior-pages #fight-for-classroom-success {
    background: #eee url("../../assets/media/impact/classroom-success-bg-lg.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 897px 1000px;
  }
}
@media (max-width: 1349px) and (min-width: 992px) {
  .interior-pages #fight-for-classroom-success {
    background: #eee url("../../assets/media/impact/classroom-success-bg-md.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 687px 1000px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .interior-pages #fight-for-classroom-success {
    background: #eee url("../../assets/media/impact/classroom-success-bg-sm.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 991px 543px;
  }
}
@media (max-width: 575px) {
  .interior-pages #fight-for-classroom-success {
    background: #eee url("../../assets/media/impact/classroom-success-bg-xs.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 575px 379px;
  }
}
.interior-pages #fight-for-classroom-success.section-content {
  padding: 100px 0 400px;
}
@media (max-width: 991.98px) {
  .interior-pages #fight-for-classroom-success.section-content {
    padding: 100px 0 500px;
  }
}
@media (max-width: 575.98px) {
  .interior-pages #fight-for-classroom-success.section-content {
    padding: 100px 0 330px;
  }
}
.interior-pages #those-who-fight-for-iowa.section-content {
  padding: 100px 0 60px;
}
@media (max-width: 575.98px) {
  .interior-pages #those-who-fight-for-iowa.section-content {
    padding: 100px 0 0;
  }
}
.interior-pages #meetings.section-content {
  padding-top: 100px;
}
.interior-pages #documents.section-content {
  padding: 100px 0;
}

.section-header {
  background-color: #ffd317;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .section-header {
    margin-bottom: 65px;
  }
}
.section-header .container:after {
  content: "";
  position: absolute;
  top: -25px;
  width: 0;
  height: 0;
  border-top: solid 3px #fff;
  border-bottom: solid 185px #fff;
  border-left: solid 3px #fff;
  border-right: solid 3px #fff;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .section-header .container:after {
    border-bottom: solid 155px #fff;
  }
}
@media (max-width: 575.98px) {
  .section-header .container:after {
    border-bottom: solid 140px #fff;
  }
}

@media (max-width: 991px) {
  .section-header {
    padding-top: 10px;
    padding-bottom: 0 !important;
  }
}
.section-header h1, .section-header .h1 {
  color: #ffd317;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .section-header h1, .section-header .h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 575.98px) {
  .section-header h1, .section-header .h1 {
    font-size: 30px !important;
  }
}
.section-header h2, .section-header .h2 {
  margin-top: 0;
  color: #010202;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 575.98px) {
  .section-header h2, .section-header .h2 {
    font-size: 16px !important;
  }
}
.section-header .section-title {
  text-align: left;
}
.section-header .section-title h2.h1, .section-header .section-title .h1.h2,
.section-header .section-title p.h2 {
  position: relative;
  margin: 0;
}
.section-header .section-title h2.h1, .section-header .section-title .h1.h2 {
  padding-left: 86px;
  line-height: 48px;
  font-size: 56px;
  color: #fff !important;
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .section-header .section-title h2.h1, .section-header .section-title .h1.h2 {
    font-size: 34px;
    line-height: 30px;
    padding-left: 33px;
  }
}
@media (max-width: 575.98px) {
  .section-header .section-title h2.h1, .section-header .section-title .h1.h2 {
    font-size: 26px;
    line-height: 23px;
    padding-left: 31px;
  }
}
.section-header .section-title p.h2 {
  line-height: 43px;
  font-size: 43px;
  padding-left: 30px;
  font-family: "AvenirNextCondensedCond-bold-i", Helvetica, sans-serif !important;
  padding-top: 20px;
  color: #000 !important;
}
@media (max-width: 991.98px) {
  .section-header .section-title p.h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 575.98px) {
  .section-header .section-title p.h2 {
    font-size: 20px;
    line-height: 20px;
  }
}

.section-content {
  color: #fff;
}
.section-content h3, .section-content .h3 {
  color: #ffd317;
}
.section-content.right {
  text-align: right;
}
.section-content.grey a {
  color: #010202;
  text-decoration: underline;
  font-family: "AvenirNextCondensedCond-bold-i", Helvetica, sans-serif;
}
.section-content.grey a.link {
  text-decoration: none;
  font-family: "AvenirNextCondensed", Helvetica, sans-serif;
}
.section-content.grey a:hover, .section-content.grey a:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}

#footer {
  background-color: #ffd317;
  text-align: center;
}
@media (min-width: 768px) {
  #footer {
    min-height: 398px;
    padding: 50px 0 30px;
  }
}
@media (max-width: 991.98px) {
  #footer {
    padding: 50px 0 0;
  }
}
#footer .footer-information {
  position: relative;
  z-index: 2 !important;
}
#footer .footer-information h3, #footer .footer-information .h3 {
  font-family: "Hawk-Bold", Helvetica, sans-serif;
}
#footer .logo {
  margin-bottom: 20px;
}
#footer .logo svg,
#footer .logo img {
  height: 70px;
  width: auto;
}
#footer .logo svg .cls-1,
#footer .logo svg .cls-2,
#footer .logo img .cls-1,
#footer .logo img .cls-2 {
  fill: #010202;
}
#footer .logo svg .cls-2,
#footer .logo img .cls-2 {
  fill-rule: evenodd;
}
#footer h4, #footer .h4 {
  font-family: "Hawk-Bold", Helvetica, sans-serif;
}
#footer h3, #footer .h3 {
  text-transform: none;
  font-size: 34px;
}
@media (max-width: 991.98px) {
  #footer h3, #footer .h3 {
    font-size: 22px;
  }
}
#footer .flag {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin: -14px 4px 0;
  background: url("../../assets/media/footer/flag.webp") no-repeat;
  width: 22px;
  height: 30px;
}
#footer .flag:hover {
  background-position: 0 100%;
}
#footer .social-buttons {
  margin: 20px 0 40px;
}
#footer .social-buttons a {
  text-decoration: none;
}
#footer .social-buttons .custom-icon {
  font-size: 23px;
  background: transparent;
  border-radius: 100%;
  border: 3px solid #010202 !important;
  color: #010202;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}
#footer .social-buttons .custom-icon:hover {
  cursor: pointer;
  color: #fff;
  border: 3px solid #fff !important;
}
#footer .social-buttons .fix-editor {
  display: none;
}
#footer .social-buttons .icon-wrapper {
  margin: 0 5px;
  display: inline-block;
}
#footer .social-buttons .bi-envelope {
  position: relative;
  top: -1px;
}
#footer span {
  font-size: 12px;
}
#footer span a {
  text-transform: uppercase;
  color: #010202;
}
#footer .herky {
  position: relative;
}
#footer .herky img {
  position: absolute;
  bottom: -348px;
  right: -110px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #footer .herky img {
    bottom: -374px;
  }
}
@media (max-width: 991.98px) {
  #footer .herky img {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 100%;
    margin-top: 25px;
  }
}
#footer .herky .btn {
  position: absolute;
  bottom: -270px;
  right: 100px;
}
@media (max-width: 991.98px) {
  #footer .herky .btn {
    right: 0;
    bottom: 20px;
  }
}

#state-chapters-map {
  height: 100%;
  width: 100%;
}
#state-chapters-map img,
#state-chapters-map svg {
  height: 100%;
  width: 100%;
}
#state-chapters-map path.label {
  pointer-events: none;
}
#state-chapters-map path {
  fill: lightgray !important;
  stroke: #010202 !important;
}
#state-chapters-map path:hover {
  cursor: default !important;
}
#state-chapters-map path#BOONE, #state-chapters-map path#DESMOINES, #state-chapters-map path#CARROLL, #state-chapters-map path#LINN, #state-chapters-map path#CLINTON, #state-chapters-map path#POTTAWATTAMIE, #state-chapters-map path#WINNESHIEK, #state-chapters-map path#POLK, #state-chapters-map path#DUBUQUE, #state-chapters-map path#WEBSTER, #state-chapters-map path#JOHNSON, #state-chapters-map path#HARDIN, #state-chapters-map path#MARSHALL, #state-chapters-map path#CERROGORDO, #state-chapters-map path#DICKINSON, #state-chapters-map path#WAPELLO, #state-chapters-map path#SCOTT, #state-chapters-map path#BLACKHAWK, #state-chapters-map path#TAMA, #state-chapters-map path#BENTON {
  fill: #ffd317 !important;
}
#state-chapters-map path#BOONE:hover, #state-chapters-map path#DESMOINES:hover, #state-chapters-map path#CARROLL:hover, #state-chapters-map path#LINN:hover, #state-chapters-map path#CLINTON:hover, #state-chapters-map path#POTTAWATTAMIE:hover, #state-chapters-map path#WINNESHIEK:hover, #state-chapters-map path#POLK:hover, #state-chapters-map path#DUBUQUE:hover, #state-chapters-map path#WEBSTER:hover, #state-chapters-map path#JOHNSON:hover, #state-chapters-map path#HARDIN:hover, #state-chapters-map path#MARSHALL:hover, #state-chapters-map path#CERROGORDO:hover, #state-chapters-map path#DICKINSON:hover, #state-chapters-map path#WAPELLO:hover, #state-chapters-map path#SCOTT:hover, #state-chapters-map path#BLACKHAWK:hover, #state-chapters-map path#TAMA:hover, #state-chapters-map path#BENTON:hover {
  cursor: pointer !important;
  fill: #e3b800 !important;
}
#state-chapters-map tspan {
  font-family: "AvenirNextCondensed", Helvetica, sans-serif;
}

.eh {
  /* ****************************************************** */
  /*                          DOWN                          */
  /* ****************************************************** */
}
@media (max-width: 576px) {
  .eh.eh-sm {
    min-height: auto !important;
  }
}
@media (max-width: 768px) {
  .eh.eh-md {
    min-height: auto !important;
  }
}
@media (max-width: 992px) {
  .eh.eh-lg {
    min-height: auto !important;
  }
}
@media (max-width: 1200px) {
  .eh.eh-xl {
    min-height: auto !important;
  }
}
@media (max-width: 1400px) {
  .eh.eh-xxl {
    min-height: auto !important;
  }
}
@media (max-width: 1600px) {
  .eh.eh-xxl2 {
    min-height: auto !important;
  }
}
@media (max-width: 1900px) {
  .eh.eh-xxl3 {
    min-height: auto !important;
  }
}
@media (max-width: 2400px) {
  .eh.eh-xxl4 {
    min-height: auto !important;
  }
}

.staff-card .staff-headshot-container {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto;
}
.staff-card .staff-headshot-container img {
  border-radius: 50%;
  border: 1px solid #ddd;
}
.staff-card .staff-modal-card .bg-white {
  height: 100%;
  padding: 1rem;
  transition: background-color 0.25s;
}
.staff-card .staff-modal-card:hover .bg-white {
  background-color: #ffd317 !important;
}
.staff-card .modal.staff-modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 2rem;
  z-index: 20000;
}

.support-card {
  background-color: #ffd317; /* Dark blue background */
  color: white;
  border-radius: 0;
  padding: 10px;
  text-align: center;
  height: 100%;
}
.support-card .circle-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 4px solid white;
}
@media (min-width: 576px) {
  .support-card .circle-image {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 992px) {
  .support-card .circle-image {
    width: 230px;
    height: 230px;
  }
}
@media (min-width: 1200px) {
  .support-card .circle-image {
    width: 300px;
    height: 300px;
  }
}
.support-card .circle-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-card .card-title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 10px;
}

#interior-header {
  position: relative;
}
#interior-header .section-heading {
  position: relative;
}

#interior-invest {
  margin-top: 0 !important;
  background: #ffd317 url("../../assets/media/index/slider/invest-champions-slide-xl.webp");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(255, 211, 24, 0.89);
}
@media (min-width: 768px) {
  #interior-invest {
    min-height: 200px;
  }
}

#interior-i-club {
  margin-top: 0 !important;
  background: #ffd317 url("../../assets/media/index/slider/invest-champions-slide-xl.webp");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(255, 211, 24, 0.89);
}
@media (min-width: 768px) {
  #interior-i-club {
    min-height: 200px;
  }
}

#interior-ways-support {
  margin-top: 0 !important;
  background: #ffd317 url("../../assets/media/index/slider/invest-champions-slide-xl.webp");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(255, 211, 24, 0.89);
}
@media (min-width: 768px) {
  #interior-ways-support {
    min-height: 200px;
  }
}

#index #popup .modal-dialog .modal-content {
  position: relative;
  border: 0;
  border-radius: 0;
}
#index #popup .modal-dialog .modal-content .modal-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 40px;
  border-bottom: none;
}
#index #popup .modal-dialog .modal-content .modal-body {
  padding: 2rem;
}
#index #popup .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  top: 0;
  right: 0;
}
#index #index-header {
  height: 100vh;
  position: relative;
}
#index #index-header #header-carousel .carousel-indicators button {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  opacity: 1;
  border: 0;
  margin: 0 5px;
}
#index #index-header #header-carousel .carousel-indicators button.active {
  background-color: #ffd317;
}
#index #index-header #header-carousel .carousel-item {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  #index #index-header #header-carousel .carousel-item .fade-left {
    transform: translateX(4rem);
    opacity: 0;
    transition: transform 0.35s ease-in-out, opacity 0.3s ease-in-out;
  }
  #index #index-header #header-carousel .carousel-item .fade-left.delay {
    transition-delay: 0.1s;
  }
  #index #index-header #header-carousel .carousel-item.active .fade-left {
    transform: translateX(0);
    opacity: 1;
  }
}
#index #index-header #header-carousel .carousel-item:first-of-type {
  background: #010202 url("../media/index/slider/2025/index-intro-slide-xl.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (min-width: 1200px) {
  #index #index-header #header-carousel .carousel-item:first-of-type h1, #index #index-header #header-carousel .carousel-item:first-of-type .h1 {
    text-shadow: 4px 2px 12px rgba(0, 0, 0, 0.8);
    font-size: 56px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  #index #index-header #header-carousel .carousel-item:first-of-type h1, #index #index-header #header-carousel .carousel-item:first-of-type .h1 {
    text-shadow: 4px 2px 12px rgba(0, 0, 0, 0.8);
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  #index #index-header #header-carousel .carousel-item:first-of-type h1, #index #index-header #header-carousel .carousel-item:first-of-type .h1 {
    text-shadow: 4px 2px 12px rgba(0, 0, 0, 0.8);
    font-size: 30px;
  }
}
@media (max-width: 1399.98px) {
  #index #index-header #header-carousel .carousel-item:first-of-type {
    background: #010202 url("../media/index/slider/2025/index-intro-slide-lg.webp");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
  }
}
@media (min-height: 576px) and (max-height: 900px) {
  #index #index-header #header-carousel .carousel-item:first-of-type {
    background: #010202 url("../media/index/slider/2025/index-intro-slide-xxl.webp");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
  }
}
@media (max-width: 991.98px) {
  #index #index-header #header-carousel .carousel-item:first-of-type {
    background: #010202 url("../media/index/slider/2025/index-intro-slide-lg.webp");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
  }
}
@media (max-width: 767.98px) {
  #index #index-header #header-carousel .carousel-item:first-of-type {
    background: #010202 url("../media/index/slider/2025/index-intro-slide-lg.webp");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
@media (min-height: 100px) and (max-height: 400px) {
  #index #index-header #header-carousel .carousel-item:first-of-type {
    background: #010202 url("../media/index/slider/2025/index-intro-slide-lg.webp");
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: cover;
  }
}
@media (max-width: 575.98px) {
  #index #index-header #header-carousel .carousel-item:first-of-type {
    background: #010202 url("../media/index/slider/2025/index-intro-slide-xs.webp");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  #index #index-header #header-carousel .carousel-item:first-of-type a {
    background-color: #010202 !important;
    color: #ffd317 !important;
  }
  #index #index-header #header-carousel .carousel-item:first-of-type a:hover {
    background-color: #fff !important;
    color: #010202 !important;
    border-color: #010202 !important;
  }
}
@media (max-width: 481px) {
  #index #index-header #header-carousel .carousel-item:first-of-type {
    background: #010202 url("../media/index/slider/2025/index-intro-slide-xs.webp");
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-size: 100vw;
  }
}
#index #index-header #header-carousel .carousel-item:nth-of-type(2) {
  background: #010202 url("../media/index/slider/2023-together-xl.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(2) {
    background: #010202 url("../media/index/slider/2023-together-lg.webp");
    background-repeat: no-repeat;
    background-position: 0% 25%;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(2) {
    background: #010202 url("../media/index/slider/2023-together-lg.webp");
    background-repeat: no-repeat;
    background-position: 0% 25%;
    background-size: cover;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(2) {
    background: #010202 url("../media/index/slider/2023-together-sm-v2.webp");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
  }
}
@media (max-width: 575.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(2) {
    background: #010202 url("../media/index/slider/2023-together-xs.webp");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: cover;
  }
}
#index #index-header #header-carousel .carousel-item:nth-of-type(3) {
  background: #010202 url("../media/index/slider/invest-champions-slide-xl.webp");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(3) {
    background: #010202 url("../media/index/slider/invest-champions-slide-lg.webp");
    background-repeat: no-repeat;
    background-position: 0% 25%;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(3) {
    background: #010202 url("../media/index/slider/invest-champions-slide-md.webp");
    background-repeat: no-repeat;
    background-position: 0% 25%;
    background-size: cover;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(3) {
    background: #010202 url("../media/index/slider/invest-champions-slide-sm.webp");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
  }
}
@media (max-width: 575.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(3) {
    background: #010202 url("../media/index/slider/invest-champions-slide-xs.webp");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: cover;
  }
}
#index #index-header #header-carousel .carousel-item:nth-of-type(4) {
  background: #010202 url("../media/index/slider/2026/endowments-slide-xl.webp");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(4) {
    background: #010202 url("../media/index/slider/2026/endowments-slide-lg.webp");
    background-repeat: no-repeat;
    background-position: 0% 25%;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(4) {
    background: #010202 url("../media/index/slider/2026/endowments-slide-md.webp");
    background-repeat: no-repeat;
    background-position: 0% 25%;
    background-size: cover;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(4) {
    background: #010202 url("../media/index/slider/2026/endowments-slide-sm.webp");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
  }
}
@media (max-width: 575.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(4) {
    background: #010202 url("../media/index/slider/2026/endowments-slide-xs.webp");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: cover;
  }
}
#index #index-header #header-carousel .carousel-item:nth-of-type(5) {
  background: #010202 url("../media/index/slider/campaigns-slide-xl-v5.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(5) {
    background: #010202 url("../media/index/slider/campaigns-slide-lg-v5.webp");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(5) {
    background: #010202 url("../media/index/slider/campaigns-slide-lg-v5.webp");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(5) {
    background: #010202 url("../media/index/slider/campaigns-slide-sm-v5.webp");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
  }
}
@media (max-width: 575.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(5) {
    background: #010202 url("../media/index/slider/campaigns-slide-xs-v5.webp");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
  }
}
#index #index-header #header-carousel .carousel-item:nth-of-type(6) {
  background: #010202 url("../media/index/slider/game-day-slide-xl-v4.webp");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(6) {
    background: #010202 url("../media/index/slider/game-day-slide-lg-v4.webp");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(6) {
    background: #010202 url("../media/index/slider/game-day-slide-md-v4.webp");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(6) {
    background: #010202 url("../media/index/slider/game-day-slide-sm-v4.webp");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
  }
}
@media (max-width: 575.98px) {
  #index #index-header #header-carousel .carousel-item:nth-of-type(6) {
    background: #010202 url("../media/index/slider/game-day-slide-xs-v4.webp");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: cover;
  }
}
#index #index-header #header-carousel .fight-for-iowa-logo svg,
#index #index-header #header-carousel .fight-for-iowa-logo img {
  height: 160px;
  width: auto;
}
@media (min-width: 1441px) {
  #index #index-header #header-carousel .fight-for-iowa-logo svg,
  #index #index-header #header-carousel .fight-for-iowa-logo img {
    height: 200px;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  #index #index-header #header-carousel .fight-for-iowa-logo svg,
  #index #index-header #header-carousel .fight-for-iowa-logo img {
    width: 90%;
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  #index #index-header #header-carousel .fight-for-iowa-logo svg,
  #index #index-header #header-carousel .fight-for-iowa-logo img {
    width: 60%;
    height: 100%;
  }
}
#index #index-header #header-carousel .fight-for-iowa-logo svg .cls-1,
#index #index-header #header-carousel .fight-for-iowa-logo img .cls-1 {
  fill: #ffd317;
}
#index #index-header #header-carousel .fight-for-iowa-logo svg .cls-2,
#index #index-header #header-carousel .fight-for-iowa-logo img .cls-2 {
  fill: #ffd317;
}
#index #index-header #header-carousel .fight-for-iowa-logo svg .cls-3,
#index #index-header #header-carousel .fight-for-iowa-logo img .cls-3 {
  fill: #231f20;
}
#index #index-header #header-carousel h1 span.trademark, #index #index-header #header-carousel .h1 span.trademark {
  font-size: 14px;
  padding-left: 7px;
  display: inline;
}
@media (min-width: 1200px) {
  #index #index-header #header-carousel h1 span.trademark, #index #index-header #header-carousel .h1 span.trademark {
    font-size: 18px;
  }
}
#index p.lead {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  #index p.lead {
    font-size: 1.1rem;
  }
}

@media (min-width: 1699px) {
  #game-day-information {
    background: #010202 url("../media/index/game-day-information/gameday-xxl.webp");
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 1410px 1023px;
  }
}
@media (max-width: 1700px) and (min-width: 1200px) {
  #game-day-information {
    background: #010202 url("../media/index/game-day-information/gameday-xl.webp");
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 997px 1242px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #game-day-information {
    background: #010202 url("../media/index/game-day-information/gameday-lg.webp");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 760px 1242px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #game-day-information {
    background: #010202 url("../media/index/game-day-information/gameday-md.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 991px 700px;
    padding-bottom: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #game-day-information {
    background: #010202 url("../media/index/game-day-information/gameday-sm.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 767px 617px;
    padding-bottom: 400px;
  }
}
@media (max-width: 575.98px) {
  #game-day-information {
    background: #010202 url("../media/index/game-day-information/gameday-xs.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 575px 700px;
    padding-bottom: 400px;
  }
}
@media (min-width: 992px) {
  #game-day-information .game-day-information-content {
    text-align: right;
  }
}

@media (min-width: 1441px) {
  #active-facility-campaigns {
    background: #010202 url("../media/index/active-facility-campaigns/kinnick-stadium-bg-xl-v3.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 1836px 929px;
    height: 1060px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #active-facility-campaigns {
    background: #010202 url("../media/index/active-facility-campaigns/kinnick-stadium-bg-lg-v3.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 1223px 858px;
    height: 1050px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #active-facility-campaigns {
    background: #010202 url("../media/index/active-facility-campaigns/kinnick-stadium-bg-md-v3.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 995px 735px;
    height: 1020px;
  }
}
@media (max-width: 575.98px) {
  #active-facility-campaigns {
    background: #010202 url("../media/index/active-facility-campaigns/kinnick-stadium-bg-xs-v3.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 576px 553px;
    height: 990px;
  }
}
#active-facility-campaigns .btn {
  margin-bottom: 15px;
}

#i-club-membership {
  background-repeat: repeat, no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url("../media/index/i-club-membership/bg-black-texture.webp") repeat, url("../media/index/i-club-membership/bg-trophy.webp") no-repeat;
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, contain;
  background-blend-mode: normal, lighten, normal;
  min-height: 700px;
}
@media (min-width: 576px) {
  #i-club-membership {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url("../media/index/i-club-membership/bg-black-texture.webp") repeat, url("../media/index/i-club-membership/bg-trophy.webp") no-repeat;
    background-position: 0 0, 0 0, 50% 100%;
    background-size: auto, auto, cover;
    background-blend-mode: normal, lighten, normal;
    min-height: 850px;
  }
}
@media (min-width: 768px) {
  #i-club-membership {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url("../media/index/i-club-membership/bg-black-texture.webp") repeat, url("../media/index/i-club-membership/bg-trophy-lg.webp") no-repeat;
    background-position: 0 0, 0 0, 50% 100%;
    background-size: auto, auto, cover;
    background-blend-mode: normal, lighten, normal;
    min-height: 950px;
  }
}
@media (min-width: 992px) {
  #i-club-membership {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url("../media/index/i-club-membership/bg-black-texture.webp") repeat, url("../media/index/i-club-membership/bg-trophy-lg.webp") no-repeat;
    background-position: 0 0, 0 0, 50% 0%;
    background-size: auto, auto, cover;
    background-blend-mode: normal, lighten, normal;
    min-height: 1000px;
  }
}
@media (min-width: 1200px) {
  #i-club-membership {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url("../media/index/i-club-membership/bg-black-texture.webp") repeat, url("../media/index/i-club-membership/bg-trophy-xl.webp") no-repeat;
    background-position: 0 0, 0 0, 120% 100%;
    background-size: auto, auto, contain;
    background-blend-mode: normal, lighten, normal;
    min-height: 650px;
  }
}
@media (min-width: 1900px) {
  #i-club-membership {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url("../media/index/i-club-membership/bg-black-texture.webp") repeat, url("../media/index/i-club-membership/bg-trophy-xxl.webp") no-repeat;
    background-position: 0 0, 0 0, 100% 100%;
    background-size: auto, auto, contain;
    background-blend-mode: normal, lighten, normal;
    min-height: 650px;
  }
}

#invest-champion {
  background: #010202 url("../media/index/invest-in-champions/invest-bg-lg.webp");
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: contain;
  min-height: 850px;
}
@media (min-width: 576px) {
  #invest-champion {
    background: #010202 url("../media/index/invest-in-champions/invest-bg-lg.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: contain;
    min-height: 950px;
  }
}
@media (min-width: 992px) {
  #invest-champion {
    background: #010202 url("../media/index/invest-in-champions/invest-bg-lg.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: contain;
    min-height: 950px;
  }
}
@media (min-width: 1200px) {
  #invest-champion {
    background: #010202 url("../media/index/invest-in-champions/invest-bg-xl.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: contain;
    min-height: 500px;
  }
}
@media (min-width: 1400px) {
  #invest-champion {
    background: #010202 url("../media/index/invest-in-champions/invest-bg-xxl.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: contain;
  }
}
@media (min-width: 1600px) {
  #invest-champion {
    background: #010202 url("../media/index/invest-in-champions/meeting-the-moment-bg-xl-tall.webp");
    background-repeat: no-repeat;
    background-position: -40% 100%;
    background-size: 85%;
  }
}
@media (min-width: 1900px) {
  #invest-champion {
    background: #010202 url("../media/index/invest-in-champions/meeting-the-moment-bg-xl-tall.webp");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: contain;
  }
}
@media (min-width: 2400px) {
  #invest-champion {
    background: #010202 url("../media/index/invest-in-champions/meeting-the-moment-bg-xxl.webp");
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
  }
}

#how-to-give.section-content img {
  margin-right: 15px;
}
#how-to-give.section-content .btn {
  margin-bottom: 55px;
}

#contact-us .contact-us-info-box {
  margin-bottom: 40px;
}
#contact-us .contact-us-info-box .social-icons {
  margin-bottom: 10px;
}
#contact-us .contact-us-info-box .social-icons a {
  margin-right: 15px;
}
#contact-us .contact-us-info-box .social-icons a:last-of-type {
  margin-right: 0;
}
#contact-us .contact-us-info-box .social-icons a .bi:hover, #contact-us .contact-us-info-box .social-icons a .bi:focus {
  color: #ffd317;
}

.gameday-callout {
  background-color: #010202;
  color: #ffd317;
  text-decoration: none;
  padding: 0.75rem 4rem 0.2rem;
  margin-bottom: 30px;
}
.gameday-callout:hover, .gameday-callout:focus {
  background-color: #ffd317;
  color: #010202;
  text-decoration: none;
}

.gameday-container {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 40px 50px;
  border-left: 4px solid #ffd317;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1) !important;
}
.gameday-container.no-link {
  background-color: #fff;
  padding: 40px 50px;
  border-left: 4px solid #fff;
}
.gameday-container.no-link:hover, .gameday-container.no-link:focus {
  cursor: default;
  background-color: #fff;
  padding: 40px 50px;
  border-left: 4px solid #fff;
}
.gameday-container h4, .gameday-container .h4 {
  color: #010202;
}
.gameday-container .bi {
  margin-left: 3px;
  transition: all 0.5s ease;
}
.gameday-container:hover {
  cursor: pointer;
  background-color: #ffd317;
  color: #010202;
  border-left: 4px solid #010202;
}
.gameday-container:hover h4, .gameday-container:hover .h4 {
  color: #010202;
}
.gameday-container:hover .bi {
  margin-left: 10px;
  transition: all 0.5s ease;
}

#impact #fight {
  background-color: #ffd317;
}
#impact #fight h1, #impact #fight .h1 {
  color: #010202;
}
#impact #fight:hover {
  background-color: #010202;
  cursor: pointer !important;
}
#impact #fight:hover h1, #impact #fight:hover .h1 {
  color: #ffd317;
}
#impact .larger-type {
  font-size: 25px;
}
#impact .hover-card {
  background-color: #ffd317;
  font-size: 25px;
  padding: 0.75rem;
}
#impact .hover-card h5, #impact .hover-card .h5 {
  margin-bottom: 0rem;
}
#impact .box-padding {
  padding: 0.15rem;
}
#impact .page-scroll .down-arrow {
  position: absolute;
  bottom: 50px;
  color: #ffd317;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}
#impact .page-scroll .down-arrow:before {
  content: "\f0d7";
  font-family: "FontAwesomeYESP";
  line-height: 1;
  color: #fff;
  font-size: 35px;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
#impact .page-scroll .scroll-text {
  position: absolute;
  bottom: 80px;
  z-index: 10;
  text-shadow: 0 0 10px rgb(0, 0, 0);
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
}
@media (min-width: 576px) {
  #impact .page-scroll .scroll-text {
    font-size: 25px;
  }
}
#impact .page-scroll:hover > .scroll-text {
  color: #ffd317;
}
#impact .page-scroll:hover > .down-arrow:before {
  color: #ffd317;
}
#impact #video {
  top: 0px;
  margin-top: 11px;
  height: calc(100vh - 61px);
  overflow: hidden;
}
#impact #video div {
  height: calc(100vh - 61px);
}
#impact #bgTexture {
  top: 0px;
  margin-top: 11px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  letter-spacing: 0.8rem;
  background: url("../../assets/media/impact/2023/gray-bg.webp") rgba(0, 0, 0, 0.593);
  background-blend-mode: darken;
  background-repeat: repeat;
  overflow: hidden;
  max-height: 850px;
}
#impact #bgTexture .text-overlay .header-title {
  font-size: 6.5rem;
}
@media (max-width: 1199.98px) {
  #impact #bgTexture .text-overlay .header-title {
    font-size: 6.7rem;
  }
}
@media (max-width: 1199.98px) {
  #impact #bgTexture .text-overlay .header-title {
    font-size: 4.8rem;
  }
}
@media (max-width: 991.98px) {
  #impact #bgTexture .text-overlay .header-title {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  #impact #bgTexture .text-overlay .header-title {
    font-size: 2.6rem;
  }
}
@media (max-width: 575.98px) {
  #impact #bgTexture .text-overlay .header-title {
    font-size: 2rem;
  }
}
#impact .players-year {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: 100%;
  background-image: url("../../assets/media/impact/2023/athletes-bg-v3.webp"), url("../../assets/media/impact/2023/yellow-bg.webp");
  background-size: contain, contain;
  background-repeat: no-repeat, repeat;
  background-position: 80% 60%;
}
@media (max-width: 767.98px) {
  #impact .players-year .subsection-text {
    font-size: 3.5rem;
  }
}
@media (max-width: 499px) {
  #impact .players-year .bigten-img {
    width: 80%;
  }
}
@media (min-width: 500px) and (max-width: 576px) {
  #impact .players-year .bigten-img {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  #impact .players-year {
    background-size: 100%;
    background-position: 50% 100%;
    padding-bottom: 54rem;
  }
}
@media (max-width: 767.98px) {
  #impact .players-year {
    background-size: 100%;
    background-position: 50% 100%;
    padding-bottom: 40rem;
  }
}
@media (max-width: 575.98px) {
  #impact .players-year {
    background-size: 100%;
    background-position: 50% 100%;
    padding-bottom: 28rem;
  }
}
@media (max-width: 499px) {
  #impact .players-year {
    background-size: 100%;
    background-position: 50% 100%;
    padding-bottom: 22rem;
    padding-top: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #impact .players-year {
    background-position: 100% 50%;
    background-size: 60%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #impact .players-year {
    background-position: 95% 100%;
    background-size: 700px 700px;
    min-height: 738px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  #impact .players-year {
    background-position: 80% 100%;
    background-size: 600px 600px;
    min-height: 738px;
  }
}
@media (min-width: 1601px) {
  #impact .players-year {
    background-position: 70% 100%;
    background-size: 700px 700px;
    min-height: 738px;
  }
}
#impact .coaches-of-the-year {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: 100%;
  background-image: url("../../assets/media/impact/2023/coaches-bg.webp"), url("../../assets/media/impact/2023/light-gray-bg.webp");
  background-size: contain, contain;
  background-repeat: no-repeat, repeat;
  background-position: 80% 20px;
}
@media (max-width: 499px) {
  #impact .coaches-of-the-year .bigten-img {
    width: 100%;
  }
}
@media (min-width: 500px) and (max-width: 576px) {
  #impact .coaches-of-the-year .bigten-img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #impact .coaches-of-the-year .subsection-text {
    font-size: 3.5rem;
  }
}
#impact .coaches-of-the-year .text-coaches {
  padding-top: 140px;
}
@media (max-width: 991.98px) {
  #impact .coaches-of-the-year .text-coaches {
    padding-top: 10px;
  }
}
@media (max-width: 767.98px) {
  #impact .coaches-of-the-year .text-coaches {
    padding-top: 14px;
  }
}
@media (max-width: 575.98px) {
  #impact .coaches-of-the-year .text-coaches {
    padding-top: 1px;
  }
}
@media (min-width: 992px) {
  #impact .coaches-of-the-year .text-coaches {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #impact .coaches-of-the-year .text-coaches {
    padding-top: 130px;
  }
}
@media (min-width: 1401px) {
  #impact .coaches-of-the-year .text-coaches {
    padding-top: 130px;
  }
}
@media (max-width: 991.98px) {
  #impact .coaches-of-the-year {
    background-size: 100%;
    background-position: 50% 100%;
    padding-bottom: 54rem;
  }
}
@media (max-width: 767.98px) {
  #impact .coaches-of-the-year {
    background-size: 100%;
    background-position: 50% 100%;
    padding-bottom: 40rem;
  }
}
@media (max-width: 575.98px) {
  #impact .coaches-of-the-year {
    background-size: 100%;
    background-position: 50% 100%;
    padding-bottom: 28rem;
  }
}
@media (max-width: 499px) {
  #impact .coaches-of-the-year {
    background-size: 100%;
    background-position: 50% 100%;
    padding-bottom: 22rem;
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  #impact .coaches-of-the-year {
    background-position: 85% 100%;
    background-size: 40%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #impact .coaches-of-the-year {
    background-position: 89% 100%;
    background-size: contain;
    min-height: 738px;
  }
}
@media (min-width: 1401px) and (max-width: 1700px) {
  #impact .coaches-of-the-year {
    background-position: 80% 100%;
    background-size: contain;
    min-height: 738px;
  }
}
@media (min-width: 1701px) {
  #impact .coaches-of-the-year {
    background-position: 70% 100%;
    background-size: contain;
    min-height: 738px;
  }
}
#impact .rookie-year {
  padding-top: 10rem;
  padding-bottom: 10rem;
  height: 100%;
  background-image: url("../../assets/media/impact/2023/freshman-bg.webp"), url("../../assets/media/impact/2023/yellow-bg.webp");
  background-size: contain, contain;
  background-repeat: no-repeat, repeat;
  background-position: 80% 20px;
}
@media (max-width: 767.98px) {
  #impact .rookie-year .subsection-text {
    font-size: 3.5rem;
  }
}
@media (max-width: 499px) {
  #impact .rookie-year .bigten-img {
    width: 100%;
  }
}
@media (min-width: 500px) and (max-width: 576px) {
  #impact .rookie-year .bigten-img {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #impact .rookie-year {
    background-size: 100%;
    background-position: 50% 100%;
    padding-bottom: 54rem;
  }
}
@media (max-width: 767.98px) {
  #impact .rookie-year {
    background-size: 100%;
    background-position: 50% 100%;
    padding-bottom: 40rem;
  }
}
@media (max-width: 575.98px) {
  #impact .rookie-year {
    background-size: 100%;
    background-position: 50% 100%;
    padding-bottom: 27rem;
    padding-top: 0;
  }
}
@media (max-width: 499px) {
  #impact .rookie-year {
    background-size: 100%;
    background-position: 50% 100%;
    padding-bottom: 22rem;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  #impact .rookie-year {
    background-position: 95% 100%;
    background-size: 60%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #impact .rookie-year {
    background-position: 89% 100%;
    background-size: contain;
    min-height: 738px;
  }
}
@media (min-width: 1401px) and (max-width: 1700px) {
  #impact .rookie-year {
    background-position: 80% 100%;
    background-size: contain;
    min-height: 738px;
  }
}
@media (min-width: 1701px) {
  #impact .rookie-year {
    background-position: 70% 100%;
    background-size: contain;
    min-height: 738px;
  }
}
#impact .section-portfolio {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url("../../assets/media/impact/2022/bg-style.webp");
  background-repeat: repeat;
  background-position: 0% 0%;
  background-size: 588px 375px;
  background-color: #f5f5f5;
}
#impact .section-portfolio .annual-invest {
  padding: 0.1rem;
  padding-bottom: 0;
  padding-right: 0;
}
#impact .section-portfolio small, #impact .section-portfolio .small {
  color: #fff;
}
#impact .card-row-one {
  background: url("../../assets/media/impact/2023/gray-bg.webp");
  background-repeat: repeat;
  color: text-white;
  padding-top: 1rem;
}
@media (max-width: 991.98px) {
  #impact .card-row-one {
    padding-top: 1rem;
  }
}
#impact .card-row-two {
  background: url("../../assets/media/impact/2023/gray-bg.webp");
  background-repeat: repeat;
  color: text-white;
  padding-top: 1rem;
}
#impact .card-row-three {
  background: url("../../assets/media/impact/2023/gray-bg.webp");
  background-repeat: repeat;
  color: text-white;
  padding-top: 3rem;
}
#impact .videos {
  background: url("../../assets/media/impact/2023/light-gray-bg.webp");
  background-repeat: repeat;
  background-size: contain;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#impact .fancybox-caption {
  font-size: 24px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 24px;
}
#impact .fancybox-caption__body {
  overflow: hidden !important;
}
@media (min-width: 576px) {
  #impact #intro {
    height: 100vh;
    min-height: 780px;
  }
}
#impact .container-radial-gradient {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: radial-gradient(white 30%, transparent 100%);
}
#impact h1.display-1, #impact .display-1.h1 {
  line-height: 1;
  font-size: 3rem;
}
@media (min-width: 576px) {
  #impact h1.display-1, #impact .display-1.h1 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  #impact h1.display-1, #impact .display-1.h1 {
    font-size: 6rem;
  }
}
#impact h2.display-2, #impact .display-2.h2 {
  line-height: 1;
  font-size: 2.4rem;
}
@media (min-width: 576px) {
  #impact h2.display-2, #impact .display-2.h2 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  #impact h2.display-2, #impact .display-2.h2 {
    font-size: 4.5rem;
  }
}
#impact h3.display-3, #impact .display-3.h3 {
  font-size: 3rem;
}
@media (min-width: 576px) {
  #impact h3.display-3, #impact .display-3.h3 {
    font-size: 4.5rem;
  }
}
#impact h4.display-4, #impact .display-4.h4 {
  line-height: 1;
  font-size: 2rem;
}
@media (min-width: 576px) {
  #impact h4.display-4, #impact .display-4.h4 {
    font-size: 2.5rem;
  }
}
#impact .bg-secondary-opacity {
  background-color: rgba(1, 2, 2, 0.75);
}
@media (min-width: 576px) {
  #impact .bg-secondary-opacity {
    background-color: rgba(1, 2, 2, 0.75);
  }
}
#impact .parallax-bg-default {
  border-bottom: 30px solid #010202;
  height: 750px;
}
@media (min-width: 1200px) {
  #impact .parallax-bg-default {
    height: 800px;
  }
}
@media (min-width: 1441px) {
  #impact .parallax-bg-default {
    height: 1100px;
  }
}
#impact #intro,
#impact #youTubeSection,
#impact #donorQuotes,
#impact #thankYou {
  padding: 75px 0;
  background: url("../../assets/media/elements/block-i-pattern-light.svg");
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: 98px 100px;
  background-color: #fff;
}
#impact .gary-a-barta-signature {
  height: 106px;
  width: 170px;
}
#impact .gary-a-barta-signature img,
#impact .gary-a-barta-signature svg {
  height: 106px;
  width: 170px;
  fill: #010202;
}

#carver-terrace-overview {
  position: relative;
}
#carver-terrace-overview .video-wrapper {
  height: auto;
  max-height: 700px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) {
  #carver-terrace-overview .video-wrapper {
    width: 100%;
  }
}
#carver-terrace-overview .video-wrapper video {
  width: 100%;
}
#carver-terrace-overview .fight-for-iowa-logo {
  position: absolute;
  bottom: 93px;
  right: 40px;
}
@media (max-width: 1890px) {
  #carver-terrace-overview .fight-for-iowa-logo {
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
#carver-terrace-overview .fight-for-iowa-logo svg,
#carver-terrace-overview .fight-for-iowa-logo img {
  height: 120px;
  width: 308px;
}
@media (min-width: 2040px) {
  #carver-terrace-overview .fight-for-iowa-logo svg,
  #carver-terrace-overview .fight-for-iowa-logo img {
    height: 150px;
    width: 385px;
  }
}
@media (max-width: 575.98px) {
  #carver-terrace-overview .fight-for-iowa-logo svg,
  #carver-terrace-overview .fight-for-iowa-logo img {
    width: 90%;
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  #carver-terrace-overview .fight-for-iowa-logo svg,
  #carver-terrace-overview .fight-for-iowa-logo img {
    width: 60%;
    height: 100%;
  }
}
#carver-terrace-overview.section-content {
  background-color: #010202;
  padding: 100px 0;
}
@media (min-width: 1441px) {
  #carver-terrace-overview.section-content {
    background: url("../../assets/media/campaigns/carver/intro-bg-xxl.webp");
    background-repeat: repeat;
    background-position: 50% 100%;
    background-size: 2560px 1000px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #carver-terrace-overview.section-content {
    background: url("../../assets/media/campaigns/carver/intro-bg-xl.webp");
    background-repeat: repeat;
    background-position: 50% 100%;
    background-size: 1440px 1000px;
  }
}
@media (max-width: 1199.98px) {
  #carver-terrace-overview.section-content {
    background: url("../../assets/media/campaigns/carver/intro-bg-lg.webp");
    background-repeat: repeat;
    background-position: 50% 100%;
    background-size: 1200px 1000px;
  }
}
@media (max-width: 991.98px) {
  #carver-terrace-overview.section-content {
    background: url("../../assets/media/campaigns/carver/intro-bg-md.webp");
    background-repeat: repeat;
    background-position: 50% 100%;
    background-size: 992px 1000px;
  }
}
@media (max-width: 767.98px) {
  #carver-terrace-overview.section-content {
    background: url("../../assets/media/campaigns/carver/intro-bg-sm.webp");
    background-repeat: repeat;
    background-position: 50% 100%;
    background-size: 768px 1000px;
  }
}
@media (max-width: 575.98px) {
  #carver-terrace-overview.section-content {
    background: url("../../assets/media/campaigns/carver/intro-bg-xs.webp");
    background-repeat: repeat;
    background-position: 50% 100%;
    background-size: 576px 1000px;
  }
}
@media (max-width: 1890px) {
  #carver-terrace-overview.section-content {
    padding: 100px 0 250px;
  }
}
@media (max-width: 481px) {
  #carver-terrace-overview.section-content {
    padding: 100px 0 200px;
  }
}

#seat-option-4 .cost,
#seat-option-2 .cost {
  padding: 12px 25px 8px;
  color: #ffd317;
  background-color: #010202;
}
@media (min-width: 992px) {
  #seat-option-4 .cost,
  #seat-option-2 .cost {
    width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  #seat-option-4 .cost,
  #seat-option-2 .cost {
    width: 350px;
  }
}
@media (max-width: 767.98px) {
  #seat-option-4 .cost,
  #seat-option-2 .cost {
    width: auto;
  }
}
#seat-option-4 .cost:hover,
#seat-option-2 .cost:hover {
  background-color: #ffd317;
}
#seat-option-4 .cost:hover h2, #seat-option-4 .cost:hover .h2,
#seat-option-2 .cost:hover h2,
#seat-option-2 .cost:hover .h2 {
  color: #010202 !important;
}

@media (min-width: 1890px) {
  #seat-option-4 {
    background: #eee url("../../assets/media/campaigns/carver/four-seat-option-bg-xxl.webp");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 1462px 995px;
  }
}
@media (min-width: 1200px) and (max-width: 1889px) {
  #seat-option-4 {
    background: #eee url("../../assets/media/campaigns/carver/four-seat-option-bg-xl.webp");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 1178px 995px;
  }
}
@media (max-width: 1199.98px) {
  #seat-option-4 {
    background: #eee url("../../assets/media/campaigns/carver/four-seat-option-bg-lg.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 1200px 670px;
  }
}
@media (max-width: 991.98px) {
  #seat-option-4 {
    background: #eee url("../../assets/media/campaigns/carver/four-seat-option-bg-md.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 992px 603px;
  }
}
@media (max-width: 767.98px) {
  #seat-option-4 {
    background: #eee url("../../assets/media/campaigns/carver/four-seat-option-bg-sm.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 768px 515px;
  }
}
@media (max-width: 575.98px) {
  #seat-option-4 {
    background: #eee url("../../assets/media/campaigns/carver/four-seat-option-bg-xs.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 576px 398px;
  }
}
#seat-option-4.section-content {
  padding: 100px 0;
  border-bottom: 0;
}
@media (max-width: 1199.98px) {
  #seat-option-4.section-content {
    padding: 100px 0 550px;
    border-bottom: 3px solid #ddd;
  }
}
@media (max-width: 767.98px) {
  #seat-option-4.section-content {
    padding: 100px 0 480px;
  }
}
@media (max-width: 575.98px) {
  #seat-option-4.section-content {
    padding: 100px 0 360px;
  }
}
#seat-option-4 .btn {
  width: 49.7%;
}
@media (max-width: 767.98px) {
  #seat-option-4 .btn {
    width: 100%;
  }
}

@media (min-width: 1441px) {
  #seat-option-2 {
    background: #eee url("../../assets/media/campaigns/carver/two-seat-option-bg-xxl.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 1288px 951px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #seat-option-2 {
    background: #eee url("../../assets/media/campaigns/carver/two-seat-option-bg-xl.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 1006px 949px;
  }
}
@media (max-width: 1199.98px) {
  #seat-option-2 {
    background: #eee url("../../assets/media/campaigns/carver/two-seat-option-bg-lg.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 1200px 831px;
  }
}
@media (max-width: 991.98px) {
  #seat-option-2 {
    background: #eee url("../../assets/media/campaigns/carver/two-seat-option-bg-md.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 992px 831px;
  }
}
@media (max-width: 767.98px) {
  #seat-option-2 {
    background: #eee url("../../assets/media/campaigns/carver/two-seat-option-bg-sm.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 768px 602px;
  }
}
@media (max-width: 575.98px) {
  #seat-option-2 {
    background: #eee url("../../assets/media/campaigns/carver/two-seat-option-bg-xs.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 576px 428px;
  }
}
#seat-option-2.section-content {
  padding: 100px 0;
}
@media (max-width: 1199.98px) {
  #seat-option-2.section-content {
    padding: 100px 0 550px;
  }
}
@media (max-width: 991.98px) {
  #seat-option-2.section-content {
    padding: 100px 0 460px;
  }
}
@media (max-width: 575.98px) {
  #seat-option-2.section-content {
    padding: 100px 0 350px;
  }
}
#seat-option-2 .btn {
  width: 49.7%;
}
@media (max-width: 767.98px) {
  #seat-option-2 .btn {
    width: 100%;
  }
}

#photo-gallery {
  background-color: #010202;
  border-bottom: 0;
}
@media (min-width: 1441px) {
  #photo-gallery {
    background: url("../../assets/media/campaigns/carver/intro-bg-xxl.webp");
    background-repeat: repeat;
    background-position: 50% 100%;
    background-size: 2560px 1000px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #photo-gallery {
    background: url("../../assets/media/campaigns/carver/intro-bg-xl.webp");
    background-repeat: repeat;
    background-position: 50% 100%;
    background-size: 1440px 1000px;
  }
}
@media (max-width: 1199.98px) {
  #photo-gallery {
    background: url("../../assets/media/campaigns/carver/intro-bg-lg.webp");
    background-repeat: repeat;
    background-position: 50% 100%;
    background-size: 1200px 1000px;
  }
}
@media (max-width: 991.98px) {
  #photo-gallery {
    background: url("../../assets/media/campaigns/carver/intro-bg-md.webp");
    background-repeat: repeat;
    background-position: 50% 100%;
    background-size: 992px 1000px;
  }
}
@media (max-width: 767.98px) {
  #photo-gallery {
    background: url("../../assets/media/campaigns/carver/intro-bg-sm.webp");
    background-repeat: repeat;
    background-position: 50% 100%;
    background-size: 768px 1000px;
  }
}
@media (max-width: 575.98px) {
  #photo-gallery {
    background: url("../../assets/media/campaigns/carver/intro-bg-xs.webp");
    background-repeat: repeat;
    background-position: 50% 100%;
    background-size: 576px 1000px;
  }
}
@media (max-width: 1199.98px) {
  #photo-gallery {
    border-bottom: 3px solid #ddd;
  }
}
#photo-gallery.section-content {
  padding: 100px 0;
  padding: 100px 0 130px;
}
#photo-gallery .carousel-control-prev,
#photo-gallery .carousel-control-next {
  width: 5%;
}
@media (min-width: 768px) {
  #photo-gallery .carousel-control-prev,
  #photo-gallery .carousel-control-next {
    opacity: 1;
    top: 40%;
    width: 50px;
    height: 100px;
    background-color: #ffd317;
  }
}
#photo-gallery .carousel-control-prev {
  left: -8%;
}
@media (min-width: 768px) {
  #photo-gallery .carousel-control-prev {
    left: -7%;
  }
}
#photo-gallery .carousel-control-next {
  right: -8%;
}
@media (min-width: 768px) {
  #photo-gallery .carousel-control-next {
    right: -7%;
  }
}
#photo-gallery .carousel-indicators {
  bottom: -40px;
}
#photo-gallery .carousel-indicators li {
  background-color: #fff;
}
#photo-gallery .carousel-indicators li.active {
  background-color: #ffd317;
}

#carver-terrace-contact.section-content {
  padding: 100px 0;
}
@media (max-width: 1199.98px) {
  #carver-terrace-contact.section-content {
    padding: 100px 0 0;
  }
}
#carver-terrace-contact #contact_form #note {
  text-align: left;
}
#carver-terrace-contact #contact_form label {
  color: #010202;
  margin-top: 10px;
  padding: 0 7px;
  font-size: 16px;
}
#carver-terrace-contact #contact_form label:nth-child(1) {
  padding-top: 0;
}
#carver-terrace-contact #contact_form label.error {
  color: #010202;
  background-color: #ffd317;
}
#carver-terrace-contact #contact_form input::-moz-placeholder, #carver-terrace-contact #contact_form textarea::-moz-placeholder {
  color: #9d9d9d;
}
#carver-terrace-contact #contact_form input::placeholder,
#carver-terrace-contact #contact_form textarea::placeholder {
  color: #9d9d9d;
}
#carver-terrace-contact #contact_form input::-moz-placeholder:focus, #carver-terrace-contact #contact_form textarea::-moz-placeholder:focus {
  color: #010202;
}
#carver-terrace-contact #contact_form input::placeholder:focus,
#carver-terrace-contact #contact_form textarea::placeholder:focus {
  color: #010202;
}
#carver-terrace-contact #contact_form input[type=text],
#carver-terrace-contact #contact_form textarea {
  border: #010202;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  text-transform: none;
}
#carver-terrace-contact #contact_form input[type=text]:focus,
#carver-terrace-contact #contact_form textarea:focus {
  border: 0;
  border-radius: 0;
  background-color: #fff;
  color: #010202;
  box-shadow: none;
}
#carver-terrace-contact #contact_form .notification_error {
  padding-bottom: 20px;
}
#carver-terrace-contact #contact_form .notification_ok h3, #carver-terrace-contact #contact_form .notification_ok .h3 {
  font-size: 22px;
  margin-top: 0;
}

#board .preloaderWrapper .preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #eee;
}

#board-sign-in {
  background-color: #eee !important;
}
#board-sign-in input.form-control {
  background: #f2f2f2;
}
#board-sign-in .logo-primary {
  height: 80px;
  width: auto;
}
#board-sign-in .logo-primary svg {
  height: 80px;
  width: auto;
}

@media (min-width: 576px) {
  #events-overview #popup .modal-dialog {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  #events-overview #popup .modal-dialog {
    max-width: 600px;
  }
}
#events-overview #popup .modal-dialog .modal-content {
  position: relative;
  border: 0;
  border-radius: 0;
}
#events-overview #popup .modal-dialog .modal-content .modal-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 40px;
  border-bottom: none;
}
#events-overview #popup .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  opacity: 1;
  text-shadow: none;
  text-align: center;
  width: 62px;
  padding: 0.5rem;
  z-index: 2;
  color: #010202;
  background-color: #ffd317;
}
@media (min-width: 576px) {
  #events-overview #popup .modal-dialog .modal-content .modal-header .close {
    padding: 0.5rem 1rem;
  }
}
#events-overview #popup .modal-dialog .modal-content .modal-header .close .fa-lg {
  vertical-align: 0;
}
#events-overview #popup .modal-dialog .modal-content .modal-header .close:hover, #events-overview #popup .modal-dialog .modal-content .modal-header .close:focus {
  color: #ffd317;
  background-color: #010202;
}
#events-overview #popup .modal-dialog .modal-content .modal-body {
  padding: 2rem;
}
#events-overview.section-content {
  background-repeat: repeat;
  background-position: 0% 0%;
  background-size: 588px 375px;
  background-color: #f5f5f5;
  padding: 150px 0;
}
#events-overview.section-content a {
  text-decoration: underline;
  font-family: "AvenirNextCondensedCond-bold-i", Helvetica, sans-serif;
}
#events-overview.section-content a.link {
  text-decoration: none;
  font-family: "AvenirNextCondensed", Helvetica, sans-serif;
}
#events-overview.section-content a:hover, #events-overview.section-content a:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}
#events-overview.section-content a.btn-secondary:hover {
  background-color: #ffd317;
  color: #010202;
}
#events-overview #events-wrapper {
  transition: opacity 0.25s;
}

#past-events-header {
  margin-bottom: 50px;
  border-bottom: hidden;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  position: relative;
}

#past-events {
  padding-bottom: 14rem;
  margin-top: 4rem;
}
#past-events .bb-text {
  right: 0%;
}
@media (min-width: 1500px) and (max-width: 2069px) {
  #past-events .bb-text {
    right: 15%;
  }
}
@media (min-width: 2070px) {
  #past-events .bb-text {
    right: 40%;
  }
}
@media (max-width: 1199.98px) {
  #past-events .bb-text {
    right: 2%;
  }
}
@media (max-width: 1199.98px) {
  #past-events .bb-text {
    right: 0%;
  }
}
#past-events .past-cont {
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}
#past-events .past-cont::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100dvw;
  height: 1px;
  background-color: #282828;
  z-index: 0;
}
#past-events .carousel-indicators ::marker {
  display: none !important;
}

#i-club-chapters.section-content {
  padding: 100px 0 100px;
}
#i-club-chapters .modal .h4 {
  color: #010202 !important;
}
#i-club-chapters .modal button {
  color: black !important;
}
#i-club-chapters .modal-body a,
#i-club-chapters .modal-body p,
#i-club-chapters .modal-body h2,
#i-club-chapters .modal-body .h2,
#i-club-chapters .modal-body h3,
#i-club-chapters .modal-body .h3,
#i-club-chapters .modal-body h4,
#i-club-chapters .modal-body .h4,
#i-club-chapters .modal-body h5,
#i-club-chapters .modal-body .h5 {
  color: #010202;
}
#i-club-chapters .modal-body a {
  color: #010202;
  text-decoration: underline;
  font-family: "AvenirNextCondensedCond-bold-i", Helvetica, sans-serif;
}

#campaigns-main section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#campaigns-main .card .card-header {
  min-height: 400px;
}
#campaigns-main .card .campaign-buttons {
  display: flex;
  align-items: flex-end;
}
#campaigns-main #activeCampaigns {
  padding-top: 20px;
  padding-bottom: 50px;
  border-bottom: hidden;
  position: relative;
}
#campaigns-main #activeCampaigns h1, #campaigns-main #activeCampaigns .h1 {
  top: 40px;
  position: relative;
}
#campaigns-main #hawkeyeWomenRise,
#campaigns-main #baseballStadium,
#campaigns-main #carverCircle {
  padding: 3rem 0 22rem;
  transition: background-image 0.5s;
}
@media (min-width: 992px) {
  #campaigns-main #hawkeyeWomenRise,
  #campaigns-main #baseballStadium,
  #campaigns-main #carverCircle {
    padding: 4.5rem 0;
  }
}
@media (min-width: 1900px) {
  #campaigns-main #hawkeyeWomenRise,
  #campaigns-main #baseballStadium,
  #campaigns-main #carverCircle {
    padding: 12rem 0;
  }
}
#campaigns-main #hawkeyeWomenRise {
  background: url("../media/campaigns/new-campaign/hawkeye-women-rise/hawkeye-women-xs-8.webp") no-repeat 50% 50%/cover;
}
@media (min-width: 576px) {
  #campaigns-main #hawkeyeWomenRise {
    background-image: url("../media/campaigns/new-campaign/hawkeye-women-rise/hawkeye-women-sm-8.webp");
  }
}
@media (min-width: 768px) {
  #campaigns-main #hawkeyeWomenRise {
    background-image: url("../media/campaigns/new-campaign/hawkeye-women-rise/hawkeye-women-md-8.webp");
  }
}
@media (min-width: 992px) {
  #campaigns-main #hawkeyeWomenRise {
    background-image: url("../media/campaigns/new-campaign/hawkeye-women-rise/hawkeye-women-lg-8.webp");
  }
}
@media (min-width: 1200px) {
  #campaigns-main #hawkeyeWomenRise {
    background-image: url("../media/campaigns/new-campaign/hawkeye-women-rise/hawkeye-women-xl-8.webp");
  }
}
#campaigns-main #baseballStadium {
  background: #010202 url("../media/campaigns/new-campaign/baseball/baseball-xs-4.webp") no-repeat 50% 50%/cover;
}
@media (min-width: 576px) {
  #campaigns-main #baseballStadium {
    background-image: url("../media/campaigns/new-campaign/baseball/baseball-sm-4.webp");
  }
}
@media (min-width: 768px) {
  #campaigns-main #baseballStadium {
    background-image: url("../media/campaigns/new-campaign/baseball/baseball-md-4.webp");
  }
}
@media (min-width: 992px) {
  #campaigns-main #baseballStadium {
    background-image: url("../media/campaigns/new-campaign/baseball/baseball-lg-4.webp");
  }
}
@media (min-width: 1200px) {
  #campaigns-main #baseballStadium {
    background-image: url("../media/campaigns/new-campaign/baseball/baseball-xl-4.webp");
  }
}
#campaigns-main #carverCircle {
  background: url("../media/campaigns/new-campaign/carvers/carver-xs-1.webp") no-repeat 50% 50%/cover;
}
@media (min-width: 576px) {
  #campaigns-main #carverCircle {
    background-image: url("../media/campaigns/new-campaign/carvers/carver-sm-1.webp");
  }
}
@media (min-width: 768px) {
  #campaigns-main #carverCircle {
    background-image: url("../media/campaigns/new-campaign/carvers/carver-md-1.webp");
  }
}
@media (min-width: 992px) {
  #campaigns-main #carverCircle {
    background-image: url("../media/campaigns/new-campaign/carvers/carver-lg-1.webp");
  }
}
@media (min-width: 1200px) {
  #campaigns-main #carverCircle {
    background-image: url("../media/campaigns/new-campaign/carvers/carver-xl-1.webp");
  }
}
#campaigns-main #completedCampaigns {
  margin-bottom: 50px;
  border-bottom: hidden;
  position: relative;
}
#campaigns-main #completedCampaigns h1, #campaigns-main #completedCampaigns .h1 {
  position: relative;
}
@media (max-width: 992px) {
  #campaigns-main #completedCampaigns h1, #campaigns-main #completedCampaigns .h1 {
    position: relative;
    margin: 0;
  }
}
#campaigns-main #soccerOperations {
  padding-bottom: 4rem;
  margin-top: 4rem;
}
#campaigns-main #soccerOperations .bb-text {
  right: 0%;
}
@media (min-width: 1500px) and (max-width: 2069px) {
  #campaigns-main #soccerOperations .bb-text {
    right: 15%;
  }
}
@media (min-width: 2070px) {
  #campaigns-main #soccerOperations .bb-text {
    right: 40%;
  }
}
@media (max-width: 1199.98px) {
  #campaigns-main #soccerOperations .bb-text {
    right: 2%;
  }
}
@media (max-width: 1199.98px) {
  #campaigns-main #soccerOperations .bb-text {
    right: 0%;
  }
}
#campaigns-main #nagleClubhouse {
  padding-bottom: 4rem;
  margin-top: 4rem;
}
#campaigns-main #nagleClubhouse .bb-text {
  left: 0%;
}
@media (min-width: 2070px) {
  #campaigns-main #nagleClubhouse .bb-text {
    left: 40%;
  }
}
@media (min-width: 1500px) and (max-width: 2069px) {
  #campaigns-main #nagleClubhouse .bb-text {
    left: 15%;
  }
}
@media (max-width: 1199.98px) {
  #campaigns-main #nagleClubhouse .bb-text {
    left: 2%;
  }
}
@media (max-width: 1199.98px) {
  #campaigns-main #nagleClubhouse .bb-text {
    left: 0%;
  }
}
#campaigns-main #kinnickEdge {
  padding-bottom: 6rem;
  margin-top: 4rem;
}
#campaigns-main #kinnickEdge .bb-text {
  right: 0%;
}
@media (min-width: 1500px) and (max-width: 2069px) {
  #campaigns-main #kinnickEdge .bb-text {
    right: 15%;
  }
}
@media (min-width: 2070px) {
  #campaigns-main #kinnickEdge .bb-text {
    right: 40%;
  }
}
@media (max-width: 1199.98px) {
  #campaigns-main #kinnickEdge .bb-text {
    right: 2%;
  }
}
@media (max-width: 1199.98px) {
  #campaigns-main #kinnickEdge .bb-text {
    right: 0%;
  }
}
#campaigns-main .cd-hero {
  height: 60vh;
  position: relative;
}
#campaigns-main .modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 2rem;
  z-index: 20000;
}
#campaigns-main .modal .modal-dialog {
  max-width: 75vw;
}
#campaigns-main #kinnickEdge .page-item .page-link {
  color: #010202;
}
#campaigns-main #kinnickEdge .page-item.active .page-link {
  color: #ffd317;
  background-color: #010202;
}
#campaigns-main #kinnickEdge .search .form-control {
  border-width: 1px;
}

#varsity-club a.btn:hover h3, #varsity-club a.btn:hover .h3 {
  color: #fff;
}

#varsity-club {
  background: url("../../assets/media/letterwinners/lw-xs.webp");
  background-repeat: no-repeat;
  background-position: 50% 101%;
  background-size: 576px 314px;
  padding-bottom: 16rem !important;
}
@media (min-width: 576px) {
  #varsity-club {
    background: url("../../assets/media/letterwinners/lw-sm.webp");
    background-repeat: no-repeat;
    background-position: 50% 101%;
    background-size: 992px 434px;
    padding-bottom: 19rem !important;
  }
}
@media (min-width: 992px) {
  #varsity-club {
    background: url("../../assets/media/letterwinners/lw-lg.webp");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 1200px 527px;
    padding-bottom: 27rem !important;
  }
}
@media (min-width: 1200px) {
  #varsity-club {
    background: url("../../assets/media/letterwinners/lw-xl.webp");
    background-repeat: no-repeat;
    background-position: 60% 100%;
    background-size: 1440px 630px;
    padding-bottom: 27rem !important;
  }
}
@media (min-width: 1441px) {
  #varsity-club {
    background: url("../../assets/media/letterwinners/lw-xxl2.webp");
    background-repeat: no-repeat;
    background-position: 40% 100%;
    background-size: 1880px 900px;
    padding-bottom: 42rem !important;
  }
}
@media (min-width: 1880px) {
  #varsity-club {
    background: url("../../assets/media/letterwinners/lw-xxl.webp");
    background-repeat: no-repeat;
    background-position: 40% 100%;
    background-size: 2580px 1120px;
    padding-bottom: 42rem !important;
  }
}
#varsity-club .caption {
  position: absolute;
  left: 3%;
  bottom: calc(3% - 17rem);
}
@media (min-width: 576px) {
  #varsity-club .caption {
    bottom: calc(3% - 20rem);
  }
}
@media (min-width: 992px) {
  #varsity-club .caption {
    bottom: calc(3% - 28rem);
  }
}
@media (min-width: 1441px) {
  #varsity-club .caption {
    bottom: calc(3% - 43rem);
  }
}

#support-your-sport .sport-card {
  position: relative;
  overflow: hidden;
}
#support-your-sport .donate-link {
  transition: 0.3s;
  color: white;
}
#support-your-sport .donate-link :hover {
  color: #ffd317;
}
#support-your-sport .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#support-your-sport .card-img-overlay {
  color: #ffd317;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  padding: 1rem;
}
#support-your-sport .card-img-overlay h3, #support-your-sport .card-img-overlay .h3 {
  line-height: 53px;
  color: white;
  text-transform: uppercase;
  max-width: 225px;
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  #support-your-sport .card-img-overlay h3, #support-your-sport .card-img-overlay .h3 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) and (max-width: 420px) {
  #support-your-sport .card-img-overlay h3, #support-your-sport .card-img-overlay .h3 {
    font-size: 28px;
  }
}
#support-your-sport .card-img-overlay h3 :hover, #support-your-sport .card-img-overlay .h3 :hover {
  color: #ffd317;
}
#support-your-sport .panel.panel-sport {
  border: solid 1px #ffd317;
  border-radius: 0px;
}
#support-your-sport .panel.panel-sport h3, #support-your-sport .panel.panel-sport .h3 {
  line-height: 53px;
  color: #404040;
  text-transform: uppercase;
  max-width: 225px;
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  #support-your-sport .panel.panel-sport h3, #support-your-sport .panel.panel-sport .h3 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) and (max-width: 420px) {
  #support-your-sport .panel.panel-sport h3, #support-your-sport .panel.panel-sport .h3 {
    font-size: 28px;
  }
}
#support-your-sport .panel.panel-sport .panel-body {
  min-height: 135px;
  z-index: 199 !important;
}
#support-your-sport .panel.panel-sport .panel-body h3.bottom-left, #support-your-sport .panel.panel-sport .panel-body .bottom-left.h3 {
  position: absolute;
  bottom: 80px;
  left: 30px;
}
#support-your-sport .panel.panel-sport .panel-footer {
  padding: 0px;
  border: none;
}
#support-your-sport .panel.panel-sport .athlete-holder {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 10em;
  width: 20.5em;
  position: absolute;
  z-index: 0;
}
#support-your-sport .panel.panel-sport .athlete-holder.wtf {
  background-image: url(../media/letterwinners/cutouts/wtf-22.webp);
  right: 0px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #support-your-sport .panel.panel-sport .athlete-holder.wtf {
    right: 35px;
  }
}
#support-your-sport .panel.panel-sport .athlete-holder.wtn {
  background-image: url(../media/letterwinners/cutouts/wtenn-22.webp);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #support-your-sport .panel.panel-sport .athlete-holder.wtn {
    right: 35px;
  }
}
#support-your-sport .panel.panel-sport .athlete-holder.wswim {
  background-image: url(../media/letterwinners/cutouts/wswim-22.webp);
}
#support-your-sport .panel.panel-sport .athlete-holder.gym {
  background-image: url(../media/letterwinners/cutouts/gym-22.webp);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #support-your-sport .panel.panel-sport .athlete-holder.gym {
    right: 35px;
  }
}
#support-your-sport .panel.panel-sport .athlete-holder.wgolf {
  background-image: url(../media/letterwinners/cutouts/wgolf-22.webp);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #support-your-sport .panel.panel-sport .athlete-holder.wgolf {
    right: 35px;
  }
}
#support-your-sport .panel.panel-sport .athlete-holder.wbb {
  background-image: url(../media/letterwinners/cutouts/wbb-22.webp);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #support-your-sport .panel.panel-sport .athlete-holder.wbb {
    right: 35px;
  }
}
#support-your-sport .panel.panel-sport .athlete-holder.wvb {
  background-image: url(../media/letterwinners/cutouts/vb-22.webp);
}
#support-your-sport .panel.panel-sport .athlete-holder.wsoc {
  background-image: url(../media/letterwinners/cutouts/wsoc-22.webp);
}
#support-your-sport .panel.panel-sport .athlete-holder.sb {
  background-image: url(../media/letterwinners/cutouts/sb-22.webp);
}
#support-your-sport .panel.panel-sport .athlete-holder.row {
  background-image: url(../media/letterwinners/cutouts/rowing-22.webp);
  right: 30px;
}
#support-your-sport .panel.panel-sport .athlete-holder.wres {
  background-image: url(../media/letterwinners/cutouts/wr-22.webp);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #support-your-sport .panel.panel-sport .athlete-holder.wres {
    right: 35px;
  }
}
#support-your-sport .panel.panel-sport .athlete-holder.mxc {
  background-image: url(../media/letterwinners/cutouts/mens-xc.webp);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #support-your-sport .panel.panel-sport .athlete-holder.mxc {
    right: 35px;
  }
}
#support-your-sport .panel.panel-sport .athlete-holder.wxc {
  background-image: url(../media/letterwinners/cutouts/wxc-22.webp);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #support-your-sport .panel.panel-sport .athlete-holder.wxc {
    right: 35px;
  }
}
#support-your-sport .panel.panel-sport .athlete-holder.mtf {
  background-image: url(../media/letterwinners/cutouts/mens-tf-22.webp);
}
@media (max-width: 767.98px) {
  #support-your-sport .panel.panel-sport .athlete-holder.mtf {
    left: 150px;
  }
}
#support-your-sport .panel.panel-sport .athlete-holder.mtn {
  background-image: url(../media/letterwinners/cutouts/mtn.webp);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #support-your-sport .panel.panel-sport .athlete-holder.mtn {
    right: 35px;
  }
}
#support-your-sport .panel.panel-sport .athlete-holder.mswim {
  background-image: url(../media/letterwinners/cutouts/mswim.webp);
}
#support-your-sport .panel.panel-sport .athlete-holder.mgym {
  background-image: url(../media/letterwinners/cutouts/mgym.webp);
}
#support-your-sport .panel.panel-sport .athlete-holder.mgolf {
  background-image: url(../media/letterwinners/cutouts/mens-golf-22.webp);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #support-your-sport .panel.panel-sport .athlete-holder.mgolf {
    right: 35px;
  }
}
#support-your-sport .panel.panel-sport .athlete-holder.mbb {
  background-image: url(../media/letterwinners/cutouts/mbb-new.webp);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #support-your-sport .panel.panel-sport .athlete-holder.mbb {
    right: 35px;
  }
}
#support-your-sport .panel.panel-sport .athlete-holder.fh {
  background-image: url(../media/letterwinners/cutouts/fhoc-22.webp);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #support-your-sport .panel.panel-sport .athlete-holder.fh {
    right: 35px;
  }
}
#support-your-sport .panel.panel-sport .athlete-holder.fb {
  background-image: url(../media/letterwinners/cutouts/fb-22.webp);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #support-your-sport .panel.panel-sport .athlete-holder.fb {
    right: 35px;
  }
}
#support-your-sport .panel.panel-sport .athlete-holder.bsb {
  background-image: url(../media/letterwinners/bgs/baseball.webp);
}
#support-your-sport .panel.panel-sport .athlete-holder.lwc {
  background-image: url(../media/letterwinners/cutouts/lwc-cutout.webp);
}
@media (min-width: 1200px) {
  #support-your-sport .panel.panel-sport .athlete-holder.lwc {
    background-image: url(../media/letterwinners/cutouts/lwc-cutout-xl.webp);
    left: 98px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #support-your-sport .panel.panel-sport .athlete-holder.lwc {
    background-image: url(../media/letterwinners/cutouts/lwc-cutout-md.webp);
    left: 70px;
  }
}

#more-info i {
  background-color: black;
  border-radius: 4px;
}
#more-info i:hover {
  color: #ffd317 !important;
}

#pac-fund #bgTexture {
  top: 0px;
  margin-top: 11px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  letter-spacing: 0.8rem;
  background: url("../../assets/media/impact/2023/gray-bg.webp") rgba(0, 0, 0, 0.593);
  background-blend-mode: darken;
  background-repeat: repeat;
  overflow: hidden;
  max-height: 850px;
}
#pac-fund #bgTexture .text-overlay .header-title {
  font-size: 6.5rem;
}
@media (max-width: 1199.98px) {
  #pac-fund #bgTexture .text-overlay .header-title {
    font-size: 6.7rem;
  }
}
@media (max-width: 1199.98px) {
  #pac-fund #bgTexture .text-overlay .header-title {
    font-size: 4.8rem;
  }
}
@media (max-width: 991.98px) {
  #pac-fund #bgTexture .text-overlay .header-title {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  #pac-fund #bgTexture .text-overlay .header-title {
    font-size: 2.6rem;
  }
}
@media (max-width: 575.98px) {
  #pac-fund #bgTexture .text-overlay .header-title {
    font-size: 2rem;
  }
}
#pac-fund .larger-type {
  font-size: 25px;
}
#pac-fund .hover-card {
  background-color: #ffd317;
  font-size: 25px;
  padding: 0.75rem;
}
#pac-fund .hover-card h5, #pac-fund .hover-card .h5 {
  margin-bottom: 0rem;
}
#pac-fund .box-padding {
  padding: 0.15rem;
}
#pac-fund .page-scroll .down-arrow {
  position: absolute;
  bottom: 50px;
  color: #ffd317;
  /*border-radius: 18px;
  background-color: #fff;
  background-color: transparent; 
  border: 2px solid $highlight;*/
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}
#pac-fund .page-scroll .down-arrow:before {
  content: "\f0d7";
  font-family: "FontAwesomeYESP";
  line-height: 1;
  color: #fff;
  font-size: 35px;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
#pac-fund .page-scroll .scroll-text {
  position: absolute;
  bottom: 80px;
  z-index: 10;
  text-shadow: 0 0 10px rgb(0, 0, 0);
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
}
@media (min-width: 576px) {
  #pac-fund .page-scroll .scroll-text {
    font-size: 25px;
  }
}
#pac-fund .page-scroll:hover > .scroll-text {
  color: #ffd317;
}
#pac-fund .page-scroll:hover > .down-arrow:before {
  color: #ffd317;
}
#pac-fund #video {
  top: 0px;
  margin-top: 11px;
  height: calc(100vh - 61px);
  overflow: hidden;
}
#pac-fund #video div {
  height: calc(100vh - 61px);
}
#pac-fund .videos {
  background: url("../../assets/media/impact/2023/yellow-bg.webp");
  background-repeat: repeat;
  background-size: contain;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#pac-fund .faqs {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#scholarships table tbody tr:nth-of-type(odd) td {
  background-color: #fff9e4;
}
#scholarships table tbody tr:nth-of-type(even) td {
  background-color: #fff5cb;
}

#forever-hawkeye .hawkeye-header {
  position: relative;
}
#forever-hawkeye .hawkeye-header .forever-divider::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #fff;
  z-index: 0;
}
#forever-hawkeye .hawkeye-header .hawkeye-text {
  position: relative;
}
#forever-hawkeye .hawkeye-header p.lead {
  font-size: 1.25rem !important;
  line-height: 1rem !important;
}
@media (min-width: 768px) {
  #forever-hawkeye .hawkeye-header p.lead {
    font-size: 2.5rem !important;
    line-height: 2rem !important;
  }
}

#flight-funds .support-card {
  background-color: #ffd317; /* Dark blue background */
  color: white;
  border-radius: 0;
  padding: 10px;
  text-align: center;
  height: 100%;
}
#flight-funds .support-card .circle-image {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 4px solid white;
}
@media (min-width: 1400px) {
  #flight-funds .support-card .circle-image {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 767.98px) {
  #flight-funds .support-card .circle-image {
    width: 150px;
    height: 150px;
  }
}
#flight-funds .support-card .circle-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#flight-funds .support-card .card-title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media (min-width: 768px) {
  #i-club-membership {
    padding-top: 54px;
  }
}
#i-club-membership #i-club-information {
  background: #010202 url("../media/index/i-club-information/timeline-xl.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 1131px 758px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #i-club-membership #i-club-information {
    background: #010202 url("../media/index/i-club-information/timeline-md.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 991px 564px;
    height: auto;
    padding-bottom: 24rem;
  }
}
@media (min-width: 768px) {
  #i-club-membership #i-club-information {
    padding-bottom: 25rem;
  }
  #i-club-membership #i-club-information #cd-timeline {
    margin-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  #i-club-membership #i-club-information #cd-timeline {
    margin-bottom: 27rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #i-club-membership #i-club-information {
    background: #010202 url("../media/index/i-club-information/timeline-lg.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 1131px 758px;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1200px) {
  #i-club-membership #i-club-information {
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  #i-club-membership #i-club-information {
    background-position: 100% 100%;
    background-size: 80%;
  }
  #i-club-membership #i-club-information #cd-timeline {
    margin-bottom: 35rem !important;
  }
}
@media (min-width: 1600px) {
  #i-club-membership #i-club-information {
    background-size: 70%;
  }
}
@media (min-width: 2400px) {
  #i-club-membership #i-club-information {
    padding-bottom: 15rem;
  }
}
@media (max-width: 575.98px) {
  #i-club-membership #i-club-information {
    background: #010202 url("../media/index/i-club-information/timeline-xs.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 576px 399px;
    height: auto;
    padding-bottom: 15rem;
  }
}
#i-club-membership #i-club-information .card {
  height: 350px;
  overflow: scroll;
}
@media (max-width: 991.98px) {
  #i-club-membership #i-club-information .card {
    margin-bottom: 45px;
  }
}
#i-club-membership #i-club-information .card #events-list h5, #i-club-membership #i-club-information .card #events-list .h5 {
  text-transform: none;
  font-family: "AvenirNextCondensedCond-bold-i", Helvetica, sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}
#i-club-membership #i-club-information .card #events-list a {
  color: #010202;
  font-family: "AvenirNextCondensedCond-bold-i", Helvetica, sans-serif;
}
#i-club-membership #i-club-information .card #events-list a:hover {
  color: #ffd317;
}
#i-club-membership #i-club-information .card #events-list .card-body {
  padding-bottom: 5px;
}
#i-club-membership #i-club-information .card #events-list .card-body:nth-child(even) {
  background-color: #f7f7f7;
}

/*# sourceMappingURL=main.css.map */