@charset "UTF-8";
/*!
 * Bootstrap v5.1.2 (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: #25408F;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #DC0000;
  --bs-orange: #fd7e14;
  --bs-yellow: #EEBA10;
  --bs-green: #009B3E;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #BEBEBE;
  --bs-black: #1D1D1B;
  --bs-black-head: #1E1E1E;
  --bs-gray-100: #EFEFEF;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #BEBEBE;
  --bs-gray-900: #5A5A5A;
  --bs-primary: #159A34;
  --bs-secondary: #E3E1DB;
  --bs-success: #009B3E;
  --bs-info: #0dcaf0;
  --bs-warning: #EEBA10;
  --bs-danger: #DC0000;
  --bs-light: #EFEFEF;
  --bs-dark: #E3E1DB;
  --bs-white: #fff;
  --bs-g-800: #BEBEBE;
  --bs-black: #1D1D1B;
  --bs-primary-rgb: 21, 154, 52;
  --bs-secondary-rgb: 227, 225, 219;
  --bs-success-rgb: 0, 155, 62;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 238, 186, 16;
  --bs-danger-rgb: 220, 0, 0;
  --bs-light-rgb: 239, 239, 239;
  --bs-dark-rgb: 227, 225, 219;
  --bs-white-rgb: 255, 255, 255;
  --bs-g-800-rgb: 190, 190, 190;
  --bs-black-rgb: 29, 29, 27;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 29, 29, 27;
  --bs-body-color-rgb: 90, 90, 90;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: 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.9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #5A5A5A;
  --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-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(29, 29, 27, 0);
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
}

hr {
  margin: 0.4rem 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.2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #1E1E1E;
  letter-spacing: 0.05rem;
}

h1, .h1 {
  font-size: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.8125rem;
  }
}

h2, .h2 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}

h3, .h3 {
  font-size: calc(1.2825rem + 0.39vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.575rem;
  }
}

h4, .h4 {
  font-size: calc(1.26rem + 0.12vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.35rem;
  }
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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: #159A34;
  text-decoration: underline;
}
a:hover {
  color: #117b2a;
}

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.5em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.5em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.5em;
  color: #fff;
  background-color: #5A5A5A;
  border-radius: 0;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 600;
}

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: #6c757d;
  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: table;
}

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

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

/* Roboto regular */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* Roboto italic */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Lightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
/* Roboto bold */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
} /* Roboto bold */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Mediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
} /* Roboto bold */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
} /* Roboto bold */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Blackitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

h3.small, .small.h3,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 0.75rem;
  font-weight: 600;
}

.lead {
  font-size: calc(1.26rem + 0.12vw);
  font-weight: 400;
  font-family: "Bodoni";
  letter-spacing: 0.1rem;
  color: #1D1D1B;
  line-height: 1.75rem;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.35rem;
  }
}

.lead-subline {
  color: #1D1D1B;
  letter-spacing: 0.1rem;
  line-height: 1.25rem;
}

.large {
  font-size: 1.2rem;
}

.display-1 {
  font-size: calc(1.4375rem + 2.25vw);
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 3.125rem;
  }
}

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

.display-3 {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 1.75rem;
  }
}

.display-4 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 1.5rem;
  }
}

.display-5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.display-6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.display-p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.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.5em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 0.4rem;
  font-size: 1.125rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -0.4rem;
  margin-bottom: 0.4rem;
  font-size: 0.5em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.5em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-sl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 90px);
  padding-left: var(--bs-gutter-x, 90px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 321px) {
  .container-sl, .container {
    max-width: 321px;
  }
}
@media (min-width: 576px) {
  .container-sm, .container-sl, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-sl, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-sl, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-sl, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-sl, .container {
    max-width: 1920px;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
}
.row {
  --bs-gutter-x: 1.875rem;
  --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-0 {
  width: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  flex: 0 0 auto;
  width: 81.25%;
}

.col-14 {
  flex: 0 0 auto;
  width: 87.5%;
}

.col-15 {
  flex: 0 0 auto;
  width: 93.75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 81.25%;
}

.offset-14 {
  margin-left: 87.5%;
}

.offset-15 {
  margin-left: 93.75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 321px) {
  .col-sl {
    flex: 1 0 0%;
  }
  .row-cols-sl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-sl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-sl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-sl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sl-1 {
    flex: 0 0 auto;
    width: 6.25%;
  }
  .col-sl-2 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-sl-3 {
    flex: 0 0 auto;
    width: 18.75%;
  }
  .col-sl-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sl-5 {
    flex: 0 0 auto;
    width: 31.25%;
  }
  .col-sl-6 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-sl-7 {
    flex: 0 0 auto;
    width: 43.75%;
  }
  .col-sl-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sl-9 {
    flex: 0 0 auto;
    width: 56.25%;
  }
  .col-sl-10 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-sl-11 {
    flex: 0 0 auto;
    width: 68.75%;
  }
  .col-sl-12 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sl-13 {
    flex: 0 0 auto;
    width: 81.25%;
  }
  .col-sl-14 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-sl-15 {
    flex: 0 0 auto;
    width: 93.75%;
  }
  .col-sl-16 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sl-0 {
    margin-left: 0;
  }
  .offset-sl-1 {
    margin-left: 6.25%;
  }
  .offset-sl-2 {
    margin-left: 12.5%;
  }
  .offset-sl-3 {
    margin-left: 18.75%;
  }
  .offset-sl-4 {
    margin-left: 25%;
  }
  .offset-sl-5 {
    margin-left: 31.25%;
  }
  .offset-sl-6 {
    margin-left: 37.5%;
  }
  .offset-sl-7 {
    margin-left: 43.75%;
  }
  .offset-sl-8 {
    margin-left: 50%;
  }
  .offset-sl-9 {
    margin-left: 56.25%;
  }
  .offset-sl-10 {
    margin-left: 62.5%;
  }
  .offset-sl-11 {
    margin-left: 68.75%;
  }
  .offset-sl-12 {
    margin-left: 75%;
  }
  .offset-sl-13 {
    margin-left: 81.25%;
  }
  .offset-sl-14 {
    margin-left: 87.5%;
  }
  .offset-sl-15 {
    margin-left: 93.75%;
  }
  .g-sl-0,
  .gx-sl-0 {
    --bs-gutter-x: 0;
  }
  .g-sl-0,
  .gy-sl-0 {
    --bs-gutter-y: 0;
  }
  .g-sl-6,
  .gx-sl-6 {
    --bs-gutter-x: 0.4rem;
  }
  .g-sl-6,
  .gy-sl-6 {
    --bs-gutter-y: 0.4rem;
  }
  .g-sl-9,
  .gx-sl-9 {
    --bs-gutter-x: 0.6rem;
  }
  .g-sl-9,
  .gy-sl-9 {
    --bs-gutter-y: 0.6rem;
  }
  .g-sl-12,
  .gx-sl-12 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sl-12,
  .gy-sl-12 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sl-18,
  .gx-sl-18 {
    --bs-gutter-x: 1.2rem;
  }
  .g-sl-18,
  .gy-sl-18 {
    --bs-gutter-y: 1.2rem;
  }
  .g-sl-20,
  .gx-sl-20 {
    --bs-gutter-x: 1.332rem;
  }
  .g-sl-20,
  .gy-sl-20 {
    --bs-gutter-y: 1.332rem;
  }
  .g-sl-30,
  .gx-sl-30 {
    --bs-gutter-x: 2rem;
  }
  .g-sl-30,
  .gy-sl-30 {
    --bs-gutter-y: 2rem;
  }
  .g-sl-35,
  .gx-sl-35 {
    --bs-gutter-x: 2.1rem;
  }
  .g-sl-35,
  .gy-sl-35 {
    --bs-gutter-y: 2.1rem;
  }
  .g-sl-40,
  .gx-sl-40 {
    --bs-gutter-x: 2.624rem;
  }
  .g-sl-40,
  .gy-sl-40 {
    --bs-gutter-y: 2.624rem;
  }
  .g-sl-50,
  .gx-sl-50 {
    --bs-gutter-x: 3.3rem;
  }
  .g-sl-50,
  .gy-sl-50 {
    --bs-gutter-y: 3.3rem;
  }
  .g-sl-60,
  .gx-sl-60 {
    --bs-gutter-x: 3.996rem;
  }
  .g-sl-60,
  .gy-sl-60 {
    --bs-gutter-y: 3.996rem;
  }
  .g-sl-75,
  .gx-sl-75 {
    --bs-gutter-x: 5.6rem;
  }
  .g-sl-75,
  .gy-sl-75 {
    --bs-gutter-y: 5.6rem;
  }
  .g-sl-90,
  .gx-sl-90 {
    --bs-gutter-x: 6rem;
  }
  .g-sl-90,
  .gy-sl-90 {
    --bs-gutter-y: 6rem;
  }
  .g-sl-100,
  .gx-sl-100 {
    --bs-gutter-x: 6.6664rem;
  }
  .g-sl-100,
  .gy-sl-100 {
    --bs-gutter-y: 6.6664rem;
  }
  .g-sl-120,
  .gx-sl-120 {
    --bs-gutter-x: 8rem;
  }
  .g-sl-120,
  .gy-sl-120 {
    --bs-gutter-y: 8rem;
  }
  .g-sl-150,
  .gx-sl-150 {
    --bs-gutter-x: 10rem;
  }
  .g-sl-150,
  .gy-sl-150 {
    --bs-gutter-y: 10rem;
  }
  .g-sl-180,
  .gx-sl-180 {
    --bs-gutter-x: 12rem;
  }
  .g-sl-180,
  .gy-sl-180 {
    --bs-gutter-y: 12rem;
  }
  .g-sl-200,
  .gx-sl-200 {
    --bs-gutter-x: 13.3332rem;
  }
  .g-sl-200,
  .gy-sl-200 {
    --bs-gutter-y: 13.3332rem;
  }
  .g-sl-210,
  .gx-sl-210 {
    --bs-gutter-x: 14rem;
  }
  .g-sl-210,
  .gy-sl-210 {
    --bs-gutter-y: 14rem;
  }
  .g-sl-220,
  .gx-sl-220 {
    --bs-gutter-x: 14.6664rem;
  }
  .g-sl-220,
  .gy-sl-220 {
    --bs-gutter-y: 14.6664rem;
  }
  .g-sl-240,
  .gx-sl-240 {
    --bs-gutter-x: 16rem;
  }
  .g-sl-240,
  .gy-sl-240 {
    --bs-gutter-y: 16rem;
  }
  .g-sl-270,
  .gx-sl-270 {
    --bs-gutter-x: 18rem;
  }
  .g-sl-270,
  .gy-sl-270 {
    --bs-gutter-y: 18rem;
  }
  .g-sl-300,
  .gx-sl-300 {
    --bs-gutter-x: 20rem;
  }
  .g-sl-300,
  .gy-sl-300 {
    --bs-gutter-y: 20rem;
  }
  .g-sl-330,
  .gx-sl-330 {
    --bs-gutter-x: 22rem;
  }
  .g-sl-330,
  .gy-sl-330 {
    --bs-gutter-y: 22rem;
  }
}
@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%;
  }
  .row-cols-sm-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-sm-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 6.25%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 18.75%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 31.25%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 43.75%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 56.25%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 68.75%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-13 {
    flex: 0 0 auto;
    width: 81.25%;
  }
  .col-sm-14 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-sm-15 {
    flex: 0 0 auto;
    width: 93.75%;
  }
  .col-sm-16 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 6.25%;
  }
  .offset-sm-2 {
    margin-left: 12.5%;
  }
  .offset-sm-3 {
    margin-left: 18.75%;
  }
  .offset-sm-4 {
    margin-left: 25%;
  }
  .offset-sm-5 {
    margin-left: 31.25%;
  }
  .offset-sm-6 {
    margin-left: 37.5%;
  }
  .offset-sm-7 {
    margin-left: 43.75%;
  }
  .offset-sm-8 {
    margin-left: 50%;
  }
  .offset-sm-9 {
    margin-left: 56.25%;
  }
  .offset-sm-10 {
    margin-left: 62.5%;
  }
  .offset-sm-11 {
    margin-left: 68.75%;
  }
  .offset-sm-12 {
    margin-left: 75%;
  }
  .offset-sm-13 {
    margin-left: 81.25%;
  }
  .offset-sm-14 {
    margin-left: 87.5%;
  }
  .offset-sm-15 {
    margin-left: 93.75%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 0.4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 0.4rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 0.6rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 0.6rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 1.2rem;
  }
  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 1.2rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 1.332rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 1.332rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-35,
  .gx-sm-35 {
    --bs-gutter-x: 2.1rem;
  }
  .g-sm-35,
  .gy-sm-35 {
    --bs-gutter-y: 2.1rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 2.624rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 2.624rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 3.3rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 3.3rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 3.996rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 3.996rem;
  }
  .g-sm-75,
  .gx-sm-75 {
    --bs-gutter-x: 5.6rem;
  }
  .g-sm-75,
  .gy-sm-75 {
    --bs-gutter-y: 5.6rem;
  }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 6.6664rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 6.6664rem;
  }
  .g-sm-120,
  .gx-sm-120 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-120,
  .gy-sm-120 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-150,
  .gx-sm-150 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-150,
  .gy-sm-150 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-180,
  .gx-sm-180 {
    --bs-gutter-x: 12rem;
  }
  .g-sm-180,
  .gy-sm-180 {
    --bs-gutter-y: 12rem;
  }
  .g-sm-200,
  .gx-sm-200 {
    --bs-gutter-x: 13.3332rem;
  }
  .g-sm-200,
  .gy-sm-200 {
    --bs-gutter-y: 13.3332rem;
  }
  .g-sm-210,
  .gx-sm-210 {
    --bs-gutter-x: 14rem;
  }
  .g-sm-210,
  .gy-sm-210 {
    --bs-gutter-y: 14rem;
  }
  .g-sm-220,
  .gx-sm-220 {
    --bs-gutter-x: 14.6664rem;
  }
  .g-sm-220,
  .gy-sm-220 {
    --bs-gutter-y: 14.6664rem;
  }
  .g-sm-240,
  .gx-sm-240 {
    --bs-gutter-x: 16rem;
  }
  .g-sm-240,
  .gy-sm-240 {
    --bs-gutter-y: 16rem;
  }
  .g-sm-270,
  .gx-sm-270 {
    --bs-gutter-x: 18rem;
  }
  .g-sm-270,
  .gy-sm-270 {
    --bs-gutter-y: 18rem;
  }
  .g-sm-300,
  .gx-sm-300 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-300,
  .gy-sm-300 {
    --bs-gutter-y: 20rem;
  }
  .g-sm-330,
  .gx-sm-330 {
    --bs-gutter-x: 22rem;
  }
  .g-sm-330,
  .gy-sm-330 {
    --bs-gutter-y: 22rem;
  }
}
@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%;
  }
  .row-cols-md-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-md-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 6.25%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 18.75%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 31.25%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 43.75%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 56.25%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 68.75%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-13 {
    flex: 0 0 auto;
    width: 81.25%;
  }
  .col-md-14 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-md-15 {
    flex: 0 0 auto;
    width: 93.75%;
  }
  .col-md-16 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 6.25%;
  }
  .offset-md-2 {
    margin-left: 12.5%;
  }
  .offset-md-3 {
    margin-left: 18.75%;
  }
  .offset-md-4 {
    margin-left: 25%;
  }
  .offset-md-5 {
    margin-left: 31.25%;
  }
  .offset-md-6 {
    margin-left: 37.5%;
  }
  .offset-md-7 {
    margin-left: 43.75%;
  }
  .offset-md-8 {
    margin-left: 50%;
  }
  .offset-md-9 {
    margin-left: 56.25%;
  }
  .offset-md-10 {
    margin-left: 62.5%;
  }
  .offset-md-11 {
    margin-left: 68.75%;
  }
  .offset-md-12 {
    margin-left: 75%;
  }
  .offset-md-13 {
    margin-left: 81.25%;
  }
  .offset-md-14 {
    margin-left: 87.5%;
  }
  .offset-md-15 {
    margin-left: 93.75%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 0.4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 0.4rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 0.6rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 0.6rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 1.2rem;
  }
  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 1.2rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 1.332rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 1.332rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 2rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 2rem;
  }
  .g-md-35,
  .gx-md-35 {
    --bs-gutter-x: 2.1rem;
  }
  .g-md-35,
  .gy-md-35 {
    --bs-gutter-y: 2.1rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 2.624rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 2.624rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 3.3rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 3.3rem;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 3.996rem;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 3.996rem;
  }
  .g-md-75,
  .gx-md-75 {
    --bs-gutter-x: 5.6rem;
  }
  .g-md-75,
  .gy-md-75 {
    --bs-gutter-y: 5.6rem;
  }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 6rem;
  }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 6rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 6.6664rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 6.6664rem;
  }
  .g-md-120,
  .gx-md-120 {
    --bs-gutter-x: 8rem;
  }
  .g-md-120,
  .gy-md-120 {
    --bs-gutter-y: 8rem;
  }
  .g-md-150,
  .gx-md-150 {
    --bs-gutter-x: 10rem;
  }
  .g-md-150,
  .gy-md-150 {
    --bs-gutter-y: 10rem;
  }
  .g-md-180,
  .gx-md-180 {
    --bs-gutter-x: 12rem;
  }
  .g-md-180,
  .gy-md-180 {
    --bs-gutter-y: 12rem;
  }
  .g-md-200,
  .gx-md-200 {
    --bs-gutter-x: 13.3332rem;
  }
  .g-md-200,
  .gy-md-200 {
    --bs-gutter-y: 13.3332rem;
  }
  .g-md-210,
  .gx-md-210 {
    --bs-gutter-x: 14rem;
  }
  .g-md-210,
  .gy-md-210 {
    --bs-gutter-y: 14rem;
  }
  .g-md-220,
  .gx-md-220 {
    --bs-gutter-x: 14.6664rem;
  }
  .g-md-220,
  .gy-md-220 {
    --bs-gutter-y: 14.6664rem;
  }
  .g-md-240,
  .gx-md-240 {
    --bs-gutter-x: 16rem;
  }
  .g-md-240,
  .gy-md-240 {
    --bs-gutter-y: 16rem;
  }
  .g-md-270,
  .gx-md-270 {
    --bs-gutter-x: 18rem;
  }
  .g-md-270,
  .gy-md-270 {
    --bs-gutter-y: 18rem;
  }
  .g-md-300,
  .gx-md-300 {
    --bs-gutter-x: 20rem;
  }
  .g-md-300,
  .gy-md-300 {
    --bs-gutter-y: 20rem;
  }
  .g-md-330,
  .gx-md-330 {
    --bs-gutter-x: 22rem;
  }
  .g-md-330,
  .gy-md-330 {
    --bs-gutter-y: 22rem;
  }
}
@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%;
  }
  .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-lg-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 6.25%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 18.75%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 31.25%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 43.75%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 56.25%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 68.75%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-13 {
    flex: 0 0 auto;
    width: 81.25%;
  }
  .col-lg-14 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-lg-15 {
    flex: 0 0 auto;
    width: 93.75%;
  }
  .col-lg-16 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 6.25%;
  }
  .offset-lg-2 {
    margin-left: 12.5%;
  }
  .offset-lg-3 {
    margin-left: 18.75%;
  }
  .offset-lg-4 {
    margin-left: 25%;
  }
  .offset-lg-5 {
    margin-left: 31.25%;
  }
  .offset-lg-6 {
    margin-left: 37.5%;
  }
  .offset-lg-7 {
    margin-left: 43.75%;
  }
  .offset-lg-8 {
    margin-left: 50%;
  }
  .offset-lg-9 {
    margin-left: 56.25%;
  }
  .offset-lg-10 {
    margin-left: 62.5%;
  }
  .offset-lg-11 {
    margin-left: 68.75%;
  }
  .offset-lg-12 {
    margin-left: 75%;
  }
  .offset-lg-13 {
    margin-left: 81.25%;
  }
  .offset-lg-14 {
    margin-left: 87.5%;
  }
  .offset-lg-15 {
    margin-left: 93.75%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 0.4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 0.4rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 0.6rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 0.6rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 1.2rem;
  }
  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 1.2rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 1.332rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 1.332rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-35,
  .gx-lg-35 {
    --bs-gutter-x: 2.1rem;
  }
  .g-lg-35,
  .gy-lg-35 {
    --bs-gutter-y: 2.1rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 2.624rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 2.624rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 3.3rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 3.3rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 3.996rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 3.996rem;
  }
  .g-lg-75,
  .gx-lg-75 {
    --bs-gutter-x: 5.6rem;
  }
  .g-lg-75,
  .gy-lg-75 {
    --bs-gutter-y: 5.6rem;
  }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 6.6664rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 6.6664rem;
  }
  .g-lg-120,
  .gx-lg-120 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-120,
  .gy-lg-120 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-150,
  .gx-lg-150 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-150,
  .gy-lg-150 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-180,
  .gx-lg-180 {
    --bs-gutter-x: 12rem;
  }
  .g-lg-180,
  .gy-lg-180 {
    --bs-gutter-y: 12rem;
  }
  .g-lg-200,
  .gx-lg-200 {
    --bs-gutter-x: 13.3332rem;
  }
  .g-lg-200,
  .gy-lg-200 {
    --bs-gutter-y: 13.3332rem;
  }
  .g-lg-210,
  .gx-lg-210 {
    --bs-gutter-x: 14rem;
  }
  .g-lg-210,
  .gy-lg-210 {
    --bs-gutter-y: 14rem;
  }
  .g-lg-220,
  .gx-lg-220 {
    --bs-gutter-x: 14.6664rem;
  }
  .g-lg-220,
  .gy-lg-220 {
    --bs-gutter-y: 14.6664rem;
  }
  .g-lg-240,
  .gx-lg-240 {
    --bs-gutter-x: 16rem;
  }
  .g-lg-240,
  .gy-lg-240 {
    --bs-gutter-y: 16rem;
  }
  .g-lg-270,
  .gx-lg-270 {
    --bs-gutter-x: 18rem;
  }
  .g-lg-270,
  .gy-lg-270 {
    --bs-gutter-y: 18rem;
  }
  .g-lg-300,
  .gx-lg-300 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-300,
  .gy-lg-300 {
    --bs-gutter-y: 20rem;
  }
  .g-lg-330,
  .gx-lg-330 {
    --bs-gutter-x: 22rem;
  }
  .g-lg-330,
  .gy-lg-330 {
    --bs-gutter-y: 22rem;
  }
}
@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%;
  }
  .row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 6.25%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 18.75%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 31.25%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 43.75%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 56.25%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 68.75%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-13 {
    flex: 0 0 auto;
    width: 81.25%;
  }
  .col-xl-14 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xl-15 {
    flex: 0 0 auto;
    width: 93.75%;
  }
  .col-xl-16 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 6.25%;
  }
  .offset-xl-2 {
    margin-left: 12.5%;
  }
  .offset-xl-3 {
    margin-left: 18.75%;
  }
  .offset-xl-4 {
    margin-left: 25%;
  }
  .offset-xl-5 {
    margin-left: 31.25%;
  }
  .offset-xl-6 {
    margin-left: 37.5%;
  }
  .offset-xl-7 {
    margin-left: 43.75%;
  }
  .offset-xl-8 {
    margin-left: 50%;
  }
  .offset-xl-9 {
    margin-left: 56.25%;
  }
  .offset-xl-10 {
    margin-left: 62.5%;
  }
  .offset-xl-11 {
    margin-left: 68.75%;
  }
  .offset-xl-12 {
    margin-left: 75%;
  }
  .offset-xl-13 {
    margin-left: 81.25%;
  }
  .offset-xl-14 {
    margin-left: 87.5%;
  }
  .offset-xl-15 {
    margin-left: 93.75%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 0.6rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 0.6rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 1.332rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 1.332rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-35,
  .gx-xl-35 {
    --bs-gutter-x: 2.1rem;
  }
  .g-xl-35,
  .gy-xl-35 {
    --bs-gutter-y: 2.1rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 2.624rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 2.624rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 3.3rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 3.3rem;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 3.996rem;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 3.996rem;
  }
  .g-xl-75,
  .gx-xl-75 {
    --bs-gutter-x: 5.6rem;
  }
  .g-xl-75,
  .gy-xl-75 {
    --bs-gutter-y: 5.6rem;
  }
  .g-xl-90,
  .gx-xl-90 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-90,
  .gy-xl-90 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 6.6664rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 6.6664rem;
  }
  .g-xl-120,
  .gx-xl-120 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-120,
  .gy-xl-120 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-150,
  .gx-xl-150 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-150,
  .gy-xl-150 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-180,
  .gx-xl-180 {
    --bs-gutter-x: 12rem;
  }
  .g-xl-180,
  .gy-xl-180 {
    --bs-gutter-y: 12rem;
  }
  .g-xl-200,
  .gx-xl-200 {
    --bs-gutter-x: 13.3332rem;
  }
  .g-xl-200,
  .gy-xl-200 {
    --bs-gutter-y: 13.3332rem;
  }
  .g-xl-210,
  .gx-xl-210 {
    --bs-gutter-x: 14rem;
  }
  .g-xl-210,
  .gy-xl-210 {
    --bs-gutter-y: 14rem;
  }
  .g-xl-220,
  .gx-xl-220 {
    --bs-gutter-x: 14.6664rem;
  }
  .g-xl-220,
  .gy-xl-220 {
    --bs-gutter-y: 14.6664rem;
  }
  .g-xl-240,
  .gx-xl-240 {
    --bs-gutter-x: 16rem;
  }
  .g-xl-240,
  .gy-xl-240 {
    --bs-gutter-y: 16rem;
  }
  .g-xl-270,
  .gx-xl-270 {
    --bs-gutter-x: 18rem;
  }
  .g-xl-270,
  .gy-xl-270 {
    --bs-gutter-y: 18rem;
  }
  .g-xl-300,
  .gx-xl-300 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-300,
  .gy-xl-300 {
    --bs-gutter-y: 20rem;
  }
  .g-xl-330,
  .gx-xl-330 {
    --bs-gutter-x: 22rem;
  }
  .g-xl-330,
  .gy-xl-330 {
    --bs-gutter-y: 22rem;
  }
}
@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%;
  }
  .row-cols-xxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 6.25%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 18.75%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 31.25%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 43.75%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 56.25%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 68.75%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-13 {
    flex: 0 0 auto;
    width: 81.25%;
  }
  .col-xxl-14 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xxl-15 {
    flex: 0 0 auto;
    width: 93.75%;
  }
  .col-xxl-16 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 6.25%;
  }
  .offset-xxl-2 {
    margin-left: 12.5%;
  }
  .offset-xxl-3 {
    margin-left: 18.75%;
  }
  .offset-xxl-4 {
    margin-left: 25%;
  }
  .offset-xxl-5 {
    margin-left: 31.25%;
  }
  .offset-xxl-6 {
    margin-left: 37.5%;
  }
  .offset-xxl-7 {
    margin-left: 43.75%;
  }
  .offset-xxl-8 {
    margin-left: 50%;
  }
  .offset-xxl-9 {
    margin-left: 56.25%;
  }
  .offset-xxl-10 {
    margin-left: 62.5%;
  }
  .offset-xxl-11 {
    margin-left: 68.75%;
  }
  .offset-xxl-12 {
    margin-left: 75%;
  }
  .offset-xxl-13 {
    margin-left: 81.25%;
  }
  .offset-xxl-14 {
    margin-left: 87.5%;
  }
  .offset-xxl-15 {
    margin-left: 93.75%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 0.6rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 0.6rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxl-18,
  .gx-xxl-18 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xxl-18,
  .gy-xxl-18 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 1.332rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 1.332rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-35,
  .gx-xxl-35 {
    --bs-gutter-x: 2.1rem;
  }
  .g-xxl-35,
  .gy-xxl-35 {
    --bs-gutter-y: 2.1rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 2.624rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 2.624rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 3.3rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 3.3rem;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 3.996rem;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 3.996rem;
  }
  .g-xxl-75,
  .gx-xxl-75 {
    --bs-gutter-x: 5.6rem;
  }
  .g-xxl-75,
  .gy-xxl-75 {
    --bs-gutter-y: 5.6rem;
  }
  .g-xxl-90,
  .gx-xxl-90 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-90,
  .gy-xxl-90 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 6.6664rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 6.6664rem;
  }
  .g-xxl-120,
  .gx-xxl-120 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-120,
  .gy-xxl-120 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-150,
  .gx-xxl-150 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-150,
  .gy-xxl-150 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-180,
  .gx-xxl-180 {
    --bs-gutter-x: 12rem;
  }
  .g-xxl-180,
  .gy-xxl-180 {
    --bs-gutter-y: 12rem;
  }
  .g-xxl-200,
  .gx-xxl-200 {
    --bs-gutter-x: 13.3332rem;
  }
  .g-xxl-200,
  .gy-xxl-200 {
    --bs-gutter-y: 13.3332rem;
  }
  .g-xxl-210,
  .gx-xxl-210 {
    --bs-gutter-x: 14rem;
  }
  .g-xxl-210,
  .gy-xxl-210 {
    --bs-gutter-y: 14rem;
  }
  .g-xxl-220,
  .gx-xxl-220 {
    --bs-gutter-x: 14.6664rem;
  }
  .g-xxl-220,
  .gy-xxl-220 {
    --bs-gutter-y: 14.6664rem;
  }
  .g-xxl-240,
  .gx-xxl-240 {
    --bs-gutter-x: 16rem;
  }
  .g-xxl-240,
  .gy-xxl-240 {
    --bs-gutter-y: 16rem;
  }
  .g-xxl-270,
  .gx-xxl-270 {
    --bs-gutter-x: 18rem;
  }
  .g-xxl-270,
  .gy-xxl-270 {
    --bs-gutter-y: 18rem;
  }
  .g-xxl-300,
  .gx-xxl-300 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-300,
  .gy-xxl-300 {
    --bs-gutter-y: 20rem;
  }
  .g-xxl-330,
  .gx-xxl-330 {
    --bs-gutter-x: 22rem;
  }
  .g-xxl-330,
  .gy-xxl-330 {
    --bs-gutter-y: 22rem;
  }
}
@media (min-width: 1900px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xxxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 6.25%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 18.75%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 31.25%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 43.75%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 56.25%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 68.75%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-13 {
    flex: 0 0 auto;
    width: 81.25%;
  }
  .col-xxxl-14 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xxxl-15 {
    flex: 0 0 auto;
    width: 93.75%;
  }
  .col-xxxl-16 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 6.25%;
  }
  .offset-xxxl-2 {
    margin-left: 12.5%;
  }
  .offset-xxxl-3 {
    margin-left: 18.75%;
  }
  .offset-xxxl-4 {
    margin-left: 25%;
  }
  .offset-xxxl-5 {
    margin-left: 31.25%;
  }
  .offset-xxxl-6 {
    margin-left: 37.5%;
  }
  .offset-xxxl-7 {
    margin-left: 43.75%;
  }
  .offset-xxxl-8 {
    margin-left: 50%;
  }
  .offset-xxxl-9 {
    margin-left: 56.25%;
  }
  .offset-xxxl-10 {
    margin-left: 62.5%;
  }
  .offset-xxxl-11 {
    margin-left: 68.75%;
  }
  .offset-xxxl-12 {
    margin-left: 75%;
  }
  .offset-xxxl-13 {
    margin-left: 81.25%;
  }
  .offset-xxxl-14 {
    margin-left: 87.5%;
  }
  .offset-xxxl-15 {
    margin-left: 93.75%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxxl-9,
  .gx-xxxl-9 {
    --bs-gutter-x: 0.6rem;
  }
  .g-xxxl-9,
  .gy-xxxl-9 {
    --bs-gutter-y: 0.6rem;
  }
  .g-xxxl-12,
  .gx-xxxl-12 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxxl-12,
  .gy-xxxl-12 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxxl-18,
  .gx-xxxl-18 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xxxl-18,
  .gy-xxxl-18 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xxxl-20,
  .gx-xxxl-20 {
    --bs-gutter-x: 1.332rem;
  }
  .g-xxxl-20,
  .gy-xxxl-20 {
    --bs-gutter-y: 1.332rem;
  }
  .g-xxxl-30,
  .gx-xxxl-30 {
    --bs-gutter-x: 2rem;
  }
  .g-xxxl-30,
  .gy-xxxl-30 {
    --bs-gutter-y: 2rem;
  }
  .g-xxxl-35,
  .gx-xxxl-35 {
    --bs-gutter-x: 2.1rem;
  }
  .g-xxxl-35,
  .gy-xxxl-35 {
    --bs-gutter-y: 2.1rem;
  }
  .g-xxxl-40,
  .gx-xxxl-40 {
    --bs-gutter-x: 2.624rem;
  }
  .g-xxxl-40,
  .gy-xxxl-40 {
    --bs-gutter-y: 2.624rem;
  }
  .g-xxxl-50,
  .gx-xxxl-50 {
    --bs-gutter-x: 3.3rem;
  }
  .g-xxxl-50,
  .gy-xxxl-50 {
    --bs-gutter-y: 3.3rem;
  }
  .g-xxxl-60,
  .gx-xxxl-60 {
    --bs-gutter-x: 3.996rem;
  }
  .g-xxxl-60,
  .gy-xxxl-60 {
    --bs-gutter-y: 3.996rem;
  }
  .g-xxxl-75,
  .gx-xxxl-75 {
    --bs-gutter-x: 5.6rem;
  }
  .g-xxxl-75,
  .gy-xxxl-75 {
    --bs-gutter-y: 5.6rem;
  }
  .g-xxxl-90,
  .gx-xxxl-90 {
    --bs-gutter-x: 6rem;
  }
  .g-xxxl-90,
  .gy-xxxl-90 {
    --bs-gutter-y: 6rem;
  }
  .g-xxxl-100,
  .gx-xxxl-100 {
    --bs-gutter-x: 6.6664rem;
  }
  .g-xxxl-100,
  .gy-xxxl-100 {
    --bs-gutter-y: 6.6664rem;
  }
  .g-xxxl-120,
  .gx-xxxl-120 {
    --bs-gutter-x: 8rem;
  }
  .g-xxxl-120,
  .gy-xxxl-120 {
    --bs-gutter-y: 8rem;
  }
  .g-xxxl-150,
  .gx-xxxl-150 {
    --bs-gutter-x: 10rem;
  }
  .g-xxxl-150,
  .gy-xxxl-150 {
    --bs-gutter-y: 10rem;
  }
  .g-xxxl-180,
  .gx-xxxl-180 {
    --bs-gutter-x: 12rem;
  }
  .g-xxxl-180,
  .gy-xxxl-180 {
    --bs-gutter-y: 12rem;
  }
  .g-xxxl-200,
  .gx-xxxl-200 {
    --bs-gutter-x: 13.3332rem;
  }
  .g-xxxl-200,
  .gy-xxxl-200 {
    --bs-gutter-y: 13.3332rem;
  }
  .g-xxxl-210,
  .gx-xxxl-210 {
    --bs-gutter-x: 14rem;
  }
  .g-xxxl-210,
  .gy-xxxl-210 {
    --bs-gutter-y: 14rem;
  }
  .g-xxxl-220,
  .gx-xxxl-220 {
    --bs-gutter-x: 14.6664rem;
  }
  .g-xxxl-220,
  .gy-xxxl-220 {
    --bs-gutter-y: 14.6664rem;
  }
  .g-xxxl-240,
  .gx-xxxl-240 {
    --bs-gutter-x: 16rem;
  }
  .g-xxxl-240,
  .gy-xxxl-240 {
    --bs-gutter-y: 16rem;
  }
  .g-xxxl-270,
  .gx-xxxl-270 {
    --bs-gutter-x: 18rem;
  }
  .g-xxxl-270,
  .gy-xxxl-270 {
    --bs-gutter-y: 18rem;
  }
  .g-xxxl-300,
  .gx-xxxl-300 {
    --bs-gutter-x: 20rem;
  }
  .g-xxxl-300,
  .gy-xxxl-300 {
    --bs-gutter-y: 20rem;
  }
  .g-xxxl-330,
  .gx-xxxl-330 {
    --bs-gutter-x: 22rem;
  }
  .g-xxxl-330,
  .gy-xxxl-330 {
    --bs-gutter-y: 22rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #5A5A5A;
  --bs-table-striped-bg: rgba(29, 29, 27, 0.05);
  --bs-table-active-color: #5A5A5A;
  --bs-table-active-bg: rgba(29, 29, 27, 0.1);
  --bs-table-hover-color: #5A5A5A;
  --bs-table-hover-bg: rgba(29, 29, 27, 0.075);
  width: 100%;
  margin-bottom: 0.4rem;
  color: #5A5A5A;
  vertical-align: top;
  border-color: #dee2e6;
}
.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: #d0ebd6;
  --bs-table-striped-bg: #c7e1cd;
  --bs-table-striped-color: #1D1D1B;
  --bs-table-active-bg: #bed6c3;
  --bs-table-active-color: #1D1D1B;
  --bs-table-hover-bg: #c3dcc8;
  --bs-table-hover-color: #1D1D1B;
  color: #1D1D1B;
  border-color: #bed6c3;
}

.table-secondary {
  --bs-table-bg: #e7e6e3;
  --bs-table-striped-bg: #dddcd9;
  --bs-table-striped-color: #1D1D1B;
  --bs-table-active-bg: #d3d2cf;
  --bs-table-active-color: #1D1D1B;
  --bs-table-hover-bg: #d8d7d4;
  --bs-table-hover-color: #1D1D1B;
  color: #1D1D1B;
  border-color: #d3d2cf;
}

.table-success {
  --bs-table-bg: #ccebd8;
  --bs-table-striped-bg: #c3e1cf;
  --bs-table-striped-color: #1D1D1B;
  --bs-table-active-bg: #bbd6c5;
  --bs-table-active-color: #1D1D1B;
  --bs-table-hover-bg: #bfdcca;
  --bs-table-hover-color: #1D1D1B;
  color: #1D1D1B;
  border-color: #bbd6c5;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c6e9f1;
  --bs-table-striped-color: #1D1D1B;
  --bs-table-active-bg: #bddfe6;
  --bs-table-active-color: #1D1D1B;
  --bs-table-hover-bg: #c2e4eb;
  --bs-table-hover-color: #1D1D1B;
  color: #1D1D1B;
  border-color: #bddfe6;
}

.table-warning {
  --bs-table-bg: #fcf1cf;
  --bs-table-striped-bg: #f1e6c6;
  --bs-table-striped-color: #1D1D1B;
  --bs-table-active-bg: #e6dcbd;
  --bs-table-active-color: #1D1D1B;
  --bs-table-hover-bg: #ebe1c2;
  --bs-table-hover-color: #1D1D1B;
  color: #1D1D1B;
  border-color: #e6dcbd;
}

.table-danger {
  --bs-table-bg: #f8cccc;
  --bs-table-striped-bg: #edc3c3;
  --bs-table-striped-color: #1D1D1B;
  --bs-table-active-bg: #e2bbba;
  --bs-table-active-color: #1D1D1B;
  --bs-table-hover-bg: #e8bfbf;
  --bs-table-hover-color: #1D1D1B;
  color: #1D1D1B;
  border-color: #e2bbba;
}

.table-light {
  --bs-table-bg: #EFEFEF;
  --bs-table-striped-bg: #e5e5e4;
  --bs-table-striped-color: #1D1D1B;
  --bs-table-active-bg: #dadada;
  --bs-table-active-color: #1D1D1B;
  --bs-table-hover-bg: #dfdfdf;
  --bs-table-hover-color: #1D1D1B;
  color: #1D1D1B;
  border-color: #dadada;
}

.table-dark {
  --bs-table-bg: #E3E1DB;
  --bs-table-striped-bg: #d9d7d1;
  --bs-table-striped-color: #1D1D1B;
  --bs-table-active-bg: #cfcdc8;
  --bs-table-active-color: #1D1D1B;
  --bs-table-hover-bg: #d4d2cd;
  --bs-table-hover-color: #1D1D1B;
  color: #1D1D1B;
  border-color: #cfcdc8;
}

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

@media (max-width: 320.98px) {
  .table-responsive-sl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1899.98px) {
  .table-responsive-xxxl {
    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: 1.125rem;
}

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.5em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 2rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5A5A5A;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #5A5A5A;
  background-color: #fff;
  border-color: #8acd9a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(21, 154, 52, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 2rem;
  margin: -0.375rem -2rem;
  margin-inline-end: 2rem;
  color: #5A5A5A;
  background-color: #e9ecef;
  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::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 2rem;
  margin: -0.375rem -2rem;
  margin-inline-end: 2rem;
  color: #5A5A5A;
  background-color: #e9ecef;
  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 {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #5A5A5A;
  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.7875rem;
  border-radius: 0;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: 0;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

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

.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;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 6rem 0.375rem 2rem;
  -moz-padding-start: calc(2rem - 3px);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5A5A5A;
  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='%23BEBEBE' 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 2rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #8acd9a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(21, 154, 52, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 2rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #5A5A5A;
}

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  border-radius: 0;
}

.form-check {
  display: block;
  min-height: 1.35rem;
  padding-left: 0;
  margin-bottom: 0.125rem;
  color: #5A5A5A;
}
.form-check .form-check-input {
  float: left;
  margin-left: 0;
}

.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 #ced4da;
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 3px solid #ced4da;
  border-radius: 5px;
  transform: translateY(-0.075em);
  margin-top: 7px;
  margin-right: 1rem;
}
.form-check-input[type=radio] {
  border-radius: 50%;
  border: 3px solid #159A34;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #8acd9a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(21, 154, 52, 0.25);
}
.form-check-input:checked {
  background-color: #159A34;
  border-color: #159A34;
}
.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: #159A34;
  border-color: #159A34;
  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-check-label {
  color: #5A5A5A;
}

.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%2829, 29, 27, 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='%238acd9a'/%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;
  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(21, 154, 52, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(21, 154, 52, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #159A34;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b9e1c2;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #159A34;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b9e1c2;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.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 2rem;
  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 2rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.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: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 2rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5A5A5A;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}

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

.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.7875rem;
  border-radius: 0;
}

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

.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.5em;
  color: #009B3E;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.1rem 0.2rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  color: #1D1D1B;
  background-color: rgba(0, 155, 62, 0.9);
  border-radius: 0;
}

.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: #009B3E;
  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='%23009B3E' 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: #009B3E;
  box-shadow: 0 0 0 0.25rem rgba(0, 155, 62, 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: #009B3E;
}
.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: 11rem;
  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='%23BEBEBE' 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='%23009B3E' 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 2rem center, center right 6rem;
  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: #009B3E;
  box-shadow: 0 0 0 0.25rem rgba(0, 155, 62, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #009B3E;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #009B3E;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 155, 62, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #009B3E;
}

.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.5em;
  color: #DC0000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.1rem 0.2rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  color: #fff;
  background-color: rgba(220, 0, 0, 0.9);
  border-radius: 0;
}

.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: #DC0000;
  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='%23DC0000'%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='%23DC0000' 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: #DC0000;
  box-shadow: 0 0 0 0.25rem rgba(220, 0, 0, 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: #DC0000;
}
.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: 11rem;
  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='%23BEBEBE' 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='%23DC0000'%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='%23DC0000' stroke='none'/%3e%3c/svg%3e");
  background-position: right 2rem center, center right 6rem;
  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: #DC0000;
  box-shadow: 0 0 0 0.25rem rgba(220, 0, 0, 0.25);
}

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

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

.filterform h2, .filterform .h2, .filterform h3, .filterform .h3 {
  font-size: 1.25rem;
  color: #159A34;
  text-transform: uppercase;
  border-bottom: 1px solid #159A34;
  font-weight: 600;
  padding: 0px 18px 18px 18px;
}

select, textarea {
  border: 1px solid #ced4da;
}

input[type=text] {
  border: 1px solid #ced4da;
}

.form-count {
  flex: none !important;
  width: 70px !important;
  border-top: 1px solid #159A34 !important;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 700;
}

.form-count-label {
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #5A5A5A;
}

.form-count-label p {
  margin-left: 1rem;
}

.contactform .row {
  margin-bottom: 30px;
}
.contactform .form-label {
  margin-bottom: 0;
}
.contactform .form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.contactform .form-select:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: var(--select-arrow);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
.contactform input:not([type=checkbox]), .contactform input:not([type=radio]),
.contactform select:not([type=checkbox]),
.contactform select:not([type=radio]) {
  font-size: 1rem;
  padding: 12px 10px;
}
.contactform input[type=text],
.contactform .form-select {
  border: none;
  background: rgba(190, 190, 190, 0.25);
  border-radius: 5px;
}
.contactform .label-small {
  font-size: 0.75rem;
}
.contactform .form-control-sm,
.contactform .form-select-small {
  font-size: 0.9rem;
  padding: 5px;
}

.voicesform .row {
  margin-bottom: 30px;
}
.voicesform .form-label {
  margin-bottom: 0;
}
.voicesform .form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.voicesform .form-select:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: white;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
.voicesform input,
.voicesform select {
  font-size: 1rem;
  padding: 12px 10px;
}
.voicesform input[type=text],
.voicesform .form-select,
.voicesform textarea {
  border: none;
  background: white;
  border-radius: 5px;
}
.voicesform .label-small {
  font-size: 0.75rem;
}
.voicesform .form-control-sm,
.voicesform .form-select-small {
  font-size: 0.9rem;
  padding: 5px;
}

.btn {
  hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  display: inline-block;
  align-self: center;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  color: #5A5A5A;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.8rem 2.5rem;
  font-size: 1rem;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #1D1D1B;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(21, 154, 52, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #1D1D1B;
  background-color: #159A34;
  border-color: #159A34;
}
.btn-primary:hover {
  color: #1D1D1B;
  background-color: #38a952;
  border-color: #2ca448;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #1D1D1B;
  background-color: #38a952;
  border-color: #2ca448;
  box-shadow: 0 0 0 0.25rem rgba(22, 135, 48, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #1D1D1B;
  background-color: #44ae5d;
  border-color: #2ca448;
}
.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(22, 135, 48, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #1D1D1B;
  background-color: #159A34;
  border-color: #159A34;
}

.btn-secondary {
  color: #1D1D1B;
  background-color: #E3E1DB;
  border-color: #E3E1DB;
}
.btn-secondary:hover {
  color: #1D1D1B;
  background-color: #e7e6e0;
  border-color: #e6e4df;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #1D1D1B;
  background-color: #e7e6e0;
  border-color: #e6e4df;
  box-shadow: 0 0 0 0.25rem rgba(197, 196, 190, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #1D1D1B;
  background-color: #e9e7e2;
  border-color: #e6e4df;
}
.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(197, 196, 190, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #1D1D1B;
  background-color: #E3E1DB;
  border-color: #E3E1DB;
}

.btn-success {
  color: #1D1D1B;
  background-color: #009B3E;
  border-color: #009B3E;
}
.btn-success:hover {
  color: #1D1D1B;
  background-color: #26aa5b;
  border-color: #1aa551;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #1D1D1B;
  background-color: #26aa5b;
  border-color: #1aa551;
  box-shadow: 0 0 0 0.25rem rgba(4, 136, 57, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #1D1D1B;
  background-color: #33af65;
  border-color: #1aa551;
}
.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(4, 136, 57, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #1D1D1B;
  background-color: #009B3E;
  border-color: #009B3E;
}

.btn-info {
  color: #1D1D1B;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #1D1D1B;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #1D1D1B;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(15, 176, 208, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #1D1D1B;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.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(15, 176, 208, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #1D1D1B;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #1D1D1B;
  background-color: #EEBA10;
  border-color: #EEBA10;
}
.btn-warning:hover {
  color: #1D1D1B;
  background-color: #f1c434;
  border-color: #f0c128;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #1D1D1B;
  background-color: #f1c434;
  border-color: #f0c128;
  box-shadow: 0 0 0 0.25rem rgba(207, 162, 18, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #1D1D1B;
  background-color: #f1c840;
  border-color: #f0c128;
}
.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(207, 162, 18, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #1D1D1B;
  background-color: #EEBA10;
  border-color: #EEBA10;
}

.btn-danger {
  color: #fff;
  background-color: #DC0000;
  border-color: #DC0000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb0000;
  border-color: #b00000;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb0000;
  border-color: #b00000;
  box-shadow: 0 0 0 0.25rem rgba(225, 38, 38, 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: #b00000;
  border-color: #a50000;
}
.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(225, 38, 38, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #DC0000;
  border-color: #DC0000;
}

.btn-light {
  color: #1D1D1B;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-light:hover {
  color: #1D1D1B;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #1D1D1B;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  box-shadow: 0 0 0 0.25rem rgba(208, 208, 207, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #1D1D1B;
  background-color: #f2f2f2;
  border-color: #f1f1f1;
}
.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(208, 208, 207, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #1D1D1B;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}

.btn-dark {
  color: #1D1D1B;
  background-color: #E3E1DB;
  border-color: #E3E1DB;
}
.btn-dark:hover {
  color: #1D1D1B;
  background-color: #e7e6e0;
  border-color: #e6e4df;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #1D1D1B;
  background-color: #e7e6e0;
  border-color: #e6e4df;
  box-shadow: 0 0 0 0.25rem rgba(197, 196, 190, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #1D1D1B;
  background-color: #e9e7e2;
  border-color: #e6e4df;
}
.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(197, 196, 190, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #1D1D1B;
  background-color: #E3E1DB;
  border-color: #E3E1DB;
}

.btn-white {
  color: #1D1D1B;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #1D1D1B;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #1D1D1B;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(221, 221, 221, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #1D1D1B;
  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 0.25rem rgba(221, 221, 221, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #1D1D1B;
  background-color: #fff;
  border-color: #fff;
}

.btn-g-800 {
  color: #1D1D1B;
  background-color: #BEBEBE;
  border-color: #BEBEBE;
}
.btn-g-800:hover {
  color: #1D1D1B;
  background-color: #c8c8c8;
  border-color: #c5c5c5;
}
.btn-check:focus + .btn-g-800, .btn-g-800:focus {
  color: #1D1D1B;
  background-color: #c8c8c8;
  border-color: #c5c5c5;
  box-shadow: 0 0 0 0.25rem rgba(166, 166, 166, 0.5);
}
.btn-check:checked + .btn-g-800, .btn-check:active + .btn-g-800, .btn-g-800:active, .btn-g-800.active, .show > .btn-g-800.dropdown-toggle {
  color: #1D1D1B;
  background-color: #cbcbcb;
  border-color: #c5c5c5;
}
.btn-check:checked + .btn-g-800:focus, .btn-check:active + .btn-g-800:focus, .btn-g-800:active:focus, .btn-g-800.active:focus, .show > .btn-g-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(166, 166, 166, 0.5);
}
.btn-g-800:disabled, .btn-g-800.disabled {
  color: #1D1D1B;
  background-color: #BEBEBE;
  border-color: #BEBEBE;
}

.btn-black {
  color: #fff;
  background-color: #1D1D1B;
  border-color: #1D1D1B;
}
.btn-black:hover {
  color: #fff;
  background-color: #191917;
  border-color: #171716;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #fff;
  background-color: #191917;
  border-color: #171716;
  box-shadow: 0 0 0 0.25rem rgba(63, 63, 61, 0.5);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #171716;
  border-color: #161614;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(63, 63, 61, 0.5);
}
.btn-black:disabled, .btn-black.disabled {
  color: #fff;
  background-color: #1D1D1B;
  border-color: #1D1D1B;
}

.btn-outline-primary {
  color: black;
  border-color: #159A34;
  border-width: 2px;
}
.btn-outline-primary:hover {
  color: #1D1D1B;
  background-color: #159A34;
  border-color: #159A34;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(21, 154, 52, 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: #1D1D1B;
  background-color: #159A34;
  border-color: #159A34;
}
.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(21, 154, 52, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #159A34;
  background-color: transparent;
}

.btn-outline-light {
  color: white;
}

.btn-outline-light:hover {
  color: black;
}

.btn-outline-secondary {
  color: black;
  border-color: #E3E1DB;
  border-width: 2px;
}
.btn-outline-secondary:hover {
  color: #1D1D1B;
  background-color: #E3E1DB;
  border-color: #E3E1DB;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(227, 225, 219, 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: #1D1D1B;
  background-color: #E3E1DB;
  border-color: #E3E1DB;
}
.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(227, 225, 219, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #E3E1DB;
  background-color: transparent;
}

.btn-outline-light {
  color: white;
}

.btn-outline-light:hover {
  color: black;
}

.btn-outline-success {
  color: black;
  border-color: #009B3E;
  border-width: 2px;
}
.btn-outline-success:hover {
  color: #1D1D1B;
  background-color: #009B3E;
  border-color: #009B3E;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 155, 62, 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: #1D1D1B;
  background-color: #009B3E;
  border-color: #009B3E;
}
.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(0, 155, 62, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #009B3E;
  background-color: transparent;
}

.btn-outline-light {
  color: white;
}

.btn-outline-light:hover {
  color: black;
}

.btn-outline-info {
  color: black;
  border-color: #0dcaf0;
  border-width: 2px;
}
.btn-outline-info:hover {
  color: #1D1D1B;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 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: #1D1D1B;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.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(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-light {
  color: white;
}

.btn-outline-light:hover {
  color: black;
}

.btn-outline-warning {
  color: black;
  border-color: #EEBA10;
  border-width: 2px;
}
.btn-outline-warning:hover {
  color: #1D1D1B;
  background-color: #EEBA10;
  border-color: #EEBA10;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 186, 16, 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: #1D1D1B;
  background-color: #EEBA10;
  border-color: #EEBA10;
}
.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(238, 186, 16, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #EEBA10;
  background-color: transparent;
}

.btn-outline-light {
  color: white;
}

.btn-outline-light:hover {
  color: black;
}

.btn-outline-danger {
  color: black;
  border-color: #DC0000;
  border-width: 2px;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #DC0000;
  border-color: #DC0000;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 0, 0, 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: #DC0000;
  border-color: #DC0000;
}
.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(220, 0, 0, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #DC0000;
  background-color: transparent;
}

.btn-outline-light {
  color: white;
}

.btn-outline-light:hover {
  color: black;
}

.btn-outline-light {
  color: black;
  border-color: #EFEFEF;
  border-width: 2px;
}
.btn-outline-light:hover {
  color: #1D1D1B;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 239, 239, 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: #1D1D1B;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.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(239, 239, 239, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #EFEFEF;
  background-color: transparent;
}

.btn-outline-light {
  color: white;
}

.btn-outline-light:hover {
  color: black;
}

.btn-outline-dark {
  color: black;
  border-color: #E3E1DB;
  border-width: 2px;
}
.btn-outline-dark:hover {
  color: #1D1D1B;
  background-color: #E3E1DB;
  border-color: #E3E1DB;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(227, 225, 219, 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: #1D1D1B;
  background-color: #E3E1DB;
  border-color: #E3E1DB;
}
.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(227, 225, 219, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #E3E1DB;
  background-color: transparent;
}

.btn-outline-light {
  color: white;
}

.btn-outline-light:hover {
  color: black;
}

.btn-outline-white {
  color: black;
  border-color: #fff;
  border-width: 2px;
}
.btn-outline-white:hover {
  color: #1D1D1B;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.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: #1D1D1B;
  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 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-light {
  color: white;
}

.btn-outline-light:hover {
  color: black;
}

.btn-outline-g-800 {
  color: black;
  border-color: #BEBEBE;
  border-width: 2px;
}
.btn-outline-g-800:hover {
  color: #1D1D1B;
  background-color: #BEBEBE;
  border-color: #BEBEBE;
}
.btn-check:focus + .btn-outline-g-800, .btn-outline-g-800:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 190, 190, 0.5);
}
.btn-check:checked + .btn-outline-g-800, .btn-check:active + .btn-outline-g-800, .btn-outline-g-800:active, .btn-outline-g-800.active, .btn-outline-g-800.dropdown-toggle.show {
  color: #1D1D1B;
  background-color: #BEBEBE;
  border-color: #BEBEBE;
}
.btn-check:checked + .btn-outline-g-800:focus, .btn-check:active + .btn-outline-g-800:focus, .btn-outline-g-800:active:focus, .btn-outline-g-800.active:focus, .btn-outline-g-800.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 190, 190, 0.5);
}
.btn-outline-g-800:disabled, .btn-outline-g-800.disabled {
  color: #BEBEBE;
  background-color: transparent;
}

.btn-outline-light {
  color: white;
}

.btn-outline-light:hover {
  color: black;
}

.btn-outline-black {
  color: black;
  border-color: #1D1D1B;
  border-width: 2px;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #1D1D1B;
  border-color: #1D1D1B;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.5);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #fff;
  background-color: #1D1D1B;
  border-color: #1D1D1B;
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.5);
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #1D1D1B;
  background-color: transparent;
}

.btn-outline-light {
  color: white;
}

.btn-outline-light:hover {
  color: black;
}

.btn-link {
  font-weight: 400;
  color: #159A34;
  text-decoration: underline;
}
.btn-link:hover {
  color: #117b2a;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-top {
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 60px;
  background: #868173;
  display: inline-flex;
  text-align: right;
  position: fixed;
  z-index: 1030;
}

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

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

.btn-form-plus,
.btn-form-minus {
  padding-left: 8px;
  padding-top: 10px;
  border: 1px solid #159A34;
  padding-right: 8px;
  padding-bottom: 10px;
}

.btn-form-plus:hover,
.btn-form-minus:hover {
  border: 2px solid #159A34;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 7px;
  padding-right: 7px;
}

.input-search {
  padding-left: 10px;
  border: none !important;
  color: #868173 !important;
}

.btn-search {
  margin: 0;
  padding: 0;
  border: none;
}

.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.9rem;
  color: #5A5A5A;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(29, 29, 27, 0.15);
  border-radius: 0;
}
.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: 321px) {
  .dropdown-menu-sl-start {
    --bs-position: start;
  }
  .dropdown-menu-sl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sl-end {
    --bs-position: end;
  }
  .dropdown-menu-sl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1900px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-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.2rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(29, 29, 27, 0.15);
}

.dropdown-item {
  display: block;
  padding: 0.2rem 0.4rem;
  clear: both;
  font-weight: 400;
  color: #5A5A5A;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #515151;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #159A34;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 0.4rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.2rem 0.4rem;
  color: #5A5A5A;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #BEBEBE;
  border-color: rgba(29, 29, 27, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.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: #159A34;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(29, 29, 27, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .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: 1.875rem;
  padding-left: 1.875rem;
}
.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 0.5rem;
  color: #159A34;
  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: #117b2a;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #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;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #159A34;
}

.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.2rem;
  padding-bottom: 0.2rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sl,
.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.33125rem;
  padding-bottom: 0.33125rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  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: 0rem 0rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 0px solid transparent;
  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;
}

.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: 321px) {
  .navbar-expand-sl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sl .navbar-toggler {
    display: none;
  }
  .navbar-expand-sl .offcanvas-header {
    display: none;
  }
  .navbar-expand-sl .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-sl .offcanvas-top,
  .navbar-expand-sl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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;
  }
}
@media (min-width: 1900px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .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-xxxl .offcanvas-top,
  .navbar-expand-xxxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxxl .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(29, 29, 27, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(29, 29, 27, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(30, 30, 30);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(29, 29, 27, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(29, 29, 27, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(29, 29, 27, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgb(30, 30, 30);
  border-color: rgba(29, 29, 27, 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='rgb%2830, 30, 30%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgb(30, 30, 30);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(29, 29, 27, 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: 0px solid rgba(29, 29, 27, 0.125);
  border-radius: 0;
}
.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: 0px;
  border-top-right-radius: 0px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.4rem;
  border-radius: 0px;
}

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

.card-img,
.card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.card-group > .card {
  margin-bottom: 0.9375rem;
}
@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;
  }
}

.card-last-minute {
  margin-bottom: 30px;
}

.card-last-minute:hover h3, .card-last-minute:hover .h3 {
  color: #868173 !important;
}

.card-last-minute,
.card-offer {
  border: 0px solid;
  background: none;
}

.card-last-minute h2, .card-last-minute .h2,
.card-last-minute h3,
.card-last-minute .h3 {
  font-size: 1.25rem;
}

.card-last-minute .card-footer {
  border: none;
  background: transparent;
}

.card-last-minute .text-white,
.card-offer .text-white,
.card-travels .text-white {
  text-shadow: 0px 0px 10px #333;
}

.card-categories p {
  color: #5A5A5A;
}

.card-merkliste h3, .card-merkliste .h3 {
  font-size: 1rem !important;
}
.card-merkliste .list-inline {
  color: white !important;
}

.loadMerkliste a,
.loadMerkliste a:hover {
  text-decoration: none !important;
}

a .card-categories {
  text-decoration: none;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0rem;
  padding-top: 1.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1D1D1B;
  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: #868173;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='35.355' height='35.355' viewBox='0 0 35.355 35.355'%3e%3cg id='Komponente_11_21' data-name='Komponente 11 – 21' transform='translate%2817.678%29 rotate%2845%29'%3e%3cg id='Ellipse_10' data-name='Ellipse 10' fill='none' stroke='%23868173' stroke-width='1'%3e%3ccircle cx='12.5' cy='12.5' r='12.5' stroke='none'/%3e%3ccircle cx='12.5' cy='12.5' r='12' fill='none'/%3e%3c/g%3e%3cpath id='Pfad_42' data-name='Pfad 42' d='M8.619,86.25,12.173,82.7a1.117,1.117,0,0,0,0-1.58l-.79-.79a1.117,1.117,0,0,0-1.58,0L6.25,83.881c-.015.017-2.353,2.38-2.369,2.369L.327,89.8a1.117,1.117,0,0,0,0,1.579l.79.79a1.117,1.117,0,0,0,1.58,0L6.25,88.619C6.239,88.625,8.625,86.261,8.619,86.25Z' transform='translate%286.25 -73.75%29' fill='%23868173'/%3e%3c/g%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' width='35.355' height='35.355' viewBox='0 0 35.355 35.355'%3e%3cg id='Komponente_11_18' data-name='Komponente 11 – 18' transform='translate%2817.678%29 rotate%2845%29'%3e%3cg id='Ellipse_10' data-name='Ellipse 10' fill='none' stroke='%23868173' stroke-width='1'%3e%3ccircle cx='12.5' cy='12.5' r='12.5' stroke='none'/%3e%3ccircle cx='12.5' cy='12.5' r='12' fill='none'/%3e%3c/g%3e%3ccircle id='Ellipse_11' data-name='Ellipse 11' transform='translate%2825 25%29' fill='%23868173'/%3e%3cpath id='Pfad_42' data-name='Pfad 42' d='M8.619,86.25,12.173,82.7a1.117,1.117,0,0,0,0-1.58l-.79-.79a1.117,1.117,0,0,0-1.58,0L6.25,83.881,2.7,80.327a1.117,1.117,0,0,0-1.58,0l-.79.79a1.117,1.117,0,0,0,0,1.58L3.881,86.25.327,89.8a1.117,1.117,0,0,0,0,1.579l.79.79a1.117,1.117,0,0,0,1.58,0L6.25,88.619,9.8,92.173a1.117,1.117,0,0,0,1.58,0l.79-.79a1.117,1.117,0,0,0,0-1.579Z' transform='translate%286.25 -73.75%29' fill='%23868173'/%3e%3c/g%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;
  outline: 0;
}

.accordion-header {
  margin-bottom: 0;
  border-bottom: 1px solid #868173;
}

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

.accordion-body {
  padding: 1rem 0rem;
}
.accordion-body ul {
  padding-left: 1rem;
}

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

/** DETAIL ACCORDION **/
.accordion-detailinfo {
  margin-bottom: 1rem;
}
.accordion-detailinfo .accordion-header {
  border-bottom: none;
}
.accordion-detailinfo .accordion-button {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.2rem;
  margin-bottom: 0.1875rem;
}
.accordion-detailinfo p {
  margin: 0;
}
.accordion-detailinfo .accordion-body {
  padding: 0;
}

/** HOTEL Accordion **/
.accordion-hotels .accordion-item,
.form-check-list .accordion-item {
  margin-bottom: 30px;
}
.accordion-hotels .accordion-hotels-header,
.form-check-list .accordion-hotels-header {
  border: none;
}
.accordion-hotels .accordion-hotels-header p,
.form-check-list .accordion-hotels-header p {
  color: #000000 !important;
}
.accordion-hotels h3, .accordion-hotels .h3,
.form-check-list h3,
.form-check-list .h3 {
  font-size: 1rem;
  color: #1D1D1B;
  font-weight: 500;
}
.accordion-hotels .accordion-hotels-body,
.form-check-list .accordion-hotels-body {
  border-bottom: 1px solid #159A34;
}
.accordion-hotels .collaped-hotel,
.form-check-list .collaped-hotel {
  display: inline-block;
  align-self: center;
  line-height: 1.5;
  color: #231E19;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: none;
  font-size: 1rem;
  margin-left: 2rem;
  color: #159A34;
}
.accordion-hotels .form-check-input[type=radio],
.form-check-list .form-check-input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--form-background);
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: inline-block;
  place-content: center;
  border: 3px solid #159A34;
  margin-right: 1rem;
  margin-top: 5px;
}
.accordion-hotels .form-check-input[disabled] ~ .form-check-label,
.accordion-hotels .form-check-input:disabled ~ .form-check-label,
.form-check-list .form-check-input[disabled] ~ .form-check-label,
.form-check-list .form-check-input:disabled ~ .form-check-label {
  opacity: 1;
}
.accordion-hotels .form-check-input[disabled],
.form-check-list .form-check-input[disabled] {
  opacity: 1;
  border: none;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512"%3E%3Cpath fill="%23dc0000" d="M0 256C0 114.6 114.6 0 256 0s256 114.6 256 256s-114.6 256-256 256S0 397.4 0 256zm175-47.9l47.1 47L175 303c-9.3 9.4-9.3 24.6 0 33.1c9.4 10.2 24.6 10.2 33.1 0l47-46.2l47.9 46.2c9.4 10.2 24.6 10.2 33.1 0c10.2-8.5 10.2-23.7 0-33.1l-46.2-47.9l46.2-47c10.2-8.5 10.2-23.7 0-33.1c-8.5-9.3-23.7-9.3-33.1 0l-47.9 47.1l-47-47.1c-8.5-9.3-23.7-9.3-33.1 0c-9.3 9.4-9.3 24.6 0 33.1z"%2F%3E%3C%2Fsvg%3E');
  background-size: 20px;
}
.accordion-hotels .form-check-input:checked,
.form-check-list .form-check-input:checked {
  border: 1px solid #159A34;
  background: #159A34;
  opacity: 1;
  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");
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.25rem;
  color: #5A5A5A;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
  line-height: 1rem;
  font-size: 12px;
}
.breadcrumb-item.active {
  color: #5A5A5A;
}

.breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
  color: #159A34;
}

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

.page-link {
  position: relative;
  display: block;
  color: #159A34;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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: #117b2a;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #117b2a;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(21, 154, 52, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #159A34;
  border-color: #159A34;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.3em 0.4em;
  font-size: 0.6em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 1.2rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.5rem 0.4rem;
}

.alert-primary {
  color: #0d5c1f;
  background-color: #d0ebd6;
  border-color: #b9e1c2;
}
.alert-primary .alert-link {
  color: #0a4a19;
}

.alert-secondary {
  color: #6c6b68;
  background-color: #f9f9f8;
  border-color: #f7f6f4;
}
.alert-secondary .alert-link {
  color: #565653;
}

.alert-success {
  color: #005d25;
  background-color: #ccebd8;
  border-color: #b3e1c5;
}
.alert-success .alert-link {
  color: #004a1e;
}

.alert-info {
  color: #176270;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #124e5a;
}

.alert-warning {
  color: #715c17;
  background-color: #fcf1cf;
  border-color: #faeab7;
}
.alert-warning .alert-link {
  color: #5a4a12;
}

.alert-danger {
  color: #840000;
  background-color: #f8cccc;
  border-color: #f5b3b3;
}
.alert-danger .alert-link {
  color: #6a0000;
}

.alert-light {
  color: #717170;
  background-color: #fcfcfc;
  border-color: #fafafa;
}
.alert-light .alert-link {
  color: #5a5a5a;
}

.alert-dark {
  color: #6c6b68;
  background-color: #f9f9f8;
  border-color: #f7f6f4;
}
.alert-dark .alert-link {
  color: #565653;
}

.alert-white {
  color: #777776;
  background-color: white;
  border-color: white;
}
.alert-white .alert-link {
  color: #5f5f5e;
}

.alert-g-800 {
  color: #5d5d5c;
  background-color: #f2f2f2;
  border-color: #ececec;
}
.alert-g-800 .alert-link {
  color: #4a4a4a;
}

.alert-black {
  color: #111110;
  background-color: #d2d2d1;
  border-color: #bbbbbb;
}
.alert-black .alert-link {
  color: #0e0e0d;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #159A34;
  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 {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.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: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #EFEFEF;
}
.list-group-item-action:active {
  color: #5A5A5A;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.2rem 0.4rem;
  color: #5A5A5A;
  text-decoration: none;
  background-color: #fff;
  border: 0 solid rgba(29, 29, 27, 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: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #159A34;
  border-color: #159A34;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: 0;
  border-top-width: 0;
}

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

@media (min-width: 321px) {
  .list-group-horizontal-sl {
    flex-direction: row;
  }
  .list-group-horizontal-sl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sl > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-sl > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@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;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    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: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@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;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    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: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@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;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    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: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@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;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    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: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@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;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0;
    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: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@media (min-width: 1900px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 0;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #0d5c1f;
  background-color: #d0ebd6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0d5c1f;
  background-color: #bbd4c1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0d5c1f;
  border-color: #0d5c1f;
}

.list-group-item-secondary {
  color: #6c6b68;
  background-color: #f9f9f8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #6c6b68;
  background-color: #e0e0df;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #6c6b68;
  border-color: #6c6b68;
}

.list-group-item-success {
  color: #005d25;
  background-color: #ccebd8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #005d25;
  background-color: #b8d4c2;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #005d25;
  border-color: #005d25;
}

.list-group-item-info {
  color: #176270;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #176270;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #176270;
  border-color: #176270;
}

.list-group-item-warning {
  color: #715c17;
  background-color: #fcf1cf;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #715c17;
  background-color: #e3d9ba;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #715c17;
  border-color: #715c17;
}

.list-group-item-danger {
  color: #840000;
  background-color: #f8cccc;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #840000;
  background-color: #dfb8b8;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #840000;
  border-color: #840000;
}

.list-group-item-light {
  color: #717170;
  background-color: #fcfcfc;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #717170;
  background-color: #e3e3e3;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #717170;
  border-color: #717170;
}

.list-group-item-dark {
  color: #6c6b68;
  background-color: #f9f9f8;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #6c6b68;
  background-color: #e0e0df;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #6c6b68;
  border-color: #6c6b68;
}

.list-group-item-white {
  color: #777776;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #777776;
  background-color: #e6e6e6;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #777776;
  border-color: #777776;
}

.list-group-item-g-800 {
  color: #5d5d5c;
  background-color: #f2f2f2;
}
.list-group-item-g-800.list-group-item-action:hover, .list-group-item-g-800.list-group-item-action:focus {
  color: #5d5d5c;
  background-color: #dadada;
}
.list-group-item-g-800.list-group-item-action.active {
  color: #fff;
  background-color: #5d5d5c;
  border-color: #5d5d5c;
}

.list-group-item-black {
  color: #111110;
  background-color: #d2d2d1;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: #111110;
  background-color: #bdbdbc;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #111110;
  border-color: #111110;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #1D1D1B;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231D1D1B'%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;
  opacity: 0.5;
}
.btn-close:hover {
  color: #1D1D1B;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(21, 154, 52, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: 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(29, 29, 27, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

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

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(29, 29, 27, 0.05);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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(29, 29, 27, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #1D1D1B;
}
.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: 0.4rem 0.4rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .btn-close {
  padding: 0.2rem 0.2rem;
  margin: -0.2rem -0.2rem -0.2rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.15rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.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: 320.98px) {
  .modal-fullscreen-sl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sl-down .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;
  }
}
@media (max-width: 1899.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxxl-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.7875rem;
  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: #1D1D1B;
}

.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: #1D1D1B;
}

.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: #1D1D1B;
}

.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: #1D1D1B;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.1rem 0.2rem;
  color: #fff;
  text-align: center;
  background-color: #1D1D1B;
  border-radius: 0;
}

.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.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(29, 29, 27, 0.2);
  border-radius: 0;
}
.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(29, 29, 27, 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(29, 29, 27, 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(29, 29, 27, 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(29, 29, 27, 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 0.4rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #1E1E1E;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(29, 29, 27, 0.2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.4rem 0.4rem;
  color: #5A5A5A;
}

.carousel {
  position: relative;
}

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

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

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

.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;
  hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
}

.carousel-control-next {
  right: 0;
  hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
}

.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: 19px;
  height: 19px;
  padding: 0;
  margin-right: 12px;
  margin-left: 12px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  opacity: 0.6;
  transition: opacity 0.6s ease;
  border-radius: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
  border: 3px solid #159A34;
  width: 13px;
  height: 13px;
}

.carousel-indicators-invers {
  position: relative;
  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-invers [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 19px;
  height: 19px;
  padding: 0;
  margin-right: 12px;
  margin-left: 12px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(70, 164, 71, 0.4);
  background-clip: padding-box;
  border: 0;
  transition: opacity 0.6s ease;
  border-radius: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators-invers [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators-invers .active {
  border: 3px solid #159A34;
  background: rgba(70, 164, 71, 0.4);
  width: 13px;
  height: 13px;
}

.carousel-indicators-white .active {
  background-color: rgba(255, 255, 255, 0.6);
  border: 3px solid #fff;
}

.carousel-control-prev-extra,
.carousel-control-next-extra {
  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-extra,
  .carousel-control-next-extra {
    transition: none;
  }
}
.carousel-control-prev-extra:hover, .carousel-control-prev-extra:focus,
.carousel-control-next-extra:hover,
.carousel-control-next-extra:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

.carousel-control-next-extra {
  right: 0;
}

.carousel-control-prev-icon-extra,
.carousel-control-next-icon-extra {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon-extra {
  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-extra {
  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-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: #1D1D1B;
}
.carousel-dark .carousel-caption {
  color: #1D1D1B;
}

.carousel-control {
  border-top: 1px solid #159A34;
}
.carousel-control .carousel-control-prev,
.carousel-control .carousel-control-next {
  position: relative;
  width: 45%;
  color: #159A34;
  opacity: 1;
  display: inline;
}
.carousel-control .carousel-control-prev {
  text-align: left;
}
.carousel-control .carousel-control-next {
  text-align: right;
}

.carousel-left {
  margin-left: 0;
  left: 0px;
  right: auto;
}

@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%;
  animation: 0.75s linear infinite spinner-border;
}

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

@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;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  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: #1D1D1B;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

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

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

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

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

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

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

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(29, 29, 27, 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 {
  animation: placeholder-glow 2s ease-in-out infinite;
}

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

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

.link-primary {
  color: #159A34;
}
.link-primary:hover, .link-primary:focus {
  color: #44ae5d;
}

.link-secondary {
  color: #E3E1DB;
}
.link-secondary:hover, .link-secondary:focus {
  color: #e9e7e2;
}

.link-success {
  color: #009B3E;
}
.link-success:hover, .link-success:focus {
  color: #33af65;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #EEBA10;
}
.link-warning:hover, .link-warning:focus {
  color: #f1c840;
}

.link-danger {
  color: #DC0000;
}
.link-danger:hover, .link-danger:focus {
  color: #b00000;
}

.link-light {
  color: #EFEFEF;
}
.link-light:hover, .link-light:focus {
  color: #f2f2f2;
}

.link-dark {
  color: #E3E1DB;
}
.link-dark:hover, .link-dark:focus {
  color: #e9e7e2;
}

.link-white {
  color: #fff;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-g-800 {
  color: #BEBEBE;
}
.link-g-800:hover, .link-g-800:focus {
  color: #cbcbcb;
}

.link-black {
  color: #1D1D1B;
}
.link-black:hover, .link-black:focus {
  color: #171716;
}

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

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

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

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

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

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

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

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

@media (min-width: 321px) {
  .sticky-sl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1900px) {
  .sticky-xxxl-top {
    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;
}

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

#meta-navigation {
  margin-top: 1rem;
}
#meta-navigation .level_1 > li.last {
  margin-right: 0 !important;
}
#meta-navigation .active {
  font-weight: 500;
}
#meta-navigation * {
  font-size: 1rem;
  color: #1D1D1B;
  text-decoration: none;
}
#meta-navigation a:hover {
  text-decoration: underline;
}
#meta-navigation .input-group {
  overflow: hidden;
  border: 1px solid #ced4da;
  border-radius: 2px;
}
#meta-navigation .input-group input[type=text] {
  border: none;
  padding: 0;
  height: 30px;
}
#meta-navigation .input-group .btn {
  height: 30px;
}

#main-navbar {
  min-width: 100% !important;
  margin: 0 !important;
  padding-bottom: 1rem !important;
}
#main-navbar .level_1 > li.last {
  margin-right: 0 !important;
}

#main-navbar > li.dropdown.show {
  position: static;
}

#main-navbar > li.dropdown.show .dropdown-menu {
  display: table;
  border-radius: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.dropdown-menu > li {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

#main-navbar a.trail {
  font-weight: 500;
}
#main-navbar .dropdown-item.active, #main-navbar .dropdown-item:active {
  color: #868173;
  text-decoration: none;
  background-color: #fff;
}
#main-navbar .active {
  font-weight: 500;
}
#main-navbar .level_1 {
  position: relative;
}
@media screen and (min-width: 997px) {
  #main-navbar .level_1 {
    position: static !important;
  }
}
#main-navbar .level_1 > li {
  padding-left: 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 996px) {
  #main-navbar .level_1 > li {
    width: 100%;
    display: block;
  }
}
#main-navbar .level_1 > li:not(.first) {
  background-image: url("/images/strich_menu.png");
  background-repeat: no-repeat;
  background-position: left center;
}
#main-navbar .level_1 > li > a {
  word-break: break-all;
  white-space: initial;
  line-break: initial;
  line-height: 60px;
  vertical-align: middle;
}
#main-navbar ul {
  list-style: none;
}
#main-navbar .navbar-nav ul ul {
  padding-left: 0 !important;
}
#main-navbar a {
  text-decoration: none;
  color: #868173;
}
#main-navbar .dropdown-item:hover, #main-navbar .dropdown-item:focus {
  color: #868173;
  background-color: #FFF;
}
#main-navbar a:hover, #main-navbar a:focus {
  color: #868173;
  text-decoration: underline;
}
#main-navbar .level_2 * {
  font-size: 0.9rem;
}
#main-navbar .level_2 a {
  height: 25px;
  display: block;
  font-size: 1.3125em !important;
}
#main-navbar .level_3 a {
  font-size: 1.2222em !important;
}
#main-navbar .headlinemenu {
  color: #159A34;
}

body header, header #main-navbar, header .mod_customnav {
  background-color: #fff !important;
}

*, html, body {
  color: #1D1D1B;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

html {
  font-size: 100%;
}

body {
  font-size: 1rem;
}

#main-navbar a {
  color: #1D1D1B;
}

#main-navbar .level_1 > li {
  border: none !important;
  font-size: 1.25rem;
}
#main-navbar .level_1 > li a {
  font-size: 1.25rem;
}

.level_2 .dropdown-item {
  padding-left: 0 !important;
}

.nav-mega {
  width: 100%;
}

.nav-mega .dropdown {
  position: static;
}

.nav-mega .dropdown-menu.mega-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  min-width: auto;
  width: 100%;
  margin-top: 0;
  padding: 0;
  border: none !important;
}
.nav-mega .dropdown-menu.mega-menu.show {
  display: flex;
}

.nav-mega .dropdown-menu.mega-menu > li.dropdown-item {
  padding: 20px;
}

.nav-mega .dropdown-menu.mega-menu .media-list .media {
  padding: 10px;
  font-size: 13px;
}

.nav-mega .dropdown-menu.mega-menu .media-list .media-heading {
  font-size: 16px;
}

.nav-mega li {
  z-index: 999;
}

@media screen and (max-width: 996px) {
  body {
    hyphens: auto !important;
  }
  .show.mega-menu {
    display: block;
    position: relative !important;
  }
  #main-navbar .level_1 > li {
    padding-left: 0 !important;
    border: none !important;
    background: none !important;
  }
  #main-navbar .level_1 > li * {
    font-size: 0.7rem;
  }
}
.nav-mega > .first {
  padding-left: 0 !important;
}

.text-break {
  word-break: break-word;
  white-space: pre-line;
  overflow-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  line-height: 1rem;
}

@media screen and (max-width: 1201px) {
  #meta-navigation {
    margin-top: 0rem !important;
  }
}
.mod_rocksolid_slider .ce_text, .mod_rocksolid_slider figure, .mod_rocksolid_slider img {
  width: 100% !important;
}

.mod_rocksolid_slider .bg-primary.text-white * {
  color: #fff !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-size: 1.33rem !important;
  line-height: 1.55rem;
  color: #159A34;
  font-weight: 900 !important;
}
h1 *, .h1 *, h2 *, .h2 *, h3 *, .h3 *, h4 *, .h4 * {
  font-size: 1.33rem !important;
  line-height: 1.55rem;
  color: #159A34 !important;
  font-weight: 900 !important;
}

.iconright {
  background-image: url(/files/SUFW/Grafiken/2_Pfeile_weiss.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 56px;
  background-size: 100% auto;
  display: block;
  min-width: 56px;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: -25px;
  margin-right: 25px;
}

.iconleftslider {
  background-image: url(/files/SUFW/Grafiken/2_Pfeile_weiss.svg);
  background-repeat: no-repeat;
  background-position: center top;
  width: 56px;
  background-size: 100% auto;
  display: block;
  min-width: 56px;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 25px;
  margin-left: 25px;
}

.bg-secondary .iconleftgrey h2, .bg-secondary .iconleftgrey .h2, .bg-secondary .iconleftgrey h3, .bg-secondary .iconleftgrey .h3, .bg-secondary .iconleftgrey h4, .bg-secondary .iconleftgrey .h4 {
  margin-bottom: 20px;
}
.bg-secondary .iconleftgrey h2::before, .bg-secondary .iconleftgrey .h2::before, .bg-secondary .iconleftgrey h3::before, .bg-secondary .iconleftgrey .h3::before, .bg-secondary .iconleftgrey h4::before, .bg-secondary .iconleftgrey .h4::before {
  background-image: url(/files/SUFW/Grafiken/Pfeil_grau_Kreis.svg);
}
.bg-secondary .iconleft::before {
  background-image: url(/files/SUFW/Grafiken/Pfeil_grau_Kreis.svg);
}

.iconleftgrey h2, .iconleftgrey .h2, .iconleftgrey h3, .iconleftgrey .h3, .iconleftgrey h4, .iconleftgrey .h4 {
  margin-bottom: 15px;
}
.iconleftgrey h2::before, .iconleftgrey .h2::before, .iconleftgrey h3::before, .iconleftgrey .h3::before, .iconleftgrey h4::before, .iconleftgrey .h4::before {
  background-image: url(/files/SUFW/Grafiken/2_Pfeile_grau.svg);
  background-repeat: no-repeat;
  background-position: center left;
  content: " ";
  height: 30px;
  background-size: 100% auto;
  translate: 0 25%;
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}

.iconleftgreen h2, .iconleftgreen .h2, .iconleftgreen h3, .iconleftgreen .h3, .iconleftgreen h4, .iconleftgreen .h4 {
  margin-bottom: 15px;
}
.iconleftgreen h2::before, .iconleftgreen .h2::before, .iconleftgreen h3::before, .iconleftgreen .h3::before, .iconleftgreen h4::before, .iconleftgreen .h4::before {
  background-image: url(/files/SUFW/Grafiken/2_Pfeile_gruen.svg);
  background-repeat: no-repeat;
  background-position: center left;
  content: " ";
  height: 30px;
  background-size: 100% auto;
  translate: 0 25%;
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}

.iconleftgreenround::before {
  background-image: url(/files/SUFW/Grafiken/Pfeil_gruen_Kreis.svg);
  background-repeat: no-repeat;
  background-position: center left;
  content: " ";
  height: 30px;
  background-size: 100% auto;
  translate: 0 25%;
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}

.iconleft {
  margin-bottom: 15px;
}
.iconleft::before {
  background-image: url(/files/SUFW/Grafiken/2_Pfeile_gruen.svg);
  background-repeat: no-repeat;
  background-position: center left;
  content: " ";
  height: 30px;
  background-size: 100% auto;
  translate: 0 25%;
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}

main ul, main ol {
  margin-bottom: 1rem !important;
}
main p, main strong, main span, main li, main span, main label, main input, main select, main option, main textarea, main .markdown, main tr, main td, main table {
  font-size: 1.3rem !important;
}

footer * {
  font-size: 1rem !important;
}

tr td {
  padding-right: 1rem;
  vertical-align: top;
}

.bg-primary * {
  color: #fff;
}

.row {
  --bs-gutter-x: 0 !important;
}

.accordion-button[aria-expanded=true]::after {
  background-image: url(/files/SUFW/Grafiken/2_pfeile_gruen_oben.svg) !important;
  transform: rotate(0deg);
  background-size: 100% auto;
  width: 30px !important;
  height: 42px !important;
}

.accordion-button[aria-expanded=false]::after {
  background-image: url(/files/SUFW/Grafiken/2_pfeile_gruen_oben.svg) !important;
  transform: rotate(180deg);
  background-size: 100% auto;
  width: 30px !important;
  height: 42px !important;
}

.navbar-brand {
  margin-top: -45px;
}

.navbar-brand img {
  margin-left: 50px !important;
}

@media screen and (max-width: 1200px) {
  .navbar-brand {
    margin-top: 0px !important;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1201px) {
  body .text-xl-left {
    text-align: left !important;
  }
}
@media screen and (max-width: 996px) {
  html, body {
    font-size: 90% !important;
  }
  table td, table tr {
    width: 1px;
    white-space: nowrap;
    height: auto !important;
  }
  body .navbar-brand img {
    margin-left: 0 !important;
  }
  body .position-sm-relative {
    position: relative !important;
  }
  .pe-20 {
    padding-left: 1.332rem !important;
  }
  form .ce_columns, form .pe-20 {
    padding: 0 !important;
  }
  .ce_form, footer .bg-primary, .ce_columns {
    padding-right: 1.332rem !important;
    padding-left: 1.332rem !important;
  }
  main form .me-20 {
    margin: 0 !important;
  }
  main select, main input, main textarea {
    font-size: 0.7rem !important;
  }
  .position-absolute-image img {
    position: relative !important;
    padding-bottom: 1.332rem !important;
  }
  .width5 {
    width: 10% !important;
  }
  .iconleft:before, .iconleftgreenround:before, .iconleftgreen:before {
    width: 22px !important;
    height: 22px !important;
  }
  .width90 {
    width: 80% !important;
  }
  body span.iconleft, body span.iconleftgreenround {
    margin-top: -6px !important;
    vertical-align: top;
  }
}
.position-absolute-image {
  height: 100%;
  width: 100%;
}

.position-absolute-image img {
  position: absolute;
  width: 100%;
  height: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.ce_image.block {
  width: 100%;
  height: 100%;
}

.mobile-offcanvas {
  height: 100% !important;
}

.width5 {
  width: 5%;
  min-width: 45px;
}

.width90 {
  width: 85%;
}

span.iconleft, span.iconleftgreenround {
  margin-top: -12px !important;
  vertical-align: top;
}

.mobile-offcanvas .dropdown-menu {
  position: relative !important;
  padding-top: 0.7rem !important;
  width: 100%;
  border-left: none !important;
  border-right: none !important;
  transform: none !important;
  margin-top: 0.7rem !important;
  margin-bottom: 0.7rem;
  border-top: 5px solid #159A34;
  border-bottom: 5px solid #159A34;
}
.mobile-offcanvas p {
  display: none;
}
.mobile-offcanvas ul {
  list-style: none;
  padding-left: 0;
}
.mobile-offcanvas .dropdown-item:hover, .mobile-offcanvas .dropdown-item:focus {
  color: #000;
  background: none;
}
.mobile-offcanvas a:hover {
  color: #159A34 !important;
}

.mobile-offcanvas .level_1 > li > a {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-decoration: none;
  padding-bottom: 1.2rem !important;
  display: block;
}
.mobile-offcanvas .level_1 > li > a.show {
  color: #159A34 !important;
  font-weight: bold;
  padding-bottom: 0 !important;
}

.mobile-offcanvas .level_1 > li {
  border-bottom: 2px solid #159A34;
  padding-top: 1.2rem !important;
}

.mobile-offcanvas .level_2 {
  background-color: #F7FAF5;
  padding-left: 0.2rem !important;
}

.mobile-offcanvas .level_3 > li {
  padding-top: 0.7rem !important;
  border-bottom: 1px solid #159A34;
}

.mobile-offcanvas .level_2.show {
  padding-bottom: 0 !important;
}

.mobile-offcanvas .level_2 > li {
  padding-left: 0.5rem !important;
  border-bottom: 1px solid #159A34;
  padding-top: 0.7rem !important;
}
.mobile-offcanvas .level_2 > li li {
  padding-top: 0.7rem !important;
}

body .mobile-offcanvas li.active.submenu {
  padding-top: 0rem !important;
  padding-left: 0rem !important;
}

body .mobile-offcanvas li.active.submenu > a {
  background-color: #159A34 !important;
  padding-left: 1rem !important;
  padding-top: 0.7rem !important;
  color: #fff !important;
}

body .mobile-offcanvas li.active.submenu {
  background: none !important;
}

body .mobile-offcanvas li.active:not(.submenu) {
  background-color: #159A34 !important;
  padding-left: 1rem !important;
}
body .mobile-offcanvas li.active:not(.submenu) a {
  color: #fff !important;
}

.mobile-offcanvas .level_2 > li.nounderline.last a {
  border-bottom: none !important;
}

.mobile-offcanvas .level_2 > li.first:not(.active) {
  padding-top: 0 !important;
}

.mobile-offcanvas .level_2 > li.nounderline.last {
  padding-bottom: 0 !important;
}

.mobile-offcanvas .level_2 > li.nounderline a {
  font-weight: 300 !important;
}

.mobile-offcanvas .level_2 > li.nounderline {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.mobile-offcanvas .level_2 > li > a {
  color: #000 !important;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding-bottom: 0.7rem !important;
  border-bottom: 1px solid #159A34;
}

.mobile-offcanvas .level_2 > li.last,
.mobile-offcanvas .level_3 > li.last {
  border-bottom: none !important;
}

.mobile-offcanvas .level_3 > li > a {
  display: block;
}

.mobile-offcanvas .level_3 > li > a {
  color: #000 !important;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-decoration: none;
  padding-bottom: 0.7rem !important;
}

.mobile-offcanvas li > a {
  color: #000 !important;
  font-size: 1rem;
  text-decoration: none;
}

.sizetop:hover, .sizebottom:hover {
  cursor: pointer;
}

.teasers .ce_text.block {
  overflow: visible !important;
}

.me-5 {
  margin-right: 1rem;
}

.ms-5 {
  margin-left: 1rem;
}

#header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
}
#header .breadcrumb-item + .breadcrumb-item::before {
  margin-top: 0.05rem;
}

.mod_rocksolid_slider h1, .mod_rocksolid_slider .h1, .mod_rocksolid_slider h2, .mod_rocksolid_slider .h2, .mod_rocksolid_slider h3, .mod_rocksolid_slider .h3, .mod_rocksolid_slider h4, .mod_rocksolid_slider .h4, .mod_rocksolid_slider h5, .mod_rocksolid_slider .h5, .mod_rocksolid_slider h6, .mod_rocksolid_slider .h6 {
  font-size: 1.7rem !important;
  line-height: 1.9rem !important;
  margin-bottom: 1rem !important;
}
.mod_rocksolid_slider .rsts-slide a .withnolink {
  display: none;
}
.mod_rocksolid_slider .rsts-slide .nolink .withlink {
  display: none;
}
.mod_rocksolid_slider .rsts-slide .nolink .textposition {
  margin-left: 81px;
}

/**
Disable Anchor Scroll
 */
*, html, body {
  hyphens: none;
  scroll-behavior: smooth !important;
}

html:focus-within {
  scroll-behavior: smooth;
}

.mb-25 {
  margin-bottom: 1.25rem;
}

.nobreadcrumb .mod_breadcrumb {
  display: none !important;
}

.accordion-body ul {
  padding-left: 1.2rem !important;
}

.bg-beige {
  background-color: #fdf4e3;
}

.slick-slide .image_container img {
  height: 400px !important;
  width: auto !important;
  margin: 0 50px !important;
}

.mod_newsreader .slick-container {
  margin-bottom: 50px !important;
}

.mod_newsreader .slick-slide img {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

.pagination ul,
.pagination li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  float: left;
}

/* alle Items */
.pagination a,
.pagination span {
  display: block;
  padding: 5px;
}

/* alle Nummern */
.pagination a.link,
.pagination span {
  padding-left: 10px;
  position: relative;
}

.pagination a.link:before,
.pagination span:before {
  content: "·"; /* &middot; */
  position: absolute;
  left: 0;
}

/* erste Nummer wieder zurücksetzen */
.pagination li[class] + li a.link,
.pagination li:first-child a.link,
.pagination li[class] + li span,
.pagination li:first-child span {
  padding-left: 5px;
}

.pagination li[class] + li a.link:before,
.pagination li:first-child a.link:before,
.pagination li[class] + li span:before,
.pagination li:first-child span:before {
  display: none;
}

a {
  text-decoration: none;
}
a:hover {
  color: #1D1D1B !important;
}

main a[href*="https://www.google.com/maps"] {
  background-image: url(../images/icon_GoogleStandort_25px.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 25px;
  padding-left: 30px;
  min-height: 25px;
  display: block;
}
main a[href*="tel:0351"]:before, main a[href*="tel:(0351"]:before {
  content: "";
  height: 25px;
  width: 28px;
  background-image: url(../images/icon_Tel_25px.svg) !important;
  background-position: left -1px;
  background-repeat: no-repeat;
  background-size: 22px 100%;
  display: inline-block;
  vertical-align: middle !important;
}
main a[href*="tel:"]:before {
  content: "";
  height: 25px;
  width: 28px;
  background-image: url(../images/icon_SmartPhone_25px.svg);
  background-position: left -1px;
  background-repeat: no-repeat;
  background-size: 22px 100%;
  display: inline-block;
  vertical-align: middle !important;
}
main a[href*="https://signal.me/"]:before {
  content: "";
  height: 25px;
  width: 28px;
  background-image: url(../images/icon_Signal_25px.svg) !important;
  background-position: left -1px;
  background-repeat: no-repeat;
  background-size: 22px 100%;
  display: inline-block;
  vertical-align: middle !important;
}
main a[href*="mailto:"]:before {
  content: "";
  height: 25px;
  width: 28px;
  background-image: url(../images/icon_Mail_25px.svg);
  background-position: left -1px;
  background-repeat: no-repeat;
  background-size: 22px 100%;
  display: inline-block;
  vertical-align: middle !important;
}
main a[href*=".pdf"]:before {
  content: "";
  height: 25px;
  width: 28px;
  background-image: url(../images/icon_pdf_25px.svg);
  background-position: left -1px;
  background-repeat: no-repeat;
  background-size: 22px 100%;
  display: inline-block;
  vertical-align: middle !important;
}
main a span.moreinfo {
  background: #fff;
  border-radius: 5px;
}
main a:hover span.moreinfo {
  color: #fff !important;
  background-color: #159A34 !important;
}

/** Flipeffekt **/
.flipcontainer .box {
  position: relative;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  perspective: 1000px;
  cursor: pointer;
  margin-bottom: 2rem;
}

.flipcontainer .box .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: 0.9s ease;
}

.flipcontainer .box .body .imgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background: #fff;
}

.flipcontainer .box .body .imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flipcontainer .box .body .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateY(180deg);
}

.flipcontainer .box:hover .body {
  transform: rotateY(180deg);
}

.flipcontainer .box .body .content div {
  transform-style: preserve-3d;
  padding: 20px;
  background: #159A34;
  color: #fff;
  transform: translateZ(100px);
}
.flipcontainer .box .body .content div * {
  color: #fff;
}

.btn-outline-primary.text-primary:hover {
  color: #fff !important;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #868173;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  position: relative;
  font-weight: 400;
}

#progressbar li:before {
  content: attr(data-name);
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #868173;
  color: #000;
}

.progress {
  height: 2px;
  position: absolute;
  top: 25px;
  width: 100%;
}

.progress-bar {
  background-color: #868173;
  height: 2px;
}

p > .lead {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 125%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 125%;
  }
  h1, .h1, h2, .h2 {
    font-size: 1.5625rem;
  }
  .lead {
    font-size: 0.9rem;
  }
  .btn {
    font-size: 0.9rem;
  }
  .btn {
    font-size: 0.9rem;
    padding: 0.6rem 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .card-offer-large h3, .card-offer-large .h3 {
    font-size: 1.2rem;
  }
  #main-navbar .level_1 > li {
    padding-left: 1rem;
    margin-right: 1rem;
  }
  .navbar-brand img {
    max-height: 50px !important;
  }
  #main-navbar a {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 1201px) {
  h1, .h1, h2, .h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1401px) {
  html {
    font-size: 87.5%;
  }
}
@media screen and (max-width: 768px) {
  .form-control {
    font-size: 0.7rem !important;
    padding: 0.5rem 0.5rem !important;
  }
}
/*
 * Responsive vertical tabs for Bootstrap 5
 *
 * Copyright (c) 2020-2021 Tromgy (tromgy@yahoo.com)
 *
 * Custom variable definitions. You can change these variables
 * to suit your needs without messing with the main stylesheet.
 *
 * This software is supplied under the terms of the MIT License, a
 * copy of which should be located in the distribution where this
 * file was obtained (LICENSE.txt). A copy of the license may also be
 * found online at https://opensource.org/licenses/MIT.
 *
 */
/*
 * Responsive vertical tabs for Bootstrap 5
 *
 * Main stylesheet. @import "custom-variables.sccss" before
 * this file to compile into final CSS
 *
 * Copyright (c) 2020-2021 Tromgy (tromgy@yahoo.com)
 *
 * This software is supplied under the terms of the MIT License, a
 * copy of which should be located in the distribution where this
 * file was obtained (LICENSE.txt). A copy of the license may also be
 * found online at https://opensource.org/licenses/MIT.
 *
 */
.right-tabs.sideways-tabs, .left-tabs.sideways-tabs {
  margin-top: 5rem;
  border: none;
  position: relative;
  margin-bottom: 0;
}

.right-tabs.sideways-tabs, .left-tabs.sideways-tabs, .right-tabs.nav-tabs, .left-tabs.nav-tabs {
  height: 100%;
  flex-direction: column;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.5rem;
}

.vtabs .tab-clickable {
  cursor: pointer;
}

.left-tabs.nav-tabs {
  border: none;
}

.left-tabs .nav-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
  text-align: left;
}

.left-tabs .nav-link:hover {
  border: none;
}

.left-tabs .nav-link.active {
  border: none;
}

.right-tabs.nav-tabs {
  border: none;
}

.right-tabs .nav-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  text-align: right;
}

.right-tabs .nav-link:hover {
  border-left: none;
}

.right-tabs .nav-link.active {
  border: none;
}

.left-tabs.sideways-tabs {
  border-right: none;
  left: -3.2rem;
}

.sideways-tabs.left-tabs .nav-item {
  transform: rotate(-90deg);
  height: 1rem;
  margin-bottom: calc(8rem - 1rem);
}

.sideways-tabs.left-tabs .nav-link {
  width: 8rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom: none;
}

.sideways-tabs.left-tabs .nav-link:hover {
  border-right: none;
}

.sideways-tabs.left-tabs .nav-link.active {
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #dee2e6;
}

.right-tabs.sideways-tabs {
  border-left: none;
  right: 3.2rem;
}

.sideways-tabs.right-tabs .nav-item {
  transform: rotate(90deg);
  height: 1rem;
  margin-bottom: calc(8rem - 1rem);
}

.sideways-tabs.right-tabs .nav-link {
  width: 8rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom: 1px solid #dee2e6;
}

.sideways-tabs.right-tabs .nav-link:hover {
  border-left: 1px solid #e9ecef;
}

.sideways-tabs.right-tabs .nav-link.active {
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #dee2e6;
}

.vtabs .accordion-header {
  display: none;
}

@media (max-width: 767px) {
  .left-tabs.nav-tabs {
    flex-direction: row;
    border-right: none;
    border-left: none;
    min-width: 100%;
    border-bottom: 1px solid #dee2e6;
    left: auto;
    margin-top: auto;
  }
  .left-tabs .nav-link {
    width: 8rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-right: 0;
    margin-bottom: -1px;
  }
  .left-tabs .nav-link.nav-link:hover {
    border-right-color: #dee2e6;
    border-bottom-color: transparent;
  }
  .left-tabs .nav-link.active {
    border-top-color: #dee2e6;
    border-right-color: #dee2e6;
    border-bottom-color: transparent;
    border-left-color: #dee2e6;
  }
  .sideways-tabs.left-tabs .nav-item,
  .sideways-tabs.right-tabs .nav-item {
    transform: none;
    height: auto;
    width: auto;
    margin-bottom: 0;
  }
  .right-tabs.nav-tabs {
    flex-direction: row;
    border-right: none;
    border-left: none;
    min-width: 100%;
    border-top: 1px solid #dee2e6;
    right: auto;
    margin-top: auto;
  }
  .sideways-tabs.right-tabs .nav-link,
  .right-tabs .nav-link {
    width: 8rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
    margin-top: -1px;
    border-bottom-color: transparent;
  }
  .right-tabs .nav-link:hover {
    border-top-color: transparent;
    border-left-color: #dee2e6;
    border-bottom-color: #e9ecef;
  }
  .sideways-tabs.right-tabs .nav-link.active,
  .right-tabs .nav-link.active {
    border-top-color: transparent;
    border-right-color: #dee2e6;
    border-bottom-color: #dee2e6;
    border-left-color: #dee2e6;
  }
}
@media (max-width: 428px) {
  .left-tabs.nav-tabs {
    display: none;
  }
  .right-tabs.nav-tabs {
    display: none;
  }
  .vtabs .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .vtabs .accordion-header {
    display: block;
  }
  .vtabs button.accordion-button:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
}
@media (min-width: 429px) {
  .vtabs .accordion-item {
    border: none;
  }
  .vtabs .accordion-body.collapse {
    display: block;
  }
}
.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: 0px 0px 10px rgba(0, 0, 0, 0.1607843137) !important;
}

.shadow-sm {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137) !important;
}

.shadow-lg {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137) !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: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #159A34 !important;
}

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

.border-success {
  border-color: #009B3E !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

.border-g-800 {
  border-color: #BEBEBE !important;
}

.border-black {
  border-color: #1D1D1B !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-10 {
  width: 10% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vh-90 {
  min-height: 90vh !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-6 {
  gap: 0.4rem !important;
}

.gap-9 {
  gap: 0.6rem !important;
}

.gap-12 {
  gap: 0.8rem !important;
}

.gap-18 {
  gap: 1.2rem !important;
}

.gap-20 {
  gap: 1.332rem !important;
}

.gap-30 {
  gap: 2rem !important;
}

.gap-35 {
  gap: 2.1rem !important;
}

.gap-40 {
  gap: 2.624rem !important;
}

.gap-50 {
  gap: 3.3rem !important;
}

.gap-60 {
  gap: 3.996rem !important;
}

.gap-75 {
  gap: 5.6rem !important;
}

.gap-90 {
  gap: 6rem !important;
}

.gap-100 {
  gap: 6.6664rem !important;
}

.gap-120 {
  gap: 8rem !important;
}

.gap-150 {
  gap: 10rem !important;
}

.gap-180 {
  gap: 12rem !important;
}

.gap-200 {
  gap: 13.3332rem !important;
}

.gap-210 {
  gap: 14rem !important;
}

.gap-220 {
  gap: 14.6664rem !important;
}

.gap-240 {
  gap: 16rem !important;
}

.gap-270 {
  gap: 18rem !important;
}

.gap-300 {
  gap: 20rem !important;
}

.gap-330 {
  gap: 22rem !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-6 {
  margin: 0.4rem !important;
}

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

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

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

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

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

.m-35 {
  margin: 2.1rem !important;
}

.m-40 {
  margin: 2.624rem !important;
}

.m-50 {
  margin: 3.3rem !important;
}

.m-60 {
  margin: 3.996rem !important;
}

.m-75 {
  margin: 5.6rem !important;
}

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

.m-100 {
  margin: 6.6664rem !important;
}

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

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

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

.m-200 {
  margin: 13.3332rem !important;
}

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

.m-220 {
  margin: 14.6664rem !important;
}

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

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

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

.m-330 {
  margin: 22rem !important;
}

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

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

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

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

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

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

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

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

.m-35 {
  margin: 2.1rem !important;
}

.m-40 {
  margin: 2.624rem !important;
}

.m-50 {
  margin: 3.3rem !important;
}

.m-60 {
  margin: 3.996rem !important;
}

.m-75 {
  margin: 5.6rem !important;
}

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

.m-100 {
  margin: 6.6664rem !important;
}

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

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

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

.m-200 {
  margin: 13.3332rem !important;
}

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

.m-220 {
  margin: 14.6664rem !important;
}

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

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

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

.m-330 {
  margin: 22rem !important;
}

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

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

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

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

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

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

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

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

.m-35 {
  margin: 2.1rem !important;
}

.m-40 {
  margin: 2.624rem !important;
}

.m-50 {
  margin: 3.3rem !important;
}

.m-60 {
  margin: 3.996rem !important;
}

.m-75 {
  margin: 5.6rem !important;
}

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

.m-100 {
  margin: 6.6664rem !important;
}

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

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

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

.m-200 {
  margin: 13.3332rem !important;
}

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

.m-220 {
  margin: 14.6664rem !important;
}

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

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

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

.m-330 {
  margin: 22rem !important;
}

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

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

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

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

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

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

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

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

.m-35 {
  margin: 2.1rem !important;
}

.m-40 {
  margin: 2.624rem !important;
}

.m-50 {
  margin: 3.3rem !important;
}

.m-60 {
  margin: 3.996rem !important;
}

.m-75 {
  margin: 5.6rem !important;
}

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

.m-100 {
  margin: 6.6664rem !important;
}

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

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

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

.m-200 {
  margin: 13.3332rem !important;
}

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

.m-220 {
  margin: 14.6664rem !important;
}

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

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

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

.m-330 {
  margin: 22rem !important;
}

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

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

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

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

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

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

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

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

.m-35 {
  margin: 2.1rem !important;
}

.m-40 {
  margin: 2.624rem !important;
}

.m-50 {
  margin: 3.3rem !important;
}

.m-60 {
  margin: 3.996rem !important;
}

.m-75 {
  margin: 5.6rem !important;
}

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

.m-100 {
  margin: 6.6664rem !important;
}

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

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

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

.m-200 {
  margin: 13.3332rem !important;
}

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

.m-220 {
  margin: 14.6664rem !important;
}

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

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

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

.m-330 {
  margin: 22rem !important;
}

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

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

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

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

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

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

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

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

.mx-35 {
  margin-right: 2.1rem !important;
  margin-left: 2.1rem !important;
}

.mx-40 {
  margin-right: 2.624rem !important;
  margin-left: 2.624rem !important;
}

.mx-50 {
  margin-right: 3.3rem !important;
  margin-left: 3.3rem !important;
}

.mx-60 {
  margin-right: 3.996rem !important;
  margin-left: 3.996rem !important;
}

.mx-75 {
  margin-right: 5.6rem !important;
  margin-left: 5.6rem !important;
}

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

.mx-100 {
  margin-right: 6.6664rem !important;
  margin-left: 6.6664rem !important;
}

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

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

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

.mx-200 {
  margin-right: 13.3332rem !important;
  margin-left: 13.3332rem !important;
}

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

.mx-220 {
  margin-right: 14.6664rem !important;
  margin-left: 14.6664rem !important;
}

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

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

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

.mx-330 {
  margin-right: 22rem !important;
  margin-left: 22rem !important;
}

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

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

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

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

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

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

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

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

.my-35 {
  margin-top: 2.1rem !important;
  margin-bottom: 2.1rem !important;
}

.my-40 {
  margin-top: 2.624rem !important;
  margin-bottom: 2.624rem !important;
}

.my-50 {
  margin-top: 3.3rem !important;
  margin-bottom: 3.3rem !important;
}

.my-60 {
  margin-top: 3.996rem !important;
  margin-bottom: 3.996rem !important;
}

.my-75 {
  margin-top: 5.6rem !important;
  margin-bottom: 5.6rem !important;
}

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

.my-100 {
  margin-top: 6.6664rem !important;
  margin-bottom: 6.6664rem !important;
}

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

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

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

.my-200 {
  margin-top: 13.3332rem !important;
  margin-bottom: 13.3332rem !important;
}

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

.my-220 {
  margin-top: 14.6664rem !important;
  margin-bottom: 14.6664rem !important;
}

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

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

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

.my-330 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important;
}

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

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

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

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

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

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

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

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

.mt-35 {
  margin-top: 2.1rem !important;
}

.mt-40 {
  margin-top: 2.624rem !important;
}

.mt-50 {
  margin-top: 3.3rem !important;
}

.mt-60 {
  margin-top: 3.996rem !important;
}

.mt-75 {
  margin-top: 5.6rem !important;
}

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

.mt-100 {
  margin-top: 6.6664rem !important;
}

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

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

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

.mt-200 {
  margin-top: 13.3332rem !important;
}

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

.mt-220 {
  margin-top: 14.6664rem !important;
}

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

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

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

.mt-330 {
  margin-top: 22rem !important;
}

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

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

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

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

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

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

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

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

.me-35 {
  margin-right: 2.1rem !important;
}

.me-40 {
  margin-right: 2.624rem !important;
}

.me-50 {
  margin-right: 3.3rem !important;
}

.me-60 {
  margin-right: 3.996rem !important;
}

.me-75 {
  margin-right: 5.6rem !important;
}

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

.me-100 {
  margin-right: 6.6664rem !important;
}

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

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

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

.me-200 {
  margin-right: 13.3332rem !important;
}

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

.me-220 {
  margin-right: 14.6664rem !important;
}

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

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

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

.me-330 {
  margin-right: 22rem !important;
}

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

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

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

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

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

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

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

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

.mb-35 {
  margin-bottom: 2.1rem !important;
}

.mb-40 {
  margin-bottom: 2.624rem !important;
}

.mb-50 {
  margin-bottom: 3.3rem !important;
}

.mb-60 {
  margin-bottom: 3.996rem !important;
}

.mb-75 {
  margin-bottom: 5.6rem !important;
}

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

.mb-100 {
  margin-bottom: 6.6664rem !important;
}

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

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

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

.mb-200 {
  margin-bottom: 13.3332rem !important;
}

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

.mb-220 {
  margin-bottom: 14.6664rem !important;
}

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

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

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

.mb-330 {
  margin-bottom: 22rem !important;
}

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

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

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

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

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

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

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

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

.ms-35 {
  margin-left: 2.1rem !important;
}

.ms-40 {
  margin-left: 2.624rem !important;
}

.ms-50 {
  margin-left: 3.3rem !important;
}

.ms-60 {
  margin-left: 3.996rem !important;
}

.ms-75 {
  margin-left: 5.6rem !important;
}

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

.ms-100 {
  margin-left: 6.6664rem !important;
}

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

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

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

.ms-200 {
  margin-left: 13.3332rem !important;
}

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

.ms-220 {
  margin-left: 14.6664rem !important;
}

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

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

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

.ms-330 {
  margin-left: 22rem !important;
}

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

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

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

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

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

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

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

.m-n35 {
  margin: -2.1rem !important;
}

.m-n40 {
  margin: -2.624rem !important;
}

.m-n50 {
  margin: -3.3rem !important;
}

.m-n60 {
  margin: -3.996rem !important;
}

.m-n75 {
  margin: -5.6rem !important;
}

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

.m-n100 {
  margin: -6.6664rem !important;
}

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

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

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

.m-n200 {
  margin: -13.3332rem !important;
}

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

.m-n220 {
  margin: -14.6664rem !important;
}

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

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

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

.m-n330 {
  margin: -22rem !important;
}

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

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

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

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

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

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

.mx-n35 {
  margin-right: -2.1rem !important;
  margin-left: -2.1rem !important;
}

.mx-n40 {
  margin-right: -2.624rem !important;
  margin-left: -2.624rem !important;
}

.mx-n50 {
  margin-right: -3.3rem !important;
  margin-left: -3.3rem !important;
}

.mx-n60 {
  margin-right: -3.996rem !important;
  margin-left: -3.996rem !important;
}

.mx-n75 {
  margin-right: -5.6rem !important;
  margin-left: -5.6rem !important;
}

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

.mx-n100 {
  margin-right: -6.6664rem !important;
  margin-left: -6.6664rem !important;
}

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

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

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

.mx-n200 {
  margin-right: -13.3332rem !important;
  margin-left: -13.3332rem !important;
}

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

.mx-n220 {
  margin-right: -14.6664rem !important;
  margin-left: -14.6664rem !important;
}

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

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

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

.mx-n330 {
  margin-right: -22rem !important;
  margin-left: -22rem !important;
}

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

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

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

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

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

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

.my-n35 {
  margin-top: -2.1rem !important;
  margin-bottom: -2.1rem !important;
}

.my-n40 {
  margin-top: -2.624rem !important;
  margin-bottom: -2.624rem !important;
}

.my-n50 {
  margin-top: -3.3rem !important;
  margin-bottom: -3.3rem !important;
}

.my-n60 {
  margin-top: -3.996rem !important;
  margin-bottom: -3.996rem !important;
}

.my-n75 {
  margin-top: -5.6rem !important;
  margin-bottom: -5.6rem !important;
}

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

.my-n100 {
  margin-top: -6.6664rem !important;
  margin-bottom: -6.6664rem !important;
}

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

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

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

.my-n200 {
  margin-top: -13.3332rem !important;
  margin-bottom: -13.3332rem !important;
}

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

.my-n220 {
  margin-top: -14.6664rem !important;
  margin-bottom: -14.6664rem !important;
}

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

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

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

.my-n330 {
  margin-top: -22rem !important;
  margin-bottom: -22rem !important;
}

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

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

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

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

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

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

.mt-n35 {
  margin-top: -2.1rem !important;
}

.mt-n40 {
  margin-top: -2.624rem !important;
}

.mt-n50 {
  margin-top: -3.3rem !important;
}

.mt-n60 {
  margin-top: -3.996rem !important;
}

.mt-n75 {
  margin-top: -5.6rem !important;
}

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

.mt-n100 {
  margin-top: -6.6664rem !important;
}

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

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

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

.mt-n200 {
  margin-top: -13.3332rem !important;
}

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

.mt-n220 {
  margin-top: -14.6664rem !important;
}

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

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

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

.mt-n330 {
  margin-top: -22rem !important;
}

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

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

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

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

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

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

.me-n35 {
  margin-right: -2.1rem !important;
}

.me-n40 {
  margin-right: -2.624rem !important;
}

.me-n50 {
  margin-right: -3.3rem !important;
}

.me-n60 {
  margin-right: -3.996rem !important;
}

.me-n75 {
  margin-right: -5.6rem !important;
}

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

.me-n100 {
  margin-right: -6.6664rem !important;
}

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

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

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

.me-n200 {
  margin-right: -13.3332rem !important;
}

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

.me-n220 {
  margin-right: -14.6664rem !important;
}

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

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

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

.me-n330 {
  margin-right: -22rem !important;
}

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

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

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

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

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

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

.mb-n35 {
  margin-bottom: -2.1rem !important;
}

.mb-n40 {
  margin-bottom: -2.624rem !important;
}

.mb-n50 {
  margin-bottom: -3.3rem !important;
}

.mb-n60 {
  margin-bottom: -3.996rem !important;
}

.mb-n75 {
  margin-bottom: -5.6rem !important;
}

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

.mb-n100 {
  margin-bottom: -6.6664rem !important;
}

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

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

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

.mb-n200 {
  margin-bottom: -13.3332rem !important;
}

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

.mb-n220 {
  margin-bottom: -14.6664rem !important;
}

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

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

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

.mb-n330 {
  margin-bottom: -22rem !important;
}

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

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

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

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

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

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

.ms-n35 {
  margin-left: -2.1rem !important;
}

.ms-n40 {
  margin-left: -2.624rem !important;
}

.ms-n50 {
  margin-left: -3.3rem !important;
}

.ms-n60 {
  margin-left: -3.996rem !important;
}

.ms-n75 {
  margin-left: -5.6rem !important;
}

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

.ms-n100 {
  margin-left: -6.6664rem !important;
}

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

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

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

.ms-n200 {
  margin-left: -13.3332rem !important;
}

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

.ms-n220 {
  margin-left: -14.6664rem !important;
}

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

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

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

.ms-n330 {
  margin-left: -22rem !important;
}

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

.p-6 {
  padding: 0.4rem !important;
}

.p-9 {
  padding: 0.6rem !important;
}

.p-12 {
  padding: 0.8rem !important;
}

.p-18 {
  padding: 1.2rem !important;
}

.p-20 {
  padding: 1.332rem !important;
}

.p-30 {
  padding: 2rem !important;
}

.p-35 {
  padding: 2.1rem !important;
}

.p-40 {
  padding: 2.624rem !important;
}

.p-50 {
  padding: 3.3rem !important;
}

.p-60 {
  padding: 3.996rem !important;
}

.p-75 {
  padding: 5.6rem !important;
}

.p-90 {
  padding: 6rem !important;
}

.p-100 {
  padding: 6.6664rem !important;
}

.p-120 {
  padding: 8rem !important;
}

.p-150 {
  padding: 10rem !important;
}

.p-180 {
  padding: 12rem !important;
}

.p-200 {
  padding: 13.3332rem !important;
}

.p-210 {
  padding: 14rem !important;
}

.p-220 {
  padding: 14.6664rem !important;
}

.p-240 {
  padding: 16rem !important;
}

.p-270 {
  padding: 18rem !important;
}

.p-300 {
  padding: 20rem !important;
}

.p-330 {
  padding: 22rem !important;
}

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

.px-6 {
  padding-right: 0.4rem !important;
  padding-left: 0.4rem !important;
}

.px-9 {
  padding-right: 0.6rem !important;
  padding-left: 0.6rem !important;
}

.px-12 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.px-18 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

.px-20 {
  padding-right: 1.332rem !important;
  padding-left: 1.332rem !important;
}

.px-30 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-35 {
  padding-right: 2.1rem !important;
  padding-left: 2.1rem !important;
}

.px-40 {
  padding-right: 2.624rem !important;
  padding-left: 2.624rem !important;
}

.px-50 {
  padding-right: 3.3rem !important;
  padding-left: 3.3rem !important;
}

.px-60 {
  padding-right: 3.996rem !important;
  padding-left: 3.996rem !important;
}

.px-75 {
  padding-right: 5.6rem !important;
  padding-left: 5.6rem !important;
}

.px-90 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-100 {
  padding-right: 6.6664rem !important;
  padding-left: 6.6664rem !important;
}

.px-120 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-150 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-180 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.px-200 {
  padding-right: 13.3332rem !important;
  padding-left: 13.3332rem !important;
}

.px-210 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

.px-220 {
  padding-right: 14.6664rem !important;
  padding-left: 14.6664rem !important;
}

.px-240 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.px-270 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}

.px-300 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

.px-330 {
  padding-right: 22rem !important;
  padding-left: 22rem !important;
}

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

.py-6 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.py-9 {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}

.py-12 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-18 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.py-20 {
  padding-top: 1.332rem !important;
  padding-bottom: 1.332rem !important;
}

.py-30 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-35 {
  padding-top: 2.1rem !important;
  padding-bottom: 2.1rem !important;
}

.py-40 {
  padding-top: 2.624rem !important;
  padding-bottom: 2.624rem !important;
}

.py-50 {
  padding-top: 3.3rem !important;
  padding-bottom: 3.3rem !important;
}

.py-60 {
  padding-top: 3.996rem !important;
  padding-bottom: 3.996rem !important;
}

.py-75 {
  padding-top: 5.6rem !important;
  padding-bottom: 5.6rem !important;
}

.py-90 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-100 {
  padding-top: 6.6664rem !important;
  padding-bottom: 6.6664rem !important;
}

.py-120 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-150 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-180 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-200 {
  padding-top: 13.3332rem !important;
  padding-bottom: 13.3332rem !important;
}

.py-210 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-220 {
  padding-top: 14.6664rem !important;
  padding-bottom: 14.6664rem !important;
}

.py-240 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-270 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-300 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-330 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important;
}

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

.pt-6 {
  padding-top: 0.4rem !important;
}

.pt-9 {
  padding-top: 0.6rem !important;
}

.pt-12 {
  padding-top: 0.8rem !important;
}

.pt-18 {
  padding-top: 1.2rem !important;
}

.pt-20 {
  padding-top: 1.332rem !important;
}

.pt-30 {
  padding-top: 2rem !important;
}

.pt-35 {
  padding-top: 2.1rem !important;
}

.pt-40 {
  padding-top: 2.624rem !important;
}

.pt-50 {
  padding-top: 3.3rem !important;
}

.pt-60 {
  padding-top: 3.996rem !important;
}

.pt-75 {
  padding-top: 5.6rem !important;
}

.pt-90 {
  padding-top: 6rem !important;
}

.pt-100 {
  padding-top: 6.6664rem !important;
}

.pt-120 {
  padding-top: 8rem !important;
}

.pt-150 {
  padding-top: 10rem !important;
}

.pt-180 {
  padding-top: 12rem !important;
}

.pt-200 {
  padding-top: 13.3332rem !important;
}

.pt-210 {
  padding-top: 14rem !important;
}

.pt-220 {
  padding-top: 14.6664rem !important;
}

.pt-240 {
  padding-top: 16rem !important;
}

.pt-270 {
  padding-top: 18rem !important;
}

.pt-300 {
  padding-top: 20rem !important;
}

.pt-330 {
  padding-top: 22rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-6 {
  padding-right: 0.4rem !important;
}

.pe-9 {
  padding-right: 0.6rem !important;
}

.pe-12 {
  padding-right: 0.8rem !important;
}

.pe-18 {
  padding-right: 1.2rem !important;
}

.pe-20 {
  padding-right: 1.332rem !important;
}

.pe-30 {
  padding-right: 2rem !important;
}

.pe-35 {
  padding-right: 2.1rem !important;
}

.pe-40 {
  padding-right: 2.624rem !important;
}

.pe-50 {
  padding-right: 3.3rem !important;
}

.pe-60 {
  padding-right: 3.996rem !important;
}

.pe-75 {
  padding-right: 5.6rem !important;
}

.pe-90 {
  padding-right: 6rem !important;
}

.pe-100 {
  padding-right: 6.6664rem !important;
}

.pe-120 {
  padding-right: 8rem !important;
}

.pe-150 {
  padding-right: 10rem !important;
}

.pe-180 {
  padding-right: 12rem !important;
}

.pe-200 {
  padding-right: 13.3332rem !important;
}

.pe-210 {
  padding-right: 14rem !important;
}

.pe-220 {
  padding-right: 14.6664rem !important;
}

.pe-240 {
  padding-right: 16rem !important;
}

.pe-270 {
  padding-right: 18rem !important;
}

.pe-300 {
  padding-right: 20rem !important;
}

.pe-330 {
  padding-right: 22rem !important;
}

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

.pb-6 {
  padding-bottom: 0.4rem !important;
}

.pb-9 {
  padding-bottom: 0.6rem !important;
}

.pb-12 {
  padding-bottom: 0.8rem !important;
}

.pb-18 {
  padding-bottom: 1.2rem !important;
}

.pb-20 {
  padding-bottom: 1.332rem !important;
}

.pb-30 {
  padding-bottom: 2rem !important;
}

.pb-35 {
  padding-bottom: 2.1rem !important;
}

.pb-40 {
  padding-bottom: 2.624rem !important;
}

.pb-50 {
  padding-bottom: 3.3rem !important;
}

.pb-60 {
  padding-bottom: 3.996rem !important;
}

.pb-75 {
  padding-bottom: 5.6rem !important;
}

.pb-90 {
  padding-bottom: 6rem !important;
}

.pb-100 {
  padding-bottom: 6.6664rem !important;
}

.pb-120 {
  padding-bottom: 8rem !important;
}

.pb-150 {
  padding-bottom: 10rem !important;
}

.pb-180 {
  padding-bottom: 12rem !important;
}

.pb-200 {
  padding-bottom: 13.3332rem !important;
}

.pb-210 {
  padding-bottom: 14rem !important;
}

.pb-220 {
  padding-bottom: 14.6664rem !important;
}

.pb-240 {
  padding-bottom: 16rem !important;
}

.pb-270 {
  padding-bottom: 18rem !important;
}

.pb-300 {
  padding-bottom: 20rem !important;
}

.pb-330 {
  padding-bottom: 22rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-6 {
  padding-left: 0.4rem !important;
}

.ps-9 {
  padding-left: 0.6rem !important;
}

.ps-12 {
  padding-left: 0.8rem !important;
}

.ps-18 {
  padding-left: 1.2rem !important;
}

.ps-20 {
  padding-left: 1.332rem !important;
}

.ps-30 {
  padding-left: 2rem !important;
}

.ps-35 {
  padding-left: 2.1rem !important;
}

.ps-40 {
  padding-left: 2.624rem !important;
}

.ps-50 {
  padding-left: 3.3rem !important;
}

.ps-60 {
  padding-left: 3.996rem !important;
}

.ps-75 {
  padding-left: 5.6rem !important;
}

.ps-90 {
  padding-left: 6rem !important;
}

.ps-100 {
  padding-left: 6.6664rem !important;
}

.ps-120 {
  padding-left: 8rem !important;
}

.ps-150 {
  padding-left: 10rem !important;
}

.ps-180 {
  padding-left: 12rem !important;
}

.ps-200 {
  padding-left: 13.3332rem !important;
}

.ps-210 {
  padding-left: 14rem !important;
}

.ps-220 {
  padding-left: 14.6664rem !important;
}

.ps-240 {
  padding-left: 16rem !important;
}

.ps-270 {
  padding-left: 18rem !important;
}

.ps-300 {
  padding-left: 20rem !important;
}

.ps-330 {
  padding-left: 22rem !important;
}

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

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

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

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

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

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

.fs-6 {
  font-size: 0.9rem !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: 600 !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-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

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

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-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: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(29, 29, 27, 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-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-g-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-g-800-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-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 {
  user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 321px) {
  .float-sl-start {
    float: left !important;
  }
  .float-sl-end {
    float: right !important;
  }
  .float-sl-none {
    float: none !important;
  }
  .d-sl-inline {
    display: inline !important;
  }
  .d-sl-inline-block {
    display: inline-block !important;
  }
  .d-sl-block {
    display: block !important;
  }
  .d-sl-grid {
    display: grid !important;
  }
  .d-sl-table {
    display: table !important;
  }
  .d-sl-table-row {
    display: table-row !important;
  }
  .d-sl-table-cell {
    display: table-cell !important;
  }
  .d-sl-flex {
    display: flex !important;
  }
  .d-sl-inline-flex {
    display: inline-flex !important;
  }
  .d-sl-none {
    display: none !important;
  }
  .flex-sl-fill {
    flex: 1 1 auto !important;
  }
  .flex-sl-row {
    flex-direction: row !important;
  }
  .flex-sl-column {
    flex-direction: column !important;
  }
  .flex-sl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sl-0 {
    gap: 0 !important;
  }
  .gap-sl-6 {
    gap: 0.4rem !important;
  }
  .gap-sl-9 {
    gap: 0.6rem !important;
  }
  .gap-sl-12 {
    gap: 0.8rem !important;
  }
  .gap-sl-18 {
    gap: 1.2rem !important;
  }
  .gap-sl-20 {
    gap: 1.332rem !important;
  }
  .gap-sl-30 {
    gap: 2rem !important;
  }
  .gap-sl-35 {
    gap: 2.1rem !important;
  }
  .gap-sl-40 {
    gap: 2.624rem !important;
  }
  .gap-sl-50 {
    gap: 3.3rem !important;
  }
  .gap-sl-60 {
    gap: 3.996rem !important;
  }
  .gap-sl-75 {
    gap: 5.6rem !important;
  }
  .gap-sl-90 {
    gap: 6rem !important;
  }
  .gap-sl-100 {
    gap: 6.6664rem !important;
  }
  .gap-sl-120 {
    gap: 8rem !important;
  }
  .gap-sl-150 {
    gap: 10rem !important;
  }
  .gap-sl-180 {
    gap: 12rem !important;
  }
  .gap-sl-200 {
    gap: 13.3332rem !important;
  }
  .gap-sl-210 {
    gap: 14rem !important;
  }
  .gap-sl-220 {
    gap: 14.6664rem !important;
  }
  .gap-sl-240 {
    gap: 16rem !important;
  }
  .gap-sl-270 {
    gap: 18rem !important;
  }
  .gap-sl-300 {
    gap: 20rem !important;
  }
  .gap-sl-330 {
    gap: 22rem !important;
  }
  .justify-content-sl-start {
    justify-content: flex-start !important;
  }
  .justify-content-sl-end {
    justify-content: flex-end !important;
  }
  .justify-content-sl-center {
    justify-content: center !important;
  }
  .justify-content-sl-between {
    justify-content: space-between !important;
  }
  .justify-content-sl-around {
    justify-content: space-around !important;
  }
  .justify-content-sl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sl-start {
    align-items: flex-start !important;
  }
  .align-items-sl-end {
    align-items: flex-end !important;
  }
  .align-items-sl-center {
    align-items: center !important;
  }
  .align-items-sl-baseline {
    align-items: baseline !important;
  }
  .align-items-sl-stretch {
    align-items: stretch !important;
  }
  .align-content-sl-start {
    align-content: flex-start !important;
  }
  .align-content-sl-end {
    align-content: flex-end !important;
  }
  .align-content-sl-center {
    align-content: center !important;
  }
  .align-content-sl-between {
    align-content: space-between !important;
  }
  .align-content-sl-around {
    align-content: space-around !important;
  }
  .align-content-sl-stretch {
    align-content: stretch !important;
  }
  .align-self-sl-auto {
    align-self: auto !important;
  }
  .align-self-sl-start {
    align-self: flex-start !important;
  }
  .align-self-sl-end {
    align-self: flex-end !important;
  }
  .align-self-sl-center {
    align-self: center !important;
  }
  .align-self-sl-baseline {
    align-self: baseline !important;
  }
  .align-self-sl-stretch {
    align-self: stretch !important;
  }
  .order-sl-first {
    order: -1 !important;
  }
  .order-sl-0 {
    order: 0 !important;
  }
  .order-sl-1 {
    order: 1 !important;
  }
  .order-sl-2 {
    order: 2 !important;
  }
  .order-sl-3 {
    order: 3 !important;
  }
  .order-sl-4 {
    order: 4 !important;
  }
  .order-sl-5 {
    order: 5 !important;
  }
  .order-sl-last {
    order: 6 !important;
  }
  .m-sl-0 {
    margin: 0 !important;
  }
  .m-sl-6 {
    margin: 0.4rem !important;
  }
  .m-sl-9 {
    margin: 0.6rem !important;
  }
  .m-sl-12 {
    margin: 0.8rem !important;
  }
  .m-sl-18 {
    margin: 1.2rem !important;
  }
  .m-sl-20 {
    margin: 1.332rem !important;
  }
  .m-sl-30 {
    margin: 2rem !important;
  }
  .m-sl-35 {
    margin: 2.1rem !important;
  }
  .m-sl-40 {
    margin: 2.624rem !important;
  }
  .m-sl-50 {
    margin: 3.3rem !important;
  }
  .m-sl-60 {
    margin: 3.996rem !important;
  }
  .m-sl-75 {
    margin: 5.6rem !important;
  }
  .m-sl-90 {
    margin: 6rem !important;
  }
  .m-sl-100 {
    margin: 6.6664rem !important;
  }
  .m-sl-120 {
    margin: 8rem !important;
  }
  .m-sl-150 {
    margin: 10rem !important;
  }
  .m-sl-180 {
    margin: 12rem !important;
  }
  .m-sl-200 {
    margin: 13.3332rem !important;
  }
  .m-sl-210 {
    margin: 14rem !important;
  }
  .m-sl-220 {
    margin: 14.6664rem !important;
  }
  .m-sl-240 {
    margin: 16rem !important;
  }
  .m-sl-270 {
    margin: 18rem !important;
  }
  .m-sl-300 {
    margin: 20rem !important;
  }
  .m-sl-330 {
    margin: 22rem !important;
  }
  .m-sl-auto {
    margin: auto !important;
  }
  .m-sl-0 {
    margin: 0 !important;
  }
  .m-sl-6 {
    margin: 0.4rem !important;
  }
  .m-sl-9 {
    margin: 0.6rem !important;
  }
  .m-sl-12 {
    margin: 0.8rem !important;
  }
  .m-sl-18 {
    margin: 1.2rem !important;
  }
  .m-sl-20 {
    margin: 1.332rem !important;
  }
  .m-sl-30 {
    margin: 2rem !important;
  }
  .m-sl-35 {
    margin: 2.1rem !important;
  }
  .m-sl-40 {
    margin: 2.624rem !important;
  }
  .m-sl-50 {
    margin: 3.3rem !important;
  }
  .m-sl-60 {
    margin: 3.996rem !important;
  }
  .m-sl-75 {
    margin: 5.6rem !important;
  }
  .m-sl-90 {
    margin: 6rem !important;
  }
  .m-sl-100 {
    margin: 6.6664rem !important;
  }
  .m-sl-120 {
    margin: 8rem !important;
  }
  .m-sl-150 {
    margin: 10rem !important;
  }
  .m-sl-180 {
    margin: 12rem !important;
  }
  .m-sl-200 {
    margin: 13.3332rem !important;
  }
  .m-sl-210 {
    margin: 14rem !important;
  }
  .m-sl-220 {
    margin: 14.6664rem !important;
  }
  .m-sl-240 {
    margin: 16rem !important;
  }
  .m-sl-270 {
    margin: 18rem !important;
  }
  .m-sl-300 {
    margin: 20rem !important;
  }
  .m-sl-330 {
    margin: 22rem !important;
  }
  .m-sl-auto {
    margin: auto !important;
  }
  .m-sl-0 {
    margin: 0 !important;
  }
  .m-sl-6 {
    margin: 0.4rem !important;
  }
  .m-sl-9 {
    margin: 0.6rem !important;
  }
  .m-sl-12 {
    margin: 0.8rem !important;
  }
  .m-sl-18 {
    margin: 1.2rem !important;
  }
  .m-sl-20 {
    margin: 1.332rem !important;
  }
  .m-sl-30 {
    margin: 2rem !important;
  }
  .m-sl-35 {
    margin: 2.1rem !important;
  }
  .m-sl-40 {
    margin: 2.624rem !important;
  }
  .m-sl-50 {
    margin: 3.3rem !important;
  }
  .m-sl-60 {
    margin: 3.996rem !important;
  }
  .m-sl-75 {
    margin: 5.6rem !important;
  }
  .m-sl-90 {
    margin: 6rem !important;
  }
  .m-sl-100 {
    margin: 6.6664rem !important;
  }
  .m-sl-120 {
    margin: 8rem !important;
  }
  .m-sl-150 {
    margin: 10rem !important;
  }
  .m-sl-180 {
    margin: 12rem !important;
  }
  .m-sl-200 {
    margin: 13.3332rem !important;
  }
  .m-sl-210 {
    margin: 14rem !important;
  }
  .m-sl-220 {
    margin: 14.6664rem !important;
  }
  .m-sl-240 {
    margin: 16rem !important;
  }
  .m-sl-270 {
    margin: 18rem !important;
  }
  .m-sl-300 {
    margin: 20rem !important;
  }
  .m-sl-330 {
    margin: 22rem !important;
  }
  .m-sl-auto {
    margin: auto !important;
  }
  .m-sl-0 {
    margin: 0 !important;
  }
  .m-sl-6 {
    margin: 0.4rem !important;
  }
  .m-sl-9 {
    margin: 0.6rem !important;
  }
  .m-sl-12 {
    margin: 0.8rem !important;
  }
  .m-sl-18 {
    margin: 1.2rem !important;
  }
  .m-sl-20 {
    margin: 1.332rem !important;
  }
  .m-sl-30 {
    margin: 2rem !important;
  }
  .m-sl-35 {
    margin: 2.1rem !important;
  }
  .m-sl-40 {
    margin: 2.624rem !important;
  }
  .m-sl-50 {
    margin: 3.3rem !important;
  }
  .m-sl-60 {
    margin: 3.996rem !important;
  }
  .m-sl-75 {
    margin: 5.6rem !important;
  }
  .m-sl-90 {
    margin: 6rem !important;
  }
  .m-sl-100 {
    margin: 6.6664rem !important;
  }
  .m-sl-120 {
    margin: 8rem !important;
  }
  .m-sl-150 {
    margin: 10rem !important;
  }
  .m-sl-180 {
    margin: 12rem !important;
  }
  .m-sl-200 {
    margin: 13.3332rem !important;
  }
  .m-sl-210 {
    margin: 14rem !important;
  }
  .m-sl-220 {
    margin: 14.6664rem !important;
  }
  .m-sl-240 {
    margin: 16rem !important;
  }
  .m-sl-270 {
    margin: 18rem !important;
  }
  .m-sl-300 {
    margin: 20rem !important;
  }
  .m-sl-330 {
    margin: 22rem !important;
  }
  .m-sl-auto {
    margin: auto !important;
  }
  .m-sl-0 {
    margin: 0 !important;
  }
  .m-sl-6 {
    margin: 0.4rem !important;
  }
  .m-sl-9 {
    margin: 0.6rem !important;
  }
  .m-sl-12 {
    margin: 0.8rem !important;
  }
  .m-sl-18 {
    margin: 1.2rem !important;
  }
  .m-sl-20 {
    margin: 1.332rem !important;
  }
  .m-sl-30 {
    margin: 2rem !important;
  }
  .m-sl-35 {
    margin: 2.1rem !important;
  }
  .m-sl-40 {
    margin: 2.624rem !important;
  }
  .m-sl-50 {
    margin: 3.3rem !important;
  }
  .m-sl-60 {
    margin: 3.996rem !important;
  }
  .m-sl-75 {
    margin: 5.6rem !important;
  }
  .m-sl-90 {
    margin: 6rem !important;
  }
  .m-sl-100 {
    margin: 6.6664rem !important;
  }
  .m-sl-120 {
    margin: 8rem !important;
  }
  .m-sl-150 {
    margin: 10rem !important;
  }
  .m-sl-180 {
    margin: 12rem !important;
  }
  .m-sl-200 {
    margin: 13.3332rem !important;
  }
  .m-sl-210 {
    margin: 14rem !important;
  }
  .m-sl-220 {
    margin: 14.6664rem !important;
  }
  .m-sl-240 {
    margin: 16rem !important;
  }
  .m-sl-270 {
    margin: 18rem !important;
  }
  .m-sl-300 {
    margin: 20rem !important;
  }
  .m-sl-330 {
    margin: 22rem !important;
  }
  .m-sl-auto {
    margin: auto !important;
  }
  .mx-sl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sl-6 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-sl-9 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .mx-sl-12 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sl-18 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-sl-20 {
    margin-right: 1.332rem !important;
    margin-left: 1.332rem !important;
  }
  .mx-sl-30 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sl-35 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }
  .mx-sl-40 {
    margin-right: 2.624rem !important;
    margin-left: 2.624rem !important;
  }
  .mx-sl-50 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important;
  }
  .mx-sl-60 {
    margin-right: 3.996rem !important;
    margin-left: 3.996rem !important;
  }
  .mx-sl-75 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-sl-90 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sl-100 {
    margin-right: 6.6664rem !important;
    margin-left: 6.6664rem !important;
  }
  .mx-sl-120 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sl-150 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sl-180 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sl-200 {
    margin-right: 13.3332rem !important;
    margin-left: 13.3332rem !important;
  }
  .mx-sl-210 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-sl-220 {
    margin-right: 14.6664rem !important;
    margin-left: 14.6664rem !important;
  }
  .mx-sl-240 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-sl-270 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-sl-300 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sl-330 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-sl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sl-6 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-sl-9 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .my-sl-12 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sl-18 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-sl-20 {
    margin-top: 1.332rem !important;
    margin-bottom: 1.332rem !important;
  }
  .my-sl-30 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sl-35 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .my-sl-40 {
    margin-top: 2.624rem !important;
    margin-bottom: 2.624rem !important;
  }
  .my-sl-50 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }
  .my-sl-60 {
    margin-top: 3.996rem !important;
    margin-bottom: 3.996rem !important;
  }
  .my-sl-75 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-sl-90 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sl-100 {
    margin-top: 6.6664rem !important;
    margin-bottom: 6.6664rem !important;
  }
  .my-sl-120 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sl-150 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sl-180 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sl-200 {
    margin-top: 13.3332rem !important;
    margin-bottom: 13.3332rem !important;
  }
  .my-sl-210 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-sl-220 {
    margin-top: 14.6664rem !important;
    margin-bottom: 14.6664rem !important;
  }
  .my-sl-240 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-sl-270 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-sl-300 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sl-330 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-sl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sl-0 {
    margin-top: 0 !important;
  }
  .mt-sl-6 {
    margin-top: 0.4rem !important;
  }
  .mt-sl-9 {
    margin-top: 0.6rem !important;
  }
  .mt-sl-12 {
    margin-top: 0.8rem !important;
  }
  .mt-sl-18 {
    margin-top: 1.2rem !important;
  }
  .mt-sl-20 {
    margin-top: 1.332rem !important;
  }
  .mt-sl-30 {
    margin-top: 2rem !important;
  }
  .mt-sl-35 {
    margin-top: 2.1rem !important;
  }
  .mt-sl-40 {
    margin-top: 2.624rem !important;
  }
  .mt-sl-50 {
    margin-top: 3.3rem !important;
  }
  .mt-sl-60 {
    margin-top: 3.996rem !important;
  }
  .mt-sl-75 {
    margin-top: 5.6rem !important;
  }
  .mt-sl-90 {
    margin-top: 6rem !important;
  }
  .mt-sl-100 {
    margin-top: 6.6664rem !important;
  }
  .mt-sl-120 {
    margin-top: 8rem !important;
  }
  .mt-sl-150 {
    margin-top: 10rem !important;
  }
  .mt-sl-180 {
    margin-top: 12rem !important;
  }
  .mt-sl-200 {
    margin-top: 13.3332rem !important;
  }
  .mt-sl-210 {
    margin-top: 14rem !important;
  }
  .mt-sl-220 {
    margin-top: 14.6664rem !important;
  }
  .mt-sl-240 {
    margin-top: 16rem !important;
  }
  .mt-sl-270 {
    margin-top: 18rem !important;
  }
  .mt-sl-300 {
    margin-top: 20rem !important;
  }
  .mt-sl-330 {
    margin-top: 22rem !important;
  }
  .mt-sl-auto {
    margin-top: auto !important;
  }
  .me-sl-0 {
    margin-right: 0 !important;
  }
  .me-sl-6 {
    margin-right: 0.4rem !important;
  }
  .me-sl-9 {
    margin-right: 0.6rem !important;
  }
  .me-sl-12 {
    margin-right: 0.8rem !important;
  }
  .me-sl-18 {
    margin-right: 1.2rem !important;
  }
  .me-sl-20 {
    margin-right: 1.332rem !important;
  }
  .me-sl-30 {
    margin-right: 2rem !important;
  }
  .me-sl-35 {
    margin-right: 2.1rem !important;
  }
  .me-sl-40 {
    margin-right: 2.624rem !important;
  }
  .me-sl-50 {
    margin-right: 3.3rem !important;
  }
  .me-sl-60 {
    margin-right: 3.996rem !important;
  }
  .me-sl-75 {
    margin-right: 5.6rem !important;
  }
  .me-sl-90 {
    margin-right: 6rem !important;
  }
  .me-sl-100 {
    margin-right: 6.6664rem !important;
  }
  .me-sl-120 {
    margin-right: 8rem !important;
  }
  .me-sl-150 {
    margin-right: 10rem !important;
  }
  .me-sl-180 {
    margin-right: 12rem !important;
  }
  .me-sl-200 {
    margin-right: 13.3332rem !important;
  }
  .me-sl-210 {
    margin-right: 14rem !important;
  }
  .me-sl-220 {
    margin-right: 14.6664rem !important;
  }
  .me-sl-240 {
    margin-right: 16rem !important;
  }
  .me-sl-270 {
    margin-right: 18rem !important;
  }
  .me-sl-300 {
    margin-right: 20rem !important;
  }
  .me-sl-330 {
    margin-right: 22rem !important;
  }
  .me-sl-auto {
    margin-right: auto !important;
  }
  .mb-sl-0 {
    margin-bottom: 0 !important;
  }
  .mb-sl-6 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sl-9 {
    margin-bottom: 0.6rem !important;
  }
  .mb-sl-12 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sl-18 {
    margin-bottom: 1.2rem !important;
  }
  .mb-sl-20 {
    margin-bottom: 1.332rem !important;
  }
  .mb-sl-30 {
    margin-bottom: 2rem !important;
  }
  .mb-sl-35 {
    margin-bottom: 2.1rem !important;
  }
  .mb-sl-40 {
    margin-bottom: 2.624rem !important;
  }
  .mb-sl-50 {
    margin-bottom: 3.3rem !important;
  }
  .mb-sl-60 {
    margin-bottom: 3.996rem !important;
  }
  .mb-sl-75 {
    margin-bottom: 5.6rem !important;
  }
  .mb-sl-90 {
    margin-bottom: 6rem !important;
  }
  .mb-sl-100 {
    margin-bottom: 6.6664rem !important;
  }
  .mb-sl-120 {
    margin-bottom: 8rem !important;
  }
  .mb-sl-150 {
    margin-bottom: 10rem !important;
  }
  .mb-sl-180 {
    margin-bottom: 12rem !important;
  }
  .mb-sl-200 {
    margin-bottom: 13.3332rem !important;
  }
  .mb-sl-210 {
    margin-bottom: 14rem !important;
  }
  .mb-sl-220 {
    margin-bottom: 14.6664rem !important;
  }
  .mb-sl-240 {
    margin-bottom: 16rem !important;
  }
  .mb-sl-270 {
    margin-bottom: 18rem !important;
  }
  .mb-sl-300 {
    margin-bottom: 20rem !important;
  }
  .mb-sl-330 {
    margin-bottom: 22rem !important;
  }
  .mb-sl-auto {
    margin-bottom: auto !important;
  }
  .ms-sl-0 {
    margin-left: 0 !important;
  }
  .ms-sl-6 {
    margin-left: 0.4rem !important;
  }
  .ms-sl-9 {
    margin-left: 0.6rem !important;
  }
  .ms-sl-12 {
    margin-left: 0.8rem !important;
  }
  .ms-sl-18 {
    margin-left: 1.2rem !important;
  }
  .ms-sl-20 {
    margin-left: 1.332rem !important;
  }
  .ms-sl-30 {
    margin-left: 2rem !important;
  }
  .ms-sl-35 {
    margin-left: 2.1rem !important;
  }
  .ms-sl-40 {
    margin-left: 2.624rem !important;
  }
  .ms-sl-50 {
    margin-left: 3.3rem !important;
  }
  .ms-sl-60 {
    margin-left: 3.996rem !important;
  }
  .ms-sl-75 {
    margin-left: 5.6rem !important;
  }
  .ms-sl-90 {
    margin-left: 6rem !important;
  }
  .ms-sl-100 {
    margin-left: 6.6664rem !important;
  }
  .ms-sl-120 {
    margin-left: 8rem !important;
  }
  .ms-sl-150 {
    margin-left: 10rem !important;
  }
  .ms-sl-180 {
    margin-left: 12rem !important;
  }
  .ms-sl-200 {
    margin-left: 13.3332rem !important;
  }
  .ms-sl-210 {
    margin-left: 14rem !important;
  }
  .ms-sl-220 {
    margin-left: 14.6664rem !important;
  }
  .ms-sl-240 {
    margin-left: 16rem !important;
  }
  .ms-sl-270 {
    margin-left: 18rem !important;
  }
  .ms-sl-300 {
    margin-left: 20rem !important;
  }
  .ms-sl-330 {
    margin-left: 22rem !important;
  }
  .ms-sl-auto {
    margin-left: auto !important;
  }
  .m-sl-n6 {
    margin: -0.4rem !important;
  }
  .m-sl-n9 {
    margin: -0.6rem !important;
  }
  .m-sl-n12 {
    margin: -0.8rem !important;
  }
  .m-sl-n18 {
    margin: -1.2rem !important;
  }
  .m-sl-n20 {
    margin: -1.332rem !important;
  }
  .m-sl-n30 {
    margin: -2rem !important;
  }
  .m-sl-n35 {
    margin: -2.1rem !important;
  }
  .m-sl-n40 {
    margin: -2.624rem !important;
  }
  .m-sl-n50 {
    margin: -3.3rem !important;
  }
  .m-sl-n60 {
    margin: -3.996rem !important;
  }
  .m-sl-n75 {
    margin: -5.6rem !important;
  }
  .m-sl-n90 {
    margin: -6rem !important;
  }
  .m-sl-n100 {
    margin: -6.6664rem !important;
  }
  .m-sl-n120 {
    margin: -8rem !important;
  }
  .m-sl-n150 {
    margin: -10rem !important;
  }
  .m-sl-n180 {
    margin: -12rem !important;
  }
  .m-sl-n200 {
    margin: -13.3332rem !important;
  }
  .m-sl-n210 {
    margin: -14rem !important;
  }
  .m-sl-n220 {
    margin: -14.6664rem !important;
  }
  .m-sl-n240 {
    margin: -16rem !important;
  }
  .m-sl-n270 {
    margin: -18rem !important;
  }
  .m-sl-n300 {
    margin: -20rem !important;
  }
  .m-sl-n330 {
    margin: -22rem !important;
  }
  .mx-sl-n6 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .mx-sl-n9 {
    margin-right: -0.6rem !important;
    margin-left: -0.6rem !important;
  }
  .mx-sl-n12 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .mx-sl-n18 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .mx-sl-n20 {
    margin-right: -1.332rem !important;
    margin-left: -1.332rem !important;
  }
  .mx-sl-n30 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sl-n35 {
    margin-right: -2.1rem !important;
    margin-left: -2.1rem !important;
  }
  .mx-sl-n40 {
    margin-right: -2.624rem !important;
    margin-left: -2.624rem !important;
  }
  .mx-sl-n50 {
    margin-right: -3.3rem !important;
    margin-left: -3.3rem !important;
  }
  .mx-sl-n60 {
    margin-right: -3.996rem !important;
    margin-left: -3.996rem !important;
  }
  .mx-sl-n75 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .mx-sl-n90 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sl-n100 {
    margin-right: -6.6664rem !important;
    margin-left: -6.6664rem !important;
  }
  .mx-sl-n120 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sl-n150 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sl-n180 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-sl-n200 {
    margin-right: -13.3332rem !important;
    margin-left: -13.3332rem !important;
  }
  .mx-sl-n210 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-sl-n220 {
    margin-right: -14.6664rem !important;
    margin-left: -14.6664rem !important;
  }
  .mx-sl-n240 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-sl-n270 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-sl-n300 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-sl-n330 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .my-sl-n6 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .my-sl-n9 {
    margin-top: -0.6rem !important;
    margin-bottom: -0.6rem !important;
  }
  .my-sl-n12 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .my-sl-n18 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .my-sl-n20 {
    margin-top: -1.332rem !important;
    margin-bottom: -1.332rem !important;
  }
  .my-sl-n30 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sl-n35 {
    margin-top: -2.1rem !important;
    margin-bottom: -2.1rem !important;
  }
  .my-sl-n40 {
    margin-top: -2.624rem !important;
    margin-bottom: -2.624rem !important;
  }
  .my-sl-n50 {
    margin-top: -3.3rem !important;
    margin-bottom: -3.3rem !important;
  }
  .my-sl-n60 {
    margin-top: -3.996rem !important;
    margin-bottom: -3.996rem !important;
  }
  .my-sl-n75 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .my-sl-n90 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sl-n100 {
    margin-top: -6.6664rem !important;
    margin-bottom: -6.6664rem !important;
  }
  .my-sl-n120 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sl-n150 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sl-n180 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-sl-n200 {
    margin-top: -13.3332rem !important;
    margin-bottom: -13.3332rem !important;
  }
  .my-sl-n210 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-sl-n220 {
    margin-top: -14.6664rem !important;
    margin-bottom: -14.6664rem !important;
  }
  .my-sl-n240 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-sl-n270 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-sl-n300 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-sl-n330 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .mt-sl-n6 {
    margin-top: -0.4rem !important;
  }
  .mt-sl-n9 {
    margin-top: -0.6rem !important;
  }
  .mt-sl-n12 {
    margin-top: -0.8rem !important;
  }
  .mt-sl-n18 {
    margin-top: -1.2rem !important;
  }
  .mt-sl-n20 {
    margin-top: -1.332rem !important;
  }
  .mt-sl-n30 {
    margin-top: -2rem !important;
  }
  .mt-sl-n35 {
    margin-top: -2.1rem !important;
  }
  .mt-sl-n40 {
    margin-top: -2.624rem !important;
  }
  .mt-sl-n50 {
    margin-top: -3.3rem !important;
  }
  .mt-sl-n60 {
    margin-top: -3.996rem !important;
  }
  .mt-sl-n75 {
    margin-top: -5.6rem !important;
  }
  .mt-sl-n90 {
    margin-top: -6rem !important;
  }
  .mt-sl-n100 {
    margin-top: -6.6664rem !important;
  }
  .mt-sl-n120 {
    margin-top: -8rem !important;
  }
  .mt-sl-n150 {
    margin-top: -10rem !important;
  }
  .mt-sl-n180 {
    margin-top: -12rem !important;
  }
  .mt-sl-n200 {
    margin-top: -13.3332rem !important;
  }
  .mt-sl-n210 {
    margin-top: -14rem !important;
  }
  .mt-sl-n220 {
    margin-top: -14.6664rem !important;
  }
  .mt-sl-n240 {
    margin-top: -16rem !important;
  }
  .mt-sl-n270 {
    margin-top: -18rem !important;
  }
  .mt-sl-n300 {
    margin-top: -20rem !important;
  }
  .mt-sl-n330 {
    margin-top: -22rem !important;
  }
  .me-sl-n6 {
    margin-right: -0.4rem !important;
  }
  .me-sl-n9 {
    margin-right: -0.6rem !important;
  }
  .me-sl-n12 {
    margin-right: -0.8rem !important;
  }
  .me-sl-n18 {
    margin-right: -1.2rem !important;
  }
  .me-sl-n20 {
    margin-right: -1.332rem !important;
  }
  .me-sl-n30 {
    margin-right: -2rem !important;
  }
  .me-sl-n35 {
    margin-right: -2.1rem !important;
  }
  .me-sl-n40 {
    margin-right: -2.624rem !important;
  }
  .me-sl-n50 {
    margin-right: -3.3rem !important;
  }
  .me-sl-n60 {
    margin-right: -3.996rem !important;
  }
  .me-sl-n75 {
    margin-right: -5.6rem !important;
  }
  .me-sl-n90 {
    margin-right: -6rem !important;
  }
  .me-sl-n100 {
    margin-right: -6.6664rem !important;
  }
  .me-sl-n120 {
    margin-right: -8rem !important;
  }
  .me-sl-n150 {
    margin-right: -10rem !important;
  }
  .me-sl-n180 {
    margin-right: -12rem !important;
  }
  .me-sl-n200 {
    margin-right: -13.3332rem !important;
  }
  .me-sl-n210 {
    margin-right: -14rem !important;
  }
  .me-sl-n220 {
    margin-right: -14.6664rem !important;
  }
  .me-sl-n240 {
    margin-right: -16rem !important;
  }
  .me-sl-n270 {
    margin-right: -18rem !important;
  }
  .me-sl-n300 {
    margin-right: -20rem !important;
  }
  .me-sl-n330 {
    margin-right: -22rem !important;
  }
  .mb-sl-n6 {
    margin-bottom: -0.4rem !important;
  }
  .mb-sl-n9 {
    margin-bottom: -0.6rem !important;
  }
  .mb-sl-n12 {
    margin-bottom: -0.8rem !important;
  }
  .mb-sl-n18 {
    margin-bottom: -1.2rem !important;
  }
  .mb-sl-n20 {
    margin-bottom: -1.332rem !important;
  }
  .mb-sl-n30 {
    margin-bottom: -2rem !important;
  }
  .mb-sl-n35 {
    margin-bottom: -2.1rem !important;
  }
  .mb-sl-n40 {
    margin-bottom: -2.624rem !important;
  }
  .mb-sl-n50 {
    margin-bottom: -3.3rem !important;
  }
  .mb-sl-n60 {
    margin-bottom: -3.996rem !important;
  }
  .mb-sl-n75 {
    margin-bottom: -5.6rem !important;
  }
  .mb-sl-n90 {
    margin-bottom: -6rem !important;
  }
  .mb-sl-n100 {
    margin-bottom: -6.6664rem !important;
  }
  .mb-sl-n120 {
    margin-bottom: -8rem !important;
  }
  .mb-sl-n150 {
    margin-bottom: -10rem !important;
  }
  .mb-sl-n180 {
    margin-bottom: -12rem !important;
  }
  .mb-sl-n200 {
    margin-bottom: -13.3332rem !important;
  }
  .mb-sl-n210 {
    margin-bottom: -14rem !important;
  }
  .mb-sl-n220 {
    margin-bottom: -14.6664rem !important;
  }
  .mb-sl-n240 {
    margin-bottom: -16rem !important;
  }
  .mb-sl-n270 {
    margin-bottom: -18rem !important;
  }
  .mb-sl-n300 {
    margin-bottom: -20rem !important;
  }
  .mb-sl-n330 {
    margin-bottom: -22rem !important;
  }
  .ms-sl-n6 {
    margin-left: -0.4rem !important;
  }
  .ms-sl-n9 {
    margin-left: -0.6rem !important;
  }
  .ms-sl-n12 {
    margin-left: -0.8rem !important;
  }
  .ms-sl-n18 {
    margin-left: -1.2rem !important;
  }
  .ms-sl-n20 {
    margin-left: -1.332rem !important;
  }
  .ms-sl-n30 {
    margin-left: -2rem !important;
  }
  .ms-sl-n35 {
    margin-left: -2.1rem !important;
  }
  .ms-sl-n40 {
    margin-left: -2.624rem !important;
  }
  .ms-sl-n50 {
    margin-left: -3.3rem !important;
  }
  .ms-sl-n60 {
    margin-left: -3.996rem !important;
  }
  .ms-sl-n75 {
    margin-left: -5.6rem !important;
  }
  .ms-sl-n90 {
    margin-left: -6rem !important;
  }
  .ms-sl-n100 {
    margin-left: -6.6664rem !important;
  }
  .ms-sl-n120 {
    margin-left: -8rem !important;
  }
  .ms-sl-n150 {
    margin-left: -10rem !important;
  }
  .ms-sl-n180 {
    margin-left: -12rem !important;
  }
  .ms-sl-n200 {
    margin-left: -13.3332rem !important;
  }
  .ms-sl-n210 {
    margin-left: -14rem !important;
  }
  .ms-sl-n220 {
    margin-left: -14.6664rem !important;
  }
  .ms-sl-n240 {
    margin-left: -16rem !important;
  }
  .ms-sl-n270 {
    margin-left: -18rem !important;
  }
  .ms-sl-n300 {
    margin-left: -20rem !important;
  }
  .ms-sl-n330 {
    margin-left: -22rem !important;
  }
  .p-sl-0 {
    padding: 0 !important;
  }
  .p-sl-6 {
    padding: 0.4rem !important;
  }
  .p-sl-9 {
    padding: 0.6rem !important;
  }
  .p-sl-12 {
    padding: 0.8rem !important;
  }
  .p-sl-18 {
    padding: 1.2rem !important;
  }
  .p-sl-20 {
    padding: 1.332rem !important;
  }
  .p-sl-30 {
    padding: 2rem !important;
  }
  .p-sl-35 {
    padding: 2.1rem !important;
  }
  .p-sl-40 {
    padding: 2.624rem !important;
  }
  .p-sl-50 {
    padding: 3.3rem !important;
  }
  .p-sl-60 {
    padding: 3.996rem !important;
  }
  .p-sl-75 {
    padding: 5.6rem !important;
  }
  .p-sl-90 {
    padding: 6rem !important;
  }
  .p-sl-100 {
    padding: 6.6664rem !important;
  }
  .p-sl-120 {
    padding: 8rem !important;
  }
  .p-sl-150 {
    padding: 10rem !important;
  }
  .p-sl-180 {
    padding: 12rem !important;
  }
  .p-sl-200 {
    padding: 13.3332rem !important;
  }
  .p-sl-210 {
    padding: 14rem !important;
  }
  .p-sl-220 {
    padding: 14.6664rem !important;
  }
  .p-sl-240 {
    padding: 16rem !important;
  }
  .p-sl-270 {
    padding: 18rem !important;
  }
  .p-sl-300 {
    padding: 20rem !important;
  }
  .p-sl-330 {
    padding: 22rem !important;
  }
  .px-sl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sl-6 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-sl-9 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .px-sl-12 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sl-18 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-sl-20 {
    padding-right: 1.332rem !important;
    padding-left: 1.332rem !important;
  }
  .px-sl-30 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sl-35 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }
  .px-sl-40 {
    padding-right: 2.624rem !important;
    padding-left: 2.624rem !important;
  }
  .px-sl-50 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important;
  }
  .px-sl-60 {
    padding-right: 3.996rem !important;
    padding-left: 3.996rem !important;
  }
  .px-sl-75 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-sl-90 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sl-100 {
    padding-right: 6.6664rem !important;
    padding-left: 6.6664rem !important;
  }
  .px-sl-120 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sl-150 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sl-180 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sl-200 {
    padding-right: 13.3332rem !important;
    padding-left: 13.3332rem !important;
  }
  .px-sl-210 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-sl-220 {
    padding-right: 14.6664rem !important;
    padding-left: 14.6664rem !important;
  }
  .px-sl-240 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-sl-270 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-sl-300 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-sl-330 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .py-sl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sl-6 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-sl-9 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .py-sl-12 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sl-18 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-sl-20 {
    padding-top: 1.332rem !important;
    padding-bottom: 1.332rem !important;
  }
  .py-sl-30 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sl-35 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }
  .py-sl-40 {
    padding-top: 2.624rem !important;
    padding-bottom: 2.624rem !important;
  }
  .py-sl-50 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }
  .py-sl-60 {
    padding-top: 3.996rem !important;
    padding-bottom: 3.996rem !important;
  }
  .py-sl-75 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-sl-90 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sl-100 {
    padding-top: 6.6664rem !important;
    padding-bottom: 6.6664rem !important;
  }
  .py-sl-120 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sl-150 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sl-180 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sl-200 {
    padding-top: 13.3332rem !important;
    padding-bottom: 13.3332rem !important;
  }
  .py-sl-210 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-sl-220 {
    padding-top: 14.6664rem !important;
    padding-bottom: 14.6664rem !important;
  }
  .py-sl-240 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-sl-270 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-sl-300 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-sl-330 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .pt-sl-0 {
    padding-top: 0 !important;
  }
  .pt-sl-6 {
    padding-top: 0.4rem !important;
  }
  .pt-sl-9 {
    padding-top: 0.6rem !important;
  }
  .pt-sl-12 {
    padding-top: 0.8rem !important;
  }
  .pt-sl-18 {
    padding-top: 1.2rem !important;
  }
  .pt-sl-20 {
    padding-top: 1.332rem !important;
  }
  .pt-sl-30 {
    padding-top: 2rem !important;
  }
  .pt-sl-35 {
    padding-top: 2.1rem !important;
  }
  .pt-sl-40 {
    padding-top: 2.624rem !important;
  }
  .pt-sl-50 {
    padding-top: 3.3rem !important;
  }
  .pt-sl-60 {
    padding-top: 3.996rem !important;
  }
  .pt-sl-75 {
    padding-top: 5.6rem !important;
  }
  .pt-sl-90 {
    padding-top: 6rem !important;
  }
  .pt-sl-100 {
    padding-top: 6.6664rem !important;
  }
  .pt-sl-120 {
    padding-top: 8rem !important;
  }
  .pt-sl-150 {
    padding-top: 10rem !important;
  }
  .pt-sl-180 {
    padding-top: 12rem !important;
  }
  .pt-sl-200 {
    padding-top: 13.3332rem !important;
  }
  .pt-sl-210 {
    padding-top: 14rem !important;
  }
  .pt-sl-220 {
    padding-top: 14.6664rem !important;
  }
  .pt-sl-240 {
    padding-top: 16rem !important;
  }
  .pt-sl-270 {
    padding-top: 18rem !important;
  }
  .pt-sl-300 {
    padding-top: 20rem !important;
  }
  .pt-sl-330 {
    padding-top: 22rem !important;
  }
  .pe-sl-0 {
    padding-right: 0 !important;
  }
  .pe-sl-6 {
    padding-right: 0.4rem !important;
  }
  .pe-sl-9 {
    padding-right: 0.6rem !important;
  }
  .pe-sl-12 {
    padding-right: 0.8rem !important;
  }
  .pe-sl-18 {
    padding-right: 1.2rem !important;
  }
  .pe-sl-20 {
    padding-right: 1.332rem !important;
  }
  .pe-sl-30 {
    padding-right: 2rem !important;
  }
  .pe-sl-35 {
    padding-right: 2.1rem !important;
  }
  .pe-sl-40 {
    padding-right: 2.624rem !important;
  }
  .pe-sl-50 {
    padding-right: 3.3rem !important;
  }
  .pe-sl-60 {
    padding-right: 3.996rem !important;
  }
  .pe-sl-75 {
    padding-right: 5.6rem !important;
  }
  .pe-sl-90 {
    padding-right: 6rem !important;
  }
  .pe-sl-100 {
    padding-right: 6.6664rem !important;
  }
  .pe-sl-120 {
    padding-right: 8rem !important;
  }
  .pe-sl-150 {
    padding-right: 10rem !important;
  }
  .pe-sl-180 {
    padding-right: 12rem !important;
  }
  .pe-sl-200 {
    padding-right: 13.3332rem !important;
  }
  .pe-sl-210 {
    padding-right: 14rem !important;
  }
  .pe-sl-220 {
    padding-right: 14.6664rem !important;
  }
  .pe-sl-240 {
    padding-right: 16rem !important;
  }
  .pe-sl-270 {
    padding-right: 18rem !important;
  }
  .pe-sl-300 {
    padding-right: 20rem !important;
  }
  .pe-sl-330 {
    padding-right: 22rem !important;
  }
  .pb-sl-0 {
    padding-bottom: 0 !important;
  }
  .pb-sl-6 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sl-9 {
    padding-bottom: 0.6rem !important;
  }
  .pb-sl-12 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sl-18 {
    padding-bottom: 1.2rem !important;
  }
  .pb-sl-20 {
    padding-bottom: 1.332rem !important;
  }
  .pb-sl-30 {
    padding-bottom: 2rem !important;
  }
  .pb-sl-35 {
    padding-bottom: 2.1rem !important;
  }
  .pb-sl-40 {
    padding-bottom: 2.624rem !important;
  }
  .pb-sl-50 {
    padding-bottom: 3.3rem !important;
  }
  .pb-sl-60 {
    padding-bottom: 3.996rem !important;
  }
  .pb-sl-75 {
    padding-bottom: 5.6rem !important;
  }
  .pb-sl-90 {
    padding-bottom: 6rem !important;
  }
  .pb-sl-100 {
    padding-bottom: 6.6664rem !important;
  }
  .pb-sl-120 {
    padding-bottom: 8rem !important;
  }
  .pb-sl-150 {
    padding-bottom: 10rem !important;
  }
  .pb-sl-180 {
    padding-bottom: 12rem !important;
  }
  .pb-sl-200 {
    padding-bottom: 13.3332rem !important;
  }
  .pb-sl-210 {
    padding-bottom: 14rem !important;
  }
  .pb-sl-220 {
    padding-bottom: 14.6664rem !important;
  }
  .pb-sl-240 {
    padding-bottom: 16rem !important;
  }
  .pb-sl-270 {
    padding-bottom: 18rem !important;
  }
  .pb-sl-300 {
    padding-bottom: 20rem !important;
  }
  .pb-sl-330 {
    padding-bottom: 22rem !important;
  }
  .ps-sl-0 {
    padding-left: 0 !important;
  }
  .ps-sl-6 {
    padding-left: 0.4rem !important;
  }
  .ps-sl-9 {
    padding-left: 0.6rem !important;
  }
  .ps-sl-12 {
    padding-left: 0.8rem !important;
  }
  .ps-sl-18 {
    padding-left: 1.2rem !important;
  }
  .ps-sl-20 {
    padding-left: 1.332rem !important;
  }
  .ps-sl-30 {
    padding-left: 2rem !important;
  }
  .ps-sl-35 {
    padding-left: 2.1rem !important;
  }
  .ps-sl-40 {
    padding-left: 2.624rem !important;
  }
  .ps-sl-50 {
    padding-left: 3.3rem !important;
  }
  .ps-sl-60 {
    padding-left: 3.996rem !important;
  }
  .ps-sl-75 {
    padding-left: 5.6rem !important;
  }
  .ps-sl-90 {
    padding-left: 6rem !important;
  }
  .ps-sl-100 {
    padding-left: 6.6664rem !important;
  }
  .ps-sl-120 {
    padding-left: 8rem !important;
  }
  .ps-sl-150 {
    padding-left: 10rem !important;
  }
  .ps-sl-180 {
    padding-left: 12rem !important;
  }
  .ps-sl-200 {
    padding-left: 13.3332rem !important;
  }
  .ps-sl-210 {
    padding-left: 14rem !important;
  }
  .ps-sl-220 {
    padding-left: 14.6664rem !important;
  }
  .ps-sl-240 {
    padding-left: 16rem !important;
  }
  .ps-sl-270 {
    padding-left: 18rem !important;
  }
  .ps-sl-300 {
    padding-left: 20rem !important;
  }
  .ps-sl-330 {
    padding-left: 22rem !important;
  }
  .text-sl-start {
    text-align: left !important;
  }
  .text-sl-end {
    text-align: right !important;
  }
  .text-sl-center {
    text-align: center !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-6 {
    gap: 0.4rem !important;
  }
  .gap-sm-9 {
    gap: 0.6rem !important;
  }
  .gap-sm-12 {
    gap: 0.8rem !important;
  }
  .gap-sm-18 {
    gap: 1.2rem !important;
  }
  .gap-sm-20 {
    gap: 1.332rem !important;
  }
  .gap-sm-30 {
    gap: 2rem !important;
  }
  .gap-sm-35 {
    gap: 2.1rem !important;
  }
  .gap-sm-40 {
    gap: 2.624rem !important;
  }
  .gap-sm-50 {
    gap: 3.3rem !important;
  }
  .gap-sm-60 {
    gap: 3.996rem !important;
  }
  .gap-sm-75 {
    gap: 5.6rem !important;
  }
  .gap-sm-90 {
    gap: 6rem !important;
  }
  .gap-sm-100 {
    gap: 6.6664rem !important;
  }
  .gap-sm-120 {
    gap: 8rem !important;
  }
  .gap-sm-150 {
    gap: 10rem !important;
  }
  .gap-sm-180 {
    gap: 12rem !important;
  }
  .gap-sm-200 {
    gap: 13.3332rem !important;
  }
  .gap-sm-210 {
    gap: 14rem !important;
  }
  .gap-sm-220 {
    gap: 14.6664rem !important;
  }
  .gap-sm-240 {
    gap: 16rem !important;
  }
  .gap-sm-270 {
    gap: 18rem !important;
  }
  .gap-sm-300 {
    gap: 20rem !important;
  }
  .gap-sm-330 {
    gap: 22rem !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-6 {
    margin: 0.4rem !important;
  }
  .m-sm-9 {
    margin: 0.6rem !important;
  }
  .m-sm-12 {
    margin: 0.8rem !important;
  }
  .m-sm-18 {
    margin: 1.2rem !important;
  }
  .m-sm-20 {
    margin: 1.332rem !important;
  }
  .m-sm-30 {
    margin: 2rem !important;
  }
  .m-sm-35 {
    margin: 2.1rem !important;
  }
  .m-sm-40 {
    margin: 2.624rem !important;
  }
  .m-sm-50 {
    margin: 3.3rem !important;
  }
  .m-sm-60 {
    margin: 3.996rem !important;
  }
  .m-sm-75 {
    margin: 5.6rem !important;
  }
  .m-sm-90 {
    margin: 6rem !important;
  }
  .m-sm-100 {
    margin: 6.6664rem !important;
  }
  .m-sm-120 {
    margin: 8rem !important;
  }
  .m-sm-150 {
    margin: 10rem !important;
  }
  .m-sm-180 {
    margin: 12rem !important;
  }
  .m-sm-200 {
    margin: 13.3332rem !important;
  }
  .m-sm-210 {
    margin: 14rem !important;
  }
  .m-sm-220 {
    margin: 14.6664rem !important;
  }
  .m-sm-240 {
    margin: 16rem !important;
  }
  .m-sm-270 {
    margin: 18rem !important;
  }
  .m-sm-300 {
    margin: 20rem !important;
  }
  .m-sm-330 {
    margin: 22rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-6 {
    margin: 0.4rem !important;
  }
  .m-sm-9 {
    margin: 0.6rem !important;
  }
  .m-sm-12 {
    margin: 0.8rem !important;
  }
  .m-sm-18 {
    margin: 1.2rem !important;
  }
  .m-sm-20 {
    margin: 1.332rem !important;
  }
  .m-sm-30 {
    margin: 2rem !important;
  }
  .m-sm-35 {
    margin: 2.1rem !important;
  }
  .m-sm-40 {
    margin: 2.624rem !important;
  }
  .m-sm-50 {
    margin: 3.3rem !important;
  }
  .m-sm-60 {
    margin: 3.996rem !important;
  }
  .m-sm-75 {
    margin: 5.6rem !important;
  }
  .m-sm-90 {
    margin: 6rem !important;
  }
  .m-sm-100 {
    margin: 6.6664rem !important;
  }
  .m-sm-120 {
    margin: 8rem !important;
  }
  .m-sm-150 {
    margin: 10rem !important;
  }
  .m-sm-180 {
    margin: 12rem !important;
  }
  .m-sm-200 {
    margin: 13.3332rem !important;
  }
  .m-sm-210 {
    margin: 14rem !important;
  }
  .m-sm-220 {
    margin: 14.6664rem !important;
  }
  .m-sm-240 {
    margin: 16rem !important;
  }
  .m-sm-270 {
    margin: 18rem !important;
  }
  .m-sm-300 {
    margin: 20rem !important;
  }
  .m-sm-330 {
    margin: 22rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-6 {
    margin: 0.4rem !important;
  }
  .m-sm-9 {
    margin: 0.6rem !important;
  }
  .m-sm-12 {
    margin: 0.8rem !important;
  }
  .m-sm-18 {
    margin: 1.2rem !important;
  }
  .m-sm-20 {
    margin: 1.332rem !important;
  }
  .m-sm-30 {
    margin: 2rem !important;
  }
  .m-sm-35 {
    margin: 2.1rem !important;
  }
  .m-sm-40 {
    margin: 2.624rem !important;
  }
  .m-sm-50 {
    margin: 3.3rem !important;
  }
  .m-sm-60 {
    margin: 3.996rem !important;
  }
  .m-sm-75 {
    margin: 5.6rem !important;
  }
  .m-sm-90 {
    margin: 6rem !important;
  }
  .m-sm-100 {
    margin: 6.6664rem !important;
  }
  .m-sm-120 {
    margin: 8rem !important;
  }
  .m-sm-150 {
    margin: 10rem !important;
  }
  .m-sm-180 {
    margin: 12rem !important;
  }
  .m-sm-200 {
    margin: 13.3332rem !important;
  }
  .m-sm-210 {
    margin: 14rem !important;
  }
  .m-sm-220 {
    margin: 14.6664rem !important;
  }
  .m-sm-240 {
    margin: 16rem !important;
  }
  .m-sm-270 {
    margin: 18rem !important;
  }
  .m-sm-300 {
    margin: 20rem !important;
  }
  .m-sm-330 {
    margin: 22rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-6 {
    margin: 0.4rem !important;
  }
  .m-sm-9 {
    margin: 0.6rem !important;
  }
  .m-sm-12 {
    margin: 0.8rem !important;
  }
  .m-sm-18 {
    margin: 1.2rem !important;
  }
  .m-sm-20 {
    margin: 1.332rem !important;
  }
  .m-sm-30 {
    margin: 2rem !important;
  }
  .m-sm-35 {
    margin: 2.1rem !important;
  }
  .m-sm-40 {
    margin: 2.624rem !important;
  }
  .m-sm-50 {
    margin: 3.3rem !important;
  }
  .m-sm-60 {
    margin: 3.996rem !important;
  }
  .m-sm-75 {
    margin: 5.6rem !important;
  }
  .m-sm-90 {
    margin: 6rem !important;
  }
  .m-sm-100 {
    margin: 6.6664rem !important;
  }
  .m-sm-120 {
    margin: 8rem !important;
  }
  .m-sm-150 {
    margin: 10rem !important;
  }
  .m-sm-180 {
    margin: 12rem !important;
  }
  .m-sm-200 {
    margin: 13.3332rem !important;
  }
  .m-sm-210 {
    margin: 14rem !important;
  }
  .m-sm-220 {
    margin: 14.6664rem !important;
  }
  .m-sm-240 {
    margin: 16rem !important;
  }
  .m-sm-270 {
    margin: 18rem !important;
  }
  .m-sm-300 {
    margin: 20rem !important;
  }
  .m-sm-330 {
    margin: 22rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-6 {
    margin: 0.4rem !important;
  }
  .m-sm-9 {
    margin: 0.6rem !important;
  }
  .m-sm-12 {
    margin: 0.8rem !important;
  }
  .m-sm-18 {
    margin: 1.2rem !important;
  }
  .m-sm-20 {
    margin: 1.332rem !important;
  }
  .m-sm-30 {
    margin: 2rem !important;
  }
  .m-sm-35 {
    margin: 2.1rem !important;
  }
  .m-sm-40 {
    margin: 2.624rem !important;
  }
  .m-sm-50 {
    margin: 3.3rem !important;
  }
  .m-sm-60 {
    margin: 3.996rem !important;
  }
  .m-sm-75 {
    margin: 5.6rem !important;
  }
  .m-sm-90 {
    margin: 6rem !important;
  }
  .m-sm-100 {
    margin: 6.6664rem !important;
  }
  .m-sm-120 {
    margin: 8rem !important;
  }
  .m-sm-150 {
    margin: 10rem !important;
  }
  .m-sm-180 {
    margin: 12rem !important;
  }
  .m-sm-200 {
    margin: 13.3332rem !important;
  }
  .m-sm-210 {
    margin: 14rem !important;
  }
  .m-sm-220 {
    margin: 14.6664rem !important;
  }
  .m-sm-240 {
    margin: 16rem !important;
  }
  .m-sm-270 {
    margin: 18rem !important;
  }
  .m-sm-300 {
    margin: 20rem !important;
  }
  .m-sm-330 {
    margin: 22rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-6 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-sm-9 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .mx-sm-12 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm-18 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-sm-20 {
    margin-right: 1.332rem !important;
    margin-left: 1.332rem !important;
  }
  .mx-sm-30 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-35 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }
  .mx-sm-40 {
    margin-right: 2.624rem !important;
    margin-left: 2.624rem !important;
  }
  .mx-sm-50 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important;
  }
  .mx-sm-60 {
    margin-right: 3.996rem !important;
    margin-left: 3.996rem !important;
  }
  .mx-sm-75 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-sm-90 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-100 {
    margin-right: 6.6664rem !important;
    margin-left: 6.6664rem !important;
  }
  .mx-sm-120 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-150 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-180 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-200 {
    margin-right: 13.3332rem !important;
    margin-left: 13.3332rem !important;
  }
  .mx-sm-210 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-sm-220 {
    margin-right: 14.6664rem !important;
    margin-left: 14.6664rem !important;
  }
  .mx-sm-240 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-sm-270 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-sm-300 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-330 {
    margin-right: 22rem !important;
    margin-left: 22rem !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-6 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-sm-9 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .my-sm-12 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-18 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-sm-20 {
    margin-top: 1.332rem !important;
    margin-bottom: 1.332rem !important;
  }
  .my-sm-30 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-35 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .my-sm-40 {
    margin-top: 2.624rem !important;
    margin-bottom: 2.624rem !important;
  }
  .my-sm-50 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }
  .my-sm-60 {
    margin-top: 3.996rem !important;
    margin-bottom: 3.996rem !important;
  }
  .my-sm-75 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-sm-90 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-100 {
    margin-top: 6.6664rem !important;
    margin-bottom: 6.6664rem !important;
  }
  .my-sm-120 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-150 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-180 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-200 {
    margin-top: 13.3332rem !important;
    margin-bottom: 13.3332rem !important;
  }
  .my-sm-210 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-sm-220 {
    margin-top: 14.6664rem !important;
    margin-bottom: 14.6664rem !important;
  }
  .my-sm-240 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-sm-270 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-sm-300 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-330 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-6 {
    margin-top: 0.4rem !important;
  }
  .mt-sm-9 {
    margin-top: 0.6rem !important;
  }
  .mt-sm-12 {
    margin-top: 0.8rem !important;
  }
  .mt-sm-18 {
    margin-top: 1.2rem !important;
  }
  .mt-sm-20 {
    margin-top: 1.332rem !important;
  }
  .mt-sm-30 {
    margin-top: 2rem !important;
  }
  .mt-sm-35 {
    margin-top: 2.1rem !important;
  }
  .mt-sm-40 {
    margin-top: 2.624rem !important;
  }
  .mt-sm-50 {
    margin-top: 3.3rem !important;
  }
  .mt-sm-60 {
    margin-top: 3.996rem !important;
  }
  .mt-sm-75 {
    margin-top: 5.6rem !important;
  }
  .mt-sm-90 {
    margin-top: 6rem !important;
  }
  .mt-sm-100 {
    margin-top: 6.6664rem !important;
  }
  .mt-sm-120 {
    margin-top: 8rem !important;
  }
  .mt-sm-150 {
    margin-top: 10rem !important;
  }
  .mt-sm-180 {
    margin-top: 12rem !important;
  }
  .mt-sm-200 {
    margin-top: 13.3332rem !important;
  }
  .mt-sm-210 {
    margin-top: 14rem !important;
  }
  .mt-sm-220 {
    margin-top: 14.6664rem !important;
  }
  .mt-sm-240 {
    margin-top: 16rem !important;
  }
  .mt-sm-270 {
    margin-top: 18rem !important;
  }
  .mt-sm-300 {
    margin-top: 20rem !important;
  }
  .mt-sm-330 {
    margin-top: 22rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-6 {
    margin-right: 0.4rem !important;
  }
  .me-sm-9 {
    margin-right: 0.6rem !important;
  }
  .me-sm-12 {
    margin-right: 0.8rem !important;
  }
  .me-sm-18 {
    margin-right: 1.2rem !important;
  }
  .me-sm-20 {
    margin-right: 1.332rem !important;
  }
  .me-sm-30 {
    margin-right: 2rem !important;
  }
  .me-sm-35 {
    margin-right: 2.1rem !important;
  }
  .me-sm-40 {
    margin-right: 2.624rem !important;
  }
  .me-sm-50 {
    margin-right: 3.3rem !important;
  }
  .me-sm-60 {
    margin-right: 3.996rem !important;
  }
  .me-sm-75 {
    margin-right: 5.6rem !important;
  }
  .me-sm-90 {
    margin-right: 6rem !important;
  }
  .me-sm-100 {
    margin-right: 6.6664rem !important;
  }
  .me-sm-120 {
    margin-right: 8rem !important;
  }
  .me-sm-150 {
    margin-right: 10rem !important;
  }
  .me-sm-180 {
    margin-right: 12rem !important;
  }
  .me-sm-200 {
    margin-right: 13.3332rem !important;
  }
  .me-sm-210 {
    margin-right: 14rem !important;
  }
  .me-sm-220 {
    margin-right: 14.6664rem !important;
  }
  .me-sm-240 {
    margin-right: 16rem !important;
  }
  .me-sm-270 {
    margin-right: 18rem !important;
  }
  .me-sm-300 {
    margin-right: 20rem !important;
  }
  .me-sm-330 {
    margin-right: 22rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-6 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 0.6rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 1.2rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 1.332rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-35 {
    margin-bottom: 2.1rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 2.624rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 3.3rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 3.996rem !important;
  }
  .mb-sm-75 {
    margin-bottom: 5.6rem !important;
  }
  .mb-sm-90 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 6.6664rem !important;
  }
  .mb-sm-120 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-150 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-180 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-200 {
    margin-bottom: 13.3332rem !important;
  }
  .mb-sm-210 {
    margin-bottom: 14rem !important;
  }
  .mb-sm-220 {
    margin-bottom: 14.6664rem !important;
  }
  .mb-sm-240 {
    margin-bottom: 16rem !important;
  }
  .mb-sm-270 {
    margin-bottom: 18rem !important;
  }
  .mb-sm-300 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-330 {
    margin-bottom: 22rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-6 {
    margin-left: 0.4rem !important;
  }
  .ms-sm-9 {
    margin-left: 0.6rem !important;
  }
  .ms-sm-12 {
    margin-left: 0.8rem !important;
  }
  .ms-sm-18 {
    margin-left: 1.2rem !important;
  }
  .ms-sm-20 {
    margin-left: 1.332rem !important;
  }
  .ms-sm-30 {
    margin-left: 2rem !important;
  }
  .ms-sm-35 {
    margin-left: 2.1rem !important;
  }
  .ms-sm-40 {
    margin-left: 2.624rem !important;
  }
  .ms-sm-50 {
    margin-left: 3.3rem !important;
  }
  .ms-sm-60 {
    margin-left: 3.996rem !important;
  }
  .ms-sm-75 {
    margin-left: 5.6rem !important;
  }
  .ms-sm-90 {
    margin-left: 6rem !important;
  }
  .ms-sm-100 {
    margin-left: 6.6664rem !important;
  }
  .ms-sm-120 {
    margin-left: 8rem !important;
  }
  .ms-sm-150 {
    margin-left: 10rem !important;
  }
  .ms-sm-180 {
    margin-left: 12rem !important;
  }
  .ms-sm-200 {
    margin-left: 13.3332rem !important;
  }
  .ms-sm-210 {
    margin-left: 14rem !important;
  }
  .ms-sm-220 {
    margin-left: 14.6664rem !important;
  }
  .ms-sm-240 {
    margin-left: 16rem !important;
  }
  .ms-sm-270 {
    margin-left: 18rem !important;
  }
  .ms-sm-300 {
    margin-left: 20rem !important;
  }
  .ms-sm-330 {
    margin-left: 22rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n6 {
    margin: -0.4rem !important;
  }
  .m-sm-n9 {
    margin: -0.6rem !important;
  }
  .m-sm-n12 {
    margin: -0.8rem !important;
  }
  .m-sm-n18 {
    margin: -1.2rem !important;
  }
  .m-sm-n20 {
    margin: -1.332rem !important;
  }
  .m-sm-n30 {
    margin: -2rem !important;
  }
  .m-sm-n35 {
    margin: -2.1rem !important;
  }
  .m-sm-n40 {
    margin: -2.624rem !important;
  }
  .m-sm-n50 {
    margin: -3.3rem !important;
  }
  .m-sm-n60 {
    margin: -3.996rem !important;
  }
  .m-sm-n75 {
    margin: -5.6rem !important;
  }
  .m-sm-n90 {
    margin: -6rem !important;
  }
  .m-sm-n100 {
    margin: -6.6664rem !important;
  }
  .m-sm-n120 {
    margin: -8rem !important;
  }
  .m-sm-n150 {
    margin: -10rem !important;
  }
  .m-sm-n180 {
    margin: -12rem !important;
  }
  .m-sm-n200 {
    margin: -13.3332rem !important;
  }
  .m-sm-n210 {
    margin: -14rem !important;
  }
  .m-sm-n220 {
    margin: -14.6664rem !important;
  }
  .m-sm-n240 {
    margin: -16rem !important;
  }
  .m-sm-n270 {
    margin: -18rem !important;
  }
  .m-sm-n300 {
    margin: -20rem !important;
  }
  .m-sm-n330 {
    margin: -22rem !important;
  }
  .mx-sm-n6 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .mx-sm-n9 {
    margin-right: -0.6rem !important;
    margin-left: -0.6rem !important;
  }
  .mx-sm-n12 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .mx-sm-n18 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .mx-sm-n20 {
    margin-right: -1.332rem !important;
    margin-left: -1.332rem !important;
  }
  .mx-sm-n30 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n35 {
    margin-right: -2.1rem !important;
    margin-left: -2.1rem !important;
  }
  .mx-sm-n40 {
    margin-right: -2.624rem !important;
    margin-left: -2.624rem !important;
  }
  .mx-sm-n50 {
    margin-right: -3.3rem !important;
    margin-left: -3.3rem !important;
  }
  .mx-sm-n60 {
    margin-right: -3.996rem !important;
    margin-left: -3.996rem !important;
  }
  .mx-sm-n75 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .mx-sm-n90 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n100 {
    margin-right: -6.6664rem !important;
    margin-left: -6.6664rem !important;
  }
  .mx-sm-n120 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n150 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n180 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-sm-n200 {
    margin-right: -13.3332rem !important;
    margin-left: -13.3332rem !important;
  }
  .mx-sm-n210 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-sm-n220 {
    margin-right: -14.6664rem !important;
    margin-left: -14.6664rem !important;
  }
  .mx-sm-n240 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-sm-n270 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-sm-n300 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-sm-n330 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .my-sm-n6 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .my-sm-n9 {
    margin-top: -0.6rem !important;
    margin-bottom: -0.6rem !important;
  }
  .my-sm-n12 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .my-sm-n18 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .my-sm-n20 {
    margin-top: -1.332rem !important;
    margin-bottom: -1.332rem !important;
  }
  .my-sm-n30 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n35 {
    margin-top: -2.1rem !important;
    margin-bottom: -2.1rem !important;
  }
  .my-sm-n40 {
    margin-top: -2.624rem !important;
    margin-bottom: -2.624rem !important;
  }
  .my-sm-n50 {
    margin-top: -3.3rem !important;
    margin-bottom: -3.3rem !important;
  }
  .my-sm-n60 {
    margin-top: -3.996rem !important;
    margin-bottom: -3.996rem !important;
  }
  .my-sm-n75 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .my-sm-n90 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n100 {
    margin-top: -6.6664rem !important;
    margin-bottom: -6.6664rem !important;
  }
  .my-sm-n120 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n150 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n180 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-sm-n200 {
    margin-top: -13.3332rem !important;
    margin-bottom: -13.3332rem !important;
  }
  .my-sm-n210 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-sm-n220 {
    margin-top: -14.6664rem !important;
    margin-bottom: -14.6664rem !important;
  }
  .my-sm-n240 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-sm-n270 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-sm-n300 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-sm-n330 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .mt-sm-n6 {
    margin-top: -0.4rem !important;
  }
  .mt-sm-n9 {
    margin-top: -0.6rem !important;
  }
  .mt-sm-n12 {
    margin-top: -0.8rem !important;
  }
  .mt-sm-n18 {
    margin-top: -1.2rem !important;
  }
  .mt-sm-n20 {
    margin-top: -1.332rem !important;
  }
  .mt-sm-n30 {
    margin-top: -2rem !important;
  }
  .mt-sm-n35 {
    margin-top: -2.1rem !important;
  }
  .mt-sm-n40 {
    margin-top: -2.624rem !important;
  }
  .mt-sm-n50 {
    margin-top: -3.3rem !important;
  }
  .mt-sm-n60 {
    margin-top: -3.996rem !important;
  }
  .mt-sm-n75 {
    margin-top: -5.6rem !important;
  }
  .mt-sm-n90 {
    margin-top: -6rem !important;
  }
  .mt-sm-n100 {
    margin-top: -6.6664rem !important;
  }
  .mt-sm-n120 {
    margin-top: -8rem !important;
  }
  .mt-sm-n150 {
    margin-top: -10rem !important;
  }
  .mt-sm-n180 {
    margin-top: -12rem !important;
  }
  .mt-sm-n200 {
    margin-top: -13.3332rem !important;
  }
  .mt-sm-n210 {
    margin-top: -14rem !important;
  }
  .mt-sm-n220 {
    margin-top: -14.6664rem !important;
  }
  .mt-sm-n240 {
    margin-top: -16rem !important;
  }
  .mt-sm-n270 {
    margin-top: -18rem !important;
  }
  .mt-sm-n300 {
    margin-top: -20rem !important;
  }
  .mt-sm-n330 {
    margin-top: -22rem !important;
  }
  .me-sm-n6 {
    margin-right: -0.4rem !important;
  }
  .me-sm-n9 {
    margin-right: -0.6rem !important;
  }
  .me-sm-n12 {
    margin-right: -0.8rem !important;
  }
  .me-sm-n18 {
    margin-right: -1.2rem !important;
  }
  .me-sm-n20 {
    margin-right: -1.332rem !important;
  }
  .me-sm-n30 {
    margin-right: -2rem !important;
  }
  .me-sm-n35 {
    margin-right: -2.1rem !important;
  }
  .me-sm-n40 {
    margin-right: -2.624rem !important;
  }
  .me-sm-n50 {
    margin-right: -3.3rem !important;
  }
  .me-sm-n60 {
    margin-right: -3.996rem !important;
  }
  .me-sm-n75 {
    margin-right: -5.6rem !important;
  }
  .me-sm-n90 {
    margin-right: -6rem !important;
  }
  .me-sm-n100 {
    margin-right: -6.6664rem !important;
  }
  .me-sm-n120 {
    margin-right: -8rem !important;
  }
  .me-sm-n150 {
    margin-right: -10rem !important;
  }
  .me-sm-n180 {
    margin-right: -12rem !important;
  }
  .me-sm-n200 {
    margin-right: -13.3332rem !important;
  }
  .me-sm-n210 {
    margin-right: -14rem !important;
  }
  .me-sm-n220 {
    margin-right: -14.6664rem !important;
  }
  .me-sm-n240 {
    margin-right: -16rem !important;
  }
  .me-sm-n270 {
    margin-right: -18rem !important;
  }
  .me-sm-n300 {
    margin-right: -20rem !important;
  }
  .me-sm-n330 {
    margin-right: -22rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -0.4rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -0.6rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -0.8rem !important;
  }
  .mb-sm-n18 {
    margin-bottom: -1.2rem !important;
  }
  .mb-sm-n20 {
    margin-bottom: -1.332rem !important;
  }
  .mb-sm-n30 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n35 {
    margin-bottom: -2.1rem !important;
  }
  .mb-sm-n40 {
    margin-bottom: -2.624rem !important;
  }
  .mb-sm-n50 {
    margin-bottom: -3.3rem !important;
  }
  .mb-sm-n60 {
    margin-bottom: -3.996rem !important;
  }
  .mb-sm-n75 {
    margin-bottom: -5.6rem !important;
  }
  .mb-sm-n90 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n100 {
    margin-bottom: -6.6664rem !important;
  }
  .mb-sm-n120 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n150 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n180 {
    margin-bottom: -12rem !important;
  }
  .mb-sm-n200 {
    margin-bottom: -13.3332rem !important;
  }
  .mb-sm-n210 {
    margin-bottom: -14rem !important;
  }
  .mb-sm-n220 {
    margin-bottom: -14.6664rem !important;
  }
  .mb-sm-n240 {
    margin-bottom: -16rem !important;
  }
  .mb-sm-n270 {
    margin-bottom: -18rem !important;
  }
  .mb-sm-n300 {
    margin-bottom: -20rem !important;
  }
  .mb-sm-n330 {
    margin-bottom: -22rem !important;
  }
  .ms-sm-n6 {
    margin-left: -0.4rem !important;
  }
  .ms-sm-n9 {
    margin-left: -0.6rem !important;
  }
  .ms-sm-n12 {
    margin-left: -0.8rem !important;
  }
  .ms-sm-n18 {
    margin-left: -1.2rem !important;
  }
  .ms-sm-n20 {
    margin-left: -1.332rem !important;
  }
  .ms-sm-n30 {
    margin-left: -2rem !important;
  }
  .ms-sm-n35 {
    margin-left: -2.1rem !important;
  }
  .ms-sm-n40 {
    margin-left: -2.624rem !important;
  }
  .ms-sm-n50 {
    margin-left: -3.3rem !important;
  }
  .ms-sm-n60 {
    margin-left: -3.996rem !important;
  }
  .ms-sm-n75 {
    margin-left: -5.6rem !important;
  }
  .ms-sm-n90 {
    margin-left: -6rem !important;
  }
  .ms-sm-n100 {
    margin-left: -6.6664rem !important;
  }
  .ms-sm-n120 {
    margin-left: -8rem !important;
  }
  .ms-sm-n150 {
    margin-left: -10rem !important;
  }
  .ms-sm-n180 {
    margin-left: -12rem !important;
  }
  .ms-sm-n200 {
    margin-left: -13.3332rem !important;
  }
  .ms-sm-n210 {
    margin-left: -14rem !important;
  }
  .ms-sm-n220 {
    margin-left: -14.6664rem !important;
  }
  .ms-sm-n240 {
    margin-left: -16rem !important;
  }
  .ms-sm-n270 {
    margin-left: -18rem !important;
  }
  .ms-sm-n300 {
    margin-left: -20rem !important;
  }
  .ms-sm-n330 {
    margin-left: -22rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-6 {
    padding: 0.4rem !important;
  }
  .p-sm-9 {
    padding: 0.6rem !important;
  }
  .p-sm-12 {
    padding: 0.8rem !important;
  }
  .p-sm-18 {
    padding: 1.2rem !important;
  }
  .p-sm-20 {
    padding: 1.332rem !important;
  }
  .p-sm-30 {
    padding: 2rem !important;
  }
  .p-sm-35 {
    padding: 2.1rem !important;
  }
  .p-sm-40 {
    padding: 2.624rem !important;
  }
  .p-sm-50 {
    padding: 3.3rem !important;
  }
  .p-sm-60 {
    padding: 3.996rem !important;
  }
  .p-sm-75 {
    padding: 5.6rem !important;
  }
  .p-sm-90 {
    padding: 6rem !important;
  }
  .p-sm-100 {
    padding: 6.6664rem !important;
  }
  .p-sm-120 {
    padding: 8rem !important;
  }
  .p-sm-150 {
    padding: 10rem !important;
  }
  .p-sm-180 {
    padding: 12rem !important;
  }
  .p-sm-200 {
    padding: 13.3332rem !important;
  }
  .p-sm-210 {
    padding: 14rem !important;
  }
  .p-sm-220 {
    padding: 14.6664rem !important;
  }
  .p-sm-240 {
    padding: 16rem !important;
  }
  .p-sm-270 {
    padding: 18rem !important;
  }
  .p-sm-300 {
    padding: 20rem !important;
  }
  .p-sm-330 {
    padding: 22rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-6 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-sm-9 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .px-sm-12 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm-18 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-sm-20 {
    padding-right: 1.332rem !important;
    padding-left: 1.332rem !important;
  }
  .px-sm-30 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-35 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }
  .px-sm-40 {
    padding-right: 2.624rem !important;
    padding-left: 2.624rem !important;
  }
  .px-sm-50 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important;
  }
  .px-sm-60 {
    padding-right: 3.996rem !important;
    padding-left: 3.996rem !important;
  }
  .px-sm-75 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-sm-90 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-100 {
    padding-right: 6.6664rem !important;
    padding-left: 6.6664rem !important;
  }
  .px-sm-120 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-150 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-180 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sm-200 {
    padding-right: 13.3332rem !important;
    padding-left: 13.3332rem !important;
  }
  .px-sm-210 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-sm-220 {
    padding-right: 14.6664rem !important;
    padding-left: 14.6664rem !important;
  }
  .px-sm-240 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-sm-270 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-sm-300 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-sm-330 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-6 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-sm-9 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .py-sm-12 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-18 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-sm-20 {
    padding-top: 1.332rem !important;
    padding-bottom: 1.332rem !important;
  }
  .py-sm-30 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-35 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }
  .py-sm-40 {
    padding-top: 2.624rem !important;
    padding-bottom: 2.624rem !important;
  }
  .py-sm-50 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }
  .py-sm-60 {
    padding-top: 3.996rem !important;
    padding-bottom: 3.996rem !important;
  }
  .py-sm-75 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-sm-90 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-100 {
    padding-top: 6.6664rem !important;
    padding-bottom: 6.6664rem !important;
  }
  .py-sm-120 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-150 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-180 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sm-200 {
    padding-top: 13.3332rem !important;
    padding-bottom: 13.3332rem !important;
  }
  .py-sm-210 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-sm-220 {
    padding-top: 14.6664rem !important;
    padding-bottom: 14.6664rem !important;
  }
  .py-sm-240 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-sm-270 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-sm-300 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-sm-330 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-6 {
    padding-top: 0.4rem !important;
  }
  .pt-sm-9 {
    padding-top: 0.6rem !important;
  }
  .pt-sm-12 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-18 {
    padding-top: 1.2rem !important;
  }
  .pt-sm-20 {
    padding-top: 1.332rem !important;
  }
  .pt-sm-30 {
    padding-top: 2rem !important;
  }
  .pt-sm-35 {
    padding-top: 2.1rem !important;
  }
  .pt-sm-40 {
    padding-top: 2.624rem !important;
  }
  .pt-sm-50 {
    padding-top: 3.3rem !important;
  }
  .pt-sm-60 {
    padding-top: 3.996rem !important;
  }
  .pt-sm-75 {
    padding-top: 5.6rem !important;
  }
  .pt-sm-90 {
    padding-top: 6rem !important;
  }
  .pt-sm-100 {
    padding-top: 6.6664rem !important;
  }
  .pt-sm-120 {
    padding-top: 8rem !important;
  }
  .pt-sm-150 {
    padding-top: 10rem !important;
  }
  .pt-sm-180 {
    padding-top: 12rem !important;
  }
  .pt-sm-200 {
    padding-top: 13.3332rem !important;
  }
  .pt-sm-210 {
    padding-top: 14rem !important;
  }
  .pt-sm-220 {
    padding-top: 14.6664rem !important;
  }
  .pt-sm-240 {
    padding-top: 16rem !important;
  }
  .pt-sm-270 {
    padding-top: 18rem !important;
  }
  .pt-sm-300 {
    padding-top: 20rem !important;
  }
  .pt-sm-330 {
    padding-top: 22rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-6 {
    padding-right: 0.4rem !important;
  }
  .pe-sm-9 {
    padding-right: 0.6rem !important;
  }
  .pe-sm-12 {
    padding-right: 0.8rem !important;
  }
  .pe-sm-18 {
    padding-right: 1.2rem !important;
  }
  .pe-sm-20 {
    padding-right: 1.332rem !important;
  }
  .pe-sm-30 {
    padding-right: 2rem !important;
  }
  .pe-sm-35 {
    padding-right: 2.1rem !important;
  }
  .pe-sm-40 {
    padding-right: 2.624rem !important;
  }
  .pe-sm-50 {
    padding-right: 3.3rem !important;
  }
  .pe-sm-60 {
    padding-right: 3.996rem !important;
  }
  .pe-sm-75 {
    padding-right: 5.6rem !important;
  }
  .pe-sm-90 {
    padding-right: 6rem !important;
  }
  .pe-sm-100 {
    padding-right: 6.6664rem !important;
  }
  .pe-sm-120 {
    padding-right: 8rem !important;
  }
  .pe-sm-150 {
    padding-right: 10rem !important;
  }
  .pe-sm-180 {
    padding-right: 12rem !important;
  }
  .pe-sm-200 {
    padding-right: 13.3332rem !important;
  }
  .pe-sm-210 {
    padding-right: 14rem !important;
  }
  .pe-sm-220 {
    padding-right: 14.6664rem !important;
  }
  .pe-sm-240 {
    padding-right: 16rem !important;
  }
  .pe-sm-270 {
    padding-right: 18rem !important;
  }
  .pe-sm-300 {
    padding-right: 20rem !important;
  }
  .pe-sm-330 {
    padding-right: 22rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-6 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 0.6rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 1.2rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 1.332rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-35 {
    padding-bottom: 2.1rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 2.624rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 3.3rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 3.996rem !important;
  }
  .pb-sm-75 {
    padding-bottom: 5.6rem !important;
  }
  .pb-sm-90 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 6.6664rem !important;
  }
  .pb-sm-120 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-150 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-180 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-200 {
    padding-bottom: 13.3332rem !important;
  }
  .pb-sm-210 {
    padding-bottom: 14rem !important;
  }
  .pb-sm-220 {
    padding-bottom: 14.6664rem !important;
  }
  .pb-sm-240 {
    padding-bottom: 16rem !important;
  }
  .pb-sm-270 {
    padding-bottom: 18rem !important;
  }
  .pb-sm-300 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-330 {
    padding-bottom: 22rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-6 {
    padding-left: 0.4rem !important;
  }
  .ps-sm-9 {
    padding-left: 0.6rem !important;
  }
  .ps-sm-12 {
    padding-left: 0.8rem !important;
  }
  .ps-sm-18 {
    padding-left: 1.2rem !important;
  }
  .ps-sm-20 {
    padding-left: 1.332rem !important;
  }
  .ps-sm-30 {
    padding-left: 2rem !important;
  }
  .ps-sm-35 {
    padding-left: 2.1rem !important;
  }
  .ps-sm-40 {
    padding-left: 2.624rem !important;
  }
  .ps-sm-50 {
    padding-left: 3.3rem !important;
  }
  .ps-sm-60 {
    padding-left: 3.996rem !important;
  }
  .ps-sm-75 {
    padding-left: 5.6rem !important;
  }
  .ps-sm-90 {
    padding-left: 6rem !important;
  }
  .ps-sm-100 {
    padding-left: 6.6664rem !important;
  }
  .ps-sm-120 {
    padding-left: 8rem !important;
  }
  .ps-sm-150 {
    padding-left: 10rem !important;
  }
  .ps-sm-180 {
    padding-left: 12rem !important;
  }
  .ps-sm-200 {
    padding-left: 13.3332rem !important;
  }
  .ps-sm-210 {
    padding-left: 14rem !important;
  }
  .ps-sm-220 {
    padding-left: 14.6664rem !important;
  }
  .ps-sm-240 {
    padding-left: 16rem !important;
  }
  .ps-sm-270 {
    padding-left: 18rem !important;
  }
  .ps-sm-300 {
    padding-left: 20rem !important;
  }
  .ps-sm-330 {
    padding-left: 22rem !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-6 {
    gap: 0.4rem !important;
  }
  .gap-md-9 {
    gap: 0.6rem !important;
  }
  .gap-md-12 {
    gap: 0.8rem !important;
  }
  .gap-md-18 {
    gap: 1.2rem !important;
  }
  .gap-md-20 {
    gap: 1.332rem !important;
  }
  .gap-md-30 {
    gap: 2rem !important;
  }
  .gap-md-35 {
    gap: 2.1rem !important;
  }
  .gap-md-40 {
    gap: 2.624rem !important;
  }
  .gap-md-50 {
    gap: 3.3rem !important;
  }
  .gap-md-60 {
    gap: 3.996rem !important;
  }
  .gap-md-75 {
    gap: 5.6rem !important;
  }
  .gap-md-90 {
    gap: 6rem !important;
  }
  .gap-md-100 {
    gap: 6.6664rem !important;
  }
  .gap-md-120 {
    gap: 8rem !important;
  }
  .gap-md-150 {
    gap: 10rem !important;
  }
  .gap-md-180 {
    gap: 12rem !important;
  }
  .gap-md-200 {
    gap: 13.3332rem !important;
  }
  .gap-md-210 {
    gap: 14rem !important;
  }
  .gap-md-220 {
    gap: 14.6664rem !important;
  }
  .gap-md-240 {
    gap: 16rem !important;
  }
  .gap-md-270 {
    gap: 18rem !important;
  }
  .gap-md-300 {
    gap: 20rem !important;
  }
  .gap-md-330 {
    gap: 22rem !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-6 {
    margin: 0.4rem !important;
  }
  .m-md-9 {
    margin: 0.6rem !important;
  }
  .m-md-12 {
    margin: 0.8rem !important;
  }
  .m-md-18 {
    margin: 1.2rem !important;
  }
  .m-md-20 {
    margin: 1.332rem !important;
  }
  .m-md-30 {
    margin: 2rem !important;
  }
  .m-md-35 {
    margin: 2.1rem !important;
  }
  .m-md-40 {
    margin: 2.624rem !important;
  }
  .m-md-50 {
    margin: 3.3rem !important;
  }
  .m-md-60 {
    margin: 3.996rem !important;
  }
  .m-md-75 {
    margin: 5.6rem !important;
  }
  .m-md-90 {
    margin: 6rem !important;
  }
  .m-md-100 {
    margin: 6.6664rem !important;
  }
  .m-md-120 {
    margin: 8rem !important;
  }
  .m-md-150 {
    margin: 10rem !important;
  }
  .m-md-180 {
    margin: 12rem !important;
  }
  .m-md-200 {
    margin: 13.3332rem !important;
  }
  .m-md-210 {
    margin: 14rem !important;
  }
  .m-md-220 {
    margin: 14.6664rem !important;
  }
  .m-md-240 {
    margin: 16rem !important;
  }
  .m-md-270 {
    margin: 18rem !important;
  }
  .m-md-300 {
    margin: 20rem !important;
  }
  .m-md-330 {
    margin: 22rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-6 {
    margin: 0.4rem !important;
  }
  .m-md-9 {
    margin: 0.6rem !important;
  }
  .m-md-12 {
    margin: 0.8rem !important;
  }
  .m-md-18 {
    margin: 1.2rem !important;
  }
  .m-md-20 {
    margin: 1.332rem !important;
  }
  .m-md-30 {
    margin: 2rem !important;
  }
  .m-md-35 {
    margin: 2.1rem !important;
  }
  .m-md-40 {
    margin: 2.624rem !important;
  }
  .m-md-50 {
    margin: 3.3rem !important;
  }
  .m-md-60 {
    margin: 3.996rem !important;
  }
  .m-md-75 {
    margin: 5.6rem !important;
  }
  .m-md-90 {
    margin: 6rem !important;
  }
  .m-md-100 {
    margin: 6.6664rem !important;
  }
  .m-md-120 {
    margin: 8rem !important;
  }
  .m-md-150 {
    margin: 10rem !important;
  }
  .m-md-180 {
    margin: 12rem !important;
  }
  .m-md-200 {
    margin: 13.3332rem !important;
  }
  .m-md-210 {
    margin: 14rem !important;
  }
  .m-md-220 {
    margin: 14.6664rem !important;
  }
  .m-md-240 {
    margin: 16rem !important;
  }
  .m-md-270 {
    margin: 18rem !important;
  }
  .m-md-300 {
    margin: 20rem !important;
  }
  .m-md-330 {
    margin: 22rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-6 {
    margin: 0.4rem !important;
  }
  .m-md-9 {
    margin: 0.6rem !important;
  }
  .m-md-12 {
    margin: 0.8rem !important;
  }
  .m-md-18 {
    margin: 1.2rem !important;
  }
  .m-md-20 {
    margin: 1.332rem !important;
  }
  .m-md-30 {
    margin: 2rem !important;
  }
  .m-md-35 {
    margin: 2.1rem !important;
  }
  .m-md-40 {
    margin: 2.624rem !important;
  }
  .m-md-50 {
    margin: 3.3rem !important;
  }
  .m-md-60 {
    margin: 3.996rem !important;
  }
  .m-md-75 {
    margin: 5.6rem !important;
  }
  .m-md-90 {
    margin: 6rem !important;
  }
  .m-md-100 {
    margin: 6.6664rem !important;
  }
  .m-md-120 {
    margin: 8rem !important;
  }
  .m-md-150 {
    margin: 10rem !important;
  }
  .m-md-180 {
    margin: 12rem !important;
  }
  .m-md-200 {
    margin: 13.3332rem !important;
  }
  .m-md-210 {
    margin: 14rem !important;
  }
  .m-md-220 {
    margin: 14.6664rem !important;
  }
  .m-md-240 {
    margin: 16rem !important;
  }
  .m-md-270 {
    margin: 18rem !important;
  }
  .m-md-300 {
    margin: 20rem !important;
  }
  .m-md-330 {
    margin: 22rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-6 {
    margin: 0.4rem !important;
  }
  .m-md-9 {
    margin: 0.6rem !important;
  }
  .m-md-12 {
    margin: 0.8rem !important;
  }
  .m-md-18 {
    margin: 1.2rem !important;
  }
  .m-md-20 {
    margin: 1.332rem !important;
  }
  .m-md-30 {
    margin: 2rem !important;
  }
  .m-md-35 {
    margin: 2.1rem !important;
  }
  .m-md-40 {
    margin: 2.624rem !important;
  }
  .m-md-50 {
    margin: 3.3rem !important;
  }
  .m-md-60 {
    margin: 3.996rem !important;
  }
  .m-md-75 {
    margin: 5.6rem !important;
  }
  .m-md-90 {
    margin: 6rem !important;
  }
  .m-md-100 {
    margin: 6.6664rem !important;
  }
  .m-md-120 {
    margin: 8rem !important;
  }
  .m-md-150 {
    margin: 10rem !important;
  }
  .m-md-180 {
    margin: 12rem !important;
  }
  .m-md-200 {
    margin: 13.3332rem !important;
  }
  .m-md-210 {
    margin: 14rem !important;
  }
  .m-md-220 {
    margin: 14.6664rem !important;
  }
  .m-md-240 {
    margin: 16rem !important;
  }
  .m-md-270 {
    margin: 18rem !important;
  }
  .m-md-300 {
    margin: 20rem !important;
  }
  .m-md-330 {
    margin: 22rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-6 {
    margin: 0.4rem !important;
  }
  .m-md-9 {
    margin: 0.6rem !important;
  }
  .m-md-12 {
    margin: 0.8rem !important;
  }
  .m-md-18 {
    margin: 1.2rem !important;
  }
  .m-md-20 {
    margin: 1.332rem !important;
  }
  .m-md-30 {
    margin: 2rem !important;
  }
  .m-md-35 {
    margin: 2.1rem !important;
  }
  .m-md-40 {
    margin: 2.624rem !important;
  }
  .m-md-50 {
    margin: 3.3rem !important;
  }
  .m-md-60 {
    margin: 3.996rem !important;
  }
  .m-md-75 {
    margin: 5.6rem !important;
  }
  .m-md-90 {
    margin: 6rem !important;
  }
  .m-md-100 {
    margin: 6.6664rem !important;
  }
  .m-md-120 {
    margin: 8rem !important;
  }
  .m-md-150 {
    margin: 10rem !important;
  }
  .m-md-180 {
    margin: 12rem !important;
  }
  .m-md-200 {
    margin: 13.3332rem !important;
  }
  .m-md-210 {
    margin: 14rem !important;
  }
  .m-md-220 {
    margin: 14.6664rem !important;
  }
  .m-md-240 {
    margin: 16rem !important;
  }
  .m-md-270 {
    margin: 18rem !important;
  }
  .m-md-300 {
    margin: 20rem !important;
  }
  .m-md-330 {
    margin: 22rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-6 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-md-9 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .mx-md-12 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-18 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-md-20 {
    margin-right: 1.332rem !important;
    margin-left: 1.332rem !important;
  }
  .mx-md-30 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-35 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }
  .mx-md-40 {
    margin-right: 2.624rem !important;
    margin-left: 2.624rem !important;
  }
  .mx-md-50 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important;
  }
  .mx-md-60 {
    margin-right: 3.996rem !important;
    margin-left: 3.996rem !important;
  }
  .mx-md-75 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-md-90 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-100 {
    margin-right: 6.6664rem !important;
    margin-left: 6.6664rem !important;
  }
  .mx-md-120 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-150 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-180 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-200 {
    margin-right: 13.3332rem !important;
    margin-left: 13.3332rem !important;
  }
  .mx-md-210 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-md-220 {
    margin-right: 14.6664rem !important;
    margin-left: 14.6664rem !important;
  }
  .mx-md-240 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-md-270 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-md-300 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-330 {
    margin-right: 22rem !important;
    margin-left: 22rem !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-6 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-md-9 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .my-md-12 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-18 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-md-20 {
    margin-top: 1.332rem !important;
    margin-bottom: 1.332rem !important;
  }
  .my-md-30 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-35 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .my-md-40 {
    margin-top: 2.624rem !important;
    margin-bottom: 2.624rem !important;
  }
  .my-md-50 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }
  .my-md-60 {
    margin-top: 3.996rem !important;
    margin-bottom: 3.996rem !important;
  }
  .my-md-75 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-md-90 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-100 {
    margin-top: 6.6664rem !important;
    margin-bottom: 6.6664rem !important;
  }
  .my-md-120 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-150 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-180 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-200 {
    margin-top: 13.3332rem !important;
    margin-bottom: 13.3332rem !important;
  }
  .my-md-210 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-md-220 {
    margin-top: 14.6664rem !important;
    margin-bottom: 14.6664rem !important;
  }
  .my-md-240 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-md-270 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-md-300 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-330 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-6 {
    margin-top: 0.4rem !important;
  }
  .mt-md-9 {
    margin-top: 0.6rem !important;
  }
  .mt-md-12 {
    margin-top: 0.8rem !important;
  }
  .mt-md-18 {
    margin-top: 1.2rem !important;
  }
  .mt-md-20 {
    margin-top: 1.332rem !important;
  }
  .mt-md-30 {
    margin-top: 2rem !important;
  }
  .mt-md-35 {
    margin-top: 2.1rem !important;
  }
  .mt-md-40 {
    margin-top: 2.624rem !important;
  }
  .mt-md-50 {
    margin-top: 3.3rem !important;
  }
  .mt-md-60 {
    margin-top: 3.996rem !important;
  }
  .mt-md-75 {
    margin-top: 5.6rem !important;
  }
  .mt-md-90 {
    margin-top: 6rem !important;
  }
  .mt-md-100 {
    margin-top: 6.6664rem !important;
  }
  .mt-md-120 {
    margin-top: 8rem !important;
  }
  .mt-md-150 {
    margin-top: 10rem !important;
  }
  .mt-md-180 {
    margin-top: 12rem !important;
  }
  .mt-md-200 {
    margin-top: 13.3332rem !important;
  }
  .mt-md-210 {
    margin-top: 14rem !important;
  }
  .mt-md-220 {
    margin-top: 14.6664rem !important;
  }
  .mt-md-240 {
    margin-top: 16rem !important;
  }
  .mt-md-270 {
    margin-top: 18rem !important;
  }
  .mt-md-300 {
    margin-top: 20rem !important;
  }
  .mt-md-330 {
    margin-top: 22rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-6 {
    margin-right: 0.4rem !important;
  }
  .me-md-9 {
    margin-right: 0.6rem !important;
  }
  .me-md-12 {
    margin-right: 0.8rem !important;
  }
  .me-md-18 {
    margin-right: 1.2rem !important;
  }
  .me-md-20 {
    margin-right: 1.332rem !important;
  }
  .me-md-30 {
    margin-right: 2rem !important;
  }
  .me-md-35 {
    margin-right: 2.1rem !important;
  }
  .me-md-40 {
    margin-right: 2.624rem !important;
  }
  .me-md-50 {
    margin-right: 3.3rem !important;
  }
  .me-md-60 {
    margin-right: 3.996rem !important;
  }
  .me-md-75 {
    margin-right: 5.6rem !important;
  }
  .me-md-90 {
    margin-right: 6rem !important;
  }
  .me-md-100 {
    margin-right: 6.6664rem !important;
  }
  .me-md-120 {
    margin-right: 8rem !important;
  }
  .me-md-150 {
    margin-right: 10rem !important;
  }
  .me-md-180 {
    margin-right: 12rem !important;
  }
  .me-md-200 {
    margin-right: 13.3332rem !important;
  }
  .me-md-210 {
    margin-right: 14rem !important;
  }
  .me-md-220 {
    margin-right: 14.6664rem !important;
  }
  .me-md-240 {
    margin-right: 16rem !important;
  }
  .me-md-270 {
    margin-right: 18rem !important;
  }
  .me-md-300 {
    margin-right: 20rem !important;
  }
  .me-md-330 {
    margin-right: 22rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-6 {
    margin-bottom: 0.4rem !important;
  }
  .mb-md-9 {
    margin-bottom: 0.6rem !important;
  }
  .mb-md-12 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-18 {
    margin-bottom: 1.2rem !important;
  }
  .mb-md-20 {
    margin-bottom: 1.332rem !important;
  }
  .mb-md-30 {
    margin-bottom: 2rem !important;
  }
  .mb-md-35 {
    margin-bottom: 2.1rem !important;
  }
  .mb-md-40 {
    margin-bottom: 2.624rem !important;
  }
  .mb-md-50 {
    margin-bottom: 3.3rem !important;
  }
  .mb-md-60 {
    margin-bottom: 3.996rem !important;
  }
  .mb-md-75 {
    margin-bottom: 5.6rem !important;
  }
  .mb-md-90 {
    margin-bottom: 6rem !important;
  }
  .mb-md-100 {
    margin-bottom: 6.6664rem !important;
  }
  .mb-md-120 {
    margin-bottom: 8rem !important;
  }
  .mb-md-150 {
    margin-bottom: 10rem !important;
  }
  .mb-md-180 {
    margin-bottom: 12rem !important;
  }
  .mb-md-200 {
    margin-bottom: 13.3332rem !important;
  }
  .mb-md-210 {
    margin-bottom: 14rem !important;
  }
  .mb-md-220 {
    margin-bottom: 14.6664rem !important;
  }
  .mb-md-240 {
    margin-bottom: 16rem !important;
  }
  .mb-md-270 {
    margin-bottom: 18rem !important;
  }
  .mb-md-300 {
    margin-bottom: 20rem !important;
  }
  .mb-md-330 {
    margin-bottom: 22rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-6 {
    margin-left: 0.4rem !important;
  }
  .ms-md-9 {
    margin-left: 0.6rem !important;
  }
  .ms-md-12 {
    margin-left: 0.8rem !important;
  }
  .ms-md-18 {
    margin-left: 1.2rem !important;
  }
  .ms-md-20 {
    margin-left: 1.332rem !important;
  }
  .ms-md-30 {
    margin-left: 2rem !important;
  }
  .ms-md-35 {
    margin-left: 2.1rem !important;
  }
  .ms-md-40 {
    margin-left: 2.624rem !important;
  }
  .ms-md-50 {
    margin-left: 3.3rem !important;
  }
  .ms-md-60 {
    margin-left: 3.996rem !important;
  }
  .ms-md-75 {
    margin-left: 5.6rem !important;
  }
  .ms-md-90 {
    margin-left: 6rem !important;
  }
  .ms-md-100 {
    margin-left: 6.6664rem !important;
  }
  .ms-md-120 {
    margin-left: 8rem !important;
  }
  .ms-md-150 {
    margin-left: 10rem !important;
  }
  .ms-md-180 {
    margin-left: 12rem !important;
  }
  .ms-md-200 {
    margin-left: 13.3332rem !important;
  }
  .ms-md-210 {
    margin-left: 14rem !important;
  }
  .ms-md-220 {
    margin-left: 14.6664rem !important;
  }
  .ms-md-240 {
    margin-left: 16rem !important;
  }
  .ms-md-270 {
    margin-left: 18rem !important;
  }
  .ms-md-300 {
    margin-left: 20rem !important;
  }
  .ms-md-330 {
    margin-left: 22rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n6 {
    margin: -0.4rem !important;
  }
  .m-md-n9 {
    margin: -0.6rem !important;
  }
  .m-md-n12 {
    margin: -0.8rem !important;
  }
  .m-md-n18 {
    margin: -1.2rem !important;
  }
  .m-md-n20 {
    margin: -1.332rem !important;
  }
  .m-md-n30 {
    margin: -2rem !important;
  }
  .m-md-n35 {
    margin: -2.1rem !important;
  }
  .m-md-n40 {
    margin: -2.624rem !important;
  }
  .m-md-n50 {
    margin: -3.3rem !important;
  }
  .m-md-n60 {
    margin: -3.996rem !important;
  }
  .m-md-n75 {
    margin: -5.6rem !important;
  }
  .m-md-n90 {
    margin: -6rem !important;
  }
  .m-md-n100 {
    margin: -6.6664rem !important;
  }
  .m-md-n120 {
    margin: -8rem !important;
  }
  .m-md-n150 {
    margin: -10rem !important;
  }
  .m-md-n180 {
    margin: -12rem !important;
  }
  .m-md-n200 {
    margin: -13.3332rem !important;
  }
  .m-md-n210 {
    margin: -14rem !important;
  }
  .m-md-n220 {
    margin: -14.6664rem !important;
  }
  .m-md-n240 {
    margin: -16rem !important;
  }
  .m-md-n270 {
    margin: -18rem !important;
  }
  .m-md-n300 {
    margin: -20rem !important;
  }
  .m-md-n330 {
    margin: -22rem !important;
  }
  .mx-md-n6 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .mx-md-n9 {
    margin-right: -0.6rem !important;
    margin-left: -0.6rem !important;
  }
  .mx-md-n12 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .mx-md-n18 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .mx-md-n20 {
    margin-right: -1.332rem !important;
    margin-left: -1.332rem !important;
  }
  .mx-md-n30 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n35 {
    margin-right: -2.1rem !important;
    margin-left: -2.1rem !important;
  }
  .mx-md-n40 {
    margin-right: -2.624rem !important;
    margin-left: -2.624rem !important;
  }
  .mx-md-n50 {
    margin-right: -3.3rem !important;
    margin-left: -3.3rem !important;
  }
  .mx-md-n60 {
    margin-right: -3.996rem !important;
    margin-left: -3.996rem !important;
  }
  .mx-md-n75 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .mx-md-n90 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n100 {
    margin-right: -6.6664rem !important;
    margin-left: -6.6664rem !important;
  }
  .mx-md-n120 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n150 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n180 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-md-n200 {
    margin-right: -13.3332rem !important;
    margin-left: -13.3332rem !important;
  }
  .mx-md-n210 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-md-n220 {
    margin-right: -14.6664rem !important;
    margin-left: -14.6664rem !important;
  }
  .mx-md-n240 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-md-n270 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-md-n300 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-md-n330 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .my-md-n6 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .my-md-n9 {
    margin-top: -0.6rem !important;
    margin-bottom: -0.6rem !important;
  }
  .my-md-n12 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .my-md-n18 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .my-md-n20 {
    margin-top: -1.332rem !important;
    margin-bottom: -1.332rem !important;
  }
  .my-md-n30 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n35 {
    margin-top: -2.1rem !important;
    margin-bottom: -2.1rem !important;
  }
  .my-md-n40 {
    margin-top: -2.624rem !important;
    margin-bottom: -2.624rem !important;
  }
  .my-md-n50 {
    margin-top: -3.3rem !important;
    margin-bottom: -3.3rem !important;
  }
  .my-md-n60 {
    margin-top: -3.996rem !important;
    margin-bottom: -3.996rem !important;
  }
  .my-md-n75 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .my-md-n90 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n100 {
    margin-top: -6.6664rem !important;
    margin-bottom: -6.6664rem !important;
  }
  .my-md-n120 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n150 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n180 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-md-n200 {
    margin-top: -13.3332rem !important;
    margin-bottom: -13.3332rem !important;
  }
  .my-md-n210 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-md-n220 {
    margin-top: -14.6664rem !important;
    margin-bottom: -14.6664rem !important;
  }
  .my-md-n240 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-md-n270 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-md-n300 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-md-n330 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .mt-md-n6 {
    margin-top: -0.4rem !important;
  }
  .mt-md-n9 {
    margin-top: -0.6rem !important;
  }
  .mt-md-n12 {
    margin-top: -0.8rem !important;
  }
  .mt-md-n18 {
    margin-top: -1.2rem !important;
  }
  .mt-md-n20 {
    margin-top: -1.332rem !important;
  }
  .mt-md-n30 {
    margin-top: -2rem !important;
  }
  .mt-md-n35 {
    margin-top: -2.1rem !important;
  }
  .mt-md-n40 {
    margin-top: -2.624rem !important;
  }
  .mt-md-n50 {
    margin-top: -3.3rem !important;
  }
  .mt-md-n60 {
    margin-top: -3.996rem !important;
  }
  .mt-md-n75 {
    margin-top: -5.6rem !important;
  }
  .mt-md-n90 {
    margin-top: -6rem !important;
  }
  .mt-md-n100 {
    margin-top: -6.6664rem !important;
  }
  .mt-md-n120 {
    margin-top: -8rem !important;
  }
  .mt-md-n150 {
    margin-top: -10rem !important;
  }
  .mt-md-n180 {
    margin-top: -12rem !important;
  }
  .mt-md-n200 {
    margin-top: -13.3332rem !important;
  }
  .mt-md-n210 {
    margin-top: -14rem !important;
  }
  .mt-md-n220 {
    margin-top: -14.6664rem !important;
  }
  .mt-md-n240 {
    margin-top: -16rem !important;
  }
  .mt-md-n270 {
    margin-top: -18rem !important;
  }
  .mt-md-n300 {
    margin-top: -20rem !important;
  }
  .mt-md-n330 {
    margin-top: -22rem !important;
  }
  .me-md-n6 {
    margin-right: -0.4rem !important;
  }
  .me-md-n9 {
    margin-right: -0.6rem !important;
  }
  .me-md-n12 {
    margin-right: -0.8rem !important;
  }
  .me-md-n18 {
    margin-right: -1.2rem !important;
  }
  .me-md-n20 {
    margin-right: -1.332rem !important;
  }
  .me-md-n30 {
    margin-right: -2rem !important;
  }
  .me-md-n35 {
    margin-right: -2.1rem !important;
  }
  .me-md-n40 {
    margin-right: -2.624rem !important;
  }
  .me-md-n50 {
    margin-right: -3.3rem !important;
  }
  .me-md-n60 {
    margin-right: -3.996rem !important;
  }
  .me-md-n75 {
    margin-right: -5.6rem !important;
  }
  .me-md-n90 {
    margin-right: -6rem !important;
  }
  .me-md-n100 {
    margin-right: -6.6664rem !important;
  }
  .me-md-n120 {
    margin-right: -8rem !important;
  }
  .me-md-n150 {
    margin-right: -10rem !important;
  }
  .me-md-n180 {
    margin-right: -12rem !important;
  }
  .me-md-n200 {
    margin-right: -13.3332rem !important;
  }
  .me-md-n210 {
    margin-right: -14rem !important;
  }
  .me-md-n220 {
    margin-right: -14.6664rem !important;
  }
  .me-md-n240 {
    margin-right: -16rem !important;
  }
  .me-md-n270 {
    margin-right: -18rem !important;
  }
  .me-md-n300 {
    margin-right: -20rem !important;
  }
  .me-md-n330 {
    margin-right: -22rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -0.4rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -0.6rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -0.8rem !important;
  }
  .mb-md-n18 {
    margin-bottom: -1.2rem !important;
  }
  .mb-md-n20 {
    margin-bottom: -1.332rem !important;
  }
  .mb-md-n30 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n35 {
    margin-bottom: -2.1rem !important;
  }
  .mb-md-n40 {
    margin-bottom: -2.624rem !important;
  }
  .mb-md-n50 {
    margin-bottom: -3.3rem !important;
  }
  .mb-md-n60 {
    margin-bottom: -3.996rem !important;
  }
  .mb-md-n75 {
    margin-bottom: -5.6rem !important;
  }
  .mb-md-n90 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n100 {
    margin-bottom: -6.6664rem !important;
  }
  .mb-md-n120 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n150 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n180 {
    margin-bottom: -12rem !important;
  }
  .mb-md-n200 {
    margin-bottom: -13.3332rem !important;
  }
  .mb-md-n210 {
    margin-bottom: -14rem !important;
  }
  .mb-md-n220 {
    margin-bottom: -14.6664rem !important;
  }
  .mb-md-n240 {
    margin-bottom: -16rem !important;
  }
  .mb-md-n270 {
    margin-bottom: -18rem !important;
  }
  .mb-md-n300 {
    margin-bottom: -20rem !important;
  }
  .mb-md-n330 {
    margin-bottom: -22rem !important;
  }
  .ms-md-n6 {
    margin-left: -0.4rem !important;
  }
  .ms-md-n9 {
    margin-left: -0.6rem !important;
  }
  .ms-md-n12 {
    margin-left: -0.8rem !important;
  }
  .ms-md-n18 {
    margin-left: -1.2rem !important;
  }
  .ms-md-n20 {
    margin-left: -1.332rem !important;
  }
  .ms-md-n30 {
    margin-left: -2rem !important;
  }
  .ms-md-n35 {
    margin-left: -2.1rem !important;
  }
  .ms-md-n40 {
    margin-left: -2.624rem !important;
  }
  .ms-md-n50 {
    margin-left: -3.3rem !important;
  }
  .ms-md-n60 {
    margin-left: -3.996rem !important;
  }
  .ms-md-n75 {
    margin-left: -5.6rem !important;
  }
  .ms-md-n90 {
    margin-left: -6rem !important;
  }
  .ms-md-n100 {
    margin-left: -6.6664rem !important;
  }
  .ms-md-n120 {
    margin-left: -8rem !important;
  }
  .ms-md-n150 {
    margin-left: -10rem !important;
  }
  .ms-md-n180 {
    margin-left: -12rem !important;
  }
  .ms-md-n200 {
    margin-left: -13.3332rem !important;
  }
  .ms-md-n210 {
    margin-left: -14rem !important;
  }
  .ms-md-n220 {
    margin-left: -14.6664rem !important;
  }
  .ms-md-n240 {
    margin-left: -16rem !important;
  }
  .ms-md-n270 {
    margin-left: -18rem !important;
  }
  .ms-md-n300 {
    margin-left: -20rem !important;
  }
  .ms-md-n330 {
    margin-left: -22rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-6 {
    padding: 0.4rem !important;
  }
  .p-md-9 {
    padding: 0.6rem !important;
  }
  .p-md-12 {
    padding: 0.8rem !important;
  }
  .p-md-18 {
    padding: 1.2rem !important;
  }
  .p-md-20 {
    padding: 1.332rem !important;
  }
  .p-md-30 {
    padding: 2rem !important;
  }
  .p-md-35 {
    padding: 2.1rem !important;
  }
  .p-md-40 {
    padding: 2.624rem !important;
  }
  .p-md-50 {
    padding: 3.3rem !important;
  }
  .p-md-60 {
    padding: 3.996rem !important;
  }
  .p-md-75 {
    padding: 5.6rem !important;
  }
  .p-md-90 {
    padding: 6rem !important;
  }
  .p-md-100 {
    padding: 6.6664rem !important;
  }
  .p-md-120 {
    padding: 8rem !important;
  }
  .p-md-150 {
    padding: 10rem !important;
  }
  .p-md-180 {
    padding: 12rem !important;
  }
  .p-md-200 {
    padding: 13.3332rem !important;
  }
  .p-md-210 {
    padding: 14rem !important;
  }
  .p-md-220 {
    padding: 14.6664rem !important;
  }
  .p-md-240 {
    padding: 16rem !important;
  }
  .p-md-270 {
    padding: 18rem !important;
  }
  .p-md-300 {
    padding: 20rem !important;
  }
  .p-md-330 {
    padding: 22rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-6 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-md-9 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .px-md-12 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-18 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-md-20 {
    padding-right: 1.332rem !important;
    padding-left: 1.332rem !important;
  }
  .px-md-30 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-35 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }
  .px-md-40 {
    padding-right: 2.624rem !important;
    padding-left: 2.624rem !important;
  }
  .px-md-50 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important;
  }
  .px-md-60 {
    padding-right: 3.996rem !important;
    padding-left: 3.996rem !important;
  }
  .px-md-75 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-md-90 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-100 {
    padding-right: 6.6664rem !important;
    padding-left: 6.6664rem !important;
  }
  .px-md-120 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-150 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-180 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-200 {
    padding-right: 13.3332rem !important;
    padding-left: 13.3332rem !important;
  }
  .px-md-210 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-md-220 {
    padding-right: 14.6664rem !important;
    padding-left: 14.6664rem !important;
  }
  .px-md-240 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-md-270 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-md-300 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-md-330 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-6 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-md-9 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .py-md-12 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-18 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-md-20 {
    padding-top: 1.332rem !important;
    padding-bottom: 1.332rem !important;
  }
  .py-md-30 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-35 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }
  .py-md-40 {
    padding-top: 2.624rem !important;
    padding-bottom: 2.624rem !important;
  }
  .py-md-50 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }
  .py-md-60 {
    padding-top: 3.996rem !important;
    padding-bottom: 3.996rem !important;
  }
  .py-md-75 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-md-90 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-100 {
    padding-top: 6.6664rem !important;
    padding-bottom: 6.6664rem !important;
  }
  .py-md-120 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-150 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-180 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-200 {
    padding-top: 13.3332rem !important;
    padding-bottom: 13.3332rem !important;
  }
  .py-md-210 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-md-220 {
    padding-top: 14.6664rem !important;
    padding-bottom: 14.6664rem !important;
  }
  .py-md-240 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-md-270 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-md-300 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-md-330 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-6 {
    padding-top: 0.4rem !important;
  }
  .pt-md-9 {
    padding-top: 0.6rem !important;
  }
  .pt-md-12 {
    padding-top: 0.8rem !important;
  }
  .pt-md-18 {
    padding-top: 1.2rem !important;
  }
  .pt-md-20 {
    padding-top: 1.332rem !important;
  }
  .pt-md-30 {
    padding-top: 2rem !important;
  }
  .pt-md-35 {
    padding-top: 2.1rem !important;
  }
  .pt-md-40 {
    padding-top: 2.624rem !important;
  }
  .pt-md-50 {
    padding-top: 3.3rem !important;
  }
  .pt-md-60 {
    padding-top: 3.996rem !important;
  }
  .pt-md-75 {
    padding-top: 5.6rem !important;
  }
  .pt-md-90 {
    padding-top: 6rem !important;
  }
  .pt-md-100 {
    padding-top: 6.6664rem !important;
  }
  .pt-md-120 {
    padding-top: 8rem !important;
  }
  .pt-md-150 {
    padding-top: 10rem !important;
  }
  .pt-md-180 {
    padding-top: 12rem !important;
  }
  .pt-md-200 {
    padding-top: 13.3332rem !important;
  }
  .pt-md-210 {
    padding-top: 14rem !important;
  }
  .pt-md-220 {
    padding-top: 14.6664rem !important;
  }
  .pt-md-240 {
    padding-top: 16rem !important;
  }
  .pt-md-270 {
    padding-top: 18rem !important;
  }
  .pt-md-300 {
    padding-top: 20rem !important;
  }
  .pt-md-330 {
    padding-top: 22rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-6 {
    padding-right: 0.4rem !important;
  }
  .pe-md-9 {
    padding-right: 0.6rem !important;
  }
  .pe-md-12 {
    padding-right: 0.8rem !important;
  }
  .pe-md-18 {
    padding-right: 1.2rem !important;
  }
  .pe-md-20 {
    padding-right: 1.332rem !important;
  }
  .pe-md-30 {
    padding-right: 2rem !important;
  }
  .pe-md-35 {
    padding-right: 2.1rem !important;
  }
  .pe-md-40 {
    padding-right: 2.624rem !important;
  }
  .pe-md-50 {
    padding-right: 3.3rem !important;
  }
  .pe-md-60 {
    padding-right: 3.996rem !important;
  }
  .pe-md-75 {
    padding-right: 5.6rem !important;
  }
  .pe-md-90 {
    padding-right: 6rem !important;
  }
  .pe-md-100 {
    padding-right: 6.6664rem !important;
  }
  .pe-md-120 {
    padding-right: 8rem !important;
  }
  .pe-md-150 {
    padding-right: 10rem !important;
  }
  .pe-md-180 {
    padding-right: 12rem !important;
  }
  .pe-md-200 {
    padding-right: 13.3332rem !important;
  }
  .pe-md-210 {
    padding-right: 14rem !important;
  }
  .pe-md-220 {
    padding-right: 14.6664rem !important;
  }
  .pe-md-240 {
    padding-right: 16rem !important;
  }
  .pe-md-270 {
    padding-right: 18rem !important;
  }
  .pe-md-300 {
    padding-right: 20rem !important;
  }
  .pe-md-330 {
    padding-right: 22rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-6 {
    padding-bottom: 0.4rem !important;
  }
  .pb-md-9 {
    padding-bottom: 0.6rem !important;
  }
  .pb-md-12 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-18 {
    padding-bottom: 1.2rem !important;
  }
  .pb-md-20 {
    padding-bottom: 1.332rem !important;
  }
  .pb-md-30 {
    padding-bottom: 2rem !important;
  }
  .pb-md-35 {
    padding-bottom: 2.1rem !important;
  }
  .pb-md-40 {
    padding-bottom: 2.624rem !important;
  }
  .pb-md-50 {
    padding-bottom: 3.3rem !important;
  }
  .pb-md-60 {
    padding-bottom: 3.996rem !important;
  }
  .pb-md-75 {
    padding-bottom: 5.6rem !important;
  }
  .pb-md-90 {
    padding-bottom: 6rem !important;
  }
  .pb-md-100 {
    padding-bottom: 6.6664rem !important;
  }
  .pb-md-120 {
    padding-bottom: 8rem !important;
  }
  .pb-md-150 {
    padding-bottom: 10rem !important;
  }
  .pb-md-180 {
    padding-bottom: 12rem !important;
  }
  .pb-md-200 {
    padding-bottom: 13.3332rem !important;
  }
  .pb-md-210 {
    padding-bottom: 14rem !important;
  }
  .pb-md-220 {
    padding-bottom: 14.6664rem !important;
  }
  .pb-md-240 {
    padding-bottom: 16rem !important;
  }
  .pb-md-270 {
    padding-bottom: 18rem !important;
  }
  .pb-md-300 {
    padding-bottom: 20rem !important;
  }
  .pb-md-330 {
    padding-bottom: 22rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-6 {
    padding-left: 0.4rem !important;
  }
  .ps-md-9 {
    padding-left: 0.6rem !important;
  }
  .ps-md-12 {
    padding-left: 0.8rem !important;
  }
  .ps-md-18 {
    padding-left: 1.2rem !important;
  }
  .ps-md-20 {
    padding-left: 1.332rem !important;
  }
  .ps-md-30 {
    padding-left: 2rem !important;
  }
  .ps-md-35 {
    padding-left: 2.1rem !important;
  }
  .ps-md-40 {
    padding-left: 2.624rem !important;
  }
  .ps-md-50 {
    padding-left: 3.3rem !important;
  }
  .ps-md-60 {
    padding-left: 3.996rem !important;
  }
  .ps-md-75 {
    padding-left: 5.6rem !important;
  }
  .ps-md-90 {
    padding-left: 6rem !important;
  }
  .ps-md-100 {
    padding-left: 6.6664rem !important;
  }
  .ps-md-120 {
    padding-left: 8rem !important;
  }
  .ps-md-150 {
    padding-left: 10rem !important;
  }
  .ps-md-180 {
    padding-left: 12rem !important;
  }
  .ps-md-200 {
    padding-left: 13.3332rem !important;
  }
  .ps-md-210 {
    padding-left: 14rem !important;
  }
  .ps-md-220 {
    padding-left: 14.6664rem !important;
  }
  .ps-md-240 {
    padding-left: 16rem !important;
  }
  .ps-md-270 {
    padding-left: 18rem !important;
  }
  .ps-md-300 {
    padding-left: 20rem !important;
  }
  .ps-md-330 {
    padding-left: 22rem !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-6 {
    gap: 0.4rem !important;
  }
  .gap-lg-9 {
    gap: 0.6rem !important;
  }
  .gap-lg-12 {
    gap: 0.8rem !important;
  }
  .gap-lg-18 {
    gap: 1.2rem !important;
  }
  .gap-lg-20 {
    gap: 1.332rem !important;
  }
  .gap-lg-30 {
    gap: 2rem !important;
  }
  .gap-lg-35 {
    gap: 2.1rem !important;
  }
  .gap-lg-40 {
    gap: 2.624rem !important;
  }
  .gap-lg-50 {
    gap: 3.3rem !important;
  }
  .gap-lg-60 {
    gap: 3.996rem !important;
  }
  .gap-lg-75 {
    gap: 5.6rem !important;
  }
  .gap-lg-90 {
    gap: 6rem !important;
  }
  .gap-lg-100 {
    gap: 6.6664rem !important;
  }
  .gap-lg-120 {
    gap: 8rem !important;
  }
  .gap-lg-150 {
    gap: 10rem !important;
  }
  .gap-lg-180 {
    gap: 12rem !important;
  }
  .gap-lg-200 {
    gap: 13.3332rem !important;
  }
  .gap-lg-210 {
    gap: 14rem !important;
  }
  .gap-lg-220 {
    gap: 14.6664rem !important;
  }
  .gap-lg-240 {
    gap: 16rem !important;
  }
  .gap-lg-270 {
    gap: 18rem !important;
  }
  .gap-lg-300 {
    gap: 20rem !important;
  }
  .gap-lg-330 {
    gap: 22rem !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-6 {
    margin: 0.4rem !important;
  }
  .m-lg-9 {
    margin: 0.6rem !important;
  }
  .m-lg-12 {
    margin: 0.8rem !important;
  }
  .m-lg-18 {
    margin: 1.2rem !important;
  }
  .m-lg-20 {
    margin: 1.332rem !important;
  }
  .m-lg-30 {
    margin: 2rem !important;
  }
  .m-lg-35 {
    margin: 2.1rem !important;
  }
  .m-lg-40 {
    margin: 2.624rem !important;
  }
  .m-lg-50 {
    margin: 3.3rem !important;
  }
  .m-lg-60 {
    margin: 3.996rem !important;
  }
  .m-lg-75 {
    margin: 5.6rem !important;
  }
  .m-lg-90 {
    margin: 6rem !important;
  }
  .m-lg-100 {
    margin: 6.6664rem !important;
  }
  .m-lg-120 {
    margin: 8rem !important;
  }
  .m-lg-150 {
    margin: 10rem !important;
  }
  .m-lg-180 {
    margin: 12rem !important;
  }
  .m-lg-200 {
    margin: 13.3332rem !important;
  }
  .m-lg-210 {
    margin: 14rem !important;
  }
  .m-lg-220 {
    margin: 14.6664rem !important;
  }
  .m-lg-240 {
    margin: 16rem !important;
  }
  .m-lg-270 {
    margin: 18rem !important;
  }
  .m-lg-300 {
    margin: 20rem !important;
  }
  .m-lg-330 {
    margin: 22rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-6 {
    margin: 0.4rem !important;
  }
  .m-lg-9 {
    margin: 0.6rem !important;
  }
  .m-lg-12 {
    margin: 0.8rem !important;
  }
  .m-lg-18 {
    margin: 1.2rem !important;
  }
  .m-lg-20 {
    margin: 1.332rem !important;
  }
  .m-lg-30 {
    margin: 2rem !important;
  }
  .m-lg-35 {
    margin: 2.1rem !important;
  }
  .m-lg-40 {
    margin: 2.624rem !important;
  }
  .m-lg-50 {
    margin: 3.3rem !important;
  }
  .m-lg-60 {
    margin: 3.996rem !important;
  }
  .m-lg-75 {
    margin: 5.6rem !important;
  }
  .m-lg-90 {
    margin: 6rem !important;
  }
  .m-lg-100 {
    margin: 6.6664rem !important;
  }
  .m-lg-120 {
    margin: 8rem !important;
  }
  .m-lg-150 {
    margin: 10rem !important;
  }
  .m-lg-180 {
    margin: 12rem !important;
  }
  .m-lg-200 {
    margin: 13.3332rem !important;
  }
  .m-lg-210 {
    margin: 14rem !important;
  }
  .m-lg-220 {
    margin: 14.6664rem !important;
  }
  .m-lg-240 {
    margin: 16rem !important;
  }
  .m-lg-270 {
    margin: 18rem !important;
  }
  .m-lg-300 {
    margin: 20rem !important;
  }
  .m-lg-330 {
    margin: 22rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-6 {
    margin: 0.4rem !important;
  }
  .m-lg-9 {
    margin: 0.6rem !important;
  }
  .m-lg-12 {
    margin: 0.8rem !important;
  }
  .m-lg-18 {
    margin: 1.2rem !important;
  }
  .m-lg-20 {
    margin: 1.332rem !important;
  }
  .m-lg-30 {
    margin: 2rem !important;
  }
  .m-lg-35 {
    margin: 2.1rem !important;
  }
  .m-lg-40 {
    margin: 2.624rem !important;
  }
  .m-lg-50 {
    margin: 3.3rem !important;
  }
  .m-lg-60 {
    margin: 3.996rem !important;
  }
  .m-lg-75 {
    margin: 5.6rem !important;
  }
  .m-lg-90 {
    margin: 6rem !important;
  }
  .m-lg-100 {
    margin: 6.6664rem !important;
  }
  .m-lg-120 {
    margin: 8rem !important;
  }
  .m-lg-150 {
    margin: 10rem !important;
  }
  .m-lg-180 {
    margin: 12rem !important;
  }
  .m-lg-200 {
    margin: 13.3332rem !important;
  }
  .m-lg-210 {
    margin: 14rem !important;
  }
  .m-lg-220 {
    margin: 14.6664rem !important;
  }
  .m-lg-240 {
    margin: 16rem !important;
  }
  .m-lg-270 {
    margin: 18rem !important;
  }
  .m-lg-300 {
    margin: 20rem !important;
  }
  .m-lg-330 {
    margin: 22rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-6 {
    margin: 0.4rem !important;
  }
  .m-lg-9 {
    margin: 0.6rem !important;
  }
  .m-lg-12 {
    margin: 0.8rem !important;
  }
  .m-lg-18 {
    margin: 1.2rem !important;
  }
  .m-lg-20 {
    margin: 1.332rem !important;
  }
  .m-lg-30 {
    margin: 2rem !important;
  }
  .m-lg-35 {
    margin: 2.1rem !important;
  }
  .m-lg-40 {
    margin: 2.624rem !important;
  }
  .m-lg-50 {
    margin: 3.3rem !important;
  }
  .m-lg-60 {
    margin: 3.996rem !important;
  }
  .m-lg-75 {
    margin: 5.6rem !important;
  }
  .m-lg-90 {
    margin: 6rem !important;
  }
  .m-lg-100 {
    margin: 6.6664rem !important;
  }
  .m-lg-120 {
    margin: 8rem !important;
  }
  .m-lg-150 {
    margin: 10rem !important;
  }
  .m-lg-180 {
    margin: 12rem !important;
  }
  .m-lg-200 {
    margin: 13.3332rem !important;
  }
  .m-lg-210 {
    margin: 14rem !important;
  }
  .m-lg-220 {
    margin: 14.6664rem !important;
  }
  .m-lg-240 {
    margin: 16rem !important;
  }
  .m-lg-270 {
    margin: 18rem !important;
  }
  .m-lg-300 {
    margin: 20rem !important;
  }
  .m-lg-330 {
    margin: 22rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-6 {
    margin: 0.4rem !important;
  }
  .m-lg-9 {
    margin: 0.6rem !important;
  }
  .m-lg-12 {
    margin: 0.8rem !important;
  }
  .m-lg-18 {
    margin: 1.2rem !important;
  }
  .m-lg-20 {
    margin: 1.332rem !important;
  }
  .m-lg-30 {
    margin: 2rem !important;
  }
  .m-lg-35 {
    margin: 2.1rem !important;
  }
  .m-lg-40 {
    margin: 2.624rem !important;
  }
  .m-lg-50 {
    margin: 3.3rem !important;
  }
  .m-lg-60 {
    margin: 3.996rem !important;
  }
  .m-lg-75 {
    margin: 5.6rem !important;
  }
  .m-lg-90 {
    margin: 6rem !important;
  }
  .m-lg-100 {
    margin: 6.6664rem !important;
  }
  .m-lg-120 {
    margin: 8rem !important;
  }
  .m-lg-150 {
    margin: 10rem !important;
  }
  .m-lg-180 {
    margin: 12rem !important;
  }
  .m-lg-200 {
    margin: 13.3332rem !important;
  }
  .m-lg-210 {
    margin: 14rem !important;
  }
  .m-lg-220 {
    margin: 14.6664rem !important;
  }
  .m-lg-240 {
    margin: 16rem !important;
  }
  .m-lg-270 {
    margin: 18rem !important;
  }
  .m-lg-300 {
    margin: 20rem !important;
  }
  .m-lg-330 {
    margin: 22rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-6 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-lg-9 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .mx-lg-12 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-lg-18 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-lg-20 {
    margin-right: 1.332rem !important;
    margin-left: 1.332rem !important;
  }
  .mx-lg-30 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-35 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }
  .mx-lg-40 {
    margin-right: 2.624rem !important;
    margin-left: 2.624rem !important;
  }
  .mx-lg-50 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important;
  }
  .mx-lg-60 {
    margin-right: 3.996rem !important;
    margin-left: 3.996rem !important;
  }
  .mx-lg-75 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-lg-90 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-100 {
    margin-right: 6.6664rem !important;
    margin-left: 6.6664rem !important;
  }
  .mx-lg-120 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-150 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-180 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-200 {
    margin-right: 13.3332rem !important;
    margin-left: 13.3332rem !important;
  }
  .mx-lg-210 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-lg-220 {
    margin-right: 14.6664rem !important;
    margin-left: 14.6664rem !important;
  }
  .mx-lg-240 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-lg-270 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-lg-300 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-330 {
    margin-right: 22rem !important;
    margin-left: 22rem !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-6 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-lg-9 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .my-lg-12 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-18 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-lg-20 {
    margin-top: 1.332rem !important;
    margin-bottom: 1.332rem !important;
  }
  .my-lg-30 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-35 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .my-lg-40 {
    margin-top: 2.624rem !important;
    margin-bottom: 2.624rem !important;
  }
  .my-lg-50 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }
  .my-lg-60 {
    margin-top: 3.996rem !important;
    margin-bottom: 3.996rem !important;
  }
  .my-lg-75 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-lg-90 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-100 {
    margin-top: 6.6664rem !important;
    margin-bottom: 6.6664rem !important;
  }
  .my-lg-120 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-150 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-180 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-200 {
    margin-top: 13.3332rem !important;
    margin-bottom: 13.3332rem !important;
  }
  .my-lg-210 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-lg-220 {
    margin-top: 14.6664rem !important;
    margin-bottom: 14.6664rem !important;
  }
  .my-lg-240 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-lg-270 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-lg-300 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-330 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-6 {
    margin-top: 0.4rem !important;
  }
  .mt-lg-9 {
    margin-top: 0.6rem !important;
  }
  .mt-lg-12 {
    margin-top: 0.8rem !important;
  }
  .mt-lg-18 {
    margin-top: 1.2rem !important;
  }
  .mt-lg-20 {
    margin-top: 1.332rem !important;
  }
  .mt-lg-30 {
    margin-top: 2rem !important;
  }
  .mt-lg-35 {
    margin-top: 2.1rem !important;
  }
  .mt-lg-40 {
    margin-top: 2.624rem !important;
  }
  .mt-lg-50 {
    margin-top: 3.3rem !important;
  }
  .mt-lg-60 {
    margin-top: 3.996rem !important;
  }
  .mt-lg-75 {
    margin-top: 5.6rem !important;
  }
  .mt-lg-90 {
    margin-top: 6rem !important;
  }
  .mt-lg-100 {
    margin-top: 6.6664rem !important;
  }
  .mt-lg-120 {
    margin-top: 8rem !important;
  }
  .mt-lg-150 {
    margin-top: 10rem !important;
  }
  .mt-lg-180 {
    margin-top: 12rem !important;
  }
  .mt-lg-200 {
    margin-top: 13.3332rem !important;
  }
  .mt-lg-210 {
    margin-top: 14rem !important;
  }
  .mt-lg-220 {
    margin-top: 14.6664rem !important;
  }
  .mt-lg-240 {
    margin-top: 16rem !important;
  }
  .mt-lg-270 {
    margin-top: 18rem !important;
  }
  .mt-lg-300 {
    margin-top: 20rem !important;
  }
  .mt-lg-330 {
    margin-top: 22rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-6 {
    margin-right: 0.4rem !important;
  }
  .me-lg-9 {
    margin-right: 0.6rem !important;
  }
  .me-lg-12 {
    margin-right: 0.8rem !important;
  }
  .me-lg-18 {
    margin-right: 1.2rem !important;
  }
  .me-lg-20 {
    margin-right: 1.332rem !important;
  }
  .me-lg-30 {
    margin-right: 2rem !important;
  }
  .me-lg-35 {
    margin-right: 2.1rem !important;
  }
  .me-lg-40 {
    margin-right: 2.624rem !important;
  }
  .me-lg-50 {
    margin-right: 3.3rem !important;
  }
  .me-lg-60 {
    margin-right: 3.996rem !important;
  }
  .me-lg-75 {
    margin-right: 5.6rem !important;
  }
  .me-lg-90 {
    margin-right: 6rem !important;
  }
  .me-lg-100 {
    margin-right: 6.6664rem !important;
  }
  .me-lg-120 {
    margin-right: 8rem !important;
  }
  .me-lg-150 {
    margin-right: 10rem !important;
  }
  .me-lg-180 {
    margin-right: 12rem !important;
  }
  .me-lg-200 {
    margin-right: 13.3332rem !important;
  }
  .me-lg-210 {
    margin-right: 14rem !important;
  }
  .me-lg-220 {
    margin-right: 14.6664rem !important;
  }
  .me-lg-240 {
    margin-right: 16rem !important;
  }
  .me-lg-270 {
    margin-right: 18rem !important;
  }
  .me-lg-300 {
    margin-right: 20rem !important;
  }
  .me-lg-330 {
    margin-right: 22rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-6 {
    margin-bottom: 0.4rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 0.6rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 1.2rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 1.332rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-35 {
    margin-bottom: 2.1rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 2.624rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 3.3rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 3.996rem !important;
  }
  .mb-lg-75 {
    margin-bottom: 5.6rem !important;
  }
  .mb-lg-90 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 6.6664rem !important;
  }
  .mb-lg-120 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-150 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-180 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-200 {
    margin-bottom: 13.3332rem !important;
  }
  .mb-lg-210 {
    margin-bottom: 14rem !important;
  }
  .mb-lg-220 {
    margin-bottom: 14.6664rem !important;
  }
  .mb-lg-240 {
    margin-bottom: 16rem !important;
  }
  .mb-lg-270 {
    margin-bottom: 18rem !important;
  }
  .mb-lg-300 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-330 {
    margin-bottom: 22rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-6 {
    margin-left: 0.4rem !important;
  }
  .ms-lg-9 {
    margin-left: 0.6rem !important;
  }
  .ms-lg-12 {
    margin-left: 0.8rem !important;
  }
  .ms-lg-18 {
    margin-left: 1.2rem !important;
  }
  .ms-lg-20 {
    margin-left: 1.332rem !important;
  }
  .ms-lg-30 {
    margin-left: 2rem !important;
  }
  .ms-lg-35 {
    margin-left: 2.1rem !important;
  }
  .ms-lg-40 {
    margin-left: 2.624rem !important;
  }
  .ms-lg-50 {
    margin-left: 3.3rem !important;
  }
  .ms-lg-60 {
    margin-left: 3.996rem !important;
  }
  .ms-lg-75 {
    margin-left: 5.6rem !important;
  }
  .ms-lg-90 {
    margin-left: 6rem !important;
  }
  .ms-lg-100 {
    margin-left: 6.6664rem !important;
  }
  .ms-lg-120 {
    margin-left: 8rem !important;
  }
  .ms-lg-150 {
    margin-left: 10rem !important;
  }
  .ms-lg-180 {
    margin-left: 12rem !important;
  }
  .ms-lg-200 {
    margin-left: 13.3332rem !important;
  }
  .ms-lg-210 {
    margin-left: 14rem !important;
  }
  .ms-lg-220 {
    margin-left: 14.6664rem !important;
  }
  .ms-lg-240 {
    margin-left: 16rem !important;
  }
  .ms-lg-270 {
    margin-left: 18rem !important;
  }
  .ms-lg-300 {
    margin-left: 20rem !important;
  }
  .ms-lg-330 {
    margin-left: 22rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n6 {
    margin: -0.4rem !important;
  }
  .m-lg-n9 {
    margin: -0.6rem !important;
  }
  .m-lg-n12 {
    margin: -0.8rem !important;
  }
  .m-lg-n18 {
    margin: -1.2rem !important;
  }
  .m-lg-n20 {
    margin: -1.332rem !important;
  }
  .m-lg-n30 {
    margin: -2rem !important;
  }
  .m-lg-n35 {
    margin: -2.1rem !important;
  }
  .m-lg-n40 {
    margin: -2.624rem !important;
  }
  .m-lg-n50 {
    margin: -3.3rem !important;
  }
  .m-lg-n60 {
    margin: -3.996rem !important;
  }
  .m-lg-n75 {
    margin: -5.6rem !important;
  }
  .m-lg-n90 {
    margin: -6rem !important;
  }
  .m-lg-n100 {
    margin: -6.6664rem !important;
  }
  .m-lg-n120 {
    margin: -8rem !important;
  }
  .m-lg-n150 {
    margin: -10rem !important;
  }
  .m-lg-n180 {
    margin: -12rem !important;
  }
  .m-lg-n200 {
    margin: -13.3332rem !important;
  }
  .m-lg-n210 {
    margin: -14rem !important;
  }
  .m-lg-n220 {
    margin: -14.6664rem !important;
  }
  .m-lg-n240 {
    margin: -16rem !important;
  }
  .m-lg-n270 {
    margin: -18rem !important;
  }
  .m-lg-n300 {
    margin: -20rem !important;
  }
  .m-lg-n330 {
    margin: -22rem !important;
  }
  .mx-lg-n6 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .mx-lg-n9 {
    margin-right: -0.6rem !important;
    margin-left: -0.6rem !important;
  }
  .mx-lg-n12 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .mx-lg-n18 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .mx-lg-n20 {
    margin-right: -1.332rem !important;
    margin-left: -1.332rem !important;
  }
  .mx-lg-n30 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n35 {
    margin-right: -2.1rem !important;
    margin-left: -2.1rem !important;
  }
  .mx-lg-n40 {
    margin-right: -2.624rem !important;
    margin-left: -2.624rem !important;
  }
  .mx-lg-n50 {
    margin-right: -3.3rem !important;
    margin-left: -3.3rem !important;
  }
  .mx-lg-n60 {
    margin-right: -3.996rem !important;
    margin-left: -3.996rem !important;
  }
  .mx-lg-n75 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .mx-lg-n90 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n100 {
    margin-right: -6.6664rem !important;
    margin-left: -6.6664rem !important;
  }
  .mx-lg-n120 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n150 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n180 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-lg-n200 {
    margin-right: -13.3332rem !important;
    margin-left: -13.3332rem !important;
  }
  .mx-lg-n210 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-lg-n220 {
    margin-right: -14.6664rem !important;
    margin-left: -14.6664rem !important;
  }
  .mx-lg-n240 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-lg-n270 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-lg-n300 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-lg-n330 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .my-lg-n6 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .my-lg-n9 {
    margin-top: -0.6rem !important;
    margin-bottom: -0.6rem !important;
  }
  .my-lg-n12 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .my-lg-n18 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .my-lg-n20 {
    margin-top: -1.332rem !important;
    margin-bottom: -1.332rem !important;
  }
  .my-lg-n30 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n35 {
    margin-top: -2.1rem !important;
    margin-bottom: -2.1rem !important;
  }
  .my-lg-n40 {
    margin-top: -2.624rem !important;
    margin-bottom: -2.624rem !important;
  }
  .my-lg-n50 {
    margin-top: -3.3rem !important;
    margin-bottom: -3.3rem !important;
  }
  .my-lg-n60 {
    margin-top: -3.996rem !important;
    margin-bottom: -3.996rem !important;
  }
  .my-lg-n75 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .my-lg-n90 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n100 {
    margin-top: -6.6664rem !important;
    margin-bottom: -6.6664rem !important;
  }
  .my-lg-n120 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n150 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n180 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-lg-n200 {
    margin-top: -13.3332rem !important;
    margin-bottom: -13.3332rem !important;
  }
  .my-lg-n210 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-lg-n220 {
    margin-top: -14.6664rem !important;
    margin-bottom: -14.6664rem !important;
  }
  .my-lg-n240 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-lg-n270 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-lg-n300 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-lg-n330 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .mt-lg-n6 {
    margin-top: -0.4rem !important;
  }
  .mt-lg-n9 {
    margin-top: -0.6rem !important;
  }
  .mt-lg-n12 {
    margin-top: -0.8rem !important;
  }
  .mt-lg-n18 {
    margin-top: -1.2rem !important;
  }
  .mt-lg-n20 {
    margin-top: -1.332rem !important;
  }
  .mt-lg-n30 {
    margin-top: -2rem !important;
  }
  .mt-lg-n35 {
    margin-top: -2.1rem !important;
  }
  .mt-lg-n40 {
    margin-top: -2.624rem !important;
  }
  .mt-lg-n50 {
    margin-top: -3.3rem !important;
  }
  .mt-lg-n60 {
    margin-top: -3.996rem !important;
  }
  .mt-lg-n75 {
    margin-top: -5.6rem !important;
  }
  .mt-lg-n90 {
    margin-top: -6rem !important;
  }
  .mt-lg-n100 {
    margin-top: -6.6664rem !important;
  }
  .mt-lg-n120 {
    margin-top: -8rem !important;
  }
  .mt-lg-n150 {
    margin-top: -10rem !important;
  }
  .mt-lg-n180 {
    margin-top: -12rem !important;
  }
  .mt-lg-n200 {
    margin-top: -13.3332rem !important;
  }
  .mt-lg-n210 {
    margin-top: -14rem !important;
  }
  .mt-lg-n220 {
    margin-top: -14.6664rem !important;
  }
  .mt-lg-n240 {
    margin-top: -16rem !important;
  }
  .mt-lg-n270 {
    margin-top: -18rem !important;
  }
  .mt-lg-n300 {
    margin-top: -20rem !important;
  }
  .mt-lg-n330 {
    margin-top: -22rem !important;
  }
  .me-lg-n6 {
    margin-right: -0.4rem !important;
  }
  .me-lg-n9 {
    margin-right: -0.6rem !important;
  }
  .me-lg-n12 {
    margin-right: -0.8rem !important;
  }
  .me-lg-n18 {
    margin-right: -1.2rem !important;
  }
  .me-lg-n20 {
    margin-right: -1.332rem !important;
  }
  .me-lg-n30 {
    margin-right: -2rem !important;
  }
  .me-lg-n35 {
    margin-right: -2.1rem !important;
  }
  .me-lg-n40 {
    margin-right: -2.624rem !important;
  }
  .me-lg-n50 {
    margin-right: -3.3rem !important;
  }
  .me-lg-n60 {
    margin-right: -3.996rem !important;
  }
  .me-lg-n75 {
    margin-right: -5.6rem !important;
  }
  .me-lg-n90 {
    margin-right: -6rem !important;
  }
  .me-lg-n100 {
    margin-right: -6.6664rem !important;
  }
  .me-lg-n120 {
    margin-right: -8rem !important;
  }
  .me-lg-n150 {
    margin-right: -10rem !important;
  }
  .me-lg-n180 {
    margin-right: -12rem !important;
  }
  .me-lg-n200 {
    margin-right: -13.3332rem !important;
  }
  .me-lg-n210 {
    margin-right: -14rem !important;
  }
  .me-lg-n220 {
    margin-right: -14.6664rem !important;
  }
  .me-lg-n240 {
    margin-right: -16rem !important;
  }
  .me-lg-n270 {
    margin-right: -18rem !important;
  }
  .me-lg-n300 {
    margin-right: -20rem !important;
  }
  .me-lg-n330 {
    margin-right: -22rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -0.4rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -0.6rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -0.8rem !important;
  }
  .mb-lg-n18 {
    margin-bottom: -1.2rem !important;
  }
  .mb-lg-n20 {
    margin-bottom: -1.332rem !important;
  }
  .mb-lg-n30 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n35 {
    margin-bottom: -2.1rem !important;
  }
  .mb-lg-n40 {
    margin-bottom: -2.624rem !important;
  }
  .mb-lg-n50 {
    margin-bottom: -3.3rem !important;
  }
  .mb-lg-n60 {
    margin-bottom: -3.996rem !important;
  }
  .mb-lg-n75 {
    margin-bottom: -5.6rem !important;
  }
  .mb-lg-n90 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n100 {
    margin-bottom: -6.6664rem !important;
  }
  .mb-lg-n120 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n150 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n180 {
    margin-bottom: -12rem !important;
  }
  .mb-lg-n200 {
    margin-bottom: -13.3332rem !important;
  }
  .mb-lg-n210 {
    margin-bottom: -14rem !important;
  }
  .mb-lg-n220 {
    margin-bottom: -14.6664rem !important;
  }
  .mb-lg-n240 {
    margin-bottom: -16rem !important;
  }
  .mb-lg-n270 {
    margin-bottom: -18rem !important;
  }
  .mb-lg-n300 {
    margin-bottom: -20rem !important;
  }
  .mb-lg-n330 {
    margin-bottom: -22rem !important;
  }
  .ms-lg-n6 {
    margin-left: -0.4rem !important;
  }
  .ms-lg-n9 {
    margin-left: -0.6rem !important;
  }
  .ms-lg-n12 {
    margin-left: -0.8rem !important;
  }
  .ms-lg-n18 {
    margin-left: -1.2rem !important;
  }
  .ms-lg-n20 {
    margin-left: -1.332rem !important;
  }
  .ms-lg-n30 {
    margin-left: -2rem !important;
  }
  .ms-lg-n35 {
    margin-left: -2.1rem !important;
  }
  .ms-lg-n40 {
    margin-left: -2.624rem !important;
  }
  .ms-lg-n50 {
    margin-left: -3.3rem !important;
  }
  .ms-lg-n60 {
    margin-left: -3.996rem !important;
  }
  .ms-lg-n75 {
    margin-left: -5.6rem !important;
  }
  .ms-lg-n90 {
    margin-left: -6rem !important;
  }
  .ms-lg-n100 {
    margin-left: -6.6664rem !important;
  }
  .ms-lg-n120 {
    margin-left: -8rem !important;
  }
  .ms-lg-n150 {
    margin-left: -10rem !important;
  }
  .ms-lg-n180 {
    margin-left: -12rem !important;
  }
  .ms-lg-n200 {
    margin-left: -13.3332rem !important;
  }
  .ms-lg-n210 {
    margin-left: -14rem !important;
  }
  .ms-lg-n220 {
    margin-left: -14.6664rem !important;
  }
  .ms-lg-n240 {
    margin-left: -16rem !important;
  }
  .ms-lg-n270 {
    margin-left: -18rem !important;
  }
  .ms-lg-n300 {
    margin-left: -20rem !important;
  }
  .ms-lg-n330 {
    margin-left: -22rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-6 {
    padding: 0.4rem !important;
  }
  .p-lg-9 {
    padding: 0.6rem !important;
  }
  .p-lg-12 {
    padding: 0.8rem !important;
  }
  .p-lg-18 {
    padding: 1.2rem !important;
  }
  .p-lg-20 {
    padding: 1.332rem !important;
  }
  .p-lg-30 {
    padding: 2rem !important;
  }
  .p-lg-35 {
    padding: 2.1rem !important;
  }
  .p-lg-40 {
    padding: 2.624rem !important;
  }
  .p-lg-50 {
    padding: 3.3rem !important;
  }
  .p-lg-60 {
    padding: 3.996rem !important;
  }
  .p-lg-75 {
    padding: 5.6rem !important;
  }
  .p-lg-90 {
    padding: 6rem !important;
  }
  .p-lg-100 {
    padding: 6.6664rem !important;
  }
  .p-lg-120 {
    padding: 8rem !important;
  }
  .p-lg-150 {
    padding: 10rem !important;
  }
  .p-lg-180 {
    padding: 12rem !important;
  }
  .p-lg-200 {
    padding: 13.3332rem !important;
  }
  .p-lg-210 {
    padding: 14rem !important;
  }
  .p-lg-220 {
    padding: 14.6664rem !important;
  }
  .p-lg-240 {
    padding: 16rem !important;
  }
  .p-lg-270 {
    padding: 18rem !important;
  }
  .p-lg-300 {
    padding: 20rem !important;
  }
  .p-lg-330 {
    padding: 22rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-6 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-lg-9 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .px-lg-12 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-lg-18 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-lg-20 {
    padding-right: 1.332rem !important;
    padding-left: 1.332rem !important;
  }
  .px-lg-30 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-35 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }
  .px-lg-40 {
    padding-right: 2.624rem !important;
    padding-left: 2.624rem !important;
  }
  .px-lg-50 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important;
  }
  .px-lg-60 {
    padding-right: 3.996rem !important;
    padding-left: 3.996rem !important;
  }
  .px-lg-75 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-lg-90 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-100 {
    padding-right: 6.6664rem !important;
    padding-left: 6.6664rem !important;
  }
  .px-lg-120 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-150 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-180 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-lg-200 {
    padding-right: 13.3332rem !important;
    padding-left: 13.3332rem !important;
  }
  .px-lg-210 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-lg-220 {
    padding-right: 14.6664rem !important;
    padding-left: 14.6664rem !important;
  }
  .px-lg-240 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-lg-270 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-lg-300 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-lg-330 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-6 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-lg-9 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .py-lg-12 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-18 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-lg-20 {
    padding-top: 1.332rem !important;
    padding-bottom: 1.332rem !important;
  }
  .py-lg-30 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-35 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }
  .py-lg-40 {
    padding-top: 2.624rem !important;
    padding-bottom: 2.624rem !important;
  }
  .py-lg-50 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }
  .py-lg-60 {
    padding-top: 3.996rem !important;
    padding-bottom: 3.996rem !important;
  }
  .py-lg-75 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-lg-90 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-100 {
    padding-top: 6.6664rem !important;
    padding-bottom: 6.6664rem !important;
  }
  .py-lg-120 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-150 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-180 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-lg-200 {
    padding-top: 13.3332rem !important;
    padding-bottom: 13.3332rem !important;
  }
  .py-lg-210 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-lg-220 {
    padding-top: 14.6664rem !important;
    padding-bottom: 14.6664rem !important;
  }
  .py-lg-240 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-lg-270 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-lg-300 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-lg-330 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-6 {
    padding-top: 0.4rem !important;
  }
  .pt-lg-9 {
    padding-top: 0.6rem !important;
  }
  .pt-lg-12 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-18 {
    padding-top: 1.2rem !important;
  }
  .pt-lg-20 {
    padding-top: 1.332rem !important;
  }
  .pt-lg-30 {
    padding-top: 2rem !important;
  }
  .pt-lg-35 {
    padding-top: 2.1rem !important;
  }
  .pt-lg-40 {
    padding-top: 2.624rem !important;
  }
  .pt-lg-50 {
    padding-top: 3.3rem !important;
  }
  .pt-lg-60 {
    padding-top: 3.996rem !important;
  }
  .pt-lg-75 {
    padding-top: 5.6rem !important;
  }
  .pt-lg-90 {
    padding-top: 6rem !important;
  }
  .pt-lg-100 {
    padding-top: 6.6664rem !important;
  }
  .pt-lg-120 {
    padding-top: 8rem !important;
  }
  .pt-lg-150 {
    padding-top: 10rem !important;
  }
  .pt-lg-180 {
    padding-top: 12rem !important;
  }
  .pt-lg-200 {
    padding-top: 13.3332rem !important;
  }
  .pt-lg-210 {
    padding-top: 14rem !important;
  }
  .pt-lg-220 {
    padding-top: 14.6664rem !important;
  }
  .pt-lg-240 {
    padding-top: 16rem !important;
  }
  .pt-lg-270 {
    padding-top: 18rem !important;
  }
  .pt-lg-300 {
    padding-top: 20rem !important;
  }
  .pt-lg-330 {
    padding-top: 22rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-6 {
    padding-right: 0.4rem !important;
  }
  .pe-lg-9 {
    padding-right: 0.6rem !important;
  }
  .pe-lg-12 {
    padding-right: 0.8rem !important;
  }
  .pe-lg-18 {
    padding-right: 1.2rem !important;
  }
  .pe-lg-20 {
    padding-right: 1.332rem !important;
  }
  .pe-lg-30 {
    padding-right: 2rem !important;
  }
  .pe-lg-35 {
    padding-right: 2.1rem !important;
  }
  .pe-lg-40 {
    padding-right: 2.624rem !important;
  }
  .pe-lg-50 {
    padding-right: 3.3rem !important;
  }
  .pe-lg-60 {
    padding-right: 3.996rem !important;
  }
  .pe-lg-75 {
    padding-right: 5.6rem !important;
  }
  .pe-lg-90 {
    padding-right: 6rem !important;
  }
  .pe-lg-100 {
    padding-right: 6.6664rem !important;
  }
  .pe-lg-120 {
    padding-right: 8rem !important;
  }
  .pe-lg-150 {
    padding-right: 10rem !important;
  }
  .pe-lg-180 {
    padding-right: 12rem !important;
  }
  .pe-lg-200 {
    padding-right: 13.3332rem !important;
  }
  .pe-lg-210 {
    padding-right: 14rem !important;
  }
  .pe-lg-220 {
    padding-right: 14.6664rem !important;
  }
  .pe-lg-240 {
    padding-right: 16rem !important;
  }
  .pe-lg-270 {
    padding-right: 18rem !important;
  }
  .pe-lg-300 {
    padding-right: 20rem !important;
  }
  .pe-lg-330 {
    padding-right: 22rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-6 {
    padding-bottom: 0.4rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 0.6rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 1.2rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 1.332rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-35 {
    padding-bottom: 2.1rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 2.624rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 3.3rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 3.996rem !important;
  }
  .pb-lg-75 {
    padding-bottom: 5.6rem !important;
  }
  .pb-lg-90 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 6.6664rem !important;
  }
  .pb-lg-120 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-150 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-180 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-200 {
    padding-bottom: 13.3332rem !important;
  }
  .pb-lg-210 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-220 {
    padding-bottom: 14.6664rem !important;
  }
  .pb-lg-240 {
    padding-bottom: 16rem !important;
  }
  .pb-lg-270 {
    padding-bottom: 18rem !important;
  }
  .pb-lg-300 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-330 {
    padding-bottom: 22rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-6 {
    padding-left: 0.4rem !important;
  }
  .ps-lg-9 {
    padding-left: 0.6rem !important;
  }
  .ps-lg-12 {
    padding-left: 0.8rem !important;
  }
  .ps-lg-18 {
    padding-left: 1.2rem !important;
  }
  .ps-lg-20 {
    padding-left: 1.332rem !important;
  }
  .ps-lg-30 {
    padding-left: 2rem !important;
  }
  .ps-lg-35 {
    padding-left: 2.1rem !important;
  }
  .ps-lg-40 {
    padding-left: 2.624rem !important;
  }
  .ps-lg-50 {
    padding-left: 3.3rem !important;
  }
  .ps-lg-60 {
    padding-left: 3.996rem !important;
  }
  .ps-lg-75 {
    padding-left: 5.6rem !important;
  }
  .ps-lg-90 {
    padding-left: 6rem !important;
  }
  .ps-lg-100 {
    padding-left: 6.6664rem !important;
  }
  .ps-lg-120 {
    padding-left: 8rem !important;
  }
  .ps-lg-150 {
    padding-left: 10rem !important;
  }
  .ps-lg-180 {
    padding-left: 12rem !important;
  }
  .ps-lg-200 {
    padding-left: 13.3332rem !important;
  }
  .ps-lg-210 {
    padding-left: 14rem !important;
  }
  .ps-lg-220 {
    padding-left: 14.6664rem !important;
  }
  .ps-lg-240 {
    padding-left: 16rem !important;
  }
  .ps-lg-270 {
    padding-left: 18rem !important;
  }
  .ps-lg-300 {
    padding-left: 20rem !important;
  }
  .ps-lg-330 {
    padding-left: 22rem !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-6 {
    gap: 0.4rem !important;
  }
  .gap-xl-9 {
    gap: 0.6rem !important;
  }
  .gap-xl-12 {
    gap: 0.8rem !important;
  }
  .gap-xl-18 {
    gap: 1.2rem !important;
  }
  .gap-xl-20 {
    gap: 1.332rem !important;
  }
  .gap-xl-30 {
    gap: 2rem !important;
  }
  .gap-xl-35 {
    gap: 2.1rem !important;
  }
  .gap-xl-40 {
    gap: 2.624rem !important;
  }
  .gap-xl-50 {
    gap: 3.3rem !important;
  }
  .gap-xl-60 {
    gap: 3.996rem !important;
  }
  .gap-xl-75 {
    gap: 5.6rem !important;
  }
  .gap-xl-90 {
    gap: 6rem !important;
  }
  .gap-xl-100 {
    gap: 6.6664rem !important;
  }
  .gap-xl-120 {
    gap: 8rem !important;
  }
  .gap-xl-150 {
    gap: 10rem !important;
  }
  .gap-xl-180 {
    gap: 12rem !important;
  }
  .gap-xl-200 {
    gap: 13.3332rem !important;
  }
  .gap-xl-210 {
    gap: 14rem !important;
  }
  .gap-xl-220 {
    gap: 14.6664rem !important;
  }
  .gap-xl-240 {
    gap: 16rem !important;
  }
  .gap-xl-270 {
    gap: 18rem !important;
  }
  .gap-xl-300 {
    gap: 20rem !important;
  }
  .gap-xl-330 {
    gap: 22rem !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-6 {
    margin: 0.4rem !important;
  }
  .m-xl-9 {
    margin: 0.6rem !important;
  }
  .m-xl-12 {
    margin: 0.8rem !important;
  }
  .m-xl-18 {
    margin: 1.2rem !important;
  }
  .m-xl-20 {
    margin: 1.332rem !important;
  }
  .m-xl-30 {
    margin: 2rem !important;
  }
  .m-xl-35 {
    margin: 2.1rem !important;
  }
  .m-xl-40 {
    margin: 2.624rem !important;
  }
  .m-xl-50 {
    margin: 3.3rem !important;
  }
  .m-xl-60 {
    margin: 3.996rem !important;
  }
  .m-xl-75 {
    margin: 5.6rem !important;
  }
  .m-xl-90 {
    margin: 6rem !important;
  }
  .m-xl-100 {
    margin: 6.6664rem !important;
  }
  .m-xl-120 {
    margin: 8rem !important;
  }
  .m-xl-150 {
    margin: 10rem !important;
  }
  .m-xl-180 {
    margin: 12rem !important;
  }
  .m-xl-200 {
    margin: 13.3332rem !important;
  }
  .m-xl-210 {
    margin: 14rem !important;
  }
  .m-xl-220 {
    margin: 14.6664rem !important;
  }
  .m-xl-240 {
    margin: 16rem !important;
  }
  .m-xl-270 {
    margin: 18rem !important;
  }
  .m-xl-300 {
    margin: 20rem !important;
  }
  .m-xl-330 {
    margin: 22rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-6 {
    margin: 0.4rem !important;
  }
  .m-xl-9 {
    margin: 0.6rem !important;
  }
  .m-xl-12 {
    margin: 0.8rem !important;
  }
  .m-xl-18 {
    margin: 1.2rem !important;
  }
  .m-xl-20 {
    margin: 1.332rem !important;
  }
  .m-xl-30 {
    margin: 2rem !important;
  }
  .m-xl-35 {
    margin: 2.1rem !important;
  }
  .m-xl-40 {
    margin: 2.624rem !important;
  }
  .m-xl-50 {
    margin: 3.3rem !important;
  }
  .m-xl-60 {
    margin: 3.996rem !important;
  }
  .m-xl-75 {
    margin: 5.6rem !important;
  }
  .m-xl-90 {
    margin: 6rem !important;
  }
  .m-xl-100 {
    margin: 6.6664rem !important;
  }
  .m-xl-120 {
    margin: 8rem !important;
  }
  .m-xl-150 {
    margin: 10rem !important;
  }
  .m-xl-180 {
    margin: 12rem !important;
  }
  .m-xl-200 {
    margin: 13.3332rem !important;
  }
  .m-xl-210 {
    margin: 14rem !important;
  }
  .m-xl-220 {
    margin: 14.6664rem !important;
  }
  .m-xl-240 {
    margin: 16rem !important;
  }
  .m-xl-270 {
    margin: 18rem !important;
  }
  .m-xl-300 {
    margin: 20rem !important;
  }
  .m-xl-330 {
    margin: 22rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-6 {
    margin: 0.4rem !important;
  }
  .m-xl-9 {
    margin: 0.6rem !important;
  }
  .m-xl-12 {
    margin: 0.8rem !important;
  }
  .m-xl-18 {
    margin: 1.2rem !important;
  }
  .m-xl-20 {
    margin: 1.332rem !important;
  }
  .m-xl-30 {
    margin: 2rem !important;
  }
  .m-xl-35 {
    margin: 2.1rem !important;
  }
  .m-xl-40 {
    margin: 2.624rem !important;
  }
  .m-xl-50 {
    margin: 3.3rem !important;
  }
  .m-xl-60 {
    margin: 3.996rem !important;
  }
  .m-xl-75 {
    margin: 5.6rem !important;
  }
  .m-xl-90 {
    margin: 6rem !important;
  }
  .m-xl-100 {
    margin: 6.6664rem !important;
  }
  .m-xl-120 {
    margin: 8rem !important;
  }
  .m-xl-150 {
    margin: 10rem !important;
  }
  .m-xl-180 {
    margin: 12rem !important;
  }
  .m-xl-200 {
    margin: 13.3332rem !important;
  }
  .m-xl-210 {
    margin: 14rem !important;
  }
  .m-xl-220 {
    margin: 14.6664rem !important;
  }
  .m-xl-240 {
    margin: 16rem !important;
  }
  .m-xl-270 {
    margin: 18rem !important;
  }
  .m-xl-300 {
    margin: 20rem !important;
  }
  .m-xl-330 {
    margin: 22rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-6 {
    margin: 0.4rem !important;
  }
  .m-xl-9 {
    margin: 0.6rem !important;
  }
  .m-xl-12 {
    margin: 0.8rem !important;
  }
  .m-xl-18 {
    margin: 1.2rem !important;
  }
  .m-xl-20 {
    margin: 1.332rem !important;
  }
  .m-xl-30 {
    margin: 2rem !important;
  }
  .m-xl-35 {
    margin: 2.1rem !important;
  }
  .m-xl-40 {
    margin: 2.624rem !important;
  }
  .m-xl-50 {
    margin: 3.3rem !important;
  }
  .m-xl-60 {
    margin: 3.996rem !important;
  }
  .m-xl-75 {
    margin: 5.6rem !important;
  }
  .m-xl-90 {
    margin: 6rem !important;
  }
  .m-xl-100 {
    margin: 6.6664rem !important;
  }
  .m-xl-120 {
    margin: 8rem !important;
  }
  .m-xl-150 {
    margin: 10rem !important;
  }
  .m-xl-180 {
    margin: 12rem !important;
  }
  .m-xl-200 {
    margin: 13.3332rem !important;
  }
  .m-xl-210 {
    margin: 14rem !important;
  }
  .m-xl-220 {
    margin: 14.6664rem !important;
  }
  .m-xl-240 {
    margin: 16rem !important;
  }
  .m-xl-270 {
    margin: 18rem !important;
  }
  .m-xl-300 {
    margin: 20rem !important;
  }
  .m-xl-330 {
    margin: 22rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-6 {
    margin: 0.4rem !important;
  }
  .m-xl-9 {
    margin: 0.6rem !important;
  }
  .m-xl-12 {
    margin: 0.8rem !important;
  }
  .m-xl-18 {
    margin: 1.2rem !important;
  }
  .m-xl-20 {
    margin: 1.332rem !important;
  }
  .m-xl-30 {
    margin: 2rem !important;
  }
  .m-xl-35 {
    margin: 2.1rem !important;
  }
  .m-xl-40 {
    margin: 2.624rem !important;
  }
  .m-xl-50 {
    margin: 3.3rem !important;
  }
  .m-xl-60 {
    margin: 3.996rem !important;
  }
  .m-xl-75 {
    margin: 5.6rem !important;
  }
  .m-xl-90 {
    margin: 6rem !important;
  }
  .m-xl-100 {
    margin: 6.6664rem !important;
  }
  .m-xl-120 {
    margin: 8rem !important;
  }
  .m-xl-150 {
    margin: 10rem !important;
  }
  .m-xl-180 {
    margin: 12rem !important;
  }
  .m-xl-200 {
    margin: 13.3332rem !important;
  }
  .m-xl-210 {
    margin: 14rem !important;
  }
  .m-xl-220 {
    margin: 14.6664rem !important;
  }
  .m-xl-240 {
    margin: 16rem !important;
  }
  .m-xl-270 {
    margin: 18rem !important;
  }
  .m-xl-300 {
    margin: 20rem !important;
  }
  .m-xl-330 {
    margin: 22rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-6 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xl-9 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .mx-xl-12 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xl-18 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-xl-20 {
    margin-right: 1.332rem !important;
    margin-left: 1.332rem !important;
  }
  .mx-xl-30 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-35 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }
  .mx-xl-40 {
    margin-right: 2.624rem !important;
    margin-left: 2.624rem !important;
  }
  .mx-xl-50 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important;
  }
  .mx-xl-60 {
    margin-right: 3.996rem !important;
    margin-left: 3.996rem !important;
  }
  .mx-xl-75 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-xl-90 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-100 {
    margin-right: 6.6664rem !important;
    margin-left: 6.6664rem !important;
  }
  .mx-xl-120 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-150 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-180 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-200 {
    margin-right: 13.3332rem !important;
    margin-left: 13.3332rem !important;
  }
  .mx-xl-210 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xl-220 {
    margin-right: 14.6664rem !important;
    margin-left: 14.6664rem !important;
  }
  .mx-xl-240 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xl-270 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xl-300 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xl-330 {
    margin-right: 22rem !important;
    margin-left: 22rem !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-6 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xl-9 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .my-xl-12 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-18 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xl-20 {
    margin-top: 1.332rem !important;
    margin-bottom: 1.332rem !important;
  }
  .my-xl-30 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-35 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .my-xl-40 {
    margin-top: 2.624rem !important;
    margin-bottom: 2.624rem !important;
  }
  .my-xl-50 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }
  .my-xl-60 {
    margin-top: 3.996rem !important;
    margin-bottom: 3.996rem !important;
  }
  .my-xl-75 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-xl-90 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-100 {
    margin-top: 6.6664rem !important;
    margin-bottom: 6.6664rem !important;
  }
  .my-xl-120 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-150 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-180 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-200 {
    margin-top: 13.3332rem !important;
    margin-bottom: 13.3332rem !important;
  }
  .my-xl-210 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xl-220 {
    margin-top: 14.6664rem !important;
    margin-bottom: 14.6664rem !important;
  }
  .my-xl-240 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xl-270 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xl-300 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-330 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-6 {
    margin-top: 0.4rem !important;
  }
  .mt-xl-9 {
    margin-top: 0.6rem !important;
  }
  .mt-xl-12 {
    margin-top: 0.8rem !important;
  }
  .mt-xl-18 {
    margin-top: 1.2rem !important;
  }
  .mt-xl-20 {
    margin-top: 1.332rem !important;
  }
  .mt-xl-30 {
    margin-top: 2rem !important;
  }
  .mt-xl-35 {
    margin-top: 2.1rem !important;
  }
  .mt-xl-40 {
    margin-top: 2.624rem !important;
  }
  .mt-xl-50 {
    margin-top: 3.3rem !important;
  }
  .mt-xl-60 {
    margin-top: 3.996rem !important;
  }
  .mt-xl-75 {
    margin-top: 5.6rem !important;
  }
  .mt-xl-90 {
    margin-top: 6rem !important;
  }
  .mt-xl-100 {
    margin-top: 6.6664rem !important;
  }
  .mt-xl-120 {
    margin-top: 8rem !important;
  }
  .mt-xl-150 {
    margin-top: 10rem !important;
  }
  .mt-xl-180 {
    margin-top: 12rem !important;
  }
  .mt-xl-200 {
    margin-top: 13.3332rem !important;
  }
  .mt-xl-210 {
    margin-top: 14rem !important;
  }
  .mt-xl-220 {
    margin-top: 14.6664rem !important;
  }
  .mt-xl-240 {
    margin-top: 16rem !important;
  }
  .mt-xl-270 {
    margin-top: 18rem !important;
  }
  .mt-xl-300 {
    margin-top: 20rem !important;
  }
  .mt-xl-330 {
    margin-top: 22rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-6 {
    margin-right: 0.4rem !important;
  }
  .me-xl-9 {
    margin-right: 0.6rem !important;
  }
  .me-xl-12 {
    margin-right: 0.8rem !important;
  }
  .me-xl-18 {
    margin-right: 1.2rem !important;
  }
  .me-xl-20 {
    margin-right: 1.332rem !important;
  }
  .me-xl-30 {
    margin-right: 2rem !important;
  }
  .me-xl-35 {
    margin-right: 2.1rem !important;
  }
  .me-xl-40 {
    margin-right: 2.624rem !important;
  }
  .me-xl-50 {
    margin-right: 3.3rem !important;
  }
  .me-xl-60 {
    margin-right: 3.996rem !important;
  }
  .me-xl-75 {
    margin-right: 5.6rem !important;
  }
  .me-xl-90 {
    margin-right: 6rem !important;
  }
  .me-xl-100 {
    margin-right: 6.6664rem !important;
  }
  .me-xl-120 {
    margin-right: 8rem !important;
  }
  .me-xl-150 {
    margin-right: 10rem !important;
  }
  .me-xl-180 {
    margin-right: 12rem !important;
  }
  .me-xl-200 {
    margin-right: 13.3332rem !important;
  }
  .me-xl-210 {
    margin-right: 14rem !important;
  }
  .me-xl-220 {
    margin-right: 14.6664rem !important;
  }
  .me-xl-240 {
    margin-right: 16rem !important;
  }
  .me-xl-270 {
    margin-right: 18rem !important;
  }
  .me-xl-300 {
    margin-right: 20rem !important;
  }
  .me-xl-330 {
    margin-right: 22rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-6 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 0.6rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 1.332rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-35 {
    margin-bottom: 2.1rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 2.624rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 3.3rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 3.996rem !important;
  }
  .mb-xl-75 {
    margin-bottom: 5.6rem !important;
  }
  .mb-xl-90 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 6.6664rem !important;
  }
  .mb-xl-120 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-150 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-180 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-200 {
    margin-bottom: 13.3332rem !important;
  }
  .mb-xl-210 {
    margin-bottom: 14rem !important;
  }
  .mb-xl-220 {
    margin-bottom: 14.6664rem !important;
  }
  .mb-xl-240 {
    margin-bottom: 16rem !important;
  }
  .mb-xl-270 {
    margin-bottom: 18rem !important;
  }
  .mb-xl-300 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-330 {
    margin-bottom: 22rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-6 {
    margin-left: 0.4rem !important;
  }
  .ms-xl-9 {
    margin-left: 0.6rem !important;
  }
  .ms-xl-12 {
    margin-left: 0.8rem !important;
  }
  .ms-xl-18 {
    margin-left: 1.2rem !important;
  }
  .ms-xl-20 {
    margin-left: 1.332rem !important;
  }
  .ms-xl-30 {
    margin-left: 2rem !important;
  }
  .ms-xl-35 {
    margin-left: 2.1rem !important;
  }
  .ms-xl-40 {
    margin-left: 2.624rem !important;
  }
  .ms-xl-50 {
    margin-left: 3.3rem !important;
  }
  .ms-xl-60 {
    margin-left: 3.996rem !important;
  }
  .ms-xl-75 {
    margin-left: 5.6rem !important;
  }
  .ms-xl-90 {
    margin-left: 6rem !important;
  }
  .ms-xl-100 {
    margin-left: 6.6664rem !important;
  }
  .ms-xl-120 {
    margin-left: 8rem !important;
  }
  .ms-xl-150 {
    margin-left: 10rem !important;
  }
  .ms-xl-180 {
    margin-left: 12rem !important;
  }
  .ms-xl-200 {
    margin-left: 13.3332rem !important;
  }
  .ms-xl-210 {
    margin-left: 14rem !important;
  }
  .ms-xl-220 {
    margin-left: 14.6664rem !important;
  }
  .ms-xl-240 {
    margin-left: 16rem !important;
  }
  .ms-xl-270 {
    margin-left: 18rem !important;
  }
  .ms-xl-300 {
    margin-left: 20rem !important;
  }
  .ms-xl-330 {
    margin-left: 22rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n6 {
    margin: -0.4rem !important;
  }
  .m-xl-n9 {
    margin: -0.6rem !important;
  }
  .m-xl-n12 {
    margin: -0.8rem !important;
  }
  .m-xl-n18 {
    margin: -1.2rem !important;
  }
  .m-xl-n20 {
    margin: -1.332rem !important;
  }
  .m-xl-n30 {
    margin: -2rem !important;
  }
  .m-xl-n35 {
    margin: -2.1rem !important;
  }
  .m-xl-n40 {
    margin: -2.624rem !important;
  }
  .m-xl-n50 {
    margin: -3.3rem !important;
  }
  .m-xl-n60 {
    margin: -3.996rem !important;
  }
  .m-xl-n75 {
    margin: -5.6rem !important;
  }
  .m-xl-n90 {
    margin: -6rem !important;
  }
  .m-xl-n100 {
    margin: -6.6664rem !important;
  }
  .m-xl-n120 {
    margin: -8rem !important;
  }
  .m-xl-n150 {
    margin: -10rem !important;
  }
  .m-xl-n180 {
    margin: -12rem !important;
  }
  .m-xl-n200 {
    margin: -13.3332rem !important;
  }
  .m-xl-n210 {
    margin: -14rem !important;
  }
  .m-xl-n220 {
    margin: -14.6664rem !important;
  }
  .m-xl-n240 {
    margin: -16rem !important;
  }
  .m-xl-n270 {
    margin: -18rem !important;
  }
  .m-xl-n300 {
    margin: -20rem !important;
  }
  .m-xl-n330 {
    margin: -22rem !important;
  }
  .mx-xl-n6 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .mx-xl-n9 {
    margin-right: -0.6rem !important;
    margin-left: -0.6rem !important;
  }
  .mx-xl-n12 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .mx-xl-n18 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .mx-xl-n20 {
    margin-right: -1.332rem !important;
    margin-left: -1.332rem !important;
  }
  .mx-xl-n30 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n35 {
    margin-right: -2.1rem !important;
    margin-left: -2.1rem !important;
  }
  .mx-xl-n40 {
    margin-right: -2.624rem !important;
    margin-left: -2.624rem !important;
  }
  .mx-xl-n50 {
    margin-right: -3.3rem !important;
    margin-left: -3.3rem !important;
  }
  .mx-xl-n60 {
    margin-right: -3.996rem !important;
    margin-left: -3.996rem !important;
  }
  .mx-xl-n75 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .mx-xl-n90 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n100 {
    margin-right: -6.6664rem !important;
    margin-left: -6.6664rem !important;
  }
  .mx-xl-n120 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n150 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n180 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xl-n200 {
    margin-right: -13.3332rem !important;
    margin-left: -13.3332rem !important;
  }
  .mx-xl-n210 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xl-n220 {
    margin-right: -14.6664rem !important;
    margin-left: -14.6664rem !important;
  }
  .mx-xl-n240 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xl-n270 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xl-n300 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xl-n330 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .my-xl-n6 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .my-xl-n9 {
    margin-top: -0.6rem !important;
    margin-bottom: -0.6rem !important;
  }
  .my-xl-n12 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .my-xl-n18 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .my-xl-n20 {
    margin-top: -1.332rem !important;
    margin-bottom: -1.332rem !important;
  }
  .my-xl-n30 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n35 {
    margin-top: -2.1rem !important;
    margin-bottom: -2.1rem !important;
  }
  .my-xl-n40 {
    margin-top: -2.624rem !important;
    margin-bottom: -2.624rem !important;
  }
  .my-xl-n50 {
    margin-top: -3.3rem !important;
    margin-bottom: -3.3rem !important;
  }
  .my-xl-n60 {
    margin-top: -3.996rem !important;
    margin-bottom: -3.996rem !important;
  }
  .my-xl-n75 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .my-xl-n90 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n100 {
    margin-top: -6.6664rem !important;
    margin-bottom: -6.6664rem !important;
  }
  .my-xl-n120 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n150 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n180 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xl-n200 {
    margin-top: -13.3332rem !important;
    margin-bottom: -13.3332rem !important;
  }
  .my-xl-n210 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xl-n220 {
    margin-top: -14.6664rem !important;
    margin-bottom: -14.6664rem !important;
  }
  .my-xl-n240 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xl-n270 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xl-n300 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xl-n330 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .mt-xl-n6 {
    margin-top: -0.4rem !important;
  }
  .mt-xl-n9 {
    margin-top: -0.6rem !important;
  }
  .mt-xl-n12 {
    margin-top: -0.8rem !important;
  }
  .mt-xl-n18 {
    margin-top: -1.2rem !important;
  }
  .mt-xl-n20 {
    margin-top: -1.332rem !important;
  }
  .mt-xl-n30 {
    margin-top: -2rem !important;
  }
  .mt-xl-n35 {
    margin-top: -2.1rem !important;
  }
  .mt-xl-n40 {
    margin-top: -2.624rem !important;
  }
  .mt-xl-n50 {
    margin-top: -3.3rem !important;
  }
  .mt-xl-n60 {
    margin-top: -3.996rem !important;
  }
  .mt-xl-n75 {
    margin-top: -5.6rem !important;
  }
  .mt-xl-n90 {
    margin-top: -6rem !important;
  }
  .mt-xl-n100 {
    margin-top: -6.6664rem !important;
  }
  .mt-xl-n120 {
    margin-top: -8rem !important;
  }
  .mt-xl-n150 {
    margin-top: -10rem !important;
  }
  .mt-xl-n180 {
    margin-top: -12rem !important;
  }
  .mt-xl-n200 {
    margin-top: -13.3332rem !important;
  }
  .mt-xl-n210 {
    margin-top: -14rem !important;
  }
  .mt-xl-n220 {
    margin-top: -14.6664rem !important;
  }
  .mt-xl-n240 {
    margin-top: -16rem !important;
  }
  .mt-xl-n270 {
    margin-top: -18rem !important;
  }
  .mt-xl-n300 {
    margin-top: -20rem !important;
  }
  .mt-xl-n330 {
    margin-top: -22rem !important;
  }
  .me-xl-n6 {
    margin-right: -0.4rem !important;
  }
  .me-xl-n9 {
    margin-right: -0.6rem !important;
  }
  .me-xl-n12 {
    margin-right: -0.8rem !important;
  }
  .me-xl-n18 {
    margin-right: -1.2rem !important;
  }
  .me-xl-n20 {
    margin-right: -1.332rem !important;
  }
  .me-xl-n30 {
    margin-right: -2rem !important;
  }
  .me-xl-n35 {
    margin-right: -2.1rem !important;
  }
  .me-xl-n40 {
    margin-right: -2.624rem !important;
  }
  .me-xl-n50 {
    margin-right: -3.3rem !important;
  }
  .me-xl-n60 {
    margin-right: -3.996rem !important;
  }
  .me-xl-n75 {
    margin-right: -5.6rem !important;
  }
  .me-xl-n90 {
    margin-right: -6rem !important;
  }
  .me-xl-n100 {
    margin-right: -6.6664rem !important;
  }
  .me-xl-n120 {
    margin-right: -8rem !important;
  }
  .me-xl-n150 {
    margin-right: -10rem !important;
  }
  .me-xl-n180 {
    margin-right: -12rem !important;
  }
  .me-xl-n200 {
    margin-right: -13.3332rem !important;
  }
  .me-xl-n210 {
    margin-right: -14rem !important;
  }
  .me-xl-n220 {
    margin-right: -14.6664rem !important;
  }
  .me-xl-n240 {
    margin-right: -16rem !important;
  }
  .me-xl-n270 {
    margin-right: -18rem !important;
  }
  .me-xl-n300 {
    margin-right: -20rem !important;
  }
  .me-xl-n330 {
    margin-right: -22rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -0.4rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -0.6rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -0.8rem !important;
  }
  .mb-xl-n18 {
    margin-bottom: -1.2rem !important;
  }
  .mb-xl-n20 {
    margin-bottom: -1.332rem !important;
  }
  .mb-xl-n30 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n35 {
    margin-bottom: -2.1rem !important;
  }
  .mb-xl-n40 {
    margin-bottom: -2.624rem !important;
  }
  .mb-xl-n50 {
    margin-bottom: -3.3rem !important;
  }
  .mb-xl-n60 {
    margin-bottom: -3.996rem !important;
  }
  .mb-xl-n75 {
    margin-bottom: -5.6rem !important;
  }
  .mb-xl-n90 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n100 {
    margin-bottom: -6.6664rem !important;
  }
  .mb-xl-n120 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n150 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n180 {
    margin-bottom: -12rem !important;
  }
  .mb-xl-n200 {
    margin-bottom: -13.3332rem !important;
  }
  .mb-xl-n210 {
    margin-bottom: -14rem !important;
  }
  .mb-xl-n220 {
    margin-bottom: -14.6664rem !important;
  }
  .mb-xl-n240 {
    margin-bottom: -16rem !important;
  }
  .mb-xl-n270 {
    margin-bottom: -18rem !important;
  }
  .mb-xl-n300 {
    margin-bottom: -20rem !important;
  }
  .mb-xl-n330 {
    margin-bottom: -22rem !important;
  }
  .ms-xl-n6 {
    margin-left: -0.4rem !important;
  }
  .ms-xl-n9 {
    margin-left: -0.6rem !important;
  }
  .ms-xl-n12 {
    margin-left: -0.8rem !important;
  }
  .ms-xl-n18 {
    margin-left: -1.2rem !important;
  }
  .ms-xl-n20 {
    margin-left: -1.332rem !important;
  }
  .ms-xl-n30 {
    margin-left: -2rem !important;
  }
  .ms-xl-n35 {
    margin-left: -2.1rem !important;
  }
  .ms-xl-n40 {
    margin-left: -2.624rem !important;
  }
  .ms-xl-n50 {
    margin-left: -3.3rem !important;
  }
  .ms-xl-n60 {
    margin-left: -3.996rem !important;
  }
  .ms-xl-n75 {
    margin-left: -5.6rem !important;
  }
  .ms-xl-n90 {
    margin-left: -6rem !important;
  }
  .ms-xl-n100 {
    margin-left: -6.6664rem !important;
  }
  .ms-xl-n120 {
    margin-left: -8rem !important;
  }
  .ms-xl-n150 {
    margin-left: -10rem !important;
  }
  .ms-xl-n180 {
    margin-left: -12rem !important;
  }
  .ms-xl-n200 {
    margin-left: -13.3332rem !important;
  }
  .ms-xl-n210 {
    margin-left: -14rem !important;
  }
  .ms-xl-n220 {
    margin-left: -14.6664rem !important;
  }
  .ms-xl-n240 {
    margin-left: -16rem !important;
  }
  .ms-xl-n270 {
    margin-left: -18rem !important;
  }
  .ms-xl-n300 {
    margin-left: -20rem !important;
  }
  .ms-xl-n330 {
    margin-left: -22rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-6 {
    padding: 0.4rem !important;
  }
  .p-xl-9 {
    padding: 0.6rem !important;
  }
  .p-xl-12 {
    padding: 0.8rem !important;
  }
  .p-xl-18 {
    padding: 1.2rem !important;
  }
  .p-xl-20 {
    padding: 1.332rem !important;
  }
  .p-xl-30 {
    padding: 2rem !important;
  }
  .p-xl-35 {
    padding: 2.1rem !important;
  }
  .p-xl-40 {
    padding: 2.624rem !important;
  }
  .p-xl-50 {
    padding: 3.3rem !important;
  }
  .p-xl-60 {
    padding: 3.996rem !important;
  }
  .p-xl-75 {
    padding: 5.6rem !important;
  }
  .p-xl-90 {
    padding: 6rem !important;
  }
  .p-xl-100 {
    padding: 6.6664rem !important;
  }
  .p-xl-120 {
    padding: 8rem !important;
  }
  .p-xl-150 {
    padding: 10rem !important;
  }
  .p-xl-180 {
    padding: 12rem !important;
  }
  .p-xl-200 {
    padding: 13.3332rem !important;
  }
  .p-xl-210 {
    padding: 14rem !important;
  }
  .p-xl-220 {
    padding: 14.6664rem !important;
  }
  .p-xl-240 {
    padding: 16rem !important;
  }
  .p-xl-270 {
    padding: 18rem !important;
  }
  .p-xl-300 {
    padding: 20rem !important;
  }
  .p-xl-330 {
    padding: 22rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-6 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xl-9 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .px-xl-12 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xl-18 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-xl-20 {
    padding-right: 1.332rem !important;
    padding-left: 1.332rem !important;
  }
  .px-xl-30 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-35 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }
  .px-xl-40 {
    padding-right: 2.624rem !important;
    padding-left: 2.624rem !important;
  }
  .px-xl-50 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important;
  }
  .px-xl-60 {
    padding-right: 3.996rem !important;
    padding-left: 3.996rem !important;
  }
  .px-xl-75 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-xl-90 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-100 {
    padding-right: 6.6664rem !important;
    padding-left: 6.6664rem !important;
  }
  .px-xl-120 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-150 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-180 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xl-200 {
    padding-right: 13.3332rem !important;
    padding-left: 13.3332rem !important;
  }
  .px-xl-210 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xl-220 {
    padding-right: 14.6664rem !important;
    padding-left: 14.6664rem !important;
  }
  .px-xl-240 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xl-270 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xl-300 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xl-330 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-6 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xl-9 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .py-xl-12 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-18 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xl-20 {
    padding-top: 1.332rem !important;
    padding-bottom: 1.332rem !important;
  }
  .py-xl-30 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-35 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }
  .py-xl-40 {
    padding-top: 2.624rem !important;
    padding-bottom: 2.624rem !important;
  }
  .py-xl-50 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }
  .py-xl-60 {
    padding-top: 3.996rem !important;
    padding-bottom: 3.996rem !important;
  }
  .py-xl-75 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-xl-90 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-100 {
    padding-top: 6.6664rem !important;
    padding-bottom: 6.6664rem !important;
  }
  .py-xl-120 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-150 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-180 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xl-200 {
    padding-top: 13.3332rem !important;
    padding-bottom: 13.3332rem !important;
  }
  .py-xl-210 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xl-220 {
    padding-top: 14.6664rem !important;
    padding-bottom: 14.6664rem !important;
  }
  .py-xl-240 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xl-270 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xl-300 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xl-330 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-6 {
    padding-top: 0.4rem !important;
  }
  .pt-xl-9 {
    padding-top: 0.6rem !important;
  }
  .pt-xl-12 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-18 {
    padding-top: 1.2rem !important;
  }
  .pt-xl-20 {
    padding-top: 1.332rem !important;
  }
  .pt-xl-30 {
    padding-top: 2rem !important;
  }
  .pt-xl-35 {
    padding-top: 2.1rem !important;
  }
  .pt-xl-40 {
    padding-top: 2.624rem !important;
  }
  .pt-xl-50 {
    padding-top: 3.3rem !important;
  }
  .pt-xl-60 {
    padding-top: 3.996rem !important;
  }
  .pt-xl-75 {
    padding-top: 5.6rem !important;
  }
  .pt-xl-90 {
    padding-top: 6rem !important;
  }
  .pt-xl-100 {
    padding-top: 6.6664rem !important;
  }
  .pt-xl-120 {
    padding-top: 8rem !important;
  }
  .pt-xl-150 {
    padding-top: 10rem !important;
  }
  .pt-xl-180 {
    padding-top: 12rem !important;
  }
  .pt-xl-200 {
    padding-top: 13.3332rem !important;
  }
  .pt-xl-210 {
    padding-top: 14rem !important;
  }
  .pt-xl-220 {
    padding-top: 14.6664rem !important;
  }
  .pt-xl-240 {
    padding-top: 16rem !important;
  }
  .pt-xl-270 {
    padding-top: 18rem !important;
  }
  .pt-xl-300 {
    padding-top: 20rem !important;
  }
  .pt-xl-330 {
    padding-top: 22rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-6 {
    padding-right: 0.4rem !important;
  }
  .pe-xl-9 {
    padding-right: 0.6rem !important;
  }
  .pe-xl-12 {
    padding-right: 0.8rem !important;
  }
  .pe-xl-18 {
    padding-right: 1.2rem !important;
  }
  .pe-xl-20 {
    padding-right: 1.332rem !important;
  }
  .pe-xl-30 {
    padding-right: 2rem !important;
  }
  .pe-xl-35 {
    padding-right: 2.1rem !important;
  }
  .pe-xl-40 {
    padding-right: 2.624rem !important;
  }
  .pe-xl-50 {
    padding-right: 3.3rem !important;
  }
  .pe-xl-60 {
    padding-right: 3.996rem !important;
  }
  .pe-xl-75 {
    padding-right: 5.6rem !important;
  }
  .pe-xl-90 {
    padding-right: 6rem !important;
  }
  .pe-xl-100 {
    padding-right: 6.6664rem !important;
  }
  .pe-xl-120 {
    padding-right: 8rem !important;
  }
  .pe-xl-150 {
    padding-right: 10rem !important;
  }
  .pe-xl-180 {
    padding-right: 12rem !important;
  }
  .pe-xl-200 {
    padding-right: 13.3332rem !important;
  }
  .pe-xl-210 {
    padding-right: 14rem !important;
  }
  .pe-xl-220 {
    padding-right: 14.6664rem !important;
  }
  .pe-xl-240 {
    padding-right: 16rem !important;
  }
  .pe-xl-270 {
    padding-right: 18rem !important;
  }
  .pe-xl-300 {
    padding-right: 20rem !important;
  }
  .pe-xl-330 {
    padding-right: 22rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-6 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 0.6rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 1.332rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-35 {
    padding-bottom: 2.1rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 2.624rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 3.3rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 3.996rem !important;
  }
  .pb-xl-75 {
    padding-bottom: 5.6rem !important;
  }
  .pb-xl-90 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 6.6664rem !important;
  }
  .pb-xl-120 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-150 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-180 {
    padding-bottom: 12rem !important;
  }
  .pb-xl-200 {
    padding-bottom: 13.3332rem !important;
  }
  .pb-xl-210 {
    padding-bottom: 14rem !important;
  }
  .pb-xl-220 {
    padding-bottom: 14.6664rem !important;
  }
  .pb-xl-240 {
    padding-bottom: 16rem !important;
  }
  .pb-xl-270 {
    padding-bottom: 18rem !important;
  }
  .pb-xl-300 {
    padding-bottom: 20rem !important;
  }
  .pb-xl-330 {
    padding-bottom: 22rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-6 {
    padding-left: 0.4rem !important;
  }
  .ps-xl-9 {
    padding-left: 0.6rem !important;
  }
  .ps-xl-12 {
    padding-left: 0.8rem !important;
  }
  .ps-xl-18 {
    padding-left: 1.2rem !important;
  }
  .ps-xl-20 {
    padding-left: 1.332rem !important;
  }
  .ps-xl-30 {
    padding-left: 2rem !important;
  }
  .ps-xl-35 {
    padding-left: 2.1rem !important;
  }
  .ps-xl-40 {
    padding-left: 2.624rem !important;
  }
  .ps-xl-50 {
    padding-left: 3.3rem !important;
  }
  .ps-xl-60 {
    padding-left: 3.996rem !important;
  }
  .ps-xl-75 {
    padding-left: 5.6rem !important;
  }
  .ps-xl-90 {
    padding-left: 6rem !important;
  }
  .ps-xl-100 {
    padding-left: 6.6664rem !important;
  }
  .ps-xl-120 {
    padding-left: 8rem !important;
  }
  .ps-xl-150 {
    padding-left: 10rem !important;
  }
  .ps-xl-180 {
    padding-left: 12rem !important;
  }
  .ps-xl-200 {
    padding-left: 13.3332rem !important;
  }
  .ps-xl-210 {
    padding-left: 14rem !important;
  }
  .ps-xl-220 {
    padding-left: 14.6664rem !important;
  }
  .ps-xl-240 {
    padding-left: 16rem !important;
  }
  .ps-xl-270 {
    padding-left: 18rem !important;
  }
  .ps-xl-300 {
    padding-left: 20rem !important;
  }
  .ps-xl-330 {
    padding-left: 22rem !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-6 {
    gap: 0.4rem !important;
  }
  .gap-xxl-9 {
    gap: 0.6rem !important;
  }
  .gap-xxl-12 {
    gap: 0.8rem !important;
  }
  .gap-xxl-18 {
    gap: 1.2rem !important;
  }
  .gap-xxl-20 {
    gap: 1.332rem !important;
  }
  .gap-xxl-30 {
    gap: 2rem !important;
  }
  .gap-xxl-35 {
    gap: 2.1rem !important;
  }
  .gap-xxl-40 {
    gap: 2.624rem !important;
  }
  .gap-xxl-50 {
    gap: 3.3rem !important;
  }
  .gap-xxl-60 {
    gap: 3.996rem !important;
  }
  .gap-xxl-75 {
    gap: 5.6rem !important;
  }
  .gap-xxl-90 {
    gap: 6rem !important;
  }
  .gap-xxl-100 {
    gap: 6.6664rem !important;
  }
  .gap-xxl-120 {
    gap: 8rem !important;
  }
  .gap-xxl-150 {
    gap: 10rem !important;
  }
  .gap-xxl-180 {
    gap: 12rem !important;
  }
  .gap-xxl-200 {
    gap: 13.3332rem !important;
  }
  .gap-xxl-210 {
    gap: 14rem !important;
  }
  .gap-xxl-220 {
    gap: 14.6664rem !important;
  }
  .gap-xxl-240 {
    gap: 16rem !important;
  }
  .gap-xxl-270 {
    gap: 18rem !important;
  }
  .gap-xxl-300 {
    gap: 20rem !important;
  }
  .gap-xxl-330 {
    gap: 22rem !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-6 {
    margin: 0.4rem !important;
  }
  .m-xxl-9 {
    margin: 0.6rem !important;
  }
  .m-xxl-12 {
    margin: 0.8rem !important;
  }
  .m-xxl-18 {
    margin: 1.2rem !important;
  }
  .m-xxl-20 {
    margin: 1.332rem !important;
  }
  .m-xxl-30 {
    margin: 2rem !important;
  }
  .m-xxl-35 {
    margin: 2.1rem !important;
  }
  .m-xxl-40 {
    margin: 2.624rem !important;
  }
  .m-xxl-50 {
    margin: 3.3rem !important;
  }
  .m-xxl-60 {
    margin: 3.996rem !important;
  }
  .m-xxl-75 {
    margin: 5.6rem !important;
  }
  .m-xxl-90 {
    margin: 6rem !important;
  }
  .m-xxl-100 {
    margin: 6.6664rem !important;
  }
  .m-xxl-120 {
    margin: 8rem !important;
  }
  .m-xxl-150 {
    margin: 10rem !important;
  }
  .m-xxl-180 {
    margin: 12rem !important;
  }
  .m-xxl-200 {
    margin: 13.3332rem !important;
  }
  .m-xxl-210 {
    margin: 14rem !important;
  }
  .m-xxl-220 {
    margin: 14.6664rem !important;
  }
  .m-xxl-240 {
    margin: 16rem !important;
  }
  .m-xxl-270 {
    margin: 18rem !important;
  }
  .m-xxl-300 {
    margin: 20rem !important;
  }
  .m-xxl-330 {
    margin: 22rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-6 {
    margin: 0.4rem !important;
  }
  .m-xxl-9 {
    margin: 0.6rem !important;
  }
  .m-xxl-12 {
    margin: 0.8rem !important;
  }
  .m-xxl-18 {
    margin: 1.2rem !important;
  }
  .m-xxl-20 {
    margin: 1.332rem !important;
  }
  .m-xxl-30 {
    margin: 2rem !important;
  }
  .m-xxl-35 {
    margin: 2.1rem !important;
  }
  .m-xxl-40 {
    margin: 2.624rem !important;
  }
  .m-xxl-50 {
    margin: 3.3rem !important;
  }
  .m-xxl-60 {
    margin: 3.996rem !important;
  }
  .m-xxl-75 {
    margin: 5.6rem !important;
  }
  .m-xxl-90 {
    margin: 6rem !important;
  }
  .m-xxl-100 {
    margin: 6.6664rem !important;
  }
  .m-xxl-120 {
    margin: 8rem !important;
  }
  .m-xxl-150 {
    margin: 10rem !important;
  }
  .m-xxl-180 {
    margin: 12rem !important;
  }
  .m-xxl-200 {
    margin: 13.3332rem !important;
  }
  .m-xxl-210 {
    margin: 14rem !important;
  }
  .m-xxl-220 {
    margin: 14.6664rem !important;
  }
  .m-xxl-240 {
    margin: 16rem !important;
  }
  .m-xxl-270 {
    margin: 18rem !important;
  }
  .m-xxl-300 {
    margin: 20rem !important;
  }
  .m-xxl-330 {
    margin: 22rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-6 {
    margin: 0.4rem !important;
  }
  .m-xxl-9 {
    margin: 0.6rem !important;
  }
  .m-xxl-12 {
    margin: 0.8rem !important;
  }
  .m-xxl-18 {
    margin: 1.2rem !important;
  }
  .m-xxl-20 {
    margin: 1.332rem !important;
  }
  .m-xxl-30 {
    margin: 2rem !important;
  }
  .m-xxl-35 {
    margin: 2.1rem !important;
  }
  .m-xxl-40 {
    margin: 2.624rem !important;
  }
  .m-xxl-50 {
    margin: 3.3rem !important;
  }
  .m-xxl-60 {
    margin: 3.996rem !important;
  }
  .m-xxl-75 {
    margin: 5.6rem !important;
  }
  .m-xxl-90 {
    margin: 6rem !important;
  }
  .m-xxl-100 {
    margin: 6.6664rem !important;
  }
  .m-xxl-120 {
    margin: 8rem !important;
  }
  .m-xxl-150 {
    margin: 10rem !important;
  }
  .m-xxl-180 {
    margin: 12rem !important;
  }
  .m-xxl-200 {
    margin: 13.3332rem !important;
  }
  .m-xxl-210 {
    margin: 14rem !important;
  }
  .m-xxl-220 {
    margin: 14.6664rem !important;
  }
  .m-xxl-240 {
    margin: 16rem !important;
  }
  .m-xxl-270 {
    margin: 18rem !important;
  }
  .m-xxl-300 {
    margin: 20rem !important;
  }
  .m-xxl-330 {
    margin: 22rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-6 {
    margin: 0.4rem !important;
  }
  .m-xxl-9 {
    margin: 0.6rem !important;
  }
  .m-xxl-12 {
    margin: 0.8rem !important;
  }
  .m-xxl-18 {
    margin: 1.2rem !important;
  }
  .m-xxl-20 {
    margin: 1.332rem !important;
  }
  .m-xxl-30 {
    margin: 2rem !important;
  }
  .m-xxl-35 {
    margin: 2.1rem !important;
  }
  .m-xxl-40 {
    margin: 2.624rem !important;
  }
  .m-xxl-50 {
    margin: 3.3rem !important;
  }
  .m-xxl-60 {
    margin: 3.996rem !important;
  }
  .m-xxl-75 {
    margin: 5.6rem !important;
  }
  .m-xxl-90 {
    margin: 6rem !important;
  }
  .m-xxl-100 {
    margin: 6.6664rem !important;
  }
  .m-xxl-120 {
    margin: 8rem !important;
  }
  .m-xxl-150 {
    margin: 10rem !important;
  }
  .m-xxl-180 {
    margin: 12rem !important;
  }
  .m-xxl-200 {
    margin: 13.3332rem !important;
  }
  .m-xxl-210 {
    margin: 14rem !important;
  }
  .m-xxl-220 {
    margin: 14.6664rem !important;
  }
  .m-xxl-240 {
    margin: 16rem !important;
  }
  .m-xxl-270 {
    margin: 18rem !important;
  }
  .m-xxl-300 {
    margin: 20rem !important;
  }
  .m-xxl-330 {
    margin: 22rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-6 {
    margin: 0.4rem !important;
  }
  .m-xxl-9 {
    margin: 0.6rem !important;
  }
  .m-xxl-12 {
    margin: 0.8rem !important;
  }
  .m-xxl-18 {
    margin: 1.2rem !important;
  }
  .m-xxl-20 {
    margin: 1.332rem !important;
  }
  .m-xxl-30 {
    margin: 2rem !important;
  }
  .m-xxl-35 {
    margin: 2.1rem !important;
  }
  .m-xxl-40 {
    margin: 2.624rem !important;
  }
  .m-xxl-50 {
    margin: 3.3rem !important;
  }
  .m-xxl-60 {
    margin: 3.996rem !important;
  }
  .m-xxl-75 {
    margin: 5.6rem !important;
  }
  .m-xxl-90 {
    margin: 6rem !important;
  }
  .m-xxl-100 {
    margin: 6.6664rem !important;
  }
  .m-xxl-120 {
    margin: 8rem !important;
  }
  .m-xxl-150 {
    margin: 10rem !important;
  }
  .m-xxl-180 {
    margin: 12rem !important;
  }
  .m-xxl-200 {
    margin: 13.3332rem !important;
  }
  .m-xxl-210 {
    margin: 14rem !important;
  }
  .m-xxl-220 {
    margin: 14.6664rem !important;
  }
  .m-xxl-240 {
    margin: 16rem !important;
  }
  .m-xxl-270 {
    margin: 18rem !important;
  }
  .m-xxl-300 {
    margin: 20rem !important;
  }
  .m-xxl-330 {
    margin: 22rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-6 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xxl-9 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .mx-xxl-12 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xxl-18 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-xxl-20 {
    margin-right: 1.332rem !important;
    margin-left: 1.332rem !important;
  }
  .mx-xxl-30 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-35 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }
  .mx-xxl-40 {
    margin-right: 2.624rem !important;
    margin-left: 2.624rem !important;
  }
  .mx-xxl-50 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important;
  }
  .mx-xxl-60 {
    margin-right: 3.996rem !important;
    margin-left: 3.996rem !important;
  }
  .mx-xxl-75 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-xxl-90 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-100 {
    margin-right: 6.6664rem !important;
    margin-left: 6.6664rem !important;
  }
  .mx-xxl-120 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-150 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-180 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-200 {
    margin-right: 13.3332rem !important;
    margin-left: 13.3332rem !important;
  }
  .mx-xxl-210 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxl-220 {
    margin-right: 14.6664rem !important;
    margin-left: 14.6664rem !important;
  }
  .mx-xxl-240 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxl-270 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxl-300 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-330 {
    margin-right: 22rem !important;
    margin-left: 22rem !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-6 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xxl-9 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .my-xxl-12 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xxl-18 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xxl-20 {
    margin-top: 1.332rem !important;
    margin-bottom: 1.332rem !important;
  }
  .my-xxl-30 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-35 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .my-xxl-40 {
    margin-top: 2.624rem !important;
    margin-bottom: 2.624rem !important;
  }
  .my-xxl-50 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }
  .my-xxl-60 {
    margin-top: 3.996rem !important;
    margin-bottom: 3.996rem !important;
  }
  .my-xxl-75 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-xxl-90 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-100 {
    margin-top: 6.6664rem !important;
    margin-bottom: 6.6664rem !important;
  }
  .my-xxl-120 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-150 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-180 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-200 {
    margin-top: 13.3332rem !important;
    margin-bottom: 13.3332rem !important;
  }
  .my-xxl-210 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxl-220 {
    margin-top: 14.6664rem !important;
    margin-bottom: 14.6664rem !important;
  }
  .my-xxl-240 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxl-270 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxl-300 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-330 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-6 {
    margin-top: 0.4rem !important;
  }
  .mt-xxl-9 {
    margin-top: 0.6rem !important;
  }
  .mt-xxl-12 {
    margin-top: 0.8rem !important;
  }
  .mt-xxl-18 {
    margin-top: 1.2rem !important;
  }
  .mt-xxl-20 {
    margin-top: 1.332rem !important;
  }
  .mt-xxl-30 {
    margin-top: 2rem !important;
  }
  .mt-xxl-35 {
    margin-top: 2.1rem !important;
  }
  .mt-xxl-40 {
    margin-top: 2.624rem !important;
  }
  .mt-xxl-50 {
    margin-top: 3.3rem !important;
  }
  .mt-xxl-60 {
    margin-top: 3.996rem !important;
  }
  .mt-xxl-75 {
    margin-top: 5.6rem !important;
  }
  .mt-xxl-90 {
    margin-top: 6rem !important;
  }
  .mt-xxl-100 {
    margin-top: 6.6664rem !important;
  }
  .mt-xxl-120 {
    margin-top: 8rem !important;
  }
  .mt-xxl-150 {
    margin-top: 10rem !important;
  }
  .mt-xxl-180 {
    margin-top: 12rem !important;
  }
  .mt-xxl-200 {
    margin-top: 13.3332rem !important;
  }
  .mt-xxl-210 {
    margin-top: 14rem !important;
  }
  .mt-xxl-220 {
    margin-top: 14.6664rem !important;
  }
  .mt-xxl-240 {
    margin-top: 16rem !important;
  }
  .mt-xxl-270 {
    margin-top: 18rem !important;
  }
  .mt-xxl-300 {
    margin-top: 20rem !important;
  }
  .mt-xxl-330 {
    margin-top: 22rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-6 {
    margin-right: 0.4rem !important;
  }
  .me-xxl-9 {
    margin-right: 0.6rem !important;
  }
  .me-xxl-12 {
    margin-right: 0.8rem !important;
  }
  .me-xxl-18 {
    margin-right: 1.2rem !important;
  }
  .me-xxl-20 {
    margin-right: 1.332rem !important;
  }
  .me-xxl-30 {
    margin-right: 2rem !important;
  }
  .me-xxl-35 {
    margin-right: 2.1rem !important;
  }
  .me-xxl-40 {
    margin-right: 2.624rem !important;
  }
  .me-xxl-50 {
    margin-right: 3.3rem !important;
  }
  .me-xxl-60 {
    margin-right: 3.996rem !important;
  }
  .me-xxl-75 {
    margin-right: 5.6rem !important;
  }
  .me-xxl-90 {
    margin-right: 6rem !important;
  }
  .me-xxl-100 {
    margin-right: 6.6664rem !important;
  }
  .me-xxl-120 {
    margin-right: 8rem !important;
  }
  .me-xxl-150 {
    margin-right: 10rem !important;
  }
  .me-xxl-180 {
    margin-right: 12rem !important;
  }
  .me-xxl-200 {
    margin-right: 13.3332rem !important;
  }
  .me-xxl-210 {
    margin-right: 14rem !important;
  }
  .me-xxl-220 {
    margin-right: 14.6664rem !important;
  }
  .me-xxl-240 {
    margin-right: 16rem !important;
  }
  .me-xxl-270 {
    margin-right: 18rem !important;
  }
  .me-xxl-300 {
    margin-right: 20rem !important;
  }
  .me-xxl-330 {
    margin-right: 22rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-6 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 0.6rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xxl-18 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 1.332rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-35 {
    margin-bottom: 2.1rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 2.624rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 3.3rem !important;
  }
  .mb-xxl-60 {
    margin-bottom: 3.996rem !important;
  }
  .mb-xxl-75 {
    margin-bottom: 5.6rem !important;
  }
  .mb-xxl-90 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-100 {
    margin-bottom: 6.6664rem !important;
  }
  .mb-xxl-120 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-150 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-180 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-200 {
    margin-bottom: 13.3332rem !important;
  }
  .mb-xxl-210 {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-220 {
    margin-bottom: 14.6664rem !important;
  }
  .mb-xxl-240 {
    margin-bottom: 16rem !important;
  }
  .mb-xxl-270 {
    margin-bottom: 18rem !important;
  }
  .mb-xxl-300 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-330 {
    margin-bottom: 22rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-6 {
    margin-left: 0.4rem !important;
  }
  .ms-xxl-9 {
    margin-left: 0.6rem !important;
  }
  .ms-xxl-12 {
    margin-left: 0.8rem !important;
  }
  .ms-xxl-18 {
    margin-left: 1.2rem !important;
  }
  .ms-xxl-20 {
    margin-left: 1.332rem !important;
  }
  .ms-xxl-30 {
    margin-left: 2rem !important;
  }
  .ms-xxl-35 {
    margin-left: 2.1rem !important;
  }
  .ms-xxl-40 {
    margin-left: 2.624rem !important;
  }
  .ms-xxl-50 {
    margin-left: 3.3rem !important;
  }
  .ms-xxl-60 {
    margin-left: 3.996rem !important;
  }
  .ms-xxl-75 {
    margin-left: 5.6rem !important;
  }
  .ms-xxl-90 {
    margin-left: 6rem !important;
  }
  .ms-xxl-100 {
    margin-left: 6.6664rem !important;
  }
  .ms-xxl-120 {
    margin-left: 8rem !important;
  }
  .ms-xxl-150 {
    margin-left: 10rem !important;
  }
  .ms-xxl-180 {
    margin-left: 12rem !important;
  }
  .ms-xxl-200 {
    margin-left: 13.3332rem !important;
  }
  .ms-xxl-210 {
    margin-left: 14rem !important;
  }
  .ms-xxl-220 {
    margin-left: 14.6664rem !important;
  }
  .ms-xxl-240 {
    margin-left: 16rem !important;
  }
  .ms-xxl-270 {
    margin-left: 18rem !important;
  }
  .ms-xxl-300 {
    margin-left: 20rem !important;
  }
  .ms-xxl-330 {
    margin-left: 22rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n6 {
    margin: -0.4rem !important;
  }
  .m-xxl-n9 {
    margin: -0.6rem !important;
  }
  .m-xxl-n12 {
    margin: -0.8rem !important;
  }
  .m-xxl-n18 {
    margin: -1.2rem !important;
  }
  .m-xxl-n20 {
    margin: -1.332rem !important;
  }
  .m-xxl-n30 {
    margin: -2rem !important;
  }
  .m-xxl-n35 {
    margin: -2.1rem !important;
  }
  .m-xxl-n40 {
    margin: -2.624rem !important;
  }
  .m-xxl-n50 {
    margin: -3.3rem !important;
  }
  .m-xxl-n60 {
    margin: -3.996rem !important;
  }
  .m-xxl-n75 {
    margin: -5.6rem !important;
  }
  .m-xxl-n90 {
    margin: -6rem !important;
  }
  .m-xxl-n100 {
    margin: -6.6664rem !important;
  }
  .m-xxl-n120 {
    margin: -8rem !important;
  }
  .m-xxl-n150 {
    margin: -10rem !important;
  }
  .m-xxl-n180 {
    margin: -12rem !important;
  }
  .m-xxl-n200 {
    margin: -13.3332rem !important;
  }
  .m-xxl-n210 {
    margin: -14rem !important;
  }
  .m-xxl-n220 {
    margin: -14.6664rem !important;
  }
  .m-xxl-n240 {
    margin: -16rem !important;
  }
  .m-xxl-n270 {
    margin: -18rem !important;
  }
  .m-xxl-n300 {
    margin: -20rem !important;
  }
  .m-xxl-n330 {
    margin: -22rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .mx-xxl-n9 {
    margin-right: -0.6rem !important;
    margin-left: -0.6rem !important;
  }
  .mx-xxl-n12 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .mx-xxl-n18 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .mx-xxl-n20 {
    margin-right: -1.332rem !important;
    margin-left: -1.332rem !important;
  }
  .mx-xxl-n30 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n35 {
    margin-right: -2.1rem !important;
    margin-left: -2.1rem !important;
  }
  .mx-xxl-n40 {
    margin-right: -2.624rem !important;
    margin-left: -2.624rem !important;
  }
  .mx-xxl-n50 {
    margin-right: -3.3rem !important;
    margin-left: -3.3rem !important;
  }
  .mx-xxl-n60 {
    margin-right: -3.996rem !important;
    margin-left: -3.996rem !important;
  }
  .mx-xxl-n75 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .mx-xxl-n90 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n100 {
    margin-right: -6.6664rem !important;
    margin-left: -6.6664rem !important;
  }
  .mx-xxl-n120 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxl-n150 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-n180 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xxl-n200 {
    margin-right: -13.3332rem !important;
    margin-left: -13.3332rem !important;
  }
  .mx-xxl-n210 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xxl-n220 {
    margin-right: -14.6664rem !important;
    margin-left: -14.6664rem !important;
  }
  .mx-xxl-n240 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xxl-n270 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xxl-n300 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xxl-n330 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .my-xxl-n6 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .my-xxl-n9 {
    margin-top: -0.6rem !important;
    margin-bottom: -0.6rem !important;
  }
  .my-xxl-n12 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .my-xxl-n18 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .my-xxl-n20 {
    margin-top: -1.332rem !important;
    margin-bottom: -1.332rem !important;
  }
  .my-xxl-n30 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n35 {
    margin-top: -2.1rem !important;
    margin-bottom: -2.1rem !important;
  }
  .my-xxl-n40 {
    margin-top: -2.624rem !important;
    margin-bottom: -2.624rem !important;
  }
  .my-xxl-n50 {
    margin-top: -3.3rem !important;
    margin-bottom: -3.3rem !important;
  }
  .my-xxl-n60 {
    margin-top: -3.996rem !important;
    margin-bottom: -3.996rem !important;
  }
  .my-xxl-n75 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .my-xxl-n90 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n100 {
    margin-top: -6.6664rem !important;
    margin-bottom: -6.6664rem !important;
  }
  .my-xxl-n120 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxl-n150 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-n180 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xxl-n200 {
    margin-top: -13.3332rem !important;
    margin-bottom: -13.3332rem !important;
  }
  .my-xxl-n210 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xxl-n220 {
    margin-top: -14.6664rem !important;
    margin-bottom: -14.6664rem !important;
  }
  .my-xxl-n240 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xxl-n270 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xxl-n300 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xxl-n330 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -0.4rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -0.6rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -0.8rem !important;
  }
  .mt-xxl-n18 {
    margin-top: -1.2rem !important;
  }
  .mt-xxl-n20 {
    margin-top: -1.332rem !important;
  }
  .mt-xxl-n30 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n35 {
    margin-top: -2.1rem !important;
  }
  .mt-xxl-n40 {
    margin-top: -2.624rem !important;
  }
  .mt-xxl-n50 {
    margin-top: -3.3rem !important;
  }
  .mt-xxl-n60 {
    margin-top: -3.996rem !important;
  }
  .mt-xxl-n75 {
    margin-top: -5.6rem !important;
  }
  .mt-xxl-n90 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n100 {
    margin-top: -6.6664rem !important;
  }
  .mt-xxl-n120 {
    margin-top: -8rem !important;
  }
  .mt-xxl-n150 {
    margin-top: -10rem !important;
  }
  .mt-xxl-n180 {
    margin-top: -12rem !important;
  }
  .mt-xxl-n200 {
    margin-top: -13.3332rem !important;
  }
  .mt-xxl-n210 {
    margin-top: -14rem !important;
  }
  .mt-xxl-n220 {
    margin-top: -14.6664rem !important;
  }
  .mt-xxl-n240 {
    margin-top: -16rem !important;
  }
  .mt-xxl-n270 {
    margin-top: -18rem !important;
  }
  .mt-xxl-n300 {
    margin-top: -20rem !important;
  }
  .mt-xxl-n330 {
    margin-top: -22rem !important;
  }
  .me-xxl-n6 {
    margin-right: -0.4rem !important;
  }
  .me-xxl-n9 {
    margin-right: -0.6rem !important;
  }
  .me-xxl-n12 {
    margin-right: -0.8rem !important;
  }
  .me-xxl-n18 {
    margin-right: -1.2rem !important;
  }
  .me-xxl-n20 {
    margin-right: -1.332rem !important;
  }
  .me-xxl-n30 {
    margin-right: -2rem !important;
  }
  .me-xxl-n35 {
    margin-right: -2.1rem !important;
  }
  .me-xxl-n40 {
    margin-right: -2.624rem !important;
  }
  .me-xxl-n50 {
    margin-right: -3.3rem !important;
  }
  .me-xxl-n60 {
    margin-right: -3.996rem !important;
  }
  .me-xxl-n75 {
    margin-right: -5.6rem !important;
  }
  .me-xxl-n90 {
    margin-right: -6rem !important;
  }
  .me-xxl-n100 {
    margin-right: -6.6664rem !important;
  }
  .me-xxl-n120 {
    margin-right: -8rem !important;
  }
  .me-xxl-n150 {
    margin-right: -10rem !important;
  }
  .me-xxl-n180 {
    margin-right: -12rem !important;
  }
  .me-xxl-n200 {
    margin-right: -13.3332rem !important;
  }
  .me-xxl-n210 {
    margin-right: -14rem !important;
  }
  .me-xxl-n220 {
    margin-right: -14.6664rem !important;
  }
  .me-xxl-n240 {
    margin-right: -16rem !important;
  }
  .me-xxl-n270 {
    margin-right: -18rem !important;
  }
  .me-xxl-n300 {
    margin-right: -20rem !important;
  }
  .me-xxl-n330 {
    margin-right: -22rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -0.4rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -0.6rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -0.8rem !important;
  }
  .mb-xxl-n18 {
    margin-bottom: -1.2rem !important;
  }
  .mb-xxl-n20 {
    margin-bottom: -1.332rem !important;
  }
  .mb-xxl-n30 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n35 {
    margin-bottom: -2.1rem !important;
  }
  .mb-xxl-n40 {
    margin-bottom: -2.624rem !important;
  }
  .mb-xxl-n50 {
    margin-bottom: -3.3rem !important;
  }
  .mb-xxl-n60 {
    margin-bottom: -3.996rem !important;
  }
  .mb-xxl-n75 {
    margin-bottom: -5.6rem !important;
  }
  .mb-xxl-n90 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n100 {
    margin-bottom: -6.6664rem !important;
  }
  .mb-xxl-n120 {
    margin-bottom: -8rem !important;
  }
  .mb-xxl-n150 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-n180 {
    margin-bottom: -12rem !important;
  }
  .mb-xxl-n200 {
    margin-bottom: -13.3332rem !important;
  }
  .mb-xxl-n210 {
    margin-bottom: -14rem !important;
  }
  .mb-xxl-n220 {
    margin-bottom: -14.6664rem !important;
  }
  .mb-xxl-n240 {
    margin-bottom: -16rem !important;
  }
  .mb-xxl-n270 {
    margin-bottom: -18rem !important;
  }
  .mb-xxl-n300 {
    margin-bottom: -20rem !important;
  }
  .mb-xxl-n330 {
    margin-bottom: -22rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -0.4rem !important;
  }
  .ms-xxl-n9 {
    margin-left: -0.6rem !important;
  }
  .ms-xxl-n12 {
    margin-left: -0.8rem !important;
  }
  .ms-xxl-n18 {
    margin-left: -1.2rem !important;
  }
  .ms-xxl-n20 {
    margin-left: -1.332rem !important;
  }
  .ms-xxl-n30 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n35 {
    margin-left: -2.1rem !important;
  }
  .ms-xxl-n40 {
    margin-left: -2.624rem !important;
  }
  .ms-xxl-n50 {
    margin-left: -3.3rem !important;
  }
  .ms-xxl-n60 {
    margin-left: -3.996rem !important;
  }
  .ms-xxl-n75 {
    margin-left: -5.6rem !important;
  }
  .ms-xxl-n90 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n100 {
    margin-left: -6.6664rem !important;
  }
  .ms-xxl-n120 {
    margin-left: -8rem !important;
  }
  .ms-xxl-n150 {
    margin-left: -10rem !important;
  }
  .ms-xxl-n180 {
    margin-left: -12rem !important;
  }
  .ms-xxl-n200 {
    margin-left: -13.3332rem !important;
  }
  .ms-xxl-n210 {
    margin-left: -14rem !important;
  }
  .ms-xxl-n220 {
    margin-left: -14.6664rem !important;
  }
  .ms-xxl-n240 {
    margin-left: -16rem !important;
  }
  .ms-xxl-n270 {
    margin-left: -18rem !important;
  }
  .ms-xxl-n300 {
    margin-left: -20rem !important;
  }
  .ms-xxl-n330 {
    margin-left: -22rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-6 {
    padding: 0.4rem !important;
  }
  .p-xxl-9 {
    padding: 0.6rem !important;
  }
  .p-xxl-12 {
    padding: 0.8rem !important;
  }
  .p-xxl-18 {
    padding: 1.2rem !important;
  }
  .p-xxl-20 {
    padding: 1.332rem !important;
  }
  .p-xxl-30 {
    padding: 2rem !important;
  }
  .p-xxl-35 {
    padding: 2.1rem !important;
  }
  .p-xxl-40 {
    padding: 2.624rem !important;
  }
  .p-xxl-50 {
    padding: 3.3rem !important;
  }
  .p-xxl-60 {
    padding: 3.996rem !important;
  }
  .p-xxl-75 {
    padding: 5.6rem !important;
  }
  .p-xxl-90 {
    padding: 6rem !important;
  }
  .p-xxl-100 {
    padding: 6.6664rem !important;
  }
  .p-xxl-120 {
    padding: 8rem !important;
  }
  .p-xxl-150 {
    padding: 10rem !important;
  }
  .p-xxl-180 {
    padding: 12rem !important;
  }
  .p-xxl-200 {
    padding: 13.3332rem !important;
  }
  .p-xxl-210 {
    padding: 14rem !important;
  }
  .p-xxl-220 {
    padding: 14.6664rem !important;
  }
  .p-xxl-240 {
    padding: 16rem !important;
  }
  .p-xxl-270 {
    padding: 18rem !important;
  }
  .p-xxl-300 {
    padding: 20rem !important;
  }
  .p-xxl-330 {
    padding: 22rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-6 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xxl-9 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .px-xxl-12 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xxl-18 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-xxl-20 {
    padding-right: 1.332rem !important;
    padding-left: 1.332rem !important;
  }
  .px-xxl-30 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-35 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }
  .px-xxl-40 {
    padding-right: 2.624rem !important;
    padding-left: 2.624rem !important;
  }
  .px-xxl-50 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important;
  }
  .px-xxl-60 {
    padding-right: 3.996rem !important;
    padding-left: 3.996rem !important;
  }
  .px-xxl-75 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-xxl-90 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-100 {
    padding-right: 6.6664rem !important;
    padding-left: 6.6664rem !important;
  }
  .px-xxl-120 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-150 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-180 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxl-200 {
    padding-right: 13.3332rem !important;
    padding-left: 13.3332rem !important;
  }
  .px-xxl-210 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxl-220 {
    padding-right: 14.6664rem !important;
    padding-left: 14.6664rem !important;
  }
  .px-xxl-240 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxl-270 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxl-300 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxl-330 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-6 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xxl-9 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .py-xxl-12 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xxl-18 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xxl-20 {
    padding-top: 1.332rem !important;
    padding-bottom: 1.332rem !important;
  }
  .py-xxl-30 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-35 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }
  .py-xxl-40 {
    padding-top: 2.624rem !important;
    padding-bottom: 2.624rem !important;
  }
  .py-xxl-50 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }
  .py-xxl-60 {
    padding-top: 3.996rem !important;
    padding-bottom: 3.996rem !important;
  }
  .py-xxl-75 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-xxl-90 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-100 {
    padding-top: 6.6664rem !important;
    padding-bottom: 6.6664rem !important;
  }
  .py-xxl-120 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-150 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-180 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxl-200 {
    padding-top: 13.3332rem !important;
    padding-bottom: 13.3332rem !important;
  }
  .py-xxl-210 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxl-220 {
    padding-top: 14.6664rem !important;
    padding-bottom: 14.6664rem !important;
  }
  .py-xxl-240 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxl-270 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxl-300 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxl-330 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-6 {
    padding-top: 0.4rem !important;
  }
  .pt-xxl-9 {
    padding-top: 0.6rem !important;
  }
  .pt-xxl-12 {
    padding-top: 0.8rem !important;
  }
  .pt-xxl-18 {
    padding-top: 1.2rem !important;
  }
  .pt-xxl-20 {
    padding-top: 1.332rem !important;
  }
  .pt-xxl-30 {
    padding-top: 2rem !important;
  }
  .pt-xxl-35 {
    padding-top: 2.1rem !important;
  }
  .pt-xxl-40 {
    padding-top: 2.624rem !important;
  }
  .pt-xxl-50 {
    padding-top: 3.3rem !important;
  }
  .pt-xxl-60 {
    padding-top: 3.996rem !important;
  }
  .pt-xxl-75 {
    padding-top: 5.6rem !important;
  }
  .pt-xxl-90 {
    padding-top: 6rem !important;
  }
  .pt-xxl-100 {
    padding-top: 6.6664rem !important;
  }
  .pt-xxl-120 {
    padding-top: 8rem !important;
  }
  .pt-xxl-150 {
    padding-top: 10rem !important;
  }
  .pt-xxl-180 {
    padding-top: 12rem !important;
  }
  .pt-xxl-200 {
    padding-top: 13.3332rem !important;
  }
  .pt-xxl-210 {
    padding-top: 14rem !important;
  }
  .pt-xxl-220 {
    padding-top: 14.6664rem !important;
  }
  .pt-xxl-240 {
    padding-top: 16rem !important;
  }
  .pt-xxl-270 {
    padding-top: 18rem !important;
  }
  .pt-xxl-300 {
    padding-top: 20rem !important;
  }
  .pt-xxl-330 {
    padding-top: 22rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-6 {
    padding-right: 0.4rem !important;
  }
  .pe-xxl-9 {
    padding-right: 0.6rem !important;
  }
  .pe-xxl-12 {
    padding-right: 0.8rem !important;
  }
  .pe-xxl-18 {
    padding-right: 1.2rem !important;
  }
  .pe-xxl-20 {
    padding-right: 1.332rem !important;
  }
  .pe-xxl-30 {
    padding-right: 2rem !important;
  }
  .pe-xxl-35 {
    padding-right: 2.1rem !important;
  }
  .pe-xxl-40 {
    padding-right: 2.624rem !important;
  }
  .pe-xxl-50 {
    padding-right: 3.3rem !important;
  }
  .pe-xxl-60 {
    padding-right: 3.996rem !important;
  }
  .pe-xxl-75 {
    padding-right: 5.6rem !important;
  }
  .pe-xxl-90 {
    padding-right: 6rem !important;
  }
  .pe-xxl-100 {
    padding-right: 6.6664rem !important;
  }
  .pe-xxl-120 {
    padding-right: 8rem !important;
  }
  .pe-xxl-150 {
    padding-right: 10rem !important;
  }
  .pe-xxl-180 {
    padding-right: 12rem !important;
  }
  .pe-xxl-200 {
    padding-right: 13.3332rem !important;
  }
  .pe-xxl-210 {
    padding-right: 14rem !important;
  }
  .pe-xxl-220 {
    padding-right: 14.6664rem !important;
  }
  .pe-xxl-240 {
    padding-right: 16rem !important;
  }
  .pe-xxl-270 {
    padding-right: 18rem !important;
  }
  .pe-xxl-300 {
    padding-right: 20rem !important;
  }
  .pe-xxl-330 {
    padding-right: 22rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-6 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 0.6rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xxl-18 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 1.332rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-35 {
    padding-bottom: 2.1rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 2.624rem !important;
  }
  .pb-xxl-50 {
    padding-bottom: 3.3rem !important;
  }
  .pb-xxl-60 {
    padding-bottom: 3.996rem !important;
  }
  .pb-xxl-75 {
    padding-bottom: 5.6rem !important;
  }
  .pb-xxl-90 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-100 {
    padding-bottom: 6.6664rem !important;
  }
  .pb-xxl-120 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-150 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-180 {
    padding-bottom: 12rem !important;
  }
  .pb-xxl-200 {
    padding-bottom: 13.3332rem !important;
  }
  .pb-xxl-210 {
    padding-bottom: 14rem !important;
  }
  .pb-xxl-220 {
    padding-bottom: 14.6664rem !important;
  }
  .pb-xxl-240 {
    padding-bottom: 16rem !important;
  }
  .pb-xxl-270 {
    padding-bottom: 18rem !important;
  }
  .pb-xxl-300 {
    padding-bottom: 20rem !important;
  }
  .pb-xxl-330 {
    padding-bottom: 22rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-6 {
    padding-left: 0.4rem !important;
  }
  .ps-xxl-9 {
    padding-left: 0.6rem !important;
  }
  .ps-xxl-12 {
    padding-left: 0.8rem !important;
  }
  .ps-xxl-18 {
    padding-left: 1.2rem !important;
  }
  .ps-xxl-20 {
    padding-left: 1.332rem !important;
  }
  .ps-xxl-30 {
    padding-left: 2rem !important;
  }
  .ps-xxl-35 {
    padding-left: 2.1rem !important;
  }
  .ps-xxl-40 {
    padding-left: 2.624rem !important;
  }
  .ps-xxl-50 {
    padding-left: 3.3rem !important;
  }
  .ps-xxl-60 {
    padding-left: 3.996rem !important;
  }
  .ps-xxl-75 {
    padding-left: 5.6rem !important;
  }
  .ps-xxl-90 {
    padding-left: 6rem !important;
  }
  .ps-xxl-100 {
    padding-left: 6.6664rem !important;
  }
  .ps-xxl-120 {
    padding-left: 8rem !important;
  }
  .ps-xxl-150 {
    padding-left: 10rem !important;
  }
  .ps-xxl-180 {
    padding-left: 12rem !important;
  }
  .ps-xxl-200 {
    padding-left: 13.3332rem !important;
  }
  .ps-xxl-210 {
    padding-left: 14rem !important;
  }
  .ps-xxl-220 {
    padding-left: 14.6664rem !important;
  }
  .ps-xxl-240 {
    padding-left: 16rem !important;
  }
  .ps-xxl-270 {
    padding-left: 18rem !important;
  }
  .ps-xxl-300 {
    padding-left: 20rem !important;
  }
  .ps-xxl-330 {
    padding-left: 22rem !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: 1900px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-6 {
    gap: 0.4rem !important;
  }
  .gap-xxxl-9 {
    gap: 0.6rem !important;
  }
  .gap-xxxl-12 {
    gap: 0.8rem !important;
  }
  .gap-xxxl-18 {
    gap: 1.2rem !important;
  }
  .gap-xxxl-20 {
    gap: 1.332rem !important;
  }
  .gap-xxxl-30 {
    gap: 2rem !important;
  }
  .gap-xxxl-35 {
    gap: 2.1rem !important;
  }
  .gap-xxxl-40 {
    gap: 2.624rem !important;
  }
  .gap-xxxl-50 {
    gap: 3.3rem !important;
  }
  .gap-xxxl-60 {
    gap: 3.996rem !important;
  }
  .gap-xxxl-75 {
    gap: 5.6rem !important;
  }
  .gap-xxxl-90 {
    gap: 6rem !important;
  }
  .gap-xxxl-100 {
    gap: 6.6664rem !important;
  }
  .gap-xxxl-120 {
    gap: 8rem !important;
  }
  .gap-xxxl-150 {
    gap: 10rem !important;
  }
  .gap-xxxl-180 {
    gap: 12rem !important;
  }
  .gap-xxxl-200 {
    gap: 13.3332rem !important;
  }
  .gap-xxxl-210 {
    gap: 14rem !important;
  }
  .gap-xxxl-220 {
    gap: 14.6664rem !important;
  }
  .gap-xxxl-240 {
    gap: 16rem !important;
  }
  .gap-xxxl-270 {
    gap: 18rem !important;
  }
  .gap-xxxl-300 {
    gap: 20rem !important;
  }
  .gap-xxxl-330 {
    gap: 22rem !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-6 {
    margin: 0.4rem !important;
  }
  .m-xxxl-9 {
    margin: 0.6rem !important;
  }
  .m-xxxl-12 {
    margin: 0.8rem !important;
  }
  .m-xxxl-18 {
    margin: 1.2rem !important;
  }
  .m-xxxl-20 {
    margin: 1.332rem !important;
  }
  .m-xxxl-30 {
    margin: 2rem !important;
  }
  .m-xxxl-35 {
    margin: 2.1rem !important;
  }
  .m-xxxl-40 {
    margin: 2.624rem !important;
  }
  .m-xxxl-50 {
    margin: 3.3rem !important;
  }
  .m-xxxl-60 {
    margin: 3.996rem !important;
  }
  .m-xxxl-75 {
    margin: 5.6rem !important;
  }
  .m-xxxl-90 {
    margin: 6rem !important;
  }
  .m-xxxl-100 {
    margin: 6.6664rem !important;
  }
  .m-xxxl-120 {
    margin: 8rem !important;
  }
  .m-xxxl-150 {
    margin: 10rem !important;
  }
  .m-xxxl-180 {
    margin: 12rem !important;
  }
  .m-xxxl-200 {
    margin: 13.3332rem !important;
  }
  .m-xxxl-210 {
    margin: 14rem !important;
  }
  .m-xxxl-220 {
    margin: 14.6664rem !important;
  }
  .m-xxxl-240 {
    margin: 16rem !important;
  }
  .m-xxxl-270 {
    margin: 18rem !important;
  }
  .m-xxxl-300 {
    margin: 20rem !important;
  }
  .m-xxxl-330 {
    margin: 22rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-6 {
    margin: 0.4rem !important;
  }
  .m-xxxl-9 {
    margin: 0.6rem !important;
  }
  .m-xxxl-12 {
    margin: 0.8rem !important;
  }
  .m-xxxl-18 {
    margin: 1.2rem !important;
  }
  .m-xxxl-20 {
    margin: 1.332rem !important;
  }
  .m-xxxl-30 {
    margin: 2rem !important;
  }
  .m-xxxl-35 {
    margin: 2.1rem !important;
  }
  .m-xxxl-40 {
    margin: 2.624rem !important;
  }
  .m-xxxl-50 {
    margin: 3.3rem !important;
  }
  .m-xxxl-60 {
    margin: 3.996rem !important;
  }
  .m-xxxl-75 {
    margin: 5.6rem !important;
  }
  .m-xxxl-90 {
    margin: 6rem !important;
  }
  .m-xxxl-100 {
    margin: 6.6664rem !important;
  }
  .m-xxxl-120 {
    margin: 8rem !important;
  }
  .m-xxxl-150 {
    margin: 10rem !important;
  }
  .m-xxxl-180 {
    margin: 12rem !important;
  }
  .m-xxxl-200 {
    margin: 13.3332rem !important;
  }
  .m-xxxl-210 {
    margin: 14rem !important;
  }
  .m-xxxl-220 {
    margin: 14.6664rem !important;
  }
  .m-xxxl-240 {
    margin: 16rem !important;
  }
  .m-xxxl-270 {
    margin: 18rem !important;
  }
  .m-xxxl-300 {
    margin: 20rem !important;
  }
  .m-xxxl-330 {
    margin: 22rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-6 {
    margin: 0.4rem !important;
  }
  .m-xxxl-9 {
    margin: 0.6rem !important;
  }
  .m-xxxl-12 {
    margin: 0.8rem !important;
  }
  .m-xxxl-18 {
    margin: 1.2rem !important;
  }
  .m-xxxl-20 {
    margin: 1.332rem !important;
  }
  .m-xxxl-30 {
    margin: 2rem !important;
  }
  .m-xxxl-35 {
    margin: 2.1rem !important;
  }
  .m-xxxl-40 {
    margin: 2.624rem !important;
  }
  .m-xxxl-50 {
    margin: 3.3rem !important;
  }
  .m-xxxl-60 {
    margin: 3.996rem !important;
  }
  .m-xxxl-75 {
    margin: 5.6rem !important;
  }
  .m-xxxl-90 {
    margin: 6rem !important;
  }
  .m-xxxl-100 {
    margin: 6.6664rem !important;
  }
  .m-xxxl-120 {
    margin: 8rem !important;
  }
  .m-xxxl-150 {
    margin: 10rem !important;
  }
  .m-xxxl-180 {
    margin: 12rem !important;
  }
  .m-xxxl-200 {
    margin: 13.3332rem !important;
  }
  .m-xxxl-210 {
    margin: 14rem !important;
  }
  .m-xxxl-220 {
    margin: 14.6664rem !important;
  }
  .m-xxxl-240 {
    margin: 16rem !important;
  }
  .m-xxxl-270 {
    margin: 18rem !important;
  }
  .m-xxxl-300 {
    margin: 20rem !important;
  }
  .m-xxxl-330 {
    margin: 22rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-6 {
    margin: 0.4rem !important;
  }
  .m-xxxl-9 {
    margin: 0.6rem !important;
  }
  .m-xxxl-12 {
    margin: 0.8rem !important;
  }
  .m-xxxl-18 {
    margin: 1.2rem !important;
  }
  .m-xxxl-20 {
    margin: 1.332rem !important;
  }
  .m-xxxl-30 {
    margin: 2rem !important;
  }
  .m-xxxl-35 {
    margin: 2.1rem !important;
  }
  .m-xxxl-40 {
    margin: 2.624rem !important;
  }
  .m-xxxl-50 {
    margin: 3.3rem !important;
  }
  .m-xxxl-60 {
    margin: 3.996rem !important;
  }
  .m-xxxl-75 {
    margin: 5.6rem !important;
  }
  .m-xxxl-90 {
    margin: 6rem !important;
  }
  .m-xxxl-100 {
    margin: 6.6664rem !important;
  }
  .m-xxxl-120 {
    margin: 8rem !important;
  }
  .m-xxxl-150 {
    margin: 10rem !important;
  }
  .m-xxxl-180 {
    margin: 12rem !important;
  }
  .m-xxxl-200 {
    margin: 13.3332rem !important;
  }
  .m-xxxl-210 {
    margin: 14rem !important;
  }
  .m-xxxl-220 {
    margin: 14.6664rem !important;
  }
  .m-xxxl-240 {
    margin: 16rem !important;
  }
  .m-xxxl-270 {
    margin: 18rem !important;
  }
  .m-xxxl-300 {
    margin: 20rem !important;
  }
  .m-xxxl-330 {
    margin: 22rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-6 {
    margin: 0.4rem !important;
  }
  .m-xxxl-9 {
    margin: 0.6rem !important;
  }
  .m-xxxl-12 {
    margin: 0.8rem !important;
  }
  .m-xxxl-18 {
    margin: 1.2rem !important;
  }
  .m-xxxl-20 {
    margin: 1.332rem !important;
  }
  .m-xxxl-30 {
    margin: 2rem !important;
  }
  .m-xxxl-35 {
    margin: 2.1rem !important;
  }
  .m-xxxl-40 {
    margin: 2.624rem !important;
  }
  .m-xxxl-50 {
    margin: 3.3rem !important;
  }
  .m-xxxl-60 {
    margin: 3.996rem !important;
  }
  .m-xxxl-75 {
    margin: 5.6rem !important;
  }
  .m-xxxl-90 {
    margin: 6rem !important;
  }
  .m-xxxl-100 {
    margin: 6.6664rem !important;
  }
  .m-xxxl-120 {
    margin: 8rem !important;
  }
  .m-xxxl-150 {
    margin: 10rem !important;
  }
  .m-xxxl-180 {
    margin: 12rem !important;
  }
  .m-xxxl-200 {
    margin: 13.3332rem !important;
  }
  .m-xxxl-210 {
    margin: 14rem !important;
  }
  .m-xxxl-220 {
    margin: 14.6664rem !important;
  }
  .m-xxxl-240 {
    margin: 16rem !important;
  }
  .m-xxxl-270 {
    margin: 18rem !important;
  }
  .m-xxxl-300 {
    margin: 20rem !important;
  }
  .m-xxxl-330 {
    margin: 22rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-6 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xxxl-9 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .mx-xxxl-12 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xxxl-18 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-xxxl-20 {
    margin-right: 1.332rem !important;
    margin-left: 1.332rem !important;
  }
  .mx-xxxl-30 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxxl-35 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }
  .mx-xxxl-40 {
    margin-right: 2.624rem !important;
    margin-left: 2.624rem !important;
  }
  .mx-xxxl-50 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important;
  }
  .mx-xxxl-60 {
    margin-right: 3.996rem !important;
    margin-left: 3.996rem !important;
  }
  .mx-xxxl-75 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-xxxl-90 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxxl-100 {
    margin-right: 6.6664rem !important;
    margin-left: 6.6664rem !important;
  }
  .mx-xxxl-120 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxxl-150 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxxl-180 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxxl-200 {
    margin-right: 13.3332rem !important;
    margin-left: 13.3332rem !important;
  }
  .mx-xxxl-210 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxxl-220 {
    margin-right: 14.6664rem !important;
    margin-left: 14.6664rem !important;
  }
  .mx-xxxl-240 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxxl-270 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxxl-300 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxxl-330 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-6 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xxxl-9 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .my-xxxl-12 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xxxl-18 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xxxl-20 {
    margin-top: 1.332rem !important;
    margin-bottom: 1.332rem !important;
  }
  .my-xxxl-30 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxxl-35 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .my-xxxl-40 {
    margin-top: 2.624rem !important;
    margin-bottom: 2.624rem !important;
  }
  .my-xxxl-50 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }
  .my-xxxl-60 {
    margin-top: 3.996rem !important;
    margin-bottom: 3.996rem !important;
  }
  .my-xxxl-75 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-xxxl-90 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxxl-100 {
    margin-top: 6.6664rem !important;
    margin-bottom: 6.6664rem !important;
  }
  .my-xxxl-120 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxxl-150 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxxl-180 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxxl-200 {
    margin-top: 13.3332rem !important;
    margin-bottom: 13.3332rem !important;
  }
  .my-xxxl-210 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxxl-220 {
    margin-top: 14.6664rem !important;
    margin-bottom: 14.6664rem !important;
  }
  .my-xxxl-240 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxxl-270 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxxl-300 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxxl-330 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-6 {
    margin-top: 0.4rem !important;
  }
  .mt-xxxl-9 {
    margin-top: 0.6rem !important;
  }
  .mt-xxxl-12 {
    margin-top: 0.8rem !important;
  }
  .mt-xxxl-18 {
    margin-top: 1.2rem !important;
  }
  .mt-xxxl-20 {
    margin-top: 1.332rem !important;
  }
  .mt-xxxl-30 {
    margin-top: 2rem !important;
  }
  .mt-xxxl-35 {
    margin-top: 2.1rem !important;
  }
  .mt-xxxl-40 {
    margin-top: 2.624rem !important;
  }
  .mt-xxxl-50 {
    margin-top: 3.3rem !important;
  }
  .mt-xxxl-60 {
    margin-top: 3.996rem !important;
  }
  .mt-xxxl-75 {
    margin-top: 5.6rem !important;
  }
  .mt-xxxl-90 {
    margin-top: 6rem !important;
  }
  .mt-xxxl-100 {
    margin-top: 6.6664rem !important;
  }
  .mt-xxxl-120 {
    margin-top: 8rem !important;
  }
  .mt-xxxl-150 {
    margin-top: 10rem !important;
  }
  .mt-xxxl-180 {
    margin-top: 12rem !important;
  }
  .mt-xxxl-200 {
    margin-top: 13.3332rem !important;
  }
  .mt-xxxl-210 {
    margin-top: 14rem !important;
  }
  .mt-xxxl-220 {
    margin-top: 14.6664rem !important;
  }
  .mt-xxxl-240 {
    margin-top: 16rem !important;
  }
  .mt-xxxl-270 {
    margin-top: 18rem !important;
  }
  .mt-xxxl-300 {
    margin-top: 20rem !important;
  }
  .mt-xxxl-330 {
    margin-top: 22rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-6 {
    margin-right: 0.4rem !important;
  }
  .me-xxxl-9 {
    margin-right: 0.6rem !important;
  }
  .me-xxxl-12 {
    margin-right: 0.8rem !important;
  }
  .me-xxxl-18 {
    margin-right: 1.2rem !important;
  }
  .me-xxxl-20 {
    margin-right: 1.332rem !important;
  }
  .me-xxxl-30 {
    margin-right: 2rem !important;
  }
  .me-xxxl-35 {
    margin-right: 2.1rem !important;
  }
  .me-xxxl-40 {
    margin-right: 2.624rem !important;
  }
  .me-xxxl-50 {
    margin-right: 3.3rem !important;
  }
  .me-xxxl-60 {
    margin-right: 3.996rem !important;
  }
  .me-xxxl-75 {
    margin-right: 5.6rem !important;
  }
  .me-xxxl-90 {
    margin-right: 6rem !important;
  }
  .me-xxxl-100 {
    margin-right: 6.6664rem !important;
  }
  .me-xxxl-120 {
    margin-right: 8rem !important;
  }
  .me-xxxl-150 {
    margin-right: 10rem !important;
  }
  .me-xxxl-180 {
    margin-right: 12rem !important;
  }
  .me-xxxl-200 {
    margin-right: 13.3332rem !important;
  }
  .me-xxxl-210 {
    margin-right: 14rem !important;
  }
  .me-xxxl-220 {
    margin-right: 14.6664rem !important;
  }
  .me-xxxl-240 {
    margin-right: 16rem !important;
  }
  .me-xxxl-270 {
    margin-right: 18rem !important;
  }
  .me-xxxl-300 {
    margin-right: 20rem !important;
  }
  .me-xxxl-330 {
    margin-right: 22rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xxxl-9 {
    margin-bottom: 0.6rem !important;
  }
  .mb-xxxl-12 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xxxl-18 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xxxl-20 {
    margin-bottom: 1.332rem !important;
  }
  .mb-xxxl-30 {
    margin-bottom: 2rem !important;
  }
  .mb-xxxl-35 {
    margin-bottom: 2.1rem !important;
  }
  .mb-xxxl-40 {
    margin-bottom: 2.624rem !important;
  }
  .mb-xxxl-50 {
    margin-bottom: 3.3rem !important;
  }
  .mb-xxxl-60 {
    margin-bottom: 3.996rem !important;
  }
  .mb-xxxl-75 {
    margin-bottom: 5.6rem !important;
  }
  .mb-xxxl-90 {
    margin-bottom: 6rem !important;
  }
  .mb-xxxl-100 {
    margin-bottom: 6.6664rem !important;
  }
  .mb-xxxl-120 {
    margin-bottom: 8rem !important;
  }
  .mb-xxxl-150 {
    margin-bottom: 10rem !important;
  }
  .mb-xxxl-180 {
    margin-bottom: 12rem !important;
  }
  .mb-xxxl-200 {
    margin-bottom: 13.3332rem !important;
  }
  .mb-xxxl-210 {
    margin-bottom: 14rem !important;
  }
  .mb-xxxl-220 {
    margin-bottom: 14.6664rem !important;
  }
  .mb-xxxl-240 {
    margin-bottom: 16rem !important;
  }
  .mb-xxxl-270 {
    margin-bottom: 18rem !important;
  }
  .mb-xxxl-300 {
    margin-bottom: 20rem !important;
  }
  .mb-xxxl-330 {
    margin-bottom: 22rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-6 {
    margin-left: 0.4rem !important;
  }
  .ms-xxxl-9 {
    margin-left: 0.6rem !important;
  }
  .ms-xxxl-12 {
    margin-left: 0.8rem !important;
  }
  .ms-xxxl-18 {
    margin-left: 1.2rem !important;
  }
  .ms-xxxl-20 {
    margin-left: 1.332rem !important;
  }
  .ms-xxxl-30 {
    margin-left: 2rem !important;
  }
  .ms-xxxl-35 {
    margin-left: 2.1rem !important;
  }
  .ms-xxxl-40 {
    margin-left: 2.624rem !important;
  }
  .ms-xxxl-50 {
    margin-left: 3.3rem !important;
  }
  .ms-xxxl-60 {
    margin-left: 3.996rem !important;
  }
  .ms-xxxl-75 {
    margin-left: 5.6rem !important;
  }
  .ms-xxxl-90 {
    margin-left: 6rem !important;
  }
  .ms-xxxl-100 {
    margin-left: 6.6664rem !important;
  }
  .ms-xxxl-120 {
    margin-left: 8rem !important;
  }
  .ms-xxxl-150 {
    margin-left: 10rem !important;
  }
  .ms-xxxl-180 {
    margin-left: 12rem !important;
  }
  .ms-xxxl-200 {
    margin-left: 13.3332rem !important;
  }
  .ms-xxxl-210 {
    margin-left: 14rem !important;
  }
  .ms-xxxl-220 {
    margin-left: 14.6664rem !important;
  }
  .ms-xxxl-240 {
    margin-left: 16rem !important;
  }
  .ms-xxxl-270 {
    margin-left: 18rem !important;
  }
  .ms-xxxl-300 {
    margin-left: 20rem !important;
  }
  .ms-xxxl-330 {
    margin-left: 22rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .m-xxxl-n6 {
    margin: -0.4rem !important;
  }
  .m-xxxl-n9 {
    margin: -0.6rem !important;
  }
  .m-xxxl-n12 {
    margin: -0.8rem !important;
  }
  .m-xxxl-n18 {
    margin: -1.2rem !important;
  }
  .m-xxxl-n20 {
    margin: -1.332rem !important;
  }
  .m-xxxl-n30 {
    margin: -2rem !important;
  }
  .m-xxxl-n35 {
    margin: -2.1rem !important;
  }
  .m-xxxl-n40 {
    margin: -2.624rem !important;
  }
  .m-xxxl-n50 {
    margin: -3.3rem !important;
  }
  .m-xxxl-n60 {
    margin: -3.996rem !important;
  }
  .m-xxxl-n75 {
    margin: -5.6rem !important;
  }
  .m-xxxl-n90 {
    margin: -6rem !important;
  }
  .m-xxxl-n100 {
    margin: -6.6664rem !important;
  }
  .m-xxxl-n120 {
    margin: -8rem !important;
  }
  .m-xxxl-n150 {
    margin: -10rem !important;
  }
  .m-xxxl-n180 {
    margin: -12rem !important;
  }
  .m-xxxl-n200 {
    margin: -13.3332rem !important;
  }
  .m-xxxl-n210 {
    margin: -14rem !important;
  }
  .m-xxxl-n220 {
    margin: -14.6664rem !important;
  }
  .m-xxxl-n240 {
    margin: -16rem !important;
  }
  .m-xxxl-n270 {
    margin: -18rem !important;
  }
  .m-xxxl-n300 {
    margin: -20rem !important;
  }
  .m-xxxl-n330 {
    margin: -22rem !important;
  }
  .mx-xxxl-n6 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .mx-xxxl-n9 {
    margin-right: -0.6rem !important;
    margin-left: -0.6rem !important;
  }
  .mx-xxxl-n12 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .mx-xxxl-n18 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .mx-xxxl-n20 {
    margin-right: -1.332rem !important;
    margin-left: -1.332rem !important;
  }
  .mx-xxxl-n30 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxxl-n35 {
    margin-right: -2.1rem !important;
    margin-left: -2.1rem !important;
  }
  .mx-xxxl-n40 {
    margin-right: -2.624rem !important;
    margin-left: -2.624rem !important;
  }
  .mx-xxxl-n50 {
    margin-right: -3.3rem !important;
    margin-left: -3.3rem !important;
  }
  .mx-xxxl-n60 {
    margin-right: -3.996rem !important;
    margin-left: -3.996rem !important;
  }
  .mx-xxxl-n75 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .mx-xxxl-n90 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxxl-n100 {
    margin-right: -6.6664rem !important;
    margin-left: -6.6664rem !important;
  }
  .mx-xxxl-n120 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxxl-n150 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxxl-n180 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xxxl-n200 {
    margin-right: -13.3332rem !important;
    margin-left: -13.3332rem !important;
  }
  .mx-xxxl-n210 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xxxl-n220 {
    margin-right: -14.6664rem !important;
    margin-left: -14.6664rem !important;
  }
  .mx-xxxl-n240 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xxxl-n270 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xxxl-n300 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xxxl-n330 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .my-xxxl-n6 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .my-xxxl-n9 {
    margin-top: -0.6rem !important;
    margin-bottom: -0.6rem !important;
  }
  .my-xxxl-n12 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .my-xxxl-n18 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .my-xxxl-n20 {
    margin-top: -1.332rem !important;
    margin-bottom: -1.332rem !important;
  }
  .my-xxxl-n30 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxxl-n35 {
    margin-top: -2.1rem !important;
    margin-bottom: -2.1rem !important;
  }
  .my-xxxl-n40 {
    margin-top: -2.624rem !important;
    margin-bottom: -2.624rem !important;
  }
  .my-xxxl-n50 {
    margin-top: -3.3rem !important;
    margin-bottom: -3.3rem !important;
  }
  .my-xxxl-n60 {
    margin-top: -3.996rem !important;
    margin-bottom: -3.996rem !important;
  }
  .my-xxxl-n75 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .my-xxxl-n90 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxxl-n100 {
    margin-top: -6.6664rem !important;
    margin-bottom: -6.6664rem !important;
  }
  .my-xxxl-n120 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxxl-n150 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxxl-n180 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xxxl-n200 {
    margin-top: -13.3332rem !important;
    margin-bottom: -13.3332rem !important;
  }
  .my-xxxl-n210 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xxxl-n220 {
    margin-top: -14.6664rem !important;
    margin-bottom: -14.6664rem !important;
  }
  .my-xxxl-n240 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xxxl-n270 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xxxl-n300 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xxxl-n330 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .mt-xxxl-n6 {
    margin-top: -0.4rem !important;
  }
  .mt-xxxl-n9 {
    margin-top: -0.6rem !important;
  }
  .mt-xxxl-n12 {
    margin-top: -0.8rem !important;
  }
  .mt-xxxl-n18 {
    margin-top: -1.2rem !important;
  }
  .mt-xxxl-n20 {
    margin-top: -1.332rem !important;
  }
  .mt-xxxl-n30 {
    margin-top: -2rem !important;
  }
  .mt-xxxl-n35 {
    margin-top: -2.1rem !important;
  }
  .mt-xxxl-n40 {
    margin-top: -2.624rem !important;
  }
  .mt-xxxl-n50 {
    margin-top: -3.3rem !important;
  }
  .mt-xxxl-n60 {
    margin-top: -3.996rem !important;
  }
  .mt-xxxl-n75 {
    margin-top: -5.6rem !important;
  }
  .mt-xxxl-n90 {
    margin-top: -6rem !important;
  }
  .mt-xxxl-n100 {
    margin-top: -6.6664rem !important;
  }
  .mt-xxxl-n120 {
    margin-top: -8rem !important;
  }
  .mt-xxxl-n150 {
    margin-top: -10rem !important;
  }
  .mt-xxxl-n180 {
    margin-top: -12rem !important;
  }
  .mt-xxxl-n200 {
    margin-top: -13.3332rem !important;
  }
  .mt-xxxl-n210 {
    margin-top: -14rem !important;
  }
  .mt-xxxl-n220 {
    margin-top: -14.6664rem !important;
  }
  .mt-xxxl-n240 {
    margin-top: -16rem !important;
  }
  .mt-xxxl-n270 {
    margin-top: -18rem !important;
  }
  .mt-xxxl-n300 {
    margin-top: -20rem !important;
  }
  .mt-xxxl-n330 {
    margin-top: -22rem !important;
  }
  .me-xxxl-n6 {
    margin-right: -0.4rem !important;
  }
  .me-xxxl-n9 {
    margin-right: -0.6rem !important;
  }
  .me-xxxl-n12 {
    margin-right: -0.8rem !important;
  }
  .me-xxxl-n18 {
    margin-right: -1.2rem !important;
  }
  .me-xxxl-n20 {
    margin-right: -1.332rem !important;
  }
  .me-xxxl-n30 {
    margin-right: -2rem !important;
  }
  .me-xxxl-n35 {
    margin-right: -2.1rem !important;
  }
  .me-xxxl-n40 {
    margin-right: -2.624rem !important;
  }
  .me-xxxl-n50 {
    margin-right: -3.3rem !important;
  }
  .me-xxxl-n60 {
    margin-right: -3.996rem !important;
  }
  .me-xxxl-n75 {
    margin-right: -5.6rem !important;
  }
  .me-xxxl-n90 {
    margin-right: -6rem !important;
  }
  .me-xxxl-n100 {
    margin-right: -6.6664rem !important;
  }
  .me-xxxl-n120 {
    margin-right: -8rem !important;
  }
  .me-xxxl-n150 {
    margin-right: -10rem !important;
  }
  .me-xxxl-n180 {
    margin-right: -12rem !important;
  }
  .me-xxxl-n200 {
    margin-right: -13.3332rem !important;
  }
  .me-xxxl-n210 {
    margin-right: -14rem !important;
  }
  .me-xxxl-n220 {
    margin-right: -14.6664rem !important;
  }
  .me-xxxl-n240 {
    margin-right: -16rem !important;
  }
  .me-xxxl-n270 {
    margin-right: -18rem !important;
  }
  .me-xxxl-n300 {
    margin-right: -20rem !important;
  }
  .me-xxxl-n330 {
    margin-right: -22rem !important;
  }
  .mb-xxxl-n6 {
    margin-bottom: -0.4rem !important;
  }
  .mb-xxxl-n9 {
    margin-bottom: -0.6rem !important;
  }
  .mb-xxxl-n12 {
    margin-bottom: -0.8rem !important;
  }
  .mb-xxxl-n18 {
    margin-bottom: -1.2rem !important;
  }
  .mb-xxxl-n20 {
    margin-bottom: -1.332rem !important;
  }
  .mb-xxxl-n30 {
    margin-bottom: -2rem !important;
  }
  .mb-xxxl-n35 {
    margin-bottom: -2.1rem !important;
  }
  .mb-xxxl-n40 {
    margin-bottom: -2.624rem !important;
  }
  .mb-xxxl-n50 {
    margin-bottom: -3.3rem !important;
  }
  .mb-xxxl-n60 {
    margin-bottom: -3.996rem !important;
  }
  .mb-xxxl-n75 {
    margin-bottom: -5.6rem !important;
  }
  .mb-xxxl-n90 {
    margin-bottom: -6rem !important;
  }
  .mb-xxxl-n100 {
    margin-bottom: -6.6664rem !important;
  }
  .mb-xxxl-n120 {
    margin-bottom: -8rem !important;
  }
  .mb-xxxl-n150 {
    margin-bottom: -10rem !important;
  }
  .mb-xxxl-n180 {
    margin-bottom: -12rem !important;
  }
  .mb-xxxl-n200 {
    margin-bottom: -13.3332rem !important;
  }
  .mb-xxxl-n210 {
    margin-bottom: -14rem !important;
  }
  .mb-xxxl-n220 {
    margin-bottom: -14.6664rem !important;
  }
  .mb-xxxl-n240 {
    margin-bottom: -16rem !important;
  }
  .mb-xxxl-n270 {
    margin-bottom: -18rem !important;
  }
  .mb-xxxl-n300 {
    margin-bottom: -20rem !important;
  }
  .mb-xxxl-n330 {
    margin-bottom: -22rem !important;
  }
  .ms-xxxl-n6 {
    margin-left: -0.4rem !important;
  }
  .ms-xxxl-n9 {
    margin-left: -0.6rem !important;
  }
  .ms-xxxl-n12 {
    margin-left: -0.8rem !important;
  }
  .ms-xxxl-n18 {
    margin-left: -1.2rem !important;
  }
  .ms-xxxl-n20 {
    margin-left: -1.332rem !important;
  }
  .ms-xxxl-n30 {
    margin-left: -2rem !important;
  }
  .ms-xxxl-n35 {
    margin-left: -2.1rem !important;
  }
  .ms-xxxl-n40 {
    margin-left: -2.624rem !important;
  }
  .ms-xxxl-n50 {
    margin-left: -3.3rem !important;
  }
  .ms-xxxl-n60 {
    margin-left: -3.996rem !important;
  }
  .ms-xxxl-n75 {
    margin-left: -5.6rem !important;
  }
  .ms-xxxl-n90 {
    margin-left: -6rem !important;
  }
  .ms-xxxl-n100 {
    margin-left: -6.6664rem !important;
  }
  .ms-xxxl-n120 {
    margin-left: -8rem !important;
  }
  .ms-xxxl-n150 {
    margin-left: -10rem !important;
  }
  .ms-xxxl-n180 {
    margin-left: -12rem !important;
  }
  .ms-xxxl-n200 {
    margin-left: -13.3332rem !important;
  }
  .ms-xxxl-n210 {
    margin-left: -14rem !important;
  }
  .ms-xxxl-n220 {
    margin-left: -14.6664rem !important;
  }
  .ms-xxxl-n240 {
    margin-left: -16rem !important;
  }
  .ms-xxxl-n270 {
    margin-left: -18rem !important;
  }
  .ms-xxxl-n300 {
    margin-left: -20rem !important;
  }
  .ms-xxxl-n330 {
    margin-left: -22rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-6 {
    padding: 0.4rem !important;
  }
  .p-xxxl-9 {
    padding: 0.6rem !important;
  }
  .p-xxxl-12 {
    padding: 0.8rem !important;
  }
  .p-xxxl-18 {
    padding: 1.2rem !important;
  }
  .p-xxxl-20 {
    padding: 1.332rem !important;
  }
  .p-xxxl-30 {
    padding: 2rem !important;
  }
  .p-xxxl-35 {
    padding: 2.1rem !important;
  }
  .p-xxxl-40 {
    padding: 2.624rem !important;
  }
  .p-xxxl-50 {
    padding: 3.3rem !important;
  }
  .p-xxxl-60 {
    padding: 3.996rem !important;
  }
  .p-xxxl-75 {
    padding: 5.6rem !important;
  }
  .p-xxxl-90 {
    padding: 6rem !important;
  }
  .p-xxxl-100 {
    padding: 6.6664rem !important;
  }
  .p-xxxl-120 {
    padding: 8rem !important;
  }
  .p-xxxl-150 {
    padding: 10rem !important;
  }
  .p-xxxl-180 {
    padding: 12rem !important;
  }
  .p-xxxl-200 {
    padding: 13.3332rem !important;
  }
  .p-xxxl-210 {
    padding: 14rem !important;
  }
  .p-xxxl-220 {
    padding: 14.6664rem !important;
  }
  .p-xxxl-240 {
    padding: 16rem !important;
  }
  .p-xxxl-270 {
    padding: 18rem !important;
  }
  .p-xxxl-300 {
    padding: 20rem !important;
  }
  .p-xxxl-330 {
    padding: 22rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-6 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xxxl-9 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .px-xxxl-12 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xxxl-18 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-xxxl-20 {
    padding-right: 1.332rem !important;
    padding-left: 1.332rem !important;
  }
  .px-xxxl-30 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxxl-35 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }
  .px-xxxl-40 {
    padding-right: 2.624rem !important;
    padding-left: 2.624rem !important;
  }
  .px-xxxl-50 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important;
  }
  .px-xxxl-60 {
    padding-right: 3.996rem !important;
    padding-left: 3.996rem !important;
  }
  .px-xxxl-75 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-xxxl-90 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxxl-100 {
    padding-right: 6.6664rem !important;
    padding-left: 6.6664rem !important;
  }
  .px-xxxl-120 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxxl-150 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxxl-180 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxxl-200 {
    padding-right: 13.3332rem !important;
    padding-left: 13.3332rem !important;
  }
  .px-xxxl-210 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxxl-220 {
    padding-right: 14.6664rem !important;
    padding-left: 14.6664rem !important;
  }
  .px-xxxl-240 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxxl-270 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxxl-300 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxxl-330 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-6 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xxxl-9 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .py-xxxl-12 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xxxl-18 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xxxl-20 {
    padding-top: 1.332rem !important;
    padding-bottom: 1.332rem !important;
  }
  .py-xxxl-30 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxxl-35 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }
  .py-xxxl-40 {
    padding-top: 2.624rem !important;
    padding-bottom: 2.624rem !important;
  }
  .py-xxxl-50 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }
  .py-xxxl-60 {
    padding-top: 3.996rem !important;
    padding-bottom: 3.996rem !important;
  }
  .py-xxxl-75 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-xxxl-90 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxxl-100 {
    padding-top: 6.6664rem !important;
    padding-bottom: 6.6664rem !important;
  }
  .py-xxxl-120 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxxl-150 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxxl-180 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxxl-200 {
    padding-top: 13.3332rem !important;
    padding-bottom: 13.3332rem !important;
  }
  .py-xxxl-210 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxxl-220 {
    padding-top: 14.6664rem !important;
    padding-bottom: 14.6664rem !important;
  }
  .py-xxxl-240 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxxl-270 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxxl-300 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxxl-330 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-6 {
    padding-top: 0.4rem !important;
  }
  .pt-xxxl-9 {
    padding-top: 0.6rem !important;
  }
  .pt-xxxl-12 {
    padding-top: 0.8rem !important;
  }
  .pt-xxxl-18 {
    padding-top: 1.2rem !important;
  }
  .pt-xxxl-20 {
    padding-top: 1.332rem !important;
  }
  .pt-xxxl-30 {
    padding-top: 2rem !important;
  }
  .pt-xxxl-35 {
    padding-top: 2.1rem !important;
  }
  .pt-xxxl-40 {
    padding-top: 2.624rem !important;
  }
  .pt-xxxl-50 {
    padding-top: 3.3rem !important;
  }
  .pt-xxxl-60 {
    padding-top: 3.996rem !important;
  }
  .pt-xxxl-75 {
    padding-top: 5.6rem !important;
  }
  .pt-xxxl-90 {
    padding-top: 6rem !important;
  }
  .pt-xxxl-100 {
    padding-top: 6.6664rem !important;
  }
  .pt-xxxl-120 {
    padding-top: 8rem !important;
  }
  .pt-xxxl-150 {
    padding-top: 10rem !important;
  }
  .pt-xxxl-180 {
    padding-top: 12rem !important;
  }
  .pt-xxxl-200 {
    padding-top: 13.3332rem !important;
  }
  .pt-xxxl-210 {
    padding-top: 14rem !important;
  }
  .pt-xxxl-220 {
    padding-top: 14.6664rem !important;
  }
  .pt-xxxl-240 {
    padding-top: 16rem !important;
  }
  .pt-xxxl-270 {
    padding-top: 18rem !important;
  }
  .pt-xxxl-300 {
    padding-top: 20rem !important;
  }
  .pt-xxxl-330 {
    padding-top: 22rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-6 {
    padding-right: 0.4rem !important;
  }
  .pe-xxxl-9 {
    padding-right: 0.6rem !important;
  }
  .pe-xxxl-12 {
    padding-right: 0.8rem !important;
  }
  .pe-xxxl-18 {
    padding-right: 1.2rem !important;
  }
  .pe-xxxl-20 {
    padding-right: 1.332rem !important;
  }
  .pe-xxxl-30 {
    padding-right: 2rem !important;
  }
  .pe-xxxl-35 {
    padding-right: 2.1rem !important;
  }
  .pe-xxxl-40 {
    padding-right: 2.624rem !important;
  }
  .pe-xxxl-50 {
    padding-right: 3.3rem !important;
  }
  .pe-xxxl-60 {
    padding-right: 3.996rem !important;
  }
  .pe-xxxl-75 {
    padding-right: 5.6rem !important;
  }
  .pe-xxxl-90 {
    padding-right: 6rem !important;
  }
  .pe-xxxl-100 {
    padding-right: 6.6664rem !important;
  }
  .pe-xxxl-120 {
    padding-right: 8rem !important;
  }
  .pe-xxxl-150 {
    padding-right: 10rem !important;
  }
  .pe-xxxl-180 {
    padding-right: 12rem !important;
  }
  .pe-xxxl-200 {
    padding-right: 13.3332rem !important;
  }
  .pe-xxxl-210 {
    padding-right: 14rem !important;
  }
  .pe-xxxl-220 {
    padding-right: 14.6664rem !important;
  }
  .pe-xxxl-240 {
    padding-right: 16rem !important;
  }
  .pe-xxxl-270 {
    padding-right: 18rem !important;
  }
  .pe-xxxl-300 {
    padding-right: 20rem !important;
  }
  .pe-xxxl-330 {
    padding-right: 22rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xxxl-9 {
    padding-bottom: 0.6rem !important;
  }
  .pb-xxxl-12 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xxxl-18 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xxxl-20 {
    padding-bottom: 1.332rem !important;
  }
  .pb-xxxl-30 {
    padding-bottom: 2rem !important;
  }
  .pb-xxxl-35 {
    padding-bottom: 2.1rem !important;
  }
  .pb-xxxl-40 {
    padding-bottom: 2.624rem !important;
  }
  .pb-xxxl-50 {
    padding-bottom: 3.3rem !important;
  }
  .pb-xxxl-60 {
    padding-bottom: 3.996rem !important;
  }
  .pb-xxxl-75 {
    padding-bottom: 5.6rem !important;
  }
  .pb-xxxl-90 {
    padding-bottom: 6rem !important;
  }
  .pb-xxxl-100 {
    padding-bottom: 6.6664rem !important;
  }
  .pb-xxxl-120 {
    padding-bottom: 8rem !important;
  }
  .pb-xxxl-150 {
    padding-bottom: 10rem !important;
  }
  .pb-xxxl-180 {
    padding-bottom: 12rem !important;
  }
  .pb-xxxl-200 {
    padding-bottom: 13.3332rem !important;
  }
  .pb-xxxl-210 {
    padding-bottom: 14rem !important;
  }
  .pb-xxxl-220 {
    padding-bottom: 14.6664rem !important;
  }
  .pb-xxxl-240 {
    padding-bottom: 16rem !important;
  }
  .pb-xxxl-270 {
    padding-bottom: 18rem !important;
  }
  .pb-xxxl-300 {
    padding-bottom: 20rem !important;
  }
  .pb-xxxl-330 {
    padding-bottom: 22rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-6 {
    padding-left: 0.4rem !important;
  }
  .ps-xxxl-9 {
    padding-left: 0.6rem !important;
  }
  .ps-xxxl-12 {
    padding-left: 0.8rem !important;
  }
  .ps-xxxl-18 {
    padding-left: 1.2rem !important;
  }
  .ps-xxxl-20 {
    padding-left: 1.332rem !important;
  }
  .ps-xxxl-30 {
    padding-left: 2rem !important;
  }
  .ps-xxxl-35 {
    padding-left: 2.1rem !important;
  }
  .ps-xxxl-40 {
    padding-left: 2.624rem !important;
  }
  .ps-xxxl-50 {
    padding-left: 3.3rem !important;
  }
  .ps-xxxl-60 {
    padding-left: 3.996rem !important;
  }
  .ps-xxxl-75 {
    padding-left: 5.6rem !important;
  }
  .ps-xxxl-90 {
    padding-left: 6rem !important;
  }
  .ps-xxxl-100 {
    padding-left: 6.6664rem !important;
  }
  .ps-xxxl-120 {
    padding-left: 8rem !important;
  }
  .ps-xxxl-150 {
    padding-left: 10rem !important;
  }
  .ps-xxxl-180 {
    padding-left: 12rem !important;
  }
  .ps-xxxl-200 {
    padding-left: 13.3332rem !important;
  }
  .ps-xxxl-210 {
    padding-left: 14rem !important;
  }
  .ps-xxxl-220 {
    padding-left: 14.6664rem !important;
  }
  .ps-xxxl-240 {
    padding-left: 16rem !important;
  }
  .ps-xxxl-270 {
    padding-left: 18rem !important;
  }
  .ps-xxxl-300 {
    padding-left: 20rem !important;
  }
  .ps-xxxl-330 {
    padding-left: 22rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.8125rem !important;
  }
  .fs-2 {
    font-size: 2.25rem !important;
  }
  .fs-3 {
    font-size: 1.575rem !important;
  }
  .fs-4 {
    font-size: 1.35rem !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;
  }
}