@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);
@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #ed4f80;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #95aac9;
  --bs-gray-dark: #35414d;
  --bs-gray-100: #eef2f5;
  --bs-gray-200: #e6ecf1;
  --bs-gray-300: #d2ddec;
  --bs-gray-400: #b8c2cc;
  --bs-gray-500: #adb9c7;
  --bs-gray-600: #95aac9;
  --bs-gray-700: #66747f;
  --bs-gray-800: #35414d;
  --bs-gray-900: #1b252f;
  --bs-primary: #206cff;
  --bs-secondary: #6e84a3;
  --bs-success: #37c976;
  --bs-info: #3eafff;
  --bs-warning: #ff9800;
  --bs-danger: #ff605c;
  --bs-light: #eef2f5;
  --bs-dark: #161d26;
  --bs-pink: #ed4f80;
  --bs-primary-rgb: 32, 108, 255;
  --bs-secondary-rgb: 110, 132, 163;
  --bs-success-rgb: 55, 201, 118;
  --bs-info-rgb: 62, 175, 255;
  --bs-warning-rgb: 255, 152, 0;
  --bs-danger-rgb: 255, 96, 92;
  --bs-light-rgb: 238, 242, 245;
  --bs-dark-rgb: 22, 29, 38;
  --bs-pink-rgb: 237, 79, 128;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 57, 67, 97;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #394361;
  --bs-body-bg: #fff;
}

*,
*::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;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1, .h1 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.1875rem;
  }
}

h2, .h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: calc(1.278125rem + 0.3375vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.53125rem;
  }
}

h4, .h4 {
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.3125rem;
  }
}

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #206cff;
  text-decoration: underline;
}
a:hover {
  color: #1a56cc;
}

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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: #ed4f80;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #1b252f;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

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: #95aac9;
  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]::-webkit-calendar-picker-indicator {
  display: none;
}

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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

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

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

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

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

::-webkit-file-upload-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.09375rem;
  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.09375rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #95aac9;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #d2ddec;
  border-radius: 0.25rem;
  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: #95aac9;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.5rem);
  padding-left: var(--bs-gutter-x, 0.5rem);
  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;
  }
}
.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-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-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #394361;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #394361;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #394361;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #394361;
  vertical-align: top;
  border-color: #d2ddec;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

.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-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

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

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

.table-primary {
  --bs-table-bg: #d2e2ff;
  --bs-table-striped-bg: #c8d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bdcbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c2d1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bdcbe6;
}

.table-secondary {
  --bs-table-bg: #e2e6ed;
  --bs-table-striped-bg: #d7dbe1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbcfd5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d5db;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbcfd5;
}

.table-success {
  --bs-table-bg: #d7f4e4;
  --bs-table-striped-bg: #cce8d9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2dccd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c7e2d3;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2dccd;
}

.table-info {
  --bs-table-bg: #d8efff;
  --bs-table-striped-bg: #cde3f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2d7e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c8ddec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2d7e6;
}

.table-warning {
  --bs-table-bg: #ffeacc;
  --bs-table-striped-bg: #f2dec2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d3b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecd8bd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6d3b8;
}

.table-danger {
  --bs-table-bg: #ffdfde;
  --bs-table-striped-bg: #f2d4d3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6c9c8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #eccecd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6c9c8;
}

.table-light {
  --bs-table-bg: #eef2f5;
  --bs-table-striped-bg: #e2e6e9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d6dadd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #dce0e3;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d6dadd;
}

.table-dark {
  --bs-table-bg: #161d26;
  --bs-table-striped-bg: #222831;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #2d343c;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #272e36;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #2d343c;
}

.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 + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #95aac9;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #394361;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2ddec;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  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: #394361;
  background-color: #fff;
  border-color: #d2ddec;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(32, 108, 255, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #d2ddec;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #d2ddec;
  opacity: 1;
}
.form-control::placeholder {
  color: #d2ddec;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e6ecf1;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #394361;
  background-color: #e6ecf1;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #394361;
  background-color: #e6ecf1;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dbe0e5;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dbe0e5;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #394361;
  background-color: #e6ecf1;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dbe0e5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #394361;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 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 + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: 3.5rem;
  padding: 0.5rem 0.8rem;
  font-size: 0.85rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 0.8rem;
  margin: -0.5rem -0.8rem;
  -webkit-margin-end: 0.8rem;
          margin-inline-end: 0.8rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 0.8rem;
  margin: -0.5rem -0.8rem;
  -webkit-margin-end: 0.8rem;
          margin-inline-end: 0.8rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 0.8rem;
  margin: -0.5rem -0.8rem;
  -webkit-margin-end: 0.8rem;
          margin-inline-end: 0.8rem;
}

textarea.form-control {
  min-height: 3rem;
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: 3.5rem;
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #394361;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2335414d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #d2ddec;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #d2ddec;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(32, 108, 255, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e6ecf1;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #394361;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.765625rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.8rem;
  font-size: 0.85rem;
  border-radius: 0.3rem;
}

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          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: #d2ddec;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(32, 108, 255, 0.25);
}
.form-check-input:checked {
  background-color: #206cff;
  border-color: #206cff;
}
.form-check-input:checked[type=checkbox] {
  background-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 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-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: #206cff;
  border-color: #206cff;
  background-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 {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: 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");
  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 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23d2ddec'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: 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-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;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(32, 108, 255, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(32, 108, 255, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #206cff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #bcd3ff;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d2ddec;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #206cff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #bcd3ff;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d2ddec;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb9c7;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb9c7;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px 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 {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #394361;
  text-align: center;
  white-space: nowrap;
  background-color: #e6ecf1;
  border: 1px solid #d2ddec;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 0.8rem;
  font-size: 0.85rem;
  border-radius: 0.3rem;
}

.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.765625rem;
  border-radius: 0.2rem;
}

.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),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  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),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  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: -1px;
  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: #37c976;
}

.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.765625rem;
  color: #fff;
  background-color: rgba(55, 201, 118, 0.9);
  border-radius: 0.25rem;
}

.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: #37c976;
  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='%2337c976' d='M2.3 6.73L.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: #37c976;
  box-shadow: 0 0 0 0.25rem rgba(55, 201, 118, 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: #37c976;
}
.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"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2335414d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2337c976' d='M2.3 6.73L.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-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: #37c976;
  box-shadow: 0 0 0 0.25rem rgba(55, 201, 118, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #37c976;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #37c976;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 201, 118, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #37c976;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ff605c;
}

.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.765625rem;
  color: #fff;
  background-color: rgba(255, 96, 92, 0.9);
  border-radius: 0.25rem;
}

.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: #ff605c;
  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='%23ff605c'%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='%23ff605c' 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: #ff605c;
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 92, 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: #ff605c;
}
.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"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2335414d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), 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='%23ff605c'%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='%23ff605c' stroke='none'/%3e%3c/svg%3e");
  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: #ff605c;
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 92, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #ff605c;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #ff605c;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 92, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff605c;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  color: #394361;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  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: #394361;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(32, 108, 255, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #206cff;
  border-color: #206cff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1b5cd9;
  border-color: #1a56cc;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #1b5cd9;
  border-color: #1a56cc;
  box-shadow: 0 0 0 0.25rem rgba(65, 130, 255, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a56cc;
  border-color: #1851bf;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(65, 130, 255, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #206cff;
  border-color: #206cff;
}

.btn-secondary {
  color: #fff;
  background-color: #6e84a3;
  border-color: #6e84a3;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5e708b;
  border-color: #586a82;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5e708b;
  border-color: #586a82;
  box-shadow: 0 0 0 0.25rem rgba(132, 150, 177, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #586a82;
  border-color: #53637a;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(132, 150, 177, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6e84a3;
  border-color: #6e84a3;
}

.btn-success {
  color: #fff;
  background-color: #37c976;
  border-color: #37c976;
}
.btn-success:hover {
  color: #fff;
  background-color: #2fab64;
  border-color: #2ca15e;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #2fab64;
  border-color: #2ca15e;
  box-shadow: 0 0 0 0.25rem rgba(85, 209, 139, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2ca15e;
  border-color: #299759;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(85, 209, 139, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #37c976;
  border-color: #37c976;
}

.btn-info {
  color: #fff;
  background-color: #3eafff;
  border-color: #3eafff;
}
.btn-info:hover {
  color: #fff;
  background-color: #3595d9;
  border-color: #328ccc;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #3595d9;
  border-color: #328ccc;
  box-shadow: 0 0 0 0.25rem rgba(91, 187, 255, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #328ccc;
  border-color: #2f83bf;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(91, 187, 255, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #3eafff;
  border-color: #3eafff;
}

.btn-warning {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}
.btn-warning:hover {
  color: #fff;
  background-color: #d98100;
  border-color: #cc7a00;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #fff;
  background-color: #d98100;
  border-color: #cc7a00;
  box-shadow: 0 0 0 0.25rem rgba(255, 167, 38, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc7a00;
  border-color: #bf7200;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 167, 38, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}

.btn-danger {
  color: #fff;
  background-color: #ff605c;
  border-color: #ff605c;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d9524e;
  border-color: #cc4d4a;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #d9524e;
  border-color: #cc4d4a;
  box-shadow: 0 0 0 0.25rem rgba(255, 120, 116, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc4d4a;
  border-color: #bf4845;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 120, 116, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #ff605c;
  border-color: #ff605c;
}

.btn-light {
  color: #000;
  background-color: #eef2f5;
  border-color: #eef2f5;
}
.btn-light:hover {
  color: #000;
  background-color: #f1f4f7;
  border-color: #f0f3f6;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f1f4f7;
  border-color: #f0f3f6;
  box-shadow: 0 0 0 0.25rem rgba(202, 206, 208, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f1f5f7;
  border-color: #f0f3f6;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(202, 206, 208, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #eef2f5;
  border-color: #eef2f5;
}

.btn-dark {
  color: #fff;
  background-color: #161d26;
  border-color: #161d26;
}
.btn-dark:hover {
  color: #fff;
  background-color: #131920;
  border-color: #12171e;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #131920;
  border-color: #12171e;
  box-shadow: 0 0 0 0.25rem rgba(57, 63, 71, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #12171e;
  border-color: #11161d;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(57, 63, 71, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #161d26;
  border-color: #161d26;
}

.btn-pink {
  color: #fff;
  background-color: #ed4f80;
  border-color: #ed4f80;
}
.btn-pink:hover {
  color: #fff;
  background-color: #c9436d;
  border-color: #be3f66;
}
.btn-check:focus + .btn-pink, .btn-pink:focus {
  color: #fff;
  background-color: #c9436d;
  border-color: #be3f66;
  box-shadow: 0 0 0 0.25rem rgba(240, 105, 147, 0.5);
}
.btn-check:checked + .btn-pink, .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active, .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #be3f66;
  border-color: #b23b60;
}
.btn-check:checked + .btn-pink:focus, .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 105, 147, 0.5);
}
.btn-pink:disabled, .btn-pink.disabled {
  color: #fff;
  background-color: #ed4f80;
  border-color: #ed4f80;
}

.btn-outline-primary {
  color: #206cff;
  border-color: #206cff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #206cff;
  border-color: #206cff;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(32, 108, 255, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #206cff;
  border-color: #206cff;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(32, 108, 255, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #206cff;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6e84a3;
  border-color: #6e84a3;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6e84a3;
  border-color: #6e84a3;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(110, 132, 163, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6e84a3;
  border-color: #6e84a3;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(110, 132, 163, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6e84a3;
  background-color: transparent;
}

.btn-outline-success {
  color: #37c976;
  border-color: #37c976;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #37c976;
  border-color: #37c976;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 201, 118, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #37c976;
  border-color: #37c976;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 201, 118, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #37c976;
  background-color: transparent;
}

.btn-outline-info {
  color: #3eafff;
  border-color: #3eafff;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #3eafff;
  border-color: #3eafff;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(62, 175, 255, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #3eafff;
  border-color: #3eafff;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(62, 175, 255, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #3eafff;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ff9800;
  border-color: #ff9800;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 152, 0, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 152, 0, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ff9800;
  background-color: transparent;
}

.btn-outline-danger {
  color: #ff605c;
  border-color: #ff605c;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff605c;
  border-color: #ff605c;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 92, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #ff605c;
  border-color: #ff605c;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 96, 92, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #ff605c;
  background-color: transparent;
}

.btn-outline-light {
  color: #eef2f5;
  border-color: #eef2f5;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #eef2f5;
  border-color: #eef2f5;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 242, 245, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #eef2f5;
  border-color: #eef2f5;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 242, 245, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #eef2f5;
  background-color: transparent;
}

.btn-outline-dark {
  color: #161d26;
  border-color: #161d26;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #161d26;
  border-color: #161d26;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(22, 29, 38, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #161d26;
  border-color: #161d26;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(22, 29, 38, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #161d26;
  background-color: transparent;
}

.btn-outline-pink {
  color: #ed4f80;
  border-color: #ed4f80;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #ed4f80;
  border-color: #ed4f80;
}
.btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 79, 128, 0.5);
}
.btn-check:checked + .btn-outline-pink, .btn-check:active + .btn-outline-pink, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show {
  color: #fff;
  background-color: #ed4f80;
  border-color: #ed4f80;
}
.btn-check:checked + .btn-outline-pink:focus, .btn-check:active + .btn-outline-pink:focus, .btn-outline-pink:active:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 79, 128, 0.5);
}
.btn-outline-pink:disabled, .btn-outline-pink.disabled {
  color: #ed4f80;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #206cff;
  text-decoration: underline;
}
.btn-link:hover {
  color: #1a56cc;
}
.btn-link:disabled, .btn-link.disabled {
  color: #95aac9;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  border-radius: 0.2rem;
}

.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 {
  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 {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.875rem;
  color: #394361;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.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: 0.125rem;
}
.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: 0.125rem;
}
.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: 0.125rem;
}
.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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #1b252f;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #18212a;
  background-color: #e6ecf1;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #206cff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb9c7;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: #95aac9;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #1b252f;
}

.dropdown-menu-dark {
  color: #d2ddec;
  background-color: #35414d;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #d2ddec;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #206cff;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb9c7;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #d2ddec;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb9c7;
}

.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 > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.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: -1px;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #206cff;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #1a56cc;
}
.nav-link.disabled {
  color: #95aac9;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #d2ddec;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e6ecf1 #e6ecf1 #d2ddec;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #95aac9;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #66747f;
  background-color: #fff;
  border-color: #d2ddec #d2ddec #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #206cff;
}

.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 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.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: 0.3359375rem;
  padding-bottom: 0.3359375rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@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 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .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: 0.5rem;
  padding-left: 0.5rem;
}
.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-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: 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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.5rem;
}
@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-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: #394361;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #1d61e6;
  background-color: #e9f0ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231d61e6'%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");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23394361'%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");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #d2ddec;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(32, 108, 255, 0.25);
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.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-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #206cff;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d2ddec;
  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: #1a56cc;
  background-color: #e6ecf1;
  border-color: #d2ddec;
}
.page-link:focus {
  z-index: 3;
  color: #1a56cc;
  background-color: #e6ecf1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(32, 108, 255, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #206cff;
  border-color: #206cff;
}
.page-item.disabled .page-link {
  color: #95aac9;
  pointer-events: none;
  background-color: #fff;
  border-color: #d2ddec;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

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

.alert-primary {
  color: #134199;
  background-color: #d2e2ff;
  border-color: #bcd3ff;
}
.alert-primary .alert-link {
  color: #0f347a;
}

.alert-secondary {
  color: #424f62;
  background-color: #e2e6ed;
  border-color: #d4dae3;
}
.alert-secondary .alert-link {
  color: #353f4e;
}

.alert-success {
  color: #217947;
  background-color: #d7f4e4;
  border-color: #c3efd6;
}
.alert-success .alert-link {
  color: #1a6139;
}

.alert-info {
  color: #256999;
  background-color: #d8efff;
  border-color: #c5e7ff;
}
.alert-info .alert-link {
  color: #1e547a;
}

.alert-warning {
  color: #995b00;
  background-color: #ffeacc;
  border-color: #ffe0b3;
}
.alert-warning .alert-link {
  color: #7a4900;
}

.alert-danger {
  color: #993a37;
  background-color: #ffdfde;
  border-color: #ffcfce;
}
.alert-danger .alert-link {
  color: #7a2e2c;
}

.alert-light {
  color: #8f9193;
  background-color: #fcfcfd;
  border-color: #fafbfc;
}
.alert-light .alert-link {
  color: #727476;
}

.alert-dark {
  color: #0d1117;
  background-color: #d0d2d4;
  border-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #0a0e12;
}

.alert-pink {
  color: #8e2f4d;
  background-color: #fbdce6;
  border-color: #facad9;
}
.alert-pink .alert-link {
  color: #72263e;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e6ecf1;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #206cff;
  transition: width 0.6s ease;
}
@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: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #66747f;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #66747f;
  text-decoration: none;
  background-color: #eef2f5;
}
.list-group-item-action:active {
  color: #394361;
  background-color: #e6ecf1;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #1b252f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.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: #95aac9;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #206cff;
  border-color: #206cff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  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: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: #134199;
  background-color: #d2e2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #134199;
  background-color: #bdcbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #134199;
  border-color: #134199;
}

.list-group-item-secondary {
  color: #424f62;
  background-color: #e2e6ed;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #424f62;
  background-color: #cbcfd5;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #424f62;
  border-color: #424f62;
}

.list-group-item-success {
  color: #217947;
  background-color: #d7f4e4;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #217947;
  background-color: #c2dccd;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #217947;
  border-color: #217947;
}

.list-group-item-info {
  color: #256999;
  background-color: #d8efff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #256999;
  background-color: #c2d7e6;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #256999;
  border-color: #256999;
}

.list-group-item-warning {
  color: #995b00;
  background-color: #ffeacc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #995b00;
  background-color: #e6d3b8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #995b00;
  border-color: #995b00;
}

.list-group-item-danger {
  color: #993a37;
  background-color: #ffdfde;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #993a37;
  background-color: #e6c9c8;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #993a37;
  border-color: #993a37;
}

.list-group-item-light {
  color: #8f9193;
  background-color: #fcfcfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #8f9193;
  background-color: #e3e3e4;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #8f9193;
  border-color: #8f9193;
}

.list-group-item-dark {
  color: #0d1117;
  background-color: #d0d2d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #0d1117;
  background-color: #bbbdbf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #0d1117;
  border-color: #0d1117;
}

.list-group-item-pink {
  color: #8e2f4d;
  background-color: #fbdce6;
}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #8e2f4d;
  background-color: #e2c6cf;
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #8e2f4d;
  border-color: #8e2f4d;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(32, 108, 255, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

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

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.5rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #95aac9;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  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% - 1rem);
}
.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% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #1b252f;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #d2ddec;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #d2ddec;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-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 {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@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 {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.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: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #394361;
}

.carousel {
  position: relative;
}

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

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

/* rtl:begin:ignore */
.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%);
}

/* rtl:end:ignore */
.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%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.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");
}

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

.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%;
  list-style: none;
}
.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;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.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 {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

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

.link-primary {
  color: #206cff;
}
.link-primary:hover, .link-primary:focus {
  color: #1a56cc;
}

.link-secondary {
  color: #6e84a3;
}
.link-secondary:hover, .link-secondary:focus {
  color: #586a82;
}

.link-success {
  color: #37c976;
}
.link-success:hover, .link-success:focus {
  color: #2ca15e;
}

.link-info {
  color: #3eafff;
}
.link-info:hover, .link-info:focus {
  color: #328ccc;
}

.link-warning {
  color: #ff9800;
}
.link-warning:hover, .link-warning:focus {
  color: #cc7a00;
}

.link-danger {
  color: #ff605c;
}
.link-danger:hover, .link-danger:focus {
  color: #cc4d4a;
}

.link-light {
  color: #eef2f5;
}
.link-light:hover, .link-light:focus {
  color: #f1f5f7;
}

.link-dark {
  color: #161d26;
}
.link-dark:hover, .link-dark:focus {
  color: #12171e;
}

.link-pink {
  color: #ed4f80;
}
.link-pink:hover, .link-pink:focus {
  color: #be3f66;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: 1px solid #d2ddec !important;
}

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

.border-top {
  border-top: 1px solid #d2ddec !important;
}

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

.border-end {
  border-right: 1px solid #d2ddec !important;
}

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

.border-bottom {
  border-bottom: 1px solid #d2ddec !important;
}

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

.border-start {
  border-left: 1px solid #d2ddec !important;
}

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

.border-primary {
  border-color: #206cff !important;
}

.border-secondary {
  border-color: #6e84a3 !important;
}

.border-success {
  border-color: #37c976 !important;
}

.border-info {
  border-color: #3eafff !important;
}

.border-warning {
  border-color: #ff9800 !important;
}

.border-danger {
  border-color: #ff605c !important;
}

.border-light {
  border-color: #eef2f5 !important;
}

.border-dark {
  border-color: #161d26 !important;
}

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

.border-white {
  border-color: #fff !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-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-pink {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-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: #95aac9 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.1875rem !important;
  }

  .fs-2 {
    font-size: 1.75rem !important;
  }

  .fs-3 {
    font-size: 1.53125rem !important;
  }

  .fs-4 {
    font-size: 1.3125rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

  .d-print-none {
    display: none !important;
  }
}
/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
body {
  color: #394361;
}

a,
a:hover,
a:visited,
a:focus {
  text-decoration: none !important;
}

hr {
  opacity: 1;
  background-color: #d2ddec;
}

.font-title {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-content {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.fw-regular {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.lh-1 {
  line-height: 1.2 !important;
}

small,
.small {
  font-size: 0.7rem;
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-group > label {
  top: 0;
  z-index: 1;
  padding: 0 calc(0.875rem / 2);
  margin-top: -0.475rem;
  margin-left: 0.475rem;
  border-radius: calc(0.875rem / 2);
  position: absolute;
  background: #fff;
  color: #6e84a3 !important;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
  line-height: 1.2;
}
.form-group .form-control {
  color: #394361 !important;
  min-height: 3rem !important;
  padding: 0.5rem 0.75rem;
  border-color: #d2ddec;
}
.form-group .form-control.form-control-lg {
  min-height: 3.5rem !important;
}
.form-group .form-control.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px) !important;
}
.form-group .form-control:-ms-input-placeholder {
  color: #b8c2cc;
  font-weight: 200;
  font-size: 0.85rem;
  font-style: italic;
}
.form-group .form-control::-moz-placeholder {
  color: #b8c2cc;
  font-weight: 200;
  font-size: 0.85rem;
  font-style: italic;
}
.form-group .form-control::placeholder {
  color: #b8c2cc;
  font-weight: 200;
  font-size: 0.85rem;
  font-style: italic;
}
.form-group:hover > .form-control {
  border-color: #95aac9;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #95aac9 !important;
  opacity: 0.5;
  font-style: italic;
}

.form-control::-moz-placeholder {
  color: #95aac9 !important;
  opacity: 0.5;
  font-style: italic;
}

.form-control::placeholder {
  color: #95aac9 !important;
  opacity: 0.5;
  font-style: italic;
}

.form-control.form-control-light {
  background: #e6ecf1;
}

.form-floating > label {
  padding: 1rem;
}

.list-group-item {
  border: 1px solid #d2ddec;
}

.checkbox-custom {
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  line-height: 12px;
  display: inline-block;
  background-color: #dce1e9;
}
.checkbox-custom input {
  opacity: 0;
  position: absolute;
}
.checkbox-custom input:checked + .checkmark {
  background: var(--bs-pink);
}
.checkbox-custom input:checked + .checkmark:after {
  opacity: 1;
}
.checkbox-custom .checkmark {
  text-align: center;
  font-size: 8px;
  color: #fff;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  position: absolute;
}
.checkbox-custom .checkmark:after {
  content: "\f00c";
  left: 0px;
  top: 2px;
  bottom: 0;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 2px;
}

input + .custom-checkbox {
  display: none;
}
input:checked + .custom-checkbox {
  display: block;
}

.checkbox-button {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 1px solid var(--bs-gray-100);
  border-radius: 0.25rem;
  transition: border 0.2s ease;
}
.checkbox-button:hover {
  border-color: var(--bs-gray-300);
}
.checkbox-button span {
  position: absolute;
  inset: -1px;
  margin: 0;
  border-radius: 0.25rem;
  border: 3px solid transparent;
}
.checkbox-button input {
  position: absolute;
  opacity: 0;
}
.checkbox-button input:checked + span {
  border-color: var(--bs-pink);
}

button {
  display: inline-block;
  border-width: 0;
  text-align: left;
  background: transparent;
}

.btn {
  font-weight: 600;
}

.btn-link {
  text-decoration: none;
}

.dropdown-menu {
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 8px 14px -2px #00000014;
}

.modal.show.fade .modal-dialog {
  transform: none;
}

.modal.fade .modal-dialog {
  transform: scale(0.95);
}

.modal-backdrop {
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

.table-theme.table-with-radius tbody tr td:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}

.table-theme.table-with-radius tbody tr td:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}

.table-theme tbody tr td {
  border-width: 0px !important;
}

.table-theme.table-striped > tbody > tr:nth-of-type(odd) > * {
  background: rgba(230, 236, 241, 0.25) !important;
  box-shadow: none;
}

.table-hover.table-theme > tbody > tr > * {
  transition: background 0.2s ease;
}

.table-hover.table-theme > tbody > tr:hover > * {
  background: rgba(230, 236, 241, 0.5) !important;
  box-shadow: none;
}

.offcanvas {
  visibility: visible;
  transition: transform 0.2s ease-in-out;
}

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

.btn-link-blue {
  color: #0d6efd;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
}
.btn-link-blue:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
.btn-check:focus + .btn-link-blue, .btn-link-blue:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-link-blue, .btn-check:active + .btn-link-blue, .btn-link-blue:active, .btn-link-blue.active, .show > .btn-link-blue.dropdown-toggle {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-check:checked + .btn-link-blue:focus, .btn-check:active + .btn-link-blue:focus, .btn-link-blue:active:focus, .btn-link-blue.active:focus, .show > .btn-link-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-link-blue:disabled, .btn-link-blue.disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-blue {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  box-shadow: 0 0 0;
}
.btn-blue:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0b5ed7;
}
.btn-check:focus + .btn-blue, .btn-blue:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-blue, .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a58ca;
}
.btn-check:checked + .btn-blue:focus, .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-blue:disabled, .btn-blue.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-blue {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-outline-blue, .btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-blue:focus, .btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}
.btn-outline-blue:disabled, .btn-outline-blue.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

.btn-link-indigo {
  color: #6610f2;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
}
.btn-link-indigo:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
.btn-check:focus + .btn-link-indigo, .btn-link-indigo:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-link-indigo, .btn-check:active + .btn-link-indigo, .btn-link-indigo:active, .btn-link-indigo.active, .show > .btn-link-indigo.dropdown-toggle {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-check:checked + .btn-link-indigo:focus, .btn-check:active + .btn-link-indigo:focus, .btn-link-indigo:active:focus, .btn-link-indigo.active:focus, .show > .btn-link-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-link-indigo:disabled, .btn-link-indigo.disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
  box-shadow: 0 0 0;
}
.btn-indigo:hover {
  color: #fff;
  background-color: #570ece;
  border-color: #570ece;
}
.btn-check:focus + .btn-indigo, .btn-indigo:focus {
  color: #fff;
  background-color: #570ece;
  border-color: #520dc2;
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-indigo, .btn-check:active + .btn-indigo, .btn-indigo:active, .btn-indigo.active, .show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #520dc2;
  border-color: #520dc2;
}
.btn-check:checked + .btn-indigo:focus, .btn-check:active + .btn-indigo:focus, .btn-indigo:active:focus, .btn-indigo.active:focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-indigo:disabled, .btn-indigo.disabled {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}

.btn-outline-indigo {
  color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-indigo:hover {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-check:focus + .btn-outline-indigo, .btn-outline-indigo:focus {
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-outline-indigo, .btn-check:active + .btn-outline-indigo, .btn-outline-indigo:active, .btn-outline-indigo.active, .btn-outline-indigo.dropdown-toggle.show {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-check:checked + .btn-outline-indigo:focus, .btn-check:active + .btn-outline-indigo:focus, .btn-outline-indigo:active:focus, .btn-outline-indigo.active:focus, .btn-outline-indigo.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}
.btn-outline-indigo:disabled, .btn-outline-indigo.disabled {
  color: #6610f2;
  background-color: transparent;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.btn-link-purple {
  color: #6f42c1;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
}
.btn-link-purple:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
.btn-check:focus + .btn-link-purple, .btn-link-purple:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-link-purple, .btn-check:active + .btn-link-purple, .btn-link-purple:active, .btn-link-purple.active, .show > .btn-link-purple.dropdown-toggle {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-check:checked + .btn-link-purple:focus, .btn-check:active + .btn-link-purple:focus, .btn-link-purple:active:focus, .btn-link-purple.active:focus, .show > .btn-link-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-link-purple:disabled, .btn-link-purple.disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
  box-shadow: 0 0 0;
}
.btn-purple:hover {
  color: #fff;
  background-color: #5e38a4;
  border-color: #5e38a4;
}
.btn-check:focus + .btn-purple, .btn-purple:focus {
  color: #fff;
  background-color: #5e38a4;
  border-color: #59359a;
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-purple, .btn-check:active + .btn-purple, .btn-purple:active, .btn-purple.active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #59359a;
  border-color: #59359a;
}
.btn-check:checked + .btn-purple:focus, .btn-check:active + .btn-purple:focus, .btn-purple:active:focus, .btn-purple.active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-purple:disabled, .btn-purple.disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.btn-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-check:focus + .btn-outline-purple, .btn-outline-purple:focus {
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-outline-purple, .btn-check:active + .btn-outline-purple, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.dropdown-toggle.show {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-check:checked + .btn-outline-purple:focus, .btn-check:active + .btn-outline-purple:focus, .btn-outline-purple:active:focus, .btn-outline-purple.active:focus, .btn-outline-purple.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}
.btn-outline-purple:disabled, .btn-outline-purple.disabled {
  color: #6f42c1;
  background-color: transparent;
}

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

.btn-link-pink {
  color: #ed4f80;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
}
.btn-link-pink:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
.btn-check:focus + .btn-link-pink, .btn-link-pink:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-link-pink, .btn-check:active + .btn-link-pink, .btn-link-pink:active, .btn-link-pink.active, .show > .btn-link-pink.dropdown-toggle {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-check:checked + .btn-link-pink:focus, .btn-check:active + .btn-link-pink:focus, .btn-link-pink:active:focus, .btn-link-pink.active:focus, .show > .btn-link-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-link-pink:disabled, .btn-link-pink.disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-pink {
  color: #fff;
  background-color: #ed4f80;
  border-color: #ed4f80;
  box-shadow: 0 0 0;
}
.btn-pink:hover {
  color: #fff;
  background-color: #c9436d;
  border-color: #c9436d;
}
.btn-check:focus + .btn-pink, .btn-pink:focus {
  color: #fff;
  background-color: #c9436d;
  border-color: #be3f66;
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-pink, .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active, .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #be3f66;
  border-color: #be3f66;
}
.btn-check:checked + .btn-pink:focus, .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-pink:disabled, .btn-pink.disabled {
  color: #fff;
  background-color: #ed4f80;
  border-color: #ed4f80;
}

.btn-outline-pink {
  color: #ed4f80;
  border-color: #ed4f80;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #ed4f80;
  border-color: #ed4f80;
}
.btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus {
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-outline-pink, .btn-check:active + .btn-outline-pink, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show {
  color: #fff;
  background-color: #ed4f80;
  border-color: #ed4f80;
}
.btn-check:checked + .btn-outline-pink:focus, .btn-check:active + .btn-outline-pink:focus, .btn-outline-pink:active:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}
.btn-outline-pink:disabled, .btn-outline-pink.disabled {
  color: #ed4f80;
  background-color: transparent;
}

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

.btn-link-red {
  color: #dc3545;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
}
.btn-link-red:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
.btn-check:focus + .btn-link-red, .btn-link-red:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-link-red, .btn-check:active + .btn-link-red, .btn-link-red:active, .btn-link-red.active, .show > .btn-link-red.dropdown-toggle {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-check:checked + .btn-link-red:focus, .btn-check:active + .btn-link-red:focus, .btn-link-red:active:focus, .btn-link-red.active:focus, .show > .btn-link-red.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-link-red:disabled, .btn-link-red.disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-red {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0;
}
.btn-red:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #bb2d3b;
}
.btn-check:focus + .btn-red, .btn-red:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-red, .btn-check:active + .btn-red, .btn-red:active, .btn-red.active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #b02a37;
}
.btn-check:checked + .btn-red:focus, .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-red:disabled, .btn-red.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-red {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-outline-red, .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-red:focus, .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}
.btn-outline-red:disabled, .btn-outline-red.disabled {
  color: #dc3545;
  background-color: transparent;
}

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

.btn-link-orange {
  color: #fd7e14;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
}
.btn-link-orange:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
.btn-check:focus + .btn-link-orange, .btn-link-orange:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-link-orange, .btn-check:active + .btn-link-orange, .btn-link-orange:active, .btn-link-orange.active, .show > .btn-link-orange.dropdown-toggle {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-check:checked + .btn-link-orange:focus, .btn-check:active + .btn-link-orange:focus, .btn-link-orange:active:focus, .btn-link-orange.active:focus, .show > .btn-link-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-link-orange:disabled, .btn-link-orange.disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-orange {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
  box-shadow: 0 0 0;
}
.btn-orange:hover {
  color: #fff;
  background-color: #d76b11;
  border-color: #d76b11;
}
.btn-check:focus + .btn-orange, .btn-orange:focus {
  color: #fff;
  background-color: #d76b11;
  border-color: #ca6510;
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-orange, .btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #ca6510;
  border-color: #ca6510;
}
.btn-check:checked + .btn-orange:focus, .btn-check:active + .btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-orange:disabled, .btn-orange.disabled {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.btn-outline-orange {
  color: #fd7e14;
  border-color: #fd7e14;
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-check:focus + .btn-outline-orange, .btn-outline-orange:focus {
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-outline-orange, .btn-check:active + .btn-outline-orange, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.dropdown-toggle.show {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-check:checked + .btn-outline-orange:focus, .btn-check:active + .btn-outline-orange:focus, .btn-outline-orange:active:focus, .btn-outline-orange.active:focus, .btn-outline-orange.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}
.btn-outline-orange:disabled, .btn-outline-orange.disabled {
  color: #fd7e14;
  background-color: transparent;
}

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

.btn-link-yellow {
  color: #ffc107;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
}
.btn-link-yellow:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
.btn-check:focus + .btn-link-yellow, .btn-link-yellow:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-link-yellow, .btn-check:active + .btn-link-yellow, .btn-link-yellow:active, .btn-link-yellow.active, .show > .btn-link-yellow.dropdown-toggle {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-check:checked + .btn-link-yellow:focus, .btn-check:active + .btn-link-yellow:focus, .btn-link-yellow:active:focus, .btn-link-yellow.active:focus, .show > .btn-link-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-link-yellow:disabled, .btn-link-yellow.disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-yellow {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0;
}
.btn-yellow:hover {
  color: #fff;
  background-color: #d9a406;
  border-color: #d9a406;
}
.btn-check:focus + .btn-yellow, .btn-yellow:focus {
  color: #fff;
  background-color: #d9a406;
  border-color: #cc9a06;
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-yellow, .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active, .show > .btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #cc9a06;
  border-color: #cc9a06;
}
.btn-check:checked + .btn-yellow:focus, .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-yellow:disabled, .btn-yellow.disabled {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-yellow {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-yellow:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-outline-yellow, .btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-yellow:focus, .btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}
.btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
  color: #ffc107;
  background-color: transparent;
}

.bg-green {
  background-color: #198754 !important;
}

.btn-link-green {
  color: #198754;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
}
.btn-link-green:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
.btn-check:focus + .btn-link-green, .btn-link-green:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-link-green, .btn-check:active + .btn-link-green, .btn-link-green:active, .btn-link-green.active, .show > .btn-link-green.dropdown-toggle {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-check:checked + .btn-link-green:focus, .btn-check:active + .btn-link-green:focus, .btn-link-green:active:focus, .btn-link-green.active:focus, .show > .btn-link-green.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-link-green:disabled, .btn-link-green.disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-green {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
  box-shadow: 0 0 0;
}
.btn-green:hover {
  color: #fff;
  background-color: #157347;
  border-color: #157347;
}
.btn-check:focus + .btn-green, .btn-green:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-green, .btn-check:active + .btn-green, .btn-green:active, .btn-green.active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #146c43;
}
.btn-check:checked + .btn-green:focus, .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-green:disabled, .btn-green.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-outline-green {
  color: #198754;
  border-color: #198754;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-green, .btn-outline-green:focus {
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-outline-green, .btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-green:focus, .btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}
.btn-outline-green:disabled, .btn-outline-green.disabled {
  color: #198754;
  background-color: transparent;
}

.bg-teal {
  background-color: #20c997 !important;
}

.btn-link-teal {
  color: #20c997;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
}
.btn-link-teal:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
.btn-check:focus + .btn-link-teal, .btn-link-teal:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-link-teal, .btn-check:active + .btn-link-teal, .btn-link-teal:active, .btn-link-teal.active, .show > .btn-link-teal.dropdown-toggle {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-check:checked + .btn-link-teal:focus, .btn-check:active + .btn-link-teal:focus, .btn-link-teal:active:focus, .btn-link-teal.active:focus, .show > .btn-link-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-link-teal:disabled, .btn-link-teal.disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-teal {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
  box-shadow: 0 0 0;
}
.btn-teal:hover {
  color: #fff;
  background-color: #1bab80;
  border-color: #1bab80;
}
.btn-check:focus + .btn-teal, .btn-teal:focus {
  color: #fff;
  background-color: #1bab80;
  border-color: #1aa179;
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-teal, .btn-check:active + .btn-teal, .btn-teal:active, .btn-teal.active, .show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #1aa179;
  border-color: #1aa179;
}
.btn-check:checked + .btn-teal:focus, .btn-check:active + .btn-teal:focus, .btn-teal:active:focus, .btn-teal.active:focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-teal:disabled, .btn-teal.disabled {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-outline-teal {
  color: #20c997;
  border-color: #20c997;
}
.btn-outline-teal:hover {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-check:focus + .btn-outline-teal, .btn-outline-teal:focus {
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-outline-teal, .btn-check:active + .btn-outline-teal, .btn-outline-teal:active, .btn-outline-teal.active, .btn-outline-teal.dropdown-toggle.show {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-check:checked + .btn-outline-teal:focus, .btn-check:active + .btn-outline-teal:focus, .btn-outline-teal:active:focus, .btn-outline-teal.active:focus, .btn-outline-teal.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}
.btn-outline-teal:disabled, .btn-outline-teal.disabled {
  color: #20c997;
  background-color: transparent;
}

.bg-cyan {
  background-color: #0dcaf0 !important;
}

.btn-link-cyan {
  color: #0dcaf0;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
}
.btn-link-cyan:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
.btn-check:focus + .btn-link-cyan, .btn-link-cyan:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-link-cyan, .btn-check:active + .btn-link-cyan, .btn-link-cyan:active, .btn-link-cyan.active, .show > .btn-link-cyan.dropdown-toggle {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-check:checked + .btn-link-cyan:focus, .btn-check:active + .btn-link-cyan:focus, .btn-link-cyan:active:focus, .btn-link-cyan.active:focus, .show > .btn-link-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-link-cyan:disabled, .btn-link-cyan.disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-cyan {
  color: #fff;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  box-shadow: 0 0 0;
}
.btn-cyan:hover {
  color: #fff;
  background-color: #0baccc;
  border-color: #0baccc;
}
.btn-check:focus + .btn-cyan, .btn-cyan:focus {
  color: #fff;
  background-color: #0baccc;
  border-color: #0aa2c0;
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-cyan, .btn-check:active + .btn-cyan, .btn-cyan:active, .btn-cyan.active, .show > .btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #0aa2c0;
  border-color: #0aa2c0;
}
.btn-check:checked + .btn-cyan:focus, .btn-check:active + .btn-cyan:focus, .btn-cyan:active:focus, .btn-cyan.active:focus, .show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-cyan:disabled, .btn-cyan.disabled {
  color: #fff;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-cyan {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-cyan:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-cyan, .btn-outline-cyan:focus {
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-outline-cyan, .btn-check:active + .btn-outline-cyan, .btn-outline-cyan:active, .btn-outline-cyan.active, .btn-outline-cyan.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-cyan:focus, .btn-check:active + .btn-outline-cyan:focus, .btn-outline-cyan:active:focus, .btn-outline-cyan.active:focus, .btn-outline-cyan.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}
.btn-outline-cyan:disabled, .btn-outline-cyan.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

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

.btn-link-white {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
}
.btn-link-white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.15);
}
.btn-check:focus + .btn-link-white, .btn-link-white:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-link-white, .btn-check:active + .btn-link-white, .btn-link-white:active, .btn-link-white.active, .show > .btn-link-white.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-check:checked + .btn-link-white:focus, .btn-check:active + .btn-link-white:focus, .btn-link-white:active:focus, .btn-link-white.active:focus, .show > .btn-link-white.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-link-white:disabled, .btn-link-white.disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}

.bg-gray {
  background-color: #95aac9 !important;
}

.btn-link-gray {
  color: #95aac9;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
}
.btn-link-gray:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
.btn-check:focus + .btn-link-gray, .btn-link-gray:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-link-gray, .btn-check:active + .btn-link-gray, .btn-link-gray:active, .btn-link-gray.active, .show > .btn-link-gray.dropdown-toggle {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-check:checked + .btn-link-gray:focus, .btn-check:active + .btn-link-gray:focus, .btn-link-gray:active:focus, .btn-link-gray.active:focus, .show > .btn-link-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-link-gray:disabled, .btn-link-gray.disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-gray {
  color: #fff;
  background-color: #95aac9;
  border-color: #95aac9;
  box-shadow: 0 0 0;
}
.btn-gray:hover {
  color: #fff;
  background-color: #7f91ab;
  border-color: #7f91ab;
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #fff;
  background-color: #7f91ab;
  border-color: #7788a1;
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #7788a1;
  border-color: #7788a1;
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-gray:disabled, .btn-gray.disabled {
  color: #fff;
  background-color: #95aac9;
  border-color: #95aac9;
}

.btn-outline-gray {
  color: #95aac9;
  border-color: #95aac9;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #95aac9;
  border-color: #95aac9;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #fff;
  background-color: #95aac9;
  border-color: #95aac9;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #95aac9;
  background-color: transparent;
}

.bg-gray-dark {
  background-color: #35414d !important;
}

.btn-link-gray-dark {
  color: #35414d;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
}
.btn-link-gray-dark:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
.btn-check:focus + .btn-link-gray-dark, .btn-link-gray-dark:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-link-gray-dark, .btn-check:active + .btn-link-gray-dark, .btn-link-gray-dark:active, .btn-link-gray-dark.active, .show > .btn-link-gray-dark.dropdown-toggle {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-check:checked + .btn-link-gray-dark:focus, .btn-check:active + .btn-link-gray-dark:focus, .btn-link-gray-dark:active:focus, .btn-link-gray-dark.active:focus, .show > .btn-link-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-link-gray-dark:disabled, .btn-link-gray-dark.disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-gray-dark {
  color: #fff;
  background-color: #35414d;
  border-color: #35414d;
  box-shadow: 0 0 0;
}
.btn-gray-dark:hover {
  color: #fff;
  background-color: #2d3741;
  border-color: #2d3741;
}
.btn-check:focus + .btn-gray-dark, .btn-gray-dark:focus {
  color: #fff;
  background-color: #2d3741;
  border-color: #2a343e;
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-gray-dark, .btn-check:active + .btn-gray-dark, .btn-gray-dark:active, .btn-gray-dark.active, .show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #2a343e;
  border-color: #2a343e;
}
.btn-check:checked + .btn-gray-dark:focus, .btn-check:active + .btn-gray-dark:focus, .btn-gray-dark:active:focus, .btn-gray-dark.active:focus, .show > .btn-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-gray-dark:disabled, .btn-gray-dark.disabled {
  color: #fff;
  background-color: #35414d;
  border-color: #35414d;
}

.btn-outline-gray-dark {
  color: #35414d;
  border-color: #35414d;
}
.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: #35414d;
  border-color: #35414d;
}
.btn-check:focus + .btn-outline-gray-dark, .btn-outline-gray-dark:focus {
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-outline-gray-dark, .btn-check:active + .btn-outline-gray-dark, .btn-outline-gray-dark:active, .btn-outline-gray-dark.active, .btn-outline-gray-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #35414d;
  border-color: #35414d;
}
.btn-check:checked + .btn-outline-gray-dark:focus, .btn-check:active + .btn-outline-gray-dark:focus, .btn-outline-gray-dark:active:focus, .btn-outline-gray-dark.active:focus, .btn-outline-gray-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0;
}
.btn-outline-gray-dark:disabled, .btn-outline-gray-dark.disabled {
  color: #35414d;
  background-color: transparent;
}

.border-primary {
  border-color: #206cff !important;
}

.border-top.border-primary {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-top-color: #206cff !important;
}

.border-right.border-primary {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-right-color: #206cff !important;
}

.border-bottom.border-primary {
  border-right-width: 0 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-color: #206cff !important;
}

.border-left.border-primary {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top-width: 0 !important;
  border-left-color: #206cff !important;
}

.text-primary {
  color: #206cff;
}

.text-primary-hover:hover {
  color: #206cff !important;
}

.border-secondary {
  border-color: #6e84a3 !important;
}

.border-top.border-secondary {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-top-color: #6e84a3 !important;
}

.border-right.border-secondary {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-right-color: #6e84a3 !important;
}

.border-bottom.border-secondary {
  border-right-width: 0 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-color: #6e84a3 !important;
}

.border-left.border-secondary {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top-width: 0 !important;
  border-left-color: #6e84a3 !important;
}

.text-secondary {
  color: #6e84a3;
}

.text-secondary-hover:hover {
  color: #6e84a3 !important;
}

.border-success {
  border-color: #37c976 !important;
}

.border-top.border-success {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-top-color: #37c976 !important;
}

.border-right.border-success {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-right-color: #37c976 !important;
}

.border-bottom.border-success {
  border-right-width: 0 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-color: #37c976 !important;
}

.border-left.border-success {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top-width: 0 !important;
  border-left-color: #37c976 !important;
}

.text-success {
  color: #37c976;
}

.text-success-hover:hover {
  color: #37c976 !important;
}

.border-info {
  border-color: #3eafff !important;
}

.border-top.border-info {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-top-color: #3eafff !important;
}

.border-right.border-info {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-right-color: #3eafff !important;
}

.border-bottom.border-info {
  border-right-width: 0 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-color: #3eafff !important;
}

.border-left.border-info {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top-width: 0 !important;
  border-left-color: #3eafff !important;
}

.text-info {
  color: #3eafff;
}

.text-info-hover:hover {
  color: #3eafff !important;
}

.border-warning {
  border-color: #ff9800 !important;
}

.border-top.border-warning {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-top-color: #ff9800 !important;
}

.border-right.border-warning {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-right-color: #ff9800 !important;
}

.border-bottom.border-warning {
  border-right-width: 0 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-color: #ff9800 !important;
}

.border-left.border-warning {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top-width: 0 !important;
  border-left-color: #ff9800 !important;
}

.text-warning {
  color: #ff9800;
}

.text-warning-hover:hover {
  color: #ff9800 !important;
}

.border-danger {
  border-color: #ff605c !important;
}

.border-top.border-danger {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-top-color: #ff605c !important;
}

.border-right.border-danger {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-right-color: #ff605c !important;
}

.border-bottom.border-danger {
  border-right-width: 0 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-color: #ff605c !important;
}

.border-left.border-danger {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top-width: 0 !important;
  border-left-color: #ff605c !important;
}

.text-danger {
  color: #ff605c;
}

.text-danger-hover:hover {
  color: #ff605c !important;
}

.border-light {
  border-color: #eef2f5 !important;
}

.border-top.border-light {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-top-color: #eef2f5 !important;
}

.border-right.border-light {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-right-color: #eef2f5 !important;
}

.border-bottom.border-light {
  border-right-width: 0 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-color: #eef2f5 !important;
}

.border-left.border-light {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top-width: 0 !important;
  border-left-color: #eef2f5 !important;
}

.text-light {
  color: #eef2f5;
}

.text-light-hover:hover {
  color: #eef2f5 !important;
}

.border-dark {
  border-color: #161d26 !important;
}

.border-top.border-dark {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-top-color: #161d26 !important;
}

.border-right.border-dark {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-right-color: #161d26 !important;
}

.border-bottom.border-dark {
  border-right-width: 0 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-color: #161d26 !important;
}

.border-left.border-dark {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top-width: 0 !important;
  border-left-color: #161d26 !important;
}

.text-dark {
  color: #161d26;
}

.text-dark-hover:hover {
  color: #161d26 !important;
}

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

.border-top.border-pink {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-top-color: #ed4f80 !important;
}

.border-right.border-pink {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-right-color: #ed4f80 !important;
}

.border-bottom.border-pink {
  border-right-width: 0 !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-color: #ed4f80 !important;
}

.border-left.border-pink {
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top-width: 0 !important;
  border-left-color: #ed4f80 !important;
}

.text-pink {
  color: #ed4f80;
}

.text-pink-hover:hover {
  color: #ed4f80 !important;
}

.btn-white {
  color: #1b252f;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0;
}
.btn-white:hover {
  color: #ed4f80;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #ed4f80;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-white:disabled, .btn-white.disabled {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-light {
  color: #394361;
  background-color: #eef2f5;
  border-color: #eef2f5;
  box-shadow: 0 0 0;
}
.btn-light:hover {
  color: #000;
  background-color: #f1f4f7;
  border-color: #f1f4f7;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f1f4f7;
  border-color: #f0f3f6;
  box-shadow: 0 0 0;
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
.btn-light:disabled, .btn-light.disabled {
  color: #fff;
  background-color: #eef2f5;
  border-color: #eef2f5;
}

.nav-link {
  border-radius: 0.5rem;
  /* Safari, Chrome */
  /* Firefox 4.0~16.0 */
  transition: all 0.2s ease;
  /* IE >9, FF >15, Opera >12.0 */
}
.nav-link.active {
  background: rgba(238, 242, 245, 0.75);
}
.nav-link:hover, .nav-link.subarea:hover {
  background: var(--bs-gray-200);
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--bs-pink);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  opacity: 0.85;
}

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* UTIL */
*:focus,
*:focus-visible {
  outline: 0 !important;
  box-shadow: 0 0 0 !important;
}

.nowrap {
  white-space: nowrap;
}

.ease {
  transition: all 0.2s ease;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-n1 {
  z-index: -1;
}

.z-index-n2 {
  z-index: -2;
}

.z-index-n3 {
  z-index: -3;
}

.z-index-n4 {
  z-index: -4;
}

.z-index-n6 {
  z-index: -6;
}

.scrollable {
  overflow: auto;
}

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

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

.scrollable.scroll-hidden::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.scrollable.scroll-hidden::-webkit-scrollbar-track {
  background: transparent;
}

.scrollable.scroll-hidden::-webkit-scrollbar-thumb {
  background: transparent;
}

.scrollable.scroll-hidden::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.no-webkit {
  -webkit-appearance: none;
}

.bg-image,
.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.image-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.hover-effect .hover-effect-target {
  opacity: 0;
  /* Safari, Chrome */
  /* Firefox 4.0~16.0 */
  transition: all 0.2s ease;
  /* IE >9, FF >15, Opera >12.0 */
}
.hover-effect:hover .hover-effect-target, .hover-effect.active .hover-effect-target {
  opacity: 1;
}

/* -- */
.container-medium {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}

@media only screen and (max-width: 1400px) {
  .container {
    max-width: none;
  }
}
.container {
  --bs-gutter-x: 1rem;
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.position-fixed {
  position: fixed;
}

.max-w-none {
  max-width: auto;
}

.min-w-none {
  min-width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-0 {
  width: 0;
}

.w-0 {
  width: 0%;
}

.vw-0 {
  min-width: 0vw;
}

.vw-force-0 {
  width: 0vw;
}

.w-10 {
  width: 10%;
}

.vw-10 {
  min-width: 10vw;
}

.vw-force-10 {
  width: 10vw;
}

.w-20 {
  width: 20%;
}

.vw-20 {
  min-width: 20vw;
}

.vw-force-20 {
  width: 20vw;
}

.w-30 {
  width: 30%;
}

.vw-30 {
  min-width: 30vw;
}

.vw-force-30 {
  width: 30vw;
}

.w-40 {
  width: 40%;
}

.vw-40 {
  min-width: 40vw;
}

.vw-force-40 {
  width: 40vw;
}

.w-50 {
  width: 50%;
}

.vw-50 {
  min-width: 50vw;
}

.vw-force-50 {
  width: 50vw;
}

.w-60 {
  width: 60%;
}

.vw-60 {
  min-width: 60vw;
}

.vw-force-60 {
  width: 60vw;
}

.w-70 {
  width: 70%;
}

.vw-70 {
  min-width: 70vw;
}

.vw-force-70 {
  width: 70vw;
}

.w-80 {
  width: 80%;
}

.vw-80 {
  min-width: 80vw;
}

.vw-force-80 {
  width: 80vw;
}

.w-90 {
  width: 90%;
}

.vw-90 {
  min-width: 90vw;
}

.vw-force-90 {
  width: 90vw;
}

.w-100 {
  width: 100%;
}

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

.vw-force-100 {
  width: 100vw;
}

.max-h-none {
  max-height: auto;
}

.min-h-none {
  min-height: auto;
}

.max-h-50 {
  max-height: 50px;
}

.min-h-50 {
  min-height: 50px;
}

.max-h-100 {
  max-height: 100px;
}

.min-h-100 {
  min-height: 100px;
}

.max-h-150 {
  max-height: 150px;
}

.min-h-150 {
  min-height: 150px;
}

.max-h-200 {
  max-height: 200px;
}

.min-h-200 {
  min-height: 200px;
}

.max-h-250 {
  max-height: 250px;
}

.min-h-250 {
  min-height: 250px;
}

.max-h-300 {
  max-height: 300px;
}

.min-h-300 {
  min-height: 300px;
}

.max-h-350 {
  max-height: 350px;
}

.min-h-350 {
  min-height: 350px;
}

.max-h-400 {
  max-height: 400px;
}

.min-h-400 {
  min-height: 400px;
}

.max-h-450 {
  max-height: 450px;
}

.min-h-450 {
  min-height: 450px;
}

.max-h-500 {
  max-height: 500px;
}

.min-h-500 {
  min-height: 500px;
}

.max-h-550 {
  max-height: 550px;
}

.min-h-550 {
  min-height: 550px;
}

.max-h-600 {
  max-height: 600px;
}

.min-h-600 {
  min-height: 600px;
}

.max-h-650 {
  max-height: 650px;
}

.min-h-650 {
  min-height: 650px;
}

.max-h-700 {
  max-height: 700px;
}

.min-h-700 {
  min-height: 700px;
}

.max-h-750 {
  max-height: 750px;
}

.min-h-750 {
  min-height: 750px;
}

.max-h-800 {
  max-height: 800px;
}

.min-h-800 {
  min-height: 800px;
}

.max-h-850 {
  max-height: 850px;
}

.min-h-850 {
  min-height: 850px;
}

.max-h-900 {
  max-height: 900px;
}

.min-h-900 {
  min-height: 900px;
}

.max-h-950 {
  max-height: 950px;
}

.min-h-950 {
  min-height: 950px;
}

.max-h-1000 {
  max-height: 1000px;
}

.min-h-1000 {
  min-height: 1000px;
}

.max-h-1050 {
  max-height: 1050px;
}

.min-h-1050 {
  min-height: 1050px;
}

.max-h-1100 {
  max-height: 1100px;
}

.min-h-1100 {
  min-height: 1100px;
}

.max-h-1150 {
  max-height: 1150px;
}

.min-h-1150 {
  min-height: 1150px;
}

.max-h-1200 {
  max-height: 1200px;
}

.min-h-1200 {
  min-height: 1200px;
}

.h-0 {
  height: 0;
}

.h-0 {
  height: 0%;
}

.vh-0 {
  min-height: 0vh;
}

.vh-force-0 {
  height: 0vh;
}

.h-10 {
  height: 10%;
}

.vh-10 {
  min-height: 10vh;
}

.vh-force-10 {
  height: 10vh;
}

.h-20 {
  height: 20%;
}

.vh-20 {
  min-height: 20vh;
}

.vh-force-20 {
  height: 20vh;
}

.h-30 {
  height: 30%;
}

.vh-30 {
  min-height: 30vh;
}

.vh-force-30 {
  height: 30vh;
}

.h-40 {
  height: 40%;
}

.vh-40 {
  min-height: 40vh;
}

.vh-force-40 {
  height: 40vh;
}

.h-50 {
  height: 50%;
}

.vh-50 {
  min-height: 50vh;
}

.vh-force-50 {
  height: 50vh;
}

.h-60 {
  height: 60%;
}

.vh-60 {
  min-height: 60vh;
}

.vh-force-60 {
  height: 60vh;
}

.h-70 {
  height: 70%;
}

.vh-70 {
  min-height: 70vh;
}

.vh-force-70 {
  height: 70vh;
}

.h-80 {
  height: 80%;
}

.vh-80 {
  min-height: 80vh;
}

.vh-force-80 {
  height: 80vh;
}

.h-90 {
  height: 90%;
}

.vh-90 {
  min-height: 90vh;
}

.vh-force-90 {
  height: 90vh;
}

.h-100 {
  height: 100%;
}

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

.vh-force-100 {
  height: 100vh;
}

.font-14 {
  font-size: 0.85rem;
}

.font-18 {
  font-size: 1.25rem;
}

.font-8 {
  font-size: 0.5rem;
}

.font-16 {
  font-size: 1rem;
}

.font-24 {
  font-size: 1.5rem;
}

.font-32 {
  font-size: 2rem;
}

.font-40 {
  font-size: 2.5rem;
}

.font-48 {
  font-size: 3rem;
}

.font-56 {
  font-size: 3.5rem;
}

.font-64 {
  font-size: 4rem;
}

.font-72 {
  font-size: 4.5rem;
}

.font-80 {
  font-size: 5rem;
}

.font-88 {
  font-size: 5.5rem;
}

.font-96 {
  font-size: 6rem;
}

.font-104 {
  font-size: 6.5rem;
}

.font-112 {
  font-size: 7rem;
}

.font-120 {
  font-size: 7.5rem;
}

.font-128 {
  font-size: 8rem;
}

.font-136 {
  font-size: 8.5rem;
}

.font-144 {
  font-size: 9rem;
}

.font-152 {
  font-size: 9.5rem;
}

.font-160 {
  font-size: 10rem;
}

.font-168 {
  font-size: 10.5rem;
}

.font-176 {
  font-size: 11rem;
}

.font-184 {
  font-size: 11.5rem;
}

.font-192 {
  font-size: 12rem;
}

.font-200 {
  font-size: 12.5rem;
}

.font-208 {
  font-size: 13rem;
}

.font-216 {
  font-size: 13.5rem;
}

.font-224 {
  font-size: 14rem;
}

.font-232 {
  font-size: 14.5rem;
}

.font-240 {
  font-size: 15rem;
}

.font-248 {
  font-size: 15.5rem;
}

.font-256 {
  font-size: 16rem;
}

.p-0 {
  padding: 0rem;
}

.p-8 {
  padding: 0.5rem;
}

.p-16 {
  padding: 1rem;
}

.p-24 {
  padding: 1.5rem;
}

.p-32 {
  padding: 2rem;
}

.p-40 {
  padding: 2.5rem;
}

.p-48 {
  padding: 3rem;
}

.p-56 {
  padding: 3.5rem;
}

.p-64 {
  padding: 4rem;
}

.p-72 {
  padding: 4.5rem;
}

.p-80 {
  padding: 5rem;
}

.p-88 {
  padding: 5.5rem;
}

.p-96 {
  padding: 6rem;
}

.p-104 {
  padding: 6.5rem;
}

.p-112 {
  padding: 7rem;
}

.p-120 {
  padding: 7.5rem;
}

.p-128 {
  padding: 8rem;
}

.p-136 {
  padding: 8.5rem;
}

.p-144 {
  padding: 9rem;
}

.p-152 {
  padding: 9.5rem;
}

.p-160 {
  padding: 10rem;
}

.p-168 {
  padding: 10.5rem;
}

.p-176 {
  padding: 11rem;
}

.p-184 {
  padding: 11.5rem;
}

.p-192 {
  padding: 12rem;
}

.p-200 {
  padding: 12.5rem;
}

.p-208 {
  padding: 13rem;
}

.p-216 {
  padding: 13.5rem;
}

.p-224 {
  padding: 14rem;
}

.p-232 {
  padding: 14.5rem;
}

.p-240 {
  padding: 15rem;
}

.p-248 {
  padding: 15.5rem;
}

.p-256 {
  padding: 16rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-56 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-72 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-88 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.py-96 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-104 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.py-112 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-120 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.py-128 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-136 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.py-144 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-152 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.py-160 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-168 {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}

.py-176 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-184 {
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
}

.py-192 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-200 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.py-208 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-216 {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.py-224 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-232 {
  padding-top: 14.5rem;
  padding-bottom: 14.5rem;
}

.py-240 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-248 {
  padding-top: 15.5rem;
  padding-bottom: 15.5rem;
}

.py-256 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-0 {
  padding-right: 0rem;
  padding-left: 0rem;
}

.px-8 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.px-16 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.px-24 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.px-32 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.px-40 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.px-48 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.px-56 {
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}

.px-64 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.px-72 {
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}

.px-80 {
  padding-right: 5rem;
  padding-left: 5rem;
}

.px-88 {
  padding-right: 5.5rem;
  padding-left: 5.5rem;
}

.px-96 {
  padding-right: 6rem;
  padding-left: 6rem;
}

.px-104 {
  padding-right: 6.5rem;
  padding-left: 6.5rem;
}

.px-112 {
  padding-right: 7rem;
  padding-left: 7rem;
}

.px-120 {
  padding-right: 7.5rem;
  padding-left: 7.5rem;
}

.px-128 {
  padding-right: 8rem;
  padding-left: 8rem;
}

.px-136 {
  padding-right: 8.5rem;
  padding-left: 8.5rem;
}

.px-144 {
  padding-right: 9rem;
  padding-left: 9rem;
}

.px-152 {
  padding-right: 9.5rem;
  padding-left: 9.5rem;
}

.px-160 {
  padding-right: 10rem;
  padding-left: 10rem;
}

.px-168 {
  padding-right: 10.5rem;
  padding-left: 10.5rem;
}

.px-176 {
  padding-right: 11rem;
  padding-left: 11rem;
}

.px-184 {
  padding-right: 11.5rem;
  padding-left: 11.5rem;
}

.px-192 {
  padding-right: 12rem;
  padding-left: 12rem;
}

.px-200 {
  padding-right: 12.5rem;
  padding-left: 12.5rem;
}

.px-208 {
  padding-right: 13rem;
  padding-left: 13rem;
}

.px-216 {
  padding-right: 13.5rem;
  padding-left: 13.5rem;
}

.px-224 {
  padding-right: 14rem;
  padding-left: 14rem;
}

.px-232 {
  padding-right: 14.5rem;
  padding-left: 14.5rem;
}

.px-240 {
  padding-right: 15rem;
  padding-left: 15rem;
}

.px-248 {
  padding-right: 15.5rem;
  padding-left: 15.5rem;
}

.px-256 {
  padding-right: 16rem;
  padding-left: 16rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-8 {
  padding-top: 0.5rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pt-32 {
  padding-top: 2rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pt-48 {
  padding-top: 3rem;
}

.pt-56 {
  padding-top: 3.5rem;
}

.pt-64 {
  padding-top: 4rem;
}

.pt-72 {
  padding-top: 4.5rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pt-88 {
  padding-top: 5.5rem;
}

.pt-96 {
  padding-top: 6rem;
}

.pt-104 {
  padding-top: 6.5rem;
}

.pt-112 {
  padding-top: 7rem;
}

.pt-120 {
  padding-top: 7.5rem;
}

.pt-128 {
  padding-top: 8rem;
}

.pt-136 {
  padding-top: 8.5rem;
}

.pt-144 {
  padding-top: 9rem;
}

.pt-152 {
  padding-top: 9.5rem;
}

.pt-160 {
  padding-top: 10rem;
}

.pt-168 {
  padding-top: 10.5rem;
}

.pt-176 {
  padding-top: 11rem;
}

.pt-184 {
  padding-top: 11.5rem;
}

.pt-192 {
  padding-top: 12rem;
}

.pt-200 {
  padding-top: 12.5rem;
}

.pt-208 {
  padding-top: 13rem;
}

.pt-216 {
  padding-top: 13.5rem;
}

.pt-224 {
  padding-top: 14rem;
}

.pt-232 {
  padding-top: 14.5rem;
}

.pt-240 {
  padding-top: 15rem;
}

.pt-248 {
  padding-top: 15.5rem;
}

.pt-256 {
  padding-top: 16rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-8 {
  padding-right: 0.5rem;
}

.pr-16 {
  padding-right: 1rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.pr-32 {
  padding-right: 2rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.pr-48 {
  padding-right: 3rem;
}

.pr-56 {
  padding-right: 3.5rem;
}

.pr-64 {
  padding-right: 4rem;
}

.pr-72 {
  padding-right: 4.5rem;
}

.pr-80 {
  padding-right: 5rem;
}

.pr-88 {
  padding-right: 5.5rem;
}

.pr-96 {
  padding-right: 6rem;
}

.pr-104 {
  padding-right: 6.5rem;
}

.pr-112 {
  padding-right: 7rem;
}

.pr-120 {
  padding-right: 7.5rem;
}

.pr-128 {
  padding-right: 8rem;
}

.pr-136 {
  padding-right: 8.5rem;
}

.pr-144 {
  padding-right: 9rem;
}

.pr-152 {
  padding-right: 9.5rem;
}

.pr-160 {
  padding-right: 10rem;
}

.pr-168 {
  padding-right: 10.5rem;
}

.pr-176 {
  padding-right: 11rem;
}

.pr-184 {
  padding-right: 11.5rem;
}

.pr-192 {
  padding-right: 12rem;
}

.pr-200 {
  padding-right: 12.5rem;
}

.pr-208 {
  padding-right: 13rem;
}

.pr-216 {
  padding-right: 13.5rem;
}

.pr-224 {
  padding-right: 14rem;
}

.pr-232 {
  padding-right: 14.5rem;
}

.pr-240 {
  padding-right: 15rem;
}

.pr-248 {
  padding-right: 15.5rem;
}

.pr-256 {
  padding-right: 16rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pb-32 {
  padding-bottom: 2rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pb-48 {
  padding-bottom: 3rem;
}

.pb-56 {
  padding-bottom: 3.5rem;
}

.pb-64 {
  padding-bottom: 4rem;
}

.pb-72 {
  padding-bottom: 4.5rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.pb-88 {
  padding-bottom: 5.5rem;
}

.pb-96 {
  padding-bottom: 6rem;
}

.pb-104 {
  padding-bottom: 6.5rem;
}

.pb-112 {
  padding-bottom: 7rem;
}

.pb-120 {
  padding-bottom: 7.5rem;
}

.pb-128 {
  padding-bottom: 8rem;
}

.pb-136 {
  padding-bottom: 8.5rem;
}

.pb-144 {
  padding-bottom: 9rem;
}

.pb-152 {
  padding-bottom: 9.5rem;
}

.pb-160 {
  padding-bottom: 10rem;
}

.pb-168 {
  padding-bottom: 10.5rem;
}

.pb-176 {
  padding-bottom: 11rem;
}

.pb-184 {
  padding-bottom: 11.5rem;
}

.pb-192 {
  padding-bottom: 12rem;
}

.pb-200 {
  padding-bottom: 12.5rem;
}

.pb-208 {
  padding-bottom: 13rem;
}

.pb-216 {
  padding-bottom: 13.5rem;
}

.pb-224 {
  padding-bottom: 14rem;
}

.pb-232 {
  padding-bottom: 14.5rem;
}

.pb-240 {
  padding-bottom: 15rem;
}

.pb-248 {
  padding-bottom: 15.5rem;
}

.pb-256 {
  padding-bottom: 16rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-8 {
  padding-left: 0.5rem;
}

.pl-16 {
  padding-left: 1rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.pl-32 {
  padding-left: 2rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.pl-48 {
  padding-left: 3rem;
}

.pl-56 {
  padding-left: 3.5rem;
}

.pl-64 {
  padding-left: 4rem;
}

.pl-72 {
  padding-left: 4.5rem;
}

.pl-80 {
  padding-left: 5rem;
}

.pl-88 {
  padding-left: 5.5rem;
}

.pl-96 {
  padding-left: 6rem;
}

.pl-104 {
  padding-left: 6.5rem;
}

.pl-112 {
  padding-left: 7rem;
}

.pl-120 {
  padding-left: 7.5rem;
}

.pl-128 {
  padding-left: 8rem;
}

.pl-136 {
  padding-left: 8.5rem;
}

.pl-144 {
  padding-left: 9rem;
}

.pl-152 {
  padding-left: 9.5rem;
}

.pl-160 {
  padding-left: 10rem;
}

.pl-168 {
  padding-left: 10.5rem;
}

.pl-176 {
  padding-left: 11rem;
}

.pl-184 {
  padding-left: 11.5rem;
}

.pl-192 {
  padding-left: 12rem;
}

.pl-200 {
  padding-left: 12.5rem;
}

.pl-208 {
  padding-left: 13rem;
}

.pl-216 {
  padding-left: 13.5rem;
}

.pl-224 {
  padding-left: 14rem;
}

.pl-232 {
  padding-left: 14.5rem;
}

.pl-240 {
  padding-left: 15rem;
}

.pl-248 {
  padding-left: 15.5rem;
}

.pl-256 {
  padding-left: 16rem;
}

.m-0 {
  margin: 0rem;
}

.m-8 {
  margin: 0.5rem;
}

.m-16 {
  margin: 1rem;
}

.m-24 {
  margin: 1.5rem;
}

.m-32 {
  margin: 2rem;
}

.m-40 {
  margin: 2.5rem;
}

.m-48 {
  margin: 3rem;
}

.m-56 {
  margin: 3.5rem;
}

.m-64 {
  margin: 4rem;
}

.m-72 {
  margin: 4.5rem;
}

.m-80 {
  margin: 5rem;
}

.m-88 {
  margin: 5.5rem;
}

.m-96 {
  margin: 6rem;
}

.m-104 {
  margin: 6.5rem;
}

.m-112 {
  margin: 7rem;
}

.m-120 {
  margin: 7.5rem;
}

.m-128 {
  margin: 8rem;
}

.m-136 {
  margin: 8.5rem;
}

.m-144 {
  margin: 9rem;
}

.m-152 {
  margin: 9.5rem;
}

.m-160 {
  margin: 10rem;
}

.m-168 {
  margin: 10.5rem;
}

.m-176 {
  margin: 11rem;
}

.m-184 {
  margin: 11.5rem;
}

.m-192 {
  margin: 12rem;
}

.m-200 {
  margin: 12.5rem;
}

.m-208 {
  margin: 13rem;
}

.m-216 {
  margin: 13.5rem;
}

.m-224 {
  margin: 14rem;
}

.m-232 {
  margin: 14.5rem;
}

.m-240 {
  margin: 15rem;
}

.m-248 {
  margin: 15.5rem;
}

.m-256 {
  margin: 16rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-32 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-48 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-56 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-64 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-72 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.my-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-88 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.my-96 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-104 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.my-112 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-120 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.my-128 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-136 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.my-144 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-152 {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.my-160 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-168 {
  margin-top: 10.5rem;
  margin-bottom: 10.5rem;
}

.my-176 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.my-184 {
  margin-top: 11.5rem;
  margin-bottom: 11.5rem;
}

.my-192 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.my-200 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.my-208 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-216 {
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

.my-224 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.my-232 {
  margin-top: 14.5rem;
  margin-bottom: 14.5rem;
}

.my-240 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.my-248 {
  margin-top: 15.5rem;
  margin-bottom: 15.5rem;
}

.my-256 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my--136 {
  margin-top: -8.5rem !important;
  margin-bottom: -8.5rem !important;
}

.my--144 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.my--152 {
  margin-top: -9.5rem !important;
  margin-bottom: -9.5rem !important;
}

.my--160 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.my--168 {
  margin-top: -10.5rem !important;
  margin-bottom: -10.5rem !important;
}

.my--176 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.my--184 {
  margin-top: -11.5rem !important;
  margin-bottom: -11.5rem !important;
}

.my--192 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.my--200 {
  margin-top: -12.5rem !important;
  margin-bottom: -12.5rem !important;
}

.my--208 {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.my--216 {
  margin-top: -13.5rem !important;
  margin-bottom: -13.5rem !important;
}

.my--224 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.my--232 {
  margin-top: -14.5rem !important;
  margin-bottom: -14.5rem !important;
}

.my--240 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.my--248 {
  margin-top: -15.5rem !important;
  margin-bottom: -15.5rem !important;
}

.my--256 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.mx-0 {
  margin-right: 0rem;
  margin-left: 0rem;
}

.mx-8 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.mx-16 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.mx-24 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.mx-32 {
  margin-right: 2rem;
  margin-left: 2rem;
}

.mx-40 {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.mx-48 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.mx-56 {
  margin-right: 3.5rem;
  margin-left: 3.5rem;
}

.mx-64 {
  margin-right: 4rem;
  margin-left: 4rem;
}

.mx-72 {
  margin-right: 4.5rem;
  margin-left: 4.5rem;
}

.mx-80 {
  margin-right: 5rem;
  margin-left: 5rem;
}

.mx-88 {
  margin-right: 5.5rem;
  margin-left: 5.5rem;
}

.mx-96 {
  margin-right: 6rem;
  margin-left: 6rem;
}

.mx-104 {
  margin-right: 6.5rem;
  margin-left: 6.5rem;
}

.mx-112 {
  margin-right: 7rem;
  margin-left: 7rem;
}

.mx-120 {
  margin-right: 7.5rem;
  margin-left: 7.5rem;
}

.mx-128 {
  margin-right: 8rem;
  margin-left: 8rem;
}

.mx-136 {
  margin-right: 8.5rem;
  margin-left: 8.5rem;
}

.mx-144 {
  margin-right: 9rem;
  margin-left: 9rem;
}

.mx-152 {
  margin-right: 9.5rem;
  margin-left: 9.5rem;
}

.mx-160 {
  margin-right: 10rem;
  margin-left: 10rem;
}

.mx-168 {
  margin-right: 10.5rem;
  margin-left: 10.5rem;
}

.mx-176 {
  margin-right: 11rem;
  margin-left: 11rem;
}

.mx-184 {
  margin-right: 11.5rem;
  margin-left: 11.5rem;
}

.mx-192 {
  margin-right: 12rem;
  margin-left: 12rem;
}

.mx-200 {
  margin-right: 12.5rem;
  margin-left: 12.5rem;
}

.mx-208 {
  margin-right: 13rem;
  margin-left: 13rem;
}

.mx-216 {
  margin-right: 13.5rem;
  margin-left: 13.5rem;
}

.mx-224 {
  margin-right: 14rem;
  margin-left: 14rem;
}

.mx-232 {
  margin-right: 14.5rem;
  margin-left: 14.5rem;
}

.mx-240 {
  margin-right: 15rem;
  margin-left: 15rem;
}

.mx-248 {
  margin-right: 15.5rem;
  margin-left: 15.5rem;
}

.mx-256 {
  margin-right: 16rem;
  margin-left: 16rem;
}

.mx--0 {
  margin-right: -0rem !important;
  margin-left: -0rem !important;
}

.mx--8 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx--16 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx--24 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx--32 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx--40 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx--48 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx--56 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx--64 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx--72 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

.mx--80 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx--88 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

.mx--96 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx--104 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}

.mx--112 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

.mx--120 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

.mx--128 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.mx--136 {
  margin-right: -8.5rem !important;
  margin-left: -8.5rem !important;
}

.mx--144 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}

.mx--152 {
  margin-right: -9.5rem !important;
  margin-left: -9.5rem !important;
}

.mx--160 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.mx--168 {
  margin-right: -10.5rem !important;
  margin-left: -10.5rem !important;
}

.mx--176 {
  margin-right: -11rem !important;
  margin-left: -11rem !important;
}

.mx--184 {
  margin-right: -11.5rem !important;
  margin-left: -11.5rem !important;
}

.mx--192 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

.mx--200 {
  margin-right: -12.5rem !important;
  margin-left: -12.5rem !important;
}

.mx--208 {
  margin-right: -13rem !important;
  margin-left: -13rem !important;
}

.mx--216 {
  margin-right: -13.5rem !important;
  margin-left: -13.5rem !important;
}

.mx--224 {
  margin-right: -14rem !important;
  margin-left: -14rem !important;
}

.mx--232 {
  margin-right: -14.5rem !important;
  margin-left: -14.5rem !important;
}

.mx--240 {
  margin-right: -15rem !important;
  margin-left: -15rem !important;
}

.mx--248 {
  margin-right: -15.5rem !important;
  margin-left: -15.5rem !important;
}

.mx--256 {
  margin-right: -16rem !important;
  margin-left: -16rem !important;
}

.mt-0 {
  margin-top: 0rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mt-32 {
  margin-top: 2rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-48 {
  margin-top: 3rem;
}

.mt-56 {
  margin-top: 3.5rem;
}

.mt-64 {
  margin-top: 4rem;
}

.mt-72 {
  margin-top: 4.5rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mt-88 {
  margin-top: 5.5rem;
}

.mt-96 {
  margin-top: 6rem;
}

.mt-104 {
  margin-top: 6.5rem;
}

.mt-112 {
  margin-top: 7rem;
}

.mt-120 {
  margin-top: 7.5rem;
}

.mt-128 {
  margin-top: 8rem;
}

.mt-136 {
  margin-top: 8.5rem;
}

.mt-144 {
  margin-top: 9rem;
}

.mt-152 {
  margin-top: 9.5rem;
}

.mt-160 {
  margin-top: 10rem;
}

.mt-168 {
  margin-top: 10.5rem;
}

.mt-176 {
  margin-top: 11rem;
}

.mt-184 {
  margin-top: 11.5rem;
}

.mt-192 {
  margin-top: 12rem;
}

.mt-200 {
  margin-top: 12.5rem;
}

.mt-208 {
  margin-top: 13rem;
}

.mt-216 {
  margin-top: 13.5rem;
}

.mt-224 {
  margin-top: 14rem;
}

.mt-232 {
  margin-top: 14.5rem;
}

.mt-240 {
  margin-top: 15rem;
}

.mt-248 {
  margin-top: 15.5rem;
}

.mt-256 {
  margin-top: 16rem;
}

.mt--0 {
  margin-top: -0rem !important;
}

.mt--8 {
  margin-top: -0.5rem !important;
}

.mt--16 {
  margin-top: -1rem !important;
}

.mt--24 {
  margin-top: -1.5rem !important;
}

.mt--32 {
  margin-top: -2rem !important;
}

.mt--40 {
  margin-top: -2.5rem !important;
}

.mt--48 {
  margin-top: -3rem !important;
}

.mt--56 {
  margin-top: -3.5rem !important;
}

.mt--64 {
  margin-top: -4rem !important;
}

.mt--72 {
  margin-top: -4.5rem !important;
}

.mt--80 {
  margin-top: -5rem !important;
}

.mt--88 {
  margin-top: -5.5rem !important;
}

.mt--96 {
  margin-top: -6rem !important;
}

.mt--104 {
  margin-top: -6.5rem !important;
}

.mt--112 {
  margin-top: -7rem !important;
}

.mt--120 {
  margin-top: -7.5rem !important;
}

.mt--128 {
  margin-top: -8rem !important;
}

.mt--136 {
  margin-top: -8.5rem !important;
}

.mt--144 {
  margin-top: -9rem !important;
}

.mt--152 {
  margin-top: -9.5rem !important;
}

.mt--160 {
  margin-top: -10rem !important;
}

.mt--168 {
  margin-top: -10.5rem !important;
}

.mt--176 {
  margin-top: -11rem !important;
}

.mt--184 {
  margin-top: -11.5rem !important;
}

.mt--192 {
  margin-top: -12rem !important;
}

.mt--200 {
  margin-top: -12.5rem !important;
}

.mt--208 {
  margin-top: -13rem !important;
}

.mt--216 {
  margin-top: -13.5rem !important;
}

.mt--224 {
  margin-top: -14rem !important;
}

.mt--232 {
  margin-top: -14.5rem !important;
}

.mt--240 {
  margin-top: -15rem !important;
}

.mt--248 {
  margin-top: -15.5rem !important;
}

.mt--256 {
  margin-top: -16rem !important;
}

.mr-0 {
  margin-right: 0rem;
}

.mr-8 {
  margin-right: 0.5rem;
}

.mr-16 {
  margin-right: 1rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.mr-32 {
  margin-right: 2rem;
}

.mr-40 {
  margin-right: 2.5rem;
}

.mr-48 {
  margin-right: 3rem;
}

.mr-56 {
  margin-right: 3.5rem;
}

.mr-64 {
  margin-right: 4rem;
}

.mr-72 {
  margin-right: 4.5rem;
}

.mr-80 {
  margin-right: 5rem;
}

.mr-88 {
  margin-right: 5.5rem;
}

.mr-96 {
  margin-right: 6rem;
}

.mr-104 {
  margin-right: 6.5rem;
}

.mr-112 {
  margin-right: 7rem;
}

.mr-120 {
  margin-right: 7.5rem;
}

.mr-128 {
  margin-right: 8rem;
}

.mr-136 {
  margin-right: 8.5rem;
}

.mr-144 {
  margin-right: 9rem;
}

.mr-152 {
  margin-right: 9.5rem;
}

.mr-160 {
  margin-right: 10rem;
}

.mr-168 {
  margin-right: 10.5rem;
}

.mr-176 {
  margin-right: 11rem;
}

.mr-184 {
  margin-right: 11.5rem;
}

.mr-192 {
  margin-right: 12rem;
}

.mr-200 {
  margin-right: 12.5rem;
}

.mr-208 {
  margin-right: 13rem;
}

.mr-216 {
  margin-right: 13.5rem;
}

.mr-224 {
  margin-right: 14rem;
}

.mr-232 {
  margin-right: 14.5rem;
}

.mr-240 {
  margin-right: 15rem;
}

.mr-248 {
  margin-right: 15.5rem;
}

.mr-256 {
  margin-right: 16rem;
}

.mr--0 {
  margin-right: -0rem !important;
}

.mr--8 {
  margin-right: -0.5rem !important;
}

.mr--16 {
  margin-right: -1rem !important;
}

.mr--24 {
  margin-right: -1.5rem !important;
}

.mr--32 {
  margin-right: -2rem !important;
}

.mr--40 {
  margin-right: -2.5rem !important;
}

.mr--48 {
  margin-right: -3rem !important;
}

.mr--56 {
  margin-right: -3.5rem !important;
}

.mr--64 {
  margin-right: -4rem !important;
}

.mr--72 {
  margin-right: -4.5rem !important;
}

.mr--80 {
  margin-right: -5rem !important;
}

.mr--88 {
  margin-right: -5.5rem !important;
}

.mr--96 {
  margin-right: -6rem !important;
}

.mr--104 {
  margin-right: -6.5rem !important;
}

.mr--112 {
  margin-right: -7rem !important;
}

.mr--120 {
  margin-right: -7.5rem !important;
}

.mr--128 {
  margin-right: -8rem !important;
}

.mr--136 {
  margin-right: -8.5rem !important;
}

.mr--144 {
  margin-right: -9rem !important;
}

.mr--152 {
  margin-right: -9.5rem !important;
}

.mr--160 {
  margin-right: -10rem !important;
}

.mr--168 {
  margin-right: -10.5rem !important;
}

.mr--176 {
  margin-right: -11rem !important;
}

.mr--184 {
  margin-right: -11.5rem !important;
}

.mr--192 {
  margin-right: -12rem !important;
}

.mr--200 {
  margin-right: -12.5rem !important;
}

.mr--208 {
  margin-right: -13rem !important;
}

.mr--216 {
  margin-right: -13.5rem !important;
}

.mr--224 {
  margin-right: -14rem !important;
}

.mr--232 {
  margin-right: -14.5rem !important;
}

.mr--240 {
  margin-right: -15rem !important;
}

.mr--248 {
  margin-right: -15.5rem !important;
}

.mr--256 {
  margin-right: -16rem !important;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-48 {
  margin-bottom: 3rem;
}

.mb-56 {
  margin-bottom: 3.5rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.mb-72 {
  margin-bottom: 4.5rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb-88 {
  margin-bottom: 5.5rem;
}

.mb-96 {
  margin-bottom: 6rem;
}

.mb-104 {
  margin-bottom: 6.5rem;
}

.mb-112 {
  margin-bottom: 7rem;
}

.mb-120 {
  margin-bottom: 7.5rem;
}

.mb-128 {
  margin-bottom: 8rem;
}

.mb-136 {
  margin-bottom: 8.5rem;
}

.mb-144 {
  margin-bottom: 9rem;
}

.mb-152 {
  margin-bottom: 9.5rem;
}

.mb-160 {
  margin-bottom: 10rem;
}

.mb-168 {
  margin-bottom: 10.5rem;
}

.mb-176 {
  margin-bottom: 11rem;
}

.mb-184 {
  margin-bottom: 11.5rem;
}

.mb-192 {
  margin-bottom: 12rem;
}

.mb-200 {
  margin-bottom: 12.5rem;
}

.mb-208 {
  margin-bottom: 13rem;
}

.mb-216 {
  margin-bottom: 13.5rem;
}

.mb-224 {
  margin-bottom: 14rem;
}

.mb-232 {
  margin-bottom: 14.5rem;
}

.mb-240 {
  margin-bottom: 15rem;
}

.mb-248 {
  margin-bottom: 15.5rem;
}

.mb-256 {
  margin-bottom: 16rem;
}

.mb--0 {
  margin-bottom: -0rem !important;
}

.mb--8 {
  margin-bottom: -0.5rem !important;
}

.mb--16 {
  margin-bottom: -1rem !important;
}

.mb--24 {
  margin-bottom: -1.5rem !important;
}

.mb--32 {
  margin-bottom: -2rem !important;
}

.mb--40 {
  margin-bottom: -2.5rem !important;
}

.mb--48 {
  margin-bottom: -3rem !important;
}

.mb--56 {
  margin-bottom: -3.5rem !important;
}

.mb--64 {
  margin-bottom: -4rem !important;
}

.mb--72 {
  margin-bottom: -4.5rem !important;
}

.mb--80 {
  margin-bottom: -5rem !important;
}

.mb--88 {
  margin-bottom: -5.5rem !important;
}

.mb--96 {
  margin-bottom: -6rem !important;
}

.mb--104 {
  margin-bottom: -6.5rem !important;
}

.mb--112 {
  margin-bottom: -7rem !important;
}

.mb--120 {
  margin-bottom: -7.5rem !important;
}

.mb--128 {
  margin-bottom: -8rem !important;
}

.mb--136 {
  margin-bottom: -8.5rem !important;
}

.mb--144 {
  margin-bottom: -9rem !important;
}

.mb--152 {
  margin-bottom: -9.5rem !important;
}

.mb--160 {
  margin-bottom: -10rem !important;
}

.mb--168 {
  margin-bottom: -10.5rem !important;
}

.mb--176 {
  margin-bottom: -11rem !important;
}

.mb--184 {
  margin-bottom: -11.5rem !important;
}

.mb--192 {
  margin-bottom: -12rem !important;
}

.mb--200 {
  margin-bottom: -12.5rem !important;
}

.mb--208 {
  margin-bottom: -13rem !important;
}

.mb--216 {
  margin-bottom: -13.5rem !important;
}

.mb--224 {
  margin-bottom: -14rem !important;
}

.mb--232 {
  margin-bottom: -14.5rem !important;
}

.mb--240 {
  margin-bottom: -15rem !important;
}

.mb--248 {
  margin-bottom: -15.5rem !important;
}

.mb--256 {
  margin-bottom: -16rem !important;
}

.ml-0 {
  margin-left: 0rem;
}

.ml-8 {
  margin-left: 0.5rem;
}

.ml-16 {
  margin-left: 1rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.ml-32 {
  margin-left: 2rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.ml-48 {
  margin-left: 3rem;
}

.ml-56 {
  margin-left: 3.5rem;
}

.ml-64 {
  margin-left: 4rem;
}

.ml-72 {
  margin-left: 4.5rem;
}

.ml-80 {
  margin-left: 5rem;
}

.ml-88 {
  margin-left: 5.5rem;
}

.ml-96 {
  margin-left: 6rem;
}

.ml-104 {
  margin-left: 6.5rem;
}

.ml-112 {
  margin-left: 7rem;
}

.ml-120 {
  margin-left: 7.5rem;
}

.ml-128 {
  margin-left: 8rem;
}

.ml-136 {
  margin-left: 8.5rem;
}

.ml-144 {
  margin-left: 9rem;
}

.ml-152 {
  margin-left: 9.5rem;
}

.ml-160 {
  margin-left: 10rem;
}

.ml-168 {
  margin-left: 10.5rem;
}

.ml-176 {
  margin-left: 11rem;
}

.ml-184 {
  margin-left: 11.5rem;
}

.ml-192 {
  margin-left: 12rem;
}

.ml-200 {
  margin-left: 12.5rem;
}

.ml-208 {
  margin-left: 13rem;
}

.ml-216 {
  margin-left: 13.5rem;
}

.ml-224 {
  margin-left: 14rem;
}

.ml-232 {
  margin-left: 14.5rem;
}

.ml-240 {
  margin-left: 15rem;
}

.ml-248 {
  margin-left: 15.5rem;
}

.ml-256 {
  margin-left: 16rem;
}

.ml--0 {
  margin-left: -0rem !important;
}

.ml--8 {
  margin-left: -0.5rem !important;
}

.ml--16 {
  margin-left: -1rem !important;
}

.ml--24 {
  margin-left: -1.5rem !important;
}

.ml--32 {
  margin-left: -2rem !important;
}

.ml--40 {
  margin-left: -2.5rem !important;
}

.ml--48 {
  margin-left: -3rem !important;
}

.ml--56 {
  margin-left: -3.5rem !important;
}

.ml--64 {
  margin-left: -4rem !important;
}

.ml--72 {
  margin-left: -4.5rem !important;
}

.ml--80 {
  margin-left: -5rem !important;
}

.ml--88 {
  margin-left: -5.5rem !important;
}

.ml--96 {
  margin-left: -6rem !important;
}

.ml--104 {
  margin-left: -6.5rem !important;
}

.ml--112 {
  margin-left: -7rem !important;
}

.ml--120 {
  margin-left: -7.5rem !important;
}

.ml--128 {
  margin-left: -8rem !important;
}

.ml--136 {
  margin-left: -8.5rem !important;
}

.ml--144 {
  margin-left: -9rem !important;
}

.ml--152 {
  margin-left: -9.5rem !important;
}

.ml--160 {
  margin-left: -10rem !important;
}

.ml--168 {
  margin-left: -10.5rem !important;
}

.ml--176 {
  margin-left: -11rem !important;
}

.ml--184 {
  margin-left: -11.5rem !important;
}

.ml--192 {
  margin-left: -12rem !important;
}

.ml--200 {
  margin-left: -12.5rem !important;
}

.ml--208 {
  margin-left: -13rem !important;
}

.ml--216 {
  margin-left: -13.5rem !important;
}

.ml--224 {
  margin-left: -14rem !important;
}

.ml--232 {
  margin-left: -14.5rem !important;
}

.ml--240 {
  margin-left: -15rem !important;
}

.ml--248 {
  margin-left: -15.5rem !important;
}

.ml--256 {
  margin-left: -16rem !important;
}

@media only screen and (min-width: 576px) {
  .container-sm {
    --bs-gutter-x: 1rem;
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x);
    max-width: 576px;
  }

  .position-sm-absolute {
    position: absolute;
  }

  .position-sm-relative {
    position: relative;
  }

  .position-sm-fixed {
    position: fixed;
  }

  .max-w-sm-none {
    max-width: auto;
  }

  .min-w-sm-none {
    min-width: auto;
  }

  .max-w-sm-50 {
    max-width: 50px;
  }

  .min-w-sm-50 {
    min-width: 50px;
  }

  .max-w-sm-100 {
    max-width: 100px;
  }

  .min-w-sm-100 {
    min-width: 100px;
  }

  .max-w-sm-150 {
    max-width: 150px;
  }

  .min-w-sm-150 {
    min-width: 150px;
  }

  .max-w-sm-200 {
    max-width: 200px;
  }

  .min-w-sm-200 {
    min-width: 200px;
  }

  .max-w-sm-250 {
    max-width: 250px;
  }

  .min-w-sm-250 {
    min-width: 250px;
  }

  .max-w-sm-300 {
    max-width: 300px;
  }

  .min-w-sm-300 {
    min-width: 300px;
  }

  .max-w-sm-350 {
    max-width: 350px;
  }

  .min-w-sm-350 {
    min-width: 350px;
  }

  .max-w-sm-400 {
    max-width: 400px;
  }

  .min-w-sm-400 {
    min-width: 400px;
  }

  .max-w-sm-450 {
    max-width: 450px;
  }

  .min-w-sm-450 {
    min-width: 450px;
  }

  .max-w-sm-500 {
    max-width: 500px;
  }

  .min-w-sm-500 {
    min-width: 500px;
  }

  .max-w-sm-550 {
    max-width: 550px;
  }

  .min-w-sm-550 {
    min-width: 550px;
  }

  .max-w-sm-600 {
    max-width: 600px;
  }

  .min-w-sm-600 {
    min-width: 600px;
  }

  .max-w-sm-650 {
    max-width: 650px;
  }

  .min-w-sm-650 {
    min-width: 650px;
  }

  .max-w-sm-700 {
    max-width: 700px;
  }

  .min-w-sm-700 {
    min-width: 700px;
  }

  .max-w-sm-750 {
    max-width: 750px;
  }

  .min-w-sm-750 {
    min-width: 750px;
  }

  .max-w-sm-800 {
    max-width: 800px;
  }

  .min-w-sm-800 {
    min-width: 800px;
  }

  .max-w-sm-850 {
    max-width: 850px;
  }

  .min-w-sm-850 {
    min-width: 850px;
  }

  .max-w-sm-900 {
    max-width: 900px;
  }

  .min-w-sm-900 {
    min-width: 900px;
  }

  .max-w-sm-950 {
    max-width: 950px;
  }

  .min-w-sm-950 {
    min-width: 950px;
  }

  .max-w-sm-1000 {
    max-width: 1000px;
  }

  .min-w-sm-1000 {
    min-width: 1000px;
  }

  .max-w-sm-1050 {
    max-width: 1050px;
  }

  .min-w-sm-1050 {
    min-width: 1050px;
  }

  .max-w-sm-1100 {
    max-width: 1100px;
  }

  .min-w-sm-1100 {
    min-width: 1100px;
  }

  .max-w-sm-1150 {
    max-width: 1150px;
  }

  .min-w-sm-1150 {
    min-width: 1150px;
  }

  .max-w-sm-1200 {
    max-width: 1200px;
  }

  .min-w-sm-1200 {
    min-width: 1200px;
  }

  .w-sm-0 {
    width: 0;
  }

  .w-sm-0 {
    width: 0%;
  }

  .vw-sm-0 {
    min-width: 0vw;
  }

  .vw-force-sm-0 {
    width: 0vw;
  }

  .w-sm-10 {
    width: 10%;
  }

  .vw-sm-10 {
    min-width: 10vw;
  }

  .vw-force-sm-10 {
    width: 10vw;
  }

  .w-sm-20 {
    width: 20%;
  }

  .vw-sm-20 {
    min-width: 20vw;
  }

  .vw-force-sm-20 {
    width: 20vw;
  }

  .w-sm-30 {
    width: 30%;
  }

  .vw-sm-30 {
    min-width: 30vw;
  }

  .vw-force-sm-30 {
    width: 30vw;
  }

  .w-sm-40 {
    width: 40%;
  }

  .vw-sm-40 {
    min-width: 40vw;
  }

  .vw-force-sm-40 {
    width: 40vw;
  }

  .w-sm-50 {
    width: 50%;
  }

  .vw-sm-50 {
    min-width: 50vw;
  }

  .vw-force-sm-50 {
    width: 50vw;
  }

  .w-sm-60 {
    width: 60%;
  }

  .vw-sm-60 {
    min-width: 60vw;
  }

  .vw-force-sm-60 {
    width: 60vw;
  }

  .w-sm-70 {
    width: 70%;
  }

  .vw-sm-70 {
    min-width: 70vw;
  }

  .vw-force-sm-70 {
    width: 70vw;
  }

  .w-sm-80 {
    width: 80%;
  }

  .vw-sm-80 {
    min-width: 80vw;
  }

  .vw-force-sm-80 {
    width: 80vw;
  }

  .w-sm-90 {
    width: 90%;
  }

  .vw-sm-90 {
    min-width: 90vw;
  }

  .vw-force-sm-90 {
    width: 90vw;
  }

  .w-sm-100 {
    width: 100%;
  }

  .vw-sm-100 {
    min-width: 100vw;
  }

  .vw-force-sm-100 {
    width: 100vw;
  }

  .max-h-sm-none {
    max-height: auto;
  }

  .min-h-sm-none {
    min-height: auto;
  }

  .max-h-sm-50 {
    max-height: 50px;
  }

  .min-h-sm-50 {
    min-height: 50px;
  }

  .max-h-sm-100 {
    max-height: 100px;
  }

  .min-h-sm-100 {
    min-height: 100px;
  }

  .max-h-sm-150 {
    max-height: 150px;
  }

  .min-h-sm-150 {
    min-height: 150px;
  }

  .max-h-sm-200 {
    max-height: 200px;
  }

  .min-h-sm-200 {
    min-height: 200px;
  }

  .max-h-sm-250 {
    max-height: 250px;
  }

  .min-h-sm-250 {
    min-height: 250px;
  }

  .max-h-sm-300 {
    max-height: 300px;
  }

  .min-h-sm-300 {
    min-height: 300px;
  }

  .max-h-sm-350 {
    max-height: 350px;
  }

  .min-h-sm-350 {
    min-height: 350px;
  }

  .max-h-sm-400 {
    max-height: 400px;
  }

  .min-h-sm-400 {
    min-height: 400px;
  }

  .max-h-sm-450 {
    max-height: 450px;
  }

  .min-h-sm-450 {
    min-height: 450px;
  }

  .max-h-sm-500 {
    max-height: 500px;
  }

  .min-h-sm-500 {
    min-height: 500px;
  }

  .max-h-sm-550 {
    max-height: 550px;
  }

  .min-h-sm-550 {
    min-height: 550px;
  }

  .max-h-sm-600 {
    max-height: 600px;
  }

  .min-h-sm-600 {
    min-height: 600px;
  }

  .max-h-sm-650 {
    max-height: 650px;
  }

  .min-h-sm-650 {
    min-height: 650px;
  }

  .max-h-sm-700 {
    max-height: 700px;
  }

  .min-h-sm-700 {
    min-height: 700px;
  }

  .max-h-sm-750 {
    max-height: 750px;
  }

  .min-h-sm-750 {
    min-height: 750px;
  }

  .max-h-sm-800 {
    max-height: 800px;
  }

  .min-h-sm-800 {
    min-height: 800px;
  }

  .max-h-sm-850 {
    max-height: 850px;
  }

  .min-h-sm-850 {
    min-height: 850px;
  }

  .max-h-sm-900 {
    max-height: 900px;
  }

  .min-h-sm-900 {
    min-height: 900px;
  }

  .max-h-sm-950 {
    max-height: 950px;
  }

  .min-h-sm-950 {
    min-height: 950px;
  }

  .max-h-sm-1000 {
    max-height: 1000px;
  }

  .min-h-sm-1000 {
    min-height: 1000px;
  }

  .max-h-sm-1050 {
    max-height: 1050px;
  }

  .min-h-sm-1050 {
    min-height: 1050px;
  }

  .max-h-sm-1100 {
    max-height: 1100px;
  }

  .min-h-sm-1100 {
    min-height: 1100px;
  }

  .max-h-sm-1150 {
    max-height: 1150px;
  }

  .min-h-sm-1150 {
    min-height: 1150px;
  }

  .max-h-sm-1200 {
    max-height: 1200px;
  }

  .min-h-sm-1200 {
    min-height: 1200px;
  }

  .h-sm-0 {
    height: 0;
  }

  .h-sm-0 {
    height: 0%;
  }

  .vh-sm-0 {
    min-height: 0vh;
  }

  .vh-force-sm-0 {
    height: 0vh;
  }

  .h-sm-10 {
    height: 10%;
  }

  .vh-sm-10 {
    min-height: 10vh;
  }

  .vh-force-sm-10 {
    height: 10vh;
  }

  .h-sm-20 {
    height: 20%;
  }

  .vh-sm-20 {
    min-height: 20vh;
  }

  .vh-force-sm-20 {
    height: 20vh;
  }

  .h-sm-30 {
    height: 30%;
  }

  .vh-sm-30 {
    min-height: 30vh;
  }

  .vh-force-sm-30 {
    height: 30vh;
  }

  .h-sm-40 {
    height: 40%;
  }

  .vh-sm-40 {
    min-height: 40vh;
  }

  .vh-force-sm-40 {
    height: 40vh;
  }

  .h-sm-50 {
    height: 50%;
  }

  .vh-sm-50 {
    min-height: 50vh;
  }

  .vh-force-sm-50 {
    height: 50vh;
  }

  .h-sm-60 {
    height: 60%;
  }

  .vh-sm-60 {
    min-height: 60vh;
  }

  .vh-force-sm-60 {
    height: 60vh;
  }

  .h-sm-70 {
    height: 70%;
  }

  .vh-sm-70 {
    min-height: 70vh;
  }

  .vh-force-sm-70 {
    height: 70vh;
  }

  .h-sm-80 {
    height: 80%;
  }

  .vh-sm-80 {
    min-height: 80vh;
  }

  .vh-force-sm-80 {
    height: 80vh;
  }

  .h-sm-90 {
    height: 90%;
  }

  .vh-sm-90 {
    min-height: 90vh;
  }

  .vh-force-sm-90 {
    height: 90vh;
  }

  .h-sm-100 {
    height: 100%;
  }

  .vh-sm-100 {
    min-height: 100vh;
  }

  .vh-force-sm-100 {
    height: 100vh;
  }

  .font-sm-14 {
    font-size: 0.85rem;
  }

  .font-sm-18 {
    font-size: 1.25rem;
  }

  .font-sm-8 {
    font-size: 0.5rem;
  }

  .font-sm-16 {
    font-size: 1rem;
  }

  .font-sm-24 {
    font-size: 1.5rem;
  }

  .font-sm-32 {
    font-size: 2rem;
  }

  .font-sm-40 {
    font-size: 2.5rem;
  }

  .font-sm-48 {
    font-size: 3rem;
  }

  .font-sm-56 {
    font-size: 3.5rem;
  }

  .font-sm-64 {
    font-size: 4rem;
  }

  .font-sm-72 {
    font-size: 4.5rem;
  }

  .font-sm-80 {
    font-size: 5rem;
  }

  .font-sm-88 {
    font-size: 5.5rem;
  }

  .font-sm-96 {
    font-size: 6rem;
  }

  .font-sm-104 {
    font-size: 6.5rem;
  }

  .font-sm-112 {
    font-size: 7rem;
  }

  .font-sm-120 {
    font-size: 7.5rem;
  }

  .font-sm-128 {
    font-size: 8rem;
  }

  .font-sm-136 {
    font-size: 8.5rem;
  }

  .font-sm-144 {
    font-size: 9rem;
  }

  .font-sm-152 {
    font-size: 9.5rem;
  }

  .font-sm-160 {
    font-size: 10rem;
  }

  .font-sm-168 {
    font-size: 10.5rem;
  }

  .font-sm-176 {
    font-size: 11rem;
  }

  .font-sm-184 {
    font-size: 11.5rem;
  }

  .font-sm-192 {
    font-size: 12rem;
  }

  .font-sm-200 {
    font-size: 12.5rem;
  }

  .font-sm-208 {
    font-size: 13rem;
  }

  .font-sm-216 {
    font-size: 13.5rem;
  }

  .font-sm-224 {
    font-size: 14rem;
  }

  .font-sm-232 {
    font-size: 14.5rem;
  }

  .font-sm-240 {
    font-size: 15rem;
  }

  .font-sm-248 {
    font-size: 15.5rem;
  }

  .font-sm-256 {
    font-size: 16rem;
  }

  .p-sm-0 {
    padding: 0rem;
  }

  .p-sm-8 {
    padding: 0.5rem;
  }

  .p-sm-16 {
    padding: 1rem;
  }

  .p-sm-24 {
    padding: 1.5rem;
  }

  .p-sm-32 {
    padding: 2rem;
  }

  .p-sm-40 {
    padding: 2.5rem;
  }

  .p-sm-48 {
    padding: 3rem;
  }

  .p-sm-56 {
    padding: 3.5rem;
  }

  .p-sm-64 {
    padding: 4rem;
  }

  .p-sm-72 {
    padding: 4.5rem;
  }

  .p-sm-80 {
    padding: 5rem;
  }

  .p-sm-88 {
    padding: 5.5rem;
  }

  .p-sm-96 {
    padding: 6rem;
  }

  .p-sm-104 {
    padding: 6.5rem;
  }

  .p-sm-112 {
    padding: 7rem;
  }

  .p-sm-120 {
    padding: 7.5rem;
  }

  .p-sm-128 {
    padding: 8rem;
  }

  .p-sm-136 {
    padding: 8.5rem;
  }

  .p-sm-144 {
    padding: 9rem;
  }

  .p-sm-152 {
    padding: 9.5rem;
  }

  .p-sm-160 {
    padding: 10rem;
  }

  .p-sm-168 {
    padding: 10.5rem;
  }

  .p-sm-176 {
    padding: 11rem;
  }

  .p-sm-184 {
    padding: 11.5rem;
  }

  .p-sm-192 {
    padding: 12rem;
  }

  .p-sm-200 {
    padding: 12.5rem;
  }

  .p-sm-208 {
    padding: 13rem;
  }

  .p-sm-216 {
    padding: 13.5rem;
  }

  .p-sm-224 {
    padding: 14rem;
  }

  .p-sm-232 {
    padding: 14.5rem;
  }

  .p-sm-240 {
    padding: 15rem;
  }

  .p-sm-248 {
    padding: 15.5rem;
  }

  .p-sm-256 {
    padding: 16rem;
  }

  .py-sm-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .py-sm-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .py-sm-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .py-sm-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .py-sm-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .py-sm-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py-sm-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .py-sm-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .py-sm-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .py-sm-72 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .py-sm-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .py-sm-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .py-sm-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .py-sm-104 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .py-sm-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .py-sm-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .py-sm-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .py-sm-136 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .py-sm-144 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .py-sm-152 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .py-sm-160 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .py-sm-168 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .py-sm-176 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .py-sm-184 {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .py-sm-192 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .py-sm-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .py-sm-208 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .py-sm-216 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .py-sm-224 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .py-sm-232 {
    padding-top: 14.5rem;
    padding-bottom: 14.5rem;
  }

  .py-sm-240 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .py-sm-248 {
    padding-top: 15.5rem;
    padding-bottom: 15.5rem;
  }

  .py-sm-256 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .px-sm-0 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .px-sm-8 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .px-sm-16 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .px-sm-24 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .px-sm-32 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .px-sm-40 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .px-sm-48 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .px-sm-56 {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }

  .px-sm-64 {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .px-sm-72 {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }

  .px-sm-80 {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .px-sm-88 {
    padding-right: 5.5rem;
    padding-left: 5.5rem;
  }

  .px-sm-96 {
    padding-right: 6rem;
    padding-left: 6rem;
  }

  .px-sm-104 {
    padding-right: 6.5rem;
    padding-left: 6.5rem;
  }

  .px-sm-112 {
    padding-right: 7rem;
    padding-left: 7rem;
  }

  .px-sm-120 {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }

  .px-sm-128 {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .px-sm-136 {
    padding-right: 8.5rem;
    padding-left: 8.5rem;
  }

  .px-sm-144 {
    padding-right: 9rem;
    padding-left: 9rem;
  }

  .px-sm-152 {
    padding-right: 9.5rem;
    padding-left: 9.5rem;
  }

  .px-sm-160 {
    padding-right: 10rem;
    padding-left: 10rem;
  }

  .px-sm-168 {
    padding-right: 10.5rem;
    padding-left: 10.5rem;
  }

  .px-sm-176 {
    padding-right: 11rem;
    padding-left: 11rem;
  }

  .px-sm-184 {
    padding-right: 11.5rem;
    padding-left: 11.5rem;
  }

  .px-sm-192 {
    padding-right: 12rem;
    padding-left: 12rem;
  }

  .px-sm-200 {
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }

  .px-sm-208 {
    padding-right: 13rem;
    padding-left: 13rem;
  }

  .px-sm-216 {
    padding-right: 13.5rem;
    padding-left: 13.5rem;
  }

  .px-sm-224 {
    padding-right: 14rem;
    padding-left: 14rem;
  }

  .px-sm-232 {
    padding-right: 14.5rem;
    padding-left: 14.5rem;
  }

  .px-sm-240 {
    padding-right: 15rem;
    padding-left: 15rem;
  }

  .px-sm-248 {
    padding-right: 15.5rem;
    padding-left: 15.5rem;
  }

  .px-sm-256 {
    padding-right: 16rem;
    padding-left: 16rem;
  }

  .pt-sm-0 {
    padding-top: 0rem;
  }

  .pt-sm-8 {
    padding-top: 0.5rem;
  }

  .pt-sm-16 {
    padding-top: 1rem;
  }

  .pt-sm-24 {
    padding-top: 1.5rem;
  }

  .pt-sm-32 {
    padding-top: 2rem;
  }

  .pt-sm-40 {
    padding-top: 2.5rem;
  }

  .pt-sm-48 {
    padding-top: 3rem;
  }

  .pt-sm-56 {
    padding-top: 3.5rem;
  }

  .pt-sm-64 {
    padding-top: 4rem;
  }

  .pt-sm-72 {
    padding-top: 4.5rem;
  }

  .pt-sm-80 {
    padding-top: 5rem;
  }

  .pt-sm-88 {
    padding-top: 5.5rem;
  }

  .pt-sm-96 {
    padding-top: 6rem;
  }

  .pt-sm-104 {
    padding-top: 6.5rem;
  }

  .pt-sm-112 {
    padding-top: 7rem;
  }

  .pt-sm-120 {
    padding-top: 7.5rem;
  }

  .pt-sm-128 {
    padding-top: 8rem;
  }

  .pt-sm-136 {
    padding-top: 8.5rem;
  }

  .pt-sm-144 {
    padding-top: 9rem;
  }

  .pt-sm-152 {
    padding-top: 9.5rem;
  }

  .pt-sm-160 {
    padding-top: 10rem;
  }

  .pt-sm-168 {
    padding-top: 10.5rem;
  }

  .pt-sm-176 {
    padding-top: 11rem;
  }

  .pt-sm-184 {
    padding-top: 11.5rem;
  }

  .pt-sm-192 {
    padding-top: 12rem;
  }

  .pt-sm-200 {
    padding-top: 12.5rem;
  }

  .pt-sm-208 {
    padding-top: 13rem;
  }

  .pt-sm-216 {
    padding-top: 13.5rem;
  }

  .pt-sm-224 {
    padding-top: 14rem;
  }

  .pt-sm-232 {
    padding-top: 14.5rem;
  }

  .pt-sm-240 {
    padding-top: 15rem;
  }

  .pt-sm-248 {
    padding-top: 15.5rem;
  }

  .pt-sm-256 {
    padding-top: 16rem;
  }

  .pr-sm-0 {
    padding-right: 0rem;
  }

  .pr-sm-8 {
    padding-right: 0.5rem;
  }

  .pr-sm-16 {
    padding-right: 1rem;
  }

  .pr-sm-24 {
    padding-right: 1.5rem;
  }

  .pr-sm-32 {
    padding-right: 2rem;
  }

  .pr-sm-40 {
    padding-right: 2.5rem;
  }

  .pr-sm-48 {
    padding-right: 3rem;
  }

  .pr-sm-56 {
    padding-right: 3.5rem;
  }

  .pr-sm-64 {
    padding-right: 4rem;
  }

  .pr-sm-72 {
    padding-right: 4.5rem;
  }

  .pr-sm-80 {
    padding-right: 5rem;
  }

  .pr-sm-88 {
    padding-right: 5.5rem;
  }

  .pr-sm-96 {
    padding-right: 6rem;
  }

  .pr-sm-104 {
    padding-right: 6.5rem;
  }

  .pr-sm-112 {
    padding-right: 7rem;
  }

  .pr-sm-120 {
    padding-right: 7.5rem;
  }

  .pr-sm-128 {
    padding-right: 8rem;
  }

  .pr-sm-136 {
    padding-right: 8.5rem;
  }

  .pr-sm-144 {
    padding-right: 9rem;
  }

  .pr-sm-152 {
    padding-right: 9.5rem;
  }

  .pr-sm-160 {
    padding-right: 10rem;
  }

  .pr-sm-168 {
    padding-right: 10.5rem;
  }

  .pr-sm-176 {
    padding-right: 11rem;
  }

  .pr-sm-184 {
    padding-right: 11.5rem;
  }

  .pr-sm-192 {
    padding-right: 12rem;
  }

  .pr-sm-200 {
    padding-right: 12.5rem;
  }

  .pr-sm-208 {
    padding-right: 13rem;
  }

  .pr-sm-216 {
    padding-right: 13.5rem;
  }

  .pr-sm-224 {
    padding-right: 14rem;
  }

  .pr-sm-232 {
    padding-right: 14.5rem;
  }

  .pr-sm-240 {
    padding-right: 15rem;
  }

  .pr-sm-248 {
    padding-right: 15.5rem;
  }

  .pr-sm-256 {
    padding-right: 16rem;
  }

  .pb-sm-0 {
    padding-bottom: 0rem;
  }

  .pb-sm-8 {
    padding-bottom: 0.5rem;
  }

  .pb-sm-16 {
    padding-bottom: 1rem;
  }

  .pb-sm-24 {
    padding-bottom: 1.5rem;
  }

  .pb-sm-32 {
    padding-bottom: 2rem;
  }

  .pb-sm-40 {
    padding-bottom: 2.5rem;
  }

  .pb-sm-48 {
    padding-bottom: 3rem;
  }

  .pb-sm-56 {
    padding-bottom: 3.5rem;
  }

  .pb-sm-64 {
    padding-bottom: 4rem;
  }

  .pb-sm-72 {
    padding-bottom: 4.5rem;
  }

  .pb-sm-80 {
    padding-bottom: 5rem;
  }

  .pb-sm-88 {
    padding-bottom: 5.5rem;
  }

  .pb-sm-96 {
    padding-bottom: 6rem;
  }

  .pb-sm-104 {
    padding-bottom: 6.5rem;
  }

  .pb-sm-112 {
    padding-bottom: 7rem;
  }

  .pb-sm-120 {
    padding-bottom: 7.5rem;
  }

  .pb-sm-128 {
    padding-bottom: 8rem;
  }

  .pb-sm-136 {
    padding-bottom: 8.5rem;
  }

  .pb-sm-144 {
    padding-bottom: 9rem;
  }

  .pb-sm-152 {
    padding-bottom: 9.5rem;
  }

  .pb-sm-160 {
    padding-bottom: 10rem;
  }

  .pb-sm-168 {
    padding-bottom: 10.5rem;
  }

  .pb-sm-176 {
    padding-bottom: 11rem;
  }

  .pb-sm-184 {
    padding-bottom: 11.5rem;
  }

  .pb-sm-192 {
    padding-bottom: 12rem;
  }

  .pb-sm-200 {
    padding-bottom: 12.5rem;
  }

  .pb-sm-208 {
    padding-bottom: 13rem;
  }

  .pb-sm-216 {
    padding-bottom: 13.5rem;
  }

  .pb-sm-224 {
    padding-bottom: 14rem;
  }

  .pb-sm-232 {
    padding-bottom: 14.5rem;
  }

  .pb-sm-240 {
    padding-bottom: 15rem;
  }

  .pb-sm-248 {
    padding-bottom: 15.5rem;
  }

  .pb-sm-256 {
    padding-bottom: 16rem;
  }

  .pl-sm-0 {
    padding-left: 0rem;
  }

  .pl-sm-8 {
    padding-left: 0.5rem;
  }

  .pl-sm-16 {
    padding-left: 1rem;
  }

  .pl-sm-24 {
    padding-left: 1.5rem;
  }

  .pl-sm-32 {
    padding-left: 2rem;
  }

  .pl-sm-40 {
    padding-left: 2.5rem;
  }

  .pl-sm-48 {
    padding-left: 3rem;
  }

  .pl-sm-56 {
    padding-left: 3.5rem;
  }

  .pl-sm-64 {
    padding-left: 4rem;
  }

  .pl-sm-72 {
    padding-left: 4.5rem;
  }

  .pl-sm-80 {
    padding-left: 5rem;
  }

  .pl-sm-88 {
    padding-left: 5.5rem;
  }

  .pl-sm-96 {
    padding-left: 6rem;
  }

  .pl-sm-104 {
    padding-left: 6.5rem;
  }

  .pl-sm-112 {
    padding-left: 7rem;
  }

  .pl-sm-120 {
    padding-left: 7.5rem;
  }

  .pl-sm-128 {
    padding-left: 8rem;
  }

  .pl-sm-136 {
    padding-left: 8.5rem;
  }

  .pl-sm-144 {
    padding-left: 9rem;
  }

  .pl-sm-152 {
    padding-left: 9.5rem;
  }

  .pl-sm-160 {
    padding-left: 10rem;
  }

  .pl-sm-168 {
    padding-left: 10.5rem;
  }

  .pl-sm-176 {
    padding-left: 11rem;
  }

  .pl-sm-184 {
    padding-left: 11.5rem;
  }

  .pl-sm-192 {
    padding-left: 12rem;
  }

  .pl-sm-200 {
    padding-left: 12.5rem;
  }

  .pl-sm-208 {
    padding-left: 13rem;
  }

  .pl-sm-216 {
    padding-left: 13.5rem;
  }

  .pl-sm-224 {
    padding-left: 14rem;
  }

  .pl-sm-232 {
    padding-left: 14.5rem;
  }

  .pl-sm-240 {
    padding-left: 15rem;
  }

  .pl-sm-248 {
    padding-left: 15.5rem;
  }

  .pl-sm-256 {
    padding-left: 16rem;
  }

  .m-sm-0 {
    margin: 0rem;
  }

  .m-sm-8 {
    margin: 0.5rem;
  }

  .m-sm-16 {
    margin: 1rem;
  }

  .m-sm-24 {
    margin: 1.5rem;
  }

  .m-sm-32 {
    margin: 2rem;
  }

  .m-sm-40 {
    margin: 2.5rem;
  }

  .m-sm-48 {
    margin: 3rem;
  }

  .m-sm-56 {
    margin: 3.5rem;
  }

  .m-sm-64 {
    margin: 4rem;
  }

  .m-sm-72 {
    margin: 4.5rem;
  }

  .m-sm-80 {
    margin: 5rem;
  }

  .m-sm-88 {
    margin: 5.5rem;
  }

  .m-sm-96 {
    margin: 6rem;
  }

  .m-sm-104 {
    margin: 6.5rem;
  }

  .m-sm-112 {
    margin: 7rem;
  }

  .m-sm-120 {
    margin: 7.5rem;
  }

  .m-sm-128 {
    margin: 8rem;
  }

  .m-sm-136 {
    margin: 8.5rem;
  }

  .m-sm-144 {
    margin: 9rem;
  }

  .m-sm-152 {
    margin: 9.5rem;
  }

  .m-sm-160 {
    margin: 10rem;
  }

  .m-sm-168 {
    margin: 10.5rem;
  }

  .m-sm-176 {
    margin: 11rem;
  }

  .m-sm-184 {
    margin: 11.5rem;
  }

  .m-sm-192 {
    margin: 12rem;
  }

  .m-sm-200 {
    margin: 12.5rem;
  }

  .m-sm-208 {
    margin: 13rem;
  }

  .m-sm-216 {
    margin: 13.5rem;
  }

  .m-sm-224 {
    margin: 14rem;
  }

  .m-sm-232 {
    margin: 14.5rem;
  }

  .m-sm-240 {
    margin: 15rem;
  }

  .m-sm-248 {
    margin: 15.5rem;
  }

  .m-sm-256 {
    margin: 16rem;
  }

  .m-sm--0 {
    margin: -0rem !important;
  }

  .m-sm--8 {
    margin: -0.5rem !important;
  }

  .m-sm--16 {
    margin: -1rem !important;
  }

  .m-sm--24 {
    margin: -1.5rem !important;
  }

  .m-sm--32 {
    margin: -2rem !important;
  }

  .m-sm--40 {
    margin: -2.5rem !important;
  }

  .m-sm--48 {
    margin: -3rem !important;
  }

  .m-sm--56 {
    margin: -3.5rem !important;
  }

  .m-sm--64 {
    margin: -4rem !important;
  }

  .m-sm--72 {
    margin: -4.5rem !important;
  }

  .m-sm--80 {
    margin: -5rem !important;
  }

  .m-sm--88 {
    margin: -5.5rem !important;
  }

  .m-sm--96 {
    margin: -6rem !important;
  }

  .m-sm--104 {
    margin: -6.5rem !important;
  }

  .m-sm--112 {
    margin: -7rem !important;
  }

  .m-sm--120 {
    margin: -7.5rem !important;
  }

  .m-sm--128 {
    margin: -8rem !important;
  }

  .m-sm--136 {
    margin: -8.5rem !important;
  }

  .m-sm--144 {
    margin: -9rem !important;
  }

  .m-sm--152 {
    margin: -9.5rem !important;
  }

  .m-sm--160 {
    margin: -10rem !important;
  }

  .m-sm--168 {
    margin: -10.5rem !important;
  }

  .m-sm--176 {
    margin: -11rem !important;
  }

  .m-sm--184 {
    margin: -11.5rem !important;
  }

  .m-sm--192 {
    margin: -12rem !important;
  }

  .m-sm--200 {
    margin: -12.5rem !important;
  }

  .m-sm--208 {
    margin: -13rem !important;
  }

  .m-sm--216 {
    margin: -13.5rem !important;
  }

  .m-sm--224 {
    margin: -14rem !important;
  }

  .m-sm--232 {
    margin: -14.5rem !important;
  }

  .m-sm--240 {
    margin: -15rem !important;
  }

  .m-sm--248 {
    margin: -15.5rem !important;
  }

  .m-sm--256 {
    margin: -16rem !important;
  }

  .my-sm-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .my-sm-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .my-sm-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .my-sm-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .my-sm-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .my-sm-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .my-sm-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .my-sm-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .my-sm-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .my-sm-72 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .my-sm-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .my-sm-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .my-sm-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .my-sm-104 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .my-sm-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .my-sm-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .my-sm-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .my-sm-136 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .my-sm-144 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .my-sm-152 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .my-sm-160 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .my-sm-168 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .my-sm-176 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .my-sm-184 {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  .my-sm-192 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .my-sm-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .my-sm-208 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .my-sm-216 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .my-sm-224 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .my-sm-232 {
    margin-top: 14.5rem;
    margin-bottom: 14.5rem;
  }

  .my-sm-240 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .my-sm-248 {
    margin-top: 15.5rem;
    margin-bottom: 15.5rem;
  }

  .my-sm-256 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .my-sm--0 {
    margin-top: -0rem !important;
    margin-bottom: -0rem !important;
  }

  .my-sm--8 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-sm--16 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-sm--24 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-sm--32 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-sm--40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-sm--48 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-sm--56 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-sm--64 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-sm--72 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-sm--80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-sm--88 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .my-sm--96 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-sm--104 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }

  .my-sm--112 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-sm--120 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-sm--128 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-sm--136 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .my-sm--144 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-sm--152 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .my-sm--160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-sm--168 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }

  .my-sm--176 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-sm--184 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }

  .my-sm--192 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-sm--200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .my-sm--208 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-sm--216 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }

  .my-sm--224 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-sm--232 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }

  .my-sm--240 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-sm--248 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }

  .my-sm--256 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .mx-sm-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .mx-sm-8 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .mx-sm-16 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .mx-sm-24 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .mx-sm-32 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .mx-sm-40 {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }

  .mx-sm-48 {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .mx-sm-56 {
    margin-right: 3.5rem;
    margin-left: 3.5rem;
  }

  .mx-sm-64 {
    margin-right: 4rem;
    margin-left: 4rem;
  }

  .mx-sm-72 {
    margin-right: 4.5rem;
    margin-left: 4.5rem;
  }

  .mx-sm-80 {
    margin-right: 5rem;
    margin-left: 5rem;
  }

  .mx-sm-88 {
    margin-right: 5.5rem;
    margin-left: 5.5rem;
  }

  .mx-sm-96 {
    margin-right: 6rem;
    margin-left: 6rem;
  }

  .mx-sm-104 {
    margin-right: 6.5rem;
    margin-left: 6.5rem;
  }

  .mx-sm-112 {
    margin-right: 7rem;
    margin-left: 7rem;
  }

  .mx-sm-120 {
    margin-right: 7.5rem;
    margin-left: 7.5rem;
  }

  .mx-sm-128 {
    margin-right: 8rem;
    margin-left: 8rem;
  }

  .mx-sm-136 {
    margin-right: 8.5rem;
    margin-left: 8.5rem;
  }

  .mx-sm-144 {
    margin-right: 9rem;
    margin-left: 9rem;
  }

  .mx-sm-152 {
    margin-right: 9.5rem;
    margin-left: 9.5rem;
  }

  .mx-sm-160 {
    margin-right: 10rem;
    margin-left: 10rem;
  }

  .mx-sm-168 {
    margin-right: 10.5rem;
    margin-left: 10.5rem;
  }

  .mx-sm-176 {
    margin-right: 11rem;
    margin-left: 11rem;
  }

  .mx-sm-184 {
    margin-right: 11.5rem;
    margin-left: 11.5rem;
  }

  .mx-sm-192 {
    margin-right: 12rem;
    margin-left: 12rem;
  }

  .mx-sm-200 {
    margin-right: 12.5rem;
    margin-left: 12.5rem;
  }

  .mx-sm-208 {
    margin-right: 13rem;
    margin-left: 13rem;
  }

  .mx-sm-216 {
    margin-right: 13.5rem;
    margin-left: 13.5rem;
  }

  .mx-sm-224 {
    margin-right: 14rem;
    margin-left: 14rem;
  }

  .mx-sm-232 {
    margin-right: 14.5rem;
    margin-left: 14.5rem;
  }

  .mx-sm-240 {
    margin-right: 15rem;
    margin-left: 15rem;
  }

  .mx-sm-248 {
    margin-right: 15.5rem;
    margin-left: 15.5rem;
  }

  .mx-sm-256 {
    margin-right: 16rem;
    margin-left: 16rem;
  }

  .mx-sm--0 {
    margin-right: -0rem !important;
    margin-left: -0rem !important;
  }

  .mx-sm--8 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-sm--16 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-sm--24 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-sm--32 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-sm--40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-sm--48 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-sm--56 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-sm--64 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-sm--72 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-sm--80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-sm--88 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }

  .mx-sm--96 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-sm--104 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }

  .mx-sm--112 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-sm--120 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }

  .mx-sm--128 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-sm--136 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }

  .mx-sm--144 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-sm--152 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }

  .mx-sm--160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-sm--168 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }

  .mx-sm--176 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-sm--184 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }

  .mx-sm--192 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-sm--200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }

  .mx-sm--208 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-sm--216 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }

  .mx-sm--224 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-sm--232 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }

  .mx-sm--240 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-sm--248 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }

  .mx-sm--256 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mt-sm-0 {
    margin-top: 0rem;
  }

  .mt-sm-8 {
    margin-top: 0.5rem;
  }

  .mt-sm-16 {
    margin-top: 1rem;
  }

  .mt-sm-24 {
    margin-top: 1.5rem;
  }

  .mt-sm-32 {
    margin-top: 2rem;
  }

  .mt-sm-40 {
    margin-top: 2.5rem;
  }

  .mt-sm-48 {
    margin-top: 3rem;
  }

  .mt-sm-56 {
    margin-top: 3.5rem;
  }

  .mt-sm-64 {
    margin-top: 4rem;
  }

  .mt-sm-72 {
    margin-top: 4.5rem;
  }

  .mt-sm-80 {
    margin-top: 5rem;
  }

  .mt-sm-88 {
    margin-top: 5.5rem;
  }

  .mt-sm-96 {
    margin-top: 6rem;
  }

  .mt-sm-104 {
    margin-top: 6.5rem;
  }

  .mt-sm-112 {
    margin-top: 7rem;
  }

  .mt-sm-120 {
    margin-top: 7.5rem;
  }

  .mt-sm-128 {
    margin-top: 8rem;
  }

  .mt-sm-136 {
    margin-top: 8.5rem;
  }

  .mt-sm-144 {
    margin-top: 9rem;
  }

  .mt-sm-152 {
    margin-top: 9.5rem;
  }

  .mt-sm-160 {
    margin-top: 10rem;
  }

  .mt-sm-168 {
    margin-top: 10.5rem;
  }

  .mt-sm-176 {
    margin-top: 11rem;
  }

  .mt-sm-184 {
    margin-top: 11.5rem;
  }

  .mt-sm-192 {
    margin-top: 12rem;
  }

  .mt-sm-200 {
    margin-top: 12.5rem;
  }

  .mt-sm-208 {
    margin-top: 13rem;
  }

  .mt-sm-216 {
    margin-top: 13.5rem;
  }

  .mt-sm-224 {
    margin-top: 14rem;
  }

  .mt-sm-232 {
    margin-top: 14.5rem;
  }

  .mt-sm-240 {
    margin-top: 15rem;
  }

  .mt-sm-248 {
    margin-top: 15.5rem;
  }

  .mt-sm-256 {
    margin-top: 16rem;
  }

  .mt-sm--0 {
    margin-top: -0rem !important;
  }

  .mt-sm--8 {
    margin-top: -0.5rem !important;
  }

  .mt-sm--16 {
    margin-top: -1rem !important;
  }

  .mt-sm--24 {
    margin-top: -1.5rem !important;
  }

  .mt-sm--32 {
    margin-top: -2rem !important;
  }

  .mt-sm--40 {
    margin-top: -2.5rem !important;
  }

  .mt-sm--48 {
    margin-top: -3rem !important;
  }

  .mt-sm--56 {
    margin-top: -3.5rem !important;
  }

  .mt-sm--64 {
    margin-top: -4rem !important;
  }

  .mt-sm--72 {
    margin-top: -4.5rem !important;
  }

  .mt-sm--80 {
    margin-top: -5rem !important;
  }

  .mt-sm--88 {
    margin-top: -5.5rem !important;
  }

  .mt-sm--96 {
    margin-top: -6rem !important;
  }

  .mt-sm--104 {
    margin-top: -6.5rem !important;
  }

  .mt-sm--112 {
    margin-top: -7rem !important;
  }

  .mt-sm--120 {
    margin-top: -7.5rem !important;
  }

  .mt-sm--128 {
    margin-top: -8rem !important;
  }

  .mt-sm--136 {
    margin-top: -8.5rem !important;
  }

  .mt-sm--144 {
    margin-top: -9rem !important;
  }

  .mt-sm--152 {
    margin-top: -9.5rem !important;
  }

  .mt-sm--160 {
    margin-top: -10rem !important;
  }

  .mt-sm--168 {
    margin-top: -10.5rem !important;
  }

  .mt-sm--176 {
    margin-top: -11rem !important;
  }

  .mt-sm--184 {
    margin-top: -11.5rem !important;
  }

  .mt-sm--192 {
    margin-top: -12rem !important;
  }

  .mt-sm--200 {
    margin-top: -12.5rem !important;
  }

  .mt-sm--208 {
    margin-top: -13rem !important;
  }

  .mt-sm--216 {
    margin-top: -13.5rem !important;
  }

  .mt-sm--224 {
    margin-top: -14rem !important;
  }

  .mt-sm--232 {
    margin-top: -14.5rem !important;
  }

  .mt-sm--240 {
    margin-top: -15rem !important;
  }

  .mt-sm--248 {
    margin-top: -15.5rem !important;
  }

  .mt-sm--256 {
    margin-top: -16rem !important;
  }

  .mr-sm-0 {
    margin-right: 0rem;
  }

  .mr-sm-8 {
    margin-right: 0.5rem;
  }

  .mr-sm-16 {
    margin-right: 1rem;
  }

  .mr-sm-24 {
    margin-right: 1.5rem;
  }

  .mr-sm-32 {
    margin-right: 2rem;
  }

  .mr-sm-40 {
    margin-right: 2.5rem;
  }

  .mr-sm-48 {
    margin-right: 3rem;
  }

  .mr-sm-56 {
    margin-right: 3.5rem;
  }

  .mr-sm-64 {
    margin-right: 4rem;
  }

  .mr-sm-72 {
    margin-right: 4.5rem;
  }

  .mr-sm-80 {
    margin-right: 5rem;
  }

  .mr-sm-88 {
    margin-right: 5.5rem;
  }

  .mr-sm-96 {
    margin-right: 6rem;
  }

  .mr-sm-104 {
    margin-right: 6.5rem;
  }

  .mr-sm-112 {
    margin-right: 7rem;
  }

  .mr-sm-120 {
    margin-right: 7.5rem;
  }

  .mr-sm-128 {
    margin-right: 8rem;
  }

  .mr-sm-136 {
    margin-right: 8.5rem;
  }

  .mr-sm-144 {
    margin-right: 9rem;
  }

  .mr-sm-152 {
    margin-right: 9.5rem;
  }

  .mr-sm-160 {
    margin-right: 10rem;
  }

  .mr-sm-168 {
    margin-right: 10.5rem;
  }

  .mr-sm-176 {
    margin-right: 11rem;
  }

  .mr-sm-184 {
    margin-right: 11.5rem;
  }

  .mr-sm-192 {
    margin-right: 12rem;
  }

  .mr-sm-200 {
    margin-right: 12.5rem;
  }

  .mr-sm-208 {
    margin-right: 13rem;
  }

  .mr-sm-216 {
    margin-right: 13.5rem;
  }

  .mr-sm-224 {
    margin-right: 14rem;
  }

  .mr-sm-232 {
    margin-right: 14.5rem;
  }

  .mr-sm-240 {
    margin-right: 15rem;
  }

  .mr-sm-248 {
    margin-right: 15.5rem;
  }

  .mr-sm-256 {
    margin-right: 16rem;
  }

  .mr-sm--0 {
    margin-right: -0rem !important;
  }

  .mr-sm--8 {
    margin-right: -0.5rem !important;
  }

  .mr-sm--16 {
    margin-right: -1rem !important;
  }

  .mr-sm--24 {
    margin-right: -1.5rem !important;
  }

  .mr-sm--32 {
    margin-right: -2rem !important;
  }

  .mr-sm--40 {
    margin-right: -2.5rem !important;
  }

  .mr-sm--48 {
    margin-right: -3rem !important;
  }

  .mr-sm--56 {
    margin-right: -3.5rem !important;
  }

  .mr-sm--64 {
    margin-right: -4rem !important;
  }

  .mr-sm--72 {
    margin-right: -4.5rem !important;
  }

  .mr-sm--80 {
    margin-right: -5rem !important;
  }

  .mr-sm--88 {
    margin-right: -5.5rem !important;
  }

  .mr-sm--96 {
    margin-right: -6rem !important;
  }

  .mr-sm--104 {
    margin-right: -6.5rem !important;
  }

  .mr-sm--112 {
    margin-right: -7rem !important;
  }

  .mr-sm--120 {
    margin-right: -7.5rem !important;
  }

  .mr-sm--128 {
    margin-right: -8rem !important;
  }

  .mr-sm--136 {
    margin-right: -8.5rem !important;
  }

  .mr-sm--144 {
    margin-right: -9rem !important;
  }

  .mr-sm--152 {
    margin-right: -9.5rem !important;
  }

  .mr-sm--160 {
    margin-right: -10rem !important;
  }

  .mr-sm--168 {
    margin-right: -10.5rem !important;
  }

  .mr-sm--176 {
    margin-right: -11rem !important;
  }

  .mr-sm--184 {
    margin-right: -11.5rem !important;
  }

  .mr-sm--192 {
    margin-right: -12rem !important;
  }

  .mr-sm--200 {
    margin-right: -12.5rem !important;
  }

  .mr-sm--208 {
    margin-right: -13rem !important;
  }

  .mr-sm--216 {
    margin-right: -13.5rem !important;
  }

  .mr-sm--224 {
    margin-right: -14rem !important;
  }

  .mr-sm--232 {
    margin-right: -14.5rem !important;
  }

  .mr-sm--240 {
    margin-right: -15rem !important;
  }

  .mr-sm--248 {
    margin-right: -15.5rem !important;
  }

  .mr-sm--256 {
    margin-right: -16rem !important;
  }

  .mb-sm-0 {
    margin-bottom: 0rem;
  }

  .mb-sm-8 {
    margin-bottom: 0.5rem;
  }

  .mb-sm-16 {
    margin-bottom: 1rem;
  }

  .mb-sm-24 {
    margin-bottom: 1.5rem;
  }

  .mb-sm-32 {
    margin-bottom: 2rem;
  }

  .mb-sm-40 {
    margin-bottom: 2.5rem;
  }

  .mb-sm-48 {
    margin-bottom: 3rem;
  }

  .mb-sm-56 {
    margin-bottom: 3.5rem;
  }

  .mb-sm-64 {
    margin-bottom: 4rem;
  }

  .mb-sm-72 {
    margin-bottom: 4.5rem;
  }

  .mb-sm-80 {
    margin-bottom: 5rem;
  }

  .mb-sm-88 {
    margin-bottom: 5.5rem;
  }

  .mb-sm-96 {
    margin-bottom: 6rem;
  }

  .mb-sm-104 {
    margin-bottom: 6.5rem;
  }

  .mb-sm-112 {
    margin-bottom: 7rem;
  }

  .mb-sm-120 {
    margin-bottom: 7.5rem;
  }

  .mb-sm-128 {
    margin-bottom: 8rem;
  }

  .mb-sm-136 {
    margin-bottom: 8.5rem;
  }

  .mb-sm-144 {
    margin-bottom: 9rem;
  }

  .mb-sm-152 {
    margin-bottom: 9.5rem;
  }

  .mb-sm-160 {
    margin-bottom: 10rem;
  }

  .mb-sm-168 {
    margin-bottom: 10.5rem;
  }

  .mb-sm-176 {
    margin-bottom: 11rem;
  }

  .mb-sm-184 {
    margin-bottom: 11.5rem;
  }

  .mb-sm-192 {
    margin-bottom: 12rem;
  }

  .mb-sm-200 {
    margin-bottom: 12.5rem;
  }

  .mb-sm-208 {
    margin-bottom: 13rem;
  }

  .mb-sm-216 {
    margin-bottom: 13.5rem;
  }

  .mb-sm-224 {
    margin-bottom: 14rem;
  }

  .mb-sm-232 {
    margin-bottom: 14.5rem;
  }

  .mb-sm-240 {
    margin-bottom: 15rem;
  }

  .mb-sm-248 {
    margin-bottom: 15.5rem;
  }

  .mb-sm-256 {
    margin-bottom: 16rem;
  }

  .mb-sm--0 {
    margin-bottom: -0rem !important;
  }

  .mb-sm--8 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm--16 {
    margin-bottom: -1rem !important;
  }

  .mb-sm--24 {
    margin-bottom: -1.5rem !important;
  }

  .mb-sm--32 {
    margin-bottom: -2rem !important;
  }

  .mb-sm--40 {
    margin-bottom: -2.5rem !important;
  }

  .mb-sm--48 {
    margin-bottom: -3rem !important;
  }

  .mb-sm--56 {
    margin-bottom: -3.5rem !important;
  }

  .mb-sm--64 {
    margin-bottom: -4rem !important;
  }

  .mb-sm--72 {
    margin-bottom: -4.5rem !important;
  }

  .mb-sm--80 {
    margin-bottom: -5rem !important;
  }

  .mb-sm--88 {
    margin-bottom: -5.5rem !important;
  }

  .mb-sm--96 {
    margin-bottom: -6rem !important;
  }

  .mb-sm--104 {
    margin-bottom: -6.5rem !important;
  }

  .mb-sm--112 {
    margin-bottom: -7rem !important;
  }

  .mb-sm--120 {
    margin-bottom: -7.5rem !important;
  }

  .mb-sm--128 {
    margin-bottom: -8rem !important;
  }

  .mb-sm--136 {
    margin-bottom: -8.5rem !important;
  }

  .mb-sm--144 {
    margin-bottom: -9rem !important;
  }

  .mb-sm--152 {
    margin-bottom: -9.5rem !important;
  }

  .mb-sm--160 {
    margin-bottom: -10rem !important;
  }

  .mb-sm--168 {
    margin-bottom: -10.5rem !important;
  }

  .mb-sm--176 {
    margin-bottom: -11rem !important;
  }

  .mb-sm--184 {
    margin-bottom: -11.5rem !important;
  }

  .mb-sm--192 {
    margin-bottom: -12rem !important;
  }

  .mb-sm--200 {
    margin-bottom: -12.5rem !important;
  }

  .mb-sm--208 {
    margin-bottom: -13rem !important;
  }

  .mb-sm--216 {
    margin-bottom: -13.5rem !important;
  }

  .mb-sm--224 {
    margin-bottom: -14rem !important;
  }

  .mb-sm--232 {
    margin-bottom: -14.5rem !important;
  }

  .mb-sm--240 {
    margin-bottom: -15rem !important;
  }

  .mb-sm--248 {
    margin-bottom: -15.5rem !important;
  }

  .mb-sm--256 {
    margin-bottom: -16rem !important;
  }

  .ml-sm-0 {
    margin-left: 0rem;
  }

  .ml-sm-8 {
    margin-left: 0.5rem;
  }

  .ml-sm-16 {
    margin-left: 1rem;
  }

  .ml-sm-24 {
    margin-left: 1.5rem;
  }

  .ml-sm-32 {
    margin-left: 2rem;
  }

  .ml-sm-40 {
    margin-left: 2.5rem;
  }

  .ml-sm-48 {
    margin-left: 3rem;
  }

  .ml-sm-56 {
    margin-left: 3.5rem;
  }

  .ml-sm-64 {
    margin-left: 4rem;
  }

  .ml-sm-72 {
    margin-left: 4.5rem;
  }

  .ml-sm-80 {
    margin-left: 5rem;
  }

  .ml-sm-88 {
    margin-left: 5.5rem;
  }

  .ml-sm-96 {
    margin-left: 6rem;
  }

  .ml-sm-104 {
    margin-left: 6.5rem;
  }

  .ml-sm-112 {
    margin-left: 7rem;
  }

  .ml-sm-120 {
    margin-left: 7.5rem;
  }

  .ml-sm-128 {
    margin-left: 8rem;
  }

  .ml-sm-136 {
    margin-left: 8.5rem;
  }

  .ml-sm-144 {
    margin-left: 9rem;
  }

  .ml-sm-152 {
    margin-left: 9.5rem;
  }

  .ml-sm-160 {
    margin-left: 10rem;
  }

  .ml-sm-168 {
    margin-left: 10.5rem;
  }

  .ml-sm-176 {
    margin-left: 11rem;
  }

  .ml-sm-184 {
    margin-left: 11.5rem;
  }

  .ml-sm-192 {
    margin-left: 12rem;
  }

  .ml-sm-200 {
    margin-left: 12.5rem;
  }

  .ml-sm-208 {
    margin-left: 13rem;
  }

  .ml-sm-216 {
    margin-left: 13.5rem;
  }

  .ml-sm-224 {
    margin-left: 14rem;
  }

  .ml-sm-232 {
    margin-left: 14.5rem;
  }

  .ml-sm-240 {
    margin-left: 15rem;
  }

  .ml-sm-248 {
    margin-left: 15.5rem;
  }

  .ml-sm-256 {
    margin-left: 16rem;
  }

  .ml-sm--0 {
    margin-left: -0rem !important;
  }

  .ml-sm--8 {
    margin-left: -0.5rem !important;
  }

  .ml-sm--16 {
    margin-left: -1rem !important;
  }

  .ml-sm--24 {
    margin-left: -1.5rem !important;
  }

  .ml-sm--32 {
    margin-left: -2rem !important;
  }

  .ml-sm--40 {
    margin-left: -2.5rem !important;
  }

  .ml-sm--48 {
    margin-left: -3rem !important;
  }

  .ml-sm--56 {
    margin-left: -3.5rem !important;
  }

  .ml-sm--64 {
    margin-left: -4rem !important;
  }

  .ml-sm--72 {
    margin-left: -4.5rem !important;
  }

  .ml-sm--80 {
    margin-left: -5rem !important;
  }

  .ml-sm--88 {
    margin-left: -5.5rem !important;
  }

  .ml-sm--96 {
    margin-left: -6rem !important;
  }

  .ml-sm--104 {
    margin-left: -6.5rem !important;
  }

  .ml-sm--112 {
    margin-left: -7rem !important;
  }

  .ml-sm--120 {
    margin-left: -7.5rem !important;
  }

  .ml-sm--128 {
    margin-left: -8rem !important;
  }

  .ml-sm--136 {
    margin-left: -8.5rem !important;
  }

  .ml-sm--144 {
    margin-left: -9rem !important;
  }

  .ml-sm--152 {
    margin-left: -9.5rem !important;
  }

  .ml-sm--160 {
    margin-left: -10rem !important;
  }

  .ml-sm--168 {
    margin-left: -10.5rem !important;
  }

  .ml-sm--176 {
    margin-left: -11rem !important;
  }

  .ml-sm--184 {
    margin-left: -11.5rem !important;
  }

  .ml-sm--192 {
    margin-left: -12rem !important;
  }

  .ml-sm--200 {
    margin-left: -12.5rem !important;
  }

  .ml-sm--208 {
    margin-left: -13rem !important;
  }

  .ml-sm--216 {
    margin-left: -13.5rem !important;
  }

  .ml-sm--224 {
    margin-left: -14rem !important;
  }

  .ml-sm--232 {
    margin-left: -14.5rem !important;
  }

  .ml-sm--240 {
    margin-left: -15rem !important;
  }

  .ml-sm--248 {
    margin-left: -15.5rem !important;
  }

  .ml-sm--256 {
    margin-left: -16rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .container-md {
    --bs-gutter-x: 1rem;
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x);
    max-width: 768px;
  }

  .position-md-absolute {
    position: absolute;
  }

  .position-md-relative {
    position: relative;
  }

  .position-md-fixed {
    position: fixed;
  }

  .max-w-md-none {
    max-width: auto;
  }

  .min-w-md-none {
    min-width: auto;
  }

  .max-w-md-50 {
    max-width: 50px;
  }

  .min-w-md-50 {
    min-width: 50px;
  }

  .max-w-md-100 {
    max-width: 100px;
  }

  .min-w-md-100 {
    min-width: 100px;
  }

  .max-w-md-150 {
    max-width: 150px;
  }

  .min-w-md-150 {
    min-width: 150px;
  }

  .max-w-md-200 {
    max-width: 200px;
  }

  .min-w-md-200 {
    min-width: 200px;
  }

  .max-w-md-250 {
    max-width: 250px;
  }

  .min-w-md-250 {
    min-width: 250px;
  }

  .max-w-md-300 {
    max-width: 300px;
  }

  .min-w-md-300 {
    min-width: 300px;
  }

  .max-w-md-350 {
    max-width: 350px;
  }

  .min-w-md-350 {
    min-width: 350px;
  }

  .max-w-md-400 {
    max-width: 400px;
  }

  .min-w-md-400 {
    min-width: 400px;
  }

  .max-w-md-450 {
    max-width: 450px;
  }

  .min-w-md-450 {
    min-width: 450px;
  }

  .max-w-md-500 {
    max-width: 500px;
  }

  .min-w-md-500 {
    min-width: 500px;
  }

  .max-w-md-550 {
    max-width: 550px;
  }

  .min-w-md-550 {
    min-width: 550px;
  }

  .max-w-md-600 {
    max-width: 600px;
  }

  .min-w-md-600 {
    min-width: 600px;
  }

  .max-w-md-650 {
    max-width: 650px;
  }

  .min-w-md-650 {
    min-width: 650px;
  }

  .max-w-md-700 {
    max-width: 700px;
  }

  .min-w-md-700 {
    min-width: 700px;
  }

  .max-w-md-750 {
    max-width: 750px;
  }

  .min-w-md-750 {
    min-width: 750px;
  }

  .max-w-md-800 {
    max-width: 800px;
  }

  .min-w-md-800 {
    min-width: 800px;
  }

  .max-w-md-850 {
    max-width: 850px;
  }

  .min-w-md-850 {
    min-width: 850px;
  }

  .max-w-md-900 {
    max-width: 900px;
  }

  .min-w-md-900 {
    min-width: 900px;
  }

  .max-w-md-950 {
    max-width: 950px;
  }

  .min-w-md-950 {
    min-width: 950px;
  }

  .max-w-md-1000 {
    max-width: 1000px;
  }

  .min-w-md-1000 {
    min-width: 1000px;
  }

  .max-w-md-1050 {
    max-width: 1050px;
  }

  .min-w-md-1050 {
    min-width: 1050px;
  }

  .max-w-md-1100 {
    max-width: 1100px;
  }

  .min-w-md-1100 {
    min-width: 1100px;
  }

  .max-w-md-1150 {
    max-width: 1150px;
  }

  .min-w-md-1150 {
    min-width: 1150px;
  }

  .max-w-md-1200 {
    max-width: 1200px;
  }

  .min-w-md-1200 {
    min-width: 1200px;
  }

  .w-md-0 {
    width: 0;
  }

  .w-md-0 {
    width: 0%;
  }

  .vw-md-0 {
    min-width: 0vw;
  }

  .vw-force-md-0 {
    width: 0vw;
  }

  .w-md-10 {
    width: 10%;
  }

  .vw-md-10 {
    min-width: 10vw;
  }

  .vw-force-md-10 {
    width: 10vw;
  }

  .w-md-20 {
    width: 20%;
  }

  .vw-md-20 {
    min-width: 20vw;
  }

  .vw-force-md-20 {
    width: 20vw;
  }

  .w-md-30 {
    width: 30%;
  }

  .vw-md-30 {
    min-width: 30vw;
  }

  .vw-force-md-30 {
    width: 30vw;
  }

  .w-md-40 {
    width: 40%;
  }

  .vw-md-40 {
    min-width: 40vw;
  }

  .vw-force-md-40 {
    width: 40vw;
  }

  .w-md-50 {
    width: 50%;
  }

  .vw-md-50 {
    min-width: 50vw;
  }

  .vw-force-md-50 {
    width: 50vw;
  }

  .w-md-60 {
    width: 60%;
  }

  .vw-md-60 {
    min-width: 60vw;
  }

  .vw-force-md-60 {
    width: 60vw;
  }

  .w-md-70 {
    width: 70%;
  }

  .vw-md-70 {
    min-width: 70vw;
  }

  .vw-force-md-70 {
    width: 70vw;
  }

  .w-md-80 {
    width: 80%;
  }

  .vw-md-80 {
    min-width: 80vw;
  }

  .vw-force-md-80 {
    width: 80vw;
  }

  .w-md-90 {
    width: 90%;
  }

  .vw-md-90 {
    min-width: 90vw;
  }

  .vw-force-md-90 {
    width: 90vw;
  }

  .w-md-100 {
    width: 100%;
  }

  .vw-md-100 {
    min-width: 100vw;
  }

  .vw-force-md-100 {
    width: 100vw;
  }

  .max-h-md-none {
    max-height: auto;
  }

  .min-h-md-none {
    min-height: auto;
  }

  .max-h-md-50 {
    max-height: 50px;
  }

  .min-h-md-50 {
    min-height: 50px;
  }

  .max-h-md-100 {
    max-height: 100px;
  }

  .min-h-md-100 {
    min-height: 100px;
  }

  .max-h-md-150 {
    max-height: 150px;
  }

  .min-h-md-150 {
    min-height: 150px;
  }

  .max-h-md-200 {
    max-height: 200px;
  }

  .min-h-md-200 {
    min-height: 200px;
  }

  .max-h-md-250 {
    max-height: 250px;
  }

  .min-h-md-250 {
    min-height: 250px;
  }

  .max-h-md-300 {
    max-height: 300px;
  }

  .min-h-md-300 {
    min-height: 300px;
  }

  .max-h-md-350 {
    max-height: 350px;
  }

  .min-h-md-350 {
    min-height: 350px;
  }

  .max-h-md-400 {
    max-height: 400px;
  }

  .min-h-md-400 {
    min-height: 400px;
  }

  .max-h-md-450 {
    max-height: 450px;
  }

  .min-h-md-450 {
    min-height: 450px;
  }

  .max-h-md-500 {
    max-height: 500px;
  }

  .min-h-md-500 {
    min-height: 500px;
  }

  .max-h-md-550 {
    max-height: 550px;
  }

  .min-h-md-550 {
    min-height: 550px;
  }

  .max-h-md-600 {
    max-height: 600px;
  }

  .min-h-md-600 {
    min-height: 600px;
  }

  .max-h-md-650 {
    max-height: 650px;
  }

  .min-h-md-650 {
    min-height: 650px;
  }

  .max-h-md-700 {
    max-height: 700px;
  }

  .min-h-md-700 {
    min-height: 700px;
  }

  .max-h-md-750 {
    max-height: 750px;
  }

  .min-h-md-750 {
    min-height: 750px;
  }

  .max-h-md-800 {
    max-height: 800px;
  }

  .min-h-md-800 {
    min-height: 800px;
  }

  .max-h-md-850 {
    max-height: 850px;
  }

  .min-h-md-850 {
    min-height: 850px;
  }

  .max-h-md-900 {
    max-height: 900px;
  }

  .min-h-md-900 {
    min-height: 900px;
  }

  .max-h-md-950 {
    max-height: 950px;
  }

  .min-h-md-950 {
    min-height: 950px;
  }

  .max-h-md-1000 {
    max-height: 1000px;
  }

  .min-h-md-1000 {
    min-height: 1000px;
  }

  .max-h-md-1050 {
    max-height: 1050px;
  }

  .min-h-md-1050 {
    min-height: 1050px;
  }

  .max-h-md-1100 {
    max-height: 1100px;
  }

  .min-h-md-1100 {
    min-height: 1100px;
  }

  .max-h-md-1150 {
    max-height: 1150px;
  }

  .min-h-md-1150 {
    min-height: 1150px;
  }

  .max-h-md-1200 {
    max-height: 1200px;
  }

  .min-h-md-1200 {
    min-height: 1200px;
  }

  .h-md-0 {
    height: 0;
  }

  .h-md-0 {
    height: 0%;
  }

  .vh-md-0 {
    min-height: 0vh;
  }

  .vh-force-md-0 {
    height: 0vh;
  }

  .h-md-10 {
    height: 10%;
  }

  .vh-md-10 {
    min-height: 10vh;
  }

  .vh-force-md-10 {
    height: 10vh;
  }

  .h-md-20 {
    height: 20%;
  }

  .vh-md-20 {
    min-height: 20vh;
  }

  .vh-force-md-20 {
    height: 20vh;
  }

  .h-md-30 {
    height: 30%;
  }

  .vh-md-30 {
    min-height: 30vh;
  }

  .vh-force-md-30 {
    height: 30vh;
  }

  .h-md-40 {
    height: 40%;
  }

  .vh-md-40 {
    min-height: 40vh;
  }

  .vh-force-md-40 {
    height: 40vh;
  }

  .h-md-50 {
    height: 50%;
  }

  .vh-md-50 {
    min-height: 50vh;
  }

  .vh-force-md-50 {
    height: 50vh;
  }

  .h-md-60 {
    height: 60%;
  }

  .vh-md-60 {
    min-height: 60vh;
  }

  .vh-force-md-60 {
    height: 60vh;
  }

  .h-md-70 {
    height: 70%;
  }

  .vh-md-70 {
    min-height: 70vh;
  }

  .vh-force-md-70 {
    height: 70vh;
  }

  .h-md-80 {
    height: 80%;
  }

  .vh-md-80 {
    min-height: 80vh;
  }

  .vh-force-md-80 {
    height: 80vh;
  }

  .h-md-90 {
    height: 90%;
  }

  .vh-md-90 {
    min-height: 90vh;
  }

  .vh-force-md-90 {
    height: 90vh;
  }

  .h-md-100 {
    height: 100%;
  }

  .vh-md-100 {
    min-height: 100vh;
  }

  .vh-force-md-100 {
    height: 100vh;
  }

  .font-md-14 {
    font-size: 0.85rem;
  }

  .font-md-18 {
    font-size: 1.25rem;
  }

  .font-md-8 {
    font-size: 0.5rem;
  }

  .font-md-16 {
    font-size: 1rem;
  }

  .font-md-24 {
    font-size: 1.5rem;
  }

  .font-md-32 {
    font-size: 2rem;
  }

  .font-md-40 {
    font-size: 2.5rem;
  }

  .font-md-48 {
    font-size: 3rem;
  }

  .font-md-56 {
    font-size: 3.5rem;
  }

  .font-md-64 {
    font-size: 4rem;
  }

  .font-md-72 {
    font-size: 4.5rem;
  }

  .font-md-80 {
    font-size: 5rem;
  }

  .font-md-88 {
    font-size: 5.5rem;
  }

  .font-md-96 {
    font-size: 6rem;
  }

  .font-md-104 {
    font-size: 6.5rem;
  }

  .font-md-112 {
    font-size: 7rem;
  }

  .font-md-120 {
    font-size: 7.5rem;
  }

  .font-md-128 {
    font-size: 8rem;
  }

  .font-md-136 {
    font-size: 8.5rem;
  }

  .font-md-144 {
    font-size: 9rem;
  }

  .font-md-152 {
    font-size: 9.5rem;
  }

  .font-md-160 {
    font-size: 10rem;
  }

  .font-md-168 {
    font-size: 10.5rem;
  }

  .font-md-176 {
    font-size: 11rem;
  }

  .font-md-184 {
    font-size: 11.5rem;
  }

  .font-md-192 {
    font-size: 12rem;
  }

  .font-md-200 {
    font-size: 12.5rem;
  }

  .font-md-208 {
    font-size: 13rem;
  }

  .font-md-216 {
    font-size: 13.5rem;
  }

  .font-md-224 {
    font-size: 14rem;
  }

  .font-md-232 {
    font-size: 14.5rem;
  }

  .font-md-240 {
    font-size: 15rem;
  }

  .font-md-248 {
    font-size: 15.5rem;
  }

  .font-md-256 {
    font-size: 16rem;
  }

  .p-md-0 {
    padding: 0rem;
  }

  .p-md-8 {
    padding: 0.5rem;
  }

  .p-md-16 {
    padding: 1rem;
  }

  .p-md-24 {
    padding: 1.5rem;
  }

  .p-md-32 {
    padding: 2rem;
  }

  .p-md-40 {
    padding: 2.5rem;
  }

  .p-md-48 {
    padding: 3rem;
  }

  .p-md-56 {
    padding: 3.5rem;
  }

  .p-md-64 {
    padding: 4rem;
  }

  .p-md-72 {
    padding: 4.5rem;
  }

  .p-md-80 {
    padding: 5rem;
  }

  .p-md-88 {
    padding: 5.5rem;
  }

  .p-md-96 {
    padding: 6rem;
  }

  .p-md-104 {
    padding: 6.5rem;
  }

  .p-md-112 {
    padding: 7rem;
  }

  .p-md-120 {
    padding: 7.5rem;
  }

  .p-md-128 {
    padding: 8rem;
  }

  .p-md-136 {
    padding: 8.5rem;
  }

  .p-md-144 {
    padding: 9rem;
  }

  .p-md-152 {
    padding: 9.5rem;
  }

  .p-md-160 {
    padding: 10rem;
  }

  .p-md-168 {
    padding: 10.5rem;
  }

  .p-md-176 {
    padding: 11rem;
  }

  .p-md-184 {
    padding: 11.5rem;
  }

  .p-md-192 {
    padding: 12rem;
  }

  .p-md-200 {
    padding: 12.5rem;
  }

  .p-md-208 {
    padding: 13rem;
  }

  .p-md-216 {
    padding: 13.5rem;
  }

  .p-md-224 {
    padding: 14rem;
  }

  .p-md-232 {
    padding: 14.5rem;
  }

  .p-md-240 {
    padding: 15rem;
  }

  .p-md-248 {
    padding: 15.5rem;
  }

  .p-md-256 {
    padding: 16rem;
  }

  .py-md-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .py-md-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .py-md-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .py-md-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .py-md-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .py-md-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py-md-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .py-md-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .py-md-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .py-md-72 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .py-md-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .py-md-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .py-md-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .py-md-104 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .py-md-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .py-md-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .py-md-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .py-md-136 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .py-md-144 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .py-md-152 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .py-md-160 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .py-md-168 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .py-md-176 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .py-md-184 {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .py-md-192 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .py-md-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .py-md-208 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .py-md-216 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .py-md-224 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .py-md-232 {
    padding-top: 14.5rem;
    padding-bottom: 14.5rem;
  }

  .py-md-240 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .py-md-248 {
    padding-top: 15.5rem;
    padding-bottom: 15.5rem;
  }

  .py-md-256 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .px-md-0 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .px-md-8 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .px-md-16 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .px-md-24 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .px-md-32 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .px-md-40 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .px-md-48 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .px-md-56 {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }

  .px-md-64 {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .px-md-72 {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }

  .px-md-80 {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .px-md-88 {
    padding-right: 5.5rem;
    padding-left: 5.5rem;
  }

  .px-md-96 {
    padding-right: 6rem;
    padding-left: 6rem;
  }

  .px-md-104 {
    padding-right: 6.5rem;
    padding-left: 6.5rem;
  }

  .px-md-112 {
    padding-right: 7rem;
    padding-left: 7rem;
  }

  .px-md-120 {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }

  .px-md-128 {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .px-md-136 {
    padding-right: 8.5rem;
    padding-left: 8.5rem;
  }

  .px-md-144 {
    padding-right: 9rem;
    padding-left: 9rem;
  }

  .px-md-152 {
    padding-right: 9.5rem;
    padding-left: 9.5rem;
  }

  .px-md-160 {
    padding-right: 10rem;
    padding-left: 10rem;
  }

  .px-md-168 {
    padding-right: 10.5rem;
    padding-left: 10.5rem;
  }

  .px-md-176 {
    padding-right: 11rem;
    padding-left: 11rem;
  }

  .px-md-184 {
    padding-right: 11.5rem;
    padding-left: 11.5rem;
  }

  .px-md-192 {
    padding-right: 12rem;
    padding-left: 12rem;
  }

  .px-md-200 {
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }

  .px-md-208 {
    padding-right: 13rem;
    padding-left: 13rem;
  }

  .px-md-216 {
    padding-right: 13.5rem;
    padding-left: 13.5rem;
  }

  .px-md-224 {
    padding-right: 14rem;
    padding-left: 14rem;
  }

  .px-md-232 {
    padding-right: 14.5rem;
    padding-left: 14.5rem;
  }

  .px-md-240 {
    padding-right: 15rem;
    padding-left: 15rem;
  }

  .px-md-248 {
    padding-right: 15.5rem;
    padding-left: 15.5rem;
  }

  .px-md-256 {
    padding-right: 16rem;
    padding-left: 16rem;
  }

  .pt-md-0 {
    padding-top: 0rem;
  }

  .pt-md-8 {
    padding-top: 0.5rem;
  }

  .pt-md-16 {
    padding-top: 1rem;
  }

  .pt-md-24 {
    padding-top: 1.5rem;
  }

  .pt-md-32 {
    padding-top: 2rem;
  }

  .pt-md-40 {
    padding-top: 2.5rem;
  }

  .pt-md-48 {
    padding-top: 3rem;
  }

  .pt-md-56 {
    padding-top: 3.5rem;
  }

  .pt-md-64 {
    padding-top: 4rem;
  }

  .pt-md-72 {
    padding-top: 4.5rem;
  }

  .pt-md-80 {
    padding-top: 5rem;
  }

  .pt-md-88 {
    padding-top: 5.5rem;
  }

  .pt-md-96 {
    padding-top: 6rem;
  }

  .pt-md-104 {
    padding-top: 6.5rem;
  }

  .pt-md-112 {
    padding-top: 7rem;
  }

  .pt-md-120 {
    padding-top: 7.5rem;
  }

  .pt-md-128 {
    padding-top: 8rem;
  }

  .pt-md-136 {
    padding-top: 8.5rem;
  }

  .pt-md-144 {
    padding-top: 9rem;
  }

  .pt-md-152 {
    padding-top: 9.5rem;
  }

  .pt-md-160 {
    padding-top: 10rem;
  }

  .pt-md-168 {
    padding-top: 10.5rem;
  }

  .pt-md-176 {
    padding-top: 11rem;
  }

  .pt-md-184 {
    padding-top: 11.5rem;
  }

  .pt-md-192 {
    padding-top: 12rem;
  }

  .pt-md-200 {
    padding-top: 12.5rem;
  }

  .pt-md-208 {
    padding-top: 13rem;
  }

  .pt-md-216 {
    padding-top: 13.5rem;
  }

  .pt-md-224 {
    padding-top: 14rem;
  }

  .pt-md-232 {
    padding-top: 14.5rem;
  }

  .pt-md-240 {
    padding-top: 15rem;
  }

  .pt-md-248 {
    padding-top: 15.5rem;
  }

  .pt-md-256 {
    padding-top: 16rem;
  }

  .pr-md-0 {
    padding-right: 0rem;
  }

  .pr-md-8 {
    padding-right: 0.5rem;
  }

  .pr-md-16 {
    padding-right: 1rem;
  }

  .pr-md-24 {
    padding-right: 1.5rem;
  }

  .pr-md-32 {
    padding-right: 2rem;
  }

  .pr-md-40 {
    padding-right: 2.5rem;
  }

  .pr-md-48 {
    padding-right: 3rem;
  }

  .pr-md-56 {
    padding-right: 3.5rem;
  }

  .pr-md-64 {
    padding-right: 4rem;
  }

  .pr-md-72 {
    padding-right: 4.5rem;
  }

  .pr-md-80 {
    padding-right: 5rem;
  }

  .pr-md-88 {
    padding-right: 5.5rem;
  }

  .pr-md-96 {
    padding-right: 6rem;
  }

  .pr-md-104 {
    padding-right: 6.5rem;
  }

  .pr-md-112 {
    padding-right: 7rem;
  }

  .pr-md-120 {
    padding-right: 7.5rem;
  }

  .pr-md-128 {
    padding-right: 8rem;
  }

  .pr-md-136 {
    padding-right: 8.5rem;
  }

  .pr-md-144 {
    padding-right: 9rem;
  }

  .pr-md-152 {
    padding-right: 9.5rem;
  }

  .pr-md-160 {
    padding-right: 10rem;
  }

  .pr-md-168 {
    padding-right: 10.5rem;
  }

  .pr-md-176 {
    padding-right: 11rem;
  }

  .pr-md-184 {
    padding-right: 11.5rem;
  }

  .pr-md-192 {
    padding-right: 12rem;
  }

  .pr-md-200 {
    padding-right: 12.5rem;
  }

  .pr-md-208 {
    padding-right: 13rem;
  }

  .pr-md-216 {
    padding-right: 13.5rem;
  }

  .pr-md-224 {
    padding-right: 14rem;
  }

  .pr-md-232 {
    padding-right: 14.5rem;
  }

  .pr-md-240 {
    padding-right: 15rem;
  }

  .pr-md-248 {
    padding-right: 15.5rem;
  }

  .pr-md-256 {
    padding-right: 16rem;
  }

  .pb-md-0 {
    padding-bottom: 0rem;
  }

  .pb-md-8 {
    padding-bottom: 0.5rem;
  }

  .pb-md-16 {
    padding-bottom: 1rem;
  }

  .pb-md-24 {
    padding-bottom: 1.5rem;
  }

  .pb-md-32 {
    padding-bottom: 2rem;
  }

  .pb-md-40 {
    padding-bottom: 2.5rem;
  }

  .pb-md-48 {
    padding-bottom: 3rem;
  }

  .pb-md-56 {
    padding-bottom: 3.5rem;
  }

  .pb-md-64 {
    padding-bottom: 4rem;
  }

  .pb-md-72 {
    padding-bottom: 4.5rem;
  }

  .pb-md-80 {
    padding-bottom: 5rem;
  }

  .pb-md-88 {
    padding-bottom: 5.5rem;
  }

  .pb-md-96 {
    padding-bottom: 6rem;
  }

  .pb-md-104 {
    padding-bottom: 6.5rem;
  }

  .pb-md-112 {
    padding-bottom: 7rem;
  }

  .pb-md-120 {
    padding-bottom: 7.5rem;
  }

  .pb-md-128 {
    padding-bottom: 8rem;
  }

  .pb-md-136 {
    padding-bottom: 8.5rem;
  }

  .pb-md-144 {
    padding-bottom: 9rem;
  }

  .pb-md-152 {
    padding-bottom: 9.5rem;
  }

  .pb-md-160 {
    padding-bottom: 10rem;
  }

  .pb-md-168 {
    padding-bottom: 10.5rem;
  }

  .pb-md-176 {
    padding-bottom: 11rem;
  }

  .pb-md-184 {
    padding-bottom: 11.5rem;
  }

  .pb-md-192 {
    padding-bottom: 12rem;
  }

  .pb-md-200 {
    padding-bottom: 12.5rem;
  }

  .pb-md-208 {
    padding-bottom: 13rem;
  }

  .pb-md-216 {
    padding-bottom: 13.5rem;
  }

  .pb-md-224 {
    padding-bottom: 14rem;
  }

  .pb-md-232 {
    padding-bottom: 14.5rem;
  }

  .pb-md-240 {
    padding-bottom: 15rem;
  }

  .pb-md-248 {
    padding-bottom: 15.5rem;
  }

  .pb-md-256 {
    padding-bottom: 16rem;
  }

  .pl-md-0 {
    padding-left: 0rem;
  }

  .pl-md-8 {
    padding-left: 0.5rem;
  }

  .pl-md-16 {
    padding-left: 1rem;
  }

  .pl-md-24 {
    padding-left: 1.5rem;
  }

  .pl-md-32 {
    padding-left: 2rem;
  }

  .pl-md-40 {
    padding-left: 2.5rem;
  }

  .pl-md-48 {
    padding-left: 3rem;
  }

  .pl-md-56 {
    padding-left: 3.5rem;
  }

  .pl-md-64 {
    padding-left: 4rem;
  }

  .pl-md-72 {
    padding-left: 4.5rem;
  }

  .pl-md-80 {
    padding-left: 5rem;
  }

  .pl-md-88 {
    padding-left: 5.5rem;
  }

  .pl-md-96 {
    padding-left: 6rem;
  }

  .pl-md-104 {
    padding-left: 6.5rem;
  }

  .pl-md-112 {
    padding-left: 7rem;
  }

  .pl-md-120 {
    padding-left: 7.5rem;
  }

  .pl-md-128 {
    padding-left: 8rem;
  }

  .pl-md-136 {
    padding-left: 8.5rem;
  }

  .pl-md-144 {
    padding-left: 9rem;
  }

  .pl-md-152 {
    padding-left: 9.5rem;
  }

  .pl-md-160 {
    padding-left: 10rem;
  }

  .pl-md-168 {
    padding-left: 10.5rem;
  }

  .pl-md-176 {
    padding-left: 11rem;
  }

  .pl-md-184 {
    padding-left: 11.5rem;
  }

  .pl-md-192 {
    padding-left: 12rem;
  }

  .pl-md-200 {
    padding-left: 12.5rem;
  }

  .pl-md-208 {
    padding-left: 13rem;
  }

  .pl-md-216 {
    padding-left: 13.5rem;
  }

  .pl-md-224 {
    padding-left: 14rem;
  }

  .pl-md-232 {
    padding-left: 14.5rem;
  }

  .pl-md-240 {
    padding-left: 15rem;
  }

  .pl-md-248 {
    padding-left: 15.5rem;
  }

  .pl-md-256 {
    padding-left: 16rem;
  }

  .m-md-0 {
    margin: 0rem;
  }

  .m-md-8 {
    margin: 0.5rem;
  }

  .m-md-16 {
    margin: 1rem;
  }

  .m-md-24 {
    margin: 1.5rem;
  }

  .m-md-32 {
    margin: 2rem;
  }

  .m-md-40 {
    margin: 2.5rem;
  }

  .m-md-48 {
    margin: 3rem;
  }

  .m-md-56 {
    margin: 3.5rem;
  }

  .m-md-64 {
    margin: 4rem;
  }

  .m-md-72 {
    margin: 4.5rem;
  }

  .m-md-80 {
    margin: 5rem;
  }

  .m-md-88 {
    margin: 5.5rem;
  }

  .m-md-96 {
    margin: 6rem;
  }

  .m-md-104 {
    margin: 6.5rem;
  }

  .m-md-112 {
    margin: 7rem;
  }

  .m-md-120 {
    margin: 7.5rem;
  }

  .m-md-128 {
    margin: 8rem;
  }

  .m-md-136 {
    margin: 8.5rem;
  }

  .m-md-144 {
    margin: 9rem;
  }

  .m-md-152 {
    margin: 9.5rem;
  }

  .m-md-160 {
    margin: 10rem;
  }

  .m-md-168 {
    margin: 10.5rem;
  }

  .m-md-176 {
    margin: 11rem;
  }

  .m-md-184 {
    margin: 11.5rem;
  }

  .m-md-192 {
    margin: 12rem;
  }

  .m-md-200 {
    margin: 12.5rem;
  }

  .m-md-208 {
    margin: 13rem;
  }

  .m-md-216 {
    margin: 13.5rem;
  }

  .m-md-224 {
    margin: 14rem;
  }

  .m-md-232 {
    margin: 14.5rem;
  }

  .m-md-240 {
    margin: 15rem;
  }

  .m-md-248 {
    margin: 15.5rem;
  }

  .m-md-256 {
    margin: 16rem;
  }

  .m-md--0 {
    margin: -0rem !important;
  }

  .m-md--8 {
    margin: -0.5rem !important;
  }

  .m-md--16 {
    margin: -1rem !important;
  }

  .m-md--24 {
    margin: -1.5rem !important;
  }

  .m-md--32 {
    margin: -2rem !important;
  }

  .m-md--40 {
    margin: -2.5rem !important;
  }

  .m-md--48 {
    margin: -3rem !important;
  }

  .m-md--56 {
    margin: -3.5rem !important;
  }

  .m-md--64 {
    margin: -4rem !important;
  }

  .m-md--72 {
    margin: -4.5rem !important;
  }

  .m-md--80 {
    margin: -5rem !important;
  }

  .m-md--88 {
    margin: -5.5rem !important;
  }

  .m-md--96 {
    margin: -6rem !important;
  }

  .m-md--104 {
    margin: -6.5rem !important;
  }

  .m-md--112 {
    margin: -7rem !important;
  }

  .m-md--120 {
    margin: -7.5rem !important;
  }

  .m-md--128 {
    margin: -8rem !important;
  }

  .m-md--136 {
    margin: -8.5rem !important;
  }

  .m-md--144 {
    margin: -9rem !important;
  }

  .m-md--152 {
    margin: -9.5rem !important;
  }

  .m-md--160 {
    margin: -10rem !important;
  }

  .m-md--168 {
    margin: -10.5rem !important;
  }

  .m-md--176 {
    margin: -11rem !important;
  }

  .m-md--184 {
    margin: -11.5rem !important;
  }

  .m-md--192 {
    margin: -12rem !important;
  }

  .m-md--200 {
    margin: -12.5rem !important;
  }

  .m-md--208 {
    margin: -13rem !important;
  }

  .m-md--216 {
    margin: -13.5rem !important;
  }

  .m-md--224 {
    margin: -14rem !important;
  }

  .m-md--232 {
    margin: -14.5rem !important;
  }

  .m-md--240 {
    margin: -15rem !important;
  }

  .m-md--248 {
    margin: -15.5rem !important;
  }

  .m-md--256 {
    margin: -16rem !important;
  }

  .my-md-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .my-md-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .my-md-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .my-md-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .my-md-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .my-md-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .my-md-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .my-md-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .my-md-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .my-md-72 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .my-md-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .my-md-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .my-md-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .my-md-104 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .my-md-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .my-md-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .my-md-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .my-md-136 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .my-md-144 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .my-md-152 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .my-md-160 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .my-md-168 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .my-md-176 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .my-md-184 {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  .my-md-192 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .my-md-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .my-md-208 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .my-md-216 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .my-md-224 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .my-md-232 {
    margin-top: 14.5rem;
    margin-bottom: 14.5rem;
  }

  .my-md-240 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .my-md-248 {
    margin-top: 15.5rem;
    margin-bottom: 15.5rem;
  }

  .my-md-256 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .my-md--0 {
    margin-top: -0rem !important;
    margin-bottom: -0rem !important;
  }

  .my-md--8 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-md--16 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md--24 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-md--32 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-md--40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-md--48 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-md--56 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-md--64 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-md--72 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-md--80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-md--88 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .my-md--96 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-md--104 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }

  .my-md--112 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-md--120 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-md--128 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-md--136 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .my-md--144 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-md--152 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .my-md--160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-md--168 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }

  .my-md--176 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-md--184 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }

  .my-md--192 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-md--200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .my-md--208 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-md--216 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }

  .my-md--224 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-md--232 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }

  .my-md--240 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-md--248 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }

  .my-md--256 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .mx-md-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .mx-md-8 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .mx-md-16 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .mx-md-24 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .mx-md-32 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .mx-md-40 {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }

  .mx-md-48 {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .mx-md-56 {
    margin-right: 3.5rem;
    margin-left: 3.5rem;
  }

  .mx-md-64 {
    margin-right: 4rem;
    margin-left: 4rem;
  }

  .mx-md-72 {
    margin-right: 4.5rem;
    margin-left: 4.5rem;
  }

  .mx-md-80 {
    margin-right: 5rem;
    margin-left: 5rem;
  }

  .mx-md-88 {
    margin-right: 5.5rem;
    margin-left: 5.5rem;
  }

  .mx-md-96 {
    margin-right: 6rem;
    margin-left: 6rem;
  }

  .mx-md-104 {
    margin-right: 6.5rem;
    margin-left: 6.5rem;
  }

  .mx-md-112 {
    margin-right: 7rem;
    margin-left: 7rem;
  }

  .mx-md-120 {
    margin-right: 7.5rem;
    margin-left: 7.5rem;
  }

  .mx-md-128 {
    margin-right: 8rem;
    margin-left: 8rem;
  }

  .mx-md-136 {
    margin-right: 8.5rem;
    margin-left: 8.5rem;
  }

  .mx-md-144 {
    margin-right: 9rem;
    margin-left: 9rem;
  }

  .mx-md-152 {
    margin-right: 9.5rem;
    margin-left: 9.5rem;
  }

  .mx-md-160 {
    margin-right: 10rem;
    margin-left: 10rem;
  }

  .mx-md-168 {
    margin-right: 10.5rem;
    margin-left: 10.5rem;
  }

  .mx-md-176 {
    margin-right: 11rem;
    margin-left: 11rem;
  }

  .mx-md-184 {
    margin-right: 11.5rem;
    margin-left: 11.5rem;
  }

  .mx-md-192 {
    margin-right: 12rem;
    margin-left: 12rem;
  }

  .mx-md-200 {
    margin-right: 12.5rem;
    margin-left: 12.5rem;
  }

  .mx-md-208 {
    margin-right: 13rem;
    margin-left: 13rem;
  }

  .mx-md-216 {
    margin-right: 13.5rem;
    margin-left: 13.5rem;
  }

  .mx-md-224 {
    margin-right: 14rem;
    margin-left: 14rem;
  }

  .mx-md-232 {
    margin-right: 14.5rem;
    margin-left: 14.5rem;
  }

  .mx-md-240 {
    margin-right: 15rem;
    margin-left: 15rem;
  }

  .mx-md-248 {
    margin-right: 15.5rem;
    margin-left: 15.5rem;
  }

  .mx-md-256 {
    margin-right: 16rem;
    margin-left: 16rem;
  }

  .mx-md--0 {
    margin-right: -0rem !important;
    margin-left: -0rem !important;
  }

  .mx-md--8 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-md--16 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md--24 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-md--32 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-md--40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-md--48 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-md--56 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-md--64 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-md--72 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-md--80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-md--88 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }

  .mx-md--96 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-md--104 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }

  .mx-md--112 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-md--120 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }

  .mx-md--128 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-md--136 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }

  .mx-md--144 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-md--152 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }

  .mx-md--160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-md--168 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }

  .mx-md--176 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-md--184 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }

  .mx-md--192 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-md--200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }

  .mx-md--208 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-md--216 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }

  .mx-md--224 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-md--232 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }

  .mx-md--240 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-md--248 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }

  .mx-md--256 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mt-md-0 {
    margin-top: 0rem;
  }

  .mt-md-8 {
    margin-top: 0.5rem;
  }

  .mt-md-16 {
    margin-top: 1rem;
  }

  .mt-md-24 {
    margin-top: 1.5rem;
  }

  .mt-md-32 {
    margin-top: 2rem;
  }

  .mt-md-40 {
    margin-top: 2.5rem;
  }

  .mt-md-48 {
    margin-top: 3rem;
  }

  .mt-md-56 {
    margin-top: 3.5rem;
  }

  .mt-md-64 {
    margin-top: 4rem;
  }

  .mt-md-72 {
    margin-top: 4.5rem;
  }

  .mt-md-80 {
    margin-top: 5rem;
  }

  .mt-md-88 {
    margin-top: 5.5rem;
  }

  .mt-md-96 {
    margin-top: 6rem;
  }

  .mt-md-104 {
    margin-top: 6.5rem;
  }

  .mt-md-112 {
    margin-top: 7rem;
  }

  .mt-md-120 {
    margin-top: 7.5rem;
  }

  .mt-md-128 {
    margin-top: 8rem;
  }

  .mt-md-136 {
    margin-top: 8.5rem;
  }

  .mt-md-144 {
    margin-top: 9rem;
  }

  .mt-md-152 {
    margin-top: 9.5rem;
  }

  .mt-md-160 {
    margin-top: 10rem;
  }

  .mt-md-168 {
    margin-top: 10.5rem;
  }

  .mt-md-176 {
    margin-top: 11rem;
  }

  .mt-md-184 {
    margin-top: 11.5rem;
  }

  .mt-md-192 {
    margin-top: 12rem;
  }

  .mt-md-200 {
    margin-top: 12.5rem;
  }

  .mt-md-208 {
    margin-top: 13rem;
  }

  .mt-md-216 {
    margin-top: 13.5rem;
  }

  .mt-md-224 {
    margin-top: 14rem;
  }

  .mt-md-232 {
    margin-top: 14.5rem;
  }

  .mt-md-240 {
    margin-top: 15rem;
  }

  .mt-md-248 {
    margin-top: 15.5rem;
  }

  .mt-md-256 {
    margin-top: 16rem;
  }

  .mt-md--0 {
    margin-top: -0rem !important;
  }

  .mt-md--8 {
    margin-top: -0.5rem !important;
  }

  .mt-md--16 {
    margin-top: -1rem !important;
  }

  .mt-md--24 {
    margin-top: -1.5rem !important;
  }

  .mt-md--32 {
    margin-top: -2rem !important;
  }

  .mt-md--40 {
    margin-top: -2.5rem !important;
  }

  .mt-md--48 {
    margin-top: -3rem !important;
  }

  .mt-md--56 {
    margin-top: -3.5rem !important;
  }

  .mt-md--64 {
    margin-top: -4rem !important;
  }

  .mt-md--72 {
    margin-top: -4.5rem !important;
  }

  .mt-md--80 {
    margin-top: -5rem !important;
  }

  .mt-md--88 {
    margin-top: -5.5rem !important;
  }

  .mt-md--96 {
    margin-top: -6rem !important;
  }

  .mt-md--104 {
    margin-top: -6.5rem !important;
  }

  .mt-md--112 {
    margin-top: -7rem !important;
  }

  .mt-md--120 {
    margin-top: -7.5rem !important;
  }

  .mt-md--128 {
    margin-top: -8rem !important;
  }

  .mt-md--136 {
    margin-top: -8.5rem !important;
  }

  .mt-md--144 {
    margin-top: -9rem !important;
  }

  .mt-md--152 {
    margin-top: -9.5rem !important;
  }

  .mt-md--160 {
    margin-top: -10rem !important;
  }

  .mt-md--168 {
    margin-top: -10.5rem !important;
  }

  .mt-md--176 {
    margin-top: -11rem !important;
  }

  .mt-md--184 {
    margin-top: -11.5rem !important;
  }

  .mt-md--192 {
    margin-top: -12rem !important;
  }

  .mt-md--200 {
    margin-top: -12.5rem !important;
  }

  .mt-md--208 {
    margin-top: -13rem !important;
  }

  .mt-md--216 {
    margin-top: -13.5rem !important;
  }

  .mt-md--224 {
    margin-top: -14rem !important;
  }

  .mt-md--232 {
    margin-top: -14.5rem !important;
  }

  .mt-md--240 {
    margin-top: -15rem !important;
  }

  .mt-md--248 {
    margin-top: -15.5rem !important;
  }

  .mt-md--256 {
    margin-top: -16rem !important;
  }

  .mr-md-0 {
    margin-right: 0rem;
  }

  .mr-md-8 {
    margin-right: 0.5rem;
  }

  .mr-md-16 {
    margin-right: 1rem;
  }

  .mr-md-24 {
    margin-right: 1.5rem;
  }

  .mr-md-32 {
    margin-right: 2rem;
  }

  .mr-md-40 {
    margin-right: 2.5rem;
  }

  .mr-md-48 {
    margin-right: 3rem;
  }

  .mr-md-56 {
    margin-right: 3.5rem;
  }

  .mr-md-64 {
    margin-right: 4rem;
  }

  .mr-md-72 {
    margin-right: 4.5rem;
  }

  .mr-md-80 {
    margin-right: 5rem;
  }

  .mr-md-88 {
    margin-right: 5.5rem;
  }

  .mr-md-96 {
    margin-right: 6rem;
  }

  .mr-md-104 {
    margin-right: 6.5rem;
  }

  .mr-md-112 {
    margin-right: 7rem;
  }

  .mr-md-120 {
    margin-right: 7.5rem;
  }

  .mr-md-128 {
    margin-right: 8rem;
  }

  .mr-md-136 {
    margin-right: 8.5rem;
  }

  .mr-md-144 {
    margin-right: 9rem;
  }

  .mr-md-152 {
    margin-right: 9.5rem;
  }

  .mr-md-160 {
    margin-right: 10rem;
  }

  .mr-md-168 {
    margin-right: 10.5rem;
  }

  .mr-md-176 {
    margin-right: 11rem;
  }

  .mr-md-184 {
    margin-right: 11.5rem;
  }

  .mr-md-192 {
    margin-right: 12rem;
  }

  .mr-md-200 {
    margin-right: 12.5rem;
  }

  .mr-md-208 {
    margin-right: 13rem;
  }

  .mr-md-216 {
    margin-right: 13.5rem;
  }

  .mr-md-224 {
    margin-right: 14rem;
  }

  .mr-md-232 {
    margin-right: 14.5rem;
  }

  .mr-md-240 {
    margin-right: 15rem;
  }

  .mr-md-248 {
    margin-right: 15.5rem;
  }

  .mr-md-256 {
    margin-right: 16rem;
  }

  .mr-md--0 {
    margin-right: -0rem !important;
  }

  .mr-md--8 {
    margin-right: -0.5rem !important;
  }

  .mr-md--16 {
    margin-right: -1rem !important;
  }

  .mr-md--24 {
    margin-right: -1.5rem !important;
  }

  .mr-md--32 {
    margin-right: -2rem !important;
  }

  .mr-md--40 {
    margin-right: -2.5rem !important;
  }

  .mr-md--48 {
    margin-right: -3rem !important;
  }

  .mr-md--56 {
    margin-right: -3.5rem !important;
  }

  .mr-md--64 {
    margin-right: -4rem !important;
  }

  .mr-md--72 {
    margin-right: -4.5rem !important;
  }

  .mr-md--80 {
    margin-right: -5rem !important;
  }

  .mr-md--88 {
    margin-right: -5.5rem !important;
  }

  .mr-md--96 {
    margin-right: -6rem !important;
  }

  .mr-md--104 {
    margin-right: -6.5rem !important;
  }

  .mr-md--112 {
    margin-right: -7rem !important;
  }

  .mr-md--120 {
    margin-right: -7.5rem !important;
  }

  .mr-md--128 {
    margin-right: -8rem !important;
  }

  .mr-md--136 {
    margin-right: -8.5rem !important;
  }

  .mr-md--144 {
    margin-right: -9rem !important;
  }

  .mr-md--152 {
    margin-right: -9.5rem !important;
  }

  .mr-md--160 {
    margin-right: -10rem !important;
  }

  .mr-md--168 {
    margin-right: -10.5rem !important;
  }

  .mr-md--176 {
    margin-right: -11rem !important;
  }

  .mr-md--184 {
    margin-right: -11.5rem !important;
  }

  .mr-md--192 {
    margin-right: -12rem !important;
  }

  .mr-md--200 {
    margin-right: -12.5rem !important;
  }

  .mr-md--208 {
    margin-right: -13rem !important;
  }

  .mr-md--216 {
    margin-right: -13.5rem !important;
  }

  .mr-md--224 {
    margin-right: -14rem !important;
  }

  .mr-md--232 {
    margin-right: -14.5rem !important;
  }

  .mr-md--240 {
    margin-right: -15rem !important;
  }

  .mr-md--248 {
    margin-right: -15.5rem !important;
  }

  .mr-md--256 {
    margin-right: -16rem !important;
  }

  .mb-md-0 {
    margin-bottom: 0rem;
  }

  .mb-md-8 {
    margin-bottom: 0.5rem;
  }

  .mb-md-16 {
    margin-bottom: 1rem;
  }

  .mb-md-24 {
    margin-bottom: 1.5rem;
  }

  .mb-md-32 {
    margin-bottom: 2rem;
  }

  .mb-md-40 {
    margin-bottom: 2.5rem;
  }

  .mb-md-48 {
    margin-bottom: 3rem;
  }

  .mb-md-56 {
    margin-bottom: 3.5rem;
  }

  .mb-md-64 {
    margin-bottom: 4rem;
  }

  .mb-md-72 {
    margin-bottom: 4.5rem;
  }

  .mb-md-80 {
    margin-bottom: 5rem;
  }

  .mb-md-88 {
    margin-bottom: 5.5rem;
  }

  .mb-md-96 {
    margin-bottom: 6rem;
  }

  .mb-md-104 {
    margin-bottom: 6.5rem;
  }

  .mb-md-112 {
    margin-bottom: 7rem;
  }

  .mb-md-120 {
    margin-bottom: 7.5rem;
  }

  .mb-md-128 {
    margin-bottom: 8rem;
  }

  .mb-md-136 {
    margin-bottom: 8.5rem;
  }

  .mb-md-144 {
    margin-bottom: 9rem;
  }

  .mb-md-152 {
    margin-bottom: 9.5rem;
  }

  .mb-md-160 {
    margin-bottom: 10rem;
  }

  .mb-md-168 {
    margin-bottom: 10.5rem;
  }

  .mb-md-176 {
    margin-bottom: 11rem;
  }

  .mb-md-184 {
    margin-bottom: 11.5rem;
  }

  .mb-md-192 {
    margin-bottom: 12rem;
  }

  .mb-md-200 {
    margin-bottom: 12.5rem;
  }

  .mb-md-208 {
    margin-bottom: 13rem;
  }

  .mb-md-216 {
    margin-bottom: 13.5rem;
  }

  .mb-md-224 {
    margin-bottom: 14rem;
  }

  .mb-md-232 {
    margin-bottom: 14.5rem;
  }

  .mb-md-240 {
    margin-bottom: 15rem;
  }

  .mb-md-248 {
    margin-bottom: 15.5rem;
  }

  .mb-md-256 {
    margin-bottom: 16rem;
  }

  .mb-md--0 {
    margin-bottom: -0rem !important;
  }

  .mb-md--8 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md--16 {
    margin-bottom: -1rem !important;
  }

  .mb-md--24 {
    margin-bottom: -1.5rem !important;
  }

  .mb-md--32 {
    margin-bottom: -2rem !important;
  }

  .mb-md--40 {
    margin-bottom: -2.5rem !important;
  }

  .mb-md--48 {
    margin-bottom: -3rem !important;
  }

  .mb-md--56 {
    margin-bottom: -3.5rem !important;
  }

  .mb-md--64 {
    margin-bottom: -4rem !important;
  }

  .mb-md--72 {
    margin-bottom: -4.5rem !important;
  }

  .mb-md--80 {
    margin-bottom: -5rem !important;
  }

  .mb-md--88 {
    margin-bottom: -5.5rem !important;
  }

  .mb-md--96 {
    margin-bottom: -6rem !important;
  }

  .mb-md--104 {
    margin-bottom: -6.5rem !important;
  }

  .mb-md--112 {
    margin-bottom: -7rem !important;
  }

  .mb-md--120 {
    margin-bottom: -7.5rem !important;
  }

  .mb-md--128 {
    margin-bottom: -8rem !important;
  }

  .mb-md--136 {
    margin-bottom: -8.5rem !important;
  }

  .mb-md--144 {
    margin-bottom: -9rem !important;
  }

  .mb-md--152 {
    margin-bottom: -9.5rem !important;
  }

  .mb-md--160 {
    margin-bottom: -10rem !important;
  }

  .mb-md--168 {
    margin-bottom: -10.5rem !important;
  }

  .mb-md--176 {
    margin-bottom: -11rem !important;
  }

  .mb-md--184 {
    margin-bottom: -11.5rem !important;
  }

  .mb-md--192 {
    margin-bottom: -12rem !important;
  }

  .mb-md--200 {
    margin-bottom: -12.5rem !important;
  }

  .mb-md--208 {
    margin-bottom: -13rem !important;
  }

  .mb-md--216 {
    margin-bottom: -13.5rem !important;
  }

  .mb-md--224 {
    margin-bottom: -14rem !important;
  }

  .mb-md--232 {
    margin-bottom: -14.5rem !important;
  }

  .mb-md--240 {
    margin-bottom: -15rem !important;
  }

  .mb-md--248 {
    margin-bottom: -15.5rem !important;
  }

  .mb-md--256 {
    margin-bottom: -16rem !important;
  }

  .ml-md-0 {
    margin-left: 0rem;
  }

  .ml-md-8 {
    margin-left: 0.5rem;
  }

  .ml-md-16 {
    margin-left: 1rem;
  }

  .ml-md-24 {
    margin-left: 1.5rem;
  }

  .ml-md-32 {
    margin-left: 2rem;
  }

  .ml-md-40 {
    margin-left: 2.5rem;
  }

  .ml-md-48 {
    margin-left: 3rem;
  }

  .ml-md-56 {
    margin-left: 3.5rem;
  }

  .ml-md-64 {
    margin-left: 4rem;
  }

  .ml-md-72 {
    margin-left: 4.5rem;
  }

  .ml-md-80 {
    margin-left: 5rem;
  }

  .ml-md-88 {
    margin-left: 5.5rem;
  }

  .ml-md-96 {
    margin-left: 6rem;
  }

  .ml-md-104 {
    margin-left: 6.5rem;
  }

  .ml-md-112 {
    margin-left: 7rem;
  }

  .ml-md-120 {
    margin-left: 7.5rem;
  }

  .ml-md-128 {
    margin-left: 8rem;
  }

  .ml-md-136 {
    margin-left: 8.5rem;
  }

  .ml-md-144 {
    margin-left: 9rem;
  }

  .ml-md-152 {
    margin-left: 9.5rem;
  }

  .ml-md-160 {
    margin-left: 10rem;
  }

  .ml-md-168 {
    margin-left: 10.5rem;
  }

  .ml-md-176 {
    margin-left: 11rem;
  }

  .ml-md-184 {
    margin-left: 11.5rem;
  }

  .ml-md-192 {
    margin-left: 12rem;
  }

  .ml-md-200 {
    margin-left: 12.5rem;
  }

  .ml-md-208 {
    margin-left: 13rem;
  }

  .ml-md-216 {
    margin-left: 13.5rem;
  }

  .ml-md-224 {
    margin-left: 14rem;
  }

  .ml-md-232 {
    margin-left: 14.5rem;
  }

  .ml-md-240 {
    margin-left: 15rem;
  }

  .ml-md-248 {
    margin-left: 15.5rem;
  }

  .ml-md-256 {
    margin-left: 16rem;
  }

  .ml-md--0 {
    margin-left: -0rem !important;
  }

  .ml-md--8 {
    margin-left: -0.5rem !important;
  }

  .ml-md--16 {
    margin-left: -1rem !important;
  }

  .ml-md--24 {
    margin-left: -1.5rem !important;
  }

  .ml-md--32 {
    margin-left: -2rem !important;
  }

  .ml-md--40 {
    margin-left: -2.5rem !important;
  }

  .ml-md--48 {
    margin-left: -3rem !important;
  }

  .ml-md--56 {
    margin-left: -3.5rem !important;
  }

  .ml-md--64 {
    margin-left: -4rem !important;
  }

  .ml-md--72 {
    margin-left: -4.5rem !important;
  }

  .ml-md--80 {
    margin-left: -5rem !important;
  }

  .ml-md--88 {
    margin-left: -5.5rem !important;
  }

  .ml-md--96 {
    margin-left: -6rem !important;
  }

  .ml-md--104 {
    margin-left: -6.5rem !important;
  }

  .ml-md--112 {
    margin-left: -7rem !important;
  }

  .ml-md--120 {
    margin-left: -7.5rem !important;
  }

  .ml-md--128 {
    margin-left: -8rem !important;
  }

  .ml-md--136 {
    margin-left: -8.5rem !important;
  }

  .ml-md--144 {
    margin-left: -9rem !important;
  }

  .ml-md--152 {
    margin-left: -9.5rem !important;
  }

  .ml-md--160 {
    margin-left: -10rem !important;
  }

  .ml-md--168 {
    margin-left: -10.5rem !important;
  }

  .ml-md--176 {
    margin-left: -11rem !important;
  }

  .ml-md--184 {
    margin-left: -11.5rem !important;
  }

  .ml-md--192 {
    margin-left: -12rem !important;
  }

  .ml-md--200 {
    margin-left: -12.5rem !important;
  }

  .ml-md--208 {
    margin-left: -13rem !important;
  }

  .ml-md--216 {
    margin-left: -13.5rem !important;
  }

  .ml-md--224 {
    margin-left: -14rem !important;
  }

  .ml-md--232 {
    margin-left: -14.5rem !important;
  }

  .ml-md--240 {
    margin-left: -15rem !important;
  }

  .ml-md--248 {
    margin-left: -15.5rem !important;
  }

  .ml-md--256 {
    margin-left: -16rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .container-lg {
    --bs-gutter-x: 1rem;
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x);
    max-width: 992px;
  }

  .position-lg-absolute {
    position: absolute;
  }

  .position-lg-relative {
    position: relative;
  }

  .position-lg-fixed {
    position: fixed;
  }

  .max-w-lg-none {
    max-width: auto;
  }

  .min-w-lg-none {
    min-width: auto;
  }

  .max-w-lg-50 {
    max-width: 50px;
  }

  .min-w-lg-50 {
    min-width: 50px;
  }

  .max-w-lg-100 {
    max-width: 100px;
  }

  .min-w-lg-100 {
    min-width: 100px;
  }

  .max-w-lg-150 {
    max-width: 150px;
  }

  .min-w-lg-150 {
    min-width: 150px;
  }

  .max-w-lg-200 {
    max-width: 200px;
  }

  .min-w-lg-200 {
    min-width: 200px;
  }

  .max-w-lg-250 {
    max-width: 250px;
  }

  .min-w-lg-250 {
    min-width: 250px;
  }

  .max-w-lg-300 {
    max-width: 300px;
  }

  .min-w-lg-300 {
    min-width: 300px;
  }

  .max-w-lg-350 {
    max-width: 350px;
  }

  .min-w-lg-350 {
    min-width: 350px;
  }

  .max-w-lg-400 {
    max-width: 400px;
  }

  .min-w-lg-400 {
    min-width: 400px;
  }

  .max-w-lg-450 {
    max-width: 450px;
  }

  .min-w-lg-450 {
    min-width: 450px;
  }

  .max-w-lg-500 {
    max-width: 500px;
  }

  .min-w-lg-500 {
    min-width: 500px;
  }

  .max-w-lg-550 {
    max-width: 550px;
  }

  .min-w-lg-550 {
    min-width: 550px;
  }

  .max-w-lg-600 {
    max-width: 600px;
  }

  .min-w-lg-600 {
    min-width: 600px;
  }

  .max-w-lg-650 {
    max-width: 650px;
  }

  .min-w-lg-650 {
    min-width: 650px;
  }

  .max-w-lg-700 {
    max-width: 700px;
  }

  .min-w-lg-700 {
    min-width: 700px;
  }

  .max-w-lg-750 {
    max-width: 750px;
  }

  .min-w-lg-750 {
    min-width: 750px;
  }

  .max-w-lg-800 {
    max-width: 800px;
  }

  .min-w-lg-800 {
    min-width: 800px;
  }

  .max-w-lg-850 {
    max-width: 850px;
  }

  .min-w-lg-850 {
    min-width: 850px;
  }

  .max-w-lg-900 {
    max-width: 900px;
  }

  .min-w-lg-900 {
    min-width: 900px;
  }

  .max-w-lg-950 {
    max-width: 950px;
  }

  .min-w-lg-950 {
    min-width: 950px;
  }

  .max-w-lg-1000 {
    max-width: 1000px;
  }

  .min-w-lg-1000 {
    min-width: 1000px;
  }

  .max-w-lg-1050 {
    max-width: 1050px;
  }

  .min-w-lg-1050 {
    min-width: 1050px;
  }

  .max-w-lg-1100 {
    max-width: 1100px;
  }

  .min-w-lg-1100 {
    min-width: 1100px;
  }

  .max-w-lg-1150 {
    max-width: 1150px;
  }

  .min-w-lg-1150 {
    min-width: 1150px;
  }

  .max-w-lg-1200 {
    max-width: 1200px;
  }

  .min-w-lg-1200 {
    min-width: 1200px;
  }

  .w-lg-0 {
    width: 0;
  }

  .w-lg-0 {
    width: 0%;
  }

  .vw-lg-0 {
    min-width: 0vw;
  }

  .vw-force-lg-0 {
    width: 0vw;
  }

  .w-lg-10 {
    width: 10%;
  }

  .vw-lg-10 {
    min-width: 10vw;
  }

  .vw-force-lg-10 {
    width: 10vw;
  }

  .w-lg-20 {
    width: 20%;
  }

  .vw-lg-20 {
    min-width: 20vw;
  }

  .vw-force-lg-20 {
    width: 20vw;
  }

  .w-lg-30 {
    width: 30%;
  }

  .vw-lg-30 {
    min-width: 30vw;
  }

  .vw-force-lg-30 {
    width: 30vw;
  }

  .w-lg-40 {
    width: 40%;
  }

  .vw-lg-40 {
    min-width: 40vw;
  }

  .vw-force-lg-40 {
    width: 40vw;
  }

  .w-lg-50 {
    width: 50%;
  }

  .vw-lg-50 {
    min-width: 50vw;
  }

  .vw-force-lg-50 {
    width: 50vw;
  }

  .w-lg-60 {
    width: 60%;
  }

  .vw-lg-60 {
    min-width: 60vw;
  }

  .vw-force-lg-60 {
    width: 60vw;
  }

  .w-lg-70 {
    width: 70%;
  }

  .vw-lg-70 {
    min-width: 70vw;
  }

  .vw-force-lg-70 {
    width: 70vw;
  }

  .w-lg-80 {
    width: 80%;
  }

  .vw-lg-80 {
    min-width: 80vw;
  }

  .vw-force-lg-80 {
    width: 80vw;
  }

  .w-lg-90 {
    width: 90%;
  }

  .vw-lg-90 {
    min-width: 90vw;
  }

  .vw-force-lg-90 {
    width: 90vw;
  }

  .w-lg-100 {
    width: 100%;
  }

  .vw-lg-100 {
    min-width: 100vw;
  }

  .vw-force-lg-100 {
    width: 100vw;
  }

  .max-h-lg-none {
    max-height: auto;
  }

  .min-h-lg-none {
    min-height: auto;
  }

  .max-h-lg-50 {
    max-height: 50px;
  }

  .min-h-lg-50 {
    min-height: 50px;
  }

  .max-h-lg-100 {
    max-height: 100px;
  }

  .min-h-lg-100 {
    min-height: 100px;
  }

  .max-h-lg-150 {
    max-height: 150px;
  }

  .min-h-lg-150 {
    min-height: 150px;
  }

  .max-h-lg-200 {
    max-height: 200px;
  }

  .min-h-lg-200 {
    min-height: 200px;
  }

  .max-h-lg-250 {
    max-height: 250px;
  }

  .min-h-lg-250 {
    min-height: 250px;
  }

  .max-h-lg-300 {
    max-height: 300px;
  }

  .min-h-lg-300 {
    min-height: 300px;
  }

  .max-h-lg-350 {
    max-height: 350px;
  }

  .min-h-lg-350 {
    min-height: 350px;
  }

  .max-h-lg-400 {
    max-height: 400px;
  }

  .min-h-lg-400 {
    min-height: 400px;
  }

  .max-h-lg-450 {
    max-height: 450px;
  }

  .min-h-lg-450 {
    min-height: 450px;
  }

  .max-h-lg-500 {
    max-height: 500px;
  }

  .min-h-lg-500 {
    min-height: 500px;
  }

  .max-h-lg-550 {
    max-height: 550px;
  }

  .min-h-lg-550 {
    min-height: 550px;
  }

  .max-h-lg-600 {
    max-height: 600px;
  }

  .min-h-lg-600 {
    min-height: 600px;
  }

  .max-h-lg-650 {
    max-height: 650px;
  }

  .min-h-lg-650 {
    min-height: 650px;
  }

  .max-h-lg-700 {
    max-height: 700px;
  }

  .min-h-lg-700 {
    min-height: 700px;
  }

  .max-h-lg-750 {
    max-height: 750px;
  }

  .min-h-lg-750 {
    min-height: 750px;
  }

  .max-h-lg-800 {
    max-height: 800px;
  }

  .min-h-lg-800 {
    min-height: 800px;
  }

  .max-h-lg-850 {
    max-height: 850px;
  }

  .min-h-lg-850 {
    min-height: 850px;
  }

  .max-h-lg-900 {
    max-height: 900px;
  }

  .min-h-lg-900 {
    min-height: 900px;
  }

  .max-h-lg-950 {
    max-height: 950px;
  }

  .min-h-lg-950 {
    min-height: 950px;
  }

  .max-h-lg-1000 {
    max-height: 1000px;
  }

  .min-h-lg-1000 {
    min-height: 1000px;
  }

  .max-h-lg-1050 {
    max-height: 1050px;
  }

  .min-h-lg-1050 {
    min-height: 1050px;
  }

  .max-h-lg-1100 {
    max-height: 1100px;
  }

  .min-h-lg-1100 {
    min-height: 1100px;
  }

  .max-h-lg-1150 {
    max-height: 1150px;
  }

  .min-h-lg-1150 {
    min-height: 1150px;
  }

  .max-h-lg-1200 {
    max-height: 1200px;
  }

  .min-h-lg-1200 {
    min-height: 1200px;
  }

  .h-lg-0 {
    height: 0;
  }

  .h-lg-0 {
    height: 0%;
  }

  .vh-lg-0 {
    min-height: 0vh;
  }

  .vh-force-lg-0 {
    height: 0vh;
  }

  .h-lg-10 {
    height: 10%;
  }

  .vh-lg-10 {
    min-height: 10vh;
  }

  .vh-force-lg-10 {
    height: 10vh;
  }

  .h-lg-20 {
    height: 20%;
  }

  .vh-lg-20 {
    min-height: 20vh;
  }

  .vh-force-lg-20 {
    height: 20vh;
  }

  .h-lg-30 {
    height: 30%;
  }

  .vh-lg-30 {
    min-height: 30vh;
  }

  .vh-force-lg-30 {
    height: 30vh;
  }

  .h-lg-40 {
    height: 40%;
  }

  .vh-lg-40 {
    min-height: 40vh;
  }

  .vh-force-lg-40 {
    height: 40vh;
  }

  .h-lg-50 {
    height: 50%;
  }

  .vh-lg-50 {
    min-height: 50vh;
  }

  .vh-force-lg-50 {
    height: 50vh;
  }

  .h-lg-60 {
    height: 60%;
  }

  .vh-lg-60 {
    min-height: 60vh;
  }

  .vh-force-lg-60 {
    height: 60vh;
  }

  .h-lg-70 {
    height: 70%;
  }

  .vh-lg-70 {
    min-height: 70vh;
  }

  .vh-force-lg-70 {
    height: 70vh;
  }

  .h-lg-80 {
    height: 80%;
  }

  .vh-lg-80 {
    min-height: 80vh;
  }

  .vh-force-lg-80 {
    height: 80vh;
  }

  .h-lg-90 {
    height: 90%;
  }

  .vh-lg-90 {
    min-height: 90vh;
  }

  .vh-force-lg-90 {
    height: 90vh;
  }

  .h-lg-100 {
    height: 100%;
  }

  .vh-lg-100 {
    min-height: 100vh;
  }

  .vh-force-lg-100 {
    height: 100vh;
  }

  .font-lg-14 {
    font-size: 0.85rem;
  }

  .font-lg-18 {
    font-size: 1.25rem;
  }

  .font-lg-8 {
    font-size: 0.5rem;
  }

  .font-lg-16 {
    font-size: 1rem;
  }

  .font-lg-24 {
    font-size: 1.5rem;
  }

  .font-lg-32 {
    font-size: 2rem;
  }

  .font-lg-40 {
    font-size: 2.5rem;
  }

  .font-lg-48 {
    font-size: 3rem;
  }

  .font-lg-56 {
    font-size: 3.5rem;
  }

  .font-lg-64 {
    font-size: 4rem;
  }

  .font-lg-72 {
    font-size: 4.5rem;
  }

  .font-lg-80 {
    font-size: 5rem;
  }

  .font-lg-88 {
    font-size: 5.5rem;
  }

  .font-lg-96 {
    font-size: 6rem;
  }

  .font-lg-104 {
    font-size: 6.5rem;
  }

  .font-lg-112 {
    font-size: 7rem;
  }

  .font-lg-120 {
    font-size: 7.5rem;
  }

  .font-lg-128 {
    font-size: 8rem;
  }

  .font-lg-136 {
    font-size: 8.5rem;
  }

  .font-lg-144 {
    font-size: 9rem;
  }

  .font-lg-152 {
    font-size: 9.5rem;
  }

  .font-lg-160 {
    font-size: 10rem;
  }

  .font-lg-168 {
    font-size: 10.5rem;
  }

  .font-lg-176 {
    font-size: 11rem;
  }

  .font-lg-184 {
    font-size: 11.5rem;
  }

  .font-lg-192 {
    font-size: 12rem;
  }

  .font-lg-200 {
    font-size: 12.5rem;
  }

  .font-lg-208 {
    font-size: 13rem;
  }

  .font-lg-216 {
    font-size: 13.5rem;
  }

  .font-lg-224 {
    font-size: 14rem;
  }

  .font-lg-232 {
    font-size: 14.5rem;
  }

  .font-lg-240 {
    font-size: 15rem;
  }

  .font-lg-248 {
    font-size: 15.5rem;
  }

  .font-lg-256 {
    font-size: 16rem;
  }

  .p-lg-0 {
    padding: 0rem;
  }

  .p-lg-8 {
    padding: 0.5rem;
  }

  .p-lg-16 {
    padding: 1rem;
  }

  .p-lg-24 {
    padding: 1.5rem;
  }

  .p-lg-32 {
    padding: 2rem;
  }

  .p-lg-40 {
    padding: 2.5rem;
  }

  .p-lg-48 {
    padding: 3rem;
  }

  .p-lg-56 {
    padding: 3.5rem;
  }

  .p-lg-64 {
    padding: 4rem;
  }

  .p-lg-72 {
    padding: 4.5rem;
  }

  .p-lg-80 {
    padding: 5rem;
  }

  .p-lg-88 {
    padding: 5.5rem;
  }

  .p-lg-96 {
    padding: 6rem;
  }

  .p-lg-104 {
    padding: 6.5rem;
  }

  .p-lg-112 {
    padding: 7rem;
  }

  .p-lg-120 {
    padding: 7.5rem;
  }

  .p-lg-128 {
    padding: 8rem;
  }

  .p-lg-136 {
    padding: 8.5rem;
  }

  .p-lg-144 {
    padding: 9rem;
  }

  .p-lg-152 {
    padding: 9.5rem;
  }

  .p-lg-160 {
    padding: 10rem;
  }

  .p-lg-168 {
    padding: 10.5rem;
  }

  .p-lg-176 {
    padding: 11rem;
  }

  .p-lg-184 {
    padding: 11.5rem;
  }

  .p-lg-192 {
    padding: 12rem;
  }

  .p-lg-200 {
    padding: 12.5rem;
  }

  .p-lg-208 {
    padding: 13rem;
  }

  .p-lg-216 {
    padding: 13.5rem;
  }

  .p-lg-224 {
    padding: 14rem;
  }

  .p-lg-232 {
    padding: 14.5rem;
  }

  .p-lg-240 {
    padding: 15rem;
  }

  .p-lg-248 {
    padding: 15.5rem;
  }

  .p-lg-256 {
    padding: 16rem;
  }

  .py-lg-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .py-lg-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .py-lg-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .py-lg-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .py-lg-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .py-lg-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py-lg-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .py-lg-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .py-lg-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .py-lg-72 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .py-lg-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .py-lg-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .py-lg-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .py-lg-104 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .py-lg-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .py-lg-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .py-lg-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .py-lg-136 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .py-lg-144 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .py-lg-152 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .py-lg-160 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .py-lg-168 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .py-lg-176 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .py-lg-184 {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .py-lg-192 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .py-lg-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .py-lg-208 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .py-lg-216 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .py-lg-224 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .py-lg-232 {
    padding-top: 14.5rem;
    padding-bottom: 14.5rem;
  }

  .py-lg-240 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .py-lg-248 {
    padding-top: 15.5rem;
    padding-bottom: 15.5rem;
  }

  .py-lg-256 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .px-lg-0 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .px-lg-8 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .px-lg-16 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .px-lg-24 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .px-lg-32 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .px-lg-40 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .px-lg-48 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .px-lg-56 {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }

  .px-lg-64 {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .px-lg-72 {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }

  .px-lg-80 {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .px-lg-88 {
    padding-right: 5.5rem;
    padding-left: 5.5rem;
  }

  .px-lg-96 {
    padding-right: 6rem;
    padding-left: 6rem;
  }

  .px-lg-104 {
    padding-right: 6.5rem;
    padding-left: 6.5rem;
  }

  .px-lg-112 {
    padding-right: 7rem;
    padding-left: 7rem;
  }

  .px-lg-120 {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }

  .px-lg-128 {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .px-lg-136 {
    padding-right: 8.5rem;
    padding-left: 8.5rem;
  }

  .px-lg-144 {
    padding-right: 9rem;
    padding-left: 9rem;
  }

  .px-lg-152 {
    padding-right: 9.5rem;
    padding-left: 9.5rem;
  }

  .px-lg-160 {
    padding-right: 10rem;
    padding-left: 10rem;
  }

  .px-lg-168 {
    padding-right: 10.5rem;
    padding-left: 10.5rem;
  }

  .px-lg-176 {
    padding-right: 11rem;
    padding-left: 11rem;
  }

  .px-lg-184 {
    padding-right: 11.5rem;
    padding-left: 11.5rem;
  }

  .px-lg-192 {
    padding-right: 12rem;
    padding-left: 12rem;
  }

  .px-lg-200 {
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }

  .px-lg-208 {
    padding-right: 13rem;
    padding-left: 13rem;
  }

  .px-lg-216 {
    padding-right: 13.5rem;
    padding-left: 13.5rem;
  }

  .px-lg-224 {
    padding-right: 14rem;
    padding-left: 14rem;
  }

  .px-lg-232 {
    padding-right: 14.5rem;
    padding-left: 14.5rem;
  }

  .px-lg-240 {
    padding-right: 15rem;
    padding-left: 15rem;
  }

  .px-lg-248 {
    padding-right: 15.5rem;
    padding-left: 15.5rem;
  }

  .px-lg-256 {
    padding-right: 16rem;
    padding-left: 16rem;
  }

  .pt-lg-0 {
    padding-top: 0rem;
  }

  .pt-lg-8 {
    padding-top: 0.5rem;
  }

  .pt-lg-16 {
    padding-top: 1rem;
  }

  .pt-lg-24 {
    padding-top: 1.5rem;
  }

  .pt-lg-32 {
    padding-top: 2rem;
  }

  .pt-lg-40 {
    padding-top: 2.5rem;
  }

  .pt-lg-48 {
    padding-top: 3rem;
  }

  .pt-lg-56 {
    padding-top: 3.5rem;
  }

  .pt-lg-64 {
    padding-top: 4rem;
  }

  .pt-lg-72 {
    padding-top: 4.5rem;
  }

  .pt-lg-80 {
    padding-top: 5rem;
  }

  .pt-lg-88 {
    padding-top: 5.5rem;
  }

  .pt-lg-96 {
    padding-top: 6rem;
  }

  .pt-lg-104 {
    padding-top: 6.5rem;
  }

  .pt-lg-112 {
    padding-top: 7rem;
  }

  .pt-lg-120 {
    padding-top: 7.5rem;
  }

  .pt-lg-128 {
    padding-top: 8rem;
  }

  .pt-lg-136 {
    padding-top: 8.5rem;
  }

  .pt-lg-144 {
    padding-top: 9rem;
  }

  .pt-lg-152 {
    padding-top: 9.5rem;
  }

  .pt-lg-160 {
    padding-top: 10rem;
  }

  .pt-lg-168 {
    padding-top: 10.5rem;
  }

  .pt-lg-176 {
    padding-top: 11rem;
  }

  .pt-lg-184 {
    padding-top: 11.5rem;
  }

  .pt-lg-192 {
    padding-top: 12rem;
  }

  .pt-lg-200 {
    padding-top: 12.5rem;
  }

  .pt-lg-208 {
    padding-top: 13rem;
  }

  .pt-lg-216 {
    padding-top: 13.5rem;
  }

  .pt-lg-224 {
    padding-top: 14rem;
  }

  .pt-lg-232 {
    padding-top: 14.5rem;
  }

  .pt-lg-240 {
    padding-top: 15rem;
  }

  .pt-lg-248 {
    padding-top: 15.5rem;
  }

  .pt-lg-256 {
    padding-top: 16rem;
  }

  .pr-lg-0 {
    padding-right: 0rem;
  }

  .pr-lg-8 {
    padding-right: 0.5rem;
  }

  .pr-lg-16 {
    padding-right: 1rem;
  }

  .pr-lg-24 {
    padding-right: 1.5rem;
  }

  .pr-lg-32 {
    padding-right: 2rem;
  }

  .pr-lg-40 {
    padding-right: 2.5rem;
  }

  .pr-lg-48 {
    padding-right: 3rem;
  }

  .pr-lg-56 {
    padding-right: 3.5rem;
  }

  .pr-lg-64 {
    padding-right: 4rem;
  }

  .pr-lg-72 {
    padding-right: 4.5rem;
  }

  .pr-lg-80 {
    padding-right: 5rem;
  }

  .pr-lg-88 {
    padding-right: 5.5rem;
  }

  .pr-lg-96 {
    padding-right: 6rem;
  }

  .pr-lg-104 {
    padding-right: 6.5rem;
  }

  .pr-lg-112 {
    padding-right: 7rem;
  }

  .pr-lg-120 {
    padding-right: 7.5rem;
  }

  .pr-lg-128 {
    padding-right: 8rem;
  }

  .pr-lg-136 {
    padding-right: 8.5rem;
  }

  .pr-lg-144 {
    padding-right: 9rem;
  }

  .pr-lg-152 {
    padding-right: 9.5rem;
  }

  .pr-lg-160 {
    padding-right: 10rem;
  }

  .pr-lg-168 {
    padding-right: 10.5rem;
  }

  .pr-lg-176 {
    padding-right: 11rem;
  }

  .pr-lg-184 {
    padding-right: 11.5rem;
  }

  .pr-lg-192 {
    padding-right: 12rem;
  }

  .pr-lg-200 {
    padding-right: 12.5rem;
  }

  .pr-lg-208 {
    padding-right: 13rem;
  }

  .pr-lg-216 {
    padding-right: 13.5rem;
  }

  .pr-lg-224 {
    padding-right: 14rem;
  }

  .pr-lg-232 {
    padding-right: 14.5rem;
  }

  .pr-lg-240 {
    padding-right: 15rem;
  }

  .pr-lg-248 {
    padding-right: 15.5rem;
  }

  .pr-lg-256 {
    padding-right: 16rem;
  }

  .pb-lg-0 {
    padding-bottom: 0rem;
  }

  .pb-lg-8 {
    padding-bottom: 0.5rem;
  }

  .pb-lg-16 {
    padding-bottom: 1rem;
  }

  .pb-lg-24 {
    padding-bottom: 1.5rem;
  }

  .pb-lg-32 {
    padding-bottom: 2rem;
  }

  .pb-lg-40 {
    padding-bottom: 2.5rem;
  }

  .pb-lg-48 {
    padding-bottom: 3rem;
  }

  .pb-lg-56 {
    padding-bottom: 3.5rem;
  }

  .pb-lg-64 {
    padding-bottom: 4rem;
  }

  .pb-lg-72 {
    padding-bottom: 4.5rem;
  }

  .pb-lg-80 {
    padding-bottom: 5rem;
  }

  .pb-lg-88 {
    padding-bottom: 5.5rem;
  }

  .pb-lg-96 {
    padding-bottom: 6rem;
  }

  .pb-lg-104 {
    padding-bottom: 6.5rem;
  }

  .pb-lg-112 {
    padding-bottom: 7rem;
  }

  .pb-lg-120 {
    padding-bottom: 7.5rem;
  }

  .pb-lg-128 {
    padding-bottom: 8rem;
  }

  .pb-lg-136 {
    padding-bottom: 8.5rem;
  }

  .pb-lg-144 {
    padding-bottom: 9rem;
  }

  .pb-lg-152 {
    padding-bottom: 9.5rem;
  }

  .pb-lg-160 {
    padding-bottom: 10rem;
  }

  .pb-lg-168 {
    padding-bottom: 10.5rem;
  }

  .pb-lg-176 {
    padding-bottom: 11rem;
  }

  .pb-lg-184 {
    padding-bottom: 11.5rem;
  }

  .pb-lg-192 {
    padding-bottom: 12rem;
  }

  .pb-lg-200 {
    padding-bottom: 12.5rem;
  }

  .pb-lg-208 {
    padding-bottom: 13rem;
  }

  .pb-lg-216 {
    padding-bottom: 13.5rem;
  }

  .pb-lg-224 {
    padding-bottom: 14rem;
  }

  .pb-lg-232 {
    padding-bottom: 14.5rem;
  }

  .pb-lg-240 {
    padding-bottom: 15rem;
  }

  .pb-lg-248 {
    padding-bottom: 15.5rem;
  }

  .pb-lg-256 {
    padding-bottom: 16rem;
  }

  .pl-lg-0 {
    padding-left: 0rem;
  }

  .pl-lg-8 {
    padding-left: 0.5rem;
  }

  .pl-lg-16 {
    padding-left: 1rem;
  }

  .pl-lg-24 {
    padding-left: 1.5rem;
  }

  .pl-lg-32 {
    padding-left: 2rem;
  }

  .pl-lg-40 {
    padding-left: 2.5rem;
  }

  .pl-lg-48 {
    padding-left: 3rem;
  }

  .pl-lg-56 {
    padding-left: 3.5rem;
  }

  .pl-lg-64 {
    padding-left: 4rem;
  }

  .pl-lg-72 {
    padding-left: 4.5rem;
  }

  .pl-lg-80 {
    padding-left: 5rem;
  }

  .pl-lg-88 {
    padding-left: 5.5rem;
  }

  .pl-lg-96 {
    padding-left: 6rem;
  }

  .pl-lg-104 {
    padding-left: 6.5rem;
  }

  .pl-lg-112 {
    padding-left: 7rem;
  }

  .pl-lg-120 {
    padding-left: 7.5rem;
  }

  .pl-lg-128 {
    padding-left: 8rem;
  }

  .pl-lg-136 {
    padding-left: 8.5rem;
  }

  .pl-lg-144 {
    padding-left: 9rem;
  }

  .pl-lg-152 {
    padding-left: 9.5rem;
  }

  .pl-lg-160 {
    padding-left: 10rem;
  }

  .pl-lg-168 {
    padding-left: 10.5rem;
  }

  .pl-lg-176 {
    padding-left: 11rem;
  }

  .pl-lg-184 {
    padding-left: 11.5rem;
  }

  .pl-lg-192 {
    padding-left: 12rem;
  }

  .pl-lg-200 {
    padding-left: 12.5rem;
  }

  .pl-lg-208 {
    padding-left: 13rem;
  }

  .pl-lg-216 {
    padding-left: 13.5rem;
  }

  .pl-lg-224 {
    padding-left: 14rem;
  }

  .pl-lg-232 {
    padding-left: 14.5rem;
  }

  .pl-lg-240 {
    padding-left: 15rem;
  }

  .pl-lg-248 {
    padding-left: 15.5rem;
  }

  .pl-lg-256 {
    padding-left: 16rem;
  }

  .m-lg-0 {
    margin: 0rem;
  }

  .m-lg-8 {
    margin: 0.5rem;
  }

  .m-lg-16 {
    margin: 1rem;
  }

  .m-lg-24 {
    margin: 1.5rem;
  }

  .m-lg-32 {
    margin: 2rem;
  }

  .m-lg-40 {
    margin: 2.5rem;
  }

  .m-lg-48 {
    margin: 3rem;
  }

  .m-lg-56 {
    margin: 3.5rem;
  }

  .m-lg-64 {
    margin: 4rem;
  }

  .m-lg-72 {
    margin: 4.5rem;
  }

  .m-lg-80 {
    margin: 5rem;
  }

  .m-lg-88 {
    margin: 5.5rem;
  }

  .m-lg-96 {
    margin: 6rem;
  }

  .m-lg-104 {
    margin: 6.5rem;
  }

  .m-lg-112 {
    margin: 7rem;
  }

  .m-lg-120 {
    margin: 7.5rem;
  }

  .m-lg-128 {
    margin: 8rem;
  }

  .m-lg-136 {
    margin: 8.5rem;
  }

  .m-lg-144 {
    margin: 9rem;
  }

  .m-lg-152 {
    margin: 9.5rem;
  }

  .m-lg-160 {
    margin: 10rem;
  }

  .m-lg-168 {
    margin: 10.5rem;
  }

  .m-lg-176 {
    margin: 11rem;
  }

  .m-lg-184 {
    margin: 11.5rem;
  }

  .m-lg-192 {
    margin: 12rem;
  }

  .m-lg-200 {
    margin: 12.5rem;
  }

  .m-lg-208 {
    margin: 13rem;
  }

  .m-lg-216 {
    margin: 13.5rem;
  }

  .m-lg-224 {
    margin: 14rem;
  }

  .m-lg-232 {
    margin: 14.5rem;
  }

  .m-lg-240 {
    margin: 15rem;
  }

  .m-lg-248 {
    margin: 15.5rem;
  }

  .m-lg-256 {
    margin: 16rem;
  }

  .m-lg--0 {
    margin: -0rem !important;
  }

  .m-lg--8 {
    margin: -0.5rem !important;
  }

  .m-lg--16 {
    margin: -1rem !important;
  }

  .m-lg--24 {
    margin: -1.5rem !important;
  }

  .m-lg--32 {
    margin: -2rem !important;
  }

  .m-lg--40 {
    margin: -2.5rem !important;
  }

  .m-lg--48 {
    margin: -3rem !important;
  }

  .m-lg--56 {
    margin: -3.5rem !important;
  }

  .m-lg--64 {
    margin: -4rem !important;
  }

  .m-lg--72 {
    margin: -4.5rem !important;
  }

  .m-lg--80 {
    margin: -5rem !important;
  }

  .m-lg--88 {
    margin: -5.5rem !important;
  }

  .m-lg--96 {
    margin: -6rem !important;
  }

  .m-lg--104 {
    margin: -6.5rem !important;
  }

  .m-lg--112 {
    margin: -7rem !important;
  }

  .m-lg--120 {
    margin: -7.5rem !important;
  }

  .m-lg--128 {
    margin: -8rem !important;
  }

  .m-lg--136 {
    margin: -8.5rem !important;
  }

  .m-lg--144 {
    margin: -9rem !important;
  }

  .m-lg--152 {
    margin: -9.5rem !important;
  }

  .m-lg--160 {
    margin: -10rem !important;
  }

  .m-lg--168 {
    margin: -10.5rem !important;
  }

  .m-lg--176 {
    margin: -11rem !important;
  }

  .m-lg--184 {
    margin: -11.5rem !important;
  }

  .m-lg--192 {
    margin: -12rem !important;
  }

  .m-lg--200 {
    margin: -12.5rem !important;
  }

  .m-lg--208 {
    margin: -13rem !important;
  }

  .m-lg--216 {
    margin: -13.5rem !important;
  }

  .m-lg--224 {
    margin: -14rem !important;
  }

  .m-lg--232 {
    margin: -14.5rem !important;
  }

  .m-lg--240 {
    margin: -15rem !important;
  }

  .m-lg--248 {
    margin: -15.5rem !important;
  }

  .m-lg--256 {
    margin: -16rem !important;
  }

  .my-lg-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .my-lg-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .my-lg-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .my-lg-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .my-lg-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .my-lg-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .my-lg-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .my-lg-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .my-lg-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .my-lg-72 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .my-lg-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .my-lg-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .my-lg-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .my-lg-104 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .my-lg-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .my-lg-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .my-lg-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .my-lg-136 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .my-lg-144 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .my-lg-152 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .my-lg-160 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .my-lg-168 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .my-lg-176 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .my-lg-184 {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  .my-lg-192 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .my-lg-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .my-lg-208 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .my-lg-216 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .my-lg-224 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .my-lg-232 {
    margin-top: 14.5rem;
    margin-bottom: 14.5rem;
  }

  .my-lg-240 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .my-lg-248 {
    margin-top: 15.5rem;
    margin-bottom: 15.5rem;
  }

  .my-lg-256 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .my-lg--0 {
    margin-top: -0rem !important;
    margin-bottom: -0rem !important;
  }

  .my-lg--8 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg--16 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg--24 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lg--32 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-lg--40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-lg--48 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-lg--56 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-lg--64 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-lg--72 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-lg--80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-lg--88 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .my-lg--96 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-lg--104 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }

  .my-lg--112 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-lg--120 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-lg--128 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-lg--136 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .my-lg--144 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-lg--152 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .my-lg--160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-lg--168 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }

  .my-lg--176 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-lg--184 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }

  .my-lg--192 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-lg--200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .my-lg--208 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-lg--216 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }

  .my-lg--224 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-lg--232 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }

  .my-lg--240 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-lg--248 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }

  .my-lg--256 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .mx-lg-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .mx-lg-8 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .mx-lg-16 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .mx-lg-24 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .mx-lg-32 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .mx-lg-40 {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }

  .mx-lg-48 {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .mx-lg-56 {
    margin-right: 3.5rem;
    margin-left: 3.5rem;
  }

  .mx-lg-64 {
    margin-right: 4rem;
    margin-left: 4rem;
  }

  .mx-lg-72 {
    margin-right: 4.5rem;
    margin-left: 4.5rem;
  }

  .mx-lg-80 {
    margin-right: 5rem;
    margin-left: 5rem;
  }

  .mx-lg-88 {
    margin-right: 5.5rem;
    margin-left: 5.5rem;
  }

  .mx-lg-96 {
    margin-right: 6rem;
    margin-left: 6rem;
  }

  .mx-lg-104 {
    margin-right: 6.5rem;
    margin-left: 6.5rem;
  }

  .mx-lg-112 {
    margin-right: 7rem;
    margin-left: 7rem;
  }

  .mx-lg-120 {
    margin-right: 7.5rem;
    margin-left: 7.5rem;
  }

  .mx-lg-128 {
    margin-right: 8rem;
    margin-left: 8rem;
  }

  .mx-lg-136 {
    margin-right: 8.5rem;
    margin-left: 8.5rem;
  }

  .mx-lg-144 {
    margin-right: 9rem;
    margin-left: 9rem;
  }

  .mx-lg-152 {
    margin-right: 9.5rem;
    margin-left: 9.5rem;
  }

  .mx-lg-160 {
    margin-right: 10rem;
    margin-left: 10rem;
  }

  .mx-lg-168 {
    margin-right: 10.5rem;
    margin-left: 10.5rem;
  }

  .mx-lg-176 {
    margin-right: 11rem;
    margin-left: 11rem;
  }

  .mx-lg-184 {
    margin-right: 11.5rem;
    margin-left: 11.5rem;
  }

  .mx-lg-192 {
    margin-right: 12rem;
    margin-left: 12rem;
  }

  .mx-lg-200 {
    margin-right: 12.5rem;
    margin-left: 12.5rem;
  }

  .mx-lg-208 {
    margin-right: 13rem;
    margin-left: 13rem;
  }

  .mx-lg-216 {
    margin-right: 13.5rem;
    margin-left: 13.5rem;
  }

  .mx-lg-224 {
    margin-right: 14rem;
    margin-left: 14rem;
  }

  .mx-lg-232 {
    margin-right: 14.5rem;
    margin-left: 14.5rem;
  }

  .mx-lg-240 {
    margin-right: 15rem;
    margin-left: 15rem;
  }

  .mx-lg-248 {
    margin-right: 15.5rem;
    margin-left: 15.5rem;
  }

  .mx-lg-256 {
    margin-right: 16rem;
    margin-left: 16rem;
  }

  .mx-lg--0 {
    margin-right: -0rem !important;
    margin-left: -0rem !important;
  }

  .mx-lg--8 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg--16 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg--24 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-lg--32 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-lg--40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-lg--48 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-lg--56 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-lg--64 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-lg--72 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-lg--80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-lg--88 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }

  .mx-lg--96 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-lg--104 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }

  .mx-lg--112 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-lg--120 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }

  .mx-lg--128 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-lg--136 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }

  .mx-lg--144 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-lg--152 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }

  .mx-lg--160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-lg--168 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }

  .mx-lg--176 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-lg--184 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }

  .mx-lg--192 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-lg--200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }

  .mx-lg--208 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-lg--216 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }

  .mx-lg--224 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-lg--232 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }

  .mx-lg--240 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-lg--248 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }

  .mx-lg--256 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mt-lg-0 {
    margin-top: 0rem;
  }

  .mt-lg-8 {
    margin-top: 0.5rem;
  }

  .mt-lg-16 {
    margin-top: 1rem;
  }

  .mt-lg-24 {
    margin-top: 1.5rem;
  }

  .mt-lg-32 {
    margin-top: 2rem;
  }

  .mt-lg-40 {
    margin-top: 2.5rem;
  }

  .mt-lg-48 {
    margin-top: 3rem;
  }

  .mt-lg-56 {
    margin-top: 3.5rem;
  }

  .mt-lg-64 {
    margin-top: 4rem;
  }

  .mt-lg-72 {
    margin-top: 4.5rem;
  }

  .mt-lg-80 {
    margin-top: 5rem;
  }

  .mt-lg-88 {
    margin-top: 5.5rem;
  }

  .mt-lg-96 {
    margin-top: 6rem;
  }

  .mt-lg-104 {
    margin-top: 6.5rem;
  }

  .mt-lg-112 {
    margin-top: 7rem;
  }

  .mt-lg-120 {
    margin-top: 7.5rem;
  }

  .mt-lg-128 {
    margin-top: 8rem;
  }

  .mt-lg-136 {
    margin-top: 8.5rem;
  }

  .mt-lg-144 {
    margin-top: 9rem;
  }

  .mt-lg-152 {
    margin-top: 9.5rem;
  }

  .mt-lg-160 {
    margin-top: 10rem;
  }

  .mt-lg-168 {
    margin-top: 10.5rem;
  }

  .mt-lg-176 {
    margin-top: 11rem;
  }

  .mt-lg-184 {
    margin-top: 11.5rem;
  }

  .mt-lg-192 {
    margin-top: 12rem;
  }

  .mt-lg-200 {
    margin-top: 12.5rem;
  }

  .mt-lg-208 {
    margin-top: 13rem;
  }

  .mt-lg-216 {
    margin-top: 13.5rem;
  }

  .mt-lg-224 {
    margin-top: 14rem;
  }

  .mt-lg-232 {
    margin-top: 14.5rem;
  }

  .mt-lg-240 {
    margin-top: 15rem;
  }

  .mt-lg-248 {
    margin-top: 15.5rem;
  }

  .mt-lg-256 {
    margin-top: 16rem;
  }

  .mt-lg--0 {
    margin-top: -0rem !important;
  }

  .mt-lg--8 {
    margin-top: -0.5rem !important;
  }

  .mt-lg--16 {
    margin-top: -1rem !important;
  }

  .mt-lg--24 {
    margin-top: -1.5rem !important;
  }

  .mt-lg--32 {
    margin-top: -2rem !important;
  }

  .mt-lg--40 {
    margin-top: -2.5rem !important;
  }

  .mt-lg--48 {
    margin-top: -3rem !important;
  }

  .mt-lg--56 {
    margin-top: -3.5rem !important;
  }

  .mt-lg--64 {
    margin-top: -4rem !important;
  }

  .mt-lg--72 {
    margin-top: -4.5rem !important;
  }

  .mt-lg--80 {
    margin-top: -5rem !important;
  }

  .mt-lg--88 {
    margin-top: -5.5rem !important;
  }

  .mt-lg--96 {
    margin-top: -6rem !important;
  }

  .mt-lg--104 {
    margin-top: -6.5rem !important;
  }

  .mt-lg--112 {
    margin-top: -7rem !important;
  }

  .mt-lg--120 {
    margin-top: -7.5rem !important;
  }

  .mt-lg--128 {
    margin-top: -8rem !important;
  }

  .mt-lg--136 {
    margin-top: -8.5rem !important;
  }

  .mt-lg--144 {
    margin-top: -9rem !important;
  }

  .mt-lg--152 {
    margin-top: -9.5rem !important;
  }

  .mt-lg--160 {
    margin-top: -10rem !important;
  }

  .mt-lg--168 {
    margin-top: -10.5rem !important;
  }

  .mt-lg--176 {
    margin-top: -11rem !important;
  }

  .mt-lg--184 {
    margin-top: -11.5rem !important;
  }

  .mt-lg--192 {
    margin-top: -12rem !important;
  }

  .mt-lg--200 {
    margin-top: -12.5rem !important;
  }

  .mt-lg--208 {
    margin-top: -13rem !important;
  }

  .mt-lg--216 {
    margin-top: -13.5rem !important;
  }

  .mt-lg--224 {
    margin-top: -14rem !important;
  }

  .mt-lg--232 {
    margin-top: -14.5rem !important;
  }

  .mt-lg--240 {
    margin-top: -15rem !important;
  }

  .mt-lg--248 {
    margin-top: -15.5rem !important;
  }

  .mt-lg--256 {
    margin-top: -16rem !important;
  }

  .mr-lg-0 {
    margin-right: 0rem;
  }

  .mr-lg-8 {
    margin-right: 0.5rem;
  }

  .mr-lg-16 {
    margin-right: 1rem;
  }

  .mr-lg-24 {
    margin-right: 1.5rem;
  }

  .mr-lg-32 {
    margin-right: 2rem;
  }

  .mr-lg-40 {
    margin-right: 2.5rem;
  }

  .mr-lg-48 {
    margin-right: 3rem;
  }

  .mr-lg-56 {
    margin-right: 3.5rem;
  }

  .mr-lg-64 {
    margin-right: 4rem;
  }

  .mr-lg-72 {
    margin-right: 4.5rem;
  }

  .mr-lg-80 {
    margin-right: 5rem;
  }

  .mr-lg-88 {
    margin-right: 5.5rem;
  }

  .mr-lg-96 {
    margin-right: 6rem;
  }

  .mr-lg-104 {
    margin-right: 6.5rem;
  }

  .mr-lg-112 {
    margin-right: 7rem;
  }

  .mr-lg-120 {
    margin-right: 7.5rem;
  }

  .mr-lg-128 {
    margin-right: 8rem;
  }

  .mr-lg-136 {
    margin-right: 8.5rem;
  }

  .mr-lg-144 {
    margin-right: 9rem;
  }

  .mr-lg-152 {
    margin-right: 9.5rem;
  }

  .mr-lg-160 {
    margin-right: 10rem;
  }

  .mr-lg-168 {
    margin-right: 10.5rem;
  }

  .mr-lg-176 {
    margin-right: 11rem;
  }

  .mr-lg-184 {
    margin-right: 11.5rem;
  }

  .mr-lg-192 {
    margin-right: 12rem;
  }

  .mr-lg-200 {
    margin-right: 12.5rem;
  }

  .mr-lg-208 {
    margin-right: 13rem;
  }

  .mr-lg-216 {
    margin-right: 13.5rem;
  }

  .mr-lg-224 {
    margin-right: 14rem;
  }

  .mr-lg-232 {
    margin-right: 14.5rem;
  }

  .mr-lg-240 {
    margin-right: 15rem;
  }

  .mr-lg-248 {
    margin-right: 15.5rem;
  }

  .mr-lg-256 {
    margin-right: 16rem;
  }

  .mr-lg--0 {
    margin-right: -0rem !important;
  }

  .mr-lg--8 {
    margin-right: -0.5rem !important;
  }

  .mr-lg--16 {
    margin-right: -1rem !important;
  }

  .mr-lg--24 {
    margin-right: -1.5rem !important;
  }

  .mr-lg--32 {
    margin-right: -2rem !important;
  }

  .mr-lg--40 {
    margin-right: -2.5rem !important;
  }

  .mr-lg--48 {
    margin-right: -3rem !important;
  }

  .mr-lg--56 {
    margin-right: -3.5rem !important;
  }

  .mr-lg--64 {
    margin-right: -4rem !important;
  }

  .mr-lg--72 {
    margin-right: -4.5rem !important;
  }

  .mr-lg--80 {
    margin-right: -5rem !important;
  }

  .mr-lg--88 {
    margin-right: -5.5rem !important;
  }

  .mr-lg--96 {
    margin-right: -6rem !important;
  }

  .mr-lg--104 {
    margin-right: -6.5rem !important;
  }

  .mr-lg--112 {
    margin-right: -7rem !important;
  }

  .mr-lg--120 {
    margin-right: -7.5rem !important;
  }

  .mr-lg--128 {
    margin-right: -8rem !important;
  }

  .mr-lg--136 {
    margin-right: -8.5rem !important;
  }

  .mr-lg--144 {
    margin-right: -9rem !important;
  }

  .mr-lg--152 {
    margin-right: -9.5rem !important;
  }

  .mr-lg--160 {
    margin-right: -10rem !important;
  }

  .mr-lg--168 {
    margin-right: -10.5rem !important;
  }

  .mr-lg--176 {
    margin-right: -11rem !important;
  }

  .mr-lg--184 {
    margin-right: -11.5rem !important;
  }

  .mr-lg--192 {
    margin-right: -12rem !important;
  }

  .mr-lg--200 {
    margin-right: -12.5rem !important;
  }

  .mr-lg--208 {
    margin-right: -13rem !important;
  }

  .mr-lg--216 {
    margin-right: -13.5rem !important;
  }

  .mr-lg--224 {
    margin-right: -14rem !important;
  }

  .mr-lg--232 {
    margin-right: -14.5rem !important;
  }

  .mr-lg--240 {
    margin-right: -15rem !important;
  }

  .mr-lg--248 {
    margin-right: -15.5rem !important;
  }

  .mr-lg--256 {
    margin-right: -16rem !important;
  }

  .mb-lg-0 {
    margin-bottom: 0rem;
  }

  .mb-lg-8 {
    margin-bottom: 0.5rem;
  }

  .mb-lg-16 {
    margin-bottom: 1rem;
  }

  .mb-lg-24 {
    margin-bottom: 1.5rem;
  }

  .mb-lg-32 {
    margin-bottom: 2rem;
  }

  .mb-lg-40 {
    margin-bottom: 2.5rem;
  }

  .mb-lg-48 {
    margin-bottom: 3rem;
  }

  .mb-lg-56 {
    margin-bottom: 3.5rem;
  }

  .mb-lg-64 {
    margin-bottom: 4rem;
  }

  .mb-lg-72 {
    margin-bottom: 4.5rem;
  }

  .mb-lg-80 {
    margin-bottom: 5rem;
  }

  .mb-lg-88 {
    margin-bottom: 5.5rem;
  }

  .mb-lg-96 {
    margin-bottom: 6rem;
  }

  .mb-lg-104 {
    margin-bottom: 6.5rem;
  }

  .mb-lg-112 {
    margin-bottom: 7rem;
  }

  .mb-lg-120 {
    margin-bottom: 7.5rem;
  }

  .mb-lg-128 {
    margin-bottom: 8rem;
  }

  .mb-lg-136 {
    margin-bottom: 8.5rem;
  }

  .mb-lg-144 {
    margin-bottom: 9rem;
  }

  .mb-lg-152 {
    margin-bottom: 9.5rem;
  }

  .mb-lg-160 {
    margin-bottom: 10rem;
  }

  .mb-lg-168 {
    margin-bottom: 10.5rem;
  }

  .mb-lg-176 {
    margin-bottom: 11rem;
  }

  .mb-lg-184 {
    margin-bottom: 11.5rem;
  }

  .mb-lg-192 {
    margin-bottom: 12rem;
  }

  .mb-lg-200 {
    margin-bottom: 12.5rem;
  }

  .mb-lg-208 {
    margin-bottom: 13rem;
  }

  .mb-lg-216 {
    margin-bottom: 13.5rem;
  }

  .mb-lg-224 {
    margin-bottom: 14rem;
  }

  .mb-lg-232 {
    margin-bottom: 14.5rem;
  }

  .mb-lg-240 {
    margin-bottom: 15rem;
  }

  .mb-lg-248 {
    margin-bottom: 15.5rem;
  }

  .mb-lg-256 {
    margin-bottom: 16rem;
  }

  .mb-lg--0 {
    margin-bottom: -0rem !important;
  }

  .mb-lg--8 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg--16 {
    margin-bottom: -1rem !important;
  }

  .mb-lg--24 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg--32 {
    margin-bottom: -2rem !important;
  }

  .mb-lg--40 {
    margin-bottom: -2.5rem !important;
  }

  .mb-lg--48 {
    margin-bottom: -3rem !important;
  }

  .mb-lg--56 {
    margin-bottom: -3.5rem !important;
  }

  .mb-lg--64 {
    margin-bottom: -4rem !important;
  }

  .mb-lg--72 {
    margin-bottom: -4.5rem !important;
  }

  .mb-lg--80 {
    margin-bottom: -5rem !important;
  }

  .mb-lg--88 {
    margin-bottom: -5.5rem !important;
  }

  .mb-lg--96 {
    margin-bottom: -6rem !important;
  }

  .mb-lg--104 {
    margin-bottom: -6.5rem !important;
  }

  .mb-lg--112 {
    margin-bottom: -7rem !important;
  }

  .mb-lg--120 {
    margin-bottom: -7.5rem !important;
  }

  .mb-lg--128 {
    margin-bottom: -8rem !important;
  }

  .mb-lg--136 {
    margin-bottom: -8.5rem !important;
  }

  .mb-lg--144 {
    margin-bottom: -9rem !important;
  }

  .mb-lg--152 {
    margin-bottom: -9.5rem !important;
  }

  .mb-lg--160 {
    margin-bottom: -10rem !important;
  }

  .mb-lg--168 {
    margin-bottom: -10.5rem !important;
  }

  .mb-lg--176 {
    margin-bottom: -11rem !important;
  }

  .mb-lg--184 {
    margin-bottom: -11.5rem !important;
  }

  .mb-lg--192 {
    margin-bottom: -12rem !important;
  }

  .mb-lg--200 {
    margin-bottom: -12.5rem !important;
  }

  .mb-lg--208 {
    margin-bottom: -13rem !important;
  }

  .mb-lg--216 {
    margin-bottom: -13.5rem !important;
  }

  .mb-lg--224 {
    margin-bottom: -14rem !important;
  }

  .mb-lg--232 {
    margin-bottom: -14.5rem !important;
  }

  .mb-lg--240 {
    margin-bottom: -15rem !important;
  }

  .mb-lg--248 {
    margin-bottom: -15.5rem !important;
  }

  .mb-lg--256 {
    margin-bottom: -16rem !important;
  }

  .ml-lg-0 {
    margin-left: 0rem;
  }

  .ml-lg-8 {
    margin-left: 0.5rem;
  }

  .ml-lg-16 {
    margin-left: 1rem;
  }

  .ml-lg-24 {
    margin-left: 1.5rem;
  }

  .ml-lg-32 {
    margin-left: 2rem;
  }

  .ml-lg-40 {
    margin-left: 2.5rem;
  }

  .ml-lg-48 {
    margin-left: 3rem;
  }

  .ml-lg-56 {
    margin-left: 3.5rem;
  }

  .ml-lg-64 {
    margin-left: 4rem;
  }

  .ml-lg-72 {
    margin-left: 4.5rem;
  }

  .ml-lg-80 {
    margin-left: 5rem;
  }

  .ml-lg-88 {
    margin-left: 5.5rem;
  }

  .ml-lg-96 {
    margin-left: 6rem;
  }

  .ml-lg-104 {
    margin-left: 6.5rem;
  }

  .ml-lg-112 {
    margin-left: 7rem;
  }

  .ml-lg-120 {
    margin-left: 7.5rem;
  }

  .ml-lg-128 {
    margin-left: 8rem;
  }

  .ml-lg-136 {
    margin-left: 8.5rem;
  }

  .ml-lg-144 {
    margin-left: 9rem;
  }

  .ml-lg-152 {
    margin-left: 9.5rem;
  }

  .ml-lg-160 {
    margin-left: 10rem;
  }

  .ml-lg-168 {
    margin-left: 10.5rem;
  }

  .ml-lg-176 {
    margin-left: 11rem;
  }

  .ml-lg-184 {
    margin-left: 11.5rem;
  }

  .ml-lg-192 {
    margin-left: 12rem;
  }

  .ml-lg-200 {
    margin-left: 12.5rem;
  }

  .ml-lg-208 {
    margin-left: 13rem;
  }

  .ml-lg-216 {
    margin-left: 13.5rem;
  }

  .ml-lg-224 {
    margin-left: 14rem;
  }

  .ml-lg-232 {
    margin-left: 14.5rem;
  }

  .ml-lg-240 {
    margin-left: 15rem;
  }

  .ml-lg-248 {
    margin-left: 15.5rem;
  }

  .ml-lg-256 {
    margin-left: 16rem;
  }

  .ml-lg--0 {
    margin-left: -0rem !important;
  }

  .ml-lg--8 {
    margin-left: -0.5rem !important;
  }

  .ml-lg--16 {
    margin-left: -1rem !important;
  }

  .ml-lg--24 {
    margin-left: -1.5rem !important;
  }

  .ml-lg--32 {
    margin-left: -2rem !important;
  }

  .ml-lg--40 {
    margin-left: -2.5rem !important;
  }

  .ml-lg--48 {
    margin-left: -3rem !important;
  }

  .ml-lg--56 {
    margin-left: -3.5rem !important;
  }

  .ml-lg--64 {
    margin-left: -4rem !important;
  }

  .ml-lg--72 {
    margin-left: -4.5rem !important;
  }

  .ml-lg--80 {
    margin-left: -5rem !important;
  }

  .ml-lg--88 {
    margin-left: -5.5rem !important;
  }

  .ml-lg--96 {
    margin-left: -6rem !important;
  }

  .ml-lg--104 {
    margin-left: -6.5rem !important;
  }

  .ml-lg--112 {
    margin-left: -7rem !important;
  }

  .ml-lg--120 {
    margin-left: -7.5rem !important;
  }

  .ml-lg--128 {
    margin-left: -8rem !important;
  }

  .ml-lg--136 {
    margin-left: -8.5rem !important;
  }

  .ml-lg--144 {
    margin-left: -9rem !important;
  }

  .ml-lg--152 {
    margin-left: -9.5rem !important;
  }

  .ml-lg--160 {
    margin-left: -10rem !important;
  }

  .ml-lg--168 {
    margin-left: -10.5rem !important;
  }

  .ml-lg--176 {
    margin-left: -11rem !important;
  }

  .ml-lg--184 {
    margin-left: -11.5rem !important;
  }

  .ml-lg--192 {
    margin-left: -12rem !important;
  }

  .ml-lg--200 {
    margin-left: -12.5rem !important;
  }

  .ml-lg--208 {
    margin-left: -13rem !important;
  }

  .ml-lg--216 {
    margin-left: -13.5rem !important;
  }

  .ml-lg--224 {
    margin-left: -14rem !important;
  }

  .ml-lg--232 {
    margin-left: -14.5rem !important;
  }

  .ml-lg--240 {
    margin-left: -15rem !important;
  }

  .ml-lg--248 {
    margin-left: -15.5rem !important;
  }

  .ml-lg--256 {
    margin-left: -16rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .container-xl {
    --bs-gutter-x: 1rem;
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x);
    max-width: 1200px;
  }

  .position-xl-absolute {
    position: absolute;
  }

  .position-xl-relative {
    position: relative;
  }

  .position-xl-fixed {
    position: fixed;
  }

  .max-w-xl-none {
    max-width: auto;
  }

  .min-w-xl-none {
    min-width: auto;
  }

  .max-w-xl-50 {
    max-width: 50px;
  }

  .min-w-xl-50 {
    min-width: 50px;
  }

  .max-w-xl-100 {
    max-width: 100px;
  }

  .min-w-xl-100 {
    min-width: 100px;
  }

  .max-w-xl-150 {
    max-width: 150px;
  }

  .min-w-xl-150 {
    min-width: 150px;
  }

  .max-w-xl-200 {
    max-width: 200px;
  }

  .min-w-xl-200 {
    min-width: 200px;
  }

  .max-w-xl-250 {
    max-width: 250px;
  }

  .min-w-xl-250 {
    min-width: 250px;
  }

  .max-w-xl-300 {
    max-width: 300px;
  }

  .min-w-xl-300 {
    min-width: 300px;
  }

  .max-w-xl-350 {
    max-width: 350px;
  }

  .min-w-xl-350 {
    min-width: 350px;
  }

  .max-w-xl-400 {
    max-width: 400px;
  }

  .min-w-xl-400 {
    min-width: 400px;
  }

  .max-w-xl-450 {
    max-width: 450px;
  }

  .min-w-xl-450 {
    min-width: 450px;
  }

  .max-w-xl-500 {
    max-width: 500px;
  }

  .min-w-xl-500 {
    min-width: 500px;
  }

  .max-w-xl-550 {
    max-width: 550px;
  }

  .min-w-xl-550 {
    min-width: 550px;
  }

  .max-w-xl-600 {
    max-width: 600px;
  }

  .min-w-xl-600 {
    min-width: 600px;
  }

  .max-w-xl-650 {
    max-width: 650px;
  }

  .min-w-xl-650 {
    min-width: 650px;
  }

  .max-w-xl-700 {
    max-width: 700px;
  }

  .min-w-xl-700 {
    min-width: 700px;
  }

  .max-w-xl-750 {
    max-width: 750px;
  }

  .min-w-xl-750 {
    min-width: 750px;
  }

  .max-w-xl-800 {
    max-width: 800px;
  }

  .min-w-xl-800 {
    min-width: 800px;
  }

  .max-w-xl-850 {
    max-width: 850px;
  }

  .min-w-xl-850 {
    min-width: 850px;
  }

  .max-w-xl-900 {
    max-width: 900px;
  }

  .min-w-xl-900 {
    min-width: 900px;
  }

  .max-w-xl-950 {
    max-width: 950px;
  }

  .min-w-xl-950 {
    min-width: 950px;
  }

  .max-w-xl-1000 {
    max-width: 1000px;
  }

  .min-w-xl-1000 {
    min-width: 1000px;
  }

  .max-w-xl-1050 {
    max-width: 1050px;
  }

  .min-w-xl-1050 {
    min-width: 1050px;
  }

  .max-w-xl-1100 {
    max-width: 1100px;
  }

  .min-w-xl-1100 {
    min-width: 1100px;
  }

  .max-w-xl-1150 {
    max-width: 1150px;
  }

  .min-w-xl-1150 {
    min-width: 1150px;
  }

  .max-w-xl-1200 {
    max-width: 1200px;
  }

  .min-w-xl-1200 {
    min-width: 1200px;
  }

  .w-xl-0 {
    width: 0;
  }

  .w-xl-0 {
    width: 0%;
  }

  .vw-xl-0 {
    min-width: 0vw;
  }

  .vw-force-xl-0 {
    width: 0vw;
  }

  .w-xl-10 {
    width: 10%;
  }

  .vw-xl-10 {
    min-width: 10vw;
  }

  .vw-force-xl-10 {
    width: 10vw;
  }

  .w-xl-20 {
    width: 20%;
  }

  .vw-xl-20 {
    min-width: 20vw;
  }

  .vw-force-xl-20 {
    width: 20vw;
  }

  .w-xl-30 {
    width: 30%;
  }

  .vw-xl-30 {
    min-width: 30vw;
  }

  .vw-force-xl-30 {
    width: 30vw;
  }

  .w-xl-40 {
    width: 40%;
  }

  .vw-xl-40 {
    min-width: 40vw;
  }

  .vw-force-xl-40 {
    width: 40vw;
  }

  .w-xl-50 {
    width: 50%;
  }

  .vw-xl-50 {
    min-width: 50vw;
  }

  .vw-force-xl-50 {
    width: 50vw;
  }

  .w-xl-60 {
    width: 60%;
  }

  .vw-xl-60 {
    min-width: 60vw;
  }

  .vw-force-xl-60 {
    width: 60vw;
  }

  .w-xl-70 {
    width: 70%;
  }

  .vw-xl-70 {
    min-width: 70vw;
  }

  .vw-force-xl-70 {
    width: 70vw;
  }

  .w-xl-80 {
    width: 80%;
  }

  .vw-xl-80 {
    min-width: 80vw;
  }

  .vw-force-xl-80 {
    width: 80vw;
  }

  .w-xl-90 {
    width: 90%;
  }

  .vw-xl-90 {
    min-width: 90vw;
  }

  .vw-force-xl-90 {
    width: 90vw;
  }

  .w-xl-100 {
    width: 100%;
  }

  .vw-xl-100 {
    min-width: 100vw;
  }

  .vw-force-xl-100 {
    width: 100vw;
  }

  .max-h-xl-none {
    max-height: auto;
  }

  .min-h-xl-none {
    min-height: auto;
  }

  .max-h-xl-50 {
    max-height: 50px;
  }

  .min-h-xl-50 {
    min-height: 50px;
  }

  .max-h-xl-100 {
    max-height: 100px;
  }

  .min-h-xl-100 {
    min-height: 100px;
  }

  .max-h-xl-150 {
    max-height: 150px;
  }

  .min-h-xl-150 {
    min-height: 150px;
  }

  .max-h-xl-200 {
    max-height: 200px;
  }

  .min-h-xl-200 {
    min-height: 200px;
  }

  .max-h-xl-250 {
    max-height: 250px;
  }

  .min-h-xl-250 {
    min-height: 250px;
  }

  .max-h-xl-300 {
    max-height: 300px;
  }

  .min-h-xl-300 {
    min-height: 300px;
  }

  .max-h-xl-350 {
    max-height: 350px;
  }

  .min-h-xl-350 {
    min-height: 350px;
  }

  .max-h-xl-400 {
    max-height: 400px;
  }

  .min-h-xl-400 {
    min-height: 400px;
  }

  .max-h-xl-450 {
    max-height: 450px;
  }

  .min-h-xl-450 {
    min-height: 450px;
  }

  .max-h-xl-500 {
    max-height: 500px;
  }

  .min-h-xl-500 {
    min-height: 500px;
  }

  .max-h-xl-550 {
    max-height: 550px;
  }

  .min-h-xl-550 {
    min-height: 550px;
  }

  .max-h-xl-600 {
    max-height: 600px;
  }

  .min-h-xl-600 {
    min-height: 600px;
  }

  .max-h-xl-650 {
    max-height: 650px;
  }

  .min-h-xl-650 {
    min-height: 650px;
  }

  .max-h-xl-700 {
    max-height: 700px;
  }

  .min-h-xl-700 {
    min-height: 700px;
  }

  .max-h-xl-750 {
    max-height: 750px;
  }

  .min-h-xl-750 {
    min-height: 750px;
  }

  .max-h-xl-800 {
    max-height: 800px;
  }

  .min-h-xl-800 {
    min-height: 800px;
  }

  .max-h-xl-850 {
    max-height: 850px;
  }

  .min-h-xl-850 {
    min-height: 850px;
  }

  .max-h-xl-900 {
    max-height: 900px;
  }

  .min-h-xl-900 {
    min-height: 900px;
  }

  .max-h-xl-950 {
    max-height: 950px;
  }

  .min-h-xl-950 {
    min-height: 950px;
  }

  .max-h-xl-1000 {
    max-height: 1000px;
  }

  .min-h-xl-1000 {
    min-height: 1000px;
  }

  .max-h-xl-1050 {
    max-height: 1050px;
  }

  .min-h-xl-1050 {
    min-height: 1050px;
  }

  .max-h-xl-1100 {
    max-height: 1100px;
  }

  .min-h-xl-1100 {
    min-height: 1100px;
  }

  .max-h-xl-1150 {
    max-height: 1150px;
  }

  .min-h-xl-1150 {
    min-height: 1150px;
  }

  .max-h-xl-1200 {
    max-height: 1200px;
  }

  .min-h-xl-1200 {
    min-height: 1200px;
  }

  .h-xl-0 {
    height: 0;
  }

  .h-xl-0 {
    height: 0%;
  }

  .vh-xl-0 {
    min-height: 0vh;
  }

  .vh-force-xl-0 {
    height: 0vh;
  }

  .h-xl-10 {
    height: 10%;
  }

  .vh-xl-10 {
    min-height: 10vh;
  }

  .vh-force-xl-10 {
    height: 10vh;
  }

  .h-xl-20 {
    height: 20%;
  }

  .vh-xl-20 {
    min-height: 20vh;
  }

  .vh-force-xl-20 {
    height: 20vh;
  }

  .h-xl-30 {
    height: 30%;
  }

  .vh-xl-30 {
    min-height: 30vh;
  }

  .vh-force-xl-30 {
    height: 30vh;
  }

  .h-xl-40 {
    height: 40%;
  }

  .vh-xl-40 {
    min-height: 40vh;
  }

  .vh-force-xl-40 {
    height: 40vh;
  }

  .h-xl-50 {
    height: 50%;
  }

  .vh-xl-50 {
    min-height: 50vh;
  }

  .vh-force-xl-50 {
    height: 50vh;
  }

  .h-xl-60 {
    height: 60%;
  }

  .vh-xl-60 {
    min-height: 60vh;
  }

  .vh-force-xl-60 {
    height: 60vh;
  }

  .h-xl-70 {
    height: 70%;
  }

  .vh-xl-70 {
    min-height: 70vh;
  }

  .vh-force-xl-70 {
    height: 70vh;
  }

  .h-xl-80 {
    height: 80%;
  }

  .vh-xl-80 {
    min-height: 80vh;
  }

  .vh-force-xl-80 {
    height: 80vh;
  }

  .h-xl-90 {
    height: 90%;
  }

  .vh-xl-90 {
    min-height: 90vh;
  }

  .vh-force-xl-90 {
    height: 90vh;
  }

  .h-xl-100 {
    height: 100%;
  }

  .vh-xl-100 {
    min-height: 100vh;
  }

  .vh-force-xl-100 {
    height: 100vh;
  }

  .font-xl-14 {
    font-size: 0.85rem;
  }

  .font-xl-18 {
    font-size: 1.25rem;
  }

  .font-xl-8 {
    font-size: 0.5rem;
  }

  .font-xl-16 {
    font-size: 1rem;
  }

  .font-xl-24 {
    font-size: 1.5rem;
  }

  .font-xl-32 {
    font-size: 2rem;
  }

  .font-xl-40 {
    font-size: 2.5rem;
  }

  .font-xl-48 {
    font-size: 3rem;
  }

  .font-xl-56 {
    font-size: 3.5rem;
  }

  .font-xl-64 {
    font-size: 4rem;
  }

  .font-xl-72 {
    font-size: 4.5rem;
  }

  .font-xl-80 {
    font-size: 5rem;
  }

  .font-xl-88 {
    font-size: 5.5rem;
  }

  .font-xl-96 {
    font-size: 6rem;
  }

  .font-xl-104 {
    font-size: 6.5rem;
  }

  .font-xl-112 {
    font-size: 7rem;
  }

  .font-xl-120 {
    font-size: 7.5rem;
  }

  .font-xl-128 {
    font-size: 8rem;
  }

  .font-xl-136 {
    font-size: 8.5rem;
  }

  .font-xl-144 {
    font-size: 9rem;
  }

  .font-xl-152 {
    font-size: 9.5rem;
  }

  .font-xl-160 {
    font-size: 10rem;
  }

  .font-xl-168 {
    font-size: 10.5rem;
  }

  .font-xl-176 {
    font-size: 11rem;
  }

  .font-xl-184 {
    font-size: 11.5rem;
  }

  .font-xl-192 {
    font-size: 12rem;
  }

  .font-xl-200 {
    font-size: 12.5rem;
  }

  .font-xl-208 {
    font-size: 13rem;
  }

  .font-xl-216 {
    font-size: 13.5rem;
  }

  .font-xl-224 {
    font-size: 14rem;
  }

  .font-xl-232 {
    font-size: 14.5rem;
  }

  .font-xl-240 {
    font-size: 15rem;
  }

  .font-xl-248 {
    font-size: 15.5rem;
  }

  .font-xl-256 {
    font-size: 16rem;
  }

  .p-xl-0 {
    padding: 0rem;
  }

  .p-xl-8 {
    padding: 0.5rem;
  }

  .p-xl-16 {
    padding: 1rem;
  }

  .p-xl-24 {
    padding: 1.5rem;
  }

  .p-xl-32 {
    padding: 2rem;
  }

  .p-xl-40 {
    padding: 2.5rem;
  }

  .p-xl-48 {
    padding: 3rem;
  }

  .p-xl-56 {
    padding: 3.5rem;
  }

  .p-xl-64 {
    padding: 4rem;
  }

  .p-xl-72 {
    padding: 4.5rem;
  }

  .p-xl-80 {
    padding: 5rem;
  }

  .p-xl-88 {
    padding: 5.5rem;
  }

  .p-xl-96 {
    padding: 6rem;
  }

  .p-xl-104 {
    padding: 6.5rem;
  }

  .p-xl-112 {
    padding: 7rem;
  }

  .p-xl-120 {
    padding: 7.5rem;
  }

  .p-xl-128 {
    padding: 8rem;
  }

  .p-xl-136 {
    padding: 8.5rem;
  }

  .p-xl-144 {
    padding: 9rem;
  }

  .p-xl-152 {
    padding: 9.5rem;
  }

  .p-xl-160 {
    padding: 10rem;
  }

  .p-xl-168 {
    padding: 10.5rem;
  }

  .p-xl-176 {
    padding: 11rem;
  }

  .p-xl-184 {
    padding: 11.5rem;
  }

  .p-xl-192 {
    padding: 12rem;
  }

  .p-xl-200 {
    padding: 12.5rem;
  }

  .p-xl-208 {
    padding: 13rem;
  }

  .p-xl-216 {
    padding: 13.5rem;
  }

  .p-xl-224 {
    padding: 14rem;
  }

  .p-xl-232 {
    padding: 14.5rem;
  }

  .p-xl-240 {
    padding: 15rem;
  }

  .p-xl-248 {
    padding: 15.5rem;
  }

  .p-xl-256 {
    padding: 16rem;
  }

  .py-xl-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .py-xl-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .py-xl-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .py-xl-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .py-xl-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .py-xl-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py-xl-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .py-xl-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .py-xl-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .py-xl-72 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .py-xl-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .py-xl-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .py-xl-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .py-xl-104 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .py-xl-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .py-xl-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .py-xl-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .py-xl-136 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .py-xl-144 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .py-xl-152 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .py-xl-160 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .py-xl-168 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .py-xl-176 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .py-xl-184 {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .py-xl-192 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .py-xl-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .py-xl-208 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .py-xl-216 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .py-xl-224 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .py-xl-232 {
    padding-top: 14.5rem;
    padding-bottom: 14.5rem;
  }

  .py-xl-240 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .py-xl-248 {
    padding-top: 15.5rem;
    padding-bottom: 15.5rem;
  }

  .py-xl-256 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .px-xl-0 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .px-xl-8 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .px-xl-16 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .px-xl-24 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .px-xl-32 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .px-xl-40 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .px-xl-48 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .px-xl-56 {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }

  .px-xl-64 {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .px-xl-72 {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }

  .px-xl-80 {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .px-xl-88 {
    padding-right: 5.5rem;
    padding-left: 5.5rem;
  }

  .px-xl-96 {
    padding-right: 6rem;
    padding-left: 6rem;
  }

  .px-xl-104 {
    padding-right: 6.5rem;
    padding-left: 6.5rem;
  }

  .px-xl-112 {
    padding-right: 7rem;
    padding-left: 7rem;
  }

  .px-xl-120 {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }

  .px-xl-128 {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .px-xl-136 {
    padding-right: 8.5rem;
    padding-left: 8.5rem;
  }

  .px-xl-144 {
    padding-right: 9rem;
    padding-left: 9rem;
  }

  .px-xl-152 {
    padding-right: 9.5rem;
    padding-left: 9.5rem;
  }

  .px-xl-160 {
    padding-right: 10rem;
    padding-left: 10rem;
  }

  .px-xl-168 {
    padding-right: 10.5rem;
    padding-left: 10.5rem;
  }

  .px-xl-176 {
    padding-right: 11rem;
    padding-left: 11rem;
  }

  .px-xl-184 {
    padding-right: 11.5rem;
    padding-left: 11.5rem;
  }

  .px-xl-192 {
    padding-right: 12rem;
    padding-left: 12rem;
  }

  .px-xl-200 {
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }

  .px-xl-208 {
    padding-right: 13rem;
    padding-left: 13rem;
  }

  .px-xl-216 {
    padding-right: 13.5rem;
    padding-left: 13.5rem;
  }

  .px-xl-224 {
    padding-right: 14rem;
    padding-left: 14rem;
  }

  .px-xl-232 {
    padding-right: 14.5rem;
    padding-left: 14.5rem;
  }

  .px-xl-240 {
    padding-right: 15rem;
    padding-left: 15rem;
  }

  .px-xl-248 {
    padding-right: 15.5rem;
    padding-left: 15.5rem;
  }

  .px-xl-256 {
    padding-right: 16rem;
    padding-left: 16rem;
  }

  .pt-xl-0 {
    padding-top: 0rem;
  }

  .pt-xl-8 {
    padding-top: 0.5rem;
  }

  .pt-xl-16 {
    padding-top: 1rem;
  }

  .pt-xl-24 {
    padding-top: 1.5rem;
  }

  .pt-xl-32 {
    padding-top: 2rem;
  }

  .pt-xl-40 {
    padding-top: 2.5rem;
  }

  .pt-xl-48 {
    padding-top: 3rem;
  }

  .pt-xl-56 {
    padding-top: 3.5rem;
  }

  .pt-xl-64 {
    padding-top: 4rem;
  }

  .pt-xl-72 {
    padding-top: 4.5rem;
  }

  .pt-xl-80 {
    padding-top: 5rem;
  }

  .pt-xl-88 {
    padding-top: 5.5rem;
  }

  .pt-xl-96 {
    padding-top: 6rem;
  }

  .pt-xl-104 {
    padding-top: 6.5rem;
  }

  .pt-xl-112 {
    padding-top: 7rem;
  }

  .pt-xl-120 {
    padding-top: 7.5rem;
  }

  .pt-xl-128 {
    padding-top: 8rem;
  }

  .pt-xl-136 {
    padding-top: 8.5rem;
  }

  .pt-xl-144 {
    padding-top: 9rem;
  }

  .pt-xl-152 {
    padding-top: 9.5rem;
  }

  .pt-xl-160 {
    padding-top: 10rem;
  }

  .pt-xl-168 {
    padding-top: 10.5rem;
  }

  .pt-xl-176 {
    padding-top: 11rem;
  }

  .pt-xl-184 {
    padding-top: 11.5rem;
  }

  .pt-xl-192 {
    padding-top: 12rem;
  }

  .pt-xl-200 {
    padding-top: 12.5rem;
  }

  .pt-xl-208 {
    padding-top: 13rem;
  }

  .pt-xl-216 {
    padding-top: 13.5rem;
  }

  .pt-xl-224 {
    padding-top: 14rem;
  }

  .pt-xl-232 {
    padding-top: 14.5rem;
  }

  .pt-xl-240 {
    padding-top: 15rem;
  }

  .pt-xl-248 {
    padding-top: 15.5rem;
  }

  .pt-xl-256 {
    padding-top: 16rem;
  }

  .pr-xl-0 {
    padding-right: 0rem;
  }

  .pr-xl-8 {
    padding-right: 0.5rem;
  }

  .pr-xl-16 {
    padding-right: 1rem;
  }

  .pr-xl-24 {
    padding-right: 1.5rem;
  }

  .pr-xl-32 {
    padding-right: 2rem;
  }

  .pr-xl-40 {
    padding-right: 2.5rem;
  }

  .pr-xl-48 {
    padding-right: 3rem;
  }

  .pr-xl-56 {
    padding-right: 3.5rem;
  }

  .pr-xl-64 {
    padding-right: 4rem;
  }

  .pr-xl-72 {
    padding-right: 4.5rem;
  }

  .pr-xl-80 {
    padding-right: 5rem;
  }

  .pr-xl-88 {
    padding-right: 5.5rem;
  }

  .pr-xl-96 {
    padding-right: 6rem;
  }

  .pr-xl-104 {
    padding-right: 6.5rem;
  }

  .pr-xl-112 {
    padding-right: 7rem;
  }

  .pr-xl-120 {
    padding-right: 7.5rem;
  }

  .pr-xl-128 {
    padding-right: 8rem;
  }

  .pr-xl-136 {
    padding-right: 8.5rem;
  }

  .pr-xl-144 {
    padding-right: 9rem;
  }

  .pr-xl-152 {
    padding-right: 9.5rem;
  }

  .pr-xl-160 {
    padding-right: 10rem;
  }

  .pr-xl-168 {
    padding-right: 10.5rem;
  }

  .pr-xl-176 {
    padding-right: 11rem;
  }

  .pr-xl-184 {
    padding-right: 11.5rem;
  }

  .pr-xl-192 {
    padding-right: 12rem;
  }

  .pr-xl-200 {
    padding-right: 12.5rem;
  }

  .pr-xl-208 {
    padding-right: 13rem;
  }

  .pr-xl-216 {
    padding-right: 13.5rem;
  }

  .pr-xl-224 {
    padding-right: 14rem;
  }

  .pr-xl-232 {
    padding-right: 14.5rem;
  }

  .pr-xl-240 {
    padding-right: 15rem;
  }

  .pr-xl-248 {
    padding-right: 15.5rem;
  }

  .pr-xl-256 {
    padding-right: 16rem;
  }

  .pb-xl-0 {
    padding-bottom: 0rem;
  }

  .pb-xl-8 {
    padding-bottom: 0.5rem;
  }

  .pb-xl-16 {
    padding-bottom: 1rem;
  }

  .pb-xl-24 {
    padding-bottom: 1.5rem;
  }

  .pb-xl-32 {
    padding-bottom: 2rem;
  }

  .pb-xl-40 {
    padding-bottom: 2.5rem;
  }

  .pb-xl-48 {
    padding-bottom: 3rem;
  }

  .pb-xl-56 {
    padding-bottom: 3.5rem;
  }

  .pb-xl-64 {
    padding-bottom: 4rem;
  }

  .pb-xl-72 {
    padding-bottom: 4.5rem;
  }

  .pb-xl-80 {
    padding-bottom: 5rem;
  }

  .pb-xl-88 {
    padding-bottom: 5.5rem;
  }

  .pb-xl-96 {
    padding-bottom: 6rem;
  }

  .pb-xl-104 {
    padding-bottom: 6.5rem;
  }

  .pb-xl-112 {
    padding-bottom: 7rem;
  }

  .pb-xl-120 {
    padding-bottom: 7.5rem;
  }

  .pb-xl-128 {
    padding-bottom: 8rem;
  }

  .pb-xl-136 {
    padding-bottom: 8.5rem;
  }

  .pb-xl-144 {
    padding-bottom: 9rem;
  }

  .pb-xl-152 {
    padding-bottom: 9.5rem;
  }

  .pb-xl-160 {
    padding-bottom: 10rem;
  }

  .pb-xl-168 {
    padding-bottom: 10.5rem;
  }

  .pb-xl-176 {
    padding-bottom: 11rem;
  }

  .pb-xl-184 {
    padding-bottom: 11.5rem;
  }

  .pb-xl-192 {
    padding-bottom: 12rem;
  }

  .pb-xl-200 {
    padding-bottom: 12.5rem;
  }

  .pb-xl-208 {
    padding-bottom: 13rem;
  }

  .pb-xl-216 {
    padding-bottom: 13.5rem;
  }

  .pb-xl-224 {
    padding-bottom: 14rem;
  }

  .pb-xl-232 {
    padding-bottom: 14.5rem;
  }

  .pb-xl-240 {
    padding-bottom: 15rem;
  }

  .pb-xl-248 {
    padding-bottom: 15.5rem;
  }

  .pb-xl-256 {
    padding-bottom: 16rem;
  }

  .pl-xl-0 {
    padding-left: 0rem;
  }

  .pl-xl-8 {
    padding-left: 0.5rem;
  }

  .pl-xl-16 {
    padding-left: 1rem;
  }

  .pl-xl-24 {
    padding-left: 1.5rem;
  }

  .pl-xl-32 {
    padding-left: 2rem;
  }

  .pl-xl-40 {
    padding-left: 2.5rem;
  }

  .pl-xl-48 {
    padding-left: 3rem;
  }

  .pl-xl-56 {
    padding-left: 3.5rem;
  }

  .pl-xl-64 {
    padding-left: 4rem;
  }

  .pl-xl-72 {
    padding-left: 4.5rem;
  }

  .pl-xl-80 {
    padding-left: 5rem;
  }

  .pl-xl-88 {
    padding-left: 5.5rem;
  }

  .pl-xl-96 {
    padding-left: 6rem;
  }

  .pl-xl-104 {
    padding-left: 6.5rem;
  }

  .pl-xl-112 {
    padding-left: 7rem;
  }

  .pl-xl-120 {
    padding-left: 7.5rem;
  }

  .pl-xl-128 {
    padding-left: 8rem;
  }

  .pl-xl-136 {
    padding-left: 8.5rem;
  }

  .pl-xl-144 {
    padding-left: 9rem;
  }

  .pl-xl-152 {
    padding-left: 9.5rem;
  }

  .pl-xl-160 {
    padding-left: 10rem;
  }

  .pl-xl-168 {
    padding-left: 10.5rem;
  }

  .pl-xl-176 {
    padding-left: 11rem;
  }

  .pl-xl-184 {
    padding-left: 11.5rem;
  }

  .pl-xl-192 {
    padding-left: 12rem;
  }

  .pl-xl-200 {
    padding-left: 12.5rem;
  }

  .pl-xl-208 {
    padding-left: 13rem;
  }

  .pl-xl-216 {
    padding-left: 13.5rem;
  }

  .pl-xl-224 {
    padding-left: 14rem;
  }

  .pl-xl-232 {
    padding-left: 14.5rem;
  }

  .pl-xl-240 {
    padding-left: 15rem;
  }

  .pl-xl-248 {
    padding-left: 15.5rem;
  }

  .pl-xl-256 {
    padding-left: 16rem;
  }

  .m-xl-0 {
    margin: 0rem;
  }

  .m-xl-8 {
    margin: 0.5rem;
  }

  .m-xl-16 {
    margin: 1rem;
  }

  .m-xl-24 {
    margin: 1.5rem;
  }

  .m-xl-32 {
    margin: 2rem;
  }

  .m-xl-40 {
    margin: 2.5rem;
  }

  .m-xl-48 {
    margin: 3rem;
  }

  .m-xl-56 {
    margin: 3.5rem;
  }

  .m-xl-64 {
    margin: 4rem;
  }

  .m-xl-72 {
    margin: 4.5rem;
  }

  .m-xl-80 {
    margin: 5rem;
  }

  .m-xl-88 {
    margin: 5.5rem;
  }

  .m-xl-96 {
    margin: 6rem;
  }

  .m-xl-104 {
    margin: 6.5rem;
  }

  .m-xl-112 {
    margin: 7rem;
  }

  .m-xl-120 {
    margin: 7.5rem;
  }

  .m-xl-128 {
    margin: 8rem;
  }

  .m-xl-136 {
    margin: 8.5rem;
  }

  .m-xl-144 {
    margin: 9rem;
  }

  .m-xl-152 {
    margin: 9.5rem;
  }

  .m-xl-160 {
    margin: 10rem;
  }

  .m-xl-168 {
    margin: 10.5rem;
  }

  .m-xl-176 {
    margin: 11rem;
  }

  .m-xl-184 {
    margin: 11.5rem;
  }

  .m-xl-192 {
    margin: 12rem;
  }

  .m-xl-200 {
    margin: 12.5rem;
  }

  .m-xl-208 {
    margin: 13rem;
  }

  .m-xl-216 {
    margin: 13.5rem;
  }

  .m-xl-224 {
    margin: 14rem;
  }

  .m-xl-232 {
    margin: 14.5rem;
  }

  .m-xl-240 {
    margin: 15rem;
  }

  .m-xl-248 {
    margin: 15.5rem;
  }

  .m-xl-256 {
    margin: 16rem;
  }

  .m-xl--0 {
    margin: -0rem !important;
  }

  .m-xl--8 {
    margin: -0.5rem !important;
  }

  .m-xl--16 {
    margin: -1rem !important;
  }

  .m-xl--24 {
    margin: -1.5rem !important;
  }

  .m-xl--32 {
    margin: -2rem !important;
  }

  .m-xl--40 {
    margin: -2.5rem !important;
  }

  .m-xl--48 {
    margin: -3rem !important;
  }

  .m-xl--56 {
    margin: -3.5rem !important;
  }

  .m-xl--64 {
    margin: -4rem !important;
  }

  .m-xl--72 {
    margin: -4.5rem !important;
  }

  .m-xl--80 {
    margin: -5rem !important;
  }

  .m-xl--88 {
    margin: -5.5rem !important;
  }

  .m-xl--96 {
    margin: -6rem !important;
  }

  .m-xl--104 {
    margin: -6.5rem !important;
  }

  .m-xl--112 {
    margin: -7rem !important;
  }

  .m-xl--120 {
    margin: -7.5rem !important;
  }

  .m-xl--128 {
    margin: -8rem !important;
  }

  .m-xl--136 {
    margin: -8.5rem !important;
  }

  .m-xl--144 {
    margin: -9rem !important;
  }

  .m-xl--152 {
    margin: -9.5rem !important;
  }

  .m-xl--160 {
    margin: -10rem !important;
  }

  .m-xl--168 {
    margin: -10.5rem !important;
  }

  .m-xl--176 {
    margin: -11rem !important;
  }

  .m-xl--184 {
    margin: -11.5rem !important;
  }

  .m-xl--192 {
    margin: -12rem !important;
  }

  .m-xl--200 {
    margin: -12.5rem !important;
  }

  .m-xl--208 {
    margin: -13rem !important;
  }

  .m-xl--216 {
    margin: -13.5rem !important;
  }

  .m-xl--224 {
    margin: -14rem !important;
  }

  .m-xl--232 {
    margin: -14.5rem !important;
  }

  .m-xl--240 {
    margin: -15rem !important;
  }

  .m-xl--248 {
    margin: -15.5rem !important;
  }

  .m-xl--256 {
    margin: -16rem !important;
  }

  .my-xl-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .my-xl-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .my-xl-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .my-xl-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .my-xl-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .my-xl-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .my-xl-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .my-xl-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .my-xl-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .my-xl-72 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .my-xl-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .my-xl-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .my-xl-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .my-xl-104 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .my-xl-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .my-xl-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .my-xl-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .my-xl-136 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .my-xl-144 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .my-xl-152 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .my-xl-160 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .my-xl-168 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .my-xl-176 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .my-xl-184 {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  .my-xl-192 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .my-xl-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .my-xl-208 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .my-xl-216 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .my-xl-224 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .my-xl-232 {
    margin-top: 14.5rem;
    margin-bottom: 14.5rem;
  }

  .my-xl-240 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .my-xl-248 {
    margin-top: 15.5rem;
    margin-bottom: 15.5rem;
  }

  .my-xl-256 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .my-xl--0 {
    margin-top: -0rem !important;
    margin-bottom: -0rem !important;
  }

  .my-xl--8 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl--16 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl--24 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl--32 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xl--40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-xl--48 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xl--56 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-xl--64 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-xl--72 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xl--80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-xl--88 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .my-xl--96 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xl--104 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }

  .my-xl--112 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-xl--120 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-xl--128 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-xl--136 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .my-xl--144 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-xl--152 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .my-xl--160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-xl--168 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }

  .my-xl--176 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-xl--184 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }

  .my-xl--192 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-xl--200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .my-xl--208 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-xl--216 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }

  .my-xl--224 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-xl--232 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }

  .my-xl--240 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-xl--248 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }

  .my-xl--256 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .mx-xl-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .mx-xl-8 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .mx-xl-16 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .mx-xl-24 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .mx-xl-32 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .mx-xl-40 {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }

  .mx-xl-48 {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .mx-xl-56 {
    margin-right: 3.5rem;
    margin-left: 3.5rem;
  }

  .mx-xl-64 {
    margin-right: 4rem;
    margin-left: 4rem;
  }

  .mx-xl-72 {
    margin-right: 4.5rem;
    margin-left: 4.5rem;
  }

  .mx-xl-80 {
    margin-right: 5rem;
    margin-left: 5rem;
  }

  .mx-xl-88 {
    margin-right: 5.5rem;
    margin-left: 5.5rem;
  }

  .mx-xl-96 {
    margin-right: 6rem;
    margin-left: 6rem;
  }

  .mx-xl-104 {
    margin-right: 6.5rem;
    margin-left: 6.5rem;
  }

  .mx-xl-112 {
    margin-right: 7rem;
    margin-left: 7rem;
  }

  .mx-xl-120 {
    margin-right: 7.5rem;
    margin-left: 7.5rem;
  }

  .mx-xl-128 {
    margin-right: 8rem;
    margin-left: 8rem;
  }

  .mx-xl-136 {
    margin-right: 8.5rem;
    margin-left: 8.5rem;
  }

  .mx-xl-144 {
    margin-right: 9rem;
    margin-left: 9rem;
  }

  .mx-xl-152 {
    margin-right: 9.5rem;
    margin-left: 9.5rem;
  }

  .mx-xl-160 {
    margin-right: 10rem;
    margin-left: 10rem;
  }

  .mx-xl-168 {
    margin-right: 10.5rem;
    margin-left: 10.5rem;
  }

  .mx-xl-176 {
    margin-right: 11rem;
    margin-left: 11rem;
  }

  .mx-xl-184 {
    margin-right: 11.5rem;
    margin-left: 11.5rem;
  }

  .mx-xl-192 {
    margin-right: 12rem;
    margin-left: 12rem;
  }

  .mx-xl-200 {
    margin-right: 12.5rem;
    margin-left: 12.5rem;
  }

  .mx-xl-208 {
    margin-right: 13rem;
    margin-left: 13rem;
  }

  .mx-xl-216 {
    margin-right: 13.5rem;
    margin-left: 13.5rem;
  }

  .mx-xl-224 {
    margin-right: 14rem;
    margin-left: 14rem;
  }

  .mx-xl-232 {
    margin-right: 14.5rem;
    margin-left: 14.5rem;
  }

  .mx-xl-240 {
    margin-right: 15rem;
    margin-left: 15rem;
  }

  .mx-xl-248 {
    margin-right: 15.5rem;
    margin-left: 15.5rem;
  }

  .mx-xl-256 {
    margin-right: 16rem;
    margin-left: 16rem;
  }

  .mx-xl--0 {
    margin-right: -0rem !important;
    margin-left: -0rem !important;
  }

  .mx-xl--8 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl--16 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl--24 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl--32 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xl--40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-xl--48 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xl--56 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-xl--64 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-xl--72 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-xl--80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-xl--88 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }

  .mx-xl--96 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-xl--104 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }

  .mx-xl--112 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-xl--120 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }

  .mx-xl--128 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-xl--136 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }

  .mx-xl--144 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-xl--152 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }

  .mx-xl--160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-xl--168 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }

  .mx-xl--176 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-xl--184 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }

  .mx-xl--192 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-xl--200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }

  .mx-xl--208 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-xl--216 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }

  .mx-xl--224 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-xl--232 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }

  .mx-xl--240 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-xl--248 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }

  .mx-xl--256 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mt-xl-0 {
    margin-top: 0rem;
  }

  .mt-xl-8 {
    margin-top: 0.5rem;
  }

  .mt-xl-16 {
    margin-top: 1rem;
  }

  .mt-xl-24 {
    margin-top: 1.5rem;
  }

  .mt-xl-32 {
    margin-top: 2rem;
  }

  .mt-xl-40 {
    margin-top: 2.5rem;
  }

  .mt-xl-48 {
    margin-top: 3rem;
  }

  .mt-xl-56 {
    margin-top: 3.5rem;
  }

  .mt-xl-64 {
    margin-top: 4rem;
  }

  .mt-xl-72 {
    margin-top: 4.5rem;
  }

  .mt-xl-80 {
    margin-top: 5rem;
  }

  .mt-xl-88 {
    margin-top: 5.5rem;
  }

  .mt-xl-96 {
    margin-top: 6rem;
  }

  .mt-xl-104 {
    margin-top: 6.5rem;
  }

  .mt-xl-112 {
    margin-top: 7rem;
  }

  .mt-xl-120 {
    margin-top: 7.5rem;
  }

  .mt-xl-128 {
    margin-top: 8rem;
  }

  .mt-xl-136 {
    margin-top: 8.5rem;
  }

  .mt-xl-144 {
    margin-top: 9rem;
  }

  .mt-xl-152 {
    margin-top: 9.5rem;
  }

  .mt-xl-160 {
    margin-top: 10rem;
  }

  .mt-xl-168 {
    margin-top: 10.5rem;
  }

  .mt-xl-176 {
    margin-top: 11rem;
  }

  .mt-xl-184 {
    margin-top: 11.5rem;
  }

  .mt-xl-192 {
    margin-top: 12rem;
  }

  .mt-xl-200 {
    margin-top: 12.5rem;
  }

  .mt-xl-208 {
    margin-top: 13rem;
  }

  .mt-xl-216 {
    margin-top: 13.5rem;
  }

  .mt-xl-224 {
    margin-top: 14rem;
  }

  .mt-xl-232 {
    margin-top: 14.5rem;
  }

  .mt-xl-240 {
    margin-top: 15rem;
  }

  .mt-xl-248 {
    margin-top: 15.5rem;
  }

  .mt-xl-256 {
    margin-top: 16rem;
  }

  .mt-xl--0 {
    margin-top: -0rem !important;
  }

  .mt-xl--8 {
    margin-top: -0.5rem !important;
  }

  .mt-xl--16 {
    margin-top: -1rem !important;
  }

  .mt-xl--24 {
    margin-top: -1.5rem !important;
  }

  .mt-xl--32 {
    margin-top: -2rem !important;
  }

  .mt-xl--40 {
    margin-top: -2.5rem !important;
  }

  .mt-xl--48 {
    margin-top: -3rem !important;
  }

  .mt-xl--56 {
    margin-top: -3.5rem !important;
  }

  .mt-xl--64 {
    margin-top: -4rem !important;
  }

  .mt-xl--72 {
    margin-top: -4.5rem !important;
  }

  .mt-xl--80 {
    margin-top: -5rem !important;
  }

  .mt-xl--88 {
    margin-top: -5.5rem !important;
  }

  .mt-xl--96 {
    margin-top: -6rem !important;
  }

  .mt-xl--104 {
    margin-top: -6.5rem !important;
  }

  .mt-xl--112 {
    margin-top: -7rem !important;
  }

  .mt-xl--120 {
    margin-top: -7.5rem !important;
  }

  .mt-xl--128 {
    margin-top: -8rem !important;
  }

  .mt-xl--136 {
    margin-top: -8.5rem !important;
  }

  .mt-xl--144 {
    margin-top: -9rem !important;
  }

  .mt-xl--152 {
    margin-top: -9.5rem !important;
  }

  .mt-xl--160 {
    margin-top: -10rem !important;
  }

  .mt-xl--168 {
    margin-top: -10.5rem !important;
  }

  .mt-xl--176 {
    margin-top: -11rem !important;
  }

  .mt-xl--184 {
    margin-top: -11.5rem !important;
  }

  .mt-xl--192 {
    margin-top: -12rem !important;
  }

  .mt-xl--200 {
    margin-top: -12.5rem !important;
  }

  .mt-xl--208 {
    margin-top: -13rem !important;
  }

  .mt-xl--216 {
    margin-top: -13.5rem !important;
  }

  .mt-xl--224 {
    margin-top: -14rem !important;
  }

  .mt-xl--232 {
    margin-top: -14.5rem !important;
  }

  .mt-xl--240 {
    margin-top: -15rem !important;
  }

  .mt-xl--248 {
    margin-top: -15.5rem !important;
  }

  .mt-xl--256 {
    margin-top: -16rem !important;
  }

  .mr-xl-0 {
    margin-right: 0rem;
  }

  .mr-xl-8 {
    margin-right: 0.5rem;
  }

  .mr-xl-16 {
    margin-right: 1rem;
  }

  .mr-xl-24 {
    margin-right: 1.5rem;
  }

  .mr-xl-32 {
    margin-right: 2rem;
  }

  .mr-xl-40 {
    margin-right: 2.5rem;
  }

  .mr-xl-48 {
    margin-right: 3rem;
  }

  .mr-xl-56 {
    margin-right: 3.5rem;
  }

  .mr-xl-64 {
    margin-right: 4rem;
  }

  .mr-xl-72 {
    margin-right: 4.5rem;
  }

  .mr-xl-80 {
    margin-right: 5rem;
  }

  .mr-xl-88 {
    margin-right: 5.5rem;
  }

  .mr-xl-96 {
    margin-right: 6rem;
  }

  .mr-xl-104 {
    margin-right: 6.5rem;
  }

  .mr-xl-112 {
    margin-right: 7rem;
  }

  .mr-xl-120 {
    margin-right: 7.5rem;
  }

  .mr-xl-128 {
    margin-right: 8rem;
  }

  .mr-xl-136 {
    margin-right: 8.5rem;
  }

  .mr-xl-144 {
    margin-right: 9rem;
  }

  .mr-xl-152 {
    margin-right: 9.5rem;
  }

  .mr-xl-160 {
    margin-right: 10rem;
  }

  .mr-xl-168 {
    margin-right: 10.5rem;
  }

  .mr-xl-176 {
    margin-right: 11rem;
  }

  .mr-xl-184 {
    margin-right: 11.5rem;
  }

  .mr-xl-192 {
    margin-right: 12rem;
  }

  .mr-xl-200 {
    margin-right: 12.5rem;
  }

  .mr-xl-208 {
    margin-right: 13rem;
  }

  .mr-xl-216 {
    margin-right: 13.5rem;
  }

  .mr-xl-224 {
    margin-right: 14rem;
  }

  .mr-xl-232 {
    margin-right: 14.5rem;
  }

  .mr-xl-240 {
    margin-right: 15rem;
  }

  .mr-xl-248 {
    margin-right: 15.5rem;
  }

  .mr-xl-256 {
    margin-right: 16rem;
  }

  .mr-xl--0 {
    margin-right: -0rem !important;
  }

  .mr-xl--8 {
    margin-right: -0.5rem !important;
  }

  .mr-xl--16 {
    margin-right: -1rem !important;
  }

  .mr-xl--24 {
    margin-right: -1.5rem !important;
  }

  .mr-xl--32 {
    margin-right: -2rem !important;
  }

  .mr-xl--40 {
    margin-right: -2.5rem !important;
  }

  .mr-xl--48 {
    margin-right: -3rem !important;
  }

  .mr-xl--56 {
    margin-right: -3.5rem !important;
  }

  .mr-xl--64 {
    margin-right: -4rem !important;
  }

  .mr-xl--72 {
    margin-right: -4.5rem !important;
  }

  .mr-xl--80 {
    margin-right: -5rem !important;
  }

  .mr-xl--88 {
    margin-right: -5.5rem !important;
  }

  .mr-xl--96 {
    margin-right: -6rem !important;
  }

  .mr-xl--104 {
    margin-right: -6.5rem !important;
  }

  .mr-xl--112 {
    margin-right: -7rem !important;
  }

  .mr-xl--120 {
    margin-right: -7.5rem !important;
  }

  .mr-xl--128 {
    margin-right: -8rem !important;
  }

  .mr-xl--136 {
    margin-right: -8.5rem !important;
  }

  .mr-xl--144 {
    margin-right: -9rem !important;
  }

  .mr-xl--152 {
    margin-right: -9.5rem !important;
  }

  .mr-xl--160 {
    margin-right: -10rem !important;
  }

  .mr-xl--168 {
    margin-right: -10.5rem !important;
  }

  .mr-xl--176 {
    margin-right: -11rem !important;
  }

  .mr-xl--184 {
    margin-right: -11.5rem !important;
  }

  .mr-xl--192 {
    margin-right: -12rem !important;
  }

  .mr-xl--200 {
    margin-right: -12.5rem !important;
  }

  .mr-xl--208 {
    margin-right: -13rem !important;
  }

  .mr-xl--216 {
    margin-right: -13.5rem !important;
  }

  .mr-xl--224 {
    margin-right: -14rem !important;
  }

  .mr-xl--232 {
    margin-right: -14.5rem !important;
  }

  .mr-xl--240 {
    margin-right: -15rem !important;
  }

  .mr-xl--248 {
    margin-right: -15.5rem !important;
  }

  .mr-xl--256 {
    margin-right: -16rem !important;
  }

  .mb-xl-0 {
    margin-bottom: 0rem;
  }

  .mb-xl-8 {
    margin-bottom: 0.5rem;
  }

  .mb-xl-16 {
    margin-bottom: 1rem;
  }

  .mb-xl-24 {
    margin-bottom: 1.5rem;
  }

  .mb-xl-32 {
    margin-bottom: 2rem;
  }

  .mb-xl-40 {
    margin-bottom: 2.5rem;
  }

  .mb-xl-48 {
    margin-bottom: 3rem;
  }

  .mb-xl-56 {
    margin-bottom: 3.5rem;
  }

  .mb-xl-64 {
    margin-bottom: 4rem;
  }

  .mb-xl-72 {
    margin-bottom: 4.5rem;
  }

  .mb-xl-80 {
    margin-bottom: 5rem;
  }

  .mb-xl-88 {
    margin-bottom: 5.5rem;
  }

  .mb-xl-96 {
    margin-bottom: 6rem;
  }

  .mb-xl-104 {
    margin-bottom: 6.5rem;
  }

  .mb-xl-112 {
    margin-bottom: 7rem;
  }

  .mb-xl-120 {
    margin-bottom: 7.5rem;
  }

  .mb-xl-128 {
    margin-bottom: 8rem;
  }

  .mb-xl-136 {
    margin-bottom: 8.5rem;
  }

  .mb-xl-144 {
    margin-bottom: 9rem;
  }

  .mb-xl-152 {
    margin-bottom: 9.5rem;
  }

  .mb-xl-160 {
    margin-bottom: 10rem;
  }

  .mb-xl-168 {
    margin-bottom: 10.5rem;
  }

  .mb-xl-176 {
    margin-bottom: 11rem;
  }

  .mb-xl-184 {
    margin-bottom: 11.5rem;
  }

  .mb-xl-192 {
    margin-bottom: 12rem;
  }

  .mb-xl-200 {
    margin-bottom: 12.5rem;
  }

  .mb-xl-208 {
    margin-bottom: 13rem;
  }

  .mb-xl-216 {
    margin-bottom: 13.5rem;
  }

  .mb-xl-224 {
    margin-bottom: 14rem;
  }

  .mb-xl-232 {
    margin-bottom: 14.5rem;
  }

  .mb-xl-240 {
    margin-bottom: 15rem;
  }

  .mb-xl-248 {
    margin-bottom: 15.5rem;
  }

  .mb-xl-256 {
    margin-bottom: 16rem;
  }

  .mb-xl--0 {
    margin-bottom: -0rem !important;
  }

  .mb-xl--8 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl--16 {
    margin-bottom: -1rem !important;
  }

  .mb-xl--24 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl--32 {
    margin-bottom: -2rem !important;
  }

  .mb-xl--40 {
    margin-bottom: -2.5rem !important;
  }

  .mb-xl--48 {
    margin-bottom: -3rem !important;
  }

  .mb-xl--56 {
    margin-bottom: -3.5rem !important;
  }

  .mb-xl--64 {
    margin-bottom: -4rem !important;
  }

  .mb-xl--72 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xl--80 {
    margin-bottom: -5rem !important;
  }

  .mb-xl--88 {
    margin-bottom: -5.5rem !important;
  }

  .mb-xl--96 {
    margin-bottom: -6rem !important;
  }

  .mb-xl--104 {
    margin-bottom: -6.5rem !important;
  }

  .mb-xl--112 {
    margin-bottom: -7rem !important;
  }

  .mb-xl--120 {
    margin-bottom: -7.5rem !important;
  }

  .mb-xl--128 {
    margin-bottom: -8rem !important;
  }

  .mb-xl--136 {
    margin-bottom: -8.5rem !important;
  }

  .mb-xl--144 {
    margin-bottom: -9rem !important;
  }

  .mb-xl--152 {
    margin-bottom: -9.5rem !important;
  }

  .mb-xl--160 {
    margin-bottom: -10rem !important;
  }

  .mb-xl--168 {
    margin-bottom: -10.5rem !important;
  }

  .mb-xl--176 {
    margin-bottom: -11rem !important;
  }

  .mb-xl--184 {
    margin-bottom: -11.5rem !important;
  }

  .mb-xl--192 {
    margin-bottom: -12rem !important;
  }

  .mb-xl--200 {
    margin-bottom: -12.5rem !important;
  }

  .mb-xl--208 {
    margin-bottom: -13rem !important;
  }

  .mb-xl--216 {
    margin-bottom: -13.5rem !important;
  }

  .mb-xl--224 {
    margin-bottom: -14rem !important;
  }

  .mb-xl--232 {
    margin-bottom: -14.5rem !important;
  }

  .mb-xl--240 {
    margin-bottom: -15rem !important;
  }

  .mb-xl--248 {
    margin-bottom: -15.5rem !important;
  }

  .mb-xl--256 {
    margin-bottom: -16rem !important;
  }

  .ml-xl-0 {
    margin-left: 0rem;
  }

  .ml-xl-8 {
    margin-left: 0.5rem;
  }

  .ml-xl-16 {
    margin-left: 1rem;
  }

  .ml-xl-24 {
    margin-left: 1.5rem;
  }

  .ml-xl-32 {
    margin-left: 2rem;
  }

  .ml-xl-40 {
    margin-left: 2.5rem;
  }

  .ml-xl-48 {
    margin-left: 3rem;
  }

  .ml-xl-56 {
    margin-left: 3.5rem;
  }

  .ml-xl-64 {
    margin-left: 4rem;
  }

  .ml-xl-72 {
    margin-left: 4.5rem;
  }

  .ml-xl-80 {
    margin-left: 5rem;
  }

  .ml-xl-88 {
    margin-left: 5.5rem;
  }

  .ml-xl-96 {
    margin-left: 6rem;
  }

  .ml-xl-104 {
    margin-left: 6.5rem;
  }

  .ml-xl-112 {
    margin-left: 7rem;
  }

  .ml-xl-120 {
    margin-left: 7.5rem;
  }

  .ml-xl-128 {
    margin-left: 8rem;
  }

  .ml-xl-136 {
    margin-left: 8.5rem;
  }

  .ml-xl-144 {
    margin-left: 9rem;
  }

  .ml-xl-152 {
    margin-left: 9.5rem;
  }

  .ml-xl-160 {
    margin-left: 10rem;
  }

  .ml-xl-168 {
    margin-left: 10.5rem;
  }

  .ml-xl-176 {
    margin-left: 11rem;
  }

  .ml-xl-184 {
    margin-left: 11.5rem;
  }

  .ml-xl-192 {
    margin-left: 12rem;
  }

  .ml-xl-200 {
    margin-left: 12.5rem;
  }

  .ml-xl-208 {
    margin-left: 13rem;
  }

  .ml-xl-216 {
    margin-left: 13.5rem;
  }

  .ml-xl-224 {
    margin-left: 14rem;
  }

  .ml-xl-232 {
    margin-left: 14.5rem;
  }

  .ml-xl-240 {
    margin-left: 15rem;
  }

  .ml-xl-248 {
    margin-left: 15.5rem;
  }

  .ml-xl-256 {
    margin-left: 16rem;
  }

  .ml-xl--0 {
    margin-left: -0rem !important;
  }

  .ml-xl--8 {
    margin-left: -0.5rem !important;
  }

  .ml-xl--16 {
    margin-left: -1rem !important;
  }

  .ml-xl--24 {
    margin-left: -1.5rem !important;
  }

  .ml-xl--32 {
    margin-left: -2rem !important;
  }

  .ml-xl--40 {
    margin-left: -2.5rem !important;
  }

  .ml-xl--48 {
    margin-left: -3rem !important;
  }

  .ml-xl--56 {
    margin-left: -3.5rem !important;
  }

  .ml-xl--64 {
    margin-left: -4rem !important;
  }

  .ml-xl--72 {
    margin-left: -4.5rem !important;
  }

  .ml-xl--80 {
    margin-left: -5rem !important;
  }

  .ml-xl--88 {
    margin-left: -5.5rem !important;
  }

  .ml-xl--96 {
    margin-left: -6rem !important;
  }

  .ml-xl--104 {
    margin-left: -6.5rem !important;
  }

  .ml-xl--112 {
    margin-left: -7rem !important;
  }

  .ml-xl--120 {
    margin-left: -7.5rem !important;
  }

  .ml-xl--128 {
    margin-left: -8rem !important;
  }

  .ml-xl--136 {
    margin-left: -8.5rem !important;
  }

  .ml-xl--144 {
    margin-left: -9rem !important;
  }

  .ml-xl--152 {
    margin-left: -9.5rem !important;
  }

  .ml-xl--160 {
    margin-left: -10rem !important;
  }

  .ml-xl--168 {
    margin-left: -10.5rem !important;
  }

  .ml-xl--176 {
    margin-left: -11rem !important;
  }

  .ml-xl--184 {
    margin-left: -11.5rem !important;
  }

  .ml-xl--192 {
    margin-left: -12rem !important;
  }

  .ml-xl--200 {
    margin-left: -12.5rem !important;
  }

  .ml-xl--208 {
    margin-left: -13rem !important;
  }

  .ml-xl--216 {
    margin-left: -13.5rem !important;
  }

  .ml-xl--224 {
    margin-left: -14rem !important;
  }

  .ml-xl--232 {
    margin-left: -14.5rem !important;
  }

  .ml-xl--240 {
    margin-left: -15rem !important;
  }

  .ml-xl--248 {
    margin-left: -15.5rem !important;
  }

  .ml-xl--256 {
    margin-left: -16rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .container-xxl {
    --bs-gutter-x: 1rem;
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x);
    max-width: 1400px;
  }

  .position-xxl-absolute {
    position: absolute;
  }

  .position-xxl-relative {
    position: relative;
  }

  .position-xxl-fixed {
    position: fixed;
  }

  .max-w-xxl-none {
    max-width: auto;
  }

  .min-w-xxl-none {
    min-width: auto;
  }

  .max-w-xxl-50 {
    max-width: 50px;
  }

  .min-w-xxl-50 {
    min-width: 50px;
  }

  .max-w-xxl-100 {
    max-width: 100px;
  }

  .min-w-xxl-100 {
    min-width: 100px;
  }

  .max-w-xxl-150 {
    max-width: 150px;
  }

  .min-w-xxl-150 {
    min-width: 150px;
  }

  .max-w-xxl-200 {
    max-width: 200px;
  }

  .min-w-xxl-200 {
    min-width: 200px;
  }

  .max-w-xxl-250 {
    max-width: 250px;
  }

  .min-w-xxl-250 {
    min-width: 250px;
  }

  .max-w-xxl-300 {
    max-width: 300px;
  }

  .min-w-xxl-300 {
    min-width: 300px;
  }

  .max-w-xxl-350 {
    max-width: 350px;
  }

  .min-w-xxl-350 {
    min-width: 350px;
  }

  .max-w-xxl-400 {
    max-width: 400px;
  }

  .min-w-xxl-400 {
    min-width: 400px;
  }

  .max-w-xxl-450 {
    max-width: 450px;
  }

  .min-w-xxl-450 {
    min-width: 450px;
  }

  .max-w-xxl-500 {
    max-width: 500px;
  }

  .min-w-xxl-500 {
    min-width: 500px;
  }

  .max-w-xxl-550 {
    max-width: 550px;
  }

  .min-w-xxl-550 {
    min-width: 550px;
  }

  .max-w-xxl-600 {
    max-width: 600px;
  }

  .min-w-xxl-600 {
    min-width: 600px;
  }

  .max-w-xxl-650 {
    max-width: 650px;
  }

  .min-w-xxl-650 {
    min-width: 650px;
  }

  .max-w-xxl-700 {
    max-width: 700px;
  }

  .min-w-xxl-700 {
    min-width: 700px;
  }

  .max-w-xxl-750 {
    max-width: 750px;
  }

  .min-w-xxl-750 {
    min-width: 750px;
  }

  .max-w-xxl-800 {
    max-width: 800px;
  }

  .min-w-xxl-800 {
    min-width: 800px;
  }

  .max-w-xxl-850 {
    max-width: 850px;
  }

  .min-w-xxl-850 {
    min-width: 850px;
  }

  .max-w-xxl-900 {
    max-width: 900px;
  }

  .min-w-xxl-900 {
    min-width: 900px;
  }

  .max-w-xxl-950 {
    max-width: 950px;
  }

  .min-w-xxl-950 {
    min-width: 950px;
  }

  .max-w-xxl-1000 {
    max-width: 1000px;
  }

  .min-w-xxl-1000 {
    min-width: 1000px;
  }

  .max-w-xxl-1050 {
    max-width: 1050px;
  }

  .min-w-xxl-1050 {
    min-width: 1050px;
  }

  .max-w-xxl-1100 {
    max-width: 1100px;
  }

  .min-w-xxl-1100 {
    min-width: 1100px;
  }

  .max-w-xxl-1150 {
    max-width: 1150px;
  }

  .min-w-xxl-1150 {
    min-width: 1150px;
  }

  .max-w-xxl-1200 {
    max-width: 1200px;
  }

  .min-w-xxl-1200 {
    min-width: 1200px;
  }

  .w-xxl-0 {
    width: 0;
  }

  .w-xxl-0 {
    width: 0%;
  }

  .vw-xxl-0 {
    min-width: 0vw;
  }

  .vw-force-xxl-0 {
    width: 0vw;
  }

  .w-xxl-10 {
    width: 10%;
  }

  .vw-xxl-10 {
    min-width: 10vw;
  }

  .vw-force-xxl-10 {
    width: 10vw;
  }

  .w-xxl-20 {
    width: 20%;
  }

  .vw-xxl-20 {
    min-width: 20vw;
  }

  .vw-force-xxl-20 {
    width: 20vw;
  }

  .w-xxl-30 {
    width: 30%;
  }

  .vw-xxl-30 {
    min-width: 30vw;
  }

  .vw-force-xxl-30 {
    width: 30vw;
  }

  .w-xxl-40 {
    width: 40%;
  }

  .vw-xxl-40 {
    min-width: 40vw;
  }

  .vw-force-xxl-40 {
    width: 40vw;
  }

  .w-xxl-50 {
    width: 50%;
  }

  .vw-xxl-50 {
    min-width: 50vw;
  }

  .vw-force-xxl-50 {
    width: 50vw;
  }

  .w-xxl-60 {
    width: 60%;
  }

  .vw-xxl-60 {
    min-width: 60vw;
  }

  .vw-force-xxl-60 {
    width: 60vw;
  }

  .w-xxl-70 {
    width: 70%;
  }

  .vw-xxl-70 {
    min-width: 70vw;
  }

  .vw-force-xxl-70 {
    width: 70vw;
  }

  .w-xxl-80 {
    width: 80%;
  }

  .vw-xxl-80 {
    min-width: 80vw;
  }

  .vw-force-xxl-80 {
    width: 80vw;
  }

  .w-xxl-90 {
    width: 90%;
  }

  .vw-xxl-90 {
    min-width: 90vw;
  }

  .vw-force-xxl-90 {
    width: 90vw;
  }

  .w-xxl-100 {
    width: 100%;
  }

  .vw-xxl-100 {
    min-width: 100vw;
  }

  .vw-force-xxl-100 {
    width: 100vw;
  }

  .max-h-xxl-none {
    max-height: auto;
  }

  .min-h-xxl-none {
    min-height: auto;
  }

  .max-h-xxl-50 {
    max-height: 50px;
  }

  .min-h-xxl-50 {
    min-height: 50px;
  }

  .max-h-xxl-100 {
    max-height: 100px;
  }

  .min-h-xxl-100 {
    min-height: 100px;
  }

  .max-h-xxl-150 {
    max-height: 150px;
  }

  .min-h-xxl-150 {
    min-height: 150px;
  }

  .max-h-xxl-200 {
    max-height: 200px;
  }

  .min-h-xxl-200 {
    min-height: 200px;
  }

  .max-h-xxl-250 {
    max-height: 250px;
  }

  .min-h-xxl-250 {
    min-height: 250px;
  }

  .max-h-xxl-300 {
    max-height: 300px;
  }

  .min-h-xxl-300 {
    min-height: 300px;
  }

  .max-h-xxl-350 {
    max-height: 350px;
  }

  .min-h-xxl-350 {
    min-height: 350px;
  }

  .max-h-xxl-400 {
    max-height: 400px;
  }

  .min-h-xxl-400 {
    min-height: 400px;
  }

  .max-h-xxl-450 {
    max-height: 450px;
  }

  .min-h-xxl-450 {
    min-height: 450px;
  }

  .max-h-xxl-500 {
    max-height: 500px;
  }

  .min-h-xxl-500 {
    min-height: 500px;
  }

  .max-h-xxl-550 {
    max-height: 550px;
  }

  .min-h-xxl-550 {
    min-height: 550px;
  }

  .max-h-xxl-600 {
    max-height: 600px;
  }

  .min-h-xxl-600 {
    min-height: 600px;
  }

  .max-h-xxl-650 {
    max-height: 650px;
  }

  .min-h-xxl-650 {
    min-height: 650px;
  }

  .max-h-xxl-700 {
    max-height: 700px;
  }

  .min-h-xxl-700 {
    min-height: 700px;
  }

  .max-h-xxl-750 {
    max-height: 750px;
  }

  .min-h-xxl-750 {
    min-height: 750px;
  }

  .max-h-xxl-800 {
    max-height: 800px;
  }

  .min-h-xxl-800 {
    min-height: 800px;
  }

  .max-h-xxl-850 {
    max-height: 850px;
  }

  .min-h-xxl-850 {
    min-height: 850px;
  }

  .max-h-xxl-900 {
    max-height: 900px;
  }

  .min-h-xxl-900 {
    min-height: 900px;
  }

  .max-h-xxl-950 {
    max-height: 950px;
  }

  .min-h-xxl-950 {
    min-height: 950px;
  }

  .max-h-xxl-1000 {
    max-height: 1000px;
  }

  .min-h-xxl-1000 {
    min-height: 1000px;
  }

  .max-h-xxl-1050 {
    max-height: 1050px;
  }

  .min-h-xxl-1050 {
    min-height: 1050px;
  }

  .max-h-xxl-1100 {
    max-height: 1100px;
  }

  .min-h-xxl-1100 {
    min-height: 1100px;
  }

  .max-h-xxl-1150 {
    max-height: 1150px;
  }

  .min-h-xxl-1150 {
    min-height: 1150px;
  }

  .max-h-xxl-1200 {
    max-height: 1200px;
  }

  .min-h-xxl-1200 {
    min-height: 1200px;
  }

  .h-xxl-0 {
    height: 0;
  }

  .h-xxl-0 {
    height: 0%;
  }

  .vh-xxl-0 {
    min-height: 0vh;
  }

  .vh-force-xxl-0 {
    height: 0vh;
  }

  .h-xxl-10 {
    height: 10%;
  }

  .vh-xxl-10 {
    min-height: 10vh;
  }

  .vh-force-xxl-10 {
    height: 10vh;
  }

  .h-xxl-20 {
    height: 20%;
  }

  .vh-xxl-20 {
    min-height: 20vh;
  }

  .vh-force-xxl-20 {
    height: 20vh;
  }

  .h-xxl-30 {
    height: 30%;
  }

  .vh-xxl-30 {
    min-height: 30vh;
  }

  .vh-force-xxl-30 {
    height: 30vh;
  }

  .h-xxl-40 {
    height: 40%;
  }

  .vh-xxl-40 {
    min-height: 40vh;
  }

  .vh-force-xxl-40 {
    height: 40vh;
  }

  .h-xxl-50 {
    height: 50%;
  }

  .vh-xxl-50 {
    min-height: 50vh;
  }

  .vh-force-xxl-50 {
    height: 50vh;
  }

  .h-xxl-60 {
    height: 60%;
  }

  .vh-xxl-60 {
    min-height: 60vh;
  }

  .vh-force-xxl-60 {
    height: 60vh;
  }

  .h-xxl-70 {
    height: 70%;
  }

  .vh-xxl-70 {
    min-height: 70vh;
  }

  .vh-force-xxl-70 {
    height: 70vh;
  }

  .h-xxl-80 {
    height: 80%;
  }

  .vh-xxl-80 {
    min-height: 80vh;
  }

  .vh-force-xxl-80 {
    height: 80vh;
  }

  .h-xxl-90 {
    height: 90%;
  }

  .vh-xxl-90 {
    min-height: 90vh;
  }

  .vh-force-xxl-90 {
    height: 90vh;
  }

  .h-xxl-100 {
    height: 100%;
  }

  .vh-xxl-100 {
    min-height: 100vh;
  }

  .vh-force-xxl-100 {
    height: 100vh;
  }

  .font-xxl-14 {
    font-size: 0.85rem;
  }

  .font-xxl-18 {
    font-size: 1.25rem;
  }

  .font-xxl-8 {
    font-size: 0.5rem;
  }

  .font-xxl-16 {
    font-size: 1rem;
  }

  .font-xxl-24 {
    font-size: 1.5rem;
  }

  .font-xxl-32 {
    font-size: 2rem;
  }

  .font-xxl-40 {
    font-size: 2.5rem;
  }

  .font-xxl-48 {
    font-size: 3rem;
  }

  .font-xxl-56 {
    font-size: 3.5rem;
  }

  .font-xxl-64 {
    font-size: 4rem;
  }

  .font-xxl-72 {
    font-size: 4.5rem;
  }

  .font-xxl-80 {
    font-size: 5rem;
  }

  .font-xxl-88 {
    font-size: 5.5rem;
  }

  .font-xxl-96 {
    font-size: 6rem;
  }

  .font-xxl-104 {
    font-size: 6.5rem;
  }

  .font-xxl-112 {
    font-size: 7rem;
  }

  .font-xxl-120 {
    font-size: 7.5rem;
  }

  .font-xxl-128 {
    font-size: 8rem;
  }

  .font-xxl-136 {
    font-size: 8.5rem;
  }

  .font-xxl-144 {
    font-size: 9rem;
  }

  .font-xxl-152 {
    font-size: 9.5rem;
  }

  .font-xxl-160 {
    font-size: 10rem;
  }

  .font-xxl-168 {
    font-size: 10.5rem;
  }

  .font-xxl-176 {
    font-size: 11rem;
  }

  .font-xxl-184 {
    font-size: 11.5rem;
  }

  .font-xxl-192 {
    font-size: 12rem;
  }

  .font-xxl-200 {
    font-size: 12.5rem;
  }

  .font-xxl-208 {
    font-size: 13rem;
  }

  .font-xxl-216 {
    font-size: 13.5rem;
  }

  .font-xxl-224 {
    font-size: 14rem;
  }

  .font-xxl-232 {
    font-size: 14.5rem;
  }

  .font-xxl-240 {
    font-size: 15rem;
  }

  .font-xxl-248 {
    font-size: 15.5rem;
  }

  .font-xxl-256 {
    font-size: 16rem;
  }

  .p-xxl-0 {
    padding: 0rem;
  }

  .p-xxl-8 {
    padding: 0.5rem;
  }

  .p-xxl-16 {
    padding: 1rem;
  }

  .p-xxl-24 {
    padding: 1.5rem;
  }

  .p-xxl-32 {
    padding: 2rem;
  }

  .p-xxl-40 {
    padding: 2.5rem;
  }

  .p-xxl-48 {
    padding: 3rem;
  }

  .p-xxl-56 {
    padding: 3.5rem;
  }

  .p-xxl-64 {
    padding: 4rem;
  }

  .p-xxl-72 {
    padding: 4.5rem;
  }

  .p-xxl-80 {
    padding: 5rem;
  }

  .p-xxl-88 {
    padding: 5.5rem;
  }

  .p-xxl-96 {
    padding: 6rem;
  }

  .p-xxl-104 {
    padding: 6.5rem;
  }

  .p-xxl-112 {
    padding: 7rem;
  }

  .p-xxl-120 {
    padding: 7.5rem;
  }

  .p-xxl-128 {
    padding: 8rem;
  }

  .p-xxl-136 {
    padding: 8.5rem;
  }

  .p-xxl-144 {
    padding: 9rem;
  }

  .p-xxl-152 {
    padding: 9.5rem;
  }

  .p-xxl-160 {
    padding: 10rem;
  }

  .p-xxl-168 {
    padding: 10.5rem;
  }

  .p-xxl-176 {
    padding: 11rem;
  }

  .p-xxl-184 {
    padding: 11.5rem;
  }

  .p-xxl-192 {
    padding: 12rem;
  }

  .p-xxl-200 {
    padding: 12.5rem;
  }

  .p-xxl-208 {
    padding: 13rem;
  }

  .p-xxl-216 {
    padding: 13.5rem;
  }

  .p-xxl-224 {
    padding: 14rem;
  }

  .p-xxl-232 {
    padding: 14.5rem;
  }

  .p-xxl-240 {
    padding: 15rem;
  }

  .p-xxl-248 {
    padding: 15.5rem;
  }

  .p-xxl-256 {
    padding: 16rem;
  }

  .py-xxl-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .py-xxl-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .py-xxl-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .py-xxl-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .py-xxl-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .py-xxl-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py-xxl-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .py-xxl-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .py-xxl-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .py-xxl-72 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .py-xxl-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .py-xxl-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .py-xxl-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .py-xxl-104 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .py-xxl-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .py-xxl-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .py-xxl-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .py-xxl-136 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .py-xxl-144 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .py-xxl-152 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .py-xxl-160 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .py-xxl-168 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .py-xxl-176 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .py-xxl-184 {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .py-xxl-192 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .py-xxl-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .py-xxl-208 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .py-xxl-216 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .py-xxl-224 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .py-xxl-232 {
    padding-top: 14.5rem;
    padding-bottom: 14.5rem;
  }

  .py-xxl-240 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .py-xxl-248 {
    padding-top: 15.5rem;
    padding-bottom: 15.5rem;
  }

  .py-xxl-256 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .px-xxl-0 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .px-xxl-8 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .px-xxl-16 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .px-xxl-24 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .px-xxl-32 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .px-xxl-40 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .px-xxl-48 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .px-xxl-56 {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }

  .px-xxl-64 {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .px-xxl-72 {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }

  .px-xxl-80 {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .px-xxl-88 {
    padding-right: 5.5rem;
    padding-left: 5.5rem;
  }

  .px-xxl-96 {
    padding-right: 6rem;
    padding-left: 6rem;
  }

  .px-xxl-104 {
    padding-right: 6.5rem;
    padding-left: 6.5rem;
  }

  .px-xxl-112 {
    padding-right: 7rem;
    padding-left: 7rem;
  }

  .px-xxl-120 {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }

  .px-xxl-128 {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .px-xxl-136 {
    padding-right: 8.5rem;
    padding-left: 8.5rem;
  }

  .px-xxl-144 {
    padding-right: 9rem;
    padding-left: 9rem;
  }

  .px-xxl-152 {
    padding-right: 9.5rem;
    padding-left: 9.5rem;
  }

  .px-xxl-160 {
    padding-right: 10rem;
    padding-left: 10rem;
  }

  .px-xxl-168 {
    padding-right: 10.5rem;
    padding-left: 10.5rem;
  }

  .px-xxl-176 {
    padding-right: 11rem;
    padding-left: 11rem;
  }

  .px-xxl-184 {
    padding-right: 11.5rem;
    padding-left: 11.5rem;
  }

  .px-xxl-192 {
    padding-right: 12rem;
    padding-left: 12rem;
  }

  .px-xxl-200 {
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }

  .px-xxl-208 {
    padding-right: 13rem;
    padding-left: 13rem;
  }

  .px-xxl-216 {
    padding-right: 13.5rem;
    padding-left: 13.5rem;
  }

  .px-xxl-224 {
    padding-right: 14rem;
    padding-left: 14rem;
  }

  .px-xxl-232 {
    padding-right: 14.5rem;
    padding-left: 14.5rem;
  }

  .px-xxl-240 {
    padding-right: 15rem;
    padding-left: 15rem;
  }

  .px-xxl-248 {
    padding-right: 15.5rem;
    padding-left: 15.5rem;
  }

  .px-xxl-256 {
    padding-right: 16rem;
    padding-left: 16rem;
  }

  .pt-xxl-0 {
    padding-top: 0rem;
  }

  .pt-xxl-8 {
    padding-top: 0.5rem;
  }

  .pt-xxl-16 {
    padding-top: 1rem;
  }

  .pt-xxl-24 {
    padding-top: 1.5rem;
  }

  .pt-xxl-32 {
    padding-top: 2rem;
  }

  .pt-xxl-40 {
    padding-top: 2.5rem;
  }

  .pt-xxl-48 {
    padding-top: 3rem;
  }

  .pt-xxl-56 {
    padding-top: 3.5rem;
  }

  .pt-xxl-64 {
    padding-top: 4rem;
  }

  .pt-xxl-72 {
    padding-top: 4.5rem;
  }

  .pt-xxl-80 {
    padding-top: 5rem;
  }

  .pt-xxl-88 {
    padding-top: 5.5rem;
  }

  .pt-xxl-96 {
    padding-top: 6rem;
  }

  .pt-xxl-104 {
    padding-top: 6.5rem;
  }

  .pt-xxl-112 {
    padding-top: 7rem;
  }

  .pt-xxl-120 {
    padding-top: 7.5rem;
  }

  .pt-xxl-128 {
    padding-top: 8rem;
  }

  .pt-xxl-136 {
    padding-top: 8.5rem;
  }

  .pt-xxl-144 {
    padding-top: 9rem;
  }

  .pt-xxl-152 {
    padding-top: 9.5rem;
  }

  .pt-xxl-160 {
    padding-top: 10rem;
  }

  .pt-xxl-168 {
    padding-top: 10.5rem;
  }

  .pt-xxl-176 {
    padding-top: 11rem;
  }

  .pt-xxl-184 {
    padding-top: 11.5rem;
  }

  .pt-xxl-192 {
    padding-top: 12rem;
  }

  .pt-xxl-200 {
    padding-top: 12.5rem;
  }

  .pt-xxl-208 {
    padding-top: 13rem;
  }

  .pt-xxl-216 {
    padding-top: 13.5rem;
  }

  .pt-xxl-224 {
    padding-top: 14rem;
  }

  .pt-xxl-232 {
    padding-top: 14.5rem;
  }

  .pt-xxl-240 {
    padding-top: 15rem;
  }

  .pt-xxl-248 {
    padding-top: 15.5rem;
  }

  .pt-xxl-256 {
    padding-top: 16rem;
  }

  .pr-xxl-0 {
    padding-right: 0rem;
  }

  .pr-xxl-8 {
    padding-right: 0.5rem;
  }

  .pr-xxl-16 {
    padding-right: 1rem;
  }

  .pr-xxl-24 {
    padding-right: 1.5rem;
  }

  .pr-xxl-32 {
    padding-right: 2rem;
  }

  .pr-xxl-40 {
    padding-right: 2.5rem;
  }

  .pr-xxl-48 {
    padding-right: 3rem;
  }

  .pr-xxl-56 {
    padding-right: 3.5rem;
  }

  .pr-xxl-64 {
    padding-right: 4rem;
  }

  .pr-xxl-72 {
    padding-right: 4.5rem;
  }

  .pr-xxl-80 {
    padding-right: 5rem;
  }

  .pr-xxl-88 {
    padding-right: 5.5rem;
  }

  .pr-xxl-96 {
    padding-right: 6rem;
  }

  .pr-xxl-104 {
    padding-right: 6.5rem;
  }

  .pr-xxl-112 {
    padding-right: 7rem;
  }

  .pr-xxl-120 {
    padding-right: 7.5rem;
  }

  .pr-xxl-128 {
    padding-right: 8rem;
  }

  .pr-xxl-136 {
    padding-right: 8.5rem;
  }

  .pr-xxl-144 {
    padding-right: 9rem;
  }

  .pr-xxl-152 {
    padding-right: 9.5rem;
  }

  .pr-xxl-160 {
    padding-right: 10rem;
  }

  .pr-xxl-168 {
    padding-right: 10.5rem;
  }

  .pr-xxl-176 {
    padding-right: 11rem;
  }

  .pr-xxl-184 {
    padding-right: 11.5rem;
  }

  .pr-xxl-192 {
    padding-right: 12rem;
  }

  .pr-xxl-200 {
    padding-right: 12.5rem;
  }

  .pr-xxl-208 {
    padding-right: 13rem;
  }

  .pr-xxl-216 {
    padding-right: 13.5rem;
  }

  .pr-xxl-224 {
    padding-right: 14rem;
  }

  .pr-xxl-232 {
    padding-right: 14.5rem;
  }

  .pr-xxl-240 {
    padding-right: 15rem;
  }

  .pr-xxl-248 {
    padding-right: 15.5rem;
  }

  .pr-xxl-256 {
    padding-right: 16rem;
  }

  .pb-xxl-0 {
    padding-bottom: 0rem;
  }

  .pb-xxl-8 {
    padding-bottom: 0.5rem;
  }

  .pb-xxl-16 {
    padding-bottom: 1rem;
  }

  .pb-xxl-24 {
    padding-bottom: 1.5rem;
  }

  .pb-xxl-32 {
    padding-bottom: 2rem;
  }

  .pb-xxl-40 {
    padding-bottom: 2.5rem;
  }

  .pb-xxl-48 {
    padding-bottom: 3rem;
  }

  .pb-xxl-56 {
    padding-bottom: 3.5rem;
  }

  .pb-xxl-64 {
    padding-bottom: 4rem;
  }

  .pb-xxl-72 {
    padding-bottom: 4.5rem;
  }

  .pb-xxl-80 {
    padding-bottom: 5rem;
  }

  .pb-xxl-88 {
    padding-bottom: 5.5rem;
  }

  .pb-xxl-96 {
    padding-bottom: 6rem;
  }

  .pb-xxl-104 {
    padding-bottom: 6.5rem;
  }

  .pb-xxl-112 {
    padding-bottom: 7rem;
  }

  .pb-xxl-120 {
    padding-bottom: 7.5rem;
  }

  .pb-xxl-128 {
    padding-bottom: 8rem;
  }

  .pb-xxl-136 {
    padding-bottom: 8.5rem;
  }

  .pb-xxl-144 {
    padding-bottom: 9rem;
  }

  .pb-xxl-152 {
    padding-bottom: 9.5rem;
  }

  .pb-xxl-160 {
    padding-bottom: 10rem;
  }

  .pb-xxl-168 {
    padding-bottom: 10.5rem;
  }

  .pb-xxl-176 {
    padding-bottom: 11rem;
  }

  .pb-xxl-184 {
    padding-bottom: 11.5rem;
  }

  .pb-xxl-192 {
    padding-bottom: 12rem;
  }

  .pb-xxl-200 {
    padding-bottom: 12.5rem;
  }

  .pb-xxl-208 {
    padding-bottom: 13rem;
  }

  .pb-xxl-216 {
    padding-bottom: 13.5rem;
  }

  .pb-xxl-224 {
    padding-bottom: 14rem;
  }

  .pb-xxl-232 {
    padding-bottom: 14.5rem;
  }

  .pb-xxl-240 {
    padding-bottom: 15rem;
  }

  .pb-xxl-248 {
    padding-bottom: 15.5rem;
  }

  .pb-xxl-256 {
    padding-bottom: 16rem;
  }

  .pl-xxl-0 {
    padding-left: 0rem;
  }

  .pl-xxl-8 {
    padding-left: 0.5rem;
  }

  .pl-xxl-16 {
    padding-left: 1rem;
  }

  .pl-xxl-24 {
    padding-left: 1.5rem;
  }

  .pl-xxl-32 {
    padding-left: 2rem;
  }

  .pl-xxl-40 {
    padding-left: 2.5rem;
  }

  .pl-xxl-48 {
    padding-left: 3rem;
  }

  .pl-xxl-56 {
    padding-left: 3.5rem;
  }

  .pl-xxl-64 {
    padding-left: 4rem;
  }

  .pl-xxl-72 {
    padding-left: 4.5rem;
  }

  .pl-xxl-80 {
    padding-left: 5rem;
  }

  .pl-xxl-88 {
    padding-left: 5.5rem;
  }

  .pl-xxl-96 {
    padding-left: 6rem;
  }

  .pl-xxl-104 {
    padding-left: 6.5rem;
  }

  .pl-xxl-112 {
    padding-left: 7rem;
  }

  .pl-xxl-120 {
    padding-left: 7.5rem;
  }

  .pl-xxl-128 {
    padding-left: 8rem;
  }

  .pl-xxl-136 {
    padding-left: 8.5rem;
  }

  .pl-xxl-144 {
    padding-left: 9rem;
  }

  .pl-xxl-152 {
    padding-left: 9.5rem;
  }

  .pl-xxl-160 {
    padding-left: 10rem;
  }

  .pl-xxl-168 {
    padding-left: 10.5rem;
  }

  .pl-xxl-176 {
    padding-left: 11rem;
  }

  .pl-xxl-184 {
    padding-left: 11.5rem;
  }

  .pl-xxl-192 {
    padding-left: 12rem;
  }

  .pl-xxl-200 {
    padding-left: 12.5rem;
  }

  .pl-xxl-208 {
    padding-left: 13rem;
  }

  .pl-xxl-216 {
    padding-left: 13.5rem;
  }

  .pl-xxl-224 {
    padding-left: 14rem;
  }

  .pl-xxl-232 {
    padding-left: 14.5rem;
  }

  .pl-xxl-240 {
    padding-left: 15rem;
  }

  .pl-xxl-248 {
    padding-left: 15.5rem;
  }

  .pl-xxl-256 {
    padding-left: 16rem;
  }

  .m-xxl-0 {
    margin: 0rem;
  }

  .m-xxl-8 {
    margin: 0.5rem;
  }

  .m-xxl-16 {
    margin: 1rem;
  }

  .m-xxl-24 {
    margin: 1.5rem;
  }

  .m-xxl-32 {
    margin: 2rem;
  }

  .m-xxl-40 {
    margin: 2.5rem;
  }

  .m-xxl-48 {
    margin: 3rem;
  }

  .m-xxl-56 {
    margin: 3.5rem;
  }

  .m-xxl-64 {
    margin: 4rem;
  }

  .m-xxl-72 {
    margin: 4.5rem;
  }

  .m-xxl-80 {
    margin: 5rem;
  }

  .m-xxl-88 {
    margin: 5.5rem;
  }

  .m-xxl-96 {
    margin: 6rem;
  }

  .m-xxl-104 {
    margin: 6.5rem;
  }

  .m-xxl-112 {
    margin: 7rem;
  }

  .m-xxl-120 {
    margin: 7.5rem;
  }

  .m-xxl-128 {
    margin: 8rem;
  }

  .m-xxl-136 {
    margin: 8.5rem;
  }

  .m-xxl-144 {
    margin: 9rem;
  }

  .m-xxl-152 {
    margin: 9.5rem;
  }

  .m-xxl-160 {
    margin: 10rem;
  }

  .m-xxl-168 {
    margin: 10.5rem;
  }

  .m-xxl-176 {
    margin: 11rem;
  }

  .m-xxl-184 {
    margin: 11.5rem;
  }

  .m-xxl-192 {
    margin: 12rem;
  }

  .m-xxl-200 {
    margin: 12.5rem;
  }

  .m-xxl-208 {
    margin: 13rem;
  }

  .m-xxl-216 {
    margin: 13.5rem;
  }

  .m-xxl-224 {
    margin: 14rem;
  }

  .m-xxl-232 {
    margin: 14.5rem;
  }

  .m-xxl-240 {
    margin: 15rem;
  }

  .m-xxl-248 {
    margin: 15.5rem;
  }

  .m-xxl-256 {
    margin: 16rem;
  }

  .m-xxl--0 {
    margin: -0rem !important;
  }

  .m-xxl--8 {
    margin: -0.5rem !important;
  }

  .m-xxl--16 {
    margin: -1rem !important;
  }

  .m-xxl--24 {
    margin: -1.5rem !important;
  }

  .m-xxl--32 {
    margin: -2rem !important;
  }

  .m-xxl--40 {
    margin: -2.5rem !important;
  }

  .m-xxl--48 {
    margin: -3rem !important;
  }

  .m-xxl--56 {
    margin: -3.5rem !important;
  }

  .m-xxl--64 {
    margin: -4rem !important;
  }

  .m-xxl--72 {
    margin: -4.5rem !important;
  }

  .m-xxl--80 {
    margin: -5rem !important;
  }

  .m-xxl--88 {
    margin: -5.5rem !important;
  }

  .m-xxl--96 {
    margin: -6rem !important;
  }

  .m-xxl--104 {
    margin: -6.5rem !important;
  }

  .m-xxl--112 {
    margin: -7rem !important;
  }

  .m-xxl--120 {
    margin: -7.5rem !important;
  }

  .m-xxl--128 {
    margin: -8rem !important;
  }

  .m-xxl--136 {
    margin: -8.5rem !important;
  }

  .m-xxl--144 {
    margin: -9rem !important;
  }

  .m-xxl--152 {
    margin: -9.5rem !important;
  }

  .m-xxl--160 {
    margin: -10rem !important;
  }

  .m-xxl--168 {
    margin: -10.5rem !important;
  }

  .m-xxl--176 {
    margin: -11rem !important;
  }

  .m-xxl--184 {
    margin: -11.5rem !important;
  }

  .m-xxl--192 {
    margin: -12rem !important;
  }

  .m-xxl--200 {
    margin: -12.5rem !important;
  }

  .m-xxl--208 {
    margin: -13rem !important;
  }

  .m-xxl--216 {
    margin: -13.5rem !important;
  }

  .m-xxl--224 {
    margin: -14rem !important;
  }

  .m-xxl--232 {
    margin: -14.5rem !important;
  }

  .m-xxl--240 {
    margin: -15rem !important;
  }

  .m-xxl--248 {
    margin: -15.5rem !important;
  }

  .m-xxl--256 {
    margin: -16rem !important;
  }

  .my-xxl-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .my-xxl-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .my-xxl-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .my-xxl-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .my-xxl-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .my-xxl-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .my-xxl-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .my-xxl-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .my-xxl-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .my-xxl-72 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .my-xxl-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .my-xxl-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .my-xxl-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .my-xxl-104 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .my-xxl-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .my-xxl-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .my-xxl-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .my-xxl-136 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .my-xxl-144 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .my-xxl-152 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .my-xxl-160 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .my-xxl-168 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .my-xxl-176 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .my-xxl-184 {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  .my-xxl-192 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .my-xxl-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .my-xxl-208 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .my-xxl-216 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .my-xxl-224 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .my-xxl-232 {
    margin-top: 14.5rem;
    margin-bottom: 14.5rem;
  }

  .my-xxl-240 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .my-xxl-248 {
    margin-top: 15.5rem;
    margin-bottom: 15.5rem;
  }

  .my-xxl-256 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .my-xxl--0 {
    margin-top: -0rem !important;
    margin-bottom: -0rem !important;
  }

  .my-xxl--8 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl--16 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl--24 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl--32 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxl--40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-xxl--48 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xxl--56 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-xxl--64 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-xxl--72 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xxl--80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-xxl--88 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .my-xxl--96 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xxl--104 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }

  .my-xxl--112 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-xxl--120 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-xxl--128 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-xxl--136 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .my-xxl--144 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-xxl--152 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .my-xxl--160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-xxl--168 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }

  .my-xxl--176 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-xxl--184 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }

  .my-xxl--192 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-xxl--200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .my-xxl--208 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-xxl--216 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }

  .my-xxl--224 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-xxl--232 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }

  .my-xxl--240 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-xxl--248 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }

  .my-xxl--256 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .mx-xxl-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .mx-xxl-8 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .mx-xxl-16 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .mx-xxl-24 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .mx-xxl-32 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .mx-xxl-40 {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }

  .mx-xxl-48 {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .mx-xxl-56 {
    margin-right: 3.5rem;
    margin-left: 3.5rem;
  }

  .mx-xxl-64 {
    margin-right: 4rem;
    margin-left: 4rem;
  }

  .mx-xxl-72 {
    margin-right: 4.5rem;
    margin-left: 4.5rem;
  }

  .mx-xxl-80 {
    margin-right: 5rem;
    margin-left: 5rem;
  }

  .mx-xxl-88 {
    margin-right: 5.5rem;
    margin-left: 5.5rem;
  }

  .mx-xxl-96 {
    margin-right: 6rem;
    margin-left: 6rem;
  }

  .mx-xxl-104 {
    margin-right: 6.5rem;
    margin-left: 6.5rem;
  }

  .mx-xxl-112 {
    margin-right: 7rem;
    margin-left: 7rem;
  }

  .mx-xxl-120 {
    margin-right: 7.5rem;
    margin-left: 7.5rem;
  }

  .mx-xxl-128 {
    margin-right: 8rem;
    margin-left: 8rem;
  }

  .mx-xxl-136 {
    margin-right: 8.5rem;
    margin-left: 8.5rem;
  }

  .mx-xxl-144 {
    margin-right: 9rem;
    margin-left: 9rem;
  }

  .mx-xxl-152 {
    margin-right: 9.5rem;
    margin-left: 9.5rem;
  }

  .mx-xxl-160 {
    margin-right: 10rem;
    margin-left: 10rem;
  }

  .mx-xxl-168 {
    margin-right: 10.5rem;
    margin-left: 10.5rem;
  }

  .mx-xxl-176 {
    margin-right: 11rem;
    margin-left: 11rem;
  }

  .mx-xxl-184 {
    margin-right: 11.5rem;
    margin-left: 11.5rem;
  }

  .mx-xxl-192 {
    margin-right: 12rem;
    margin-left: 12rem;
  }

  .mx-xxl-200 {
    margin-right: 12.5rem;
    margin-left: 12.5rem;
  }

  .mx-xxl-208 {
    margin-right: 13rem;
    margin-left: 13rem;
  }

  .mx-xxl-216 {
    margin-right: 13.5rem;
    margin-left: 13.5rem;
  }

  .mx-xxl-224 {
    margin-right: 14rem;
    margin-left: 14rem;
  }

  .mx-xxl-232 {
    margin-right: 14.5rem;
    margin-left: 14.5rem;
  }

  .mx-xxl-240 {
    margin-right: 15rem;
    margin-left: 15rem;
  }

  .mx-xxl-248 {
    margin-right: 15.5rem;
    margin-left: 15.5rem;
  }

  .mx-xxl-256 {
    margin-right: 16rem;
    margin-left: 16rem;
  }

  .mx-xxl--0 {
    margin-right: -0rem !important;
    margin-left: -0rem !important;
  }

  .mx-xxl--8 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl--16 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl--24 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxl--32 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxl--40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-xxl--48 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xxl--56 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-xxl--64 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-xxl--72 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-xxl--80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-xxl--88 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }

  .mx-xxl--96 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-xxl--104 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }

  .mx-xxl--112 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-xxl--120 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }

  .mx-xxl--128 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-xxl--136 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }

  .mx-xxl--144 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-xxl--152 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }

  .mx-xxl--160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-xxl--168 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }

  .mx-xxl--176 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-xxl--184 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }

  .mx-xxl--192 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-xxl--200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }

  .mx-xxl--208 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-xxl--216 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }

  .mx-xxl--224 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-xxl--232 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }

  .mx-xxl--240 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-xxl--248 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }

  .mx-xxl--256 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mt-xxl-0 {
    margin-top: 0rem;
  }

  .mt-xxl-8 {
    margin-top: 0.5rem;
  }

  .mt-xxl-16 {
    margin-top: 1rem;
  }

  .mt-xxl-24 {
    margin-top: 1.5rem;
  }

  .mt-xxl-32 {
    margin-top: 2rem;
  }

  .mt-xxl-40 {
    margin-top: 2.5rem;
  }

  .mt-xxl-48 {
    margin-top: 3rem;
  }

  .mt-xxl-56 {
    margin-top: 3.5rem;
  }

  .mt-xxl-64 {
    margin-top: 4rem;
  }

  .mt-xxl-72 {
    margin-top: 4.5rem;
  }

  .mt-xxl-80 {
    margin-top: 5rem;
  }

  .mt-xxl-88 {
    margin-top: 5.5rem;
  }

  .mt-xxl-96 {
    margin-top: 6rem;
  }

  .mt-xxl-104 {
    margin-top: 6.5rem;
  }

  .mt-xxl-112 {
    margin-top: 7rem;
  }

  .mt-xxl-120 {
    margin-top: 7.5rem;
  }

  .mt-xxl-128 {
    margin-top: 8rem;
  }

  .mt-xxl-136 {
    margin-top: 8.5rem;
  }

  .mt-xxl-144 {
    margin-top: 9rem;
  }

  .mt-xxl-152 {
    margin-top: 9.5rem;
  }

  .mt-xxl-160 {
    margin-top: 10rem;
  }

  .mt-xxl-168 {
    margin-top: 10.5rem;
  }

  .mt-xxl-176 {
    margin-top: 11rem;
  }

  .mt-xxl-184 {
    margin-top: 11.5rem;
  }

  .mt-xxl-192 {
    margin-top: 12rem;
  }

  .mt-xxl-200 {
    margin-top: 12.5rem;
  }

  .mt-xxl-208 {
    margin-top: 13rem;
  }

  .mt-xxl-216 {
    margin-top: 13.5rem;
  }

  .mt-xxl-224 {
    margin-top: 14rem;
  }

  .mt-xxl-232 {
    margin-top: 14.5rem;
  }

  .mt-xxl-240 {
    margin-top: 15rem;
  }

  .mt-xxl-248 {
    margin-top: 15.5rem;
  }

  .mt-xxl-256 {
    margin-top: 16rem;
  }

  .mt-xxl--0 {
    margin-top: -0rem !important;
  }

  .mt-xxl--8 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl--16 {
    margin-top: -1rem !important;
  }

  .mt-xxl--24 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl--32 {
    margin-top: -2rem !important;
  }

  .mt-xxl--40 {
    margin-top: -2.5rem !important;
  }

  .mt-xxl--48 {
    margin-top: -3rem !important;
  }

  .mt-xxl--56 {
    margin-top: -3.5rem !important;
  }

  .mt-xxl--64 {
    margin-top: -4rem !important;
  }

  .mt-xxl--72 {
    margin-top: -4.5rem !important;
  }

  .mt-xxl--80 {
    margin-top: -5rem !important;
  }

  .mt-xxl--88 {
    margin-top: -5.5rem !important;
  }

  .mt-xxl--96 {
    margin-top: -6rem !important;
  }

  .mt-xxl--104 {
    margin-top: -6.5rem !important;
  }

  .mt-xxl--112 {
    margin-top: -7rem !important;
  }

  .mt-xxl--120 {
    margin-top: -7.5rem !important;
  }

  .mt-xxl--128 {
    margin-top: -8rem !important;
  }

  .mt-xxl--136 {
    margin-top: -8.5rem !important;
  }

  .mt-xxl--144 {
    margin-top: -9rem !important;
  }

  .mt-xxl--152 {
    margin-top: -9.5rem !important;
  }

  .mt-xxl--160 {
    margin-top: -10rem !important;
  }

  .mt-xxl--168 {
    margin-top: -10.5rem !important;
  }

  .mt-xxl--176 {
    margin-top: -11rem !important;
  }

  .mt-xxl--184 {
    margin-top: -11.5rem !important;
  }

  .mt-xxl--192 {
    margin-top: -12rem !important;
  }

  .mt-xxl--200 {
    margin-top: -12.5rem !important;
  }

  .mt-xxl--208 {
    margin-top: -13rem !important;
  }

  .mt-xxl--216 {
    margin-top: -13.5rem !important;
  }

  .mt-xxl--224 {
    margin-top: -14rem !important;
  }

  .mt-xxl--232 {
    margin-top: -14.5rem !important;
  }

  .mt-xxl--240 {
    margin-top: -15rem !important;
  }

  .mt-xxl--248 {
    margin-top: -15.5rem !important;
  }

  .mt-xxl--256 {
    margin-top: -16rem !important;
  }

  .mr-xxl-0 {
    margin-right: 0rem;
  }

  .mr-xxl-8 {
    margin-right: 0.5rem;
  }

  .mr-xxl-16 {
    margin-right: 1rem;
  }

  .mr-xxl-24 {
    margin-right: 1.5rem;
  }

  .mr-xxl-32 {
    margin-right: 2rem;
  }

  .mr-xxl-40 {
    margin-right: 2.5rem;
  }

  .mr-xxl-48 {
    margin-right: 3rem;
  }

  .mr-xxl-56 {
    margin-right: 3.5rem;
  }

  .mr-xxl-64 {
    margin-right: 4rem;
  }

  .mr-xxl-72 {
    margin-right: 4.5rem;
  }

  .mr-xxl-80 {
    margin-right: 5rem;
  }

  .mr-xxl-88 {
    margin-right: 5.5rem;
  }

  .mr-xxl-96 {
    margin-right: 6rem;
  }

  .mr-xxl-104 {
    margin-right: 6.5rem;
  }

  .mr-xxl-112 {
    margin-right: 7rem;
  }

  .mr-xxl-120 {
    margin-right: 7.5rem;
  }

  .mr-xxl-128 {
    margin-right: 8rem;
  }

  .mr-xxl-136 {
    margin-right: 8.5rem;
  }

  .mr-xxl-144 {
    margin-right: 9rem;
  }

  .mr-xxl-152 {
    margin-right: 9.5rem;
  }

  .mr-xxl-160 {
    margin-right: 10rem;
  }

  .mr-xxl-168 {
    margin-right: 10.5rem;
  }

  .mr-xxl-176 {
    margin-right: 11rem;
  }

  .mr-xxl-184 {
    margin-right: 11.5rem;
  }

  .mr-xxl-192 {
    margin-right: 12rem;
  }

  .mr-xxl-200 {
    margin-right: 12.5rem;
  }

  .mr-xxl-208 {
    margin-right: 13rem;
  }

  .mr-xxl-216 {
    margin-right: 13.5rem;
  }

  .mr-xxl-224 {
    margin-right: 14rem;
  }

  .mr-xxl-232 {
    margin-right: 14.5rem;
  }

  .mr-xxl-240 {
    margin-right: 15rem;
  }

  .mr-xxl-248 {
    margin-right: 15.5rem;
  }

  .mr-xxl-256 {
    margin-right: 16rem;
  }

  .mr-xxl--0 {
    margin-right: -0rem !important;
  }

  .mr-xxl--8 {
    margin-right: -0.5rem !important;
  }

  .mr-xxl--16 {
    margin-right: -1rem !important;
  }

  .mr-xxl--24 {
    margin-right: -1.5rem !important;
  }

  .mr-xxl--32 {
    margin-right: -2rem !important;
  }

  .mr-xxl--40 {
    margin-right: -2.5rem !important;
  }

  .mr-xxl--48 {
    margin-right: -3rem !important;
  }

  .mr-xxl--56 {
    margin-right: -3.5rem !important;
  }

  .mr-xxl--64 {
    margin-right: -4rem !important;
  }

  .mr-xxl--72 {
    margin-right: -4.5rem !important;
  }

  .mr-xxl--80 {
    margin-right: -5rem !important;
  }

  .mr-xxl--88 {
    margin-right: -5.5rem !important;
  }

  .mr-xxl--96 {
    margin-right: -6rem !important;
  }

  .mr-xxl--104 {
    margin-right: -6.5rem !important;
  }

  .mr-xxl--112 {
    margin-right: -7rem !important;
  }

  .mr-xxl--120 {
    margin-right: -7.5rem !important;
  }

  .mr-xxl--128 {
    margin-right: -8rem !important;
  }

  .mr-xxl--136 {
    margin-right: -8.5rem !important;
  }

  .mr-xxl--144 {
    margin-right: -9rem !important;
  }

  .mr-xxl--152 {
    margin-right: -9.5rem !important;
  }

  .mr-xxl--160 {
    margin-right: -10rem !important;
  }

  .mr-xxl--168 {
    margin-right: -10.5rem !important;
  }

  .mr-xxl--176 {
    margin-right: -11rem !important;
  }

  .mr-xxl--184 {
    margin-right: -11.5rem !important;
  }

  .mr-xxl--192 {
    margin-right: -12rem !important;
  }

  .mr-xxl--200 {
    margin-right: -12.5rem !important;
  }

  .mr-xxl--208 {
    margin-right: -13rem !important;
  }

  .mr-xxl--216 {
    margin-right: -13.5rem !important;
  }

  .mr-xxl--224 {
    margin-right: -14rem !important;
  }

  .mr-xxl--232 {
    margin-right: -14.5rem !important;
  }

  .mr-xxl--240 {
    margin-right: -15rem !important;
  }

  .mr-xxl--248 {
    margin-right: -15.5rem !important;
  }

  .mr-xxl--256 {
    margin-right: -16rem !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0rem;
  }

  .mb-xxl-8 {
    margin-bottom: 0.5rem;
  }

  .mb-xxl-16 {
    margin-bottom: 1rem;
  }

  .mb-xxl-24 {
    margin-bottom: 1.5rem;
  }

  .mb-xxl-32 {
    margin-bottom: 2rem;
  }

  .mb-xxl-40 {
    margin-bottom: 2.5rem;
  }

  .mb-xxl-48 {
    margin-bottom: 3rem;
  }

  .mb-xxl-56 {
    margin-bottom: 3.5rem;
  }

  .mb-xxl-64 {
    margin-bottom: 4rem;
  }

  .mb-xxl-72 {
    margin-bottom: 4.5rem;
  }

  .mb-xxl-80 {
    margin-bottom: 5rem;
  }

  .mb-xxl-88 {
    margin-bottom: 5.5rem;
  }

  .mb-xxl-96 {
    margin-bottom: 6rem;
  }

  .mb-xxl-104 {
    margin-bottom: 6.5rem;
  }

  .mb-xxl-112 {
    margin-bottom: 7rem;
  }

  .mb-xxl-120 {
    margin-bottom: 7.5rem;
  }

  .mb-xxl-128 {
    margin-bottom: 8rem;
  }

  .mb-xxl-136 {
    margin-bottom: 8.5rem;
  }

  .mb-xxl-144 {
    margin-bottom: 9rem;
  }

  .mb-xxl-152 {
    margin-bottom: 9.5rem;
  }

  .mb-xxl-160 {
    margin-bottom: 10rem;
  }

  .mb-xxl-168 {
    margin-bottom: 10.5rem;
  }

  .mb-xxl-176 {
    margin-bottom: 11rem;
  }

  .mb-xxl-184 {
    margin-bottom: 11.5rem;
  }

  .mb-xxl-192 {
    margin-bottom: 12rem;
  }

  .mb-xxl-200 {
    margin-bottom: 12.5rem;
  }

  .mb-xxl-208 {
    margin-bottom: 13rem;
  }

  .mb-xxl-216 {
    margin-bottom: 13.5rem;
  }

  .mb-xxl-224 {
    margin-bottom: 14rem;
  }

  .mb-xxl-232 {
    margin-bottom: 14.5rem;
  }

  .mb-xxl-240 {
    margin-bottom: 15rem;
  }

  .mb-xxl-248 {
    margin-bottom: 15.5rem;
  }

  .mb-xxl-256 {
    margin-bottom: 16rem;
  }

  .mb-xxl--0 {
    margin-bottom: -0rem !important;
  }

  .mb-xxl--8 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl--16 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl--24 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl--32 {
    margin-bottom: -2rem !important;
  }

  .mb-xxl--40 {
    margin-bottom: -2.5rem !important;
  }

  .mb-xxl--48 {
    margin-bottom: -3rem !important;
  }

  .mb-xxl--56 {
    margin-bottom: -3.5rem !important;
  }

  .mb-xxl--64 {
    margin-bottom: -4rem !important;
  }

  .mb-xxl--72 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xxl--80 {
    margin-bottom: -5rem !important;
  }

  .mb-xxl--88 {
    margin-bottom: -5.5rem !important;
  }

  .mb-xxl--96 {
    margin-bottom: -6rem !important;
  }

  .mb-xxl--104 {
    margin-bottom: -6.5rem !important;
  }

  .mb-xxl--112 {
    margin-bottom: -7rem !important;
  }

  .mb-xxl--120 {
    margin-bottom: -7.5rem !important;
  }

  .mb-xxl--128 {
    margin-bottom: -8rem !important;
  }

  .mb-xxl--136 {
    margin-bottom: -8.5rem !important;
  }

  .mb-xxl--144 {
    margin-bottom: -9rem !important;
  }

  .mb-xxl--152 {
    margin-bottom: -9.5rem !important;
  }

  .mb-xxl--160 {
    margin-bottom: -10rem !important;
  }

  .mb-xxl--168 {
    margin-bottom: -10.5rem !important;
  }

  .mb-xxl--176 {
    margin-bottom: -11rem !important;
  }

  .mb-xxl--184 {
    margin-bottom: -11.5rem !important;
  }

  .mb-xxl--192 {
    margin-bottom: -12rem !important;
  }

  .mb-xxl--200 {
    margin-bottom: -12.5rem !important;
  }

  .mb-xxl--208 {
    margin-bottom: -13rem !important;
  }

  .mb-xxl--216 {
    margin-bottom: -13.5rem !important;
  }

  .mb-xxl--224 {
    margin-bottom: -14rem !important;
  }

  .mb-xxl--232 {
    margin-bottom: -14.5rem !important;
  }

  .mb-xxl--240 {
    margin-bottom: -15rem !important;
  }

  .mb-xxl--248 {
    margin-bottom: -15.5rem !important;
  }

  .mb-xxl--256 {
    margin-bottom: -16rem !important;
  }

  .ml-xxl-0 {
    margin-left: 0rem;
  }

  .ml-xxl-8 {
    margin-left: 0.5rem;
  }

  .ml-xxl-16 {
    margin-left: 1rem;
  }

  .ml-xxl-24 {
    margin-left: 1.5rem;
  }

  .ml-xxl-32 {
    margin-left: 2rem;
  }

  .ml-xxl-40 {
    margin-left: 2.5rem;
  }

  .ml-xxl-48 {
    margin-left: 3rem;
  }

  .ml-xxl-56 {
    margin-left: 3.5rem;
  }

  .ml-xxl-64 {
    margin-left: 4rem;
  }

  .ml-xxl-72 {
    margin-left: 4.5rem;
  }

  .ml-xxl-80 {
    margin-left: 5rem;
  }

  .ml-xxl-88 {
    margin-left: 5.5rem;
  }

  .ml-xxl-96 {
    margin-left: 6rem;
  }

  .ml-xxl-104 {
    margin-left: 6.5rem;
  }

  .ml-xxl-112 {
    margin-left: 7rem;
  }

  .ml-xxl-120 {
    margin-left: 7.5rem;
  }

  .ml-xxl-128 {
    margin-left: 8rem;
  }

  .ml-xxl-136 {
    margin-left: 8.5rem;
  }

  .ml-xxl-144 {
    margin-left: 9rem;
  }

  .ml-xxl-152 {
    margin-left: 9.5rem;
  }

  .ml-xxl-160 {
    margin-left: 10rem;
  }

  .ml-xxl-168 {
    margin-left: 10.5rem;
  }

  .ml-xxl-176 {
    margin-left: 11rem;
  }

  .ml-xxl-184 {
    margin-left: 11.5rem;
  }

  .ml-xxl-192 {
    margin-left: 12rem;
  }

  .ml-xxl-200 {
    margin-left: 12.5rem;
  }

  .ml-xxl-208 {
    margin-left: 13rem;
  }

  .ml-xxl-216 {
    margin-left: 13.5rem;
  }

  .ml-xxl-224 {
    margin-left: 14rem;
  }

  .ml-xxl-232 {
    margin-left: 14.5rem;
  }

  .ml-xxl-240 {
    margin-left: 15rem;
  }

  .ml-xxl-248 {
    margin-left: 15.5rem;
  }

  .ml-xxl-256 {
    margin-left: 16rem;
  }

  .ml-xxl--0 {
    margin-left: -0rem !important;
  }

  .ml-xxl--8 {
    margin-left: -0.5rem !important;
  }

  .ml-xxl--16 {
    margin-left: -1rem !important;
  }

  .ml-xxl--24 {
    margin-left: -1.5rem !important;
  }

  .ml-xxl--32 {
    margin-left: -2rem !important;
  }

  .ml-xxl--40 {
    margin-left: -2.5rem !important;
  }

  .ml-xxl--48 {
    margin-left: -3rem !important;
  }

  .ml-xxl--56 {
    margin-left: -3.5rem !important;
  }

  .ml-xxl--64 {
    margin-left: -4rem !important;
  }

  .ml-xxl--72 {
    margin-left: -4.5rem !important;
  }

  .ml-xxl--80 {
    margin-left: -5rem !important;
  }

  .ml-xxl--88 {
    margin-left: -5.5rem !important;
  }

  .ml-xxl--96 {
    margin-left: -6rem !important;
  }

  .ml-xxl--104 {
    margin-left: -6.5rem !important;
  }

  .ml-xxl--112 {
    margin-left: -7rem !important;
  }

  .ml-xxl--120 {
    margin-left: -7.5rem !important;
  }

  .ml-xxl--128 {
    margin-left: -8rem !important;
  }

  .ml-xxl--136 {
    margin-left: -8.5rem !important;
  }

  .ml-xxl--144 {
    margin-left: -9rem !important;
  }

  .ml-xxl--152 {
    margin-left: -9.5rem !important;
  }

  .ml-xxl--160 {
    margin-left: -10rem !important;
  }

  .ml-xxl--168 {
    margin-left: -10.5rem !important;
  }

  .ml-xxl--176 {
    margin-left: -11rem !important;
  }

  .ml-xxl--184 {
    margin-left: -11.5rem !important;
  }

  .ml-xxl--192 {
    margin-left: -12rem !important;
  }

  .ml-xxl--200 {
    margin-left: -12.5rem !important;
  }

  .ml-xxl--208 {
    margin-left: -13rem !important;
  }

  .ml-xxl--216 {
    margin-left: -13.5rem !important;
  }

  .ml-xxl--224 {
    margin-left: -14rem !important;
  }

  .ml-xxl--232 {
    margin-left: -14.5rem !important;
  }

  .ml-xxl--240 {
    margin-left: -15rem !important;
  }

  .ml-xxl--248 {
    margin-left: -15.5rem !important;
  }

  .ml-xxl--256 {
    margin-left: -16rem !important;
  }
}
