@charset "UTF-8";
:root {
  --bs-violet: #faf8fb;
  --bs-purple: #522583;
  --bs-red: #eb010c;
  --bs-gray: #38383a;
  --bs-gray-dark: #2c2c2e;
  --bs-gray-850: #2f2f2f;
  --bs-primary: #000;
  --bs-secondary: #eb010c;
  --bs-success: #95c11f;
  --bs-info: #0dcaf0;
  --bs-warning: #fcc200;
  --bs-danger: #eb010c;
  --bs-white: #fff;
  --bs-light: #f6f6f6;
  --bs-dark: #111111;
  --bs-category: #2c2c2e;
  --bs-violet: #faf8fb;
  --bs-gray-200: #e5e5e5;
  --bs-gray-100: #f6f6f6;
  --bs-light-gray: #e4e4e4;
  --bs-primary-rgb: 0, 0, 0;
  --bs-secondary-rgb: 235, 1, 12;
  --bs-success-rgb: 149, 193, 31;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 252, 194, 0;
  --bs-danger-rgb: 235, 1, 12;
  --bs-white-rgb: 255, 255, 255;
  --bs-light-rgb: 246, 246, 246;
  --bs-dark-rgb: 17, 17, 17;
  --bs-category-rgb: 44, 44, 46;
  --bs-violet-rgb: 250, 248, 251;
  --bs-gray-200-rgb: 229, 229, 229;
  --bs-gray-100-rgb: 246, 246, 246;
  --bs-light-gray-rgb: 228, 228, 228;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --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: Proxima Nova, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.4;
  --bs-body-color: #000;
  --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: 15px 0;
  color: #000;
  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: 700;
  line-height: 1.4; }

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

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

h3, .h3 {
  font-size: 1.2rem; }

h4, .h4 {
  font-size: 1.1rem; }

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

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

p {
  margin-top: 0;
  margin-bottom: 24px; }

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

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: #000;
  text-decoration: none; }
  a:hover {
    color: #eb010c;
    text-decoration: none; }

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #111111;
  border-radius: 0rem; }
  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: #38383a;
  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.4; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.4; }
  @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.4; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.4; }
  @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.4; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.4; }
  @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: #38383a; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

@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: 1360px; } }

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

.row {
  --bs-gutter-x: 20px;
  --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-2,
.gx-2 {
  --bs-gutter-x: 2px; }

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

.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-6,
.gx-6 {
  --bs-gutter-x: 6px; }

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

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

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

.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-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-80,
.gx-80 {
  --bs-gutter-x: 80px; }

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

.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-2,
  .gx-xxsss-2 {
    --bs-gutter-x: 2px; }
  .g-xxsss-2,
  .gy-xxsss-2 {
    --bs-gutter-y: 2px; }
  .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-6,
  .gx-xxsss-6 {
    --bs-gutter-x: 6px; }
  .g-xxsss-6,
  .gy-xxsss-6 {
    --bs-gutter-y: 6px; }
  .g-xxsss-7,
  .gx-xxsss-7 {
    --bs-gutter-x: 7px; }
  .g-xxsss-7,
  .gy-xxsss-7 {
    --bs-gutter-y: 7px; }
  .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-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-80,
  .gx-xxsss-80 {
    --bs-gutter-x: 80px; }
  .g-xxsss-80,
  .gy-xxsss-80 {
    --bs-gutter-y: 80px; }
  .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-2,
  .gx-xxss-2 {
    --bs-gutter-x: 2px; }
  .g-xxss-2,
  .gy-xxss-2 {
    --bs-gutter-y: 2px; }
  .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-6,
  .gx-xxss-6 {
    --bs-gutter-x: 6px; }
  .g-xxss-6,
  .gy-xxss-6 {
    --bs-gutter-y: 6px; }
  .g-xxss-7,
  .gx-xxss-7 {
    --bs-gutter-x: 7px; }
  .g-xxss-7,
  .gy-xxss-7 {
    --bs-gutter-y: 7px; }
  .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-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-80,
  .gx-xxss-80 {
    --bs-gutter-x: 80px; }
  .g-xxss-80,
  .gy-xxss-80 {
    --bs-gutter-y: 80px; }
  .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-2,
  .gx-xss-2 {
    --bs-gutter-x: 2px; }
  .g-xss-2,
  .gy-xss-2 {
    --bs-gutter-y: 2px; }
  .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-6,
  .gx-xss-6 {
    --bs-gutter-x: 6px; }
  .g-xss-6,
  .gy-xss-6 {
    --bs-gutter-y: 6px; }
  .g-xss-7,
  .gx-xss-7 {
    --bs-gutter-x: 7px; }
  .g-xss-7,
  .gy-xss-7 {
    --bs-gutter-y: 7px; }
  .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-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-80,
  .gx-xss-80 {
    --bs-gutter-x: 80px; }
  .g-xss-80,
  .gy-xss-80 {
    --bs-gutter-y: 80px; }
  .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 (min-width: 480px) {
  .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-2,
  .gx-xs-2 {
    --bs-gutter-x: 2px; }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 2px; }
  .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-6,
  .gx-xs-6 {
    --bs-gutter-x: 6px; }
  .g-xs-6,
  .gy-xs-6 {
    --bs-gutter-y: 6px; }
  .g-xs-7,
  .gx-xs-7 {
    --bs-gutter-x: 7px; }
  .g-xs-7,
  .gy-xs-7 {
    --bs-gutter-y: 7px; }
  .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-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-80,
  .gx-xs-80 {
    --bs-gutter-x: 80px; }
  .g-xs-80,
  .gy-xs-80 {
    --bs-gutter-y: 80px; }
  .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: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.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-2,
  .gx-sm-2 {
    --bs-gutter-x: 2px; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 2px; }
  .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-6,
  .gx-sm-6 {
    --bs-gutter-x: 6px; }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6px; }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 7px; }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 7px; }
  .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-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-80,
  .gx-sm-80 {
    --bs-gutter-x: 80px; }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 80px; }
  .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: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.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-2,
  .gx-md-2 {
    --bs-gutter-x: 2px; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 2px; }
  .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-6,
  .gx-md-6 {
    --bs-gutter-x: 6px; }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6px; }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 7px; }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 7px; }
  .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-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-80,
  .gx-md-80 {
    --bs-gutter-x: 80px; }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 80px; }
  .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: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.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-2,
  .gx-lg-2 {
    --bs-gutter-x: 2px; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 2px; }
  .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-6,
  .gx-lg-6 {
    --bs-gutter-x: 6px; }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6px; }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 7px; }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 7px; }
  .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-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-80,
  .gx-lg-80 {
    --bs-gutter-x: 80px; }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 80px; }
  .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: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.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-2,
  .gx-xl-2 {
    --bs-gutter-x: 2px; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 2px; }
  .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-6,
  .gx-xl-6 {
    --bs-gutter-x: 6px; }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 6px; }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 7px; }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 7px; }
  .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-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-80,
  .gx-xl-80 {
    --bs-gutter-x: 80px; }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 80px; }
  .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: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.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-2,
  .gx-xxl-2 {
    --bs-gutter-x: 2px; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 2px; }
  .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-6,
  .gx-xxl-6 {
    --bs-gutter-x: 6px; }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 6px; }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 7px; }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 7px; }
  .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-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-80,
  .gx-xxl-80 {
    --bs-gutter-x: 80px; }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 80px; }
  .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-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 2px; }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 2px; }
  .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-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 6px; }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 6px; }
  .g-xxxl-7,
  .gx-xxxl-7 {
    --bs-gutter-x: 7px; }
  .g-xxxl-7,
  .gy-xxxl-7 {
    --bs-gutter-y: 7px; }
  .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-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-80,
  .gx-xxxl-80 {
    --bs-gutter-x: 80px; }
  .g-xxxl-80,
  .gy-xxxl-80 {
    --bs-gutter-y: 80px; }
  .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: #000;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #000;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #000;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  vertical-align: top;
  border-color: #a2a2a2; }
  .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; }

.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: #cccccc;
  --bs-table-striped-bg: #c2c2c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8b8b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdbdbd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8b8b8; }

.table-secondary {
  --bs-table-bg: #fbccce;
  --bs-table-striped-bg: #eec2c4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e2b8b9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e8bdbf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e2b8b9; }

.table-success {
  --bs-table-bg: #eaf3d2;
  --bs-table-striped-bg: #dee7c8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d3dbbd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d8e1c2;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d3dbbd; }

.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: #fef3cc;
  --bs-table-striped-bg: #f1e7c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5dbb8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebe1bd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e5dbb8; }

.table-danger {
  --bs-table-bg: #fbccce;
  --bs-table-striped-bg: #eec2c4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e2b8b9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e8bdbf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e2b8b9; }

.table-light {
  --bs-table-bg: #f6f6f6;
  --bs-table-striped-bg: #eaeaea;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dddddd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e4e4e4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dddddd; }

.table-dark {
  --bs-table-bg: #111111;
  --bs-table-striped-bg: #1d1d1d;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #292929;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #232323;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #292929; }

.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: 10px; }

.col-form-label {
  padding-top: calc(0.625rem + 1px);
  padding-bottom: calc(0.625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.4; }

.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: #38383a; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b2b1b2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: gray;
    outline: 0;
    box-shadow: none; }
  .form-control::-webkit-date-and-time-value {
    height: 1.4em; }
  .form-control::-moz-placeholder {
    color: #38383a;
    opacity: 1; }
  .form-control::placeholder {
    color: #38383a;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e5e5e5;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.625rem 0.75rem;
    margin: -0.625rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #000;
    background-color: #e5e5e5;
    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: #dadada; }
  .form-control::-webkit-file-upload-button {
    padding: 0.625rem 0.75rem;
    margin: -0.625rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #000;
    background-color: #e5e5e5;
    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: #dadada; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0;
  line-height: 1.4;
  color: #000;
  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.4em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

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

textarea.form-control {
  min-height: calc(1.4em + 1.25rem + 2px); }

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

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.625rem 2.25rem 0.625rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  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='%232c2c2e' 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 #b2b1b2;
  border-radius: 0;
  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: gray;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e5e5e5; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

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

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

.form-check {
  display: block;
  min-height: 1.4rem;
  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.2em;
  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; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: gray;
    outline: 0;
    box-shadow: none; }
  .form-check-input:checked {
    background-color: none;
    border-color: none; }
    .form-check-input:checked[type="checkbox"] {
      background-image: none; }
    .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: #000;
    border-color: #000;
    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='gray'/%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, none; }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #000;
    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: #b3b3b3; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #a2a2a2;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #000;
    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: #b3b3b3; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #a2a2a2;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #727272; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #727272; }

.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::placeholder {
      color: transparent; }
    .form-floating > .form-control:not(:-moz-placeholder-shown) {
      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: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.625rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #e5e5e5;
  border: 1px solid #b2b1b2;
  border-radius: 0; }

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

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

.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: #95c11f; }

.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(149, 193, 31, 0.9);
  border-radius: 0rem; }

.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: #95c11f;
  padding-right: calc(1.4em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2395c11f' 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.35em + 0.3125rem) center;
  background-size: calc(0.7em + 0.625rem) calc(0.7em + 0.625rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #95c11f;
    box-shadow: 0 0 0 0.25rem rgba(149, 193, 31, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.4em + 1.25rem);
  background-position: top calc(0.35em + 0.3125rem) right calc(0.35em + 0.3125rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #95c11f; }
  .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='%232c2c2e' 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='%2395c11f' 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.7em + 0.625rem) calc(0.7em + 0.625rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #95c11f;
    box-shadow: 0 0 0 0.25rem rgba(149, 193, 31, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #95c11f; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #95c11f; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(149, 193, 31, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #95c11f; }

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

.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(235, 1, 12, 0.9);
  border-radius: 0rem; }

.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: #eb010c;
  padding-right: calc(1.4em + 1.25rem);
  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='%23eb010c'%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='%23eb010c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.3125rem) center;
  background-size: calc(0.7em + 0.625rem) calc(0.7em + 0.625rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #eb010c;
    box-shadow: 0 0 0 0.25rem rgba(235, 1, 12, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.4em + 1.25rem);
  background-position: top calc(0.35em + 0.3125rem) right calc(0.35em + 0.3125rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #eb010c; }
  .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='%232c2c2e' 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='%23eb010c'%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='%23eb010c' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.7em + 0.625rem) calc(0.7em + 0.625rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #eb010c;
    box-shadow: 0 0 0 0.25rem rgba(235, 1, 12, 0.25); }

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

.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: 700;
  line-height: 1.4;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 30px;
  font-size: 0.875rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #000; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none; }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

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

.btn-secondary {
  color: #fff;
  background-color: #eb010c;
  border-color: #eb010c; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #c8010a;
    border-color: #bc010a; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #c8010a;
    border-color: #bc010a;
    box-shadow: 0 0 0 0.25rem rgba(238, 39, 48, 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: #bc010a;
    border-color: #b00109; }
    .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(238, 39, 48, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #eb010c;
    border-color: #eb010c; }

.btn-success {
  color: #000;
  background-color: #95c11f;
  border-color: #95c11f; }
  .btn-success:hover {
    color: #000;
    background-color: #a5ca41;
    border-color: #a0c735; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #000;
    background-color: #a5ca41;
    border-color: #a0c735;
    box-shadow: 0 0 0 0.25rem rgba(127, 164, 26, 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: #aacd4c;
    border-color: #a0c735; }
    .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(127, 164, 26, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #000;
    background-color: #95c11f;
    border-color: #95c11f; }

.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: #fcc200;
  border-color: #fcc200; }
  .btn-warning:hover {
    color: #000;
    background-color: #fccb26;
    border-color: #fcc81a; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #fccb26;
    border-color: #fcc81a;
    box-shadow: 0 0 0 0.25rem rgba(214, 165, 0, 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: #fdce33;
    border-color: #fcc81a; }
    .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(214, 165, 0, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #fcc200;
    border-color: #fcc200; }

.btn-danger {
  color: #fff;
  background-color: #eb010c;
  border-color: #eb010c; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c8010a;
    border-color: #bc010a; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #c8010a;
    border-color: #bc010a;
    box-shadow: 0 0 0 0.25rem rgba(238, 39, 48, 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: #bc010a;
    border-color: #b00109; }
    .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(238, 39, 48, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #eb010c;
    border-color: #eb010c; }

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    color: #000;
    background-color: white;
    border-color: white; }
  .btn-check:focus + .btn-white, .btn-white:focus {
    color: #000;
    background-color: white;
    border-color: white;
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .btn-check:checked + .btn-white,
  .btn-check:active + .btn-white, .btn-white:active, .btn-white.active,
  .show > .btn-white.dropdown-toggle {
    color: #000;
    background-color: white;
    border-color: white; }
    .btn-check:checked + .btn-white:focus,
    .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .btn-white:disabled, .btn-white.disabled {
    color: #000;
    background-color: #fff;
    border-color: #fff; }

.btn-light {
  color: #000;
  background-color: #f6f6f6;
  border-color: #f6f6f6; }
  .btn-light:hover {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f7f7f7; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    box-shadow: 0 0 0 0.25rem rgba(209, 209, 209, 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: #f8f8f8;
    border-color: #f7f7f7; }
    .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(209, 209, 209, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6; }

.btn-dark {
  color: #fff;
  background-color: #111111;
  border-color: #111111; }
  .btn-dark:hover {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #0e0e0e; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #0e0e0e;
    box-shadow: 0 0 0 0.25rem rgba(53, 53, 53, 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: #0e0e0e;
    border-color: #0d0d0d; }
    .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(53, 53, 53, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #111111;
    border-color: #111111; }

.btn-category {
  color: #fff;
  background-color: #2c2c2e;
  border-color: #2c2c2e; }
  .btn-category:hover {
    color: #fff;
    background-color: #252527;
    border-color: #232325; }
  .btn-check:focus + .btn-category, .btn-category:focus {
    color: #fff;
    background-color: #252527;
    border-color: #232325;
    box-shadow: 0 0 0 0.25rem rgba(76, 76, 77, 0.5); }
  .btn-check:checked + .btn-category,
  .btn-check:active + .btn-category, .btn-category:active, .btn-category.active,
  .show > .btn-category.dropdown-toggle {
    color: #fff;
    background-color: #232325;
    border-color: #212123; }
    .btn-check:checked + .btn-category:focus,
    .btn-check:active + .btn-category:focus, .btn-category:active:focus, .btn-category.active:focus,
    .show > .btn-category.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(76, 76, 77, 0.5); }
  .btn-category:disabled, .btn-category.disabled {
    color: #fff;
    background-color: #2c2c2e;
    border-color: #2c2c2e; }

.btn-violet {
  color: #000;
  background-color: #faf8fb;
  border-color: #faf8fb; }
  .btn-violet:hover {
    color: #000;
    background-color: #fbf9fc;
    border-color: #fbf9fb; }
  .btn-check:focus + .btn-violet, .btn-violet:focus {
    color: #000;
    background-color: #fbf9fc;
    border-color: #fbf9fb;
    box-shadow: 0 0 0 0.25rem rgba(213, 211, 213, 0.5); }
  .btn-check:checked + .btn-violet,
  .btn-check:active + .btn-violet, .btn-violet:active, .btn-violet.active,
  .show > .btn-violet.dropdown-toggle {
    color: #000;
    background-color: #fbf9fc;
    border-color: #fbf9fb; }
    .btn-check:checked + .btn-violet:focus,
    .btn-check:active + .btn-violet:focus, .btn-violet:active:focus, .btn-violet.active:focus,
    .show > .btn-violet.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(213, 211, 213, 0.5); }
  .btn-violet:disabled, .btn-violet.disabled {
    color: #000;
    background-color: #faf8fb;
    border-color: #faf8fb; }

.btn-gray-200 {
  color: #000;
  background-color: #e5e5e5;
  border-color: #e5e5e5; }
  .btn-gray-200:hover {
    color: #000;
    background-color: #e9e9e9;
    border-color: #e8e8e8; }
  .btn-check:focus + .btn-gray-200, .btn-gray-200:focus {
    color: #000;
    background-color: #e9e9e9;
    border-color: #e8e8e8;
    box-shadow: 0 0 0 0.25rem rgba(195, 195, 195, 0.5); }
  .btn-check:checked + .btn-gray-200,
  .btn-check:active + .btn-gray-200, .btn-gray-200:active, .btn-gray-200.active,
  .show > .btn-gray-200.dropdown-toggle {
    color: #000;
    background-color: #eaeaea;
    border-color: #e8e8e8; }
    .btn-check:checked + .btn-gray-200:focus,
    .btn-check:active + .btn-gray-200:focus, .btn-gray-200:active:focus, .btn-gray-200.active:focus,
    .show > .btn-gray-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(195, 195, 195, 0.5); }
  .btn-gray-200:disabled, .btn-gray-200.disabled {
    color: #000;
    background-color: #e5e5e5;
    border-color: #e5e5e5; }

.btn-gray-100 {
  color: #000;
  background-color: #f6f6f6;
  border-color: #f6f6f6; }
  .btn-gray-100:hover {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f7f7f7; }
  .btn-check:focus + .btn-gray-100, .btn-gray-100:focus {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    box-shadow: 0 0 0 0.25rem rgba(209, 209, 209, 0.5); }
  .btn-check:checked + .btn-gray-100,
  .btn-check:active + .btn-gray-100, .btn-gray-100:active, .btn-gray-100.active,
  .show > .btn-gray-100.dropdown-toggle {
    color: #000;
    background-color: #f8f8f8;
    border-color: #f7f7f7; }
    .btn-check:checked + .btn-gray-100:focus,
    .btn-check:active + .btn-gray-100:focus, .btn-gray-100:active:focus, .btn-gray-100.active:focus,
    .show > .btn-gray-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(209, 209, 209, 0.5); }
  .btn-gray-100:disabled, .btn-gray-100.disabled {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6; }

.btn-light-gray {
  color: #000;
  background-color: #e4e4e4;
  border-color: #e4e4e4; }
  .btn-light-gray:hover {
    color: #000;
    background-color: #e8e8e8;
    border-color: #e7e7e7; }
  .btn-check:focus + .btn-light-gray, .btn-light-gray:focus {
    color: #000;
    background-color: #e8e8e8;
    border-color: #e7e7e7;
    box-shadow: 0 0 0 0.25rem rgba(194, 194, 194, 0.5); }
  .btn-check:checked + .btn-light-gray,
  .btn-check:active + .btn-light-gray, .btn-light-gray:active, .btn-light-gray.active,
  .show > .btn-light-gray.dropdown-toggle {
    color: #000;
    background-color: #e9e9e9;
    border-color: #e7e7e7; }
    .btn-check:checked + .btn-light-gray:focus,
    .btn-check:active + .btn-light-gray:focus, .btn-light-gray:active:focus, .btn-light-gray.active:focus,
    .show > .btn-light-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(194, 194, 194, 0.5); }
  .btn-light-gray:disabled, .btn-light-gray.disabled {
    color: #000;
    background-color: #e4e4e4;
    border-color: #e4e4e4; }

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

.btn-outline-secondary {
  color: #eb010c;
  border-color: #eb010c; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #eb010c;
    border-color: #eb010c; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(235, 1, 12, 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: #eb010c;
    border-color: #eb010c; }
    .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(235, 1, 12, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #eb010c;
    background-color: transparent; }

.btn-outline-success {
  color: #95c11f;
  border-color: #95c11f; }
  .btn-outline-success:hover {
    color: #000;
    background-color: #95c11f;
    border-color: #95c11f; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(149, 193, 31, 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: #95c11f;
    border-color: #95c11f; }
    .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(149, 193, 31, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #95c11f;
    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: #fcc200;
  border-color: #fcc200; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #fcc200;
    border-color: #fcc200; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(252, 194, 0, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #fcc200;
    border-color: #fcc200; }
    .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(252, 194, 0, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #fcc200;
    background-color: transparent; }

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

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

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

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

.btn-outline-category {
  color: #2c2c2e;
  border-color: #2c2c2e; }
  .btn-outline-category:hover {
    color: #fff;
    background-color: #2c2c2e;
    border-color: #2c2c2e; }
  .btn-check:focus + .btn-outline-category, .btn-outline-category:focus {
    box-shadow: 0 0 0 0.25rem rgba(44, 44, 46, 0.5); }
  .btn-check:checked + .btn-outline-category,
  .btn-check:active + .btn-outline-category, .btn-outline-category:active, .btn-outline-category.active, .btn-outline-category.dropdown-toggle.show {
    color: #fff;
    background-color: #2c2c2e;
    border-color: #2c2c2e; }
    .btn-check:checked + .btn-outline-category:focus,
    .btn-check:active + .btn-outline-category:focus, .btn-outline-category:active:focus, .btn-outline-category.active:focus, .btn-outline-category.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(44, 44, 46, 0.5); }
  .btn-outline-category:disabled, .btn-outline-category.disabled {
    color: #2c2c2e;
    background-color: transparent; }

.btn-outline-violet {
  color: #faf8fb;
  border-color: #faf8fb; }
  .btn-outline-violet:hover {
    color: #000;
    background-color: #faf8fb;
    border-color: #faf8fb; }
  .btn-check:focus + .btn-outline-violet, .btn-outline-violet:focus {
    box-shadow: 0 0 0 0.25rem rgba(250, 248, 251, 0.5); }
  .btn-check:checked + .btn-outline-violet,
  .btn-check:active + .btn-outline-violet, .btn-outline-violet:active, .btn-outline-violet.active, .btn-outline-violet.dropdown-toggle.show {
    color: #000;
    background-color: #faf8fb;
    border-color: #faf8fb; }
    .btn-check:checked + .btn-outline-violet:focus,
    .btn-check:active + .btn-outline-violet:focus, .btn-outline-violet:active:focus, .btn-outline-violet.active:focus, .btn-outline-violet.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(250, 248, 251, 0.5); }
  .btn-outline-violet:disabled, .btn-outline-violet.disabled {
    color: #faf8fb;
    background-color: transparent; }

.btn-outline-gray-200 {
  color: #e5e5e5;
  border-color: #e5e5e5; }
  .btn-outline-gray-200:hover {
    color: #000;
    background-color: #e5e5e5;
    border-color: #e5e5e5; }
  .btn-check:focus + .btn-outline-gray-200, .btn-outline-gray-200:focus {
    box-shadow: 0 0 0 0.25rem rgba(229, 229, 229, 0.5); }
  .btn-check:checked + .btn-outline-gray-200,
  .btn-check:active + .btn-outline-gray-200, .btn-outline-gray-200:active, .btn-outline-gray-200.active, .btn-outline-gray-200.dropdown-toggle.show {
    color: #000;
    background-color: #e5e5e5;
    border-color: #e5e5e5; }
    .btn-check:checked + .btn-outline-gray-200:focus,
    .btn-check:active + .btn-outline-gray-200:focus, .btn-outline-gray-200:active:focus, .btn-outline-gray-200.active:focus, .btn-outline-gray-200.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(229, 229, 229, 0.5); }
  .btn-outline-gray-200:disabled, .btn-outline-gray-200.disabled {
    color: #e5e5e5;
    background-color: transparent; }

.btn-outline-gray-100 {
  color: #f6f6f6;
  border-color: #f6f6f6; }
  .btn-outline-gray-100:hover {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6; }
  .btn-check:focus + .btn-outline-gray-100, .btn-outline-gray-100:focus {
    box-shadow: 0 0 0 0.25rem rgba(246, 246, 246, 0.5); }
  .btn-check:checked + .btn-outline-gray-100,
  .btn-check:active + .btn-outline-gray-100, .btn-outline-gray-100:active, .btn-outline-gray-100.active, .btn-outline-gray-100.dropdown-toggle.show {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6; }
    .btn-check:checked + .btn-outline-gray-100:focus,
    .btn-check:active + .btn-outline-gray-100:focus, .btn-outline-gray-100:active:focus, .btn-outline-gray-100.active:focus, .btn-outline-gray-100.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(246, 246, 246, 0.5); }
  .btn-outline-gray-100:disabled, .btn-outline-gray-100.disabled {
    color: #f6f6f6;
    background-color: transparent; }

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

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none; }
  .btn-link:hover {
    color: #eb010c;
    text-decoration: none; }
  .btn-link:focus {
    text-decoration: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #38383a; }

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

.btn-sm, .btn-group-sm > .btn, .btn-outline-effect-primary.btn-sm > span, .btn-outline-effect-primary.btn-sm-secondary > span {
  padding: 0.25rem 20px;
  font-size: 0.875rem;
  border-radius: 0rem; }

.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: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }
  .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: #111111;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #0f0f0f;
    background-color: #e5e5e5; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #727272;
    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: #38383a;
  white-space: nowrap; }

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

.dropdown-menu-dark {
  color: #a2a2a2;
  background-color: #2c2c2e;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #a2a2a2; }
    .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: #000; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #727272; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #a2a2a2; }
  .dropdown-menu-dark .dropdown-header {
    color: #727272; }

.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: 22.5px;
  padding-left: 22.5px; }
  .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, .btn-outline-effect-primary.btn-sm > span + .dropdown-toggle-split, .btn-outline-effect-primary.btn-sm-secondary > span + .dropdown-toggle-split {
  padding-right: 15px;
  padding-left: 15px; }

.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: #000;
  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: #eb010c; }
  .nav-link.disabled {
    color: #38383a;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 0 solid none; }
  .nav-tabs .nav-link {
    margin-bottom: 0;
    background: none;
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: none;
      isolation: isolate; }
    .nav-tabs .nav-link.disabled {
      color: #38383a;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: none;
    background-color: none;
    border-color: none; }
  .nav-tabs .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0rem; }

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

.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, .navbar > .container-xxxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  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: 0;
  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; }

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

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

.breadcrumb-item.active {
  color: #eb010c; }

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: black;
  background-color: #cccccc;
  border-color: #b3b3b3; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #8d0107;
  background-color: #fbccce;
  border-color: #f9b3b6; }
  .alert-secondary .alert-link {
    color: #710106; }

.alert-success {
  color: #597413;
  background-color: #eaf3d2;
  border-color: #dfecbc; }
  .alert-success .alert-link {
    color: #475d0f; }

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }
  .alert-info .alert-link {
    color: #04414d; }

.alert-warning {
  color: #654e00;
  background-color: #fef3cc;
  border-color: #feedb3; }
  .alert-warning .alert-link {
    color: #513e00; }

.alert-danger {
  color: #8d0107;
  background-color: #fbccce;
  border-color: #f9b3b6; }
  .alert-danger .alert-link {
    color: #710106; }

.alert-white {
  color: #666666;
  background-color: white;
  border-color: white; }
  .alert-white .alert-link {
    color: #525252; }

.alert-light {
  color: #626262;
  background-color: #fdfdfd;
  border-color: #fcfcfc; }
  .alert-light .alert-link {
    color: #4e4e4e; }

.alert-dark {
  color: #0a0a0a;
  background-color: #cfcfcf;
  border-color: #b8b8b8; }
  .alert-dark .alert-link {
    color: #080808; }

.alert-category {
  color: #1a1a1c;
  background-color: #d5d5d5;
  border-color: silver; }
  .alert-category .alert-link {
    color: #151516; }

.alert-violet {
  color: #646364;
  background-color: #fefefe;
  border-color: #fefdfe; }
  .alert-violet .alert-link {
    color: #504f50; }

.alert-gray-200 {
  color: #5c5c5c;
  background-color: #fafafa;
  border-color: #f7f7f7; }
  .alert-gray-200 .alert-link {
    color: #4a4a4a; }

.alert-gray-100 {
  color: #626262;
  background-color: #fdfdfd;
  border-color: #fcfcfc; }
  .alert-gray-100 .alert-link {
    color: #4e4e4e; }

.alert-light-gray {
  color: #5b5b5b;
  background-color: #fafafa;
  border-color: #f7f7f7; }
  .alert-light-gray .alert-link {
    color: #494949; }

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

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

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

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

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

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

.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: #444545;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #eb010c;
    text-decoration: none;
    background-color: #f6f6f6; }
  .list-group-item-action:active {
    color: #000;
    background-color: #e5e5e5; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #111111;
  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: #38383a;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .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: 0rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0rem;
    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: 0rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxsss > .list-group-item:last-child {
      border-top-right-radius: 0rem;
      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: 0rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxss > .list-group-item:last-child {
      border-top-right-radius: 0rem;
      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: 0rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xss > .list-group-item:last-child {
      border-top-right-radius: 0rem;
      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: 0rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xs > .list-group-item:last-child {
      border-top-right-radius: 0rem;
      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: 0rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0rem;
      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: 0rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0rem;
      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: 0rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0rem;
      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: 0rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0rem;
      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: 0rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0rem;
      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: 0rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxxl > .list-group-item:last-child {
      border-top-right-radius: 0rem;
      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: black;
  background-color: #cccccc; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: black;
    background-color: #b8b8b8; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.list-group-item-secondary {
  color: #8d0107;
  background-color: #fbccce; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #8d0107;
    background-color: #e2b8b9; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #8d0107;
    border-color: #8d0107; }

.list-group-item-success {
  color: #597413;
  background-color: #eaf3d2; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #597413;
    background-color: #d3dbbd; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #597413;
    border-color: #597413; }

.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: #654e00;
  background-color: #fef3cc; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #654e00;
    background-color: #e5dbb8; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #654e00;
    border-color: #654e00; }

.list-group-item-danger {
  color: #8d0107;
  background-color: #fbccce; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #8d0107;
    background-color: #e2b8b9; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #8d0107;
    border-color: #8d0107; }

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

.list-group-item-light {
  color: #626262;
  background-color: #fdfdfd; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #626262;
    background-color: #e4e4e4; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #626262;
    border-color: #626262; }

.list-group-item-dark {
  color: #0a0a0a;
  background-color: #cfcfcf; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #0a0a0a;
    background-color: #bababa; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #0a0a0a; }

.list-group-item-category {
  color: #1a1a1c;
  background-color: #d5d5d5; }
  .list-group-item-category.list-group-item-action:hover, .list-group-item-category.list-group-item-action:focus {
    color: #1a1a1c;
    background-color: silver; }
  .list-group-item-category.list-group-item-action.active {
    color: #fff;
    background-color: #1a1a1c;
    border-color: #1a1a1c; }

.list-group-item-violet {
  color: #646364;
  background-color: #fefefe; }
  .list-group-item-violet.list-group-item-action:hover, .list-group-item-violet.list-group-item-action:focus {
    color: #646364;
    background-color: #e5e5e5; }
  .list-group-item-violet.list-group-item-action.active {
    color: #fff;
    background-color: #646364;
    border-color: #646364; }

.list-group-item-gray-200 {
  color: #5c5c5c;
  background-color: #fafafa; }
  .list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
    color: #5c5c5c;
    background-color: #e1e1e1; }
  .list-group-item-gray-200.list-group-item-action.active {
    color: #fff;
    background-color: #5c5c5c;
    border-color: #5c5c5c; }

.list-group-item-gray-100 {
  color: #626262;
  background-color: #fdfdfd; }
  .list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
    color: #626262;
    background-color: #e4e4e4; }
  .list-group-item-gray-100.list-group-item-action.active {
    color: #fff;
    background-color: #626262;
    border-color: #626262; }

.list-group-item-light-gray {
  color: #5b5b5b;
  background-color: #fafafa; }
  .list-group-item-light-gray.list-group-item-action:hover, .list-group-item-light-gray.list-group-item-action:focus {
    color: #5b5b5b;
    background-color: #e1e1e1; }
  .list-group-item-light-gray.list-group-item-action.active {
    color: #fff;
    background-color: #5b5b5b;
    border-color: #5b5b5b; }

.btn-close {
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  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/18px auto no-repeat;
  border: 0;
  border-radius: 0rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-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: 20px;
  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% - 40px); }
  .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% - 40px); }

.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: 0rem;
  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.8; }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #a2a2a2;
  border-top-left-radius: calc(0rem - 1px);
  border-top-right-radius: calc(0rem - 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.4; }

.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 #a2a2a2;
  border-bottom-right-radius: calc(0rem - 1px);
  border-bottom-left-radius: calc(0rem - 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: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  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: 0rem; }

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

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

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

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

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

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

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

.offcanvas {
  position: fixed;
  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.8; }

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

.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: #000; }
  .link-primary:hover, .link-primary:focus {
    color: black; }

.link-secondary {
  color: #eb010c; }
  .link-secondary:hover, .link-secondary:focus {
    color: #bc010a; }

.link-success {
  color: #95c11f; }
  .link-success:hover, .link-success:focus {
    color: #aacd4c; }

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

.link-warning {
  color: #fcc200; }
  .link-warning:hover, .link-warning:focus {
    color: #fdce33; }

.link-danger {
  color: #eb010c; }
  .link-danger:hover, .link-danger:focus {
    color: #bc010a; }

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

.link-light {
  color: #f6f6f6; }
  .link-light:hover, .link-light:focus {
    color: #f8f8f8; }

.link-dark {
  color: #111111; }
  .link-dark:hover, .link-dark:focus {
    color: #0e0e0e; }

.link-category {
  color: #2c2c2e; }
  .link-category:hover, .link-category:focus {
    color: #232325; }

.link-violet {
  color: #faf8fb; }
  .link-violet:hover, .link-violet:focus {
    color: #fbf9fc; }

.link-gray-200 {
  color: #e5e5e5; }
  .link-gray-200:hover, .link-gray-200:focus {
    color: #eaeaea; }

.link-gray-100 {
  color: #f6f6f6; }
  .link-gray-100:hover, .link-gray-100:focus {
    color: #f8f8f8; }

.link-light-gray {
  color: #e4e4e4; }
  .link-light-gray:hover, .link-light-gray:focus {
    color: #e9e9e9; }

.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: sticky;
  top: 0;
  z-index: 1020; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 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 #a2a2a2 !important; }

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #95c11f !important; }

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

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

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

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

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

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

.border-category {
  border-color: #2c2c2e !important; }

.border-violet {
  border-color: #faf8fb !important; }

.border-gray-200 {
  border-color: #e5e5e5 !important; }

.border-gray-100 {
  border-color: #f6f6f6 !important; }

.border-light-gray {
  border-color: #e4e4e4 !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-2 {
  gap: 2px !important; }

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

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

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

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

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

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

.gap-12 {
  gap: 12px !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-80 {
  gap: 80px !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-2 {
  margin: 2px !important; }

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

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

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

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

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

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

.m-12 {
  margin: 12px !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-80 {
  margin: 80px !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-2 {
  margin-right: 2px !important;
  margin-left: 2px !important; }

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

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

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

.mx-7 {
  margin-right: 7px !important;
  margin-left: 7px !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-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-80 {
  margin-right: 80px !important;
  margin-left: 80px !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-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important; }

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

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

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

.my-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !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-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-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !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-2 {
  margin-top: 2px !important; }

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

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

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

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

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

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

.mt-12 {
  margin-top: 12px !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-80 {
  margin-top: 80px !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-2 {
  margin-right: 2px !important; }

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

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

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

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

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

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

.me-12 {
  margin-right: 12px !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-80 {
  margin-right: 80px !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-2 {
  margin-bottom: 2px !important; }

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

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

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

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

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

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

.mb-12 {
  margin-bottom: 12px !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-80 {
  margin-bottom: 80px !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-2 {
  margin-left: 2px !important; }

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

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

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

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

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

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

.ms-12 {
  margin-left: 12px !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-80 {
  margin-left: 80px !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; }

.m-n2 {
  margin: -2px !important; }

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

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

.m-n6 {
  margin: -6px !important; }

.m-n7 {
  margin: -7px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n80 {
  margin: -80px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-12 {
  padding: 12px !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-80 {
  padding: 80px !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-2 {
  padding-right: 2px !important;
  padding-left: 2px !important; }

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

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

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

.px-7 {
  padding-right: 7px !important;
  padding-left: 7px !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-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-80 {
  padding-right: 80px !important;
  padding-left: 80px !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-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

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

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

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

.py-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !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-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-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !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-2 {
  padding-top: 2px !important; }

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

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

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

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

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

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

.pt-12 {
  padding-top: 12px !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-80 {
  padding-top: 80px !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-2 {
  padding-right: 2px !important; }

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

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

.pe-6 {
  padding-right: 6px !important; }

.pe-7 {
  padding-right: 7px !important; }

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

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

.pe-12 {
  padding-right: 12px !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-80 {
  padding-right: 80px !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-2 {
  padding-bottom: 2px !important; }

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

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

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

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

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

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

.pb-12 {
  padding-bottom: 12px !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-80 {
  padding-bottom: 80px !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-2 {
  padding-left: 2px !important; }

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

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

.ps-6 {
  padding-left: 6px !important; }

.ps-7 {
  padding-left: 7px !important; }

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

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

.ps-12 {
  padding-left: 12px !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-80 {
  padding-left: 80px !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-8 {
  font-size: 0.5rem !important; }

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

.fs-15 {
  font-size: 0.9375rem !important; }

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

.fs-12 {
  font-size: 0.75rem !important; }

.fs-18 {
  font-size: 1.125rem !important; }

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

.fs-22 {
  font-size: calc(1.2625rem + 0.15vw) !important; }

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

.fs-26 {
  font-size: calc(1.2875rem + 0.45vw) !important; }

.fs-30 {
  font-size: calc(1.3125rem + 0.75vw) !important; }

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

.fs-36 {
  font-size: calc(1.35rem + 1.2vw) !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: bold !important; }

.lh-1 {
  line-height: 1 !important; }

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

.lh-base {
  line-height: 1.4 !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-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-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-category {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-category-rgb), var(--bs-text-opacity)) !important; }

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #38383a !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-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-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-category {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-category-rgb), var(--bs-bg-opacity)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-start {
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !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-2 {
    gap: 2px !important; }
  .gap-xxsss-4 {
    gap: 4px !important; }
  .gap-xxsss-5 {
    gap: 5px !important; }
  .gap-xxsss-6 {
    gap: 6px !important; }
  .gap-xxsss-7 {
    gap: 7px !important; }
  .gap-xxsss-8 {
    gap: 8px !important; }
  .gap-xxsss-10 {
    gap: 10px !important; }
  .gap-xxsss-12 {
    gap: 12px !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-80 {
    gap: 80px !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-2 {
    margin: 2px !important; }
  .m-xxsss-4 {
    margin: 4px !important; }
  .m-xxsss-5 {
    margin: 5px !important; }
  .m-xxsss-6 {
    margin: 6px !important; }
  .m-xxsss-7 {
    margin: 7px !important; }
  .m-xxsss-8 {
    margin: 8px !important; }
  .m-xxsss-10 {
    margin: 10px !important; }
  .m-xxsss-12 {
    margin: 12px !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-80 {
    margin: 80px !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-2 {
    margin-right: 2px !important;
    margin-left: 2px !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-6 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  .mx-xxsss-7 {
    margin-right: 7px !important;
    margin-left: 7px !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-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-80 {
    margin-right: 80px !important;
    margin-left: 80px !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-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !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-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .my-xxsss-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !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-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-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !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-2 {
    margin-top: 2px !important; }
  .mt-xxsss-4 {
    margin-top: 4px !important; }
  .mt-xxsss-5 {
    margin-top: 5px !important; }
  .mt-xxsss-6 {
    margin-top: 6px !important; }
  .mt-xxsss-7 {
    margin-top: 7px !important; }
  .mt-xxsss-8 {
    margin-top: 8px !important; }
  .mt-xxsss-10 {
    margin-top: 10px !important; }
  .mt-xxsss-12 {
    margin-top: 12px !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-80 {
    margin-top: 80px !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-2 {
    margin-right: 2px !important; }
  .me-xxsss-4 {
    margin-right: 4px !important; }
  .me-xxsss-5 {
    margin-right: 5px !important; }
  .me-xxsss-6 {
    margin-right: 6px !important; }
  .me-xxsss-7 {
    margin-right: 7px !important; }
  .me-xxsss-8 {
    margin-right: 8px !important; }
  .me-xxsss-10 {
    margin-right: 10px !important; }
  .me-xxsss-12 {
    margin-right: 12px !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-80 {
    margin-right: 80px !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-2 {
    margin-bottom: 2px !important; }
  .mb-xxsss-4 {
    margin-bottom: 4px !important; }
  .mb-xxsss-5 {
    margin-bottom: 5px !important; }
  .mb-xxsss-6 {
    margin-bottom: 6px !important; }
  .mb-xxsss-7 {
    margin-bottom: 7px !important; }
  .mb-xxsss-8 {
    margin-bottom: 8px !important; }
  .mb-xxsss-10 {
    margin-bottom: 10px !important; }
  .mb-xxsss-12 {
    margin-bottom: 12px !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-80 {
    margin-bottom: 80px !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-2 {
    margin-left: 2px !important; }
  .ms-xxsss-4 {
    margin-left: 4px !important; }
  .ms-xxsss-5 {
    margin-left: 5px !important; }
  .ms-xxsss-6 {
    margin-left: 6px !important; }
  .ms-xxsss-7 {
    margin-left: 7px !important; }
  .ms-xxsss-8 {
    margin-left: 8px !important; }
  .ms-xxsss-10 {
    margin-left: 10px !important; }
  .ms-xxsss-12 {
    margin-left: 12px !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-80 {
    margin-left: 80px !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; }
  .m-xxsss-n2 {
    margin: -2px !important; }
  .m-xxsss-n4 {
    margin: -4px !important; }
  .m-xxsss-n5 {
    margin: -5px !important; }
  .m-xxsss-n6 {
    margin: -6px !important; }
  .m-xxsss-n7 {
    margin: -7px !important; }
  .m-xxsss-n8 {
    margin: -8px !important; }
  .m-xxsss-n10 {
    margin: -10px !important; }
  .m-xxsss-n12 {
    margin: -12px !important; }
  .m-xxsss-n15 {
    margin: -15px !important; }
  .m-xxsss-n16 {
    margin: -16px !important; }
  .m-xxsss-n17 {
    margin: -17px !important; }
  .m-xxsss-n20 {
    margin: -20px !important; }
  .m-xxsss-n22 {
    margin: -22px !important; }
  .m-xxsss-n23 {
    margin: -23px !important; }
  .m-xxsss-n25 {
    margin: -25px !important; }
  .m-xxsss-n30 {
    margin: -30px !important; }
  .m-xxsss-n35 {
    margin: -35px !important; }
  .m-xxsss-n40 {
    margin: -40px !important; }
  .m-xxsss-n45 {
    margin: -45px !important; }
  .m-xxsss-n50 {
    margin: -50px !important; }
  .m-xxsss-n60 {
    margin: -60px !important; }
  .m-xxsss-n70 {
    margin: -70px !important; }
  .m-xxsss-n75 {
    margin: -75px !important; }
  .m-xxsss-n80 {
    margin: -80px !important; }
  .m-xxsss-n100 {
    margin: -100px !important; }
  .m-xxsss-n120 {
    margin: -120px !important; }
  .m-xxsss-n125 {
    margin: -125px !important; }
  .m-xxsss-n150 {
    margin: -150px !important; }
  .mx-xxsss-n2 {
    margin-right: -2px !important;
    margin-left: -2px !important; }
  .mx-xxsss-n4 {
    margin-right: -4px !important;
    margin-left: -4px !important; }
  .mx-xxsss-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .mx-xxsss-n6 {
    margin-right: -6px !important;
    margin-left: -6px !important; }
  .mx-xxsss-n7 {
    margin-right: -7px !important;
    margin-left: -7px !important; }
  .mx-xxsss-n8 {
    margin-right: -8px !important;
    margin-left: -8px !important; }
  .mx-xxsss-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-xxsss-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important; }
  .mx-xxsss-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .mx-xxsss-n16 {
    margin-right: -16px !important;
    margin-left: -16px !important; }
  .mx-xxsss-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important; }
  .mx-xxsss-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-xxsss-n22 {
    margin-right: -22px !important;
    margin-left: -22px !important; }
  .mx-xxsss-n23 {
    margin-right: -23px !important;
    margin-left: -23px !important; }
  .mx-xxsss-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .mx-xxsss-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-xxsss-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .mx-xxsss-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-xxsss-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .mx-xxsss-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-xxsss-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-xxsss-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-xxsss-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .mx-xxsss-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-xxsss-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-xxsss-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-xxsss-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .mx-xxsss-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-xxsss-n2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; }
  .my-xxsss-n4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; }
  .my-xxsss-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .my-xxsss-n6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important; }
  .my-xxsss-n7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important; }
  .my-xxsss-n8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; }
  .my-xxsss-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-xxsss-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; }
  .my-xxsss-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .my-xxsss-n16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; }
  .my-xxsss-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important; }
  .my-xxsss-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-xxsss-n22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important; }
  .my-xxsss-n23 {
    margin-top: -23px !important;
    margin-bottom: -23px !important; }
  .my-xxsss-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .my-xxsss-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-xxsss-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .my-xxsss-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-xxsss-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .my-xxsss-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-xxsss-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-xxsss-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-xxsss-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .my-xxsss-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-xxsss-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-xxsss-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-xxsss-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .my-xxsss-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mt-xxsss-n2 {
    margin-top: -2px !important; }
  .mt-xxsss-n4 {
    margin-top: -4px !important; }
  .mt-xxsss-n5 {
    margin-top: -5px !important; }
  .mt-xxsss-n6 {
    margin-top: -6px !important; }
  .mt-xxsss-n7 {
    margin-top: -7px !important; }
  .mt-xxsss-n8 {
    margin-top: -8px !important; }
  .mt-xxsss-n10 {
    margin-top: -10px !important; }
  .mt-xxsss-n12 {
    margin-top: -12px !important; }
  .mt-xxsss-n15 {
    margin-top: -15px !important; }
  .mt-xxsss-n16 {
    margin-top: -16px !important; }
  .mt-xxsss-n17 {
    margin-top: -17px !important; }
  .mt-xxsss-n20 {
    margin-top: -20px !important; }
  .mt-xxsss-n22 {
    margin-top: -22px !important; }
  .mt-xxsss-n23 {
    margin-top: -23px !important; }
  .mt-xxsss-n25 {
    margin-top: -25px !important; }
  .mt-xxsss-n30 {
    margin-top: -30px !important; }
  .mt-xxsss-n35 {
    margin-top: -35px !important; }
  .mt-xxsss-n40 {
    margin-top: -40px !important; }
  .mt-xxsss-n45 {
    margin-top: -45px !important; }
  .mt-xxsss-n50 {
    margin-top: -50px !important; }
  .mt-xxsss-n60 {
    margin-top: -60px !important; }
  .mt-xxsss-n70 {
    margin-top: -70px !important; }
  .mt-xxsss-n75 {
    margin-top: -75px !important; }
  .mt-xxsss-n80 {
    margin-top: -80px !important; }
  .mt-xxsss-n100 {
    margin-top: -100px !important; }
  .mt-xxsss-n120 {
    margin-top: -120px !important; }
  .mt-xxsss-n125 {
    margin-top: -125px !important; }
  .mt-xxsss-n150 {
    margin-top: -150px !important; }
  .me-xxsss-n2 {
    margin-right: -2px !important; }
  .me-xxsss-n4 {
    margin-right: -4px !important; }
  .me-xxsss-n5 {
    margin-right: -5px !important; }
  .me-xxsss-n6 {
    margin-right: -6px !important; }
  .me-xxsss-n7 {
    margin-right: -7px !important; }
  .me-xxsss-n8 {
    margin-right: -8px !important; }
  .me-xxsss-n10 {
    margin-right: -10px !important; }
  .me-xxsss-n12 {
    margin-right: -12px !important; }
  .me-xxsss-n15 {
    margin-right: -15px !important; }
  .me-xxsss-n16 {
    margin-right: -16px !important; }
  .me-xxsss-n17 {
    margin-right: -17px !important; }
  .me-xxsss-n20 {
    margin-right: -20px !important; }
  .me-xxsss-n22 {
    margin-right: -22px !important; }
  .me-xxsss-n23 {
    margin-right: -23px !important; }
  .me-xxsss-n25 {
    margin-right: -25px !important; }
  .me-xxsss-n30 {
    margin-right: -30px !important; }
  .me-xxsss-n35 {
    margin-right: -35px !important; }
  .me-xxsss-n40 {
    margin-right: -40px !important; }
  .me-xxsss-n45 {
    margin-right: -45px !important; }
  .me-xxsss-n50 {
    margin-right: -50px !important; }
  .me-xxsss-n60 {
    margin-right: -60px !important; }
  .me-xxsss-n70 {
    margin-right: -70px !important; }
  .me-xxsss-n75 {
    margin-right: -75px !important; }
  .me-xxsss-n80 {
    margin-right: -80px !important; }
  .me-xxsss-n100 {
    margin-right: -100px !important; }
  .me-xxsss-n120 {
    margin-right: -120px !important; }
  .me-xxsss-n125 {
    margin-right: -125px !important; }
  .me-xxsss-n150 {
    margin-right: -150px !important; }
  .mb-xxsss-n2 {
    margin-bottom: -2px !important; }
  .mb-xxsss-n4 {
    margin-bottom: -4px !important; }
  .mb-xxsss-n5 {
    margin-bottom: -5px !important; }
  .mb-xxsss-n6 {
    margin-bottom: -6px !important; }
  .mb-xxsss-n7 {
    margin-bottom: -7px !important; }
  .mb-xxsss-n8 {
    margin-bottom: -8px !important; }
  .mb-xxsss-n10 {
    margin-bottom: -10px !important; }
  .mb-xxsss-n12 {
    margin-bottom: -12px !important; }
  .mb-xxsss-n15 {
    margin-bottom: -15px !important; }
  .mb-xxsss-n16 {
    margin-bottom: -16px !important; }
  .mb-xxsss-n17 {
    margin-bottom: -17px !important; }
  .mb-xxsss-n20 {
    margin-bottom: -20px !important; }
  .mb-xxsss-n22 {
    margin-bottom: -22px !important; }
  .mb-xxsss-n23 {
    margin-bottom: -23px !important; }
  .mb-xxsss-n25 {
    margin-bottom: -25px !important; }
  .mb-xxsss-n30 {
    margin-bottom: -30px !important; }
  .mb-xxsss-n35 {
    margin-bottom: -35px !important; }
  .mb-xxsss-n40 {
    margin-bottom: -40px !important; }
  .mb-xxsss-n45 {
    margin-bottom: -45px !important; }
  .mb-xxsss-n50 {
    margin-bottom: -50px !important; }
  .mb-xxsss-n60 {
    margin-bottom: -60px !important; }
  .mb-xxsss-n70 {
    margin-bottom: -70px !important; }
  .mb-xxsss-n75 {
    margin-bottom: -75px !important; }
  .mb-xxsss-n80 {
    margin-bottom: -80px !important; }
  .mb-xxsss-n100 {
    margin-bottom: -100px !important; }
  .mb-xxsss-n120 {
    margin-bottom: -120px !important; }
  .mb-xxsss-n125 {
    margin-bottom: -125px !important; }
  .mb-xxsss-n150 {
    margin-bottom: -150px !important; }
  .ms-xxsss-n2 {
    margin-left: -2px !important; }
  .ms-xxsss-n4 {
    margin-left: -4px !important; }
  .ms-xxsss-n5 {
    margin-left: -5px !important; }
  .ms-xxsss-n6 {
    margin-left: -6px !important; }
  .ms-xxsss-n7 {
    margin-left: -7px !important; }
  .ms-xxsss-n8 {
    margin-left: -8px !important; }
  .ms-xxsss-n10 {
    margin-left: -10px !important; }
  .ms-xxsss-n12 {
    margin-left: -12px !important; }
  .ms-xxsss-n15 {
    margin-left: -15px !important; }
  .ms-xxsss-n16 {
    margin-left: -16px !important; }
  .ms-xxsss-n17 {
    margin-left: -17px !important; }
  .ms-xxsss-n20 {
    margin-left: -20px !important; }
  .ms-xxsss-n22 {
    margin-left: -22px !important; }
  .ms-xxsss-n23 {
    margin-left: -23px !important; }
  .ms-xxsss-n25 {
    margin-left: -25px !important; }
  .ms-xxsss-n30 {
    margin-left: -30px !important; }
  .ms-xxsss-n35 {
    margin-left: -35px !important; }
  .ms-xxsss-n40 {
    margin-left: -40px !important; }
  .ms-xxsss-n45 {
    margin-left: -45px !important; }
  .ms-xxsss-n50 {
    margin-left: -50px !important; }
  .ms-xxsss-n60 {
    margin-left: -60px !important; }
  .ms-xxsss-n70 {
    margin-left: -70px !important; }
  .ms-xxsss-n75 {
    margin-left: -75px !important; }
  .ms-xxsss-n80 {
    margin-left: -80px !important; }
  .ms-xxsss-n100 {
    margin-left: -100px !important; }
  .ms-xxsss-n120 {
    margin-left: -120px !important; }
  .ms-xxsss-n125 {
    margin-left: -125px !important; }
  .ms-xxsss-n150 {
    margin-left: -150px !important; }
  .p-xxsss-0 {
    padding: 0 !important; }
  .p-xxsss-2 {
    padding: 2px !important; }
  .p-xxsss-4 {
    padding: 4px !important; }
  .p-xxsss-5 {
    padding: 5px !important; }
  .p-xxsss-6 {
    padding: 6px !important; }
  .p-xxsss-7 {
    padding: 7px !important; }
  .p-xxsss-8 {
    padding: 8px !important; }
  .p-xxsss-10 {
    padding: 10px !important; }
  .p-xxsss-12 {
    padding: 12px !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-80 {
    padding: 80px !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-2 {
    padding-right: 2px !important;
    padding-left: 2px !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-6 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  .px-xxsss-7 {
    padding-right: 7px !important;
    padding-left: 7px !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-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-80 {
    padding-right: 80px !important;
    padding-left: 80px !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-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !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-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .py-xxsss-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !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-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-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !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-2 {
    padding-top: 2px !important; }
  .pt-xxsss-4 {
    padding-top: 4px !important; }
  .pt-xxsss-5 {
    padding-top: 5px !important; }
  .pt-xxsss-6 {
    padding-top: 6px !important; }
  .pt-xxsss-7 {
    padding-top: 7px !important; }
  .pt-xxsss-8 {
    padding-top: 8px !important; }
  .pt-xxsss-10 {
    padding-top: 10px !important; }
  .pt-xxsss-12 {
    padding-top: 12px !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-80 {
    padding-top: 80px !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-2 {
    padding-right: 2px !important; }
  .pe-xxsss-4 {
    padding-right: 4px !important; }
  .pe-xxsss-5 {
    padding-right: 5px !important; }
  .pe-xxsss-6 {
    padding-right: 6px !important; }
  .pe-xxsss-7 {
    padding-right: 7px !important; }
  .pe-xxsss-8 {
    padding-right: 8px !important; }
  .pe-xxsss-10 {
    padding-right: 10px !important; }
  .pe-xxsss-12 {
    padding-right: 12px !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-80 {
    padding-right: 80px !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-2 {
    padding-bottom: 2px !important; }
  .pb-xxsss-4 {
    padding-bottom: 4px !important; }
  .pb-xxsss-5 {
    padding-bottom: 5px !important; }
  .pb-xxsss-6 {
    padding-bottom: 6px !important; }
  .pb-xxsss-7 {
    padding-bottom: 7px !important; }
  .pb-xxsss-8 {
    padding-bottom: 8px !important; }
  .pb-xxsss-10 {
    padding-bottom: 10px !important; }
  .pb-xxsss-12 {
    padding-bottom: 12px !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-80 {
    padding-bottom: 80px !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-2 {
    padding-left: 2px !important; }
  .ps-xxsss-4 {
    padding-left: 4px !important; }
  .ps-xxsss-5 {
    padding-left: 5px !important; }
  .ps-xxsss-6 {
    padding-left: 6px !important; }
  .ps-xxsss-7 {
    padding-left: 7px !important; }
  .ps-xxsss-8 {
    padding-left: 8px !important; }
  .ps-xxsss-10 {
    padding-left: 10px !important; }
  .ps-xxsss-12 {
    padding-left: 12px !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-80 {
    padding-left: 80px !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-2 {
    gap: 2px !important; }
  .gap-xxss-4 {
    gap: 4px !important; }
  .gap-xxss-5 {
    gap: 5px !important; }
  .gap-xxss-6 {
    gap: 6px !important; }
  .gap-xxss-7 {
    gap: 7px !important; }
  .gap-xxss-8 {
    gap: 8px !important; }
  .gap-xxss-10 {
    gap: 10px !important; }
  .gap-xxss-12 {
    gap: 12px !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-80 {
    gap: 80px !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-2 {
    margin: 2px !important; }
  .m-xxss-4 {
    margin: 4px !important; }
  .m-xxss-5 {
    margin: 5px !important; }
  .m-xxss-6 {
    margin: 6px !important; }
  .m-xxss-7 {
    margin: 7px !important; }
  .m-xxss-8 {
    margin: 8px !important; }
  .m-xxss-10 {
    margin: 10px !important; }
  .m-xxss-12 {
    margin: 12px !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-80 {
    margin: 80px !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-2 {
    margin-right: 2px !important;
    margin-left: 2px !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-6 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  .mx-xxss-7 {
    margin-right: 7px !important;
    margin-left: 7px !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-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-80 {
    margin-right: 80px !important;
    margin-left: 80px !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-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !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-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .my-xxss-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !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-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-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !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-2 {
    margin-top: 2px !important; }
  .mt-xxss-4 {
    margin-top: 4px !important; }
  .mt-xxss-5 {
    margin-top: 5px !important; }
  .mt-xxss-6 {
    margin-top: 6px !important; }
  .mt-xxss-7 {
    margin-top: 7px !important; }
  .mt-xxss-8 {
    margin-top: 8px !important; }
  .mt-xxss-10 {
    margin-top: 10px !important; }
  .mt-xxss-12 {
    margin-top: 12px !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-80 {
    margin-top: 80px !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-2 {
    margin-right: 2px !important; }
  .me-xxss-4 {
    margin-right: 4px !important; }
  .me-xxss-5 {
    margin-right: 5px !important; }
  .me-xxss-6 {
    margin-right: 6px !important; }
  .me-xxss-7 {
    margin-right: 7px !important; }
  .me-xxss-8 {
    margin-right: 8px !important; }
  .me-xxss-10 {
    margin-right: 10px !important; }
  .me-xxss-12 {
    margin-right: 12px !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-80 {
    margin-right: 80px !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-2 {
    margin-bottom: 2px !important; }
  .mb-xxss-4 {
    margin-bottom: 4px !important; }
  .mb-xxss-5 {
    margin-bottom: 5px !important; }
  .mb-xxss-6 {
    margin-bottom: 6px !important; }
  .mb-xxss-7 {
    margin-bottom: 7px !important; }
  .mb-xxss-8 {
    margin-bottom: 8px !important; }
  .mb-xxss-10 {
    margin-bottom: 10px !important; }
  .mb-xxss-12 {
    margin-bottom: 12px !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-80 {
    margin-bottom: 80px !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-2 {
    margin-left: 2px !important; }
  .ms-xxss-4 {
    margin-left: 4px !important; }
  .ms-xxss-5 {
    margin-left: 5px !important; }
  .ms-xxss-6 {
    margin-left: 6px !important; }
  .ms-xxss-7 {
    margin-left: 7px !important; }
  .ms-xxss-8 {
    margin-left: 8px !important; }
  .ms-xxss-10 {
    margin-left: 10px !important; }
  .ms-xxss-12 {
    margin-left: 12px !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-80 {
    margin-left: 80px !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; }
  .m-xxss-n2 {
    margin: -2px !important; }
  .m-xxss-n4 {
    margin: -4px !important; }
  .m-xxss-n5 {
    margin: -5px !important; }
  .m-xxss-n6 {
    margin: -6px !important; }
  .m-xxss-n7 {
    margin: -7px !important; }
  .m-xxss-n8 {
    margin: -8px !important; }
  .m-xxss-n10 {
    margin: -10px !important; }
  .m-xxss-n12 {
    margin: -12px !important; }
  .m-xxss-n15 {
    margin: -15px !important; }
  .m-xxss-n16 {
    margin: -16px !important; }
  .m-xxss-n17 {
    margin: -17px !important; }
  .m-xxss-n20 {
    margin: -20px !important; }
  .m-xxss-n22 {
    margin: -22px !important; }
  .m-xxss-n23 {
    margin: -23px !important; }
  .m-xxss-n25 {
    margin: -25px !important; }
  .m-xxss-n30 {
    margin: -30px !important; }
  .m-xxss-n35 {
    margin: -35px !important; }
  .m-xxss-n40 {
    margin: -40px !important; }
  .m-xxss-n45 {
    margin: -45px !important; }
  .m-xxss-n50 {
    margin: -50px !important; }
  .m-xxss-n60 {
    margin: -60px !important; }
  .m-xxss-n70 {
    margin: -70px !important; }
  .m-xxss-n75 {
    margin: -75px !important; }
  .m-xxss-n80 {
    margin: -80px !important; }
  .m-xxss-n100 {
    margin: -100px !important; }
  .m-xxss-n120 {
    margin: -120px !important; }
  .m-xxss-n125 {
    margin: -125px !important; }
  .m-xxss-n150 {
    margin: -150px !important; }
  .mx-xxss-n2 {
    margin-right: -2px !important;
    margin-left: -2px !important; }
  .mx-xxss-n4 {
    margin-right: -4px !important;
    margin-left: -4px !important; }
  .mx-xxss-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .mx-xxss-n6 {
    margin-right: -6px !important;
    margin-left: -6px !important; }
  .mx-xxss-n7 {
    margin-right: -7px !important;
    margin-left: -7px !important; }
  .mx-xxss-n8 {
    margin-right: -8px !important;
    margin-left: -8px !important; }
  .mx-xxss-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-xxss-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important; }
  .mx-xxss-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .mx-xxss-n16 {
    margin-right: -16px !important;
    margin-left: -16px !important; }
  .mx-xxss-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important; }
  .mx-xxss-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-xxss-n22 {
    margin-right: -22px !important;
    margin-left: -22px !important; }
  .mx-xxss-n23 {
    margin-right: -23px !important;
    margin-left: -23px !important; }
  .mx-xxss-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .mx-xxss-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-xxss-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .mx-xxss-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-xxss-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .mx-xxss-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-xxss-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-xxss-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-xxss-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .mx-xxss-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-xxss-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-xxss-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-xxss-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .mx-xxss-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-xxss-n2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; }
  .my-xxss-n4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; }
  .my-xxss-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .my-xxss-n6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important; }
  .my-xxss-n7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important; }
  .my-xxss-n8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; }
  .my-xxss-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-xxss-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; }
  .my-xxss-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .my-xxss-n16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; }
  .my-xxss-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important; }
  .my-xxss-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-xxss-n22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important; }
  .my-xxss-n23 {
    margin-top: -23px !important;
    margin-bottom: -23px !important; }
  .my-xxss-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .my-xxss-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-xxss-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .my-xxss-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-xxss-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .my-xxss-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-xxss-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-xxss-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-xxss-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .my-xxss-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-xxss-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-xxss-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-xxss-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .my-xxss-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mt-xxss-n2 {
    margin-top: -2px !important; }
  .mt-xxss-n4 {
    margin-top: -4px !important; }
  .mt-xxss-n5 {
    margin-top: -5px !important; }
  .mt-xxss-n6 {
    margin-top: -6px !important; }
  .mt-xxss-n7 {
    margin-top: -7px !important; }
  .mt-xxss-n8 {
    margin-top: -8px !important; }
  .mt-xxss-n10 {
    margin-top: -10px !important; }
  .mt-xxss-n12 {
    margin-top: -12px !important; }
  .mt-xxss-n15 {
    margin-top: -15px !important; }
  .mt-xxss-n16 {
    margin-top: -16px !important; }
  .mt-xxss-n17 {
    margin-top: -17px !important; }
  .mt-xxss-n20 {
    margin-top: -20px !important; }
  .mt-xxss-n22 {
    margin-top: -22px !important; }
  .mt-xxss-n23 {
    margin-top: -23px !important; }
  .mt-xxss-n25 {
    margin-top: -25px !important; }
  .mt-xxss-n30 {
    margin-top: -30px !important; }
  .mt-xxss-n35 {
    margin-top: -35px !important; }
  .mt-xxss-n40 {
    margin-top: -40px !important; }
  .mt-xxss-n45 {
    margin-top: -45px !important; }
  .mt-xxss-n50 {
    margin-top: -50px !important; }
  .mt-xxss-n60 {
    margin-top: -60px !important; }
  .mt-xxss-n70 {
    margin-top: -70px !important; }
  .mt-xxss-n75 {
    margin-top: -75px !important; }
  .mt-xxss-n80 {
    margin-top: -80px !important; }
  .mt-xxss-n100 {
    margin-top: -100px !important; }
  .mt-xxss-n120 {
    margin-top: -120px !important; }
  .mt-xxss-n125 {
    margin-top: -125px !important; }
  .mt-xxss-n150 {
    margin-top: -150px !important; }
  .me-xxss-n2 {
    margin-right: -2px !important; }
  .me-xxss-n4 {
    margin-right: -4px !important; }
  .me-xxss-n5 {
    margin-right: -5px !important; }
  .me-xxss-n6 {
    margin-right: -6px !important; }
  .me-xxss-n7 {
    margin-right: -7px !important; }
  .me-xxss-n8 {
    margin-right: -8px !important; }
  .me-xxss-n10 {
    margin-right: -10px !important; }
  .me-xxss-n12 {
    margin-right: -12px !important; }
  .me-xxss-n15 {
    margin-right: -15px !important; }
  .me-xxss-n16 {
    margin-right: -16px !important; }
  .me-xxss-n17 {
    margin-right: -17px !important; }
  .me-xxss-n20 {
    margin-right: -20px !important; }
  .me-xxss-n22 {
    margin-right: -22px !important; }
  .me-xxss-n23 {
    margin-right: -23px !important; }
  .me-xxss-n25 {
    margin-right: -25px !important; }
  .me-xxss-n30 {
    margin-right: -30px !important; }
  .me-xxss-n35 {
    margin-right: -35px !important; }
  .me-xxss-n40 {
    margin-right: -40px !important; }
  .me-xxss-n45 {
    margin-right: -45px !important; }
  .me-xxss-n50 {
    margin-right: -50px !important; }
  .me-xxss-n60 {
    margin-right: -60px !important; }
  .me-xxss-n70 {
    margin-right: -70px !important; }
  .me-xxss-n75 {
    margin-right: -75px !important; }
  .me-xxss-n80 {
    margin-right: -80px !important; }
  .me-xxss-n100 {
    margin-right: -100px !important; }
  .me-xxss-n120 {
    margin-right: -120px !important; }
  .me-xxss-n125 {
    margin-right: -125px !important; }
  .me-xxss-n150 {
    margin-right: -150px !important; }
  .mb-xxss-n2 {
    margin-bottom: -2px !important; }
  .mb-xxss-n4 {
    margin-bottom: -4px !important; }
  .mb-xxss-n5 {
    margin-bottom: -5px !important; }
  .mb-xxss-n6 {
    margin-bottom: -6px !important; }
  .mb-xxss-n7 {
    margin-bottom: -7px !important; }
  .mb-xxss-n8 {
    margin-bottom: -8px !important; }
  .mb-xxss-n10 {
    margin-bottom: -10px !important; }
  .mb-xxss-n12 {
    margin-bottom: -12px !important; }
  .mb-xxss-n15 {
    margin-bottom: -15px !important; }
  .mb-xxss-n16 {
    margin-bottom: -16px !important; }
  .mb-xxss-n17 {
    margin-bottom: -17px !important; }
  .mb-xxss-n20 {
    margin-bottom: -20px !important; }
  .mb-xxss-n22 {
    margin-bottom: -22px !important; }
  .mb-xxss-n23 {
    margin-bottom: -23px !important; }
  .mb-xxss-n25 {
    margin-bottom: -25px !important; }
  .mb-xxss-n30 {
    margin-bottom: -30px !important; }
  .mb-xxss-n35 {
    margin-bottom: -35px !important; }
  .mb-xxss-n40 {
    margin-bottom: -40px !important; }
  .mb-xxss-n45 {
    margin-bottom: -45px !important; }
  .mb-xxss-n50 {
    margin-bottom: -50px !important; }
  .mb-xxss-n60 {
    margin-bottom: -60px !important; }
  .mb-xxss-n70 {
    margin-bottom: -70px !important; }
  .mb-xxss-n75 {
    margin-bottom: -75px !important; }
  .mb-xxss-n80 {
    margin-bottom: -80px !important; }
  .mb-xxss-n100 {
    margin-bottom: -100px !important; }
  .mb-xxss-n120 {
    margin-bottom: -120px !important; }
  .mb-xxss-n125 {
    margin-bottom: -125px !important; }
  .mb-xxss-n150 {
    margin-bottom: -150px !important; }
  .ms-xxss-n2 {
    margin-left: -2px !important; }
  .ms-xxss-n4 {
    margin-left: -4px !important; }
  .ms-xxss-n5 {
    margin-left: -5px !important; }
  .ms-xxss-n6 {
    margin-left: -6px !important; }
  .ms-xxss-n7 {
    margin-left: -7px !important; }
  .ms-xxss-n8 {
    margin-left: -8px !important; }
  .ms-xxss-n10 {
    margin-left: -10px !important; }
  .ms-xxss-n12 {
    margin-left: -12px !important; }
  .ms-xxss-n15 {
    margin-left: -15px !important; }
  .ms-xxss-n16 {
    margin-left: -16px !important; }
  .ms-xxss-n17 {
    margin-left: -17px !important; }
  .ms-xxss-n20 {
    margin-left: -20px !important; }
  .ms-xxss-n22 {
    margin-left: -22px !important; }
  .ms-xxss-n23 {
    margin-left: -23px !important; }
  .ms-xxss-n25 {
    margin-left: -25px !important; }
  .ms-xxss-n30 {
    margin-left: -30px !important; }
  .ms-xxss-n35 {
    margin-left: -35px !important; }
  .ms-xxss-n40 {
    margin-left: -40px !important; }
  .ms-xxss-n45 {
    margin-left: -45px !important; }
  .ms-xxss-n50 {
    margin-left: -50px !important; }
  .ms-xxss-n60 {
    margin-left: -60px !important; }
  .ms-xxss-n70 {
    margin-left: -70px !important; }
  .ms-xxss-n75 {
    margin-left: -75px !important; }
  .ms-xxss-n80 {
    margin-left: -80px !important; }
  .ms-xxss-n100 {
    margin-left: -100px !important; }
  .ms-xxss-n120 {
    margin-left: -120px !important; }
  .ms-xxss-n125 {
    margin-left: -125px !important; }
  .ms-xxss-n150 {
    margin-left: -150px !important; }
  .p-xxss-0 {
    padding: 0 !important; }
  .p-xxss-2 {
    padding: 2px !important; }
  .p-xxss-4 {
    padding: 4px !important; }
  .p-xxss-5 {
    padding: 5px !important; }
  .p-xxss-6 {
    padding: 6px !important; }
  .p-xxss-7 {
    padding: 7px !important; }
  .p-xxss-8 {
    padding: 8px !important; }
  .p-xxss-10 {
    padding: 10px !important; }
  .p-xxss-12 {
    padding: 12px !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-80 {
    padding: 80px !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-2 {
    padding-right: 2px !important;
    padding-left: 2px !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-6 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  .px-xxss-7 {
    padding-right: 7px !important;
    padding-left: 7px !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-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-80 {
    padding-right: 80px !important;
    padding-left: 80px !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-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !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-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .py-xxss-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !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-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-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !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-2 {
    padding-top: 2px !important; }
  .pt-xxss-4 {
    padding-top: 4px !important; }
  .pt-xxss-5 {
    padding-top: 5px !important; }
  .pt-xxss-6 {
    padding-top: 6px !important; }
  .pt-xxss-7 {
    padding-top: 7px !important; }
  .pt-xxss-8 {
    padding-top: 8px !important; }
  .pt-xxss-10 {
    padding-top: 10px !important; }
  .pt-xxss-12 {
    padding-top: 12px !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-80 {
    padding-top: 80px !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-2 {
    padding-right: 2px !important; }
  .pe-xxss-4 {
    padding-right: 4px !important; }
  .pe-xxss-5 {
    padding-right: 5px !important; }
  .pe-xxss-6 {
    padding-right: 6px !important; }
  .pe-xxss-7 {
    padding-right: 7px !important; }
  .pe-xxss-8 {
    padding-right: 8px !important; }
  .pe-xxss-10 {
    padding-right: 10px !important; }
  .pe-xxss-12 {
    padding-right: 12px !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-80 {
    padding-right: 80px !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-2 {
    padding-bottom: 2px !important; }
  .pb-xxss-4 {
    padding-bottom: 4px !important; }
  .pb-xxss-5 {
    padding-bottom: 5px !important; }
  .pb-xxss-6 {
    padding-bottom: 6px !important; }
  .pb-xxss-7 {
    padding-bottom: 7px !important; }
  .pb-xxss-8 {
    padding-bottom: 8px !important; }
  .pb-xxss-10 {
    padding-bottom: 10px !important; }
  .pb-xxss-12 {
    padding-bottom: 12px !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-80 {
    padding-bottom: 80px !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-2 {
    padding-left: 2px !important; }
  .ps-xxss-4 {
    padding-left: 4px !important; }
  .ps-xxss-5 {
    padding-left: 5px !important; }
  .ps-xxss-6 {
    padding-left: 6px !important; }
  .ps-xxss-7 {
    padding-left: 7px !important; }
  .ps-xxss-8 {
    padding-left: 8px !important; }
  .ps-xxss-10 {
    padding-left: 10px !important; }
  .ps-xxss-12 {
    padding-left: 12px !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-80 {
    padding-left: 80px !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-2 {
    gap: 2px !important; }
  .gap-xss-4 {
    gap: 4px !important; }
  .gap-xss-5 {
    gap: 5px !important; }
  .gap-xss-6 {
    gap: 6px !important; }
  .gap-xss-7 {
    gap: 7px !important; }
  .gap-xss-8 {
    gap: 8px !important; }
  .gap-xss-10 {
    gap: 10px !important; }
  .gap-xss-12 {
    gap: 12px !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-80 {
    gap: 80px !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-2 {
    margin: 2px !important; }
  .m-xss-4 {
    margin: 4px !important; }
  .m-xss-5 {
    margin: 5px !important; }
  .m-xss-6 {
    margin: 6px !important; }
  .m-xss-7 {
    margin: 7px !important; }
  .m-xss-8 {
    margin: 8px !important; }
  .m-xss-10 {
    margin: 10px !important; }
  .m-xss-12 {
    margin: 12px !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-80 {
    margin: 80px !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-2 {
    margin-right: 2px !important;
    margin-left: 2px !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-6 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  .mx-xss-7 {
    margin-right: 7px !important;
    margin-left: 7px !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-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-80 {
    margin-right: 80px !important;
    margin-left: 80px !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-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !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-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .my-xss-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !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-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-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !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-2 {
    margin-top: 2px !important; }
  .mt-xss-4 {
    margin-top: 4px !important; }
  .mt-xss-5 {
    margin-top: 5px !important; }
  .mt-xss-6 {
    margin-top: 6px !important; }
  .mt-xss-7 {
    margin-top: 7px !important; }
  .mt-xss-8 {
    margin-top: 8px !important; }
  .mt-xss-10 {
    margin-top: 10px !important; }
  .mt-xss-12 {
    margin-top: 12px !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-80 {
    margin-top: 80px !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-2 {
    margin-right: 2px !important; }
  .me-xss-4 {
    margin-right: 4px !important; }
  .me-xss-5 {
    margin-right: 5px !important; }
  .me-xss-6 {
    margin-right: 6px !important; }
  .me-xss-7 {
    margin-right: 7px !important; }
  .me-xss-8 {
    margin-right: 8px !important; }
  .me-xss-10 {
    margin-right: 10px !important; }
  .me-xss-12 {
    margin-right: 12px !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-80 {
    margin-right: 80px !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-2 {
    margin-bottom: 2px !important; }
  .mb-xss-4 {
    margin-bottom: 4px !important; }
  .mb-xss-5 {
    margin-bottom: 5px !important; }
  .mb-xss-6 {
    margin-bottom: 6px !important; }
  .mb-xss-7 {
    margin-bottom: 7px !important; }
  .mb-xss-8 {
    margin-bottom: 8px !important; }
  .mb-xss-10 {
    margin-bottom: 10px !important; }
  .mb-xss-12 {
    margin-bottom: 12px !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-80 {
    margin-bottom: 80px !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-2 {
    margin-left: 2px !important; }
  .ms-xss-4 {
    margin-left: 4px !important; }
  .ms-xss-5 {
    margin-left: 5px !important; }
  .ms-xss-6 {
    margin-left: 6px !important; }
  .ms-xss-7 {
    margin-left: 7px !important; }
  .ms-xss-8 {
    margin-left: 8px !important; }
  .ms-xss-10 {
    margin-left: 10px !important; }
  .ms-xss-12 {
    margin-left: 12px !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-80 {
    margin-left: 80px !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; }
  .m-xss-n2 {
    margin: -2px !important; }
  .m-xss-n4 {
    margin: -4px !important; }
  .m-xss-n5 {
    margin: -5px !important; }
  .m-xss-n6 {
    margin: -6px !important; }
  .m-xss-n7 {
    margin: -7px !important; }
  .m-xss-n8 {
    margin: -8px !important; }
  .m-xss-n10 {
    margin: -10px !important; }
  .m-xss-n12 {
    margin: -12px !important; }
  .m-xss-n15 {
    margin: -15px !important; }
  .m-xss-n16 {
    margin: -16px !important; }
  .m-xss-n17 {
    margin: -17px !important; }
  .m-xss-n20 {
    margin: -20px !important; }
  .m-xss-n22 {
    margin: -22px !important; }
  .m-xss-n23 {
    margin: -23px !important; }
  .m-xss-n25 {
    margin: -25px !important; }
  .m-xss-n30 {
    margin: -30px !important; }
  .m-xss-n35 {
    margin: -35px !important; }
  .m-xss-n40 {
    margin: -40px !important; }
  .m-xss-n45 {
    margin: -45px !important; }
  .m-xss-n50 {
    margin: -50px !important; }
  .m-xss-n60 {
    margin: -60px !important; }
  .m-xss-n70 {
    margin: -70px !important; }
  .m-xss-n75 {
    margin: -75px !important; }
  .m-xss-n80 {
    margin: -80px !important; }
  .m-xss-n100 {
    margin: -100px !important; }
  .m-xss-n120 {
    margin: -120px !important; }
  .m-xss-n125 {
    margin: -125px !important; }
  .m-xss-n150 {
    margin: -150px !important; }
  .mx-xss-n2 {
    margin-right: -2px !important;
    margin-left: -2px !important; }
  .mx-xss-n4 {
    margin-right: -4px !important;
    margin-left: -4px !important; }
  .mx-xss-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .mx-xss-n6 {
    margin-right: -6px !important;
    margin-left: -6px !important; }
  .mx-xss-n7 {
    margin-right: -7px !important;
    margin-left: -7px !important; }
  .mx-xss-n8 {
    margin-right: -8px !important;
    margin-left: -8px !important; }
  .mx-xss-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-xss-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important; }
  .mx-xss-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .mx-xss-n16 {
    margin-right: -16px !important;
    margin-left: -16px !important; }
  .mx-xss-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important; }
  .mx-xss-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-xss-n22 {
    margin-right: -22px !important;
    margin-left: -22px !important; }
  .mx-xss-n23 {
    margin-right: -23px !important;
    margin-left: -23px !important; }
  .mx-xss-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .mx-xss-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-xss-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .mx-xss-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-xss-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .mx-xss-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-xss-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-xss-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-xss-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .mx-xss-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-xss-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-xss-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-xss-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .mx-xss-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-xss-n2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; }
  .my-xss-n4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; }
  .my-xss-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .my-xss-n6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important; }
  .my-xss-n7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important; }
  .my-xss-n8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; }
  .my-xss-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-xss-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; }
  .my-xss-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .my-xss-n16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; }
  .my-xss-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important; }
  .my-xss-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-xss-n22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important; }
  .my-xss-n23 {
    margin-top: -23px !important;
    margin-bottom: -23px !important; }
  .my-xss-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .my-xss-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-xss-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .my-xss-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-xss-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .my-xss-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-xss-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-xss-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-xss-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .my-xss-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-xss-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-xss-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-xss-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .my-xss-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mt-xss-n2 {
    margin-top: -2px !important; }
  .mt-xss-n4 {
    margin-top: -4px !important; }
  .mt-xss-n5 {
    margin-top: -5px !important; }
  .mt-xss-n6 {
    margin-top: -6px !important; }
  .mt-xss-n7 {
    margin-top: -7px !important; }
  .mt-xss-n8 {
    margin-top: -8px !important; }
  .mt-xss-n10 {
    margin-top: -10px !important; }
  .mt-xss-n12 {
    margin-top: -12px !important; }
  .mt-xss-n15 {
    margin-top: -15px !important; }
  .mt-xss-n16 {
    margin-top: -16px !important; }
  .mt-xss-n17 {
    margin-top: -17px !important; }
  .mt-xss-n20 {
    margin-top: -20px !important; }
  .mt-xss-n22 {
    margin-top: -22px !important; }
  .mt-xss-n23 {
    margin-top: -23px !important; }
  .mt-xss-n25 {
    margin-top: -25px !important; }
  .mt-xss-n30 {
    margin-top: -30px !important; }
  .mt-xss-n35 {
    margin-top: -35px !important; }
  .mt-xss-n40 {
    margin-top: -40px !important; }
  .mt-xss-n45 {
    margin-top: -45px !important; }
  .mt-xss-n50 {
    margin-top: -50px !important; }
  .mt-xss-n60 {
    margin-top: -60px !important; }
  .mt-xss-n70 {
    margin-top: -70px !important; }
  .mt-xss-n75 {
    margin-top: -75px !important; }
  .mt-xss-n80 {
    margin-top: -80px !important; }
  .mt-xss-n100 {
    margin-top: -100px !important; }
  .mt-xss-n120 {
    margin-top: -120px !important; }
  .mt-xss-n125 {
    margin-top: -125px !important; }
  .mt-xss-n150 {
    margin-top: -150px !important; }
  .me-xss-n2 {
    margin-right: -2px !important; }
  .me-xss-n4 {
    margin-right: -4px !important; }
  .me-xss-n5 {
    margin-right: -5px !important; }
  .me-xss-n6 {
    margin-right: -6px !important; }
  .me-xss-n7 {
    margin-right: -7px !important; }
  .me-xss-n8 {
    margin-right: -8px !important; }
  .me-xss-n10 {
    margin-right: -10px !important; }
  .me-xss-n12 {
    margin-right: -12px !important; }
  .me-xss-n15 {
    margin-right: -15px !important; }
  .me-xss-n16 {
    margin-right: -16px !important; }
  .me-xss-n17 {
    margin-right: -17px !important; }
  .me-xss-n20 {
    margin-right: -20px !important; }
  .me-xss-n22 {
    margin-right: -22px !important; }
  .me-xss-n23 {
    margin-right: -23px !important; }
  .me-xss-n25 {
    margin-right: -25px !important; }
  .me-xss-n30 {
    margin-right: -30px !important; }
  .me-xss-n35 {
    margin-right: -35px !important; }
  .me-xss-n40 {
    margin-right: -40px !important; }
  .me-xss-n45 {
    margin-right: -45px !important; }
  .me-xss-n50 {
    margin-right: -50px !important; }
  .me-xss-n60 {
    margin-right: -60px !important; }
  .me-xss-n70 {
    margin-right: -70px !important; }
  .me-xss-n75 {
    margin-right: -75px !important; }
  .me-xss-n80 {
    margin-right: -80px !important; }
  .me-xss-n100 {
    margin-right: -100px !important; }
  .me-xss-n120 {
    margin-right: -120px !important; }
  .me-xss-n125 {
    margin-right: -125px !important; }
  .me-xss-n150 {
    margin-right: -150px !important; }
  .mb-xss-n2 {
    margin-bottom: -2px !important; }
  .mb-xss-n4 {
    margin-bottom: -4px !important; }
  .mb-xss-n5 {
    margin-bottom: -5px !important; }
  .mb-xss-n6 {
    margin-bottom: -6px !important; }
  .mb-xss-n7 {
    margin-bottom: -7px !important; }
  .mb-xss-n8 {
    margin-bottom: -8px !important; }
  .mb-xss-n10 {
    margin-bottom: -10px !important; }
  .mb-xss-n12 {
    margin-bottom: -12px !important; }
  .mb-xss-n15 {
    margin-bottom: -15px !important; }
  .mb-xss-n16 {
    margin-bottom: -16px !important; }
  .mb-xss-n17 {
    margin-bottom: -17px !important; }
  .mb-xss-n20 {
    margin-bottom: -20px !important; }
  .mb-xss-n22 {
    margin-bottom: -22px !important; }
  .mb-xss-n23 {
    margin-bottom: -23px !important; }
  .mb-xss-n25 {
    margin-bottom: -25px !important; }
  .mb-xss-n30 {
    margin-bottom: -30px !important; }
  .mb-xss-n35 {
    margin-bottom: -35px !important; }
  .mb-xss-n40 {
    margin-bottom: -40px !important; }
  .mb-xss-n45 {
    margin-bottom: -45px !important; }
  .mb-xss-n50 {
    margin-bottom: -50px !important; }
  .mb-xss-n60 {
    margin-bottom: -60px !important; }
  .mb-xss-n70 {
    margin-bottom: -70px !important; }
  .mb-xss-n75 {
    margin-bottom: -75px !important; }
  .mb-xss-n80 {
    margin-bottom: -80px !important; }
  .mb-xss-n100 {
    margin-bottom: -100px !important; }
  .mb-xss-n120 {
    margin-bottom: -120px !important; }
  .mb-xss-n125 {
    margin-bottom: -125px !important; }
  .mb-xss-n150 {
    margin-bottom: -150px !important; }
  .ms-xss-n2 {
    margin-left: -2px !important; }
  .ms-xss-n4 {
    margin-left: -4px !important; }
  .ms-xss-n5 {
    margin-left: -5px !important; }
  .ms-xss-n6 {
    margin-left: -6px !important; }
  .ms-xss-n7 {
    margin-left: -7px !important; }
  .ms-xss-n8 {
    margin-left: -8px !important; }
  .ms-xss-n10 {
    margin-left: -10px !important; }
  .ms-xss-n12 {
    margin-left: -12px !important; }
  .ms-xss-n15 {
    margin-left: -15px !important; }
  .ms-xss-n16 {
    margin-left: -16px !important; }
  .ms-xss-n17 {
    margin-left: -17px !important; }
  .ms-xss-n20 {
    margin-left: -20px !important; }
  .ms-xss-n22 {
    margin-left: -22px !important; }
  .ms-xss-n23 {
    margin-left: -23px !important; }
  .ms-xss-n25 {
    margin-left: -25px !important; }
  .ms-xss-n30 {
    margin-left: -30px !important; }
  .ms-xss-n35 {
    margin-left: -35px !important; }
  .ms-xss-n40 {
    margin-left: -40px !important; }
  .ms-xss-n45 {
    margin-left: -45px !important; }
  .ms-xss-n50 {
    margin-left: -50px !important; }
  .ms-xss-n60 {
    margin-left: -60px !important; }
  .ms-xss-n70 {
    margin-left: -70px !important; }
  .ms-xss-n75 {
    margin-left: -75px !important; }
  .ms-xss-n80 {
    margin-left: -80px !important; }
  .ms-xss-n100 {
    margin-left: -100px !important; }
  .ms-xss-n120 {
    margin-left: -120px !important; }
  .ms-xss-n125 {
    margin-left: -125px !important; }
  .ms-xss-n150 {
    margin-left: -150px !important; }
  .p-xss-0 {
    padding: 0 !important; }
  .p-xss-2 {
    padding: 2px !important; }
  .p-xss-4 {
    padding: 4px !important; }
  .p-xss-5 {
    padding: 5px !important; }
  .p-xss-6 {
    padding: 6px !important; }
  .p-xss-7 {
    padding: 7px !important; }
  .p-xss-8 {
    padding: 8px !important; }
  .p-xss-10 {
    padding: 10px !important; }
  .p-xss-12 {
    padding: 12px !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-80 {
    padding: 80px !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-2 {
    padding-right: 2px !important;
    padding-left: 2px !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-6 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  .px-xss-7 {
    padding-right: 7px !important;
    padding-left: 7px !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-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-80 {
    padding-right: 80px !important;
    padding-left: 80px !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-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !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-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .py-xss-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !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-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-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !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-2 {
    padding-top: 2px !important; }
  .pt-xss-4 {
    padding-top: 4px !important; }
  .pt-xss-5 {
    padding-top: 5px !important; }
  .pt-xss-6 {
    padding-top: 6px !important; }
  .pt-xss-7 {
    padding-top: 7px !important; }
  .pt-xss-8 {
    padding-top: 8px !important; }
  .pt-xss-10 {
    padding-top: 10px !important; }
  .pt-xss-12 {
    padding-top: 12px !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-80 {
    padding-top: 80px !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-2 {
    padding-right: 2px !important; }
  .pe-xss-4 {
    padding-right: 4px !important; }
  .pe-xss-5 {
    padding-right: 5px !important; }
  .pe-xss-6 {
    padding-right: 6px !important; }
  .pe-xss-7 {
    padding-right: 7px !important; }
  .pe-xss-8 {
    padding-right: 8px !important; }
  .pe-xss-10 {
    padding-right: 10px !important; }
  .pe-xss-12 {
    padding-right: 12px !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-80 {
    padding-right: 80px !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-2 {
    padding-bottom: 2px !important; }
  .pb-xss-4 {
    padding-bottom: 4px !important; }
  .pb-xss-5 {
    padding-bottom: 5px !important; }
  .pb-xss-6 {
    padding-bottom: 6px !important; }
  .pb-xss-7 {
    padding-bottom: 7px !important; }
  .pb-xss-8 {
    padding-bottom: 8px !important; }
  .pb-xss-10 {
    padding-bottom: 10px !important; }
  .pb-xss-12 {
    padding-bottom: 12px !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-80 {
    padding-bottom: 80px !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-2 {
    padding-left: 2px !important; }
  .ps-xss-4 {
    padding-left: 4px !important; }
  .ps-xss-5 {
    padding-left: 5px !important; }
  .ps-xss-6 {
    padding-left: 6px !important; }
  .ps-xss-7 {
    padding-left: 7px !important; }
  .ps-xss-8 {
    padding-left: 8px !important; }
  .ps-xss-10 {
    padding-left: 10px !important; }
  .ps-xss-12 {
    padding-left: 12px !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-80 {
    padding-left: 80px !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-2 {
    gap: 2px !important; }
  .gap-xs-4 {
    gap: 4px !important; }
  .gap-xs-5 {
    gap: 5px !important; }
  .gap-xs-6 {
    gap: 6px !important; }
  .gap-xs-7 {
    gap: 7px !important; }
  .gap-xs-8 {
    gap: 8px !important; }
  .gap-xs-10 {
    gap: 10px !important; }
  .gap-xs-12 {
    gap: 12px !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-80 {
    gap: 80px !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-2 {
    margin: 2px !important; }
  .m-xs-4 {
    margin: 4px !important; }
  .m-xs-5 {
    margin: 5px !important; }
  .m-xs-6 {
    margin: 6px !important; }
  .m-xs-7 {
    margin: 7px !important; }
  .m-xs-8 {
    margin: 8px !important; }
  .m-xs-10 {
    margin: 10px !important; }
  .m-xs-12 {
    margin: 12px !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-80 {
    margin: 80px !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-2 {
    margin-right: 2px !important;
    margin-left: 2px !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-6 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  .mx-xs-7 {
    margin-right: 7px !important;
    margin-left: 7px !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-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-80 {
    margin-right: 80px !important;
    margin-left: 80px !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-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !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-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .my-xs-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !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-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-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !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-2 {
    margin-top: 2px !important; }
  .mt-xs-4 {
    margin-top: 4px !important; }
  .mt-xs-5 {
    margin-top: 5px !important; }
  .mt-xs-6 {
    margin-top: 6px !important; }
  .mt-xs-7 {
    margin-top: 7px !important; }
  .mt-xs-8 {
    margin-top: 8px !important; }
  .mt-xs-10 {
    margin-top: 10px !important; }
  .mt-xs-12 {
    margin-top: 12px !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-80 {
    margin-top: 80px !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-2 {
    margin-right: 2px !important; }
  .me-xs-4 {
    margin-right: 4px !important; }
  .me-xs-5 {
    margin-right: 5px !important; }
  .me-xs-6 {
    margin-right: 6px !important; }
  .me-xs-7 {
    margin-right: 7px !important; }
  .me-xs-8 {
    margin-right: 8px !important; }
  .me-xs-10 {
    margin-right: 10px !important; }
  .me-xs-12 {
    margin-right: 12px !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-80 {
    margin-right: 80px !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-2 {
    margin-bottom: 2px !important; }
  .mb-xs-4 {
    margin-bottom: 4px !important; }
  .mb-xs-5 {
    margin-bottom: 5px !important; }
  .mb-xs-6 {
    margin-bottom: 6px !important; }
  .mb-xs-7 {
    margin-bottom: 7px !important; }
  .mb-xs-8 {
    margin-bottom: 8px !important; }
  .mb-xs-10 {
    margin-bottom: 10px !important; }
  .mb-xs-12 {
    margin-bottom: 12px !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-80 {
    margin-bottom: 80px !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-2 {
    margin-left: 2px !important; }
  .ms-xs-4 {
    margin-left: 4px !important; }
  .ms-xs-5 {
    margin-left: 5px !important; }
  .ms-xs-6 {
    margin-left: 6px !important; }
  .ms-xs-7 {
    margin-left: 7px !important; }
  .ms-xs-8 {
    margin-left: 8px !important; }
  .ms-xs-10 {
    margin-left: 10px !important; }
  .ms-xs-12 {
    margin-left: 12px !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-80 {
    margin-left: 80px !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; }
  .m-xs-n2 {
    margin: -2px !important; }
  .m-xs-n4 {
    margin: -4px !important; }
  .m-xs-n5 {
    margin: -5px !important; }
  .m-xs-n6 {
    margin: -6px !important; }
  .m-xs-n7 {
    margin: -7px !important; }
  .m-xs-n8 {
    margin: -8px !important; }
  .m-xs-n10 {
    margin: -10px !important; }
  .m-xs-n12 {
    margin: -12px !important; }
  .m-xs-n15 {
    margin: -15px !important; }
  .m-xs-n16 {
    margin: -16px !important; }
  .m-xs-n17 {
    margin: -17px !important; }
  .m-xs-n20 {
    margin: -20px !important; }
  .m-xs-n22 {
    margin: -22px !important; }
  .m-xs-n23 {
    margin: -23px !important; }
  .m-xs-n25 {
    margin: -25px !important; }
  .m-xs-n30 {
    margin: -30px !important; }
  .m-xs-n35 {
    margin: -35px !important; }
  .m-xs-n40 {
    margin: -40px !important; }
  .m-xs-n45 {
    margin: -45px !important; }
  .m-xs-n50 {
    margin: -50px !important; }
  .m-xs-n60 {
    margin: -60px !important; }
  .m-xs-n70 {
    margin: -70px !important; }
  .m-xs-n75 {
    margin: -75px !important; }
  .m-xs-n80 {
    margin: -80px !important; }
  .m-xs-n100 {
    margin: -100px !important; }
  .m-xs-n120 {
    margin: -120px !important; }
  .m-xs-n125 {
    margin: -125px !important; }
  .m-xs-n150 {
    margin: -150px !important; }
  .mx-xs-n2 {
    margin-right: -2px !important;
    margin-left: -2px !important; }
  .mx-xs-n4 {
    margin-right: -4px !important;
    margin-left: -4px !important; }
  .mx-xs-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .mx-xs-n6 {
    margin-right: -6px !important;
    margin-left: -6px !important; }
  .mx-xs-n7 {
    margin-right: -7px !important;
    margin-left: -7px !important; }
  .mx-xs-n8 {
    margin-right: -8px !important;
    margin-left: -8px !important; }
  .mx-xs-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-xs-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important; }
  .mx-xs-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .mx-xs-n16 {
    margin-right: -16px !important;
    margin-left: -16px !important; }
  .mx-xs-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important; }
  .mx-xs-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-xs-n22 {
    margin-right: -22px !important;
    margin-left: -22px !important; }
  .mx-xs-n23 {
    margin-right: -23px !important;
    margin-left: -23px !important; }
  .mx-xs-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .mx-xs-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-xs-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .mx-xs-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-xs-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .mx-xs-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-xs-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-xs-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-xs-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .mx-xs-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-xs-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-xs-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-xs-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .mx-xs-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-xs-n2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; }
  .my-xs-n4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; }
  .my-xs-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .my-xs-n6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important; }
  .my-xs-n7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important; }
  .my-xs-n8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; }
  .my-xs-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-xs-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; }
  .my-xs-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .my-xs-n16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; }
  .my-xs-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important; }
  .my-xs-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-xs-n22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important; }
  .my-xs-n23 {
    margin-top: -23px !important;
    margin-bottom: -23px !important; }
  .my-xs-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .my-xs-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-xs-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .my-xs-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-xs-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .my-xs-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-xs-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-xs-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-xs-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .my-xs-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-xs-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-xs-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-xs-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .my-xs-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mt-xs-n2 {
    margin-top: -2px !important; }
  .mt-xs-n4 {
    margin-top: -4px !important; }
  .mt-xs-n5 {
    margin-top: -5px !important; }
  .mt-xs-n6 {
    margin-top: -6px !important; }
  .mt-xs-n7 {
    margin-top: -7px !important; }
  .mt-xs-n8 {
    margin-top: -8px !important; }
  .mt-xs-n10 {
    margin-top: -10px !important; }
  .mt-xs-n12 {
    margin-top: -12px !important; }
  .mt-xs-n15 {
    margin-top: -15px !important; }
  .mt-xs-n16 {
    margin-top: -16px !important; }
  .mt-xs-n17 {
    margin-top: -17px !important; }
  .mt-xs-n20 {
    margin-top: -20px !important; }
  .mt-xs-n22 {
    margin-top: -22px !important; }
  .mt-xs-n23 {
    margin-top: -23px !important; }
  .mt-xs-n25 {
    margin-top: -25px !important; }
  .mt-xs-n30 {
    margin-top: -30px !important; }
  .mt-xs-n35 {
    margin-top: -35px !important; }
  .mt-xs-n40 {
    margin-top: -40px !important; }
  .mt-xs-n45 {
    margin-top: -45px !important; }
  .mt-xs-n50 {
    margin-top: -50px !important; }
  .mt-xs-n60 {
    margin-top: -60px !important; }
  .mt-xs-n70 {
    margin-top: -70px !important; }
  .mt-xs-n75 {
    margin-top: -75px !important; }
  .mt-xs-n80 {
    margin-top: -80px !important; }
  .mt-xs-n100 {
    margin-top: -100px !important; }
  .mt-xs-n120 {
    margin-top: -120px !important; }
  .mt-xs-n125 {
    margin-top: -125px !important; }
  .mt-xs-n150 {
    margin-top: -150px !important; }
  .me-xs-n2 {
    margin-right: -2px !important; }
  .me-xs-n4 {
    margin-right: -4px !important; }
  .me-xs-n5 {
    margin-right: -5px !important; }
  .me-xs-n6 {
    margin-right: -6px !important; }
  .me-xs-n7 {
    margin-right: -7px !important; }
  .me-xs-n8 {
    margin-right: -8px !important; }
  .me-xs-n10 {
    margin-right: -10px !important; }
  .me-xs-n12 {
    margin-right: -12px !important; }
  .me-xs-n15 {
    margin-right: -15px !important; }
  .me-xs-n16 {
    margin-right: -16px !important; }
  .me-xs-n17 {
    margin-right: -17px !important; }
  .me-xs-n20 {
    margin-right: -20px !important; }
  .me-xs-n22 {
    margin-right: -22px !important; }
  .me-xs-n23 {
    margin-right: -23px !important; }
  .me-xs-n25 {
    margin-right: -25px !important; }
  .me-xs-n30 {
    margin-right: -30px !important; }
  .me-xs-n35 {
    margin-right: -35px !important; }
  .me-xs-n40 {
    margin-right: -40px !important; }
  .me-xs-n45 {
    margin-right: -45px !important; }
  .me-xs-n50 {
    margin-right: -50px !important; }
  .me-xs-n60 {
    margin-right: -60px !important; }
  .me-xs-n70 {
    margin-right: -70px !important; }
  .me-xs-n75 {
    margin-right: -75px !important; }
  .me-xs-n80 {
    margin-right: -80px !important; }
  .me-xs-n100 {
    margin-right: -100px !important; }
  .me-xs-n120 {
    margin-right: -120px !important; }
  .me-xs-n125 {
    margin-right: -125px !important; }
  .me-xs-n150 {
    margin-right: -150px !important; }
  .mb-xs-n2 {
    margin-bottom: -2px !important; }
  .mb-xs-n4 {
    margin-bottom: -4px !important; }
  .mb-xs-n5 {
    margin-bottom: -5px !important; }
  .mb-xs-n6 {
    margin-bottom: -6px !important; }
  .mb-xs-n7 {
    margin-bottom: -7px !important; }
  .mb-xs-n8 {
    margin-bottom: -8px !important; }
  .mb-xs-n10 {
    margin-bottom: -10px !important; }
  .mb-xs-n12 {
    margin-bottom: -12px !important; }
  .mb-xs-n15 {
    margin-bottom: -15px !important; }
  .mb-xs-n16 {
    margin-bottom: -16px !important; }
  .mb-xs-n17 {
    margin-bottom: -17px !important; }
  .mb-xs-n20 {
    margin-bottom: -20px !important; }
  .mb-xs-n22 {
    margin-bottom: -22px !important; }
  .mb-xs-n23 {
    margin-bottom: -23px !important; }
  .mb-xs-n25 {
    margin-bottom: -25px !important; }
  .mb-xs-n30 {
    margin-bottom: -30px !important; }
  .mb-xs-n35 {
    margin-bottom: -35px !important; }
  .mb-xs-n40 {
    margin-bottom: -40px !important; }
  .mb-xs-n45 {
    margin-bottom: -45px !important; }
  .mb-xs-n50 {
    margin-bottom: -50px !important; }
  .mb-xs-n60 {
    margin-bottom: -60px !important; }
  .mb-xs-n70 {
    margin-bottom: -70px !important; }
  .mb-xs-n75 {
    margin-bottom: -75px !important; }
  .mb-xs-n80 {
    margin-bottom: -80px !important; }
  .mb-xs-n100 {
    margin-bottom: -100px !important; }
  .mb-xs-n120 {
    margin-bottom: -120px !important; }
  .mb-xs-n125 {
    margin-bottom: -125px !important; }
  .mb-xs-n150 {
    margin-bottom: -150px !important; }
  .ms-xs-n2 {
    margin-left: -2px !important; }
  .ms-xs-n4 {
    margin-left: -4px !important; }
  .ms-xs-n5 {
    margin-left: -5px !important; }
  .ms-xs-n6 {
    margin-left: -6px !important; }
  .ms-xs-n7 {
    margin-left: -7px !important; }
  .ms-xs-n8 {
    margin-left: -8px !important; }
  .ms-xs-n10 {
    margin-left: -10px !important; }
  .ms-xs-n12 {
    margin-left: -12px !important; }
  .ms-xs-n15 {
    margin-left: -15px !important; }
  .ms-xs-n16 {
    margin-left: -16px !important; }
  .ms-xs-n17 {
    margin-left: -17px !important; }
  .ms-xs-n20 {
    margin-left: -20px !important; }
  .ms-xs-n22 {
    margin-left: -22px !important; }
  .ms-xs-n23 {
    margin-left: -23px !important; }
  .ms-xs-n25 {
    margin-left: -25px !important; }
  .ms-xs-n30 {
    margin-left: -30px !important; }
  .ms-xs-n35 {
    margin-left: -35px !important; }
  .ms-xs-n40 {
    margin-left: -40px !important; }
  .ms-xs-n45 {
    margin-left: -45px !important; }
  .ms-xs-n50 {
    margin-left: -50px !important; }
  .ms-xs-n60 {
    margin-left: -60px !important; }
  .ms-xs-n70 {
    margin-left: -70px !important; }
  .ms-xs-n75 {
    margin-left: -75px !important; }
  .ms-xs-n80 {
    margin-left: -80px !important; }
  .ms-xs-n100 {
    margin-left: -100px !important; }
  .ms-xs-n120 {
    margin-left: -120px !important; }
  .ms-xs-n125 {
    margin-left: -125px !important; }
  .ms-xs-n150 {
    margin-left: -150px !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .p-xs-2 {
    padding: 2px !important; }
  .p-xs-4 {
    padding: 4px !important; }
  .p-xs-5 {
    padding: 5px !important; }
  .p-xs-6 {
    padding: 6px !important; }
  .p-xs-7 {
    padding: 7px !important; }
  .p-xs-8 {
    padding: 8px !important; }
  .p-xs-10 {
    padding: 10px !important; }
  .p-xs-12 {
    padding: 12px !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-80 {
    padding: 80px !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-2 {
    padding-right: 2px !important;
    padding-left: 2px !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-6 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  .px-xs-7 {
    padding-right: 7px !important;
    padding-left: 7px !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-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-80 {
    padding-right: 80px !important;
    padding-left: 80px !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-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !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-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .py-xs-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !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-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-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !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-2 {
    padding-top: 2px !important; }
  .pt-xs-4 {
    padding-top: 4px !important; }
  .pt-xs-5 {
    padding-top: 5px !important; }
  .pt-xs-6 {
    padding-top: 6px !important; }
  .pt-xs-7 {
    padding-top: 7px !important; }
  .pt-xs-8 {
    padding-top: 8px !important; }
  .pt-xs-10 {
    padding-top: 10px !important; }
  .pt-xs-12 {
    padding-top: 12px !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-80 {
    padding-top: 80px !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-2 {
    padding-right: 2px !important; }
  .pe-xs-4 {
    padding-right: 4px !important; }
  .pe-xs-5 {
    padding-right: 5px !important; }
  .pe-xs-6 {
    padding-right: 6px !important; }
  .pe-xs-7 {
    padding-right: 7px !important; }
  .pe-xs-8 {
    padding-right: 8px !important; }
  .pe-xs-10 {
    padding-right: 10px !important; }
  .pe-xs-12 {
    padding-right: 12px !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-80 {
    padding-right: 80px !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-2 {
    padding-bottom: 2px !important; }
  .pb-xs-4 {
    padding-bottom: 4px !important; }
  .pb-xs-5 {
    padding-bottom: 5px !important; }
  .pb-xs-6 {
    padding-bottom: 6px !important; }
  .pb-xs-7 {
    padding-bottom: 7px !important; }
  .pb-xs-8 {
    padding-bottom: 8px !important; }
  .pb-xs-10 {
    padding-bottom: 10px !important; }
  .pb-xs-12 {
    padding-bottom: 12px !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-80 {
    padding-bottom: 80px !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-2 {
    padding-left: 2px !important; }
  .ps-xs-4 {
    padding-left: 4px !important; }
  .ps-xs-5 {
    padding-left: 5px !important; }
  .ps-xs-6 {
    padding-left: 6px !important; }
  .ps-xs-7 {
    padding-left: 7px !important; }
  .ps-xs-8 {
    padding-left: 8px !important; }
  .ps-xs-10 {
    padding-left: 10px !important; }
  .ps-xs-12 {
    padding-left: 12px !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-80 {
    padding-left: 80px !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-2 {
    gap: 2px !important; }
  .gap-sm-4 {
    gap: 4px !important; }
  .gap-sm-5 {
    gap: 5px !important; }
  .gap-sm-6 {
    gap: 6px !important; }
  .gap-sm-7 {
    gap: 7px !important; }
  .gap-sm-8 {
    gap: 8px !important; }
  .gap-sm-10 {
    gap: 10px !important; }
  .gap-sm-12 {
    gap: 12px !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-80 {
    gap: 80px !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-2 {
    margin: 2px !important; }
  .m-sm-4 {
    margin: 4px !important; }
  .m-sm-5 {
    margin: 5px !important; }
  .m-sm-6 {
    margin: 6px !important; }
  .m-sm-7 {
    margin: 7px !important; }
  .m-sm-8 {
    margin: 8px !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .m-sm-12 {
    margin: 12px !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-80 {
    margin: 80px !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-2 {
    margin-right: 2px !important;
    margin-left: 2px !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-6 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  .mx-sm-7 {
    margin-right: 7px !important;
    margin-left: 7px !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-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-80 {
    margin-right: 80px !important;
    margin-left: 80px !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-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !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-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .my-sm-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !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-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-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !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-2 {
    margin-top: 2px !important; }
  .mt-sm-4 {
    margin-top: 4px !important; }
  .mt-sm-5 {
    margin-top: 5px !important; }
  .mt-sm-6 {
    margin-top: 6px !important; }
  .mt-sm-7 {
    margin-top: 7px !important; }
  .mt-sm-8 {
    margin-top: 8px !important; }
  .mt-sm-10 {
    margin-top: 10px !important; }
  .mt-sm-12 {
    margin-top: 12px !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-80 {
    margin-top: 80px !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-2 {
    margin-right: 2px !important; }
  .me-sm-4 {
    margin-right: 4px !important; }
  .me-sm-5 {
    margin-right: 5px !important; }
  .me-sm-6 {
    margin-right: 6px !important; }
  .me-sm-7 {
    margin-right: 7px !important; }
  .me-sm-8 {
    margin-right: 8px !important; }
  .me-sm-10 {
    margin-right: 10px !important; }
  .me-sm-12 {
    margin-right: 12px !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-80 {
    margin-right: 80px !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-2 {
    margin-bottom: 2px !important; }
  .mb-sm-4 {
    margin-bottom: 4px !important; }
  .mb-sm-5 {
    margin-bottom: 5px !important; }
  .mb-sm-6 {
    margin-bottom: 6px !important; }
  .mb-sm-7 {
    margin-bottom: 7px !important; }
  .mb-sm-8 {
    margin-bottom: 8px !important; }
  .mb-sm-10 {
    margin-bottom: 10px !important; }
  .mb-sm-12 {
    margin-bottom: 12px !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-80 {
    margin-bottom: 80px !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-2 {
    margin-left: 2px !important; }
  .ms-sm-4 {
    margin-left: 4px !important; }
  .ms-sm-5 {
    margin-left: 5px !important; }
  .ms-sm-6 {
    margin-left: 6px !important; }
  .ms-sm-7 {
    margin-left: 7px !important; }
  .ms-sm-8 {
    margin-left: 8px !important; }
  .ms-sm-10 {
    margin-left: 10px !important; }
  .ms-sm-12 {
    margin-left: 12px !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-80 {
    margin-left: 80px !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; }
  .m-sm-n2 {
    margin: -2px !important; }
  .m-sm-n4 {
    margin: -4px !important; }
  .m-sm-n5 {
    margin: -5px !important; }
  .m-sm-n6 {
    margin: -6px !important; }
  .m-sm-n7 {
    margin: -7px !important; }
  .m-sm-n8 {
    margin: -8px !important; }
  .m-sm-n10 {
    margin: -10px !important; }
  .m-sm-n12 {
    margin: -12px !important; }
  .m-sm-n15 {
    margin: -15px !important; }
  .m-sm-n16 {
    margin: -16px !important; }
  .m-sm-n17 {
    margin: -17px !important; }
  .m-sm-n20 {
    margin: -20px !important; }
  .m-sm-n22 {
    margin: -22px !important; }
  .m-sm-n23 {
    margin: -23px !important; }
  .m-sm-n25 {
    margin: -25px !important; }
  .m-sm-n30 {
    margin: -30px !important; }
  .m-sm-n35 {
    margin: -35px !important; }
  .m-sm-n40 {
    margin: -40px !important; }
  .m-sm-n45 {
    margin: -45px !important; }
  .m-sm-n50 {
    margin: -50px !important; }
  .m-sm-n60 {
    margin: -60px !important; }
  .m-sm-n70 {
    margin: -70px !important; }
  .m-sm-n75 {
    margin: -75px !important; }
  .m-sm-n80 {
    margin: -80px !important; }
  .m-sm-n100 {
    margin: -100px !important; }
  .m-sm-n120 {
    margin: -120px !important; }
  .m-sm-n125 {
    margin: -125px !important; }
  .m-sm-n150 {
    margin: -150px !important; }
  .mx-sm-n2 {
    margin-right: -2px !important;
    margin-left: -2px !important; }
  .mx-sm-n4 {
    margin-right: -4px !important;
    margin-left: -4px !important; }
  .mx-sm-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .mx-sm-n6 {
    margin-right: -6px !important;
    margin-left: -6px !important; }
  .mx-sm-n7 {
    margin-right: -7px !important;
    margin-left: -7px !important; }
  .mx-sm-n8 {
    margin-right: -8px !important;
    margin-left: -8px !important; }
  .mx-sm-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-sm-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important; }
  .mx-sm-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .mx-sm-n16 {
    margin-right: -16px !important;
    margin-left: -16px !important; }
  .mx-sm-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important; }
  .mx-sm-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-sm-n22 {
    margin-right: -22px !important;
    margin-left: -22px !important; }
  .mx-sm-n23 {
    margin-right: -23px !important;
    margin-left: -23px !important; }
  .mx-sm-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .mx-sm-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-sm-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .mx-sm-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-sm-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .mx-sm-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-sm-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-sm-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-sm-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .mx-sm-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-sm-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-sm-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-sm-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .mx-sm-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-sm-n2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; }
  .my-sm-n4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; }
  .my-sm-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .my-sm-n6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important; }
  .my-sm-n7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important; }
  .my-sm-n8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; }
  .my-sm-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-sm-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; }
  .my-sm-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .my-sm-n16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; }
  .my-sm-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important; }
  .my-sm-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-sm-n22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important; }
  .my-sm-n23 {
    margin-top: -23px !important;
    margin-bottom: -23px !important; }
  .my-sm-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .my-sm-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-sm-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .my-sm-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-sm-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .my-sm-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-sm-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-sm-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-sm-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .my-sm-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-sm-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-sm-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-sm-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .my-sm-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mt-sm-n2 {
    margin-top: -2px !important; }
  .mt-sm-n4 {
    margin-top: -4px !important; }
  .mt-sm-n5 {
    margin-top: -5px !important; }
  .mt-sm-n6 {
    margin-top: -6px !important; }
  .mt-sm-n7 {
    margin-top: -7px !important; }
  .mt-sm-n8 {
    margin-top: -8px !important; }
  .mt-sm-n10 {
    margin-top: -10px !important; }
  .mt-sm-n12 {
    margin-top: -12px !important; }
  .mt-sm-n15 {
    margin-top: -15px !important; }
  .mt-sm-n16 {
    margin-top: -16px !important; }
  .mt-sm-n17 {
    margin-top: -17px !important; }
  .mt-sm-n20 {
    margin-top: -20px !important; }
  .mt-sm-n22 {
    margin-top: -22px !important; }
  .mt-sm-n23 {
    margin-top: -23px !important; }
  .mt-sm-n25 {
    margin-top: -25px !important; }
  .mt-sm-n30 {
    margin-top: -30px !important; }
  .mt-sm-n35 {
    margin-top: -35px !important; }
  .mt-sm-n40 {
    margin-top: -40px !important; }
  .mt-sm-n45 {
    margin-top: -45px !important; }
  .mt-sm-n50 {
    margin-top: -50px !important; }
  .mt-sm-n60 {
    margin-top: -60px !important; }
  .mt-sm-n70 {
    margin-top: -70px !important; }
  .mt-sm-n75 {
    margin-top: -75px !important; }
  .mt-sm-n80 {
    margin-top: -80px !important; }
  .mt-sm-n100 {
    margin-top: -100px !important; }
  .mt-sm-n120 {
    margin-top: -120px !important; }
  .mt-sm-n125 {
    margin-top: -125px !important; }
  .mt-sm-n150 {
    margin-top: -150px !important; }
  .me-sm-n2 {
    margin-right: -2px !important; }
  .me-sm-n4 {
    margin-right: -4px !important; }
  .me-sm-n5 {
    margin-right: -5px !important; }
  .me-sm-n6 {
    margin-right: -6px !important; }
  .me-sm-n7 {
    margin-right: -7px !important; }
  .me-sm-n8 {
    margin-right: -8px !important; }
  .me-sm-n10 {
    margin-right: -10px !important; }
  .me-sm-n12 {
    margin-right: -12px !important; }
  .me-sm-n15 {
    margin-right: -15px !important; }
  .me-sm-n16 {
    margin-right: -16px !important; }
  .me-sm-n17 {
    margin-right: -17px !important; }
  .me-sm-n20 {
    margin-right: -20px !important; }
  .me-sm-n22 {
    margin-right: -22px !important; }
  .me-sm-n23 {
    margin-right: -23px !important; }
  .me-sm-n25 {
    margin-right: -25px !important; }
  .me-sm-n30 {
    margin-right: -30px !important; }
  .me-sm-n35 {
    margin-right: -35px !important; }
  .me-sm-n40 {
    margin-right: -40px !important; }
  .me-sm-n45 {
    margin-right: -45px !important; }
  .me-sm-n50 {
    margin-right: -50px !important; }
  .me-sm-n60 {
    margin-right: -60px !important; }
  .me-sm-n70 {
    margin-right: -70px !important; }
  .me-sm-n75 {
    margin-right: -75px !important; }
  .me-sm-n80 {
    margin-right: -80px !important; }
  .me-sm-n100 {
    margin-right: -100px !important; }
  .me-sm-n120 {
    margin-right: -120px !important; }
  .me-sm-n125 {
    margin-right: -125px !important; }
  .me-sm-n150 {
    margin-right: -150px !important; }
  .mb-sm-n2 {
    margin-bottom: -2px !important; }
  .mb-sm-n4 {
    margin-bottom: -4px !important; }
  .mb-sm-n5 {
    margin-bottom: -5px !important; }
  .mb-sm-n6 {
    margin-bottom: -6px !important; }
  .mb-sm-n7 {
    margin-bottom: -7px !important; }
  .mb-sm-n8 {
    margin-bottom: -8px !important; }
  .mb-sm-n10 {
    margin-bottom: -10px !important; }
  .mb-sm-n12 {
    margin-bottom: -12px !important; }
  .mb-sm-n15 {
    margin-bottom: -15px !important; }
  .mb-sm-n16 {
    margin-bottom: -16px !important; }
  .mb-sm-n17 {
    margin-bottom: -17px !important; }
  .mb-sm-n20 {
    margin-bottom: -20px !important; }
  .mb-sm-n22 {
    margin-bottom: -22px !important; }
  .mb-sm-n23 {
    margin-bottom: -23px !important; }
  .mb-sm-n25 {
    margin-bottom: -25px !important; }
  .mb-sm-n30 {
    margin-bottom: -30px !important; }
  .mb-sm-n35 {
    margin-bottom: -35px !important; }
  .mb-sm-n40 {
    margin-bottom: -40px !important; }
  .mb-sm-n45 {
    margin-bottom: -45px !important; }
  .mb-sm-n50 {
    margin-bottom: -50px !important; }
  .mb-sm-n60 {
    margin-bottom: -60px !important; }
  .mb-sm-n70 {
    margin-bottom: -70px !important; }
  .mb-sm-n75 {
    margin-bottom: -75px !important; }
  .mb-sm-n80 {
    margin-bottom: -80px !important; }
  .mb-sm-n100 {
    margin-bottom: -100px !important; }
  .mb-sm-n120 {
    margin-bottom: -120px !important; }
  .mb-sm-n125 {
    margin-bottom: -125px !important; }
  .mb-sm-n150 {
    margin-bottom: -150px !important; }
  .ms-sm-n2 {
    margin-left: -2px !important; }
  .ms-sm-n4 {
    margin-left: -4px !important; }
  .ms-sm-n5 {
    margin-left: -5px !important; }
  .ms-sm-n6 {
    margin-left: -6px !important; }
  .ms-sm-n7 {
    margin-left: -7px !important; }
  .ms-sm-n8 {
    margin-left: -8px !important; }
  .ms-sm-n10 {
    margin-left: -10px !important; }
  .ms-sm-n12 {
    margin-left: -12px !important; }
  .ms-sm-n15 {
    margin-left: -15px !important; }
  .ms-sm-n16 {
    margin-left: -16px !important; }
  .ms-sm-n17 {
    margin-left: -17px !important; }
  .ms-sm-n20 {
    margin-left: -20px !important; }
  .ms-sm-n22 {
    margin-left: -22px !important; }
  .ms-sm-n23 {
    margin-left: -23px !important; }
  .ms-sm-n25 {
    margin-left: -25px !important; }
  .ms-sm-n30 {
    margin-left: -30px !important; }
  .ms-sm-n35 {
    margin-left: -35px !important; }
  .ms-sm-n40 {
    margin-left: -40px !important; }
  .ms-sm-n45 {
    margin-left: -45px !important; }
  .ms-sm-n50 {
    margin-left: -50px !important; }
  .ms-sm-n60 {
    margin-left: -60px !important; }
  .ms-sm-n70 {
    margin-left: -70px !important; }
  .ms-sm-n75 {
    margin-left: -75px !important; }
  .ms-sm-n80 {
    margin-left: -80px !important; }
  .ms-sm-n100 {
    margin-left: -100px !important; }
  .ms-sm-n120 {
    margin-left: -120px !important; }
  .ms-sm-n125 {
    margin-left: -125px !important; }
  .ms-sm-n150 {
    margin-left: -150px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-2 {
    padding: 2px !important; }
  .p-sm-4 {
    padding: 4px !important; }
  .p-sm-5 {
    padding: 5px !important; }
  .p-sm-6 {
    padding: 6px !important; }
  .p-sm-7 {
    padding: 7px !important; }
  .p-sm-8 {
    padding: 8px !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .p-sm-12 {
    padding: 12px !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-80 {
    padding: 80px !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-2 {
    padding-right: 2px !important;
    padding-left: 2px !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-6 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  .px-sm-7 {
    padding-right: 7px !important;
    padding-left: 7px !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-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-80 {
    padding-right: 80px !important;
    padding-left: 80px !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-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !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-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .py-sm-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !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-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-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !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-2 {
    padding-top: 2px !important; }
  .pt-sm-4 {
    padding-top: 4px !important; }
  .pt-sm-5 {
    padding-top: 5px !important; }
  .pt-sm-6 {
    padding-top: 6px !important; }
  .pt-sm-7 {
    padding-top: 7px !important; }
  .pt-sm-8 {
    padding-top: 8px !important; }
  .pt-sm-10 {
    padding-top: 10px !important; }
  .pt-sm-12 {
    padding-top: 12px !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-80 {
    padding-top: 80px !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-2 {
    padding-right: 2px !important; }
  .pe-sm-4 {
    padding-right: 4px !important; }
  .pe-sm-5 {
    padding-right: 5px !important; }
  .pe-sm-6 {
    padding-right: 6px !important; }
  .pe-sm-7 {
    padding-right: 7px !important; }
  .pe-sm-8 {
    padding-right: 8px !important; }
  .pe-sm-10 {
    padding-right: 10px !important; }
  .pe-sm-12 {
    padding-right: 12px !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-80 {
    padding-right: 80px !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-2 {
    padding-bottom: 2px !important; }
  .pb-sm-4 {
    padding-bottom: 4px !important; }
  .pb-sm-5 {
    padding-bottom: 5px !important; }
  .pb-sm-6 {
    padding-bottom: 6px !important; }
  .pb-sm-7 {
    padding-bottom: 7px !important; }
  .pb-sm-8 {
    padding-bottom: 8px !important; }
  .pb-sm-10 {
    padding-bottom: 10px !important; }
  .pb-sm-12 {
    padding-bottom: 12px !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-80 {
    padding-bottom: 80px !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-2 {
    padding-left: 2px !important; }
  .ps-sm-4 {
    padding-left: 4px !important; }
  .ps-sm-5 {
    padding-left: 5px !important; }
  .ps-sm-6 {
    padding-left: 6px !important; }
  .ps-sm-7 {
    padding-left: 7px !important; }
  .ps-sm-8 {
    padding-left: 8px !important; }
  .ps-sm-10 {
    padding-left: 10px !important; }
  .ps-sm-12 {
    padding-left: 12px !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-80 {
    padding-left: 80px !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-2 {
    gap: 2px !important; }
  .gap-md-4 {
    gap: 4px !important; }
  .gap-md-5 {
    gap: 5px !important; }
  .gap-md-6 {
    gap: 6px !important; }
  .gap-md-7 {
    gap: 7px !important; }
  .gap-md-8 {
    gap: 8px !important; }
  .gap-md-10 {
    gap: 10px !important; }
  .gap-md-12 {
    gap: 12px !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-80 {
    gap: 80px !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-2 {
    margin: 2px !important; }
  .m-md-4 {
    margin: 4px !important; }
  .m-md-5 {
    margin: 5px !important; }
  .m-md-6 {
    margin: 6px !important; }
  .m-md-7 {
    margin: 7px !important; }
  .m-md-8 {
    margin: 8px !important; }
  .m-md-10 {
    margin: 10px !important; }
  .m-md-12 {
    margin: 12px !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-80 {
    margin: 80px !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-2 {
    margin-right: 2px !important;
    margin-left: 2px !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-6 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  .mx-md-7 {
    margin-right: 7px !important;
    margin-left: 7px !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-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-80 {
    margin-right: 80px !important;
    margin-left: 80px !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-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !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-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .my-md-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !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-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-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !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-2 {
    margin-top: 2px !important; }
  .mt-md-4 {
    margin-top: 4px !important; }
  .mt-md-5 {
    margin-top: 5px !important; }
  .mt-md-6 {
    margin-top: 6px !important; }
  .mt-md-7 {
    margin-top: 7px !important; }
  .mt-md-8 {
    margin-top: 8px !important; }
  .mt-md-10 {
    margin-top: 10px !important; }
  .mt-md-12 {
    margin-top: 12px !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-80 {
    margin-top: 80px !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-2 {
    margin-right: 2px !important; }
  .me-md-4 {
    margin-right: 4px !important; }
  .me-md-5 {
    margin-right: 5px !important; }
  .me-md-6 {
    margin-right: 6px !important; }
  .me-md-7 {
    margin-right: 7px !important; }
  .me-md-8 {
    margin-right: 8px !important; }
  .me-md-10 {
    margin-right: 10px !important; }
  .me-md-12 {
    margin-right: 12px !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-80 {
    margin-right: 80px !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-2 {
    margin-bottom: 2px !important; }
  .mb-md-4 {
    margin-bottom: 4px !important; }
  .mb-md-5 {
    margin-bottom: 5px !important; }
  .mb-md-6 {
    margin-bottom: 6px !important; }
  .mb-md-7 {
    margin-bottom: 7px !important; }
  .mb-md-8 {
    margin-bottom: 8px !important; }
  .mb-md-10 {
    margin-bottom: 10px !important; }
  .mb-md-12 {
    margin-bottom: 12px !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-80 {
    margin-bottom: 80px !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-2 {
    margin-left: 2px !important; }
  .ms-md-4 {
    margin-left: 4px !important; }
  .ms-md-5 {
    margin-left: 5px !important; }
  .ms-md-6 {
    margin-left: 6px !important; }
  .ms-md-7 {
    margin-left: 7px !important; }
  .ms-md-8 {
    margin-left: 8px !important; }
  .ms-md-10 {
    margin-left: 10px !important; }
  .ms-md-12 {
    margin-left: 12px !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-80 {
    margin-left: 80px !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; }
  .m-md-n2 {
    margin: -2px !important; }
  .m-md-n4 {
    margin: -4px !important; }
  .m-md-n5 {
    margin: -5px !important; }
  .m-md-n6 {
    margin: -6px !important; }
  .m-md-n7 {
    margin: -7px !important; }
  .m-md-n8 {
    margin: -8px !important; }
  .m-md-n10 {
    margin: -10px !important; }
  .m-md-n12 {
    margin: -12px !important; }
  .m-md-n15 {
    margin: -15px !important; }
  .m-md-n16 {
    margin: -16px !important; }
  .m-md-n17 {
    margin: -17px !important; }
  .m-md-n20 {
    margin: -20px !important; }
  .m-md-n22 {
    margin: -22px !important; }
  .m-md-n23 {
    margin: -23px !important; }
  .m-md-n25 {
    margin: -25px !important; }
  .m-md-n30 {
    margin: -30px !important; }
  .m-md-n35 {
    margin: -35px !important; }
  .m-md-n40 {
    margin: -40px !important; }
  .m-md-n45 {
    margin: -45px !important; }
  .m-md-n50 {
    margin: -50px !important; }
  .m-md-n60 {
    margin: -60px !important; }
  .m-md-n70 {
    margin: -70px !important; }
  .m-md-n75 {
    margin: -75px !important; }
  .m-md-n80 {
    margin: -80px !important; }
  .m-md-n100 {
    margin: -100px !important; }
  .m-md-n120 {
    margin: -120px !important; }
  .m-md-n125 {
    margin: -125px !important; }
  .m-md-n150 {
    margin: -150px !important; }
  .mx-md-n2 {
    margin-right: -2px !important;
    margin-left: -2px !important; }
  .mx-md-n4 {
    margin-right: -4px !important;
    margin-left: -4px !important; }
  .mx-md-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .mx-md-n6 {
    margin-right: -6px !important;
    margin-left: -6px !important; }
  .mx-md-n7 {
    margin-right: -7px !important;
    margin-left: -7px !important; }
  .mx-md-n8 {
    margin-right: -8px !important;
    margin-left: -8px !important; }
  .mx-md-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-md-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important; }
  .mx-md-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .mx-md-n16 {
    margin-right: -16px !important;
    margin-left: -16px !important; }
  .mx-md-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important; }
  .mx-md-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-md-n22 {
    margin-right: -22px !important;
    margin-left: -22px !important; }
  .mx-md-n23 {
    margin-right: -23px !important;
    margin-left: -23px !important; }
  .mx-md-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .mx-md-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-md-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .mx-md-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-md-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .mx-md-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-md-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-md-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-md-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .mx-md-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-md-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-md-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-md-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .mx-md-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-md-n2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; }
  .my-md-n4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; }
  .my-md-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .my-md-n6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important; }
  .my-md-n7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important; }
  .my-md-n8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; }
  .my-md-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-md-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; }
  .my-md-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .my-md-n16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; }
  .my-md-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important; }
  .my-md-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-md-n22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important; }
  .my-md-n23 {
    margin-top: -23px !important;
    margin-bottom: -23px !important; }
  .my-md-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .my-md-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-md-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .my-md-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-md-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .my-md-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-md-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-md-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-md-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .my-md-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-md-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-md-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-md-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .my-md-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mt-md-n2 {
    margin-top: -2px !important; }
  .mt-md-n4 {
    margin-top: -4px !important; }
  .mt-md-n5 {
    margin-top: -5px !important; }
  .mt-md-n6 {
    margin-top: -6px !important; }
  .mt-md-n7 {
    margin-top: -7px !important; }
  .mt-md-n8 {
    margin-top: -8px !important; }
  .mt-md-n10 {
    margin-top: -10px !important; }
  .mt-md-n12 {
    margin-top: -12px !important; }
  .mt-md-n15 {
    margin-top: -15px !important; }
  .mt-md-n16 {
    margin-top: -16px !important; }
  .mt-md-n17 {
    margin-top: -17px !important; }
  .mt-md-n20 {
    margin-top: -20px !important; }
  .mt-md-n22 {
    margin-top: -22px !important; }
  .mt-md-n23 {
    margin-top: -23px !important; }
  .mt-md-n25 {
    margin-top: -25px !important; }
  .mt-md-n30 {
    margin-top: -30px !important; }
  .mt-md-n35 {
    margin-top: -35px !important; }
  .mt-md-n40 {
    margin-top: -40px !important; }
  .mt-md-n45 {
    margin-top: -45px !important; }
  .mt-md-n50 {
    margin-top: -50px !important; }
  .mt-md-n60 {
    margin-top: -60px !important; }
  .mt-md-n70 {
    margin-top: -70px !important; }
  .mt-md-n75 {
    margin-top: -75px !important; }
  .mt-md-n80 {
    margin-top: -80px !important; }
  .mt-md-n100 {
    margin-top: -100px !important; }
  .mt-md-n120 {
    margin-top: -120px !important; }
  .mt-md-n125 {
    margin-top: -125px !important; }
  .mt-md-n150 {
    margin-top: -150px !important; }
  .me-md-n2 {
    margin-right: -2px !important; }
  .me-md-n4 {
    margin-right: -4px !important; }
  .me-md-n5 {
    margin-right: -5px !important; }
  .me-md-n6 {
    margin-right: -6px !important; }
  .me-md-n7 {
    margin-right: -7px !important; }
  .me-md-n8 {
    margin-right: -8px !important; }
  .me-md-n10 {
    margin-right: -10px !important; }
  .me-md-n12 {
    margin-right: -12px !important; }
  .me-md-n15 {
    margin-right: -15px !important; }
  .me-md-n16 {
    margin-right: -16px !important; }
  .me-md-n17 {
    margin-right: -17px !important; }
  .me-md-n20 {
    margin-right: -20px !important; }
  .me-md-n22 {
    margin-right: -22px !important; }
  .me-md-n23 {
    margin-right: -23px !important; }
  .me-md-n25 {
    margin-right: -25px !important; }
  .me-md-n30 {
    margin-right: -30px !important; }
  .me-md-n35 {
    margin-right: -35px !important; }
  .me-md-n40 {
    margin-right: -40px !important; }
  .me-md-n45 {
    margin-right: -45px !important; }
  .me-md-n50 {
    margin-right: -50px !important; }
  .me-md-n60 {
    margin-right: -60px !important; }
  .me-md-n70 {
    margin-right: -70px !important; }
  .me-md-n75 {
    margin-right: -75px !important; }
  .me-md-n80 {
    margin-right: -80px !important; }
  .me-md-n100 {
    margin-right: -100px !important; }
  .me-md-n120 {
    margin-right: -120px !important; }
  .me-md-n125 {
    margin-right: -125px !important; }
  .me-md-n150 {
    margin-right: -150px !important; }
  .mb-md-n2 {
    margin-bottom: -2px !important; }
  .mb-md-n4 {
    margin-bottom: -4px !important; }
  .mb-md-n5 {
    margin-bottom: -5px !important; }
  .mb-md-n6 {
    margin-bottom: -6px !important; }
  .mb-md-n7 {
    margin-bottom: -7px !important; }
  .mb-md-n8 {
    margin-bottom: -8px !important; }
  .mb-md-n10 {
    margin-bottom: -10px !important; }
  .mb-md-n12 {
    margin-bottom: -12px !important; }
  .mb-md-n15 {
    margin-bottom: -15px !important; }
  .mb-md-n16 {
    margin-bottom: -16px !important; }
  .mb-md-n17 {
    margin-bottom: -17px !important; }
  .mb-md-n20 {
    margin-bottom: -20px !important; }
  .mb-md-n22 {
    margin-bottom: -22px !important; }
  .mb-md-n23 {
    margin-bottom: -23px !important; }
  .mb-md-n25 {
    margin-bottom: -25px !important; }
  .mb-md-n30 {
    margin-bottom: -30px !important; }
  .mb-md-n35 {
    margin-bottom: -35px !important; }
  .mb-md-n40 {
    margin-bottom: -40px !important; }
  .mb-md-n45 {
    margin-bottom: -45px !important; }
  .mb-md-n50 {
    margin-bottom: -50px !important; }
  .mb-md-n60 {
    margin-bottom: -60px !important; }
  .mb-md-n70 {
    margin-bottom: -70px !important; }
  .mb-md-n75 {
    margin-bottom: -75px !important; }
  .mb-md-n80 {
    margin-bottom: -80px !important; }
  .mb-md-n100 {
    margin-bottom: -100px !important; }
  .mb-md-n120 {
    margin-bottom: -120px !important; }
  .mb-md-n125 {
    margin-bottom: -125px !important; }
  .mb-md-n150 {
    margin-bottom: -150px !important; }
  .ms-md-n2 {
    margin-left: -2px !important; }
  .ms-md-n4 {
    margin-left: -4px !important; }
  .ms-md-n5 {
    margin-left: -5px !important; }
  .ms-md-n6 {
    margin-left: -6px !important; }
  .ms-md-n7 {
    margin-left: -7px !important; }
  .ms-md-n8 {
    margin-left: -8px !important; }
  .ms-md-n10 {
    margin-left: -10px !important; }
  .ms-md-n12 {
    margin-left: -12px !important; }
  .ms-md-n15 {
    margin-left: -15px !important; }
  .ms-md-n16 {
    margin-left: -16px !important; }
  .ms-md-n17 {
    margin-left: -17px !important; }
  .ms-md-n20 {
    margin-left: -20px !important; }
  .ms-md-n22 {
    margin-left: -22px !important; }
  .ms-md-n23 {
    margin-left: -23px !important; }
  .ms-md-n25 {
    margin-left: -25px !important; }
  .ms-md-n30 {
    margin-left: -30px !important; }
  .ms-md-n35 {
    margin-left: -35px !important; }
  .ms-md-n40 {
    margin-left: -40px !important; }
  .ms-md-n45 {
    margin-left: -45px !important; }
  .ms-md-n50 {
    margin-left: -50px !important; }
  .ms-md-n60 {
    margin-left: -60px !important; }
  .ms-md-n70 {
    margin-left: -70px !important; }
  .ms-md-n75 {
    margin-left: -75px !important; }
  .ms-md-n80 {
    margin-left: -80px !important; }
  .ms-md-n100 {
    margin-left: -100px !important; }
  .ms-md-n120 {
    margin-left: -120px !important; }
  .ms-md-n125 {
    margin-left: -125px !important; }
  .ms-md-n150 {
    margin-left: -150px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-2 {
    padding: 2px !important; }
  .p-md-4 {
    padding: 4px !important; }
  .p-md-5 {
    padding: 5px !important; }
  .p-md-6 {
    padding: 6px !important; }
  .p-md-7 {
    padding: 7px !important; }
  .p-md-8 {
    padding: 8px !important; }
  .p-md-10 {
    padding: 10px !important; }
  .p-md-12 {
    padding: 12px !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-80 {
    padding: 80px !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-2 {
    padding-right: 2px !important;
    padding-left: 2px !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-6 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  .px-md-7 {
    padding-right: 7px !important;
    padding-left: 7px !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-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-80 {
    padding-right: 80px !important;
    padding-left: 80px !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-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !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-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .py-md-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !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-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-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !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-2 {
    padding-top: 2px !important; }
  .pt-md-4 {
    padding-top: 4px !important; }
  .pt-md-5 {
    padding-top: 5px !important; }
  .pt-md-6 {
    padding-top: 6px !important; }
  .pt-md-7 {
    padding-top: 7px !important; }
  .pt-md-8 {
    padding-top: 8px !important; }
  .pt-md-10 {
    padding-top: 10px !important; }
  .pt-md-12 {
    padding-top: 12px !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-80 {
    padding-top: 80px !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-2 {
    padding-right: 2px !important; }
  .pe-md-4 {
    padding-right: 4px !important; }
  .pe-md-5 {
    padding-right: 5px !important; }
  .pe-md-6 {
    padding-right: 6px !important; }
  .pe-md-7 {
    padding-right: 7px !important; }
  .pe-md-8 {
    padding-right: 8px !important; }
  .pe-md-10 {
    padding-right: 10px !important; }
  .pe-md-12 {
    padding-right: 12px !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-80 {
    padding-right: 80px !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-2 {
    padding-bottom: 2px !important; }
  .pb-md-4 {
    padding-bottom: 4px !important; }
  .pb-md-5 {
    padding-bottom: 5px !important; }
  .pb-md-6 {
    padding-bottom: 6px !important; }
  .pb-md-7 {
    padding-bottom: 7px !important; }
  .pb-md-8 {
    padding-bottom: 8px !important; }
  .pb-md-10 {
    padding-bottom: 10px !important; }
  .pb-md-12 {
    padding-bottom: 12px !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-80 {
    padding-bottom: 80px !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-2 {
    padding-left: 2px !important; }
  .ps-md-4 {
    padding-left: 4px !important; }
  .ps-md-5 {
    padding-left: 5px !important; }
  .ps-md-6 {
    padding-left: 6px !important; }
  .ps-md-7 {
    padding-left: 7px !important; }
  .ps-md-8 {
    padding-left: 8px !important; }
  .ps-md-10 {
    padding-left: 10px !important; }
  .ps-md-12 {
    padding-left: 12px !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-80 {
    padding-left: 80px !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-2 {
    gap: 2px !important; }
  .gap-lg-4 {
    gap: 4px !important; }
  .gap-lg-5 {
    gap: 5px !important; }
  .gap-lg-6 {
    gap: 6px !important; }
  .gap-lg-7 {
    gap: 7px !important; }
  .gap-lg-8 {
    gap: 8px !important; }
  .gap-lg-10 {
    gap: 10px !important; }
  .gap-lg-12 {
    gap: 12px !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-80 {
    gap: 80px !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-2 {
    margin: 2px !important; }
  .m-lg-4 {
    margin: 4px !important; }
  .m-lg-5 {
    margin: 5px !important; }
  .m-lg-6 {
    margin: 6px !important; }
  .m-lg-7 {
    margin: 7px !important; }
  .m-lg-8 {
    margin: 8px !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .m-lg-12 {
    margin: 12px !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-80 {
    margin: 80px !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-2 {
    margin-right: 2px !important;
    margin-left: 2px !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-6 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  .mx-lg-7 {
    margin-right: 7px !important;
    margin-left: 7px !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-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-80 {
    margin-right: 80px !important;
    margin-left: 80px !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-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !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-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .my-lg-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !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-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-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !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-2 {
    margin-top: 2px !important; }
  .mt-lg-4 {
    margin-top: 4px !important; }
  .mt-lg-5 {
    margin-top: 5px !important; }
  .mt-lg-6 {
    margin-top: 6px !important; }
  .mt-lg-7 {
    margin-top: 7px !important; }
  .mt-lg-8 {
    margin-top: 8px !important; }
  .mt-lg-10 {
    margin-top: 10px !important; }
  .mt-lg-12 {
    margin-top: 12px !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-80 {
    margin-top: 80px !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-2 {
    margin-right: 2px !important; }
  .me-lg-4 {
    margin-right: 4px !important; }
  .me-lg-5 {
    margin-right: 5px !important; }
  .me-lg-6 {
    margin-right: 6px !important; }
  .me-lg-7 {
    margin-right: 7px !important; }
  .me-lg-8 {
    margin-right: 8px !important; }
  .me-lg-10 {
    margin-right: 10px !important; }
  .me-lg-12 {
    margin-right: 12px !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-80 {
    margin-right: 80px !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-2 {
    margin-bottom: 2px !important; }
  .mb-lg-4 {
    margin-bottom: 4px !important; }
  .mb-lg-5 {
    margin-bottom: 5px !important; }
  .mb-lg-6 {
    margin-bottom: 6px !important; }
  .mb-lg-7 {
    margin-bottom: 7px !important; }
  .mb-lg-8 {
    margin-bottom: 8px !important; }
  .mb-lg-10 {
    margin-bottom: 10px !important; }
  .mb-lg-12 {
    margin-bottom: 12px !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-80 {
    margin-bottom: 80px !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-2 {
    margin-left: 2px !important; }
  .ms-lg-4 {
    margin-left: 4px !important; }
  .ms-lg-5 {
    margin-left: 5px !important; }
  .ms-lg-6 {
    margin-left: 6px !important; }
  .ms-lg-7 {
    margin-left: 7px !important; }
  .ms-lg-8 {
    margin-left: 8px !important; }
  .ms-lg-10 {
    margin-left: 10px !important; }
  .ms-lg-12 {
    margin-left: 12px !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-80 {
    margin-left: 80px !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; }
  .m-lg-n2 {
    margin: -2px !important; }
  .m-lg-n4 {
    margin: -4px !important; }
  .m-lg-n5 {
    margin: -5px !important; }
  .m-lg-n6 {
    margin: -6px !important; }
  .m-lg-n7 {
    margin: -7px !important; }
  .m-lg-n8 {
    margin: -8px !important; }
  .m-lg-n10 {
    margin: -10px !important; }
  .m-lg-n12 {
    margin: -12px !important; }
  .m-lg-n15 {
    margin: -15px !important; }
  .m-lg-n16 {
    margin: -16px !important; }
  .m-lg-n17 {
    margin: -17px !important; }
  .m-lg-n20 {
    margin: -20px !important; }
  .m-lg-n22 {
    margin: -22px !important; }
  .m-lg-n23 {
    margin: -23px !important; }
  .m-lg-n25 {
    margin: -25px !important; }
  .m-lg-n30 {
    margin: -30px !important; }
  .m-lg-n35 {
    margin: -35px !important; }
  .m-lg-n40 {
    margin: -40px !important; }
  .m-lg-n45 {
    margin: -45px !important; }
  .m-lg-n50 {
    margin: -50px !important; }
  .m-lg-n60 {
    margin: -60px !important; }
  .m-lg-n70 {
    margin: -70px !important; }
  .m-lg-n75 {
    margin: -75px !important; }
  .m-lg-n80 {
    margin: -80px !important; }
  .m-lg-n100 {
    margin: -100px !important; }
  .m-lg-n120 {
    margin: -120px !important; }
  .m-lg-n125 {
    margin: -125px !important; }
  .m-lg-n150 {
    margin: -150px !important; }
  .mx-lg-n2 {
    margin-right: -2px !important;
    margin-left: -2px !important; }
  .mx-lg-n4 {
    margin-right: -4px !important;
    margin-left: -4px !important; }
  .mx-lg-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .mx-lg-n6 {
    margin-right: -6px !important;
    margin-left: -6px !important; }
  .mx-lg-n7 {
    margin-right: -7px !important;
    margin-left: -7px !important; }
  .mx-lg-n8 {
    margin-right: -8px !important;
    margin-left: -8px !important; }
  .mx-lg-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-lg-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important; }
  .mx-lg-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .mx-lg-n16 {
    margin-right: -16px !important;
    margin-left: -16px !important; }
  .mx-lg-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important; }
  .mx-lg-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-lg-n22 {
    margin-right: -22px !important;
    margin-left: -22px !important; }
  .mx-lg-n23 {
    margin-right: -23px !important;
    margin-left: -23px !important; }
  .mx-lg-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .mx-lg-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-lg-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .mx-lg-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-lg-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .mx-lg-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-lg-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-lg-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-lg-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .mx-lg-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-lg-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-lg-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-lg-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .mx-lg-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-lg-n2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; }
  .my-lg-n4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; }
  .my-lg-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .my-lg-n6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important; }
  .my-lg-n7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important; }
  .my-lg-n8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; }
  .my-lg-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-lg-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; }
  .my-lg-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .my-lg-n16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; }
  .my-lg-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important; }
  .my-lg-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-lg-n22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important; }
  .my-lg-n23 {
    margin-top: -23px !important;
    margin-bottom: -23px !important; }
  .my-lg-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .my-lg-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-lg-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .my-lg-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-lg-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .my-lg-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-lg-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-lg-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-lg-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .my-lg-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-lg-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-lg-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-lg-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .my-lg-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mt-lg-n2 {
    margin-top: -2px !important; }
  .mt-lg-n4 {
    margin-top: -4px !important; }
  .mt-lg-n5 {
    margin-top: -5px !important; }
  .mt-lg-n6 {
    margin-top: -6px !important; }
  .mt-lg-n7 {
    margin-top: -7px !important; }
  .mt-lg-n8 {
    margin-top: -8px !important; }
  .mt-lg-n10 {
    margin-top: -10px !important; }
  .mt-lg-n12 {
    margin-top: -12px !important; }
  .mt-lg-n15 {
    margin-top: -15px !important; }
  .mt-lg-n16 {
    margin-top: -16px !important; }
  .mt-lg-n17 {
    margin-top: -17px !important; }
  .mt-lg-n20 {
    margin-top: -20px !important; }
  .mt-lg-n22 {
    margin-top: -22px !important; }
  .mt-lg-n23 {
    margin-top: -23px !important; }
  .mt-lg-n25 {
    margin-top: -25px !important; }
  .mt-lg-n30 {
    margin-top: -30px !important; }
  .mt-lg-n35 {
    margin-top: -35px !important; }
  .mt-lg-n40 {
    margin-top: -40px !important; }
  .mt-lg-n45 {
    margin-top: -45px !important; }
  .mt-lg-n50 {
    margin-top: -50px !important; }
  .mt-lg-n60 {
    margin-top: -60px !important; }
  .mt-lg-n70 {
    margin-top: -70px !important; }
  .mt-lg-n75 {
    margin-top: -75px !important; }
  .mt-lg-n80 {
    margin-top: -80px !important; }
  .mt-lg-n100 {
    margin-top: -100px !important; }
  .mt-lg-n120 {
    margin-top: -120px !important; }
  .mt-lg-n125 {
    margin-top: -125px !important; }
  .mt-lg-n150 {
    margin-top: -150px !important; }
  .me-lg-n2 {
    margin-right: -2px !important; }
  .me-lg-n4 {
    margin-right: -4px !important; }
  .me-lg-n5 {
    margin-right: -5px !important; }
  .me-lg-n6 {
    margin-right: -6px !important; }
  .me-lg-n7 {
    margin-right: -7px !important; }
  .me-lg-n8 {
    margin-right: -8px !important; }
  .me-lg-n10 {
    margin-right: -10px !important; }
  .me-lg-n12 {
    margin-right: -12px !important; }
  .me-lg-n15 {
    margin-right: -15px !important; }
  .me-lg-n16 {
    margin-right: -16px !important; }
  .me-lg-n17 {
    margin-right: -17px !important; }
  .me-lg-n20 {
    margin-right: -20px !important; }
  .me-lg-n22 {
    margin-right: -22px !important; }
  .me-lg-n23 {
    margin-right: -23px !important; }
  .me-lg-n25 {
    margin-right: -25px !important; }
  .me-lg-n30 {
    margin-right: -30px !important; }
  .me-lg-n35 {
    margin-right: -35px !important; }
  .me-lg-n40 {
    margin-right: -40px !important; }
  .me-lg-n45 {
    margin-right: -45px !important; }
  .me-lg-n50 {
    margin-right: -50px !important; }
  .me-lg-n60 {
    margin-right: -60px !important; }
  .me-lg-n70 {
    margin-right: -70px !important; }
  .me-lg-n75 {
    margin-right: -75px !important; }
  .me-lg-n80 {
    margin-right: -80px !important; }
  .me-lg-n100 {
    margin-right: -100px !important; }
  .me-lg-n120 {
    margin-right: -120px !important; }
  .me-lg-n125 {
    margin-right: -125px !important; }
  .me-lg-n150 {
    margin-right: -150px !important; }
  .mb-lg-n2 {
    margin-bottom: -2px !important; }
  .mb-lg-n4 {
    margin-bottom: -4px !important; }
  .mb-lg-n5 {
    margin-bottom: -5px !important; }
  .mb-lg-n6 {
    margin-bottom: -6px !important; }
  .mb-lg-n7 {
    margin-bottom: -7px !important; }
  .mb-lg-n8 {
    margin-bottom: -8px !important; }
  .mb-lg-n10 {
    margin-bottom: -10px !important; }
  .mb-lg-n12 {
    margin-bottom: -12px !important; }
  .mb-lg-n15 {
    margin-bottom: -15px !important; }
  .mb-lg-n16 {
    margin-bottom: -16px !important; }
  .mb-lg-n17 {
    margin-bottom: -17px !important; }
  .mb-lg-n20 {
    margin-bottom: -20px !important; }
  .mb-lg-n22 {
    margin-bottom: -22px !important; }
  .mb-lg-n23 {
    margin-bottom: -23px !important; }
  .mb-lg-n25 {
    margin-bottom: -25px !important; }
  .mb-lg-n30 {
    margin-bottom: -30px !important; }
  .mb-lg-n35 {
    margin-bottom: -35px !important; }
  .mb-lg-n40 {
    margin-bottom: -40px !important; }
  .mb-lg-n45 {
    margin-bottom: -45px !important; }
  .mb-lg-n50 {
    margin-bottom: -50px !important; }
  .mb-lg-n60 {
    margin-bottom: -60px !important; }
  .mb-lg-n70 {
    margin-bottom: -70px !important; }
  .mb-lg-n75 {
    margin-bottom: -75px !important; }
  .mb-lg-n80 {
    margin-bottom: -80px !important; }
  .mb-lg-n100 {
    margin-bottom: -100px !important; }
  .mb-lg-n120 {
    margin-bottom: -120px !important; }
  .mb-lg-n125 {
    margin-bottom: -125px !important; }
  .mb-lg-n150 {
    margin-bottom: -150px !important; }
  .ms-lg-n2 {
    margin-left: -2px !important; }
  .ms-lg-n4 {
    margin-left: -4px !important; }
  .ms-lg-n5 {
    margin-left: -5px !important; }
  .ms-lg-n6 {
    margin-left: -6px !important; }
  .ms-lg-n7 {
    margin-left: -7px !important; }
  .ms-lg-n8 {
    margin-left: -8px !important; }
  .ms-lg-n10 {
    margin-left: -10px !important; }
  .ms-lg-n12 {
    margin-left: -12px !important; }
  .ms-lg-n15 {
    margin-left: -15px !important; }
  .ms-lg-n16 {
    margin-left: -16px !important; }
  .ms-lg-n17 {
    margin-left: -17px !important; }
  .ms-lg-n20 {
    margin-left: -20px !important; }
  .ms-lg-n22 {
    margin-left: -22px !important; }
  .ms-lg-n23 {
    margin-left: -23px !important; }
  .ms-lg-n25 {
    margin-left: -25px !important; }
  .ms-lg-n30 {
    margin-left: -30px !important; }
  .ms-lg-n35 {
    margin-left: -35px !important; }
  .ms-lg-n40 {
    margin-left: -40px !important; }
  .ms-lg-n45 {
    margin-left: -45px !important; }
  .ms-lg-n50 {
    margin-left: -50px !important; }
  .ms-lg-n60 {
    margin-left: -60px !important; }
  .ms-lg-n70 {
    margin-left: -70px !important; }
  .ms-lg-n75 {
    margin-left: -75px !important; }
  .ms-lg-n80 {
    margin-left: -80px !important; }
  .ms-lg-n100 {
    margin-left: -100px !important; }
  .ms-lg-n120 {
    margin-left: -120px !important; }
  .ms-lg-n125 {
    margin-left: -125px !important; }
  .ms-lg-n150 {
    margin-left: -150px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-2 {
    padding: 2px !important; }
  .p-lg-4 {
    padding: 4px !important; }
  .p-lg-5 {
    padding: 5px !important; }
  .p-lg-6 {
    padding: 6px !important; }
  .p-lg-7 {
    padding: 7px !important; }
  .p-lg-8 {
    padding: 8px !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .p-lg-12 {
    padding: 12px !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-80 {
    padding: 80px !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-2 {
    padding-right: 2px !important;
    padding-left: 2px !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-6 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  .px-lg-7 {
    padding-right: 7px !important;
    padding-left: 7px !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-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-80 {
    padding-right: 80px !important;
    padding-left: 80px !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-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !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-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .py-lg-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !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-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-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !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-2 {
    padding-top: 2px !important; }
  .pt-lg-4 {
    padding-top: 4px !important; }
  .pt-lg-5 {
    padding-top: 5px !important; }
  .pt-lg-6 {
    padding-top: 6px !important; }
  .pt-lg-7 {
    padding-top: 7px !important; }
  .pt-lg-8 {
    padding-top: 8px !important; }
  .pt-lg-10 {
    padding-top: 10px !important; }
  .pt-lg-12 {
    padding-top: 12px !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-80 {
    padding-top: 80px !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-2 {
    padding-right: 2px !important; }
  .pe-lg-4 {
    padding-right: 4px !important; }
  .pe-lg-5 {
    padding-right: 5px !important; }
  .pe-lg-6 {
    padding-right: 6px !important; }
  .pe-lg-7 {
    padding-right: 7px !important; }
  .pe-lg-8 {
    padding-right: 8px !important; }
  .pe-lg-10 {
    padding-right: 10px !important; }
  .pe-lg-12 {
    padding-right: 12px !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-80 {
    padding-right: 80px !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-2 {
    padding-bottom: 2px !important; }
  .pb-lg-4 {
    padding-bottom: 4px !important; }
  .pb-lg-5 {
    padding-bottom: 5px !important; }
  .pb-lg-6 {
    padding-bottom: 6px !important; }
  .pb-lg-7 {
    padding-bottom: 7px !important; }
  .pb-lg-8 {
    padding-bottom: 8px !important; }
  .pb-lg-10 {
    padding-bottom: 10px !important; }
  .pb-lg-12 {
    padding-bottom: 12px !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-80 {
    padding-bottom: 80px !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-2 {
    padding-left: 2px !important; }
  .ps-lg-4 {
    padding-left: 4px !important; }
  .ps-lg-5 {
    padding-left: 5px !important; }
  .ps-lg-6 {
    padding-left: 6px !important; }
  .ps-lg-7 {
    padding-left: 7px !important; }
  .ps-lg-8 {
    padding-left: 8px !important; }
  .ps-lg-10 {
    padding-left: 10px !important; }
  .ps-lg-12 {
    padding-left: 12px !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-80 {
    padding-left: 80px !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-2 {
    gap: 2px !important; }
  .gap-xl-4 {
    gap: 4px !important; }
  .gap-xl-5 {
    gap: 5px !important; }
  .gap-xl-6 {
    gap: 6px !important; }
  .gap-xl-7 {
    gap: 7px !important; }
  .gap-xl-8 {
    gap: 8px !important; }
  .gap-xl-10 {
    gap: 10px !important; }
  .gap-xl-12 {
    gap: 12px !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-80 {
    gap: 80px !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-2 {
    margin: 2px !important; }
  .m-xl-4 {
    margin: 4px !important; }
  .m-xl-5 {
    margin: 5px !important; }
  .m-xl-6 {
    margin: 6px !important; }
  .m-xl-7 {
    margin: 7px !important; }
  .m-xl-8 {
    margin: 8px !important; }
  .m-xl-10 {
    margin: 10px !important; }
  .m-xl-12 {
    margin: 12px !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-80 {
    margin: 80px !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-2 {
    margin-right: 2px !important;
    margin-left: 2px !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-6 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  .mx-xl-7 {
    margin-right: 7px !important;
    margin-left: 7px !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-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-80 {
    margin-right: 80px !important;
    margin-left: 80px !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-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !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-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .my-xl-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !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-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-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !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-2 {
    margin-top: 2px !important; }
  .mt-xl-4 {
    margin-top: 4px !important; }
  .mt-xl-5 {
    margin-top: 5px !important; }
  .mt-xl-6 {
    margin-top: 6px !important; }
  .mt-xl-7 {
    margin-top: 7px !important; }
  .mt-xl-8 {
    margin-top: 8px !important; }
  .mt-xl-10 {
    margin-top: 10px !important; }
  .mt-xl-12 {
    margin-top: 12px !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-80 {
    margin-top: 80px !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-2 {
    margin-right: 2px !important; }
  .me-xl-4 {
    margin-right: 4px !important; }
  .me-xl-5 {
    margin-right: 5px !important; }
  .me-xl-6 {
    margin-right: 6px !important; }
  .me-xl-7 {
    margin-right: 7px !important; }
  .me-xl-8 {
    margin-right: 8px !important; }
  .me-xl-10 {
    margin-right: 10px !important; }
  .me-xl-12 {
    margin-right: 12px !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-80 {
    margin-right: 80px !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-2 {
    margin-bottom: 2px !important; }
  .mb-xl-4 {
    margin-bottom: 4px !important; }
  .mb-xl-5 {
    margin-bottom: 5px !important; }
  .mb-xl-6 {
    margin-bottom: 6px !important; }
  .mb-xl-7 {
    margin-bottom: 7px !important; }
  .mb-xl-8 {
    margin-bottom: 8px !important; }
  .mb-xl-10 {
    margin-bottom: 10px !important; }
  .mb-xl-12 {
    margin-bottom: 12px !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-80 {
    margin-bottom: 80px !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-2 {
    margin-left: 2px !important; }
  .ms-xl-4 {
    margin-left: 4px !important; }
  .ms-xl-5 {
    margin-left: 5px !important; }
  .ms-xl-6 {
    margin-left: 6px !important; }
  .ms-xl-7 {
    margin-left: 7px !important; }
  .ms-xl-8 {
    margin-left: 8px !important; }
  .ms-xl-10 {
    margin-left: 10px !important; }
  .ms-xl-12 {
    margin-left: 12px !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-80 {
    margin-left: 80px !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; }
  .m-xl-n2 {
    margin: -2px !important; }
  .m-xl-n4 {
    margin: -4px !important; }
  .m-xl-n5 {
    margin: -5px !important; }
  .m-xl-n6 {
    margin: -6px !important; }
  .m-xl-n7 {
    margin: -7px !important; }
  .m-xl-n8 {
    margin: -8px !important; }
  .m-xl-n10 {
    margin: -10px !important; }
  .m-xl-n12 {
    margin: -12px !important; }
  .m-xl-n15 {
    margin: -15px !important; }
  .m-xl-n16 {
    margin: -16px !important; }
  .m-xl-n17 {
    margin: -17px !important; }
  .m-xl-n20 {
    margin: -20px !important; }
  .m-xl-n22 {
    margin: -22px !important; }
  .m-xl-n23 {
    margin: -23px !important; }
  .m-xl-n25 {
    margin: -25px !important; }
  .m-xl-n30 {
    margin: -30px !important; }
  .m-xl-n35 {
    margin: -35px !important; }
  .m-xl-n40 {
    margin: -40px !important; }
  .m-xl-n45 {
    margin: -45px !important; }
  .m-xl-n50 {
    margin: -50px !important; }
  .m-xl-n60 {
    margin: -60px !important; }
  .m-xl-n70 {
    margin: -70px !important; }
  .m-xl-n75 {
    margin: -75px !important; }
  .m-xl-n80 {
    margin: -80px !important; }
  .m-xl-n100 {
    margin: -100px !important; }
  .m-xl-n120 {
    margin: -120px !important; }
  .m-xl-n125 {
    margin: -125px !important; }
  .m-xl-n150 {
    margin: -150px !important; }
  .mx-xl-n2 {
    margin-right: -2px !important;
    margin-left: -2px !important; }
  .mx-xl-n4 {
    margin-right: -4px !important;
    margin-left: -4px !important; }
  .mx-xl-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .mx-xl-n6 {
    margin-right: -6px !important;
    margin-left: -6px !important; }
  .mx-xl-n7 {
    margin-right: -7px !important;
    margin-left: -7px !important; }
  .mx-xl-n8 {
    margin-right: -8px !important;
    margin-left: -8px !important; }
  .mx-xl-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-xl-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important; }
  .mx-xl-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .mx-xl-n16 {
    margin-right: -16px !important;
    margin-left: -16px !important; }
  .mx-xl-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important; }
  .mx-xl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-xl-n22 {
    margin-right: -22px !important;
    margin-left: -22px !important; }
  .mx-xl-n23 {
    margin-right: -23px !important;
    margin-left: -23px !important; }
  .mx-xl-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .mx-xl-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-xl-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .mx-xl-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-xl-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .mx-xl-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-xl-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-xl-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-xl-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .mx-xl-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-xl-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-xl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-xl-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .mx-xl-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-xl-n2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; }
  .my-xl-n4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; }
  .my-xl-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .my-xl-n6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important; }
  .my-xl-n7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important; }
  .my-xl-n8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; }
  .my-xl-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-xl-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; }
  .my-xl-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .my-xl-n16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; }
  .my-xl-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important; }
  .my-xl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-xl-n22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important; }
  .my-xl-n23 {
    margin-top: -23px !important;
    margin-bottom: -23px !important; }
  .my-xl-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .my-xl-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-xl-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .my-xl-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-xl-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .my-xl-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-xl-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-xl-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-xl-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .my-xl-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-xl-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-xl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-xl-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .my-xl-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mt-xl-n2 {
    margin-top: -2px !important; }
  .mt-xl-n4 {
    margin-top: -4px !important; }
  .mt-xl-n5 {
    margin-top: -5px !important; }
  .mt-xl-n6 {
    margin-top: -6px !important; }
  .mt-xl-n7 {
    margin-top: -7px !important; }
  .mt-xl-n8 {
    margin-top: -8px !important; }
  .mt-xl-n10 {
    margin-top: -10px !important; }
  .mt-xl-n12 {
    margin-top: -12px !important; }
  .mt-xl-n15 {
    margin-top: -15px !important; }
  .mt-xl-n16 {
    margin-top: -16px !important; }
  .mt-xl-n17 {
    margin-top: -17px !important; }
  .mt-xl-n20 {
    margin-top: -20px !important; }
  .mt-xl-n22 {
    margin-top: -22px !important; }
  .mt-xl-n23 {
    margin-top: -23px !important; }
  .mt-xl-n25 {
    margin-top: -25px !important; }
  .mt-xl-n30 {
    margin-top: -30px !important; }
  .mt-xl-n35 {
    margin-top: -35px !important; }
  .mt-xl-n40 {
    margin-top: -40px !important; }
  .mt-xl-n45 {
    margin-top: -45px !important; }
  .mt-xl-n50 {
    margin-top: -50px !important; }
  .mt-xl-n60 {
    margin-top: -60px !important; }
  .mt-xl-n70 {
    margin-top: -70px !important; }
  .mt-xl-n75 {
    margin-top: -75px !important; }
  .mt-xl-n80 {
    margin-top: -80px !important; }
  .mt-xl-n100 {
    margin-top: -100px !important; }
  .mt-xl-n120 {
    margin-top: -120px !important; }
  .mt-xl-n125 {
    margin-top: -125px !important; }
  .mt-xl-n150 {
    margin-top: -150px !important; }
  .me-xl-n2 {
    margin-right: -2px !important; }
  .me-xl-n4 {
    margin-right: -4px !important; }
  .me-xl-n5 {
    margin-right: -5px !important; }
  .me-xl-n6 {
    margin-right: -6px !important; }
  .me-xl-n7 {
    margin-right: -7px !important; }
  .me-xl-n8 {
    margin-right: -8px !important; }
  .me-xl-n10 {
    margin-right: -10px !important; }
  .me-xl-n12 {
    margin-right: -12px !important; }
  .me-xl-n15 {
    margin-right: -15px !important; }
  .me-xl-n16 {
    margin-right: -16px !important; }
  .me-xl-n17 {
    margin-right: -17px !important; }
  .me-xl-n20 {
    margin-right: -20px !important; }
  .me-xl-n22 {
    margin-right: -22px !important; }
  .me-xl-n23 {
    margin-right: -23px !important; }
  .me-xl-n25 {
    margin-right: -25px !important; }
  .me-xl-n30 {
    margin-right: -30px !important; }
  .me-xl-n35 {
    margin-right: -35px !important; }
  .me-xl-n40 {
    margin-right: -40px !important; }
  .me-xl-n45 {
    margin-right: -45px !important; }
  .me-xl-n50 {
    margin-right: -50px !important; }
  .me-xl-n60 {
    margin-right: -60px !important; }
  .me-xl-n70 {
    margin-right: -70px !important; }
  .me-xl-n75 {
    margin-right: -75px !important; }
  .me-xl-n80 {
    margin-right: -80px !important; }
  .me-xl-n100 {
    margin-right: -100px !important; }
  .me-xl-n120 {
    margin-right: -120px !important; }
  .me-xl-n125 {
    margin-right: -125px !important; }
  .me-xl-n150 {
    margin-right: -150px !important; }
  .mb-xl-n2 {
    margin-bottom: -2px !important; }
  .mb-xl-n4 {
    margin-bottom: -4px !important; }
  .mb-xl-n5 {
    margin-bottom: -5px !important; }
  .mb-xl-n6 {
    margin-bottom: -6px !important; }
  .mb-xl-n7 {
    margin-bottom: -7px !important; }
  .mb-xl-n8 {
    margin-bottom: -8px !important; }
  .mb-xl-n10 {
    margin-bottom: -10px !important; }
  .mb-xl-n12 {
    margin-bottom: -12px !important; }
  .mb-xl-n15 {
    margin-bottom: -15px !important; }
  .mb-xl-n16 {
    margin-bottom: -16px !important; }
  .mb-xl-n17 {
    margin-bottom: -17px !important; }
  .mb-xl-n20 {
    margin-bottom: -20px !important; }
  .mb-xl-n22 {
    margin-bottom: -22px !important; }
  .mb-xl-n23 {
    margin-bottom: -23px !important; }
  .mb-xl-n25 {
    margin-bottom: -25px !important; }
  .mb-xl-n30 {
    margin-bottom: -30px !important; }
  .mb-xl-n35 {
    margin-bottom: -35px !important; }
  .mb-xl-n40 {
    margin-bottom: -40px !important; }
  .mb-xl-n45 {
    margin-bottom: -45px !important; }
  .mb-xl-n50 {
    margin-bottom: -50px !important; }
  .mb-xl-n60 {
    margin-bottom: -60px !important; }
  .mb-xl-n70 {
    margin-bottom: -70px !important; }
  .mb-xl-n75 {
    margin-bottom: -75px !important; }
  .mb-xl-n80 {
    margin-bottom: -80px !important; }
  .mb-xl-n100 {
    margin-bottom: -100px !important; }
  .mb-xl-n120 {
    margin-bottom: -120px !important; }
  .mb-xl-n125 {
    margin-bottom: -125px !important; }
  .mb-xl-n150 {
    margin-bottom: -150px !important; }
  .ms-xl-n2 {
    margin-left: -2px !important; }
  .ms-xl-n4 {
    margin-left: -4px !important; }
  .ms-xl-n5 {
    margin-left: -5px !important; }
  .ms-xl-n6 {
    margin-left: -6px !important; }
  .ms-xl-n7 {
    margin-left: -7px !important; }
  .ms-xl-n8 {
    margin-left: -8px !important; }
  .ms-xl-n10 {
    margin-left: -10px !important; }
  .ms-xl-n12 {
    margin-left: -12px !important; }
  .ms-xl-n15 {
    margin-left: -15px !important; }
  .ms-xl-n16 {
    margin-left: -16px !important; }
  .ms-xl-n17 {
    margin-left: -17px !important; }
  .ms-xl-n20 {
    margin-left: -20px !important; }
  .ms-xl-n22 {
    margin-left: -22px !important; }
  .ms-xl-n23 {
    margin-left: -23px !important; }
  .ms-xl-n25 {
    margin-left: -25px !important; }
  .ms-xl-n30 {
    margin-left: -30px !important; }
  .ms-xl-n35 {
    margin-left: -35px !important; }
  .ms-xl-n40 {
    margin-left: -40px !important; }
  .ms-xl-n45 {
    margin-left: -45px !important; }
  .ms-xl-n50 {
    margin-left: -50px !important; }
  .ms-xl-n60 {
    margin-left: -60px !important; }
  .ms-xl-n70 {
    margin-left: -70px !important; }
  .ms-xl-n75 {
    margin-left: -75px !important; }
  .ms-xl-n80 {
    margin-left: -80px !important; }
  .ms-xl-n100 {
    margin-left: -100px !important; }
  .ms-xl-n120 {
    margin-left: -120px !important; }
  .ms-xl-n125 {
    margin-left: -125px !important; }
  .ms-xl-n150 {
    margin-left: -150px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-2 {
    padding: 2px !important; }
  .p-xl-4 {
    padding: 4px !important; }
  .p-xl-5 {
    padding: 5px !important; }
  .p-xl-6 {
    padding: 6px !important; }
  .p-xl-7 {
    padding: 7px !important; }
  .p-xl-8 {
    padding: 8px !important; }
  .p-xl-10 {
    padding: 10px !important; }
  .p-xl-12 {
    padding: 12px !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-80 {
    padding: 80px !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-2 {
    padding-right: 2px !important;
    padding-left: 2px !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-6 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  .px-xl-7 {
    padding-right: 7px !important;
    padding-left: 7px !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-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-80 {
    padding-right: 80px !important;
    padding-left: 80px !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-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !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-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .py-xl-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !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-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-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !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-2 {
    padding-top: 2px !important; }
  .pt-xl-4 {
    padding-top: 4px !important; }
  .pt-xl-5 {
    padding-top: 5px !important; }
  .pt-xl-6 {
    padding-top: 6px !important; }
  .pt-xl-7 {
    padding-top: 7px !important; }
  .pt-xl-8 {
    padding-top: 8px !important; }
  .pt-xl-10 {
    padding-top: 10px !important; }
  .pt-xl-12 {
    padding-top: 12px !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-80 {
    padding-top: 80px !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-2 {
    padding-right: 2px !important; }
  .pe-xl-4 {
    padding-right: 4px !important; }
  .pe-xl-5 {
    padding-right: 5px !important; }
  .pe-xl-6 {
    padding-right: 6px !important; }
  .pe-xl-7 {
    padding-right: 7px !important; }
  .pe-xl-8 {
    padding-right: 8px !important; }
  .pe-xl-10 {
    padding-right: 10px !important; }
  .pe-xl-12 {
    padding-right: 12px !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-80 {
    padding-right: 80px !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-2 {
    padding-bottom: 2px !important; }
  .pb-xl-4 {
    padding-bottom: 4px !important; }
  .pb-xl-5 {
    padding-bottom: 5px !important; }
  .pb-xl-6 {
    padding-bottom: 6px !important; }
  .pb-xl-7 {
    padding-bottom: 7px !important; }
  .pb-xl-8 {
    padding-bottom: 8px !important; }
  .pb-xl-10 {
    padding-bottom: 10px !important; }
  .pb-xl-12 {
    padding-bottom: 12px !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-80 {
    padding-bottom: 80px !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-2 {
    padding-left: 2px !important; }
  .ps-xl-4 {
    padding-left: 4px !important; }
  .ps-xl-5 {
    padding-left: 5px !important; }
  .ps-xl-6 {
    padding-left: 6px !important; }
  .ps-xl-7 {
    padding-left: 7px !important; }
  .ps-xl-8 {
    padding-left: 8px !important; }
  .ps-xl-10 {
    padding-left: 10px !important; }
  .ps-xl-12 {
    padding-left: 12px !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-80 {
    padding-left: 80px !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-2 {
    gap: 2px !important; }
  .gap-xxl-4 {
    gap: 4px !important; }
  .gap-xxl-5 {
    gap: 5px !important; }
  .gap-xxl-6 {
    gap: 6px !important; }
  .gap-xxl-7 {
    gap: 7px !important; }
  .gap-xxl-8 {
    gap: 8px !important; }
  .gap-xxl-10 {
    gap: 10px !important; }
  .gap-xxl-12 {
    gap: 12px !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-80 {
    gap: 80px !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-2 {
    margin: 2px !important; }
  .m-xxl-4 {
    margin: 4px !important; }
  .m-xxl-5 {
    margin: 5px !important; }
  .m-xxl-6 {
    margin: 6px !important; }
  .m-xxl-7 {
    margin: 7px !important; }
  .m-xxl-8 {
    margin: 8px !important; }
  .m-xxl-10 {
    margin: 10px !important; }
  .m-xxl-12 {
    margin: 12px !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-80 {
    margin: 80px !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-2 {
    margin-right: 2px !important;
    margin-left: 2px !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-6 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  .mx-xxl-7 {
    margin-right: 7px !important;
    margin-left: 7px !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-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-80 {
    margin-right: 80px !important;
    margin-left: 80px !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-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !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-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .my-xxl-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !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-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-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !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-2 {
    margin-top: 2px !important; }
  .mt-xxl-4 {
    margin-top: 4px !important; }
  .mt-xxl-5 {
    margin-top: 5px !important; }
  .mt-xxl-6 {
    margin-top: 6px !important; }
  .mt-xxl-7 {
    margin-top: 7px !important; }
  .mt-xxl-8 {
    margin-top: 8px !important; }
  .mt-xxl-10 {
    margin-top: 10px !important; }
  .mt-xxl-12 {
    margin-top: 12px !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-80 {
    margin-top: 80px !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-2 {
    margin-right: 2px !important; }
  .me-xxl-4 {
    margin-right: 4px !important; }
  .me-xxl-5 {
    margin-right: 5px !important; }
  .me-xxl-6 {
    margin-right: 6px !important; }
  .me-xxl-7 {
    margin-right: 7px !important; }
  .me-xxl-8 {
    margin-right: 8px !important; }
  .me-xxl-10 {
    margin-right: 10px !important; }
  .me-xxl-12 {
    margin-right: 12px !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-80 {
    margin-right: 80px !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-2 {
    margin-bottom: 2px !important; }
  .mb-xxl-4 {
    margin-bottom: 4px !important; }
  .mb-xxl-5 {
    margin-bottom: 5px !important; }
  .mb-xxl-6 {
    margin-bottom: 6px !important; }
  .mb-xxl-7 {
    margin-bottom: 7px !important; }
  .mb-xxl-8 {
    margin-bottom: 8px !important; }
  .mb-xxl-10 {
    margin-bottom: 10px !important; }
  .mb-xxl-12 {
    margin-bottom: 12px !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-80 {
    margin-bottom: 80px !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-2 {
    margin-left: 2px !important; }
  .ms-xxl-4 {
    margin-left: 4px !important; }
  .ms-xxl-5 {
    margin-left: 5px !important; }
  .ms-xxl-6 {
    margin-left: 6px !important; }
  .ms-xxl-7 {
    margin-left: 7px !important; }
  .ms-xxl-8 {
    margin-left: 8px !important; }
  .ms-xxl-10 {
    margin-left: 10px !important; }
  .ms-xxl-12 {
    margin-left: 12px !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-80 {
    margin-left: 80px !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; }
  .m-xxl-n2 {
    margin: -2px !important; }
  .m-xxl-n4 {
    margin: -4px !important; }
  .m-xxl-n5 {
    margin: -5px !important; }
  .m-xxl-n6 {
    margin: -6px !important; }
  .m-xxl-n7 {
    margin: -7px !important; }
  .m-xxl-n8 {
    margin: -8px !important; }
  .m-xxl-n10 {
    margin: -10px !important; }
  .m-xxl-n12 {
    margin: -12px !important; }
  .m-xxl-n15 {
    margin: -15px !important; }
  .m-xxl-n16 {
    margin: -16px !important; }
  .m-xxl-n17 {
    margin: -17px !important; }
  .m-xxl-n20 {
    margin: -20px !important; }
  .m-xxl-n22 {
    margin: -22px !important; }
  .m-xxl-n23 {
    margin: -23px !important; }
  .m-xxl-n25 {
    margin: -25px !important; }
  .m-xxl-n30 {
    margin: -30px !important; }
  .m-xxl-n35 {
    margin: -35px !important; }
  .m-xxl-n40 {
    margin: -40px !important; }
  .m-xxl-n45 {
    margin: -45px !important; }
  .m-xxl-n50 {
    margin: -50px !important; }
  .m-xxl-n60 {
    margin: -60px !important; }
  .m-xxl-n70 {
    margin: -70px !important; }
  .m-xxl-n75 {
    margin: -75px !important; }
  .m-xxl-n80 {
    margin: -80px !important; }
  .m-xxl-n100 {
    margin: -100px !important; }
  .m-xxl-n120 {
    margin: -120px !important; }
  .m-xxl-n125 {
    margin: -125px !important; }
  .m-xxl-n150 {
    margin: -150px !important; }
  .mx-xxl-n2 {
    margin-right: -2px !important;
    margin-left: -2px !important; }
  .mx-xxl-n4 {
    margin-right: -4px !important;
    margin-left: -4px !important; }
  .mx-xxl-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .mx-xxl-n6 {
    margin-right: -6px !important;
    margin-left: -6px !important; }
  .mx-xxl-n7 {
    margin-right: -7px !important;
    margin-left: -7px !important; }
  .mx-xxl-n8 {
    margin-right: -8px !important;
    margin-left: -8px !important; }
  .mx-xxl-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-xxl-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important; }
  .mx-xxl-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .mx-xxl-n16 {
    margin-right: -16px !important;
    margin-left: -16px !important; }
  .mx-xxl-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important; }
  .mx-xxl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-xxl-n22 {
    margin-right: -22px !important;
    margin-left: -22px !important; }
  .mx-xxl-n23 {
    margin-right: -23px !important;
    margin-left: -23px !important; }
  .mx-xxl-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .mx-xxl-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-xxl-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .mx-xxl-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-xxl-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .mx-xxl-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-xxl-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-xxl-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-xxl-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .mx-xxl-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-xxl-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-xxl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-xxl-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .mx-xxl-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-xxl-n2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; }
  .my-xxl-n4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; }
  .my-xxl-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .my-xxl-n6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important; }
  .my-xxl-n7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important; }
  .my-xxl-n8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; }
  .my-xxl-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-xxl-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; }
  .my-xxl-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .my-xxl-n16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; }
  .my-xxl-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important; }
  .my-xxl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-xxl-n22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important; }
  .my-xxl-n23 {
    margin-top: -23px !important;
    margin-bottom: -23px !important; }
  .my-xxl-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .my-xxl-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-xxl-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .my-xxl-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-xxl-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .my-xxl-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-xxl-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-xxl-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-xxl-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .my-xxl-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-xxl-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-xxl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-xxl-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .my-xxl-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mt-xxl-n2 {
    margin-top: -2px !important; }
  .mt-xxl-n4 {
    margin-top: -4px !important; }
  .mt-xxl-n5 {
    margin-top: -5px !important; }
  .mt-xxl-n6 {
    margin-top: -6px !important; }
  .mt-xxl-n7 {
    margin-top: -7px !important; }
  .mt-xxl-n8 {
    margin-top: -8px !important; }
  .mt-xxl-n10 {
    margin-top: -10px !important; }
  .mt-xxl-n12 {
    margin-top: -12px !important; }
  .mt-xxl-n15 {
    margin-top: -15px !important; }
  .mt-xxl-n16 {
    margin-top: -16px !important; }
  .mt-xxl-n17 {
    margin-top: -17px !important; }
  .mt-xxl-n20 {
    margin-top: -20px !important; }
  .mt-xxl-n22 {
    margin-top: -22px !important; }
  .mt-xxl-n23 {
    margin-top: -23px !important; }
  .mt-xxl-n25 {
    margin-top: -25px !important; }
  .mt-xxl-n30 {
    margin-top: -30px !important; }
  .mt-xxl-n35 {
    margin-top: -35px !important; }
  .mt-xxl-n40 {
    margin-top: -40px !important; }
  .mt-xxl-n45 {
    margin-top: -45px !important; }
  .mt-xxl-n50 {
    margin-top: -50px !important; }
  .mt-xxl-n60 {
    margin-top: -60px !important; }
  .mt-xxl-n70 {
    margin-top: -70px !important; }
  .mt-xxl-n75 {
    margin-top: -75px !important; }
  .mt-xxl-n80 {
    margin-top: -80px !important; }
  .mt-xxl-n100 {
    margin-top: -100px !important; }
  .mt-xxl-n120 {
    margin-top: -120px !important; }
  .mt-xxl-n125 {
    margin-top: -125px !important; }
  .mt-xxl-n150 {
    margin-top: -150px !important; }
  .me-xxl-n2 {
    margin-right: -2px !important; }
  .me-xxl-n4 {
    margin-right: -4px !important; }
  .me-xxl-n5 {
    margin-right: -5px !important; }
  .me-xxl-n6 {
    margin-right: -6px !important; }
  .me-xxl-n7 {
    margin-right: -7px !important; }
  .me-xxl-n8 {
    margin-right: -8px !important; }
  .me-xxl-n10 {
    margin-right: -10px !important; }
  .me-xxl-n12 {
    margin-right: -12px !important; }
  .me-xxl-n15 {
    margin-right: -15px !important; }
  .me-xxl-n16 {
    margin-right: -16px !important; }
  .me-xxl-n17 {
    margin-right: -17px !important; }
  .me-xxl-n20 {
    margin-right: -20px !important; }
  .me-xxl-n22 {
    margin-right: -22px !important; }
  .me-xxl-n23 {
    margin-right: -23px !important; }
  .me-xxl-n25 {
    margin-right: -25px !important; }
  .me-xxl-n30 {
    margin-right: -30px !important; }
  .me-xxl-n35 {
    margin-right: -35px !important; }
  .me-xxl-n40 {
    margin-right: -40px !important; }
  .me-xxl-n45 {
    margin-right: -45px !important; }
  .me-xxl-n50 {
    margin-right: -50px !important; }
  .me-xxl-n60 {
    margin-right: -60px !important; }
  .me-xxl-n70 {
    margin-right: -70px !important; }
  .me-xxl-n75 {
    margin-right: -75px !important; }
  .me-xxl-n80 {
    margin-right: -80px !important; }
  .me-xxl-n100 {
    margin-right: -100px !important; }
  .me-xxl-n120 {
    margin-right: -120px !important; }
  .me-xxl-n125 {
    margin-right: -125px !important; }
  .me-xxl-n150 {
    margin-right: -150px !important; }
  .mb-xxl-n2 {
    margin-bottom: -2px !important; }
  .mb-xxl-n4 {
    margin-bottom: -4px !important; }
  .mb-xxl-n5 {
    margin-bottom: -5px !important; }
  .mb-xxl-n6 {
    margin-bottom: -6px !important; }
  .mb-xxl-n7 {
    margin-bottom: -7px !important; }
  .mb-xxl-n8 {
    margin-bottom: -8px !important; }
  .mb-xxl-n10 {
    margin-bottom: -10px !important; }
  .mb-xxl-n12 {
    margin-bottom: -12px !important; }
  .mb-xxl-n15 {
    margin-bottom: -15px !important; }
  .mb-xxl-n16 {
    margin-bottom: -16px !important; }
  .mb-xxl-n17 {
    margin-bottom: -17px !important; }
  .mb-xxl-n20 {
    margin-bottom: -20px !important; }
  .mb-xxl-n22 {
    margin-bottom: -22px !important; }
  .mb-xxl-n23 {
    margin-bottom: -23px !important; }
  .mb-xxl-n25 {
    margin-bottom: -25px !important; }
  .mb-xxl-n30 {
    margin-bottom: -30px !important; }
  .mb-xxl-n35 {
    margin-bottom: -35px !important; }
  .mb-xxl-n40 {
    margin-bottom: -40px !important; }
  .mb-xxl-n45 {
    margin-bottom: -45px !important; }
  .mb-xxl-n50 {
    margin-bottom: -50px !important; }
  .mb-xxl-n60 {
    margin-bottom: -60px !important; }
  .mb-xxl-n70 {
    margin-bottom: -70px !important; }
  .mb-xxl-n75 {
    margin-bottom: -75px !important; }
  .mb-xxl-n80 {
    margin-bottom: -80px !important; }
  .mb-xxl-n100 {
    margin-bottom: -100px !important; }
  .mb-xxl-n120 {
    margin-bottom: -120px !important; }
  .mb-xxl-n125 {
    margin-bottom: -125px !important; }
  .mb-xxl-n150 {
    margin-bottom: -150px !important; }
  .ms-xxl-n2 {
    margin-left: -2px !important; }
  .ms-xxl-n4 {
    margin-left: -4px !important; }
  .ms-xxl-n5 {
    margin-left: -5px !important; }
  .ms-xxl-n6 {
    margin-left: -6px !important; }
  .ms-xxl-n7 {
    margin-left: -7px !important; }
  .ms-xxl-n8 {
    margin-left: -8px !important; }
  .ms-xxl-n10 {
    margin-left: -10px !important; }
  .ms-xxl-n12 {
    margin-left: -12px !important; }
  .ms-xxl-n15 {
    margin-left: -15px !important; }
  .ms-xxl-n16 {
    margin-left: -16px !important; }
  .ms-xxl-n17 {
    margin-left: -17px !important; }
  .ms-xxl-n20 {
    margin-left: -20px !important; }
  .ms-xxl-n22 {
    margin-left: -22px !important; }
  .ms-xxl-n23 {
    margin-left: -23px !important; }
  .ms-xxl-n25 {
    margin-left: -25px !important; }
  .ms-xxl-n30 {
    margin-left: -30px !important; }
  .ms-xxl-n35 {
    margin-left: -35px !important; }
  .ms-xxl-n40 {
    margin-left: -40px !important; }
  .ms-xxl-n45 {
    margin-left: -45px !important; }
  .ms-xxl-n50 {
    margin-left: -50px !important; }
  .ms-xxl-n60 {
    margin-left: -60px !important; }
  .ms-xxl-n70 {
    margin-left: -70px !important; }
  .ms-xxl-n75 {
    margin-left: -75px !important; }
  .ms-xxl-n80 {
    margin-left: -80px !important; }
  .ms-xxl-n100 {
    margin-left: -100px !important; }
  .ms-xxl-n120 {
    margin-left: -120px !important; }
  .ms-xxl-n125 {
    margin-left: -125px !important; }
  .ms-xxl-n150 {
    margin-left: -150px !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-2 {
    padding: 2px !important; }
  .p-xxl-4 {
    padding: 4px !important; }
  .p-xxl-5 {
    padding: 5px !important; }
  .p-xxl-6 {
    padding: 6px !important; }
  .p-xxl-7 {
    padding: 7px !important; }
  .p-xxl-8 {
    padding: 8px !important; }
  .p-xxl-10 {
    padding: 10px !important; }
  .p-xxl-12 {
    padding: 12px !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-80 {
    padding: 80px !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-2 {
    padding-right: 2px !important;
    padding-left: 2px !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-6 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  .px-xxl-7 {
    padding-right: 7px !important;
    padding-left: 7px !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-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-80 {
    padding-right: 80px !important;
    padding-left: 80px !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-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !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-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .py-xxl-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !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-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-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !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-2 {
    padding-top: 2px !important; }
  .pt-xxl-4 {
    padding-top: 4px !important; }
  .pt-xxl-5 {
    padding-top: 5px !important; }
  .pt-xxl-6 {
    padding-top: 6px !important; }
  .pt-xxl-7 {
    padding-top: 7px !important; }
  .pt-xxl-8 {
    padding-top: 8px !important; }
  .pt-xxl-10 {
    padding-top: 10px !important; }
  .pt-xxl-12 {
    padding-top: 12px !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-80 {
    padding-top: 80px !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-2 {
    padding-right: 2px !important; }
  .pe-xxl-4 {
    padding-right: 4px !important; }
  .pe-xxl-5 {
    padding-right: 5px !important; }
  .pe-xxl-6 {
    padding-right: 6px !important; }
  .pe-xxl-7 {
    padding-right: 7px !important; }
  .pe-xxl-8 {
    padding-right: 8px !important; }
  .pe-xxl-10 {
    padding-right: 10px !important; }
  .pe-xxl-12 {
    padding-right: 12px !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-80 {
    padding-right: 80px !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-2 {
    padding-bottom: 2px !important; }
  .pb-xxl-4 {
    padding-bottom: 4px !important; }
  .pb-xxl-5 {
    padding-bottom: 5px !important; }
  .pb-xxl-6 {
    padding-bottom: 6px !important; }
  .pb-xxl-7 {
    padding-bottom: 7px !important; }
  .pb-xxl-8 {
    padding-bottom: 8px !important; }
  .pb-xxl-10 {
    padding-bottom: 10px !important; }
  .pb-xxl-12 {
    padding-bottom: 12px !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-80 {
    padding-bottom: 80px !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-2 {
    padding-left: 2px !important; }
  .ps-xxl-4 {
    padding-left: 4px !important; }
  .ps-xxl-5 {
    padding-left: 5px !important; }
  .ps-xxl-6 {
    padding-left: 6px !important; }
  .ps-xxl-7 {
    padding-left: 7px !important; }
  .ps-xxl-8 {
    padding-left: 8px !important; }
  .ps-xxl-10 {
    padding-left: 10px !important; }
  .ps-xxl-12 {
    padding-left: 12px !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-80 {
    padding-left: 80px !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-2 {
    gap: 2px !important; }
  .gap-xxxl-4 {
    gap: 4px !important; }
  .gap-xxxl-5 {
    gap: 5px !important; }
  .gap-xxxl-6 {
    gap: 6px !important; }
  .gap-xxxl-7 {
    gap: 7px !important; }
  .gap-xxxl-8 {
    gap: 8px !important; }
  .gap-xxxl-10 {
    gap: 10px !important; }
  .gap-xxxl-12 {
    gap: 12px !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-80 {
    gap: 80px !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-2 {
    margin: 2px !important; }
  .m-xxxl-4 {
    margin: 4px !important; }
  .m-xxxl-5 {
    margin: 5px !important; }
  .m-xxxl-6 {
    margin: 6px !important; }
  .m-xxxl-7 {
    margin: 7px !important; }
  .m-xxxl-8 {
    margin: 8px !important; }
  .m-xxxl-10 {
    margin: 10px !important; }
  .m-xxxl-12 {
    margin: 12px !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-80 {
    margin: 80px !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-2 {
    margin-right: 2px !important;
    margin-left: 2px !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-6 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  .mx-xxxl-7 {
    margin-right: 7px !important;
    margin-left: 7px !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-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-80 {
    margin-right: 80px !important;
    margin-left: 80px !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-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !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-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .my-xxxl-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !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-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-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !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-2 {
    margin-top: 2px !important; }
  .mt-xxxl-4 {
    margin-top: 4px !important; }
  .mt-xxxl-5 {
    margin-top: 5px !important; }
  .mt-xxxl-6 {
    margin-top: 6px !important; }
  .mt-xxxl-7 {
    margin-top: 7px !important; }
  .mt-xxxl-8 {
    margin-top: 8px !important; }
  .mt-xxxl-10 {
    margin-top: 10px !important; }
  .mt-xxxl-12 {
    margin-top: 12px !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-80 {
    margin-top: 80px !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-2 {
    margin-right: 2px !important; }
  .me-xxxl-4 {
    margin-right: 4px !important; }
  .me-xxxl-5 {
    margin-right: 5px !important; }
  .me-xxxl-6 {
    margin-right: 6px !important; }
  .me-xxxl-7 {
    margin-right: 7px !important; }
  .me-xxxl-8 {
    margin-right: 8px !important; }
  .me-xxxl-10 {
    margin-right: 10px !important; }
  .me-xxxl-12 {
    margin-right: 12px !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-80 {
    margin-right: 80px !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-2 {
    margin-bottom: 2px !important; }
  .mb-xxxl-4 {
    margin-bottom: 4px !important; }
  .mb-xxxl-5 {
    margin-bottom: 5px !important; }
  .mb-xxxl-6 {
    margin-bottom: 6px !important; }
  .mb-xxxl-7 {
    margin-bottom: 7px !important; }
  .mb-xxxl-8 {
    margin-bottom: 8px !important; }
  .mb-xxxl-10 {
    margin-bottom: 10px !important; }
  .mb-xxxl-12 {
    margin-bottom: 12px !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-80 {
    margin-bottom: 80px !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-2 {
    margin-left: 2px !important; }
  .ms-xxxl-4 {
    margin-left: 4px !important; }
  .ms-xxxl-5 {
    margin-left: 5px !important; }
  .ms-xxxl-6 {
    margin-left: 6px !important; }
  .ms-xxxl-7 {
    margin-left: 7px !important; }
  .ms-xxxl-8 {
    margin-left: 8px !important; }
  .ms-xxxl-10 {
    margin-left: 10px !important; }
  .ms-xxxl-12 {
    margin-left: 12px !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-80 {
    margin-left: 80px !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; }
  .m-xxxl-n2 {
    margin: -2px !important; }
  .m-xxxl-n4 {
    margin: -4px !important; }
  .m-xxxl-n5 {
    margin: -5px !important; }
  .m-xxxl-n6 {
    margin: -6px !important; }
  .m-xxxl-n7 {
    margin: -7px !important; }
  .m-xxxl-n8 {
    margin: -8px !important; }
  .m-xxxl-n10 {
    margin: -10px !important; }
  .m-xxxl-n12 {
    margin: -12px !important; }
  .m-xxxl-n15 {
    margin: -15px !important; }
  .m-xxxl-n16 {
    margin: -16px !important; }
  .m-xxxl-n17 {
    margin: -17px !important; }
  .m-xxxl-n20 {
    margin: -20px !important; }
  .m-xxxl-n22 {
    margin: -22px !important; }
  .m-xxxl-n23 {
    margin: -23px !important; }
  .m-xxxl-n25 {
    margin: -25px !important; }
  .m-xxxl-n30 {
    margin: -30px !important; }
  .m-xxxl-n35 {
    margin: -35px !important; }
  .m-xxxl-n40 {
    margin: -40px !important; }
  .m-xxxl-n45 {
    margin: -45px !important; }
  .m-xxxl-n50 {
    margin: -50px !important; }
  .m-xxxl-n60 {
    margin: -60px !important; }
  .m-xxxl-n70 {
    margin: -70px !important; }
  .m-xxxl-n75 {
    margin: -75px !important; }
  .m-xxxl-n80 {
    margin: -80px !important; }
  .m-xxxl-n100 {
    margin: -100px !important; }
  .m-xxxl-n120 {
    margin: -120px !important; }
  .m-xxxl-n125 {
    margin: -125px !important; }
  .m-xxxl-n150 {
    margin: -150px !important; }
  .mx-xxxl-n2 {
    margin-right: -2px !important;
    margin-left: -2px !important; }
  .mx-xxxl-n4 {
    margin-right: -4px !important;
    margin-left: -4px !important; }
  .mx-xxxl-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .mx-xxxl-n6 {
    margin-right: -6px !important;
    margin-left: -6px !important; }
  .mx-xxxl-n7 {
    margin-right: -7px !important;
    margin-left: -7px !important; }
  .mx-xxxl-n8 {
    margin-right: -8px !important;
    margin-left: -8px !important; }
  .mx-xxxl-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .mx-xxxl-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important; }
  .mx-xxxl-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .mx-xxxl-n16 {
    margin-right: -16px !important;
    margin-left: -16px !important; }
  .mx-xxxl-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important; }
  .mx-xxxl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .mx-xxxl-n22 {
    margin-right: -22px !important;
    margin-left: -22px !important; }
  .mx-xxxl-n23 {
    margin-right: -23px !important;
    margin-left: -23px !important; }
  .mx-xxxl-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .mx-xxxl-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .mx-xxxl-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .mx-xxxl-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .mx-xxxl-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .mx-xxxl-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .mx-xxxl-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .mx-xxxl-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .mx-xxxl-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .mx-xxxl-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .mx-xxxl-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .mx-xxxl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .mx-xxxl-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .mx-xxxl-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-xxxl-n2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; }
  .my-xxxl-n4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; }
  .my-xxxl-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .my-xxxl-n6 {
    margin-top: -6px !important;
    margin-bottom: -6px !important; }
  .my-xxxl-n7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important; }
  .my-xxxl-n8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; }
  .my-xxxl-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .my-xxxl-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; }
  .my-xxxl-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .my-xxxl-n16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; }
  .my-xxxl-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important; }
  .my-xxxl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .my-xxxl-n22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important; }
  .my-xxxl-n23 {
    margin-top: -23px !important;
    margin-bottom: -23px !important; }
  .my-xxxl-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .my-xxxl-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .my-xxxl-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .my-xxxl-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .my-xxxl-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .my-xxxl-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .my-xxxl-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .my-xxxl-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .my-xxxl-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .my-xxxl-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .my-xxxl-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .my-xxxl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .my-xxxl-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .my-xxxl-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .mt-xxxl-n2 {
    margin-top: -2px !important; }
  .mt-xxxl-n4 {
    margin-top: -4px !important; }
  .mt-xxxl-n5 {
    margin-top: -5px !important; }
  .mt-xxxl-n6 {
    margin-top: -6px !important; }
  .mt-xxxl-n7 {
    margin-top: -7px !important; }
  .mt-xxxl-n8 {
    margin-top: -8px !important; }
  .mt-xxxl-n10 {
    margin-top: -10px !important; }
  .mt-xxxl-n12 {
    margin-top: -12px !important; }
  .mt-xxxl-n15 {
    margin-top: -15px !important; }
  .mt-xxxl-n16 {
    margin-top: -16px !important; }
  .mt-xxxl-n17 {
    margin-top: -17px !important; }
  .mt-xxxl-n20 {
    margin-top: -20px !important; }
  .mt-xxxl-n22 {
    margin-top: -22px !important; }
  .mt-xxxl-n23 {
    margin-top: -23px !important; }
  .mt-xxxl-n25 {
    margin-top: -25px !important; }
  .mt-xxxl-n30 {
    margin-top: -30px !important; }
  .mt-xxxl-n35 {
    margin-top: -35px !important; }
  .mt-xxxl-n40 {
    margin-top: -40px !important; }
  .mt-xxxl-n45 {
    margin-top: -45px !important; }
  .mt-xxxl-n50 {
    margin-top: -50px !important; }
  .mt-xxxl-n60 {
    margin-top: -60px !important; }
  .mt-xxxl-n70 {
    margin-top: -70px !important; }
  .mt-xxxl-n75 {
    margin-top: -75px !important; }
  .mt-xxxl-n80 {
    margin-top: -80px !important; }
  .mt-xxxl-n100 {
    margin-top: -100px !important; }
  .mt-xxxl-n120 {
    margin-top: -120px !important; }
  .mt-xxxl-n125 {
    margin-top: -125px !important; }
  .mt-xxxl-n150 {
    margin-top: -150px !important; }
  .me-xxxl-n2 {
    margin-right: -2px !important; }
  .me-xxxl-n4 {
    margin-right: -4px !important; }
  .me-xxxl-n5 {
    margin-right: -5px !important; }
  .me-xxxl-n6 {
    margin-right: -6px !important; }
  .me-xxxl-n7 {
    margin-right: -7px !important; }
  .me-xxxl-n8 {
    margin-right: -8px !important; }
  .me-xxxl-n10 {
    margin-right: -10px !important; }
  .me-xxxl-n12 {
    margin-right: -12px !important; }
  .me-xxxl-n15 {
    margin-right: -15px !important; }
  .me-xxxl-n16 {
    margin-right: -16px !important; }
  .me-xxxl-n17 {
    margin-right: -17px !important; }
  .me-xxxl-n20 {
    margin-right: -20px !important; }
  .me-xxxl-n22 {
    margin-right: -22px !important; }
  .me-xxxl-n23 {
    margin-right: -23px !important; }
  .me-xxxl-n25 {
    margin-right: -25px !important; }
  .me-xxxl-n30 {
    margin-right: -30px !important; }
  .me-xxxl-n35 {
    margin-right: -35px !important; }
  .me-xxxl-n40 {
    margin-right: -40px !important; }
  .me-xxxl-n45 {
    margin-right: -45px !important; }
  .me-xxxl-n50 {
    margin-right: -50px !important; }
  .me-xxxl-n60 {
    margin-right: -60px !important; }
  .me-xxxl-n70 {
    margin-right: -70px !important; }
  .me-xxxl-n75 {
    margin-right: -75px !important; }
  .me-xxxl-n80 {
    margin-right: -80px !important; }
  .me-xxxl-n100 {
    margin-right: -100px !important; }
  .me-xxxl-n120 {
    margin-right: -120px !important; }
  .me-xxxl-n125 {
    margin-right: -125px !important; }
  .me-xxxl-n150 {
    margin-right: -150px !important; }
  .mb-xxxl-n2 {
    margin-bottom: -2px !important; }
  .mb-xxxl-n4 {
    margin-bottom: -4px !important; }
  .mb-xxxl-n5 {
    margin-bottom: -5px !important; }
  .mb-xxxl-n6 {
    margin-bottom: -6px !important; }
  .mb-xxxl-n7 {
    margin-bottom: -7px !important; }
  .mb-xxxl-n8 {
    margin-bottom: -8px !important; }
  .mb-xxxl-n10 {
    margin-bottom: -10px !important; }
  .mb-xxxl-n12 {
    margin-bottom: -12px !important; }
  .mb-xxxl-n15 {
    margin-bottom: -15px !important; }
  .mb-xxxl-n16 {
    margin-bottom: -16px !important; }
  .mb-xxxl-n17 {
    margin-bottom: -17px !important; }
  .mb-xxxl-n20 {
    margin-bottom: -20px !important; }
  .mb-xxxl-n22 {
    margin-bottom: -22px !important; }
  .mb-xxxl-n23 {
    margin-bottom: -23px !important; }
  .mb-xxxl-n25 {
    margin-bottom: -25px !important; }
  .mb-xxxl-n30 {
    margin-bottom: -30px !important; }
  .mb-xxxl-n35 {
    margin-bottom: -35px !important; }
  .mb-xxxl-n40 {
    margin-bottom: -40px !important; }
  .mb-xxxl-n45 {
    margin-bottom: -45px !important; }
  .mb-xxxl-n50 {
    margin-bottom: -50px !important; }
  .mb-xxxl-n60 {
    margin-bottom: -60px !important; }
  .mb-xxxl-n70 {
    margin-bottom: -70px !important; }
  .mb-xxxl-n75 {
    margin-bottom: -75px !important; }
  .mb-xxxl-n80 {
    margin-bottom: -80px !important; }
  .mb-xxxl-n100 {
    margin-bottom: -100px !important; }
  .mb-xxxl-n120 {
    margin-bottom: -120px !important; }
  .mb-xxxl-n125 {
    margin-bottom: -125px !important; }
  .mb-xxxl-n150 {
    margin-bottom: -150px !important; }
  .ms-xxxl-n2 {
    margin-left: -2px !important; }
  .ms-xxxl-n4 {
    margin-left: -4px !important; }
  .ms-xxxl-n5 {
    margin-left: -5px !important; }
  .ms-xxxl-n6 {
    margin-left: -6px !important; }
  .ms-xxxl-n7 {
    margin-left: -7px !important; }
  .ms-xxxl-n8 {
    margin-left: -8px !important; }
  .ms-xxxl-n10 {
    margin-left: -10px !important; }
  .ms-xxxl-n12 {
    margin-left: -12px !important; }
  .ms-xxxl-n15 {
    margin-left: -15px !important; }
  .ms-xxxl-n16 {
    margin-left: -16px !important; }
  .ms-xxxl-n17 {
    margin-left: -17px !important; }
  .ms-xxxl-n20 {
    margin-left: -20px !important; }
  .ms-xxxl-n22 {
    margin-left: -22px !important; }
  .ms-xxxl-n23 {
    margin-left: -23px !important; }
  .ms-xxxl-n25 {
    margin-left: -25px !important; }
  .ms-xxxl-n30 {
    margin-left: -30px !important; }
  .ms-xxxl-n35 {
    margin-left: -35px !important; }
  .ms-xxxl-n40 {
    margin-left: -40px !important; }
  .ms-xxxl-n45 {
    margin-left: -45px !important; }
  .ms-xxxl-n50 {
    margin-left: -50px !important; }
  .ms-xxxl-n60 {
    margin-left: -60px !important; }
  .ms-xxxl-n70 {
    margin-left: -70px !important; }
  .ms-xxxl-n75 {
    margin-left: -75px !important; }
  .ms-xxxl-n80 {
    margin-left: -80px !important; }
  .ms-xxxl-n100 {
    margin-left: -100px !important; }
  .ms-xxxl-n120 {
    margin-left: -120px !important; }
  .ms-xxxl-n125 {
    margin-left: -125px !important; }
  .ms-xxxl-n150 {
    margin-left: -150px !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .p-xxxl-2 {
    padding: 2px !important; }
  .p-xxxl-4 {
    padding: 4px !important; }
  .p-xxxl-5 {
    padding: 5px !important; }
  .p-xxxl-6 {
    padding: 6px !important; }
  .p-xxxl-7 {
    padding: 7px !important; }
  .p-xxxl-8 {
    padding: 8px !important; }
  .p-xxxl-10 {
    padding: 10px !important; }
  .p-xxxl-12 {
    padding: 12px !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-80 {
    padding: 80px !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-2 {
    padding-right: 2px !important;
    padding-left: 2px !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-6 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  .px-xxxl-7 {
    padding-right: 7px !important;
    padding-left: 7px !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-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-80 {
    padding-right: 80px !important;
    padding-left: 80px !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-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !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-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .py-xxxl-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !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-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-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !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-2 {
    padding-top: 2px !important; }
  .pt-xxxl-4 {
    padding-top: 4px !important; }
  .pt-xxxl-5 {
    padding-top: 5px !important; }
  .pt-xxxl-6 {
    padding-top: 6px !important; }
  .pt-xxxl-7 {
    padding-top: 7px !important; }
  .pt-xxxl-8 {
    padding-top: 8px !important; }
  .pt-xxxl-10 {
    padding-top: 10px !important; }
  .pt-xxxl-12 {
    padding-top: 12px !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-80 {
    padding-top: 80px !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-2 {
    padding-right: 2px !important; }
  .pe-xxxl-4 {
    padding-right: 4px !important; }
  .pe-xxxl-5 {
    padding-right: 5px !important; }
  .pe-xxxl-6 {
    padding-right: 6px !important; }
  .pe-xxxl-7 {
    padding-right: 7px !important; }
  .pe-xxxl-8 {
    padding-right: 8px !important; }
  .pe-xxxl-10 {
    padding-right: 10px !important; }
  .pe-xxxl-12 {
    padding-right: 12px !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-80 {
    padding-right: 80px !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-2 {
    padding-bottom: 2px !important; }
  .pb-xxxl-4 {
    padding-bottom: 4px !important; }
  .pb-xxxl-5 {
    padding-bottom: 5px !important; }
  .pb-xxxl-6 {
    padding-bottom: 6px !important; }
  .pb-xxxl-7 {
    padding-bottom: 7px !important; }
  .pb-xxxl-8 {
    padding-bottom: 8px !important; }
  .pb-xxxl-10 {
    padding-bottom: 10px !important; }
  .pb-xxxl-12 {
    padding-bottom: 12px !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-80 {
    padding-bottom: 80px !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-2 {
    padding-left: 2px !important; }
  .ps-xxxl-4 {
    padding-left: 4px !important; }
  .ps-xxxl-5 {
    padding-left: 5px !important; }
  .ps-xxxl-6 {
    padding-left: 6px !important; }
  .ps-xxxl-7 {
    padding-left: 7px !important; }
  .ps-xxxl-8 {
    padding-left: 8px !important; }
  .ps-xxxl-10 {
    padding-left: 10px !important; }
  .ps-xxxl-12 {
    padding-left: 12px !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-80 {
    padding-left: 80px !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-22 {
    font-size: 1.375rem !important; }
  .fs-24 {
    font-size: 1.5rem !important; }
  .fs-26 {
    font-size: 1.625rem !important; }
  .fs-30 {
    font-size: 1.875rem !important; }
  .fs-32 {
    font-size: 2rem !important; }
  .fs-36 {
    font-size: 2.25rem !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; } }

.vehicle-swiper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px; }
  @media (max-width: 575.98px) {
    .vehicle-swiper img {
      height: auto;
      max-height: 450px; } }

.vehicle-swiper .swiper-button-prev.vehiclePrev,
.vehicle-swiper .swiper-button-next.vehicleNext {
  -webkit-box-shadow: 0px 0px 0px 13px rgba(0, 0, 0, 0.5) !important;
  background-color: #000;
  width: 110px;
  height: 110px;
  opacity: 0.5; }
  @media (max-width: 767.98px) {
    .vehicle-swiper .swiper-button-prev.vehiclePrev,
    .vehicle-swiper .swiper-button-next.vehicleNext {
      width: 90px;
      height: 90px; } }
  @media (max-width: 575.98px) {
    .vehicle-swiper .swiper-button-prev.vehiclePrev,
    .vehicle-swiper .swiper-button-next.vehicleNext {
      width: 70px;
      height: 70px; } }
  @media (max-width: 479.98px) {
    .vehicle-swiper .swiper-button-prev.vehiclePrev,
    .vehicle-swiper .swiper-button-next.vehicleNext {
      width: 50px;
      height: 50px; } }
  .vehicle-swiper .swiper-button-prev.vehiclePrev::after,
  .vehicle-swiper .swiper-button-next.vehicleNext::after {
    display: none; }
  .vehicle-swiper .swiper-button-prev.vehiclePrev i,
  .vehicle-swiper .swiper-button-next.vehicleNext i {
    font-size: 40px;
    color: white; }
    @media (max-width: 767.98px) {
      .vehicle-swiper .swiper-button-prev.vehiclePrev i,
      .vehicle-swiper .swiper-button-next.vehicleNext i {
        font-size: 35px; } }
    @media (max-width: 575.98px) {
      .vehicle-swiper .swiper-button-prev.vehiclePrev i,
      .vehicle-swiper .swiper-button-next.vehicleNext i {
        font-size: 25px; } }
    @media (max-width: 575.98px) {
      .vehicle-swiper .swiper-button-prev.vehiclePrev i,
      .vehicle-swiper .swiper-button-next.vehicleNext i {
        font-size: 20px; } }
  .vehicle-swiper .swiper-button-prev.vehiclePrev:hover,
  .vehicle-swiper .swiper-button-next.vehicleNext:hover {
    opacity: 0.8; }

.vehicle-swiper .swiper-button-prev.vehiclePrev {
  left: -44px; }
  @media (max-width: 575.98px) {
    .vehicle-swiper .swiper-button-prev.vehiclePrev {
      left: -35px; } }
  @media (max-width: 479.98px) {
    .vehicle-swiper .swiper-button-prev.vehiclePrev {
      left: -21px; } }
  .vehicle-swiper .swiper-button-prev.vehiclePrev i {
    padding-left: 24px; }
    @media (max-width: 767.98px) {
      .vehicle-swiper .swiper-button-prev.vehiclePrev i {
        padding-left: 37px; } }
    @media (max-width: 575.98px) {
      .vehicle-swiper .swiper-button-prev.vehiclePrev i {
        padding-left: 24px; } }
    @media (max-width: 479.98px) {
      .vehicle-swiper .swiper-button-prev.vehiclePrev i {
        padding-left: 12px; } }

.vehicle-swiper .swiper-button-next.vehicleNext {
  right: -44px; }
  @media (max-width: 575.98px) {
    .vehicle-swiper .swiper-button-next.vehicleNext {
      right: -35px; } }
  @media (max-width: 479.98px) {
    .vehicle-swiper .swiper-button-next.vehicleNext {
      right: -21px; } }
  .vehicle-swiper .swiper-button-next.vehicleNext i {
    padding-right: 24px; }
    @media (max-width: 767.98px) {
      .vehicle-swiper .swiper-button-next.vehicleNext i {
        padding-right: 37px; } }
    @media (max-width: 575.98px) {
      .vehicle-swiper .swiper-button-next.vehicleNext i {
        padding-right: 24px; } }
    @media (max-width: 479.98px) {
      .vehicle-swiper .swiper-button-next.vehicleNext i {
        padding-right: 12px; } }

.vehicle-swiper .image-with-caption .caption {
  color: white;
  bottom: 60px;
  left: 60px;
  max-width: 700px; }

.mySwiperBig .swiper-slide {
  cursor: pointer;
  display: flex;
  justify-content: center; }
  .mySwiperBig .swiper-slide img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 320px;
    min-height: 310px; }
    @media (min-width: 768px) {
      .mySwiperBig .swiper-slide img {
        min-height: 510px;
        max-height: 520px; } }

.mySwiperBig .swiper-button-next,
.mySwiperBig .swiper-button-prev {
  color: #eb010c;
  width: 60px; }
  .mySwiperBig .swiper-button-next::after,
  .mySwiperBig .swiper-button-prev::after {
    padding: 30px; }
  .mySwiperBig .swiper-button-next.swiper-button-disabled,
  .mySwiperBig .swiper-button-prev.swiper-button-disabled {
    pointer-events: all; }
  @media (max-width: 767.98px) {
    .mySwiperBig .swiper-button-next,
    .mySwiperBig .swiper-button-prev {
      display: none; } }

.mySwiperBig .swiper-button-next {
  right: 0px; }

.mySwiperBig .swiper-button-prev {
  left: 0px; }

.mySwiperBig .glightbox {
  width: 100%; }

.mySwiperThumbnails {
  margin-top: 30px; }
  .mySwiperThumbnails .swiper-slide {
    border: 2px solid #e4e4e4;
    opacity: 0.5;
    cursor: pointer;
    overflow: hidden; }
    .mySwiperThumbnails .swiper-slide .small-product {
      height: 135px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px; }
    .mySwiperThumbnails .swiper-slide.swiper-slide-thumb-active {
      opacity: 1; }
    .mySwiperThumbnails .swiper-slide:hover img {
      scale: 1.1; }
    .mySwiperThumbnails .swiper-slide img {
      pointer-events: none;
      display: inline-block;
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.fade-enter-active,
.fade-leave-active {
  transition: opacity 1s ease; }

.fade-enter-from,
.fade-leave-to {
  opacity: 0; }

.fade-fast-enter-active,
.fade-fast-leave-active {
  transition: opacity .33s ease-out; }

.fade-fast-enter-from,
.fade-fast-leave-to {
  opacity: 0; }

[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 {
  animation-duration: var(--animate-duration);
  animation-delay: var(--animate-delay);
  animation-fill-mode: var(--animate-fill-mode);
  animation-timing-function: var(--animate-timing);
  visibility: visible !important; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.animate__fadeIn {
  animation-name: fadeIn;
  animation-timing-function: var(--animate-timing);
  opacity: 0; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInUp {
  animation-name: fadeInUp;
  transform: translate3d(0, 40px, 0);
  opacity: 0; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInRight {
  animation-name: fadeInRight;
  opacity: 0;
  transform: translate3d(40px, 0, 0); }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__slideInLeft {
  animation-name: slideInLeft;
  transform: translate3d(-100%, 0, 0); }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__slideInRight {
  animation-name: slideInRight;
  transform: translate3d(100%, 0, 0); }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__slideInDown {
  transform: translate3d(0, -100%, 0);
  animation-name: slideInDown; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.animate__zoomIn {
  animation-name: zoomIn;
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3); }

@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;
  animation-name: backInUp; }

@keyframes first-words {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  40% {
    opacity: 1;
    transform: translateX(100%); }
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@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;
  animation-name: first-words;
  animation-duration: 2s;
  animation-delay: var(--animate-delay);
  animation-timing-function: var(--animate-timing);
  animation-fill-mode: var(--animate-fill-mode); }

.reveal-text.animate__revealing .rest-words > span {
  visibility: visible;
  animation-name: rest-words;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-timing-function: var(--animate-timing);
  animation-fill-mode: var(--animate-fill-mode); }

@keyframes animate-title {
  0% {
    transform: translateX(50px); }
  100% {
    transform: translateX(0); } }

@keyframes animate-heading-line {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    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 {
  animation: animate-title 0.4s ease 0s forwards; }

.reveal-heading.animate__heading_revealing .subtitle::before {
  animation: animate-heading-line 0.35s ease 0.4s forwards; }

.reveal-heading.animate__heading_revealing .subtitle-inner > span {
  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 {
  animation-delay: 4s; }

.news-section .nav-tabs .nav-link {
  font-weight: 600;
  color: #7c7b83;
  background-color: #e5e5e5; }
  .news-section .nav-tabs .nav-link.active, .news-section .nav-tabs .nav-link:hover {
    background: #f6f6f6;
    color: #eb010c; }

.news-post {
  background-color: #f6f6f6; }
  .news-post article .title {
    margin-bottom: 20px; }
  .news-post article .content {
    padding: 30px 0; }
  .news-post .date {
    margin: 25px 0 5px;
    color: #727272; }

.news-post-more {
  padding: 40px 0 60px; }
  .news-post-more .title {
    margin-bottom: 30px; }
  .news-post-more hr {
    margin: 30px 0; }

/**
 *  Global styles
 */
/**
 *  safari styles
 */
a[type="button"],
[type="button"], a, .category.nav-link, .nav-link {
  -webkit-appearance: none !important; }

input,
[type="button"], a[type="button"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/**
*  Global styles end
*/
::-moz-selection {
  background-color: #000;
  color: #fff; }
::selection {
  background-color: #000;
  color: #fff; }

* {
  outline: none !important; }

body {
  overflow-x: hidden; }
  body.modal-open-2 {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 0 !important; }

main {
  margin-top: -4vw; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.list-style-type-disc, ul.list-style-type-decimal,
  ol.list-style-type-disc,
  ol.list-style-type-decimal {
    margin-bottom: 1rem;
    padding-inline-start: 40px; }
  ul.list-style-type-disc,
  ol.list-style-type-disc {
    list-style-type: disc; }
  ul.list-style-type-decimal,
  ol.list-style-type-decimal {
    list-style-type: decimal; }

a {
  transition: 0.2s ease-in-out; }

@media (min-width: 992px) {
  .container.container-lg {
    max-width: 960px; } }

@media (min-width: 1400px) {
  .container.container-xxl {
    max-width: 1360px; } }

@media (min-width: 0) {
  .col-xxs-20 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-xxs-30 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .col-xxs-40 {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .col-xxs-60 {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .col-xxs-80 {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%; } }

@media (min-width: 310px) {
  .col-xxsss-20 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-xxsss-30 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .col-xxsss-40 {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .col-xxsss-60 {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .col-xxsss-80 {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%; } }

@media (min-width: 340px) {
  .col-xxss-20 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-xxss-30 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .col-xxss-40 {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .col-xxss-60 {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .col-xxss-80 {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%; } }

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

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

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

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

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

@media (min-width: 480px) {
  .col-xs-20 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-xs-30 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .col-xs-40 {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .col-xs-60 {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .col-xs-80 {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%; } }

@media (min-width: 576px) {
  .col-sm-20 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-sm-30 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .col-sm-40 {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .col-sm-60 {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .col-sm-80 {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%; } }

@media (min-width: 768px) {
  .col-md-20 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-md-30 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .col-md-40 {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .col-md-60 {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .col-md-80 {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%; } }

@media (min-width: 992px) {
  .col-lg-20 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-lg-30 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .col-lg-40 {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .col-lg-60 {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .col-lg-80 {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%; } }

@media (min-width: 1200px) {
  .col-xl-20 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-xl-30 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .col-xl-40 {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .col-xl-60 {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .col-xl-80 {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%; } }

@media (min-width: 1400px) {
  .col-xxl-20 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-xxl-30 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .col-xxl-40 {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .col-xxl-60 {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .col-xxl-80 {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%; } }

@media (min-width: 1600px) {
  .col-xxxl-20 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-xxxl-30 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .col-xxxl-40 {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .col-xxxl-60 {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .col-xxxl-80 {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%; } }

.row.row-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .row.row-10 > div {
    padding-left: 5px;
    padding-right: 5px; }

.row.row-20 {
  margin-left: -10px;
  margin-right: -10px; }
  .row.row-20 > div {
    padding-left: 10px;
    padding-right: 10px; }

@media (min-width: 1600px) {
  .col-c6-xxxl {
    width: 16.66%;
    max-width: 16.66%;
    flex-basis: 16.66%; } }

/**
 *  Social media icons
 */
.nav-top__content {
  font-size: 0.875rem;
  width: 100%;
  justify-content: flex-end; }
  .nav-top__content > li {
    padding: 0 10px; }
    @media (max-width: 575.98px) {
      .nav-top__content > li {
        padding: 0 10px; } }
    .nav-top__content > li img {
      padding-bottom: 2px; }
  .nav-top__content .user-controls {
    color: #7c7b83;
    display: flex; }
    .nav-top__content .user-controls .login-icon {
      max-width: 120px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .nav-top__content .user-controls .logout-user,
    .nav-top__content .user-controls .login-icon {
      display: inline-block;
      color: #7c7b83; }
      .nav-top__content .user-controls .logout-user:hover,
      .nav-top__content .user-controls .login-icon:hover {
        color: #eb010c; }
    @media (max-width: 575.98px) {
      .nav-top__content .user-controls .login-icon {
        min-width: auto; }
        .nav-top__content .user-controls .login-icon .login-icon__name {
          display: none; } }
  .nav-top__content .discount-progress-bar {
    padding: 0; }
    .nav-top__content .discount-progress-bar .percent-value {
      font-size: 10px; }
  .nav-top__content .loyalty-bar__element.current {
    width: 60px;
    height: 18px;
    font-size: 10px;
    letter-spacing: 0.8px; }

.dot {
  display: inline-flex;
  height: 9px;
  width: 9px;
  border-radius: 100%; }

.dot-primary {
  background-color: #000;
  box-shadow: 0 0 4px 1.5px rgba(0, 0, 0, 0.6); }

@media (max-width: 991.98px) {
  .width-down-lg-100 {
    width: 100%; } }

.viewport, #viewport-products {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  pointer-events: none; }

#viewport-products {
  height: 5px;
  top: auto;
  bottom: 750px; }
  @media (min-width: 992px) {
    #viewport-products {
      bottom: 600px; } }

/**
 *  Sticky elements
 */
.sticky-top-nav {
  position: sticky;
  top: 120px;
  left: 0; }
  @media (min-width: 768px) {
    .sticky-top-nav {
      top: 150px; } }

.legend {
  margin-bottom: 0.5rem;
  font-size: 1rem; }

.slide-fade-enter-active {
  transition: all 0.3s ease-out; }

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateX(20px);
  opacity: 0; }

.cursor-pointer {
  cursor: pointer;
  border-bottom: 1px solid transparent; }
  .cursor-pointer:not(a):hover {
    border-bottom: 1px solid #cccccc; }

.background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.red-square {
  width: 500px;
  height: 500px;
  background-color: red; }

.border-sides {
  padding: 0;
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4; }
  @media (max-width: 575.98px) {
    .border-sides {
      margin-bottom: 20px;
      border-left: 0;
      border-right: 0;
      border-bottom: 0; } }

.border-product {
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #e4e4e4; }

.radial-gradient {
  position: absolute;
  z-index: 0; }
  .radial-gradient-3 {
    top: 43px;
    right: 101px;
    width: 188px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(white 0%, #2e3030 64%);
    opacity: 0.3; }
    @media (max-width: 767.98px) {
      .radial-gradient-3 {
        top: 26px;
        right: 64px; } }
    @media (max-width: 1199.98px) {
      .radial-gradient-3 {
        top: 26px;
        right: 64px; } }

.listing-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase; }
  @media (max-width: 339.98px) {
    .listing-title {
      font-size: 30px; } }

.listing-nav {
  display: flex;
  position: relative;
  min-width: 110px; }
  .listing-nav .swiper-button-prev {
    left: 0; }
  .listing-nav .swiper-button-next {
    right: 0; }
  .listing-nav .swiper-button-prev,
  .listing-nav .swiper-button-next {
    color: black; }
    .listing-nav .swiper-button-prev:active,
    .listing-nav .swiper-button-prev :focus,
    .listing-nav .swiper-button-next:active,
    .listing-nav .swiper-button-next :focus {
      color: #e5e5e5;
      background-color: #000; }
    .listing-nav .swiper-button-prev::after,
    .listing-nav .swiper-button-next::after {
      font-size: 23px; }
  .listing-nav .nav-arrow {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5e5e5; }

.breadcrumbs-wrapper {
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767.98px) {
    .breadcrumbs-wrapper {
      margin-bottom: 0; } }

.breadcrumb {
  text-transform: uppercase;
  padding: 0.75rem 0;
  font-size: 1rem; }
  .breadcrumb .breadcrumb-item a:hover {
    color: #000; }
  .breadcrumb .active {
    font-weight: 700; }
  @media (max-width: 767.98px) {
    .breadcrumb {
      padding: 0.5rem 0;
      font-size: 0.7rem; }
      .breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 0.3rem; }
        .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
          padding-right: 0.3rem; } }

.amount-wrapper {
  text-transform: uppercase; }
  .amount-wrapper .amount {
    font-size: 16px; }
    .amount-wrapper .amount span {
      color: #eb010c;
      font-weight: bold; }

.dropdown .dropdown-menu {
  margin: 0 !important;
  width: 100%;
  border: 1px solid #b2b1b2; }

.dropdown .dropdown-toggle {
  justify-content: space-between;
  width: 100%;
  font-weight: 700; }
  .dropdown .dropdown-toggle::after {
    color: #000;
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iIzAwMDAwMCIgY2xhc3M9ImJpIGJpLWNoZXZyb24tY29tcGFjdC1kb3duIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNTUzIDYuNzc2YS41LjUgMCAwIDEgLjY3LS4yMjNMOCA5LjQ0bDUuNzc2LTIuODg4YS41LjUgMCAxIDEgLjQ0OC44OTRsLTYgM2EuNS41IDAgMCAxLS40NDggMGwtNi0zYS41LjUgMCAwIDEtLjIyMy0uNjd6Ii8+Cjwvc3ZnPg==");
    border: 0; }

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

.image-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.list-group-item.active {
  border-radius: 0; }

#register_form div.custom-radio {
  display: inline-block;
  margin-left: 10px; }

#register_form div.custom-radio .custom-control-label {
  margin-left: 5px; }

#register_form fieldset.radio {
  margin-top: 10px; }

#contact-page form label {
  display: block; }

#contact-page form div.check label {
  display: inline-block;
  margin-right: 10px; }

.nav-link.active {
  color: #eb010c; }

div.message {
  padding: 10px;
  text-align: center; }

.product-badge {
  position: relative;
  text-align: center;
  padding: 8px 20px 8px 8px;
  min-height: 50px;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid var(--label-bg); }
  .product-badge span {
    position: relative;
    z-index: 5; }
  .product-badge:hover {
    background-color: var(--label-bg);
    background-image: none;
    color: #fff; }
    .product-badge:hover:before {
      border-color: var(--label-bg); }
  .product-badge:not(.btn-3d)::before,
  .product-badge.btn-3d span::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--label-bg);
    width: 35px;
    height: 35px;
    margin-right: 35px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: black;
    font-size: 22px; }
    @media (max-width: 375.98px) {
      .product-badge:not(.btn-3d)::before,
      .product-badge.btn-3d span::before {
        margin-right: 15px; } }
  .product-badge.btn-3d {
    width: 100%; }
    .product-badge.btn-3d span {
      border-color: var(--label-bg);
      justify-content: flex-start; }
    .product-badge.btn-3d .mirror {
      background-color: var(--label-bg); }
      .product-badge.btn-3d .mirror::before {
        background-color: #fff; }

sup {
  top: 0 !important; }

.wishlist-btn {
  /**
     * Vectors and icons by
     * https://www.primefaces.org/diamond/icons.xhtml?ref=svgrepo.com
     * on MIT License via https://www.svgrepo.com/
     */
  position: relative;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-width: 0; }
  .wishlist-btn::before, .wishlist-btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    transition: opacity 0.2s ease-in-out; }
  .wishlist-btn.wishlist-btn-off::before, .wishlist-btn.wishlist-btn-on::before {
    z-index: 1; }
  .wishlist-btn.wishlist-btn-off::before {
    background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxwYXRoIGQ9Ik0xMiAxOS43NTAxQzExLjgwMTIgMTkuNzQ5OSAxMS42MTA1IDE5LjY3MDggMTEuNDcgMTkuNTMwMUw0LjcwMDAxIDEyLjc0MDFDMy43ODM4NyAxMS44MDU0IDMuMjcwNzIgMTAuNTQ4OCAzLjI3MDcyIDkuMjQwMDZDMy4yNzA3MiA3LjkzMTMgMy43ODM4NyA2LjY3NDcgNC43MDAwMSA1Ljc0MDA2QzUuNjI4MyA0LjgxMTg2IDYuODg3MjcgNC4yOTA0MiA4LjIwMDAxIDQuMjkwNDJDOS41MTI3NCA0LjI5MDQyIDEwLjc3MTcgNC44MTE4NiAxMS43IDUuNzQwMDZMMTIgNi4wMDAwNkwxMi4yOCA1LjcyMDA2QzEyLjczOSA1LjI1NjA2IDEzLjI4NTcgNC44ODgwMSAxMy44ODgzIDQuNjM3MzZDMTQuNDkwOSA0LjM4NjcgMTUuMTM3NCA0LjI1ODQ1IDE1Ljc5IDQuMjYwMDZDMTYuNDQyIDQuMjU3MTQgMTcuMDg4IDQuMzgzODIgMTcuNjkwNiA0LjYzMjc0QzE4LjI5MzEgNC44ODE2NyAxOC44NDAyIDUuMjQ3ODYgMTkuMyA1LjcxMDA2QzIwLjIxNjEgNi42NDQ3IDIwLjcyOTMgNy45MDEzIDIwLjcyOTMgOS4yMTAwNkMyMC43MjkzIDEwLjUxODggMjAuMjE2MSAxMS43NzU0IDE5LjMgMTIuNzEwMUwxMi41MyAxOS41MDAxQzEyLjQ2MyAxOS41NzUyIDEyLjM4MTUgMTkuNjM2IDEyLjI5MDQgMTkuNjc5QzEyLjE5OTQgMTkuNzIxOSAxMi4xMDA2IDE5Ljc0NjEgMTIgMTkuNzUwMVpNOC4yMTAwMSA1Ljc1MDA2QzcuNzU1ODQgNS43NDY3NSA3LjMwNTUxIDUuODMzNDIgNi44ODUgNi4wMDUwNUM2LjQ2NDUgNi4xNzY2OSA2LjA4MjE1IDYuNDI5ODkgNS43NjAwMSA2Ljc1MDA2QzUuMTEwODggNy40MDIyMSA0Ljc0NjQ2IDguMjg0OTEgNC43NDY0NiA5LjIwNTA2QzQuNzQ2NDYgMTAuMTI1MiA1LjExMDg4IDExLjAwNzkgNS43NjAwMSAxMS42NjAxTDEyIDE3Ljk0MDFMMTguMjMgMTEuNjgwMUMxOC41NTI2IDExLjM1NzggMTguODA4NiAxMC45NzUxIDE4Ljk4MzIgMTAuNTUzOEMxOS4xNTc4IDEwLjEzMjYgMTkuMjQ3NyA5LjY4MTA3IDE5LjI0NzcgOS4yMjUwNkMxOS4yNDc3IDguNzY5MDUgMTkuMTU3OCA4LjMxNzUyIDE4Ljk4MzIgNy44OTYyN0MxOC44MDg2IDcuNDc1MDMgMTguNTUyNiA3LjA5MjMzIDE4LjIzIDYuNzcwMDZDMTcuOTEwNCA2LjQ0OTI5IDE3LjUyOTkgNi4xOTU2IDE3LjExMDkgNi4wMjM4N0MxNi42OTE5IDUuODUyMTUgMTYuMjQyOCA1Ljc2NTg2IDE1Ljc5IDUuNzcwMDZDMTUuMzM1OCA1Ljc2Njc1IDE0Ljg4NTUgNS44NTM0MiAxNC40NjUgNi4wMjUwNUMxNC4wNDQ1IDYuMTk2NjkgMTMuNjYyMSA2LjQ0OTg5IDEzLjM0IDYuNzcwMDZMMTIuNTMgNy41ODAwNkMxMi4zODY5IDcuNzE1ODEgMTIuMTk3MiA3Ljc5MTQ5IDEyIDcuNzkxNDlDMTEuODAyOCA3Ljc5MTQ5IDExLjYxMzEgNy43MTU4MSAxMS40NyA3LjU4MDA2TDEwLjY2IDYuNzcwMDZDMTAuMzM5NSA2LjQ0NjI4IDkuOTU3OTEgNi4xODkzOSA5LjUzNzMzIDYuMDE0MjlDOS4xMTY3NSA1LjgzOTE5IDguNjY1NTggNS43NDkzNyA4LjIxMDAxIDUuNzUwMDZaIiBmaWxsPSIjMDAwMDAwIi8+IDwvZz4KDTwvc3ZnPg==");
    opacity: 0.4; }
  .wishlist-btn.wishlist-btn-off::after {
    background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxwYXRoIGQ9Ik0xMiAxOS43NTAxQzExLjgwMTIgMTkuNzQ5OSAxMS42MTA1IDE5LjY3MDggMTEuNDcgMTkuNTMwMUw0LjcwMDAxIDEyLjc0MDFDMy43ODM4NyAxMS44MDU0IDMuMjcwNzIgMTAuNTQ4OCAzLjI3MDcyIDkuMjQwMDZDMy4yNzA3MiA3LjkzMTMgMy43ODM4NyA2LjY3NDcgNC43MDAwMSA1Ljc0MDA2QzUuNjI4MyA0LjgxMTg2IDYuODg3MjcgNC4yOTA0MiA4LjIwMDAxIDQuMjkwNDJDOS41MTI3NCA0LjI5MDQyIDEwLjc3MTcgNC44MTE4NiAxMS43IDUuNzQwMDZMMTIgNi4wMDAwNkwxMi4yOCA1LjcyMDA2QzEyLjczOSA1LjI1NjA2IDEzLjI4NTcgNC44ODgwMSAxMy44ODgzIDQuNjM3MzZDMTQuNDkwOSA0LjM4NjcgMTUuMTM3NCA0LjI1ODQ1IDE1Ljc5IDQuMjYwMDZDMTYuNDQyIDQuMjU3MTQgMTcuMDg4IDQuMzgzODIgMTcuNjkwNiA0LjYzMjc0QzE4LjI5MzEgNC44ODE2NyAxOC44NDAyIDUuMjQ3ODYgMTkuMyA1LjcxMDA2QzIwLjIxNjEgNi42NDQ3IDIwLjcyOTMgNy45MDEzIDIwLjcyOTMgOS4yMTAwNkMyMC43MjkzIDEwLjUxODggMjAuMjE2MSAxMS43NzU0IDE5LjMgMTIuNzEwMUwxMi41MyAxOS41MDAxQzEyLjQ2MyAxOS41NzUyIDEyLjM4MTUgMTkuNjM2IDEyLjI5MDQgMTkuNjc5QzEyLjE5OTQgMTkuNzIxOSAxMi4xMDA2IDE5Ljc0NjEgMTIgMTkuNzUwMVpNOC4yMTAwMSA1Ljc1MDA2QzcuNzU1ODQgNS43NDY3NSA3LjMwNTUxIDUuODMzNDIgNi44ODUgNi4wMDUwNUM2LjQ2NDUgNi4xNzY2OSA2LjA4MjE1IDYuNDI5ODkgNS43NjAwMSA2Ljc1MDA2QzUuMTEwODggNy40MDIyMSA0Ljc0NjQ2IDguMjg0OTEgNC43NDY0NiA5LjIwNTA2QzQuNzQ2NDYgMTAuMTI1MiA1LjExMDg4IDExLjAwNzkgNS43NjAwMSAxMS42NjAxTDEyIDE3Ljk0MDFMMTguMjMgMTEuNjgwMUMxOC41NTI2IDExLjM1NzggMTguODA4NiAxMC45NzUxIDE4Ljk4MzIgMTAuNTUzOEMxOS4xNTc4IDEwLjEzMjYgMTkuMjQ3NyA5LjY4MTA3IDE5LjI0NzcgOS4yMjUwNkMxOS4yNDc3IDguNzY5MDUgMTkuMTU3OCA4LjMxNzUyIDE4Ljk4MzIgNy44OTYyN0MxOC44MDg2IDcuNDc1MDMgMTguNTUyNiA3LjA5MjMzIDE4LjIzIDYuNzcwMDZDMTcuOTEwNCA2LjQ0OTI5IDE3LjUyOTkgNi4xOTU2IDE3LjExMDkgNi4wMjM4N0MxNi42OTE5IDUuODUyMTUgMTYuMjQyOCA1Ljc2NTg2IDE1Ljc5IDUuNzcwMDZDMTUuMzM1OCA1Ljc2Njc1IDE0Ljg4NTUgNS44NTM0MiAxNC40NjUgNi4wMjUwNUMxNC4wNDQ1IDYuMTk2NjkgMTMuNjYyMSA2LjQ0OTg5IDEzLjM0IDYuNzcwMDZMMTIuNTMgNy41ODAwNkMxMi4zODY5IDcuNzE1ODEgMTIuMTk3MiA3Ljc5MTQ5IDEyIDcuNzkxNDlDMTEuODAyOCA3Ljc5MTQ5IDExLjYxMzEgNy43MTU4MSAxMS40NyA3LjU4MDA2TDEwLjY2IDYuNzcwMDZDMTAuMzM5NSA2LjQ0NjI4IDkuOTU3OTEgNi4xODkzOSA5LjUzNzMzIDYuMDE0MjlDOS4xMTY3NSA1LjgzOTE5IDguNjY1NTggNS43NDkzNyA4LjIxMDAxIDUuNzUwMDZaIiBmaWxsPSIjZWIwMTBjIi8+IDwvZz4KDTwvc3ZnPg==");
    opacity: 0; }
  .wishlist-btn.wishlist-btn-off:hover::before {
    opacity: 0; }
  .wishlist-btn.wishlist-btn-off:hover::after {
    opacity: 1; }
  .wishlist-btn.wishlist-btn-on::before {
    background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KDTxnIGlkPSJTVkdSZXBvX2JnQ2FycmllciIgc3Ryb2tlLXdpZHRoPSIwIi8+Cg08ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KDTxnIGlkPSJTVkdSZXBvX2ljb25DYXJyaWVyIj4gPHBhdGggZD0iTTE5LjMgNS43MTAwMkMxOC44NDEgNS4yNDYwMSAxOC4yOTQzIDQuODc3OTcgMTcuNjkxNyA0LjYyNzMxQzE3LjA4OTEgNC4zNzY2NiAxNi40NDI2IDQuMjQ4NCAxNS43OSA0LjI1MDAyQzE1LjEzNzMgNC4yNDg0IDE0LjQ5MDkgNC4zNzY2NiAxMy44ODgzIDQuNjI3MzFDMTMuMjg1NyA0Ljg3Nzk3IDEyLjczOSA1LjI0NjAxIDEyLjI4IDUuNzEwMDJMMTIgNi4wMDAwMkwxMS43MiA1LjcyMDAxQzEwLjc5MTcgNC43OTE4MiA5LjUzMjczIDQuMjcwMzcgOC4yMiA0LjI3MDM3QzYuOTA3MjYgNC4yNzAzNyA1LjY0ODI5IDQuNzkxODIgNC43MiA1LjcyMDAxQzMuODAzODYgNi42NTQ2NiAzLjI5MDcxIDcuOTExMjUgMy4yOTA3MSA5LjIyMDAyQzMuMjkwNzEgMTAuNTI4OCAzLjgwMzg2IDExLjc4NTQgNC43MiAxMi43MkwxMS40OSAxOS41MUMxMS42MzA2IDE5LjY1MDUgMTEuODIxMiAxOS43Mjk0IDEyLjAyIDE5LjcyOTRDMTIuMjE4NyAxOS43Mjk0IDEyLjQwOTQgMTkuNjUwNSAxMi41NSAxOS41MUwxOS4zMiAxMi43MkMyMC4yMzY1IDExLjc4MjMgMjAuNzQ3OSAxMC41MjIxIDIwLjc0NDIgOS4yMTA5MkMyMC43NDA1IDcuODk5NzMgMjAuMjIxOCA2LjY0MjQ4IDE5LjMgNS43MTAwMloiIGZpbGw9IiNlYjAxMGMiLz4gPC9nPgoNPC9zdmc+");
    opacity: 1; }

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 0; }

.cart-item {
  display: flex;
  align-items: center; }
  @media (min-width: 480px) {
    .cart-item {
      padding: 0 10px; } }
  .cart-item.cart-bundle {
    align-items: flex-start; }
    .cart-item.cart-bundle .headline {
      color: #eb010c;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 4px; }
    .cart-item.cart-bundle .product-images {
      display: flex;
      flex-wrap: nowrap;
      padding-top: 2px;
      padding-bottom: 4px;
      justify-content: space-evenly;
      align-items: center; }
      .cart-item.cart-bundle .product-images .plus {
        max-width: 28px;
        max-height: 28px;
        font-size: 2.25rem;
        font-weight: bold;
        color: #eb010c; }
    .cart-item.cart-bundle .product-names > a {
      display: block; }
      .cart-item.cart-bundle .product-names > a .cart-title {
        height: auto;
        margin-bottom: 2px; }
        .cart-item.cart-bundle .product-names > a .cart-title .product-name {
          margin-right: 6px; }
        .cart-item.cart-bundle .product-names > a .cart-title .product-price {
          font-size: 90%;
          color: #727272;
          text-wrap: nowrap;
          text-transform: none; }
  .cart-item .cart-image {
    flex-shrink: 0;
    height: 100px;
    width: 70px;
    min-width: 70px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin-right: 15px; }
  .cart-item .cart-title {
    font-size: 0.875rem;
    margin-bottom: 10px;
    height: 36px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize; }
  .cart-item .cart-body {
    flex-grow: 1;
    position: relative; }
  .cart-item .cart-remove {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px;
    text-align: right;
    cursor: pointer; }
    .cart-item .cart-remove i {
      transition: 0.3s; }
    .cart-item .cart-remove:hover i {
      color: #eb010c; }
  .cart-item a {
    display: block; }
  .cart-item .price {
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap; }

.cart-summary {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap; }

.table-basket .bundle .bundle-badge,
.sidebar-cart .cart-bundle .bundle-badge {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 10px;
  border: 1px solid #000;
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  text-overflow: clip;
  cursor: default;
  transition: all 0.15s ease-in; }
  .table-basket .bundle .bundle-badge .label,
  .table-basket .bundle .bundle-badge .profit,
  .sidebar-cart .cart-bundle .bundle-badge .label,
  .sidebar-cart .cart-bundle .bundle-badge .profit {
    display: inline-flex;
    flex-grow: 0;
    align-items: center;
    padding: 3px 8px 2px;
    text-wrap: nowrap;
    transition: all 0.15s ease-in; }
  .table-basket .bundle .bundle-badge .label,
  .sidebar-cart .cart-bundle .bundle-badge .label {
    background-color: #fff;
    color: #000; }
  .table-basket .bundle .bundle-badge .profit,
  .sidebar-cart .cart-bundle .bundle-badge .profit {
    background-color: #000;
    color: #fff; }
  .table-basket .bundle .bundle-badge.bundle-badge-highlighted,
  .sidebar-cart .cart-bundle .bundle-badge.bundle-badge-highlighted {
    border-color: #eb010c; }
    .table-basket .bundle .bundle-badge.bundle-badge-highlighted .profit,
    .sidebar-cart .cart-bundle .bundle-badge.bundle-badge-highlighted .profit {
      background-color: #eb010c; }

.payment-icon {
  display: flex;
  margin-top: 3px;
  height: 25px;
  align-items: flex-start;
  overflow: hidden; }
  .payment-icon img {
    max-height: 100%;
    width: auto; }

.btn-quantity {
  background-color: #fff;
  display: inline-flex;
  font-weight: 400;
  height: 30px;
  position: relative;
  transition: 0.3s; }
  .btn-quantity input::-webkit-outer-spin-button,
  .btn-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .btn-quantity input[type="number"],
  .btn-quantity input.js-state {
    /* Firefox */
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: 0;
    -moz-appearance: textfield; }
  .btn-quantity .btn-plus,
  .btn-quantity .btn-minus {
    background-color: #fff;
    border: 1px solid #a2a2a2;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    padding: 0;
    position: relative;
    transition: 0.3s ease-out;
    width: 25px; }
    .btn-quantity .btn-plus:active, .btn-quantity .btn-plus:hover, .btn-quantity .btn-plus:focus,
    .btn-quantity .btn-minus:active,
    .btn-quantity .btn-minus:hover,
    .btn-quantity .btn-minus:focus {
      background-color: #000;
      box-shadow: none;
      color: #fff;
      outline: none; }
    .btn-quantity .btn-plus i,
    .btn-quantity .btn-minus i {
      font-size: 15px; }
      .btn-quantity .btn-plus i::before,
      .btn-quantity .btn-minus i::before {
        vertical-align: -0.225em; }
  .btn-quantity .btn-plus {
    border-left: 0; }
  .btn-quantity .btn-minus {
    border-right: 0; }
  .btn-quantity input {
    background-color: #fff;
    border: 1px solid #a2a2a2;
    color: #000;
    display: block;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    text-align: center;
    width: 35px; }
    .btn-quantity input:focus, .btn-quantity input:active, .btn-quantity input:hover {
      box-shadow: none;
      outline: none; }

.cart-submit-btn {
  display: block;
  width: 100%; }
  @media (min-width: 992px) {
    .cart-submit-btn {
      width: 400px; } }

.product-add-to-basket-top {
  background: #fff;
  padding: 10px 0;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); }

/**
 * Footer
 */
footer {
  color: white;
  font-size: 0.875rem;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  position: relative; }
  footer::after {
    content: "";
    background-image: url("/default/img/dist/public/img333.jpg");
    background-size: cover;
    background-position-y: 35%;
    background-position-x: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7); }
  footer.win::after {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7); }
  footer.mac::after {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.65); }
  footer h2, footer .h2,
  footer h3,
  footer .h3,
  footer h4,
  footer .h4 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #000; }
  footer .social-media {
    max-width: unset;
    justify-content: flex-start; }
    footer .social-media .social-media-icon {
      height: 30px;
      width: 30px;
      font-size: 1.5rem;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 5px; }
      footer .social-media .social-media-icon:hover {
        color: #eb010c;
        border-color: #eb010c; }
  footer .footer-top .logo {
    max-width: 130px; }
  footer .contact {
    font-weight: bold;
    font-size: 16px; }

.list-pages .title {
  opacity: 1;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content; }
  .list-pages .title-none {
    visibility: hidden; }
  .list-pages .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 110%;
    background-color: #eb010c;
    height: 2px; }

.list-pages a:not(.not-hover) {
  color: #fff;
  position: relative;
  opacity: 0.5; }
  .list-pages a:not(.not-hover):before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    background-color: #eb010c;
    height: 1px;
    transition: 0.15s ease-out; }
  .list-pages a:not(.not-hover):hover, .list-pages a:not(.not-hover):focus, .list-pages a:not(.not-hover):focus:active, .list-pages a:not(.not-hover):active {
    opacity: 1; }
    .list-pages a:not(.not-hover):hover:before, .list-pages a:not(.not-hover):focus:before, .list-pages a:not(.not-hover):focus:active:before, .list-pages a:not(.not-hover):active:before {
      width: 100%; }

.list-columns ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 50px;
       column-gap: 50px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .list-columns ul {
      -moz-column-gap: 20px;
           column-gap: 20px; } }

.copyright .bottom-caption {
  font-size: 14px; }

.copyright a {
  color: white; }
  .copyright a:hover, .copyright a:focus, .copyright a:focus:active, .copyright a:active {
    opacity: 1 !important;
    color: white; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .order-between-md-lg-12 {
    order: 12; } }

.footer__categories-list {
  -moz-column-count: 2;
       column-count: 2; }
  @media (min-width: 768px) {
    .footer__categories-list {
      -moz-column-count: 4;
           column-count: 4; } }

.scroll-top-btn {
  position: absolute;
  width: 46px;
  height: 46px;
  background-color: #eb010c;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  bottom: 20px;
  cursor: pointer; }

/**
 *  Modals styles
 */
.modal-header .close {
  margin-top: -0.8rem;
  text-shadow: none;
  transition: .3s ease; }
  .modal-header .close:hover, .modal-header .close:focus, .modal-header .close:focus:active, .modal-header .close:active {
    color: #fff; }

.filter-modal {
  z-index: 1500;
  padding-left: 0;
  padding-right: 0;
  left: auto;
  right: 0;
  width: 280px; }
  .filter-modal .btn-close {
    opacity: 1; }
  .filter-modal .modal-dialog {
    margin: 0;
    height: 100%;
    transform: translateX(100%) !important;
    transition: 0.75s ease-in; }
    @media (max-width: 575.98px) {
      .filter-modal .modal-dialog {
        font-size: 13px; } }
    .filter-modal .modal-dialog .modal-header h5, .filter-modal .modal-dialog .modal-header .h5 {
      font-size: 24px; }
    @media (max-width: 375.98px) {
      .filter-modal .modal-dialog .modal-footer button {
        font-size: 0.7rem; } }
  .filter-modal.show .modal-dialog {
    transform: translateX(0%) !important; }
  .filter-modal .modal-body {
    overflow-x: hidden; }
    .filter-modal .modal-body .product-list__filters .input-field-category {
      margin-bottom: 2px; }
    @media (max-width: 479.98px) {
      .filter-modal .modal-body .product-list__filters .dropdown a,
      .filter-modal .modal-body .product-list__filters .form-check-label,
      .filter-modal .modal-body .product-list__filters .form-control {
        font-size: 14px !important; } }
    @media (max-width: 479.98px) {
      .filter-modal .modal-body .product-list__filters .dropdown a {
        padding: 10px; } }
  .filter-modal .product-list__filters {
    position: static; }
    .filter-modal .product-list__filters > div {
      border: 0; }
    .filter-modal .product-list__filters .keyword-search .form-control {
      max-width: unset; }
  .filter-modal .form-check {
    display: flex; }
  @media (max-width: 575.98px) {
    .filter-modal select {
      padding: 0.3rem; } }

@media (max-width: 991.98px) {
  .categories-modal {
    display: none; } }

.categories-modal .modal-dialog {
  max-width: 100%;
  top: 103px; }
  .categories-modal .modal-dialog .navbar-menu .nav-link {
    font-size: 18px;
    width: -moz-fit-content;
    width: fit-content; }
    .categories-modal .modal-dialog .navbar-menu .nav-link:hover {
      color: #eb010c; }
  .categories-modal .modal-dialog .modal-content {
    padding: 20px 0; }
  .categories-modal .modal-dialog .modal-body .row > div {
    margin-bottom: 10px; }
  .categories-modal .modal-dialog .modal-body .row .item {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
    min-height: 70px;
    max-height: 70px;
    display: flex;
    align-items: center; }
    .categories-modal .modal-dialog .modal-body .row .item img {
      margin-right: 20px;
      max-width: 50px;
      max-height: 50px; }
    .categories-modal .modal-dialog .modal-body .row .item:hover {
      background-color: #e4e4e4; }
  @media (min-width: 1200px) {
    .categories-modal .modal-dialog .modal-body .col-3 {
      width: 20%; } }
  .categories-modal .modal-dialog .modal-footer {
    overflow: hidden;
    border: 0;
    padding-top: 0; }
    .categories-modal .modal-dialog .modal-footer .title > div {
      position: relative;
      padding: 0 20px; }
      .categories-modal .modal-dialog .modal-footer .title > div::before, .categories-modal .modal-dialog .modal-footer .title > div::after {
        background: #a2a2a2;
        content: "";
        height: 1px;
        position: absolute;
        top: 50%;
        width: 581px; }
      .categories-modal .modal-dialog .modal-footer .title > div::before {
        right: 100%; }
      .categories-modal .modal-dialog .modal-footer .title > div::after {
        left: 100%; }
    .categories-modal .modal-dialog .modal-footer .top-four-items {
      display: flex;
      width: 100%;
      justify-content: center; }
      @media (max-width: 991.98px) {
        .categories-modal .modal-dialog .modal-footer .top-four-items > div:first-child, .categories-modal .modal-dialog .modal-footer .top-four-items > div:nth-child(2) {
          margin-bottom: 20px; } }
      .categories-modal .modal-dialog .modal-footer .top-four-items .img-wrapper {
        margin-right: 20px;
        border-radius: 50%;
        background-color: #e5e5e5;
        min-width: 90px;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        border: 10px solid #e5e5e5; }
        .categories-modal .modal-dialog .modal-footer .top-four-items .img-wrapper img {
          width: 70px; }
      .categories-modal .modal-dialog .modal-footer .top-four-items .right-content {
        width: calc(100% - 75px); }
        .categories-modal .modal-dialog .modal-footer .top-four-items .right-content .description {
          font-size: 14px;
          text-transform: capitalize;
          margin-bottom: 5px;
          text-overflow: ellipsis; }
        .categories-modal .modal-dialog .modal-footer .top-four-items .right-content .price {
          color: #eb010c;
          font-style: italic;
          font-weight: bold;
          font-size: 16px; }
          .categories-modal .modal-dialog .modal-footer .top-four-items .right-content .price span {
            color: #000;
            text-decoration: line-through;
            font-size: 12px; }

@media (min-width: 992px) {
  .menu-right {
    display: none !important; } }

.menu-right .accordion .card .card-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px; }
  .menu-right .accordion .card .card-header .btn {
    padding: 10px 15px;
    border-color: #e5e5e5; }
  .menu-right .accordion .card .card-header .btn-primary {
    background: #333333;
    color: #ffffff; }
    .menu-right .accordion .card .card-header .btn-primary:hover {
      background: #000; }
  .menu-right .accordion .card .card-header button {
    flex-grow: 5;
    font-size: 1.1rem;
    justify-content: unset;
    padding: 0;
    background: #e5e5e5; }
    .menu-right .accordion .card .card-header button i {
      margin-right: 5px;
      color: #727272;
      font-size: 0.6rem;
      rotate: 0deg;
      transition-duration: 0.3s;
      transition-property: rotate; }
    .menu-right .accordion .card .card-header button:hover, .menu-right .accordion .card .card-header button:active, .menu-right .accordion .card .card-header button:focus {
      color: #000; }
    .menu-right .accordion .card .card-header button:not(.collapsed) {
      color: #000; }
      .menu-right .accordion .card .card-header button:not(.collapsed) i {
        rotate: 90deg; }

.menu-right .accordion .card .card-body {
  padding-top: 10px;
  margin-bottom: 20px; }
  .menu-right .accordion .card .card-body .item {
    display: flex;
    flex-direction: column;
    font-size: 0.7rem;
    font-weight: bold;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 10px;
    border: 1px solid #e5e5e5; }
    .menu-right .accordion .card .card-body .item .icon {
      display: flex;
      align-items: center;
      height: 50px; }
      .menu-right .accordion .card .card-body .item .icon img {
        max-width: 70px;
        max-height: 50px; }
    .menu-right .accordion .card .card-body .item .name {
      display: block;
      margin-top: 10px;
      text-transform: uppercase;
      text-align: center; }

.menu-right .close {
  margin: 0;
  padding: 0;
  opacity: 1 !important;
  text-shadow: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 2.45rem;
  color: #eb010c; }

.menu-right .modal-header {
  min-height: 50px;
  border: 0; }
  .menu-right .modal-header img {
    max-height: 30px; }

.menu-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 360px;
  height: 100%;
  transform: translate3d(0%, 0, 0) !important;
  right: -360px;
  background-color: #fff;
  transition: right 0.3s ease-out !important; }

.menu-right.show .modal-dialog {
  right: 0; }

.menu-right .modal-content {
  height: 100%;
  overflow-y: auto;
  border: 0; }

.menu-right .navbar-menu {
  text-align: center; }

.menu-right .nav-link {
  font-size: 1.5rem; }

.sidebar-cart {
  z-index: 9999999; }
  .sidebar-cart .offcanvas-header .title {
    margin: 0;
    color: white;
    text-transform: uppercase; }
  .sidebar-cart .offcanvas-body {
    overflow-y: auto; }
  .sidebar-cart .offcanvas-footer {
    display: block;
    padding: 1rem 2rem; }
  .sidebar-cart .cart-item {
    padding-top: 8px;
    padding-bottom: 8px; }
    .sidebar-cart .cart-item .cart-body .price {
      display: flex;
      justify-content: flex-end;
      text-align: right; }
      .sidebar-cart .cart-item .cart-body .price .net-price {
        display: block;
        font-size: 0.85em;
        font-weight: normal; }
    .sidebar-cart .cart-item.cart-bundle {
      align-items: stretch; }
      .sidebar-cart .cart-item.cart-bundle .cart-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
    .sidebar-cart .cart-item:nth-of-type(even) {
      background-color: #eaebec; }

.login-modal .nav-link,
.login-modal .btn-secondary {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.login-modal .modal-header {
  border: 0; }
  .login-modal .modal-header .nav-account-tabs {
    border: 0; }
    .login-modal .modal-header .nav-account-tabs .nav-item {
      margin-bottom: 0; }
    .login-modal .modal-header .nav-account-tabs .nav-link {
      border: 0;
      margin-bottom: 0; }
      .login-modal .modal-header .nav-account-tabs .nav-link:first-child {
        padding: 0.651rem 1rem; }
  .login-modal .modal-header .close {
    font-size: 30px; }

.login-modal .modal-footer {
  border: 0; }

/**
 *   All cards
 */
.btn.disabled {
  opacity: 0.3;
  pointer-events: none; }

.card-product,
.card-news {
  border: 2px solid #e4e4e4;
  background-color: white;
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out; }
  .card-product .description,
  .card-product .content,
  .card-news .description,
  .card-news .content {
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 10px; }
  .card-product .title,
  .card-news .title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    max-width: 100%;
    text-overflow: ellipsis;
    font-size: 1.125rem;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    white-space: normal;
    max-height: 4.725rem;
    word-break: break-word;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    .card-product:hover,
    .card-news:hover {
      box-shadow: 0 0 12px 3px #e4e4e4;
      z-index: 3; } }
  .card-product:hover .image-wrapper,
  .card-news:hover .image-wrapper {
    transform: scale(1.05);
    transform-origin: 50% 50%; }
  .card-product.big:hover,
  .card-news.big:hover {
    border-color: #b1b1b1; }
  .card-product.big .image-wrapper,
  .card-news.big .image-wrapper {
    height: 260px; }
  .card-product.big .title,
  .card-news.big .title {
    font-size: 1.25rem; }

/**
 *   Card product
 */
.card-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  height: 100%;
  padding: 10px; }
  @media (max-width: 375.98px) {
    .card-product {
      padding: 20px 10px; } }
  .card-product .top-info {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: 5px;
         column-gap: 5px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 11px; }
    .card-product .top-info .left {
      display: flex;
      flex-direction: column; }
      .card-product .top-info .left .badges {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 3px 5px;
        width: 100%;
        overflow-y: hidden; }
        .card-product .top-info .left .badges .badge {
          display: inline-block;
          width: -moz-fit-content;
          width: fit-content;
          padding: 0px 5px;
          color: white;
          background-color: var(--color_var);
          font-family: "Mulish", sans-serif;
          font-weight: bold;
          text-transform: uppercase;
          pointer-events: none;
          display: -webkit-box;
          overflow: hidden;
          -webkit-box-orient: vertical;
          max-width: 140px;
          text-overflow: ellipsis;
          font-size: 10px;
          line-height: 1.4;
          -webkit-line-clamp: 1;
          white-space: normal;
          max-height: 14px;
          word-break: break-word; }
    .card-product .top-info .icons {
      display: flex;
      justify-content: flex-end;
      -moz-column-gap: 5px;
           column-gap: 5px; }
      .card-product .top-info .icons .wishlist-btn-wrapper {
        margin-top: 5px; }
        .card-product .top-info .icons .wishlist-btn-wrapper .wishlist-btn {
          width: 22px;
          height: 22px; }
      .card-product .top-info .icons .sale-info-percent {
        border-radius: 50%;
        height: 33px;
        width: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 11px;
        font-family: "Mulish", sans-serif;
        color: white;
        background-color: #eb010c; }
  .card-product .image-wrapper {
    height: 180px;
    display: flex;
    justify-content: center;
    transition: transform .4s; }
  .card-product .title {
    text-align: center; }
  .card-product .subtitle {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    max-width: 100%;
    text-overflow: ellipsis;
    font-size: 0.75rem;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    white-space: normal;
    max-height: 1.05rem;
    word-break: break-word;
    font-size: 1rem; }
  .card-product .sku {
    color: #a3a3a3;
    text-align: center;
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: normal; }
  .card-product .prices {
    margin-top: auto;
    margin-bottom: 15px;
    text-align: center; }
    .card-product .prices .old {
      color: #a3a3a3;
      text-decoration: line-through;
      font-size: 1rem; }
    .card-product .prices .current {
      color: #000;
      font-size: 1.5rem;
      font-weight: bold; }
      .card-product .prices .current.promotion {
        color: #eb010c; }
  .card-product .buttons {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    gap: 10px; }
    @media (max-width: 991.98px) {
      .card-product .buttons {
        justify-content: center; } }
    @media (max-width: 575.98px) {
      .card-product .buttons {
        padding: 0 10px; } }
    @media (max-width: 375.98px) {
      .card-product .buttons {
        display: flex; } }
    .card-product .buttons .btn {
      height: 46px; }
      .card-product .buttons .btn.card-more-btn, .card-product .buttons .btn.card-enquiry-btn {
        width: 100%;
        max-width: 130px;
        font-size: 13px;
        padding: 10px; }
      .card-product .buttons .btn.card-more-btn {
        max-width: 130px; }
        @media (max-width: 479.98px) {
          .card-product .buttons .btn.card-more-btn {
            max-width: 8px;
            display: none; } }
        @media (max-width: 991.98px) {
          .card-product .buttons .btn.card-more-btn {
            max-width: 100px; } }
        @media (min-width: 768px) {
          .card-product .buttons .btn.card-more-btn {
            padding: 10px 30px; } }
    .card-product .buttons .add-to-cart {
      background-color: #000;
      border-width: 0;
      height: 46px;
      margin-bottom: 0;
      padding: 10px 12px; }
      @media (max-width: 339.98px) {
        .card-product .buttons .add-to-cart {
          margin-bottom: 10px; } }
      .card-product .buttons .add-to-cart i {
        line-height: 1.4;
        font-size: 1.25rem;
        margin-right: 2px; }
      .card-product .buttons .add-to-cart span {
        font-weight: bold; }
      .card-product .buttons .add-to-cart:hover {
        background-color: #eb010c !important; }
  .card-product.big .prices .current .label {
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 1.25rem; }
  .card-product.big .prices .current .price {
    color: #000;
    font-weight: bold; }
    .card-product.big .prices .current .price.promotion {
      color: #eb010c; }
  .card-product.vehicle .buttons {
    padding: 0 10px; }
    .card-product.vehicle .buttons .card-enquiry-btn {
      max-width: 100%; }
  .card-product:hover .sale-info-wrapper {
    display: none; }

.card-news {
  position: relative; }
  .card-news .image {
    position: relative; }
  .card-news .content {
    position: relative;
    padding: 15px; }
  .card-news .category {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    border-radius: 1rem;
    background: #eb010c; }
  .card-news:not(.big) .category {
    position: absolute;
    top: 1rem;
    left: 1rem; }
  .card-news .title {
    margin: 10px 0 20px; }
  .card-news .date {
    color: #727272; }
  @media (min-width: 992px) {
    .card-news.big .content {
      margin-top: 20%; } }

.card-product-bundle {
  display: flex;
  height: 100%; }
  .card-product-bundle .bundle-price {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .card-product-bundle .bundle-price .label {
      margin-bottom: 6px;
      font-size: 0.8rem;
      font-weight: bold;
      text-transform: uppercase; }
    .card-product-bundle .bundle-price .main {
      font-size: 1.75rem;
      font-weight: bold;
      color: #eb010c; }
    .card-product-bundle .bundle-price .original {
      font-size: 1.25rem;
      text-decoration: line-through;
      color: #a3a3a3; }
  .card-product-bundle .tile-5 div.title,
  .card-product-bundle .tile-6 div.title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase; }
  .card-product-bundle .tile-5 .product-price,
  .card-product-bundle .tile-6 .product-price {
    margin-top: 5px;
    font-weight: 700;
    color: #727272; }
  .card-product-bundle div.tile-5 {
    border: 2px solid black;
    border-right: none; }
  .card-product-bundle div.tile-6 {
    border-left: none; }

.fontawesome, .product-list .input-checkbox input:checked ~ .tickbox:before, .product-list .input-checkbox.input-field-category input:checked ~ .tickbox::before, .product-list .input-checkbox.input-field-category .tickbox::before {
  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"; }

.v-enter-active {
  transition: opacity 0.3s ease; }

.v-enter-from {
  opacity: 0; }

/**
 * Forms styles
 */
form label {
  margin-bottom: 10px; }

form textarea {
  resize: none; }

.form-control {
  border: 1px solid #b6b7c9; }
  .form-control:hover, .form-control:focus, .form-control:focus:active, .form-control:active {
    border-color: #000; }

/**
 * Forms elements
 */
.checkboxes-wrapper .custom-control .custom-control-label {
  padding-top: 2px; }
  @media (max-width: 575.98px) {
    .checkboxes-wrapper .custom-control .custom-control-label {
      padding-top: 3px; } }

.checkboxes-wrapper .custom-control.disabled .custom-control-label {
  color: #cccccc; }
  .checkboxes-wrapper .custom-control.disabled .custom-control-label::before {
    border-color: #cccccc; }

.custom-file {
  overflow: hidden; }
  .custom-file.overflow {
    overflow: visible; }
  .custom-file .custom-file-input {
    white-space: nowrap;
    cursor: pointer; }

.info-clause {
  font-size: 0.7rem; }
  .info-clause.crop {
    max-height: 333px;
    overflow-x: hidden;
    overflow-y: auto; }
  .info-clause > ol {
    list-style-type: decimal;
    padding-left: 0.8rem;
    padding-right: 0.4rem; }
    .info-clause > ol > li {
      padding-left: 0.4rem; }
      .info-clause > ol > li > ul {
        list-style-type: square; }
        .info-clause > ol > li > ul > li {
          margin-left: 0.9rem; }
          .info-clause > ol > li > ul > li > ul {
            list-style-type: circle; }
            .info-clause > ol > li > ul > li > ul li {
              margin-left: 0.9rem; }
  .info-clause p {
    margin-bottom: 0.5rem; }
  .info-clause li p {
    margin-bottom: 0.25rem; }

/**
 *  Registration form page
 */
.form-check label span {
  font-weight: 700 !important; }

/**
 *  Form Home Contact
 */
.form-home-contact textarea {
  height: 90px; }

/**
 *   Checkboxes
 */
.form-check {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px; }
  .form-check label {
    padding-left: 1rem;
    font-weight: 400;
    margin-bottom: 0; }
    .form-check label p {
      margin: 0; }
  .form-check.required label:after {
    content: "*";
    color: red;
    font-weight: bold;
    font-size: 20px; }

@keyframes scale-in {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

/**
 * Input [checkbox|radio] Tickbox
 */
.form-check-input {
  margin-top: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  position: relative;
  border: none;
  border-radius: 0; }
  .form-check-input::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    transform: scale(0);
    line-height: normal; }
  .form-check-input::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px #b2b1b2; }
  .form-check-input:checked::before {
    animation: scale-in 0s 0s linear forwards;
    box-shadow: inset 0 0 0 4px #fff;
    background-color: red;
    border: 1px solid #b2b1b2; }
  .form-check-input:checked::after {
    transform: scale(0); }

/**
 * Input [checkbox|radio] Round
 */
.round {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 100%;
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid #000;
  position: relative; }
  .round:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    opacity: 0;
    transition: 0.3s ease-out; }
  .round:checked {
    border-color: #000;
    color: #000; }
    .round:checked:after {
      opacity: 1; }

#contact-form ul {
  list-style: square; }

#contact-form a {
  color: #000; }

.contact-notes {
  font-weight: 300;
  font-size: 16px; }

.contact-checkbox label {
  font-weight: 300; }

/**
 * color filters checkboxes
 */
.checkboxes-colors .form-check-input {
  box-shadow: inset 0 0 0 1px #b2b1b2; }
  .checkboxes-colors .form-check-input::before {
    content: ""; }
  .checkboxes-colors .form-check-input::after {
    background-color: var(--color_var);
    border: 0;
    box-shadow: none;
    height: 60%;
    left: 20%;
    width: 60%;
    top: 20%; }
  .checkboxes-colors .form-check-input:checked::before {
    box-shadow: inset 0 0 0 1px #000; }
  .checkboxes-colors .form-check-input:checked::after {
    transform: scale(1); }

.register-page .form-check a {
  color: #eb010c; }

.register-page select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iIzAwMDAwMCIgY2xhc3M9ImJpIGJpLWNoZXZyb24tY29tcGFjdC1kb3duIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNTUzIDYuNzc2YS41LjUgMCAwIDEgLjY3LS4yMjNMOCA5LjQ0bDUuNzc2LTIuODg4YS41LjUgMCAxIDEgLjQ0OC44OTRsLTYgM2EuNS41IDAgMCAxLS40NDggMGwtNi0zYS41LjUgMCAwIDEtLjIyMy0uNjd6Ii8+Cjwvc3ZnPg==") no-repeat;
  background-position: right 1rem center; }

.register-page .more {
  color: #7f7f7f; }

.tooltip .arrow {
  top: unset;
  transform: none; }

.radio-tabs .form-check-input {
  border-radius: 0; }

.radio-tabs .form-check-input::before,
.radio-tabs .form-check-input::after {
  width: 20px;
  height: 20px; }

.invalid-input {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #eb010c; }

.input-info {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #000; }

label.required::after {
  content: "*";
  color: #eb010c; }

.loading-spinner {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5000; }

.loading {
  position: relative; }
  .loading:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #ffffff;
    opacity: 0.91; }
  .loading:after {
    content: "";
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: #eb010c;
    animation: spinner 0.6s linear infinite; }
  .loading.loading-sm:after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px; }
  .loading-2::after {
    top: 150px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.pagination {
  display: flex; }
  .pagination .page-item:not(:last-child) {
    margin-right: 10px; }
  .pagination .page-item.active .page-link {
    color: #eb010c; }
  .pagination .page-item .page-link {
    font-size: 16px;
    text-decoration: none; }
    .pagination .page-item .page-link::before {
      display: none; }

.vertical-banner {
  position: relative; }

.glightbox-clean .gslide-media {
  background-color: white;
  padding: 1rem; }
  @media (min-width: 768px) {
    .glightbox-clean .gslide-media.gslide-image {
      width: 60%; }
      .glightbox-clean .gslide-media.gslide-image img {
        max-height: 65vh; } }

.image-with-caption {
  position: relative; }
  .image-with-caption .caption {
    position: absolute; }

.loyalty-bar {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px; }
  @media (max-width: 991.98px) {
    .loyalty-bar {
      display: none; } }

.loyalty-bar__element-wrapper {
  flex: 1; }

.loyalty-bar__element {
  border: 2px solid white;
  height: 70px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px; }
  .loyalty-bar__element-1 {
    background-color: white;
    border-color: #e4e4e4;
    color: black; }
  .loyalty-bar__element-2 {
    background: radial-gradient(circle, white -32%, #ebb485 49%); }
  .loyalty-bar__element-3 {
    background: radial-gradient(circle, white -32%, #d5d4d5 49%); }
  .loyalty-bar__element-4 {
    background: radial-gradient(circle, white -32%, #ffdc67 49%); }
  @media (min-width: 1200px) {
    .loyalty-bar__element {
      font-size: 26px; } }
  .loyalty-bar__element.current {
    position: relative;
    width: 100px;
    height: 30px;
    font-size: 15px; }

@keyframes bling {
  0% {
    width: 0;
    background-color: rgba(255, 255, 255, 0.4); }
  16.67% {
    /* 0.4s z 2.4s to około 16.67% */
    width: 120%;
    background-color: rgba(255, 255, 255, 0); }
  100% {
    width: 120%;
    background-color: rgba(255, 255, 255, 0); } }
    .loyalty-bar__element.current::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.4);
      transition: none;
      animation-name: bling;
      animation-duration: 3.4s;
      animation-iteration-count: infinite; }

.loyalty-bar__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-top: 10px;
  padding: 0 15px; }
  .loyalty-bar__price span {
    font-size: 15px; }
    .loyalty-bar__price span:not(.divider) {
      width: -moz-fit-content;
      width: fit-content; }
  .loyalty-bar__price .divider {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center; }
    .loyalty-bar__price .divider::before {
      content: "";
      position: absolute;
      width: 90%;
      height: 3px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #e4e4e4; }
  @media (max-width: 1199.98px) {
    .loyalty-bar__price {
      display: none; } }

.loyalty-table__wrapper table th,
.loyalty-table__wrapper table td {
  vertical-align: middle; }

.loyalty-table__wrapper th {
  background-color: #000;
  color: white !important; }

.loyalty-table__wrapper .loyalty-table__threshold {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  align-items: center; }
  .loyalty-table__wrapper .loyalty-table__threshold .loyalty-table__name {
    flex-grow: 1;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold; }
  .loyalty-table__wrapper .loyalty-table__threshold .loyalty-table__icon {
    text-align: right; }
    .loyalty-table__wrapper .loyalty-table__threshold .loyalty-table__icon img {
      max-width: 50px;
      max-height: 50px;
      border-radius: 50%;
      -o-object-fit: cover;
         object-fit: cover; }
  @media (min-width: 992px) {
    .loyalty-table__wrapper .loyalty-table__threshold {
      flex-direction: row;
      gap: 16px; }
      .loyalty-table__wrapper .loyalty-table__threshold .loyalty-table__name {
        flex-basis: 65%; }
      .loyalty-table__wrapper .loyalty-table__threshold .loyalty-table__icon {
        flex-basis: 35%; }
        .loyalty-table__wrapper .loyalty-table__threshold .loyalty-table__icon img {
          max-width: none;
          max-height: none; } }

@media (max-width: 991.98px) {
  .loyalty-table__wrapper .loyalty-bar__element {
    height: 60px;
    padding: 0 10px;
    min-width: 120px; }
  .loyalty-table__wrapper table {
    border: 0; }
    .loyalty-table__wrapper table caption {
      font-size: 1.3em; }
    .loyalty-table__wrapper table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .loyalty-table__wrapper table tr {
      display: block;
      margin-bottom: 0.625em; }
      .loyalty-table__wrapper table tr:first-of-type {
        display: none; }
    .loyalty-table__wrapper table th {
      display: none; }
    .loyalty-table__wrapper table td {
      border-bottom: 1px solid #ddd;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.8em;
      text-align: right; }
      .loyalty-table__wrapper table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase; } }

@media (max-width: 991.98px) and (min-width: 992px) {
  .loyalty-table__wrapper th {
    font-size: 20px; }
  .loyalty-table__wrapper td {
    font-size: 24px; } }

.discount-progress-bar {
  width: 100%;
  font-size: 0.83em;
  background-color: black;
  padding: 15px;
  padding-top: 25px;
  color: white; }
  .discount-progress-bar.discount-progress-bar-light {
    color: #7c7b83; }
    .discount-progress-bar.discount-progress-bar-light .discount-progress-bar__highlighted-text {
      font-weight: normal;
      color: #fff; }
  .discount-progress-bar .discount-progress-bar__highlighted-text {
    font-weight: bold; }
  .discount-progress-bar .progress-bar-wrapper {
    position: relative;
    min-height: 10px;
    background-color: #fff;
    transform: skew(-15deg);
    margin-bottom: 5px; }
    .discount-progress-bar .progress-bar-wrapper:hover {
      filter: brightness(110%); }
    .discount-progress-bar .progress-bar-wrapper .progress-bar {
      width: 100%;
      height: 100%;
      background-color: transparent; }
      .discount-progress-bar .progress-bar-wrapper .progress-bar .progress-bar-text {
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text; }
  .discount-progress-bar .percent-value {
    color: black;
    font-weight: bold;
    font-size: 11px; }

.loyalty .discount-progress-bar .progress-bar-wrapper {
  border: 1px solid black;
  margin-bottom: 10px; }

.progress {
  border: 1px solid #dddddd;
  border-radius: 0;
  background-color: #f6f6f6; }
  .progress .progress-bar {
    justify-content: normal; }

.progress-bar-striped {
  background-image: linear-gradient(135deg, 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; }

.badges-banner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-color: var(--label-bg);
  border-style: solid;
  border-width: 5px 0 5px 0;
  overflow: hidden;
  position: relative; }
  .badges-banner:hover img {
    transform: scale(1.05); }
  .badges-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.33);
    z-index: 1; }
  .badges-banner a {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: var(--label-bg);
    text-transform: uppercase;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 10px;
    z-index: 1; }
  .badges-banner img {
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease;
    width: 100%; }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    .badges-banner a {
      font-size: 18px; } }
  @media (max-width: 1199.98px) {
    .badges-banner a {
      font-size: 16px; } }
  @media (max-width: 575.98px) {
    .badges-banner {
      height: 100px; } }
  @media (max-width: 375.98px) {
    .badges-banner a {
      font-size: 16px; } }

/**
 *   All buttons
 */
.btn {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  line-height: normal; }
  @media (max-width: 767.98px) {
    .btn {
      font-size: 0.875rem; } }
  .btn-lg, .btn-group-lg > .btn {
    padding: 1.2rem 1.35rem 1.1rem; }

.btn-sm, .btn-group-sm > .btn, .btn-outline-effect-primary.btn-sm > span, .btn-outline-effect-primary.btn-sm-secondary > span {
  border-radius: 0; }

/**
 *   Buttons standard
 */
.btn-filter {
  width: auto;
  box-shadow: 0 0 0 1px #a2a2a2;
  transition: 0.2s;
  font-size: 0.8rem;
  color: #a2a2a2; }
  .btn-filter svg {
    transition: 0.1s; }
  .btn-filter:hover {
    color: #eb010c;
    box-shadow: 0 0 0 1px #eb010c; }
    .btn-filter:hover svg {
      fill: #eb010c; }

.btn-primary {
  color: #fff;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  transition: 0.2s ease-in-out;
  box-shadow: none !important; }
  .btn-primary::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -50px;
    height: 100%;
    left: -140%;
    width: 0;
    width: 140%;
    background-color: rgba(0, 0, 0, 0.1);
    transform: rotate(-29deg);
    transform-origin: bottom left;
    transition: 0.45s ease-in-out; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:focus:active, .btn-primary:active {
    color: #000;
    background-color: white;
    box-shadow: none !important; }
    .btn-primary:hover::before, .btn-primary:focus::before, .btn-primary:focus:active::before, .btn-primary:active::before {
      left: 0; }

.btn-secondary {
  color: #fff !important;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  transition: 0.2s ease-in-out; }
  .btn-secondary::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -50px;
    height: 100%;
    left: -140%;
    width: 0;
    width: 140%;
    background-color: rgba(255, 255, 255, 0.1);
    transform: rotate(-29deg);
    transform-origin: bottom left;
    transition: 0.45s ease-in-out; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:focus:active, .btn-secondary:active {
    background-color: #b80109; }
    .btn-secondary:hover::before, .btn-secondary:focus::before, .btn-secondary:focus:active::before, .btn-secondary:active::before {
      left: 0; }

/**
 *   Buttons outline
 */
.btn-outline-white {
  color: #000;
  border-color: #000;
  border-width: 1px;
  background-color: white; }
  .btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:focus:active, .btn-outline-white:active {
    color: white;
    background-color: #000; }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: inherit; }
  .btn-outline-white-red-on-hover:hover, .btn-outline-white-red-on-hover:focus, .btn-outline-white-red-on-hover:focus:active, .btn-outline-white-red-on-hover:active {
    border-color: #000;
    color: white;
    background-color: #eb010c; }

.btn-outline-transparent {
  color: #727272;
  border-color: transparent;
  border-width: 2px; }
  .btn-outline-transparent:hover, .btn-outline-transparent:focus, .btn-outline-transparent:focus:active, .btn-outline-transparent:active {
    color: #000; }
  .btn-outline-transparent.disabled, .btn-outline-transparent:disabled {
    color: inherit; }

.btn-outline-primary {
  color: #000;
  border-color: #000;
  border-width: 1px;
  font-weight: 700;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  transition: 0.2s ease-in-out; }
  .btn-outline-primary::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -50px;
    height: 100%;
    left: -140%;
    width: 0;
    width: 140%;
    background-color: rgba(255, 255, 255, 0.15);
    transform: rotate(-29deg);
    transform-origin: bottom left;
    transition: 0.45s ease-in-out; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:focus:active, .btn-outline-primary:active {
    color: #fff;
    background-color: #000;
    box-shadow: none !important; }
    .btn-outline-primary:hover::before, .btn-outline-primary:focus::before, .btn-outline-primary:focus:active::before, .btn-outline-primary:active::before {
      left: 0; }

.btn-outline-effect-primary {
  position: relative;
  border: 0; }
  .btn-outline-effect-primary.disabled {
    opacity: 0.65; }
  .btn-outline-effect-primary.btn-sm, .btn-group-sm > .btn-outline-effect-primary.btn, .btn-outline-effect-primary.btn-sm > span.btn-outline-effect-primary, .btn-outline-effect-primary.btn-sm-secondary > span.btn-outline-effect-primary {
    padding: 0; }
    .btn-outline-effect-primary.btn-sm > span, .btn-group-sm > .btn-outline-effect-primary.btn > span, .btn-outline-effect-primary.btn-sm > span.btn-outline-effect-primary > span, .btn-outline-effect-primary.btn-sm-secondary > span.btn-outline-effect-primary > span {
      display: inline-flex;
      position: relative;
      z-index: 5;
      border: 1px solid #000;
      background-color: #fff;
      color: #000;
      transition: transform 0.2s ease-out;
      overflow: hidden; }
  .btn-outline-effect-primary.btn-sm-secondary {
    padding: 0; }
    .btn-outline-effect-primary.btn-sm-secondary > span {
      display: inline-flex;
      position: relative;
      z-index: 5;
      border: 1px solid #eb010c;
      background-color: #fff;
      color: #eb010c;
      transition: transform 0.2s ease-out;
      overflow: hidden; }
      .btn-outline-effect-primary.btn-sm-secondary > span:hover {
        color: #856404; }
      .btn-outline-effect-primary.btn-sm-secondary > span > i.h6 {
        color: #eb010c; }
    .btn-outline-effect-primary.btn-sm-secondary::after {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #eb010c;
      transform: translate(5px, 5px);
      transition: transform 0.2s ease-out; }
  .btn-outline-effect-primary.btn-primary-background, .btn-outline-effect-primary.btn-primary-background > span.btn-outline-effect-primary {
    padding: 0; }
    .btn-outline-effect-primary.btn-primary-background > span, .btn-outline-effect-primary.btn-primary-background > span.btn-outline-effect-primary > span {
      display: inline-flex;
      position: relative;
      z-index: 5;
      background-color: #000;
      border: 1px solid #fff;
      color: #000;
      transition: transform 0.2s ease-out;
      overflow: hidden;
      padding: 20px; }
  .btn-outline-effect-primary.btn-secondary-background, .btn-outline-effect-primary.btn-secondary-background > span.btn-outline-effect-primary {
    padding: 0; }
    .btn-outline-effect-primary.btn-secondary-background > span, .btn-outline-effect-primary.btn-secondary-background > span.btn-outline-effect-primary > span {
      display: inline-flex;
      position: relative;
      z-index: 5;
      background-color: #eb010c;
      border: 1px solid #fff;
      color: #eb010c;
      transition: transform 0.2s ease-out;
      overflow: hidden;
      padding: 20px; }
    .btn-outline-effect-primary.btn-secondary-background::after, .btn-outline-effect-primary.btn-secondary-background > span.btn-outline-effect-primary::after {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #eb010c;
      transform: translate(5px, 5px);
      transition: transform 0.2s ease-out; }
  .btn-outline-effect-primary::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    transform: translate(5px, 5px);
    transition: transform 0.2s ease-out; }
  .btn-outline-effect-primary:hover > span, .btn-outline-effect-primary:focus > span, .btn-outline-effect-primary:focus:active > span, .btn-outline-effect-primary:active > span {
    transform: translate(5px, 5px); }

/**
 *   Buttons links
 */
.btn-link {
  font-size: 0.875rem;
  font-weight: 700;
  transition: 0.3s ease-in-out; }

.btn-link-primary {
  color: #000; }
  .btn-link-primary:hover, .btn-link-primary:focus, .btn-link-primary:focus:active, .btn-link-primary:active {
    border-color: #eb010c; }

.btn-link-secondary {
  color: #eb010c; }
  .btn-link-secondary:hover, .btn-link-secondary:focus, .btn-link-secondary:focus:active, .btn-link-secondary:active {
    border-color: #000; }

.btn span i {
  margin-top: 0px;
  margin-bottom: 0px; }

.agreement-tabs-selector .nav-link {
  background-color: #e7e6f5; }
  .agreement-tabs-selector .nav-link:hover {
    color: #eb010c !important; }

/**
 *   Button 3d
 */
.btn-3d {
  display: inline-block;
  position: relative;
  perspective: 1000px;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(255, 255, 255, 0.3))); }
  .btn-3d > span, .btn-3d .mirror {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    padding: inherit; }
  .btn-3d > span {
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    backface-visibility: visible;
    transition: .25s ease-in-out;
    background-color: white;
    color: black;
    border: 1px solid black; }
  .btn-3d .mirror {
    transition: 0.25s ease-in-out;
    transform-origin: 50% 0;
    transform: translate3d(0px, 100%, 0px) rotateX(-90deg);
    background-color: black;
    color: white; }
  .btn-3d:hover > span, .btn-3d:focus > span, .btn-3d:focus:active > span, .btn-3d:active > span {
    transform: translate3d(0px, 0px, -100px) rotateX(90deg); }

.error-page {
  padding: 3rem 0;
  text-align: center; }
  .error-page::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -123;
    background-image: url("/default/img/dist/public/bg.jpeg");
    background-size: cover;
    background-position-x: center;
    background-position-y: 75%;
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.8); }
  .error-page h2, .error-page .h2 {
    line-height: 1;
    font-size: 6rem;
    color: #000; }
    @media (min-width: 576px) {
      .error-page h2, .error-page .h2 {
        font-size: 10rem; } }

/**
 * Header styles
 */
header {
  z-index: 30;
  position: sticky;
  top: 0; }
  @media screen and (max-width: 992px) and (orientation: landscape) {
    header {
      position: static;
      top: auto; } }

header .form-control {
  border: 0; }
  @media (max-width: 767.98px) {
    header .form-control {
      font-size: 15px; } }
  header .form-control::-moz-placeholder {
    color: #b5b4b4; }
  header .form-control::placeholder {
    color: #b5b4b4; }

@media (max-width: 575.98px) {
  .header-logo {
    width: 130px; } }

.header-search input {
  text-transform: none; }
  .header-search input::-moz-placeholder {
    text-transform: none;
    color: #b5b4b4; }
  .header-search input::placeholder {
    text-transform: none;
    color: #b5b4b4; }

.header-search button {
  text-transform: uppercase; }

.header-search input,
.header-search button {
  height: 46px; }

.suggested-results {
  display: block;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: -1px;
  z-index: 1;
  width: calc(100% + 1px);
  height: -moz-fit-content;
  height: fit-content;
  max-height: 85vh;
  border-width: 1px;
  border-style: solid;
  border-color: #727272;
  background-color: rgba(255, 255, 255, 0.95);
  color: #000;
  overflow-x: hidden;
  overflow-y: auto; }
  .suggested-results:hover {
    border-color: #000; }
  .suggested-results li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 10px 15px; }
    .suggested-results li:hover {
      background-color: #e5e5e5; }
  .suggested-results .product-info {
    display: flex;
    flex-grow: 1;
    justify-content: space-between; }
  .suggested-results .left, .suggested-results .right {
    display: flex;
    gap: 15px; }
  .suggested-results .product-image {
    display: flex;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    align-items: center; }
    .suggested-results .product-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .suggested-results .product-name {
    display: inline-flex;
    padding-right: 12px;
    align-items: center;
    font-size: 1rem;
    font-weight: 777; }
  .suggested-results .product-price {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 666; }
  .suggested-results .product-add {
    flex-grow: 0;
    flex-shrink: 0; }
    .suggested-results .product-add .btn {
      padding: 9px 7px;
      width: 50px;
      height: 45px;
      border-width: 0;
      background-color: #000; }
      .suggested-results .product-add .btn i {
        line-height: 1.4;
        font-size: 20px; }
      .suggested-results .product-add .btn:hover {
        background-color: #f7ca00 !important; }
  .suggested-results .more {
    display: flex;
    padding: 10px; }
    .suggested-results .more:hover {
      background-color: #f6f6f6; }
    .suggested-results .more a {
      flex-grow: 1; }
      .suggested-results .more a:hover {
        color: #eb010c; }

.cart-items-counter {
  position: absolute;
  background-color: #eb010c;
  top: 12px;
  right: -13px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  font-size: 12px; }

@media (min-width: 1200px) {
  .navigation {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000; } }

.navigation .dropdown-menu {
  min-width: 230px; }

.nav-top {
  font-size: .75rem; }
  .nav-top .btn-link {
    font-size: .75rem; }
    @media (min-width: 768px) {
      .nav-top .btn-link {
        font-size: .875rem; } }

.nav-bottom .logo-mobile {
  max-height: 43px; }

.navbar-menu .nav-item {
  padding: .5rem 1rem;
  position: relative; }
  .navbar-menu .nav-item:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0%;
    background-color: #eb010c;
    height: 3px;
    transition: 0.1s ease-out; }
  .navbar-menu .nav-item:hover .nav-link, .navbar-menu .nav-item:active .nav-link, .navbar-menu .nav-item:focus .nav-link {
    color: #000; }
  .navbar-menu .nav-item:hover:before, .navbar-menu .nav-item:active:before, .navbar-menu .nav-item:focus:before {
    width: 88%; }
  .navbar-menu .nav-item.active {
    color: #000; }
    .navbar-menu .nav-item.active:before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 88%;
      background-color: #eb010c;
      height: 3px;
      transition: 0.1s ease-out; }
    .navbar-menu .nav-item.active .nav-link {
      color: #000; }

.navbar-menu .nav-link {
  padding: 0 !important;
  color: #727272;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .navbar-menu .nav-link {
      transition: .2s ease-out; }
      .navbar-menu .nav-link:hover:before, .navbar-menu .nav-link:focus:before, .navbar-menu .nav-link:focus:active:before, .navbar-menu .nav-link:active:before {
        width: 100%; } }

.navbar-menu-2 {
  flex-direction: row; }
  .navbar-menu-2 .nav-item {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0; }
    .navbar-menu-2 .nav-item:hover {
      color: #eb010c; }
    .navbar-menu-2 .nav-item .nav-link {
      color: #fff; }
      @media (min-width: 1200px) {
        .navbar-menu-2 .nav-item .nav-link {
          font-size: 18px; } }
      .navbar-menu-2 .nav-item .nav-link:hover {
        color: #eb010c; }

/**
 *  Btn Toggle
 */
.btn-toggle {
  width: 26px;
  height: 16px;
  display: block;
  position: relative;
  cursor: pointer;
  border: 0;
  transition: 0.5s ease-in-out; }
  .btn-toggle.open span {
    height: 3px; }
    .btn-toggle.open span:nth-child(1), .btn-toggle.open span:nth-child(6) {
      transform: rotate(45deg); }
    .btn-toggle.open span:nth-child(2), .btn-toggle.open span:nth-child(5) {
      transform: rotate(-45deg); }
    .btn-toggle.open span:nth-child(1) {
      left: 0px;
      top: 4px; }
    .btn-toggle.open span:nth-child(2) {
      left: calc(50% - 5px);
      top: 4px; }
    .btn-toggle.open span:nth-child(3) {
      left: -50%;
      opacity: 0; }
    .btn-toggle.open span:nth-child(4) {
      left: 100%;
      opacity: 0; }
    .btn-toggle.open span:nth-child(5) {
      left: 0px;
      top: 12px; }
    .btn-toggle.open span:nth-child(6) {
      left: calc(50% - 5px);
      top: 12px; }
  .btn-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: white;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out; }
    .active .btn-toggle span {
      background: #fff; }
    .btn-toggle span:nth-child(even) {
      left: 50%; }
    .btn-toggle span:nth-child(odd) {
      left: 0px; }
    .btn-toggle span:nth-child(1), .btn-toggle span:nth-child(2) {
      top: 0px; }
    .btn-toggle span:nth-child(3), .btn-toggle span:nth-child(4) {
      top: 7px; }
    .btn-toggle span:nth-child(5), .btn-toggle span:nth-child(6) {
      top: 14px; }

/**
 *  Navigation for mobile
 */
@media (max-width: 767.98px) {
  .nav-bottom .navbar-collapse {
    margin: 0 -15px; }
    .nav-bottom .navbar-collapse.show, .nav-bottom .navbar-collapse.collapsing {
      box-shadow: 0px 12px 4px 0px rgba(0, 0, 0, 0.18); } }

.menu-left .modal-body {
  font-size: 1.2em;
  padding: 10px; }
  @media (max-width: 767.98px) {
    .menu-left .modal-body {
      font-size: 1em;
      font-weight: bold; } }
  @media (max-width: 767.98px) {
    .menu-left .modal-body i {
      font-weight: bold; } }

.menu-left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 360px;
  height: auto;
  transform: translate3d(0%, 0, 0) !important;
  top: 8px;
  left: -488px;
  background-color: #fff;
  transition: left 0.3s ease-out !important; }
  @media (max-width: 575.98px) {
    .menu-left .modal-dialog {
      top: 20px; } }

.menu-left.show .modal-dialog {
  left: 0; }

.collapsing {
  transition: 0.125s; }

/**
 * Sections styles
 */
.section-form-search-doc {
  overflow: hidden; }
  @media (min-width: 992px) {
    .section-form-search-doc .bg-right {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100vw; } }

/**
 *  Homepage
 */
.homepage-banner {
  position: relative;
  height: 27vw;
  max-width: 1910px;
  max-height: 558px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0; }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .homepage-banner .logo-wrapper {
      order: 2; } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .homepage-banner .description-wrapper {
      order: 1; } }
  .homepage-banner .description-wrapper .btn {
    width: 209px;
    height: 66px;
    line-height: 0; }
  .homepage-banner .banner-product-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px; }
  .homepage-banner .banner-heading {
    font-size: 4.7rem;
    color: #fff; }
    .homepage-banner .banner-heading-description {
      font-size: 1.875rem;
      color: #fff; }
    @media (max-width: 575.98px) {
      .homepage-banner .banner-heading {
        font-size: 3.7rem; } }
    @media (max-width: 479.98px) {
      .homepage-banner .banner-heading {
        font-size: 2.7rem; } }
  .homepage-banner .homepage-banner-slider {
    position: absolute;
    inset: 0;
    height: 100%; }
    .homepage-banner .homepage-banner-slider .swiper-slide img {
      width: 100%; }
    .homepage-banner .homepage-banner-slider .swiper-slide a {
      position: absolute;
      inset: 0;
      z-index: 1; }

@media (min-width: 992px) {
  .listing-wrapper-1 {
    margin-top: -100px; } }

@media (min-width: 992px) {
  .listing-wrapper-2 {
    margin-top: -85px; } }

.products-listing {
  row-gap: 20px;
  margin-bottom: 20px; }
  .products-listing img {
    -o-object-fit: contain;
       object-fit: contain; }
  .products-listing-1 {
    padding-top: 20px; }
    .products-listing-1 > div {
      background-color: white; }
  .products-listing-2 .card-product {
    background-color: white; }
  @media (max-width: 575.98px) {
    .products-listing {
      row-gap: 10px;
      --bs-gutter-x: 10px; } }

.badge-listing .container {
  padding: 0; }

.badge-listing .tab-content {
  padding-top: var(--bs-gutter-x, 20px); }
  @media (max-width: 767.98px) {
    .badge-listing .tab-content {
      padding-left: var(--bs-gutter-x, 20px);
      padding-right: var(--bs-gutter-x, 20px); } }

.filters-wrapper-1 {
  width: calc(100% + 4px);
  left: -2px;
  position: relative;
  z-index: 0;
  padding: 0 15px; }

.filters {
  padding: 20px 0; }
  .filters .listing-title {
    font-size: 1.5rem; }
  .filters-1 {
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-around; }
    @media (max-width: 479.98px) {
      .filters-1 > * {
        width: 50%; } }
    .filters-1 .category {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      max-height: 115px;
      color: white;
      padding-right: 10px;
      padding-left: 10px; }
      .filters-1 .category.nav-link {
        position: relative; }
        @media (max-width: 375.98px) {
          .filters-1 .category.nav-link {
            padding-left: 0px;
            padding-right: 0px; } }
      @media (min-width: 992px) {
        .filters-1 .category {
          margin-top: 15px; } }
      @media (max-width: 991.98px) {
        .filters-1 .category {
          margin-bottom: 15px; } }
      .filters-1 .category:hover .image-wrapper img.image, .filters-1 .category:focus .image-wrapper img.image, .filters-1 .category:focus:active .image-wrapper img.image, .filters-1 .category:active .image-wrapper img.image {
        filter: brightness(100%); }
      .filters-1 .category .image-wrapper {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px; }
        .filters-1 .category .image-wrapper .image {
          max-height: 100%;
          max-width: 85%; }
      .filters-1 .category .title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        font-size: 14px; }
      .filters-1 .category:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
        width: 0%;
        background-color: #eb010c;
        height: 7px;
        transition: 0.1s ease-out; }
      .filters-1 .category:hover, .filters-1 .category:focus, .filters-1 .category:focus:active, .filters-1 .category:active, .filters-1 .category.active {
        cursor: pointer; }
        .filters-1 .category:hover:before, .filters-1 .category:focus:before, .filters-1 .category:focus:active:before, .filters-1 .category:active:before, .filters-1 .category.active:before {
          width: 30px; }
  .filters-2 {
    padding: 20px; }
    @media (max-width: 575.98px) {
      .filters-2 {
        align-items: center;
        justify-content: flex-start; } }
    @media (min-width: 992px) {
      .filters-2 {
        height: 160px; } }
    .filters-2 .btn {
      font-size: 20px; }
      @media (max-width: 767.98px) {
        .filters-2 .btn {
          width: 100%; } }
    @media (max-width: 767.98px) {
      .filters-2 li {
        width: 100%; }
        .filters-2 li:not(:last-child) {
          margin-bottom: 10px; }
          .filters-2 li:not(:last-child) .btn {
            padding-top: 0;
            padding-bottom: 0; } }
    .filters-2 > div:nth-child(2) .btn {
      font-size: 14px;
      max-height: 66px;
      height: 100%;
      max-width: 160px;
      width: 100%; }
      @media (max-width: 575.98px) {
        .filters-2 > div:nth-child(2) .btn {
          max-width: 100%;
          margin-bottom: 10px;
          font-size: 16px; } }
  .filters-3 {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .filters-3 > div {
      margin-bottom: 10px;
      width: 100%;
      line-height: 1.5rem; }
    @media (min-width: 768px) {
      .filters-3 {
        padding-top: 50px;
        padding-bottom: 50px; }
        .filters-3 > div {
          max-width: 265px; } }
    @media (max-width: 1399.98px) {
      .filters-3 {
        flex-wrap: wrap;
        justify-content: flex-start; }
        .filters-3 > div:not(:last-of-type) {
          margin-right: 5px; } }
    @media (max-width: 575.98px) {
      .filters-3 {
        flex-direction: column; }
        .filters-3 > div {
          width: 100%; }
          .filters-3 > div:not(:last-of-type) {
            margin-bottom: 10px;
            margin-right: 0; }
          .filters-3 > div a {
            width: 100%; } }

.color-tiles {
  line-height: 1; }
  @media (max-width: 767.98px) {
    .color-tiles.bottom {
      padding-left: 30px;
      padding-right: 30px; } }
  .color-tiles .plus {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: -1px;
    margin-left: auto;
    margin-right: auto;
    transform: translate(50%, -50%); }
  @media (max-width: 575.98px) {
    .color-tiles:not(.card-product-bundle) .plus {
      top: unset;
      right: 0;
      left: 0;
      bottom: -22px;
      transform: none; } }
  .color-tiles .title {
    font-size: 30px; }
  .color-tiles .subtitle {
    font-size: 30px;
    font-weight: 700; }
  .color-tiles .description {
    font-size: 20px; }
  .color-tiles .tile .image {
    z-index: 3; }
  @media (min-width: 480px) {
    .color-tiles .tile-1 .btn {
      max-width: 145px; } }
  @media (min-width: 992px) {
    .color-tiles .tile-2, .color-tiles .tile-3 {
      height: 50%; } }
  @media (min-width: 480px) {
    .color-tiles .tile-2, .color-tiles .tile-3 {
      min-height: 221px; } }
  .color-tiles .tile-2 .discount {
    font-family: "Mulish", sans-serif;
    font-size: 75px;
    font-weight: 700; }
  .color-tiles .tile-2 > div img {
    height: 100%; }
  @media (min-width: 576px) {
    .color-tiles .tile-2 > div {
      height: 100%; } }
  .color-tiles .tile-4 {
    justify-content: center; }
    .color-tiles .tile-4 img {
      padding: 40px 15px; }
      @media (min-width: 992px) {
        .color-tiles .tile-4 img {
          margin: 0;
          position: relative;
          top: 32px;
          padding: 0; } }
  @media (max-width: 479.98px) {
    .color-tiles .tile-5, .color-tiles .tile-6 {
      min-height: 303px; } }
  .color-tiles .tile-5 .description {
    line-height: 1.4; }
  .color-tiles .tile-6 {
    border: 2px solid black; }
    .color-tiles .tile-6 .title {
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 375.98px) {
        .color-tiles .tile-6 .title {
          font-size: 20px; } }
    .color-tiles .tile-6 .price {
      font-size: 24px; }
    .color-tiles .tile-6-v2 .title {
      font-size: 20px; }
    .color-tiles .tile-6-v2 .price strong {
      font-weight: 700;
      margin-right: 5px; }
  .color-tiles-2 div .subtitle {
    font-size: 28px;
    font-weight: 700; }

.bottom-icons .wrapper {
  font-size: 20px;
  font-weight: 700;
  font-family: "Mulish", sans-serif; }
  .bottom-icons .wrapper .text {
    width: 280px; }
  @media (max-width: 767.98px) {
    .bottom-icons .wrapper {
      width: 100%; } }

/**
 *  Product list
 */
.product-list__filters {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; }
  .product-list__filters > div {
    border-bottom: 1px solid #b3b9c5;
    padding: 10px 0;
    margin-bottom: 10px; }
    .product-list__filters > div:last-child {
      margin-bottom: 0;
      border: 0; }
  .product-list__filters .filters__title {
    font-weight: bold;
    font-size: 1rem; }
    .product-list__filters .filters__title-small {
      margin-bottom: 10px; }
    .product-list__filters .filters__title-big {
      font-size: 1.2rem; }
  .product-list__filters .checkboxes-normal .form-check {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 10px; }
    .product-list__filters .checkboxes-normal .form-check:not(:last-child) {
      margin-right: 15px; }
    .product-list__filters .checkboxes-normal .form-check:last-child {
      margin-bottom: 0; }
  .product-list__filters .checkboxes-col-2 {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 0; }
    .product-list__filters .checkboxes-col-2 .form-check {
      flex-basis: 50%; }
  .product-list__filters .checkboxes-normal label,
  .product-list__filters .checkboxes-col-2 label {
    font-size: 0.9rem;
    padding-left: 6px; }
  .product-list__filters .checkboxes-colors .form-check {
    margin: 5px; }
    @media (min-width: 1200px) {
      .product-list__filters .checkboxes-colors .form-check {
        margin: 8px; } }
    .product-list__filters .checkboxes-colors .form-check:first-child {
      margin-left: 0; }
  .product-list__filters .input-group .input-group-prepend {
    margin-right: 5px; }
  .product-list__filters .input-group .form-control {
    max-width: 100px;
    padding: 0.3rem; }
    .product-list__filters .input-group .form-control::-moz-placeholder {
      color: #a0a0a0; }
    .product-list__filters .input-group .form-control::placeholder {
      color: #a0a0a0; }
  .product-list__filters .dropdown {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #b2b1b2;
    width: 100%;
    margin-bottom: 15px; }
    .product-list__filters .dropdown:last-child {
      margin-bottom: 0; }
    .product-list__filters .dropdown .dropdown-toggle {
      text-transform: none;
      color: #b2b1b2; }
  .product-list__filters-modal {
    padding-top: 20px; }
    .product-list__filters-modal > div {
      padding: 20px 20px; }

.product-list__content .content__top-bar {
  row-gap: 12px; }
  .product-list__content .content__top-bar .top-bar__title {
    font-weight: bold;
    font-size: 1.2rem; }
  .product-list__content .content__top-bar input,
  .product-list__content .content__top-bar select {
    background-color: #f6f6f6;
    height: 45px;
    border: 0; }
  .product-list__content .content__top-bar select:focus, .product-list__content .content__top-bar select:active {
    box-shadow: none; }
  .product-list__content .content__top-bar .input-group {
    margin: 0;
    position: relative; }
    .product-list__content .content__top-bar .input-group input::-moz-placeholder {
      color: #a2a2a2;
      font-size: 16px;
      font-weight: normal; }
    .product-list__content .content__top-bar .input-group input::placeholder {
      color: #a2a2a2;
      font-size: 16px;
      font-weight: normal; }
  .product-list__content .content__top-bar .top-bar__navigation {
    font-size: 16px;
    background-color: #f6f6f6;
    height: 45px; }
    .product-list__content .content__top-bar .top-bar__navigation span {
      font-weight: bold; }
    .product-list__content .content__top-bar .top-bar__navigation i {
      cursor: pointer; }
      .product-list__content .content__top-bar .top-bar__navigation i:active, .product-list__content .content__top-bar .top-bar__navigation i:focus {
        transform: scale(0.9); }
  .product-list__content .content__top-bar .sort-options {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    order: 0; }
    .product-list__content .content__top-bar .sort-options label {
      white-space: nowrap; }
  .product-list__content .content__top-bar .keyword-search {
    order: 1; }
    .product-list__content .content__top-bar .keyword-search .input-group::after {
      top: 14px;
      right: 14px;
      position: absolute;
      content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktc2VhcmNoIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik0xMS43NDIgMTAuMzQ0YTYuNSA2LjUgMCAxIDAtMS4zOTcgMS4zOThoLS4wMDFjLjAzLjA0LjA2Mi4wNzguMDk4LjExNWwzLjg1IDMuODVhMSAxIDAgMCAwIDEuNDE1LTEuNDE0bC0zLjg1LTMuODVhMS4wMDcgMS4wMDcgMCAwIDAtLjExNS0uMXpNMTIgNi41YTUuNSA1LjUgMCAxIDEtMTEgMCA1LjUgNS41IDAgMCAxIDExIDB6Ii8+Cjwvc3ZnPg==");
      z-index: 5;
      cursor: pointer; }
  .product-list__content .content__top-bar .price-filter {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    order: 2; }
    .product-list__content .content__top-bar .price-filter .input-group {
      flex-wrap: nowrap;
      align-items: center;
      width: -moz-fit-content;
      width: fit-content; }
      .product-list__content .content__top-bar .price-filter .input-group label {
        margin: 0px 5px;
        white-space: nowrap; }
      .product-list__content .content__top-bar .price-filter .input-group input[type="number"] {
        min-width: 90px;
        max-width: 100px; }
    @media (min-width: 768px) {
      .product-list__content .content__top-bar .price-filter {
        justify-content: flex-end; } }
    @media (min-width: 992px) and (max-width: 1399.98px) {
      .product-list__content .content__top-bar .price-filter {
        order: 0; } }
  .product-list__content .content__top-bar .filters-button {
    order: 3; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .product-list__content .content__top-bar .filters-button {
        order: 0; } }
    @media (min-width: 992px) {
      .product-list__content .content__top-bar .filters-button {
        display: none; } }

.product-list__banner {
  position: relative; }
  .product-list__banner img {
    max-width: 100%; }

.product-list .input-checkbox {
  align-items: center;
  color: #727272;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 300; }
  .product-list .input-checkbox input {
    display: none; }
    .product-list .input-checkbox input:checked ~ .tickbox {
      border-color: #000; }
      .product-list .input-checkbox input:checked ~ .tickbox:before {
        color: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: "\f078"; }
  .product-list .input-checkbox.input-checkbox-circle {
    align-items: flex-start;
    color: #000;
    font-size: 0.875rem; }
    .product-list .input-checkbox.input-checkbox-circle .name {
      font-weight: 700;
      margin-left: 0;
      padding: 4px 0 5px; }
    .product-list .input-checkbox.input-checkbox-circle input:checked ~ .tickbox-circle::before {
      opacity: 1; }
  .product-list .input-checkbox .tickbox-circle {
    background-color: #fff;
    border: 1px solid #a2a2a2;
    border-radius: 100%;
    flex-shrink: 1;
    height: 30px;
    margin-right: 15px;
    min-width: 30px;
    position: relative;
    width: 30px; }
    .product-list .input-checkbox .tickbox-circle:before {
      background-color: #000;
      border-radius: 100%;
      content: "";
      display: block;
      height: 14px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: 0.2s ease;
      width: 14px; }
    .product-list .input-checkbox .tickbox-circle .small-text {
      font-size: 0.8125rem; }
  .product-list .input-checkbox .price {
    flex-grow: 1;
    min-width: 69px;
    text-align: right; }
  .product-list .input-checkbox .body {
    padding-right: 5%; }
  .product-list .input-checkbox .delivery-img {
    margin-top: 8px;
    max-height: 45px;
    max-width: 75px; }
  .product-list .input-checkbox .tickbox {
    border: 1px solid #a2a2a2;
    border-radius: 2px;
    display: block;
    flex-shrink: 1;
    font-size: 12px;
    height: 16px;
    min-width: 16px;
    position: relative;
    transition: 0.3s ease;
    width: 16px;
    z-index: 10; }
  .product-list .input-checkbox .name {
    color: #000;
    display: block;
    margin-left: 10px;
    margin-right: 3px;
    position: relative;
    text-transform: uppercase;
    transition: 0.3s ease;
    z-index: 10; }
  .product-list .input-checkbox .count {
    position: relative;
    transition: 0.2s ease;
    z-index: 10; }
    .product-list .input-checkbox .count::before {
      content: "("; }
    .product-list .input-checkbox .count::after {
      content: ")"; }
  .product-list .input-checkbox.input-field-category {
    background-color: #f6f6f6;
    display: flex;
    font-size: 12px;
    overflow: hidden;
    padding: 0.625rem 1rem;
    position: relative;
    margin-bottom: 10px; }
    .product-list .input-checkbox.input-field-category input:checked ~ .bg {
      background: #eb010c;
      bottom: 0;
      color: #fff;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: 0.15s ease;
      z-index: 5; }
    .product-list .input-checkbox.input-field-category input:checked ~ .name,
    .product-list .input-checkbox.input-field-category input:checked ~ .count {
      color: #fff; }
    .product-list .input-checkbox.input-field-category input:checked ~ .tickbox::before {
      content: "\f068"; }
    .product-list .input-checkbox.input-field-category .tickbox {
      background: #fff;
      border: 0;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      border-radius: 100%;
      color: #000;
      display: block;
      font-size: 8px;
      font-weight: 700;
      height: 20px;
      position: absolute;
      right: 15px;
      text-align: center;
      width: 20px;
      z-index: 10; }
      .product-list .input-checkbox.input-field-category .tickbox::before {
        color: #111111 !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: "\f067"; }
    .product-list .input-checkbox.input-field-category .name {
      color: #111111;
      font-size: 13px;
      font-weight: 400;
      margin: 0 3px 0 0;
      display: block;
      overflow: hidden;
      max-width: calc(100% - 25px);
      white-space: nowrap;
      text-overflow: ellipsis;
      transition: 0.15s ease; }
  .product-list .input-checkbox.checkbox-square {
    color: #000; }
    .product-list .input-checkbox.checkbox-square input:checked ~ .tickbox {
      border-color: #000; }
      .product-list .input-checkbox.checkbox-square input:checked ~ .tickbox::before {
        color: #000; }
    .product-list .input-checkbox.checkbox-square .tickbox {
      border: 1px solid #000;
      border-radius: 0;
      display: block;
      margin-right: 10px; }
    .product-list .input-checkbox.checkbox-square .text {
      padding-top: 1px; }
    .product-list .input-checkbox.checkbox-square a {
      color: #000;
      text-decoration: underline; }

@media (max-width: 575.98px) {
  .product-list.product-badges .product-list__content .content__top-bar .sort-options .top-bar__title {
    display: none; } }

.product-list.product-badges .product-list__content .content__top-bar .price-filter {
  justify-content: center; }
  @media (min-width: 576px) {
    .product-list.product-badges .product-list__content .content__top-bar .price-filter {
      justify-content: flex-end; } }

.sort-sticky .content__top-bar {
  position: fixed;
  z-index: 10;
  background-color: #fff; }

.product-review {
  display: flex;
  align-items: flex-start;
  width: 100%; }
  .product-review .image {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto; }
    .product-review .image img {
      border-radius: 50rem; }
    .product-review .image .verified {
      position: absolute;
      right: 0;
      bottom: 0;
      border: 2px solid #fff;
      border-radius: 50rem;
      background: #fff;
      color: #95c11f; }
  .product-review .content {
    flex-basis: 100%; }
  .product-review .date {
    float: right;
    color: #7f7f7f; }
  .product-review .stars {
    color: #fcc200; }
  .product-review .name {
    font-weight: 700; }

.product-review-summary .main .result {
  font-size: 2.5rem;
  font-weight: 700; }

.product-review-summary .main .stars {
  color: #fcc200;
  font-size: 1.5rem; }

.product-review-summary .main .number-opinions {
  color: #7f7f7f; }

@media (min-width: 768px) {
  .product-review-summary .sub {
    margin-left: 20px;
    border-left: 1px solid #7f7f7f;
    padding-left: 20px; } }

.product-review-summary .sub:hover .item a {
  opacity: 0.5; }

.product-review-summary .sub .item a:hover {
  color: #000;
  opacity: 1; }

.product-review-summary .sub .score {
  display: inline-block;
  margin: 0 5px;
  width: 31px;
  font-size: 14px; }

.product-review-summary .bar {
  display: inline-block;
  width: 100px;
  height: 10px;
  background: #e4e4e4; }
  .product-review-summary .bar .in {
    display: block;
    width: 0;
    height: 100%;
    background: #000; }

.nav-pills .nav-link {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
  background: #f6f6f6;
  color: gray;
  text-transform: uppercase;
  font-weight: 400; }
  .nav-pills .nav-link.active {
    background: #e4e4e4;
    color: #000; }

.product-page .breadcrumbs {
  padding-top: 20px;
  background: #f6f6f6; }

.product-page .breadcrumbs-wrapper {
  margin: 0;
  padding: 10px 20px 0 20px;
  background: #fff; }

.product-page h1, .product-page .h1 {
  margin-bottom: 0; }

.product-detail .title {
  font-size: 1.5rem;
  font-weight: 700; }

.product-detail .sku-label {
  font-weight: 555; }

.product-detail .price {
  position: relative; }
  .product-detail .price .sale {
    float: right;
    padding: 0 5px;
    margin-top: 2px;
    background-color: #eb010c;
    color: white;
    font-family: "Mulish", sans-serif;
    font-weight: 700; }
  .product-detail .price .current {
    font-size: 2.25rem;
    font-weight: 700; }
  .product-detail .price .discount {
    margin-top: 5px;
    font-weight: 400; }
  .product-detail .price .before-discount {
    font-size: 0.78rem;
    font-weight: 400; }
  .product-detail .price .top-icons {
    display: flex;
    position: absolute;
    justify-content: flex-end;
    align-items: center;
    top: 0;
    right: 0;
    -moz-column-gap: 8px;
         column-gap: 8px; }

.product-detail .summary-wrapper table,
.product-detail .product-description table {
  margin-bottom: 0.5rem; }

.product-detail .summary-wrapper ul,
.product-detail .product-description ul {
  list-style-type: circle; }

.product-detail .summary-wrapper ol,
.product-detail .product-description ol {
  list-style-type: decimal; }

.product-detail .summary-wrapper ul,
.product-detail .summary-wrapper ol,
.product-detail .product-description ul,
.product-detail .product-description ol {
  margin-bottom: 0.5rem; }

.product-detail .summary-wrapper li,
.product-detail .product-description li {
  margin-left: 1.2em; }
  .product-detail .summary-wrapper li p,
  .product-detail .product-description li p {
    margin: 0; }

.product-detail .summary-wrapper p {
  margin: 0; }

.product-detail .product-description p {
  margin-bottom: 0.5rem; }

.product-detail .product-details-badges-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .product-detail .product-details-badges-wrapper .product-details-badge {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 10px;
    background-color: var(--color_var);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1.6; }

.product-detail .float-select {
  position: relative; }
  .product-detail .float-select label {
    margin: 0;
    color: #b6b7c9;
    position: absolute;
    top: 0.625rem;
    left: 0.785rem;
    transition: 0.3s; }
  .product-detail .float-select select.form-control {
    padding-top: calc((0.75rem * 1.8) + (0.375rem * 2));
    height: unset;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iIzAwMDAwMCIgY2xhc3M9ImJpIGJpLWNoZXZyb24tY29tcGFjdC1kb3duIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNTUzIDYuNzc2YS41LjUgMCAwIDEgLjY3LS4yMjNMOCA5LjQ0bDUuNzc2LTIuODg4YS41LjUgMCAxIDEgLjQ0OC44OTRsLTYgM2EuNS41IDAgMCAxLS40NDggMGwtNi0zYS41LjUgMCAwIDEtLjIyMy0uNjd6Ii8+Cjwvc3ZnPg==") no-repeat;
    background-position: right 1rem center;
    transition: 0.3s; }

.product-detail .product-sm {
  margin: 10px -5px 0; }
  .product-detail .product-sm img {
    margin: 0 5px;
    cursor: pointer; }

.product-detail .slick-dots {
  bottom: 20px; }

@media (min-width: 992px) {
  .product-image-sticky {
    position: sticky;
    top: 200px; } }

.terms-of-service h1, .terms-of-service .h1 {
  line-height: 3rem;
  margin-bottom: 2.1rem;
  font-variant: small-caps;
  text-align: center; }

.terms-of-service h2, .terms-of-service .h2 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  line-height: 2.7rem;
  text-align: center; }

.terms-of-service p {
  margin-bottom: 0.5rem; }

.terms-of-service li p {
  margin-bottom: 0.3rem; }

.terms-of-service :not(li) > ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-bottom: 2.7rem; }
  .terms-of-service :not(li) > ol > li {
    padding-left: 0.9rem; }

.terms-of-service li > ol {
  list-style-type: lower-alpha;
  padding-left: 1.1rem; }
  .terms-of-service li > ol > li {
    padding-left: 0.5rem; }
    .terms-of-service li > ol > li::marker {
      content: counter(list-item, lower-alpha) ") "; }

.priv-policy {
  counter-reset: h2counter; }
  .priv-policy h1, .priv-policy .h1 {
    margin-bottom: 1.7rem;
    line-height: 1.1;
    font-variant: small-caps; }
  .priv-policy h2, .priv-policy .h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-variant: small-caps; }
    .priv-policy h2::before, .priv-policy .h2::before {
      margin-right: 0.9rem;
      counter-increment: h2counter;
      content: counter(h2counter) ". "; }
  .priv-policy h4, .priv-policy .h4 {
    margin-top: 0.7rem;
    margin-bottom: 0.5rem; }
  .priv-policy p {
    margin-bottom: 0.5rem; }
  .priv-policy li {
    padding-left: 0.9rem;
    margin-bottom: 0.3rem; }
    .priv-policy li p {
      margin-bottom: 0; }
  .priv-policy ol {
    list-style-type: decimal;
    padding-left: 2.5rem;
    margin-bottom: 0.5rem; }
    .priv-policy ol ul {
      list-style-type: disc;
      padding-left: 1.5rem; }

.contact ol {
  margin-left: 27px;
  list-style-type: decimal-leading-zero; }

.table-basket {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  border-spacing: 0 5px;
  border-collapse: collapse;
  white-space: nowrap;
  line-height: 1.2; }
  .table-basket > :not(:first-child) {
    border-top: 1px solid #000; }
  .table-basket thead {
    line-height: normal;
    vertical-align: bottom; }
  .table-basket .bundle .product-images {
    display: flex;
    flex-direction: column;
    row-gap: 6px; }
  .table-basket .bundle .product-names {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
    .table-basket .bundle .product-names .product-name {
      min-height: 78px; }
  .table-basket .product-image {
    display: block;
    width: 80px;
    height: 80px; }
    .table-basket .product-image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .table-basket .product-name {
    white-space: wrap; }
  .table-basket .product-info {
    margin-top: 5px;
    font-size: 0.6875rem;
    opacity: 0.75; }
  .table-basket .input-amount {
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: nowrap; }
    .table-basket .input-amount input {
      flex: 0 0 35px;
      border: 1px solid #b6b7c9;
      padding: 0 5px;
      width: 35px;
      font-size: 1rem;
      line-height: 26px;
      text-align: center;
      -webkit-appearance: none;
              appearance: none;
      -moz-appearance: textfield;
      font-weight: 700; }
      .table-basket .input-amount input::-webkit-outer-spin-button, .table-basket .input-amount input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .table-basket .input-amount .btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #b6b7c9;
      padding: 5px;
      width: 28px;
      height: 28px;
      font-size: 0.75rem;
      text-align: center; }
  .table-basket .net-price {
    font-size: 0.8em; }
  .table-basket th,
  .table-basket td {
    padding: 10px; }
    .table-basket th:first-of-type,
    .table-basket td:first-of-type {
      padding-left: 20px; }
    .table-basket th:last-of-type,
    .table-basket td:last-of-type {
      padding-right: 20px; }
  .table-basket .buttons {
    display: flex; }
    .table-basket .buttons .btn {
      padding: 0;
      font-size: 0.75rem; }
  @media (max-width: 767.98px) {
    .table-basket thead {
      display: none; }
    .table-basket td {
      display: none; }
    .table-basket .mobile {
      display: block; } }
  .table-basket .mobile {
    display: flex;
    gap: 20px;
    padding: 20px; }
    @media (min-width: 768px) {
      .table-basket .mobile {
        display: none; } }
    .table-basket .mobile .product-image {
      flex: 0 0 auto; }
    .table-basket .mobile .product-value {
      margin-left: auto;
      text-align: right;
      align-self: flex-end; }
      .table-basket .mobile .product-value .tax-percentage {
        font-size: 0.7em; }
      .table-basket .mobile .product-value .net-price {
        font-size: 0.8em; }

.delivery-check {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  align-items: unset;
  font-size: 1rem; }
  .delivery-check .form-check-input {
    position: absolute;
    top: 11px;
    left: 11px;
    margin: 0;
    border-radius: inherit; }
  .delivery-check .form-check-label {
    border: 1px solid #b6b7c9;
    padding: 10px;
    padding-left: 40px;
    width: 100%;
    min-height: 42px; }
  .delivery-check .price {
    float: right; }
  .delivery-check .title {
    display: block; }
  .delivery-check .description {
    display: block;
    color: #b2b1b2; }
  .delivery-check .dsc {
    display: block;
    font-size: 0.875rem;
    font-weight: 400 !important; }

.progress-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 200px;
  pointer-events: none; }
  .progress-steps .bar {
    position: absolute;
    top: 50%;
    right: 15px;
    left: 15px;
    height: 4px;
    background: #e5e5e5;
    transform: translateY(-50%); }
    .progress-steps .bar .bar-in {
      background: #000;
      height: 4px; }
  .progress-steps .step {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #fff;
    border-radius: 50rem;
    width: 38px;
    height: 38px;
    text-align: center;
    background: #e5e5e5;
    color: #000;
    font-weight: 700;
    z-index: 1; }
    .progress-steps .step.active {
      background: #000;
      color: #fff; }

.summary-box {
  position: sticky;
  top: 15px;
  border: 1px solid #b6b7c9; }
  @media (min-width: 992px) {
    .summary-box {
      top: 170px; } }
  .summary-box section:not(:first-of-type) {
    border-top: 1px solid #b6b7c9; }
  .summary-box .spaced {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px 12px; }
    .summary-box .spaced > *:last-child {
      flex-grow: 1;
      text-align: right; }
  .summary-box .net-price {
    display: block;
    margin-top: -8px;
    font-size: 0.6em; }
  .summary-box .form-check-input {
    border-radius: inherit; }
  .summary-box .total {
    font-size: 1.5rem; }

.add-product-code .form-control {
  width: auto; }
  @media (min-width: 992px) {
    .add-product-code .form-control {
      width: 500px; } }

.chat {
  border: 1px solid #000;
  width: 100%;
  min-height: 400px;
  max-height: 450px;
  box-shadow: 1px 1px 3px 0px black;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .chat .chat-window {
    height: 100%;
    overflow-y: scroll;
    margin-bottom: 15px; }
  .chat .message {
    display: flex;
    position: relative;
    padding: 10px;
    font-size: 16px; }
    .chat .message > div {
      padding-bottom: 15px;
      padding-top: 8px; }
    .chat .message img {
      border-radius: 50%;
      width: 40px;
      height: 40px; }
    .chat .message .time-right,
    .chat .message .time-left {
      position: absolute;
      font-size: 14px;
      color: #9d9a9a; }
    .chat .message .time-right {
      bottom: 3px;
      right: 10px; }
    .chat .message .time-left {
      bottom: 3px;
      left: 10px; }
    .chat .message:not(:last-child) {
      margin-bottom: 15px; }
    .chat .message.consultant-message {
      border: 1px solid #dedede;
      background-color: #f1f1f1; }
    .chat .message.customer-message {
      border: 1px solid #ccc;
      background-color: #ddd;
      justify-content: flex-end; }
  .chat .input-wrapper {
    position: relative; }
    .chat .input-wrapper .message-send-button {
      background-color: unset;
      border: none;
      position: absolute;
      bottom: 2px;
      right: 7px;
      cursor: pointer; }
      .chat .input-wrapper .message-send-button::before {
        content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktc2VuZCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNMTUuODU0LjE0NmEuNS41IDAgMCAxIC4xMS41NGwtNS44MTkgMTQuNTQ3YS43NS43NSAwIDAgMS0xLjMyOS4xMjRsLTMuMTc4LTQuOTk1TC42NDMgNy4xODRhLjc1Ljc1IDAgMCAxIC4xMjQtMS4zM0wxNS4zMTQuMDM3YS41LjUgMCAwIDEgLjU0LjExWk02LjYzNiAxMC4wN2wyLjc2MSA0LjMzOEwxNC4xMyAyLjU3NiA2LjYzNiAxMC4wN1ptNi43ODctOC4yMDFMMS41OTEgNi42MDJsNC4zMzkgMi43NiA3LjQ5NC03LjQ5M1oiLz4KPC9zdmc+); }
    .chat .input-wrapper input {
      width: 100%;
      font-size: 16px; }

.client-panel-nav .list-group-item {
  border-radius: 0;
  font-size: 16px; }

.tab-content table {
  font-size: 14px; }
  .tab-content table thead {
    text-transform: uppercase;
    font-weight: bold; }
    @media (max-width: 991.98px) {
      .tab-content table thead {
        display: none; } }
  .tab-content table tbody th,
  .tab-content table tbody td {
    font-weight: normal;
    text-transform: uppercase; }
  @media (max-width: 1199.98px) {
    .tab-content table tbody tr {
      margin-bottom: 15px; } }
  @media (max-width: 991.98px) {
    .tab-content table tbody tr {
      display: block; }
      .tab-content table tbody tr th,
      .tab-content table tbody tr td {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .tab-content table tbody tr td[data-label]::before {
        content: attr(data-label);
        font-weight: bold; } }

.tab-content iframe {
  width: 100%; }

.table .value {
  width: 150px; }

.collapse-table {
  background-color: #f6f6f6; }
  .collapse-table .table {
    margin-bottom: 0;
    font-size: 11px;
    background-color: white; }
    .collapse-table .table th {
      font-weight: bold; }
    .collapse-table .table tfoot tr:last-child td {
      border-bottom-width: 0; }
  .collapse-table thead th {
    font-weight: bold; }

.inventory-availability-indicator {
  line-height: 1; }
  .inventory-availability-indicator:not(:last-child) {
    margin-bottom: 5px; }
  .inventory-availability-indicator .indicator {
    display: flex;
    margin-bottom: 5px; }
    .inventory-availability-indicator .indicator div {
      border: 1px solid grey;
      height: 8px;
      width: 18px;
      display: inline-block;
      margin-right: 1px;
      background-color: white; }
  .inventory-availability-indicator span {
    font-size: 10px; }

.wishlist-table button.add {
  padding: 6px 20px;
  font-size: 16px; }
  .wishlist-table button.add i {
    font-size: 22px; }

.wishlist-table td {
  vertical-align: middle; }
  @media (min-width: 992px) {
    .wishlist-table td.wishlist-cart-btn .btn {
      width: 158px; } }

.my-orders-table tr td a {
  text-decoration: underline; }
  .my-orders-table tr td a::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1kb3duIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNjQ2IDQuNjQ2YS41LjUgMCAwIDEgLjcwOCAwTDggMTAuMjkzbDUuNjQ2LTUuNjQ3YS41LjUgMCAwIDEgLjcwOC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDggMGwtNi02YS41LjUgMCAwIDEgMC0uNzA4eiIvPgo8L3N2Zz4=); }

.my-orders-table tr.collapsed td a {
  text-decoration: underline; }
  .my-orders-table tr.collapsed td a::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjY0NiAxLjY0NmEuNS41IDAgMCAxIC43MDggMGw2IDZhLjUuNSAwIDAgMSAwIC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDgtLjcwOEwxMC4yOTMgOCA0LjY0NiAyLjM1NGEuNS41IDAgMCAxIDAtLjcwOHoiLz4KPC9zdmc+); }

.change-delivery-address-form {
  margin-bottom: 30px; }
  .change-delivery-address-form input {
    margin-bottom: 5px; }
    @media (max-width: 767.98px) {
      .change-delivery-address-form input {
        margin-bottom: 10px; } }

.vehicle-page .product-detail .top-price .current-price {
  line-height: 1; }

.vehicle-page .product-detail .top-price label.discount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000; }
  @media (min-width: 576px) {
    .vehicle-page .product-detail .top-price label.discount {
      font-size: 2.25rem; } }

.vehicle-page .product-detail .top-price .old-price {
  font-size: 1.25rem;
  color: #727272; }

.vehicle-page .product-detail .current-price {
  line-height: 1;
  font-size: 1.2rem; }
  .vehicle-page .product-detail .current-price h3, .vehicle-page .product-detail .current-price .h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #eb010c; }

.vehicle-page .product-detail .vehicle-dimensions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 25px;
  font-size: 1rem; }
  .vehicle-page .product-detail .vehicle-dimensions label {
    font-size: 0.9rem;
    font-variant: small-caps;
    font-weight: 650; }

.vehicle-page .gallery iframe {
  max-width: 100%; }

.vehicle-page .gallery .img-col img {
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }
  @media (min-width: 1200px) {
    .vehicle-page .gallery .img-col img {
      max-height: 300px; } }

.vehicle-page .gallery-description {
  font-size: 16px;
  background-color: #f5f5f5; }
  .vehicle-page .gallery-description .manufacturer-logo {
    flex-shrink: 1;
    max-width: 100px; }
    @media (min-width: 768px) {
      .vehicle-page .gallery-description .manufacturer-logo {
        max-width: 154px; } }
    @media (min-width: 1200px) {
      .vehicle-page .gallery-description .manufacturer-logo {
        max-width: 90px; } }
    @media (min-width: 1400px) {
      .vehicle-page .gallery-description .manufacturer-logo {
        max-width: 156px; } }

.vehicle-page .vehicle-details .tabs-wrapper {
  padding: 20px;
  border: 1px solid #e4e4e4; }
  @media (min-width: 1200px) {
    .vehicle-page .vehicle-details .tabs-wrapper {
      padding: 30px; } }
  .vehicle-page .vehicle-details .tabs-wrapper table tbody tr td:first-child {
    display: flex; }
    @media (min-width: 992px) {
      .vehicle-page .vehicle-details .tabs-wrapper table tbody tr td:first-child {
        width: 24rem !important; } }
    @media (max-width: 991.98px) {
      .vehicle-page .vehicle-details .tabs-wrapper table tbody tr td:first-child {
        padding-right: 20px;
        font-weight: 700;
        color: #eb010c; }
        .vehicle-page .vehicle-details .tabs-wrapper table tbody tr td:first-child span,
        .vehicle-page .vehicle-details .tabs-wrapper table tbody tr td:first-child strong {
          font-weight: 700; } }
  .vehicle-page .vehicle-details .tabs-wrapper table {
    margin-bottom: 10px; }
  .vehicle-page .vehicle-details .tabs-wrapper table h2, .vehicle-page .vehicle-details .tabs-wrapper table .h2 {
    margin-bottom: 10px; }

.vehicle-page .vehicle-details .add-to-cart-card {
  background-color: #e4e4e4;
  padding: 30px; }
  .vehicle-page .vehicle-details .add-to-cart-card .title {
    /*@include media-breakpoint-up(xl) {
            max-width: 370px;
        }*/ }

.vehicle-page .vehicle-details .promo-card {
  position: relative; }
  .vehicle-page .vehicle-details .promo-card .promo-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 400px; }
    @media (min-width: 1200px) {
      .vehicle-page .vehicle-details .promo-card .promo-img {
        max-height: 250px; } }
  .vehicle-page .vehicle-details .promo-card .overlay-content {
    position: absolute;
    color: white;
    bottom: 20px;
    left: 25px; }
    .vehicle-page .vehicle-details .promo-card .overlay-content div {
      font-weight: bold; }
      .vehicle-page .vehicle-details .promo-card .overlay-content div:first-child {
        line-height: 1;
        font-size: 70px; }
        @media (min-width: 992px) {
          .vehicle-page .vehicle-details .promo-card .overlay-content div:first-child {
            font-size: 100px; } }
        @media (min-width: 1400px) {
          .vehicle-page .vehicle-details .promo-card .overlay-content div:first-child {
            font-size: 120px; } }
      .vehicle-page .vehicle-details .promo-card .overlay-content div:nth-child(2) {
        line-height: 1.2;
        text-transform: uppercase;
        font-size: 25px; }
        @media (min-width: 768px) {
          .vehicle-page .vehicle-details .promo-card .overlay-content div:nth-child(2) {
            font-size: 35px; } }

.vehicle-bg {
  position: relative; }
  .vehicle-bg::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 61%);
    z-index: 0;
    pointer-events: none; }
  .vehicle-bg .row > div {
    z-index: 1; }

.contact-page form .form-check {
  align-items: flex-start;
  padding-left: 34px; }
  .contact-page form .form-check input {
    margin-top: 5px; }

.panel-orders-list {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  @media (max-width: 767.98px) {
    .panel-orders-list {
      flex-wrap: wrap; } }
  .panel-orders-list .details {
    background: #e5e5e5;
    width: 300px;
    padding: 30px; }
    @media (max-width: 767.98px) {
      .panel-orders-list .details {
        width: 100%; } }
    .panel-orders-list .details h3, .panel-orders-list .details .h3 {
      font-size: 1.5rem;
      font-weight: 700; }
    .panel-orders-list .details .price {
      font-size: 1.5rem;
      font-weight: 700;
      margin-top: 15px; }
    .panel-orders-list .details .number {
      color: #000;
      font-size: 0.8rem; }
  .panel-orders-list .products {
    width: 100%;
    font-family: "Inconsolata";
    padding: 15px 15px 0 15px; }
    .panel-orders-list .products table {
      vertical-align: middle; }
      .panel-orders-list .products table tbody tr,
      .panel-orders-list .products table tbody td {
        border-style: dashed !important; }
      .panel-orders-list .products table tfoot tr {
        border: none; }
      .panel-orders-list .products table tfoot td {
        border: none; }

/* img style fix for Technical Details tab in the product details page */
div[aria-labelledby="pills-profile-tab"] img {
  width: auto !important;
  height: auto !important; }

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

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-4 {
  z-index: 4; }

.z-index-5 {
  z-index: 5; }

.column-gap-20 {
  -moz-column-gap: 20px;
       column-gap: 20px; }

.maintenance-page {
  height: 100vh; }
  .maintenance-page .container,
  .maintenance-page .row {
    height: 100%; }
  .maintenance-page .logo {
    margin-bottom: 50px; }
