
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --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: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --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: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 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: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::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(0, 0, 0, 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] {
  text-decoration: underline dotted;
  cursor: help;
  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;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@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;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

.list-unstyled {
  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;
}

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

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

@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%;
  }
  .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;
  }
}
@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%;
  }
  .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;
  }
}
@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%;
  }
  .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;
  }
}
@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%;
  }
  .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;
  }
}
@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%;
  }
  .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;
  }
}
.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: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  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: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --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;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  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);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) 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: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--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: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--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: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 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(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 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);
  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: var(--bs-border-width) 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: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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;
  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);
  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: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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: #0d6efd;
  border-color: #0d6efd;
  --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%280, 0, 0, 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='rgb%28134, 182.5, 254%29'/%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;
  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(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.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;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.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(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) 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::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) 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(var(--bs-border-width) * -1);
  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.1z'/%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.1z'/%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: var(--bs-border-width);
  --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(0, 0, 0, 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;
  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: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

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

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

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

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

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

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --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: 49, 132, 253;
  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: var(--bs-border-radius-lg);
}

.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: #0d6efd;
  --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;
  }
}
.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: #0d6efd;
  --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(var(--bs-border-width) * -1);
}
.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(var(--bs-border-width) * -1);
}
.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 ~ .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(13, 110, 253, 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: #0d6efd;
}
.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-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --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-basis: 100%;
  flex-grow: 1;
  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;
  }
}
.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: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --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='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[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='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --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: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --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: var(--bs-body-bg);
  --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 5L8 11L14 5'/%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='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  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='rgb%28109.8, 168, 253.8%29'%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-.708z'/%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='rgb%28109.8, 168, 253.8%29'%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-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.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: #0d6efd;
  --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: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  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-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action: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:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.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-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);
  }
}
.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-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

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

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

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

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

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

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  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;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-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 {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 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;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  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;
  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 0z'/%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-.708z'/%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-.708z'/%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 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  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-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;
  }
}

.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: #000;
}
.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: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) 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 {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !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-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

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

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

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

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

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-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(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, 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(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

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

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

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

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, 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;
  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: sticky;
  top: 0;
  z-index: 1020;
}

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

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

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}

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

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

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-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-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

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

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

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

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

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-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: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-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-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-25 {
  width: 25% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-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-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-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-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-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-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-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-auto {
  margin-left: auto !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;
}

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

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

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

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

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

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

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

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

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fw-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-1 {
  line-height: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

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

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

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

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

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

.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-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-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-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

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

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

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

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

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

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

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

.bg-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 {
  user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

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

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

.rounded-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-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-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-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;
}

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

@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 {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-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;
  }
  .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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-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;
  }
  .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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-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;
  }
  .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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-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;
  }
  .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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-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;
  }
  .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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-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;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  box-sizing: border-box;
}

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

html, body, div, span, applet, object, iframe,
h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small,
.small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, .mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !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;
  }
}
.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.Button {
  align-items: center;
  appearance: none;
  background-color: #FFFFFF;
  color: #222222;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  min-height: 34px;
  min-width: 50px;
  height: 40px;
  padding: 0 14px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-out;
}
.Button:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.Button:disabled {
  background-color: #2d6c42;
  color: #4BB46E;
}
.Button:hover:disabled {
  background-color: rgb(37.5, 90, 55);
}
.Button--lg {
  min-height: 50px;
}
.Button--primary {
  background-color: #4BB46E;
  color: #FFFFFF;
}
.Button--primary:focus {
  background-color: #3c9058;
}
.Button--primary:hover {
  background-color: #3c9058;
}
.Button--transparent {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.Button--transparent:focus {
  background-color: #3c9058;
}
.Button--transparent:hover {
  background-color: #3c9058;
}
.Button--bright {
  background-color: #5CEB9A;
  color: #2A363B;
}
.Button--bright:focus {
  background-color: rgb(46.5737704918, 229.4262295082, 125.8524590164);
  color: #2A363B;
}
.Button--bright:hover {
  background-color: rgb(46.5737704918, 229.4262295082, 125.8524590164);
  color: #2A363B;
}
.Button--bright:disabled {
  background-color: #ECEFF1;
  color: #7D828C;
}
.Button--bright:hover:disabled {
  background-color: rgb(162.5909090909, 177.1818181818, 186.9090909091);
}
.Button--bright-alt {
  background-color: rgb(46.5737704918, 229.4262295082, 125.8524590164);
  color: #FFFFFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
  font-weight: 500;
}
.Button--bright-alt:focus {
  background-color: #5CEB9A;
}
.Button--bright-alt:hover {
  background-color: #5CEB9A;
}
.Button--bright-alt:disabled {
  background-color: #ECEFF1;
  color: #2A363B;
}
.Button--bright-alt:hover:disabled {
  background-color: rgb(162.5909090909, 177.1818181818, 186.9090909091);
}
.Button--secondary {
  background-color: #ECEFF1;
  color: #272727;
}
.Button--secondary:focus {
  background-color: rgb(206.6363636364, 214.2727272727, 219.3636363636);
  color: #272727;
}
.Button--secondary:hover {
  background-color: rgb(206.6363636364, 214.2727272727, 219.3636363636);
  color: #272727;
}
.Button--secondary:disabled {
  background-color: #ECEFF1;
  color: #7D828C;
}
.Button--secondary:hover:disabled {
  background-color: rgb(162.5909090909, 177.1818181818, 186.9090909091);
}
.Button--white {
  border: 1px solid #ECEFF1;
  background-color: #FFFFFF;
  color: #272727;
}
.Button--white:focus {
  background-color: rgb(206.6363636364, 214.2727272727, 219.3636363636);
  color: #272727;
}
.Button--white:hover {
  background-color: rgb(206.6363636364, 214.2727272727, 219.3636363636);
  color: #272727;
}
.Button--white:disabled {
  background-color: #ECEFF1;
  color: #7D828C;
}
.Button--white:hover:disabled {
  background-color: rgb(162.5909090909, 177.1818181818, 186.9090909091);
}
.Button--danger {
  background-color: #FF6262;
  color: #FFFFFF;
}
.Button--danger:focus {
  background-color: #ff2f2f;
  color: #FFFFFF;
}
.Button--danger:hover {
  background-color: #ff2f2f;
  color: #FFFFFF;
}
.Button--danger:disabled {
  background-color: #ECEFF1;
  color: #7D828C;
}
.Button--danger:hover:disabled {
  background-color: rgb(162.5909090909, 177.1818181818, 186.9090909091);
}
.Button--note {
  background-color: #FADE4B;
  color: #2A363B;
}
.Button--note:focus {
  background-color: rgb(248.6216216216, 212.9027027027, 25.3783783784);
  color: #2A363B;
}
.Button--note:hover {
  background-color: rgb(248.6216216216, 212.9027027027, 25.3783783784);
  color: #2A363B;
}
.Button--note:disabled {
  background-color: #ECEFF1;
  color: #2A363B;
}
.Button--note:hover:disabled {
  background-color: rgb(162.5909090909, 177.1818181818, 186.9090909091);
}
.Button--disableHover:hover {
  color: inherit;
  background-color: inherit;
}
.Button--charge-scheme {
  background-color: #FFDE00;
  color: #2A363B;
}
.Button--charge-scheme:focus {
  background-color: rgb(204, 177.6, 0);
  color: #2A363B;
}
.Button--charge-scheme:hover {
  background-color: rgb(204, 177.6, 0);
  color: #2A363B;
}
.Button--charge-scheme:disabled {
  background-color: #ECEFF1;
  color: #7D828C;
}
.Button--charge-scheme:hover:disabled {
  background-color: rgb(162.5909090909, 177.1818181818, 186.9090909091);
}

.btn-outline-pastel-green {
  --bs-btn-color: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-btn-border-color: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-btn-hover-border-color: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-btn-focus-shadow-rgb: 25, 200, 101;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-btn-active-border-color: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(24.5901639344, 200.4098360656, 100.8196721311);
  --bs-gradient: none;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #F8FAFC;
  --bs-btn-border-color: #F8FAFC;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.05, 250.75, 252.45);
  --bs-btn-hover-border-color: rgb(248.7, 250.5, 252.3);
  --bs-btn-focus-shadow-rgb: 211, 213, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.4, 251, 252.6);
  --bs-btn-active-border-color: rgb(248.7, 250.5, 252.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F8FAFC;
  --bs-btn-disabled-border-color: #F8FAFC;
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #5CEB9A;
  --bs-btn-border-color: #5CEB9A;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(116.45, 238, 169.15);
  --bs-btn-hover-border-color: rgb(108.3, 237, 164.1);
  --bs-btn-focus-shadow-rgb: 78, 200, 131;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(124.6, 239, 174.2);
  --bs-btn-active-border-color: rgb(108.3, 237, 164.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #5CEB9A;
  --bs-btn-disabled-border-color: #5CEB9A;
}

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

.CallBackButton {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #FADE4B;
  transition: background-color 0.3s;
}
.CallBackButton:hover {
  background-color: #FADE4B;
}
.CallBackButton:hover .CallBackButton__icon {
  color: #FFFFFF;
}
.CallBackButton__title {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #222222;
}
.CallBackButton__title:hover {
  color: #222222;
}
.CallBackButton__icon {
  color: #FADE4B;
}
.CallBackButton__link {
  color: #0D6EFD;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  margin-left: auto;
  display: block;
}

@media (max-width: 768px) {
  .CallBackButton__title {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .CallBackButton__title {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .CallBackButton__title {
    font-size: 14px;
  }
}

.Field,
.react-tel-input .Field {
  background-color: #FFFFFF;
  border: 1px solid #E4E7EE;
  border-radius: 6px;
  color: #272727;
  display: block;
  font-size: 16px;
  line-height: 20px;
  height: 50px;
  padding: 0 14px;
  width: 100%;
}
.Field:focus, .Field:hover,
.react-tel-input .Field:focus,
.react-tel-input .Field:hover {
  border: 1px solid rgb(196.7045454545, 203.1818181818, 218.2954545455);
}
.Field:-webkit-autofill,
.react-tel-input .Field:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #FFFFFF inset;
  -webkit-text-fill-color: #272727;
}
.Field:-webkit-autofill:focus,
.react-tel-input .Field:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #FFFFFF inset;
  -webkit-text-fill-color: #272727;
}
.Field ::placeholder,
.react-tel-input .Field ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7D828C;
  opacity: 1;
  /* Firefox */
}
.Field :-ms-input-placeholder,
.react-tel-input .Field :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7D828C;
}
.Field ::-ms-input-placeholder,
.react-tel-input .Field ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7D828C;
}
.Field:disabled,
.react-tel-input .Field:disabled {
  background-color: #E4E7EE;
}
.FieldRadio,
.react-tel-input .FieldRadio {
  background-color: #ECEFF1;
  border: none;
  cursor: pointer;
}
.FieldRadio input,
.react-tel-input .FieldRadio input {
  display: none;
}
.FieldRadio label,
.react-tel-input .FieldRadio label {
  cursor: inherit;
}
.FieldRadio:hover,
.react-tel-input .FieldRadio:hover {
  border: 1px solid #5CEB9A;
}
.FieldRadio_disabled,
.react-tel-input .FieldRadio_disabled {
  background-color: #ECEFF1;
  cursor: auto;
}
.FieldRadio_disabled label,
.react-tel-input .FieldRadio_disabled label {
  color: #797979;
  opacity: 0.6;
}
.FieldRadio_disabled:hover,
.react-tel-input .FieldRadio_disabled:hover {
  border: 1px solid #ECEFF1;
  color: rgba(125, 130, 140, 0.8);
}
.FieldRadio_checked,
.react-tel-input .FieldRadio_checked {
  border: 1px solid #E4E7EE;
  border-left: 5px solid #5CEB9A;
  background-color: #FFFFFF;
}
.FieldRadio_checked label,
.react-tel-input .FieldRadio_checked label {
  font-weight: 500;
}
.FieldRadio_checked:hover,
.react-tel-input .FieldRadio_checked:hover {
  border: 1px solid #E4E7EE;
  border-left: 5px solid #5CEB9A;
  background-color: #FFFFFF;
}

.react-tel-input .Field {
  padding-left: 48px;
}

.ButtonGroup.horizontal .ButtonGroup-item {
  background-color: #FFFFFF;
  border: none;
  border-bottom: 1px solid #D8DADF;
  border-top: 1px solid #D8DADF;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #2A363B;
  cursor: pointer;
  float: left;
  height: 40px;
  min-width: 128px;
  padding: 0 14px;
  display: flex;
  justify-content: center;
}
.ButtonGroup.horizontal .ButtonGroup-item_wide {
  width: 150px;
  font-size: 16px;
  line-height: 22px;
}
.ButtonGroup.horizontal .ButtonGroup-item:first-of-type {
  border-left: 1px solid #D5DAE4;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ButtonGroup.horizontal .ButtonGroup-item:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: 1px solid #D5DAE4;
}
.ButtonGroup.horizontal .ButtonGroup-item:not(:last-child) {
  border-right: 1px solid #D5DAE4;
}
.ButtonGroup.horizontal .ButtonGroup-item:hover {
  background-color: rgba(213, 218, 228, 0.2);
}
.ButtonGroup.horizontal .ButtonGroup-item_active {
  background-color: #FFFFFF;
  border-bottom: 5px solid #5CEB9A;
  color: #2A363B;
  font-weight: 600;
}
.ButtonGroup.horizontal .ButtonGroup-item_active:hover {
  background-color: #FFFFFF;
}
.ButtonGroup.horizontal .ButtonGroup-item_active .ButtonGroup-item-checkmark {
  display: none;
}
.ButtonGroup.horizontal .ButtonGroup-item_active_spec_nav {
  background-color: #5CEB9A;
}
.ButtonGroup.horizontal .ButtonGroup-item_active_spec_nav:hover {
  background-color: #5CEB9A;
}
.ButtonGroup.horizontal .ButtonGroup-item_active_spec_nav .ButtonGroup-item-checkmark {
  display: none;
}
.ButtonGroup.horizontal:after {
  content: "";
  clear: both;
  display: table;
}
.ButtonGroup.horizontal.wizard .ButtonGroup-item_disabled {
  background-color: #ECEFF1;
  color: #7D828C;
  filter: none;
  cursor: default;
}

.ButtonGroup-overscroll {
  display: flex;
  overflow-y: scroll;
}

.Loader {
  display: inline-block;
  height: 13px;
  margin: 0 0 0 -8px;
  position: relative;
  width: 69px;
  background-color: inherit;
}
.Loader-item {
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  border-radius: 50%;
  height: 13px;
  position: absolute;
  top: 0;
  width: 13px;
}
.Loader-item:nth-child(1) {
  animation: Loader1 0.6s infinite;
  left: 8px;
}
.Loader-item:nth-child(2) {
  animation: Loader2 0.6s infinite;
  left: 8px;
}
.Loader-item:nth-child(3) {
  animation: Loader2 0.6s infinite;
  left: 32px;
}
.Loader-item:nth-child(4) {
  animation: Loader3 0.6s infinite;
  left: 56px;
}

@keyframes Loader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes Loader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes Loader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.Modal {
  z-index: 1060;
  background-color: #FFFFFF;
  padding: 20px;
  height: calc(100% - 16rem);
  width: calc(100% - 4rem);
  left: 2rem;
  top: 8rem;
}
.Modal_text_only {
  height: auto;
  width: calc(100% - 30rem);
  left: 15rem;
  top: 12rem;
}
@media (max-width: 1199.98px) {
  .Modal {
    height: calc(100% - 7rem);
    width: calc(100% - 1rem);
    left: 0.5rem;
    top: 6rem;
  }
}

.List {
  padding: 0;
  list-style: none;
}
.List-item {
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.List-item_circle::before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #797979;
  width: 6px;
  height: 6px;
  margin-left: -20px;
  margin-right: 10px;
}
.List-item_nested::before {
  content: "—";
  margin-left: -25px;
  margin-right: 10px;
}

.Link {
  color: #2A363B;
  text-decoration: none;
}
.Link:hover {
  color: rgb(63.2079207921, 81.2673267327, 88.7920792079);
}
.Link_no_opacity {
  opacity: 1 !important;
}
.Link_no_decoration {
  text-decoration: none;
}
.Link_active {
  border-bottom: 2px solid #5CEB9A;
  font-weight: 600;
}
.Link_light {
  color: #ECEFF1;
}
.Link_light.Link-active {
  color: #FFFFFF;
}
.Link_light.Link-active img {
  background-color: #5CEB9A;
}
.Link_light:hover {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .Derivatives {
    max-height: 648px;
    overflow-y: auto;
  }
}
.Derivatives-item {
  cursor: pointer;
}
@media (min-width: 768px) {
  .Derivatives-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.Derivatives-item_active {
  border: 1px solid #D5DAE4;
  border-left: 5px solid #5CEB9A;
}

.Tag {
  font-size: 12px;
  border-radius: 6px;
  padding: 0 10px;
  width: fit-content;
}
.Tag--success {
  color: #25c169;
  background-color: #D1FFE5;
}
.Tag--info {
  color: #7D828C;
  background-color: #DDE1E4;
}

@media (max-width: 768px) {
  .Tag {
    font-size: 12px;
    padding: 1px 8px;
    margin-top: 3px;
    margin-left: -4px;
  }
}
.lined {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 20px 0;
  grid-gap: 10px;
}
.lined:after, .lined:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #F8FAFC;
  height: 60%;
}

.highlight-underline {
  border-bottom-width: 6px;
  border-bottom-color: #2A363B;
  border-bottom-style: solid;
}
.highlight-underline--yellow {
  border-bottom-color: #FADE4B;
}

.Overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1152;
  display: flow-root;
  overflow-y: auto;
  background-color: #FFFFFF;
}

.react-select-wrapper {
  font-size: 16px;
  line-height: 20px;
  width: auto;
}
.react-select-wrapper .react-select__control {
  box-shadow: none;
  padding: 2px;
  border-radius: 6px;
  background-color: #FFFFFF;
  border: 1px solid #E4E7EE;
}
.react-select-wrapper .react-select__control:focus {
  background-color: rgb(196.7045454545, 203.1818181818, 218.2954545455);
}
.react-select-wrapper .react-select__control:hover {
  border: 1px solid rgb(165.4090909091, 175.3636363636, 198.5909090909);
}
.react-select-wrapper .react-select__control--menu-is-open:not(:hover) {
  border: 1px solid #4BB46E;
}
.react-select-wrapper .react-select__indicators {
  background-color: #FFFFFF;
}
.react-select-wrapper .react-select__indicator {
  background-color: inherit;
}
.react-select-wrapper .react-select__indicator svg {
  background-color: inherit;
  fill: #7D828C;
}
.react-select-wrapper .react-select__indicator-separator {
  display: none;
}
.react-select-wrapper .react-select__single-value {
  color: #2A363B;
  background-color: inherit;
  z-index: 1;
}
.react-select-wrapper .react-select__placeholder {
  background-color: inherit;
}
.react-select-wrapper .react-select__value-container {
  margin: 0;
  padding: 10px 10px;
  background-color: #FFFFFF;
}
.react-select-wrapper .react-select__value-container .css-b8ldur-Input {
  background-color: #FFFFFF;
  width: 0;
}
.react-select-wrapper .react-select__menu {
  color: #222222;
  background-color: #FFFFFF;
  font-family: Franklin Gothic URW, sans-serif;
  font-size: 13px;
  line-height: 15px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
  border-radius: 4px;
  z-index: 2;
}
.react-select-wrapper .react-select__menu-list {
  background-color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.react-select-wrapper .react-select__option {
  color: #222222;
  background-color: #FFFFFF;
}
.react-select-wrapper .react-select__option--is-focused {
  background-color: #b7e1c5;
}
.react-select-wrapper .react-select__option--is-disabled {
  color: #7D828C;
  opacity: 0.6;
}
.react-select-wrapper .react-select__option * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.react-select-wrapper .react-select__input {
  background-color: inherit;
}
.react-select-wrapper_small {
  font-size: 14px;
  min-height: 40px !important;
  height: 100%;
}
.react-select-wrapper_small label {
  font-size: 14px;
}
.react-select-wrapper_small .react-select__value-container {
  align-items: stretch;
  height: 40px !important;
}
.react-select-wrapper_small .react-select__single-value, .react-select-wrapper_small .react-select__placeholder {
  position: static;
  max-width: none;
  z-index: 1;
}
.react-select-wrapper_small .react-select__indicators-container {
  height: 40px !important;
}
.react-select-wrapper_small .react-select__menu {
  width: max-content;
  min-width: 100%;
}
.react-select-wrapper_small .react-select__control {
  background-color: #FFFFFF;
  border: 1px solid #E4E7EE;
}
.react-select-wrapper_small .react-select__control:focus {
  background-color: rgb(196.7045454545, 203.1818181818, 218.2954545455);
}
.react-select-wrapper_small .react-select__control:hover {
  border: 1px solid rgb(165.4090909091, 175.3636363636, 198.5909090909);
}
.react-select-wrapper_small .react-select__indicators {
  background-color: #FFFFFF;
}
.react-select-wrapper_small .react-select__value-container {
  background-color: #FFFFFF;
}
.react-select-wrapper_small .react-select__value-container .css-b8ldur-Input {
  background-color: #FFFFFF;
}

.popover {
  background-color: #FFFFFF;
  border-radius: 6px;
  border: none;
  box-shadow: 0px 0px 50px rgba(42, 54, 59, 0.5);
  font-family: "Franklin Gothic URW", sans-serif;
  font-size: 12px;
  margin-bottom: 7px;
  max-width: 540px;
}

.popover-arrow {
  background-color: transparent;
}

.rsw_2Y {
  background-color: inherit;
}
.rsw_2Y .rsw_2f, .rsw_2Y .rsw_3G {
  background-color: inherit;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgb(184.75, 184.75, 184.75) inherit;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: inherit;
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(184.75, 184.75, 184.75);
  border-radius: 20px;
  border: 3px solid inherit;
}

.scrollbar_hidden {
  /* Works on Firefox */
  /* Works on Chrome, Edge, and Safari */
}
.scrollbar_hidden {
  scrollbar-width: 0;
}
.scrollbar_hidden::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.radio {
  align-items: center;
  border: 1px solid #D5DAE4 !important;
  border-radius: 0.25rem;
  color: #272727;
  display: flex;
  justify-content: center;
}
.radio--active, .radio_group > .radio--negative {
  background-color: #5CEB9A;
  border-color: #5CEB9A !important;
}
.radio--active:hover, .radio_group > .radio--negative:hover, .radio--active.disabled, .radio_group > .disabled.radio--negative {
  background-color: #5CEB9A !important;
  border-color: #5CEB9A !important;
}
.radio--active:hover, .radio_group > .radio--negative:hover {
  opacity: 0.8 !important;
}

.radio_group {
  display: flex;
}

.radio_group > .radio {
  border-radius: 0;
}
.radio_group > .radio:first-of-type {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.radio_group > .radio:not(:first-of-type) {
  border-left: none;
}
.radio_group > .radio--active, .radio_group > .radio--negative {
  font-weight: 600;
}
.radio_group > .radio--negative {
  position: relative;
}
.radio_group > .radio--negative:before {
  background-color: #5CEB9A;
  content: "";
  display: block;
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  top: -1px;
  width: 1px;
}
.radio_group > .radio:last-of-type {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.formCar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form_border {
  width: 100%;
  border-bottom: 2px solid #D5DAE4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.activeRadio {
  padding: 14px 41px 12px 41px;
  font-size: 16px;
  line-height: 24px;
}

.greyRadio {
  background-color: #ECEFF1;
  color: #272727;
  border: none;
  border-radius: 6px;
  height: 50px;
  min-width: 50px;
  padding-top: 15px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}

.greyRadio:not(:last-child) {
  margin-right: 20px;
}

.quotesPanel {
  border: 1px solid #D5DAE4;
  border-radius: 6px;
  margin: 3rem;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  overflow-y: overlay;
  height: 85vh;
}

.previousQuotes {
  padding: 2rem;
}
.previousQuotes__list {
  display: grid;
  gap: 15px;
  overflow-y: scroll;
  overflow-x: clip;
  max-height: 200px;
}
.previousQuotes__title {
  margin: auto;
  white-space: normal !important;
}
.previousQuotes__no-grid {
  overflow-y: scroll;
  overflow-x: clip;
  max-height: 200px;
}

.textButton {
  background: none;
  border: none;
  border-radius: 0;
  color: #25c169;
  display: flex;
  font-weight: 500;
  gap: 5px;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textButton:hover {
  background: none;
  color: #25c169;
  text-decoration: underline;
}
.textButton--gray, .textButton--gray:hover {
  color: #7D828C;
}
.textButton--danger, .textButton--danger:hover {
  color: #FF6262;
}
.textButton--blue, .textButton--blue:hover {
  color: #0D6EFD;
}

.transparentButton {
  width: 180px;
  height: 50px;
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding-top: 15px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  border-radius: 6px;
}

.whiteButton {
  width: 180px;
  height: 50px;
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
}

.buttonIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: #ECEFF1;
}

.buttonIcon:hover {
  background-color: #ECEFF1;
}

.contentWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.contentWrap:not(:last-child) {
  margin-bottom: 20px;
}

.customInput {
  height: 50px;
  padding: 5px 12px;
  border-radius: 6px;
  border: 1px solid #D5DAE4;
}
.customInput--small {
  height: 38px;
}

.priceInputVAT {
  border: 1px solid #D5DAE4;
  padding: 5px 12px 5px 12px;
  height: 38px;
  width: 100%;
  border-radius: 6px;
}

.priceSelectVAT--excluded .react-select__single-value {
  background-color: #f6ceb6;
  padding: 7.5px 5px;
}
.priceSelectVAT--included .react-select__single-value {
  padding: 0 5px;
}
.priceSelectVAT .react-select__value-container {
  padding: 0;
}

.decorBlock {
  height: 100px;
  gap: 20px;
  padding: 25px;
  background-color: #73c2c4;
  border-radius: 6px;
}

.extrasItem {
  background-color: #ECEFF1;
}

.u-bg-athens-gray {
  background-color: #E4E7EE !important;
}

.u-color-athens-gray {
  color: #E4E7EE;
}

.u-border-color-athens-gray {
  border-color: #E4E7EE !important;
}

.u-fill-athens-gray {
  fill: #E4E7EE;
}

.u-borderb-athens-gray {
  border-bottom: 1px solid #E4E7EE;
}

.u-bordert-athens-gray {
  border-top: 1px solid #E4E7EE;
}

.u-border-athens-gray {
  border: 1px solid #E4E7EE;
}

.u-bg-light-gray {
  background-color: #DDE1E4 !important;
}

.u-color-light-gray {
  color: #DDE1E4;
}

.u-border-color-light-gray {
  border-color: #DDE1E4 !important;
}

.u-fill-light-gray {
  fill: #DDE1E4;
}

.u-borderb-light-gray {
  border-bottom: 1px solid #DDE1E4;
}

.u-bordert-light-gray {
  border-top: 1px solid #DDE1E4;
}

.u-border-light-gray {
  border: 1px solid #DDE1E4;
}

.u-bg-lighter-gray {
  background-color: #F8FAFC !important;
}

.u-color-lighter-gray {
  color: #F8FAFC;
}

.u-border-color-lighter-gray {
  border-color: #F8FAFC !important;
}

.u-fill-lighter-gray {
  fill: #F8FAFC;
}

.u-borderb-lighter-gray {
  border-bottom: 1px solid #F8FAFC;
}

.u-bordert-lighter-gray {
  border-top: 1px solid #F8FAFC;
}

.u-border-lighter-gray {
  border: 1px solid #F8FAFC;
}

.u-bg-bittersweet {
  background-color: #FF6262 !important;
}

.u-color-bittersweet {
  color: #FF6262;
}

.u-border-color-bittersweet {
  border-color: #FF6262 !important;
}

.u-fill-bittersweet {
  fill: #FF6262;
}

.u-borderb-bittersweet {
  border-bottom: 1px solid #FF6262;
}

.u-bordert-bittersweet {
  border-top: 1px solid #FF6262;
}

.u-border-bittersweet {
  border: 1px solid #FF6262;
}

.u-bg-soft-bittersweet {
  background-color: #E3737E !important;
}

.u-color-soft-bittersweet {
  color: #E3737E;
}

.u-border-color-soft-bittersweet {
  border-color: #E3737E !important;
}

.u-fill-soft-bittersweet {
  fill: #E3737E;
}

.u-borderb-soft-bittersweet {
  border-bottom: 1px solid #E3737E;
}

.u-bordert-soft-bittersweet {
  border-top: 1px solid #E3737E;
}

.u-border-soft-bittersweet {
  border: 1px solid #E3737E;
}

.u-bg-black {
  background-color: #222222 !important;
}

.u-color-black {
  color: #222222;
}

.u-border-color-black {
  border-color: #222222 !important;
}

.u-fill-black {
  fill: #222222;
}

.u-borderb-black {
  border-bottom: 1px solid #222222;
}

.u-bordert-black {
  border-top: 1px solid #222222;
}

.u-border-black {
  border: 1px solid #222222;
}

.u-bg-boulder {
  background-color: #797979 !important;
}

.u-color-boulder {
  color: #797979;
}

.u-border-color-boulder {
  border-color: #797979 !important;
}

.u-fill-boulder {
  fill: #797979;
}

.u-borderb-boulder {
  border-bottom: 1px solid #797979;
}

.u-bordert-boulder {
  border-top: 1px solid #797979;
}

.u-border-boulder {
  border: 1px solid #797979;
}

.u-bg-geiser {
  background-color: #D5DAE4 !important;
}

.u-color-geiser {
  color: #D5DAE4;
}

.u-border-color-geiser {
  border-color: #D5DAE4 !important;
}

.u-fill-geiser {
  fill: #D5DAE4;
}

.u-borderb-geiser {
  border-bottom: 1px solid #D5DAE4;
}

.u-bordert-geiser {
  border-top: 1px solid #D5DAE4;
}

.u-border-geiser {
  border: 1px solid #D5DAE4;
}

.u-bg-iron {
  background-color: #D8DADF !important;
}

.u-color-iron {
  color: #D8DADF;
}

.u-border-color-iron {
  border-color: #D8DADF !important;
}

.u-fill-iron {
  fill: #D8DADF;
}

.u-borderb-iron {
  border-bottom: 1px solid #D8DADF;
}

.u-bordert-iron {
  border-top: 1px solid #D8DADF;
}

.u-border-iron {
  border: 1px solid #D8DADF;
}

.u-bg-mine-shaft {
  background-color: #272727 !important;
}

.u-color-mine-shaft {
  color: #272727;
}

.u-border-color-mine-shaft {
  border-color: #272727 !important;
}

.u-fill-mine-shaft {
  fill: #272727;
}

.u-borderb-mine-shaft {
  border-bottom: 1px solid #272727;
}

.u-bordert-mine-shaft {
  border-top: 1px solid #272727;
}

.u-border-mine-shaft {
  border: 1px solid #272727;
}

.u-bg-mishka {
  background-color: #CED4DE !important;
}

.u-color-mishka {
  color: #CED4DE;
}

.u-border-color-mishka {
  border-color: #CED4DE !important;
}

.u-fill-mishka {
  fill: #CED4DE;
}

.u-borderb-mishka {
  border-bottom: 1px solid #CED4DE;
}

.u-bordert-mishka {
  border-top: 1px solid #CED4DE;
}

.u-border-mishka {
  border: 1px solid #CED4DE;
}

.u-bg-mountain-meadow {
  background-color: #1EB55E !important;
}

.u-color-mountain-meadow {
  color: #1EB55E;
}

.u-border-color-mountain-meadow {
  border-color: #1EB55E !important;
}

.u-fill-mountain-meadow {
  fill: #1EB55E;
}

.u-borderb-mountain-meadow {
  border-bottom: 1px solid #1EB55E;
}

.u-bordert-mountain-meadow {
  border-top: 1px solid #1EB55E;
}

.u-border-mountain-meadow {
  border: 1px solid #1EB55E;
}

.u-bg-mystic {
  background-color: #DFE3EA !important;
}

.u-color-mystic {
  color: #DFE3EA;
}

.u-border-color-mystic {
  border-color: #DFE3EA !important;
}

.u-fill-mystic {
  fill: #DFE3EA;
}

.u-borderb-mystic {
  border-bottom: 1px solid #DFE3EA;
}

.u-bordert-mystic {
  border-top: 1px solid #DFE3EA;
}

.u-border-mystic {
  border: 1px solid #DFE3EA;
}

.u-bg-ocean-green {
  background-color: #4BB46E !important;
}

.u-color-ocean-green {
  color: #4BB46E;
}

.u-border-color-ocean-green {
  border-color: #4BB46E !important;
}

.u-fill-ocean-green {
  fill: #4BB46E;
}

.u-borderb-ocean-green {
  border-bottom: 1px solid #4BB46E;
}

.u-bordert-ocean-green {
  border-top: 1px solid #4BB46E;
}

.u-border-ocean-green {
  border: 1px solid #4BB46E;
}

.u-bg-outer-space {
  background-color: #2A363B !important;
}

.u-color-outer-space {
  color: #2A363B;
}

.u-border-color-outer-space {
  border-color: #2A363B !important;
}

.u-fill-outer-space {
  fill: #2A363B;
}

.u-borderb-outer-space {
  border-bottom: 1px solid #2A363B;
}

.u-bordert-outer-space {
  border-top: 1px solid #2A363B;
}

.u-border-outer-space {
  border: 1px solid #2A363B;
}

.u-bg-pastel-green {
  background-color: #5CEB9A !important;
}

.u-color-pastel-green {
  color: #5CEB9A;
}

.u-border-color-pastel-green {
  border-color: #5CEB9A !important;
}

.u-fill-pastel-green {
  fill: #5CEB9A;
}

.u-borderb-pastel-green {
  border-bottom: 1px solid #5CEB9A;
}

.u-bordert-pastel-green {
  border-top: 1px solid #5CEB9A;
}

.u-border-pastel-green {
  border: 1px solid #5CEB9A;
}

.u-bg-light-green {
  background-color: #A5F3C4 !important;
}

.u-color-light-green {
  color: #A5F3C4;
}

.u-border-color-light-green {
  border-color: #A5F3C4 !important;
}

.u-fill-light-green {
  fill: #A5F3C4;
}

.u-borderb-light-green {
  border-bottom: 1px solid #A5F3C4;
}

.u-bordert-light-green {
  border-top: 1px solid #A5F3C4;
}

.u-border-light-green {
  border: 1px solid #A5F3C4;
}

.u-bg-lightest-green {
  background-color: #D1FFE5 !important;
}

.u-color-lightest-green {
  color: #D1FFE5;
}

.u-border-color-lightest-green {
  border-color: #D1FFE5 !important;
}

.u-fill-lightest-green {
  fill: #D1FFE5;
}

.u-borderb-lightest-green {
  border-bottom: 1px solid #D1FFE5;
}

.u-bordert-lightest-green {
  border-top: 1px solid #D1FFE5;
}

.u-border-lightest-green {
  border: 1px solid #D1FFE5;
}

.u-bg-porcelain {
  background-color: #ECEFF1 !important;
}

.u-color-porcelain {
  color: #ECEFF1;
}

.u-border-color-porcelain {
  border-color: #ECEFF1 !important;
}

.u-fill-porcelain {
  fill: #ECEFF1;
}

.u-borderb-porcelain {
  border-bottom: 1px solid #ECEFF1;
}

.u-bordert-porcelain {
  border-top: 1px solid #ECEFF1;
}

.u-border-porcelain {
  border: 1px solid #ECEFF1;
}

.u-bg-porcelain2 {
  background-color: #EBEEF0 !important;
}

.u-color-porcelain2 {
  color: #EBEEF0;
}

.u-border-color-porcelain2 {
  border-color: #EBEEF0 !important;
}

.u-fill-porcelain2 {
  fill: #EBEEF0;
}

.u-borderb-porcelain2 {
  border-bottom: 1px solid #EBEEF0;
}

.u-bordert-porcelain2 {
  border-top: 1px solid #EBEEF0;
}

.u-border-porcelain2 {
  border: 1px solid #EBEEF0;
}

.u-bg-raven {
  background-color: #7D828C !important;
}

.u-color-raven {
  color: #7D828C;
}

.u-border-color-raven {
  border-color: #7D828C !important;
}

.u-fill-raven {
  fill: #7D828C;
}

.u-borderb-raven {
  border-bottom: 1px solid #7D828C;
}

.u-bordert-raven {
  border-top: 1px solid #7D828C;
}

.u-border-raven {
  border: 1px solid #7D828C;
}

.u-bg-white {
  background-color: #FFFFFF !important;
}

.u-color-white {
  color: #FFFFFF;
}

.u-border-color-white {
  border-color: #FFFFFF !important;
}

.u-fill-white {
  fill: #FFFFFF;
}

.u-borderb-white {
  border-bottom: 1px solid #FFFFFF;
}

.u-bordert-white {
  border-top: 1px solid #FFFFFF;
}

.u-border-white {
  border: 1px solid #FFFFFF;
}

.u-bg-red {
  background-color: #FF0000 !important;
}

.u-color-red {
  color: #FF0000;
}

.u-border-color-red {
  border-color: #FF0000 !important;
}

.u-fill-red {
  fill: #FF0000;
}

.u-borderb-red {
  border-bottom: 1px solid #FF0000;
}

.u-bordert-red {
  border-top: 1px solid #FF0000;
}

.u-border-red {
  border: 1px solid #FF0000;
}

.u-bg-darkgray {
  background-color: #a9a9a9 !important;
}

.u-color-darkgray {
  color: #a9a9a9;
}

.u-border-color-darkgray {
  border-color: #a9a9a9 !important;
}

.u-fill-darkgray {
  fill: #a9a9a9;
}

.u-borderb-darkgray {
  border-bottom: 1px solid #a9a9a9;
}

.u-bordert-darkgray {
  border-top: 1px solid #a9a9a9;
}

.u-border-darkgray {
  border: 1px solid #a9a9a9;
}

.u-bg-deep-green {
  background-color: #25c169 !important;
}

.u-color-deep-green {
  color: #25c169;
}

.u-border-color-deep-green {
  border-color: #25c169 !important;
}

.u-fill-deep-green {
  fill: #25c169;
}

.u-borderb-deep-green {
  border-bottom: 1px solid #25c169;
}

.u-bordert-deep-green {
  border-top: 1px solid #25c169;
}

.u-border-deep-green {
  border: 1px solid #25c169;
}

.u-bg-yellow {
  background-color: #FADE4B !important;
}

.u-color-yellow {
  color: #FADE4B;
}

.u-border-color-yellow {
  border-color: #FADE4B !important;
}

.u-fill-yellow {
  fill: #FADE4B;
}

.u-borderb-yellow {
  border-bottom: 1px solid #FADE4B;
}

.u-bordert-yellow {
  border-top: 1px solid #FADE4B;
}

.u-border-yellow {
  border: 1px solid #FADE4B;
}

.u-bg-dark-yellow {
  background-color: darkgoldenrod !important;
}

.u-color-dark-yellow {
  color: darkgoldenrod;
}

.u-border-color-dark-yellow {
  border-color: darkgoldenrod !important;
}

.u-fill-dark-yellow {
  fill: darkgoldenrod;
}

.u-borderb-dark-yellow {
  border-bottom: 1px solid darkgoldenrod;
}

.u-bordert-dark-yellow {
  border-top: 1px solid darkgoldenrod;
}

.u-border-dark-yellow {
  border: 1px solid darkgoldenrod;
}

.u-bg-light-yellow {
  background-color: #FFFBDE !important;
}

.u-color-light-yellow {
  color: #FFFBDE;
}

.u-border-color-light-yellow {
  border-color: #FFFBDE !important;
}

.u-fill-light-yellow {
  fill: #FFFBDE;
}

.u-borderb-light-yellow {
  border-bottom: 1px solid #FFFBDE;
}

.u-bordert-light-yellow {
  border-top: 1px solid #FFFBDE;
}

.u-border-light-yellow {
  border: 1px solid #FFFBDE;
}

.u-bg-pink {
  background-color: #FCDDEC !important;
}

.u-color-pink {
  color: #FCDDEC;
}

.u-border-color-pink {
  border-color: #FCDDEC !important;
}

.u-fill-pink {
  fill: #FCDDEC;
}

.u-borderb-pink {
  border-bottom: 1px solid #FCDDEC;
}

.u-bordert-pink {
  border-top: 1px solid #FCDDEC;
}

.u-border-pink {
  border: 1px solid #FCDDEC;
}

.u-bg-blue {
  background-color: #0D6EFD !important;
}

.u-color-blue {
  color: #0D6EFD;
}

.u-border-color-blue {
  border-color: #0D6EFD !important;
}

.u-fill-blue {
  fill: #0D6EFD;
}

.u-borderb-blue {
  border-bottom: 1px solid #0D6EFD;
}

.u-bordert-blue {
  border-top: 1px solid #0D6EFD;
}

.u-border-blue {
  border: 1px solid #0D6EFD;
}

.u-bg-fountain-blue {
  background-color: #55C4C4 !important;
}

.u-color-fountain-blue {
  color: #55C4C4;
}

.u-border-color-fountain-blue {
  border-color: #55C4C4 !important;
}

.u-fill-fountain-blue {
  fill: #55C4C4;
}

.u-borderb-fountain-blue {
  border-bottom: 1px solid #55C4C4;
}

.u-bordert-fountain-blue {
  border-top: 1px solid #55C4C4;
}

.u-border-fountain-blue {
  border: 1px solid #55C4C4;
}

.u-bg-orange {
  background-color: #f6ceb6 !important;
}

.u-color-orange {
  color: #f6ceb6;
}

.u-border-color-orange {
  border-color: #f6ceb6 !important;
}

.u-fill-orange {
  fill: #f6ceb6;
}

.u-borderb-orange {
  border-bottom: 1px solid #f6ceb6;
}

.u-bordert-orange {
  border-top: 1px solid #f6ceb6;
}

.u-border-orange {
  border: 1px solid #f6ceb6;
}

.u-bg-purple {
  background-color: #af7eef !important;
}

.u-color-purple {
  color: #af7eef;
}

.u-border-color-purple {
  border-color: #af7eef !important;
}

.u-fill-purple {
  fill: #af7eef;
}

.u-borderb-purple {
  border-bottom: 1px solid #af7eef;
}

.u-bordert-purple {
  border-top: 1px solid #af7eef;
}

.u-border-purple {
  border: 1px solid #af7eef;
}

.u-bg-faded-gold {
  background-color: rgba(255, 215, 0, 0.5) !important;
}

.u-color-faded-gold {
  color: rgba(255, 215, 0, 0.5);
}

.u-border-color-faded-gold {
  border-color: rgba(255, 215, 0, 0.5) !important;
}

.u-fill-faded-gold {
  fill: rgba(255, 215, 0, 0.5);
}

.u-borderb-faded-gold {
  border-bottom: 1px solid rgba(255, 215, 0, 0.5);
}

.u-bordert-faded-gold {
  border-top: 1px solid rgba(255, 215, 0, 0.5);
}

.u-border-faded-gold {
  border: 1px solid rgba(255, 215, 0, 0.5);
}

.u-bg-green-stripes {
  background-color: repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px) !important;
}

.u-color-green-stripes {
  color: repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px);
}

.u-border-color-green-stripes {
  border-color: repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px) !important;
}

.u-fill-green-stripes {
  fill: repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px);
}

.u-borderb-green-stripes {
  border-bottom: 1px solid repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px);
}

.u-bordert-green-stripes {
  border-top: 1px solid repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px);
}

.u-border-green-stripes {
  border: 1px solid repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px);
}

.u-bg-charge-scheme {
  background-color: #FFDE00 !important;
}

.u-color-charge-scheme {
  color: #FFDE00;
}

.u-border-color-charge-scheme {
  border-color: #FFDE00 !important;
}

.u-fill-charge-scheme {
  fill: #FFDE00;
}

.u-borderb-charge-scheme {
  border-bottom: 1px solid #FFDE00;
}

.u-bordert-charge-scheme {
  border-top: 1px solid #FFDE00;
}

.u-border-charge-scheme {
  border: 1px solid #FFDE00;
}

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

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

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

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

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

.u-p-5 {
  padding: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-p-55 {
  padding: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-p-60 {
  padding: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-p-65 {
  padding: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-p-70 {
  padding: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

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

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

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

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

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

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

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

.u-p-2 {
  padding: 2px !important;
}

.u-py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

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

.u-pb-2 {
  padding-bottom: 2px !important;
}

.u-pt-2 {
  padding-top: 2px !important;
}

.u-pl-2 {
  padding-left: 2px !important;
}

.u-pr-2 {
  padding-right: 2px !important;
}

.u-p-4 {
  padding: 4px !important;
}

.u-py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

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

.u-pb-4 {
  padding-bottom: 4px !important;
}

.u-pt-4 {
  padding-top: 4px !important;
}

.u-pl-4 {
  padding-left: 4px !important;
}

.u-pr-4 {
  padding-right: 4px !important;
}

.u-p-6 {
  padding: 6px !important;
}

.u-py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

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

.u-pb-6 {
  padding-bottom: 6px !important;
}

.u-pt-6 {
  padding-top: 6px !important;
}

.u-pl-6 {
  padding-left: 6px !important;
}

.u-pr-6 {
  padding-right: 6px !important;
}

.u-p-8 {
  padding: 8px !important;
}

.u-py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

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

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pt-8 {
  padding-top: 8px !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

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

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-p-12 {
  padding: 12px !important;
}

.u-py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

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

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-pl-12 {
  padding-left: 12px !important;
}

.u-pr-12 {
  padding-right: 12px !important;
}

.u-p-14 {
  padding: 14px !important;
}

.u-py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

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

.u-pb-14 {
  padding-bottom: 14px !important;
}

.u-pt-14 {
  padding-top: 14px !important;
}

.u-pl-14 {
  padding-left: 14px !important;
}

.u-pr-14 {
  padding-right: 14px !important;
}

.u-p-16 {
  padding: 16px !important;
}

.u-py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

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

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pt-16 {
  padding-top: 16px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-p-18 {
  padding: 18px !important;
}

.u-py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

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

.u-pb-18 {
  padding-bottom: 18px !important;
}

.u-pt-18 {
  padding-top: 18px !important;
}

.u-pl-18 {
  padding-left: 18px !important;
}

.u-pr-18 {
  padding-right: 18px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

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

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-p-22 {
  padding: 22px !important;
}

.u-py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

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

.u-pb-22 {
  padding-bottom: 22px !important;
}

.u-pt-22 {
  padding-top: 22px !important;
}

.u-pl-22 {
  padding-left: 22px !important;
}

.u-pr-22 {
  padding-right: 22px !important;
}

.u-p-24 {
  padding: 24px !important;
}

.u-py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

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

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-p-26 {
  padding: 26px !important;
}

.u-py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

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

.u-pb-26 {
  padding-bottom: 26px !important;
}

.u-pt-26 {
  padding-top: 26px !important;
}

.u-pl-26 {
  padding-left: 26px !important;
}

.u-pr-26 {
  padding-right: 26px !important;
}

.u-p-28 {
  padding: 28px !important;
}

.u-py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

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

.u-pb-28 {
  padding-bottom: 28px !important;
}

.u-pt-28 {
  padding-top: 28px !important;
}

.u-pl-28 {
  padding-left: 28px !important;
}

.u-pr-28 {
  padding-right: 28px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

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

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-p-32 {
  padding: 32px !important;
}

.u-py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

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

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-pt-32 {
  padding-top: 32px !important;
}

.u-pl-32 {
  padding-left: 32px !important;
}

.u-pr-32 {
  padding-right: 32px !important;
}

.u-p-34 {
  padding: 34px !important;
}

.u-py-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

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

.u-pb-34 {
  padding-bottom: 34px !important;
}

.u-pt-34 {
  padding-top: 34px !important;
}

.u-pl-34 {
  padding-left: 34px !important;
}

.u-pr-34 {
  padding-right: 34px !important;
}

.u-p-36 {
  padding: 36px !important;
}

.u-py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

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

.u-pb-36 {
  padding-bottom: 36px !important;
}

.u-pt-36 {
  padding-top: 36px !important;
}

.u-pl-36 {
  padding-left: 36px !important;
}

.u-pr-36 {
  padding-right: 36px !important;
}

.u-p-38 {
  padding: 38px !important;
}

.u-py-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

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

.u-pb-38 {
  padding-bottom: 38px !important;
}

.u-pt-38 {
  padding-top: 38px !important;
}

.u-pl-38 {
  padding-left: 38px !important;
}

.u-pr-38 {
  padding-right: 38px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

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

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-p-42 {
  padding: 42px !important;
}

.u-py-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

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

.u-pb-42 {
  padding-bottom: 42px !important;
}

.u-pt-42 {
  padding-top: 42px !important;
}

.u-pl-42 {
  padding-left: 42px !important;
}

.u-pr-42 {
  padding-right: 42px !important;
}

.u-p-44 {
  padding: 44px !important;
}

.u-py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

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

.u-pb-44 {
  padding-bottom: 44px !important;
}

.u-pt-44 {
  padding-top: 44px !important;
}

.u-pl-44 {
  padding-left: 44px !important;
}

.u-pr-44 {
  padding-right: 44px !important;
}

.u-p-46 {
  padding: 46px !important;
}

.u-py-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

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

.u-pb-46 {
  padding-bottom: 46px !important;
}

.u-pt-46 {
  padding-top: 46px !important;
}

.u-pl-46 {
  padding-left: 46px !important;
}

.u-pr-46 {
  padding-right: 46px !important;
}

.u-p-48 {
  padding: 48px !important;
}

.u-py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

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

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pt-48 {
  padding-top: 48px !important;
}

.u-pl-48 {
  padding-left: 48px !important;
}

.u-pr-48 {
  padding-right: 48px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

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

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-p-52 {
  padding: 52px !important;
}

.u-py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

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

.u-pb-52 {
  padding-bottom: 52px !important;
}

.u-pt-52 {
  padding-top: 52px !important;
}

.u-pl-52 {
  padding-left: 52px !important;
}

.u-pr-52 {
  padding-right: 52px !important;
}

.u-p-54 {
  padding: 54px !important;
}

.u-py-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

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

.u-pb-54 {
  padding-bottom: 54px !important;
}

.u-pt-54 {
  padding-top: 54px !important;
}

.u-pl-54 {
  padding-left: 54px !important;
}

.u-pr-54 {
  padding-right: 54px !important;
}

.u-p-56 {
  padding: 56px !important;
}

.u-py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

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

.u-pb-56 {
  padding-bottom: 56px !important;
}

.u-pt-56 {
  padding-top: 56px !important;
}

.u-pl-56 {
  padding-left: 56px !important;
}

.u-pr-56 {
  padding-right: 56px !important;
}

.u-p-58 {
  padding: 58px !important;
}

.u-py-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

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

.u-pb-58 {
  padding-bottom: 58px !important;
}

.u-pt-58 {
  padding-top: 58px !important;
}

.u-pl-58 {
  padding-left: 58px !important;
}

.u-pr-58 {
  padding-right: 58px !important;
}

.u-p-60 {
  padding: 60px !important;
}

.u-py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

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

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-p-62 {
  padding: 62px !important;
}

.u-py-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}

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

.u-pb-62 {
  padding-bottom: 62px !important;
}

.u-pt-62 {
  padding-top: 62px !important;
}

.u-pl-62 {
  padding-left: 62px !important;
}

.u-pr-62 {
  padding-right: 62px !important;
}

.u-p-64 {
  padding: 64px !important;
}

.u-py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

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

.u-pb-64 {
  padding-bottom: 64px !important;
}

.u-pt-64 {
  padding-top: 64px !important;
}

.u-pl-64 {
  padding-left: 64px !important;
}

.u-pr-64 {
  padding-right: 64px !important;
}

.u-p-66 {
  padding: 66px !important;
}

.u-py-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}

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

.u-pb-66 {
  padding-bottom: 66px !important;
}

.u-pt-66 {
  padding-top: 66px !important;
}

.u-pl-66 {
  padding-left: 66px !important;
}

.u-pr-66 {
  padding-right: 66px !important;
}

.u-p-68 {
  padding: 68px !important;
}

.u-py-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

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

.u-pb-68 {
  padding-bottom: 68px !important;
}

.u-pt-68 {
  padding-top: 68px !important;
}

.u-pl-68 {
  padding-left: 68px !important;
}

.u-pr-68 {
  padding-right: 68px !important;
}

.u-p-70 {
  padding: 70px !important;
}

.u-py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

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

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-p-72 {
  padding: 72px !important;
}

.u-py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

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

.u-pb-72 {
  padding-bottom: 72px !important;
}

.u-pt-72 {
  padding-top: 72px !important;
}

.u-pl-72 {
  padding-left: 72px !important;
}

.u-pr-72 {
  padding-right: 72px !important;
}

.u-p-74 {
  padding: 74px !important;
}

.u-py-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}

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

.u-pb-74 {
  padding-bottom: 74px !important;
}

.u-pt-74 {
  padding-top: 74px !important;
}

.u-pl-74 {
  padding-left: 74px !important;
}

.u-pr-74 {
  padding-right: 74px !important;
}

.u-p-76 {
  padding: 76px !important;
}

.u-py-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

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

.u-pb-76 {
  padding-bottom: 76px !important;
}

.u-pt-76 {
  padding-top: 76px !important;
}

.u-pl-76 {
  padding-left: 76px !important;
}

.u-pr-76 {
  padding-right: 76px !important;
}

.u-p-78 {
  padding: 78px !important;
}

.u-py-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

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

.u-pb-78 {
  padding-bottom: 78px !important;
}

.u-pt-78 {
  padding-top: 78px !important;
}

.u-pl-78 {
  padding-left: 78px !important;
}

.u-pr-78 {
  padding-right: 78px !important;
}

.u-p-80 {
  padding: 80px !important;
}

.u-py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

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

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-p-82 {
  padding: 82px !important;
}

.u-py-82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}

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

.u-pb-82 {
  padding-bottom: 82px !important;
}

.u-pt-82 {
  padding-top: 82px !important;
}

.u-pl-82 {
  padding-left: 82px !important;
}

.u-pr-82 {
  padding-right: 82px !important;
}

.u-p-84 {
  padding: 84px !important;
}

.u-py-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

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

.u-pb-84 {
  padding-bottom: 84px !important;
}

.u-pt-84 {
  padding-top: 84px !important;
}

.u-pl-84 {
  padding-left: 84px !important;
}

.u-pr-84 {
  padding-right: 84px !important;
}

.u-p-86 {
  padding: 86px !important;
}

.u-py-86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}

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

.u-pb-86 {
  padding-bottom: 86px !important;
}

.u-pt-86 {
  padding-top: 86px !important;
}

.u-pl-86 {
  padding-left: 86px !important;
}

.u-pr-86 {
  padding-right: 86px !important;
}

.u-p-88 {
  padding: 88px !important;
}

.u-py-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

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

.u-pb-88 {
  padding-bottom: 88px !important;
}

.u-pt-88 {
  padding-top: 88px !important;
}

.u-pl-88 {
  padding-left: 88px !important;
}

.u-pr-88 {
  padding-right: 88px !important;
}

.u-p-90 {
  padding: 90px !important;
}

.u-py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

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

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-p-92 {
  padding: 92px !important;
}

.u-py-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

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

.u-pb-92 {
  padding-bottom: 92px !important;
}

.u-pt-92 {
  padding-top: 92px !important;
}

.u-pl-92 {
  padding-left: 92px !important;
}

.u-pr-92 {
  padding-right: 92px !important;
}

.u-p-94 {
  padding: 94px !important;
}

.u-py-94 {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}

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

.u-pb-94 {
  padding-bottom: 94px !important;
}

.u-pt-94 {
  padding-top: 94px !important;
}

.u-pl-94 {
  padding-left: 94px !important;
}

.u-pr-94 {
  padding-right: 94px !important;
}

.u-p-96 {
  padding: 96px !important;
}

.u-py-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

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

.u-pb-96 {
  padding-bottom: 96px !important;
}

.u-pt-96 {
  padding-top: 96px !important;
}

.u-pl-96 {
  padding-left: 96px !important;
}

.u-pr-96 {
  padding-right: 96px !important;
}

.u-p-98 {
  padding: 98px !important;
}

.u-py-98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}

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

.u-pb-98 {
  padding-bottom: 98px !important;
}

.u-pt-98 {
  padding-top: 98px !important;
}

.u-pl-98 {
  padding-left: 98px !important;
}

.u-pr-98 {
  padding-right: 98px !important;
}

.u-p-100 {
  padding: 100px !important;
}

.u-py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

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

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pl-1 {
  padding-left: 1px;
}

@media (min-width: 576px) {
  .u-sm-w-180px {
    width: 180px !important;
  }
}

@media (min-width: 576px) {
  .u-max-w-breakpoint {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .u-max-w-breakpoint {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .u-max-w-breakpoint {
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .u-p-lg-0 {
    padding: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-0 {
    padding-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-2 {
    padding: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-2 {
    padding-bottom: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-2 {
    padding-top: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-2 {
    padding-left: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-2 {
    padding-right: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-4 {
    padding: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-4 {
    padding-bottom: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-4 {
    padding-top: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-4 {
    padding-left: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-4 {
    padding-right: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-6 {
    padding: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-6 {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-6 {
    padding-top: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-6 {
    padding-left: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-6 {
    padding-right: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-8 {
    padding: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-8 {
    padding-bottom: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-8 {
    padding-top: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-8 {
    padding-left: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-8 {
    padding-right: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-10 {
    padding: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-10 {
    padding-left: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-12 {
    padding: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-12 {
    padding-bottom: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-12 {
    padding-top: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-12 {
    padding-left: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-12 {
    padding-right: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-14 {
    padding: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-14 {
    padding-bottom: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-14 {
    padding-top: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-14 {
    padding-left: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-14 {
    padding-right: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-16 {
    padding: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-16 {
    padding-bottom: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-16 {
    padding-top: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-16 {
    padding-left: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-16 {
    padding-right: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-18 {
    padding: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-18 {
    padding-bottom: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-18 {
    padding-top: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-18 {
    padding-left: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-18 {
    padding-right: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-20 {
    padding: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-22 {
    padding: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-22 {
    padding-bottom: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-22 {
    padding-top: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-22 {
    padding-left: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-22 {
    padding-right: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-24 {
    padding: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-24 {
    padding-bottom: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-24 {
    padding-top: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-24 {
    padding-left: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-24 {
    padding-right: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-26 {
    padding: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-26 {
    padding-bottom: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-26 {
    padding-top: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-26 {
    padding-left: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-26 {
    padding-right: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-28 {
    padding: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-28 {
    padding-bottom: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-28 {
    padding-top: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-28 {
    padding-left: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-28 {
    padding-right: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-30 {
    padding: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-30 {
    padding-left: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-32 {
    padding: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-32 {
    padding-bottom: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-32 {
    padding-top: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-32 {
    padding-left: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-32 {
    padding-right: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-34 {
    padding: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-34 {
    padding-bottom: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-34 {
    padding-top: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-34 {
    padding-left: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-34 {
    padding-right: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-36 {
    padding: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-36 {
    padding-bottom: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-36 {
    padding-top: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-36 {
    padding-left: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-36 {
    padding-right: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-38 {
    padding: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-38 {
    padding-bottom: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-38 {
    padding-top: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-38 {
    padding-left: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-38 {
    padding-right: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-40 {
    padding: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-42 {
    padding: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-42 {
    padding-bottom: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-42 {
    padding-top: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-42 {
    padding-left: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-42 {
    padding-right: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-44 {
    padding: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-44 {
    padding-bottom: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-44 {
    padding-top: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-44 {
    padding-left: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-44 {
    padding-right: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-46 {
    padding: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-46 {
    padding-bottom: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-46 {
    padding-top: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-46 {
    padding-left: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-46 {
    padding-right: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-48 {
    padding: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-48 {
    padding-bottom: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-48 {
    padding-top: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-48 {
    padding-left: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-48 {
    padding-right: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-50 {
    padding: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-50 {
    padding-left: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-52 {
    padding: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-52 {
    padding-bottom: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-52 {
    padding-top: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-52 {
    padding-left: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-52 {
    padding-right: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-54 {
    padding: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-54 {
    padding-bottom: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-54 {
    padding-top: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-54 {
    padding-left: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-54 {
    padding-right: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-56 {
    padding: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-56 {
    padding-bottom: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-56 {
    padding-top: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-56 {
    padding-left: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-56 {
    padding-right: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-58 {
    padding: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-58 {
    padding-bottom: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-58 {
    padding-top: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-58 {
    padding-left: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-58 {
    padding-right: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-p-lg-60 {
    padding: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-pb-lg-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-pt-lg-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-pl-lg-60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-pr-lg-60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-0 {
    padding: 0px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-0 {
    padding-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-2 {
    padding: 2px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-2 {
    padding-bottom: 2px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-2 {
    padding-top: 2px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-2 {
    padding-left: 2px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-2 {
    padding-right: 2px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-4 {
    padding: 4px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-4 {
    padding-bottom: 4px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-4 {
    padding-top: 4px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-4 {
    padding-left: 4px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-4 {
    padding-right: 4px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-6 {
    padding: 6px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-6 {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-6 {
    padding-top: 6px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-6 {
    padding-left: 6px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-6 {
    padding-right: 6px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-8 {
    padding: 8px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-8 {
    padding-bottom: 8px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-8 {
    padding-top: 8px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-8 {
    padding-left: 8px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-8 {
    padding-right: 8px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-10 {
    padding: 10px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-10 {
    padding-left: 10px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-12 {
    padding: 12px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-12 {
    padding-bottom: 12px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-12 {
    padding-top: 12px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-12 {
    padding-left: 12px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-12 {
    padding-right: 12px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-14 {
    padding: 14px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-14 {
    padding-bottom: 14px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-14 {
    padding-top: 14px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-14 {
    padding-left: 14px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-14 {
    padding-right: 14px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-16 {
    padding: 16px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-16 {
    padding-bottom: 16px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-16 {
    padding-top: 16px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-16 {
    padding-left: 16px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-16 {
    padding-right: 16px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-18 {
    padding: 18px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-18 {
    padding-bottom: 18px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-18 {
    padding-top: 18px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-18 {
    padding-left: 18px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-18 {
    padding-right: 18px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-20 {
    padding: 20px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-22 {
    padding: 22px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-22 {
    padding-bottom: 22px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-22 {
    padding-top: 22px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-22 {
    padding-left: 22px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-22 {
    padding-right: 22px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-24 {
    padding: 24px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-24 {
    padding-bottom: 24px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-24 {
    padding-top: 24px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-24 {
    padding-left: 24px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-24 {
    padding-right: 24px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-26 {
    padding: 26px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-26 {
    padding-bottom: 26px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-26 {
    padding-top: 26px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-26 {
    padding-left: 26px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-26 {
    padding-right: 26px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-28 {
    padding: 28px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-28 {
    padding-bottom: 28px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-28 {
    padding-top: 28px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-28 {
    padding-left: 28px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-28 {
    padding-right: 28px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-30 {
    padding: 30px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-30 {
    padding-left: 30px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-32 {
    padding: 32px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-32 {
    padding-bottom: 32px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-32 {
    padding-top: 32px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-32 {
    padding-left: 32px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-32 {
    padding-right: 32px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-34 {
    padding: 34px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-34 {
    padding-bottom: 34px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-34 {
    padding-top: 34px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-34 {
    padding-left: 34px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-34 {
    padding-right: 34px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-36 {
    padding: 36px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-36 {
    padding-bottom: 36px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-36 {
    padding-top: 36px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-36 {
    padding-left: 36px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-36 {
    padding-right: 36px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-38 {
    padding: 38px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-38 {
    padding-bottom: 38px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-38 {
    padding-top: 38px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-38 {
    padding-left: 38px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-38 {
    padding-right: 38px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-40 {
    padding: 40px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-42 {
    padding: 42px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-42 {
    padding-bottom: 42px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-42 {
    padding-top: 42px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-42 {
    padding-left: 42px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-42 {
    padding-right: 42px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-44 {
    padding: 44px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-44 {
    padding-bottom: 44px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-44 {
    padding-top: 44px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-44 {
    padding-left: 44px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-44 {
    padding-right: 44px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-46 {
    padding: 46px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-46 {
    padding-bottom: 46px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-46 {
    padding-top: 46px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-46 {
    padding-left: 46px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-46 {
    padding-right: 46px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-48 {
    padding: 48px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-48 {
    padding-bottom: 48px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-48 {
    padding-top: 48px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-48 {
    padding-left: 48px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-48 {
    padding-right: 48px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-50 {
    padding: 50px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-50 {
    padding-left: 50px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-52 {
    padding: 52px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-52 {
    padding-bottom: 52px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-52 {
    padding-top: 52px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-52 {
    padding-left: 52px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-52 {
    padding-right: 52px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-54 {
    padding: 54px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-54 {
    padding-bottom: 54px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-54 {
    padding-top: 54px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-54 {
    padding-left: 54px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-54 {
    padding-right: 54px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-56 {
    padding: 56px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-56 {
    padding-bottom: 56px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-56 {
    padding-top: 56px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-56 {
    padding-left: 56px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-56 {
    padding-right: 56px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-58 {
    padding: 58px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-58 {
    padding-bottom: 58px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-58 {
    padding-top: 58px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-58 {
    padding-left: 58px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-58 {
    padding-right: 58px !important;
  }
}

@media (min-width: 1200px) {
  .u-p-xl-60 {
    padding: 60px !important;
  }
}

@media (min-width: 1200px) {
  .u-pb-xl-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1200px) {
  .u-pt-xl-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 1200px) {
  .u-pl-xl-60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 1200px) {
  .u-pr-xl-60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-0 {
    padding: 0px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-0 {
    padding-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-2 {
    padding: 2px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-2 {
    padding-bottom: 2px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-2 {
    padding-top: 2px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-2 {
    padding-left: 2px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-2 {
    padding-right: 2px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-4 {
    padding: 4px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-4 {
    padding-bottom: 4px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-4 {
    padding-top: 4px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-4 {
    padding-left: 4px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-4 {
    padding-right: 4px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-6 {
    padding: 6px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-6 {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-6 {
    padding-top: 6px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-6 {
    padding-left: 6px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-6 {
    padding-right: 6px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-8 {
    padding: 8px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-8 {
    padding-bottom: 8px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-8 {
    padding-top: 8px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-8 {
    padding-left: 8px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-8 {
    padding-right: 8px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-10 {
    padding: 10px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-10 {
    padding-left: 10px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-12 {
    padding: 12px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-12 {
    padding-bottom: 12px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-12 {
    padding-top: 12px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-12 {
    padding-left: 12px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-12 {
    padding-right: 12px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-14 {
    padding: 14px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-14 {
    padding-bottom: 14px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-14 {
    padding-top: 14px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-14 {
    padding-left: 14px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-14 {
    padding-right: 14px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-16 {
    padding: 16px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-16 {
    padding-bottom: 16px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-16 {
    padding-top: 16px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-16 {
    padding-left: 16px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-16 {
    padding-right: 16px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-18 {
    padding: 18px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-18 {
    padding-bottom: 18px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-18 {
    padding-top: 18px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-18 {
    padding-left: 18px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-18 {
    padding-right: 18px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-20 {
    padding: 20px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-22 {
    padding: 22px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-22 {
    padding-bottom: 22px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-22 {
    padding-top: 22px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-22 {
    padding-left: 22px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-22 {
    padding-right: 22px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-24 {
    padding: 24px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-24 {
    padding-bottom: 24px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-24 {
    padding-top: 24px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-24 {
    padding-left: 24px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-24 {
    padding-right: 24px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-26 {
    padding: 26px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-26 {
    padding-bottom: 26px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-26 {
    padding-top: 26px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-26 {
    padding-left: 26px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-26 {
    padding-right: 26px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-28 {
    padding: 28px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-28 {
    padding-bottom: 28px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-28 {
    padding-top: 28px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-28 {
    padding-left: 28px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-28 {
    padding-right: 28px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-30 {
    padding: 30px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-30 {
    padding-left: 30px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-32 {
    padding: 32px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-32 {
    padding-bottom: 32px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-32 {
    padding-top: 32px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-32 {
    padding-left: 32px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-32 {
    padding-right: 32px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-34 {
    padding: 34px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-34 {
    padding-bottom: 34px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-34 {
    padding-top: 34px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-34 {
    padding-left: 34px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-34 {
    padding-right: 34px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-36 {
    padding: 36px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-36 {
    padding-bottom: 36px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-36 {
    padding-top: 36px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-36 {
    padding-left: 36px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-36 {
    padding-right: 36px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-38 {
    padding: 38px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-38 {
    padding-bottom: 38px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-38 {
    padding-top: 38px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-38 {
    padding-left: 38px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-38 {
    padding-right: 38px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-40 {
    padding: 40px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-42 {
    padding: 42px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-42 {
    padding-bottom: 42px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-42 {
    padding-top: 42px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-42 {
    padding-left: 42px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-42 {
    padding-right: 42px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-44 {
    padding: 44px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-44 {
    padding-bottom: 44px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-44 {
    padding-top: 44px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-44 {
    padding-left: 44px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-44 {
    padding-right: 44px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-46 {
    padding: 46px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-46 {
    padding-bottom: 46px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-46 {
    padding-top: 46px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-46 {
    padding-left: 46px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-46 {
    padding-right: 46px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-48 {
    padding: 48px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-48 {
    padding-bottom: 48px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-48 {
    padding-top: 48px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-48 {
    padding-left: 48px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-48 {
    padding-right: 48px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-50 {
    padding: 50px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-50 {
    padding-left: 50px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-52 {
    padding: 52px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-52 {
    padding-bottom: 52px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-52 {
    padding-top: 52px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-52 {
    padding-left: 52px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-52 {
    padding-right: 52px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-54 {
    padding: 54px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-54 {
    padding-bottom: 54px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-54 {
    padding-top: 54px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-54 {
    padding-left: 54px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-54 {
    padding-right: 54px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-56 {
    padding: 56px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-56 {
    padding-bottom: 56px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-56 {
    padding-top: 56px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-56 {
    padding-left: 56px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-56 {
    padding-right: 56px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-58 {
    padding: 58px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-58 {
    padding-bottom: 58px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-58 {
    padding-top: 58px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-58 {
    padding-left: 58px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-58 {
    padding-right: 58px !important;
  }
}

@media (min-width: 1400px) {
  .u-p-xxl-60 {
    padding: 60px !important;
  }
}

@media (min-width: 1400px) {
  .u-pb-xxl-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1400px) {
  .u-pt-xxl-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 1400px) {
  .u-pl-xxl-60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 1400px) {
  .u-pr-xxl-60 {
    padding-right: 60px !important;
  }
}

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

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

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

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

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

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

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

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

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

.u-m-1 {
  margin: 1px !important;
}

.u-my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.u-mx-1 {
  margin-right: 1px !important;
  margin-left: 1px !important;
}

.u-ml-1 {
  margin-left: 1px !important;
}

.u-mr-1 {
  margin-right: 1px !important;
}

.u-mb-1 {
  margin-bottom: 1px !important;
}

.u-mt-1 {
  margin-top: 1px !important;
}

.u-m-2 {
  margin: 2px !important;
}

.u-my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.u-mx-2 {
  margin-right: 2px !important;
  margin-left: 2px !important;
}

.u-ml-2 {
  margin-left: 2px !important;
}

.u-mr-2 {
  margin-right: 2px !important;
}

.u-mb-2 {
  margin-bottom: 2px !important;
}

.u-mt-2 {
  margin-top: 2px !important;
}

.u-m-3 {
  margin: 3px !important;
}

.u-my-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.u-mx-3 {
  margin-right: 3px !important;
  margin-left: 3px !important;
}

.u-ml-3 {
  margin-left: 3px !important;
}

.u-mr-3 {
  margin-right: 3px !important;
}

.u-mb-3 {
  margin-bottom: 3px !important;
}

.u-mt-3 {
  margin-top: 3px !important;
}

.u-m-4 {
  margin: 4px !important;
}

.u-my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.u-mx-4 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.u-ml-4 {
  margin-left: 4px !important;
}

.u-mr-4 {
  margin-right: 4px !important;
}

.u-mb-4 {
  margin-bottom: 4px !important;
}

.u-mt-4 {
  margin-top: 4px !important;
}

.u-m-5 {
  margin: 5px !important;
}

.u-my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u-mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-m-6 {
  margin: 6px !important;
}

.u-my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.u-mx-6 {
  margin-right: 6px !important;
  margin-left: 6px !important;
}

.u-ml-6 {
  margin-left: 6px !important;
}

.u-mr-6 {
  margin-right: 6px !important;
}

.u-mb-6 {
  margin-bottom: 6px !important;
}

.u-mt-6 {
  margin-top: 6px !important;
}

.u-m-7 {
  margin: 7px !important;
}

.u-my-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.u-mx-7 {
  margin-right: 7px !important;
  margin-left: 7px !important;
}

.u-ml-7 {
  margin-left: 7px !important;
}

.u-mr-7 {
  margin-right: 7px !important;
}

.u-mb-7 {
  margin-bottom: 7px !important;
}

.u-mt-7 {
  margin-top: 7px !important;
}

.u-m-8 {
  margin: 8px !important;
}

.u-my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-mx-8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-m-9 {
  margin: 9px !important;
}

.u-my-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.u-mx-9 {
  margin-right: 9px !important;
  margin-left: 9px !important;
}

.u-ml-9 {
  margin-left: 9px !important;
}

.u-mr-9 {
  margin-right: 9px !important;
}

.u-mb-9 {
  margin-bottom: 9px !important;
}

.u-mt-9 {
  margin-top: 9px !important;
}

.u-m-10 {
  margin: 10px !important;
}

.u-my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-m-11 {
  margin: 11px !important;
}

.u-my-11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}

.u-mx-11 {
  margin-right: 11px !important;
  margin-left: 11px !important;
}

.u-ml-11 {
  margin-left: 11px !important;
}

.u-mr-11 {
  margin-right: 11px !important;
}

.u-mb-11 {
  margin-bottom: 11px !important;
}

.u-mt-11 {
  margin-top: 11px !important;
}

.u-m-12 {
  margin: 12px !important;
}

.u-my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.u-mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.u-ml-12 {
  margin-left: 12px !important;
}

.u-mr-12 {
  margin-right: 12px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-m-13 {
  margin: 13px !important;
}

.u-my-13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}

.u-mx-13 {
  margin-right: 13px !important;
  margin-left: 13px !important;
}

.u-ml-13 {
  margin-left: 13px !important;
}

.u-mr-13 {
  margin-right: 13px !important;
}

.u-mb-13 {
  margin-bottom: 13px !important;
}

.u-mt-13 {
  margin-top: 13px !important;
}

.u-m-14 {
  margin: 14px !important;
}

.u-my-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.u-mx-14 {
  margin-right: 14px !important;
  margin-left: 14px !important;
}

.u-ml-14 {
  margin-left: 14px !important;
}

.u-mr-14 {
  margin-right: 14px !important;
}

.u-mb-14 {
  margin-bottom: 14px !important;
}

.u-mt-14 {
  margin-top: 14px !important;
}

.u-m-15 {
  margin: 15px !important;
}

.u-my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-m-16 {
  margin: 16px !important;
}

.u-my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-mx-16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-m-17 {
  margin: 17px !important;
}

.u-my-17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}

.u-mx-17 {
  margin-right: 17px !important;
  margin-left: 17px !important;
}

.u-ml-17 {
  margin-left: 17px !important;
}

.u-mr-17 {
  margin-right: 17px !important;
}

.u-mb-17 {
  margin-bottom: 17px !important;
}

.u-mt-17 {
  margin-top: 17px !important;
}

.u-m-18 {
  margin: 18px !important;
}

.u-my-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.u-mx-18 {
  margin-right: 18px !important;
  margin-left: 18px !important;
}

.u-ml-18 {
  margin-left: 18px !important;
}

.u-mr-18 {
  margin-right: 18px !important;
}

.u-mb-18 {
  margin-bottom: 18px !important;
}

.u-mt-18 {
  margin-top: 18px !important;
}

.u-m-19 {
  margin: 19px !important;
}

.u-my-19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}

.u-mx-19 {
  margin-right: 19px !important;
  margin-left: 19px !important;
}

.u-ml-19 {
  margin-left: 19px !important;
}

.u-mr-19 {
  margin-right: 19px !important;
}

.u-mb-19 {
  margin-bottom: 19px !important;
}

.u-mt-19 {
  margin-top: 19px !important;
}

.u-m-20 {
  margin: 20px !important;
}

.u-my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-m-21 {
  margin: 21px !important;
}

.u-my-21 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}

.u-mx-21 {
  margin-right: 21px !important;
  margin-left: 21px !important;
}

.u-ml-21 {
  margin-left: 21px !important;
}

.u-mr-21 {
  margin-right: 21px !important;
}

.u-mb-21 {
  margin-bottom: 21px !important;
}

.u-mt-21 {
  margin-top: 21px !important;
}

.u-m-22 {
  margin: 22px !important;
}

.u-my-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

.u-mx-22 {
  margin-right: 22px !important;
  margin-left: 22px !important;
}

.u-ml-22 {
  margin-left: 22px !important;
}

.u-mr-22 {
  margin-right: 22px !important;
}

.u-mb-22 {
  margin-bottom: 22px !important;
}

.u-mt-22 {
  margin-top: 22px !important;
}

.u-m-23 {
  margin: 23px !important;
}

.u-my-23 {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}

.u-mx-23 {
  margin-right: 23px !important;
  margin-left: 23px !important;
}

.u-ml-23 {
  margin-left: 23px !important;
}

.u-mr-23 {
  margin-right: 23px !important;
}

.u-mb-23 {
  margin-bottom: 23px !important;
}

.u-mt-23 {
  margin-top: 23px !important;
}

.u-m-24 {
  margin: 24px !important;
}

.u-my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-m-25 {
  margin: 25px !important;
}

.u-my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.u-mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-m-26 {
  margin: 26px !important;
}

.u-my-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}

.u-mx-26 {
  margin-right: 26px !important;
  margin-left: 26px !important;
}

.u-ml-26 {
  margin-left: 26px !important;
}

.u-mr-26 {
  margin-right: 26px !important;
}

.u-mb-26 {
  margin-bottom: 26px !important;
}

.u-mt-26 {
  margin-top: 26px !important;
}

.u-m-27 {
  margin: 27px !important;
}

.u-my-27 {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}

.u-mx-27 {
  margin-right: 27px !important;
  margin-left: 27px !important;
}

.u-ml-27 {
  margin-left: 27px !important;
}

.u-mr-27 {
  margin-right: 27px !important;
}

.u-mb-27 {
  margin-bottom: 27px !important;
}

.u-mt-27 {
  margin-top: 27px !important;
}

.u-m-28 {
  margin: 28px !important;
}

.u-my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.u-mx-28 {
  margin-right: 28px !important;
  margin-left: 28px !important;
}

.u-ml-28 {
  margin-left: 28px !important;
}

.u-mr-28 {
  margin-right: 28px !important;
}

.u-mb-28 {
  margin-bottom: 28px !important;
}

.u-mt-28 {
  margin-top: 28px !important;
}

.u-m-29 {
  margin: 29px !important;
}

.u-my-29 {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}

.u-mx-29 {
  margin-right: 29px !important;
  margin-left: 29px !important;
}

.u-ml-29 {
  margin-left: 29px !important;
}

.u-mr-29 {
  margin-right: 29px !important;
}

.u-mb-29 {
  margin-bottom: 29px !important;
}

.u-mt-29 {
  margin-top: 29px !important;
}

.u-m-30 {
  margin: 30px !important;
}

.u-my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-m-31 {
  margin: 31px !important;
}

.u-my-31 {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}

.u-mx-31 {
  margin-right: 31px !important;
  margin-left: 31px !important;
}

.u-ml-31 {
  margin-left: 31px !important;
}

.u-mr-31 {
  margin-right: 31px !important;
}

.u-mb-31 {
  margin-bottom: 31px !important;
}

.u-mt-31 {
  margin-top: 31px !important;
}

.u-m-32 {
  margin: 32px !important;
}

.u-my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-mx-32 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.u-ml-32 {
  margin-left: 32px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-m-33 {
  margin: 33px !important;
}

.u-my-33 {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}

.u-mx-33 {
  margin-right: 33px !important;
  margin-left: 33px !important;
}

.u-ml-33 {
  margin-left: 33px !important;
}

.u-mr-33 {
  margin-right: 33px !important;
}

.u-mb-33 {
  margin-bottom: 33px !important;
}

.u-mt-33 {
  margin-top: 33px !important;
}

.u-m-34 {
  margin: 34px !important;
}

.u-my-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.u-mx-34 {
  margin-right: 34px !important;
  margin-left: 34px !important;
}

.u-ml-34 {
  margin-left: 34px !important;
}

.u-mr-34 {
  margin-right: 34px !important;
}

.u-mb-34 {
  margin-bottom: 34px !important;
}

.u-mt-34 {
  margin-top: 34px !important;
}

.u-m-35 {
  margin: 35px !important;
}

.u-my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.u-mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-m-36 {
  margin: 36px !important;
}

.u-my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.u-mx-36 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}

.u-ml-36 {
  margin-left: 36px !important;
}

.u-mr-36 {
  margin-right: 36px !important;
}

.u-mb-36 {
  margin-bottom: 36px !important;
}

.u-mt-36 {
  margin-top: 36px !important;
}

.u-m-37 {
  margin: 37px !important;
}

.u-my-37 {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}

.u-mx-37 {
  margin-right: 37px !important;
  margin-left: 37px !important;
}

.u-ml-37 {
  margin-left: 37px !important;
}

.u-mr-37 {
  margin-right: 37px !important;
}

.u-mb-37 {
  margin-bottom: 37px !important;
}

.u-mt-37 {
  margin-top: 37px !important;
}

.u-m-38 {
  margin: 38px !important;
}

.u-my-38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}

.u-mx-38 {
  margin-right: 38px !important;
  margin-left: 38px !important;
}

.u-ml-38 {
  margin-left: 38px !important;
}

.u-mr-38 {
  margin-right: 38px !important;
}

.u-mb-38 {
  margin-bottom: 38px !important;
}

.u-mt-38 {
  margin-top: 38px !important;
}

.u-m-39 {
  margin: 39px !important;
}

.u-my-39 {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}

.u-mx-39 {
  margin-right: 39px !important;
  margin-left: 39px !important;
}

.u-ml-39 {
  margin-left: 39px !important;
}

.u-mr-39 {
  margin-right: 39px !important;
}

.u-mb-39 {
  margin-bottom: 39px !important;
}

.u-mt-39 {
  margin-top: 39px !important;
}

.u-m-40 {
  margin: 40px !important;
}

.u-my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-m-41 {
  margin: 41px !important;
}

.u-my-41 {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}

.u-mx-41 {
  margin-right: 41px !important;
  margin-left: 41px !important;
}

.u-ml-41 {
  margin-left: 41px !important;
}

.u-mr-41 {
  margin-right: 41px !important;
}

.u-mb-41 {
  margin-bottom: 41px !important;
}

.u-mt-41 {
  margin-top: 41px !important;
}

.u-m-42 {
  margin: 42px !important;
}

.u-my-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.u-mx-42 {
  margin-right: 42px !important;
  margin-left: 42px !important;
}

.u-ml-42 {
  margin-left: 42px !important;
}

.u-mr-42 {
  margin-right: 42px !important;
}

.u-mb-42 {
  margin-bottom: 42px !important;
}

.u-mt-42 {
  margin-top: 42px !important;
}

.u-m-43 {
  margin: 43px !important;
}

.u-my-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}

.u-mx-43 {
  margin-right: 43px !important;
  margin-left: 43px !important;
}

.u-ml-43 {
  margin-left: 43px !important;
}

.u-mr-43 {
  margin-right: 43px !important;
}

.u-mb-43 {
  margin-bottom: 43px !important;
}

.u-mt-43 {
  margin-top: 43px !important;
}

.u-m-44 {
  margin: 44px !important;
}

.u-my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.u-mx-44 {
  margin-right: 44px !important;
  margin-left: 44px !important;
}

.u-ml-44 {
  margin-left: 44px !important;
}

.u-mr-44 {
  margin-right: 44px !important;
}

.u-mb-44 {
  margin-bottom: 44px !important;
}

.u-mt-44 {
  margin-top: 44px !important;
}

.u-m-45 {
  margin: 45px !important;
}

.u-my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.u-mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-m-46 {
  margin: 46px !important;
}

.u-my-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

.u-mx-46 {
  margin-right: 46px !important;
  margin-left: 46px !important;
}

.u-ml-46 {
  margin-left: 46px !important;
}

.u-mr-46 {
  margin-right: 46px !important;
}

.u-mb-46 {
  margin-bottom: 46px !important;
}

.u-mt-46 {
  margin-top: 46px !important;
}

.u-m-47 {
  margin: 47px !important;
}

.u-my-47 {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}

.u-mx-47 {
  margin-right: 47px !important;
  margin-left: 47px !important;
}

.u-ml-47 {
  margin-left: 47px !important;
}

.u-mr-47 {
  margin-right: 47px !important;
}

.u-mb-47 {
  margin-bottom: 47px !important;
}

.u-mt-47 {
  margin-top: 47px !important;
}

.u-m-48 {
  margin: 48px !important;
}

.u-my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-mx-48 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.u-ml-48 {
  margin-left: 48px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-m-49 {
  margin: 49px !important;
}

.u-my-49 {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}

.u-mx-49 {
  margin-right: 49px !important;
  margin-left: 49px !important;
}

.u-ml-49 {
  margin-left: 49px !important;
}

.u-mr-49 {
  margin-right: 49px !important;
}

.u-mb-49 {
  margin-bottom: 49px !important;
}

.u-mt-49 {
  margin-top: 49px !important;
}

.u-m-50 {
  margin: 50px !important;
}

.u-my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-m-51 {
  margin: 51px !important;
}

.u-my-51 {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}

.u-mx-51 {
  margin-right: 51px !important;
  margin-left: 51px !important;
}

.u-ml-51 {
  margin-left: 51px !important;
}

.u-mr-51 {
  margin-right: 51px !important;
}

.u-mb-51 {
  margin-bottom: 51px !important;
}

.u-mt-51 {
  margin-top: 51px !important;
}

.u-m-52 {
  margin: 52px !important;
}

.u-my-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.u-mx-52 {
  margin-right: 52px !important;
  margin-left: 52px !important;
}

.u-ml-52 {
  margin-left: 52px !important;
}

.u-mr-52 {
  margin-right: 52px !important;
}

.u-mb-52 {
  margin-bottom: 52px !important;
}

.u-mt-52 {
  margin-top: 52px !important;
}

.u-m-53 {
  margin: 53px !important;
}

.u-my-53 {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}

.u-mx-53 {
  margin-right: 53px !important;
  margin-left: 53px !important;
}

.u-ml-53 {
  margin-left: 53px !important;
}

.u-mr-53 {
  margin-right: 53px !important;
}

.u-mb-53 {
  margin-bottom: 53px !important;
}

.u-mt-53 {
  margin-top: 53px !important;
}

.u-m-54 {
  margin: 54px !important;
}

.u-my-54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.u-mx-54 {
  margin-right: 54px !important;
  margin-left: 54px !important;
}

.u-ml-54 {
  margin-left: 54px !important;
}

.u-mr-54 {
  margin-right: 54px !important;
}

.u-mb-54 {
  margin-bottom: 54px !important;
}

.u-mt-54 {
  margin-top: 54px !important;
}

.u-m-55 {
  margin: 55px !important;
}

.u-my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.u-mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-m-56 {
  margin: 56px !important;
}

.u-my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.u-mx-56 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.u-ml-56 {
  margin-left: 56px !important;
}

.u-mr-56 {
  margin-right: 56px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-mt-56 {
  margin-top: 56px !important;
}

.u-m-57 {
  margin: 57px !important;
}

.u-my-57 {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}

.u-mx-57 {
  margin-right: 57px !important;
  margin-left: 57px !important;
}

.u-ml-57 {
  margin-left: 57px !important;
}

.u-mr-57 {
  margin-right: 57px !important;
}

.u-mb-57 {
  margin-bottom: 57px !important;
}

.u-mt-57 {
  margin-top: 57px !important;
}

.u-m-58 {
  margin: 58px !important;
}

.u-my-58 {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}

.u-mx-58 {
  margin-right: 58px !important;
  margin-left: 58px !important;
}

.u-ml-58 {
  margin-left: 58px !important;
}

.u-mr-58 {
  margin-right: 58px !important;
}

.u-mb-58 {
  margin-bottom: 58px !important;
}

.u-mt-58 {
  margin-top: 58px !important;
}

.u-m-59 {
  margin: 59px !important;
}

.u-my-59 {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}

.u-mx-59 {
  margin-right: 59px !important;
  margin-left: 59px !important;
}

.u-ml-59 {
  margin-left: 59px !important;
}

.u-mr-59 {
  margin-right: 59px !important;
}

.u-mb-59 {
  margin-bottom: 59px !important;
}

.u-mt-59 {
  margin-top: 59px !important;
}

.u-m-60 {
  margin: 60px !important;
}

.u-my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-m-61 {
  margin: 61px !important;
}

.u-my-61 {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}

.u-mx-61 {
  margin-right: 61px !important;
  margin-left: 61px !important;
}

.u-ml-61 {
  margin-left: 61px !important;
}

.u-mr-61 {
  margin-right: 61px !important;
}

.u-mb-61 {
  margin-bottom: 61px !important;
}

.u-mt-61 {
  margin-top: 61px !important;
}

.u-m-62 {
  margin: 62px !important;
}

.u-my-62 {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}

.u-mx-62 {
  margin-right: 62px !important;
  margin-left: 62px !important;
}

.u-ml-62 {
  margin-left: 62px !important;
}

.u-mr-62 {
  margin-right: 62px !important;
}

.u-mb-62 {
  margin-bottom: 62px !important;
}

.u-mt-62 {
  margin-top: 62px !important;
}

.u-m-63 {
  margin: 63px !important;
}

.u-my-63 {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}

.u-mx-63 {
  margin-right: 63px !important;
  margin-left: 63px !important;
}

.u-ml-63 {
  margin-left: 63px !important;
}

.u-mr-63 {
  margin-right: 63px !important;
}

.u-mb-63 {
  margin-bottom: 63px !important;
}

.u-mt-63 {
  margin-top: 63px !important;
}

.u-m-64 {
  margin: 64px !important;
}

.u-my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.u-mx-64 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.u-ml-64 {
  margin-left: 64px !important;
}

.u-mr-64 {
  margin-right: 64px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

.u-m-65 {
  margin: 65px !important;
}

.u-my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.u-mx-65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-m-66 {
  margin: 66px !important;
}

.u-my-66 {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}

.u-mx-66 {
  margin-right: 66px !important;
  margin-left: 66px !important;
}

.u-ml-66 {
  margin-left: 66px !important;
}

.u-mr-66 {
  margin-right: 66px !important;
}

.u-mb-66 {
  margin-bottom: 66px !important;
}

.u-mt-66 {
  margin-top: 66px !important;
}

.u-m-67 {
  margin: 67px !important;
}

.u-my-67 {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}

.u-mx-67 {
  margin-right: 67px !important;
  margin-left: 67px !important;
}

.u-ml-67 {
  margin-left: 67px !important;
}

.u-mr-67 {
  margin-right: 67px !important;
}

.u-mb-67 {
  margin-bottom: 67px !important;
}

.u-mt-67 {
  margin-top: 67px !important;
}

.u-m-68 {
  margin: 68px !important;
}

.u-my-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}

.u-mx-68 {
  margin-right: 68px !important;
  margin-left: 68px !important;
}

.u-ml-68 {
  margin-left: 68px !important;
}

.u-mr-68 {
  margin-right: 68px !important;
}

.u-mb-68 {
  margin-bottom: 68px !important;
}

.u-mt-68 {
  margin-top: 68px !important;
}

.u-m-69 {
  margin: 69px !important;
}

.u-my-69 {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}

.u-mx-69 {
  margin-right: 69px !important;
  margin-left: 69px !important;
}

.u-ml-69 {
  margin-left: 69px !important;
}

.u-mr-69 {
  margin-right: 69px !important;
}

.u-mb-69 {
  margin-bottom: 69px !important;
}

.u-mt-69 {
  margin-top: 69px !important;
}

.u-m-70 {
  margin: 70px !important;
}

.u-my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-m-71 {
  margin: 71px !important;
}

.u-my-71 {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}

.u-mx-71 {
  margin-right: 71px !important;
  margin-left: 71px !important;
}

.u-ml-71 {
  margin-left: 71px !important;
}

.u-mr-71 {
  margin-right: 71px !important;
}

.u-mb-71 {
  margin-bottom: 71px !important;
}

.u-mt-71 {
  margin-top: 71px !important;
}

.u-m-72 {
  margin: 72px !important;
}

.u-my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.u-mx-72 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.u-ml-72 {
  margin-left: 72px !important;
}

.u-mr-72 {
  margin-right: 72px !important;
}

.u-mb-72 {
  margin-bottom: 72px !important;
}

.u-mt-72 {
  margin-top: 72px !important;
}

.u-m-73 {
  margin: 73px !important;
}

.u-my-73 {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}

.u-mx-73 {
  margin-right: 73px !important;
  margin-left: 73px !important;
}

.u-ml-73 {
  margin-left: 73px !important;
}

.u-mr-73 {
  margin-right: 73px !important;
}

.u-mb-73 {
  margin-bottom: 73px !important;
}

.u-mt-73 {
  margin-top: 73px !important;
}

.u-m-74 {
  margin: 74px !important;
}

.u-my-74 {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}

.u-mx-74 {
  margin-right: 74px !important;
  margin-left: 74px !important;
}

.u-ml-74 {
  margin-left: 74px !important;
}

.u-mr-74 {
  margin-right: 74px !important;
}

.u-mb-74 {
  margin-bottom: 74px !important;
}

.u-mt-74 {
  margin-top: 74px !important;
}

.u-m-75 {
  margin: 75px !important;
}

.u-my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.u-mx-75 {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-m-76 {
  margin: 76px !important;
}

.u-my-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}

.u-mx-76 {
  margin-right: 76px !important;
  margin-left: 76px !important;
}

.u-ml-76 {
  margin-left: 76px !important;
}

.u-mr-76 {
  margin-right: 76px !important;
}

.u-mb-76 {
  margin-bottom: 76px !important;
}

.u-mt-76 {
  margin-top: 76px !important;
}

.u-m-77 {
  margin: 77px !important;
}

.u-my-77 {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}

.u-mx-77 {
  margin-right: 77px !important;
  margin-left: 77px !important;
}

.u-ml-77 {
  margin-left: 77px !important;
}

.u-mr-77 {
  margin-right: 77px !important;
}

.u-mb-77 {
  margin-bottom: 77px !important;
}

.u-mt-77 {
  margin-top: 77px !important;
}

.u-m-78 {
  margin: 78px !important;
}

.u-my-78 {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}

.u-mx-78 {
  margin-right: 78px !important;
  margin-left: 78px !important;
}

.u-ml-78 {
  margin-left: 78px !important;
}

.u-mr-78 {
  margin-right: 78px !important;
}

.u-mb-78 {
  margin-bottom: 78px !important;
}

.u-mt-78 {
  margin-top: 78px !important;
}

.u-m-79 {
  margin: 79px !important;
}

.u-my-79 {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}

.u-mx-79 {
  margin-right: 79px !important;
  margin-left: 79px !important;
}

.u-ml-79 {
  margin-left: 79px !important;
}

.u-mr-79 {
  margin-right: 79px !important;
}

.u-mb-79 {
  margin-bottom: 79px !important;
}

.u-mt-79 {
  margin-top: 79px !important;
}

.u-m-80 {
  margin: 80px !important;
}

.u-my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-m-81 {
  margin: 81px !important;
}

.u-my-81 {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}

.u-mx-81 {
  margin-right: 81px !important;
  margin-left: 81px !important;
}

.u-ml-81 {
  margin-left: 81px !important;
}

.u-mr-81 {
  margin-right: 81px !important;
}

.u-mb-81 {
  margin-bottom: 81px !important;
}

.u-mt-81 {
  margin-top: 81px !important;
}

.u-m-82 {
  margin: 82px !important;
}

.u-my-82 {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}

.u-mx-82 {
  margin-right: 82px !important;
  margin-left: 82px !important;
}

.u-ml-82 {
  margin-left: 82px !important;
}

.u-mr-82 {
  margin-right: 82px !important;
}

.u-mb-82 {
  margin-bottom: 82px !important;
}

.u-mt-82 {
  margin-top: 82px !important;
}

.u-m-83 {
  margin: 83px !important;
}

.u-my-83 {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}

.u-mx-83 {
  margin-right: 83px !important;
  margin-left: 83px !important;
}

.u-ml-83 {
  margin-left: 83px !important;
}

.u-mr-83 {
  margin-right: 83px !important;
}

.u-mb-83 {
  margin-bottom: 83px !important;
}

.u-mt-83 {
  margin-top: 83px !important;
}

.u-m-84 {
  margin: 84px !important;
}

.u-my-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}

.u-mx-84 {
  margin-right: 84px !important;
  margin-left: 84px !important;
}

.u-ml-84 {
  margin-left: 84px !important;
}

.u-mr-84 {
  margin-right: 84px !important;
}

.u-mb-84 {
  margin-bottom: 84px !important;
}

.u-mt-84 {
  margin-top: 84px !important;
}

.u-m-85 {
  margin: 85px !important;
}

.u-my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.u-mx-85 {
  margin-right: 85px !important;
  margin-left: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-m-86 {
  margin: 86px !important;
}

.u-my-86 {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}

.u-mx-86 {
  margin-right: 86px !important;
  margin-left: 86px !important;
}

.u-ml-86 {
  margin-left: 86px !important;
}

.u-mr-86 {
  margin-right: 86px !important;
}

.u-mb-86 {
  margin-bottom: 86px !important;
}

.u-mt-86 {
  margin-top: 86px !important;
}

.u-m-87 {
  margin: 87px !important;
}

.u-my-87 {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}

.u-mx-87 {
  margin-right: 87px !important;
  margin-left: 87px !important;
}

.u-ml-87 {
  margin-left: 87px !important;
}

.u-mr-87 {
  margin-right: 87px !important;
}

.u-mb-87 {
  margin-bottom: 87px !important;
}

.u-mt-87 {
  margin-top: 87px !important;
}

.u-m-88 {
  margin: 88px !important;
}

.u-my-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.u-mx-88 {
  margin-right: 88px !important;
  margin-left: 88px !important;
}

.u-ml-88 {
  margin-left: 88px !important;
}

.u-mr-88 {
  margin-right: 88px !important;
}

.u-mb-88 {
  margin-bottom: 88px !important;
}

.u-mt-88 {
  margin-top: 88px !important;
}

.u-m-89 {
  margin: 89px !important;
}

.u-my-89 {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}

.u-mx-89 {
  margin-right: 89px !important;
  margin-left: 89px !important;
}

.u-ml-89 {
  margin-left: 89px !important;
}

.u-mr-89 {
  margin-right: 89px !important;
}

.u-mb-89 {
  margin-bottom: 89px !important;
}

.u-mt-89 {
  margin-top: 89px !important;
}

.u-m-90 {
  margin: 90px !important;
}

.u-my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-m-91 {
  margin: 91px !important;
}

.u-my-91 {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}

.u-mx-91 {
  margin-right: 91px !important;
  margin-left: 91px !important;
}

.u-ml-91 {
  margin-left: 91px !important;
}

.u-mr-91 {
  margin-right: 91px !important;
}

.u-mb-91 {
  margin-bottom: 91px !important;
}

.u-mt-91 {
  margin-top: 91px !important;
}

.u-m-92 {
  margin: 92px !important;
}

.u-my-92 {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}

.u-mx-92 {
  margin-right: 92px !important;
  margin-left: 92px !important;
}

.u-ml-92 {
  margin-left: 92px !important;
}

.u-mr-92 {
  margin-right: 92px !important;
}

.u-mb-92 {
  margin-bottom: 92px !important;
}

.u-mt-92 {
  margin-top: 92px !important;
}

.u-m-93 {
  margin: 93px !important;
}

.u-my-93 {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}

.u-mx-93 {
  margin-right: 93px !important;
  margin-left: 93px !important;
}

.u-ml-93 {
  margin-left: 93px !important;
}

.u-mr-93 {
  margin-right: 93px !important;
}

.u-mb-93 {
  margin-bottom: 93px !important;
}

.u-mt-93 {
  margin-top: 93px !important;
}

.u-m-94 {
  margin: 94px !important;
}

.u-my-94 {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}

.u-mx-94 {
  margin-right: 94px !important;
  margin-left: 94px !important;
}

.u-ml-94 {
  margin-left: 94px !important;
}

.u-mr-94 {
  margin-right: 94px !important;
}

.u-mb-94 {
  margin-bottom: 94px !important;
}

.u-mt-94 {
  margin-top: 94px !important;
}

.u-m-95 {
  margin: 95px !important;
}

.u-my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u-mx-95 {
  margin-right: 95px !important;
  margin-left: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-m-96 {
  margin: 96px !important;
}

.u-my-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.u-mx-96 {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.u-ml-96 {
  margin-left: 96px !important;
}

.u-mr-96 {
  margin-right: 96px !important;
}

.u-mb-96 {
  margin-bottom: 96px !important;
}

.u-mt-96 {
  margin-top: 96px !important;
}

.u-m-97 {
  margin: 97px !important;
}

.u-my-97 {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}

.u-mx-97 {
  margin-right: 97px !important;
  margin-left: 97px !important;
}

.u-ml-97 {
  margin-left: 97px !important;
}

.u-mr-97 {
  margin-right: 97px !important;
}

.u-mb-97 {
  margin-bottom: 97px !important;
}

.u-mt-97 {
  margin-top: 97px !important;
}

.u-m-98 {
  margin: 98px !important;
}

.u-my-98 {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}

.u-mx-98 {
  margin-right: 98px !important;
  margin-left: 98px !important;
}

.u-ml-98 {
  margin-left: 98px !important;
}

.u-mr-98 {
  margin-right: 98px !important;
}

.u-mb-98 {
  margin-bottom: 98px !important;
}

.u-mt-98 {
  margin-top: 98px !important;
}

.u-m-99 {
  margin: 99px !important;
}

.u-my-99 {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}

.u-mx-99 {
  margin-right: 99px !important;
  margin-left: 99px !important;
}

.u-ml-99 {
  margin-left: 99px !important;
}

.u-mr-99 {
  margin-right: 99px !important;
}

.u-mb-99 {
  margin-bottom: 99px !important;
}

.u-mt-99 {
  margin-top: 99px !important;
}

.u-m-100 {
  margin: 100px !important;
}

.u-my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

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

.u-ml-auto {
  margin-left: auto !important;
}

@media (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-0 {
    margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-0 {
    margin-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-2 {
    margin: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-2 {
    margin-bottom: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-2 {
    margin-top: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-2 {
    margin-left: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-2 {
    margin-right: 2px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-4 {
    margin: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-4 {
    margin-bottom: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-4 {
    margin-top: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-4 {
    margin-left: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-4 {
    margin-right: 4px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-6 {
    margin: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-6 {
    margin-bottom: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-6 {
    margin-top: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-6 {
    margin-left: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-6 {
    margin-right: 6px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-8 {
    margin: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-8 {
    margin-bottom: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-8 {
    margin-top: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-8 {
    margin-left: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-8 {
    margin-right: 8px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-10 {
    margin: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-10 {
    margin-left: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-12 {
    margin: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-12 {
    margin-bottom: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-12 {
    margin-top: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-12 {
    margin-left: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-12 {
    margin-right: 12px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-14 {
    margin: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-14 {
    margin-bottom: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-14 {
    margin-top: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-14 {
    margin-left: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-14 {
    margin-right: 14px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-16 {
    margin: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-16 {
    margin-bottom: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-16 {
    margin-top: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-16 {
    margin-left: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-16 {
    margin-right: 16px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-18 {
    margin: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-18 {
    margin-bottom: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-18 {
    margin-top: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-18 {
    margin-left: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-18 {
    margin-right: 18px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-20 {
    margin: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-20 {
    margin-left: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-22 {
    margin: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-22 {
    margin-bottom: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-22 {
    margin-top: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-22 {
    margin-left: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-22 {
    margin-right: 22px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-24 {
    margin: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-24 {
    margin-bottom: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-24 {
    margin-top: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-24 {
    margin-left: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-24 {
    margin-right: 24px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-26 {
    margin: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-26 {
    margin-bottom: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-26 {
    margin-top: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-26 {
    margin-left: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-26 {
    margin-right: 26px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-28 {
    margin: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-28 {
    margin-bottom: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-28 {
    margin-top: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-28 {
    margin-left: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-28 {
    margin-right: 28px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-30 {
    margin: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-30 {
    margin-left: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-32 {
    margin: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-32 {
    margin-bottom: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-32 {
    margin-top: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-32 {
    margin-left: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-32 {
    margin-right: 32px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-34 {
    margin: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-34 {
    margin-bottom: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-34 {
    margin-top: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-34 {
    margin-left: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-34 {
    margin-right: 34px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-36 {
    margin: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-36 {
    margin-bottom: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-36 {
    margin-top: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-36 {
    margin-left: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-36 {
    margin-right: 36px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-38 {
    margin: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-38 {
    margin-bottom: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-38 {
    margin-top: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-38 {
    margin-left: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-38 {
    margin-right: 38px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-40 {
    margin: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-40 {
    margin-left: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-42 {
    margin: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-42 {
    margin-bottom: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-42 {
    margin-top: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-42 {
    margin-left: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-42 {
    margin-right: 42px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-44 {
    margin: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-44 {
    margin-bottom: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-44 {
    margin-top: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-44 {
    margin-left: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-44 {
    margin-right: 44px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-46 {
    margin: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-46 {
    margin-bottom: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-46 {
    margin-top: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-46 {
    margin-left: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-46 {
    margin-right: 46px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-48 {
    margin: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-48 {
    margin-bottom: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-48 {
    margin-top: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-48 {
    margin-left: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-48 {
    margin-right: 48px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-50 {
    margin: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-50 {
    margin-left: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-52 {
    margin: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-52 {
    margin-bottom: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-52 {
    margin-top: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-52 {
    margin-left: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-52 {
    margin-right: 52px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-54 {
    margin: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-54 {
    margin-bottom: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-54 {
    margin-top: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-54 {
    margin-left: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-54 {
    margin-right: 54px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-56 {
    margin: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-56 {
    margin-bottom: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-56 {
    margin-top: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-56 {
    margin-left: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-56 {
    margin-right: 56px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-58 {
    margin: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-58 {
    margin-bottom: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-58 {
    margin-top: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-58 {
    margin-left: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-58 {
    margin-right: 58px !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-60 {
    margin: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-mb-lg-60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-mt-lg-60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-ml-lg-60 {
    margin-left: 60px !important;
  }
}

@media (min-width: 992px) {
  .u-mr-lg-60 {
    margin-right: 60px !important;
  }
}

.u-mb--20 {
  margin-bottom: -20px;
}

.u-l-0 {
  left: 0px !important;
}

.u-r-0 {
  right: 0px !important;
}

.u-b-0 {
  bottom: 0px !important;
}

.u-t-0 {
  top: 0px !important;
}

.u-l-10 {
  left: 10px !important;
}

.u-r-10 {
  right: 10px !important;
}

.u-b-10 {
  bottom: 10px !important;
}

.u-t-10 {
  top: 10px !important;
}

.u-l-20 {
  left: 20px !important;
}

.u-r-20 {
  right: 20px !important;
}

.u-b-20 {
  bottom: 20px !important;
}

.u-t-20 {
  top: 20px !important;
}

.u-l-30 {
  left: 30px !important;
}

.u-r-30 {
  right: 30px !important;
}

.u-b-30 {
  bottom: 30px !important;
}

.u-t-30 {
  top: 30px !important;
}

.u-l-40 {
  left: 40px !important;
}

.u-r-40 {
  right: 40px !important;
}

.u-b-40 {
  bottom: 40px !important;
}

.u-t-40 {
  top: 40px !important;
}

.u-l-50 {
  left: 50px !important;
}

.u-r-50 {
  right: 50px !important;
}

.u-b-50 {
  bottom: 50px !important;
}

.u-t-50 {
  top: 50px !important;
}

.u-l-60 {
  left: 60px !important;
}

.u-r-60 {
  right: 60px !important;
}

.u-b-60 {
  bottom: 60px !important;
}

.u-t-60 {
  top: 60px !important;
}

.u-l-70 {
  left: 70px !important;
}

.u-r-70 {
  right: 70px !important;
}

.u-b-70 {
  bottom: 70px !important;
}

.u-t-70 {
  top: 70px !important;
}

.u-l-80 {
  left: 80px !important;
}

.u-r-80 {
  right: 80px !important;
}

.u-b-80 {
  bottom: 80px !important;
}

.u-t-80 {
  top: 80px !important;
}

.u-l-90 {
  left: 90px !important;
}

.u-r-90 {
  right: 90px !important;
}

.u-b-90 {
  bottom: 90px !important;
}

.u-t-90 {
  top: 90px !important;
}

.u-l-100 {
  left: 100px !important;
}

.u-r-100 {
  right: 100px !important;
}

.u-b-100 {
  bottom: 100px !important;
}

.u-t-100 {
  top: 100px !important;
}

.u-l-0per {
  left: 0%;
}

.u-r-0per {
  right: 0%;
}

.u-b-0per {
  bottom: 0%;
}

.u-t-0per {
  top: 0%;
}

.u-l-2per {
  left: 2%;
}

.u-r-2per {
  right: 2%;
}

.u-b-2per {
  bottom: 2%;
}

.u-t-2per {
  top: 2%;
}

.u-l-4per {
  left: 4%;
}

.u-r-4per {
  right: 4%;
}

.u-b-4per {
  bottom: 4%;
}

.u-t-4per {
  top: 4%;
}

.u-l-6per {
  left: 6%;
}

.u-r-6per {
  right: 6%;
}

.u-b-6per {
  bottom: 6%;
}

.u-t-6per {
  top: 6%;
}

.u-l-8per {
  left: 8%;
}

.u-r-8per {
  right: 8%;
}

.u-b-8per {
  bottom: 8%;
}

.u-t-8per {
  top: 8%;
}

.u-l-10per {
  left: 10%;
}

.u-r-10per {
  right: 10%;
}

.u-b-10per {
  bottom: 10%;
}

.u-t-10per {
  top: 10%;
}

.u-l-12per {
  left: 12%;
}

.u-r-12per {
  right: 12%;
}

.u-b-12per {
  bottom: 12%;
}

.u-t-12per {
  top: 12%;
}

.u-l-14per {
  left: 14%;
}

.u-r-14per {
  right: 14%;
}

.u-b-14per {
  bottom: 14%;
}

.u-t-14per {
  top: 14%;
}

.u-l-16per {
  left: 16%;
}

.u-r-16per {
  right: 16%;
}

.u-b-16per {
  bottom: 16%;
}

.u-t-16per {
  top: 16%;
}

.u-l-18per {
  left: 18%;
}

.u-r-18per {
  right: 18%;
}

.u-b-18per {
  bottom: 18%;
}

.u-t-18per {
  top: 18%;
}

.u-l-20per {
  left: 20%;
}

.u-r-20per {
  right: 20%;
}

.u-b-20per {
  bottom: 20%;
}

.u-t-20per {
  top: 20%;
}

.u-l-22per {
  left: 22%;
}

.u-r-22per {
  right: 22%;
}

.u-b-22per {
  bottom: 22%;
}

.u-t-22per {
  top: 22%;
}

.u-l-24per {
  left: 24%;
}

.u-r-24per {
  right: 24%;
}

.u-b-24per {
  bottom: 24%;
}

.u-t-24per {
  top: 24%;
}

.u-l-26per {
  left: 26%;
}

.u-r-26per {
  right: 26%;
}

.u-b-26per {
  bottom: 26%;
}

.u-t-26per {
  top: 26%;
}

.u-l-28per {
  left: 28%;
}

.u-r-28per {
  right: 28%;
}

.u-b-28per {
  bottom: 28%;
}

.u-t-28per {
  top: 28%;
}

.u-l-30per {
  left: 30%;
}

.u-r-30per {
  right: 30%;
}

.u-b-30per {
  bottom: 30%;
}

.u-t-30per {
  top: 30%;
}

.u-l-32per {
  left: 32%;
}

.u-r-32per {
  right: 32%;
}

.u-b-32per {
  bottom: 32%;
}

.u-t-32per {
  top: 32%;
}

.u-l-34per {
  left: 34%;
}

.u-r-34per {
  right: 34%;
}

.u-b-34per {
  bottom: 34%;
}

.u-t-34per {
  top: 34%;
}

.u-l-36per {
  left: 36%;
}

.u-r-36per {
  right: 36%;
}

.u-b-36per {
  bottom: 36%;
}

.u-t-36per {
  top: 36%;
}

.u-l-38per {
  left: 38%;
}

.u-r-38per {
  right: 38%;
}

.u-b-38per {
  bottom: 38%;
}

.u-t-38per {
  top: 38%;
}

.u-l-40per {
  left: 40%;
}

.u-r-40per {
  right: 40%;
}

.u-b-40per {
  bottom: 40%;
}

.u-t-40per {
  top: 40%;
}

.u-l-42per {
  left: 42%;
}

.u-r-42per {
  right: 42%;
}

.u-b-42per {
  bottom: 42%;
}

.u-t-42per {
  top: 42%;
}

.u-l-44per {
  left: 44%;
}

.u-r-44per {
  right: 44%;
}

.u-b-44per {
  bottom: 44%;
}

.u-t-44per {
  top: 44%;
}

.u-l-46per {
  left: 46%;
}

.u-r-46per {
  right: 46%;
}

.u-b-46per {
  bottom: 46%;
}

.u-t-46per {
  top: 46%;
}

.u-l-48per {
  left: 48%;
}

.u-r-48per {
  right: 48%;
}

.u-b-48per {
  bottom: 48%;
}

.u-t-48per {
  top: 48%;
}

.u-l-50per {
  left: 50%;
}

.u-r-50per {
  right: 50%;
}

.u-b-50per {
  bottom: 50%;
}

.u-t-50per {
  top: 50%;
}

.u-l-52per {
  left: 52%;
}

.u-r-52per {
  right: 52%;
}

.u-b-52per {
  bottom: 52%;
}

.u-t-52per {
  top: 52%;
}

.u-l-54per {
  left: 54%;
}

.u-r-54per {
  right: 54%;
}

.u-b-54per {
  bottom: 54%;
}

.u-t-54per {
  top: 54%;
}

.u-l-56per {
  left: 56%;
}

.u-r-56per {
  right: 56%;
}

.u-b-56per {
  bottom: 56%;
}

.u-t-56per {
  top: 56%;
}

.u-l-58per {
  left: 58%;
}

.u-r-58per {
  right: 58%;
}

.u-b-58per {
  bottom: 58%;
}

.u-t-58per {
  top: 58%;
}

.u-l-60per {
  left: 60%;
}

.u-r-60per {
  right: 60%;
}

.u-b-60per {
  bottom: 60%;
}

.u-t-60per {
  top: 60%;
}

.u-l-62per {
  left: 62%;
}

.u-r-62per {
  right: 62%;
}

.u-b-62per {
  bottom: 62%;
}

.u-t-62per {
  top: 62%;
}

.u-l-64per {
  left: 64%;
}

.u-r-64per {
  right: 64%;
}

.u-b-64per {
  bottom: 64%;
}

.u-t-64per {
  top: 64%;
}

.u-l-66per {
  left: 66%;
}

.u-r-66per {
  right: 66%;
}

.u-b-66per {
  bottom: 66%;
}

.u-t-66per {
  top: 66%;
}

.u-l-68per {
  left: 68%;
}

.u-r-68per {
  right: 68%;
}

.u-b-68per {
  bottom: 68%;
}

.u-t-68per {
  top: 68%;
}

.u-l-70per {
  left: 70%;
}

.u-r-70per {
  right: 70%;
}

.u-b-70per {
  bottom: 70%;
}

.u-t-70per {
  top: 70%;
}

.u-l-72per {
  left: 72%;
}

.u-r-72per {
  right: 72%;
}

.u-b-72per {
  bottom: 72%;
}

.u-t-72per {
  top: 72%;
}

.u-l-74per {
  left: 74%;
}

.u-r-74per {
  right: 74%;
}

.u-b-74per {
  bottom: 74%;
}

.u-t-74per {
  top: 74%;
}

.u-l-76per {
  left: 76%;
}

.u-r-76per {
  right: 76%;
}

.u-b-76per {
  bottom: 76%;
}

.u-t-76per {
  top: 76%;
}

.u-l-78per {
  left: 78%;
}

.u-r-78per {
  right: 78%;
}

.u-b-78per {
  bottom: 78%;
}

.u-t-78per {
  top: 78%;
}

.u-l-80per {
  left: 80%;
}

.u-r-80per {
  right: 80%;
}

.u-b-80per {
  bottom: 80%;
}

.u-t-80per {
  top: 80%;
}

.u-l-82per {
  left: 82%;
}

.u-r-82per {
  right: 82%;
}

.u-b-82per {
  bottom: 82%;
}

.u-t-82per {
  top: 82%;
}

.u-l-84per {
  left: 84%;
}

.u-r-84per {
  right: 84%;
}

.u-b-84per {
  bottom: 84%;
}

.u-t-84per {
  top: 84%;
}

.u-l-86per {
  left: 86%;
}

.u-r-86per {
  right: 86%;
}

.u-b-86per {
  bottom: 86%;
}

.u-t-86per {
  top: 86%;
}

.u-l-88per {
  left: 88%;
}

.u-r-88per {
  right: 88%;
}

.u-b-88per {
  bottom: 88%;
}

.u-t-88per {
  top: 88%;
}

.u-l-90per {
  left: 90%;
}

.u-r-90per {
  right: 90%;
}

.u-b-90per {
  bottom: 90%;
}

.u-t-90per {
  top: 90%;
}

.u-l-92per {
  left: 92%;
}

.u-r-92per {
  right: 92%;
}

.u-b-92per {
  bottom: 92%;
}

.u-t-92per {
  top: 92%;
}

.u-l-94per {
  left: 94%;
}

.u-r-94per {
  right: 94%;
}

.u-b-94per {
  bottom: 94%;
}

.u-t-94per {
  top: 94%;
}

.u-l-96per {
  left: 96%;
}

.u-r-96per {
  right: 96%;
}

.u-b-96per {
  bottom: 96%;
}

.u-t-96per {
  top: 96%;
}

.u-l-98per {
  left: 98%;
}

.u-r-98per {
  right: 98%;
}

.u-b-98per {
  bottom: 98%;
}

.u-t-98per {
  top: 98%;
}

.u-l-100per {
  left: 100%;
}

.u-r-100per {
  right: 100%;
}

.u-b-100per {
  bottom: 100%;
}

.u-t-100per {
  top: 100%;
}

.u-m-0 {
  margin: 0;
}

.u-m-auto {
  margin: auto;
}

.u-min-h-0 {
  min-height: 0px;
}

.u-min-h-1 {
  min-height: 1px;
}

.u-min-h-2 {
  min-height: 2px;
}

.u-min-h-3 {
  min-height: 3px;
}

.u-min-h-4 {
  min-height: 4px;
}

.u-min-h-5 {
  min-height: 5px;
}

.u-min-h-6 {
  min-height: 6px;
}

.u-min-h-7 {
  min-height: 7px;
}

.u-min-h-8 {
  min-height: 8px;
}

.u-min-h-9 {
  min-height: 9px;
}

.u-min-h-10 {
  min-height: 10px;
}

.u-min-h-11 {
  min-height: 11px;
}

.u-min-h-12 {
  min-height: 12px;
}

.u-min-h-13 {
  min-height: 13px;
}

.u-min-h-14 {
  min-height: 14px;
}

.u-min-h-15 {
  min-height: 15px;
}

.u-min-h-16 {
  min-height: 16px;
}

.u-min-h-17 {
  min-height: 17px;
}

.u-min-h-18 {
  min-height: 18px;
}

.u-min-h-19 {
  min-height: 19px;
}

.u-min-h-20 {
  min-height: 20px;
}

.u-min-h-21 {
  min-height: 21px;
}

.u-min-h-22 {
  min-height: 22px;
}

.u-min-h-23 {
  min-height: 23px;
}

.u-min-h-24 {
  min-height: 24px;
}

.u-min-h-25 {
  min-height: 25px;
}

.u-min-h-26 {
  min-height: 26px;
}

.u-min-h-27 {
  min-height: 27px;
}

.u-min-h-28 {
  min-height: 28px;
}

.u-min-h-29 {
  min-height: 29px;
}

.u-min-h-30 {
  min-height: 30px;
}

.u-min-h-31 {
  min-height: 31px;
}

.u-min-h-32 {
  min-height: 32px;
}

.u-min-h-33 {
  min-height: 33px;
}

.u-min-h-34 {
  min-height: 34px;
}

.u-min-h-35 {
  min-height: 35px;
}

.u-min-h-36 {
  min-height: 36px;
}

.u-min-h-37 {
  min-height: 37px;
}

.u-min-h-38 {
  min-height: 38px;
}

.u-min-h-39 {
  min-height: 39px;
}

.u-min-h-40 {
  min-height: 40px;
}

.u-min-h-41 {
  min-height: 41px;
}

.u-min-h-42 {
  min-height: 42px;
}

.u-min-h-43 {
  min-height: 43px;
}

.u-min-h-44 {
  min-height: 44px;
}

.u-min-h-45 {
  min-height: 45px;
}

.u-min-h-46 {
  min-height: 46px;
}

.u-min-h-47 {
  min-height: 47px;
}

.u-min-h-48 {
  min-height: 48px;
}

.u-min-h-49 {
  min-height: 49px;
}

.u-min-h-50 {
  min-height: 50px;
}

.u-min-h-51 {
  min-height: 51px;
}

.u-min-h-52 {
  min-height: 52px;
}

.u-min-h-53 {
  min-height: 53px;
}

.u-min-h-54 {
  min-height: 54px;
}

.u-min-h-55 {
  min-height: 55px;
}

.u-min-h-56 {
  min-height: 56px;
}

.u-min-h-57 {
  min-height: 57px;
}

.u-min-h-58 {
  min-height: 58px;
}

.u-min-h-59 {
  min-height: 59px;
}

.u-min-h-60 {
  min-height: 60px;
}

.u-min-h-61 {
  min-height: 61px;
}

.u-min-h-62 {
  min-height: 62px;
}

.u-min-h-63 {
  min-height: 63px;
}

.u-min-h-64 {
  min-height: 64px;
}

.u-min-h-65 {
  min-height: 65px;
}

.u-min-h-66 {
  min-height: 66px;
}

.u-min-h-67 {
  min-height: 67px;
}

.u-min-h-68 {
  min-height: 68px;
}

.u-min-h-69 {
  min-height: 69px;
}

.u-min-h-70 {
  min-height: 70px;
}

.u-min-h-71 {
  min-height: 71px;
}

.u-min-h-72 {
  min-height: 72px;
}

.u-min-h-73 {
  min-height: 73px;
}

.u-min-h-74 {
  min-height: 74px;
}

.u-min-h-75 {
  min-height: 75px;
}

.u-min-h-76 {
  min-height: 76px;
}

.u-min-h-77 {
  min-height: 77px;
}

.u-min-h-78 {
  min-height: 78px;
}

.u-min-h-79 {
  min-height: 79px;
}

.u-min-h-80 {
  min-height: 80px;
}

.u-min-h-81 {
  min-height: 81px;
}

.u-min-h-82 {
  min-height: 82px;
}

.u-min-h-83 {
  min-height: 83px;
}

.u-min-h-84 {
  min-height: 84px;
}

.u-min-h-85 {
  min-height: 85px;
}

.u-min-h-86 {
  min-height: 86px;
}

.u-min-h-87 {
  min-height: 87px;
}

.u-min-h-88 {
  min-height: 88px;
}

.u-min-h-89 {
  min-height: 89px;
}

.u-min-h-90 {
  min-height: 90px;
}

.u-min-h-91 {
  min-height: 91px;
}

.u-min-h-92 {
  min-height: 92px;
}

.u-min-h-93 {
  min-height: 93px;
}

.u-min-h-94 {
  min-height: 94px;
}

.u-min-h-95 {
  min-height: 95px;
}

.u-min-h-96 {
  min-height: 96px;
}

.u-min-h-97 {
  min-height: 97px;
}

.u-min-h-98 {
  min-height: 98px;
}

.u-min-h-99 {
  min-height: 99px;
}

.u-min-h-100 {
  min-height: 100px;
}

.u-h-0px {
  height: 0px;
}

.u-h-1px {
  height: 1px;
}

.u-h-2px {
  height: 2px;
}

.u-h-3px {
  height: 3px;
}

.u-h-4px {
  height: 4px;
}

.u-h-5px {
  height: 5px;
}

.u-h-6px {
  height: 6px;
}

.u-h-7px {
  height: 7px;
}

.u-h-8px {
  height: 8px;
}

.u-h-9px {
  height: 9px;
}

.u-h-10px {
  height: 10px;
}

.u-h-11px {
  height: 11px;
}

.u-h-12px {
  height: 12px;
}

.u-h-13px {
  height: 13px;
}

.u-h-14px {
  height: 14px;
}

.u-h-15px {
  height: 15px;
}

.u-h-16px {
  height: 16px;
}

.u-h-17px {
  height: 17px;
}

.u-h-18px {
  height: 18px;
}

.u-h-19px {
  height: 19px;
}

.u-h-20px {
  height: 20px;
}

.u-h-21px {
  height: 21px;
}

.u-h-22px {
  height: 22px;
}

.u-h-23px {
  height: 23px;
}

.u-h-24px {
  height: 24px;
}

.u-h-25px {
  height: 25px;
}

.u-h-26px {
  height: 26px;
}

.u-h-27px {
  height: 27px;
}

.u-h-28px {
  height: 28px;
}

.u-h-29px {
  height: 29px;
}

.u-h-30px {
  height: 30px;
}

.u-h-31px {
  height: 31px;
}

.u-h-32px {
  height: 32px;
}

.u-h-33px {
  height: 33px;
}

.u-h-34px {
  height: 34px;
}

.u-h-35px {
  height: 35px;
}

.u-h-36px {
  height: 36px;
}

.u-h-37px {
  height: 37px;
}

.u-h-38px {
  height: 38px;
}

.u-h-39px {
  height: 39px;
}

.u-h-40px {
  height: 40px;
}

.u-h-41px {
  height: 41px;
}

.u-h-42px {
  height: 42px;
}

.u-h-43px {
  height: 43px;
}

.u-h-44px {
  height: 44px;
}

.u-h-45px {
  height: 45px;
}

.u-h-46px {
  height: 46px;
}

.u-h-47px {
  height: 47px;
}

.u-h-48px {
  height: 48px;
}

.u-h-49px {
  height: 49px;
}

.u-h-50px {
  height: 50px;
}

.u-h-51px {
  height: 51px;
}

.u-h-52px {
  height: 52px;
}

.u-h-53px {
  height: 53px;
}

.u-h-54px {
  height: 54px;
}

.u-h-55px {
  height: 55px;
}

.u-h-56px {
  height: 56px;
}

.u-h-57px {
  height: 57px;
}

.u-h-58px {
  height: 58px;
}

.u-h-59px {
  height: 59px;
}

.u-h-60px {
  height: 60px;
}

.u-h-61px {
  height: 61px;
}

.u-h-62px {
  height: 62px;
}

.u-h-63px {
  height: 63px;
}

.u-h-64px {
  height: 64px;
}

.u-h-65px {
  height: 65px;
}

.u-h-66px {
  height: 66px;
}

.u-h-67px {
  height: 67px;
}

.u-h-68px {
  height: 68px;
}

.u-h-69px {
  height: 69px;
}

.u-h-70px {
  height: 70px;
}

.u-h-71px {
  height: 71px;
}

.u-h-72px {
  height: 72px;
}

.u-h-73px {
  height: 73px;
}

.u-h-74px {
  height: 74px;
}

.u-h-75px {
  height: 75px;
}

.u-h-76px {
  height: 76px;
}

.u-h-77px {
  height: 77px;
}

.u-h-78px {
  height: 78px;
}

.u-h-79px {
  height: 79px;
}

.u-h-80px {
  height: 80px;
}

.u-h-81px {
  height: 81px;
}

.u-h-82px {
  height: 82px;
}

.u-h-83px {
  height: 83px;
}

.u-h-84px {
  height: 84px;
}

.u-h-85px {
  height: 85px;
}

.u-h-86px {
  height: 86px;
}

.u-h-87px {
  height: 87px;
}

.u-h-88px {
  height: 88px;
}

.u-h-89px {
  height: 89px;
}

.u-h-90px {
  height: 90px;
}

.u-h-91px {
  height: 91px;
}

.u-h-92px {
  height: 92px;
}

.u-h-93px {
  height: 93px;
}

.u-h-94px {
  height: 94px;
}

.u-h-95px {
  height: 95px;
}

.u-h-96px {
  height: 96px;
}

.u-h-97px {
  height: 97px;
}

.u-h-98px {
  height: 98px;
}

.u-h-99px {
  height: 99px;
}

.u-h-100px {
  height: 100px;
}

.u-h-101px {
  height: 101px;
}

.u-h-102px {
  height: 102px;
}

.u-h-103px {
  height: 103px;
}

.u-h-104px {
  height: 104px;
}

.u-h-105px {
  height: 105px;
}

.u-h-106px {
  height: 106px;
}

.u-h-107px {
  height: 107px;
}

.u-h-108px {
  height: 108px;
}

.u-h-109px {
  height: 109px;
}

.u-h-110px {
  height: 110px;
}

.u-h-111px {
  height: 111px;
}

.u-h-112px {
  height: 112px;
}

.u-h-113px {
  height: 113px;
}

.u-h-114px {
  height: 114px;
}

.u-h-115px {
  height: 115px;
}

.u-h-116px {
  height: 116px;
}

.u-h-117px {
  height: 117px;
}

.u-h-118px {
  height: 118px;
}

.u-h-119px {
  height: 119px;
}

.u-h-120px {
  height: 120px;
}

.u-h-121px {
  height: 121px;
}

.u-h-122px {
  height: 122px;
}

.u-h-123px {
  height: 123px;
}

.u-h-124px {
  height: 124px;
}

.u-h-125px {
  height: 125px;
}

.u-h-126px {
  height: 126px;
}

.u-h-127px {
  height: 127px;
}

.u-h-128px {
  height: 128px;
}

.u-h-129px {
  height: 129px;
}

.u-h-130px {
  height: 130px;
}

.u-h-131px {
  height: 131px;
}

.u-h-132px {
  height: 132px;
}

.u-h-133px {
  height: 133px;
}

.u-h-134px {
  height: 134px;
}

.u-h-135px {
  height: 135px;
}

.u-h-136px {
  height: 136px;
}

.u-h-137px {
  height: 137px;
}

.u-h-138px {
  height: 138px;
}

.u-h-139px {
  height: 139px;
}

.u-h-140px {
  height: 140px;
}

.u-h-141px {
  height: 141px;
}

.u-h-142px {
  height: 142px;
}

.u-h-143px {
  height: 143px;
}

.u-h-144px {
  height: 144px;
}

.u-h-145px {
  height: 145px;
}

.u-h-146px {
  height: 146px;
}

.u-h-147px {
  height: 147px;
}

.u-h-148px {
  height: 148px;
}

.u-h-149px {
  height: 149px;
}

.u-h-150px {
  height: 150px;
}

.u-h-151px {
  height: 151px;
}

.u-h-152px {
  height: 152px;
}

.u-h-153px {
  height: 153px;
}

.u-h-154px {
  height: 154px;
}

.u-h-155px {
  height: 155px;
}

.u-h-156px {
  height: 156px;
}

.u-h-157px {
  height: 157px;
}

.u-h-158px {
  height: 158px;
}

.u-h-159px {
  height: 159px;
}

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

.u-h-161px {
  height: 161px;
}

.u-h-162px {
  height: 162px;
}

.u-h-163px {
  height: 163px;
}

.u-h-164px {
  height: 164px;
}

.u-h-165px {
  height: 165px;
}

.u-h-166px {
  height: 166px;
}

.u-h-167px {
  height: 167px;
}

.u-h-168px {
  height: 168px;
}

.u-h-169px {
  height: 169px;
}

.u-h-170px {
  height: 170px;
}

.u-h-171px {
  height: 171px;
}

.u-h-172px {
  height: 172px;
}

.u-h-173px {
  height: 173px;
}

.u-h-174px {
  height: 174px;
}

.u-h-175px {
  height: 175px;
}

.u-h-176px {
  height: 176px;
}

.u-h-177px {
  height: 177px;
}

.u-h-178px {
  height: 178px;
}

.u-h-179px {
  height: 179px;
}

.u-h-180px {
  height: 180px;
}

.u-h-181px {
  height: 181px;
}

.u-h-182px {
  height: 182px;
}

.u-h-183px {
  height: 183px;
}

.u-h-184px {
  height: 184px;
}

.u-h-185px {
  height: 185px;
}

.u-h-186px {
  height: 186px;
}

.u-h-187px {
  height: 187px;
}

.u-h-188px {
  height: 188px;
}

.u-h-189px {
  height: 189px;
}

.u-h-190px {
  height: 190px;
}

.u-h-191px {
  height: 191px;
}

.u-h-192px {
  height: 192px;
}

.u-h-193px {
  height: 193px;
}

.u-h-194px {
  height: 194px;
}

.u-h-195px {
  height: 195px;
}

.u-h-196px {
  height: 196px;
}

.u-h-197px {
  height: 197px;
}

.u-h-198px {
  height: 198px;
}

.u-h-199px {
  height: 199px;
}

.u-h-200px {
  height: 200px;
}

.u-h-201px {
  height: 201px;
}

.u-h-202px {
  height: 202px;
}

.u-h-203px {
  height: 203px;
}

.u-h-204px {
  height: 204px;
}

.u-h-205px {
  height: 205px;
}

.u-h-206px {
  height: 206px;
}

.u-h-207px {
  height: 207px;
}

.u-h-208px {
  height: 208px;
}

.u-h-209px {
  height: 209px;
}

.u-h-210px {
  height: 210px;
}

.u-h-211px {
  height: 211px;
}

.u-h-212px {
  height: 212px;
}

.u-h-213px {
  height: 213px;
}

.u-h-214px {
  height: 214px;
}

.u-h-215px {
  height: 215px;
}

.u-h-216px {
  height: 216px;
}

.u-h-217px {
  height: 217px;
}

.u-h-218px {
  height: 218px;
}

.u-h-219px {
  height: 219px;
}

.u-h-220px {
  height: 220px;
}

.u-h-221px {
  height: 221px;
}

.u-h-222px {
  height: 222px;
}

.u-h-223px {
  height: 223px;
}

.u-h-224px {
  height: 224px;
}

.u-h-225px {
  height: 225px;
}

.u-h-226px {
  height: 226px;
}

.u-h-227px {
  height: 227px;
}

.u-h-228px {
  height: 228px;
}

.u-h-229px {
  height: 229px;
}

.u-h-230px {
  height: 230px;
}

.u-h-231px {
  height: 231px;
}

.u-h-232px {
  height: 232px;
}

.u-h-233px {
  height: 233px;
}

.u-h-234px {
  height: 234px;
}

.u-h-235px {
  height: 235px;
}

.u-h-236px {
  height: 236px;
}

.u-h-237px {
  height: 237px;
}

.u-h-238px {
  height: 238px;
}

.u-h-239px {
  height: 239px;
}

.u-h-240px {
  height: 240px;
}

.u-h-241px {
  height: 241px;
}

.u-h-242px {
  height: 242px;
}

.u-h-243px {
  height: 243px;
}

.u-h-244px {
  height: 244px;
}

.u-h-245px {
  height: 245px;
}

.u-h-246px {
  height: 246px;
}

.u-h-247px {
  height: 247px;
}

.u-h-248px {
  height: 248px;
}

.u-h-249px {
  height: 249px;
}

.u-h-250px {
  height: 250px;
}

.u-h-251px {
  height: 251px;
}

.u-h-252px {
  height: 252px;
}

.u-h-253px {
  height: 253px;
}

.u-h-254px {
  height: 254px;
}

.u-h-255px {
  height: 255px;
}

.u-h-256px {
  height: 256px;
}

.u-h-257px {
  height: 257px;
}

.u-h-258px {
  height: 258px;
}

.u-h-259px {
  height: 259px;
}

.u-h-260px {
  height: 260px;
}

.u-h-261px {
  height: 261px;
}

.u-h-262px {
  height: 262px;
}

.u-h-263px {
  height: 263px;
}

.u-h-264px {
  height: 264px;
}

.u-h-265px {
  height: 265px;
}

.u-h-266px {
  height: 266px;
}

.u-h-267px {
  height: 267px;
}

.u-h-268px {
  height: 268px;
}

.u-h-269px {
  height: 269px;
}

.u-h-270px {
  height: 270px;
}

.u-h-271px {
  height: 271px;
}

.u-h-272px {
  height: 272px;
}

.u-h-273px {
  height: 273px;
}

.u-h-274px {
  height: 274px;
}

.u-h-275px {
  height: 275px;
}

.u-h-276px {
  height: 276px;
}

.u-h-277px {
  height: 277px;
}

.u-h-278px {
  height: 278px;
}

.u-h-279px {
  height: 279px;
}

.u-h-280px {
  height: 280px;
}

.u-h-281px {
  height: 281px;
}

.u-h-282px {
  height: 282px;
}

.u-h-283px {
  height: 283px;
}

.u-h-284px {
  height: 284px;
}

.u-h-285px {
  height: 285px;
}

.u-h-286px {
  height: 286px;
}

.u-h-287px {
  height: 287px;
}

.u-h-288px {
  height: 288px;
}

.u-h-289px {
  height: 289px;
}

.u-h-290px {
  height: 290px;
}

.u-h-291px {
  height: 291px;
}

.u-h-292px {
  height: 292px;
}

.u-h-293px {
  height: 293px;
}

.u-h-294px {
  height: 294px;
}

.u-h-295px {
  height: 295px;
}

.u-h-296px {
  height: 296px;
}

.u-h-297px {
  height: 297px;
}

.u-h-298px {
  height: 298px;
}

.u-h-299px {
  height: 299px;
}

.u-h-300px {
  height: 300px;
}

.u-h-301px {
  height: 301px;
}

.u-h-302px {
  height: 302px;
}

.u-h-303px {
  height: 303px;
}

.u-h-304px {
  height: 304px;
}

.u-h-305px {
  height: 305px;
}

.u-h-306px {
  height: 306px;
}

.u-h-307px {
  height: 307px;
}

.u-h-308px {
  height: 308px;
}

.u-h-309px {
  height: 309px;
}

.u-h-310px {
  height: 310px;
}

.u-h-311px {
  height: 311px;
}

.u-h-312px {
  height: 312px;
}

.u-h-313px {
  height: 313px;
}

.u-h-314px {
  height: 314px;
}

.u-h-315px {
  height: 315px;
}

.u-h-316px {
  height: 316px;
}

.u-h-317px {
  height: 317px;
}

.u-h-318px {
  height: 318px;
}

.u-h-319px {
  height: 319px;
}

.u-h-320px {
  height: 320px;
}

.u-h-321px {
  height: 321px;
}

.u-h-322px {
  height: 322px;
}

.u-h-323px {
  height: 323px;
}

.u-h-324px {
  height: 324px;
}

.u-h-325px {
  height: 325px;
}

.u-h-326px {
  height: 326px;
}

.u-h-327px {
  height: 327px;
}

.u-h-328px {
  height: 328px;
}

.u-h-329px {
  height: 329px;
}

.u-h-330px {
  height: 330px;
}

.u-h-331px {
  height: 331px;
}

.u-h-332px {
  height: 332px;
}

.u-h-333px {
  height: 333px;
}

.u-h-334px {
  height: 334px;
}

.u-h-335px {
  height: 335px;
}

.u-h-336px {
  height: 336px;
}

.u-h-337px {
  height: 337px;
}

.u-h-338px {
  height: 338px;
}

.u-h-339px {
  height: 339px;
}

.u-h-340px {
  height: 340px;
}

.u-h-341px {
  height: 341px;
}

.u-h-342px {
  height: 342px;
}

.u-h-343px {
  height: 343px;
}

.u-h-344px {
  height: 344px;
}

.u-h-345px {
  height: 345px;
}

.u-h-346px {
  height: 346px;
}

.u-h-347px {
  height: 347px;
}

.u-h-348px {
  height: 348px;
}

.u-h-349px {
  height: 349px;
}

.u-h-350px {
  height: 350px;
}

.u-h-351px {
  height: 351px;
}

.u-h-352px {
  height: 352px;
}

.u-h-353px {
  height: 353px;
}

.u-h-354px {
  height: 354px;
}

.u-h-355px {
  height: 355px;
}

.u-h-356px {
  height: 356px;
}

.u-h-357px {
  height: 357px;
}

.u-h-358px {
  height: 358px;
}

.u-h-359px {
  height: 359px;
}

.u-h-360px {
  height: 360px;
}

.u-h-361px {
  height: 361px;
}

.u-h-362px {
  height: 362px;
}

.u-h-363px {
  height: 363px;
}

.u-h-364px {
  height: 364px;
}

.u-h-365px {
  height: 365px;
}

.u-h-366px {
  height: 366px;
}

.u-h-367px {
  height: 367px;
}

.u-h-368px {
  height: 368px;
}

.u-h-369px {
  height: 369px;
}

.u-h-370px {
  height: 370px;
}

.u-h-371px {
  height: 371px;
}

.u-h-372px {
  height: 372px;
}

.u-h-373px {
  height: 373px;
}

.u-h-374px {
  height: 374px;
}

.u-h-375px {
  height: 375px;
}

.u-h-376px {
  height: 376px;
}

.u-h-377px {
  height: 377px;
}

.u-h-378px {
  height: 378px;
}

.u-h-379px {
  height: 379px;
}

.u-h-380px {
  height: 380px;
}

.u-h-381px {
  height: 381px;
}

.u-h-382px {
  height: 382px;
}

.u-h-383px {
  height: 383px;
}

.u-h-384px {
  height: 384px;
}

.u-h-385px {
  height: 385px;
}

.u-h-386px {
  height: 386px;
}

.u-h-387px {
  height: 387px;
}

.u-h-388px {
  height: 388px;
}

.u-h-389px {
  height: 389px;
}

.u-h-390px {
  height: 390px;
}

.u-h-391px {
  height: 391px;
}

.u-h-392px {
  height: 392px;
}

.u-h-393px {
  height: 393px;
}

.u-h-394px {
  height: 394px;
}

.u-h-395px {
  height: 395px;
}

.u-h-396px {
  height: 396px;
}

.u-h-397px {
  height: 397px;
}

.u-h-398px {
  height: 398px;
}

.u-h-399px {
  height: 399px;
}

.u-h-400px {
  height: 400px;
}

.u-h-401px {
  height: 401px;
}

.u-h-402px {
  height: 402px;
}

.u-h-403px {
  height: 403px;
}

.u-h-404px {
  height: 404px;
}

.u-h-405px {
  height: 405px;
}

.u-h-406px {
  height: 406px;
}

.u-h-407px {
  height: 407px;
}

.u-h-408px {
  height: 408px;
}

.u-h-409px {
  height: 409px;
}

.u-h-410px {
  height: 410px;
}

.u-h-411px {
  height: 411px;
}

.u-h-412px {
  height: 412px;
}

.u-h-413px {
  height: 413px;
}

.u-h-414px {
  height: 414px;
}

.u-h-415px {
  height: 415px;
}

.u-h-416px {
  height: 416px;
}

.u-h-417px {
  height: 417px;
}

.u-h-418px {
  height: 418px;
}

.u-h-419px {
  height: 419px;
}

.u-h-420px {
  height: 420px;
}

.u-h-421px {
  height: 421px;
}

.u-h-422px {
  height: 422px;
}

.u-h-423px {
  height: 423px;
}

.u-h-424px {
  height: 424px;
}

.u-h-425px {
  height: 425px;
}

.u-h-426px {
  height: 426px;
}

.u-h-427px {
  height: 427px;
}

.u-h-428px {
  height: 428px;
}

.u-h-429px {
  height: 429px;
}

.u-h-430px {
  height: 430px;
}

.u-h-431px {
  height: 431px;
}

.u-h-432px {
  height: 432px;
}

.u-h-433px {
  height: 433px;
}

.u-h-434px {
  height: 434px;
}

.u-h-435px {
  height: 435px;
}

.u-h-436px {
  height: 436px;
}

.u-h-437px {
  height: 437px;
}

.u-h-438px {
  height: 438px;
}

.u-h-439px {
  height: 439px;
}

.u-h-440px {
  height: 440px;
}

.u-h-441px {
  height: 441px;
}

.u-h-442px {
  height: 442px;
}

.u-h-443px {
  height: 443px;
}

.u-h-444px {
  height: 444px;
}

.u-h-445px {
  height: 445px;
}

.u-h-446px {
  height: 446px;
}

.u-h-447px {
  height: 447px;
}

.u-h-448px {
  height: 448px;
}

.u-h-449px {
  height: 449px;
}

.u-h-450px {
  height: 450px;
}

.u-h-451px {
  height: 451px;
}

.u-h-452px {
  height: 452px;
}

.u-h-453px {
  height: 453px;
}

.u-h-454px {
  height: 454px;
}

.u-h-455px {
  height: 455px;
}

.u-h-456px {
  height: 456px;
}

.u-h-457px {
  height: 457px;
}

.u-h-458px {
  height: 458px;
}

.u-h-459px {
  height: 459px;
}

.u-h-460px {
  height: 460px;
}

.u-h-461px {
  height: 461px;
}

.u-h-462px {
  height: 462px;
}

.u-h-463px {
  height: 463px;
}

.u-h-464px {
  height: 464px;
}

.u-h-465px {
  height: 465px;
}

.u-h-466px {
  height: 466px;
}

.u-h-467px {
  height: 467px;
}

.u-h-468px {
  height: 468px;
}

.u-h-469px {
  height: 469px;
}

.u-h-470px {
  height: 470px;
}

.u-h-471px {
  height: 471px;
}

.u-h-472px {
  height: 472px;
}

.u-h-473px {
  height: 473px;
}

.u-h-474px {
  height: 474px;
}

.u-h-475px {
  height: 475px;
}

.u-h-476px {
  height: 476px;
}

.u-h-477px {
  height: 477px;
}

.u-h-478px {
  height: 478px;
}

.u-h-479px {
  height: 479px;
}

.u-h-480px {
  height: 480px;
}

.u-h-481px {
  height: 481px;
}

.u-h-482px {
  height: 482px;
}

.u-h-483px {
  height: 483px;
}

.u-h-484px {
  height: 484px;
}

.u-h-485px {
  height: 485px;
}

.u-h-486px {
  height: 486px;
}

.u-h-487px {
  height: 487px;
}

.u-h-488px {
  height: 488px;
}

.u-h-489px {
  height: 489px;
}

.u-h-490px {
  height: 490px;
}

.u-h-491px {
  height: 491px;
}

.u-h-492px {
  height: 492px;
}

.u-h-493px {
  height: 493px;
}

.u-h-494px {
  height: 494px;
}

.u-h-495px {
  height: 495px;
}

.u-h-496px {
  height: 496px;
}

.u-h-497px {
  height: 497px;
}

.u-h-498px {
  height: 498px;
}

.u-h-499px {
  height: 499px;
}

.u-h-500px {
  height: 500px;
}

.u-h-501px {
  height: 501px;
}

.u-h-502px {
  height: 502px;
}

.u-h-503px {
  height: 503px;
}

.u-h-504px {
  height: 504px;
}

.u-h-505px {
  height: 505px;
}

.u-h-506px {
  height: 506px;
}

.u-h-507px {
  height: 507px;
}

.u-h-508px {
  height: 508px;
}

.u-h-509px {
  height: 509px;
}

.u-h-510px {
  height: 510px;
}

.u-h-511px {
  height: 511px;
}

.u-h-512px {
  height: 512px;
}

.u-h-513px {
  height: 513px;
}

.u-h-514px {
  height: 514px;
}

.u-h-515px {
  height: 515px;
}

.u-h-516px {
  height: 516px;
}

.u-h-517px {
  height: 517px;
}

.u-h-518px {
  height: 518px;
}

.u-h-519px {
  height: 519px;
}

.u-h-520px {
  height: 520px;
}

.u-h-521px {
  height: 521px;
}

.u-h-522px {
  height: 522px;
}

.u-h-523px {
  height: 523px;
}

.u-h-524px {
  height: 524px;
}

.u-h-525px {
  height: 525px;
}

.u-h-526px {
  height: 526px;
}

.u-h-527px {
  height: 527px;
}

.u-h-528px {
  height: 528px;
}

.u-h-529px {
  height: 529px;
}

.u-h-530px {
  height: 530px;
}

.u-h-531px {
  height: 531px;
}

.u-h-532px {
  height: 532px;
}

.u-h-533px {
  height: 533px;
}

.u-h-534px {
  height: 534px;
}

.u-h-535px {
  height: 535px;
}

.u-h-536px {
  height: 536px;
}

.u-h-537px {
  height: 537px;
}

.u-h-538px {
  height: 538px;
}

.u-h-539px {
  height: 539px;
}

.u-h-540px {
  height: 540px;
}

.u-h-541px {
  height: 541px;
}

.u-h-542px {
  height: 542px;
}

.u-h-543px {
  height: 543px;
}

.u-h-544px {
  height: 544px;
}

.u-h-545px {
  height: 545px;
}

.u-h-546px {
  height: 546px;
}

.u-h-547px {
  height: 547px;
}

.u-h-548px {
  height: 548px;
}

.u-h-549px {
  height: 549px;
}

.u-h-550px {
  height: 550px;
}

.u-h-551px {
  height: 551px;
}

.u-h-552px {
  height: 552px;
}

.u-h-553px {
  height: 553px;
}

.u-h-554px {
  height: 554px;
}

.u-h-555px {
  height: 555px;
}

.u-h-556px {
  height: 556px;
}

.u-h-557px {
  height: 557px;
}

.u-h-558px {
  height: 558px;
}

.u-h-559px {
  height: 559px;
}

.u-h-560px {
  height: 560px;
}

.u-h-561px {
  height: 561px;
}

.u-h-562px {
  height: 562px;
}

.u-h-563px {
  height: 563px;
}

.u-h-564px {
  height: 564px;
}

.u-h-565px {
  height: 565px;
}

.u-h-566px {
  height: 566px;
}

.u-h-567px {
  height: 567px;
}

.u-h-568px {
  height: 568px;
}

.u-h-569px {
  height: 569px;
}

.u-h-570px {
  height: 570px;
}

.u-h-571px {
  height: 571px;
}

.u-h-572px {
  height: 572px;
}

.u-h-573px {
  height: 573px;
}

.u-h-574px {
  height: 574px;
}

.u-h-575px {
  height: 575px;
}

.u-h-576px {
  height: 576px;
}

.u-h-577px {
  height: 577px;
}

.u-h-578px {
  height: 578px;
}

.u-h-579px {
  height: 579px;
}

.u-h-580px {
  height: 580px;
}

.u-h-581px {
  height: 581px;
}

.u-h-582px {
  height: 582px;
}

.u-h-583px {
  height: 583px;
}

.u-h-584px {
  height: 584px;
}

.u-h-585px {
  height: 585px;
}

.u-h-586px {
  height: 586px;
}

.u-h-587px {
  height: 587px;
}

.u-h-588px {
  height: 588px;
}

.u-h-589px {
  height: 589px;
}

.u-h-590px {
  height: 590px;
}

.u-h-591px {
  height: 591px;
}

.u-h-592px {
  height: 592px;
}

.u-h-593px {
  height: 593px;
}

.u-h-594px {
  height: 594px;
}

.u-h-595px {
  height: 595px;
}

.u-h-596px {
  height: 596px;
}

.u-h-597px {
  height: 597px;
}

.u-h-598px {
  height: 598px;
}

.u-h-599px {
  height: 599px;
}

.u-h-600px {
  height: 600px;
}

.u-h-601px {
  height: 601px;
}

.u-h-602px {
  height: 602px;
}

.u-h-603px {
  height: 603px;
}

.u-h-604px {
  height: 604px;
}

.u-h-605px {
  height: 605px;
}

.u-h-606px {
  height: 606px;
}

.u-h-607px {
  height: 607px;
}

.u-h-608px {
  height: 608px;
}

.u-h-609px {
  height: 609px;
}

.u-h-610px {
  height: 610px;
}

.u-h-611px {
  height: 611px;
}

.u-h-612px {
  height: 612px;
}

.u-h-613px {
  height: 613px;
}

.u-h-614px {
  height: 614px;
}

.u-h-615px {
  height: 615px;
}

.u-h-616px {
  height: 616px;
}

.u-h-617px {
  height: 617px;
}

.u-h-618px {
  height: 618px;
}

.u-h-619px {
  height: 619px;
}

.u-h-620px {
  height: 620px;
}

.u-h-621px {
  height: 621px;
}

.u-h-622px {
  height: 622px;
}

.u-h-623px {
  height: 623px;
}

.u-h-624px {
  height: 624px;
}

.u-h-625px {
  height: 625px;
}

.u-h-626px {
  height: 626px;
}

.u-h-627px {
  height: 627px;
}

.u-h-628px {
  height: 628px;
}

.u-h-629px {
  height: 629px;
}

.u-h-630px {
  height: 630px;
}

.u-h-631px {
  height: 631px;
}

.u-h-632px {
  height: 632px;
}

.u-h-633px {
  height: 633px;
}

.u-h-634px {
  height: 634px;
}

.u-h-635px {
  height: 635px;
}

.u-h-636px {
  height: 636px;
}

.u-h-637px {
  height: 637px;
}

.u-h-638px {
  height: 638px;
}

.u-h-639px {
  height: 639px;
}

.u-h-640px {
  height: 640px;
}

.u-h-641px {
  height: 641px;
}

.u-h-642px {
  height: 642px;
}

.u-h-643px {
  height: 643px;
}

.u-h-644px {
  height: 644px;
}

.u-h-645px {
  height: 645px;
}

.u-h-646px {
  height: 646px;
}

.u-h-647px {
  height: 647px;
}

.u-h-648px {
  height: 648px;
}

.u-h-649px {
  height: 649px;
}

.u-h-650px {
  height: 650px;
}

.u-h-651px {
  height: 651px;
}

.u-h-652px {
  height: 652px;
}

.u-h-653px {
  height: 653px;
}

.u-h-654px {
  height: 654px;
}

.u-h-655px {
  height: 655px;
}

.u-h-656px {
  height: 656px;
}

.u-h-657px {
  height: 657px;
}

.u-h-658px {
  height: 658px;
}

.u-h-659px {
  height: 659px;
}

.u-h-660px {
  height: 660px;
}

.u-h-661px {
  height: 661px;
}

.u-h-662px {
  height: 662px;
}

.u-h-663px {
  height: 663px;
}

.u-h-664px {
  height: 664px;
}

.u-h-665px {
  height: 665px;
}

.u-h-666px {
  height: 666px;
}

.u-h-667px {
  height: 667px;
}

.u-h-668px {
  height: 668px;
}

.u-h-669px {
  height: 669px;
}

.u-h-670px {
  height: 670px;
}

.u-h-671px {
  height: 671px;
}

.u-h-672px {
  height: 672px;
}

.u-h-673px {
  height: 673px;
}

.u-h-674px {
  height: 674px;
}

.u-h-675px {
  height: 675px;
}

.u-h-676px {
  height: 676px;
}

.u-h-677px {
  height: 677px;
}

.u-h-678px {
  height: 678px;
}

.u-h-679px {
  height: 679px;
}

.u-h-680px {
  height: 680px;
}

.u-h-681px {
  height: 681px;
}

.u-h-682px {
  height: 682px;
}

.u-h-683px {
  height: 683px;
}

.u-h-684px {
  height: 684px;
}

.u-h-685px {
  height: 685px;
}

.u-h-686px {
  height: 686px;
}

.u-h-687px {
  height: 687px;
}

.u-h-688px {
  height: 688px;
}

.u-h-689px {
  height: 689px;
}

.u-h-690px {
  height: 690px;
}

.u-h-691px {
  height: 691px;
}

.u-h-692px {
  height: 692px;
}

.u-h-693px {
  height: 693px;
}

.u-h-694px {
  height: 694px;
}

.u-h-695px {
  height: 695px;
}

.u-h-696px {
  height: 696px;
}

.u-h-697px {
  height: 697px;
}

.u-h-698px {
  height: 698px;
}

.u-h-699px {
  height: 699px;
}

.u-h-700px {
  height: 700px;
}

.u-h-701px {
  height: 701px;
}

.u-h-702px {
  height: 702px;
}

.u-h-703px {
  height: 703px;
}

.u-h-704px {
  height: 704px;
}

.u-h-705px {
  height: 705px;
}

.u-h-706px {
  height: 706px;
}

.u-h-707px {
  height: 707px;
}

.u-h-708px {
  height: 708px;
}

.u-h-709px {
  height: 709px;
}

.u-h-710px {
  height: 710px;
}

.u-h-711px {
  height: 711px;
}

.u-h-712px {
  height: 712px;
}

.u-h-713px {
  height: 713px;
}

.u-h-714px {
  height: 714px;
}

.u-h-715px {
  height: 715px;
}

.u-h-716px {
  height: 716px;
}

.u-h-717px {
  height: 717px;
}

.u-h-718px {
  height: 718px;
}

.u-h-719px {
  height: 719px;
}

.u-h-720px {
  height: 720px;
}

.u-h-721px {
  height: 721px;
}

.u-h-722px {
  height: 722px;
}

.u-h-723px {
  height: 723px;
}

.u-h-724px {
  height: 724px;
}

.u-h-725px {
  height: 725px;
}

.u-h-726px {
  height: 726px;
}

.u-h-727px {
  height: 727px;
}

.u-h-728px {
  height: 728px;
}

.u-h-729px {
  height: 729px;
}

.u-h-730px {
  height: 730px;
}

.u-h-731px {
  height: 731px;
}

.u-h-732px {
  height: 732px;
}

.u-h-733px {
  height: 733px;
}

.u-h-734px {
  height: 734px;
}

.u-h-735px {
  height: 735px;
}

.u-h-736px {
  height: 736px;
}

.u-h-737px {
  height: 737px;
}

.u-h-738px {
  height: 738px;
}

.u-h-739px {
  height: 739px;
}

.u-h-740px {
  height: 740px;
}

.u-h-741px {
  height: 741px;
}

.u-h-742px {
  height: 742px;
}

.u-h-743px {
  height: 743px;
}

.u-h-744px {
  height: 744px;
}

.u-h-745px {
  height: 745px;
}

.u-h-746px {
  height: 746px;
}

.u-h-747px {
  height: 747px;
}

.u-h-748px {
  height: 748px;
}

.u-h-749px {
  height: 749px;
}

.u-h-750px {
  height: 750px;
}

.u-h-751px {
  height: 751px;
}

.u-h-752px {
  height: 752px;
}

.u-h-753px {
  height: 753px;
}

.u-h-754px {
  height: 754px;
}

.u-h-755px {
  height: 755px;
}

.u-h-756px {
  height: 756px;
}

.u-h-757px {
  height: 757px;
}

.u-h-758px {
  height: 758px;
}

.u-h-759px {
  height: 759px;
}

.u-h-760px {
  height: 760px;
}

.u-h-761px {
  height: 761px;
}

.u-h-762px {
  height: 762px;
}

.u-h-763px {
  height: 763px;
}

.u-h-764px {
  height: 764px;
}

.u-h-765px {
  height: 765px;
}

.u-h-766px {
  height: 766px;
}

.u-h-767px {
  height: 767px;
}

.u-h-768px {
  height: 768px;
}

.u-h-769px {
  height: 769px;
}

.u-h-770px {
  height: 770px;
}

.u-h-771px {
  height: 771px;
}

.u-h-772px {
  height: 772px;
}

.u-h-773px {
  height: 773px;
}

.u-h-774px {
  height: 774px;
}

.u-h-775px {
  height: 775px;
}

.u-h-776px {
  height: 776px;
}

.u-h-777px {
  height: 777px;
}

.u-h-778px {
  height: 778px;
}

.u-h-779px {
  height: 779px;
}

.u-h-780px {
  height: 780px;
}

.u-h-781px {
  height: 781px;
}

.u-h-782px {
  height: 782px;
}

.u-h-783px {
  height: 783px;
}

.u-h-784px {
  height: 784px;
}

.u-h-785px {
  height: 785px;
}

.u-h-786px {
  height: 786px;
}

.u-h-787px {
  height: 787px;
}

.u-h-788px {
  height: 788px;
}

.u-h-789px {
  height: 789px;
}

.u-h-790px {
  height: 790px;
}

.u-h-791px {
  height: 791px;
}

.u-h-792px {
  height: 792px;
}

.u-h-793px {
  height: 793px;
}

.u-h-794px {
  height: 794px;
}

.u-h-795px {
  height: 795px;
}

.u-h-796px {
  height: 796px;
}

.u-h-797px {
  height: 797px;
}

.u-h-798px {
  height: 798px;
}

.u-h-799px {
  height: 799px;
}

.u-h-800px {
  height: 800px;
}

.u-h-801px {
  height: 801px;
}

.u-h-802px {
  height: 802px;
}

.u-h-803px {
  height: 803px;
}

.u-h-804px {
  height: 804px;
}

.u-h-805px {
  height: 805px;
}

.u-h-806px {
  height: 806px;
}

.u-h-807px {
  height: 807px;
}

.u-h-808px {
  height: 808px;
}

.u-h-809px {
  height: 809px;
}

.u-h-810px {
  height: 810px;
}

.u-h-811px {
  height: 811px;
}

.u-h-812px {
  height: 812px;
}

.u-h-813px {
  height: 813px;
}

.u-h-814px {
  height: 814px;
}

.u-h-815px {
  height: 815px;
}

.u-h-816px {
  height: 816px;
}

.u-h-817px {
  height: 817px;
}

.u-h-818px {
  height: 818px;
}

.u-h-819px {
  height: 819px;
}

.u-h-820px {
  height: 820px;
}

.u-h-821px {
  height: 821px;
}

.u-h-822px {
  height: 822px;
}

.u-h-823px {
  height: 823px;
}

.u-h-824px {
  height: 824px;
}

.u-h-825px {
  height: 825px;
}

.u-h-826px {
  height: 826px;
}

.u-h-827px {
  height: 827px;
}

.u-h-828px {
  height: 828px;
}

.u-h-829px {
  height: 829px;
}

.u-h-830px {
  height: 830px;
}

.u-h-831px {
  height: 831px;
}

.u-h-832px {
  height: 832px;
}

.u-h-833px {
  height: 833px;
}

.u-h-834px {
  height: 834px;
}

.u-h-835px {
  height: 835px;
}

.u-h-836px {
  height: 836px;
}

.u-h-837px {
  height: 837px;
}

.u-h-838px {
  height: 838px;
}

.u-h-839px {
  height: 839px;
}

.u-h-840px {
  height: 840px;
}

.u-h-841px {
  height: 841px;
}

.u-h-842px {
  height: 842px;
}

.u-h-843px {
  height: 843px;
}

.u-h-844px {
  height: 844px;
}

.u-h-845px {
  height: 845px;
}

.u-h-846px {
  height: 846px;
}

.u-h-847px {
  height: 847px;
}

.u-h-848px {
  height: 848px;
}

.u-h-849px {
  height: 849px;
}

.u-h-850px {
  height: 850px;
}

.u-h-851px {
  height: 851px;
}

.u-h-852px {
  height: 852px;
}

.u-h-853px {
  height: 853px;
}

.u-h-854px {
  height: 854px;
}

.u-h-855px {
  height: 855px;
}

.u-h-856px {
  height: 856px;
}

.u-h-857px {
  height: 857px;
}

.u-h-858px {
  height: 858px;
}

.u-h-859px {
  height: 859px;
}

.u-h-860px {
  height: 860px;
}

.u-h-861px {
  height: 861px;
}

.u-h-862px {
  height: 862px;
}

.u-h-863px {
  height: 863px;
}

.u-h-864px {
  height: 864px;
}

.u-h-865px {
  height: 865px;
}

.u-h-866px {
  height: 866px;
}

.u-h-867px {
  height: 867px;
}

.u-h-868px {
  height: 868px;
}

.u-h-869px {
  height: 869px;
}

.u-h-870px {
  height: 870px;
}

.u-h-871px {
  height: 871px;
}

.u-h-872px {
  height: 872px;
}

.u-h-873px {
  height: 873px;
}

.u-h-874px {
  height: 874px;
}

.u-h-875px {
  height: 875px;
}

.u-h-876px {
  height: 876px;
}

.u-h-877px {
  height: 877px;
}

.u-h-878px {
  height: 878px;
}

.u-h-879px {
  height: 879px;
}

.u-h-880px {
  height: 880px;
}

.u-h-881px {
  height: 881px;
}

.u-h-882px {
  height: 882px;
}

.u-h-883px {
  height: 883px;
}

.u-h-884px {
  height: 884px;
}

.u-h-885px {
  height: 885px;
}

.u-h-886px {
  height: 886px;
}

.u-h-887px {
  height: 887px;
}

.u-h-888px {
  height: 888px;
}

.u-h-889px {
  height: 889px;
}

.u-h-890px {
  height: 890px;
}

.u-h-891px {
  height: 891px;
}

.u-h-892px {
  height: 892px;
}

.u-h-893px {
  height: 893px;
}

.u-h-894px {
  height: 894px;
}

.u-h-895px {
  height: 895px;
}

.u-h-896px {
  height: 896px;
}

.u-h-897px {
  height: 897px;
}

.u-h-898px {
  height: 898px;
}

.u-h-899px {
  height: 899px;
}

.u-h-900px {
  height: 900px;
}

.u-h-901px {
  height: 901px;
}

.u-h-902px {
  height: 902px;
}

.u-h-903px {
  height: 903px;
}

.u-h-904px {
  height: 904px;
}

.u-h-905px {
  height: 905px;
}

.u-h-906px {
  height: 906px;
}

.u-h-907px {
  height: 907px;
}

.u-h-908px {
  height: 908px;
}

.u-h-909px {
  height: 909px;
}

.u-h-910px {
  height: 910px;
}

.u-h-911px {
  height: 911px;
}

.u-h-912px {
  height: 912px;
}

.u-h-913px {
  height: 913px;
}

.u-h-914px {
  height: 914px;
}

.u-h-915px {
  height: 915px;
}

.u-h-916px {
  height: 916px;
}

.u-h-917px {
  height: 917px;
}

.u-h-918px {
  height: 918px;
}

.u-h-919px {
  height: 919px;
}

.u-h-920px {
  height: 920px;
}

.u-h-921px {
  height: 921px;
}

.u-h-922px {
  height: 922px;
}

.u-h-923px {
  height: 923px;
}

.u-h-924px {
  height: 924px;
}

.u-h-925px {
  height: 925px;
}

.u-h-926px {
  height: 926px;
}

.u-h-927px {
  height: 927px;
}

.u-h-928px {
  height: 928px;
}

.u-h-929px {
  height: 929px;
}

.u-h-930px {
  height: 930px;
}

.u-h-931px {
  height: 931px;
}

.u-h-932px {
  height: 932px;
}

.u-h-933px {
  height: 933px;
}

.u-h-934px {
  height: 934px;
}

.u-h-935px {
  height: 935px;
}

.u-h-936px {
  height: 936px;
}

.u-h-937px {
  height: 937px;
}

.u-h-938px {
  height: 938px;
}

.u-h-939px {
  height: 939px;
}

.u-h-940px {
  height: 940px;
}

.u-h-941px {
  height: 941px;
}

.u-h-942px {
  height: 942px;
}

.u-h-943px {
  height: 943px;
}

.u-h-944px {
  height: 944px;
}

.u-h-945px {
  height: 945px;
}

.u-h-946px {
  height: 946px;
}

.u-h-947px {
  height: 947px;
}

.u-h-948px {
  height: 948px;
}

.u-h-949px {
  height: 949px;
}

.u-h-950px {
  height: 950px;
}

.u-h-951px {
  height: 951px;
}

.u-h-952px {
  height: 952px;
}

.u-h-953px {
  height: 953px;
}

.u-h-954px {
  height: 954px;
}

.u-h-955px {
  height: 955px;
}

.u-h-956px {
  height: 956px;
}

.u-h-957px {
  height: 957px;
}

.u-h-958px {
  height: 958px;
}

.u-h-959px {
  height: 959px;
}

.u-h-960px {
  height: 960px;
}

.u-h-961px {
  height: 961px;
}

.u-h-962px {
  height: 962px;
}

.u-h-963px {
  height: 963px;
}

.u-h-964px {
  height: 964px;
}

.u-h-965px {
  height: 965px;
}

.u-h-966px {
  height: 966px;
}

.u-h-967px {
  height: 967px;
}

.u-h-968px {
  height: 968px;
}

.u-h-969px {
  height: 969px;
}

.u-h-970px {
  height: 970px;
}

.u-h-971px {
  height: 971px;
}

.u-h-972px {
  height: 972px;
}

.u-h-973px {
  height: 973px;
}

.u-h-974px {
  height: 974px;
}

.u-h-975px {
  height: 975px;
}

.u-h-976px {
  height: 976px;
}

.u-h-977px {
  height: 977px;
}

.u-h-978px {
  height: 978px;
}

.u-h-979px {
  height: 979px;
}

.u-h-980px {
  height: 980px;
}

.u-h-981px {
  height: 981px;
}

.u-h-982px {
  height: 982px;
}

.u-h-983px {
  height: 983px;
}

.u-h-984px {
  height: 984px;
}

.u-h-985px {
  height: 985px;
}

.u-h-986px {
  height: 986px;
}

.u-h-987px {
  height: 987px;
}

.u-h-988px {
  height: 988px;
}

.u-h-989px {
  height: 989px;
}

.u-h-990px {
  height: 990px;
}

.u-h-991px {
  height: 991px;
}

.u-h-992px {
  height: 992px;
}

.u-h-993px {
  height: 993px;
}

.u-h-994px {
  height: 994px;
}

.u-h-995px {
  height: 995px;
}

.u-h-996px {
  height: 996px;
}

.u-h-997px {
  height: 997px;
}

.u-h-998px {
  height: 998px;
}

.u-h-999px {
  height: 999px;
}

.u-h-1000px {
  height: 1000px;
}

.u-w-0px {
  width: 0px;
}

.u-w-0per {
  width: 0%;
}

.u-w-1px {
  width: 1px;
}

.u-w-1per {
  width: 1%;
}

.u-w-2px {
  width: 2px;
}

.u-w-2per {
  width: 2%;
}

.u-w-3px {
  width: 3px;
}

.u-w-3per {
  width: 3%;
}

.u-w-4px {
  width: 4px;
}

.u-w-4per {
  width: 4%;
}

.u-w-5px {
  width: 5px;
}

.u-w-5per {
  width: 5%;
}

.u-w-6px {
  width: 6px;
}

.u-w-6per {
  width: 6%;
}

.u-w-7px {
  width: 7px;
}

.u-w-7per {
  width: 7%;
}

.u-w-8px {
  width: 8px;
}

.u-w-8per {
  width: 8%;
}

.u-w-9px {
  width: 9px;
}

.u-w-9per {
  width: 9%;
}

.u-w-10px {
  width: 10px;
}

.u-w-10per {
  width: 10%;
}

.u-w-11px {
  width: 11px;
}

.u-w-11per {
  width: 11%;
}

.u-w-12px {
  width: 12px;
}

.u-w-12per {
  width: 12%;
}

.u-w-13px {
  width: 13px;
}

.u-w-13per {
  width: 13%;
}

.u-w-14px {
  width: 14px;
}

.u-w-14per {
  width: 14%;
}

.u-w-15px {
  width: 15px;
}

.u-w-15per {
  width: 15%;
}

.u-w-16px {
  width: 16px;
}

.u-w-16per {
  width: 16%;
}

.u-w-17px {
  width: 17px;
}

.u-w-17per {
  width: 17%;
}

.u-w-18px {
  width: 18px;
}

.u-w-18per {
  width: 18%;
}

.u-w-19px {
  width: 19px;
}

.u-w-19per {
  width: 19%;
}

.u-w-20px {
  width: 20px;
}

.u-w-20per {
  width: 20%;
}

.u-w-21px {
  width: 21px;
}

.u-w-21per {
  width: 21%;
}

.u-w-22px {
  width: 22px;
}

.u-w-22per {
  width: 22%;
}

.u-w-23px {
  width: 23px;
}

.u-w-23per {
  width: 23%;
}

.u-w-24px {
  width: 24px;
}

.u-w-24per {
  width: 24%;
}

.u-w-25px {
  width: 25px;
}

.u-w-25per {
  width: 25%;
}

.u-w-26px {
  width: 26px;
}

.u-w-26per {
  width: 26%;
}

.u-w-27px {
  width: 27px;
}

.u-w-27per {
  width: 27%;
}

.u-w-28px {
  width: 28px;
}

.u-w-28per {
  width: 28%;
}

.u-w-29px {
  width: 29px;
}

.u-w-29per {
  width: 29%;
}

.u-w-30px {
  width: 30px;
}

.u-w-30per {
  width: 30%;
}

.u-w-31px {
  width: 31px;
}

.u-w-31per {
  width: 31%;
}

.u-w-32px {
  width: 32px;
}

.u-w-32per {
  width: 32%;
}

.u-w-33px {
  width: 33px;
}

.u-w-33per {
  width: 33%;
}

.u-w-34px {
  width: 34px;
}

.u-w-34per {
  width: 34%;
}

.u-w-35px {
  width: 35px;
}

.u-w-35per {
  width: 35%;
}

.u-w-36px {
  width: 36px;
}

.u-w-36per {
  width: 36%;
}

.u-w-37px {
  width: 37px;
}

.u-w-37per {
  width: 37%;
}

.u-w-38px {
  width: 38px;
}

.u-w-38per {
  width: 38%;
}

.u-w-39px {
  width: 39px;
}

.u-w-39per {
  width: 39%;
}

.u-w-40px {
  width: 40px;
}

.u-w-40per {
  width: 40%;
}

.u-w-41px {
  width: 41px;
}

.u-w-41per {
  width: 41%;
}

.u-w-42px {
  width: 42px;
}

.u-w-42per {
  width: 42%;
}

.u-w-43px {
  width: 43px;
}

.u-w-43per {
  width: 43%;
}

.u-w-44px {
  width: 44px;
}

.u-w-44per {
  width: 44%;
}

.u-w-45px {
  width: 45px;
}

.u-w-45per {
  width: 45%;
}

.u-w-46px {
  width: 46px;
}

.u-w-46per {
  width: 46%;
}

.u-w-47px {
  width: 47px;
}

.u-w-47per {
  width: 47%;
}

.u-w-48px {
  width: 48px;
}

.u-w-48per {
  width: 48%;
}

.u-w-49px {
  width: 49px;
}

.u-w-49per {
  width: 49%;
}

.u-w-50px {
  width: 50px;
}

.u-w-50per {
  width: 50%;
}

.u-w-51px {
  width: 51px;
}

.u-w-51per {
  width: 51%;
}

.u-w-52px {
  width: 52px;
}

.u-w-52per {
  width: 52%;
}

.u-w-53px {
  width: 53px;
}

.u-w-53per {
  width: 53%;
}

.u-w-54px {
  width: 54px;
}

.u-w-54per {
  width: 54%;
}

.u-w-55px {
  width: 55px;
}

.u-w-55per {
  width: 55%;
}

.u-w-56px {
  width: 56px;
}

.u-w-56per {
  width: 56%;
}

.u-w-57px {
  width: 57px;
}

.u-w-57per {
  width: 57%;
}

.u-w-58px {
  width: 58px;
}

.u-w-58per {
  width: 58%;
}

.u-w-59px {
  width: 59px;
}

.u-w-59per {
  width: 59%;
}

.u-w-60px {
  width: 60px;
}

.u-w-60per {
  width: 60%;
}

.u-w-61px {
  width: 61px;
}

.u-w-61per {
  width: 61%;
}

.u-w-62px {
  width: 62px;
}

.u-w-62per {
  width: 62%;
}

.u-w-63px {
  width: 63px;
}

.u-w-63per {
  width: 63%;
}

.u-w-64px {
  width: 64px;
}

.u-w-64per {
  width: 64%;
}

.u-w-65px {
  width: 65px;
}

.u-w-65per {
  width: 65%;
}

.u-w-66px {
  width: 66px;
}

.u-w-66per {
  width: 66%;
}

.u-w-67px {
  width: 67px;
}

.u-w-67per {
  width: 67%;
}

.u-w-68px {
  width: 68px;
}

.u-w-68per {
  width: 68%;
}

.u-w-69px {
  width: 69px;
}

.u-w-69per {
  width: 69%;
}

.u-w-70px {
  width: 70px;
}

.u-w-70per {
  width: 70%;
}

.u-w-71px {
  width: 71px;
}

.u-w-71per {
  width: 71%;
}

.u-w-72px {
  width: 72px;
}

.u-w-72per {
  width: 72%;
}

.u-w-73px {
  width: 73px;
}

.u-w-73per {
  width: 73%;
}

.u-w-74px {
  width: 74px;
}

.u-w-74per {
  width: 74%;
}

.u-w-75px {
  width: 75px;
}

.u-w-75per {
  width: 75%;
}

.u-w-76px {
  width: 76px;
}

.u-w-76per {
  width: 76%;
}

.u-w-77px {
  width: 77px;
}

.u-w-77per {
  width: 77%;
}

.u-w-78px {
  width: 78px;
}

.u-w-78per {
  width: 78%;
}

.u-w-79px {
  width: 79px;
}

.u-w-79per {
  width: 79%;
}

.u-w-80px {
  width: 80px;
}

.u-w-80per {
  width: 80%;
}

.u-w-81px {
  width: 81px;
}

.u-w-81per {
  width: 81%;
}

.u-w-82px {
  width: 82px;
}

.u-w-82per {
  width: 82%;
}

.u-w-83px {
  width: 83px;
}

.u-w-83per {
  width: 83%;
}

.u-w-84px {
  width: 84px;
}

.u-w-84per {
  width: 84%;
}

.u-w-85px {
  width: 85px;
}

.u-w-85per {
  width: 85%;
}

.u-w-86px {
  width: 86px;
}

.u-w-86per {
  width: 86%;
}

.u-w-87px {
  width: 87px;
}

.u-w-87per {
  width: 87%;
}

.u-w-88px {
  width: 88px;
}

.u-w-88per {
  width: 88%;
}

.u-w-89px {
  width: 89px;
}

.u-w-89per {
  width: 89%;
}

.u-w-90px {
  width: 90px;
}

.u-w-90per {
  width: 90%;
}

.u-w-91px {
  width: 91px;
}

.u-w-91per {
  width: 91%;
}

.u-w-92px {
  width: 92px;
}

.u-w-92per {
  width: 92%;
}

.u-w-93px {
  width: 93px;
}

.u-w-93per {
  width: 93%;
}

.u-w-94px {
  width: 94px;
}

.u-w-94per {
  width: 94%;
}

.u-w-95px {
  width: 95px;
}

.u-w-95per {
  width: 95%;
}

.u-w-96px {
  width: 96px;
}

.u-w-96per {
  width: 96%;
}

.u-w-97px {
  width: 97px;
}

.u-w-97per {
  width: 97%;
}

.u-w-98px {
  width: 98px;
}

.u-w-98per {
  width: 98%;
}

.u-w-99px {
  width: 99px;
}

.u-w-99per {
  width: 99%;
}

.u-w-100px {
  width: 100px;
}

.u-w-100per {
  width: 100%;
}

.u-w-101px {
  width: 101px;
}

.u-w-101per {
  width: 101%;
}

.u-w-102px {
  width: 102px;
}

.u-w-102per {
  width: 102%;
}

.u-w-103px {
  width: 103px;
}

.u-w-103per {
  width: 103%;
}

.u-w-104px {
  width: 104px;
}

.u-w-104per {
  width: 104%;
}

.u-w-105px {
  width: 105px;
}

.u-w-105per {
  width: 105%;
}

.u-w-106px {
  width: 106px;
}

.u-w-106per {
  width: 106%;
}

.u-w-107px {
  width: 107px;
}

.u-w-107per {
  width: 107%;
}

.u-w-108px {
  width: 108px;
}

.u-w-108per {
  width: 108%;
}

.u-w-109px {
  width: 109px;
}

.u-w-109per {
  width: 109%;
}

.u-w-110px {
  width: 110px;
}

.u-w-110per {
  width: 110%;
}

.u-w-111px {
  width: 111px;
}

.u-w-111per {
  width: 111%;
}

.u-w-112px {
  width: 112px;
}

.u-w-112per {
  width: 112%;
}

.u-w-113px {
  width: 113px;
}

.u-w-113per {
  width: 113%;
}

.u-w-114px {
  width: 114px;
}

.u-w-114per {
  width: 114%;
}

.u-w-115px {
  width: 115px;
}

.u-w-115per {
  width: 115%;
}

.u-w-116px {
  width: 116px;
}

.u-w-116per {
  width: 116%;
}

.u-w-117px {
  width: 117px;
}

.u-w-117per {
  width: 117%;
}

.u-w-118px {
  width: 118px;
}

.u-w-118per {
  width: 118%;
}

.u-w-119px {
  width: 119px;
}

.u-w-119per {
  width: 119%;
}

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

.u-w-120per {
  width: 120%;
}

.u-w-121px {
  width: 121px;
}

.u-w-121per {
  width: 121%;
}

.u-w-122px {
  width: 122px;
}

.u-w-122per {
  width: 122%;
}

.u-w-123px {
  width: 123px;
}

.u-w-123per {
  width: 123%;
}

.u-w-124px {
  width: 124px;
}

.u-w-124per {
  width: 124%;
}

.u-w-125px {
  width: 125px;
}

.u-w-125per {
  width: 125%;
}

.u-w-126px {
  width: 126px;
}

.u-w-126per {
  width: 126%;
}

.u-w-127px {
  width: 127px;
}

.u-w-127per {
  width: 127%;
}

.u-w-128px {
  width: 128px;
}

.u-w-128per {
  width: 128%;
}

.u-w-129px {
  width: 129px;
}

.u-w-129per {
  width: 129%;
}

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

.u-w-130per {
  width: 130%;
}

.u-w-131px {
  width: 131px;
}

.u-w-131per {
  width: 131%;
}

.u-w-132px {
  width: 132px;
}

.u-w-132per {
  width: 132%;
}

.u-w-133px {
  width: 133px;
}

.u-w-133per {
  width: 133%;
}

.u-w-134px {
  width: 134px;
}

.u-w-134per {
  width: 134%;
}

.u-w-135px {
  width: 135px;
}

.u-w-135per {
  width: 135%;
}

.u-w-136px {
  width: 136px;
}

.u-w-136per {
  width: 136%;
}

.u-w-137px {
  width: 137px;
}

.u-w-137per {
  width: 137%;
}

.u-w-138px {
  width: 138px;
}

.u-w-138per {
  width: 138%;
}

.u-w-139px {
  width: 139px;
}

.u-w-139per {
  width: 139%;
}

.u-w-140px {
  width: 140px;
}

.u-w-140per {
  width: 140%;
}

.u-w-141px {
  width: 141px;
}

.u-w-141per {
  width: 141%;
}

.u-w-142px {
  width: 142px;
}

.u-w-142per {
  width: 142%;
}

.u-w-143px {
  width: 143px;
}

.u-w-143per {
  width: 143%;
}

.u-w-144px {
  width: 144px;
}

.u-w-144per {
  width: 144%;
}

.u-w-145px {
  width: 145px;
}

.u-w-145per {
  width: 145%;
}

.u-w-146px {
  width: 146px;
}

.u-w-146per {
  width: 146%;
}

.u-w-147px {
  width: 147px;
}

.u-w-147per {
  width: 147%;
}

.u-w-148px {
  width: 148px;
}

.u-w-148per {
  width: 148%;
}

.u-w-149px {
  width: 149px;
}

.u-w-149per {
  width: 149%;
}

.u-w-150px {
  width: 150px;
}

.u-w-150per {
  width: 150%;
}

.u-w-151px {
  width: 151px;
}

.u-w-151per {
  width: 151%;
}

.u-w-152px {
  width: 152px;
}

.u-w-152per {
  width: 152%;
}

.u-w-153px {
  width: 153px;
}

.u-w-153per {
  width: 153%;
}

.u-w-154px {
  width: 154px;
}

.u-w-154per {
  width: 154%;
}

.u-w-155px {
  width: 155px;
}

.u-w-155per {
  width: 155%;
}

.u-w-156px {
  width: 156px;
}

.u-w-156per {
  width: 156%;
}

.u-w-157px {
  width: 157px;
}

.u-w-157per {
  width: 157%;
}

.u-w-158px {
  width: 158px;
}

.u-w-158per {
  width: 158%;
}

.u-w-159px {
  width: 159px;
}

.u-w-159per {
  width: 159%;
}

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

.u-w-160per {
  width: 160%;
}

.u-w-161px {
  width: 161px;
}

.u-w-161per {
  width: 161%;
}

.u-w-162px {
  width: 162px;
}

.u-w-162per {
  width: 162%;
}

.u-w-163px {
  width: 163px;
}

.u-w-163per {
  width: 163%;
}

.u-w-164px {
  width: 164px;
}

.u-w-164per {
  width: 164%;
}

.u-w-165px {
  width: 165px;
}

.u-w-165per {
  width: 165%;
}

.u-w-166px {
  width: 166px;
}

.u-w-166per {
  width: 166%;
}

.u-w-167px {
  width: 167px;
}

.u-w-167per {
  width: 167%;
}

.u-w-168px {
  width: 168px;
}

.u-w-168per {
  width: 168%;
}

.u-w-169px {
  width: 169px;
}

.u-w-169per {
  width: 169%;
}

.u-w-170px {
  width: 170px;
}

.u-w-170per {
  width: 170%;
}

.u-w-171px {
  width: 171px;
}

.u-w-171per {
  width: 171%;
}

.u-w-172px {
  width: 172px;
}

.u-w-172per {
  width: 172%;
}

.u-w-173px {
  width: 173px;
}

.u-w-173per {
  width: 173%;
}

.u-w-174px {
  width: 174px;
}

.u-w-174per {
  width: 174%;
}

.u-w-175px {
  width: 175px;
}

.u-w-175per {
  width: 175%;
}

.u-w-176px {
  width: 176px;
}

.u-w-176per {
  width: 176%;
}

.u-w-177px {
  width: 177px;
}

.u-w-177per {
  width: 177%;
}

.u-w-178px {
  width: 178px;
}

.u-w-178per {
  width: 178%;
}

.u-w-179px {
  width: 179px;
}

.u-w-179per {
  width: 179%;
}

.u-w-180px {
  width: 180px;
}

.u-w-180per {
  width: 180%;
}

.u-w-181px {
  width: 181px;
}

.u-w-181per {
  width: 181%;
}

.u-w-182px {
  width: 182px;
}

.u-w-182per {
  width: 182%;
}

.u-w-183px {
  width: 183px;
}

.u-w-183per {
  width: 183%;
}

.u-w-184px {
  width: 184px;
}

.u-w-184per {
  width: 184%;
}

.u-w-185px {
  width: 185px;
}

.u-w-185per {
  width: 185%;
}

.u-w-186px {
  width: 186px;
}

.u-w-186per {
  width: 186%;
}

.u-w-187px {
  width: 187px;
}

.u-w-187per {
  width: 187%;
}

.u-w-188px {
  width: 188px;
}

.u-w-188per {
  width: 188%;
}

.u-w-189px {
  width: 189px;
}

.u-w-189per {
  width: 189%;
}

.u-w-190px {
  width: 190px;
}

.u-w-190per {
  width: 190%;
}

.u-w-191px {
  width: 191px;
}

.u-w-191per {
  width: 191%;
}

.u-w-192px {
  width: 192px;
}

.u-w-192per {
  width: 192%;
}

.u-w-193px {
  width: 193px;
}

.u-w-193per {
  width: 193%;
}

.u-w-194px {
  width: 194px;
}

.u-w-194per {
  width: 194%;
}

.u-w-195px {
  width: 195px;
}

.u-w-195per {
  width: 195%;
}

.u-w-196px {
  width: 196px;
}

.u-w-196per {
  width: 196%;
}

.u-w-197px {
  width: 197px;
}

.u-w-197per {
  width: 197%;
}

.u-w-198px {
  width: 198px;
}

.u-w-198per {
  width: 198%;
}

.u-w-199px {
  width: 199px;
}

.u-w-199per {
  width: 199%;
}

.u-w-200px {
  width: 200px;
}

.u-w-200per {
  width: 200%;
}

.u-w-201px {
  width: 201px;
}

.u-w-201per {
  width: 201%;
}

.u-w-202px {
  width: 202px;
}

.u-w-202per {
  width: 202%;
}

.u-w-203px {
  width: 203px;
}

.u-w-203per {
  width: 203%;
}

.u-w-204px {
  width: 204px;
}

.u-w-204per {
  width: 204%;
}

.u-w-205px {
  width: 205px;
}

.u-w-205per {
  width: 205%;
}

.u-w-206px {
  width: 206px;
}

.u-w-206per {
  width: 206%;
}

.u-w-207px {
  width: 207px;
}

.u-w-207per {
  width: 207%;
}

.u-w-208px {
  width: 208px;
}

.u-w-208per {
  width: 208%;
}

.u-w-209px {
  width: 209px;
}

.u-w-209per {
  width: 209%;
}

.u-w-210px {
  width: 210px;
}

.u-w-210per {
  width: 210%;
}

.u-w-211px {
  width: 211px;
}

.u-w-211per {
  width: 211%;
}

.u-w-212px {
  width: 212px;
}

.u-w-212per {
  width: 212%;
}

.u-w-213px {
  width: 213px;
}

.u-w-213per {
  width: 213%;
}

.u-w-214px {
  width: 214px;
}

.u-w-214per {
  width: 214%;
}

.u-w-215px {
  width: 215px;
}

.u-w-215per {
  width: 215%;
}

.u-w-216px {
  width: 216px;
}

.u-w-216per {
  width: 216%;
}

.u-w-217px {
  width: 217px;
}

.u-w-217per {
  width: 217%;
}

.u-w-218px {
  width: 218px;
}

.u-w-218per {
  width: 218%;
}

.u-w-219px {
  width: 219px;
}

.u-w-219per {
  width: 219%;
}

.u-w-220px {
  width: 220px;
}

.u-w-220per {
  width: 220%;
}

.u-w-221px {
  width: 221px;
}

.u-w-221per {
  width: 221%;
}

.u-w-222px {
  width: 222px;
}

.u-w-222per {
  width: 222%;
}

.u-w-223px {
  width: 223px;
}

.u-w-223per {
  width: 223%;
}

.u-w-224px {
  width: 224px;
}

.u-w-224per {
  width: 224%;
}

.u-w-225px {
  width: 225px;
}

.u-w-225per {
  width: 225%;
}

.u-w-226px {
  width: 226px;
}

.u-w-226per {
  width: 226%;
}

.u-w-227px {
  width: 227px;
}

.u-w-227per {
  width: 227%;
}

.u-w-228px {
  width: 228px;
}

.u-w-228per {
  width: 228%;
}

.u-w-229px {
  width: 229px;
}

.u-w-229per {
  width: 229%;
}

.u-w-230px {
  width: 230px;
}

.u-w-230per {
  width: 230%;
}

.u-w-231px {
  width: 231px;
}

.u-w-231per {
  width: 231%;
}

.u-w-232px {
  width: 232px;
}

.u-w-232per {
  width: 232%;
}

.u-w-233px {
  width: 233px;
}

.u-w-233per {
  width: 233%;
}

.u-w-234px {
  width: 234px;
}

.u-w-234per {
  width: 234%;
}

.u-w-235px {
  width: 235px;
}

.u-w-235per {
  width: 235%;
}

.u-w-236px {
  width: 236px;
}

.u-w-236per {
  width: 236%;
}

.u-w-237px {
  width: 237px;
}

.u-w-237per {
  width: 237%;
}

.u-w-238px {
  width: 238px;
}

.u-w-238per {
  width: 238%;
}

.u-w-239px {
  width: 239px;
}

.u-w-239per {
  width: 239%;
}

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

.u-w-240per {
  width: 240%;
}

.u-w-241px {
  width: 241px;
}

.u-w-241per {
  width: 241%;
}

.u-w-242px {
  width: 242px;
}

.u-w-242per {
  width: 242%;
}

.u-w-243px {
  width: 243px;
}

.u-w-243per {
  width: 243%;
}

.u-w-244px {
  width: 244px;
}

.u-w-244per {
  width: 244%;
}

.u-w-245px {
  width: 245px;
}

.u-w-245per {
  width: 245%;
}

.u-w-246px {
  width: 246px;
}

.u-w-246per {
  width: 246%;
}

.u-w-247px {
  width: 247px;
}

.u-w-247per {
  width: 247%;
}

.u-w-248px {
  width: 248px;
}

.u-w-248per {
  width: 248%;
}

.u-w-249px {
  width: 249px;
}

.u-w-249per {
  width: 249%;
}

.u-w-250px {
  width: 250px;
}

.u-w-250per {
  width: 250%;
}

.u-max-w-0px {
  max-width: 0px;
}

.u-max-w-0vw {
  max-width: 0vw;
}

.u-max-w-1px {
  max-width: 1px;
}

.u-max-w-1vw {
  max-width: 1vw;
}

.u-max-w-2px {
  max-width: 2px;
}

.u-max-w-2vw {
  max-width: 2vw;
}

.u-max-w-3px {
  max-width: 3px;
}

.u-max-w-3vw {
  max-width: 3vw;
}

.u-max-w-4px {
  max-width: 4px;
}

.u-max-w-4vw {
  max-width: 4vw;
}

.u-max-w-5px {
  max-width: 5px;
}

.u-max-w-5vw {
  max-width: 5vw;
}

.u-max-w-6px {
  max-width: 6px;
}

.u-max-w-6vw {
  max-width: 6vw;
}

.u-max-w-7px {
  max-width: 7px;
}

.u-max-w-7vw {
  max-width: 7vw;
}

.u-max-w-8px {
  max-width: 8px;
}

.u-max-w-8vw {
  max-width: 8vw;
}

.u-max-w-9px {
  max-width: 9px;
}

.u-max-w-9vw {
  max-width: 9vw;
}

.u-max-w-10px {
  max-width: 10px;
}

.u-max-w-10vw {
  max-width: 10vw;
}

.u-max-w-11px {
  max-width: 11px;
}

.u-max-w-11vw {
  max-width: 11vw;
}

.u-max-w-12px {
  max-width: 12px;
}

.u-max-w-12vw {
  max-width: 12vw;
}

.u-max-w-13px {
  max-width: 13px;
}

.u-max-w-13vw {
  max-width: 13vw;
}

.u-max-w-14px {
  max-width: 14px;
}

.u-max-w-14vw {
  max-width: 14vw;
}

.u-max-w-15px {
  max-width: 15px;
}

.u-max-w-15vw {
  max-width: 15vw;
}

.u-max-w-16px {
  max-width: 16px;
}

.u-max-w-16vw {
  max-width: 16vw;
}

.u-max-w-17px {
  max-width: 17px;
}

.u-max-w-17vw {
  max-width: 17vw;
}

.u-max-w-18px {
  max-width: 18px;
}

.u-max-w-18vw {
  max-width: 18vw;
}

.u-max-w-19px {
  max-width: 19px;
}

.u-max-w-19vw {
  max-width: 19vw;
}

.u-max-w-20px {
  max-width: 20px;
}

.u-max-w-20vw {
  max-width: 20vw;
}

.u-max-w-21px {
  max-width: 21px;
}

.u-max-w-21vw {
  max-width: 21vw;
}

.u-max-w-22px {
  max-width: 22px;
}

.u-max-w-22vw {
  max-width: 22vw;
}

.u-max-w-23px {
  max-width: 23px;
}

.u-max-w-23vw {
  max-width: 23vw;
}

.u-max-w-24px {
  max-width: 24px;
}

.u-max-w-24vw {
  max-width: 24vw;
}

.u-max-w-25px {
  max-width: 25px;
}

.u-max-w-25vw {
  max-width: 25vw;
}

.u-max-w-26px {
  max-width: 26px;
}

.u-max-w-26vw {
  max-width: 26vw;
}

.u-max-w-27px {
  max-width: 27px;
}

.u-max-w-27vw {
  max-width: 27vw;
}

.u-max-w-28px {
  max-width: 28px;
}

.u-max-w-28vw {
  max-width: 28vw;
}

.u-max-w-29px {
  max-width: 29px;
}

.u-max-w-29vw {
  max-width: 29vw;
}

.u-max-w-30px {
  max-width: 30px;
}

.u-max-w-30vw {
  max-width: 30vw;
}

.u-max-w-31px {
  max-width: 31px;
}

.u-max-w-31vw {
  max-width: 31vw;
}

.u-max-w-32px {
  max-width: 32px;
}

.u-max-w-32vw {
  max-width: 32vw;
}

.u-max-w-33px {
  max-width: 33px;
}

.u-max-w-33vw {
  max-width: 33vw;
}

.u-max-w-34px {
  max-width: 34px;
}

.u-max-w-34vw {
  max-width: 34vw;
}

.u-max-w-35px {
  max-width: 35px;
}

.u-max-w-35vw {
  max-width: 35vw;
}

.u-max-w-36px {
  max-width: 36px;
}

.u-max-w-36vw {
  max-width: 36vw;
}

.u-max-w-37px {
  max-width: 37px;
}

.u-max-w-37vw {
  max-width: 37vw;
}

.u-max-w-38px {
  max-width: 38px;
}

.u-max-w-38vw {
  max-width: 38vw;
}

.u-max-w-39px {
  max-width: 39px;
}

.u-max-w-39vw {
  max-width: 39vw;
}

.u-max-w-40px {
  max-width: 40px;
}

.u-max-w-40vw {
  max-width: 40vw;
}

.u-max-w-41px {
  max-width: 41px;
}

.u-max-w-41vw {
  max-width: 41vw;
}

.u-max-w-42px {
  max-width: 42px;
}

.u-max-w-42vw {
  max-width: 42vw;
}

.u-max-w-43px {
  max-width: 43px;
}

.u-max-w-43vw {
  max-width: 43vw;
}

.u-max-w-44px {
  max-width: 44px;
}

.u-max-w-44vw {
  max-width: 44vw;
}

.u-max-w-45px {
  max-width: 45px;
}

.u-max-w-45vw {
  max-width: 45vw;
}

.u-max-w-46px {
  max-width: 46px;
}

.u-max-w-46vw {
  max-width: 46vw;
}

.u-max-w-47px {
  max-width: 47px;
}

.u-max-w-47vw {
  max-width: 47vw;
}

.u-max-w-48px {
  max-width: 48px;
}

.u-max-w-48vw {
  max-width: 48vw;
}

.u-max-w-49px {
  max-width: 49px;
}

.u-max-w-49vw {
  max-width: 49vw;
}

.u-max-w-50px {
  max-width: 50px;
}

.u-max-w-50vw {
  max-width: 50vw;
}

.u-max-w-51px {
  max-width: 51px;
}

.u-max-w-51vw {
  max-width: 51vw;
}

.u-max-w-52px {
  max-width: 52px;
}

.u-max-w-52vw {
  max-width: 52vw;
}

.u-max-w-53px {
  max-width: 53px;
}

.u-max-w-53vw {
  max-width: 53vw;
}

.u-max-w-54px {
  max-width: 54px;
}

.u-max-w-54vw {
  max-width: 54vw;
}

.u-max-w-55px {
  max-width: 55px;
}

.u-max-w-55vw {
  max-width: 55vw;
}

.u-max-w-56px {
  max-width: 56px;
}

.u-max-w-56vw {
  max-width: 56vw;
}

.u-max-w-57px {
  max-width: 57px;
}

.u-max-w-57vw {
  max-width: 57vw;
}

.u-max-w-58px {
  max-width: 58px;
}

.u-max-w-58vw {
  max-width: 58vw;
}

.u-max-w-59px {
  max-width: 59px;
}

.u-max-w-59vw {
  max-width: 59vw;
}

.u-max-w-60px {
  max-width: 60px;
}

.u-max-w-60vw {
  max-width: 60vw;
}

.u-max-w-61px {
  max-width: 61px;
}

.u-max-w-61vw {
  max-width: 61vw;
}

.u-max-w-62px {
  max-width: 62px;
}

.u-max-w-62vw {
  max-width: 62vw;
}

.u-max-w-63px {
  max-width: 63px;
}

.u-max-w-63vw {
  max-width: 63vw;
}

.u-max-w-64px {
  max-width: 64px;
}

.u-max-w-64vw {
  max-width: 64vw;
}

.u-max-w-65px {
  max-width: 65px;
}

.u-max-w-65vw {
  max-width: 65vw;
}

.u-max-w-66px {
  max-width: 66px;
}

.u-max-w-66vw {
  max-width: 66vw;
}

.u-max-w-67px {
  max-width: 67px;
}

.u-max-w-67vw {
  max-width: 67vw;
}

.u-max-w-68px {
  max-width: 68px;
}

.u-max-w-68vw {
  max-width: 68vw;
}

.u-max-w-69px {
  max-width: 69px;
}

.u-max-w-69vw {
  max-width: 69vw;
}

.u-max-w-70px {
  max-width: 70px;
}

.u-max-w-70vw {
  max-width: 70vw;
}

.u-max-w-71px {
  max-width: 71px;
}

.u-max-w-71vw {
  max-width: 71vw;
}

.u-max-w-72px {
  max-width: 72px;
}

.u-max-w-72vw {
  max-width: 72vw;
}

.u-max-w-73px {
  max-width: 73px;
}

.u-max-w-73vw {
  max-width: 73vw;
}

.u-max-w-74px {
  max-width: 74px;
}

.u-max-w-74vw {
  max-width: 74vw;
}

.u-max-w-75px {
  max-width: 75px;
}

.u-max-w-75vw {
  max-width: 75vw;
}

.u-max-w-76px {
  max-width: 76px;
}

.u-max-w-76vw {
  max-width: 76vw;
}

.u-max-w-77px {
  max-width: 77px;
}

.u-max-w-77vw {
  max-width: 77vw;
}

.u-max-w-78px {
  max-width: 78px;
}

.u-max-w-78vw {
  max-width: 78vw;
}

.u-max-w-79px {
  max-width: 79px;
}

.u-max-w-79vw {
  max-width: 79vw;
}

.u-max-w-80px {
  max-width: 80px;
}

.u-max-w-80vw {
  max-width: 80vw;
}

.u-max-w-81px {
  max-width: 81px;
}

.u-max-w-81vw {
  max-width: 81vw;
}

.u-max-w-82px {
  max-width: 82px;
}

.u-max-w-82vw {
  max-width: 82vw;
}

.u-max-w-83px {
  max-width: 83px;
}

.u-max-w-83vw {
  max-width: 83vw;
}

.u-max-w-84px {
  max-width: 84px;
}

.u-max-w-84vw {
  max-width: 84vw;
}

.u-max-w-85px {
  max-width: 85px;
}

.u-max-w-85vw {
  max-width: 85vw;
}

.u-max-w-86px {
  max-width: 86px;
}

.u-max-w-86vw {
  max-width: 86vw;
}

.u-max-w-87px {
  max-width: 87px;
}

.u-max-w-87vw {
  max-width: 87vw;
}

.u-max-w-88px {
  max-width: 88px;
}

.u-max-w-88vw {
  max-width: 88vw;
}

.u-max-w-89px {
  max-width: 89px;
}

.u-max-w-89vw {
  max-width: 89vw;
}

.u-max-w-90px {
  max-width: 90px;
}

.u-max-w-90vw {
  max-width: 90vw;
}

.u-max-w-91px {
  max-width: 91px;
}

.u-max-w-91vw {
  max-width: 91vw;
}

.u-max-w-92px {
  max-width: 92px;
}

.u-max-w-92vw {
  max-width: 92vw;
}

.u-max-w-93px {
  max-width: 93px;
}

.u-max-w-93vw {
  max-width: 93vw;
}

.u-max-w-94px {
  max-width: 94px;
}

.u-max-w-94vw {
  max-width: 94vw;
}

.u-max-w-95px {
  max-width: 95px;
}

.u-max-w-95vw {
  max-width: 95vw;
}

.u-max-w-96px {
  max-width: 96px;
}

.u-max-w-96vw {
  max-width: 96vw;
}

.u-max-w-97px {
  max-width: 97px;
}

.u-max-w-97vw {
  max-width: 97vw;
}

.u-max-w-98px {
  max-width: 98px;
}

.u-max-w-98vw {
  max-width: 98vw;
}

.u-max-w-99px {
  max-width: 99px;
}

.u-max-w-99vw {
  max-width: 99vw;
}

.u-max-w-100px {
  max-width: 100px;
}

.u-max-w-100vw {
  max-width: 100vw;
}

.u-max-w-101px {
  max-width: 101px;
}

.u-max-w-101vw {
  max-width: 101vw;
}

.u-max-w-102px {
  max-width: 102px;
}

.u-max-w-102vw {
  max-width: 102vw;
}

.u-max-w-103px {
  max-width: 103px;
}

.u-max-w-103vw {
  max-width: 103vw;
}

.u-max-w-104px {
  max-width: 104px;
}

.u-max-w-104vw {
  max-width: 104vw;
}

.u-max-w-105px {
  max-width: 105px;
}

.u-max-w-105vw {
  max-width: 105vw;
}

.u-max-w-106px {
  max-width: 106px;
}

.u-max-w-106vw {
  max-width: 106vw;
}

.u-max-w-107px {
  max-width: 107px;
}

.u-max-w-107vw {
  max-width: 107vw;
}

.u-max-w-108px {
  max-width: 108px;
}

.u-max-w-108vw {
  max-width: 108vw;
}

.u-max-w-109px {
  max-width: 109px;
}

.u-max-w-109vw {
  max-width: 109vw;
}

.u-max-w-110px {
  max-width: 110px;
}

.u-max-w-110vw {
  max-width: 110vw;
}

.u-max-w-111px {
  max-width: 111px;
}

.u-max-w-111vw {
  max-width: 111vw;
}

.u-max-w-112px {
  max-width: 112px;
}

.u-max-w-112vw {
  max-width: 112vw;
}

.u-max-w-113px {
  max-width: 113px;
}

.u-max-w-113vw {
  max-width: 113vw;
}

.u-max-w-114px {
  max-width: 114px;
}

.u-max-w-114vw {
  max-width: 114vw;
}

.u-max-w-115px {
  max-width: 115px;
}

.u-max-w-115vw {
  max-width: 115vw;
}

.u-max-w-116px {
  max-width: 116px;
}

.u-max-w-116vw {
  max-width: 116vw;
}

.u-max-w-117px {
  max-width: 117px;
}

.u-max-w-117vw {
  max-width: 117vw;
}

.u-max-w-118px {
  max-width: 118px;
}

.u-max-w-118vw {
  max-width: 118vw;
}

.u-max-w-119px {
  max-width: 119px;
}

.u-max-w-119vw {
  max-width: 119vw;
}

.u-max-w-120px {
  max-width: 120px;
}

.u-max-w-120vw {
  max-width: 120vw;
}

.u-max-w-121px {
  max-width: 121px;
}

.u-max-w-121vw {
  max-width: 121vw;
}

.u-max-w-122px {
  max-width: 122px;
}

.u-max-w-122vw {
  max-width: 122vw;
}

.u-max-w-123px {
  max-width: 123px;
}

.u-max-w-123vw {
  max-width: 123vw;
}

.u-max-w-124px {
  max-width: 124px;
}

.u-max-w-124vw {
  max-width: 124vw;
}

.u-max-w-125px {
  max-width: 125px;
}

.u-max-w-125vw {
  max-width: 125vw;
}

.u-max-w-126px {
  max-width: 126px;
}

.u-max-w-126vw {
  max-width: 126vw;
}

.u-max-w-127px {
  max-width: 127px;
}

.u-max-w-127vw {
  max-width: 127vw;
}

.u-max-w-128px {
  max-width: 128px;
}

.u-max-w-128vw {
  max-width: 128vw;
}

.u-max-w-129px {
  max-width: 129px;
}

.u-max-w-129vw {
  max-width: 129vw;
}

.u-max-w-130px {
  max-width: 130px;
}

.u-max-w-130vw {
  max-width: 130vw;
}

.u-max-w-131px {
  max-width: 131px;
}

.u-max-w-131vw {
  max-width: 131vw;
}

.u-max-w-132px {
  max-width: 132px;
}

.u-max-w-132vw {
  max-width: 132vw;
}

.u-max-w-133px {
  max-width: 133px;
}

.u-max-w-133vw {
  max-width: 133vw;
}

.u-max-w-134px {
  max-width: 134px;
}

.u-max-w-134vw {
  max-width: 134vw;
}

.u-max-w-135px {
  max-width: 135px;
}

.u-max-w-135vw {
  max-width: 135vw;
}

.u-max-w-136px {
  max-width: 136px;
}

.u-max-w-136vw {
  max-width: 136vw;
}

.u-max-w-137px {
  max-width: 137px;
}

.u-max-w-137vw {
  max-width: 137vw;
}

.u-max-w-138px {
  max-width: 138px;
}

.u-max-w-138vw {
  max-width: 138vw;
}

.u-max-w-139px {
  max-width: 139px;
}

.u-max-w-139vw {
  max-width: 139vw;
}

.u-max-w-140px {
  max-width: 140px;
}

.u-max-w-140vw {
  max-width: 140vw;
}

.u-max-w-141px {
  max-width: 141px;
}

.u-max-w-141vw {
  max-width: 141vw;
}

.u-max-w-142px {
  max-width: 142px;
}

.u-max-w-142vw {
  max-width: 142vw;
}

.u-max-w-143px {
  max-width: 143px;
}

.u-max-w-143vw {
  max-width: 143vw;
}

.u-max-w-144px {
  max-width: 144px;
}

.u-max-w-144vw {
  max-width: 144vw;
}

.u-max-w-145px {
  max-width: 145px;
}

.u-max-w-145vw {
  max-width: 145vw;
}

.u-max-w-146px {
  max-width: 146px;
}

.u-max-w-146vw {
  max-width: 146vw;
}

.u-max-w-147px {
  max-width: 147px;
}

.u-max-w-147vw {
  max-width: 147vw;
}

.u-max-w-148px {
  max-width: 148px;
}

.u-max-w-148vw {
  max-width: 148vw;
}

.u-max-w-149px {
  max-width: 149px;
}

.u-max-w-149vw {
  max-width: 149vw;
}

.u-max-w-150px {
  max-width: 150px;
}

.u-max-w-150vw {
  max-width: 150vw;
}

.u-max-w-151px {
  max-width: 151px;
}

.u-max-w-151vw {
  max-width: 151vw;
}

.u-max-w-152px {
  max-width: 152px;
}

.u-max-w-152vw {
  max-width: 152vw;
}

.u-max-w-153px {
  max-width: 153px;
}

.u-max-w-153vw {
  max-width: 153vw;
}

.u-max-w-154px {
  max-width: 154px;
}

.u-max-w-154vw {
  max-width: 154vw;
}

.u-max-w-155px {
  max-width: 155px;
}

.u-max-w-155vw {
  max-width: 155vw;
}

.u-max-w-156px {
  max-width: 156px;
}

.u-max-w-156vw {
  max-width: 156vw;
}

.u-max-w-157px {
  max-width: 157px;
}

.u-max-w-157vw {
  max-width: 157vw;
}

.u-max-w-158px {
  max-width: 158px;
}

.u-max-w-158vw {
  max-width: 158vw;
}

.u-max-w-159px {
  max-width: 159px;
}

.u-max-w-159vw {
  max-width: 159vw;
}

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

.u-max-w-160vw {
  max-width: 160vw;
}

.u-max-w-161px {
  max-width: 161px;
}

.u-max-w-161vw {
  max-width: 161vw;
}

.u-max-w-162px {
  max-width: 162px;
}

.u-max-w-162vw {
  max-width: 162vw;
}

.u-max-w-163px {
  max-width: 163px;
}

.u-max-w-163vw {
  max-width: 163vw;
}

.u-max-w-164px {
  max-width: 164px;
}

.u-max-w-164vw {
  max-width: 164vw;
}

.u-max-w-165px {
  max-width: 165px;
}

.u-max-w-165vw {
  max-width: 165vw;
}

.u-max-w-166px {
  max-width: 166px;
}

.u-max-w-166vw {
  max-width: 166vw;
}

.u-max-w-167px {
  max-width: 167px;
}

.u-max-w-167vw {
  max-width: 167vw;
}

.u-max-w-168px {
  max-width: 168px;
}

.u-max-w-168vw {
  max-width: 168vw;
}

.u-max-w-169px {
  max-width: 169px;
}

.u-max-w-169vw {
  max-width: 169vw;
}

.u-max-w-170px {
  max-width: 170px;
}

.u-max-w-170vw {
  max-width: 170vw;
}

.u-max-w-171px {
  max-width: 171px;
}

.u-max-w-171vw {
  max-width: 171vw;
}

.u-max-w-172px {
  max-width: 172px;
}

.u-max-w-172vw {
  max-width: 172vw;
}

.u-max-w-173px {
  max-width: 173px;
}

.u-max-w-173vw {
  max-width: 173vw;
}

.u-max-w-174px {
  max-width: 174px;
}

.u-max-w-174vw {
  max-width: 174vw;
}

.u-max-w-175px {
  max-width: 175px;
}

.u-max-w-175vw {
  max-width: 175vw;
}

.u-max-w-176px {
  max-width: 176px;
}

.u-max-w-176vw {
  max-width: 176vw;
}

.u-max-w-177px {
  max-width: 177px;
}

.u-max-w-177vw {
  max-width: 177vw;
}

.u-max-w-178px {
  max-width: 178px;
}

.u-max-w-178vw {
  max-width: 178vw;
}

.u-max-w-179px {
  max-width: 179px;
}

.u-max-w-179vw {
  max-width: 179vw;
}

.u-max-w-180px {
  max-width: 180px;
}

.u-max-w-180vw {
  max-width: 180vw;
}

.u-max-w-181px {
  max-width: 181px;
}

.u-max-w-181vw {
  max-width: 181vw;
}

.u-max-w-182px {
  max-width: 182px;
}

.u-max-w-182vw {
  max-width: 182vw;
}

.u-max-w-183px {
  max-width: 183px;
}

.u-max-w-183vw {
  max-width: 183vw;
}

.u-max-w-184px {
  max-width: 184px;
}

.u-max-w-184vw {
  max-width: 184vw;
}

.u-max-w-185px {
  max-width: 185px;
}

.u-max-w-185vw {
  max-width: 185vw;
}

.u-max-w-186px {
  max-width: 186px;
}

.u-max-w-186vw {
  max-width: 186vw;
}

.u-max-w-187px {
  max-width: 187px;
}

.u-max-w-187vw {
  max-width: 187vw;
}

.u-max-w-188px {
  max-width: 188px;
}

.u-max-w-188vw {
  max-width: 188vw;
}

.u-max-w-189px {
  max-width: 189px;
}

.u-max-w-189vw {
  max-width: 189vw;
}

.u-max-w-190px {
  max-width: 190px;
}

.u-max-w-190vw {
  max-width: 190vw;
}

.u-max-w-191px {
  max-width: 191px;
}

.u-max-w-191vw {
  max-width: 191vw;
}

.u-max-w-192px {
  max-width: 192px;
}

.u-max-w-192vw {
  max-width: 192vw;
}

.u-max-w-193px {
  max-width: 193px;
}

.u-max-w-193vw {
  max-width: 193vw;
}

.u-max-w-194px {
  max-width: 194px;
}

.u-max-w-194vw {
  max-width: 194vw;
}

.u-max-w-195px {
  max-width: 195px;
}

.u-max-w-195vw {
  max-width: 195vw;
}

.u-max-w-196px {
  max-width: 196px;
}

.u-max-w-196vw {
  max-width: 196vw;
}

.u-max-w-197px {
  max-width: 197px;
}

.u-max-w-197vw {
  max-width: 197vw;
}

.u-max-w-198px {
  max-width: 198px;
}

.u-max-w-198vw {
  max-width: 198vw;
}

.u-max-w-199px {
  max-width: 199px;
}

.u-max-w-199vw {
  max-width: 199vw;
}

.u-max-w-200px {
  max-width: 200px;
}

.u-max-w-200vw {
  max-width: 200vw;
}

.u-max-w-201px {
  max-width: 201px;
}

.u-max-w-201vw {
  max-width: 201vw;
}

.u-max-w-202px {
  max-width: 202px;
}

.u-max-w-202vw {
  max-width: 202vw;
}

.u-max-w-203px {
  max-width: 203px;
}

.u-max-w-203vw {
  max-width: 203vw;
}

.u-max-w-204px {
  max-width: 204px;
}

.u-max-w-204vw {
  max-width: 204vw;
}

.u-max-w-205px {
  max-width: 205px;
}

.u-max-w-205vw {
  max-width: 205vw;
}

.u-max-w-206px {
  max-width: 206px;
}

.u-max-w-206vw {
  max-width: 206vw;
}

.u-max-w-207px {
  max-width: 207px;
}

.u-max-w-207vw {
  max-width: 207vw;
}

.u-max-w-208px {
  max-width: 208px;
}

.u-max-w-208vw {
  max-width: 208vw;
}

.u-max-w-209px {
  max-width: 209px;
}

.u-max-w-209vw {
  max-width: 209vw;
}

.u-max-w-210px {
  max-width: 210px;
}

.u-max-w-210vw {
  max-width: 210vw;
}

.u-max-w-211px {
  max-width: 211px;
}

.u-max-w-211vw {
  max-width: 211vw;
}

.u-max-w-212px {
  max-width: 212px;
}

.u-max-w-212vw {
  max-width: 212vw;
}

.u-max-w-213px {
  max-width: 213px;
}

.u-max-w-213vw {
  max-width: 213vw;
}

.u-max-w-214px {
  max-width: 214px;
}

.u-max-w-214vw {
  max-width: 214vw;
}

.u-max-w-215px {
  max-width: 215px;
}

.u-max-w-215vw {
  max-width: 215vw;
}

.u-max-w-216px {
  max-width: 216px;
}

.u-max-w-216vw {
  max-width: 216vw;
}

.u-max-w-217px {
  max-width: 217px;
}

.u-max-w-217vw {
  max-width: 217vw;
}

.u-max-w-218px {
  max-width: 218px;
}

.u-max-w-218vw {
  max-width: 218vw;
}

.u-max-w-219px {
  max-width: 219px;
}

.u-max-w-219vw {
  max-width: 219vw;
}

.u-max-w-220px {
  max-width: 220px;
}

.u-max-w-220vw {
  max-width: 220vw;
}

.u-max-w-221px {
  max-width: 221px;
}

.u-max-w-221vw {
  max-width: 221vw;
}

.u-max-w-222px {
  max-width: 222px;
}

.u-max-w-222vw {
  max-width: 222vw;
}

.u-max-w-223px {
  max-width: 223px;
}

.u-max-w-223vw {
  max-width: 223vw;
}

.u-max-w-224px {
  max-width: 224px;
}

.u-max-w-224vw {
  max-width: 224vw;
}

.u-max-w-225px {
  max-width: 225px;
}

.u-max-w-225vw {
  max-width: 225vw;
}

.u-max-w-226px {
  max-width: 226px;
}

.u-max-w-226vw {
  max-width: 226vw;
}

.u-max-w-227px {
  max-width: 227px;
}

.u-max-w-227vw {
  max-width: 227vw;
}

.u-max-w-228px {
  max-width: 228px;
}

.u-max-w-228vw {
  max-width: 228vw;
}

.u-max-w-229px {
  max-width: 229px;
}

.u-max-w-229vw {
  max-width: 229vw;
}

.u-max-w-230px {
  max-width: 230px;
}

.u-max-w-230vw {
  max-width: 230vw;
}

.u-max-w-231px {
  max-width: 231px;
}

.u-max-w-231vw {
  max-width: 231vw;
}

.u-max-w-232px {
  max-width: 232px;
}

.u-max-w-232vw {
  max-width: 232vw;
}

.u-max-w-233px {
  max-width: 233px;
}

.u-max-w-233vw {
  max-width: 233vw;
}

.u-max-w-234px {
  max-width: 234px;
}

.u-max-w-234vw {
  max-width: 234vw;
}

.u-max-w-235px {
  max-width: 235px;
}

.u-max-w-235vw {
  max-width: 235vw;
}

.u-max-w-236px {
  max-width: 236px;
}

.u-max-w-236vw {
  max-width: 236vw;
}

.u-max-w-237px {
  max-width: 237px;
}

.u-max-w-237vw {
  max-width: 237vw;
}

.u-max-w-238px {
  max-width: 238px;
}

.u-max-w-238vw {
  max-width: 238vw;
}

.u-max-w-239px {
  max-width: 239px;
}

.u-max-w-239vw {
  max-width: 239vw;
}

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

.u-max-w-240vw {
  max-width: 240vw;
}

.u-max-w-241px {
  max-width: 241px;
}

.u-max-w-241vw {
  max-width: 241vw;
}

.u-max-w-242px {
  max-width: 242px;
}

.u-max-w-242vw {
  max-width: 242vw;
}

.u-max-w-243px {
  max-width: 243px;
}

.u-max-w-243vw {
  max-width: 243vw;
}

.u-max-w-244px {
  max-width: 244px;
}

.u-max-w-244vw {
  max-width: 244vw;
}

.u-max-w-245px {
  max-width: 245px;
}

.u-max-w-245vw {
  max-width: 245vw;
}

.u-max-w-246px {
  max-width: 246px;
}

.u-max-w-246vw {
  max-width: 246vw;
}

.u-max-w-247px {
  max-width: 247px;
}

.u-max-w-247vw {
  max-width: 247vw;
}

.u-max-w-248px {
  max-width: 248px;
}

.u-max-w-248vw {
  max-width: 248vw;
}

.u-max-w-249px {
  max-width: 249px;
}

.u-max-w-249vw {
  max-width: 249vw;
}

.u-max-w-250px {
  max-width: 250px;
}

.u-max-w-250vw {
  max-width: 250vw;
}

.u-max-w-251px {
  max-width: 251px;
}

.u-max-w-251vw {
  max-width: 251vw;
}

.u-max-w-252px {
  max-width: 252px;
}

.u-max-w-252vw {
  max-width: 252vw;
}

.u-max-w-253px {
  max-width: 253px;
}

.u-max-w-253vw {
  max-width: 253vw;
}

.u-max-w-254px {
  max-width: 254px;
}

.u-max-w-254vw {
  max-width: 254vw;
}

.u-max-w-255px {
  max-width: 255px;
}

.u-max-w-255vw {
  max-width: 255vw;
}

.u-max-w-256px {
  max-width: 256px;
}

.u-max-w-256vw {
  max-width: 256vw;
}

.u-max-w-257px {
  max-width: 257px;
}

.u-max-w-257vw {
  max-width: 257vw;
}

.u-max-w-258px {
  max-width: 258px;
}

.u-max-w-258vw {
  max-width: 258vw;
}

.u-max-w-259px {
  max-width: 259px;
}

.u-max-w-259vw {
  max-width: 259vw;
}

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

.u-max-w-260vw {
  max-width: 260vw;
}

.u-max-w-261px {
  max-width: 261px;
}

.u-max-w-261vw {
  max-width: 261vw;
}

.u-max-w-262px {
  max-width: 262px;
}

.u-max-w-262vw {
  max-width: 262vw;
}

.u-max-w-263px {
  max-width: 263px;
}

.u-max-w-263vw {
  max-width: 263vw;
}

.u-max-w-264px {
  max-width: 264px;
}

.u-max-w-264vw {
  max-width: 264vw;
}

.u-max-w-265px {
  max-width: 265px;
}

.u-max-w-265vw {
  max-width: 265vw;
}

.u-max-w-266px {
  max-width: 266px;
}

.u-max-w-266vw {
  max-width: 266vw;
}

.u-max-w-267px {
  max-width: 267px;
}

.u-max-w-267vw {
  max-width: 267vw;
}

.u-max-w-268px {
  max-width: 268px;
}

.u-max-w-268vw {
  max-width: 268vw;
}

.u-max-w-269px {
  max-width: 269px;
}

.u-max-w-269vw {
  max-width: 269vw;
}

.u-max-w-270px {
  max-width: 270px;
}

.u-max-w-270vw {
  max-width: 270vw;
}

.u-max-w-271px {
  max-width: 271px;
}

.u-max-w-271vw {
  max-width: 271vw;
}

.u-max-w-272px {
  max-width: 272px;
}

.u-max-w-272vw {
  max-width: 272vw;
}

.u-max-w-273px {
  max-width: 273px;
}

.u-max-w-273vw {
  max-width: 273vw;
}

.u-max-w-274px {
  max-width: 274px;
}

.u-max-w-274vw {
  max-width: 274vw;
}

.u-max-w-275px {
  max-width: 275px;
}

.u-max-w-275vw {
  max-width: 275vw;
}

.u-max-w-276px {
  max-width: 276px;
}

.u-max-w-276vw {
  max-width: 276vw;
}

.u-max-w-277px {
  max-width: 277px;
}

.u-max-w-277vw {
  max-width: 277vw;
}

.u-max-w-278px {
  max-width: 278px;
}

.u-max-w-278vw {
  max-width: 278vw;
}

.u-max-w-279px {
  max-width: 279px;
}

.u-max-w-279vw {
  max-width: 279vw;
}

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

.u-max-w-280vw {
  max-width: 280vw;
}

.u-max-w-281px {
  max-width: 281px;
}

.u-max-w-281vw {
  max-width: 281vw;
}

.u-max-w-282px {
  max-width: 282px;
}

.u-max-w-282vw {
  max-width: 282vw;
}

.u-max-w-283px {
  max-width: 283px;
}

.u-max-w-283vw {
  max-width: 283vw;
}

.u-max-w-284px {
  max-width: 284px;
}

.u-max-w-284vw {
  max-width: 284vw;
}

.u-max-w-285px {
  max-width: 285px;
}

.u-max-w-285vw {
  max-width: 285vw;
}

.u-max-w-286px {
  max-width: 286px;
}

.u-max-w-286vw {
  max-width: 286vw;
}

.u-max-w-287px {
  max-width: 287px;
}

.u-max-w-287vw {
  max-width: 287vw;
}

.u-max-w-288px {
  max-width: 288px;
}

.u-max-w-288vw {
  max-width: 288vw;
}

.u-max-w-289px {
  max-width: 289px;
}

.u-max-w-289vw {
  max-width: 289vw;
}

.u-max-w-290px {
  max-width: 290px;
}

.u-max-w-290vw {
  max-width: 290vw;
}

.u-max-w-291px {
  max-width: 291px;
}

.u-max-w-291vw {
  max-width: 291vw;
}

.u-max-w-292px {
  max-width: 292px;
}

.u-max-w-292vw {
  max-width: 292vw;
}

.u-max-w-293px {
  max-width: 293px;
}

.u-max-w-293vw {
  max-width: 293vw;
}

.u-max-w-294px {
  max-width: 294px;
}

.u-max-w-294vw {
  max-width: 294vw;
}

.u-max-w-295px {
  max-width: 295px;
}

.u-max-w-295vw {
  max-width: 295vw;
}

.u-max-w-296px {
  max-width: 296px;
}

.u-max-w-296vw {
  max-width: 296vw;
}

.u-max-w-297px {
  max-width: 297px;
}

.u-max-w-297vw {
  max-width: 297vw;
}

.u-max-w-298px {
  max-width: 298px;
}

.u-max-w-298vw {
  max-width: 298vw;
}

.u-max-w-299px {
  max-width: 299px;
}

.u-max-w-299vw {
  max-width: 299vw;
}

.u-max-w-300px {
  max-width: 300px;
}

.u-max-w-300vw {
  max-width: 300vw;
}

.u-max-w-301px {
  max-width: 301px;
}

.u-max-w-301vw {
  max-width: 301vw;
}

.u-max-w-302px {
  max-width: 302px;
}

.u-max-w-302vw {
  max-width: 302vw;
}

.u-max-w-303px {
  max-width: 303px;
}

.u-max-w-303vw {
  max-width: 303vw;
}

.u-max-w-304px {
  max-width: 304px;
}

.u-max-w-304vw {
  max-width: 304vw;
}

.u-max-w-305px {
  max-width: 305px;
}

.u-max-w-305vw {
  max-width: 305vw;
}

.u-max-w-306px {
  max-width: 306px;
}

.u-max-w-306vw {
  max-width: 306vw;
}

.u-max-w-307px {
  max-width: 307px;
}

.u-max-w-307vw {
  max-width: 307vw;
}

.u-max-w-308px {
  max-width: 308px;
}

.u-max-w-308vw {
  max-width: 308vw;
}

.u-max-w-309px {
  max-width: 309px;
}

.u-max-w-309vw {
  max-width: 309vw;
}

.u-max-w-310px {
  max-width: 310px;
}

.u-max-w-310vw {
  max-width: 310vw;
}

.u-max-w-311px {
  max-width: 311px;
}

.u-max-w-311vw {
  max-width: 311vw;
}

.u-max-w-312px {
  max-width: 312px;
}

.u-max-w-312vw {
  max-width: 312vw;
}

.u-max-w-313px {
  max-width: 313px;
}

.u-max-w-313vw {
  max-width: 313vw;
}

.u-max-w-314px {
  max-width: 314px;
}

.u-max-w-314vw {
  max-width: 314vw;
}

.u-max-w-315px {
  max-width: 315px;
}

.u-max-w-315vw {
  max-width: 315vw;
}

.u-max-w-316px {
  max-width: 316px;
}

.u-max-w-316vw {
  max-width: 316vw;
}

.u-max-w-317px {
  max-width: 317px;
}

.u-max-w-317vw {
  max-width: 317vw;
}

.u-max-w-318px {
  max-width: 318px;
}

.u-max-w-318vw {
  max-width: 318vw;
}

.u-max-w-319px {
  max-width: 319px;
}

.u-max-w-319vw {
  max-width: 319vw;
}

.u-max-w-320px {
  max-width: 320px;
}

.u-max-w-320vw {
  max-width: 320vw;
}

.u-max-w-321px {
  max-width: 321px;
}

.u-max-w-321vw {
  max-width: 321vw;
}

.u-max-w-322px {
  max-width: 322px;
}

.u-max-w-322vw {
  max-width: 322vw;
}

.u-max-w-323px {
  max-width: 323px;
}

.u-max-w-323vw {
  max-width: 323vw;
}

.u-max-w-324px {
  max-width: 324px;
}

.u-max-w-324vw {
  max-width: 324vw;
}

.u-max-w-325px {
  max-width: 325px;
}

.u-max-w-325vw {
  max-width: 325vw;
}

.u-max-w-326px {
  max-width: 326px;
}

.u-max-w-326vw {
  max-width: 326vw;
}

.u-max-w-327px {
  max-width: 327px;
}

.u-max-w-327vw {
  max-width: 327vw;
}

.u-max-w-328px {
  max-width: 328px;
}

.u-max-w-328vw {
  max-width: 328vw;
}

.u-max-w-329px {
  max-width: 329px;
}

.u-max-w-329vw {
  max-width: 329vw;
}

.u-max-w-330px {
  max-width: 330px;
}

.u-max-w-330vw {
  max-width: 330vw;
}

.u-max-w-331px {
  max-width: 331px;
}

.u-max-w-331vw {
  max-width: 331vw;
}

.u-max-w-332px {
  max-width: 332px;
}

.u-max-w-332vw {
  max-width: 332vw;
}

.u-max-w-333px {
  max-width: 333px;
}

.u-max-w-333vw {
  max-width: 333vw;
}

.u-max-w-334px {
  max-width: 334px;
}

.u-max-w-334vw {
  max-width: 334vw;
}

.u-max-w-335px {
  max-width: 335px;
}

.u-max-w-335vw {
  max-width: 335vw;
}

.u-max-w-336px {
  max-width: 336px;
}

.u-max-w-336vw {
  max-width: 336vw;
}

.u-max-w-337px {
  max-width: 337px;
}

.u-max-w-337vw {
  max-width: 337vw;
}

.u-max-w-338px {
  max-width: 338px;
}

.u-max-w-338vw {
  max-width: 338vw;
}

.u-max-w-339px {
  max-width: 339px;
}

.u-max-w-339vw {
  max-width: 339vw;
}

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

.u-max-w-340vw {
  max-width: 340vw;
}

.u-max-w-341px {
  max-width: 341px;
}

.u-max-w-341vw {
  max-width: 341vw;
}

.u-max-w-342px {
  max-width: 342px;
}

.u-max-w-342vw {
  max-width: 342vw;
}

.u-max-w-343px {
  max-width: 343px;
}

.u-max-w-343vw {
  max-width: 343vw;
}

.u-max-w-344px {
  max-width: 344px;
}

.u-max-w-344vw {
  max-width: 344vw;
}

.u-max-w-345px {
  max-width: 345px;
}

.u-max-w-345vw {
  max-width: 345vw;
}

.u-max-w-346px {
  max-width: 346px;
}

.u-max-w-346vw {
  max-width: 346vw;
}

.u-max-w-347px {
  max-width: 347px;
}

.u-max-w-347vw {
  max-width: 347vw;
}

.u-max-w-348px {
  max-width: 348px;
}

.u-max-w-348vw {
  max-width: 348vw;
}

.u-max-w-349px {
  max-width: 349px;
}

.u-max-w-349vw {
  max-width: 349vw;
}

.u-max-w-350px {
  max-width: 350px;
}

.u-max-w-350vw {
  max-width: 350vw;
}

.u-max-w-351px {
  max-width: 351px;
}

.u-max-w-351vw {
  max-width: 351vw;
}

.u-max-w-352px {
  max-width: 352px;
}

.u-max-w-352vw {
  max-width: 352vw;
}

.u-max-w-353px {
  max-width: 353px;
}

.u-max-w-353vw {
  max-width: 353vw;
}

.u-max-w-354px {
  max-width: 354px;
}

.u-max-w-354vw {
  max-width: 354vw;
}

.u-max-w-355px {
  max-width: 355px;
}

.u-max-w-355vw {
  max-width: 355vw;
}

.u-max-w-356px {
  max-width: 356px;
}

.u-max-w-356vw {
  max-width: 356vw;
}

.u-max-w-357px {
  max-width: 357px;
}

.u-max-w-357vw {
  max-width: 357vw;
}

.u-max-w-358px {
  max-width: 358px;
}

.u-max-w-358vw {
  max-width: 358vw;
}

.u-max-w-359px {
  max-width: 359px;
}

.u-max-w-359vw {
  max-width: 359vw;
}

.u-max-w-360px {
  max-width: 360px;
}

.u-max-w-360vw {
  max-width: 360vw;
}

.u-max-w-361px {
  max-width: 361px;
}

.u-max-w-361vw {
  max-width: 361vw;
}

.u-max-w-362px {
  max-width: 362px;
}

.u-max-w-362vw {
  max-width: 362vw;
}

.u-max-w-363px {
  max-width: 363px;
}

.u-max-w-363vw {
  max-width: 363vw;
}

.u-max-w-364px {
  max-width: 364px;
}

.u-max-w-364vw {
  max-width: 364vw;
}

.u-max-w-365px {
  max-width: 365px;
}

.u-max-w-365vw {
  max-width: 365vw;
}

.u-max-w-366px {
  max-width: 366px;
}

.u-max-w-366vw {
  max-width: 366vw;
}

.u-max-w-367px {
  max-width: 367px;
}

.u-max-w-367vw {
  max-width: 367vw;
}

.u-max-w-368px {
  max-width: 368px;
}

.u-max-w-368vw {
  max-width: 368vw;
}

.u-max-w-369px {
  max-width: 369px;
}

.u-max-w-369vw {
  max-width: 369vw;
}

.u-max-w-370px {
  max-width: 370px;
}

.u-max-w-370vw {
  max-width: 370vw;
}

.u-max-w-371px {
  max-width: 371px;
}

.u-max-w-371vw {
  max-width: 371vw;
}

.u-max-w-372px {
  max-width: 372px;
}

.u-max-w-372vw {
  max-width: 372vw;
}

.u-max-w-373px {
  max-width: 373px;
}

.u-max-w-373vw {
  max-width: 373vw;
}

.u-max-w-374px {
  max-width: 374px;
}

.u-max-w-374vw {
  max-width: 374vw;
}

.u-max-w-375px {
  max-width: 375px;
}

.u-max-w-375vw {
  max-width: 375vw;
}

.u-max-w-376px {
  max-width: 376px;
}

.u-max-w-376vw {
  max-width: 376vw;
}

.u-max-w-377px {
  max-width: 377px;
}

.u-max-w-377vw {
  max-width: 377vw;
}

.u-max-w-378px {
  max-width: 378px;
}

.u-max-w-378vw {
  max-width: 378vw;
}

.u-max-w-379px {
  max-width: 379px;
}

.u-max-w-379vw {
  max-width: 379vw;
}

.u-max-w-380px {
  max-width: 380px;
}

.u-max-w-380vw {
  max-width: 380vw;
}

.u-max-w-381px {
  max-width: 381px;
}

.u-max-w-381vw {
  max-width: 381vw;
}

.u-max-w-382px {
  max-width: 382px;
}

.u-max-w-382vw {
  max-width: 382vw;
}

.u-max-w-383px {
  max-width: 383px;
}

.u-max-w-383vw {
  max-width: 383vw;
}

.u-max-w-384px {
  max-width: 384px;
}

.u-max-w-384vw {
  max-width: 384vw;
}

.u-max-w-385px {
  max-width: 385px;
}

.u-max-w-385vw {
  max-width: 385vw;
}

.u-max-w-386px {
  max-width: 386px;
}

.u-max-w-386vw {
  max-width: 386vw;
}

.u-max-w-387px {
  max-width: 387px;
}

.u-max-w-387vw {
  max-width: 387vw;
}

.u-max-w-388px {
  max-width: 388px;
}

.u-max-w-388vw {
  max-width: 388vw;
}

.u-max-w-389px {
  max-width: 389px;
}

.u-max-w-389vw {
  max-width: 389vw;
}

.u-max-w-390px {
  max-width: 390px;
}

.u-max-w-390vw {
  max-width: 390vw;
}

.u-max-w-391px {
  max-width: 391px;
}

.u-max-w-391vw {
  max-width: 391vw;
}

.u-max-w-392px {
  max-width: 392px;
}

.u-max-w-392vw {
  max-width: 392vw;
}

.u-max-w-393px {
  max-width: 393px;
}

.u-max-w-393vw {
  max-width: 393vw;
}

.u-max-w-394px {
  max-width: 394px;
}

.u-max-w-394vw {
  max-width: 394vw;
}

.u-max-w-395px {
  max-width: 395px;
}

.u-max-w-395vw {
  max-width: 395vw;
}

.u-max-w-396px {
  max-width: 396px;
}

.u-max-w-396vw {
  max-width: 396vw;
}

.u-max-w-397px {
  max-width: 397px;
}

.u-max-w-397vw {
  max-width: 397vw;
}

.u-max-w-398px {
  max-width: 398px;
}

.u-max-w-398vw {
  max-width: 398vw;
}

.u-max-w-399px {
  max-width: 399px;
}

.u-max-w-399vw {
  max-width: 399vw;
}

.u-max-w-400px {
  max-width: 400px;
}

.u-max-w-400vw {
  max-width: 400vw;
}

.u-max-w-401px {
  max-width: 401px;
}

.u-max-w-401vw {
  max-width: 401vw;
}

.u-max-w-402px {
  max-width: 402px;
}

.u-max-w-402vw {
  max-width: 402vw;
}

.u-max-w-403px {
  max-width: 403px;
}

.u-max-w-403vw {
  max-width: 403vw;
}

.u-max-w-404px {
  max-width: 404px;
}

.u-max-w-404vw {
  max-width: 404vw;
}

.u-max-w-405px {
  max-width: 405px;
}

.u-max-w-405vw {
  max-width: 405vw;
}

.u-max-w-406px {
  max-width: 406px;
}

.u-max-w-406vw {
  max-width: 406vw;
}

.u-max-w-407px {
  max-width: 407px;
}

.u-max-w-407vw {
  max-width: 407vw;
}

.u-max-w-408px {
  max-width: 408px;
}

.u-max-w-408vw {
  max-width: 408vw;
}

.u-max-w-409px {
  max-width: 409px;
}

.u-max-w-409vw {
  max-width: 409vw;
}

.u-max-w-410px {
  max-width: 410px;
}

.u-max-w-410vw {
  max-width: 410vw;
}

.u-max-w-411px {
  max-width: 411px;
}

.u-max-w-411vw {
  max-width: 411vw;
}

.u-max-w-412px {
  max-width: 412px;
}

.u-max-w-412vw {
  max-width: 412vw;
}

.u-max-w-413px {
  max-width: 413px;
}

.u-max-w-413vw {
  max-width: 413vw;
}

.u-max-w-414px {
  max-width: 414px;
}

.u-max-w-414vw {
  max-width: 414vw;
}

.u-max-w-415px {
  max-width: 415px;
}

.u-max-w-415vw {
  max-width: 415vw;
}

.u-max-w-416px {
  max-width: 416px;
}

.u-max-w-416vw {
  max-width: 416vw;
}

.u-max-w-417px {
  max-width: 417px;
}

.u-max-w-417vw {
  max-width: 417vw;
}

.u-max-w-418px {
  max-width: 418px;
}

.u-max-w-418vw {
  max-width: 418vw;
}

.u-max-w-419px {
  max-width: 419px;
}

.u-max-w-419vw {
  max-width: 419vw;
}

.u-max-w-420px {
  max-width: 420px;
}

.u-max-w-420vw {
  max-width: 420vw;
}

.u-max-w-421px {
  max-width: 421px;
}

.u-max-w-421vw {
  max-width: 421vw;
}

.u-max-w-422px {
  max-width: 422px;
}

.u-max-w-422vw {
  max-width: 422vw;
}

.u-max-w-423px {
  max-width: 423px;
}

.u-max-w-423vw {
  max-width: 423vw;
}

.u-max-w-424px {
  max-width: 424px;
}

.u-max-w-424vw {
  max-width: 424vw;
}

.u-max-w-425px {
  max-width: 425px;
}

.u-max-w-425vw {
  max-width: 425vw;
}

.u-max-w-426px {
  max-width: 426px;
}

.u-max-w-426vw {
  max-width: 426vw;
}

.u-max-w-427px {
  max-width: 427px;
}

.u-max-w-427vw {
  max-width: 427vw;
}

.u-max-w-428px {
  max-width: 428px;
}

.u-max-w-428vw {
  max-width: 428vw;
}

.u-max-w-429px {
  max-width: 429px;
}

.u-max-w-429vw {
  max-width: 429vw;
}

.u-max-w-430px {
  max-width: 430px;
}

.u-max-w-430vw {
  max-width: 430vw;
}

.u-max-w-431px {
  max-width: 431px;
}

.u-max-w-431vw {
  max-width: 431vw;
}

.u-max-w-432px {
  max-width: 432px;
}

.u-max-w-432vw {
  max-width: 432vw;
}

.u-max-w-433px {
  max-width: 433px;
}

.u-max-w-433vw {
  max-width: 433vw;
}

.u-max-w-434px {
  max-width: 434px;
}

.u-max-w-434vw {
  max-width: 434vw;
}

.u-max-w-435px {
  max-width: 435px;
}

.u-max-w-435vw {
  max-width: 435vw;
}

.u-max-w-436px {
  max-width: 436px;
}

.u-max-w-436vw {
  max-width: 436vw;
}

.u-max-w-437px {
  max-width: 437px;
}

.u-max-w-437vw {
  max-width: 437vw;
}

.u-max-w-438px {
  max-width: 438px;
}

.u-max-w-438vw {
  max-width: 438vw;
}

.u-max-w-439px {
  max-width: 439px;
}

.u-max-w-439vw {
  max-width: 439vw;
}

.u-max-w-440px {
  max-width: 440px;
}

.u-max-w-440vw {
  max-width: 440vw;
}

.u-max-w-441px {
  max-width: 441px;
}

.u-max-w-441vw {
  max-width: 441vw;
}

.u-max-w-442px {
  max-width: 442px;
}

.u-max-w-442vw {
  max-width: 442vw;
}

.u-max-w-443px {
  max-width: 443px;
}

.u-max-w-443vw {
  max-width: 443vw;
}

.u-max-w-444px {
  max-width: 444px;
}

.u-max-w-444vw {
  max-width: 444vw;
}

.u-max-w-445px {
  max-width: 445px;
}

.u-max-w-445vw {
  max-width: 445vw;
}

.u-max-w-446px {
  max-width: 446px;
}

.u-max-w-446vw {
  max-width: 446vw;
}

.u-max-w-447px {
  max-width: 447px;
}

.u-max-w-447vw {
  max-width: 447vw;
}

.u-max-w-448px {
  max-width: 448px;
}

.u-max-w-448vw {
  max-width: 448vw;
}

.u-max-w-449px {
  max-width: 449px;
}

.u-max-w-449vw {
  max-width: 449vw;
}

.u-max-w-450px {
  max-width: 450px;
}

.u-max-w-450vw {
  max-width: 450vw;
}

.u-max-w-451px {
  max-width: 451px;
}

.u-max-w-451vw {
  max-width: 451vw;
}

.u-max-w-452px {
  max-width: 452px;
}

.u-max-w-452vw {
  max-width: 452vw;
}

.u-max-w-453px {
  max-width: 453px;
}

.u-max-w-453vw {
  max-width: 453vw;
}

.u-max-w-454px {
  max-width: 454px;
}

.u-max-w-454vw {
  max-width: 454vw;
}

.u-max-w-455px {
  max-width: 455px;
}

.u-max-w-455vw {
  max-width: 455vw;
}

.u-max-w-456px {
  max-width: 456px;
}

.u-max-w-456vw {
  max-width: 456vw;
}

.u-max-w-457px {
  max-width: 457px;
}

.u-max-w-457vw {
  max-width: 457vw;
}

.u-max-w-458px {
  max-width: 458px;
}

.u-max-w-458vw {
  max-width: 458vw;
}

.u-max-w-459px {
  max-width: 459px;
}

.u-max-w-459vw {
  max-width: 459vw;
}

.u-max-w-460px {
  max-width: 460px;
}

.u-max-w-460vw {
  max-width: 460vw;
}

.u-max-w-461px {
  max-width: 461px;
}

.u-max-w-461vw {
  max-width: 461vw;
}

.u-max-w-462px {
  max-width: 462px;
}

.u-max-w-462vw {
  max-width: 462vw;
}

.u-max-w-463px {
  max-width: 463px;
}

.u-max-w-463vw {
  max-width: 463vw;
}

.u-max-w-464px {
  max-width: 464px;
}

.u-max-w-464vw {
  max-width: 464vw;
}

.u-max-w-465px {
  max-width: 465px;
}

.u-max-w-465vw {
  max-width: 465vw;
}

.u-max-w-466px {
  max-width: 466px;
}

.u-max-w-466vw {
  max-width: 466vw;
}

.u-max-w-467px {
  max-width: 467px;
}

.u-max-w-467vw {
  max-width: 467vw;
}

.u-max-w-468px {
  max-width: 468px;
}

.u-max-w-468vw {
  max-width: 468vw;
}

.u-max-w-469px {
  max-width: 469px;
}

.u-max-w-469vw {
  max-width: 469vw;
}

.u-max-w-470px {
  max-width: 470px;
}

.u-max-w-470vw {
  max-width: 470vw;
}

.u-max-w-471px {
  max-width: 471px;
}

.u-max-w-471vw {
  max-width: 471vw;
}

.u-max-w-472px {
  max-width: 472px;
}

.u-max-w-472vw {
  max-width: 472vw;
}

.u-max-w-473px {
  max-width: 473px;
}

.u-max-w-473vw {
  max-width: 473vw;
}

.u-max-w-474px {
  max-width: 474px;
}

.u-max-w-474vw {
  max-width: 474vw;
}

.u-max-w-475px {
  max-width: 475px;
}

.u-max-w-475vw {
  max-width: 475vw;
}

.u-max-w-476px {
  max-width: 476px;
}

.u-max-w-476vw {
  max-width: 476vw;
}

.u-max-w-477px {
  max-width: 477px;
}

.u-max-w-477vw {
  max-width: 477vw;
}

.u-max-w-478px {
  max-width: 478px;
}

.u-max-w-478vw {
  max-width: 478vw;
}

.u-max-w-479px {
  max-width: 479px;
}

.u-max-w-479vw {
  max-width: 479vw;
}

.u-max-w-480px {
  max-width: 480px;
}

.u-max-w-480vw {
  max-width: 480vw;
}

.u-max-w-481px {
  max-width: 481px;
}

.u-max-w-481vw {
  max-width: 481vw;
}

.u-max-w-482px {
  max-width: 482px;
}

.u-max-w-482vw {
  max-width: 482vw;
}

.u-max-w-483px {
  max-width: 483px;
}

.u-max-w-483vw {
  max-width: 483vw;
}

.u-max-w-484px {
  max-width: 484px;
}

.u-max-w-484vw {
  max-width: 484vw;
}

.u-max-w-485px {
  max-width: 485px;
}

.u-max-w-485vw {
  max-width: 485vw;
}

.u-max-w-486px {
  max-width: 486px;
}

.u-max-w-486vw {
  max-width: 486vw;
}

.u-max-w-487px {
  max-width: 487px;
}

.u-max-w-487vw {
  max-width: 487vw;
}

.u-max-w-488px {
  max-width: 488px;
}

.u-max-w-488vw {
  max-width: 488vw;
}

.u-max-w-489px {
  max-width: 489px;
}

.u-max-w-489vw {
  max-width: 489vw;
}

.u-max-w-490px {
  max-width: 490px;
}

.u-max-w-490vw {
  max-width: 490vw;
}

.u-max-w-491px {
  max-width: 491px;
}

.u-max-w-491vw {
  max-width: 491vw;
}

.u-max-w-492px {
  max-width: 492px;
}

.u-max-w-492vw {
  max-width: 492vw;
}

.u-max-w-493px {
  max-width: 493px;
}

.u-max-w-493vw {
  max-width: 493vw;
}

.u-max-w-494px {
  max-width: 494px;
}

.u-max-w-494vw {
  max-width: 494vw;
}

.u-max-w-495px {
  max-width: 495px;
}

.u-max-w-495vw {
  max-width: 495vw;
}

.u-max-w-496px {
  max-width: 496px;
}

.u-max-w-496vw {
  max-width: 496vw;
}

.u-max-w-497px {
  max-width: 497px;
}

.u-max-w-497vw {
  max-width: 497vw;
}

.u-max-w-498px {
  max-width: 498px;
}

.u-max-w-498vw {
  max-width: 498vw;
}

.u-max-w-499px {
  max-width: 499px;
}

.u-max-w-499vw {
  max-width: 499vw;
}

.u-max-w-500px {
  max-width: 500px;
}

.u-max-w-500vw {
  max-width: 500vw;
}

.u-max-w-501px {
  max-width: 501px;
}

.u-max-w-501vw {
  max-width: 501vw;
}

.u-max-w-502px {
  max-width: 502px;
}

.u-max-w-502vw {
  max-width: 502vw;
}

.u-max-w-503px {
  max-width: 503px;
}

.u-max-w-503vw {
  max-width: 503vw;
}

.u-max-w-504px {
  max-width: 504px;
}

.u-max-w-504vw {
  max-width: 504vw;
}

.u-max-w-505px {
  max-width: 505px;
}

.u-max-w-505vw {
  max-width: 505vw;
}

.u-max-w-506px {
  max-width: 506px;
}

.u-max-w-506vw {
  max-width: 506vw;
}

.u-max-w-507px {
  max-width: 507px;
}

.u-max-w-507vw {
  max-width: 507vw;
}

.u-max-w-508px {
  max-width: 508px;
}

.u-max-w-508vw {
  max-width: 508vw;
}

.u-max-w-509px {
  max-width: 509px;
}

.u-max-w-509vw {
  max-width: 509vw;
}

.u-max-w-510px {
  max-width: 510px;
}

.u-max-w-510vw {
  max-width: 510vw;
}

.u-max-w-511px {
  max-width: 511px;
}

.u-max-w-511vw {
  max-width: 511vw;
}

.u-max-w-512px {
  max-width: 512px;
}

.u-max-w-512vw {
  max-width: 512vw;
}

.u-max-w-513px {
  max-width: 513px;
}

.u-max-w-513vw {
  max-width: 513vw;
}

.u-max-w-514px {
  max-width: 514px;
}

.u-max-w-514vw {
  max-width: 514vw;
}

.u-max-w-515px {
  max-width: 515px;
}

.u-max-w-515vw {
  max-width: 515vw;
}

.u-max-w-516px {
  max-width: 516px;
}

.u-max-w-516vw {
  max-width: 516vw;
}

.u-max-w-517px {
  max-width: 517px;
}

.u-max-w-517vw {
  max-width: 517vw;
}

.u-max-w-518px {
  max-width: 518px;
}

.u-max-w-518vw {
  max-width: 518vw;
}

.u-max-w-519px {
  max-width: 519px;
}

.u-max-w-519vw {
  max-width: 519vw;
}

.u-max-w-520px {
  max-width: 520px;
}

.u-max-w-520vw {
  max-width: 520vw;
}

.u-max-w-521px {
  max-width: 521px;
}

.u-max-w-521vw {
  max-width: 521vw;
}

.u-max-w-522px {
  max-width: 522px;
}

.u-max-w-522vw {
  max-width: 522vw;
}

.u-max-w-523px {
  max-width: 523px;
}

.u-max-w-523vw {
  max-width: 523vw;
}

.u-max-w-524px {
  max-width: 524px;
}

.u-max-w-524vw {
  max-width: 524vw;
}

.u-max-w-525px {
  max-width: 525px;
}

.u-max-w-525vw {
  max-width: 525vw;
}

.u-max-w-526px {
  max-width: 526px;
}

.u-max-w-526vw {
  max-width: 526vw;
}

.u-max-w-527px {
  max-width: 527px;
}

.u-max-w-527vw {
  max-width: 527vw;
}

.u-max-w-528px {
  max-width: 528px;
}

.u-max-w-528vw {
  max-width: 528vw;
}

.u-max-w-529px {
  max-width: 529px;
}

.u-max-w-529vw {
  max-width: 529vw;
}

.u-max-w-530px {
  max-width: 530px;
}

.u-max-w-530vw {
  max-width: 530vw;
}

.u-max-w-531px {
  max-width: 531px;
}

.u-max-w-531vw {
  max-width: 531vw;
}

.u-max-w-532px {
  max-width: 532px;
}

.u-max-w-532vw {
  max-width: 532vw;
}

.u-max-w-533px {
  max-width: 533px;
}

.u-max-w-533vw {
  max-width: 533vw;
}

.u-max-w-534px {
  max-width: 534px;
}

.u-max-w-534vw {
  max-width: 534vw;
}

.u-max-w-535px {
  max-width: 535px;
}

.u-max-w-535vw {
  max-width: 535vw;
}

.u-max-w-536px {
  max-width: 536px;
}

.u-max-w-536vw {
  max-width: 536vw;
}

.u-max-w-537px {
  max-width: 537px;
}

.u-max-w-537vw {
  max-width: 537vw;
}

.u-max-w-538px {
  max-width: 538px;
}

.u-max-w-538vw {
  max-width: 538vw;
}

.u-max-w-539px {
  max-width: 539px;
}

.u-max-w-539vw {
  max-width: 539vw;
}

.u-max-w-540px {
  max-width: 540px;
}

.u-max-w-540vw {
  max-width: 540vw;
}

.u-max-w-541px {
  max-width: 541px;
}

.u-max-w-541vw {
  max-width: 541vw;
}

.u-max-w-542px {
  max-width: 542px;
}

.u-max-w-542vw {
  max-width: 542vw;
}

.u-max-w-543px {
  max-width: 543px;
}

.u-max-w-543vw {
  max-width: 543vw;
}

.u-max-w-544px {
  max-width: 544px;
}

.u-max-w-544vw {
  max-width: 544vw;
}

.u-max-w-545px {
  max-width: 545px;
}

.u-max-w-545vw {
  max-width: 545vw;
}

.u-max-w-546px {
  max-width: 546px;
}

.u-max-w-546vw {
  max-width: 546vw;
}

.u-max-w-547px {
  max-width: 547px;
}

.u-max-w-547vw {
  max-width: 547vw;
}

.u-max-w-548px {
  max-width: 548px;
}

.u-max-w-548vw {
  max-width: 548vw;
}

.u-max-w-549px {
  max-width: 549px;
}

.u-max-w-549vw {
  max-width: 549vw;
}

.u-max-w-550px {
  max-width: 550px;
}

.u-max-w-550vw {
  max-width: 550vw;
}

.u-max-w-551px {
  max-width: 551px;
}

.u-max-w-551vw {
  max-width: 551vw;
}

.u-max-w-552px {
  max-width: 552px;
}

.u-max-w-552vw {
  max-width: 552vw;
}

.u-max-w-553px {
  max-width: 553px;
}

.u-max-w-553vw {
  max-width: 553vw;
}

.u-max-w-554px {
  max-width: 554px;
}

.u-max-w-554vw {
  max-width: 554vw;
}

.u-max-w-555px {
  max-width: 555px;
}

.u-max-w-555vw {
  max-width: 555vw;
}

.u-max-w-556px {
  max-width: 556px;
}

.u-max-w-556vw {
  max-width: 556vw;
}

.u-max-w-557px {
  max-width: 557px;
}

.u-max-w-557vw {
  max-width: 557vw;
}

.u-max-w-558px {
  max-width: 558px;
}

.u-max-w-558vw {
  max-width: 558vw;
}

.u-max-w-559px {
  max-width: 559px;
}

.u-max-w-559vw {
  max-width: 559vw;
}

.u-max-w-560px {
  max-width: 560px;
}

.u-max-w-560vw {
  max-width: 560vw;
}

.u-max-w-561px {
  max-width: 561px;
}

.u-max-w-561vw {
  max-width: 561vw;
}

.u-max-w-562px {
  max-width: 562px;
}

.u-max-w-562vw {
  max-width: 562vw;
}

.u-max-w-563px {
  max-width: 563px;
}

.u-max-w-563vw {
  max-width: 563vw;
}

.u-max-w-564px {
  max-width: 564px;
}

.u-max-w-564vw {
  max-width: 564vw;
}

.u-max-w-565px {
  max-width: 565px;
}

.u-max-w-565vw {
  max-width: 565vw;
}

.u-max-w-566px {
  max-width: 566px;
}

.u-max-w-566vw {
  max-width: 566vw;
}

.u-max-w-567px {
  max-width: 567px;
}

.u-max-w-567vw {
  max-width: 567vw;
}

.u-max-w-568px {
  max-width: 568px;
}

.u-max-w-568vw {
  max-width: 568vw;
}

.u-max-w-569px {
  max-width: 569px;
}

.u-max-w-569vw {
  max-width: 569vw;
}

.u-max-w-570px {
  max-width: 570px;
}

.u-max-w-570vw {
  max-width: 570vw;
}

.u-max-w-571px {
  max-width: 571px;
}

.u-max-w-571vw {
  max-width: 571vw;
}

.u-max-w-572px {
  max-width: 572px;
}

.u-max-w-572vw {
  max-width: 572vw;
}

.u-max-w-573px {
  max-width: 573px;
}

.u-max-w-573vw {
  max-width: 573vw;
}

.u-max-w-574px {
  max-width: 574px;
}

.u-max-w-574vw {
  max-width: 574vw;
}

.u-max-w-575px {
  max-width: 575px;
}

.u-max-w-575vw {
  max-width: 575vw;
}

.u-max-w-576px {
  max-width: 576px;
}

.u-max-w-576vw {
  max-width: 576vw;
}

.u-max-w-577px {
  max-width: 577px;
}

.u-max-w-577vw {
  max-width: 577vw;
}

.u-max-w-578px {
  max-width: 578px;
}

.u-max-w-578vw {
  max-width: 578vw;
}

.u-max-w-579px {
  max-width: 579px;
}

.u-max-w-579vw {
  max-width: 579vw;
}

.u-max-w-580px {
  max-width: 580px;
}

.u-max-w-580vw {
  max-width: 580vw;
}

.u-max-w-581px {
  max-width: 581px;
}

.u-max-w-581vw {
  max-width: 581vw;
}

.u-max-w-582px {
  max-width: 582px;
}

.u-max-w-582vw {
  max-width: 582vw;
}

.u-max-w-583px {
  max-width: 583px;
}

.u-max-w-583vw {
  max-width: 583vw;
}

.u-max-w-584px {
  max-width: 584px;
}

.u-max-w-584vw {
  max-width: 584vw;
}

.u-max-w-585px {
  max-width: 585px;
}

.u-max-w-585vw {
  max-width: 585vw;
}

.u-max-w-586px {
  max-width: 586px;
}

.u-max-w-586vw {
  max-width: 586vw;
}

.u-max-w-587px {
  max-width: 587px;
}

.u-max-w-587vw {
  max-width: 587vw;
}

.u-max-w-588px {
  max-width: 588px;
}

.u-max-w-588vw {
  max-width: 588vw;
}

.u-max-w-589px {
  max-width: 589px;
}

.u-max-w-589vw {
  max-width: 589vw;
}

.u-max-w-590px {
  max-width: 590px;
}

.u-max-w-590vw {
  max-width: 590vw;
}

.u-max-w-591px {
  max-width: 591px;
}

.u-max-w-591vw {
  max-width: 591vw;
}

.u-max-w-592px {
  max-width: 592px;
}

.u-max-w-592vw {
  max-width: 592vw;
}

.u-max-w-593px {
  max-width: 593px;
}

.u-max-w-593vw {
  max-width: 593vw;
}

.u-max-w-594px {
  max-width: 594px;
}

.u-max-w-594vw {
  max-width: 594vw;
}

.u-max-w-595px {
  max-width: 595px;
}

.u-max-w-595vw {
  max-width: 595vw;
}

.u-max-w-596px {
  max-width: 596px;
}

.u-max-w-596vw {
  max-width: 596vw;
}

.u-max-w-597px {
  max-width: 597px;
}

.u-max-w-597vw {
  max-width: 597vw;
}

.u-max-w-598px {
  max-width: 598px;
}

.u-max-w-598vw {
  max-width: 598vw;
}

.u-max-w-599px {
  max-width: 599px;
}

.u-max-w-599vw {
  max-width: 599vw;
}

.u-max-w-600px {
  max-width: 600px;
}

.u-max-w-600vw {
  max-width: 600vw;
}

.u-max-w-601px {
  max-width: 601px;
}

.u-max-w-601vw {
  max-width: 601vw;
}

.u-max-w-602px {
  max-width: 602px;
}

.u-max-w-602vw {
  max-width: 602vw;
}

.u-max-w-603px {
  max-width: 603px;
}

.u-max-w-603vw {
  max-width: 603vw;
}

.u-max-w-604px {
  max-width: 604px;
}

.u-max-w-604vw {
  max-width: 604vw;
}

.u-max-w-605px {
  max-width: 605px;
}

.u-max-w-605vw {
  max-width: 605vw;
}

.u-max-w-606px {
  max-width: 606px;
}

.u-max-w-606vw {
  max-width: 606vw;
}

.u-max-w-607px {
  max-width: 607px;
}

.u-max-w-607vw {
  max-width: 607vw;
}

.u-max-w-608px {
  max-width: 608px;
}

.u-max-w-608vw {
  max-width: 608vw;
}

.u-max-w-609px {
  max-width: 609px;
}

.u-max-w-609vw {
  max-width: 609vw;
}

.u-max-w-610px {
  max-width: 610px;
}

.u-max-w-610vw {
  max-width: 610vw;
}

.u-max-w-611px {
  max-width: 611px;
}

.u-max-w-611vw {
  max-width: 611vw;
}

.u-max-w-612px {
  max-width: 612px;
}

.u-max-w-612vw {
  max-width: 612vw;
}

.u-max-w-613px {
  max-width: 613px;
}

.u-max-w-613vw {
  max-width: 613vw;
}

.u-max-w-614px {
  max-width: 614px;
}

.u-max-w-614vw {
  max-width: 614vw;
}

.u-max-w-615px {
  max-width: 615px;
}

.u-max-w-615vw {
  max-width: 615vw;
}

.u-max-w-616px {
  max-width: 616px;
}

.u-max-w-616vw {
  max-width: 616vw;
}

.u-max-w-617px {
  max-width: 617px;
}

.u-max-w-617vw {
  max-width: 617vw;
}

.u-max-w-618px {
  max-width: 618px;
}

.u-max-w-618vw {
  max-width: 618vw;
}

.u-max-w-619px {
  max-width: 619px;
}

.u-max-w-619vw {
  max-width: 619vw;
}

.u-max-w-620px {
  max-width: 620px;
}

.u-max-w-620vw {
  max-width: 620vw;
}

.u-max-w-621px {
  max-width: 621px;
}

.u-max-w-621vw {
  max-width: 621vw;
}

.u-max-w-622px {
  max-width: 622px;
}

.u-max-w-622vw {
  max-width: 622vw;
}

.u-max-w-623px {
  max-width: 623px;
}

.u-max-w-623vw {
  max-width: 623vw;
}

.u-max-w-624px {
  max-width: 624px;
}

.u-max-w-624vw {
  max-width: 624vw;
}

.u-max-w-625px {
  max-width: 625px;
}

.u-max-w-625vw {
  max-width: 625vw;
}

.u-max-w-626px {
  max-width: 626px;
}

.u-max-w-626vw {
  max-width: 626vw;
}

.u-max-w-627px {
  max-width: 627px;
}

.u-max-w-627vw {
  max-width: 627vw;
}

.u-max-w-628px {
  max-width: 628px;
}

.u-max-w-628vw {
  max-width: 628vw;
}

.u-max-w-629px {
  max-width: 629px;
}

.u-max-w-629vw {
  max-width: 629vw;
}

.u-max-w-630px {
  max-width: 630px;
}

.u-max-w-630vw {
  max-width: 630vw;
}

.u-max-w-631px {
  max-width: 631px;
}

.u-max-w-631vw {
  max-width: 631vw;
}

.u-max-w-632px {
  max-width: 632px;
}

.u-max-w-632vw {
  max-width: 632vw;
}

.u-max-w-633px {
  max-width: 633px;
}

.u-max-w-633vw {
  max-width: 633vw;
}

.u-max-w-634px {
  max-width: 634px;
}

.u-max-w-634vw {
  max-width: 634vw;
}

.u-max-w-635px {
  max-width: 635px;
}

.u-max-w-635vw {
  max-width: 635vw;
}

.u-max-w-636px {
  max-width: 636px;
}

.u-max-w-636vw {
  max-width: 636vw;
}

.u-max-w-637px {
  max-width: 637px;
}

.u-max-w-637vw {
  max-width: 637vw;
}

.u-max-w-638px {
  max-width: 638px;
}

.u-max-w-638vw {
  max-width: 638vw;
}

.u-max-w-639px {
  max-width: 639px;
}

.u-max-w-639vw {
  max-width: 639vw;
}

.u-max-w-640px {
  max-width: 640px;
}

.u-max-w-640vw {
  max-width: 640vw;
}

.u-max-w-641px {
  max-width: 641px;
}

.u-max-w-641vw {
  max-width: 641vw;
}

.u-max-w-642px {
  max-width: 642px;
}

.u-max-w-642vw {
  max-width: 642vw;
}

.u-max-w-643px {
  max-width: 643px;
}

.u-max-w-643vw {
  max-width: 643vw;
}

.u-max-w-644px {
  max-width: 644px;
}

.u-max-w-644vw {
  max-width: 644vw;
}

.u-max-w-645px {
  max-width: 645px;
}

.u-max-w-645vw {
  max-width: 645vw;
}

.u-max-w-646px {
  max-width: 646px;
}

.u-max-w-646vw {
  max-width: 646vw;
}

.u-max-w-647px {
  max-width: 647px;
}

.u-max-w-647vw {
  max-width: 647vw;
}

.u-max-w-648px {
  max-width: 648px;
}

.u-max-w-648vw {
  max-width: 648vw;
}

.u-max-w-649px {
  max-width: 649px;
}

.u-max-w-649vw {
  max-width: 649vw;
}

.u-max-w-650px {
  max-width: 650px;
}

.u-max-w-650vw {
  max-width: 650vw;
}

.u-max-w-651px {
  max-width: 651px;
}

.u-max-w-651vw {
  max-width: 651vw;
}

.u-max-w-652px {
  max-width: 652px;
}

.u-max-w-652vw {
  max-width: 652vw;
}

.u-max-w-653px {
  max-width: 653px;
}

.u-max-w-653vw {
  max-width: 653vw;
}

.u-max-w-654px {
  max-width: 654px;
}

.u-max-w-654vw {
  max-width: 654vw;
}

.u-max-w-655px {
  max-width: 655px;
}

.u-max-w-655vw {
  max-width: 655vw;
}

.u-max-w-656px {
  max-width: 656px;
}

.u-max-w-656vw {
  max-width: 656vw;
}

.u-max-w-657px {
  max-width: 657px;
}

.u-max-w-657vw {
  max-width: 657vw;
}

.u-max-w-658px {
  max-width: 658px;
}

.u-max-w-658vw {
  max-width: 658vw;
}

.u-max-w-659px {
  max-width: 659px;
}

.u-max-w-659vw {
  max-width: 659vw;
}

.u-max-w-660px {
  max-width: 660px;
}

.u-max-w-660vw {
  max-width: 660vw;
}

.u-max-w-661px {
  max-width: 661px;
}

.u-max-w-661vw {
  max-width: 661vw;
}

.u-max-w-662px {
  max-width: 662px;
}

.u-max-w-662vw {
  max-width: 662vw;
}

.u-max-w-663px {
  max-width: 663px;
}

.u-max-w-663vw {
  max-width: 663vw;
}

.u-max-w-664px {
  max-width: 664px;
}

.u-max-w-664vw {
  max-width: 664vw;
}

.u-max-w-665px {
  max-width: 665px;
}

.u-max-w-665vw {
  max-width: 665vw;
}

.u-max-w-666px {
  max-width: 666px;
}

.u-max-w-666vw {
  max-width: 666vw;
}

.u-max-w-667px {
  max-width: 667px;
}

.u-max-w-667vw {
  max-width: 667vw;
}

.u-max-w-668px {
  max-width: 668px;
}

.u-max-w-668vw {
  max-width: 668vw;
}

.u-max-w-669px {
  max-width: 669px;
}

.u-max-w-669vw {
  max-width: 669vw;
}

.u-max-w-670px {
  max-width: 670px;
}

.u-max-w-670vw {
  max-width: 670vw;
}

.u-max-w-671px {
  max-width: 671px;
}

.u-max-w-671vw {
  max-width: 671vw;
}

.u-max-w-672px {
  max-width: 672px;
}

.u-max-w-672vw {
  max-width: 672vw;
}

.u-max-w-673px {
  max-width: 673px;
}

.u-max-w-673vw {
  max-width: 673vw;
}

.u-max-w-674px {
  max-width: 674px;
}

.u-max-w-674vw {
  max-width: 674vw;
}

.u-max-w-675px {
  max-width: 675px;
}

.u-max-w-675vw {
  max-width: 675vw;
}

.u-max-w-676px {
  max-width: 676px;
}

.u-max-w-676vw {
  max-width: 676vw;
}

.u-max-w-677px {
  max-width: 677px;
}

.u-max-w-677vw {
  max-width: 677vw;
}

.u-max-w-678px {
  max-width: 678px;
}

.u-max-w-678vw {
  max-width: 678vw;
}

.u-max-w-679px {
  max-width: 679px;
}

.u-max-w-679vw {
  max-width: 679vw;
}

.u-max-w-680px {
  max-width: 680px;
}

.u-max-w-680vw {
  max-width: 680vw;
}

.u-max-w-681px {
  max-width: 681px;
}

.u-max-w-681vw {
  max-width: 681vw;
}

.u-max-w-682px {
  max-width: 682px;
}

.u-max-w-682vw {
  max-width: 682vw;
}

.u-max-w-683px {
  max-width: 683px;
}

.u-max-w-683vw {
  max-width: 683vw;
}

.u-max-w-684px {
  max-width: 684px;
}

.u-max-w-684vw {
  max-width: 684vw;
}

.u-max-w-685px {
  max-width: 685px;
}

.u-max-w-685vw {
  max-width: 685vw;
}

.u-max-w-686px {
  max-width: 686px;
}

.u-max-w-686vw {
  max-width: 686vw;
}

.u-max-w-687px {
  max-width: 687px;
}

.u-max-w-687vw {
  max-width: 687vw;
}

.u-max-w-688px {
  max-width: 688px;
}

.u-max-w-688vw {
  max-width: 688vw;
}

.u-max-w-689px {
  max-width: 689px;
}

.u-max-w-689vw {
  max-width: 689vw;
}

.u-max-w-690px {
  max-width: 690px;
}

.u-max-w-690vw {
  max-width: 690vw;
}

.u-max-w-691px {
  max-width: 691px;
}

.u-max-w-691vw {
  max-width: 691vw;
}

.u-max-w-692px {
  max-width: 692px;
}

.u-max-w-692vw {
  max-width: 692vw;
}

.u-max-w-693px {
  max-width: 693px;
}

.u-max-w-693vw {
  max-width: 693vw;
}

.u-max-w-694px {
  max-width: 694px;
}

.u-max-w-694vw {
  max-width: 694vw;
}

.u-max-w-695px {
  max-width: 695px;
}

.u-max-w-695vw {
  max-width: 695vw;
}

.u-max-w-696px {
  max-width: 696px;
}

.u-max-w-696vw {
  max-width: 696vw;
}

.u-max-w-697px {
  max-width: 697px;
}

.u-max-w-697vw {
  max-width: 697vw;
}

.u-max-w-698px {
  max-width: 698px;
}

.u-max-w-698vw {
  max-width: 698vw;
}

.u-max-w-699px {
  max-width: 699px;
}

.u-max-w-699vw {
  max-width: 699vw;
}

.u-max-w-700px {
  max-width: 700px;
}

.u-max-w-700vw {
  max-width: 700vw;
}

.u-max-w-701px {
  max-width: 701px;
}

.u-max-w-701vw {
  max-width: 701vw;
}

.u-max-w-702px {
  max-width: 702px;
}

.u-max-w-702vw {
  max-width: 702vw;
}

.u-max-w-703px {
  max-width: 703px;
}

.u-max-w-703vw {
  max-width: 703vw;
}

.u-max-w-704px {
  max-width: 704px;
}

.u-max-w-704vw {
  max-width: 704vw;
}

.u-max-w-705px {
  max-width: 705px;
}

.u-max-w-705vw {
  max-width: 705vw;
}

.u-max-w-706px {
  max-width: 706px;
}

.u-max-w-706vw {
  max-width: 706vw;
}

.u-max-w-707px {
  max-width: 707px;
}

.u-max-w-707vw {
  max-width: 707vw;
}

.u-max-w-708px {
  max-width: 708px;
}

.u-max-w-708vw {
  max-width: 708vw;
}

.u-max-w-709px {
  max-width: 709px;
}

.u-max-w-709vw {
  max-width: 709vw;
}

.u-max-w-710px {
  max-width: 710px;
}

.u-max-w-710vw {
  max-width: 710vw;
}

.u-max-w-711px {
  max-width: 711px;
}

.u-max-w-711vw {
  max-width: 711vw;
}

.u-max-w-712px {
  max-width: 712px;
}

.u-max-w-712vw {
  max-width: 712vw;
}

.u-max-w-713px {
  max-width: 713px;
}

.u-max-w-713vw {
  max-width: 713vw;
}

.u-max-w-714px {
  max-width: 714px;
}

.u-max-w-714vw {
  max-width: 714vw;
}

.u-max-w-715px {
  max-width: 715px;
}

.u-max-w-715vw {
  max-width: 715vw;
}

.u-max-w-716px {
  max-width: 716px;
}

.u-max-w-716vw {
  max-width: 716vw;
}

.u-max-w-717px {
  max-width: 717px;
}

.u-max-w-717vw {
  max-width: 717vw;
}

.u-max-w-718px {
  max-width: 718px;
}

.u-max-w-718vw {
  max-width: 718vw;
}

.u-max-w-719px {
  max-width: 719px;
}

.u-max-w-719vw {
  max-width: 719vw;
}

.u-max-w-720px {
  max-width: 720px;
}

.u-max-w-720vw {
  max-width: 720vw;
}

.u-max-w-721px {
  max-width: 721px;
}

.u-max-w-721vw {
  max-width: 721vw;
}

.u-max-w-722px {
  max-width: 722px;
}

.u-max-w-722vw {
  max-width: 722vw;
}

.u-max-w-723px {
  max-width: 723px;
}

.u-max-w-723vw {
  max-width: 723vw;
}

.u-max-w-724px {
  max-width: 724px;
}

.u-max-w-724vw {
  max-width: 724vw;
}

.u-max-w-725px {
  max-width: 725px;
}

.u-max-w-725vw {
  max-width: 725vw;
}

.u-max-w-726px {
  max-width: 726px;
}

.u-max-w-726vw {
  max-width: 726vw;
}

.u-max-w-727px {
  max-width: 727px;
}

.u-max-w-727vw {
  max-width: 727vw;
}

.u-max-w-728px {
  max-width: 728px;
}

.u-max-w-728vw {
  max-width: 728vw;
}

.u-max-w-729px {
  max-width: 729px;
}

.u-max-w-729vw {
  max-width: 729vw;
}

.u-max-w-730px {
  max-width: 730px;
}

.u-max-w-730vw {
  max-width: 730vw;
}

.u-max-w-731px {
  max-width: 731px;
}

.u-max-w-731vw {
  max-width: 731vw;
}

.u-max-w-732px {
  max-width: 732px;
}

.u-max-w-732vw {
  max-width: 732vw;
}

.u-max-w-733px {
  max-width: 733px;
}

.u-max-w-733vw {
  max-width: 733vw;
}

.u-max-w-734px {
  max-width: 734px;
}

.u-max-w-734vw {
  max-width: 734vw;
}

.u-max-w-735px {
  max-width: 735px;
}

.u-max-w-735vw {
  max-width: 735vw;
}

.u-max-w-736px {
  max-width: 736px;
}

.u-max-w-736vw {
  max-width: 736vw;
}

.u-max-w-737px {
  max-width: 737px;
}

.u-max-w-737vw {
  max-width: 737vw;
}

.u-max-w-738px {
  max-width: 738px;
}

.u-max-w-738vw {
  max-width: 738vw;
}

.u-max-w-739px {
  max-width: 739px;
}

.u-max-w-739vw {
  max-width: 739vw;
}

.u-max-w-740px {
  max-width: 740px;
}

.u-max-w-740vw {
  max-width: 740vw;
}

.u-max-w-741px {
  max-width: 741px;
}

.u-max-w-741vw {
  max-width: 741vw;
}

.u-max-w-742px {
  max-width: 742px;
}

.u-max-w-742vw {
  max-width: 742vw;
}

.u-max-w-743px {
  max-width: 743px;
}

.u-max-w-743vw {
  max-width: 743vw;
}

.u-max-w-744px {
  max-width: 744px;
}

.u-max-w-744vw {
  max-width: 744vw;
}

.u-max-w-745px {
  max-width: 745px;
}

.u-max-w-745vw {
  max-width: 745vw;
}

.u-max-w-746px {
  max-width: 746px;
}

.u-max-w-746vw {
  max-width: 746vw;
}

.u-max-w-747px {
  max-width: 747px;
}

.u-max-w-747vw {
  max-width: 747vw;
}

.u-max-w-748px {
  max-width: 748px;
}

.u-max-w-748vw {
  max-width: 748vw;
}

.u-max-w-749px {
  max-width: 749px;
}

.u-max-w-749vw {
  max-width: 749vw;
}

.u-max-w-750px {
  max-width: 750px;
}

.u-max-w-750vw {
  max-width: 750vw;
}

.u-max-w-751px {
  max-width: 751px;
}

.u-max-w-751vw {
  max-width: 751vw;
}

.u-max-w-752px {
  max-width: 752px;
}

.u-max-w-752vw {
  max-width: 752vw;
}

.u-max-w-753px {
  max-width: 753px;
}

.u-max-w-753vw {
  max-width: 753vw;
}

.u-max-w-754px {
  max-width: 754px;
}

.u-max-w-754vw {
  max-width: 754vw;
}

.u-max-w-755px {
  max-width: 755px;
}

.u-max-w-755vw {
  max-width: 755vw;
}

.u-max-w-756px {
  max-width: 756px;
}

.u-max-w-756vw {
  max-width: 756vw;
}

.u-max-w-757px {
  max-width: 757px;
}

.u-max-w-757vw {
  max-width: 757vw;
}

.u-max-w-758px {
  max-width: 758px;
}

.u-max-w-758vw {
  max-width: 758vw;
}

.u-max-w-759px {
  max-width: 759px;
}

.u-max-w-759vw {
  max-width: 759vw;
}

.u-max-w-760px {
  max-width: 760px;
}

.u-max-w-760vw {
  max-width: 760vw;
}

.u-max-w-761px {
  max-width: 761px;
}

.u-max-w-761vw {
  max-width: 761vw;
}

.u-max-w-762px {
  max-width: 762px;
}

.u-max-w-762vw {
  max-width: 762vw;
}

.u-max-w-763px {
  max-width: 763px;
}

.u-max-w-763vw {
  max-width: 763vw;
}

.u-max-w-764px {
  max-width: 764px;
}

.u-max-w-764vw {
  max-width: 764vw;
}

.u-max-w-765px {
  max-width: 765px;
}

.u-max-w-765vw {
  max-width: 765vw;
}

.u-max-w-766px {
  max-width: 766px;
}

.u-max-w-766vw {
  max-width: 766vw;
}

.u-max-w-767px {
  max-width: 767px;
}

.u-max-w-767vw {
  max-width: 767vw;
}

.u-max-w-768px {
  max-width: 768px;
}

.u-max-w-768vw {
  max-width: 768vw;
}

.u-max-w-769px {
  max-width: 769px;
}

.u-max-w-769vw {
  max-width: 769vw;
}

.u-max-w-770px {
  max-width: 770px;
}

.u-max-w-770vw {
  max-width: 770vw;
}

.u-max-w-771px {
  max-width: 771px;
}

.u-max-w-771vw {
  max-width: 771vw;
}

.u-max-w-772px {
  max-width: 772px;
}

.u-max-w-772vw {
  max-width: 772vw;
}

.u-max-w-773px {
  max-width: 773px;
}

.u-max-w-773vw {
  max-width: 773vw;
}

.u-max-w-774px {
  max-width: 774px;
}

.u-max-w-774vw {
  max-width: 774vw;
}

.u-max-w-775px {
  max-width: 775px;
}

.u-max-w-775vw {
  max-width: 775vw;
}

.u-max-w-776px {
  max-width: 776px;
}

.u-max-w-776vw {
  max-width: 776vw;
}

.u-max-w-777px {
  max-width: 777px;
}

.u-max-w-777vw {
  max-width: 777vw;
}

.u-max-w-778px {
  max-width: 778px;
}

.u-max-w-778vw {
  max-width: 778vw;
}

.u-max-w-779px {
  max-width: 779px;
}

.u-max-w-779vw {
  max-width: 779vw;
}

.u-max-w-780px {
  max-width: 780px;
}

.u-max-w-780vw {
  max-width: 780vw;
}

.u-max-w-781px {
  max-width: 781px;
}

.u-max-w-781vw {
  max-width: 781vw;
}

.u-max-w-782px {
  max-width: 782px;
}

.u-max-w-782vw {
  max-width: 782vw;
}

.u-max-w-783px {
  max-width: 783px;
}

.u-max-w-783vw {
  max-width: 783vw;
}

.u-max-w-784px {
  max-width: 784px;
}

.u-max-w-784vw {
  max-width: 784vw;
}

.u-max-w-785px {
  max-width: 785px;
}

.u-max-w-785vw {
  max-width: 785vw;
}

.u-max-w-786px {
  max-width: 786px;
}

.u-max-w-786vw {
  max-width: 786vw;
}

.u-max-w-787px {
  max-width: 787px;
}

.u-max-w-787vw {
  max-width: 787vw;
}

.u-max-w-788px {
  max-width: 788px;
}

.u-max-w-788vw {
  max-width: 788vw;
}

.u-max-w-789px {
  max-width: 789px;
}

.u-max-w-789vw {
  max-width: 789vw;
}

.u-max-w-790px {
  max-width: 790px;
}

.u-max-w-790vw {
  max-width: 790vw;
}

.u-max-w-791px {
  max-width: 791px;
}

.u-max-w-791vw {
  max-width: 791vw;
}

.u-max-w-792px {
  max-width: 792px;
}

.u-max-w-792vw {
  max-width: 792vw;
}

.u-max-w-793px {
  max-width: 793px;
}

.u-max-w-793vw {
  max-width: 793vw;
}

.u-max-w-794px {
  max-width: 794px;
}

.u-max-w-794vw {
  max-width: 794vw;
}

.u-max-w-795px {
  max-width: 795px;
}

.u-max-w-795vw {
  max-width: 795vw;
}

.u-max-w-796px {
  max-width: 796px;
}

.u-max-w-796vw {
  max-width: 796vw;
}

.u-max-w-797px {
  max-width: 797px;
}

.u-max-w-797vw {
  max-width: 797vw;
}

.u-max-w-798px {
  max-width: 798px;
}

.u-max-w-798vw {
  max-width: 798vw;
}

.u-max-w-799px {
  max-width: 799px;
}

.u-max-w-799vw {
  max-width: 799vw;
}

.u-max-w-800px {
  max-width: 800px;
}

.u-max-w-800vw {
  max-width: 800vw;
}

.u-max-w-801px {
  max-width: 801px;
}

.u-max-w-801vw {
  max-width: 801vw;
}

.u-max-w-802px {
  max-width: 802px;
}

.u-max-w-802vw {
  max-width: 802vw;
}

.u-max-w-803px {
  max-width: 803px;
}

.u-max-w-803vw {
  max-width: 803vw;
}

.u-max-w-804px {
  max-width: 804px;
}

.u-max-w-804vw {
  max-width: 804vw;
}

.u-max-w-805px {
  max-width: 805px;
}

.u-max-w-805vw {
  max-width: 805vw;
}

.u-max-w-806px {
  max-width: 806px;
}

.u-max-w-806vw {
  max-width: 806vw;
}

.u-max-w-807px {
  max-width: 807px;
}

.u-max-w-807vw {
  max-width: 807vw;
}

.u-max-w-808px {
  max-width: 808px;
}

.u-max-w-808vw {
  max-width: 808vw;
}

.u-max-w-809px {
  max-width: 809px;
}

.u-max-w-809vw {
  max-width: 809vw;
}

.u-max-w-810px {
  max-width: 810px;
}

.u-max-w-810vw {
  max-width: 810vw;
}

.u-max-w-811px {
  max-width: 811px;
}

.u-max-w-811vw {
  max-width: 811vw;
}

.u-max-w-812px {
  max-width: 812px;
}

.u-max-w-812vw {
  max-width: 812vw;
}

.u-max-w-813px {
  max-width: 813px;
}

.u-max-w-813vw {
  max-width: 813vw;
}

.u-max-w-814px {
  max-width: 814px;
}

.u-max-w-814vw {
  max-width: 814vw;
}

.u-max-w-815px {
  max-width: 815px;
}

.u-max-w-815vw {
  max-width: 815vw;
}

.u-max-w-816px {
  max-width: 816px;
}

.u-max-w-816vw {
  max-width: 816vw;
}

.u-max-w-817px {
  max-width: 817px;
}

.u-max-w-817vw {
  max-width: 817vw;
}

.u-max-w-818px {
  max-width: 818px;
}

.u-max-w-818vw {
  max-width: 818vw;
}

.u-max-w-819px {
  max-width: 819px;
}

.u-max-w-819vw {
  max-width: 819vw;
}

.u-max-w-820px {
  max-width: 820px;
}

.u-max-w-820vw {
  max-width: 820vw;
}

.u-max-w-821px {
  max-width: 821px;
}

.u-max-w-821vw {
  max-width: 821vw;
}

.u-max-w-822px {
  max-width: 822px;
}

.u-max-w-822vw {
  max-width: 822vw;
}

.u-max-w-823px {
  max-width: 823px;
}

.u-max-w-823vw {
  max-width: 823vw;
}

.u-max-w-824px {
  max-width: 824px;
}

.u-max-w-824vw {
  max-width: 824vw;
}

.u-max-w-825px {
  max-width: 825px;
}

.u-max-w-825vw {
  max-width: 825vw;
}

.u-max-w-826px {
  max-width: 826px;
}

.u-max-w-826vw {
  max-width: 826vw;
}

.u-max-w-827px {
  max-width: 827px;
}

.u-max-w-827vw {
  max-width: 827vw;
}

.u-max-w-828px {
  max-width: 828px;
}

.u-max-w-828vw {
  max-width: 828vw;
}

.u-max-w-829px {
  max-width: 829px;
}

.u-max-w-829vw {
  max-width: 829vw;
}

.u-max-w-830px {
  max-width: 830px;
}

.u-max-w-830vw {
  max-width: 830vw;
}

.u-max-w-831px {
  max-width: 831px;
}

.u-max-w-831vw {
  max-width: 831vw;
}

.u-max-w-832px {
  max-width: 832px;
}

.u-max-w-832vw {
  max-width: 832vw;
}

.u-max-w-833px {
  max-width: 833px;
}

.u-max-w-833vw {
  max-width: 833vw;
}

.u-max-w-834px {
  max-width: 834px;
}

.u-max-w-834vw {
  max-width: 834vw;
}

.u-max-w-835px {
  max-width: 835px;
}

.u-max-w-835vw {
  max-width: 835vw;
}

.u-max-w-836px {
  max-width: 836px;
}

.u-max-w-836vw {
  max-width: 836vw;
}

.u-max-w-837px {
  max-width: 837px;
}

.u-max-w-837vw {
  max-width: 837vw;
}

.u-max-w-838px {
  max-width: 838px;
}

.u-max-w-838vw {
  max-width: 838vw;
}

.u-max-w-839px {
  max-width: 839px;
}

.u-max-w-839vw {
  max-width: 839vw;
}

.u-max-w-840px {
  max-width: 840px;
}

.u-max-w-840vw {
  max-width: 840vw;
}

.u-max-w-841px {
  max-width: 841px;
}

.u-max-w-841vw {
  max-width: 841vw;
}

.u-max-w-842px {
  max-width: 842px;
}

.u-max-w-842vw {
  max-width: 842vw;
}

.u-max-w-843px {
  max-width: 843px;
}

.u-max-w-843vw {
  max-width: 843vw;
}

.u-max-w-844px {
  max-width: 844px;
}

.u-max-w-844vw {
  max-width: 844vw;
}

.u-max-w-845px {
  max-width: 845px;
}

.u-max-w-845vw {
  max-width: 845vw;
}

.u-max-w-846px {
  max-width: 846px;
}

.u-max-w-846vw {
  max-width: 846vw;
}

.u-max-w-847px {
  max-width: 847px;
}

.u-max-w-847vw {
  max-width: 847vw;
}

.u-max-w-848px {
  max-width: 848px;
}

.u-max-w-848vw {
  max-width: 848vw;
}

.u-max-w-849px {
  max-width: 849px;
}

.u-max-w-849vw {
  max-width: 849vw;
}

.u-max-w-850px {
  max-width: 850px;
}

.u-max-w-850vw {
  max-width: 850vw;
}

.u-max-w-851px {
  max-width: 851px;
}

.u-max-w-851vw {
  max-width: 851vw;
}

.u-max-w-852px {
  max-width: 852px;
}

.u-max-w-852vw {
  max-width: 852vw;
}

.u-max-w-853px {
  max-width: 853px;
}

.u-max-w-853vw {
  max-width: 853vw;
}

.u-max-w-854px {
  max-width: 854px;
}

.u-max-w-854vw {
  max-width: 854vw;
}

.u-max-w-855px {
  max-width: 855px;
}

.u-max-w-855vw {
  max-width: 855vw;
}

.u-max-w-856px {
  max-width: 856px;
}

.u-max-w-856vw {
  max-width: 856vw;
}

.u-max-w-857px {
  max-width: 857px;
}

.u-max-w-857vw {
  max-width: 857vw;
}

.u-max-w-858px {
  max-width: 858px;
}

.u-max-w-858vw {
  max-width: 858vw;
}

.u-max-w-859px {
  max-width: 859px;
}

.u-max-w-859vw {
  max-width: 859vw;
}

.u-max-w-860px {
  max-width: 860px;
}

.u-max-w-860vw {
  max-width: 860vw;
}

.u-max-w-861px {
  max-width: 861px;
}

.u-max-w-861vw {
  max-width: 861vw;
}

.u-max-w-862px {
  max-width: 862px;
}

.u-max-w-862vw {
  max-width: 862vw;
}

.u-max-w-863px {
  max-width: 863px;
}

.u-max-w-863vw {
  max-width: 863vw;
}

.u-max-w-864px {
  max-width: 864px;
}

.u-max-w-864vw {
  max-width: 864vw;
}

.u-max-w-865px {
  max-width: 865px;
}

.u-max-w-865vw {
  max-width: 865vw;
}

.u-max-w-866px {
  max-width: 866px;
}

.u-max-w-866vw {
  max-width: 866vw;
}

.u-max-w-867px {
  max-width: 867px;
}

.u-max-w-867vw {
  max-width: 867vw;
}

.u-max-w-868px {
  max-width: 868px;
}

.u-max-w-868vw {
  max-width: 868vw;
}

.u-max-w-869px {
  max-width: 869px;
}

.u-max-w-869vw {
  max-width: 869vw;
}

.u-max-w-870px {
  max-width: 870px;
}

.u-max-w-870vw {
  max-width: 870vw;
}

.u-max-w-871px {
  max-width: 871px;
}

.u-max-w-871vw {
  max-width: 871vw;
}

.u-max-w-872px {
  max-width: 872px;
}

.u-max-w-872vw {
  max-width: 872vw;
}

.u-max-w-873px {
  max-width: 873px;
}

.u-max-w-873vw {
  max-width: 873vw;
}

.u-max-w-874px {
  max-width: 874px;
}

.u-max-w-874vw {
  max-width: 874vw;
}

.u-max-w-875px {
  max-width: 875px;
}

.u-max-w-875vw {
  max-width: 875vw;
}

.u-max-w-876px {
  max-width: 876px;
}

.u-max-w-876vw {
  max-width: 876vw;
}

.u-max-w-877px {
  max-width: 877px;
}

.u-max-w-877vw {
  max-width: 877vw;
}

.u-max-w-878px {
  max-width: 878px;
}

.u-max-w-878vw {
  max-width: 878vw;
}

.u-max-w-879px {
  max-width: 879px;
}

.u-max-w-879vw {
  max-width: 879vw;
}

.u-max-w-880px {
  max-width: 880px;
}

.u-max-w-880vw {
  max-width: 880vw;
}

.u-max-w-881px {
  max-width: 881px;
}

.u-max-w-881vw {
  max-width: 881vw;
}

.u-max-w-882px {
  max-width: 882px;
}

.u-max-w-882vw {
  max-width: 882vw;
}

.u-max-w-883px {
  max-width: 883px;
}

.u-max-w-883vw {
  max-width: 883vw;
}

.u-max-w-884px {
  max-width: 884px;
}

.u-max-w-884vw {
  max-width: 884vw;
}

.u-max-w-885px {
  max-width: 885px;
}

.u-max-w-885vw {
  max-width: 885vw;
}

.u-max-w-886px {
  max-width: 886px;
}

.u-max-w-886vw {
  max-width: 886vw;
}

.u-max-w-887px {
  max-width: 887px;
}

.u-max-w-887vw {
  max-width: 887vw;
}

.u-max-w-888px {
  max-width: 888px;
}

.u-max-w-888vw {
  max-width: 888vw;
}

.u-max-w-889px {
  max-width: 889px;
}

.u-max-w-889vw {
  max-width: 889vw;
}

.u-max-w-890px {
  max-width: 890px;
}

.u-max-w-890vw {
  max-width: 890vw;
}

.u-max-w-891px {
  max-width: 891px;
}

.u-max-w-891vw {
  max-width: 891vw;
}

.u-max-w-892px {
  max-width: 892px;
}

.u-max-w-892vw {
  max-width: 892vw;
}

.u-max-w-893px {
  max-width: 893px;
}

.u-max-w-893vw {
  max-width: 893vw;
}

.u-max-w-894px {
  max-width: 894px;
}

.u-max-w-894vw {
  max-width: 894vw;
}

.u-max-w-895px {
  max-width: 895px;
}

.u-max-w-895vw {
  max-width: 895vw;
}

.u-max-w-896px {
  max-width: 896px;
}

.u-max-w-896vw {
  max-width: 896vw;
}

.u-max-w-897px {
  max-width: 897px;
}

.u-max-w-897vw {
  max-width: 897vw;
}

.u-max-w-898px {
  max-width: 898px;
}

.u-max-w-898vw {
  max-width: 898vw;
}

.u-max-w-899px {
  max-width: 899px;
}

.u-max-w-899vw {
  max-width: 899vw;
}

.u-max-w-900px {
  max-width: 900px;
}

.u-max-w-900vw {
  max-width: 900vw;
}

.u-max-w-901px {
  max-width: 901px;
}

.u-max-w-901vw {
  max-width: 901vw;
}

.u-max-w-902px {
  max-width: 902px;
}

.u-max-w-902vw {
  max-width: 902vw;
}

.u-max-w-903px {
  max-width: 903px;
}

.u-max-w-903vw {
  max-width: 903vw;
}

.u-max-w-904px {
  max-width: 904px;
}

.u-max-w-904vw {
  max-width: 904vw;
}

.u-max-w-905px {
  max-width: 905px;
}

.u-max-w-905vw {
  max-width: 905vw;
}

.u-max-w-906px {
  max-width: 906px;
}

.u-max-w-906vw {
  max-width: 906vw;
}

.u-max-w-907px {
  max-width: 907px;
}

.u-max-w-907vw {
  max-width: 907vw;
}

.u-max-w-908px {
  max-width: 908px;
}

.u-max-w-908vw {
  max-width: 908vw;
}

.u-max-w-909px {
  max-width: 909px;
}

.u-max-w-909vw {
  max-width: 909vw;
}

.u-max-w-910px {
  max-width: 910px;
}

.u-max-w-910vw {
  max-width: 910vw;
}

.u-max-w-911px {
  max-width: 911px;
}

.u-max-w-911vw {
  max-width: 911vw;
}

.u-max-w-912px {
  max-width: 912px;
}

.u-max-w-912vw {
  max-width: 912vw;
}

.u-max-w-913px {
  max-width: 913px;
}

.u-max-w-913vw {
  max-width: 913vw;
}

.u-max-w-914px {
  max-width: 914px;
}

.u-max-w-914vw {
  max-width: 914vw;
}

.u-max-w-915px {
  max-width: 915px;
}

.u-max-w-915vw {
  max-width: 915vw;
}

.u-max-w-916px {
  max-width: 916px;
}

.u-max-w-916vw {
  max-width: 916vw;
}

.u-max-w-917px {
  max-width: 917px;
}

.u-max-w-917vw {
  max-width: 917vw;
}

.u-max-w-918px {
  max-width: 918px;
}

.u-max-w-918vw {
  max-width: 918vw;
}

.u-max-w-919px {
  max-width: 919px;
}

.u-max-w-919vw {
  max-width: 919vw;
}

.u-max-w-920px {
  max-width: 920px;
}

.u-max-w-920vw {
  max-width: 920vw;
}

.u-max-w-921px {
  max-width: 921px;
}

.u-max-w-921vw {
  max-width: 921vw;
}

.u-max-w-922px {
  max-width: 922px;
}

.u-max-w-922vw {
  max-width: 922vw;
}

.u-max-w-923px {
  max-width: 923px;
}

.u-max-w-923vw {
  max-width: 923vw;
}

.u-max-w-924px {
  max-width: 924px;
}

.u-max-w-924vw {
  max-width: 924vw;
}

.u-max-w-925px {
  max-width: 925px;
}

.u-max-w-925vw {
  max-width: 925vw;
}

.u-max-w-926px {
  max-width: 926px;
}

.u-max-w-926vw {
  max-width: 926vw;
}

.u-max-w-927px {
  max-width: 927px;
}

.u-max-w-927vw {
  max-width: 927vw;
}

.u-max-w-928px {
  max-width: 928px;
}

.u-max-w-928vw {
  max-width: 928vw;
}

.u-max-w-929px {
  max-width: 929px;
}

.u-max-w-929vw {
  max-width: 929vw;
}

.u-max-w-930px {
  max-width: 930px;
}

.u-max-w-930vw {
  max-width: 930vw;
}

.u-max-w-931px {
  max-width: 931px;
}

.u-max-w-931vw {
  max-width: 931vw;
}

.u-max-w-932px {
  max-width: 932px;
}

.u-max-w-932vw {
  max-width: 932vw;
}

.u-max-w-933px {
  max-width: 933px;
}

.u-max-w-933vw {
  max-width: 933vw;
}

.u-max-w-934px {
  max-width: 934px;
}

.u-max-w-934vw {
  max-width: 934vw;
}

.u-max-w-935px {
  max-width: 935px;
}

.u-max-w-935vw {
  max-width: 935vw;
}

.u-max-w-936px {
  max-width: 936px;
}

.u-max-w-936vw {
  max-width: 936vw;
}

.u-max-w-937px {
  max-width: 937px;
}

.u-max-w-937vw {
  max-width: 937vw;
}

.u-max-w-938px {
  max-width: 938px;
}

.u-max-w-938vw {
  max-width: 938vw;
}

.u-max-w-939px {
  max-width: 939px;
}

.u-max-w-939vw {
  max-width: 939vw;
}

.u-max-w-940px {
  max-width: 940px;
}

.u-max-w-940vw {
  max-width: 940vw;
}

.u-max-w-941px {
  max-width: 941px;
}

.u-max-w-941vw {
  max-width: 941vw;
}

.u-max-w-942px {
  max-width: 942px;
}

.u-max-w-942vw {
  max-width: 942vw;
}

.u-max-w-943px {
  max-width: 943px;
}

.u-max-w-943vw {
  max-width: 943vw;
}

.u-max-w-944px {
  max-width: 944px;
}

.u-max-w-944vw {
  max-width: 944vw;
}

.u-max-w-945px {
  max-width: 945px;
}

.u-max-w-945vw {
  max-width: 945vw;
}

.u-max-w-946px {
  max-width: 946px;
}

.u-max-w-946vw {
  max-width: 946vw;
}

.u-max-w-947px {
  max-width: 947px;
}

.u-max-w-947vw {
  max-width: 947vw;
}

.u-max-w-948px {
  max-width: 948px;
}

.u-max-w-948vw {
  max-width: 948vw;
}

.u-max-w-949px {
  max-width: 949px;
}

.u-max-w-949vw {
  max-width: 949vw;
}

.u-max-w-950px {
  max-width: 950px;
}

.u-max-w-950vw {
  max-width: 950vw;
}

.u-max-w-951px {
  max-width: 951px;
}

.u-max-w-951vw {
  max-width: 951vw;
}

.u-max-w-952px {
  max-width: 952px;
}

.u-max-w-952vw {
  max-width: 952vw;
}

.u-max-w-953px {
  max-width: 953px;
}

.u-max-w-953vw {
  max-width: 953vw;
}

.u-max-w-954px {
  max-width: 954px;
}

.u-max-w-954vw {
  max-width: 954vw;
}

.u-max-w-955px {
  max-width: 955px;
}

.u-max-w-955vw {
  max-width: 955vw;
}

.u-max-w-956px {
  max-width: 956px;
}

.u-max-w-956vw {
  max-width: 956vw;
}

.u-max-w-957px {
  max-width: 957px;
}

.u-max-w-957vw {
  max-width: 957vw;
}

.u-max-w-958px {
  max-width: 958px;
}

.u-max-w-958vw {
  max-width: 958vw;
}

.u-max-w-959px {
  max-width: 959px;
}

.u-max-w-959vw {
  max-width: 959vw;
}

.u-max-w-960px {
  max-width: 960px;
}

.u-max-w-960vw {
  max-width: 960vw;
}

.u-max-w-961px {
  max-width: 961px;
}

.u-max-w-961vw {
  max-width: 961vw;
}

.u-max-w-962px {
  max-width: 962px;
}

.u-max-w-962vw {
  max-width: 962vw;
}

.u-max-w-963px {
  max-width: 963px;
}

.u-max-w-963vw {
  max-width: 963vw;
}

.u-max-w-964px {
  max-width: 964px;
}

.u-max-w-964vw {
  max-width: 964vw;
}

.u-max-w-965px {
  max-width: 965px;
}

.u-max-w-965vw {
  max-width: 965vw;
}

.u-max-w-966px {
  max-width: 966px;
}

.u-max-w-966vw {
  max-width: 966vw;
}

.u-max-w-967px {
  max-width: 967px;
}

.u-max-w-967vw {
  max-width: 967vw;
}

.u-max-w-968px {
  max-width: 968px;
}

.u-max-w-968vw {
  max-width: 968vw;
}

.u-max-w-969px {
  max-width: 969px;
}

.u-max-w-969vw {
  max-width: 969vw;
}

.u-max-w-970px {
  max-width: 970px;
}

.u-max-w-970vw {
  max-width: 970vw;
}

.u-max-w-971px {
  max-width: 971px;
}

.u-max-w-971vw {
  max-width: 971vw;
}

.u-max-w-972px {
  max-width: 972px;
}

.u-max-w-972vw {
  max-width: 972vw;
}

.u-max-w-973px {
  max-width: 973px;
}

.u-max-w-973vw {
  max-width: 973vw;
}

.u-max-w-974px {
  max-width: 974px;
}

.u-max-w-974vw {
  max-width: 974vw;
}

.u-max-w-975px {
  max-width: 975px;
}

.u-max-w-975vw {
  max-width: 975vw;
}

.u-max-w-976px {
  max-width: 976px;
}

.u-max-w-976vw {
  max-width: 976vw;
}

.u-max-w-977px {
  max-width: 977px;
}

.u-max-w-977vw {
  max-width: 977vw;
}

.u-max-w-978px {
  max-width: 978px;
}

.u-max-w-978vw {
  max-width: 978vw;
}

.u-max-w-979px {
  max-width: 979px;
}

.u-max-w-979vw {
  max-width: 979vw;
}

.u-max-w-980px {
  max-width: 980px;
}

.u-max-w-980vw {
  max-width: 980vw;
}

.u-max-w-981px {
  max-width: 981px;
}

.u-max-w-981vw {
  max-width: 981vw;
}

.u-max-w-982px {
  max-width: 982px;
}

.u-max-w-982vw {
  max-width: 982vw;
}

.u-max-w-983px {
  max-width: 983px;
}

.u-max-w-983vw {
  max-width: 983vw;
}

.u-max-w-984px {
  max-width: 984px;
}

.u-max-w-984vw {
  max-width: 984vw;
}

.u-max-w-985px {
  max-width: 985px;
}

.u-max-w-985vw {
  max-width: 985vw;
}

.u-max-w-986px {
  max-width: 986px;
}

.u-max-w-986vw {
  max-width: 986vw;
}

.u-max-w-987px {
  max-width: 987px;
}

.u-max-w-987vw {
  max-width: 987vw;
}

.u-max-w-988px {
  max-width: 988px;
}

.u-max-w-988vw {
  max-width: 988vw;
}

.u-max-w-989px {
  max-width: 989px;
}

.u-max-w-989vw {
  max-width: 989vw;
}

.u-max-w-990px {
  max-width: 990px;
}

.u-max-w-990vw {
  max-width: 990vw;
}

.u-max-w-991px {
  max-width: 991px;
}

.u-max-w-991vw {
  max-width: 991vw;
}

.u-max-w-992px {
  max-width: 992px;
}

.u-max-w-992vw {
  max-width: 992vw;
}

.u-max-w-993px {
  max-width: 993px;
}

.u-max-w-993vw {
  max-width: 993vw;
}

.u-max-w-994px {
  max-width: 994px;
}

.u-max-w-994vw {
  max-width: 994vw;
}

.u-max-w-995px {
  max-width: 995px;
}

.u-max-w-995vw {
  max-width: 995vw;
}

.u-max-w-996px {
  max-width: 996px;
}

.u-max-w-996vw {
  max-width: 996vw;
}

.u-max-w-997px {
  max-width: 997px;
}

.u-max-w-997vw {
  max-width: 997vw;
}

.u-max-w-998px {
  max-width: 998px;
}

.u-max-w-998vw {
  max-width: 998vw;
}

.u-max-w-999px {
  max-width: 999px;
}

.u-max-w-999vw {
  max-width: 999vw;
}

.u-max-w-1000px {
  max-width: 1000px;
}

.u-max-w-1000vw {
  max-width: 1000vw;
}

.u-max-h-0px {
  max-height: 0px;
}

.u-max-h-1px {
  max-height: 1px;
}

.u-max-h-2px {
  max-height: 2px;
}

.u-max-h-3px {
  max-height: 3px;
}

.u-max-h-4px {
  max-height: 4px;
}

.u-max-h-5px {
  max-height: 5px;
}

.u-max-h-6px {
  max-height: 6px;
}

.u-max-h-7px {
  max-height: 7px;
}

.u-max-h-8px {
  max-height: 8px;
}

.u-max-h-9px {
  max-height: 9px;
}

.u-max-h-10px {
  max-height: 10px;
}

.u-max-h-11px {
  max-height: 11px;
}

.u-max-h-12px {
  max-height: 12px;
}

.u-max-h-13px {
  max-height: 13px;
}

.u-max-h-14px {
  max-height: 14px;
}

.u-max-h-15px {
  max-height: 15px;
}

.u-max-h-16px {
  max-height: 16px;
}

.u-max-h-17px {
  max-height: 17px;
}

.u-max-h-18px {
  max-height: 18px;
}

.u-max-h-19px {
  max-height: 19px;
}

.u-max-h-20px {
  max-height: 20px;
}

.u-max-h-21px {
  max-height: 21px;
}

.u-max-h-22px {
  max-height: 22px;
}

.u-max-h-23px {
  max-height: 23px;
}

.u-max-h-24px {
  max-height: 24px;
}

.u-max-h-25px {
  max-height: 25px;
}

.u-max-h-26px {
  max-height: 26px;
}

.u-max-h-27px {
  max-height: 27px;
}

.u-max-h-28px {
  max-height: 28px;
}

.u-max-h-29px {
  max-height: 29px;
}

.u-max-h-30px {
  max-height: 30px;
}

.u-max-h-31px {
  max-height: 31px;
}

.u-max-h-32px {
  max-height: 32px;
}

.u-max-h-33px {
  max-height: 33px;
}

.u-max-h-34px {
  max-height: 34px;
}

.u-max-h-35px {
  max-height: 35px;
}

.u-max-h-36px {
  max-height: 36px;
}

.u-max-h-37px {
  max-height: 37px;
}

.u-max-h-38px {
  max-height: 38px;
}

.u-max-h-39px {
  max-height: 39px;
}

.u-max-h-40px {
  max-height: 40px;
}

.u-max-h-41px {
  max-height: 41px;
}

.u-max-h-42px {
  max-height: 42px;
}

.u-max-h-43px {
  max-height: 43px;
}

.u-max-h-44px {
  max-height: 44px;
}

.u-max-h-45px {
  max-height: 45px;
}

.u-max-h-46px {
  max-height: 46px;
}

.u-max-h-47px {
  max-height: 47px;
}

.u-max-h-48px {
  max-height: 48px;
}

.u-max-h-49px {
  max-height: 49px;
}

.u-max-h-50px {
  max-height: 50px;
}

.u-max-h-51px {
  max-height: 51px;
}

.u-max-h-52px {
  max-height: 52px;
}

.u-max-h-53px {
  max-height: 53px;
}

.u-max-h-54px {
  max-height: 54px;
}

.u-max-h-55px {
  max-height: 55px;
}

.u-max-h-56px {
  max-height: 56px;
}

.u-max-h-57px {
  max-height: 57px;
}

.u-max-h-58px {
  max-height: 58px;
}

.u-max-h-59px {
  max-height: 59px;
}

.u-max-h-60px {
  max-height: 60px;
}

.u-max-h-61px {
  max-height: 61px;
}

.u-max-h-62px {
  max-height: 62px;
}

.u-max-h-63px {
  max-height: 63px;
}

.u-max-h-64px {
  max-height: 64px;
}

.u-max-h-65px {
  max-height: 65px;
}

.u-max-h-66px {
  max-height: 66px;
}

.u-max-h-67px {
  max-height: 67px;
}

.u-max-h-68px {
  max-height: 68px;
}

.u-max-h-69px {
  max-height: 69px;
}

.u-max-h-70px {
  max-height: 70px;
}

.u-max-h-71px {
  max-height: 71px;
}

.u-max-h-72px {
  max-height: 72px;
}

.u-max-h-73px {
  max-height: 73px;
}

.u-max-h-74px {
  max-height: 74px;
}

.u-max-h-75px {
  max-height: 75px;
}

.u-max-h-76px {
  max-height: 76px;
}

.u-max-h-77px {
  max-height: 77px;
}

.u-max-h-78px {
  max-height: 78px;
}

.u-max-h-79px {
  max-height: 79px;
}

.u-max-h-80px {
  max-height: 80px;
}

.u-max-h-81px {
  max-height: 81px;
}

.u-max-h-82px {
  max-height: 82px;
}

.u-max-h-83px {
  max-height: 83px;
}

.u-max-h-84px {
  max-height: 84px;
}

.u-max-h-85px {
  max-height: 85px;
}

.u-max-h-86px {
  max-height: 86px;
}

.u-max-h-87px {
  max-height: 87px;
}

.u-max-h-88px {
  max-height: 88px;
}

.u-max-h-89px {
  max-height: 89px;
}

.u-max-h-90px {
  max-height: 90px;
}

.u-max-h-91px {
  max-height: 91px;
}

.u-max-h-92px {
  max-height: 92px;
}

.u-max-h-93px {
  max-height: 93px;
}

.u-max-h-94px {
  max-height: 94px;
}

.u-max-h-95px {
  max-height: 95px;
}

.u-max-h-96px {
  max-height: 96px;
}

.u-max-h-97px {
  max-height: 97px;
}

.u-max-h-98px {
  max-height: 98px;
}

.u-max-h-99px {
  max-height: 99px;
}

.u-max-h-100px {
  max-height: 100px;
}

.u-w-fc {
  width: fit-content;
}

.u-h-450px {
  height: 450px;
}

.u-bg-ocean-green-darken {
  background-color: #2d6c42;
}
.u-bg-footer {
  background-color: #73c2c4;
}
.u-bg-inherit {
  background-color: inherit;
}
.u-bg-transparent {
  background-color: transparent;
}
.u-bg-inherit-imp {
  background-color: inherit !important;
}
.u-bg-green-stripes {
  background: repeating-linear-gradient(-45deg, #85E9A1, #85E9A1 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 10px, rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) 20px);
}
.u-color-inherit {
  color: inherit;
}
.u-color-opacity {
  color: rgba(34, 34, 34, 0.08);
}
.u-fill-inherit {
  fill: inherit;
}
.u-border-none {
  border: none;
}
.u-border-1px-solid {
  border: 1px solid;
}
.u-border-r-none {
  border-right: none;
}
.u-border-l-none {
  border-left: none !important;
}
.u-border-t-none {
  border-top: none;
}
.u-border-left {
  border-left: 1px solid;
}
.u-border-top {
  border-top: 1px solid;
}
.u-border-right {
  border-right: 1px solid;
}
.u-border-bottom {
  border-bottom: 1px solid;
}
.u-border-bottom_dashed {
  border-bottom: 1px dashed;
}
.u-border-dashed {
  border-style: dashed;
}
.u-border-width-2px {
  border-width: 2px;
}
.u-border-width-5px {
  border-width: 5px;
}
.u-border-left-width-10px {
  border-left-width: 10px;
}
.u-border-b-none {
  border-bottom: none;
}
.u-border-color-transparent {
  border-color: transparent !important;
}
.u-br-0 {
  border-radius: 0;
}
.u-br-50 {
  border-radius: 50%;
}
.u-br-10px {
  border-radius: 10px;
}
.u-br-12px {
  border-radius: 12px;
}
.u-br-6px {
  border-radius: 6px;
}
.u-br-8px {
  border-radius: 8px;
}
.u-br-4px {
  border-radius: 4px;
}
.u-br-tr-6px {
  border-radius: 0 6px 0 0;
}
.u-br-tl-6px {
  border-radius: 6px 0 0 0;
}
.u-br-l-6px {
  border-radius: 6px 0 0 6px;
}
.u-br-r-6px {
  border-radius: 0 6px 6px 0;
}
.u-h-100 {
  height: 100%;
}
.u-h-40px {
  height: 40px;
}
.u-h-100px {
  height: 100px;
}
.u-h-220 {
  height: 220px;
}
.u-h-unset {
  height: unset;
}
.u-h-auto {
  height: auto;
}
.u-no-resize {
  resize: none;
}
.u-underline {
  text-decoration: underline;
}
.u-lineThrough {
  text-decoration: line-through;
}
.u-noUnderline {
  text-decoration: none;
}
.u-line-through {
  text-decoration: line-through;
}
@media print {
  .u-noPrint {
    display: none;
  }
}
.u-hidden {
  display: none !important;
}
.u-block {
  display: block;
}
.u-inline-block {
  display: inline-block;
}
.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute;
}
.u-fixed {
  position: fixed;
}
.u-rotate-90 {
  transform: rotate(90deg);
}
.u-rotate-180 {
  transform: rotate(180deg);
}
.u-rotate-270 {
  transform: rotate(270deg);
}
.u-spacer-v-35 {
  height: 35px;
}
.u-spacer-v-45 {
  height: 45px;
}
.u-spacer-v-60 {
  height: 60px;
}
.u-spacer-v-70 {
  height: 70px;
}
.u-spacer-v-71 {
  height: 71px;
}
.u-spacer-v-121 {
  height: 121px;
}
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-down {
  font-size: 0.85em;
}
.u-text-bottom {
  vertical-align: bottom;
}
.u-text-middle {
  vertical-align: middle;
}
.u-text-top {
  vertical-align: top;
}
.u-text-text_top {
  vertical-align: text-top;
}
.u-text-end {
  text-align: end;
  vertical-align: bottom;
}
.u-text-super {
  vertical-align: super;
}
@media (min-width: 768px) {
  .u-text-md-right {
    text-align: right;
  }
}
.u-fstyle-italic {
  font-style: italic;
}
.u-fs-60px {
  font-size: 60px;
}
.u-fs-45px {
  font-size: 45px;
}
.u-fs-40px {
  font-size: 40px;
}
.u-fs-38px {
  font-size: 38px;
}
.u-fs-36px {
  font-size: 36px;
}
.u-fs-35px {
  font-size: 35px;
}
.u-fs-34px {
  font-size: 34px;
}
.u-fs-28px {
  font-size: 28px;
}
.u-fs-24px {
  font-size: 24px;
}
.u-fs-22px {
  font-size: 22px;
}
.u-fs-20px {
  font-size: 20px;
}
.u-fs-18px {
  font-size: 18px;
}
.u-fs-17px {
  font-size: 17px;
}
.u-fs-16px {
  font-size: 16px;
}
.u-fs-14px {
  font-size: 14px;
}
.u-fs-12px {
  font-size: 12px;
}
.u-fs-10px {
  font-size: 10px;
}
.u-fs-8px {
  font-size: 8px;
}
.u-lh-46px {
  line-height: 46px;
}
.u-lh-45px {
  line-height: 45px;
}
.u-lh-44px {
  line-height: 44px;
}
.u-lh-41px {
  line-height: 41px;
}
.u-lh-40px {
  line-height: 40px;
}
.u-lh-34px {
  line-height: 34px;
}
.u-lh-32px {
  line-height: 32px;
}
.u-lh-27px {
  line-height: 27px;
}
.u-lh-24px {
  line-height: 24px;
}
.u-lh-23px {
  line-height: 23px;
}
.u-lh-22px {
  line-height: 22px;
}
.u-lh-21px {
  line-height: 21px;
}
.u-lh-20px {
  line-height: 20px;
}
.u-lh-19px {
  line-height: 19px;
}
.u-lh-18px {
  line-height: 18px;
}
.u-lh-17px {
  line-height: 17px;
}
.u-lh-16px {
  line-height: 16px;
}
.u-lh-15px {
  line-height: 15px;
}
.u-lh-14px {
  line-height: 14px;
}
.u-lh-12px {
  line-height: 12px;
}
.u-lh-1 {
  line-height: 1;
}
.u-w-50 {
  width: 50%;
}
.u-w-100 {
  width: 100%;
}
.u-w-150 {
  width: 150%;
}
.u-w-40px {
  width: 40px;
}
.u-w-35 {
  width: 35px;
}
.u-w-50px {
  width: 50px;
}
.u-w-80px {
  width: 80px;
}
.u-w-100px {
  width: 100px;
}
.u-w-120px {
  width: 120px;
}
.u-w-140px {
  width: 140px;
}
.u-w-160px {
  width: 160px;
}
.u-w-180px {
  width: 180px;
}
.u-w-240px {
  width: 240px;
}
.u-w-280px {
  width: 280px;
}
.u-w-380px {
  width: 380px;
}
.u-w-450px {
  width: 450px;
}
.u-w-500px {
  width: 500px;
}
.u-w-580px {
  width: 580px;
}
.u-w-auto {
  width: auto;
}
.u-w-auto--imp {
  width: auto !important;
}
.u-max-w-50 {
  max-width: 50% !important;
}
.u-max-w-100 {
  max-width: 100% !important;
}
.u-max-w-tablet {
  max-width: 768px;
}
.u-max-w-tabletL {
  max-width: 1024px;
}
.u-max-w-laptop {
  max-width: 1366px;
}
.u-max-w-laptopL {
  max-width: 1440px !important;
}
.u-max-w-desktop {
  max-width: 1920px;
}
.u-max-w-unset {
  max-width: unset;
}
.u-max-w-90 {
  max-width: 90% !important;
}
.u-max-w-80 {
  max-width: 80% !important;
}
.u-max-h-220 {
  max-height: 220px;
}
.u-max-h-100per {
  max-height: 100%;
}
.u-weight-300 {
  font-weight: 300;
}
.u-weight-400 {
  font-weight: 400;
}
.u-weight-500 {
  font-weight: 500;
}
.u-weight-600 {
  font-weight: 600;
}
.u-weight-700 {
  font-weight: 700;
}
.u-min-h-100vh {
  min-height: 100vh;
}
.u-min-h-70vh {
  min-height: 70vh;
}
.u-min-h-200px {
  min-height: 200px;
}
.u-min-w-1 {
  min-width: 1em;
}
.u-min-w-20 {
  min-width: 20em;
}
.u-min-w-200 {
  min-width: 200px;
}
.u-cursor-default {
  cursor: default;
}
.u-cursor-pointer {
  cursor: pointer;
}
.u-noEvent {
  pointer-events: none;
}
.u-flex-0 {
  flex: 0;
}
.u-flex-1 {
  flex: 1;
}
.u-grid {
  display: grid;
}
.u-flex {
  display: flex;
}
.u-al-s-end {
  align-self: flex-end;
}
.u-flex-al-start {
  display: flex;
  align-items: start;
}
.u-flex-al-c {
  display: flex;
  align-items: center;
}
.u-al-c {
  align-items: center;
}
.u-flex-al-end {
  display: flex;
  align-items: end;
}
.u-flex-sp-bw {
  display: flex;
  justify-content: space-between;
}
.u-flex-sp-a {
  display: flex;
  justify-content: space-around;
}
.u-flex-sp-e {
  display: flex;
  justify-content: end;
}
.u-flex-sp-s {
  display: flex;
  justify-content: end;
}
.u-flex-sp-c {
  display: flex;
  justify-content: center;
}
.u-flex-al-c-sp-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-flex-al-end-sp-c {
  display: flex;
  align-items: end;
  justify-content: center;
}
.u-flex-column {
  display: flex;
  flex-direction: column;
}
.u-flex-rr {
  display: flex;
  flex-direction: row-reverse;
}
.u-flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.u_right {
  right: 0;
}
.u_left {
  left: 0;
}
.u_top {
  top: 0;
}
.u_bottom {
  bottom: 0;
}
.u-center-position {
  top: 0;
  bottom: 0;
  transform: translateY(50%);
}
.u-uppercase {
  text-transform: uppercase;
}
.u-capitalize {
  text-transform: capitalize;
}
.u-order-1 {
  order: 1;
}
.u-error-message ~ div .Field {
  border-color: #FF6262;
}
.u-pseudo-bg {
  position: sticky;
}
.u-pseudo-bg::after {
  background-color: #ECEFF1;
  content: "";
  height: 100%;
  position: absolute;
  right: -475px;
  top: 0;
  width: 800px;
  z-index: -1;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-overflow-scroll {
  overflow: scroll;
}
.u-overflow-y-scroll {
  overflow: scroll;
}
.u-overflow-x-auto {
  overflow-x: auto;
}
.u-scrollable-table {
  max-width: 100vw;
  overflow-y: scroll;
}
.u-white-space-normal {
  white-space: normal;
}
.u-white-space-nowrap {
  white-space: nowrap;
}
.u-white-space-prewrap {
  white-space: pre-wrap;
}
.u-word-break-break-word {
  overflow-wrap: break-word;
  word-break: normal;
}
.u-outline {
  outline: 1px solid #4BB46E !important;
}
.u-object-cover {
  object-fit: cover;
}
.u-object-contain {
  object-fit: contain;
}
.u-bs-none {
  box-shadow: none !important;
}
.u-index-high {
  z-index: 1051;
}
.u-index-larger-than-modal {
  z-index: 1100;
}
.u-index-larger-than-banner {
  z-index: 1101;
}
.u-z-0 {
  z-index: 0;
}
.u-z-1 {
  z-index: 1;
}
.u-z--1 {
  z-index: -1;
}
.u-letter-spacing-2px {
  letter-spacing: 2px;
}
.u-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.u-list-style-none {
  list-style: none;
}
.u-truncateText {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.u-truncateText--4 {
  -webkit-line-clamp: 4;
}
.u-box-shadow-primary {
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.05);
}
.u-select-none {
  user-select: none;
}

.u-grid-tem-col-0 {
  grid-template-columns: repeat(0, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-0 {
    grid-template-columns: repeat(0, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-0 {
    grid-template-columns: repeat(0, 1fr);
  }
}

.u-grid-tem-col-1 {
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.u-grid-tem-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.u-grid-tem-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.u-grid-tem-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.u-grid-tem-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.u-grid-tem-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.u-grid-tem-col-7 {
  grid-template-columns: repeat(7, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

.u-grid-tem-col-8 {
  grid-template-columns: repeat(8, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

.u-grid-tem-col-9 {
  grid-template-columns: repeat(9, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

.u-grid-tem-col-10 {
  grid-template-columns: repeat(10, 1fr);
}

@media (min-width: 576px) {
  .u-grid-tem-col-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (min-width: 992px) {
  .u-grid-tem-col-lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

.u-col-gap-0 {
  column-gap: 0px;
}

.u-row-gap-0 {
  row-gap: 0px;
}

.u-col-gap-1 {
  column-gap: 1px;
}

.u-row-gap-1 {
  row-gap: 1px;
}

.u-col-gap-2 {
  column-gap: 2px;
}

.u-row-gap-2 {
  row-gap: 2px;
}

.u-col-gap-3 {
  column-gap: 3px;
}

.u-row-gap-3 {
  row-gap: 3px;
}

.u-col-gap-4 {
  column-gap: 4px;
}

.u-row-gap-4 {
  row-gap: 4px;
}

.u-col-gap-5 {
  column-gap: 5px;
}

.u-row-gap-5 {
  row-gap: 5px;
}

.u-col-gap-6 {
  column-gap: 6px;
}

.u-row-gap-6 {
  row-gap: 6px;
}

.u-col-gap-7 {
  column-gap: 7px;
}

.u-row-gap-7 {
  row-gap: 7px;
}

.u-col-gap-8 {
  column-gap: 8px;
}

.u-row-gap-8 {
  row-gap: 8px;
}

.u-col-gap-9 {
  column-gap: 9px;
}

.u-row-gap-9 {
  row-gap: 9px;
}

.u-col-gap-10 {
  column-gap: 10px;
}

.u-row-gap-10 {
  row-gap: 10px;
}

.u-col-gap-11 {
  column-gap: 11px;
}

.u-row-gap-11 {
  row-gap: 11px;
}

.u-col-gap-12 {
  column-gap: 12px;
}

.u-row-gap-12 {
  row-gap: 12px;
}

.u-col-gap-13 {
  column-gap: 13px;
}

.u-row-gap-13 {
  row-gap: 13px;
}

.u-col-gap-14 {
  column-gap: 14px;
}

.u-row-gap-14 {
  row-gap: 14px;
}

.u-col-gap-15 {
  column-gap: 15px;
}

.u-row-gap-15 {
  row-gap: 15px;
}

.u-col-gap-16 {
  column-gap: 16px;
}

.u-row-gap-16 {
  row-gap: 16px;
}

.u-col-gap-17 {
  column-gap: 17px;
}

.u-row-gap-17 {
  row-gap: 17px;
}

.u-col-gap-18 {
  column-gap: 18px;
}

.u-row-gap-18 {
  row-gap: 18px;
}

.u-col-gap-19 {
  column-gap: 19px;
}

.u-row-gap-19 {
  row-gap: 19px;
}

.u-col-gap-20 {
  column-gap: 20px;
}

.u-row-gap-20 {
  row-gap: 20px;
}

.u-col-gap-21 {
  column-gap: 21px;
}

.u-row-gap-21 {
  row-gap: 21px;
}

.u-col-gap-22 {
  column-gap: 22px;
}

.u-row-gap-22 {
  row-gap: 22px;
}

.u-col-gap-23 {
  column-gap: 23px;
}

.u-row-gap-23 {
  row-gap: 23px;
}

.u-col-gap-24 {
  column-gap: 24px;
}

.u-row-gap-24 {
  row-gap: 24px;
}

.u-col-gap-25 {
  column-gap: 25px;
}

.u-row-gap-25 {
  row-gap: 25px;
}

.u-col-gap-26 {
  column-gap: 26px;
}

.u-row-gap-26 {
  row-gap: 26px;
}

.u-col-gap-27 {
  column-gap: 27px;
}

.u-row-gap-27 {
  row-gap: 27px;
}

.u-col-gap-28 {
  column-gap: 28px;
}

.u-row-gap-28 {
  row-gap: 28px;
}

.u-col-gap-29 {
  column-gap: 29px;
}

.u-row-gap-29 {
  row-gap: 29px;
}

.u-col-gap-30 {
  column-gap: 30px;
}

.u-row-gap-30 {
  row-gap: 30px;
}

.u-col-gap-31 {
  column-gap: 31px;
}

.u-row-gap-31 {
  row-gap: 31px;
}

.u-col-gap-32 {
  column-gap: 32px;
}

.u-row-gap-32 {
  row-gap: 32px;
}

.u-col-gap-33 {
  column-gap: 33px;
}

.u-row-gap-33 {
  row-gap: 33px;
}

.u-col-gap-34 {
  column-gap: 34px;
}

.u-row-gap-34 {
  row-gap: 34px;
}

.u-col-gap-35 {
  column-gap: 35px;
}

.u-row-gap-35 {
  row-gap: 35px;
}

.u-col-gap-36 {
  column-gap: 36px;
}

.u-row-gap-36 {
  row-gap: 36px;
}

.u-col-gap-37 {
  column-gap: 37px;
}

.u-row-gap-37 {
  row-gap: 37px;
}

.u-col-gap-38 {
  column-gap: 38px;
}

.u-row-gap-38 {
  row-gap: 38px;
}

.u-col-gap-39 {
  column-gap: 39px;
}

.u-row-gap-39 {
  row-gap: 39px;
}

.u-col-gap-40 {
  column-gap: 40px;
}

.u-row-gap-40 {
  row-gap: 40px;
}

.u-col-gap-41 {
  column-gap: 41px;
}

.u-row-gap-41 {
  row-gap: 41px;
}

.u-col-gap-42 {
  column-gap: 42px;
}

.u-row-gap-42 {
  row-gap: 42px;
}

.u-col-gap-43 {
  column-gap: 43px;
}

.u-row-gap-43 {
  row-gap: 43px;
}

.u-col-gap-44 {
  column-gap: 44px;
}

.u-row-gap-44 {
  row-gap: 44px;
}

.u-col-gap-45 {
  column-gap: 45px;
}

.u-row-gap-45 {
  row-gap: 45px;
}

.u-col-gap-46 {
  column-gap: 46px;
}

.u-row-gap-46 {
  row-gap: 46px;
}

.u-col-gap-47 {
  column-gap: 47px;
}

.u-row-gap-47 {
  row-gap: 47px;
}

.u-col-gap-48 {
  column-gap: 48px;
}

.u-row-gap-48 {
  row-gap: 48px;
}

.u-col-gap-49 {
  column-gap: 49px;
}

.u-row-gap-49 {
  row-gap: 49px;
}

.u-col-gap-50 {
  column-gap: 50px;
}

.u-row-gap-50 {
  row-gap: 50px;
}

.u-col-gap-51 {
  column-gap: 51px;
}

.u-row-gap-51 {
  row-gap: 51px;
}

.u-col-gap-52 {
  column-gap: 52px;
}

.u-row-gap-52 {
  row-gap: 52px;
}

.u-col-gap-53 {
  column-gap: 53px;
}

.u-row-gap-53 {
  row-gap: 53px;
}

.u-col-gap-54 {
  column-gap: 54px;
}

.u-row-gap-54 {
  row-gap: 54px;
}

.u-col-gap-55 {
  column-gap: 55px;
}

.u-row-gap-55 {
  row-gap: 55px;
}

.u-col-gap-56 {
  column-gap: 56px;
}

.u-row-gap-56 {
  row-gap: 56px;
}

.u-col-gap-57 {
  column-gap: 57px;
}

.u-row-gap-57 {
  row-gap: 57px;
}

.u-col-gap-58 {
  column-gap: 58px;
}

.u-row-gap-58 {
  row-gap: 58px;
}

.u-col-gap-59 {
  column-gap: 59px;
}

.u-row-gap-59 {
  row-gap: 59px;
}

.u-col-gap-60 {
  column-gap: 60px;
}

.u-row-gap-60 {
  row-gap: 60px;
}

.u-col-gap-61 {
  column-gap: 61px;
}

.u-row-gap-61 {
  row-gap: 61px;
}

.u-col-gap-62 {
  column-gap: 62px;
}

.u-row-gap-62 {
  row-gap: 62px;
}

.u-col-gap-63 {
  column-gap: 63px;
}

.u-row-gap-63 {
  row-gap: 63px;
}

.u-col-gap-64 {
  column-gap: 64px;
}

.u-row-gap-64 {
  row-gap: 64px;
}

.u-col-gap-65 {
  column-gap: 65px;
}

.u-row-gap-65 {
  row-gap: 65px;
}

.u-col-gap-66 {
  column-gap: 66px;
}

.u-row-gap-66 {
  row-gap: 66px;
}

.u-col-gap-67 {
  column-gap: 67px;
}

.u-row-gap-67 {
  row-gap: 67px;
}

.u-col-gap-68 {
  column-gap: 68px;
}

.u-row-gap-68 {
  row-gap: 68px;
}

.u-col-gap-69 {
  column-gap: 69px;
}

.u-row-gap-69 {
  row-gap: 69px;
}

.u-col-gap-70 {
  column-gap: 70px;
}

.u-row-gap-70 {
  row-gap: 70px;
}

.u-col-gap-71 {
  column-gap: 71px;
}

.u-row-gap-71 {
  row-gap: 71px;
}

.u-col-gap-72 {
  column-gap: 72px;
}

.u-row-gap-72 {
  row-gap: 72px;
}

.u-col-gap-73 {
  column-gap: 73px;
}

.u-row-gap-73 {
  row-gap: 73px;
}

.u-col-gap-74 {
  column-gap: 74px;
}

.u-row-gap-74 {
  row-gap: 74px;
}

.u-col-gap-75 {
  column-gap: 75px;
}

.u-row-gap-75 {
  row-gap: 75px;
}

.u-col-gap-76 {
  column-gap: 76px;
}

.u-row-gap-76 {
  row-gap: 76px;
}

.u-col-gap-77 {
  column-gap: 77px;
}

.u-row-gap-77 {
  row-gap: 77px;
}

.u-col-gap-78 {
  column-gap: 78px;
}

.u-row-gap-78 {
  row-gap: 78px;
}

.u-col-gap-79 {
  column-gap: 79px;
}

.u-row-gap-79 {
  row-gap: 79px;
}

.u-col-gap-80 {
  column-gap: 80px;
}

.u-row-gap-80 {
  row-gap: 80px;
}

.u-col-gap-81 {
  column-gap: 81px;
}

.u-row-gap-81 {
  row-gap: 81px;
}

.u-col-gap-82 {
  column-gap: 82px;
}

.u-row-gap-82 {
  row-gap: 82px;
}

.u-col-gap-83 {
  column-gap: 83px;
}

.u-row-gap-83 {
  row-gap: 83px;
}

.u-col-gap-84 {
  column-gap: 84px;
}

.u-row-gap-84 {
  row-gap: 84px;
}

.u-col-gap-85 {
  column-gap: 85px;
}

.u-row-gap-85 {
  row-gap: 85px;
}

.u-col-gap-86 {
  column-gap: 86px;
}

.u-row-gap-86 {
  row-gap: 86px;
}

.u-col-gap-87 {
  column-gap: 87px;
}

.u-row-gap-87 {
  row-gap: 87px;
}

.u-col-gap-88 {
  column-gap: 88px;
}

.u-row-gap-88 {
  row-gap: 88px;
}

.u-col-gap-89 {
  column-gap: 89px;
}

.u-row-gap-89 {
  row-gap: 89px;
}

.u-col-gap-90 {
  column-gap: 90px;
}

.u-row-gap-90 {
  row-gap: 90px;
}

.u-col-gap-91 {
  column-gap: 91px;
}

.u-row-gap-91 {
  row-gap: 91px;
}

.u-col-gap-92 {
  column-gap: 92px;
}

.u-row-gap-92 {
  row-gap: 92px;
}

.u-col-gap-93 {
  column-gap: 93px;
}

.u-row-gap-93 {
  row-gap: 93px;
}

.u-col-gap-94 {
  column-gap: 94px;
}

.u-row-gap-94 {
  row-gap: 94px;
}

.u-col-gap-95 {
  column-gap: 95px;
}

.u-row-gap-95 {
  row-gap: 95px;
}

.u-col-gap-96 {
  column-gap: 96px;
}

.u-row-gap-96 {
  row-gap: 96px;
}

.u-col-gap-97 {
  column-gap: 97px;
}

.u-row-gap-97 {
  row-gap: 97px;
}

.u-col-gap-98 {
  column-gap: 98px;
}

.u-row-gap-98 {
  row-gap: 98px;
}

.u-col-gap-99 {
  column-gap: 99px;
}

.u-row-gap-99 {
  row-gap: 99px;
}

.u-col-gap-100 {
  column-gap: 100px;
}

.u-row-gap-100 {
  row-gap: 100px;
}

.u-opacity-0 {
  opacity: 0;
}

.u-opacity-1 {
  opacity: 0.1;
}

.u-opacity-2 {
  opacity: 0.2;
}

.u-opacity-3 {
  opacity: 0.3;
}

.u-opacity-4 {
  opacity: 0.4;
}

.u-opacity-5 {
  opacity: 0.5;
}

.u-opacity-6 {
  opacity: 0.6;
}

.u-opacity-7 {
  opacity: 0.7;
}

.u-opacity-8 {
  opacity: 0.8;
}

.u-opacity-9 {
  opacity: 0.9;
}

.u-opacity-10 {
  opacity: 1;
}

.u-gap-0 {
  gap: 0px;
}

.u-gap-2 {
  gap: 2px;
}

.u-gap-4 {
  gap: 4px;
}

.u-gap-6 {
  gap: 6px;
}

.u-gap-8 {
  gap: 8px;
}

.u-gap-10 {
  gap: 10px;
}

.u-gap-12 {
  gap: 12px;
}

.u-gap-14 {
  gap: 14px;
}

.u-gap-16 {
  gap: 16px;
}

.u-gap-18 {
  gap: 18px;
}

.u-gap-20 {
  gap: 20px;
}

.u-gap-22 {
  gap: 22px;
}

.u-gap-24 {
  gap: 24px;
}

.u-gap-26 {
  gap: 26px;
}

.u-gap-28 {
  gap: 28px;
}

.u-gap-30 {
  gap: 30px;
}

.u-gap-32 {
  gap: 32px;
}

.u-gap-34 {
  gap: 34px;
}

.u-gap-36 {
  gap: 36px;
}

.u-gap-38 {
  gap: 38px;
}

.u-gap-40 {
  gap: 40px;
}

@media (min-width: 768px) {
  .d-md-grid {
    display: grid !important;
  }
}

.u-z-index-0 {
  z-index: 0;
}

.u-z-index-1 {
  z-index: 1;
}

.u-z-index-2 {
  z-index: 2;
}

.u-z-index-3 {
  z-index: 3;
}

.u-z-index-4 {
  z-index: 4;
}

.u-z-index-5 {
  z-index: 5;
}

.u-z-index-6 {
  z-index: 6;
}

.u-z-index-7 {
  z-index: 7;
}

.u-z-index-8 {
  z-index: 8;
}

.u-z-index-9 {
  z-index: 9;
}

.u-z-index-10 {
  z-index: 10;
}

.u-z-index-11 {
  z-index: 11;
}

.u-z-index-12 {
  z-index: 12;
}

.u-z-index-13 {
  z-index: 13;
}

.u-z-index-14 {
  z-index: 14;
}

.u-z-index-15 {
  z-index: 15;
}

.u-z-index-16 {
  z-index: 16;
}

.u-z-index-17 {
  z-index: 17;
}

.u-z-index-18 {
  z-index: 18;
}

.u-z-index-19 {
  z-index: 19;
}

.u-z-index-20 {
  z-index: 20;
}

.u-z-index-100 {
  z-index: 100;
}

.u-scrolling-list {
  grid-auto-flow: column;
  grid-column-gap: 10px;
  align-items: start;
  overflow-x: scroll;
  padding-bottom: 5px;
}

.u-grid-auto-columns-0 {
  grid-auto-columns: minmax(0px, auto);
}

.u-grid-auto-columns-5 {
  grid-auto-columns: minmax(5px, auto);
}

.u-grid-auto-columns-10 {
  grid-auto-columns: minmax(10px, auto);
}

.u-grid-auto-columns-15 {
  grid-auto-columns: minmax(15px, auto);
}

.u-grid-auto-columns-20 {
  grid-auto-columns: minmax(20px, auto);
}

.u-grid-auto-columns-25 {
  grid-auto-columns: minmax(25px, auto);
}

.u-grid-auto-columns-30 {
  grid-auto-columns: minmax(30px, auto);
}

.u-grid-auto-columns-35 {
  grid-auto-columns: minmax(35px, auto);
}

.u-grid-auto-columns-40 {
  grid-auto-columns: minmax(40px, auto);
}

.u-grid-auto-columns-45 {
  grid-auto-columns: minmax(45px, auto);
}

.u-grid-auto-columns-50 {
  grid-auto-columns: minmax(50px, auto);
}

.u-grid-auto-columns-55 {
  grid-auto-columns: minmax(55px, auto);
}

.u-grid-auto-columns-60 {
  grid-auto-columns: minmax(60px, auto);
}

.u-grid-auto-columns-65 {
  grid-auto-columns: minmax(65px, auto);
}

.u-grid-auto-columns-70 {
  grid-auto-columns: minmax(70px, auto);
}

.u-grid-auto-columns-75 {
  grid-auto-columns: minmax(75px, auto);
}

.u-grid-auto-columns-80 {
  grid-auto-columns: minmax(80px, auto);
}

.u-grid-auto-columns-85 {
  grid-auto-columns: minmax(85px, auto);
}

.u-grid-auto-columns-90 {
  grid-auto-columns: minmax(90px, auto);
}

.u-grid-auto-columns-95 {
  grid-auto-columns: minmax(95px, auto);
}

.u-grid-auto-columns-100 {
  grid-auto-columns: minmax(100px, auto);
}

.u-grid-auto-columns-105 {
  grid-auto-columns: minmax(105px, auto);
}

.u-grid-auto-columns-110 {
  grid-auto-columns: minmax(110px, auto);
}

.u-grid-auto-columns-115 {
  grid-auto-columns: minmax(115px, auto);
}

.u-grid-auto-columns-120 {
  grid-auto-columns: minmax(120px, auto);
}

.u-grid-auto-columns-125 {
  grid-auto-columns: minmax(125px, auto);
}

.u-grid-auto-columns-130 {
  grid-auto-columns: minmax(130px, auto);
}

.u-grid-auto-columns-135 {
  grid-auto-columns: minmax(135px, auto);
}

.u-grid-auto-columns-140 {
  grid-auto-columns: minmax(140px, auto);
}

.u-grid-auto-columns-145 {
  grid-auto-columns: minmax(145px, auto);
}

.u-grid-auto-columns-150 {
  grid-auto-columns: minmax(150px, auto);
}

.u-grid-auto-columns-155 {
  grid-auto-columns: minmax(155px, auto);
}

.u-grid-auto-columns-160 {
  grid-auto-columns: minmax(160px, auto);
}

.u-grid-auto-columns-165 {
  grid-auto-columns: minmax(165px, auto);
}

.u-grid-auto-columns-170 {
  grid-auto-columns: minmax(170px, auto);
}

.u-grid-auto-columns-175 {
  grid-auto-columns: minmax(175px, auto);
}

.u-grid-auto-columns-180 {
  grid-auto-columns: minmax(180px, auto);
}

.u-grid-auto-columns-185 {
  grid-auto-columns: minmax(185px, auto);
}

.u-grid-auto-columns-190 {
  grid-auto-columns: minmax(190px, auto);
}

.u-grid-auto-columns-195 {
  grid-auto-columns: minmax(195px, auto);
}

.u-grid-auto-columns-200 {
  grid-auto-columns: minmax(200px, auto);
}

.u-grid-auto-columns-205 {
  grid-auto-columns: minmax(205px, auto);
}

.u-grid-auto-columns-210 {
  grid-auto-columns: minmax(210px, auto);
}

.u-grid-auto-columns-215 {
  grid-auto-columns: minmax(215px, auto);
}

.u-grid-auto-columns-220 {
  grid-auto-columns: minmax(220px, auto);
}

.u-grid-auto-columns-225 {
  grid-auto-columns: minmax(225px, auto);
}

.u-grid-auto-columns-230 {
  grid-auto-columns: minmax(230px, auto);
}

.u-grid-auto-columns-235 {
  grid-auto-columns: minmax(235px, auto);
}

.u-grid-auto-columns-240 {
  grid-auto-columns: minmax(240px, auto);
}

.u-grid-auto-columns-245 {
  grid-auto-columns: minmax(245px, auto);
}

.u-grid-auto-columns-250 {
  grid-auto-columns: minmax(250px, auto);
}

.u-grid-auto-columns-255 {
  grid-auto-columns: minmax(255px, auto);
}

.u-grid-auto-columns-260 {
  grid-auto-columns: minmax(260px, auto);
}

.u-grid-auto-columns-265 {
  grid-auto-columns: minmax(265px, auto);
}

.u-grid-auto-columns-270 {
  grid-auto-columns: minmax(270px, auto);
}

.u-grid-auto-columns-275 {
  grid-auto-columns: minmax(275px, auto);
}

.u-grid-auto-columns-280 {
  grid-auto-columns: minmax(280px, auto);
}

.u-grid-auto-columns-285 {
  grid-auto-columns: minmax(285px, auto);
}

.u-grid-auto-columns-290 {
  grid-auto-columns: minmax(290px, auto);
}

.u-grid-auto-columns-295 {
  grid-auto-columns: minmax(295px, auto);
}

.u-grid-auto-columns-300 {
  grid-auto-columns: minmax(300px, auto);
}

.u-grid-auto-columns-305 {
  grid-auto-columns: minmax(305px, auto);
}

.u-grid-auto-columns-310 {
  grid-auto-columns: minmax(310px, auto);
}

.u-grid-auto-columns-315 {
  grid-auto-columns: minmax(315px, auto);
}

.u-grid-auto-columns-320 {
  grid-auto-columns: minmax(320px, auto);
}

.u-grid-auto-columns-325 {
  grid-auto-columns: minmax(325px, auto);
}

.u-grid-auto-columns-330 {
  grid-auto-columns: minmax(330px, auto);
}

.u-grid-auto-columns-335 {
  grid-auto-columns: minmax(335px, auto);
}

.u-grid-auto-columns-340 {
  grid-auto-columns: minmax(340px, auto);
}

.u-grid-auto-columns-345 {
  grid-auto-columns: minmax(345px, auto);
}

.u-grid-auto-columns-350 {
  grid-auto-columns: minmax(350px, auto);
}

.u-grid-auto-columns-355 {
  grid-auto-columns: minmax(355px, auto);
}

.u-grid-auto-columns-360 {
  grid-auto-columns: minmax(360px, auto);
}

.u-grid-auto-columns-365 {
  grid-auto-columns: minmax(365px, auto);
}

.u-grid-auto-columns-370 {
  grid-auto-columns: minmax(370px, auto);
}

.u-grid-auto-columns-375 {
  grid-auto-columns: minmax(375px, auto);
}

.u-grid-auto-columns-380 {
  grid-auto-columns: minmax(380px, auto);
}

.u-grid-auto-columns-385 {
  grid-auto-columns: minmax(385px, auto);
}

.u-grid-auto-columns-390 {
  grid-auto-columns: minmax(390px, auto);
}

.u-grid-auto-columns-395 {
  grid-auto-columns: minmax(395px, auto);
}

.u-grid-auto-columns-400 {
  grid-auto-columns: minmax(400px, auto);
}

.u-grid-auto-columns-405 {
  grid-auto-columns: minmax(405px, auto);
}

.u-grid-auto-columns-410 {
  grid-auto-columns: minmax(410px, auto);
}

.u-grid-auto-columns-415 {
  grid-auto-columns: minmax(415px, auto);
}

.u-grid-auto-columns-420 {
  grid-auto-columns: minmax(420px, auto);
}

.u-grid-auto-columns-425 {
  grid-auto-columns: minmax(425px, auto);
}

.u-grid-auto-columns-430 {
  grid-auto-columns: minmax(430px, auto);
}

.u-grid-auto-columns-435 {
  grid-auto-columns: minmax(435px, auto);
}

.u-grid-auto-columns-440 {
  grid-auto-columns: minmax(440px, auto);
}

.u-grid-auto-columns-445 {
  grid-auto-columns: minmax(445px, auto);
}

.u-grid-auto-columns-450 {
  grid-auto-columns: minmax(450px, auto);
}

.u-grid-auto-columns-455 {
  grid-auto-columns: minmax(455px, auto);
}

.u-grid-auto-columns-460 {
  grid-auto-columns: minmax(460px, auto);
}

.u-grid-auto-columns-465 {
  grid-auto-columns: minmax(465px, auto);
}

.u-grid-auto-columns-470 {
  grid-auto-columns: minmax(470px, auto);
}

.u-grid-auto-columns-475 {
  grid-auto-columns: minmax(475px, auto);
}

.u-grid-auto-columns-480 {
  grid-auto-columns: minmax(480px, auto);
}

.u-grid-auto-columns-485 {
  grid-auto-columns: minmax(485px, auto);
}

.u-grid-auto-columns-490 {
  grid-auto-columns: minmax(490px, auto);
}

.u-grid-auto-columns-495 {
  grid-auto-columns: minmax(495px, auto);
}

.u-grid-auto-columns-500 {
  grid-auto-columns: minmax(500px, auto);
}

.border-collapse-separate {
  border-collapse: separate;
}

.border-spacing-y-10px {
  border-spacing: 0 10px;
}

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: rgba(255, 255, 255, 0.3803921569);
  border-color: rgba(31, 31, 31, 0.1215686275);
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

body,
* {
  font-family: "Poppins", sans-serif, Franklin Gothic URW, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #2A363B;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.param-card:nth-child(2n) {
  padding-left: 6px !important;
}
.param-card:nth-child(2n+1) {
  padding-right: 6px !important;
}

.select-car-callback-cta {
  right: 12px;
  position: absolute;
}
@media (max-width: 991px) {
  .select-car-callback-cta {
    top: -140px;
    margin-top: 0;
  }
}

.select-car-dropdown-toggle {
  font-size: 14px;
  height: 46px;
  border-color: #E4E7EE;
  color: !important;
  padding: 0;
  padding-left: 10px;
}
.select-car-dropdown-toggle:hover {
  background-color: transparent;
  border-color: #a5afc7;
}
.select-car-dropdown-toggle:disabled {
  border-color: #E4E7EE;
}

.link {
  color: #0D6EFD;
  font-size: 14px;
  text-decoration: underline;
  background: transparent;
  padding: 0;
}
.link:hover {
  color: rgb(63.5819672131, 140.3073770492, 253.4180327869);
}

.link--blue {
  color: #0D6EFD;
  text-decoration: underline;
}

.link--black {
  color: #222222;
  text-decoration: underline;
}

.fade-right {
  --mask: linear-gradient(to right,
      rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 1) 78%,
      rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 0) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.CarList {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
}

@media (max-width: 1199px) {
  .CarList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .CarList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dropdown-toggle::after {
  display: none !important;
}

@font-face {
  font-family: "icomoon";
  src: url(/assets/custom_fonts/icomoon-a17ddb92c2b9d1b83651ab19d0562eabf8cf5cbf58caf72bcefb4d4bf5a9b5fe.eot) format("embedded-opentype"), url(/assets/custom_fonts/icomoon-376c1b37a3d477a57d4ec3bc5f35e45a3d1e09bb23d2dcbe070a53b0133187f3.ttf) format("truetype"), url(/assets/custom_fonts/icomoon-5572802af3cd4f1fef99e5d6a032b4fe7a89789b562cd14b00d44cc28a331953.woff) format("woff"), url(/assets/custom_fonts/icomoon-ccf0ea7a90960049d47fe6712406ee5b01f3b0227e903d3ea396a40490cd2118.svg?#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url(/assets/custom_fonts/bootstrap-icons-80a85af21a77b44049843c9ab389aa7d3ae2fb8664762a3083d929f1ed4ba431.woff2) format("woff2"), url(/assets/custom_fonts/bootstrap-icons-1a48645c01de5de4652b07741d3ecd7e0949ca18b8558c2beb4784750a9fb774.woff) format("woff");
}
body,
* {
  font-family: "Poppins", sans-serif, Franklin Gothic URW, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #2A363B;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.table {
  --bs-table-bg: inherit;
}

ul.list--checked li::before {
  content: url(/../images/checkmark.svg);
  position: absolute;
  left: 20px;
}

.u-h-fc {
  height: fit-content;
}

input#personSalary {
  height: 46px;
}

.u-min-w-0 {
  min-width: 0px;
}

.u-min-w-1 {
  min-width: 1px;
}

.u-min-w-2 {
  min-width: 2px;
}

.u-min-w-3 {
  min-width: 3px;
}

.u-min-w-4 {
  min-width: 4px;
}

.u-min-w-5 {
  min-width: 5px;
}

.u-min-w-6 {
  min-width: 6px;
}

.u-min-w-7 {
  min-width: 7px;
}

.u-min-w-8 {
  min-width: 8px;
}

.u-min-w-9 {
  min-width: 9px;
}

.u-min-w-10 {
  min-width: 10px;
}

.u-min-w-11 {
  min-width: 11px;
}

.u-min-w-12 {
  min-width: 12px;
}

.u-min-w-13 {
  min-width: 13px;
}

.u-min-w-14 {
  min-width: 14px;
}

.u-min-w-15 {
  min-width: 15px;
}

.u-min-w-16 {
  min-width: 16px;
}

.u-min-w-17 {
  min-width: 17px;
}

.u-min-w-18 {
  min-width: 18px;
}

.u-min-w-19 {
  min-width: 19px;
}

.u-min-w-20 {
  min-width: 20px;
}

.u-min-w-21 {
  min-width: 21px;
}

.u-min-w-22 {
  min-width: 22px;
}

.u-min-w-23 {
  min-width: 23px;
}

.u-min-w-24 {
  min-width: 24px;
}

.u-min-w-25 {
  min-width: 25px;
}

.u-min-w-26 {
  min-width: 26px;
}

.u-min-w-27 {
  min-width: 27px;
}

.u-min-w-28 {
  min-width: 28px;
}

.u-min-w-29 {
  min-width: 29px;
}

.u-min-w-30 {
  min-width: 30px;
}

.u-min-w-31 {
  min-width: 31px;
}

.u-min-w-32 {
  min-width: 32px;
}

.u-min-w-33 {
  min-width: 33px;
}

.u-min-w-34 {
  min-width: 34px;
}

.u-min-w-35 {
  min-width: 35px;
}

.u-min-w-36 {
  min-width: 36px;
}

.u-min-w-37 {
  min-width: 37px;
}

.u-min-w-38 {
  min-width: 38px;
}

.u-min-w-39 {
  min-width: 39px;
}

.u-min-w-40 {
  min-width: 40px;
}

.u-min-w-41 {
  min-width: 41px;
}

.u-min-w-42 {
  min-width: 42px;
}

.u-min-w-43 {
  min-width: 43px;
}

.u-min-w-44 {
  min-width: 44px;
}

.u-min-w-45 {
  min-width: 45px;
}

.u-min-w-46 {
  min-width: 46px;
}

.u-min-w-47 {
  min-width: 47px;
}

.u-min-w-48 {
  min-width: 48px;
}

.u-min-w-49 {
  min-width: 49px;
}

.u-min-w-50 {
  min-width: 50px;
}

.u-min-w-51 {
  min-width: 51px;
}

.u-min-w-52 {
  min-width: 52px;
}

.u-min-w-53 {
  min-width: 53px;
}

.u-min-w-54 {
  min-width: 54px;
}

.u-min-w-55 {
  min-width: 55px;
}

.u-min-w-56 {
  min-width: 56px;
}

.u-min-w-57 {
  min-width: 57px;
}

.u-min-w-58 {
  min-width: 58px;
}

.u-min-w-59 {
  min-width: 59px;
}

.u-min-w-60 {
  min-width: 60px;
}

.u-min-w-61 {
  min-width: 61px;
}

.u-min-w-62 {
  min-width: 62px;
}

.u-min-w-63 {
  min-width: 63px;
}

.u-min-w-64 {
  min-width: 64px;
}

.u-min-w-65 {
  min-width: 65px;
}

.u-min-w-66 {
  min-width: 66px;
}

.u-min-w-67 {
  min-width: 67px;
}

.u-min-w-68 {
  min-width: 68px;
}

.u-min-w-69 {
  min-width: 69px;
}

.u-min-w-70 {
  min-width: 70px;
}

.u-min-w-71 {
  min-width: 71px;
}

.u-min-w-72 {
  min-width: 72px;
}

.u-min-w-73 {
  min-width: 73px;
}

.u-min-w-74 {
  min-width: 74px;
}

.u-min-w-75 {
  min-width: 75px;
}

.u-min-w-76 {
  min-width: 76px;
}

.u-min-w-77 {
  min-width: 77px;
}

.u-min-w-78 {
  min-width: 78px;
}

.u-min-w-79 {
  min-width: 79px;
}

.u-min-w-80 {
  min-width: 80px;
}

.u-min-w-81 {
  min-width: 81px;
}

.u-min-w-82 {
  min-width: 82px;
}

.u-min-w-83 {
  min-width: 83px;
}

.u-min-w-84 {
  min-width: 84px;
}

.u-min-w-85 {
  min-width: 85px;
}

.u-min-w-86 {
  min-width: 86px;
}

.u-min-w-87 {
  min-width: 87px;
}

.u-min-w-88 {
  min-width: 88px;
}

.u-min-w-89 {
  min-width: 89px;
}

.u-min-w-90 {
  min-width: 90px;
}

.u-min-w-91 {
  min-width: 91px;
}

.u-min-w-92 {
  min-width: 92px;
}

.u-min-w-93 {
  min-width: 93px;
}

.u-min-w-94 {
  min-width: 94px;
}

.u-min-w-95 {
  min-width: 95px;
}

.u-min-w-96 {
  min-width: 96px;
}

.u-min-w-97 {
  min-width: 97px;
}

.u-min-w-98 {
  min-width: 98px;
}

.u-min-w-99 {
  min-width: 99px;
}

.u-min-w-100 {
  min-width: 100px;
}

.wizard-nav-container > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
