@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #3E9564;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #F2F8F5;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #E0E0E0;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #505050;
  --bs-gray-800: #343a40;
  --bs-gray-900: #232323;
  --bs-primary: #3E9564;
  --bs-secondary: #6c757d;
  --bs-success: #3E9564;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #F2F8F5;
  --bs-dark: #232323;
  --bs-primary-rgb: 62, 149, 100;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 62, 149, 100;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 242, 248, 245;
  --bs-dark-rgb: 35, 35, 35;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 35, 35, 35;
  --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: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #232323;
  --bs-body-bg: #fff; }

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #3E9564;
  text-decoration: underline; }
  a:hover {
    color: #327750; }

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

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

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #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: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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

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

textarea {
  resize: vertical; }

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

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

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

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

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

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

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

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

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

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

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

@media (min-width: 576px) {
  .container, .container-xxsss, .container-xxss, .container-xss, .container-xs, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-xxsss, .container-xxss, .container-xss, .container-xs, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-xxsss, .container-xxss, .container-xss, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-xxsss, .container-xxss, .container-xss, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-xxsss, .container-xxss, .container-xss, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

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

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 310px) {
  .col-xxsss {
    flex: 1 0 0%; }
  .row-cols-xxsss-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxsss-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxsss-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxsss-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxsss-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxsss-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxsss-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxsss-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxsss-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxsss-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxsss-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxsss-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxsss-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxsss-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxsss-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxsss-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxsss-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxsss-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxsss-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxsss-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxsss-0 {
    margin-left: 0; }
  .offset-xxsss-1 {
    margin-left: 8.33333%; }
  .offset-xxsss-2 {
    margin-left: 16.66667%; }
  .offset-xxsss-3 {
    margin-left: 25%; }
  .offset-xxsss-4 {
    margin-left: 33.33333%; }
  .offset-xxsss-5 {
    margin-left: 41.66667%; }
  .offset-xxsss-6 {
    margin-left: 50%; }
  .offset-xxsss-7 {
    margin-left: 58.33333%; }
  .offset-xxsss-8 {
    margin-left: 66.66667%; }
  .offset-xxsss-9 {
    margin-left: 75%; }
  .offset-xxsss-10 {
    margin-left: 83.33333%; }
  .offset-xxsss-11 {
    margin-left: 91.66667%; }
  .g-xxsss-0,
  .gx-xxsss-0 {
    --bs-gutter-x: 0; }
  .g-xxsss-0,
  .gy-xxsss-0 {
    --bs-gutter-y: 0; }
  .g-xxsss-3,
  .gx-xxsss-3 {
    --bs-gutter-x: 3px; }
  .g-xxsss-3,
  .gy-xxsss-3 {
    --bs-gutter-y: 3px; }
  .g-xxsss-4,
  .gx-xxsss-4 {
    --bs-gutter-x: 4px; }
  .g-xxsss-4,
  .gy-xxsss-4 {
    --bs-gutter-y: 4px; }
  .g-xxsss-5,
  .gx-xxsss-5 {
    --bs-gutter-x: 5px; }
  .g-xxsss-5,
  .gy-xxsss-5 {
    --bs-gutter-y: 5px; }
  .g-xxsss-8,
  .gx-xxsss-8 {
    --bs-gutter-x: 8px; }
  .g-xxsss-8,
  .gy-xxsss-8 {
    --bs-gutter-y: 8px; }
  .g-xxsss-10,
  .gx-xxsss-10 {
    --bs-gutter-x: 10px; }
  .g-xxsss-10,
  .gy-xxsss-10 {
    --bs-gutter-y: 10px; }
  .g-xxsss-12,
  .gx-xxsss-12 {
    --bs-gutter-x: 12px; }
  .g-xxsss-12,
  .gy-xxsss-12 {
    --bs-gutter-y: 12px; }
  .g-xxsss-14,
  .gx-xxsss-14 {
    --bs-gutter-x: 14px; }
  .g-xxsss-14,
  .gy-xxsss-14 {
    --bs-gutter-y: 14px; }
  .g-xxsss-15,
  .gx-xxsss-15 {
    --bs-gutter-x: 15px; }
  .g-xxsss-15,
  .gy-xxsss-15 {
    --bs-gutter-y: 15px; }
  .g-xxsss-16,
  .gx-xxsss-16 {
    --bs-gutter-x: 16px; }
  .g-xxsss-16,
  .gy-xxsss-16 {
    --bs-gutter-y: 16px; }
  .g-xxsss-17,
  .gx-xxsss-17 {
    --bs-gutter-x: 17px; }
  .g-xxsss-17,
  .gy-xxsss-17 {
    --bs-gutter-y: 17px; }
  .g-xxsss-20,
  .gx-xxsss-20 {
    --bs-gutter-x: 20px; }
  .g-xxsss-20,
  .gy-xxsss-20 {
    --bs-gutter-y: 20px; }
  .g-xxsss-22,
  .gx-xxsss-22 {
    --bs-gutter-x: 22px; }
  .g-xxsss-22,
  .gy-xxsss-22 {
    --bs-gutter-y: 22px; }
  .g-xxsss-23,
  .gx-xxsss-23 {
    --bs-gutter-x: 23px; }
  .g-xxsss-23,
  .gy-xxsss-23 {
    --bs-gutter-y: 23px; }
  .g-xxsss-25,
  .gx-xxsss-25 {
    --bs-gutter-x: 25px; }
  .g-xxsss-25,
  .gy-xxsss-25 {
    --bs-gutter-y: 25px; }
  .g-xxsss-30,
  .gx-xxsss-30 {
    --bs-gutter-x: 30px; }
  .g-xxsss-30,
  .gy-xxsss-30 {
    --bs-gutter-y: 30px; }
  .g-xxsss-35,
  .gx-xxsss-35 {
    --bs-gutter-x: 35px; }
  .g-xxsss-35,
  .gy-xxsss-35 {
    --bs-gutter-y: 35px; }
  .g-xxsss-40,
  .gx-xxsss-40 {
    --bs-gutter-x: 40px; }
  .g-xxsss-40,
  .gy-xxsss-40 {
    --bs-gutter-y: 40px; }
  .g-xxsss-45,
  .gx-xxsss-45 {
    --bs-gutter-x: 45px; }
  .g-xxsss-45,
  .gy-xxsss-45 {
    --bs-gutter-y: 45px; }
  .g-xxsss-50,
  .gx-xxsss-50 {
    --bs-gutter-x: 50px; }
  .g-xxsss-50,
  .gy-xxsss-50 {
    --bs-gutter-y: 50px; }
  .g-xxsss-60,
  .gx-xxsss-60 {
    --bs-gutter-x: 60px; }
  .g-xxsss-60,
  .gy-xxsss-60 {
    --bs-gutter-y: 60px; }
  .g-xxsss-70,
  .gx-xxsss-70 {
    --bs-gutter-x: 70px; }
  .g-xxsss-70,
  .gy-xxsss-70 {
    --bs-gutter-y: 70px; }
  .g-xxsss-75,
  .gx-xxsss-75 {
    --bs-gutter-x: 75px; }
  .g-xxsss-75,
  .gy-xxsss-75 {
    --bs-gutter-y: 75px; }
  .g-xxsss-100,
  .gx-xxsss-100 {
    --bs-gutter-x: 100px; }
  .g-xxsss-100,
  .gy-xxsss-100 {
    --bs-gutter-y: 100px; }
  .g-xxsss-120,
  .gx-xxsss-120 {
    --bs-gutter-x: 120px; }
  .g-xxsss-120,
  .gy-xxsss-120 {
    --bs-gutter-y: 120px; }
  .g-xxsss-125,
  .gx-xxsss-125 {
    --bs-gutter-x: 125px; }
  .g-xxsss-125,
  .gy-xxsss-125 {
    --bs-gutter-y: 125px; }
  .g-xxsss-150,
  .gx-xxsss-150 {
    --bs-gutter-x: 150px; }
  .g-xxsss-150,
  .gy-xxsss-150 {
    --bs-gutter-y: 150px; } }

@media (min-width: 340px) {
  .col-xxss {
    flex: 1 0 0%; }
  .row-cols-xxss-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxss-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxss-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxss-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxss-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxss-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxss-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxss-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxss-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxss-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxss-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxss-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxss-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxss-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxss-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxss-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxss-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxss-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxss-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxss-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxss-0 {
    margin-left: 0; }
  .offset-xxss-1 {
    margin-left: 8.33333%; }
  .offset-xxss-2 {
    margin-left: 16.66667%; }
  .offset-xxss-3 {
    margin-left: 25%; }
  .offset-xxss-4 {
    margin-left: 33.33333%; }
  .offset-xxss-5 {
    margin-left: 41.66667%; }
  .offset-xxss-6 {
    margin-left: 50%; }
  .offset-xxss-7 {
    margin-left: 58.33333%; }
  .offset-xxss-8 {
    margin-left: 66.66667%; }
  .offset-xxss-9 {
    margin-left: 75%; }
  .offset-xxss-10 {
    margin-left: 83.33333%; }
  .offset-xxss-11 {
    margin-left: 91.66667%; }
  .g-xxss-0,
  .gx-xxss-0 {
    --bs-gutter-x: 0; }
  .g-xxss-0,
  .gy-xxss-0 {
    --bs-gutter-y: 0; }
  .g-xxss-3,
  .gx-xxss-3 {
    --bs-gutter-x: 3px; }
  .g-xxss-3,
  .gy-xxss-3 {
    --bs-gutter-y: 3px; }
  .g-xxss-4,
  .gx-xxss-4 {
    --bs-gutter-x: 4px; }
  .g-xxss-4,
  .gy-xxss-4 {
    --bs-gutter-y: 4px; }
  .g-xxss-5,
  .gx-xxss-5 {
    --bs-gutter-x: 5px; }
  .g-xxss-5,
  .gy-xxss-5 {
    --bs-gutter-y: 5px; }
  .g-xxss-8,
  .gx-xxss-8 {
    --bs-gutter-x: 8px; }
  .g-xxss-8,
  .gy-xxss-8 {
    --bs-gutter-y: 8px; }
  .g-xxss-10,
  .gx-xxss-10 {
    --bs-gutter-x: 10px; }
  .g-xxss-10,
  .gy-xxss-10 {
    --bs-gutter-y: 10px; }
  .g-xxss-12,
  .gx-xxss-12 {
    --bs-gutter-x: 12px; }
  .g-xxss-12,
  .gy-xxss-12 {
    --bs-gutter-y: 12px; }
  .g-xxss-14,
  .gx-xxss-14 {
    --bs-gutter-x: 14px; }
  .g-xxss-14,
  .gy-xxss-14 {
    --bs-gutter-y: 14px; }
  .g-xxss-15,
  .gx-xxss-15 {
    --bs-gutter-x: 15px; }
  .g-xxss-15,
  .gy-xxss-15 {
    --bs-gutter-y: 15px; }
  .g-xxss-16,
  .gx-xxss-16 {
    --bs-gutter-x: 16px; }
  .g-xxss-16,
  .gy-xxss-16 {
    --bs-gutter-y: 16px; }
  .g-xxss-17,
  .gx-xxss-17 {
    --bs-gutter-x: 17px; }
  .g-xxss-17,
  .gy-xxss-17 {
    --bs-gutter-y: 17px; }
  .g-xxss-20,
  .gx-xxss-20 {
    --bs-gutter-x: 20px; }
  .g-xxss-20,
  .gy-xxss-20 {
    --bs-gutter-y: 20px; }
  .g-xxss-22,
  .gx-xxss-22 {
    --bs-gutter-x: 22px; }
  .g-xxss-22,
  .gy-xxss-22 {
    --bs-gutter-y: 22px; }
  .g-xxss-23,
  .gx-xxss-23 {
    --bs-gutter-x: 23px; }
  .g-xxss-23,
  .gy-xxss-23 {
    --bs-gutter-y: 23px; }
  .g-xxss-25,
  .gx-xxss-25 {
    --bs-gutter-x: 25px; }
  .g-xxss-25,
  .gy-xxss-25 {
    --bs-gutter-y: 25px; }
  .g-xxss-30,
  .gx-xxss-30 {
    --bs-gutter-x: 30px; }
  .g-xxss-30,
  .gy-xxss-30 {
    --bs-gutter-y: 30px; }
  .g-xxss-35,
  .gx-xxss-35 {
    --bs-gutter-x: 35px; }
  .g-xxss-35,
  .gy-xxss-35 {
    --bs-gutter-y: 35px; }
  .g-xxss-40,
  .gx-xxss-40 {
    --bs-gutter-x: 40px; }
  .g-xxss-40,
  .gy-xxss-40 {
    --bs-gutter-y: 40px; }
  .g-xxss-45,
  .gx-xxss-45 {
    --bs-gutter-x: 45px; }
  .g-xxss-45,
  .gy-xxss-45 {
    --bs-gutter-y: 45px; }
  .g-xxss-50,
  .gx-xxss-50 {
    --bs-gutter-x: 50px; }
  .g-xxss-50,
  .gy-xxss-50 {
    --bs-gutter-y: 50px; }
  .g-xxss-60,
  .gx-xxss-60 {
    --bs-gutter-x: 60px; }
  .g-xxss-60,
  .gy-xxss-60 {
    --bs-gutter-y: 60px; }
  .g-xxss-70,
  .gx-xxss-70 {
    --bs-gutter-x: 70px; }
  .g-xxss-70,
  .gy-xxss-70 {
    --bs-gutter-y: 70px; }
  .g-xxss-75,
  .gx-xxss-75 {
    --bs-gutter-x: 75px; }
  .g-xxss-75,
  .gy-xxss-75 {
    --bs-gutter-y: 75px; }
  .g-xxss-100,
  .gx-xxss-100 {
    --bs-gutter-x: 100px; }
  .g-xxss-100,
  .gy-xxss-100 {
    --bs-gutter-y: 100px; }
  .g-xxss-120,
  .gx-xxss-120 {
    --bs-gutter-x: 120px; }
  .g-xxss-120,
  .gy-xxss-120 {
    --bs-gutter-y: 120px; }
  .g-xxss-125,
  .gx-xxss-125 {
    --bs-gutter-x: 125px; }
  .g-xxss-125,
  .gy-xxss-125 {
    --bs-gutter-y: 125px; }
  .g-xxss-150,
  .gx-xxss-150 {
    --bs-gutter-x: 150px; }
  .g-xxss-150,
  .gy-xxss-150 {
    --bs-gutter-y: 150px; } }

@media (min-width: 376px) {
  .col-xss {
    flex: 1 0 0%; }
  .row-cols-xss-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xss-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xss-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xss-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xss-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xss-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xss-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xss-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xss-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xss-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xss-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xss-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xss-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xss-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xss-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xss-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xss-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xss-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xss-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xss-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xss-0 {
    margin-left: 0; }
  .offset-xss-1 {
    margin-left: 8.33333%; }
  .offset-xss-2 {
    margin-left: 16.66667%; }
  .offset-xss-3 {
    margin-left: 25%; }
  .offset-xss-4 {
    margin-left: 33.33333%; }
  .offset-xss-5 {
    margin-left: 41.66667%; }
  .offset-xss-6 {
    margin-left: 50%; }
  .offset-xss-7 {
    margin-left: 58.33333%; }
  .offset-xss-8 {
    margin-left: 66.66667%; }
  .offset-xss-9 {
    margin-left: 75%; }
  .offset-xss-10 {
    margin-left: 83.33333%; }
  .offset-xss-11 {
    margin-left: 91.66667%; }
  .g-xss-0,
  .gx-xss-0 {
    --bs-gutter-x: 0; }
  .g-xss-0,
  .gy-xss-0 {
    --bs-gutter-y: 0; }
  .g-xss-3,
  .gx-xss-3 {
    --bs-gutter-x: 3px; }
  .g-xss-3,
  .gy-xss-3 {
    --bs-gutter-y: 3px; }
  .g-xss-4,
  .gx-xss-4 {
    --bs-gutter-x: 4px; }
  .g-xss-4,
  .gy-xss-4 {
    --bs-gutter-y: 4px; }
  .g-xss-5,
  .gx-xss-5 {
    --bs-gutter-x: 5px; }
  .g-xss-5,
  .gy-xss-5 {
    --bs-gutter-y: 5px; }
  .g-xss-8,
  .gx-xss-8 {
    --bs-gutter-x: 8px; }
  .g-xss-8,
  .gy-xss-8 {
    --bs-gutter-y: 8px; }
  .g-xss-10,
  .gx-xss-10 {
    --bs-gutter-x: 10px; }
  .g-xss-10,
  .gy-xss-10 {
    --bs-gutter-y: 10px; }
  .g-xss-12,
  .gx-xss-12 {
    --bs-gutter-x: 12px; }
  .g-xss-12,
  .gy-xss-12 {
    --bs-gutter-y: 12px; }
  .g-xss-14,
  .gx-xss-14 {
    --bs-gutter-x: 14px; }
  .g-xss-14,
  .gy-xss-14 {
    --bs-gutter-y: 14px; }
  .g-xss-15,
  .gx-xss-15 {
    --bs-gutter-x: 15px; }
  .g-xss-15,
  .gy-xss-15 {
    --bs-gutter-y: 15px; }
  .g-xss-16,
  .gx-xss-16 {
    --bs-gutter-x: 16px; }
  .g-xss-16,
  .gy-xss-16 {
    --bs-gutter-y: 16px; }
  .g-xss-17,
  .gx-xss-17 {
    --bs-gutter-x: 17px; }
  .g-xss-17,
  .gy-xss-17 {
    --bs-gutter-y: 17px; }
  .g-xss-20,
  .gx-xss-20 {
    --bs-gutter-x: 20px; }
  .g-xss-20,
  .gy-xss-20 {
    --bs-gutter-y: 20px; }
  .g-xss-22,
  .gx-xss-22 {
    --bs-gutter-x: 22px; }
  .g-xss-22,
  .gy-xss-22 {
    --bs-gutter-y: 22px; }
  .g-xss-23,
  .gx-xss-23 {
    --bs-gutter-x: 23px; }
  .g-xss-23,
  .gy-xss-23 {
    --bs-gutter-y: 23px; }
  .g-xss-25,
  .gx-xss-25 {
    --bs-gutter-x: 25px; }
  .g-xss-25,
  .gy-xss-25 {
    --bs-gutter-y: 25px; }
  .g-xss-30,
  .gx-xss-30 {
    --bs-gutter-x: 30px; }
  .g-xss-30,
  .gy-xss-30 {
    --bs-gutter-y: 30px; }
  .g-xss-35,
  .gx-xss-35 {
    --bs-gutter-x: 35px; }
  .g-xss-35,
  .gy-xss-35 {
    --bs-gutter-y: 35px; }
  .g-xss-40,
  .gx-xss-40 {
    --bs-gutter-x: 40px; }
  .g-xss-40,
  .gy-xss-40 {
    --bs-gutter-y: 40px; }
  .g-xss-45,
  .gx-xss-45 {
    --bs-gutter-x: 45px; }
  .g-xss-45,
  .gy-xss-45 {
    --bs-gutter-y: 45px; }
  .g-xss-50,
  .gx-xss-50 {
    --bs-gutter-x: 50px; }
  .g-xss-50,
  .gy-xss-50 {
    --bs-gutter-y: 50px; }
  .g-xss-60,
  .gx-xss-60 {
    --bs-gutter-x: 60px; }
  .g-xss-60,
  .gy-xss-60 {
    --bs-gutter-y: 60px; }
  .g-xss-70,
  .gx-xss-70 {
    --bs-gutter-x: 70px; }
  .g-xss-70,
  .gy-xss-70 {
    --bs-gutter-y: 70px; }
  .g-xss-75,
  .gx-xss-75 {
    --bs-gutter-x: 75px; }
  .g-xss-75,
  .gy-xss-75 {
    --bs-gutter-y: 75px; }
  .g-xss-100,
  .gx-xss-100 {
    --bs-gutter-x: 100px; }
  .g-xss-100,
  .gy-xss-100 {
    --bs-gutter-y: 100px; }
  .g-xss-120,
  .gx-xss-120 {
    --bs-gutter-x: 120px; }
  .g-xss-120,
  .gy-xss-120 {
    --bs-gutter-y: 120px; }
  .g-xss-125,
  .gx-xss-125 {
    --bs-gutter-x: 125px; }
  .g-xss-125,
  .gy-xss-125 {
    --bs-gutter-y: 125px; }
  .g-xss-150,
  .gx-xss-150 {
    --bs-gutter-x: 150px; }
  .g-xss-150,
  .gy-xss-150 {
    --bs-gutter-y: 150px; } }

@media (max-width: 767px) {
  .col-xs {
    flex: 1 0 0%; }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0; }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0; }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 3px; }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 3px; }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 4px; }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 4px; }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 5px; }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 5px; }
  .g-xs-8,
  .gx-xs-8 {
    --bs-gutter-x: 8px; }
  .g-xs-8,
  .gy-xs-8 {
    --bs-gutter-y: 8px; }
  .g-xs-10,
  .gx-xs-10 {
    --bs-gutter-x: 10px; }
  .g-xs-10,
  .gy-xs-10 {
    --bs-gutter-y: 10px; }
  .g-xs-12,
  .gx-xs-12 {
    --bs-gutter-x: 12px; }
  .g-xs-12,
  .gy-xs-12 {
    --bs-gutter-y: 12px; }
  .g-xs-14,
  .gx-xs-14 {
    --bs-gutter-x: 14px; }
  .g-xs-14,
  .gy-xs-14 {
    --bs-gutter-y: 14px; }
  .g-xs-15,
  .gx-xs-15 {
    --bs-gutter-x: 15px; }
  .g-xs-15,
  .gy-xs-15 {
    --bs-gutter-y: 15px; }
  .g-xs-16,
  .gx-xs-16 {
    --bs-gutter-x: 16px; }
  .g-xs-16,
  .gy-xs-16 {
    --bs-gutter-y: 16px; }
  .g-xs-17,
  .gx-xs-17 {
    --bs-gutter-x: 17px; }
  .g-xs-17,
  .gy-xs-17 {
    --bs-gutter-y: 17px; }
  .g-xs-20,
  .gx-xs-20 {
    --bs-gutter-x: 20px; }
  .g-xs-20,
  .gy-xs-20 {
    --bs-gutter-y: 20px; }
  .g-xs-22,
  .gx-xs-22 {
    --bs-gutter-x: 22px; }
  .g-xs-22,
  .gy-xs-22 {
    --bs-gutter-y: 22px; }
  .g-xs-23,
  .gx-xs-23 {
    --bs-gutter-x: 23px; }
  .g-xs-23,
  .gy-xs-23 {
    --bs-gutter-y: 23px; }
  .g-xs-25,
  .gx-xs-25 {
    --bs-gutter-x: 25px; }
  .g-xs-25,
  .gy-xs-25 {
    --bs-gutter-y: 25px; }
  .g-xs-30,
  .gx-xs-30 {
    --bs-gutter-x: 30px; }
  .g-xs-30,
  .gy-xs-30 {
    --bs-gutter-y: 30px; }
  .g-xs-35,
  .gx-xs-35 {
    --bs-gutter-x: 35px; }
  .g-xs-35,
  .gy-xs-35 {
    --bs-gutter-y: 35px; }
  .g-xs-40,
  .gx-xs-40 {
    --bs-gutter-x: 40px; }
  .g-xs-40,
  .gy-xs-40 {
    --bs-gutter-y: 40px; }
  .g-xs-45,
  .gx-xs-45 {
    --bs-gutter-x: 45px; }
  .g-xs-45,
  .gy-xs-45 {
    --bs-gutter-y: 45px; }
  .g-xs-50,
  .gx-xs-50 {
    --bs-gutter-x: 50px; }
  .g-xs-50,
  .gy-xs-50 {
    --bs-gutter-y: 50px; }
  .g-xs-60,
  .gx-xs-60 {
    --bs-gutter-x: 60px; }
  .g-xs-60,
  .gy-xs-60 {
    --bs-gutter-y: 60px; }
  .g-xs-70,
  .gx-xs-70 {
    --bs-gutter-x: 70px; }
  .g-xs-70,
  .gy-xs-70 {
    --bs-gutter-y: 70px; }
  .g-xs-75,
  .gx-xs-75 {
    --bs-gutter-x: 75px; }
  .g-xs-75,
  .gy-xs-75 {
    --bs-gutter-y: 75px; }
  .g-xs-100,
  .gx-xs-100 {
    --bs-gutter-x: 100px; }
  .g-xs-100,
  .gy-xs-100 {
    --bs-gutter-y: 100px; }
  .g-xs-120,
  .gx-xs-120 {
    --bs-gutter-x: 120px; }
  .g-xs-120,
  .gy-xs-120 {
    --bs-gutter-y: 120px; }
  .g-xs-125,
  .gx-xs-125 {
    --bs-gutter-x: 125px; }
  .g-xs-125,
  .gy-xs-125 {
    --bs-gutter-y: 125px; }
  .g-xs-150,
  .gx-xs-150 {
    --bs-gutter-x: 150px; }
  .g-xs-150,
  .gy-xs-150 {
    --bs-gutter-y: 150px; } }

@media (min-width: 768px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 3px; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 3px; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 4px; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 4px; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 5px; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 5px; }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 8px; }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8px; }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10px; }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10px; }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 12px; }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 12px; }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 14px; }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 14px; }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 15px; }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 15px; }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 16px; }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 16px; }
  .g-sm-17,
  .gx-sm-17 {
    --bs-gutter-x: 17px; }
  .g-sm-17,
  .gy-sm-17 {
    --bs-gutter-y: 17px; }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 20px; }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 20px; }
  .g-sm-22,
  .gx-sm-22 {
    --bs-gutter-x: 22px; }
  .g-sm-22,
  .gy-sm-22 {
    --bs-gutter-y: 22px; }
  .g-sm-23,
  .gx-sm-23 {
    --bs-gutter-x: 23px; }
  .g-sm-23,
  .gy-sm-23 {
    --bs-gutter-y: 23px; }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 25px; }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 25px; }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 30px; }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 30px; }
  .g-sm-35,
  .gx-sm-35 {
    --bs-gutter-x: 35px; }
  .g-sm-35,
  .gy-sm-35 {
    --bs-gutter-y: 35px; }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 40px; }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 40px; }
  .g-sm-45,
  .gx-sm-45 {
    --bs-gutter-x: 45px; }
  .g-sm-45,
  .gy-sm-45 {
    --bs-gutter-y: 45px; }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 50px; }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 50px; }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 60px; }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 60px; }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 70px; }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 70px; }
  .g-sm-75,
  .gx-sm-75 {
    --bs-gutter-x: 75px; }
  .g-sm-75,
  .gy-sm-75 {
    --bs-gutter-y: 75px; }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 100px; }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 100px; }
  .g-sm-120,
  .gx-sm-120 {
    --bs-gutter-x: 120px; }
  .g-sm-120,
  .gy-sm-120 {
    --bs-gutter-y: 120px; }
  .g-sm-125,
  .gx-sm-125 {
    --bs-gutter-x: 125px; }
  .g-sm-125,
  .gy-sm-125 {
    --bs-gutter-y: 125px; }
  .g-sm-150,
  .gx-sm-150 {
    --bs-gutter-x: 150px; }
  .g-sm-150,
  .gy-sm-150 {
    --bs-gutter-y: 150px; } }

@media (min-width: 992px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 3px; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 3px; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4px; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4px; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5px; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5px; }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8px; }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8px; }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10px; }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10px; }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 12px; }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 12px; }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 14px; }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 14px; }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 15px; }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 15px; }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 16px; }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 16px; }
  .g-md-17,
  .gx-md-17 {
    --bs-gutter-x: 17px; }
  .g-md-17,
  .gy-md-17 {
    --bs-gutter-y: 17px; }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 20px; }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 20px; }
  .g-md-22,
  .gx-md-22 {
    --bs-gutter-x: 22px; }
  .g-md-22,
  .gy-md-22 {
    --bs-gutter-y: 22px; }
  .g-md-23,
  .gx-md-23 {
    --bs-gutter-x: 23px; }
  .g-md-23,
  .gy-md-23 {
    --bs-gutter-y: 23px; }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 25px; }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 25px; }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 30px; }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 30px; }
  .g-md-35,
  .gx-md-35 {
    --bs-gutter-x: 35px; }
  .g-md-35,
  .gy-md-35 {
    --bs-gutter-y: 35px; }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 40px; }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 40px; }
  .g-md-45,
  .gx-md-45 {
    --bs-gutter-x: 45px; }
  .g-md-45,
  .gy-md-45 {
    --bs-gutter-y: 45px; }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 50px; }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 50px; }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 60px; }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 60px; }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 70px; }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 70px; }
  .g-md-75,
  .gx-md-75 {
    --bs-gutter-x: 75px; }
  .g-md-75,
  .gy-md-75 {
    --bs-gutter-y: 75px; }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 100px; }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 100px; }
  .g-md-120,
  .gx-md-120 {
    --bs-gutter-x: 120px; }
  .g-md-120,
  .gy-md-120 {
    --bs-gutter-y: 120px; }
  .g-md-125,
  .gx-md-125 {
    --bs-gutter-x: 125px; }
  .g-md-125,
  .gy-md-125 {
    --bs-gutter-y: 125px; }
  .g-md-150,
  .gx-md-150 {
    --bs-gutter-x: 150px; }
  .g-md-150,
  .gy-md-150 {
    --bs-gutter-y: 150px; } }

@media (min-width: 1200px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 3px; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 3px; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 4px; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 4px; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 5px; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 5px; }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 8px; }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8px; }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10px; }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10px; }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 12px; }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 12px; }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 14px; }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 14px; }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 15px; }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 15px; }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 16px; }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 16px; }
  .g-lg-17,
  .gx-lg-17 {
    --bs-gutter-x: 17px; }
  .g-lg-17,
  .gy-lg-17 {
    --bs-gutter-y: 17px; }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 20px; }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 20px; }
  .g-lg-22,
  .gx-lg-22 {
    --bs-gutter-x: 22px; }
  .g-lg-22,
  .gy-lg-22 {
    --bs-gutter-y: 22px; }
  .g-lg-23,
  .gx-lg-23 {
    --bs-gutter-x: 23px; }
  .g-lg-23,
  .gy-lg-23 {
    --bs-gutter-y: 23px; }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 25px; }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 25px; }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 30px; }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 30px; }
  .g-lg-35,
  .gx-lg-35 {
    --bs-gutter-x: 35px; }
  .g-lg-35,
  .gy-lg-35 {
    --bs-gutter-y: 35px; }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 40px; }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 40px; }
  .g-lg-45,
  .gx-lg-45 {
    --bs-gutter-x: 45px; }
  .g-lg-45,
  .gy-lg-45 {
    --bs-gutter-y: 45px; }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 50px; }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 50px; }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 60px; }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 60px; }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 70px; }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 70px; }
  .g-lg-75,
  .gx-lg-75 {
    --bs-gutter-x: 75px; }
  .g-lg-75,
  .gy-lg-75 {
    --bs-gutter-y: 75px; }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 100px; }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 100px; }
  .g-lg-120,
  .gx-lg-120 {
    --bs-gutter-x: 120px; }
  .g-lg-120,
  .gy-lg-120 {
    --bs-gutter-y: 120px; }
  .g-lg-125,
  .gx-lg-125 {
    --bs-gutter-x: 125px; }
  .g-lg-125,
  .gy-lg-125 {
    --bs-gutter-y: 125px; }
  .g-lg-150,
  .gx-lg-150 {
    --bs-gutter-x: 150px; }
  .g-lg-150,
  .gy-lg-150 {
    --bs-gutter-y: 150px; } }

@media (min-width: 1400px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 3px; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 3px; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 4px; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 4px; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 5px; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 5px; }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 8px; }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 8px; }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 10px; }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 10px; }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 12px; }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 12px; }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 14px; }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 14px; }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 15px; }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 15px; }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 16px; }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 16px; }
  .g-xl-17,
  .gx-xl-17 {
    --bs-gutter-x: 17px; }
  .g-xl-17,
  .gy-xl-17 {
    --bs-gutter-y: 17px; }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 20px; }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 20px; }
  .g-xl-22,
  .gx-xl-22 {
    --bs-gutter-x: 22px; }
  .g-xl-22,
  .gy-xl-22 {
    --bs-gutter-y: 22px; }
  .g-xl-23,
  .gx-xl-23 {
    --bs-gutter-x: 23px; }
  .g-xl-23,
  .gy-xl-23 {
    --bs-gutter-y: 23px; }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 25px; }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 25px; }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 30px; }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 30px; }
  .g-xl-35,
  .gx-xl-35 {
    --bs-gutter-x: 35px; }
  .g-xl-35,
  .gy-xl-35 {
    --bs-gutter-y: 35px; }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 40px; }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 40px; }
  .g-xl-45,
  .gx-xl-45 {
    --bs-gutter-x: 45px; }
  .g-xl-45,
  .gy-xl-45 {
    --bs-gutter-y: 45px; }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 50px; }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 50px; }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 60px; }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 60px; }
  .g-xl-70,
  .gx-xl-70 {
    --bs-gutter-x: 70px; }
  .g-xl-70,
  .gy-xl-70 {
    --bs-gutter-y: 70px; }
  .g-xl-75,
  .gx-xl-75 {
    --bs-gutter-x: 75px; }
  .g-xl-75,
  .gy-xl-75 {
    --bs-gutter-y: 75px; }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 100px; }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 100px; }
  .g-xl-120,
  .gx-xl-120 {
    --bs-gutter-x: 120px; }
  .g-xl-120,
  .gy-xl-120 {
    --bs-gutter-y: 120px; }
  .g-xl-125,
  .gx-xl-125 {
    --bs-gutter-x: 125px; }
  .g-xl-125,
  .gy-xl-125 {
    --bs-gutter-y: 125px; }
  .g-xl-150,
  .gx-xl-150 {
    --bs-gutter-x: 150px; }
  .g-xl-150,
  .gy-xl-150 {
    --bs-gutter-y: 150px; } }

@media (min-width: 1500px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 3px; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 3px; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 4px; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 4px; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 5px; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 5px; }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 8px; }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 8px; }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 10px; }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 10px; }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 12px; }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 12px; }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 14px; }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 14px; }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 15px; }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 15px; }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 16px; }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 16px; }
  .g-xxl-17,
  .gx-xxl-17 {
    --bs-gutter-x: 17px; }
  .g-xxl-17,
  .gy-xxl-17 {
    --bs-gutter-y: 17px; }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 20px; }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 20px; }
  .g-xxl-22,
  .gx-xxl-22 {
    --bs-gutter-x: 22px; }
  .g-xxl-22,
  .gy-xxl-22 {
    --bs-gutter-y: 22px; }
  .g-xxl-23,
  .gx-xxl-23 {
    --bs-gutter-x: 23px; }
  .g-xxl-23,
  .gy-xxl-23 {
    --bs-gutter-y: 23px; }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 25px; }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 25px; }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 30px; }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 30px; }
  .g-xxl-35,
  .gx-xxl-35 {
    --bs-gutter-x: 35px; }
  .g-xxl-35,
  .gy-xxl-35 {
    --bs-gutter-y: 35px; }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 40px; }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 40px; }
  .g-xxl-45,
  .gx-xxl-45 {
    --bs-gutter-x: 45px; }
  .g-xxl-45,
  .gy-xxl-45 {
    --bs-gutter-y: 45px; }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 50px; }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 50px; }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 60px; }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 60px; }
  .g-xxl-70,
  .gx-xxl-70 {
    --bs-gutter-x: 70px; }
  .g-xxl-70,
  .gy-xxl-70 {
    --bs-gutter-y: 70px; }
  .g-xxl-75,
  .gx-xxl-75 {
    --bs-gutter-x: 75px; }
  .g-xxl-75,
  .gy-xxl-75 {
    --bs-gutter-y: 75px; }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 100px; }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 100px; }
  .g-xxl-120,
  .gx-xxl-120 {
    --bs-gutter-x: 120px; }
  .g-xxl-120,
  .gy-xxl-120 {
    --bs-gutter-y: 120px; }
  .g-xxl-125,
  .gx-xxl-125 {
    --bs-gutter-x: 125px; }
  .g-xxl-125,
  .gy-xxl-125 {
    --bs-gutter-y: 125px; }
  .g-xxl-150,
  .gx-xxl-150 {
    --bs-gutter-x: 150px; }
  .g-xxl-150,
  .gy-xxl-150 {
    --bs-gutter-y: 150px; } }

@media (min-width: 1600px) {
  .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.33333%; }
  .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.66667%; }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0; }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0; }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 3px; }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 3px; }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 4px; }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 4px; }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 5px; }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 5px; }
  .g-xxxl-8,
  .gx-xxxl-8 {
    --bs-gutter-x: 8px; }
  .g-xxxl-8,
  .gy-xxxl-8 {
    --bs-gutter-y: 8px; }
  .g-xxxl-10,
  .gx-xxxl-10 {
    --bs-gutter-x: 10px; }
  .g-xxxl-10,
  .gy-xxxl-10 {
    --bs-gutter-y: 10px; }
  .g-xxxl-12,
  .gx-xxxl-12 {
    --bs-gutter-x: 12px; }
  .g-xxxl-12,
  .gy-xxxl-12 {
    --bs-gutter-y: 12px; }
  .g-xxxl-14,
  .gx-xxxl-14 {
    --bs-gutter-x: 14px; }
  .g-xxxl-14,
  .gy-xxxl-14 {
    --bs-gutter-y: 14px; }
  .g-xxxl-15,
  .gx-xxxl-15 {
    --bs-gutter-x: 15px; }
  .g-xxxl-15,
  .gy-xxxl-15 {
    --bs-gutter-y: 15px; }
  .g-xxxl-16,
  .gx-xxxl-16 {
    --bs-gutter-x: 16px; }
  .g-xxxl-16,
  .gy-xxxl-16 {
    --bs-gutter-y: 16px; }
  .g-xxxl-17,
  .gx-xxxl-17 {
    --bs-gutter-x: 17px; }
  .g-xxxl-17,
  .gy-xxxl-17 {
    --bs-gutter-y: 17px; }
  .g-xxxl-20,
  .gx-xxxl-20 {
    --bs-gutter-x: 20px; }
  .g-xxxl-20,
  .gy-xxxl-20 {
    --bs-gutter-y: 20px; }
  .g-xxxl-22,
  .gx-xxxl-22 {
    --bs-gutter-x: 22px; }
  .g-xxxl-22,
  .gy-xxxl-22 {
    --bs-gutter-y: 22px; }
  .g-xxxl-23,
  .gx-xxxl-23 {
    --bs-gutter-x: 23px; }
  .g-xxxl-23,
  .gy-xxxl-23 {
    --bs-gutter-y: 23px; }
  .g-xxxl-25,
  .gx-xxxl-25 {
    --bs-gutter-x: 25px; }
  .g-xxxl-25,
  .gy-xxxl-25 {
    --bs-gutter-y: 25px; }
  .g-xxxl-30,
  .gx-xxxl-30 {
    --bs-gutter-x: 30px; }
  .g-xxxl-30,
  .gy-xxxl-30 {
    --bs-gutter-y: 30px; }
  .g-xxxl-35,
  .gx-xxxl-35 {
    --bs-gutter-x: 35px; }
  .g-xxxl-35,
  .gy-xxxl-35 {
    --bs-gutter-y: 35px; }
  .g-xxxl-40,
  .gx-xxxl-40 {
    --bs-gutter-x: 40px; }
  .g-xxxl-40,
  .gy-xxxl-40 {
    --bs-gutter-y: 40px; }
  .g-xxxl-45,
  .gx-xxxl-45 {
    --bs-gutter-x: 45px; }
  .g-xxxl-45,
  .gy-xxxl-45 {
    --bs-gutter-y: 45px; }
  .g-xxxl-50,
  .gx-xxxl-50 {
    --bs-gutter-x: 50px; }
  .g-xxxl-50,
  .gy-xxxl-50 {
    --bs-gutter-y: 50px; }
  .g-xxxl-60,
  .gx-xxxl-60 {
    --bs-gutter-x: 60px; }
  .g-xxxl-60,
  .gy-xxxl-60 {
    --bs-gutter-y: 60px; }
  .g-xxxl-70,
  .gx-xxxl-70 {
    --bs-gutter-x: 70px; }
  .g-xxxl-70,
  .gy-xxxl-70 {
    --bs-gutter-y: 70px; }
  .g-xxxl-75,
  .gx-xxxl-75 {
    --bs-gutter-x: 75px; }
  .g-xxxl-75,
  .gy-xxxl-75 {
    --bs-gutter-y: 75px; }
  .g-xxxl-100,
  .gx-xxxl-100 {
    --bs-gutter-x: 100px; }
  .g-xxxl-100,
  .gy-xxxl-100 {
    --bs-gutter-y: 100px; }
  .g-xxxl-120,
  .gx-xxxl-120 {
    --bs-gutter-x: 120px; }
  .g-xxxl-120,
  .gy-xxxl-120 {
    --bs-gutter-y: 120px; }
  .g-xxxl-125,
  .gx-xxxl-125 {
    --bs-gutter-x: 125px; }
  .g-xxxl-125,
  .gy-xxxl-125 {
    --bs-gutter-y: 125px; }
  .g-xxxl-150,
  .gx-xxxl-150 {
    --bs-gutter-x: 150px; }
  .g-xxxl-150,
  .gy-xxxl-150 {
    --bs-gutter-y: 150px; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #232323;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #232323;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #232323;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #232323;
  vertical-align: top;
  border-color: #E0E0E0; }
  .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: #d8eae0;
  --bs-table-striped-bg: #cdded5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2d3ca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c8d8cf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2d3ca; }

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce; }

.table-success {
  --bs-table-bg: #d8eae0;
  --bs-table-striped-bg: #cdded5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2d3ca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c8d8cf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2d3ca; }

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3; }

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9; }

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4; }

.table-light {
  --bs-table-bg: #F2F8F5;
  --bs-table-striped-bg: #e6ece9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dadfdd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e0e5e3;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dadfdd; }

.table-dark {
  --bs-table-bg: #232323;
  --bs-table-striped-bg: #2e2e2e;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #393939;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #343434;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #393939; }

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1599.98px) {
  .table-responsive-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.25rem; }

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

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

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

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

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 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: 6px; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 6px; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #232323;
  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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #9fcab2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(62, 149, 100, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #232323; }

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

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #9fcab2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(62, 149, 100, 0.25); }
  .form-check-input:checked {
    background-color: #3E9564;
    border-color: #3E9564; }
    .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: #3E9564;
    border-color: #3E9564;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239fcab2'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(62, 149, 100, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(62, 149, 100, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #3E9564;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #c5dfd1; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #E0E0E0;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3E9564;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #c5dfd1; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #E0E0E0;
    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 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::-moz-placeholder {
      color: transparent; }
    .form-floating > .form-control:-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:not(:-moz-placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:not(:-ms-input-placeholder) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

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

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

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(62, 149, 100, 0.9);
  border-radius: 6px; }

.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: #3E9564;
  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='%233E9564' 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: #3E9564;
    box-shadow: 0 0 0 0.25rem rgba(62, 149, 100, 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: #3E9564; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' 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='%233E9564' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #3E9564;
    box-shadow: 0 0 0 0.25rem rgba(62, 149, 100, 0.25); }

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 6px; }

.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: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 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: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' 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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

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

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

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

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

.btn-primary {
  color: #000;
  background-color: #3E9564;
  border-color: #3E9564; }
  .btn-primary:hover {
    color: #000;
    background-color: #5ba57b;
    border-color: #51a074; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #000;
    background-color: #5ba57b;
    border-color: #51a074;
    box-shadow: 0 0 0 0.25rem rgba(53, 127, 85, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #65aa83;
    border-color: #51a074; }
    .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(53, 127, 85, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #000;
    background-color: #3E9564;
    border-color: #3E9564; }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e; }
    .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(130, 138, 145, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }

.btn-success {
  color: #000;
  background-color: #3E9564;
  border-color: #3E9564; }
  .btn-success:hover {
    color: #000;
    background-color: #5ba57b;
    border-color: #51a074; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #000;
    background-color: #5ba57b;
    border-color: #51a074;
    box-shadow: 0 0 0 0.25rem rgba(53, 127, 85, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #000;
    background-color: #65aa83;
    border-color: #51a074; }
    .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(53, 127, 85, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #000;
    background-color: #3E9564;
    border-color: #3E9564; }

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

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .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(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 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: #b02a37;
    border-color: #a52834; }
    .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, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #F2F8F5;
  border-color: #F2F8F5; }
  .btn-light:hover {
    color: #000;
    background-color: #f4f9f7;
    border-color: #f3f9f6; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f4f9f7;
    border-color: #f3f9f6;
    box-shadow: 0 0 0 0.25rem rgba(206, 211, 208, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f5f9f7;
    border-color: #f3f9f6; }
    .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(206, 211, 208, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #F2F8F5;
    border-color: #F2F8F5; }

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

.btn-outline-primary {
  color: #3E9564;
  border-color: #3E9564; }
  .btn-outline-primary:hover {
    color: #000;
    background-color: #3E9564;
    border-color: #3E9564; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(62, 149, 100, 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: #000;
    background-color: #3E9564;
    border-color: #3E9564; }
    .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(62, 149, 100, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #3E9564;
    background-color: transparent; }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .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(108, 117, 125, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent; }

.btn-outline-success {
  color: #3E9564;
  border-color: #3E9564; }
  .btn-outline-success:hover {
    color: #000;
    background-color: #3E9564;
    border-color: #3E9564; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(62, 149, 100, 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: #000;
    background-color: #3E9564;
    border-color: #3E9564; }
    .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(62, 149, 100, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #3E9564;
    background-color: transparent; }

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-outline-info:hover {
    color: #000;
    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: #000;
    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-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 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: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }

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

.btn-outline-light {
  color: #F2F8F5;
  border-color: #F2F8F5; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #F2F8F5;
    border-color: #F2F8F5; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(242, 248, 245, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #F2F8F5;
    border-color: #F2F8F5; }
    .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(242, 248, 245, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #F2F8F5;
    background-color: transparent; }

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

.btn-link {
  font-weight: 400;
  color: #3E9564;
  text-decoration: underline; }
  .btn-link:hover {
    color: #327750; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

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

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #232323;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px; }
  .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: 310px) {
  .dropdown-menu-xxsss-start {
    --bs-position: start; }
    .dropdown-menu-xxsss-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxsss-end {
    --bs-position: end; }
    .dropdown-menu-xxsss-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 340px) {
  .dropdown-menu-xxss-start {
    --bs-position: start; }
    .dropdown-menu-xxss-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxss-end {
    --bs-position: end; }
    .dropdown-menu-xxss-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 376px) {
  .dropdown-menu-xss-start {
    --bs-position: start; }
    .dropdown-menu-xss-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xss-end {
    --bs-position: end; }
    .dropdown-menu-xss-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 480px) {
  .dropdown-menu-xs-start {
    --bs-position: start; }
    .dropdown-menu-xs-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xs-end {
    --bs-position: end; }
    .dropdown-menu-xs-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1600px) {
  .dropdown-menu-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.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #232323;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #202020;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3E9564; }
  .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 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

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

.dropdown-menu-dark {
  color: #E0E0E0;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #E0E0E0; }
    .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: #3E9564; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #E0E0E0; }
  .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: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #3E9564;
  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: #327750; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #E0E0E0; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #E0E0E0;
      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: #505050;
    background-color: #fff;
    border-color: #E0E0E0 #E0E0E0 #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: 6px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3E9564; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem; }

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 310px) {
  .navbar-expand-xxsss {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxsss .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxsss .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxsss .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxsss .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxsss .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxsss .navbar-toggler {
      display: none; }
    .navbar-expand-xxsss .offcanvas-header {
      display: none; }
    .navbar-expand-xxsss .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-xxsss .offcanvas-top,
    .navbar-expand-xxsss .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxsss .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 340px) {
  .navbar-expand-xxss {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxss .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxss .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxss .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxss .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxss .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxss .navbar-toggler {
      display: none; }
    .navbar-expand-xxss .offcanvas-header {
      display: none; }
    .navbar-expand-xxss .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-xxss .offcanvas-top,
    .navbar-expand-xxss .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxss .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 376px) {
  .navbar-expand-xss {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xss .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xss .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xss .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xss .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xss .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xss .navbar-toggler {
      display: none; }
    .navbar-expand-xss .offcanvas-header {
      display: none; }
    .navbar-expand-xss .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-xss .offcanvas-top,
    .navbar-expand-xss .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xss .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 480px) {
  .navbar-expand-xs {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xs .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xs .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xs .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xs .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xs .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xs .navbar-toggler {
      display: none; }
    .navbar-expand-xs .offcanvas-header {
      display: none; }
    .navbar-expand-xs .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-xs .offcanvas-top,
    .navbar-expand-xs .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xs .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: 1600px) {
  .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(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #fff; }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #232323;
  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: #38865a;
    background-color: #ecf4f0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2338865a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      transform: rotate(-180deg); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23232323'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #9fcab2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(62, 149, 100, 0.25); }

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

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

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

.accordion-flush .accordion-collapse {
  border-width: 0; }

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

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

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

.breadcrumb-item.active {
  color: #6c757d; }

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

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 6px; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3E9564;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #232323;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #3E9564;
    border-color: #3E9564; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 310px) {
  .list-group-horizontal-xxsss {
    flex-direction: row; }
    .list-group-horizontal-xxsss > .list-group-item:first-child {
      border-bottom-left-radius: 6px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxsss > .list-group-item:last-child {
      border-top-right-radius: 6px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxsss > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxsss > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxsss > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 340px) {
  .list-group-horizontal-xxss {
    flex-direction: row; }
    .list-group-horizontal-xxss > .list-group-item:first-child {
      border-bottom-left-radius: 6px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxss > .list-group-item:last-child {
      border-top-right-radius: 6px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxss > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxss > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxss > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 376px) {
  .list-group-horizontal-xss {
    flex-direction: row; }
    .list-group-horizontal-xss > .list-group-item:first-child {
      border-bottom-left-radius: 6px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xss > .list-group-item:last-child {
      border-top-right-radius: 6px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xss > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xss > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xss > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 480px) {
  .list-group-horizontal-xs {
    flex-direction: row; }
    .list-group-horizontal-xs > .list-group-item:first-child {
      border-bottom-left-radius: 6px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xs > .list-group-item:last-child {
      border-top-right-radius: 6px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xs > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xs > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 6px;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 6px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 6px;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 6px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 6px;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 6px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 6px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 6px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 6px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 6px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1600px) {
  .list-group-horizontal-xxxl {
    flex-direction: row; }
    .list-group-horizontal-xxxl > .list-group-item:first-child {
      border-bottom-left-radius: 6px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxxl > .list-group-item:last-child {
      border-top-right-radius: 6px;
      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: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #25593c;
  background-color: #d8eae0; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #25593c;
    background-color: #c2d3ca; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #25593c;
    border-color: #25593c; }

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b; }

.list-group-item-success {
  color: #25593c;
  background-color: #d8eae0; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #25593c;
    background-color: #c2d3ca; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #25593c;
    border-color: #25593c; }

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

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }

.list-group-item-light {
  color: #616362;
  background-color: #fcfefd; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #616362;
    background-color: #e3e5e4; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #616362;
    border-color: #616362; }

.list-group-item-dark {
  color: #151515;
  background-color: lightgray; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #151515;
    background-color: #bebebe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #151515;
    border-color: #151515; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 6px;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(62, 149, 100, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0.25; }

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

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 309.98px) {
  .modal-fullscreen-xxsss-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxsss-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxsss-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxsss-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxsss-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 339.98px) {
  .modal-fullscreen-xxss-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxss-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxss-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxss-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxss-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 375.98px) {
  .modal-fullscreen-xss-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xss-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xss-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xss-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xss-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 479.98px) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xs-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xs-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xs-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xs-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: 1599.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.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

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

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border; }

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }

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

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

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

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

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

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

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

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

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

.offcanvas.show {
  transform: none; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.link-primary {
  color: #3E9564; }
  .link-primary:hover, .link-primary:focus {
    color: #65aa83; }

.link-secondary {
  color: #6c757d; }
  .link-secondary:hover, .link-secondary:focus {
    color: #565e64; }

.link-success {
  color: #3E9564; }
  .link-success:hover, .link-success:focus {
    color: #65aa83; }

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

.link-warning {
  color: #ffc107; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37; }

.link-light {
  color: #F2F8F5; }
  .link-light:hover, .link-light:focus {
    color: #f5f9f7; }

.link-dark {
  color: #232323; }
  .link-dark:hover, .link-dark:focus {
    color: #1c1c1c; }

.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: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

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

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

@media (min-width: 310px) {
  .sticky-xxsss-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 340px) {
  .sticky-xxss-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 376px) {
  .sticky-xss-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 480px) {
  .sticky-xs-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1600px) {
  .sticky-xxxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #3E9564 !important; }

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

.border-success {
  border-color: #3E9564 !important; }

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

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

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

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

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

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

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-3 {
  gap: 3px !important; }

.gap-4 {
  gap: 4px !important; }

.gap-5 {
  gap: 5px !important; }

.gap-8 {
  gap: 8px !important; }

.gap-10 {
  gap: 10px !important; }

.gap-12 {
  gap: 12px !important; }

.gap-14 {
  gap: 14px !important; }

.gap-15 {
  gap: 15px !important; }

.gap-16 {
  gap: 16px !important; }

.gap-17 {
  gap: 17px !important; }

.gap-20 {
  gap: 20px !important; }

.gap-22 {
  gap: 22px !important; }

.gap-23 {
  gap: 23px !important; }

.gap-25 {
  gap: 25px !important; }

.gap-30 {
  gap: 30px !important; }

.gap-35 {
  gap: 35px !important; }

.gap-40 {
  gap: 40px !important; }

.gap-45 {
  gap: 45px !important; }

.gap-50 {
  gap: 50px !important; }

.gap-60 {
  gap: 60px !important; }

.gap-70 {
  gap: 70px !important; }

.gap-75 {
  gap: 75px !important; }

.gap-100 {
  gap: 100px !important; }

.gap-120 {
  gap: 120px !important; }

.gap-125 {
  gap: 125px !important; }

.gap-150 {
  gap: 150px !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-3 {
  margin: 3px !important; }

.m-4 {
  margin: 4px !important; }

.m-5 {
  margin: 5px !important; }

.m-8 {
  margin: 8px !important; }

.m-10 {
  margin: 10px !important; }

.m-12 {
  margin: 12px !important; }

.m-14 {
  margin: 14px !important; }

.m-15 {
  margin: 15px !important; }

.m-16 {
  margin: 16px !important; }

.m-17 {
  margin: 17px !important; }

.m-20 {
  margin: 20px !important; }

.m-22 {
  margin: 22px !important; }

.m-23 {
  margin: 23px !important; }

.m-25 {
  margin: 25px !important; }

.m-30 {
  margin: 30px !important; }

.m-35 {
  margin: 35px !important; }

.m-40 {
  margin: 40px !important; }

.m-45 {
  margin: 45px !important; }

.m-50 {
  margin: 50px !important; }

.m-60 {
  margin: 60px !important; }

.m-70 {
  margin: 70px !important; }

.m-75 {
  margin: 75px !important; }

.m-100 {
  margin: 100px !important; }

.m-120 {
  margin: 120px !important; }

.m-125 {
  margin: 125px !important; }

.m-150 {
  margin: 150px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-4 {
  margin-top: 4px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-8 {
  margin-top: 8px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-12 {
  margin-top: 12px !important; }

.mt-14 {
  margin-top: 14px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-16 {
  margin-top: 16px !important; }

.mt-17 {
  margin-top: 17px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-22 {
  margin-top: 22px !important; }

.mt-23 {
  margin-top: 23px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mt-125 {
  margin-top: 125px !important; }

.mt-150 {
  margin-top: 150px !important; }

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

.me-0 {
  margin-right: 0 !important; }

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

.me-4 {
  margin-right: 4px !important; }

.me-5 {
  margin-right: 5px !important; }

.me-8 {
  margin-right: 8px !important; }

.me-10 {
  margin-right: 10px !important; }

.me-12 {
  margin-right: 12px !important; }

.me-14 {
  margin-right: 14px !important; }

.me-15 {
  margin-right: 15px !important; }

.me-16 {
  margin-right: 16px !important; }

.me-17 {
  margin-right: 17px !important; }

.me-20 {
  margin-right: 20px !important; }

.me-22 {
  margin-right: 22px !important; }

.me-23 {
  margin-right: 23px !important; }

.me-25 {
  margin-right: 25px !important; }

.me-30 {
  margin-right: 30px !important; }

.me-35 {
  margin-right: 35px !important; }

.me-40 {
  margin-right: 40px !important; }

.me-45 {
  margin-right: 45px !important; }

.me-50 {
  margin-right: 50px !important; }

.me-60 {
  margin-right: 60px !important; }

.me-70 {
  margin-right: 70px !important; }

.me-75 {
  margin-right: 75px !important; }

.me-100 {
  margin-right: 100px !important; }

.me-120 {
  margin-right: 120px !important; }

.me-125 {
  margin-right: 125px !important; }

.me-150 {
  margin-right: 150px !important; }

.me-auto {
  margin-right: auto !important; }

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

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

.mb-4 {
  margin-bottom: 4px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-12 {
  margin-bottom: 12px !important; }

.mb-14 {
  margin-bottom: 14px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

.mb-17 {
  margin-bottom: 17px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-22 {
  margin-bottom: 22px !important; }

.mb-23 {
  margin-bottom: 23px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mb-125 {
  margin-bottom: 125px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

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

.ms-4 {
  margin-left: 4px !important; }

.ms-5 {
  margin-left: 5px !important; }

.ms-8 {
  margin-left: 8px !important; }

.ms-10 {
  margin-left: 10px !important; }

.ms-12 {
  margin-left: 12px !important; }

.ms-14 {
  margin-left: 14px !important; }

.ms-15 {
  margin-left: 15px !important; }

.ms-16 {
  margin-left: 16px !important; }

.ms-17 {
  margin-left: 17px !important; }

.ms-20 {
  margin-left: 20px !important; }

.ms-22 {
  margin-left: 22px !important; }

.ms-23 {
  margin-left: 23px !important; }

.ms-25 {
  margin-left: 25px !important; }

.ms-30 {
  margin-left: 30px !important; }

.ms-35 {
  margin-left: 35px !important; }

.ms-40 {
  margin-left: 40px !important; }

.ms-45 {
  margin-left: 45px !important; }

.ms-50 {
  margin-left: 50px !important; }

.ms-60 {
  margin-left: 60px !important; }

.ms-70 {
  margin-left: 70px !important; }

.ms-75 {
  margin-left: 75px !important; }

.ms-100 {
  margin-left: 100px !important; }

.ms-120 {
  margin-left: 120px !important; }

.ms-125 {
  margin-left: 125px !important; }

.ms-150 {
  margin-left: 150px !important; }

.ms-auto {
  margin-left: auto !important; }

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

.p-3 {
  padding: 3px !important; }

.p-4 {
  padding: 4px !important; }

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

.p-8 {
  padding: 8px !important; }

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

.p-12 {
  padding: 12px !important; }

.p-14 {
  padding: 14px !important; }

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

.p-16 {
  padding: 16px !important; }

.p-17 {
  padding: 17px !important; }

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

.p-22 {
  padding: 22px !important; }

.p-23 {
  padding: 23px !important; }

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

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

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

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

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

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

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

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

.p-75 {
  padding: 75px !important; }

.p-100 {
  padding: 100px !important; }

.p-120 {
  padding: 120px !important; }

.p-125 {
  padding: 125px !important; }

.p-150 {
  padding: 150px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important; }

.pe-3 {
  padding-right: 3px !important; }

.pe-4 {
  padding-right: 4px !important; }

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

.pe-8 {
  padding-right: 8px !important; }

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

.pe-12 {
  padding-right: 12px !important; }

.pe-14 {
  padding-right: 14px !important; }

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

.pe-16 {
  padding-right: 16px !important; }

.pe-17 {
  padding-right: 17px !important; }

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

.pe-22 {
  padding-right: 22px !important; }

.pe-23 {
  padding-right: 23px !important; }

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

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

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

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

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

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

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

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

.pe-75 {
  padding-right: 75px !important; }

.pe-100 {
  padding-right: 100px !important; }

.pe-120 {
  padding-right: 120px !important; }

.pe-125 {
  padding-right: 125px !important; }

.pe-150 {
  padding-right: 150px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important; }

.ps-3 {
  padding-left: 3px !important; }

.ps-4 {
  padding-left: 4px !important; }

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

.ps-8 {
  padding-left: 8px !important; }

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

.ps-12 {
  padding-left: 12px !important; }

.ps-14 {
  padding-left: 14px !important; }

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

.ps-16 {
  padding-left: 16px !important; }

.ps-17 {
  padding-left: 17px !important; }

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

.ps-22 {
  padding-left: 22px !important; }

.ps-23 {
  padding-left: 23px !important; }

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

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

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

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

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

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

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

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

.ps-75 {
  padding-left: 75px !important; }

.ps-100 {
  padding-left: 100px !important; }

.ps-120 {
  padding-left: 120px !important; }

.ps-125 {
  padding-left: 125px !important; }

.ps-150 {
  padding-left: 150px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.fw-bold {
  font-weight: 700 !important; }

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

.lh-1 {
  line-height: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 6px !important; }

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

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

.rounded-2 {
  border-radius: 6px !important; }

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

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

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

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important; }

.rounded-end {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important; }

.rounded-bottom {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important; }

.rounded-start {
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 310px) {
  .float-xxsss-start {
    float: left !important; }
  .float-xxsss-end {
    float: right !important; }
  .float-xxsss-none {
    float: none !important; }
  .d-xxsss-inline {
    display: inline !important; }
  .d-xxsss-inline-block {
    display: inline-block !important; }
  .d-xxsss-block {
    display: block !important; }
  .d-xxsss-grid {
    display: grid !important; }
  .d-xxsss-table {
    display: table !important; }
  .d-xxsss-table-row {
    display: table-row !important; }
  .d-xxsss-table-cell {
    display: table-cell !important; }
  .d-xxsss-flex {
    display: flex !important; }
  .d-xxsss-inline-flex {
    display: inline-flex !important; }
  .d-xxsss-none {
    display: none !important; }
  .flex-xxsss-fill {
    flex: 1 1 auto !important; }
  .flex-xxsss-row {
    flex-direction: row !important; }
  .flex-xxsss-column {
    flex-direction: column !important; }
  .flex-xxsss-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxsss-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxsss-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxsss-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxsss-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxsss-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxsss-wrap {
    flex-wrap: wrap !important; }
  .flex-xxsss-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxsss-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xxsss-0 {
    gap: 0 !important; }
  .gap-xxsss-3 {
    gap: 3px !important; }
  .gap-xxsss-4 {
    gap: 4px !important; }
  .gap-xxsss-5 {
    gap: 5px !important; }
  .gap-xxsss-8 {
    gap: 8px !important; }
  .gap-xxsss-10 {
    gap: 10px !important; }
  .gap-xxsss-12 {
    gap: 12px !important; }
  .gap-xxsss-14 {
    gap: 14px !important; }
  .gap-xxsss-15 {
    gap: 15px !important; }
  .gap-xxsss-16 {
    gap: 16px !important; }
  .gap-xxsss-17 {
    gap: 17px !important; }
  .gap-xxsss-20 {
    gap: 20px !important; }
  .gap-xxsss-22 {
    gap: 22px !important; }
  .gap-xxsss-23 {
    gap: 23px !important; }
  .gap-xxsss-25 {
    gap: 25px !important; }
  .gap-xxsss-30 {
    gap: 30px !important; }
  .gap-xxsss-35 {
    gap: 35px !important; }
  .gap-xxsss-40 {
    gap: 40px !important; }
  .gap-xxsss-45 {
    gap: 45px !important; }
  .gap-xxsss-50 {
    gap: 50px !important; }
  .gap-xxsss-60 {
    gap: 60px !important; }
  .gap-xxsss-70 {
    gap: 70px !important; }
  .gap-xxsss-75 {
    gap: 75px !important; }
  .gap-xxsss-100 {
    gap: 100px !important; }
  .gap-xxsss-120 {
    gap: 120px !important; }
  .gap-xxsss-125 {
    gap: 125px !important; }
  .gap-xxsss-150 {
    gap: 150px !important; }
  .justify-content-xxsss-start {
    justify-content: flex-start !important; }
  .justify-content-xxsss-end {
    justify-content: flex-end !important; }
  .justify-content-xxsss-center {
    justify-content: center !important; }
  .justify-content-xxsss-between {
    justify-content: space-between !important; }
  .justify-content-xxsss-around {
    justify-content: space-around !important; }
  .justify-content-xxsss-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxsss-start {
    align-items: flex-start !important; }
  .align-items-xxsss-end {
    align-items: flex-end !important; }
  .align-items-xxsss-center {
    align-items: center !important; }
  .align-items-xxsss-baseline {
    align-items: baseline !important; }
  .align-items-xxsss-stretch {
    align-items: stretch !important; }
  .align-content-xxsss-start {
    align-content: flex-start !important; }
  .align-content-xxsss-end {
    align-content: flex-end !important; }
  .align-content-xxsss-center {
    align-content: center !important; }
  .align-content-xxsss-between {
    align-content: space-between !important; }
  .align-content-xxsss-around {
    align-content: space-around !important; }
  .align-content-xxsss-stretch {
    align-content: stretch !important; }
  .align-self-xxsss-auto {
    align-self: auto !important; }
  .align-self-xxsss-start {
    align-self: flex-start !important; }
  .align-self-xxsss-end {
    align-self: flex-end !important; }
  .align-self-xxsss-center {
    align-self: center !important; }
  .align-self-xxsss-baseline {
    align-self: baseline !important; }
  .align-self-xxsss-stretch {
    align-self: stretch !important; }
  .order-xxsss-first {
    order: -1 !important; }
  .order-xxsss-0 {
    order: 0 !important; }
  .order-xxsss-1 {
    order: 1 !important; }
  .order-xxsss-2 {
    order: 2 !important; }
  .order-xxsss-3 {
    order: 3 !important; }
  .order-xxsss-4 {
    order: 4 !important; }
  .order-xxsss-5 {
    order: 5 !important; }
  .order-xxsss-last {
    order: 6 !important; }
  .m-xxsss-0 {
    margin: 0 !important; }
  .m-xxsss-3 {
    margin: 3px !important; }
  .m-xxsss-4 {
    margin: 4px !important; }
  .m-xxsss-5 {
    margin: 5px !important; }
  .m-xxsss-8 {
    margin: 8px !important; }
  .m-xxsss-10 {
    margin: 10px !important; }
  .m-xxsss-12 {
    margin: 12px !important; }
  .m-xxsss-14 {
    margin: 14px !important; }
  .m-xxsss-15 {
    margin: 15px !important; }
  .m-xxsss-16 {
    margin: 16px !important; }
  .m-xxsss-17 {
    margin: 17px !important; }
  .m-xxsss-20 {
    margin: 20px !important; }
  .m-xxsss-22 {
    margin: 22px !important; }
  .m-xxsss-23 {
    margin: 23px !important; }
  .m-xxsss-25 {
    margin: 25px !important; }
  .m-xxsss-30 {
    margin: 30px !important; }
  .m-xxsss-35 {
    margin: 35px !important; }
  .m-xxsss-40 {
    margin: 40px !important; }
  .m-xxsss-45 {
    margin: 45px !important; }
  .m-xxsss-50 {
    margin: 50px !important; }
  .m-xxsss-60 {
    margin: 60px !important; }
  .m-xxsss-70 {
    margin: 70px !important; }
  .m-xxsss-75 {
    margin: 75px !important; }
  .m-xxsss-100 {
    margin: 100px !important; }
  .m-xxsss-120 {
    margin: 120px !important; }
  .m-xxsss-125 {
    margin: 125px !important; }
  .m-xxsss-150 {
    margin: 150px !important; }
  .m-xxsss-auto {
    margin: auto !important; }
  .mx-xxsss-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxsss-3 {
    margin-right: 3px !important;
    margin-left: 3px !important; }
  .mx-xxsss-4 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  .mx-xxsss-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-xxsss-8 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-xxsss-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xxsss-12 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .mx-xxsss-14 {
    margin-right: 14px !important;
    margin-left: 14px !important; }
  .mx-xxsss-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-xxsss-16 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-xxsss-17 {
    margin-right: 17px !important;
    margin-left: 17px !important; }
  .mx-xxsss-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xxsss-22 {
    margin-right: 22px !important;
    margin-left: 22px !important; }
  .mx-xxsss-23 {
    margin-right: 23px !important;
    margin-left: 23px !important; }
  .mx-xxsss-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-xxsss-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-xxsss-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-xxsss-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xxsss-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-xxsss-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xxsss-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xxsss-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-xxsss-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-xxsss-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-xxsss-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-xxsss-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-xxsss-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-xxsss-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxsss-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxsss-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important; }
  .my-xxsss-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .my-xxsss-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-xxsss-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-xxsss-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xxsss-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-xxsss-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important; }
  .my-xxsss-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-xxsss-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-xxsss-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important; }
  .my-xxsss-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xxsss-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important; }
  .my-xxsss-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important; }
  .my-xxsss-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-xxsss-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-xxsss-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-xxsss-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xxsss-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-xxsss-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xxsss-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xxsss-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-xxsss-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-xxsss-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-xxsss-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-xxsss-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-xxsss-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-xxsss-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxsss-0 {
    margin-top: 0 !important; }
  .mt-xxsss-3 {
    margin-top: 3px !important; }
  .mt-xxsss-4 {
    margin-top: 4px !important; }
  .mt-xxsss-5 {
    margin-top: 5px !important; }
  .mt-xxsss-8 {
    margin-top: 8px !important; }
  .mt-xxsss-10 {
    margin-top: 10px !important; }
  .mt-xxsss-12 {
    margin-top: 12px !important; }
  .mt-xxsss-14 {
    margin-top: 14px !important; }
  .mt-xxsss-15 {
    margin-top: 15px !important; }
  .mt-xxsss-16 {
    margin-top: 16px !important; }
  .mt-xxsss-17 {
    margin-top: 17px !important; }
  .mt-xxsss-20 {
    margin-top: 20px !important; }
  .mt-xxsss-22 {
    margin-top: 22px !important; }
  .mt-xxsss-23 {
    margin-top: 23px !important; }
  .mt-xxsss-25 {
    margin-top: 25px !important; }
  .mt-xxsss-30 {
    margin-top: 30px !important; }
  .mt-xxsss-35 {
    margin-top: 35px !important; }
  .mt-xxsss-40 {
    margin-top: 40px !important; }
  .mt-xxsss-45 {
    margin-top: 45px !important; }
  .mt-xxsss-50 {
    margin-top: 50px !important; }
  .mt-xxsss-60 {
    margin-top: 60px !important; }
  .mt-xxsss-70 {
    margin-top: 70px !important; }
  .mt-xxsss-75 {
    margin-top: 75px !important; }
  .mt-xxsss-100 {
    margin-top: 100px !important; }
  .mt-xxsss-120 {
    margin-top: 120px !important; }
  .mt-xxsss-125 {
    margin-top: 125px !important; }
  .mt-xxsss-150 {
    margin-top: 150px !important; }
  .mt-xxsss-auto {
    margin-top: auto !important; }
  .me-xxsss-0 {
    margin-right: 0 !important; }
  .me-xxsss-3 {
    margin-right: 3px !important; }
  .me-xxsss-4 {
    margin-right: 4px !important; }
  .me-xxsss-5 {
    margin-right: 5px !important; }
  .me-xxsss-8 {
    margin-right: 8px !important; }
  .me-xxsss-10 {
    margin-right: 10px !important; }
  .me-xxsss-12 {
    margin-right: 12px !important; }
  .me-xxsss-14 {
    margin-right: 14px !important; }
  .me-xxsss-15 {
    margin-right: 15px !important; }
  .me-xxsss-16 {
    margin-right: 16px !important; }
  .me-xxsss-17 {
    margin-right: 17px !important; }
  .me-xxsss-20 {
    margin-right: 20px !important; }
  .me-xxsss-22 {
    margin-right: 22px !important; }
  .me-xxsss-23 {
    margin-right: 23px !important; }
  .me-xxsss-25 {
    margin-right: 25px !important; }
  .me-xxsss-30 {
    margin-right: 30px !important; }
  .me-xxsss-35 {
    margin-right: 35px !important; }
  .me-xxsss-40 {
    margin-right: 40px !important; }
  .me-xxsss-45 {
    margin-right: 45px !important; }
  .me-xxsss-50 {
    margin-right: 50px !important; }
  .me-xxsss-60 {
    margin-right: 60px !important; }
  .me-xxsss-70 {
    margin-right: 70px !important; }
  .me-xxsss-75 {
    margin-right: 75px !important; }
  .me-xxsss-100 {
    margin-right: 100px !important; }
  .me-xxsss-120 {
    margin-right: 120px !important; }
  .me-xxsss-125 {
    margin-right: 125px !important; }
  .me-xxsss-150 {
    margin-right: 150px !important; }
  .me-xxsss-auto {
    margin-right: auto !important; }
  .mb-xxsss-0 {
    margin-bottom: 0 !important; }
  .mb-xxsss-3 {
    margin-bottom: 3px !important; }
  .mb-xxsss-4 {
    margin-bottom: 4px !important; }
  .mb-xxsss-5 {
    margin-bottom: 5px !important; }
  .mb-xxsss-8 {
    margin-bottom: 8px !important; }
  .mb-xxsss-10 {
    margin-bottom: 10px !important; }
  .mb-xxsss-12 {
    margin-bottom: 12px !important; }
  .mb-xxsss-14 {
    margin-bottom: 14px !important; }
  .mb-xxsss-15 {
    margin-bottom: 15px !important; }
  .mb-xxsss-16 {
    margin-bottom: 16px !important; }
  .mb-xxsss-17 {
    margin-bottom: 17px !important; }
  .mb-xxsss-20 {
    margin-bottom: 20px !important; }
  .mb-xxsss-22 {
    margin-bottom: 22px !important; }
  .mb-xxsss-23 {
    margin-bottom: 23px !important; }
  .mb-xxsss-25 {
    margin-bottom: 25px !important; }
  .mb-xxsss-30 {
    margin-bottom: 30px !important; }
  .mb-xxsss-35 {
    margin-bottom: 35px !important; }
  .mb-xxsss-40 {
    margin-bottom: 40px !important; }
  .mb-xxsss-45 {
    margin-bottom: 45px !important; }
  .mb-xxsss-50 {
    margin-bottom: 50px !important; }
  .mb-xxsss-60 {
    margin-bottom: 60px !important; }
  .mb-xxsss-70 {
    margin-bottom: 70px !important; }
  .mb-xxsss-75 {
    margin-bottom: 75px !important; }
  .mb-xxsss-100 {
    margin-bottom: 100px !important; }
  .mb-xxsss-120 {
    margin-bottom: 120px !important; }
  .mb-xxsss-125 {
    margin-bottom: 125px !important; }
  .mb-xxsss-150 {
    margin-bottom: 150px !important; }
  .mb-xxsss-auto {
    margin-bottom: auto !important; }
  .ms-xxsss-0 {
    margin-left: 0 !important; }
  .ms-xxsss-3 {
    margin-left: 3px !important; }
  .ms-xxsss-4 {
    margin-left: 4px !important; }
  .ms-xxsss-5 {
    margin-left: 5px !important; }
  .ms-xxsss-8 {
    margin-left: 8px !important; }
  .ms-xxsss-10 {
    margin-left: 10px !important; }
  .ms-xxsss-12 {
    margin-left: 12px !important; }
  .ms-xxsss-14 {
    margin-left: 14px !important; }
  .ms-xxsss-15 {
    margin-left: 15px !important; }
  .ms-xxsss-16 {
    margin-left: 16px !important; }
  .ms-xxsss-17 {
    margin-left: 17px !important; }
  .ms-xxsss-20 {
    margin-left: 20px !important; }
  .ms-xxsss-22 {
    margin-left: 22px !important; }
  .ms-xxsss-23 {
    margin-left: 23px !important; }
  .ms-xxsss-25 {
    margin-left: 25px !important; }
  .ms-xxsss-30 {
    margin-left: 30px !important; }
  .ms-xxsss-35 {
    margin-left: 35px !important; }
  .ms-xxsss-40 {
    margin-left: 40px !important; }
  .ms-xxsss-45 {
    margin-left: 45px !important; }
  .ms-xxsss-50 {
    margin-left: 50px !important; }
  .ms-xxsss-60 {
    margin-left: 60px !important; }
  .ms-xxsss-70 {
    margin-left: 70px !important; }
  .ms-xxsss-75 {
    margin-left: 75px !important; }
  .ms-xxsss-100 {
    margin-left: 100px !important; }
  .ms-xxsss-120 {
    margin-left: 120px !important; }
  .ms-xxsss-125 {
    margin-left: 125px !important; }
  .ms-xxsss-150 {
    margin-left: 150px !important; }
  .ms-xxsss-auto {
    margin-left: auto !important; }
  .p-xxsss-0 {
    padding: 0 !important; }
  .p-xxsss-3 {
    padding: 3px !important; }
  .p-xxsss-4 {
    padding: 4px !important; }
  .p-xxsss-5 {
    padding: 5px !important; }
  .p-xxsss-8 {
    padding: 8px !important; }
  .p-xxsss-10 {
    padding: 10px !important; }
  .p-xxsss-12 {
    padding: 12px !important; }
  .p-xxsss-14 {
    padding: 14px !important; }
  .p-xxsss-15 {
    padding: 15px !important; }
  .p-xxsss-16 {
    padding: 16px !important; }
  .p-xxsss-17 {
    padding: 17px !important; }
  .p-xxsss-20 {
    padding: 20px !important; }
  .p-xxsss-22 {
    padding: 22px !important; }
  .p-xxsss-23 {
    padding: 23px !important; }
  .p-xxsss-25 {
    padding: 25px !important; }
  .p-xxsss-30 {
    padding: 30px !important; }
  .p-xxsss-35 {
    padding: 35px !important; }
  .p-xxsss-40 {
    padding: 40px !important; }
  .p-xxsss-45 {
    padding: 45px !important; }
  .p-xxsss-50 {
    padding: 50px !important; }
  .p-xxsss-60 {
    padding: 60px !important; }
  .p-xxsss-70 {
    padding: 70px !important; }
  .p-xxsss-75 {
    padding: 75px !important; }
  .p-xxsss-100 {
    padding: 100px !important; }
  .p-xxsss-120 {
    padding: 120px !important; }
  .p-xxsss-125 {
    padding: 125px !important; }
  .p-xxsss-150 {
    padding: 150px !important; }
  .px-xxsss-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxsss-3 {
    padding-right: 3px !important;
    padding-left: 3px !important; }
  .px-xxsss-4 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  .px-xxsss-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-xxsss-8 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-xxsss-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xxsss-12 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .px-xxsss-14 {
    padding-right: 14px !important;
    padding-left: 14px !important; }
  .px-xxsss-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-xxsss-16 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-xxsss-17 {
    padding-right: 17px !important;
    padding-left: 17px !important; }
  .px-xxsss-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xxsss-22 {
    padding-right: 22px !important;
    padding-left: 22px !important; }
  .px-xxsss-23 {
    padding-right: 23px !important;
    padding-left: 23px !important; }
  .px-xxsss-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-xxsss-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-xxsss-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-xxsss-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xxsss-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-xxsss-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-xxsss-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xxsss-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-xxsss-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-xxsss-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-xxsss-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-xxsss-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-xxsss-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .py-xxsss-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxsss-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  .py-xxsss-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-xxsss-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-xxsss-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-xxsss-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xxsss-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-xxsss-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important; }
  .py-xxsss-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-xxsss-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-xxsss-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important; }
  .py-xxsss-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xxsss-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important; }
  .py-xxsss-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important; }
  .py-xxsss-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-xxsss-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-xxsss-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-xxsss-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xxsss-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-xxsss-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-xxsss-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xxsss-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-xxsss-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-xxsss-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-xxsss-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-xxsss-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-xxsss-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .pt-xxsss-0 {
    padding-top: 0 !important; }
  .pt-xxsss-3 {
    padding-top: 3px !important; }
  .pt-xxsss-4 {
    padding-top: 4px !important; }
  .pt-xxsss-5 {
    padding-top: 5px !important; }
  .pt-xxsss-8 {
    padding-top: 8px !important; }
  .pt-xxsss-10 {
    padding-top: 10px !important; }
  .pt-xxsss-12 {
    padding-top: 12px !important; }
  .pt-xxsss-14 {
    padding-top: 14px !important; }
  .pt-xxsss-15 {
    padding-top: 15px !important; }
  .pt-xxsss-16 {
    padding-top: 16px !important; }
  .pt-xxsss-17 {
    padding-top: 17px !important; }
  .pt-xxsss-20 {
    padding-top: 20px !important; }
  .pt-xxsss-22 {
    padding-top: 22px !important; }
  .pt-xxsss-23 {
    padding-top: 23px !important; }
  .pt-xxsss-25 {
    padding-top: 25px !important; }
  .pt-xxsss-30 {
    padding-top: 30px !important; }
  .pt-xxsss-35 {
    padding-top: 35px !important; }
  .pt-xxsss-40 {
    padding-top: 40px !important; }
  .pt-xxsss-45 {
    padding-top: 45px !important; }
  .pt-xxsss-50 {
    padding-top: 50px !important; }
  .pt-xxsss-60 {
    padding-top: 60px !important; }
  .pt-xxsss-70 {
    padding-top: 70px !important; }
  .pt-xxsss-75 {
    padding-top: 75px !important; }
  .pt-xxsss-100 {
    padding-top: 100px !important; }
  .pt-xxsss-120 {
    padding-top: 120px !important; }
  .pt-xxsss-125 {
    padding-top: 125px !important; }
  .pt-xxsss-150 {
    padding-top: 150px !important; }
  .pe-xxsss-0 {
    padding-right: 0 !important; }
  .pe-xxsss-3 {
    padding-right: 3px !important; }
  .pe-xxsss-4 {
    padding-right: 4px !important; }
  .pe-xxsss-5 {
    padding-right: 5px !important; }
  .pe-xxsss-8 {
    padding-right: 8px !important; }
  .pe-xxsss-10 {
    padding-right: 10px !important; }
  .pe-xxsss-12 {
    padding-right: 12px !important; }
  .pe-xxsss-14 {
    padding-right: 14px !important; }
  .pe-xxsss-15 {
    padding-right: 15px !important; }
  .pe-xxsss-16 {
    padding-right: 16px !important; }
  .pe-xxsss-17 {
    padding-right: 17px !important; }
  .pe-xxsss-20 {
    padding-right: 20px !important; }
  .pe-xxsss-22 {
    padding-right: 22px !important; }
  .pe-xxsss-23 {
    padding-right: 23px !important; }
  .pe-xxsss-25 {
    padding-right: 25px !important; }
  .pe-xxsss-30 {
    padding-right: 30px !important; }
  .pe-xxsss-35 {
    padding-right: 35px !important; }
  .pe-xxsss-40 {
    padding-right: 40px !important; }
  .pe-xxsss-45 {
    padding-right: 45px !important; }
  .pe-xxsss-50 {
    padding-right: 50px !important; }
  .pe-xxsss-60 {
    padding-right: 60px !important; }
  .pe-xxsss-70 {
    padding-right: 70px !important; }
  .pe-xxsss-75 {
    padding-right: 75px !important; }
  .pe-xxsss-100 {
    padding-right: 100px !important; }
  .pe-xxsss-120 {
    padding-right: 120px !important; }
  .pe-xxsss-125 {
    padding-right: 125px !important; }
  .pe-xxsss-150 {
    padding-right: 150px !important; }
  .pb-xxsss-0 {
    padding-bottom: 0 !important; }
  .pb-xxsss-3 {
    padding-bottom: 3px !important; }
  .pb-xxsss-4 {
    padding-bottom: 4px !important; }
  .pb-xxsss-5 {
    padding-bottom: 5px !important; }
  .pb-xxsss-8 {
    padding-bottom: 8px !important; }
  .pb-xxsss-10 {
    padding-bottom: 10px !important; }
  .pb-xxsss-12 {
    padding-bottom: 12px !important; }
  .pb-xxsss-14 {
    padding-bottom: 14px !important; }
  .pb-xxsss-15 {
    padding-bottom: 15px !important; }
  .pb-xxsss-16 {
    padding-bottom: 16px !important; }
  .pb-xxsss-17 {
    padding-bottom: 17px !important; }
  .pb-xxsss-20 {
    padding-bottom: 20px !important; }
  .pb-xxsss-22 {
    padding-bottom: 22px !important; }
  .pb-xxsss-23 {
    padding-bottom: 23px !important; }
  .pb-xxsss-25 {
    padding-bottom: 25px !important; }
  .pb-xxsss-30 {
    padding-bottom: 30px !important; }
  .pb-xxsss-35 {
    padding-bottom: 35px !important; }
  .pb-xxsss-40 {
    padding-bottom: 40px !important; }
  .pb-xxsss-45 {
    padding-bottom: 45px !important; }
  .pb-xxsss-50 {
    padding-bottom: 50px !important; }
  .pb-xxsss-60 {
    padding-bottom: 60px !important; }
  .pb-xxsss-70 {
    padding-bottom: 70px !important; }
  .pb-xxsss-75 {
    padding-bottom: 75px !important; }
  .pb-xxsss-100 {
    padding-bottom: 100px !important; }
  .pb-xxsss-120 {
    padding-bottom: 120px !important; }
  .pb-xxsss-125 {
    padding-bottom: 125px !important; }
  .pb-xxsss-150 {
    padding-bottom: 150px !important; }
  .ps-xxsss-0 {
    padding-left: 0 !important; }
  .ps-xxsss-3 {
    padding-left: 3px !important; }
  .ps-xxsss-4 {
    padding-left: 4px !important; }
  .ps-xxsss-5 {
    padding-left: 5px !important; }
  .ps-xxsss-8 {
    padding-left: 8px !important; }
  .ps-xxsss-10 {
    padding-left: 10px !important; }
  .ps-xxsss-12 {
    padding-left: 12px !important; }
  .ps-xxsss-14 {
    padding-left: 14px !important; }
  .ps-xxsss-15 {
    padding-left: 15px !important; }
  .ps-xxsss-16 {
    padding-left: 16px !important; }
  .ps-xxsss-17 {
    padding-left: 17px !important; }
  .ps-xxsss-20 {
    padding-left: 20px !important; }
  .ps-xxsss-22 {
    padding-left: 22px !important; }
  .ps-xxsss-23 {
    padding-left: 23px !important; }
  .ps-xxsss-25 {
    padding-left: 25px !important; }
  .ps-xxsss-30 {
    padding-left: 30px !important; }
  .ps-xxsss-35 {
    padding-left: 35px !important; }
  .ps-xxsss-40 {
    padding-left: 40px !important; }
  .ps-xxsss-45 {
    padding-left: 45px !important; }
  .ps-xxsss-50 {
    padding-left: 50px !important; }
  .ps-xxsss-60 {
    padding-left: 60px !important; }
  .ps-xxsss-70 {
    padding-left: 70px !important; }
  .ps-xxsss-75 {
    padding-left: 75px !important; }
  .ps-xxsss-100 {
    padding-left: 100px !important; }
  .ps-xxsss-120 {
    padding-left: 120px !important; }
  .ps-xxsss-125 {
    padding-left: 125px !important; }
  .ps-xxsss-150 {
    padding-left: 150px !important; }
  .text-xxsss-start {
    text-align: left !important; }
  .text-xxsss-end {
    text-align: right !important; }
  .text-xxsss-center {
    text-align: center !important; } }

@media (min-width: 340px) {
  .float-xxss-start {
    float: left !important; }
  .float-xxss-end {
    float: right !important; }
  .float-xxss-none {
    float: none !important; }
  .d-xxss-inline {
    display: inline !important; }
  .d-xxss-inline-block {
    display: inline-block !important; }
  .d-xxss-block {
    display: block !important; }
  .d-xxss-grid {
    display: grid !important; }
  .d-xxss-table {
    display: table !important; }
  .d-xxss-table-row {
    display: table-row !important; }
  .d-xxss-table-cell {
    display: table-cell !important; }
  .d-xxss-flex {
    display: flex !important; }
  .d-xxss-inline-flex {
    display: inline-flex !important; }
  .d-xxss-none {
    display: none !important; }
  .flex-xxss-fill {
    flex: 1 1 auto !important; }
  .flex-xxss-row {
    flex-direction: row !important; }
  .flex-xxss-column {
    flex-direction: column !important; }
  .flex-xxss-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxss-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxss-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxss-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxss-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxss-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxss-wrap {
    flex-wrap: wrap !important; }
  .flex-xxss-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxss-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xxss-0 {
    gap: 0 !important; }
  .gap-xxss-3 {
    gap: 3px !important; }
  .gap-xxss-4 {
    gap: 4px !important; }
  .gap-xxss-5 {
    gap: 5px !important; }
  .gap-xxss-8 {
    gap: 8px !important; }
  .gap-xxss-10 {
    gap: 10px !important; }
  .gap-xxss-12 {
    gap: 12px !important; }
  .gap-xxss-14 {
    gap: 14px !important; }
  .gap-xxss-15 {
    gap: 15px !important; }
  .gap-xxss-16 {
    gap: 16px !important; }
  .gap-xxss-17 {
    gap: 17px !important; }
  .gap-xxss-20 {
    gap: 20px !important; }
  .gap-xxss-22 {
    gap: 22px !important; }
  .gap-xxss-23 {
    gap: 23px !important; }
  .gap-xxss-25 {
    gap: 25px !important; }
  .gap-xxss-30 {
    gap: 30px !important; }
  .gap-xxss-35 {
    gap: 35px !important; }
  .gap-xxss-40 {
    gap: 40px !important; }
  .gap-xxss-45 {
    gap: 45px !important; }
  .gap-xxss-50 {
    gap: 50px !important; }
  .gap-xxss-60 {
    gap: 60px !important; }
  .gap-xxss-70 {
    gap: 70px !important; }
  .gap-xxss-75 {
    gap: 75px !important; }
  .gap-xxss-100 {
    gap: 100px !important; }
  .gap-xxss-120 {
    gap: 120px !important; }
  .gap-xxss-125 {
    gap: 125px !important; }
  .gap-xxss-150 {
    gap: 150px !important; }
  .justify-content-xxss-start {
    justify-content: flex-start !important; }
  .justify-content-xxss-end {
    justify-content: flex-end !important; }
  .justify-content-xxss-center {
    justify-content: center !important; }
  .justify-content-xxss-between {
    justify-content: space-between !important; }
  .justify-content-xxss-around {
    justify-content: space-around !important; }
  .justify-content-xxss-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxss-start {
    align-items: flex-start !important; }
  .align-items-xxss-end {
    align-items: flex-end !important; }
  .align-items-xxss-center {
    align-items: center !important; }
  .align-items-xxss-baseline {
    align-items: baseline !important; }
  .align-items-xxss-stretch {
    align-items: stretch !important; }
  .align-content-xxss-start {
    align-content: flex-start !important; }
  .align-content-xxss-end {
    align-content: flex-end !important; }
  .align-content-xxss-center {
    align-content: center !important; }
  .align-content-xxss-between {
    align-content: space-between !important; }
  .align-content-xxss-around {
    align-content: space-around !important; }
  .align-content-xxss-stretch {
    align-content: stretch !important; }
  .align-self-xxss-auto {
    align-self: auto !important; }
  .align-self-xxss-start {
    align-self: flex-start !important; }
  .align-self-xxss-end {
    align-self: flex-end !important; }
  .align-self-xxss-center {
    align-self: center !important; }
  .align-self-xxss-baseline {
    align-self: baseline !important; }
  .align-self-xxss-stretch {
    align-self: stretch !important; }
  .order-xxss-first {
    order: -1 !important; }
  .order-xxss-0 {
    order: 0 !important; }
  .order-xxss-1 {
    order: 1 !important; }
  .order-xxss-2 {
    order: 2 !important; }
  .order-xxss-3 {
    order: 3 !important; }
  .order-xxss-4 {
    order: 4 !important; }
  .order-xxss-5 {
    order: 5 !important; }
  .order-xxss-last {
    order: 6 !important; }
  .m-xxss-0 {
    margin: 0 !important; }
  .m-xxss-3 {
    margin: 3px !important; }
  .m-xxss-4 {
    margin: 4px !important; }
  .m-xxss-5 {
    margin: 5px !important; }
  .m-xxss-8 {
    margin: 8px !important; }
  .m-xxss-10 {
    margin: 10px !important; }
  .m-xxss-12 {
    margin: 12px !important; }
  .m-xxss-14 {
    margin: 14px !important; }
  .m-xxss-15 {
    margin: 15px !important; }
  .m-xxss-16 {
    margin: 16px !important; }
  .m-xxss-17 {
    margin: 17px !important; }
  .m-xxss-20 {
    margin: 20px !important; }
  .m-xxss-22 {
    margin: 22px !important; }
  .m-xxss-23 {
    margin: 23px !important; }
  .m-xxss-25 {
    margin: 25px !important; }
  .m-xxss-30 {
    margin: 30px !important; }
  .m-xxss-35 {
    margin: 35px !important; }
  .m-xxss-40 {
    margin: 40px !important; }
  .m-xxss-45 {
    margin: 45px !important; }
  .m-xxss-50 {
    margin: 50px !important; }
  .m-xxss-60 {
    margin: 60px !important; }
  .m-xxss-70 {
    margin: 70px !important; }
  .m-xxss-75 {
    margin: 75px !important; }
  .m-xxss-100 {
    margin: 100px !important; }
  .m-xxss-120 {
    margin: 120px !important; }
  .m-xxss-125 {
    margin: 125px !important; }
  .m-xxss-150 {
    margin: 150px !important; }
  .m-xxss-auto {
    margin: auto !important; }
  .mx-xxss-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxss-3 {
    margin-right: 3px !important;
    margin-left: 3px !important; }
  .mx-xxss-4 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  .mx-xxss-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-xxss-8 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-xxss-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xxss-12 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .mx-xxss-14 {
    margin-right: 14px !important;
    margin-left: 14px !important; }
  .mx-xxss-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-xxss-16 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-xxss-17 {
    margin-right: 17px !important;
    margin-left: 17px !important; }
  .mx-xxss-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xxss-22 {
    margin-right: 22px !important;
    margin-left: 22px !important; }
  .mx-xxss-23 {
    margin-right: 23px !important;
    margin-left: 23px !important; }
  .mx-xxss-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-xxss-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-xxss-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-xxss-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xxss-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-xxss-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xxss-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xxss-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-xxss-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-xxss-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-xxss-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-xxss-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-xxss-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-xxss-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxss-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxss-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important; }
  .my-xxss-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .my-xxss-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-xxss-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-xxss-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xxss-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-xxss-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important; }
  .my-xxss-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-xxss-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-xxss-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important; }
  .my-xxss-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xxss-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important; }
  .my-xxss-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important; }
  .my-xxss-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-xxss-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-xxss-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-xxss-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xxss-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-xxss-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xxss-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xxss-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-xxss-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-xxss-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-xxss-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-xxss-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-xxss-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-xxss-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxss-0 {
    margin-top: 0 !important; }
  .mt-xxss-3 {
    margin-top: 3px !important; }
  .mt-xxss-4 {
    margin-top: 4px !important; }
  .mt-xxss-5 {
    margin-top: 5px !important; }
  .mt-xxss-8 {
    margin-top: 8px !important; }
  .mt-xxss-10 {
    margin-top: 10px !important; }
  .mt-xxss-12 {
    margin-top: 12px !important; }
  .mt-xxss-14 {
    margin-top: 14px !important; }
  .mt-xxss-15 {
    margin-top: 15px !important; }
  .mt-xxss-16 {
    margin-top: 16px !important; }
  .mt-xxss-17 {
    margin-top: 17px !important; }
  .mt-xxss-20 {
    margin-top: 20px !important; }
  .mt-xxss-22 {
    margin-top: 22px !important; }
  .mt-xxss-23 {
    margin-top: 23px !important; }
  .mt-xxss-25 {
    margin-top: 25px !important; }
  .mt-xxss-30 {
    margin-top: 30px !important; }
  .mt-xxss-35 {
    margin-top: 35px !important; }
  .mt-xxss-40 {
    margin-top: 40px !important; }
  .mt-xxss-45 {
    margin-top: 45px !important; }
  .mt-xxss-50 {
    margin-top: 50px !important; }
  .mt-xxss-60 {
    margin-top: 60px !important; }
  .mt-xxss-70 {
    margin-top: 70px !important; }
  .mt-xxss-75 {
    margin-top: 75px !important; }
  .mt-xxss-100 {
    margin-top: 100px !important; }
  .mt-xxss-120 {
    margin-top: 120px !important; }
  .mt-xxss-125 {
    margin-top: 125px !important; }
  .mt-xxss-150 {
    margin-top: 150px !important; }
  .mt-xxss-auto {
    margin-top: auto !important; }
  .me-xxss-0 {
    margin-right: 0 !important; }
  .me-xxss-3 {
    margin-right: 3px !important; }
  .me-xxss-4 {
    margin-right: 4px !important; }
  .me-xxss-5 {
    margin-right: 5px !important; }
  .me-xxss-8 {
    margin-right: 8px !important; }
  .me-xxss-10 {
    margin-right: 10px !important; }
  .me-xxss-12 {
    margin-right: 12px !important; }
  .me-xxss-14 {
    margin-right: 14px !important; }
  .me-xxss-15 {
    margin-right: 15px !important; }
  .me-xxss-16 {
    margin-right: 16px !important; }
  .me-xxss-17 {
    margin-right: 17px !important; }
  .me-xxss-20 {
    margin-right: 20px !important; }
  .me-xxss-22 {
    margin-right: 22px !important; }
  .me-xxss-23 {
    margin-right: 23px !important; }
  .me-xxss-25 {
    margin-right: 25px !important; }
  .me-xxss-30 {
    margin-right: 30px !important; }
  .me-xxss-35 {
    margin-right: 35px !important; }
  .me-xxss-40 {
    margin-right: 40px !important; }
  .me-xxss-45 {
    margin-right: 45px !important; }
  .me-xxss-50 {
    margin-right: 50px !important; }
  .me-xxss-60 {
    margin-right: 60px !important; }
  .me-xxss-70 {
    margin-right: 70px !important; }
  .me-xxss-75 {
    margin-right: 75px !important; }
  .me-xxss-100 {
    margin-right: 100px !important; }
  .me-xxss-120 {
    margin-right: 120px !important; }
  .me-xxss-125 {
    margin-right: 125px !important; }
  .me-xxss-150 {
    margin-right: 150px !important; }
  .me-xxss-auto {
    margin-right: auto !important; }
  .mb-xxss-0 {
    margin-bottom: 0 !important; }
  .mb-xxss-3 {
    margin-bottom: 3px !important; }
  .mb-xxss-4 {
    margin-bottom: 4px !important; }
  .mb-xxss-5 {
    margin-bottom: 5px !important; }
  .mb-xxss-8 {
    margin-bottom: 8px !important; }
  .mb-xxss-10 {
    margin-bottom: 10px !important; }
  .mb-xxss-12 {
    margin-bottom: 12px !important; }
  .mb-xxss-14 {
    margin-bottom: 14px !important; }
  .mb-xxss-15 {
    margin-bottom: 15px !important; }
  .mb-xxss-16 {
    margin-bottom: 16px !important; }
  .mb-xxss-17 {
    margin-bottom: 17px !important; }
  .mb-xxss-20 {
    margin-bottom: 20px !important; }
  .mb-xxss-22 {
    margin-bottom: 22px !important; }
  .mb-xxss-23 {
    margin-bottom: 23px !important; }
  .mb-xxss-25 {
    margin-bottom: 25px !important; }
  .mb-xxss-30 {
    margin-bottom: 30px !important; }
  .mb-xxss-35 {
    margin-bottom: 35px !important; }
  .mb-xxss-40 {
    margin-bottom: 40px !important; }
  .mb-xxss-45 {
    margin-bottom: 45px !important; }
  .mb-xxss-50 {
    margin-bottom: 50px !important; }
  .mb-xxss-60 {
    margin-bottom: 60px !important; }
  .mb-xxss-70 {
    margin-bottom: 70px !important; }
  .mb-xxss-75 {
    margin-bottom: 75px !important; }
  .mb-xxss-100 {
    margin-bottom: 100px !important; }
  .mb-xxss-120 {
    margin-bottom: 120px !important; }
  .mb-xxss-125 {
    margin-bottom: 125px !important; }
  .mb-xxss-150 {
    margin-bottom: 150px !important; }
  .mb-xxss-auto {
    margin-bottom: auto !important; }
  .ms-xxss-0 {
    margin-left: 0 !important; }
  .ms-xxss-3 {
    margin-left: 3px !important; }
  .ms-xxss-4 {
    margin-left: 4px !important; }
  .ms-xxss-5 {
    margin-left: 5px !important; }
  .ms-xxss-8 {
    margin-left: 8px !important; }
  .ms-xxss-10 {
    margin-left: 10px !important; }
  .ms-xxss-12 {
    margin-left: 12px !important; }
  .ms-xxss-14 {
    margin-left: 14px !important; }
  .ms-xxss-15 {
    margin-left: 15px !important; }
  .ms-xxss-16 {
    margin-left: 16px !important; }
  .ms-xxss-17 {
    margin-left: 17px !important; }
  .ms-xxss-20 {
    margin-left: 20px !important; }
  .ms-xxss-22 {
    margin-left: 22px !important; }
  .ms-xxss-23 {
    margin-left: 23px !important; }
  .ms-xxss-25 {
    margin-left: 25px !important; }
  .ms-xxss-30 {
    margin-left: 30px !important; }
  .ms-xxss-35 {
    margin-left: 35px !important; }
  .ms-xxss-40 {
    margin-left: 40px !important; }
  .ms-xxss-45 {
    margin-left: 45px !important; }
  .ms-xxss-50 {
    margin-left: 50px !important; }
  .ms-xxss-60 {
    margin-left: 60px !important; }
  .ms-xxss-70 {
    margin-left: 70px !important; }
  .ms-xxss-75 {
    margin-left: 75px !important; }
  .ms-xxss-100 {
    margin-left: 100px !important; }
  .ms-xxss-120 {
    margin-left: 120px !important; }
  .ms-xxss-125 {
    margin-left: 125px !important; }
  .ms-xxss-150 {
    margin-left: 150px !important; }
  .ms-xxss-auto {
    margin-left: auto !important; }
  .p-xxss-0 {
    padding: 0 !important; }
  .p-xxss-3 {
    padding: 3px !important; }
  .p-xxss-4 {
    padding: 4px !important; }
  .p-xxss-5 {
    padding: 5px !important; }
  .p-xxss-8 {
    padding: 8px !important; }
  .p-xxss-10 {
    padding: 10px !important; }
  .p-xxss-12 {
    padding: 12px !important; }
  .p-xxss-14 {
    padding: 14px !important; }
  .p-xxss-15 {
    padding: 15px !important; }
  .p-xxss-16 {
    padding: 16px !important; }
  .p-xxss-17 {
    padding: 17px !important; }
  .p-xxss-20 {
    padding: 20px !important; }
  .p-xxss-22 {
    padding: 22px !important; }
  .p-xxss-23 {
    padding: 23px !important; }
  .p-xxss-25 {
    padding: 25px !important; }
  .p-xxss-30 {
    padding: 30px !important; }
  .p-xxss-35 {
    padding: 35px !important; }
  .p-xxss-40 {
    padding: 40px !important; }
  .p-xxss-45 {
    padding: 45px !important; }
  .p-xxss-50 {
    padding: 50px !important; }
  .p-xxss-60 {
    padding: 60px !important; }
  .p-xxss-70 {
    padding: 70px !important; }
  .p-xxss-75 {
    padding: 75px !important; }
  .p-xxss-100 {
    padding: 100px !important; }
  .p-xxss-120 {
    padding: 120px !important; }
  .p-xxss-125 {
    padding: 125px !important; }
  .p-xxss-150 {
    padding: 150px !important; }
  .px-xxss-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxss-3 {
    padding-right: 3px !important;
    padding-left: 3px !important; }
  .px-xxss-4 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  .px-xxss-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-xxss-8 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-xxss-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xxss-12 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .px-xxss-14 {
    padding-right: 14px !important;
    padding-left: 14px !important; }
  .px-xxss-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-xxss-16 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-xxss-17 {
    padding-right: 17px !important;
    padding-left: 17px !important; }
  .px-xxss-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xxss-22 {
    padding-right: 22px !important;
    padding-left: 22px !important; }
  .px-xxss-23 {
    padding-right: 23px !important;
    padding-left: 23px !important; }
  .px-xxss-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-xxss-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-xxss-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-xxss-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xxss-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-xxss-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-xxss-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xxss-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-xxss-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-xxss-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-xxss-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-xxss-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-xxss-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .py-xxss-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxss-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  .py-xxss-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-xxss-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-xxss-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-xxss-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xxss-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-xxss-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important; }
  .py-xxss-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-xxss-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-xxss-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important; }
  .py-xxss-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xxss-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important; }
  .py-xxss-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important; }
  .py-xxss-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-xxss-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-xxss-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-xxss-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xxss-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-xxss-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-xxss-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xxss-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-xxss-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-xxss-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-xxss-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-xxss-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-xxss-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .pt-xxss-0 {
    padding-top: 0 !important; }
  .pt-xxss-3 {
    padding-top: 3px !important; }
  .pt-xxss-4 {
    padding-top: 4px !important; }
  .pt-xxss-5 {
    padding-top: 5px !important; }
  .pt-xxss-8 {
    padding-top: 8px !important; }
  .pt-xxss-10 {
    padding-top: 10px !important; }
  .pt-xxss-12 {
    padding-top: 12px !important; }
  .pt-xxss-14 {
    padding-top: 14px !important; }
  .pt-xxss-15 {
    padding-top: 15px !important; }
  .pt-xxss-16 {
    padding-top: 16px !important; }
  .pt-xxss-17 {
    padding-top: 17px !important; }
  .pt-xxss-20 {
    padding-top: 20px !important; }
  .pt-xxss-22 {
    padding-top: 22px !important; }
  .pt-xxss-23 {
    padding-top: 23px !important; }
  .pt-xxss-25 {
    padding-top: 25px !important; }
  .pt-xxss-30 {
    padding-top: 30px !important; }
  .pt-xxss-35 {
    padding-top: 35px !important; }
  .pt-xxss-40 {
    padding-top: 40px !important; }
  .pt-xxss-45 {
    padding-top: 45px !important; }
  .pt-xxss-50 {
    padding-top: 50px !important; }
  .pt-xxss-60 {
    padding-top: 60px !important; }
  .pt-xxss-70 {
    padding-top: 70px !important; }
  .pt-xxss-75 {
    padding-top: 75px !important; }
  .pt-xxss-100 {
    padding-top: 100px !important; }
  .pt-xxss-120 {
    padding-top: 120px !important; }
  .pt-xxss-125 {
    padding-top: 125px !important; }
  .pt-xxss-150 {
    padding-top: 150px !important; }
  .pe-xxss-0 {
    padding-right: 0 !important; }
  .pe-xxss-3 {
    padding-right: 3px !important; }
  .pe-xxss-4 {
    padding-right: 4px !important; }
  .pe-xxss-5 {
    padding-right: 5px !important; }
  .pe-xxss-8 {
    padding-right: 8px !important; }
  .pe-xxss-10 {
    padding-right: 10px !important; }
  .pe-xxss-12 {
    padding-right: 12px !important; }
  .pe-xxss-14 {
    padding-right: 14px !important; }
  .pe-xxss-15 {
    padding-right: 15px !important; }
  .pe-xxss-16 {
    padding-right: 16px !important; }
  .pe-xxss-17 {
    padding-right: 17px !important; }
  .pe-xxss-20 {
    padding-right: 20px !important; }
  .pe-xxss-22 {
    padding-right: 22px !important; }
  .pe-xxss-23 {
    padding-right: 23px !important; }
  .pe-xxss-25 {
    padding-right: 25px !important; }
  .pe-xxss-30 {
    padding-right: 30px !important; }
  .pe-xxss-35 {
    padding-right: 35px !important; }
  .pe-xxss-40 {
    padding-right: 40px !important; }
  .pe-xxss-45 {
    padding-right: 45px !important; }
  .pe-xxss-50 {
    padding-right: 50px !important; }
  .pe-xxss-60 {
    padding-right: 60px !important; }
  .pe-xxss-70 {
    padding-right: 70px !important; }
  .pe-xxss-75 {
    padding-right: 75px !important; }
  .pe-xxss-100 {
    padding-right: 100px !important; }
  .pe-xxss-120 {
    padding-right: 120px !important; }
  .pe-xxss-125 {
    padding-right: 125px !important; }
  .pe-xxss-150 {
    padding-right: 150px !important; }
  .pb-xxss-0 {
    padding-bottom: 0 !important; }
  .pb-xxss-3 {
    padding-bottom: 3px !important; }
  .pb-xxss-4 {
    padding-bottom: 4px !important; }
  .pb-xxss-5 {
    padding-bottom: 5px !important; }
  .pb-xxss-8 {
    padding-bottom: 8px !important; }
  .pb-xxss-10 {
    padding-bottom: 10px !important; }
  .pb-xxss-12 {
    padding-bottom: 12px !important; }
  .pb-xxss-14 {
    padding-bottom: 14px !important; }
  .pb-xxss-15 {
    padding-bottom: 15px !important; }
  .pb-xxss-16 {
    padding-bottom: 16px !important; }
  .pb-xxss-17 {
    padding-bottom: 17px !important; }
  .pb-xxss-20 {
    padding-bottom: 20px !important; }
  .pb-xxss-22 {
    padding-bottom: 22px !important; }
  .pb-xxss-23 {
    padding-bottom: 23px !important; }
  .pb-xxss-25 {
    padding-bottom: 25px !important; }
  .pb-xxss-30 {
    padding-bottom: 30px !important; }
  .pb-xxss-35 {
    padding-bottom: 35px !important; }
  .pb-xxss-40 {
    padding-bottom: 40px !important; }
  .pb-xxss-45 {
    padding-bottom: 45px !important; }
  .pb-xxss-50 {
    padding-bottom: 50px !important; }
  .pb-xxss-60 {
    padding-bottom: 60px !important; }
  .pb-xxss-70 {
    padding-bottom: 70px !important; }
  .pb-xxss-75 {
    padding-bottom: 75px !important; }
  .pb-xxss-100 {
    padding-bottom: 100px !important; }
  .pb-xxss-120 {
    padding-bottom: 120px !important; }
  .pb-xxss-125 {
    padding-bottom: 125px !important; }
  .pb-xxss-150 {
    padding-bottom: 150px !important; }
  .ps-xxss-0 {
    padding-left: 0 !important; }
  .ps-xxss-3 {
    padding-left: 3px !important; }
  .ps-xxss-4 {
    padding-left: 4px !important; }
  .ps-xxss-5 {
    padding-left: 5px !important; }
  .ps-xxss-8 {
    padding-left: 8px !important; }
  .ps-xxss-10 {
    padding-left: 10px !important; }
  .ps-xxss-12 {
    padding-left: 12px !important; }
  .ps-xxss-14 {
    padding-left: 14px !important; }
  .ps-xxss-15 {
    padding-left: 15px !important; }
  .ps-xxss-16 {
    padding-left: 16px !important; }
  .ps-xxss-17 {
    padding-left: 17px !important; }
  .ps-xxss-20 {
    padding-left: 20px !important; }
  .ps-xxss-22 {
    padding-left: 22px !important; }
  .ps-xxss-23 {
    padding-left: 23px !important; }
  .ps-xxss-25 {
    padding-left: 25px !important; }
  .ps-xxss-30 {
    padding-left: 30px !important; }
  .ps-xxss-35 {
    padding-left: 35px !important; }
  .ps-xxss-40 {
    padding-left: 40px !important; }
  .ps-xxss-45 {
    padding-left: 45px !important; }
  .ps-xxss-50 {
    padding-left: 50px !important; }
  .ps-xxss-60 {
    padding-left: 60px !important; }
  .ps-xxss-70 {
    padding-left: 70px !important; }
  .ps-xxss-75 {
    padding-left: 75px !important; }
  .ps-xxss-100 {
    padding-left: 100px !important; }
  .ps-xxss-120 {
    padding-left: 120px !important; }
  .ps-xxss-125 {
    padding-left: 125px !important; }
  .ps-xxss-150 {
    padding-left: 150px !important; }
  .text-xxss-start {
    text-align: left !important; }
  .text-xxss-end {
    text-align: right !important; }
  .text-xxss-center {
    text-align: center !important; } }

@media (min-width: 376px) {
  .float-xss-start {
    float: left !important; }
  .float-xss-end {
    float: right !important; }
  .float-xss-none {
    float: none !important; }
  .d-xss-inline {
    display: inline !important; }
  .d-xss-inline-block {
    display: inline-block !important; }
  .d-xss-block {
    display: block !important; }
  .d-xss-grid {
    display: grid !important; }
  .d-xss-table {
    display: table !important; }
  .d-xss-table-row {
    display: table-row !important; }
  .d-xss-table-cell {
    display: table-cell !important; }
  .d-xss-flex {
    display: flex !important; }
  .d-xss-inline-flex {
    display: inline-flex !important; }
  .d-xss-none {
    display: none !important; }
  .flex-xss-fill {
    flex: 1 1 auto !important; }
  .flex-xss-row {
    flex-direction: row !important; }
  .flex-xss-column {
    flex-direction: column !important; }
  .flex-xss-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xss-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xss-grow-0 {
    flex-grow: 0 !important; }
  .flex-xss-grow-1 {
    flex-grow: 1 !important; }
  .flex-xss-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xss-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xss-wrap {
    flex-wrap: wrap !important; }
  .flex-xss-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xss-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xss-0 {
    gap: 0 !important; }
  .gap-xss-3 {
    gap: 3px !important; }
  .gap-xss-4 {
    gap: 4px !important; }
  .gap-xss-5 {
    gap: 5px !important; }
  .gap-xss-8 {
    gap: 8px !important; }
  .gap-xss-10 {
    gap: 10px !important; }
  .gap-xss-12 {
    gap: 12px !important; }
  .gap-xss-14 {
    gap: 14px !important; }
  .gap-xss-15 {
    gap: 15px !important; }
  .gap-xss-16 {
    gap: 16px !important; }
  .gap-xss-17 {
    gap: 17px !important; }
  .gap-xss-20 {
    gap: 20px !important; }
  .gap-xss-22 {
    gap: 22px !important; }
  .gap-xss-23 {
    gap: 23px !important; }
  .gap-xss-25 {
    gap: 25px !important; }
  .gap-xss-30 {
    gap: 30px !important; }
  .gap-xss-35 {
    gap: 35px !important; }
  .gap-xss-40 {
    gap: 40px !important; }
  .gap-xss-45 {
    gap: 45px !important; }
  .gap-xss-50 {
    gap: 50px !important; }
  .gap-xss-60 {
    gap: 60px !important; }
  .gap-xss-70 {
    gap: 70px !important; }
  .gap-xss-75 {
    gap: 75px !important; }
  .gap-xss-100 {
    gap: 100px !important; }
  .gap-xss-120 {
    gap: 120px !important; }
  .gap-xss-125 {
    gap: 125px !important; }
  .gap-xss-150 {
    gap: 150px !important; }
  .justify-content-xss-start {
    justify-content: flex-start !important; }
  .justify-content-xss-end {
    justify-content: flex-end !important; }
  .justify-content-xss-center {
    justify-content: center !important; }
  .justify-content-xss-between {
    justify-content: space-between !important; }
  .justify-content-xss-around {
    justify-content: space-around !important; }
  .justify-content-xss-evenly {
    justify-content: space-evenly !important; }
  .align-items-xss-start {
    align-items: flex-start !important; }
  .align-items-xss-end {
    align-items: flex-end !important; }
  .align-items-xss-center {
    align-items: center !important; }
  .align-items-xss-baseline {
    align-items: baseline !important; }
  .align-items-xss-stretch {
    align-items: stretch !important; }
  .align-content-xss-start {
    align-content: flex-start !important; }
  .align-content-xss-end {
    align-content: flex-end !important; }
  .align-content-xss-center {
    align-content: center !important; }
  .align-content-xss-between {
    align-content: space-between !important; }
  .align-content-xss-around {
    align-content: space-around !important; }
  .align-content-xss-stretch {
    align-content: stretch !important; }
  .align-self-xss-auto {
    align-self: auto !important; }
  .align-self-xss-start {
    align-self: flex-start !important; }
  .align-self-xss-end {
    align-self: flex-end !important; }
  .align-self-xss-center {
    align-self: center !important; }
  .align-self-xss-baseline {
    align-self: baseline !important; }
  .align-self-xss-stretch {
    align-self: stretch !important; }
  .order-xss-first {
    order: -1 !important; }
  .order-xss-0 {
    order: 0 !important; }
  .order-xss-1 {
    order: 1 !important; }
  .order-xss-2 {
    order: 2 !important; }
  .order-xss-3 {
    order: 3 !important; }
  .order-xss-4 {
    order: 4 !important; }
  .order-xss-5 {
    order: 5 !important; }
  .order-xss-last {
    order: 6 !important; }
  .m-xss-0 {
    margin: 0 !important; }
  .m-xss-3 {
    margin: 3px !important; }
  .m-xss-4 {
    margin: 4px !important; }
  .m-xss-5 {
    margin: 5px !important; }
  .m-xss-8 {
    margin: 8px !important; }
  .m-xss-10 {
    margin: 10px !important; }
  .m-xss-12 {
    margin: 12px !important; }
  .m-xss-14 {
    margin: 14px !important; }
  .m-xss-15 {
    margin: 15px !important; }
  .m-xss-16 {
    margin: 16px !important; }
  .m-xss-17 {
    margin: 17px !important; }
  .m-xss-20 {
    margin: 20px !important; }
  .m-xss-22 {
    margin: 22px !important; }
  .m-xss-23 {
    margin: 23px !important; }
  .m-xss-25 {
    margin: 25px !important; }
  .m-xss-30 {
    margin: 30px !important; }
  .m-xss-35 {
    margin: 35px !important; }
  .m-xss-40 {
    margin: 40px !important; }
  .m-xss-45 {
    margin: 45px !important; }
  .m-xss-50 {
    margin: 50px !important; }
  .m-xss-60 {
    margin: 60px !important; }
  .m-xss-70 {
    margin: 70px !important; }
  .m-xss-75 {
    margin: 75px !important; }
  .m-xss-100 {
    margin: 100px !important; }
  .m-xss-120 {
    margin: 120px !important; }
  .m-xss-125 {
    margin: 125px !important; }
  .m-xss-150 {
    margin: 150px !important; }
  .m-xss-auto {
    margin: auto !important; }
  .mx-xss-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xss-3 {
    margin-right: 3px !important;
    margin-left: 3px !important; }
  .mx-xss-4 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  .mx-xss-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-xss-8 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-xss-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xss-12 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .mx-xss-14 {
    margin-right: 14px !important;
    margin-left: 14px !important; }
  .mx-xss-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-xss-16 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-xss-17 {
    margin-right: 17px !important;
    margin-left: 17px !important; }
  .mx-xss-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xss-22 {
    margin-right: 22px !important;
    margin-left: 22px !important; }
  .mx-xss-23 {
    margin-right: 23px !important;
    margin-left: 23px !important; }
  .mx-xss-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-xss-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-xss-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-xss-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xss-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-xss-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xss-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xss-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-xss-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-xss-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-xss-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-xss-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-xss-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-xss-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xss-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xss-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important; }
  .my-xss-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .my-xss-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-xss-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-xss-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xss-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-xss-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important; }
  .my-xss-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-xss-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-xss-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important; }
  .my-xss-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xss-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important; }
  .my-xss-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important; }
  .my-xss-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-xss-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-xss-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-xss-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xss-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-xss-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xss-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xss-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-xss-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-xss-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-xss-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-xss-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-xss-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-xss-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xss-0 {
    margin-top: 0 !important; }
  .mt-xss-3 {
    margin-top: 3px !important; }
  .mt-xss-4 {
    margin-top: 4px !important; }
  .mt-xss-5 {
    margin-top: 5px !important; }
  .mt-xss-8 {
    margin-top: 8px !important; }
  .mt-xss-10 {
    margin-top: 10px !important; }
  .mt-xss-12 {
    margin-top: 12px !important; }
  .mt-xss-14 {
    margin-top: 14px !important; }
  .mt-xss-15 {
    margin-top: 15px !important; }
  .mt-xss-16 {
    margin-top: 16px !important; }
  .mt-xss-17 {
    margin-top: 17px !important; }
  .mt-xss-20 {
    margin-top: 20px !important; }
  .mt-xss-22 {
    margin-top: 22px !important; }
  .mt-xss-23 {
    margin-top: 23px !important; }
  .mt-xss-25 {
    margin-top: 25px !important; }
  .mt-xss-30 {
    margin-top: 30px !important; }
  .mt-xss-35 {
    margin-top: 35px !important; }
  .mt-xss-40 {
    margin-top: 40px !important; }
  .mt-xss-45 {
    margin-top: 45px !important; }
  .mt-xss-50 {
    margin-top: 50px !important; }
  .mt-xss-60 {
    margin-top: 60px !important; }
  .mt-xss-70 {
    margin-top: 70px !important; }
  .mt-xss-75 {
    margin-top: 75px !important; }
  .mt-xss-100 {
    margin-top: 100px !important; }
  .mt-xss-120 {
    margin-top: 120px !important; }
  .mt-xss-125 {
    margin-top: 125px !important; }
  .mt-xss-150 {
    margin-top: 150px !important; }
  .mt-xss-auto {
    margin-top: auto !important; }
  .me-xss-0 {
    margin-right: 0 !important; }
  .me-xss-3 {
    margin-right: 3px !important; }
  .me-xss-4 {
    margin-right: 4px !important; }
  .me-xss-5 {
    margin-right: 5px !important; }
  .me-xss-8 {
    margin-right: 8px !important; }
  .me-xss-10 {
    margin-right: 10px !important; }
  .me-xss-12 {
    margin-right: 12px !important; }
  .me-xss-14 {
    margin-right: 14px !important; }
  .me-xss-15 {
    margin-right: 15px !important; }
  .me-xss-16 {
    margin-right: 16px !important; }
  .me-xss-17 {
    margin-right: 17px !important; }
  .me-xss-20 {
    margin-right: 20px !important; }
  .me-xss-22 {
    margin-right: 22px !important; }
  .me-xss-23 {
    margin-right: 23px !important; }
  .me-xss-25 {
    margin-right: 25px !important; }
  .me-xss-30 {
    margin-right: 30px !important; }
  .me-xss-35 {
    margin-right: 35px !important; }
  .me-xss-40 {
    margin-right: 40px !important; }
  .me-xss-45 {
    margin-right: 45px !important; }
  .me-xss-50 {
    margin-right: 50px !important; }
  .me-xss-60 {
    margin-right: 60px !important; }
  .me-xss-70 {
    margin-right: 70px !important; }
  .me-xss-75 {
    margin-right: 75px !important; }
  .me-xss-100 {
    margin-right: 100px !important; }
  .me-xss-120 {
    margin-right: 120px !important; }
  .me-xss-125 {
    margin-right: 125px !important; }
  .me-xss-150 {
    margin-right: 150px !important; }
  .me-xss-auto {
    margin-right: auto !important; }
  .mb-xss-0 {
    margin-bottom: 0 !important; }
  .mb-xss-3 {
    margin-bottom: 3px !important; }
  .mb-xss-4 {
    margin-bottom: 4px !important; }
  .mb-xss-5 {
    margin-bottom: 5px !important; }
  .mb-xss-8 {
    margin-bottom: 8px !important; }
  .mb-xss-10 {
    margin-bottom: 10px !important; }
  .mb-xss-12 {
    margin-bottom: 12px !important; }
  .mb-xss-14 {
    margin-bottom: 14px !important; }
  .mb-xss-15 {
    margin-bottom: 15px !important; }
  .mb-xss-16 {
    margin-bottom: 16px !important; }
  .mb-xss-17 {
    margin-bottom: 17px !important; }
  .mb-xss-20 {
    margin-bottom: 20px !important; }
  .mb-xss-22 {
    margin-bottom: 22px !important; }
  .mb-xss-23 {
    margin-bottom: 23px !important; }
  .mb-xss-25 {
    margin-bottom: 25px !important; }
  .mb-xss-30 {
    margin-bottom: 30px !important; }
  .mb-xss-35 {
    margin-bottom: 35px !important; }
  .mb-xss-40 {
    margin-bottom: 40px !important; }
  .mb-xss-45 {
    margin-bottom: 45px !important; }
  .mb-xss-50 {
    margin-bottom: 50px !important; }
  .mb-xss-60 {
    margin-bottom: 60px !important; }
  .mb-xss-70 {
    margin-bottom: 70px !important; }
  .mb-xss-75 {
    margin-bottom: 75px !important; }
  .mb-xss-100 {
    margin-bottom: 100px !important; }
  .mb-xss-120 {
    margin-bottom: 120px !important; }
  .mb-xss-125 {
    margin-bottom: 125px !important; }
  .mb-xss-150 {
    margin-bottom: 150px !important; }
  .mb-xss-auto {
    margin-bottom: auto !important; }
  .ms-xss-0 {
    margin-left: 0 !important; }
  .ms-xss-3 {
    margin-left: 3px !important; }
  .ms-xss-4 {
    margin-left: 4px !important; }
  .ms-xss-5 {
    margin-left: 5px !important; }
  .ms-xss-8 {
    margin-left: 8px !important; }
  .ms-xss-10 {
    margin-left: 10px !important; }
  .ms-xss-12 {
    margin-left: 12px !important; }
  .ms-xss-14 {
    margin-left: 14px !important; }
  .ms-xss-15 {
    margin-left: 15px !important; }
  .ms-xss-16 {
    margin-left: 16px !important; }
  .ms-xss-17 {
    margin-left: 17px !important; }
  .ms-xss-20 {
    margin-left: 20px !important; }
  .ms-xss-22 {
    margin-left: 22px !important; }
  .ms-xss-23 {
    margin-left: 23px !important; }
  .ms-xss-25 {
    margin-left: 25px !important; }
  .ms-xss-30 {
    margin-left: 30px !important; }
  .ms-xss-35 {
    margin-left: 35px !important; }
  .ms-xss-40 {
    margin-left: 40px !important; }
  .ms-xss-45 {
    margin-left: 45px !important; }
  .ms-xss-50 {
    margin-left: 50px !important; }
  .ms-xss-60 {
    margin-left: 60px !important; }
  .ms-xss-70 {
    margin-left: 70px !important; }
  .ms-xss-75 {
    margin-left: 75px !important; }
  .ms-xss-100 {
    margin-left: 100px !important; }
  .ms-xss-120 {
    margin-left: 120px !important; }
  .ms-xss-125 {
    margin-left: 125px !important; }
  .ms-xss-150 {
    margin-left: 150px !important; }
  .ms-xss-auto {
    margin-left: auto !important; }
  .p-xss-0 {
    padding: 0 !important; }
  .p-xss-3 {
    padding: 3px !important; }
  .p-xss-4 {
    padding: 4px !important; }
  .p-xss-5 {
    padding: 5px !important; }
  .p-xss-8 {
    padding: 8px !important; }
  .p-xss-10 {
    padding: 10px !important; }
  .p-xss-12 {
    padding: 12px !important; }
  .p-xss-14 {
    padding: 14px !important; }
  .p-xss-15 {
    padding: 15px !important; }
  .p-xss-16 {
    padding: 16px !important; }
  .p-xss-17 {
    padding: 17px !important; }
  .p-xss-20 {
    padding: 20px !important; }
  .p-xss-22 {
    padding: 22px !important; }
  .p-xss-23 {
    padding: 23px !important; }
  .p-xss-25 {
    padding: 25px !important; }
  .p-xss-30 {
    padding: 30px !important; }
  .p-xss-35 {
    padding: 35px !important; }
  .p-xss-40 {
    padding: 40px !important; }
  .p-xss-45 {
    padding: 45px !important; }
  .p-xss-50 {
    padding: 50px !important; }
  .p-xss-60 {
    padding: 60px !important; }
  .p-xss-70 {
    padding: 70px !important; }
  .p-xss-75 {
    padding: 75px !important; }
  .p-xss-100 {
    padding: 100px !important; }
  .p-xss-120 {
    padding: 120px !important; }
  .p-xss-125 {
    padding: 125px !important; }
  .p-xss-150 {
    padding: 150px !important; }
  .px-xss-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xss-3 {
    padding-right: 3px !important;
    padding-left: 3px !important; }
  .px-xss-4 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  .px-xss-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-xss-8 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-xss-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xss-12 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .px-xss-14 {
    padding-right: 14px !important;
    padding-left: 14px !important; }
  .px-xss-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-xss-16 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-xss-17 {
    padding-right: 17px !important;
    padding-left: 17px !important; }
  .px-xss-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xss-22 {
    padding-right: 22px !important;
    padding-left: 22px !important; }
  .px-xss-23 {
    padding-right: 23px !important;
    padding-left: 23px !important; }
  .px-xss-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-xss-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-xss-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-xss-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xss-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-xss-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-xss-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xss-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-xss-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-xss-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-xss-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-xss-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-xss-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .py-xss-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xss-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  .py-xss-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-xss-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-xss-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-xss-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xss-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-xss-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important; }
  .py-xss-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-xss-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-xss-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important; }
  .py-xss-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xss-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important; }
  .py-xss-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important; }
  .py-xss-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-xss-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-xss-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-xss-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xss-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-xss-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-xss-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xss-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-xss-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-xss-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-xss-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-xss-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-xss-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .pt-xss-0 {
    padding-top: 0 !important; }
  .pt-xss-3 {
    padding-top: 3px !important; }
  .pt-xss-4 {
    padding-top: 4px !important; }
  .pt-xss-5 {
    padding-top: 5px !important; }
  .pt-xss-8 {
    padding-top: 8px !important; }
  .pt-xss-10 {
    padding-top: 10px !important; }
  .pt-xss-12 {
    padding-top: 12px !important; }
  .pt-xss-14 {
    padding-top: 14px !important; }
  .pt-xss-15 {
    padding-top: 15px !important; }
  .pt-xss-16 {
    padding-top: 16px !important; }
  .pt-xss-17 {
    padding-top: 17px !important; }
  .pt-xss-20 {
    padding-top: 20px !important; }
  .pt-xss-22 {
    padding-top: 22px !important; }
  .pt-xss-23 {
    padding-top: 23px !important; }
  .pt-xss-25 {
    padding-top: 25px !important; }
  .pt-xss-30 {
    padding-top: 30px !important; }
  .pt-xss-35 {
    padding-top: 35px !important; }
  .pt-xss-40 {
    padding-top: 40px !important; }
  .pt-xss-45 {
    padding-top: 45px !important; }
  .pt-xss-50 {
    padding-top: 50px !important; }
  .pt-xss-60 {
    padding-top: 60px !important; }
  .pt-xss-70 {
    padding-top: 70px !important; }
  .pt-xss-75 {
    padding-top: 75px !important; }
  .pt-xss-100 {
    padding-top: 100px !important; }
  .pt-xss-120 {
    padding-top: 120px !important; }
  .pt-xss-125 {
    padding-top: 125px !important; }
  .pt-xss-150 {
    padding-top: 150px !important; }
  .pe-xss-0 {
    padding-right: 0 !important; }
  .pe-xss-3 {
    padding-right: 3px !important; }
  .pe-xss-4 {
    padding-right: 4px !important; }
  .pe-xss-5 {
    padding-right: 5px !important; }
  .pe-xss-8 {
    padding-right: 8px !important; }
  .pe-xss-10 {
    padding-right: 10px !important; }
  .pe-xss-12 {
    padding-right: 12px !important; }
  .pe-xss-14 {
    padding-right: 14px !important; }
  .pe-xss-15 {
    padding-right: 15px !important; }
  .pe-xss-16 {
    padding-right: 16px !important; }
  .pe-xss-17 {
    padding-right: 17px !important; }
  .pe-xss-20 {
    padding-right: 20px !important; }
  .pe-xss-22 {
    padding-right: 22px !important; }
  .pe-xss-23 {
    padding-right: 23px !important; }
  .pe-xss-25 {
    padding-right: 25px !important; }
  .pe-xss-30 {
    padding-right: 30px !important; }
  .pe-xss-35 {
    padding-right: 35px !important; }
  .pe-xss-40 {
    padding-right: 40px !important; }
  .pe-xss-45 {
    padding-right: 45px !important; }
  .pe-xss-50 {
    padding-right: 50px !important; }
  .pe-xss-60 {
    padding-right: 60px !important; }
  .pe-xss-70 {
    padding-right: 70px !important; }
  .pe-xss-75 {
    padding-right: 75px !important; }
  .pe-xss-100 {
    padding-right: 100px !important; }
  .pe-xss-120 {
    padding-right: 120px !important; }
  .pe-xss-125 {
    padding-right: 125px !important; }
  .pe-xss-150 {
    padding-right: 150px !important; }
  .pb-xss-0 {
    padding-bottom: 0 !important; }
  .pb-xss-3 {
    padding-bottom: 3px !important; }
  .pb-xss-4 {
    padding-bottom: 4px !important; }
  .pb-xss-5 {
    padding-bottom: 5px !important; }
  .pb-xss-8 {
    padding-bottom: 8px !important; }
  .pb-xss-10 {
    padding-bottom: 10px !important; }
  .pb-xss-12 {
    padding-bottom: 12px !important; }
  .pb-xss-14 {
    padding-bottom: 14px !important; }
  .pb-xss-15 {
    padding-bottom: 15px !important; }
  .pb-xss-16 {
    padding-bottom: 16px !important; }
  .pb-xss-17 {
    padding-bottom: 17px !important; }
  .pb-xss-20 {
    padding-bottom: 20px !important; }
  .pb-xss-22 {
    padding-bottom: 22px !important; }
  .pb-xss-23 {
    padding-bottom: 23px !important; }
  .pb-xss-25 {
    padding-bottom: 25px !important; }
  .pb-xss-30 {
    padding-bottom: 30px !important; }
  .pb-xss-35 {
    padding-bottom: 35px !important; }
  .pb-xss-40 {
    padding-bottom: 40px !important; }
  .pb-xss-45 {
    padding-bottom: 45px !important; }
  .pb-xss-50 {
    padding-bottom: 50px !important; }
  .pb-xss-60 {
    padding-bottom: 60px !important; }
  .pb-xss-70 {
    padding-bottom: 70px !important; }
  .pb-xss-75 {
    padding-bottom: 75px !important; }
  .pb-xss-100 {
    padding-bottom: 100px !important; }
  .pb-xss-120 {
    padding-bottom: 120px !important; }
  .pb-xss-125 {
    padding-bottom: 125px !important; }
  .pb-xss-150 {
    padding-bottom: 150px !important; }
  .ps-xss-0 {
    padding-left: 0 !important; }
  .ps-xss-3 {
    padding-left: 3px !important; }
  .ps-xss-4 {
    padding-left: 4px !important; }
  .ps-xss-5 {
    padding-left: 5px !important; }
  .ps-xss-8 {
    padding-left: 8px !important; }
  .ps-xss-10 {
    padding-left: 10px !important; }
  .ps-xss-12 {
    padding-left: 12px !important; }
  .ps-xss-14 {
    padding-left: 14px !important; }
  .ps-xss-15 {
    padding-left: 15px !important; }
  .ps-xss-16 {
    padding-left: 16px !important; }
  .ps-xss-17 {
    padding-left: 17px !important; }
  .ps-xss-20 {
    padding-left: 20px !important; }
  .ps-xss-22 {
    padding-left: 22px !important; }
  .ps-xss-23 {
    padding-left: 23px !important; }
  .ps-xss-25 {
    padding-left: 25px !important; }
  .ps-xss-30 {
    padding-left: 30px !important; }
  .ps-xss-35 {
    padding-left: 35px !important; }
  .ps-xss-40 {
    padding-left: 40px !important; }
  .ps-xss-45 {
    padding-left: 45px !important; }
  .ps-xss-50 {
    padding-left: 50px !important; }
  .ps-xss-60 {
    padding-left: 60px !important; }
  .ps-xss-70 {
    padding-left: 70px !important; }
  .ps-xss-75 {
    padding-left: 75px !important; }
  .ps-xss-100 {
    padding-left: 100px !important; }
  .ps-xss-120 {
    padding-left: 120px !important; }
  .ps-xss-125 {
    padding-left: 125px !important; }
  .ps-xss-150 {
    padding-left: 150px !important; }
  .text-xss-start {
    text-align: left !important; }
  .text-xss-end {
    text-align: right !important; }
  .text-xss-center {
    text-align: center !important; } }

@media (min-width: 480px) {
  .float-xs-start {
    float: left !important; }
  .float-xs-end {
    float: right !important; }
  .float-xs-none {
    float: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-grid {
    display: grid !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: flex !important; }
  .d-xs-inline-flex {
    display: inline-flex !important; }
  .d-xs-none {
    display: none !important; }
  .flex-xs-fill {
    flex: 1 1 auto !important; }
  .flex-xs-row {
    flex-direction: row !important; }
  .flex-xs-column {
    flex-direction: column !important; }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xs-grow-0 {
    flex-grow: 0 !important; }
  .flex-xs-grow-1 {
    flex-grow: 1 !important; }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xs-wrap {
    flex-wrap: wrap !important; }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xs-0 {
    gap: 0 !important; }
  .gap-xs-3 {
    gap: 3px !important; }
  .gap-xs-4 {
    gap: 4px !important; }
  .gap-xs-5 {
    gap: 5px !important; }
  .gap-xs-8 {
    gap: 8px !important; }
  .gap-xs-10 {
    gap: 10px !important; }
  .gap-xs-12 {
    gap: 12px !important; }
  .gap-xs-14 {
    gap: 14px !important; }
  .gap-xs-15 {
    gap: 15px !important; }
  .gap-xs-16 {
    gap: 16px !important; }
  .gap-xs-17 {
    gap: 17px !important; }
  .gap-xs-20 {
    gap: 20px !important; }
  .gap-xs-22 {
    gap: 22px !important; }
  .gap-xs-23 {
    gap: 23px !important; }
  .gap-xs-25 {
    gap: 25px !important; }
  .gap-xs-30 {
    gap: 30px !important; }
  .gap-xs-35 {
    gap: 35px !important; }
  .gap-xs-40 {
    gap: 40px !important; }
  .gap-xs-45 {
    gap: 45px !important; }
  .gap-xs-50 {
    gap: 50px !important; }
  .gap-xs-60 {
    gap: 60px !important; }
  .gap-xs-70 {
    gap: 70px !important; }
  .gap-xs-75 {
    gap: 75px !important; }
  .gap-xs-100 {
    gap: 100px !important; }
  .gap-xs-120 {
    gap: 120px !important; }
  .gap-xs-125 {
    gap: 125px !important; }
  .gap-xs-150 {
    gap: 150px !important; }
  .justify-content-xs-start {
    justify-content: flex-start !important; }
  .justify-content-xs-end {
    justify-content: flex-end !important; }
  .justify-content-xs-center {
    justify-content: center !important; }
  .justify-content-xs-between {
    justify-content: space-between !important; }
  .justify-content-xs-around {
    justify-content: space-around !important; }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important; }
  .align-items-xs-start {
    align-items: flex-start !important; }
  .align-items-xs-end {
    align-items: flex-end !important; }
  .align-items-xs-center {
    align-items: center !important; }
  .align-items-xs-baseline {
    align-items: baseline !important; }
  .align-items-xs-stretch {
    align-items: stretch !important; }
  .align-content-xs-start {
    align-content: flex-start !important; }
  .align-content-xs-end {
    align-content: flex-end !important; }
  .align-content-xs-center {
    align-content: center !important; }
  .align-content-xs-between {
    align-content: space-between !important; }
  .align-content-xs-around {
    align-content: space-around !important; }
  .align-content-xs-stretch {
    align-content: stretch !important; }
  .align-self-xs-auto {
    align-self: auto !important; }
  .align-self-xs-start {
    align-self: flex-start !important; }
  .align-self-xs-end {
    align-self: flex-end !important; }
  .align-self-xs-center {
    align-self: center !important; }
  .align-self-xs-baseline {
    align-self: baseline !important; }
  .align-self-xs-stretch {
    align-self: stretch !important; }
  .order-xs-first {
    order: -1 !important; }
  .order-xs-0 {
    order: 0 !important; }
  .order-xs-1 {
    order: 1 !important; }
  .order-xs-2 {
    order: 2 !important; }
  .order-xs-3 {
    order: 3 !important; }
  .order-xs-4 {
    order: 4 !important; }
  .order-xs-5 {
    order: 5 !important; }
  .order-xs-last {
    order: 6 !important; }
  .m-xs-0 {
    margin: 0 !important; }
  .m-xs-3 {
    margin: 3px !important; }
  .m-xs-4 {
    margin: 4px !important; }
  .m-xs-5 {
    margin: 5px !important; }
  .m-xs-8 {
    margin: 8px !important; }
  .m-xs-10 {
    margin: 10px !important; }
  .m-xs-12 {
    margin: 12px !important; }
  .m-xs-14 {
    margin: 14px !important; }
  .m-xs-15 {
    margin: 15px !important; }
  .m-xs-16 {
    margin: 16px !important; }
  .m-xs-17 {
    margin: 17px !important; }
  .m-xs-20 {
    margin: 20px !important; }
  .m-xs-22 {
    margin: 22px !important; }
  .m-xs-23 {
    margin: 23px !important; }
  .m-xs-25 {
    margin: 25px !important; }
  .m-xs-30 {
    margin: 30px !important; }
  .m-xs-35 {
    margin: 35px !important; }
  .m-xs-40 {
    margin: 40px !important; }
  .m-xs-45 {
    margin: 45px !important; }
  .m-xs-50 {
    margin: 50px !important; }
  .m-xs-60 {
    margin: 60px !important; }
  .m-xs-70 {
    margin: 70px !important; }
  .m-xs-75 {
    margin: 75px !important; }
  .m-xs-100 {
    margin: 100px !important; }
  .m-xs-120 {
    margin: 120px !important; }
  .m-xs-125 {
    margin: 125px !important; }
  .m-xs-150 {
    margin: 150px !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xs-3 {
    margin-right: 3px !important;
    margin-left: 3px !important; }
  .mx-xs-4 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  .mx-xs-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-xs-8 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-xs-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xs-12 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .mx-xs-14 {
    margin-right: 14px !important;
    margin-left: 14px !important; }
  .mx-xs-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-xs-16 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-xs-17 {
    margin-right: 17px !important;
    margin-left: 17px !important; }
  .mx-xs-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xs-22 {
    margin-right: 22px !important;
    margin-left: 22px !important; }
  .mx-xs-23 {
    margin-right: 23px !important;
    margin-left: 23px !important; }
  .mx-xs-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-xs-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-xs-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-xs-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xs-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-xs-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xs-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xs-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-xs-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-xs-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-xs-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-xs-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-xs-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xs-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important; }
  .my-xs-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .my-xs-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-xs-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-xs-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xs-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-xs-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important; }
  .my-xs-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-xs-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-xs-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important; }
  .my-xs-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xs-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important; }
  .my-xs-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important; }
  .my-xs-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-xs-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-xs-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-xs-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xs-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-xs-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xs-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xs-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-xs-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-xs-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-xs-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-xs-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-xs-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xs-0 {
    margin-top: 0 !important; }
  .mt-xs-3 {
    margin-top: 3px !important; }
  .mt-xs-4 {
    margin-top: 4px !important; }
  .mt-xs-5 {
    margin-top: 5px !important; }
  .mt-xs-8 {
    margin-top: 8px !important; }
  .mt-xs-10 {
    margin-top: 10px !important; }
  .mt-xs-12 {
    margin-top: 12px !important; }
  .mt-xs-14 {
    margin-top: 14px !important; }
  .mt-xs-15 {
    margin-top: 15px !important; }
  .mt-xs-16 {
    margin-top: 16px !important; }
  .mt-xs-17 {
    margin-top: 17px !important; }
  .mt-xs-20 {
    margin-top: 20px !important; }
  .mt-xs-22 {
    margin-top: 22px !important; }
  .mt-xs-23 {
    margin-top: 23px !important; }
  .mt-xs-25 {
    margin-top: 25px !important; }
  .mt-xs-30 {
    margin-top: 30px !important; }
  .mt-xs-35 {
    margin-top: 35px !important; }
  .mt-xs-40 {
    margin-top: 40px !important; }
  .mt-xs-45 {
    margin-top: 45px !important; }
  .mt-xs-50 {
    margin-top: 50px !important; }
  .mt-xs-60 {
    margin-top: 60px !important; }
  .mt-xs-70 {
    margin-top: 70px !important; }
  .mt-xs-75 {
    margin-top: 75px !important; }
  .mt-xs-100 {
    margin-top: 100px !important; }
  .mt-xs-120 {
    margin-top: 120px !important; }
  .mt-xs-125 {
    margin-top: 125px !important; }
  .mt-xs-150 {
    margin-top: 150px !important; }
  .mt-xs-auto {
    margin-top: auto !important; }
  .me-xs-0 {
    margin-right: 0 !important; }
  .me-xs-3 {
    margin-right: 3px !important; }
  .me-xs-4 {
    margin-right: 4px !important; }
  .me-xs-5 {
    margin-right: 5px !important; }
  .me-xs-8 {
    margin-right: 8px !important; }
  .me-xs-10 {
    margin-right: 10px !important; }
  .me-xs-12 {
    margin-right: 12px !important; }
  .me-xs-14 {
    margin-right: 14px !important; }
  .me-xs-15 {
    margin-right: 15px !important; }
  .me-xs-16 {
    margin-right: 16px !important; }
  .me-xs-17 {
    margin-right: 17px !important; }
  .me-xs-20 {
    margin-right: 20px !important; }
  .me-xs-22 {
    margin-right: 22px !important; }
  .me-xs-23 {
    margin-right: 23px !important; }
  .me-xs-25 {
    margin-right: 25px !important; }
  .me-xs-30 {
    margin-right: 30px !important; }
  .me-xs-35 {
    margin-right: 35px !important; }
  .me-xs-40 {
    margin-right: 40px !important; }
  .me-xs-45 {
    margin-right: 45px !important; }
  .me-xs-50 {
    margin-right: 50px !important; }
  .me-xs-60 {
    margin-right: 60px !important; }
  .me-xs-70 {
    margin-right: 70px !important; }
  .me-xs-75 {
    margin-right: 75px !important; }
  .me-xs-100 {
    margin-right: 100px !important; }
  .me-xs-120 {
    margin-right: 120px !important; }
  .me-xs-125 {
    margin-right: 125px !important; }
  .me-xs-150 {
    margin-right: 150px !important; }
  .me-xs-auto {
    margin-right: auto !important; }
  .mb-xs-0 {
    margin-bottom: 0 !important; }
  .mb-xs-3 {
    margin-bottom: 3px !important; }
  .mb-xs-4 {
    margin-bottom: 4px !important; }
  .mb-xs-5 {
    margin-bottom: 5px !important; }
  .mb-xs-8 {
    margin-bottom: 8px !important; }
  .mb-xs-10 {
    margin-bottom: 10px !important; }
  .mb-xs-12 {
    margin-bottom: 12px !important; }
  .mb-xs-14 {
    margin-bottom: 14px !important; }
  .mb-xs-15 {
    margin-bottom: 15px !important; }
  .mb-xs-16 {
    margin-bottom: 16px !important; }
  .mb-xs-17 {
    margin-bottom: 17px !important; }
  .mb-xs-20 {
    margin-bottom: 20px !important; }
  .mb-xs-22 {
    margin-bottom: 22px !important; }
  .mb-xs-23 {
    margin-bottom: 23px !important; }
  .mb-xs-25 {
    margin-bottom: 25px !important; }
  .mb-xs-30 {
    margin-bottom: 30px !important; }
  .mb-xs-35 {
    margin-bottom: 35px !important; }
  .mb-xs-40 {
    margin-bottom: 40px !important; }
  .mb-xs-45 {
    margin-bottom: 45px !important; }
  .mb-xs-50 {
    margin-bottom: 50px !important; }
  .mb-xs-60 {
    margin-bottom: 60px !important; }
  .mb-xs-70 {
    margin-bottom: 70px !important; }
  .mb-xs-75 {
    margin-bottom: 75px !important; }
  .mb-xs-100 {
    margin-bottom: 100px !important; }
  .mb-xs-120 {
    margin-bottom: 120px !important; }
  .mb-xs-125 {
    margin-bottom: 125px !important; }
  .mb-xs-150 {
    margin-bottom: 150px !important; }
  .mb-xs-auto {
    margin-bottom: auto !important; }
  .ms-xs-0 {
    margin-left: 0 !important; }
  .ms-xs-3 {
    margin-left: 3px !important; }
  .ms-xs-4 {
    margin-left: 4px !important; }
  .ms-xs-5 {
    margin-left: 5px !important; }
  .ms-xs-8 {
    margin-left: 8px !important; }
  .ms-xs-10 {
    margin-left: 10px !important; }
  .ms-xs-12 {
    margin-left: 12px !important; }
  .ms-xs-14 {
    margin-left: 14px !important; }
  .ms-xs-15 {
    margin-left: 15px !important; }
  .ms-xs-16 {
    margin-left: 16px !important; }
  .ms-xs-17 {
    margin-left: 17px !important; }
  .ms-xs-20 {
    margin-left: 20px !important; }
  .ms-xs-22 {
    margin-left: 22px !important; }
  .ms-xs-23 {
    margin-left: 23px !important; }
  .ms-xs-25 {
    margin-left: 25px !important; }
  .ms-xs-30 {
    margin-left: 30px !important; }
  .ms-xs-35 {
    margin-left: 35px !important; }
  .ms-xs-40 {
    margin-left: 40px !important; }
  .ms-xs-45 {
    margin-left: 45px !important; }
  .ms-xs-50 {
    margin-left: 50px !important; }
  .ms-xs-60 {
    margin-left: 60px !important; }
  .ms-xs-70 {
    margin-left: 70px !important; }
  .ms-xs-75 {
    margin-left: 75px !important; }
  .ms-xs-100 {
    margin-left: 100px !important; }
  .ms-xs-120 {
    margin-left: 120px !important; }
  .ms-xs-125 {
    margin-left: 125px !important; }
  .ms-xs-150 {
    margin-left: 150px !important; }
  .ms-xs-auto {
    margin-left: auto !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .p-xs-3 {
    padding: 3px !important; }
  .p-xs-4 {
    padding: 4px !important; }
  .p-xs-5 {
    padding: 5px !important; }
  .p-xs-8 {
    padding: 8px !important; }
  .p-xs-10 {
    padding: 10px !important; }
  .p-xs-12 {
    padding: 12px !important; }
  .p-xs-14 {
    padding: 14px !important; }
  .p-xs-15 {
    padding: 15px !important; }
  .p-xs-16 {
    padding: 16px !important; }
  .p-xs-17 {
    padding: 17px !important; }
  .p-xs-20 {
    padding: 20px !important; }
  .p-xs-22 {
    padding: 22px !important; }
  .p-xs-23 {
    padding: 23px !important; }
  .p-xs-25 {
    padding: 25px !important; }
  .p-xs-30 {
    padding: 30px !important; }
  .p-xs-35 {
    padding: 35px !important; }
  .p-xs-40 {
    padding: 40px !important; }
  .p-xs-45 {
    padding: 45px !important; }
  .p-xs-50 {
    padding: 50px !important; }
  .p-xs-60 {
    padding: 60px !important; }
  .p-xs-70 {
    padding: 70px !important; }
  .p-xs-75 {
    padding: 75px !important; }
  .p-xs-100 {
    padding: 100px !important; }
  .p-xs-120 {
    padding: 120px !important; }
  .p-xs-125 {
    padding: 125px !important; }
  .p-xs-150 {
    padding: 150px !important; }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xs-3 {
    padding-right: 3px !important;
    padding-left: 3px !important; }
  .px-xs-4 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  .px-xs-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-xs-8 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-xs-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xs-12 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .px-xs-14 {
    padding-right: 14px !important;
    padding-left: 14px !important; }
  .px-xs-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-xs-16 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-xs-17 {
    padding-right: 17px !important;
    padding-left: 17px !important; }
  .px-xs-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xs-22 {
    padding-right: 22px !important;
    padding-left: 22px !important; }
  .px-xs-23 {
    padding-right: 23px !important;
    padding-left: 23px !important; }
  .px-xs-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-xs-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-xs-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-xs-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xs-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-xs-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-xs-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xs-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-xs-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-xs-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-xs-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-xs-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-xs-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xs-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  .py-xs-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-xs-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-xs-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-xs-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xs-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-xs-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important; }
  .py-xs-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-xs-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-xs-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important; }
  .py-xs-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xs-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important; }
  .py-xs-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important; }
  .py-xs-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-xs-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-xs-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-xs-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xs-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-xs-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-xs-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xs-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-xs-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-xs-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-xs-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-xs-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-xs-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .pt-xs-0 {
    padding-top: 0 !important; }
  .pt-xs-3 {
    padding-top: 3px !important; }
  .pt-xs-4 {
    padding-top: 4px !important; }
  .pt-xs-5 {
    padding-top: 5px !important; }
  .pt-xs-8 {
    padding-top: 8px !important; }
  .pt-xs-10 {
    padding-top: 10px !important; }
  .pt-xs-12 {
    padding-top: 12px !important; }
  .pt-xs-14 {
    padding-top: 14px !important; }
  .pt-xs-15 {
    padding-top: 15px !important; }
  .pt-xs-16 {
    padding-top: 16px !important; }
  .pt-xs-17 {
    padding-top: 17px !important; }
  .pt-xs-20 {
    padding-top: 20px !important; }
  .pt-xs-22 {
    padding-top: 22px !important; }
  .pt-xs-23 {
    padding-top: 23px !important; }
  .pt-xs-25 {
    padding-top: 25px !important; }
  .pt-xs-30 {
    padding-top: 30px !important; }
  .pt-xs-35 {
    padding-top: 35px !important; }
  .pt-xs-40 {
    padding-top: 40px !important; }
  .pt-xs-45 {
    padding-top: 45px !important; }
  .pt-xs-50 {
    padding-top: 50px !important; }
  .pt-xs-60 {
    padding-top: 60px !important; }
  .pt-xs-70 {
    padding-top: 70px !important; }
  .pt-xs-75 {
    padding-top: 75px !important; }
  .pt-xs-100 {
    padding-top: 100px !important; }
  .pt-xs-120 {
    padding-top: 120px !important; }
  .pt-xs-125 {
    padding-top: 125px !important; }
  .pt-xs-150 {
    padding-top: 150px !important; }
  .pe-xs-0 {
    padding-right: 0 !important; }
  .pe-xs-3 {
    padding-right: 3px !important; }
  .pe-xs-4 {
    padding-right: 4px !important; }
  .pe-xs-5 {
    padding-right: 5px !important; }
  .pe-xs-8 {
    padding-right: 8px !important; }
  .pe-xs-10 {
    padding-right: 10px !important; }
  .pe-xs-12 {
    padding-right: 12px !important; }
  .pe-xs-14 {
    padding-right: 14px !important; }
  .pe-xs-15 {
    padding-right: 15px !important; }
  .pe-xs-16 {
    padding-right: 16px !important; }
  .pe-xs-17 {
    padding-right: 17px !important; }
  .pe-xs-20 {
    padding-right: 20px !important; }
  .pe-xs-22 {
    padding-right: 22px !important; }
  .pe-xs-23 {
    padding-right: 23px !important; }
  .pe-xs-25 {
    padding-right: 25px !important; }
  .pe-xs-30 {
    padding-right: 30px !important; }
  .pe-xs-35 {
    padding-right: 35px !important; }
  .pe-xs-40 {
    padding-right: 40px !important; }
  .pe-xs-45 {
    padding-right: 45px !important; }
  .pe-xs-50 {
    padding-right: 50px !important; }
  .pe-xs-60 {
    padding-right: 60px !important; }
  .pe-xs-70 {
    padding-right: 70px !important; }
  .pe-xs-75 {
    padding-right: 75px !important; }
  .pe-xs-100 {
    padding-right: 100px !important; }
  .pe-xs-120 {
    padding-right: 120px !important; }
  .pe-xs-125 {
    padding-right: 125px !important; }
  .pe-xs-150 {
    padding-right: 150px !important; }
  .pb-xs-0 {
    padding-bottom: 0 !important; }
  .pb-xs-3 {
    padding-bottom: 3px !important; }
  .pb-xs-4 {
    padding-bottom: 4px !important; }
  .pb-xs-5 {
    padding-bottom: 5px !important; }
  .pb-xs-8 {
    padding-bottom: 8px !important; }
  .pb-xs-10 {
    padding-bottom: 10px !important; }
  .pb-xs-12 {
    padding-bottom: 12px !important; }
  .pb-xs-14 {
    padding-bottom: 14px !important; }
  .pb-xs-15 {
    padding-bottom: 15px !important; }
  .pb-xs-16 {
    padding-bottom: 16px !important; }
  .pb-xs-17 {
    padding-bottom: 17px !important; }
  .pb-xs-20 {
    padding-bottom: 20px !important; }
  .pb-xs-22 {
    padding-bottom: 22px !important; }
  .pb-xs-23 {
    padding-bottom: 23px !important; }
  .pb-xs-25 {
    padding-bottom: 25px !important; }
  .pb-xs-30 {
    padding-bottom: 30px !important; }
  .pb-xs-35 {
    padding-bottom: 35px !important; }
  .pb-xs-40 {
    padding-bottom: 40px !important; }
  .pb-xs-45 {
    padding-bottom: 45px !important; }
  .pb-xs-50 {
    padding-bottom: 50px !important; }
  .pb-xs-60 {
    padding-bottom: 60px !important; }
  .pb-xs-70 {
    padding-bottom: 70px !important; }
  .pb-xs-75 {
    padding-bottom: 75px !important; }
  .pb-xs-100 {
    padding-bottom: 100px !important; }
  .pb-xs-120 {
    padding-bottom: 120px !important; }
  .pb-xs-125 {
    padding-bottom: 125px !important; }
  .pb-xs-150 {
    padding-bottom: 150px !important; }
  .ps-xs-0 {
    padding-left: 0 !important; }
  .ps-xs-3 {
    padding-left: 3px !important; }
  .ps-xs-4 {
    padding-left: 4px !important; }
  .ps-xs-5 {
    padding-left: 5px !important; }
  .ps-xs-8 {
    padding-left: 8px !important; }
  .ps-xs-10 {
    padding-left: 10px !important; }
  .ps-xs-12 {
    padding-left: 12px !important; }
  .ps-xs-14 {
    padding-left: 14px !important; }
  .ps-xs-15 {
    padding-left: 15px !important; }
  .ps-xs-16 {
    padding-left: 16px !important; }
  .ps-xs-17 {
    padding-left: 17px !important; }
  .ps-xs-20 {
    padding-left: 20px !important; }
  .ps-xs-22 {
    padding-left: 22px !important; }
  .ps-xs-23 {
    padding-left: 23px !important; }
  .ps-xs-25 {
    padding-left: 25px !important; }
  .ps-xs-30 {
    padding-left: 30px !important; }
  .ps-xs-35 {
    padding-left: 35px !important; }
  .ps-xs-40 {
    padding-left: 40px !important; }
  .ps-xs-45 {
    padding-left: 45px !important; }
  .ps-xs-50 {
    padding-left: 50px !important; }
  .ps-xs-60 {
    padding-left: 60px !important; }
  .ps-xs-70 {
    padding-left: 70px !important; }
  .ps-xs-75 {
    padding-left: 75px !important; }
  .ps-xs-100 {
    padding-left: 100px !important; }
  .ps-xs-120 {
    padding-left: 120px !important; }
  .ps-xs-125 {
    padding-left: 125px !important; }
  .ps-xs-150 {
    padding-left: 150px !important; }
  .text-xs-start {
    text-align: left !important; }
  .text-xs-end {
    text-align: right !important; }
  .text-xs-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-3 {
    gap: 3px !important; }
  .gap-sm-4 {
    gap: 4px !important; }
  .gap-sm-5 {
    gap: 5px !important; }
  .gap-sm-8 {
    gap: 8px !important; }
  .gap-sm-10 {
    gap: 10px !important; }
  .gap-sm-12 {
    gap: 12px !important; }
  .gap-sm-14 {
    gap: 14px !important; }
  .gap-sm-15 {
    gap: 15px !important; }
  .gap-sm-16 {
    gap: 16px !important; }
  .gap-sm-17 {
    gap: 17px !important; }
  .gap-sm-20 {
    gap: 20px !important; }
  .gap-sm-22 {
    gap: 22px !important; }
  .gap-sm-23 {
    gap: 23px !important; }
  .gap-sm-25 {
    gap: 25px !important; }
  .gap-sm-30 {
    gap: 30px !important; }
  .gap-sm-35 {
    gap: 35px !important; }
  .gap-sm-40 {
    gap: 40px !important; }
  .gap-sm-45 {
    gap: 45px !important; }
  .gap-sm-50 {
    gap: 50px !important; }
  .gap-sm-60 {
    gap: 60px !important; }
  .gap-sm-70 {
    gap: 70px !important; }
  .gap-sm-75 {
    gap: 75px !important; }
  .gap-sm-100 {
    gap: 100px !important; }
  .gap-sm-120 {
    gap: 120px !important; }
  .gap-sm-125 {
    gap: 125px !important; }
  .gap-sm-150 {
    gap: 150px !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-3 {
    margin: 3px !important; }
  .m-sm-4 {
    margin: 4px !important; }
  .m-sm-5 {
    margin: 5px !important; }
  .m-sm-8 {
    margin: 8px !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .m-sm-12 {
    margin: 12px !important; }
  .m-sm-14 {
    margin: 14px !important; }
  .m-sm-15 {
    margin: 15px !important; }
  .m-sm-16 {
    margin: 16px !important; }
  .m-sm-17 {
    margin: 17px !important; }
  .m-sm-20 {
    margin: 20px !important; }
  .m-sm-22 {
    margin: 22px !important; }
  .m-sm-23 {
    margin: 23px !important; }
  .m-sm-25 {
    margin: 25px !important; }
  .m-sm-30 {
    margin: 30px !important; }
  .m-sm-35 {
    margin: 35px !important; }
  .m-sm-40 {
    margin: 40px !important; }
  .m-sm-45 {
    margin: 45px !important; }
  .m-sm-50 {
    margin: 50px !important; }
  .m-sm-60 {
    margin: 60px !important; }
  .m-sm-70 {
    margin: 70px !important; }
  .m-sm-75 {
    margin: 75px !important; }
  .m-sm-100 {
    margin: 100px !important; }
  .m-sm-120 {
    margin: 120px !important; }
  .m-sm-125 {
    margin: 125px !important; }
  .m-sm-150 {
    margin: 150px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-3 {
    margin-right: 3px !important;
    margin-left: 3px !important; }
  .mx-sm-4 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  .mx-sm-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-sm-8 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-sm-12 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .mx-sm-14 {
    margin-right: 14px !important;
    margin-left: 14px !important; }
  .mx-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-sm-16 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-sm-17 {
    margin-right: 17px !important;
    margin-left: 17px !important; }
  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-sm-22 {
    margin-right: 22px !important;
    margin-left: 22px !important; }
  .mx-sm-23 {
    margin-right: 23px !important;
    margin-left: 23px !important; }
  .mx-sm-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-sm-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-sm-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-sm-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-sm-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-sm-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-sm-150 {
    margin-right: 150px !important;
    margin-left: 150px !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-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important; }
  .my-sm-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-sm-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important; }
  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-sm-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important; }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-sm-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important; }
  .my-sm-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important; }
  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-sm-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-sm-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-3 {
    margin-top: 3px !important; }
  .mt-sm-4 {
    margin-top: 4px !important; }
  .mt-sm-5 {
    margin-top: 5px !important; }
  .mt-sm-8 {
    margin-top: 8px !important; }
  .mt-sm-10 {
    margin-top: 10px !important; }
  .mt-sm-12 {
    margin-top: 12px !important; }
  .mt-sm-14 {
    margin-top: 14px !important; }
  .mt-sm-15 {
    margin-top: 15px !important; }
  .mt-sm-16 {
    margin-top: 16px !important; }
  .mt-sm-17 {
    margin-top: 17px !important; }
  .mt-sm-20 {
    margin-top: 20px !important; }
  .mt-sm-22 {
    margin-top: 22px !important; }
  .mt-sm-23 {
    margin-top: 23px !important; }
  .mt-sm-25 {
    margin-top: 25px !important; }
  .mt-sm-30 {
    margin-top: 30px !important; }
  .mt-sm-35 {
    margin-top: 35px !important; }
  .mt-sm-40 {
    margin-top: 40px !important; }
  .mt-sm-45 {
    margin-top: 45px !important; }
  .mt-sm-50 {
    margin-top: 50px !important; }
  .mt-sm-60 {
    margin-top: 60px !important; }
  .mt-sm-70 {
    margin-top: 70px !important; }
  .mt-sm-75 {
    margin-top: 75px !important; }
  .mt-sm-100 {
    margin-top: 100px !important; }
  .mt-sm-120 {
    margin-top: 120px !important; }
  .mt-sm-125 {
    margin-top: 125px !important; }
  .mt-sm-150 {
    margin-top: 150px !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-3 {
    margin-right: 3px !important; }
  .me-sm-4 {
    margin-right: 4px !important; }
  .me-sm-5 {
    margin-right: 5px !important; }
  .me-sm-8 {
    margin-right: 8px !important; }
  .me-sm-10 {
    margin-right: 10px !important; }
  .me-sm-12 {
    margin-right: 12px !important; }
  .me-sm-14 {
    margin-right: 14px !important; }
  .me-sm-15 {
    margin-right: 15px !important; }
  .me-sm-16 {
    margin-right: 16px !important; }
  .me-sm-17 {
    margin-right: 17px !important; }
  .me-sm-20 {
    margin-right: 20px !important; }
  .me-sm-22 {
    margin-right: 22px !important; }
  .me-sm-23 {
    margin-right: 23px !important; }
  .me-sm-25 {
    margin-right: 25px !important; }
  .me-sm-30 {
    margin-right: 30px !important; }
  .me-sm-35 {
    margin-right: 35px !important; }
  .me-sm-40 {
    margin-right: 40px !important; }
  .me-sm-45 {
    margin-right: 45px !important; }
  .me-sm-50 {
    margin-right: 50px !important; }
  .me-sm-60 {
    margin-right: 60px !important; }
  .me-sm-70 {
    margin-right: 70px !important; }
  .me-sm-75 {
    margin-right: 75px !important; }
  .me-sm-100 {
    margin-right: 100px !important; }
  .me-sm-120 {
    margin-right: 120px !important; }
  .me-sm-125 {
    margin-right: 125px !important; }
  .me-sm-150 {
    margin-right: 150px !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-3 {
    margin-bottom: 3px !important; }
  .mb-sm-4 {
    margin-bottom: 4px !important; }
  .mb-sm-5 {
    margin-bottom: 5px !important; }
  .mb-sm-8 {
    margin-bottom: 8px !important; }
  .mb-sm-10 {
    margin-bottom: 10px !important; }
  .mb-sm-12 {
    margin-bottom: 12px !important; }
  .mb-sm-14 {
    margin-bottom: 14px !important; }
  .mb-sm-15 {
    margin-bottom: 15px !important; }
  .mb-sm-16 {
    margin-bottom: 16px !important; }
  .mb-sm-17 {
    margin-bottom: 17px !important; }
  .mb-sm-20 {
    margin-bottom: 20px !important; }
  .mb-sm-22 {
    margin-bottom: 22px !important; }
  .mb-sm-23 {
    margin-bottom: 23px !important; }
  .mb-sm-25 {
    margin-bottom: 25px !important; }
  .mb-sm-30 {
    margin-bottom: 30px !important; }
  .mb-sm-35 {
    margin-bottom: 35px !important; }
  .mb-sm-40 {
    margin-bottom: 40px !important; }
  .mb-sm-45 {
    margin-bottom: 45px !important; }
  .mb-sm-50 {
    margin-bottom: 50px !important; }
  .mb-sm-60 {
    margin-bottom: 60px !important; }
  .mb-sm-70 {
    margin-bottom: 70px !important; }
  .mb-sm-75 {
    margin-bottom: 75px !important; }
  .mb-sm-100 {
    margin-bottom: 100px !important; }
  .mb-sm-120 {
    margin-bottom: 120px !important; }
  .mb-sm-125 {
    margin-bottom: 125px !important; }
  .mb-sm-150 {
    margin-bottom: 150px !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-3 {
    margin-left: 3px !important; }
  .ms-sm-4 {
    margin-left: 4px !important; }
  .ms-sm-5 {
    margin-left: 5px !important; }
  .ms-sm-8 {
    margin-left: 8px !important; }
  .ms-sm-10 {
    margin-left: 10px !important; }
  .ms-sm-12 {
    margin-left: 12px !important; }
  .ms-sm-14 {
    margin-left: 14px !important; }
  .ms-sm-15 {
    margin-left: 15px !important; }
  .ms-sm-16 {
    margin-left: 16px !important; }
  .ms-sm-17 {
    margin-left: 17px !important; }
  .ms-sm-20 {
    margin-left: 20px !important; }
  .ms-sm-22 {
    margin-left: 22px !important; }
  .ms-sm-23 {
    margin-left: 23px !important; }
  .ms-sm-25 {
    margin-left: 25px !important; }
  .ms-sm-30 {
    margin-left: 30px !important; }
  .ms-sm-35 {
    margin-left: 35px !important; }
  .ms-sm-40 {
    margin-left: 40px !important; }
  .ms-sm-45 {
    margin-left: 45px !important; }
  .ms-sm-50 {
    margin-left: 50px !important; }
  .ms-sm-60 {
    margin-left: 60px !important; }
  .ms-sm-70 {
    margin-left: 70px !important; }
  .ms-sm-75 {
    margin-left: 75px !important; }
  .ms-sm-100 {
    margin-left: 100px !important; }
  .ms-sm-120 {
    margin-left: 120px !important; }
  .ms-sm-125 {
    margin-left: 125px !important; }
  .ms-sm-150 {
    margin-left: 150px !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-3 {
    padding: 3px !important; }
  .p-sm-4 {
    padding: 4px !important; }
  .p-sm-5 {
    padding: 5px !important; }
  .p-sm-8 {
    padding: 8px !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .p-sm-12 {
    padding: 12px !important; }
  .p-sm-14 {
    padding: 14px !important; }
  .p-sm-15 {
    padding: 15px !important; }
  .p-sm-16 {
    padding: 16px !important; }
  .p-sm-17 {
    padding: 17px !important; }
  .p-sm-20 {
    padding: 20px !important; }
  .p-sm-22 {
    padding: 22px !important; }
  .p-sm-23 {
    padding: 23px !important; }
  .p-sm-25 {
    padding: 25px !important; }
  .p-sm-30 {
    padding: 30px !important; }
  .p-sm-35 {
    padding: 35px !important; }
  .p-sm-40 {
    padding: 40px !important; }
  .p-sm-45 {
    padding: 45px !important; }
  .p-sm-50 {
    padding: 50px !important; }
  .p-sm-60 {
    padding: 60px !important; }
  .p-sm-70 {
    padding: 70px !important; }
  .p-sm-75 {
    padding: 75px !important; }
  .p-sm-100 {
    padding: 100px !important; }
  .p-sm-120 {
    padding: 120px !important; }
  .p-sm-125 {
    padding: 125px !important; }
  .p-sm-150 {
    padding: 150px !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-3 {
    padding-right: 3px !important;
    padding-left: 3px !important; }
  .px-sm-4 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  .px-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-sm-8 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-sm-12 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .px-sm-14 {
    padding-right: 14px !important;
    padding-left: 14px !important; }
  .px-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-sm-16 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-sm-17 {
    padding-right: 17px !important;
    padding-left: 17px !important; }
  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-sm-22 {
    padding-right: 22px !important;
    padding-left: 22px !important; }
  .px-sm-23 {
    padding-right: 23px !important;
    padding-left: 23px !important; }
  .px-sm-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-sm-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-sm-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-sm-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-sm-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-sm-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-sm-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  .py-sm-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-sm-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important; }
  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-sm-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important; }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-sm-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important; }
  .py-sm-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important; }
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-sm-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-3 {
    padding-top: 3px !important; }
  .pt-sm-4 {
    padding-top: 4px !important; }
  .pt-sm-5 {
    padding-top: 5px !important; }
  .pt-sm-8 {
    padding-top: 8px !important; }
  .pt-sm-10 {
    padding-top: 10px !important; }
  .pt-sm-12 {
    padding-top: 12px !important; }
  .pt-sm-14 {
    padding-top: 14px !important; }
  .pt-sm-15 {
    padding-top: 15px !important; }
  .pt-sm-16 {
    padding-top: 16px !important; }
  .pt-sm-17 {
    padding-top: 17px !important; }
  .pt-sm-20 {
    padding-top: 20px !important; }
  .pt-sm-22 {
    padding-top: 22px !important; }
  .pt-sm-23 {
    padding-top: 23px !important; }
  .pt-sm-25 {
    padding-top: 25px !important; }
  .pt-sm-30 {
    padding-top: 30px !important; }
  .pt-sm-35 {
    padding-top: 35px !important; }
  .pt-sm-40 {
    padding-top: 40px !important; }
  .pt-sm-45 {
    padding-top: 45px !important; }
  .pt-sm-50 {
    padding-top: 50px !important; }
  .pt-sm-60 {
    padding-top: 60px !important; }
  .pt-sm-70 {
    padding-top: 70px !important; }
  .pt-sm-75 {
    padding-top: 75px !important; }
  .pt-sm-100 {
    padding-top: 100px !important; }
  .pt-sm-120 {
    padding-top: 120px !important; }
  .pt-sm-125 {
    padding-top: 125px !important; }
  .pt-sm-150 {
    padding-top: 150px !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-3 {
    padding-right: 3px !important; }
  .pe-sm-4 {
    padding-right: 4px !important; }
  .pe-sm-5 {
    padding-right: 5px !important; }
  .pe-sm-8 {
    padding-right: 8px !important; }
  .pe-sm-10 {
    padding-right: 10px !important; }
  .pe-sm-12 {
    padding-right: 12px !important; }
  .pe-sm-14 {
    padding-right: 14px !important; }
  .pe-sm-15 {
    padding-right: 15px !important; }
  .pe-sm-16 {
    padding-right: 16px !important; }
  .pe-sm-17 {
    padding-right: 17px !important; }
  .pe-sm-20 {
    padding-right: 20px !important; }
  .pe-sm-22 {
    padding-right: 22px !important; }
  .pe-sm-23 {
    padding-right: 23px !important; }
  .pe-sm-25 {
    padding-right: 25px !important; }
  .pe-sm-30 {
    padding-right: 30px !important; }
  .pe-sm-35 {
    padding-right: 35px !important; }
  .pe-sm-40 {
    padding-right: 40px !important; }
  .pe-sm-45 {
    padding-right: 45px !important; }
  .pe-sm-50 {
    padding-right: 50px !important; }
  .pe-sm-60 {
    padding-right: 60px !important; }
  .pe-sm-70 {
    padding-right: 70px !important; }
  .pe-sm-75 {
    padding-right: 75px !important; }
  .pe-sm-100 {
    padding-right: 100px !important; }
  .pe-sm-120 {
    padding-right: 120px !important; }
  .pe-sm-125 {
    padding-right: 125px !important; }
  .pe-sm-150 {
    padding-right: 150px !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-3 {
    padding-bottom: 3px !important; }
  .pb-sm-4 {
    padding-bottom: 4px !important; }
  .pb-sm-5 {
    padding-bottom: 5px !important; }
  .pb-sm-8 {
    padding-bottom: 8px !important; }
  .pb-sm-10 {
    padding-bottom: 10px !important; }
  .pb-sm-12 {
    padding-bottom: 12px !important; }
  .pb-sm-14 {
    padding-bottom: 14px !important; }
  .pb-sm-15 {
    padding-bottom: 15px !important; }
  .pb-sm-16 {
    padding-bottom: 16px !important; }
  .pb-sm-17 {
    padding-bottom: 17px !important; }
  .pb-sm-20 {
    padding-bottom: 20px !important; }
  .pb-sm-22 {
    padding-bottom: 22px !important; }
  .pb-sm-23 {
    padding-bottom: 23px !important; }
  .pb-sm-25 {
    padding-bottom: 25px !important; }
  .pb-sm-30 {
    padding-bottom: 30px !important; }
  .pb-sm-35 {
    padding-bottom: 35px !important; }
  .pb-sm-40 {
    padding-bottom: 40px !important; }
  .pb-sm-45 {
    padding-bottom: 45px !important; }
  .pb-sm-50 {
    padding-bottom: 50px !important; }
  .pb-sm-60 {
    padding-bottom: 60px !important; }
  .pb-sm-70 {
    padding-bottom: 70px !important; }
  .pb-sm-75 {
    padding-bottom: 75px !important; }
  .pb-sm-100 {
    padding-bottom: 100px !important; }
  .pb-sm-120 {
    padding-bottom: 120px !important; }
  .pb-sm-125 {
    padding-bottom: 125px !important; }
  .pb-sm-150 {
    padding-bottom: 150px !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-3 {
    padding-left: 3px !important; }
  .ps-sm-4 {
    padding-left: 4px !important; }
  .ps-sm-5 {
    padding-left: 5px !important; }
  .ps-sm-8 {
    padding-left: 8px !important; }
  .ps-sm-10 {
    padding-left: 10px !important; }
  .ps-sm-12 {
    padding-left: 12px !important; }
  .ps-sm-14 {
    padding-left: 14px !important; }
  .ps-sm-15 {
    padding-left: 15px !important; }
  .ps-sm-16 {
    padding-left: 16px !important; }
  .ps-sm-17 {
    padding-left: 17px !important; }
  .ps-sm-20 {
    padding-left: 20px !important; }
  .ps-sm-22 {
    padding-left: 22px !important; }
  .ps-sm-23 {
    padding-left: 23px !important; }
  .ps-sm-25 {
    padding-left: 25px !important; }
  .ps-sm-30 {
    padding-left: 30px !important; }
  .ps-sm-35 {
    padding-left: 35px !important; }
  .ps-sm-40 {
    padding-left: 40px !important; }
  .ps-sm-45 {
    padding-left: 45px !important; }
  .ps-sm-50 {
    padding-left: 50px !important; }
  .ps-sm-60 {
    padding-left: 60px !important; }
  .ps-sm-70 {
    padding-left: 70px !important; }
  .ps-sm-75 {
    padding-left: 75px !important; }
  .ps-sm-100 {
    padding-left: 100px !important; }
  .ps-sm-120 {
    padding-left: 120px !important; }
  .ps-sm-125 {
    padding-left: 125px !important; }
  .ps-sm-150 {
    padding-left: 150px !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-3 {
    gap: 3px !important; }
  .gap-md-4 {
    gap: 4px !important; }
  .gap-md-5 {
    gap: 5px !important; }
  .gap-md-8 {
    gap: 8px !important; }
  .gap-md-10 {
    gap: 10px !important; }
  .gap-md-12 {
    gap: 12px !important; }
  .gap-md-14 {
    gap: 14px !important; }
  .gap-md-15 {
    gap: 15px !important; }
  .gap-md-16 {
    gap: 16px !important; }
  .gap-md-17 {
    gap: 17px !important; }
  .gap-md-20 {
    gap: 20px !important; }
  .gap-md-22 {
    gap: 22px !important; }
  .gap-md-23 {
    gap: 23px !important; }
  .gap-md-25 {
    gap: 25px !important; }
  .gap-md-30 {
    gap: 30px !important; }
  .gap-md-35 {
    gap: 35px !important; }
  .gap-md-40 {
    gap: 40px !important; }
  .gap-md-45 {
    gap: 45px !important; }
  .gap-md-50 {
    gap: 50px !important; }
  .gap-md-60 {
    gap: 60px !important; }
  .gap-md-70 {
    gap: 70px !important; }
  .gap-md-75 {
    gap: 75px !important; }
  .gap-md-100 {
    gap: 100px !important; }
  .gap-md-120 {
    gap: 120px !important; }
  .gap-md-125 {
    gap: 125px !important; }
  .gap-md-150 {
    gap: 150px !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-3 {
    margin: 3px !important; }
  .m-md-4 {
    margin: 4px !important; }
  .m-md-5 {
    margin: 5px !important; }
  .m-md-8 {
    margin: 8px !important; }
  .m-md-10 {
    margin: 10px !important; }
  .m-md-12 {
    margin: 12px !important; }
  .m-md-14 {
    margin: 14px !important; }
  .m-md-15 {
    margin: 15px !important; }
  .m-md-16 {
    margin: 16px !important; }
  .m-md-17 {
    margin: 17px !important; }
  .m-md-20 {
    margin: 20px !important; }
  .m-md-22 {
    margin: 22px !important; }
  .m-md-23 {
    margin: 23px !important; }
  .m-md-25 {
    margin: 25px !important; }
  .m-md-30 {
    margin: 30px !important; }
  .m-md-35 {
    margin: 35px !important; }
  .m-md-40 {
    margin: 40px !important; }
  .m-md-45 {
    margin: 45px !important; }
  .m-md-50 {
    margin: 50px !important; }
  .m-md-60 {
    margin: 60px !important; }
  .m-md-70 {
    margin: 70px !important; }
  .m-md-75 {
    margin: 75px !important; }
  .m-md-100 {
    margin: 100px !important; }
  .m-md-120 {
    margin: 120px !important; }
  .m-md-125 {
    margin: 125px !important; }
  .m-md-150 {
    margin: 150px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-3 {
    margin-right: 3px !important;
    margin-left: 3px !important; }
  .mx-md-4 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  .mx-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-md-8 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-md-12 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .mx-md-14 {
    margin-right: 14px !important;
    margin-left: 14px !important; }
  .mx-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-md-16 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-md-17 {
    margin-right: 17px !important;
    margin-left: 17px !important; }
  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-md-22 {
    margin-right: 22px !important;
    margin-left: 22px !important; }
  .mx-md-23 {
    margin-right: 23px !important;
    margin-left: 23px !important; }
  .mx-md-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-md-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-md-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-md-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-md-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-md-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-md-150 {
    margin-right: 150px !important;
    margin-left: 150px !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-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important; }
  .my-md-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-md-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-md-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important; }
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-md-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-md-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important; }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-md-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important; }
  .my-md-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important; }
  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-md-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-3 {
    margin-top: 3px !important; }
  .mt-md-4 {
    margin-top: 4px !important; }
  .mt-md-5 {
    margin-top: 5px !important; }
  .mt-md-8 {
    margin-top: 8px !important; }
  .mt-md-10 {
    margin-top: 10px !important; }
  .mt-md-12 {
    margin-top: 12px !important; }
  .mt-md-14 {
    margin-top: 14px !important; }
  .mt-md-15 {
    margin-top: 15px !important; }
  .mt-md-16 {
    margin-top: 16px !important; }
  .mt-md-17 {
    margin-top: 17px !important; }
  .mt-md-20 {
    margin-top: 20px !important; }
  .mt-md-22 {
    margin-top: 22px !important; }
  .mt-md-23 {
    margin-top: 23px !important; }
  .mt-md-25 {
    margin-top: 25px !important; }
  .mt-md-30 {
    margin-top: 30px !important; }
  .mt-md-35 {
    margin-top: 35px !important; }
  .mt-md-40 {
    margin-top: 40px !important; }
  .mt-md-45 {
    margin-top: 45px !important; }
  .mt-md-50 {
    margin-top: 50px !important; }
  .mt-md-60 {
    margin-top: 60px !important; }
  .mt-md-70 {
    margin-top: 70px !important; }
  .mt-md-75 {
    margin-top: 75px !important; }
  .mt-md-100 {
    margin-top: 100px !important; }
  .mt-md-120 {
    margin-top: 120px !important; }
  .mt-md-125 {
    margin-top: 125px !important; }
  .mt-md-150 {
    margin-top: 150px !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-3 {
    margin-right: 3px !important; }
  .me-md-4 {
    margin-right: 4px !important; }
  .me-md-5 {
    margin-right: 5px !important; }
  .me-md-8 {
    margin-right: 8px !important; }
  .me-md-10 {
    margin-right: 10px !important; }
  .me-md-12 {
    margin-right: 12px !important; }
  .me-md-14 {
    margin-right: 14px !important; }
  .me-md-15 {
    margin-right: 15px !important; }
  .me-md-16 {
    margin-right: 16px !important; }
  .me-md-17 {
    margin-right: 17px !important; }
  .me-md-20 {
    margin-right: 20px !important; }
  .me-md-22 {
    margin-right: 22px !important; }
  .me-md-23 {
    margin-right: 23px !important; }
  .me-md-25 {
    margin-right: 25px !important; }
  .me-md-30 {
    margin-right: 30px !important; }
  .me-md-35 {
    margin-right: 35px !important; }
  .me-md-40 {
    margin-right: 40px !important; }
  .me-md-45 {
    margin-right: 45px !important; }
  .me-md-50 {
    margin-right: 50px !important; }
  .me-md-60 {
    margin-right: 60px !important; }
  .me-md-70 {
    margin-right: 70px !important; }
  .me-md-75 {
    margin-right: 75px !important; }
  .me-md-100 {
    margin-right: 100px !important; }
  .me-md-120 {
    margin-right: 120px !important; }
  .me-md-125 {
    margin-right: 125px !important; }
  .me-md-150 {
    margin-right: 150px !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-3 {
    margin-bottom: 3px !important; }
  .mb-md-4 {
    margin-bottom: 4px !important; }
  .mb-md-5 {
    margin-bottom: 5px !important; }
  .mb-md-8 {
    margin-bottom: 8px !important; }
  .mb-md-10 {
    margin-bottom: 10px !important; }
  .mb-md-12 {
    margin-bottom: 12px !important; }
  .mb-md-14 {
    margin-bottom: 14px !important; }
  .mb-md-15 {
    margin-bottom: 15px !important; }
  .mb-md-16 {
    margin-bottom: 16px !important; }
  .mb-md-17 {
    margin-bottom: 17px !important; }
  .mb-md-20 {
    margin-bottom: 20px !important; }
  .mb-md-22 {
    margin-bottom: 22px !important; }
  .mb-md-23 {
    margin-bottom: 23px !important; }
  .mb-md-25 {
    margin-bottom: 25px !important; }
  .mb-md-30 {
    margin-bottom: 30px !important; }
  .mb-md-35 {
    margin-bottom: 35px !important; }
  .mb-md-40 {
    margin-bottom: 40px !important; }
  .mb-md-45 {
    margin-bottom: 45px !important; }
  .mb-md-50 {
    margin-bottom: 50px !important; }
  .mb-md-60 {
    margin-bottom: 60px !important; }
  .mb-md-70 {
    margin-bottom: 70px !important; }
  .mb-md-75 {
    margin-bottom: 75px !important; }
  .mb-md-100 {
    margin-bottom: 100px !important; }
  .mb-md-120 {
    margin-bottom: 120px !important; }
  .mb-md-125 {
    margin-bottom: 125px !important; }
  .mb-md-150 {
    margin-bottom: 150px !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-3 {
    margin-left: 3px !important; }
  .ms-md-4 {
    margin-left: 4px !important; }
  .ms-md-5 {
    margin-left: 5px !important; }
  .ms-md-8 {
    margin-left: 8px !important; }
  .ms-md-10 {
    margin-left: 10px !important; }
  .ms-md-12 {
    margin-left: 12px !important; }
  .ms-md-14 {
    margin-left: 14px !important; }
  .ms-md-15 {
    margin-left: 15px !important; }
  .ms-md-16 {
    margin-left: 16px !important; }
  .ms-md-17 {
    margin-left: 17px !important; }
  .ms-md-20 {
    margin-left: 20px !important; }
  .ms-md-22 {
    margin-left: 22px !important; }
  .ms-md-23 {
    margin-left: 23px !important; }
  .ms-md-25 {
    margin-left: 25px !important; }
  .ms-md-30 {
    margin-left: 30px !important; }
  .ms-md-35 {
    margin-left: 35px !important; }
  .ms-md-40 {
    margin-left: 40px !important; }
  .ms-md-45 {
    margin-left: 45px !important; }
  .ms-md-50 {
    margin-left: 50px !important; }
  .ms-md-60 {
    margin-left: 60px !important; }
  .ms-md-70 {
    margin-left: 70px !important; }
  .ms-md-75 {
    margin-left: 75px !important; }
  .ms-md-100 {
    margin-left: 100px !important; }
  .ms-md-120 {
    margin-left: 120px !important; }
  .ms-md-125 {
    margin-left: 125px !important; }
  .ms-md-150 {
    margin-left: 150px !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-3 {
    padding: 3px !important; }
  .p-md-4 {
    padding: 4px !important; }
  .p-md-5 {
    padding: 5px !important; }
  .p-md-8 {
    padding: 8px !important; }
  .p-md-10 {
    padding: 10px !important; }
  .p-md-12 {
    padding: 12px !important; }
  .p-md-14 {
    padding: 14px !important; }
  .p-md-15 {
    padding: 15px !important; }
  .p-md-16 {
    padding: 16px !important; }
  .p-md-17 {
    padding: 17px !important; }
  .p-md-20 {
    padding: 20px !important; }
  .p-md-22 {
    padding: 22px !important; }
  .p-md-23 {
    padding: 23px !important; }
  .p-md-25 {
    padding: 25px !important; }
  .p-md-30 {
    padding: 30px !important; }
  .p-md-35 {
    padding: 35px !important; }
  .p-md-40 {
    padding: 40px !important; }
  .p-md-45 {
    padding: 45px !important; }
  .p-md-50 {
    padding: 50px !important; }
  .p-md-60 {
    padding: 60px !important; }
  .p-md-70 {
    padding: 70px !important; }
  .p-md-75 {
    padding: 75px !important; }
  .p-md-100 {
    padding: 100px !important; }
  .p-md-120 {
    padding: 120px !important; }
  .p-md-125 {
    padding: 125px !important; }
  .p-md-150 {
    padding: 150px !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-3 {
    padding-right: 3px !important;
    padding-left: 3px !important; }
  .px-md-4 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  .px-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-md-8 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-md-12 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .px-md-14 {
    padding-right: 14px !important;
    padding-left: 14px !important; }
  .px-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-md-16 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-md-17 {
    padding-right: 17px !important;
    padding-left: 17px !important; }
  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-md-22 {
    padding-right: 22px !important;
    padding-left: 22px !important; }
  .px-md-23 {
    padding-right: 23px !important;
    padding-left: 23px !important; }
  .px-md-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-md-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-md-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-md-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-md-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-md-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-md-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  .py-md-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-md-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-md-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important; }
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-md-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important; }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-md-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important; }
  .py-md-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important; }
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-md-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-3 {
    padding-top: 3px !important; }
  .pt-md-4 {
    padding-top: 4px !important; }
  .pt-md-5 {
    padding-top: 5px !important; }
  .pt-md-8 {
    padding-top: 8px !important; }
  .pt-md-10 {
    padding-top: 10px !important; }
  .pt-md-12 {
    padding-top: 12px !important; }
  .pt-md-14 {
    padding-top: 14px !important; }
  .pt-md-15 {
    padding-top: 15px !important; }
  .pt-md-16 {
    padding-top: 16px !important; }
  .pt-md-17 {
    padding-top: 17px !important; }
  .pt-md-20 {
    padding-top: 20px !important; }
  .pt-md-22 {
    padding-top: 22px !important; }
  .pt-md-23 {
    padding-top: 23px !important; }
  .pt-md-25 {
    padding-top: 25px !important; }
  .pt-md-30 {
    padding-top: 30px !important; }
  .pt-md-35 {
    padding-top: 35px !important; }
  .pt-md-40 {
    padding-top: 40px !important; }
  .pt-md-45 {
    padding-top: 45px !important; }
  .pt-md-50 {
    padding-top: 50px !important; }
  .pt-md-60 {
    padding-top: 60px !important; }
  .pt-md-70 {
    padding-top: 70px !important; }
  .pt-md-75 {
    padding-top: 75px !important; }
  .pt-md-100 {
    padding-top: 100px !important; }
  .pt-md-120 {
    padding-top: 120px !important; }
  .pt-md-125 {
    padding-top: 125px !important; }
  .pt-md-150 {
    padding-top: 150px !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-3 {
    padding-right: 3px !important; }
  .pe-md-4 {
    padding-right: 4px !important; }
  .pe-md-5 {
    padding-right: 5px !important; }
  .pe-md-8 {
    padding-right: 8px !important; }
  .pe-md-10 {
    padding-right: 10px !important; }
  .pe-md-12 {
    padding-right: 12px !important; }
  .pe-md-14 {
    padding-right: 14px !important; }
  .pe-md-15 {
    padding-right: 15px !important; }
  .pe-md-16 {
    padding-right: 16px !important; }
  .pe-md-17 {
    padding-right: 17px !important; }
  .pe-md-20 {
    padding-right: 20px !important; }
  .pe-md-22 {
    padding-right: 22px !important; }
  .pe-md-23 {
    padding-right: 23px !important; }
  .pe-md-25 {
    padding-right: 25px !important; }
  .pe-md-30 {
    padding-right: 30px !important; }
  .pe-md-35 {
    padding-right: 35px !important; }
  .pe-md-40 {
    padding-right: 40px !important; }
  .pe-md-45 {
    padding-right: 45px !important; }
  .pe-md-50 {
    padding-right: 50px !important; }
  .pe-md-60 {
    padding-right: 60px !important; }
  .pe-md-70 {
    padding-right: 70px !important; }
  .pe-md-75 {
    padding-right: 75px !important; }
  .pe-md-100 {
    padding-right: 100px !important; }
  .pe-md-120 {
    padding-right: 120px !important; }
  .pe-md-125 {
    padding-right: 125px !important; }
  .pe-md-150 {
    padding-right: 150px !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-3 {
    padding-bottom: 3px !important; }
  .pb-md-4 {
    padding-bottom: 4px !important; }
  .pb-md-5 {
    padding-bottom: 5px !important; }
  .pb-md-8 {
    padding-bottom: 8px !important; }
  .pb-md-10 {
    padding-bottom: 10px !important; }
  .pb-md-12 {
    padding-bottom: 12px !important; }
  .pb-md-14 {
    padding-bottom: 14px !important; }
  .pb-md-15 {
    padding-bottom: 15px !important; }
  .pb-md-16 {
    padding-bottom: 16px !important; }
  .pb-md-17 {
    padding-bottom: 17px !important; }
  .pb-md-20 {
    padding-bottom: 20px !important; }
  .pb-md-22 {
    padding-bottom: 22px !important; }
  .pb-md-23 {
    padding-bottom: 23px !important; }
  .pb-md-25 {
    padding-bottom: 25px !important; }
  .pb-md-30 {
    padding-bottom: 30px !important; }
  .pb-md-35 {
    padding-bottom: 35px !important; }
  .pb-md-40 {
    padding-bottom: 40px !important; }
  .pb-md-45 {
    padding-bottom: 45px !important; }
  .pb-md-50 {
    padding-bottom: 50px !important; }
  .pb-md-60 {
    padding-bottom: 60px !important; }
  .pb-md-70 {
    padding-bottom: 70px !important; }
  .pb-md-75 {
    padding-bottom: 75px !important; }
  .pb-md-100 {
    padding-bottom: 100px !important; }
  .pb-md-120 {
    padding-bottom: 120px !important; }
  .pb-md-125 {
    padding-bottom: 125px !important; }
  .pb-md-150 {
    padding-bottom: 150px !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-3 {
    padding-left: 3px !important; }
  .ps-md-4 {
    padding-left: 4px !important; }
  .ps-md-5 {
    padding-left: 5px !important; }
  .ps-md-8 {
    padding-left: 8px !important; }
  .ps-md-10 {
    padding-left: 10px !important; }
  .ps-md-12 {
    padding-left: 12px !important; }
  .ps-md-14 {
    padding-left: 14px !important; }
  .ps-md-15 {
    padding-left: 15px !important; }
  .ps-md-16 {
    padding-left: 16px !important; }
  .ps-md-17 {
    padding-left: 17px !important; }
  .ps-md-20 {
    padding-left: 20px !important; }
  .ps-md-22 {
    padding-left: 22px !important; }
  .ps-md-23 {
    padding-left: 23px !important; }
  .ps-md-25 {
    padding-left: 25px !important; }
  .ps-md-30 {
    padding-left: 30px !important; }
  .ps-md-35 {
    padding-left: 35px !important; }
  .ps-md-40 {
    padding-left: 40px !important; }
  .ps-md-45 {
    padding-left: 45px !important; }
  .ps-md-50 {
    padding-left: 50px !important; }
  .ps-md-60 {
    padding-left: 60px !important; }
  .ps-md-70 {
    padding-left: 70px !important; }
  .ps-md-75 {
    padding-left: 75px !important; }
  .ps-md-100 {
    padding-left: 100px !important; }
  .ps-md-120 {
    padding-left: 120px !important; }
  .ps-md-125 {
    padding-left: 125px !important; }
  .ps-md-150 {
    padding-left: 150px !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-3 {
    gap: 3px !important; }
  .gap-lg-4 {
    gap: 4px !important; }
  .gap-lg-5 {
    gap: 5px !important; }
  .gap-lg-8 {
    gap: 8px !important; }
  .gap-lg-10 {
    gap: 10px !important; }
  .gap-lg-12 {
    gap: 12px !important; }
  .gap-lg-14 {
    gap: 14px !important; }
  .gap-lg-15 {
    gap: 15px !important; }
  .gap-lg-16 {
    gap: 16px !important; }
  .gap-lg-17 {
    gap: 17px !important; }
  .gap-lg-20 {
    gap: 20px !important; }
  .gap-lg-22 {
    gap: 22px !important; }
  .gap-lg-23 {
    gap: 23px !important; }
  .gap-lg-25 {
    gap: 25px !important; }
  .gap-lg-30 {
    gap: 30px !important; }
  .gap-lg-35 {
    gap: 35px !important; }
  .gap-lg-40 {
    gap: 40px !important; }
  .gap-lg-45 {
    gap: 45px !important; }
  .gap-lg-50 {
    gap: 50px !important; }
  .gap-lg-60 {
    gap: 60px !important; }
  .gap-lg-70 {
    gap: 70px !important; }
  .gap-lg-75 {
    gap: 75px !important; }
  .gap-lg-100 {
    gap: 100px !important; }
  .gap-lg-120 {
    gap: 120px !important; }
  .gap-lg-125 {
    gap: 125px !important; }
  .gap-lg-150 {
    gap: 150px !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-3 {
    margin: 3px !important; }
  .m-lg-4 {
    margin: 4px !important; }
  .m-lg-5 {
    margin: 5px !important; }
  .m-lg-8 {
    margin: 8px !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .m-lg-12 {
    margin: 12px !important; }
  .m-lg-14 {
    margin: 14px !important; }
  .m-lg-15 {
    margin: 15px !important; }
  .m-lg-16 {
    margin: 16px !important; }
  .m-lg-17 {
    margin: 17px !important; }
  .m-lg-20 {
    margin: 20px !important; }
  .m-lg-22 {
    margin: 22px !important; }
  .m-lg-23 {
    margin: 23px !important; }
  .m-lg-25 {
    margin: 25px !important; }
  .m-lg-30 {
    margin: 30px !important; }
  .m-lg-35 {
    margin: 35px !important; }
  .m-lg-40 {
    margin: 40px !important; }
  .m-lg-45 {
    margin: 45px !important; }
  .m-lg-50 {
    margin: 50px !important; }
  .m-lg-60 {
    margin: 60px !important; }
  .m-lg-70 {
    margin: 70px !important; }
  .m-lg-75 {
    margin: 75px !important; }
  .m-lg-100 {
    margin: 100px !important; }
  .m-lg-120 {
    margin: 120px !important; }
  .m-lg-125 {
    margin: 125px !important; }
  .m-lg-150 {
    margin: 150px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-3 {
    margin-right: 3px !important;
    margin-left: 3px !important; }
  .mx-lg-4 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  .mx-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-lg-8 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-lg-12 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .mx-lg-14 {
    margin-right: 14px !important;
    margin-left: 14px !important; }
  .mx-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-lg-16 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-lg-17 {
    margin-right: 17px !important;
    margin-left: 17px !important; }
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-lg-22 {
    margin-right: 22px !important;
    margin-left: 22px !important; }
  .mx-lg-23 {
    margin-right: 23px !important;
    margin-left: 23px !important; }
  .mx-lg-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-lg-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-lg-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-lg-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-lg-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-lg-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-lg-150 {
    margin-right: 150px !important;
    margin-left: 150px !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-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important; }
  .my-lg-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-lg-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-lg-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important; }
  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-lg-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-lg-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important; }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-lg-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important; }
  .my-lg-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important; }
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-lg-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-3 {
    margin-top: 3px !important; }
  .mt-lg-4 {
    margin-top: 4px !important; }
  .mt-lg-5 {
    margin-top: 5px !important; }
  .mt-lg-8 {
    margin-top: 8px !important; }
  .mt-lg-10 {
    margin-top: 10px !important; }
  .mt-lg-12 {
    margin-top: 12px !important; }
  .mt-lg-14 {
    margin-top: 14px !important; }
  .mt-lg-15 {
    margin-top: 15px !important; }
  .mt-lg-16 {
    margin-top: 16px !important; }
  .mt-lg-17 {
    margin-top: 17px !important; }
  .mt-lg-20 {
    margin-top: 20px !important; }
  .mt-lg-22 {
    margin-top: 22px !important; }
  .mt-lg-23 {
    margin-top: 23px !important; }
  .mt-lg-25 {
    margin-top: 25px !important; }
  .mt-lg-30 {
    margin-top: 30px !important; }
  .mt-lg-35 {
    margin-top: 35px !important; }
  .mt-lg-40 {
    margin-top: 40px !important; }
  .mt-lg-45 {
    margin-top: 45px !important; }
  .mt-lg-50 {
    margin-top: 50px !important; }
  .mt-lg-60 {
    margin-top: 60px !important; }
  .mt-lg-70 {
    margin-top: 70px !important; }
  .mt-lg-75 {
    margin-top: 75px !important; }
  .mt-lg-100 {
    margin-top: 100px !important; }
  .mt-lg-120 {
    margin-top: 120px !important; }
  .mt-lg-125 {
    margin-top: 125px !important; }
  .mt-lg-150 {
    margin-top: 150px !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-3 {
    margin-right: 3px !important; }
  .me-lg-4 {
    margin-right: 4px !important; }
  .me-lg-5 {
    margin-right: 5px !important; }
  .me-lg-8 {
    margin-right: 8px !important; }
  .me-lg-10 {
    margin-right: 10px !important; }
  .me-lg-12 {
    margin-right: 12px !important; }
  .me-lg-14 {
    margin-right: 14px !important; }
  .me-lg-15 {
    margin-right: 15px !important; }
  .me-lg-16 {
    margin-right: 16px !important; }
  .me-lg-17 {
    margin-right: 17px !important; }
  .me-lg-20 {
    margin-right: 20px !important; }
  .me-lg-22 {
    margin-right: 22px !important; }
  .me-lg-23 {
    margin-right: 23px !important; }
  .me-lg-25 {
    margin-right: 25px !important; }
  .me-lg-30 {
    margin-right: 30px !important; }
  .me-lg-35 {
    margin-right: 35px !important; }
  .me-lg-40 {
    margin-right: 40px !important; }
  .me-lg-45 {
    margin-right: 45px !important; }
  .me-lg-50 {
    margin-right: 50px !important; }
  .me-lg-60 {
    margin-right: 60px !important; }
  .me-lg-70 {
    margin-right: 70px !important; }
  .me-lg-75 {
    margin-right: 75px !important; }
  .me-lg-100 {
    margin-right: 100px !important; }
  .me-lg-120 {
    margin-right: 120px !important; }
  .me-lg-125 {
    margin-right: 125px !important; }
  .me-lg-150 {
    margin-right: 150px !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-3 {
    margin-bottom: 3px !important; }
  .mb-lg-4 {
    margin-bottom: 4px !important; }
  .mb-lg-5 {
    margin-bottom: 5px !important; }
  .mb-lg-8 {
    margin-bottom: 8px !important; }
  .mb-lg-10 {
    margin-bottom: 10px !important; }
  .mb-lg-12 {
    margin-bottom: 12px !important; }
  .mb-lg-14 {
    margin-bottom: 14px !important; }
  .mb-lg-15 {
    margin-bottom: 15px !important; }
  .mb-lg-16 {
    margin-bottom: 16px !important; }
  .mb-lg-17 {
    margin-bottom: 17px !important; }
  .mb-lg-20 {
    margin-bottom: 20px !important; }
  .mb-lg-22 {
    margin-bottom: 22px !important; }
  .mb-lg-23 {
    margin-bottom: 23px !important; }
  .mb-lg-25 {
    margin-bottom: 25px !important; }
  .mb-lg-30 {
    margin-bottom: 30px !important; }
  .mb-lg-35 {
    margin-bottom: 35px !important; }
  .mb-lg-40 {
    margin-bottom: 40px !important; }
  .mb-lg-45 {
    margin-bottom: 45px !important; }
  .mb-lg-50 {
    margin-bottom: 50px !important; }
  .mb-lg-60 {
    margin-bottom: 60px !important; }
  .mb-lg-70 {
    margin-bottom: 70px !important; }
  .mb-lg-75 {
    margin-bottom: 75px !important; }
  .mb-lg-100 {
    margin-bottom: 100px !important; }
  .mb-lg-120 {
    margin-bottom: 120px !important; }
  .mb-lg-125 {
    margin-bottom: 125px !important; }
  .mb-lg-150 {
    margin-bottom: 150px !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-3 {
    margin-left: 3px !important; }
  .ms-lg-4 {
    margin-left: 4px !important; }
  .ms-lg-5 {
    margin-left: 5px !important; }
  .ms-lg-8 {
    margin-left: 8px !important; }
  .ms-lg-10 {
    margin-left: 10px !important; }
  .ms-lg-12 {
    margin-left: 12px !important; }
  .ms-lg-14 {
    margin-left: 14px !important; }
  .ms-lg-15 {
    margin-left: 15px !important; }
  .ms-lg-16 {
    margin-left: 16px !important; }
  .ms-lg-17 {
    margin-left: 17px !important; }
  .ms-lg-20 {
    margin-left: 20px !important; }
  .ms-lg-22 {
    margin-left: 22px !important; }
  .ms-lg-23 {
    margin-left: 23px !important; }
  .ms-lg-25 {
    margin-left: 25px !important; }
  .ms-lg-30 {
    margin-left: 30px !important; }
  .ms-lg-35 {
    margin-left: 35px !important; }
  .ms-lg-40 {
    margin-left: 40px !important; }
  .ms-lg-45 {
    margin-left: 45px !important; }
  .ms-lg-50 {
    margin-left: 50px !important; }
  .ms-lg-60 {
    margin-left: 60px !important; }
  .ms-lg-70 {
    margin-left: 70px !important; }
  .ms-lg-75 {
    margin-left: 75px !important; }
  .ms-lg-100 {
    margin-left: 100px !important; }
  .ms-lg-120 {
    margin-left: 120px !important; }
  .ms-lg-125 {
    margin-left: 125px !important; }
  .ms-lg-150 {
    margin-left: 150px !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-3 {
    padding: 3px !important; }
  .p-lg-4 {
    padding: 4px !important; }
  .p-lg-5 {
    padding: 5px !important; }
  .p-lg-8 {
    padding: 8px !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .p-lg-12 {
    padding: 12px !important; }
  .p-lg-14 {
    padding: 14px !important; }
  .p-lg-15 {
    padding: 15px !important; }
  .p-lg-16 {
    padding: 16px !important; }
  .p-lg-17 {
    padding: 17px !important; }
  .p-lg-20 {
    padding: 20px !important; }
  .p-lg-22 {
    padding: 22px !important; }
  .p-lg-23 {
    padding: 23px !important; }
  .p-lg-25 {
    padding: 25px !important; }
  .p-lg-30 {
    padding: 30px !important; }
  .p-lg-35 {
    padding: 35px !important; }
  .p-lg-40 {
    padding: 40px !important; }
  .p-lg-45 {
    padding: 45px !important; }
  .p-lg-50 {
    padding: 50px !important; }
  .p-lg-60 {
    padding: 60px !important; }
  .p-lg-70 {
    padding: 70px !important; }
  .p-lg-75 {
    padding: 75px !important; }
  .p-lg-100 {
    padding: 100px !important; }
  .p-lg-120 {
    padding: 120px !important; }
  .p-lg-125 {
    padding: 125px !important; }
  .p-lg-150 {
    padding: 150px !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-3 {
    padding-right: 3px !important;
    padding-left: 3px !important; }
  .px-lg-4 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  .px-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-lg-8 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-lg-12 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .px-lg-14 {
    padding-right: 14px !important;
    padding-left: 14px !important; }
  .px-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-lg-16 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-lg-17 {
    padding-right: 17px !important;
    padding-left: 17px !important; }
  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-lg-22 {
    padding-right: 22px !important;
    padding-left: 22px !important; }
  .px-lg-23 {
    padding-right: 23px !important;
    padding-left: 23px !important; }
  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-lg-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-lg-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-lg-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-lg-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-lg-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-lg-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  .py-lg-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-lg-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-lg-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important; }
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-lg-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important; }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-lg-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important; }
  .py-lg-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important; }
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-lg-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-3 {
    padding-top: 3px !important; }
  .pt-lg-4 {
    padding-top: 4px !important; }
  .pt-lg-5 {
    padding-top: 5px !important; }
  .pt-lg-8 {
    padding-top: 8px !important; }
  .pt-lg-10 {
    padding-top: 10px !important; }
  .pt-lg-12 {
    padding-top: 12px !important; }
  .pt-lg-14 {
    padding-top: 14px !important; }
  .pt-lg-15 {
    padding-top: 15px !important; }
  .pt-lg-16 {
    padding-top: 16px !important; }
  .pt-lg-17 {
    padding-top: 17px !important; }
  .pt-lg-20 {
    padding-top: 20px !important; }
  .pt-lg-22 {
    padding-top: 22px !important; }
  .pt-lg-23 {
    padding-top: 23px !important; }
  .pt-lg-25 {
    padding-top: 25px !important; }
  .pt-lg-30 {
    padding-top: 30px !important; }
  .pt-lg-35 {
    padding-top: 35px !important; }
  .pt-lg-40 {
    padding-top: 40px !important; }
  .pt-lg-45 {
    padding-top: 45px !important; }
  .pt-lg-50 {
    padding-top: 50px !important; }
  .pt-lg-60 {
    padding-top: 60px !important; }
  .pt-lg-70 {
    padding-top: 70px !important; }
  .pt-lg-75 {
    padding-top: 75px !important; }
  .pt-lg-100 {
    padding-top: 100px !important; }
  .pt-lg-120 {
    padding-top: 120px !important; }
  .pt-lg-125 {
    padding-top: 125px !important; }
  .pt-lg-150 {
    padding-top: 150px !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-3 {
    padding-right: 3px !important; }
  .pe-lg-4 {
    padding-right: 4px !important; }
  .pe-lg-5 {
    padding-right: 5px !important; }
  .pe-lg-8 {
    padding-right: 8px !important; }
  .pe-lg-10 {
    padding-right: 10px !important; }
  .pe-lg-12 {
    padding-right: 12px !important; }
  .pe-lg-14 {
    padding-right: 14px !important; }
  .pe-lg-15 {
    padding-right: 15px !important; }
  .pe-lg-16 {
    padding-right: 16px !important; }
  .pe-lg-17 {
    padding-right: 17px !important; }
  .pe-lg-20 {
    padding-right: 20px !important; }
  .pe-lg-22 {
    padding-right: 22px !important; }
  .pe-lg-23 {
    padding-right: 23px !important; }
  .pe-lg-25 {
    padding-right: 25px !important; }
  .pe-lg-30 {
    padding-right: 30px !important; }
  .pe-lg-35 {
    padding-right: 35px !important; }
  .pe-lg-40 {
    padding-right: 40px !important; }
  .pe-lg-45 {
    padding-right: 45px !important; }
  .pe-lg-50 {
    padding-right: 50px !important; }
  .pe-lg-60 {
    padding-right: 60px !important; }
  .pe-lg-70 {
    padding-right: 70px !important; }
  .pe-lg-75 {
    padding-right: 75px !important; }
  .pe-lg-100 {
    padding-right: 100px !important; }
  .pe-lg-120 {
    padding-right: 120px !important; }
  .pe-lg-125 {
    padding-right: 125px !important; }
  .pe-lg-150 {
    padding-right: 150px !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-3 {
    padding-bottom: 3px !important; }
  .pb-lg-4 {
    padding-bottom: 4px !important; }
  .pb-lg-5 {
    padding-bottom: 5px !important; }
  .pb-lg-8 {
    padding-bottom: 8px !important; }
  .pb-lg-10 {
    padding-bottom: 10px !important; }
  .pb-lg-12 {
    padding-bottom: 12px !important; }
  .pb-lg-14 {
    padding-bottom: 14px !important; }
  .pb-lg-15 {
    padding-bottom: 15px !important; }
  .pb-lg-16 {
    padding-bottom: 16px !important; }
  .pb-lg-17 {
    padding-bottom: 17px !important; }
  .pb-lg-20 {
    padding-bottom: 20px !important; }
  .pb-lg-22 {
    padding-bottom: 22px !important; }
  .pb-lg-23 {
    padding-bottom: 23px !important; }
  .pb-lg-25 {
    padding-bottom: 25px !important; }
  .pb-lg-30 {
    padding-bottom: 30px !important; }
  .pb-lg-35 {
    padding-bottom: 35px !important; }
  .pb-lg-40 {
    padding-bottom: 40px !important; }
  .pb-lg-45 {
    padding-bottom: 45px !important; }
  .pb-lg-50 {
    padding-bottom: 50px !important; }
  .pb-lg-60 {
    padding-bottom: 60px !important; }
  .pb-lg-70 {
    padding-bottom: 70px !important; }
  .pb-lg-75 {
    padding-bottom: 75px !important; }
  .pb-lg-100 {
    padding-bottom: 100px !important; }
  .pb-lg-120 {
    padding-bottom: 120px !important; }
  .pb-lg-125 {
    padding-bottom: 125px !important; }
  .pb-lg-150 {
    padding-bottom: 150px !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-3 {
    padding-left: 3px !important; }
  .ps-lg-4 {
    padding-left: 4px !important; }
  .ps-lg-5 {
    padding-left: 5px !important; }
  .ps-lg-8 {
    padding-left: 8px !important; }
  .ps-lg-10 {
    padding-left: 10px !important; }
  .ps-lg-12 {
    padding-left: 12px !important; }
  .ps-lg-14 {
    padding-left: 14px !important; }
  .ps-lg-15 {
    padding-left: 15px !important; }
  .ps-lg-16 {
    padding-left: 16px !important; }
  .ps-lg-17 {
    padding-left: 17px !important; }
  .ps-lg-20 {
    padding-left: 20px !important; }
  .ps-lg-22 {
    padding-left: 22px !important; }
  .ps-lg-23 {
    padding-left: 23px !important; }
  .ps-lg-25 {
    padding-left: 25px !important; }
  .ps-lg-30 {
    padding-left: 30px !important; }
  .ps-lg-35 {
    padding-left: 35px !important; }
  .ps-lg-40 {
    padding-left: 40px !important; }
  .ps-lg-45 {
    padding-left: 45px !important; }
  .ps-lg-50 {
    padding-left: 50px !important; }
  .ps-lg-60 {
    padding-left: 60px !important; }
  .ps-lg-70 {
    padding-left: 70px !important; }
  .ps-lg-75 {
    padding-left: 75px !important; }
  .ps-lg-100 {
    padding-left: 100px !important; }
  .ps-lg-120 {
    padding-left: 120px !important; }
  .ps-lg-125 {
    padding-left: 125px !important; }
  .ps-lg-150 {
    padding-left: 150px !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-3 {
    gap: 3px !important; }
  .gap-xl-4 {
    gap: 4px !important; }
  .gap-xl-5 {
    gap: 5px !important; }
  .gap-xl-8 {
    gap: 8px !important; }
  .gap-xl-10 {
    gap: 10px !important; }
  .gap-xl-12 {
    gap: 12px !important; }
  .gap-xl-14 {
    gap: 14px !important; }
  .gap-xl-15 {
    gap: 15px !important; }
  .gap-xl-16 {
    gap: 16px !important; }
  .gap-xl-17 {
    gap: 17px !important; }
  .gap-xl-20 {
    gap: 20px !important; }
  .gap-xl-22 {
    gap: 22px !important; }
  .gap-xl-23 {
    gap: 23px !important; }
  .gap-xl-25 {
    gap: 25px !important; }
  .gap-xl-30 {
    gap: 30px !important; }
  .gap-xl-35 {
    gap: 35px !important; }
  .gap-xl-40 {
    gap: 40px !important; }
  .gap-xl-45 {
    gap: 45px !important; }
  .gap-xl-50 {
    gap: 50px !important; }
  .gap-xl-60 {
    gap: 60px !important; }
  .gap-xl-70 {
    gap: 70px !important; }
  .gap-xl-75 {
    gap: 75px !important; }
  .gap-xl-100 {
    gap: 100px !important; }
  .gap-xl-120 {
    gap: 120px !important; }
  .gap-xl-125 {
    gap: 125px !important; }
  .gap-xl-150 {
    gap: 150px !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-3 {
    margin: 3px !important; }
  .m-xl-4 {
    margin: 4px !important; }
  .m-xl-5 {
    margin: 5px !important; }
  .m-xl-8 {
    margin: 8px !important; }
  .m-xl-10 {
    margin: 10px !important; }
  .m-xl-12 {
    margin: 12px !important; }
  .m-xl-14 {
    margin: 14px !important; }
  .m-xl-15 {
    margin: 15px !important; }
  .m-xl-16 {
    margin: 16px !important; }
  .m-xl-17 {
    margin: 17px !important; }
  .m-xl-20 {
    margin: 20px !important; }
  .m-xl-22 {
    margin: 22px !important; }
  .m-xl-23 {
    margin: 23px !important; }
  .m-xl-25 {
    margin: 25px !important; }
  .m-xl-30 {
    margin: 30px !important; }
  .m-xl-35 {
    margin: 35px !important; }
  .m-xl-40 {
    margin: 40px !important; }
  .m-xl-45 {
    margin: 45px !important; }
  .m-xl-50 {
    margin: 50px !important; }
  .m-xl-60 {
    margin: 60px !important; }
  .m-xl-70 {
    margin: 70px !important; }
  .m-xl-75 {
    margin: 75px !important; }
  .m-xl-100 {
    margin: 100px !important; }
  .m-xl-120 {
    margin: 120px !important; }
  .m-xl-125 {
    margin: 125px !important; }
  .m-xl-150 {
    margin: 150px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-3 {
    margin-right: 3px !important;
    margin-left: 3px !important; }
  .mx-xl-4 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  .mx-xl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-xl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .mx-xl-14 {
    margin-right: 14px !important;
    margin-left: 14px !important; }
  .mx-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-xl-16 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-xl-17 {
    margin-right: 17px !important;
    margin-left: 17px !important; }
  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xl-22 {
    margin-right: 22px !important;
    margin-left: 22px !important; }
  .mx-xl-23 {
    margin-right: 23px !important;
    margin-left: 23px !important; }
  .mx-xl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-xl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-xl-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-xl-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-xl-150 {
    margin-right: 150px !important;
    margin-left: 150px !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-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important; }
  .my-xl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-xl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-xl-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important; }
  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-xl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-xl-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important; }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xl-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important; }
  .my-xl-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important; }
  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-xl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-xl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-3 {
    margin-top: 3px !important; }
  .mt-xl-4 {
    margin-top: 4px !important; }
  .mt-xl-5 {
    margin-top: 5px !important; }
  .mt-xl-8 {
    margin-top: 8px !important; }
  .mt-xl-10 {
    margin-top: 10px !important; }
  .mt-xl-12 {
    margin-top: 12px !important; }
  .mt-xl-14 {
    margin-top: 14px !important; }
  .mt-xl-15 {
    margin-top: 15px !important; }
  .mt-xl-16 {
    margin-top: 16px !important; }
  .mt-xl-17 {
    margin-top: 17px !important; }
  .mt-xl-20 {
    margin-top: 20px !important; }
  .mt-xl-22 {
    margin-top: 22px !important; }
  .mt-xl-23 {
    margin-top: 23px !important; }
  .mt-xl-25 {
    margin-top: 25px !important; }
  .mt-xl-30 {
    margin-top: 30px !important; }
  .mt-xl-35 {
    margin-top: 35px !important; }
  .mt-xl-40 {
    margin-top: 40px !important; }
  .mt-xl-45 {
    margin-top: 45px !important; }
  .mt-xl-50 {
    margin-top: 50px !important; }
  .mt-xl-60 {
    margin-top: 60px !important; }
  .mt-xl-70 {
    margin-top: 70px !important; }
  .mt-xl-75 {
    margin-top: 75px !important; }
  .mt-xl-100 {
    margin-top: 100px !important; }
  .mt-xl-120 {
    margin-top: 120px !important; }
  .mt-xl-125 {
    margin-top: 125px !important; }
  .mt-xl-150 {
    margin-top: 150px !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-3 {
    margin-right: 3px !important; }
  .me-xl-4 {
    margin-right: 4px !important; }
  .me-xl-5 {
    margin-right: 5px !important; }
  .me-xl-8 {
    margin-right: 8px !important; }
  .me-xl-10 {
    margin-right: 10px !important; }
  .me-xl-12 {
    margin-right: 12px !important; }
  .me-xl-14 {
    margin-right: 14px !important; }
  .me-xl-15 {
    margin-right: 15px !important; }
  .me-xl-16 {
    margin-right: 16px !important; }
  .me-xl-17 {
    margin-right: 17px !important; }
  .me-xl-20 {
    margin-right: 20px !important; }
  .me-xl-22 {
    margin-right: 22px !important; }
  .me-xl-23 {
    margin-right: 23px !important; }
  .me-xl-25 {
    margin-right: 25px !important; }
  .me-xl-30 {
    margin-right: 30px !important; }
  .me-xl-35 {
    margin-right: 35px !important; }
  .me-xl-40 {
    margin-right: 40px !important; }
  .me-xl-45 {
    margin-right: 45px !important; }
  .me-xl-50 {
    margin-right: 50px !important; }
  .me-xl-60 {
    margin-right: 60px !important; }
  .me-xl-70 {
    margin-right: 70px !important; }
  .me-xl-75 {
    margin-right: 75px !important; }
  .me-xl-100 {
    margin-right: 100px !important; }
  .me-xl-120 {
    margin-right: 120px !important; }
  .me-xl-125 {
    margin-right: 125px !important; }
  .me-xl-150 {
    margin-right: 150px !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-3 {
    margin-bottom: 3px !important; }
  .mb-xl-4 {
    margin-bottom: 4px !important; }
  .mb-xl-5 {
    margin-bottom: 5px !important; }
  .mb-xl-8 {
    margin-bottom: 8px !important; }
  .mb-xl-10 {
    margin-bottom: 10px !important; }
  .mb-xl-12 {
    margin-bottom: 12px !important; }
  .mb-xl-14 {
    margin-bottom: 14px !important; }
  .mb-xl-15 {
    margin-bottom: 15px !important; }
  .mb-xl-16 {
    margin-bottom: 16px !important; }
  .mb-xl-17 {
    margin-bottom: 17px !important; }
  .mb-xl-20 {
    margin-bottom: 20px !important; }
  .mb-xl-22 {
    margin-bottom: 22px !important; }
  .mb-xl-23 {
    margin-bottom: 23px !important; }
  .mb-xl-25 {
    margin-bottom: 25px !important; }
  .mb-xl-30 {
    margin-bottom: 30px !important; }
  .mb-xl-35 {
    margin-bottom: 35px !important; }
  .mb-xl-40 {
    margin-bottom: 40px !important; }
  .mb-xl-45 {
    margin-bottom: 45px !important; }
  .mb-xl-50 {
    margin-bottom: 50px !important; }
  .mb-xl-60 {
    margin-bottom: 60px !important; }
  .mb-xl-70 {
    margin-bottom: 70px !important; }
  .mb-xl-75 {
    margin-bottom: 75px !important; }
  .mb-xl-100 {
    margin-bottom: 100px !important; }
  .mb-xl-120 {
    margin-bottom: 120px !important; }
  .mb-xl-125 {
    margin-bottom: 125px !important; }
  .mb-xl-150 {
    margin-bottom: 150px !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-3 {
    margin-left: 3px !important; }
  .ms-xl-4 {
    margin-left: 4px !important; }
  .ms-xl-5 {
    margin-left: 5px !important; }
  .ms-xl-8 {
    margin-left: 8px !important; }
  .ms-xl-10 {
    margin-left: 10px !important; }
  .ms-xl-12 {
    margin-left: 12px !important; }
  .ms-xl-14 {
    margin-left: 14px !important; }
  .ms-xl-15 {
    margin-left: 15px !important; }
  .ms-xl-16 {
    margin-left: 16px !important; }
  .ms-xl-17 {
    margin-left: 17px !important; }
  .ms-xl-20 {
    margin-left: 20px !important; }
  .ms-xl-22 {
    margin-left: 22px !important; }
  .ms-xl-23 {
    margin-left: 23px !important; }
  .ms-xl-25 {
    margin-left: 25px !important; }
  .ms-xl-30 {
    margin-left: 30px !important; }
  .ms-xl-35 {
    margin-left: 35px !important; }
  .ms-xl-40 {
    margin-left: 40px !important; }
  .ms-xl-45 {
    margin-left: 45px !important; }
  .ms-xl-50 {
    margin-left: 50px !important; }
  .ms-xl-60 {
    margin-left: 60px !important; }
  .ms-xl-70 {
    margin-left: 70px !important; }
  .ms-xl-75 {
    margin-left: 75px !important; }
  .ms-xl-100 {
    margin-left: 100px !important; }
  .ms-xl-120 {
    margin-left: 120px !important; }
  .ms-xl-125 {
    margin-left: 125px !important; }
  .ms-xl-150 {
    margin-left: 150px !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-3 {
    padding: 3px !important; }
  .p-xl-4 {
    padding: 4px !important; }
  .p-xl-5 {
    padding: 5px !important; }
  .p-xl-8 {
    padding: 8px !important; }
  .p-xl-10 {
    padding: 10px !important; }
  .p-xl-12 {
    padding: 12px !important; }
  .p-xl-14 {
    padding: 14px !important; }
  .p-xl-15 {
    padding: 15px !important; }
  .p-xl-16 {
    padding: 16px !important; }
  .p-xl-17 {
    padding: 17px !important; }
  .p-xl-20 {
    padding: 20px !important; }
  .p-xl-22 {
    padding: 22px !important; }
  .p-xl-23 {
    padding: 23px !important; }
  .p-xl-25 {
    padding: 25px !important; }
  .p-xl-30 {
    padding: 30px !important; }
  .p-xl-35 {
    padding: 35px !important; }
  .p-xl-40 {
    padding: 40px !important; }
  .p-xl-45 {
    padding: 45px !important; }
  .p-xl-50 {
    padding: 50px !important; }
  .p-xl-60 {
    padding: 60px !important; }
  .p-xl-70 {
    padding: 70px !important; }
  .p-xl-75 {
    padding: 75px !important; }
  .p-xl-100 {
    padding: 100px !important; }
  .p-xl-120 {
    padding: 120px !important; }
  .p-xl-125 {
    padding: 125px !important; }
  .p-xl-150 {
    padding: 150px !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-3 {
    padding-right: 3px !important;
    padding-left: 3px !important; }
  .px-xl-4 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  .px-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-xl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .px-xl-14 {
    padding-right: 14px !important;
    padding-left: 14px !important; }
  .px-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-xl-16 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-xl-17 {
    padding-right: 17px !important;
    padding-left: 17px !important; }
  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xl-22 {
    padding-right: 22px !important;
    padding-left: 22px !important; }
  .px-xl-23 {
    padding-right: 23px !important;
    padding-left: 23px !important; }
  .px-xl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-xl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-xl-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-xl-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-xl-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  .py-xl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-xl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-xl-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important; }
  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-xl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-xl-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important; }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xl-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important; }
  .py-xl-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important; }
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-xl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-xl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-3 {
    padding-top: 3px !important; }
  .pt-xl-4 {
    padding-top: 4px !important; }
  .pt-xl-5 {
    padding-top: 5px !important; }
  .pt-xl-8 {
    padding-top: 8px !important; }
  .pt-xl-10 {
    padding-top: 10px !important; }
  .pt-xl-12 {
    padding-top: 12px !important; }
  .pt-xl-14 {
    padding-top: 14px !important; }
  .pt-xl-15 {
    padding-top: 15px !important; }
  .pt-xl-16 {
    padding-top: 16px !important; }
  .pt-xl-17 {
    padding-top: 17px !important; }
  .pt-xl-20 {
    padding-top: 20px !important; }
  .pt-xl-22 {
    padding-top: 22px !important; }
  .pt-xl-23 {
    padding-top: 23px !important; }
  .pt-xl-25 {
    padding-top: 25px !important; }
  .pt-xl-30 {
    padding-top: 30px !important; }
  .pt-xl-35 {
    padding-top: 35px !important; }
  .pt-xl-40 {
    padding-top: 40px !important; }
  .pt-xl-45 {
    padding-top: 45px !important; }
  .pt-xl-50 {
    padding-top: 50px !important; }
  .pt-xl-60 {
    padding-top: 60px !important; }
  .pt-xl-70 {
    padding-top: 70px !important; }
  .pt-xl-75 {
    padding-top: 75px !important; }
  .pt-xl-100 {
    padding-top: 100px !important; }
  .pt-xl-120 {
    padding-top: 120px !important; }
  .pt-xl-125 {
    padding-top: 125px !important; }
  .pt-xl-150 {
    padding-top: 150px !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-3 {
    padding-right: 3px !important; }
  .pe-xl-4 {
    padding-right: 4px !important; }
  .pe-xl-5 {
    padding-right: 5px !important; }
  .pe-xl-8 {
    padding-right: 8px !important; }
  .pe-xl-10 {
    padding-right: 10px !important; }
  .pe-xl-12 {
    padding-right: 12px !important; }
  .pe-xl-14 {
    padding-right: 14px !important; }
  .pe-xl-15 {
    padding-right: 15px !important; }
  .pe-xl-16 {
    padding-right: 16px !important; }
  .pe-xl-17 {
    padding-right: 17px !important; }
  .pe-xl-20 {
    padding-right: 20px !important; }
  .pe-xl-22 {
    padding-right: 22px !important; }
  .pe-xl-23 {
    padding-right: 23px !important; }
  .pe-xl-25 {
    padding-right: 25px !important; }
  .pe-xl-30 {
    padding-right: 30px !important; }
  .pe-xl-35 {
    padding-right: 35px !important; }
  .pe-xl-40 {
    padding-right: 40px !important; }
  .pe-xl-45 {
    padding-right: 45px !important; }
  .pe-xl-50 {
    padding-right: 50px !important; }
  .pe-xl-60 {
    padding-right: 60px !important; }
  .pe-xl-70 {
    padding-right: 70px !important; }
  .pe-xl-75 {
    padding-right: 75px !important; }
  .pe-xl-100 {
    padding-right: 100px !important; }
  .pe-xl-120 {
    padding-right: 120px !important; }
  .pe-xl-125 {
    padding-right: 125px !important; }
  .pe-xl-150 {
    padding-right: 150px !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-3 {
    padding-bottom: 3px !important; }
  .pb-xl-4 {
    padding-bottom: 4px !important; }
  .pb-xl-5 {
    padding-bottom: 5px !important; }
  .pb-xl-8 {
    padding-bottom: 8px !important; }
  .pb-xl-10 {
    padding-bottom: 10px !important; }
  .pb-xl-12 {
    padding-bottom: 12px !important; }
  .pb-xl-14 {
    padding-bottom: 14px !important; }
  .pb-xl-15 {
    padding-bottom: 15px !important; }
  .pb-xl-16 {
    padding-bottom: 16px !important; }
  .pb-xl-17 {
    padding-bottom: 17px !important; }
  .pb-xl-20 {
    padding-bottom: 20px !important; }
  .pb-xl-22 {
    padding-bottom: 22px !important; }
  .pb-xl-23 {
    padding-bottom: 23px !important; }
  .pb-xl-25 {
    padding-bottom: 25px !important; }
  .pb-xl-30 {
    padding-bottom: 30px !important; }
  .pb-xl-35 {
    padding-bottom: 35px !important; }
  .pb-xl-40 {
    padding-bottom: 40px !important; }
  .pb-xl-45 {
    padding-bottom: 45px !important; }
  .pb-xl-50 {
    padding-bottom: 50px !important; }
  .pb-xl-60 {
    padding-bottom: 60px !important; }
  .pb-xl-70 {
    padding-bottom: 70px !important; }
  .pb-xl-75 {
    padding-bottom: 75px !important; }
  .pb-xl-100 {
    padding-bottom: 100px !important; }
  .pb-xl-120 {
    padding-bottom: 120px !important; }
  .pb-xl-125 {
    padding-bottom: 125px !important; }
  .pb-xl-150 {
    padding-bottom: 150px !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-3 {
    padding-left: 3px !important; }
  .ps-xl-4 {
    padding-left: 4px !important; }
  .ps-xl-5 {
    padding-left: 5px !important; }
  .ps-xl-8 {
    padding-left: 8px !important; }
  .ps-xl-10 {
    padding-left: 10px !important; }
  .ps-xl-12 {
    padding-left: 12px !important; }
  .ps-xl-14 {
    padding-left: 14px !important; }
  .ps-xl-15 {
    padding-left: 15px !important; }
  .ps-xl-16 {
    padding-left: 16px !important; }
  .ps-xl-17 {
    padding-left: 17px !important; }
  .ps-xl-20 {
    padding-left: 20px !important; }
  .ps-xl-22 {
    padding-left: 22px !important; }
  .ps-xl-23 {
    padding-left: 23px !important; }
  .ps-xl-25 {
    padding-left: 25px !important; }
  .ps-xl-30 {
    padding-left: 30px !important; }
  .ps-xl-35 {
    padding-left: 35px !important; }
  .ps-xl-40 {
    padding-left: 40px !important; }
  .ps-xl-45 {
    padding-left: 45px !important; }
  .ps-xl-50 {
    padding-left: 50px !important; }
  .ps-xl-60 {
    padding-left: 60px !important; }
  .ps-xl-70 {
    padding-left: 70px !important; }
  .ps-xl-75 {
    padding-left: 75px !important; }
  .ps-xl-100 {
    padding-left: 100px !important; }
  .ps-xl-120 {
    padding-left: 120px !important; }
  .ps-xl-125 {
    padding-left: 125px !important; }
  .ps-xl-150 {
    padding-left: 150px !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-3 {
    gap: 3px !important; }
  .gap-xxl-4 {
    gap: 4px !important; }
  .gap-xxl-5 {
    gap: 5px !important; }
  .gap-xxl-8 {
    gap: 8px !important; }
  .gap-xxl-10 {
    gap: 10px !important; }
  .gap-xxl-12 {
    gap: 12px !important; }
  .gap-xxl-14 {
    gap: 14px !important; }
  .gap-xxl-15 {
    gap: 15px !important; }
  .gap-xxl-16 {
    gap: 16px !important; }
  .gap-xxl-17 {
    gap: 17px !important; }
  .gap-xxl-20 {
    gap: 20px !important; }
  .gap-xxl-22 {
    gap: 22px !important; }
  .gap-xxl-23 {
    gap: 23px !important; }
  .gap-xxl-25 {
    gap: 25px !important; }
  .gap-xxl-30 {
    gap: 30px !important; }
  .gap-xxl-35 {
    gap: 35px !important; }
  .gap-xxl-40 {
    gap: 40px !important; }
  .gap-xxl-45 {
    gap: 45px !important; }
  .gap-xxl-50 {
    gap: 50px !important; }
  .gap-xxl-60 {
    gap: 60px !important; }
  .gap-xxl-70 {
    gap: 70px !important; }
  .gap-xxl-75 {
    gap: 75px !important; }
  .gap-xxl-100 {
    gap: 100px !important; }
  .gap-xxl-120 {
    gap: 120px !important; }
  .gap-xxl-125 {
    gap: 125px !important; }
  .gap-xxl-150 {
    gap: 150px !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-3 {
    margin: 3px !important; }
  .m-xxl-4 {
    margin: 4px !important; }
  .m-xxl-5 {
    margin: 5px !important; }
  .m-xxl-8 {
    margin: 8px !important; }
  .m-xxl-10 {
    margin: 10px !important; }
  .m-xxl-12 {
    margin: 12px !important; }
  .m-xxl-14 {
    margin: 14px !important; }
  .m-xxl-15 {
    margin: 15px !important; }
  .m-xxl-16 {
    margin: 16px !important; }
  .m-xxl-17 {
    margin: 17px !important; }
  .m-xxl-20 {
    margin: 20px !important; }
  .m-xxl-22 {
    margin: 22px !important; }
  .m-xxl-23 {
    margin: 23px !important; }
  .m-xxl-25 {
    margin: 25px !important; }
  .m-xxl-30 {
    margin: 30px !important; }
  .m-xxl-35 {
    margin: 35px !important; }
  .m-xxl-40 {
    margin: 40px !important; }
  .m-xxl-45 {
    margin: 45px !important; }
  .m-xxl-50 {
    margin: 50px !important; }
  .m-xxl-60 {
    margin: 60px !important; }
  .m-xxl-70 {
    margin: 70px !important; }
  .m-xxl-75 {
    margin: 75px !important; }
  .m-xxl-100 {
    margin: 100px !important; }
  .m-xxl-120 {
    margin: 120px !important; }
  .m-xxl-125 {
    margin: 125px !important; }
  .m-xxl-150 {
    margin: 150px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-3 {
    margin-right: 3px !important;
    margin-left: 3px !important; }
  .mx-xxl-4 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  .mx-xxl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-xxl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-xxl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xxl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .mx-xxl-14 {
    margin-right: 14px !important;
    margin-left: 14px !important; }
  .mx-xxl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-xxl-16 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-xxl-17 {
    margin-right: 17px !important;
    margin-left: 17px !important; }
  .mx-xxl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xxl-22 {
    margin-right: 22px !important;
    margin-left: 22px !important; }
  .mx-xxl-23 {
    margin-right: 23px !important;
    margin-left: 23px !important; }
  .mx-xxl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-xxl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-xxl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-xxl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xxl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-xxl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xxl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xxl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-xxl-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-xxl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-xxl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-xxl-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-xxl-150 {
    margin-right: 150px !important;
    margin-left: 150px !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-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important; }
  .my-xxl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .my-xxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-xxl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xxl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-xxl-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important; }
  .my-xxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-xxl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-xxl-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important; }
  .my-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xxl-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important; }
  .my-xxl-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important; }
  .my-xxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-xxl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-xxl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xxl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-xxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xxl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-xxl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-xxl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-xxl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-xxl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-3 {
    margin-top: 3px !important; }
  .mt-xxl-4 {
    margin-top: 4px !important; }
  .mt-xxl-5 {
    margin-top: 5px !important; }
  .mt-xxl-8 {
    margin-top: 8px !important; }
  .mt-xxl-10 {
    margin-top: 10px !important; }
  .mt-xxl-12 {
    margin-top: 12px !important; }
  .mt-xxl-14 {
    margin-top: 14px !important; }
  .mt-xxl-15 {
    margin-top: 15px !important; }
  .mt-xxl-16 {
    margin-top: 16px !important; }
  .mt-xxl-17 {
    margin-top: 17px !important; }
  .mt-xxl-20 {
    margin-top: 20px !important; }
  .mt-xxl-22 {
    margin-top: 22px !important; }
  .mt-xxl-23 {
    margin-top: 23px !important; }
  .mt-xxl-25 {
    margin-top: 25px !important; }
  .mt-xxl-30 {
    margin-top: 30px !important; }
  .mt-xxl-35 {
    margin-top: 35px !important; }
  .mt-xxl-40 {
    margin-top: 40px !important; }
  .mt-xxl-45 {
    margin-top: 45px !important; }
  .mt-xxl-50 {
    margin-top: 50px !important; }
  .mt-xxl-60 {
    margin-top: 60px !important; }
  .mt-xxl-70 {
    margin-top: 70px !important; }
  .mt-xxl-75 {
    margin-top: 75px !important; }
  .mt-xxl-100 {
    margin-top: 100px !important; }
  .mt-xxl-120 {
    margin-top: 120px !important; }
  .mt-xxl-125 {
    margin-top: 125px !important; }
  .mt-xxl-150 {
    margin-top: 150px !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-3 {
    margin-right: 3px !important; }
  .me-xxl-4 {
    margin-right: 4px !important; }
  .me-xxl-5 {
    margin-right: 5px !important; }
  .me-xxl-8 {
    margin-right: 8px !important; }
  .me-xxl-10 {
    margin-right: 10px !important; }
  .me-xxl-12 {
    margin-right: 12px !important; }
  .me-xxl-14 {
    margin-right: 14px !important; }
  .me-xxl-15 {
    margin-right: 15px !important; }
  .me-xxl-16 {
    margin-right: 16px !important; }
  .me-xxl-17 {
    margin-right: 17px !important; }
  .me-xxl-20 {
    margin-right: 20px !important; }
  .me-xxl-22 {
    margin-right: 22px !important; }
  .me-xxl-23 {
    margin-right: 23px !important; }
  .me-xxl-25 {
    margin-right: 25px !important; }
  .me-xxl-30 {
    margin-right: 30px !important; }
  .me-xxl-35 {
    margin-right: 35px !important; }
  .me-xxl-40 {
    margin-right: 40px !important; }
  .me-xxl-45 {
    margin-right: 45px !important; }
  .me-xxl-50 {
    margin-right: 50px !important; }
  .me-xxl-60 {
    margin-right: 60px !important; }
  .me-xxl-70 {
    margin-right: 70px !important; }
  .me-xxl-75 {
    margin-right: 75px !important; }
  .me-xxl-100 {
    margin-right: 100px !important; }
  .me-xxl-120 {
    margin-right: 120px !important; }
  .me-xxl-125 {
    margin-right: 125px !important; }
  .me-xxl-150 {
    margin-right: 150px !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-3 {
    margin-bottom: 3px !important; }
  .mb-xxl-4 {
    margin-bottom: 4px !important; }
  .mb-xxl-5 {
    margin-bottom: 5px !important; }
  .mb-xxl-8 {
    margin-bottom: 8px !important; }
  .mb-xxl-10 {
    margin-bottom: 10px !important; }
  .mb-xxl-12 {
    margin-bottom: 12px !important; }
  .mb-xxl-14 {
    margin-bottom: 14px !important; }
  .mb-xxl-15 {
    margin-bottom: 15px !important; }
  .mb-xxl-16 {
    margin-bottom: 16px !important; }
  .mb-xxl-17 {
    margin-bottom: 17px !important; }
  .mb-xxl-20 {
    margin-bottom: 20px !important; }
  .mb-xxl-22 {
    margin-bottom: 22px !important; }
  .mb-xxl-23 {
    margin-bottom: 23px !important; }
  .mb-xxl-25 {
    margin-bottom: 25px !important; }
  .mb-xxl-30 {
    margin-bottom: 30px !important; }
  .mb-xxl-35 {
    margin-bottom: 35px !important; }
  .mb-xxl-40 {
    margin-bottom: 40px !important; }
  .mb-xxl-45 {
    margin-bottom: 45px !important; }
  .mb-xxl-50 {
    margin-bottom: 50px !important; }
  .mb-xxl-60 {
    margin-bottom: 60px !important; }
  .mb-xxl-70 {
    margin-bottom: 70px !important; }
  .mb-xxl-75 {
    margin-bottom: 75px !important; }
  .mb-xxl-100 {
    margin-bottom: 100px !important; }
  .mb-xxl-120 {
    margin-bottom: 120px !important; }
  .mb-xxl-125 {
    margin-bottom: 125px !important; }
  .mb-xxl-150 {
    margin-bottom: 150px !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-3 {
    margin-left: 3px !important; }
  .ms-xxl-4 {
    margin-left: 4px !important; }
  .ms-xxl-5 {
    margin-left: 5px !important; }
  .ms-xxl-8 {
    margin-left: 8px !important; }
  .ms-xxl-10 {
    margin-left: 10px !important; }
  .ms-xxl-12 {
    margin-left: 12px !important; }
  .ms-xxl-14 {
    margin-left: 14px !important; }
  .ms-xxl-15 {
    margin-left: 15px !important; }
  .ms-xxl-16 {
    margin-left: 16px !important; }
  .ms-xxl-17 {
    margin-left: 17px !important; }
  .ms-xxl-20 {
    margin-left: 20px !important; }
  .ms-xxl-22 {
    margin-left: 22px !important; }
  .ms-xxl-23 {
    margin-left: 23px !important; }
  .ms-xxl-25 {
    margin-left: 25px !important; }
  .ms-xxl-30 {
    margin-left: 30px !important; }
  .ms-xxl-35 {
    margin-left: 35px !important; }
  .ms-xxl-40 {
    margin-left: 40px !important; }
  .ms-xxl-45 {
    margin-left: 45px !important; }
  .ms-xxl-50 {
    margin-left: 50px !important; }
  .ms-xxl-60 {
    margin-left: 60px !important; }
  .ms-xxl-70 {
    margin-left: 70px !important; }
  .ms-xxl-75 {
    margin-left: 75px !important; }
  .ms-xxl-100 {
    margin-left: 100px !important; }
  .ms-xxl-120 {
    margin-left: 120px !important; }
  .ms-xxl-125 {
    margin-left: 125px !important; }
  .ms-xxl-150 {
    margin-left: 150px !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-3 {
    padding: 3px !important; }
  .p-xxl-4 {
    padding: 4px !important; }
  .p-xxl-5 {
    padding: 5px !important; }
  .p-xxl-8 {
    padding: 8px !important; }
  .p-xxl-10 {
    padding: 10px !important; }
  .p-xxl-12 {
    padding: 12px !important; }
  .p-xxl-14 {
    padding: 14px !important; }
  .p-xxl-15 {
    padding: 15px !important; }
  .p-xxl-16 {
    padding: 16px !important; }
  .p-xxl-17 {
    padding: 17px !important; }
  .p-xxl-20 {
    padding: 20px !important; }
  .p-xxl-22 {
    padding: 22px !important; }
  .p-xxl-23 {
    padding: 23px !important; }
  .p-xxl-25 {
    padding: 25px !important; }
  .p-xxl-30 {
    padding: 30px !important; }
  .p-xxl-35 {
    padding: 35px !important; }
  .p-xxl-40 {
    padding: 40px !important; }
  .p-xxl-45 {
    padding: 45px !important; }
  .p-xxl-50 {
    padding: 50px !important; }
  .p-xxl-60 {
    padding: 60px !important; }
  .p-xxl-70 {
    padding: 70px !important; }
  .p-xxl-75 {
    padding: 75px !important; }
  .p-xxl-100 {
    padding: 100px !important; }
  .p-xxl-120 {
    padding: 120px !important; }
  .p-xxl-125 {
    padding: 125px !important; }
  .p-xxl-150 {
    padding: 150px !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-3 {
    padding-right: 3px !important;
    padding-left: 3px !important; }
  .px-xxl-4 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  .px-xxl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-xxl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-xxl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xxl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .px-xxl-14 {
    padding-right: 14px !important;
    padding-left: 14px !important; }
  .px-xxl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-xxl-16 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-xxl-17 {
    padding-right: 17px !important;
    padding-left: 17px !important; }
  .px-xxl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xxl-22 {
    padding-right: 22px !important;
    padding-left: 22px !important; }
  .px-xxl-23 {
    padding-right: 23px !important;
    padding-left: 23px !important; }
  .px-xxl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-xxl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-xxl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-xxl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xxl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-xxl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-xxl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xxl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-xxl-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-xxl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-xxl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-xxl-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-xxl-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  .py-xxl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-xxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-xxl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xxl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-xxl-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important; }
  .py-xxl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-xxl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-xxl-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important; }
  .py-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xxl-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important; }
  .py-xxl-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important; }
  .py-xxl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-xxl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-xxl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xxl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-xxl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-xxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xxl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-xxl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-xxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-xxl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-xxl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-xxl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-3 {
    padding-top: 3px !important; }
  .pt-xxl-4 {
    padding-top: 4px !important; }
  .pt-xxl-5 {
    padding-top: 5px !important; }
  .pt-xxl-8 {
    padding-top: 8px !important; }
  .pt-xxl-10 {
    padding-top: 10px !important; }
  .pt-xxl-12 {
    padding-top: 12px !important; }
  .pt-xxl-14 {
    padding-top: 14px !important; }
  .pt-xxl-15 {
    padding-top: 15px !important; }
  .pt-xxl-16 {
    padding-top: 16px !important; }
  .pt-xxl-17 {
    padding-top: 17px !important; }
  .pt-xxl-20 {
    padding-top: 20px !important; }
  .pt-xxl-22 {
    padding-top: 22px !important; }
  .pt-xxl-23 {
    padding-top: 23px !important; }
  .pt-xxl-25 {
    padding-top: 25px !important; }
  .pt-xxl-30 {
    padding-top: 30px !important; }
  .pt-xxl-35 {
    padding-top: 35px !important; }
  .pt-xxl-40 {
    padding-top: 40px !important; }
  .pt-xxl-45 {
    padding-top: 45px !important; }
  .pt-xxl-50 {
    padding-top: 50px !important; }
  .pt-xxl-60 {
    padding-top: 60px !important; }
  .pt-xxl-70 {
    padding-top: 70px !important; }
  .pt-xxl-75 {
    padding-top: 75px !important; }
  .pt-xxl-100 {
    padding-top: 100px !important; }
  .pt-xxl-120 {
    padding-top: 120px !important; }
  .pt-xxl-125 {
    padding-top: 125px !important; }
  .pt-xxl-150 {
    padding-top: 150px !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-3 {
    padding-right: 3px !important; }
  .pe-xxl-4 {
    padding-right: 4px !important; }
  .pe-xxl-5 {
    padding-right: 5px !important; }
  .pe-xxl-8 {
    padding-right: 8px !important; }
  .pe-xxl-10 {
    padding-right: 10px !important; }
  .pe-xxl-12 {
    padding-right: 12px !important; }
  .pe-xxl-14 {
    padding-right: 14px !important; }
  .pe-xxl-15 {
    padding-right: 15px !important; }
  .pe-xxl-16 {
    padding-right: 16px !important; }
  .pe-xxl-17 {
    padding-right: 17px !important; }
  .pe-xxl-20 {
    padding-right: 20px !important; }
  .pe-xxl-22 {
    padding-right: 22px !important; }
  .pe-xxl-23 {
    padding-right: 23px !important; }
  .pe-xxl-25 {
    padding-right: 25px !important; }
  .pe-xxl-30 {
    padding-right: 30px !important; }
  .pe-xxl-35 {
    padding-right: 35px !important; }
  .pe-xxl-40 {
    padding-right: 40px !important; }
  .pe-xxl-45 {
    padding-right: 45px !important; }
  .pe-xxl-50 {
    padding-right: 50px !important; }
  .pe-xxl-60 {
    padding-right: 60px !important; }
  .pe-xxl-70 {
    padding-right: 70px !important; }
  .pe-xxl-75 {
    padding-right: 75px !important; }
  .pe-xxl-100 {
    padding-right: 100px !important; }
  .pe-xxl-120 {
    padding-right: 120px !important; }
  .pe-xxl-125 {
    padding-right: 125px !important; }
  .pe-xxl-150 {
    padding-right: 150px !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-3 {
    padding-bottom: 3px !important; }
  .pb-xxl-4 {
    padding-bottom: 4px !important; }
  .pb-xxl-5 {
    padding-bottom: 5px !important; }
  .pb-xxl-8 {
    padding-bottom: 8px !important; }
  .pb-xxl-10 {
    padding-bottom: 10px !important; }
  .pb-xxl-12 {
    padding-bottom: 12px !important; }
  .pb-xxl-14 {
    padding-bottom: 14px !important; }
  .pb-xxl-15 {
    padding-bottom: 15px !important; }
  .pb-xxl-16 {
    padding-bottom: 16px !important; }
  .pb-xxl-17 {
    padding-bottom: 17px !important; }
  .pb-xxl-20 {
    padding-bottom: 20px !important; }
  .pb-xxl-22 {
    padding-bottom: 22px !important; }
  .pb-xxl-23 {
    padding-bottom: 23px !important; }
  .pb-xxl-25 {
    padding-bottom: 25px !important; }
  .pb-xxl-30 {
    padding-bottom: 30px !important; }
  .pb-xxl-35 {
    padding-bottom: 35px !important; }
  .pb-xxl-40 {
    padding-bottom: 40px !important; }
  .pb-xxl-45 {
    padding-bottom: 45px !important; }
  .pb-xxl-50 {
    padding-bottom: 50px !important; }
  .pb-xxl-60 {
    padding-bottom: 60px !important; }
  .pb-xxl-70 {
    padding-bottom: 70px !important; }
  .pb-xxl-75 {
    padding-bottom: 75px !important; }
  .pb-xxl-100 {
    padding-bottom: 100px !important; }
  .pb-xxl-120 {
    padding-bottom: 120px !important; }
  .pb-xxl-125 {
    padding-bottom: 125px !important; }
  .pb-xxl-150 {
    padding-bottom: 150px !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-3 {
    padding-left: 3px !important; }
  .ps-xxl-4 {
    padding-left: 4px !important; }
  .ps-xxl-5 {
    padding-left: 5px !important; }
  .ps-xxl-8 {
    padding-left: 8px !important; }
  .ps-xxl-10 {
    padding-left: 10px !important; }
  .ps-xxl-12 {
    padding-left: 12px !important; }
  .ps-xxl-14 {
    padding-left: 14px !important; }
  .ps-xxl-15 {
    padding-left: 15px !important; }
  .ps-xxl-16 {
    padding-left: 16px !important; }
  .ps-xxl-17 {
    padding-left: 17px !important; }
  .ps-xxl-20 {
    padding-left: 20px !important; }
  .ps-xxl-22 {
    padding-left: 22px !important; }
  .ps-xxl-23 {
    padding-left: 23px !important; }
  .ps-xxl-25 {
    padding-left: 25px !important; }
  .ps-xxl-30 {
    padding-left: 30px !important; }
  .ps-xxl-35 {
    padding-left: 35px !important; }
  .ps-xxl-40 {
    padding-left: 40px !important; }
  .ps-xxl-45 {
    padding-left: 45px !important; }
  .ps-xxl-50 {
    padding-left: 50px !important; }
  .ps-xxl-60 {
    padding-left: 60px !important; }
  .ps-xxl-70 {
    padding-left: 70px !important; }
  .ps-xxl-75 {
    padding-left: 75px !important; }
  .ps-xxl-100 {
    padding-left: 100px !important; }
  .ps-xxl-120 {
    padding-left: 120px !important; }
  .ps-xxl-125 {
    padding-left: 125px !important; }
  .ps-xxl-150 {
    padding-left: 150px !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: 1600px) {
  .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-3 {
    gap: 3px !important; }
  .gap-xxxl-4 {
    gap: 4px !important; }
  .gap-xxxl-5 {
    gap: 5px !important; }
  .gap-xxxl-8 {
    gap: 8px !important; }
  .gap-xxxl-10 {
    gap: 10px !important; }
  .gap-xxxl-12 {
    gap: 12px !important; }
  .gap-xxxl-14 {
    gap: 14px !important; }
  .gap-xxxl-15 {
    gap: 15px !important; }
  .gap-xxxl-16 {
    gap: 16px !important; }
  .gap-xxxl-17 {
    gap: 17px !important; }
  .gap-xxxl-20 {
    gap: 20px !important; }
  .gap-xxxl-22 {
    gap: 22px !important; }
  .gap-xxxl-23 {
    gap: 23px !important; }
  .gap-xxxl-25 {
    gap: 25px !important; }
  .gap-xxxl-30 {
    gap: 30px !important; }
  .gap-xxxl-35 {
    gap: 35px !important; }
  .gap-xxxl-40 {
    gap: 40px !important; }
  .gap-xxxl-45 {
    gap: 45px !important; }
  .gap-xxxl-50 {
    gap: 50px !important; }
  .gap-xxxl-60 {
    gap: 60px !important; }
  .gap-xxxl-70 {
    gap: 70px !important; }
  .gap-xxxl-75 {
    gap: 75px !important; }
  .gap-xxxl-100 {
    gap: 100px !important; }
  .gap-xxxl-120 {
    gap: 120px !important; }
  .gap-xxxl-125 {
    gap: 125px !important; }
  .gap-xxxl-150 {
    gap: 150px !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-3 {
    margin: 3px !important; }
  .m-xxxl-4 {
    margin: 4px !important; }
  .m-xxxl-5 {
    margin: 5px !important; }
  .m-xxxl-8 {
    margin: 8px !important; }
  .m-xxxl-10 {
    margin: 10px !important; }
  .m-xxxl-12 {
    margin: 12px !important; }
  .m-xxxl-14 {
    margin: 14px !important; }
  .m-xxxl-15 {
    margin: 15px !important; }
  .m-xxxl-16 {
    margin: 16px !important; }
  .m-xxxl-17 {
    margin: 17px !important; }
  .m-xxxl-20 {
    margin: 20px !important; }
  .m-xxxl-22 {
    margin: 22px !important; }
  .m-xxxl-23 {
    margin: 23px !important; }
  .m-xxxl-25 {
    margin: 25px !important; }
  .m-xxxl-30 {
    margin: 30px !important; }
  .m-xxxl-35 {
    margin: 35px !important; }
  .m-xxxl-40 {
    margin: 40px !important; }
  .m-xxxl-45 {
    margin: 45px !important; }
  .m-xxxl-50 {
    margin: 50px !important; }
  .m-xxxl-60 {
    margin: 60px !important; }
  .m-xxxl-70 {
    margin: 70px !important; }
  .m-xxxl-75 {
    margin: 75px !important; }
  .m-xxxl-100 {
    margin: 100px !important; }
  .m-xxxl-120 {
    margin: 120px !important; }
  .m-xxxl-125 {
    margin: 125px !important; }
  .m-xxxl-150 {
    margin: 150px !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxxl-3 {
    margin-right: 3px !important;
    margin-left: 3px !important; }
  .mx-xxxl-4 {
    margin-right: 4px !important;
    margin-left: 4px !important; }
  .mx-xxxl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-xxxl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-xxxl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xxxl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .mx-xxxl-14 {
    margin-right: 14px !important;
    margin-left: 14px !important; }
  .mx-xxxl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-xxxl-16 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-xxxl-17 {
    margin-right: 17px !important;
    margin-left: 17px !important; }
  .mx-xxxl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xxxl-22 {
    margin-right: 22px !important;
    margin-left: 22px !important; }
  .mx-xxxl-23 {
    margin-right: 23px !important;
    margin-left: 23px !important; }
  .mx-xxxl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-xxxl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-xxxl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-xxxl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xxxl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-xxxl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xxxl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xxxl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-xxxl-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-xxxl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-xxxl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-xxxl-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-xxxl-150 {
    margin-right: 150px !important;
    margin-left: 150px !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-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important; }
  .my-xxxl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .my-xxxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-xxxl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-xxxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xxxl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-xxxl-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important; }
  .my-xxxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-xxxl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-xxxl-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important; }
  .my-xxxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xxxl-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important; }
  .my-xxxl-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important; }
  .my-xxxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-xxxl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-xxxl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-xxxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xxxl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-xxxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xxxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xxxl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-xxxl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-xxxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-xxxl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-xxxl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-xxxl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxxl-0 {
    margin-top: 0 !important; }
  .mt-xxxl-3 {
    margin-top: 3px !important; }
  .mt-xxxl-4 {
    margin-top: 4px !important; }
  .mt-xxxl-5 {
    margin-top: 5px !important; }
  .mt-xxxl-8 {
    margin-top: 8px !important; }
  .mt-xxxl-10 {
    margin-top: 10px !important; }
  .mt-xxxl-12 {
    margin-top: 12px !important; }
  .mt-xxxl-14 {
    margin-top: 14px !important; }
  .mt-xxxl-15 {
    margin-top: 15px !important; }
  .mt-xxxl-16 {
    margin-top: 16px !important; }
  .mt-xxxl-17 {
    margin-top: 17px !important; }
  .mt-xxxl-20 {
    margin-top: 20px !important; }
  .mt-xxxl-22 {
    margin-top: 22px !important; }
  .mt-xxxl-23 {
    margin-top: 23px !important; }
  .mt-xxxl-25 {
    margin-top: 25px !important; }
  .mt-xxxl-30 {
    margin-top: 30px !important; }
  .mt-xxxl-35 {
    margin-top: 35px !important; }
  .mt-xxxl-40 {
    margin-top: 40px !important; }
  .mt-xxxl-45 {
    margin-top: 45px !important; }
  .mt-xxxl-50 {
    margin-top: 50px !important; }
  .mt-xxxl-60 {
    margin-top: 60px !important; }
  .mt-xxxl-70 {
    margin-top: 70px !important; }
  .mt-xxxl-75 {
    margin-top: 75px !important; }
  .mt-xxxl-100 {
    margin-top: 100px !important; }
  .mt-xxxl-120 {
    margin-top: 120px !important; }
  .mt-xxxl-125 {
    margin-top: 125px !important; }
  .mt-xxxl-150 {
    margin-top: 150px !important; }
  .mt-xxxl-auto {
    margin-top: auto !important; }
  .me-xxxl-0 {
    margin-right: 0 !important; }
  .me-xxxl-3 {
    margin-right: 3px !important; }
  .me-xxxl-4 {
    margin-right: 4px !important; }
  .me-xxxl-5 {
    margin-right: 5px !important; }
  .me-xxxl-8 {
    margin-right: 8px !important; }
  .me-xxxl-10 {
    margin-right: 10px !important; }
  .me-xxxl-12 {
    margin-right: 12px !important; }
  .me-xxxl-14 {
    margin-right: 14px !important; }
  .me-xxxl-15 {
    margin-right: 15px !important; }
  .me-xxxl-16 {
    margin-right: 16px !important; }
  .me-xxxl-17 {
    margin-right: 17px !important; }
  .me-xxxl-20 {
    margin-right: 20px !important; }
  .me-xxxl-22 {
    margin-right: 22px !important; }
  .me-xxxl-23 {
    margin-right: 23px !important; }
  .me-xxxl-25 {
    margin-right: 25px !important; }
  .me-xxxl-30 {
    margin-right: 30px !important; }
  .me-xxxl-35 {
    margin-right: 35px !important; }
  .me-xxxl-40 {
    margin-right: 40px !important; }
  .me-xxxl-45 {
    margin-right: 45px !important; }
  .me-xxxl-50 {
    margin-right: 50px !important; }
  .me-xxxl-60 {
    margin-right: 60px !important; }
  .me-xxxl-70 {
    margin-right: 70px !important; }
  .me-xxxl-75 {
    margin-right: 75px !important; }
  .me-xxxl-100 {
    margin-right: 100px !important; }
  .me-xxxl-120 {
    margin-right: 120px !important; }
  .me-xxxl-125 {
    margin-right: 125px !important; }
  .me-xxxl-150 {
    margin-right: 150px !important; }
  .me-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxxl-3 {
    margin-bottom: 3px !important; }
  .mb-xxxl-4 {
    margin-bottom: 4px !important; }
  .mb-xxxl-5 {
    margin-bottom: 5px !important; }
  .mb-xxxl-8 {
    margin-bottom: 8px !important; }
  .mb-xxxl-10 {
    margin-bottom: 10px !important; }
  .mb-xxxl-12 {
    margin-bottom: 12px !important; }
  .mb-xxxl-14 {
    margin-bottom: 14px !important; }
  .mb-xxxl-15 {
    margin-bottom: 15px !important; }
  .mb-xxxl-16 {
    margin-bottom: 16px !important; }
  .mb-xxxl-17 {
    margin-bottom: 17px !important; }
  .mb-xxxl-20 {
    margin-bottom: 20px !important; }
  .mb-xxxl-22 {
    margin-bottom: 22px !important; }
  .mb-xxxl-23 {
    margin-bottom: 23px !important; }
  .mb-xxxl-25 {
    margin-bottom: 25px !important; }
  .mb-xxxl-30 {
    margin-bottom: 30px !important; }
  .mb-xxxl-35 {
    margin-bottom: 35px !important; }
  .mb-xxxl-40 {
    margin-bottom: 40px !important; }
  .mb-xxxl-45 {
    margin-bottom: 45px !important; }
  .mb-xxxl-50 {
    margin-bottom: 50px !important; }
  .mb-xxxl-60 {
    margin-bottom: 60px !important; }
  .mb-xxxl-70 {
    margin-bottom: 70px !important; }
  .mb-xxxl-75 {
    margin-bottom: 75px !important; }
  .mb-xxxl-100 {
    margin-bottom: 100px !important; }
  .mb-xxxl-120 {
    margin-bottom: 120px !important; }
  .mb-xxxl-125 {
    margin-bottom: 125px !important; }
  .mb-xxxl-150 {
    margin-bottom: 150px !important; }
  .mb-xxxl-auto {
    margin-bottom: auto !important; }
  .ms-xxxl-0 {
    margin-left: 0 !important; }
  .ms-xxxl-3 {
    margin-left: 3px !important; }
  .ms-xxxl-4 {
    margin-left: 4px !important; }
  .ms-xxxl-5 {
    margin-left: 5px !important; }
  .ms-xxxl-8 {
    margin-left: 8px !important; }
  .ms-xxxl-10 {
    margin-left: 10px !important; }
  .ms-xxxl-12 {
    margin-left: 12px !important; }
  .ms-xxxl-14 {
    margin-left: 14px !important; }
  .ms-xxxl-15 {
    margin-left: 15px !important; }
  .ms-xxxl-16 {
    margin-left: 16px !important; }
  .ms-xxxl-17 {
    margin-left: 17px !important; }
  .ms-xxxl-20 {
    margin-left: 20px !important; }
  .ms-xxxl-22 {
    margin-left: 22px !important; }
  .ms-xxxl-23 {
    margin-left: 23px !important; }
  .ms-xxxl-25 {
    margin-left: 25px !important; }
  .ms-xxxl-30 {
    margin-left: 30px !important; }
  .ms-xxxl-35 {
    margin-left: 35px !important; }
  .ms-xxxl-40 {
    margin-left: 40px !important; }
  .ms-xxxl-45 {
    margin-left: 45px !important; }
  .ms-xxxl-50 {
    margin-left: 50px !important; }
  .ms-xxxl-60 {
    margin-left: 60px !important; }
  .ms-xxxl-70 {
    margin-left: 70px !important; }
  .ms-xxxl-75 {
    margin-left: 75px !important; }
  .ms-xxxl-100 {
    margin-left: 100px !important; }
  .ms-xxxl-120 {
    margin-left: 120px !important; }
  .ms-xxxl-125 {
    margin-left: 125px !important; }
  .ms-xxxl-150 {
    margin-left: 150px !important; }
  .ms-xxxl-auto {
    margin-left: auto !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .p-xxxl-3 {
    padding: 3px !important; }
  .p-xxxl-4 {
    padding: 4px !important; }
  .p-xxxl-5 {
    padding: 5px !important; }
  .p-xxxl-8 {
    padding: 8px !important; }
  .p-xxxl-10 {
    padding: 10px !important; }
  .p-xxxl-12 {
    padding: 12px !important; }
  .p-xxxl-14 {
    padding: 14px !important; }
  .p-xxxl-15 {
    padding: 15px !important; }
  .p-xxxl-16 {
    padding: 16px !important; }
  .p-xxxl-17 {
    padding: 17px !important; }
  .p-xxxl-20 {
    padding: 20px !important; }
  .p-xxxl-22 {
    padding: 22px !important; }
  .p-xxxl-23 {
    padding: 23px !important; }
  .p-xxxl-25 {
    padding: 25px !important; }
  .p-xxxl-30 {
    padding: 30px !important; }
  .p-xxxl-35 {
    padding: 35px !important; }
  .p-xxxl-40 {
    padding: 40px !important; }
  .p-xxxl-45 {
    padding: 45px !important; }
  .p-xxxl-50 {
    padding: 50px !important; }
  .p-xxxl-60 {
    padding: 60px !important; }
  .p-xxxl-70 {
    padding: 70px !important; }
  .p-xxxl-75 {
    padding: 75px !important; }
  .p-xxxl-100 {
    padding: 100px !important; }
  .p-xxxl-120 {
    padding: 120px !important; }
  .p-xxxl-125 {
    padding: 125px !important; }
  .p-xxxl-150 {
    padding: 150px !important; }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxxl-3 {
    padding-right: 3px !important;
    padding-left: 3px !important; }
  .px-xxxl-4 {
    padding-right: 4px !important;
    padding-left: 4px !important; }
  .px-xxxl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-xxxl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-xxxl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xxxl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .px-xxxl-14 {
    padding-right: 14px !important;
    padding-left: 14px !important; }
  .px-xxxl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-xxxl-16 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-xxxl-17 {
    padding-right: 17px !important;
    padding-left: 17px !important; }
  .px-xxxl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xxxl-22 {
    padding-right: 22px !important;
    padding-left: 22px !important; }
  .px-xxxl-23 {
    padding-right: 23px !important;
    padding-left: 23px !important; }
  .px-xxxl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-xxxl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-xxxl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-xxxl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xxxl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-xxxl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-xxxl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xxxl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-xxxl-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-xxxl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-xxxl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-xxxl-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-xxxl-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxxl-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  .py-xxxl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .py-xxxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-xxxl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-xxxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xxxl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-xxxl-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important; }
  .py-xxxl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-xxxl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-xxxl-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important; }
  .py-xxxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xxxl-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important; }
  .py-xxxl-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important; }
  .py-xxxl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-xxxl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-xxxl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-xxxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xxxl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-xxxl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-xxxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xxxl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-xxxl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-xxxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-xxxl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-xxxl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-xxxl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .pt-xxxl-0 {
    padding-top: 0 !important; }
  .pt-xxxl-3 {
    padding-top: 3px !important; }
  .pt-xxxl-4 {
    padding-top: 4px !important; }
  .pt-xxxl-5 {
    padding-top: 5px !important; }
  .pt-xxxl-8 {
    padding-top: 8px !important; }
  .pt-xxxl-10 {
    padding-top: 10px !important; }
  .pt-xxxl-12 {
    padding-top: 12px !important; }
  .pt-xxxl-14 {
    padding-top: 14px !important; }
  .pt-xxxl-15 {
    padding-top: 15px !important; }
  .pt-xxxl-16 {
    padding-top: 16px !important; }
  .pt-xxxl-17 {
    padding-top: 17px !important; }
  .pt-xxxl-20 {
    padding-top: 20px !important; }
  .pt-xxxl-22 {
    padding-top: 22px !important; }
  .pt-xxxl-23 {
    padding-top: 23px !important; }
  .pt-xxxl-25 {
    padding-top: 25px !important; }
  .pt-xxxl-30 {
    padding-top: 30px !important; }
  .pt-xxxl-35 {
    padding-top: 35px !important; }
  .pt-xxxl-40 {
    padding-top: 40px !important; }
  .pt-xxxl-45 {
    padding-top: 45px !important; }
  .pt-xxxl-50 {
    padding-top: 50px !important; }
  .pt-xxxl-60 {
    padding-top: 60px !important; }
  .pt-xxxl-70 {
    padding-top: 70px !important; }
  .pt-xxxl-75 {
    padding-top: 75px !important; }
  .pt-xxxl-100 {
    padding-top: 100px !important; }
  .pt-xxxl-120 {
    padding-top: 120px !important; }
  .pt-xxxl-125 {
    padding-top: 125px !important; }
  .pt-xxxl-150 {
    padding-top: 150px !important; }
  .pe-xxxl-0 {
    padding-right: 0 !important; }
  .pe-xxxl-3 {
    padding-right: 3px !important; }
  .pe-xxxl-4 {
    padding-right: 4px !important; }
  .pe-xxxl-5 {
    padding-right: 5px !important; }
  .pe-xxxl-8 {
    padding-right: 8px !important; }
  .pe-xxxl-10 {
    padding-right: 10px !important; }
  .pe-xxxl-12 {
    padding-right: 12px !important; }
  .pe-xxxl-14 {
    padding-right: 14px !important; }
  .pe-xxxl-15 {
    padding-right: 15px !important; }
  .pe-xxxl-16 {
    padding-right: 16px !important; }
  .pe-xxxl-17 {
    padding-right: 17px !important; }
  .pe-xxxl-20 {
    padding-right: 20px !important; }
  .pe-xxxl-22 {
    padding-right: 22px !important; }
  .pe-xxxl-23 {
    padding-right: 23px !important; }
  .pe-xxxl-25 {
    padding-right: 25px !important; }
  .pe-xxxl-30 {
    padding-right: 30px !important; }
  .pe-xxxl-35 {
    padding-right: 35px !important; }
  .pe-xxxl-40 {
    padding-right: 40px !important; }
  .pe-xxxl-45 {
    padding-right: 45px !important; }
  .pe-xxxl-50 {
    padding-right: 50px !important; }
  .pe-xxxl-60 {
    padding-right: 60px !important; }
  .pe-xxxl-70 {
    padding-right: 70px !important; }
  .pe-xxxl-75 {
    padding-right: 75px !important; }
  .pe-xxxl-100 {
    padding-right: 100px !important; }
  .pe-xxxl-120 {
    padding-right: 120px !important; }
  .pe-xxxl-125 {
    padding-right: 125px !important; }
  .pe-xxxl-150 {
    padding-right: 150px !important; }
  .pb-xxxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxxl-3 {
    padding-bottom: 3px !important; }
  .pb-xxxl-4 {
    padding-bottom: 4px !important; }
  .pb-xxxl-5 {
    padding-bottom: 5px !important; }
  .pb-xxxl-8 {
    padding-bottom: 8px !important; }
  .pb-xxxl-10 {
    padding-bottom: 10px !important; }
  .pb-xxxl-12 {
    padding-bottom: 12px !important; }
  .pb-xxxl-14 {
    padding-bottom: 14px !important; }
  .pb-xxxl-15 {
    padding-bottom: 15px !important; }
  .pb-xxxl-16 {
    padding-bottom: 16px !important; }
  .pb-xxxl-17 {
    padding-bottom: 17px !important; }
  .pb-xxxl-20 {
    padding-bottom: 20px !important; }
  .pb-xxxl-22 {
    padding-bottom: 22px !important; }
  .pb-xxxl-23 {
    padding-bottom: 23px !important; }
  .pb-xxxl-25 {
    padding-bottom: 25px !important; }
  .pb-xxxl-30 {
    padding-bottom: 30px !important; }
  .pb-xxxl-35 {
    padding-bottom: 35px !important; }
  .pb-xxxl-40 {
    padding-bottom: 40px !important; }
  .pb-xxxl-45 {
    padding-bottom: 45px !important; }
  .pb-xxxl-50 {
    padding-bottom: 50px !important; }
  .pb-xxxl-60 {
    padding-bottom: 60px !important; }
  .pb-xxxl-70 {
    padding-bottom: 70px !important; }
  .pb-xxxl-75 {
    padding-bottom: 75px !important; }
  .pb-xxxl-100 {
    padding-bottom: 100px !important; }
  .pb-xxxl-120 {
    padding-bottom: 120px !important; }
  .pb-xxxl-125 {
    padding-bottom: 125px !important; }
  .pb-xxxl-150 {
    padding-bottom: 150px !important; }
  .ps-xxxl-0 {
    padding-left: 0 !important; }
  .ps-xxxl-3 {
    padding-left: 3px !important; }
  .ps-xxxl-4 {
    padding-left: 4px !important; }
  .ps-xxxl-5 {
    padding-left: 5px !important; }
  .ps-xxxl-8 {
    padding-left: 8px !important; }
  .ps-xxxl-10 {
    padding-left: 10px !important; }
  .ps-xxxl-12 {
    padding-left: 12px !important; }
  .ps-xxxl-14 {
    padding-left: 14px !important; }
  .ps-xxxl-15 {
    padding-left: 15px !important; }
  .ps-xxxl-16 {
    padding-left: 16px !important; }
  .ps-xxxl-17 {
    padding-left: 17px !important; }
  .ps-xxxl-20 {
    padding-left: 20px !important; }
  .ps-xxxl-22 {
    padding-left: 22px !important; }
  .ps-xxxl-23 {
    padding-left: 23px !important; }
  .ps-xxxl-25 {
    padding-left: 25px !important; }
  .ps-xxxl-30 {
    padding-left: 30px !important; }
  .ps-xxxl-35 {
    padding-left: 35px !important; }
  .ps-xxxl-40 {
    padding-left: 40px !important; }
  .ps-xxxl-45 {
    padding-left: 45px !important; }
  .ps-xxxl-50 {
    padding-left: 50px !important; }
  .ps-xxxl-60 {
    padding-left: 60px !important; }
  .ps-xxxl-70 {
    padding-left: 70px !important; }
  .ps-xxxl-75 {
    padding-left: 75px !important; }
  .ps-xxxl-100 {
    padding-left: 100px !important; }
  .ps-xxxl-120 {
    padding-left: 120px !important; }
  .ps-xxxl-125 {
    padding-left: 125px !important; }
  .ps-xxxl-150 {
    padding-left: 150px !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.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-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; } }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: black; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }
  .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .swiper-pagination-bullet:only-child {
    display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block; }
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }
    .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }
  .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }
  .swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }
  .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.fade-fast-enter-active {
  display: block;
  -webkit-animation: fadeIn 0.33s linear 0.33s 1 both;
          animation: fadeIn 0.33s linear 0.33s 1 both; }

.fade-fast-leave {
  display: none; }

.fade-fast-leave-active {
  display: none; }

[v-cloak][opacity] {
  opacity: 0 !important;
  pointer-events: none !important; }

:root {
  --animate-duration: 1.5s;
  --animate-delay: 0.2s;
  --animate-repeat: 1;
  --animate-timing: ease;
  --animate-fill-mode: forwards; }

.animate__hidden {
  visibility: hidden; }

.animate__animated {
  -webkit-animation-duration: var(--animate-duration);
          animation-duration: var(--animate-duration);
  -webkit-animation-delay: var(--animate-delay);
          animation-delay: var(--animate-delay);
  -webkit-animation-fill-mode: var(--animate-fill-mode);
          animation-fill-mode: var(--animate-fill-mode);
  -webkit-animation-timing-function: var(--animate-timing);
          animation-timing-function: var(--animate-timing);
  visibility: visible !important; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: var(--animate-timing);
          animation-timing-function: var(--animate-timing);
  opacity: 0; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  transform: translate3d(0, 40px, 0);
  opacity: 0; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translate3d(40px, 0, 0); }

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  transform: translate3d(-100%, 0, 0); }

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  transform: translate3d(100%, 0, 0); }

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__slideInDown {
  transform: translate3d(0, -100%, 0);
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3); }

@-webkit-keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: translateY(0px) scale(1);
    opacity: 1; } }

@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    transform: translateY(0px) scale(1);
    opacity: 1; } }

.animate__backInUp {
  transform: translateY(1200px) scale(0.7);
  opacity: 0.7;
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

@-webkit-keyframes first-words {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  40% {
    opacity: 1;
    transform: translateX(100%); }
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@keyframes first-words {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  40% {
    opacity: 1;
    transform: translateX(100%); }
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@-webkit-keyframes rest-words {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }

@keyframes rest-words {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }

.reveal-text .first-word {
  display: inline-block; }
  .reveal-text .first-word > span {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%); }

.reveal-text .rest-words {
  display: inline-block;
  overflow: hidden; }
  .reveal-text .rest-words > span {
    visibility: hidden;
    display: inline-block;
    transform: translateX(-100%); }

.reveal-text.animate__revealing .first-word > span {
  visibility: visible;
  -webkit-animation-name: first-words;
          animation-name: first-words;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: var(--animate-delay);
          animation-delay: var(--animate-delay);
  -webkit-animation-timing-function: var(--animate-timing);
          animation-timing-function: var(--animate-timing);
  -webkit-animation-fill-mode: var(--animate-fill-mode);
          animation-fill-mode: var(--animate-fill-mode); }

.reveal-text.animate__revealing .rest-words > span {
  visibility: visible;
  -webkit-animation-name: rest-words;
          animation-name: rest-words;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: var(--animate-timing);
          animation-timing-function: var(--animate-timing);
  -webkit-animation-fill-mode: var(--animate-fill-mode);
          animation-fill-mode: var(--animate-fill-mode); }

@-webkit-keyframes animate-title {
  0% {
    transform: translateX(50px); }
  100% {
    transform: translateX(0); } }

@keyframes animate-title {
  0% {
    transform: translateX(50px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes animate-heading-line {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes animate-heading-line {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes animate-subtitle {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@keyframes animate-subtitle {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

.reveal-heading .title {
  white-space: nowrap;
  transform: translateX(50px); }

.reveal-heading .subtitle::before {
  opacity: 0;
  transform: translateX(-30px); }

.reveal-heading .subtitle-inner {
  overflow: hidden; }
  .reveal-heading .subtitle-inner > span {
    display: inline-block;
    transform: translateX(-100%); }

.reveal-heading.animate__heading_revealing .title {
  -webkit-animation: animate-title 0.4s ease 0s forwards;
          animation: animate-title 0.4s ease 0s forwards; }

.reveal-heading.animate__heading_revealing .subtitle::before {
  -webkit-animation: animate-heading-line 0.35s ease 0.4s forwards;
          animation: animate-heading-line 0.35s ease 0.4s forwards; }

.reveal-heading.animate__heading_revealing .subtitle-inner > span {
  -webkit-animation: animate-subtitle 1.2s ease 0.9s forwards;
          animation: animate-subtitle 1.2s ease 0.9s forwards; }

.animation-view {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 10000;
  height: 1px;
  width: 100%;
  pointer-events: none;
  opacity: 0; }
  @media (min-width: 768px) {
    .animation-view {
      top: 50%; } }

.page-homepage .logo,
.page-homepage .navbar-toggler {
  -webkit-animation-delay: 4s;
          animation-delay: 4s; }

html {
  font-size: 18px; }

body {
  font-weight: 500;
  color: #232323;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden; }
  body a {
    color: inherit;
    text-decoration: none; }
    body a:hover {
      color: inherit; }
  body ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }

@media screen and (max-width: 576px) {
  html {
    font-size: 16px; }
  .container {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (max-width: 360px) {
  html {
    font-size: 14px; }
    html h3, html .h3 {
      font-size: 20px; } }

footer {
  padding-top: 57px;
  padding-bottom: 2rem;
  background-color: #0A2E36;
  color: #F2F8F5; }
  footer h6, footer .h6 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px; }
  footer li {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-color: #6c757d;
    text-decoration-color: #6c757d;
    text-decoration-thickness: 2px;
    line-height: 2;
    margin-top: 11px; }
    footer li:hover {
      text-decoration: none; }
  footer .btn-clear {
    border: 0;
    height: 31px;
    width: 90px;
    font-weight: 500;
    margin-left: .3rem;
    background-color: #fff;
    padding: 0; }
    footer .btn-clear img {
      width: 68px; }
  footer .btn-social {
    margin-left: 7px;
    padding: 0;
    width: 31px;
    height: 31px; }
    footer .btn-social:first-of-type img {
      width: 23px;
      height: 23px;
      margin-bottom: 6px; }
    footer .btn-social:last-of-type img {
      width: 25px;
      height: 25px;
      margin-bottom: 2px; }
  footer > div > div:last-child {
    font-size: 16px;
    color: #e9ecef; }
  footer hr {
    color: #adb5bd;
    margin-top: 48px;
    margin-bottom: 25px; }
    footer hr:not([size]) {
      height: 2px; }

.footer-body {
  position: relative; }
  .footer-body > div:nth-child(1) {
    padding-right: 2rem; }
  .footer-body > div:nth-child(2) {
    margin-top: 26px;
    padding-right: 2rem; }
  .footer-body > div:nth-child(4) {
    text-align: right; }
  .footer-body > div:nth-child(5) {
    text-align: right; }
  .footer-body .about-footer {
    width: 50%;
    padding-left: 2rem; }
  .footer-body .contact-footer {
    width: 50%;
    padding-left: 2rem;
    display: flex;
    flex-direction: column; }
    .footer-body .contact-footer span {
      font-size: 14px;
      font-weight: 400;
      margin-top: 3px; }
    .footer-body .contact-footer p {
      font-size: 16px;
      margin-top: 4px;
      margin-bottom: 0;
      font-weight: 700; }
  .footer-body .footer-icons {
    align-self: flex-end; }
    .footer-body .footer-icons > div {
      margin-top: auto;
      justify-content: flex-end; }
    .footer-body .footer-icons .btn {
      margin-top: 4px;
      margin-bottom: 4px; }

.footer-logo {
  text-align: center; }
  .footer-logo img {
    position: absolute;
    left: 30%;
    top: 20%; }

@media (max-width: 991.98px) {
  .footer-logo {
    height: 250px; }
    .footer-logo img {
      left: 30%;
      top: 40%; }
  .footer-body {
    text-align: center; }
    .footer-body > div:nth-child(1) {
      padding-right: 0; }
    .footer-body > div:nth-child(2) {
      padding-right: 0; }
    .footer-body .about-footer {
      text-align: center;
      padding-left: 0; }
    .footer-body .contact-footer {
      text-align: center;
      padding-left: 0; }
    .footer-body .footer-icons {
      width: 100%; }
      .footer-body .footer-icons > div {
        margin-top: 30px;
        justify-content: center; } }

@media (max-width: 767.98px) {
  .footer-logo {
    height: 220px; }
    .footer-logo img {
      left: 23%;
      top: 41%; } }

@media (max-width: 575.98px) {
  .footer-logo img {
    left: 22%;
    top: 55%; }
  .footer-body > div:nth-child(2) {
    margin-top: 0; }
  .copy {
    flex-direction: column;
    text-align: center; }
    .copy span:first-of-type {
      margin-bottom: 1rem; } }

@media (max-width: 479.98px) {
  .footer-logo img {
    left: calc(50% - 140px);
    top: 43%; }
  .footer-body .about-footer {
    width: 100%; }
  .footer-body .contact-footer {
    width: 100%;
    margin-top: 60px; } }

@media (min-width: 992px) {
  .footer-logo {
    order: 5; }
    .footer-logo img {
      left: 36%;
      top: 50%; } }

@media (min-width: 1200px) {
  .footer-logo {
    order: 0; }
    .footer-logo img {
      left: 43.5%;
      top: 13%; } }

@media (min-width: 1400px) {
  .footer-logo img {
    left: 43.5%;
    top: 13%; } }

.fontawesome {
  border: 0;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  vertical-align: baseline;
  font-family: "Font Awesome\ 5 Free"; }

.with-arrow {
  width: 210px;
  height: 50px;
  border-radius: 2px;
  padding: 0;
  border: 0;
  line-height: 51px;
  padding-left: 1rem;
  overflow: hidden;
  font-weight: 600; }
  .with-arrow:hover {
    background-color: #126F3B; }
  .with-arrow .button-arrow {
    display: inline-block;
    background-color: #126F3B;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 27px; }
  .with-arrow svg {
    width: 15px;
    height: 11px; }
  .with-arrow:hover {
    color: #fff; }
  .with-arrow:visited {
    color: #fff; }

.our-services .with-arrow,
.two-btn-section .with-arrow {
  width: 100%;
  border-radius: 5px;
  height: 55px;
  margin-top: 1rem;
  margin-bottom: 0; }
  .our-services .with-arrow div:first-of-type,
  .two-btn-section .with-arrow div:first-of-type {
    width: 15px; }
  .our-services .with-arrow span:first-of-type,
  .two-btn-section .with-arrow span:first-of-type {
    margin-left: 1rem;
    text-align: left;
    line-height: 1.5;
    margin-right: 4px; }
  .our-services .with-arrow .button-arrow,
  .two-btn-section .with-arrow .button-arrow {
    width: 55px;
    height: 55px;
    padding: 0 14px;
    line-height: 55px; }

.where-we-section .swiper {
  position: static; }

.where-we-section .swiper-button-next::after, .where-we-section .swiper-button-prev::after {
  content: ''; }

.where-we-section .swiper-button-next, .where-we-section .swiper-button-prev {
  padding-left: 0;
  padding-right: 0;
  border-radius: 2px; }

.where-we-section .swiper-button-prev {
  left: calc(-50px - 1rem); }

.where-we-section .swiper-button-next {
  left: calc(100% + 1rem); }

.where-we-section .with-arrow {
  width: 50px;
  border-radius: 2px; }
  .where-we-section .with-arrow .button-arrow {
    background-color: #3E9564;
    font-size: 27px; }
  .where-we-section .with-arrow:hover .button-arrow {
    background-color: #126F3B; }

.btn-primary:hover {
  color: #fff; }

.btn-primary:visited {
  color: #fff; }

.btn-primary:focus {
  color: #fff; }

@media screen and (max-width: 1500px) {
  .where-we-section .swiper-button-prev {
    left: calc(50% - 60px);
    top: 25px; }
  .where-we-section .swiper-button-next {
    left: calc(50% + 10px);
    top: 25px; } }

@media screen and (max-width: 480px) {
  .with-arrow span:first-of-type {
    font-size: 16px; } }

@media screen and (max-width: 375px) {
  .with-arrow span:first-of-type {
    font-size: 14px; } }

@media screen and (max-width: 340px) {
  .with-arrow.with-check span:first-of-type {
    font-size: 12px; } }

.btn-primary {
  color: #fff; }

.header-banner {
  position: relative;
  justify-content: center;
  overflow-x: hidden; }
  .header-banner .header-banner-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .header-banner .header-banner-gradient {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%); }
  .header-banner .banner-title {
    position: absolute;
    z-index: 5;
    top: 40%;
    width: 40%;
    text-align: center;
    transform: translateY(-50%); }
    .header-banner .banner-title h1, .header-banner .banner-title .h1 {
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.5;
      font-size: 42px; }
  .header-banner .header-banner-img {
    height: 37rem; }
  @media (max-width: 991px) {
    .header-banner .banner-title {
      width: 50%; }
      .header-banner .banner-title h1, .header-banner .banner-title .h1 {
        font-size: 36px; } }
  @media (max-width: 768px) {
    .header-banner .header-banner-img {
      height: 30rem; } }
  @media (max-width: 575px) {
    .header-banner .header-banner-img {
      height: 25rem; }
    .header-banner .banner-title {
      width: 80%; }
      .header-banner .banner-title h1, .header-banner .banner-title .h1 {
        font-size: 32px; } }
  @media (max-width: 480px) {
    .header-banner .banner-title {
      width: 80%; }
      .header-banner .banner-title h1, .header-banner .banner-title .h1 {
        font-size: 26px; } }
  @media (max-width: 320px) {
    .header-banner .banner-title {
      width: 80%; }
      .header-banner .banner-title h1, .header-banner .banner-title .h1 {
        font-size: 25px; } }

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: hidden; }
  .navbar .container {
    position: relative; }

.navbar-brand {
  z-index: 5;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute; }
  .navbar-brand img {
    width: 194px;
    height: 155px; }

.navbar-right-wrapper {
  flex-direction: column;
  height: 155px; }

.nav-top-bar {
  flex-grow: 1;
  font-size: 20px;
  font-weight: 600;
  padding-top: 8px; }
  .nav-top-bar .call {
    margin-bottom: 0; }
  .nav-top-bar span:first-child {
    color: #3E9564;
    font-weight: 700; }
  .nav-top-bar .btn {
    height: 43px; }
  .nav-top-bar a {
    display: flex;
    align-items: center;
    justify-content: center; }

.navbar-nav-container {
  background-color: #3E9564;
  height: 72px;
  width: calc(100% - 95px);
  position: relative;
  align-items: center; }
  .navbar-nav-container .right-topbar {
    position: absolute;
    height: 72px;
    background-color: #3E9564;
    flex-grow: 1;
    left: 100%;
    width: 100%; }
    .navbar-nav-container .right-topbar .collapse {
      display: flex; }

.call-mobile {
  display: none;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .call-mobile:hover {
    color: #fff;
    background-color: #126F3B; }

.navbar-toggler {
  border: 0;
  border-radius: 6px;
  padding: 0;
  margin-right: -1.1rem;
  display: none;
  margin-top: 0;
  cursor: pointer;
  height: 100%; }
  .navbar-toggler div {
    overflow: hidden;
    height: 100%;
    padding-top: 53px; }
  .navbar-toggler .bi-dash {
    display: block;
    line-height: 0;
    margin: -4.2rem 0;
    color: #fff;
    font-size: 5rem; }
  .navbar-toggler:focus {
    box-shadow: 0; }

.navbar-collapse {
  z-index: 10; }

.btn-login {
  background-color: #3E9564;
  margin-left: .8rem;
  margin-right: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .btn-login:hover {
    background-color: #126F3B; }
  .btn-login span {
    margin-left: 8px;
    font-weight: 600;
    color: #fff; }

.btn-clear {
  border: 1px solid #E0E0E0;
  height: 43px;
  font-weight: 500;
  margin-left: 10px;
  background-color: #fff; }

.btn-social {
  margin-left: .5rem;
  padding: 0;
  width: 43px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .btn-social img {
    width: 32px;
    height: 32px; }

.btn-in {
  background-color: #0072B1; }

.btn-fb {
  background-color: #4267B2;
  padding-bottom: 6px; }

.navbar-nav {
  height: 100%;
  max-width: 890px;
  flex-grow: 1;
  justify-content: space-between; }
  .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    flex-grow: 1; }
    .navbar-nav .nav-item .nav-link {
      text-transform: uppercase;
      font-weight: 700;
      color: #fff;
      font-size: 20px;
      text-align: center;
      line-height: 55px;
      padding-left: .5rem;
      padding-right: .5rem;
      width: 100%;
      height: 100%; }
      .navbar-nav .nav-item .nav-link:hover {
        background-color: #126F3B; }
    .navbar-nav .nav-item:last-child .nav-link {
      padding-right: 0; }

.offcanvas-body .navbar-nav {
  height: 70%;
  justify-content: flex-start; }

.offcanvas-body .nav-item {
  display: block;
  flex-grow: 0; }
  .offcanvas-body .nav-item .nav-link {
    color: #3E9564;
    border-radius: 6px;
    line-height: 44px;
    font-size: 18px; }
    .offcanvas-body .nav-item .nav-link:hover {
      color: #fff; }

.offcanvas {
  display: none; }

@media screen and (max-width: 1200px) {
  .navbar-nav {
    max-width: 750px; } }

@media screen and (max-width: 991px) {
  .navbar-right-wrapper .navbar-nav-container {
    align-items: flex-start; }
    .navbar-right-wrapper .navbar-nav-container .collapse {
      display: none; }
  .navbar-right-wrapper .navbar-toggler {
    display: block; }
  .offcanvas {
    display: flex;
    width: 70vw; }
  .call {
    display: none; }
  .call-mobile {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (min-width: 361px) and (max-width: 767px) {
  .call-mobile {
    line-height: 22px; } }

@media screen and (max-width: 767px) {
  .btn-login {
    margin-left: .5rem;
    margin-right: 0; }
    .btn-login .login-icon {
      margin-right: 0; }
      .btn-login .login-icon i {
        left: -8.5px; } }

@media screen and (max-width: 576px) {
  .navbar-brand {
    left: 50px;
    bottom: 0;
    position: absolute; }
    .navbar-brand img {
      width: calc( 0.6 * 194px);
      height: calc( 0.6 * 155px); }
  .nav-top-bar {
    padding-top: 4px; }
    .nav-top-bar .btn {
      height: 34px; }
    .nav-top-bar .btn-social {
      width: 34px; }
      .nav-top-bar .btn-social img {
        width: 28px;
        height: 28px; }
  .navbar-right-wrapper {
    max-height: 120px; }
    .navbar-right-wrapper .navbar-nav-container {
      height: 55px; }
    .navbar-right-wrapper .right-topbar {
      height: 55px; }
  .navbar-toggler {
    margin-right: -1rem; }
    .navbar-toggler div {
      padding-top: 39px; }
    .navbar-toggler .bi-dash {
      line-height: 0;
      margin: -3.5rem 0;
      font-size: 4.2rem; } }

@media screen and (max-width: 479px) {
  .navbar-brand {
    left: 67px; }
    .navbar-brand img {
      width: calc( 0.42 * 194px);
      height: calc( 0.42 * 155px); } }

@media screen and (max-width: 375px) {
  .navbar-toggler {
    margin-right: -1rem; }
    .navbar-toggler div {
      padding-top: 37px; }
    .navbar-toggler .bi-dash {
      line-height: 0;
      margin: -3.3rem 0;
      font-size: 4rem; }
  .offcanvas {
    width: 100vw; } }

.tabs-wrapper {
  background-color: #F2F8F5;
  margin-top: -102px;
  position: relative;
  z-index: 10;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .tabs-wrapper .nav-tabs {
    border-bottom: 0; }
    .tabs-wrapper .nav-tabs .nav-item {
      margin-right: 9px;
      margin-top: -63px; }
      .tabs-wrapper .nav-tabs .nav-item .nav-link {
        height: 63px;
        border: 0;
        border-top: 7px solid #3E9564;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        background-color: #fff;
        color: #232323;
        font-weight: 700;
        font-size: 16px;
        padding-left: .5rem;
        padding-right: .5rem;
        line-height: 1.15rem; }
        .tabs-wrapper .nav-tabs .nav-item .nav-link p {
          padding-bottom: 0;
          margin-bottom: 2px; }
      .tabs-wrapper .nav-tabs .nav-item .active {
        background-color: #F2F8F5; }
      .tabs-wrapper .nav-tabs .nav-item:nth-child(1) .nav-link {
        border-top: 7px solid #EB5757; }
      .tabs-wrapper .nav-tabs .nav-item:nth-child(2) .nav-link {
        border-top: 7px solid #F2994A; }
      .tabs-wrapper .nav-tabs .nav-item:nth-child(3) .nav-link {
        border-top: 7px solid #F2C94C; }
      .tabs-wrapper .nav-tabs .nav-item:nth-child(4) .nav-link {
        border-top: 7px solid #27AE60; }
      .tabs-wrapper .nav-tabs .nav-item:nth-child(5) .nav-link {
        border-top: 7px solid #2F80ED; }
      .tabs-wrapper .nav-tabs .nav-item:nth-child(6) .nav-link {
        border-top: 7px solid #56CCF2; }
      .tabs-wrapper .nav-tabs .nav-item:nth-child(7) .nav-link {
        border-top: 7px solid #9B51E0; }
      .tabs-wrapper .nav-tabs .nav-item:nth-child(8) .nav-link {
        border-top: 7px solid #BD0489; }
      .tabs-wrapper .nav-tabs .nav-item:hover .nav-link {
        color: #3E9564; }
    .tabs-wrapper .nav-tabs .nav-item:last-child {
      margin-right: 0; }

.further-info {
  font-size: 16px;
  font-weight: 600; }
  .further-info a {
    text-decoration: underline; }
    .further-info a:hover {
      color: #3E9564; }

.main-tab-pane, .accordion-body {
  padding: 2rem 1.5rem 0 1.5rem; }
  .main-tab-pane a:not(.btn), .accordion-body a:not(.btn) {
    text-decoration: underline; }
  .main-tab-pane .row .col-12, .accordion-body .row .col-12 {
    padding-bottom: 2rem; }

h3, .h3 {
  color: #3E9564;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.85rem; }

.tab-img {
  padding-right: 1rem; }
  .tab-img img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.tab-about-map {
  position: relative; }
  .tab-about-map img {
    margin-top: -1rem;
    margin-left: -1rem; }

.about-map-text {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 1.5rem 1rem; }

.about-map-number {
  font-size: 3rem;
  color: #3E9564;
  font-weight: 700;
  margin-bottom: -0.8rem; }

@media screen and (max-width: 1199px) {
  .tabs-wrapper .nav-tabs .nav-item {
    margin-right: 2px;
    margin-top: -73px; }
    .tabs-wrapper .nav-tabs .nav-item .nav-link {
      height: 73px;
      font-size: 14px; } }

@media screen and (max-width: 991px) {
  .tabs-wrapper {
    border-radius: 6px; } }

@media screen and (max-width: 767px) {
  .about-map-text {
    top: 0;
    padding-left: 1rem;
    padding-top: 15%; }
  .tab-about-map img {
    margin-top: 0;
    margin-left: 20%; } }

ul {
  padding-left: 1rem; }

.what-we-do {
  padding: 2rem 0; }
  .what-we-do > div {
    padding: 1rem 2rem 1rem 0; }
  .what-we-do > div:last-child img {
    max-width: 100%; }
  .what-we-do ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px; }
    .what-we-do ul li {
      margin-bottom: 4px; }
    .what-we-do ul li::marker {
      color: #3E9564; }

.our-services {
  background-color: #F2F8F5;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 3rem; }
  .our-services > div {
    padding: 0; }
  .our-services h3, .our-services .h3 {
    text-align: center;
    margin-bottom: 1rem; }

.section-video {
  background-color: #0A2E36;
  padding: 2.6rem 0; }
  .section-video h3, .section-video .h3, .section-video p, .section-video span {
    color: #fff;
    margin-bottom: 25px; }
  .section-video .row > div {
    padding: 2rem 0; }
  .section-video .row > div:last-child {
    text-align: right; }
    .section-video .row > div:last-child img, .section-video .row > div:last-child video {
      max-width: 100%; }
  .section-video .btn {
    width: 191px; }

.branch-section {
  padding-top: 70px;
  background-color: #F2F8F5;
  padding-bottom: 1.5rem; }
  .branch-section h3, .branch-section .h3 {
    text-align: center; }
  .branch-section .row {
    margin-left: -9px;
    margin-right: -9px; }
    .branch-section .row > div {
      padding: 9px; }
  .branch-section .finder-category {
    width: 100%;
    height: 65px;
    border-radius: 32px;
    border: 2px solid #3E9564;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    justify-content: start; }
    .branch-section .finder-category a {
      display: inline-block; }
    .branch-section .finder-category img, .branch-section .finder-category svg {
      width: 1rem;
      max-height: 1.4rem;
      margin-left: 1.3rem; }
    .branch-section .finder-category span {
      font-size: 15px;
      font-weight: 600;
      line-height: 1.4;
      display: inline-block;
      text-align: center;
      width: 100%; }
    .branch-section .finder-category div:last-of-type {
      margin-left: .5rem;
      margin-right: 2.3rem;
      display: flex;
      width: 100%; }
    .branch-section .finder-category:hover {
      background-color: #3E9564;
      color: #fff; }
      .branch-section .finder-category:hover svg {
        fill: #fff; }
  .branch-section > div > p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 1.5rem; }
    .branch-section > div > p:hover {
      color: #3E9564; }

.where-we-section {
  background: url("../../img/public/recycling-background.jpg") bottom center no-repeat;
  background-color: #F2F8F5;
  background-blend-mode: multiply;
  min-height: 20rem;
  padding-bottom: 4rem; }
  .where-we-section h4, .where-we-section .h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem; }
  .where-we-section .where-we-card {
    background-color: #fff;
    padding: 1rem;
    border-radius: 6px;
    width: 100%; }
    .where-we-section .where-we-card p {
      font-weight: 700;
      margin-bottom: .25rem; }
    .where-we-section .where-we-card span {
      font-size: 16px;
      color: #505050; }
    .where-we-section .where-we-card div {
      margin-top: 2rem;
      margin-bottom: 1rem; }
      .where-we-section .where-we-card div img {
        margin-right: .65rem;
        width: 1rem;
        max-height: 1.4rem; }
  .where-we-section .where-we-logo {
    width: 68px;
    height: auto;
    margin-bottom: 1.3rem; }
  .where-we-section .row {
    padding-bottom: 4rem; }

.news-section {
  padding-top: 4rem;
  padding-bottom: 2.5rem; }
  .news-section h3, .news-section .h3 {
    text-align: center; }
  .news-section .card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .news-section .card:hover h6, .news-section .card:hover .h6 {
      color: #3E9564; }
  .news-section .card-body {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F2F8F5; }
    .news-section .card-body h6, .news-section .card-body .h6 {
      text-decoration: none;
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 15px;
      font-size: 1rem; }
    .news-section .card-body span {
      text-transform: uppercase;
      color: #505050;
      font-size: .85rem; }
  .news-section .row {
    margin-left: -10px;
    margin-right: -10px; }
    .news-section .row > div {
      padding: 20px 10px; }
    .news-section .row > p {
      margin-top: 1.5rem;
      text-align: center;
      text-decoration: underline;
      font-weight: 600; }
      .news-section .row > p:hover {
        color: #3E9564; }

@media (max-width: 1199.98px) {
  .what-we-do > div:nth-child(3) {
    display: flex;
    justify-content: center; } }

@media (max-width: 991.98px) {
  .section-video .row > div:last-child {
    display: flex;
    justify-content: center; } }

@media (max-width: 767.98px) {
  .what-we-do {
    padding: 2rem 1rem; }
    .what-we-do > div {
      padding: 1rem 0; }
  .our-services > div {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (max-width: 575.98px) {
  .section-video, .branch-section {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (min-width: 360px) and (max-width: 480px) {
  .branch-section .container {
    width: 80%; } }

.main-tabs-accordion button {
  color: #232323;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 2rem; }
  .main-tabs-accordion button:not(.collapsed) {
    color: #232323; }

.main-tabs-accordion .accordion-item {
  border-radius: 6px; }
  .main-tabs-accordion .accordion-item:nth-child(1) {
    border-top: 7px solid #EB5757; }
  .main-tabs-accordion .accordion-item:nth-child(2) {
    border-top: 7px solid #F2994A; }
  .main-tabs-accordion .accordion-item:nth-child(3) {
    border-top: 7px solid #F2C94C; }
  .main-tabs-accordion .accordion-item:nth-child(4) {
    border-top: 7px solid #27AE60; }
  .main-tabs-accordion .accordion-item:nth-child(5) {
    border-top: 7px solid #2F80ED; }
  .main-tabs-accordion .accordion-item:nth-child(6) {
    border-top: 7px solid #56CCF2; }
  .main-tabs-accordion .accordion-item:nth-child(7) {
    border-top: 7px solid #9B51E0; }
  .main-tabs-accordion .accordion-item:nth-child(8) {
    border-top: 7px solid #BD0489; }
  .main-tabs-accordion .accordion-item button img {
    margin-left: 20px; }

.main-tabs-accordion .further-info {
  padding: 1rem; }

.accordion-body .tab-text {
  padding-left: 1rem;
  padding-right: 1rem; }

.accordion-body .further-info {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 600; }
  .accordion-body .further-info a {
    text-decoration: underline; }
    .accordion-body .further-info a:hover {
      color: #3E9564; }

.accordion-body .tab-about-map {
  padding-left: 0; }

@media screen and (max-width: 991px) {
  .accordion-body {
    margin-bottom: 1rem; }
    .accordion-body > div:nth-child(2) {
      text-align: center; } }

@media screen and (max-width: 767px) {
  .main-tabs-accordion .accordion-item > * > {
    padding-left: 2rem;
    padding-right: 1rem; }
  .main-tabs-accordion .accordion-body {
    padding-left: 1rem;
    padding-right: 1rem; }
    .main-tabs-accordion .accordion-body > div:nth-child(2) {
      text-align: left; } }

@media screen and (max-width: 576px) {
  .main-tabs-accordion .accordion-body img {
    max-width: 100%; } }

@media screen and (max-width: 480px) {
  .main-tabs-accordion .tab-about-map img {
    margin-left: 0;
    margin-top: -10%; } }

.swiper {
  width: 100%;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px; }

.swiper-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* Center slide text vertically */
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center; }

@media screen and (max-width: 1500px) {
  .swiper {
    padding-top: 64px; } }
