@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #4B51B9;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-purple-dark: #0F2D5E;
  --bs-polar: #E7F7F9;
  --bs-link-water: #EBEEF9;
  --bs-san-juan: #2B436C;
  --bs-primary: #0F2D5E;
  --bs-secondary: #1FB8AE;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #4B51B9;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-light: #f8f9fa;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-gray: #6c757d;
  --bs-gray-dark: #646464;
  --bs-dark: #343a40;
  --bs-black: #383838;
  --bs-purple-dark-rgb: 15, 45, 94;
  --bs-polar-rgb: 231, 247, 249;
  --bs-link-water-rgb: 235, 238, 249;
  --bs-san-juan-rgb: 43, 67, 108;
  --bs-primary-rgb: 15, 45, 94;
  --bs-secondary-rgb: 31, 184, 174;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-blue-rgb: 13, 110, 253;
  --bs-indigo-rgb: 102, 16, 242;
  --bs-purple-rgb: 75, 81, 185;
  --bs-pink-rgb: 214, 51, 132;
  --bs-red-rgb: 220, 53, 69;
  --bs-orange-rgb: 253, 126, 20;
  --bs-yellow-rgb: 255, 193, 7;
  --bs-green-rgb: 25, 135, 84;
  --bs-teal-rgb: 32, 201, 151;
  --bs-cyan-rgb: 13, 202, 240;
  --bs-white-rgb: 255, 255, 255;
  --bs-light-rgb: 248, 249, 250;
  --bs-gray-100-rgb: 248, 249, 250;
  --bs-gray-200-rgb: 233, 236, 239;
  --bs-gray-300-rgb: 222, 226, 230;
  --bs-gray-400-rgb: 206, 212, 218;
  --bs-gray-500-rgb: 173, 181, 189;
  --bs-gray-600-rgb: 108, 117, 125;
  --bs-gray-700-rgb: 73, 80, 87;
  --bs-gray-800-rgb: 52, 58, 64;
  --bs-gray-900-rgb: 33, 37, 41;
  --bs-gray-rgb: 108, 117, 125;
  --bs-gray-dark-rgb: 100, 100, 100;
  --bs-dark-rgb: 52, 58, 64;
  --bs-black-rgb: 56, 56, 56;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 56, 56, 56;
  --bs-body-rgb: 100, 100, 100;
  --bs-font-sans-serif: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #646464;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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(56, 56, 56, 0);
}

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

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

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

h1, .h1 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 1.75rem;
  }
}

h2, .h2 {
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.875rem;
  }
}

h3, .h3 {
  font-size: calc(1.2708rem + 0.2496vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.458rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

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

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

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

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

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

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

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: #4B51B9;
  text-decoration: none;
}

a:hover {
  color: #8286ce;
  text-decoration: underline;
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 500;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.55rem + 3.6vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4.25rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(56, 56, 56, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(56, 56, 56, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 932px;
  }
}

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

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1304px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row > * {
  -ms-flex-negative: 0;
      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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 0.5rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.5rem;
}

.g-1_5,
.gx-1_5 {
  --bs-gutter-x: 0.75rem;
}

.g-1_5,
.gy-1_5 {
  --bs-gutter-y: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-11,
.gx-11 {
  --bs-gutter-x: 5.5rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 5.5rem;
}

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

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

.g-13,
.gx-13 {
  --bs-gutter-x: 6.5rem;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 6.5rem;
}

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

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

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

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

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

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

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

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

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

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

.g-19,
.gx-19 {
  --bs-gutter-x: 9.5rem;
}

.g-19,
.gy-19 {
  --bs-gutter-y: 9.5rem;
}

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

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

.g-21,
.gx-21 {
  --bs-gutter-x: 10.5rem;
}

.g-21,
.gy-21 {
  --bs-gutter-y: 10.5rem;
}

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

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

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

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

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

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

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

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

.g-26,
.gx-26 {
  --bs-gutter-x: 13rem;
}

.g-26,
.gy-26 {
  --bs-gutter-y: 13rem;
}

.g-27,
.gx-27 {
  --bs-gutter-x: 13.5rem;
}

.g-27,
.gy-27 {
  --bs-gutter-y: 13.5rem;
}

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

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

.g-29,
.gx-29 {
  --bs-gutter-x: 14.5rem;
}

.g-29,
.gy-29 {
  --bs-gutter-y: 14.5rem;
}

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

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

.g-31,
.gx-31 {
  --bs-gutter-x: 15.5rem;
}

.g-31,
.gy-31 {
  --bs-gutter-y: 15.5rem;
}

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

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

.g-33,
.gx-33 {
  --bs-gutter-x: 16.5rem;
}

.g-33,
.gy-33 {
  --bs-gutter-y: 16.5rem;
}

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

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

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

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

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

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

.g-37,
.gx-37 {
  --bs-gutter-x: 18.5rem;
}

.g-37,
.gy-37 {
  --bs-gutter-y: 18.5rem;
}

.g-38,
.gx-38 {
  --bs-gutter-x: 19rem;
}

.g-38,
.gy-38 {
  --bs-gutter-y: 19rem;
}

.g-39,
.gx-39 {
  --bs-gutter-x: 19.5rem;
}

.g-39,
.gy-39 {
  --bs-gutter-y: 19.5rem;
}

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-0_5,
  .gx-sm-0_5 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-0_5,
  .gy-sm-0_5 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-1_5,
  .gx-sm-1_5 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-1_5,
  .gy-sm-1_5 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-2_,
  .gx-sm-2_ {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-2_,
  .gy-sm-2_ {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 5.5rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 5.5rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 6.5rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 6.5rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-17,
  .gx-sm-17 {
    --bs-gutter-x: 8.5rem;
  }
  .g-sm-17,
  .gy-sm-17 {
    --bs-gutter-y: 8.5rem;
  }
  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-19,
  .gx-sm-19 {
    --bs-gutter-x: 9.5rem;
  }
  .g-sm-19,
  .gy-sm-19 {
    --bs-gutter-y: 9.5rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-21,
  .gx-sm-21 {
    --bs-gutter-x: 10.5rem;
  }
  .g-sm-21,
  .gy-sm-21 {
    --bs-gutter-y: 10.5rem;
  }
  .g-sm-22,
  .gx-sm-22 {
    --bs-gutter-x: 11rem;
  }
  .g-sm-22,
  .gy-sm-22 {
    --bs-gutter-y: 11rem;
  }
  .g-sm-23,
  .gx-sm-23 {
    --bs-gutter-x: 11.5rem;
  }
  .g-sm-23,
  .gy-sm-23 {
    --bs-gutter-y: 11.5rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 12rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 12rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 12.5rem;
  }
  .g-sm-26,
  .gx-sm-26 {
    --bs-gutter-x: 13rem;
  }
  .g-sm-26,
  .gy-sm-26 {
    --bs-gutter-y: 13rem;
  }
  .g-sm-27,
  .gx-sm-27 {
    --bs-gutter-x: 13.5rem;
  }
  .g-sm-27,
  .gy-sm-27 {
    --bs-gutter-y: 13.5rem;
  }
  .g-sm-28,
  .gx-sm-28 {
    --bs-gutter-x: 14rem;
  }
  .g-sm-28,
  .gy-sm-28 {
    --bs-gutter-y: 14rem;
  }
  .g-sm-29,
  .gx-sm-29 {
    --bs-gutter-x: 14.5rem;
  }
  .g-sm-29,
  .gy-sm-29 {
    --bs-gutter-y: 14.5rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 15rem;
  }
  .g-sm-31,
  .gx-sm-31 {
    --bs-gutter-x: 15.5rem;
  }
  .g-sm-31,
  .gy-sm-31 {
    --bs-gutter-y: 15.5rem;
  }
  .g-sm-32,
  .gx-sm-32 {
    --bs-gutter-x: 16rem;
  }
  .g-sm-32,
  .gy-sm-32 {
    --bs-gutter-y: 16rem;
  }
  .g-sm-33,
  .gx-sm-33 {
    --bs-gutter-x: 16.5rem;
  }
  .g-sm-33,
  .gy-sm-33 {
    --bs-gutter-y: 16.5rem;
  }
  .g-sm-34,
  .gx-sm-34 {
    --bs-gutter-x: 17rem;
  }
  .g-sm-34,
  .gy-sm-34 {
    --bs-gutter-y: 17rem;
  }
  .g-sm-35,
  .gx-sm-35 {
    --bs-gutter-x: 17.5rem;
  }
  .g-sm-35,
  .gy-sm-35 {
    --bs-gutter-y: 17.5rem;
  }
  .g-sm-36,
  .gx-sm-36 {
    --bs-gutter-x: 18rem;
  }
  .g-sm-36,
  .gy-sm-36 {
    --bs-gutter-y: 18rem;
  }
  .g-sm-37,
  .gx-sm-37 {
    --bs-gutter-x: 18.5rem;
  }
  .g-sm-37,
  .gy-sm-37 {
    --bs-gutter-y: 18.5rem;
  }
  .g-sm-38,
  .gx-sm-38 {
    --bs-gutter-x: 19rem;
  }
  .g-sm-38,
  .gy-sm-38 {
    --bs-gutter-y: 19rem;
  }
  .g-sm-39,
  .gx-sm-39 {
    --bs-gutter-x: 19.5rem;
  }
  .g-sm-39,
  .gy-sm-39 {
    --bs-gutter-y: 19.5rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 20rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-0_5,
  .gx-md-0_5 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-0_5,
  .gy-md-0_5 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-1_5,
  .gx-md-1_5 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-1_5,
  .gy-md-1_5 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1rem;
  }
  .g-md-2_,
  .gx-md-2_ {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-2_,
  .gy-md-2_ {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 3rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 3rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 4rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 4rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 5rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 5rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 5.5rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 5.5rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 6rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 6rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 6.5rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 6.5rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 7rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 7rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 8rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 8rem;
  }
  .g-md-17,
  .gx-md-17 {
    --bs-gutter-x: 8.5rem;
  }
  .g-md-17,
  .gy-md-17 {
    --bs-gutter-y: 8.5rem;
  }
  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 9rem;
  }
  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 9rem;
  }
  .g-md-19,
  .gx-md-19 {
    --bs-gutter-x: 9.5rem;
  }
  .g-md-19,
  .gy-md-19 {
    --bs-gutter-y: 9.5rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 10rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 10rem;
  }
  .g-md-21,
  .gx-md-21 {
    --bs-gutter-x: 10.5rem;
  }
  .g-md-21,
  .gy-md-21 {
    --bs-gutter-y: 10.5rem;
  }
  .g-md-22,
  .gx-md-22 {
    --bs-gutter-x: 11rem;
  }
  .g-md-22,
  .gy-md-22 {
    --bs-gutter-y: 11rem;
  }
  .g-md-23,
  .gx-md-23 {
    --bs-gutter-x: 11.5rem;
  }
  .g-md-23,
  .gy-md-23 {
    --bs-gutter-y: 11.5rem;
  }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 12rem;
  }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 12rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 12.5rem;
  }
  .g-md-26,
  .gx-md-26 {
    --bs-gutter-x: 13rem;
  }
  .g-md-26,
  .gy-md-26 {
    --bs-gutter-y: 13rem;
  }
  .g-md-27,
  .gx-md-27 {
    --bs-gutter-x: 13.5rem;
  }
  .g-md-27,
  .gy-md-27 {
    --bs-gutter-y: 13.5rem;
  }
  .g-md-28,
  .gx-md-28 {
    --bs-gutter-x: 14rem;
  }
  .g-md-28,
  .gy-md-28 {
    --bs-gutter-y: 14rem;
  }
  .g-md-29,
  .gx-md-29 {
    --bs-gutter-x: 14.5rem;
  }
  .g-md-29,
  .gy-md-29 {
    --bs-gutter-y: 14.5rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 15rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 15rem;
  }
  .g-md-31,
  .gx-md-31 {
    --bs-gutter-x: 15.5rem;
  }
  .g-md-31,
  .gy-md-31 {
    --bs-gutter-y: 15.5rem;
  }
  .g-md-32,
  .gx-md-32 {
    --bs-gutter-x: 16rem;
  }
  .g-md-32,
  .gy-md-32 {
    --bs-gutter-y: 16rem;
  }
  .g-md-33,
  .gx-md-33 {
    --bs-gutter-x: 16.5rem;
  }
  .g-md-33,
  .gy-md-33 {
    --bs-gutter-y: 16.5rem;
  }
  .g-md-34,
  .gx-md-34 {
    --bs-gutter-x: 17rem;
  }
  .g-md-34,
  .gy-md-34 {
    --bs-gutter-y: 17rem;
  }
  .g-md-35,
  .gx-md-35 {
    --bs-gutter-x: 17.5rem;
  }
  .g-md-35,
  .gy-md-35 {
    --bs-gutter-y: 17.5rem;
  }
  .g-md-36,
  .gx-md-36 {
    --bs-gutter-x: 18rem;
  }
  .g-md-36,
  .gy-md-36 {
    --bs-gutter-y: 18rem;
  }
  .g-md-37,
  .gx-md-37 {
    --bs-gutter-x: 18.5rem;
  }
  .g-md-37,
  .gy-md-37 {
    --bs-gutter-y: 18.5rem;
  }
  .g-md-38,
  .gx-md-38 {
    --bs-gutter-x: 19rem;
  }
  .g-md-38,
  .gy-md-38 {
    --bs-gutter-y: 19rem;
  }
  .g-md-39,
  .gx-md-39 {
    --bs-gutter-x: 19.5rem;
  }
  .g-md-39,
  .gy-md-39 {
    --bs-gutter-y: 19.5rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 20rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 20rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-0_5,
  .gx-lg-0_5 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-0_5,
  .gy-lg-0_5 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-1_5,
  .gx-lg-1_5 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-1_5,
  .gy-lg-1_5 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-2_,
  .gx-lg-2_ {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-2_,
  .gy-lg-2_ {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 5.5rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 5.5rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 6.5rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 6.5rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-17,
  .gx-lg-17 {
    --bs-gutter-x: 8.5rem;
  }
  .g-lg-17,
  .gy-lg-17 {
    --bs-gutter-y: 8.5rem;
  }
  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-19,
  .gx-lg-19 {
    --bs-gutter-x: 9.5rem;
  }
  .g-lg-19,
  .gy-lg-19 {
    --bs-gutter-y: 9.5rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-21,
  .gx-lg-21 {
    --bs-gutter-x: 10.5rem;
  }
  .g-lg-21,
  .gy-lg-21 {
    --bs-gutter-y: 10.5rem;
  }
  .g-lg-22,
  .gx-lg-22 {
    --bs-gutter-x: 11rem;
  }
  .g-lg-22,
  .gy-lg-22 {
    --bs-gutter-y: 11rem;
  }
  .g-lg-23,
  .gx-lg-23 {
    --bs-gutter-x: 11.5rem;
  }
  .g-lg-23,
  .gy-lg-23 {
    --bs-gutter-y: 11.5rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 12rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 12rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 12.5rem;
  }
  .g-lg-26,
  .gx-lg-26 {
    --bs-gutter-x: 13rem;
  }
  .g-lg-26,
  .gy-lg-26 {
    --bs-gutter-y: 13rem;
  }
  .g-lg-27,
  .gx-lg-27 {
    --bs-gutter-x: 13.5rem;
  }
  .g-lg-27,
  .gy-lg-27 {
    --bs-gutter-y: 13.5rem;
  }
  .g-lg-28,
  .gx-lg-28 {
    --bs-gutter-x: 14rem;
  }
  .g-lg-28,
  .gy-lg-28 {
    --bs-gutter-y: 14rem;
  }
  .g-lg-29,
  .gx-lg-29 {
    --bs-gutter-x: 14.5rem;
  }
  .g-lg-29,
  .gy-lg-29 {
    --bs-gutter-y: 14.5rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 15rem;
  }
  .g-lg-31,
  .gx-lg-31 {
    --bs-gutter-x: 15.5rem;
  }
  .g-lg-31,
  .gy-lg-31 {
    --bs-gutter-y: 15.5rem;
  }
  .g-lg-32,
  .gx-lg-32 {
    --bs-gutter-x: 16rem;
  }
  .g-lg-32,
  .gy-lg-32 {
    --bs-gutter-y: 16rem;
  }
  .g-lg-33,
  .gx-lg-33 {
    --bs-gutter-x: 16.5rem;
  }
  .g-lg-33,
  .gy-lg-33 {
    --bs-gutter-y: 16.5rem;
  }
  .g-lg-34,
  .gx-lg-34 {
    --bs-gutter-x: 17rem;
  }
  .g-lg-34,
  .gy-lg-34 {
    --bs-gutter-y: 17rem;
  }
  .g-lg-35,
  .gx-lg-35 {
    --bs-gutter-x: 17.5rem;
  }
  .g-lg-35,
  .gy-lg-35 {
    --bs-gutter-y: 17.5rem;
  }
  .g-lg-36,
  .gx-lg-36 {
    --bs-gutter-x: 18rem;
  }
  .g-lg-36,
  .gy-lg-36 {
    --bs-gutter-y: 18rem;
  }
  .g-lg-37,
  .gx-lg-37 {
    --bs-gutter-x: 18.5rem;
  }
  .g-lg-37,
  .gy-lg-37 {
    --bs-gutter-y: 18.5rem;
  }
  .g-lg-38,
  .gx-lg-38 {
    --bs-gutter-x: 19rem;
  }
  .g-lg-38,
  .gy-lg-38 {
    --bs-gutter-y: 19rem;
  }
  .g-lg-39,
  .gx-lg-39 {
    --bs-gutter-x: 19.5rem;
  }
  .g-lg-39,
  .gy-lg-39 {
    --bs-gutter-y: 19.5rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 20rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-0_5,
  .gx-xl-0_5 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-0_5,
  .gy-xl-0_5 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-1_5,
  .gx-xl-1_5 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-1_5,
  .gy-xl-1_5 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-2_,
  .gx-xl-2_ {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-2_,
  .gy-xl-2_ {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-17,
  .gx-xl-17 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xl-17,
  .gy-xl-17 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-19,
  .gx-xl-19 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xl-19,
  .gy-xl-19 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-21,
  .gx-xl-21 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xl-21,
  .gy-xl-21 {
    --bs-gutter-y: 10.5rem;
  }
  .g-xl-22,
  .gx-xl-22 {
    --bs-gutter-x: 11rem;
  }
  .g-xl-22,
  .gy-xl-22 {
    --bs-gutter-y: 11rem;
  }
  .g-xl-23,
  .gx-xl-23 {
    --bs-gutter-x: 11.5rem;
  }
  .g-xl-23,
  .gy-xl-23 {
    --bs-gutter-y: 11.5rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 12rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 12rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xl-26,
  .gx-xl-26 {
    --bs-gutter-x: 13rem;
  }
  .g-xl-26,
  .gy-xl-26 {
    --bs-gutter-y: 13rem;
  }
  .g-xl-27,
  .gx-xl-27 {
    --bs-gutter-x: 13.5rem;
  }
  .g-xl-27,
  .gy-xl-27 {
    --bs-gutter-y: 13.5rem;
  }
  .g-xl-28,
  .gx-xl-28 {
    --bs-gutter-x: 14rem;
  }
  .g-xl-28,
  .gy-xl-28 {
    --bs-gutter-y: 14rem;
  }
  .g-xl-29,
  .gx-xl-29 {
    --bs-gutter-x: 14.5rem;
  }
  .g-xl-29,
  .gy-xl-29 {
    --bs-gutter-y: 14.5rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 15rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 15rem;
  }
  .g-xl-31,
  .gx-xl-31 {
    --bs-gutter-x: 15.5rem;
  }
  .g-xl-31,
  .gy-xl-31 {
    --bs-gutter-y: 15.5rem;
  }
  .g-xl-32,
  .gx-xl-32 {
    --bs-gutter-x: 16rem;
  }
  .g-xl-32,
  .gy-xl-32 {
    --bs-gutter-y: 16rem;
  }
  .g-xl-33,
  .gx-xl-33 {
    --bs-gutter-x: 16.5rem;
  }
  .g-xl-33,
  .gy-xl-33 {
    --bs-gutter-y: 16.5rem;
  }
  .g-xl-34,
  .gx-xl-34 {
    --bs-gutter-x: 17rem;
  }
  .g-xl-34,
  .gy-xl-34 {
    --bs-gutter-y: 17rem;
  }
  .g-xl-35,
  .gx-xl-35 {
    --bs-gutter-x: 17.5rem;
  }
  .g-xl-35,
  .gy-xl-35 {
    --bs-gutter-y: 17.5rem;
  }
  .g-xl-36,
  .gx-xl-36 {
    --bs-gutter-x: 18rem;
  }
  .g-xl-36,
  .gy-xl-36 {
    --bs-gutter-y: 18rem;
  }
  .g-xl-37,
  .gx-xl-37 {
    --bs-gutter-x: 18.5rem;
  }
  .g-xl-37,
  .gy-xl-37 {
    --bs-gutter-y: 18.5rem;
  }
  .g-xl-38,
  .gx-xl-38 {
    --bs-gutter-x: 19rem;
  }
  .g-xl-38,
  .gy-xl-38 {
    --bs-gutter-y: 19rem;
  }
  .g-xl-39,
  .gx-xl-39 {
    --bs-gutter-x: 19.5rem;
  }
  .g-xl-39,
  .gy-xl-39 {
    --bs-gutter-y: 19.5rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 20rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-0_5,
  .gx-xxl-0_5 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-0_5,
  .gy-xxl-0_5 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-1_5,
  .gx-xxl-1_5 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-1_5,
  .gy-xxl-1_5 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-2_,
  .gx-xxl-2_ {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-2_,
  .gy-xxl-2_ {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-17,
  .gx-xxl-17 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xxl-17,
  .gy-xxl-17 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xxl-18,
  .gx-xxl-18 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-18,
  .gy-xxl-18 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-19,
  .gx-xxl-19 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xxl-19,
  .gy-xxl-19 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-21,
  .gx-xxl-21 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xxl-21,
  .gy-xxl-21 {
    --bs-gutter-y: 10.5rem;
  }
  .g-xxl-22,
  .gx-xxl-22 {
    --bs-gutter-x: 11rem;
  }
  .g-xxl-22,
  .gy-xxl-22 {
    --bs-gutter-y: 11rem;
  }
  .g-xxl-23,
  .gx-xxl-23 {
    --bs-gutter-x: 11.5rem;
  }
  .g-xxl-23,
  .gy-xxl-23 {
    --bs-gutter-y: 11.5rem;
  }
  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 12rem;
  }
  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 12rem;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xxl-26,
  .gx-xxl-26 {
    --bs-gutter-x: 13rem;
  }
  .g-xxl-26,
  .gy-xxl-26 {
    --bs-gutter-y: 13rem;
  }
  .g-xxl-27,
  .gx-xxl-27 {
    --bs-gutter-x: 13.5rem;
  }
  .g-xxl-27,
  .gy-xxl-27 {
    --bs-gutter-y: 13.5rem;
  }
  .g-xxl-28,
  .gx-xxl-28 {
    --bs-gutter-x: 14rem;
  }
  .g-xxl-28,
  .gy-xxl-28 {
    --bs-gutter-y: 14rem;
  }
  .g-xxl-29,
  .gx-xxl-29 {
    --bs-gutter-x: 14.5rem;
  }
  .g-xxl-29,
  .gy-xxl-29 {
    --bs-gutter-y: 14.5rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 15rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 15rem;
  }
  .g-xxl-31,
  .gx-xxl-31 {
    --bs-gutter-x: 15.5rem;
  }
  .g-xxl-31,
  .gy-xxl-31 {
    --bs-gutter-y: 15.5rem;
  }
  .g-xxl-32,
  .gx-xxl-32 {
    --bs-gutter-x: 16rem;
  }
  .g-xxl-32,
  .gy-xxl-32 {
    --bs-gutter-y: 16rem;
  }
  .g-xxl-33,
  .gx-xxl-33 {
    --bs-gutter-x: 16.5rem;
  }
  .g-xxl-33,
  .gy-xxl-33 {
    --bs-gutter-y: 16.5rem;
  }
  .g-xxl-34,
  .gx-xxl-34 {
    --bs-gutter-x: 17rem;
  }
  .g-xxl-34,
  .gy-xxl-34 {
    --bs-gutter-y: 17rem;
  }
  .g-xxl-35,
  .gx-xxl-35 {
    --bs-gutter-x: 17.5rem;
  }
  .g-xxl-35,
  .gy-xxl-35 {
    --bs-gutter-y: 17.5rem;
  }
  .g-xxl-36,
  .gx-xxl-36 {
    --bs-gutter-x: 18rem;
  }
  .g-xxl-36,
  .gy-xxl-36 {
    --bs-gutter-y: 18rem;
  }
  .g-xxl-37,
  .gx-xxl-37 {
    --bs-gutter-x: 18.5rem;
  }
  .g-xxl-37,
  .gy-xxl-37 {
    --bs-gutter-y: 18.5rem;
  }
  .g-xxl-38,
  .gx-xxl-38 {
    --bs-gutter-x: 19rem;
  }
  .g-xxl-38,
  .gy-xxl-38 {
    --bs-gutter-y: 19rem;
  }
  .g-xxl-39,
  .gx-xxl-39 {
    --bs-gutter-x: 19.5rem;
  }
  .g-xxl-39,
  .gy-xxl-39 {
    --bs-gutter-y: 19.5rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 20rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #646464;
  --bs-table-striped-bg: #EBEEF9;
  --bs-table-active-color: #646464;
  --bs-table-active-bg: rgba(56, 56, 56, 0.1);
  --bs-table-hover-color: #646464;
  --bs-table-hover-bg: rgba(56, 56, 56, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #646464;
  vertical-align: top;
  border-color: #ced4da;
}

.table > :not(caption) > * > * {
  padding: 1.5rem 2rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 0;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

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

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

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

.table-borderless > :not(caption) > * > * {
  border-bottom-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: #cfd5df;
  --bs-table-striped-bg: #c7cdd7;
  --bs-table-striped-color: #383838;
  --bs-table-active-bg: #c0c5ce;
  --bs-table-active-color: #383838;
  --bs-table-hover-bg: #c4c9d2;
  --bs-table-hover-color: #383838;
  color: #383838;
  border-color: #c0c5ce;
}

.table-secondary {
  --bs-table-bg: #d2f1ef;
  --bs-table-striped-bg: #cae8e6;
  --bs-table-striped-color: #383838;
  --bs-table-active-bg: #c3dfdd;
  --bs-table-active-color: #383838;
  --bs-table-hover-bg: #c6e3e1;
  --bs-table-hover-color: #383838;
  color: #383838;
  border-color: #c3dfdd;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c9ded5;
  --bs-table-striped-color: #383838;
  --bs-table-active-bg: #c2d6cd;
  --bs-table-active-color: #383838;
  --bs-table-hover-bg: #c6dad1;
  --bs-table-hover-color: #383838;
  color: #383838;
  border-color: #c2d6cd;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c7ebf2;
  --bs-table-striped-color: #383838;
  --bs-table-active-bg: #c0e1e8;
  --bs-table-active-color: #383838;
  --bs-table-hover-bg: #c4e6ed;
  --bs-table-hover-color: #383838;
  color: #383838;
  border-color: #c0e1e8;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f5eac6;
  --bs-table-striped-color: #383838;
  --bs-table-active-bg: #ebe0be;
  --bs-table-active-color: #383838;
  --bs-table-hover-bg: #f0e5c2;
  --bs-table-hover-color: #383838;
  color: #383838;
  border-color: #ebe0be;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eecfd2;
  --bs-table-striped-color: #383838;
  --bs-table-active-bg: #e5c7ca;
  --bs-table-active-color: #383838;
  --bs-table-hover-bg: #eacbce;
  --bs-table-hover-color: #383838;
  color: #383838;
  border-color: #e5c7ca;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #eeeff0;
  --bs-table-striped-color: #383838;
  --bs-table-active-bg: #e5e6e7;
  --bs-table-active-color: #383838;
  --bs-table-hover-bg: #eaebeb;
  --bs-table-hover-color: #383838;
  color: #383838;
  border-color: #e5e6e7;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

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

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

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

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

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

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

.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #646464;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.2rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(56, 56, 56, 0.075);
          box-shadow: inset 0 1px 2px rgba(56, 56, 56, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #646464;
  background-color: #fff;
  border-color: #8796af;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(56, 56, 56, 0.075), 0 0 0 0.25rem rgba(15, 45, 94, 0.25);
          box-shadow: inset 0 1px 2px rgba(56, 56, 56, 0.075), 0 0 0 0.25rem rgba(15, 45, 94, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #646464;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #646464;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #646464;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

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

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

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

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.2rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.2rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #646464;
  background-color: #fff;
  background-image: url("../icon/chevron-tabs.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(56, 56, 56, 0.075);
          box-shadow: inset 0 1px 2px rgba(56, 56, 56, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}

.form-select:focus {
  border-color: #8796af;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(56, 56, 56, 0.075), 0 0 0 0.25rem rgba(15, 45, 94, 0.25);
          box-shadow: inset 0 1px 2px rgba(56, 56, 56, 0.075), 0 0 0 0.25rem rgba(15, 45, 94, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #646464;
}

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

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

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

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(56, 56, 56, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #8796af;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(15, 45, 94, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(15, 45, 94, 0.25);
}

.form-check-input:checked {
  background-color: #0F2D5E;
  border-color: #0F2D5E;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0F2D5E;
  border-color: #0F2D5E;
  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;
  -webkit-filter: 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;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    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='%238796af'/%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;
  -webkit-filter: 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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(15, 45, 94, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(15, 45, 94, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(15, 45, 94, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0F2D5E;
  border: 0;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.1rem 0.25rem rgba(56, 56, 56, 0.1);
          box-shadow: 0 0.1rem 0.25rem rgba(56, 56, 56, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-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: #b7c0cf;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(56, 56, 56, 0.075);
          box-shadow: inset 0 1px 2px rgba(56, 56, 56, 0.075);
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0F2D5E;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(56, 56, 56, 0.1);
  -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: #b7c0cf;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(56, 56, 56, 0.075);
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}

.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #646464;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

.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: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.2rem;
}

.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: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

.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("../icon/chevron-tabs.svg"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

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

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

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

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

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("../icon/chevron-tabs.svg"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

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

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

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1rem;
  color: #646464;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1.25rem 6.25rem;
  font-size: 1rem;
  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, -webkit-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, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #646464;
  text-decoration: none;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(15, 45, 94, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(15, 45, 94, 0.25);
}

.btn-check:checked + .btn,
.btn-check:active + .btn, .btn:active, .btn.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125);
}

.btn-check:checked + .btn:focus,
.btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(15, 45, 94, 0.25), inset 0 3px 5px rgba(56, 56, 56, 0.125);
          box-shadow: 0 0 0 0.25rem rgba(15, 45, 94, 0.25), inset 0 3px 5px rgba(56, 56, 56, 0.125);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-purple-dark {
  color: #fff;
  background-color: #0F2D5E;
  border-color: #0F2D5E;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-purple-dark:hover {
  color: #fff;
  background-color: #0d2650;
  border-color: #0c244b;
}

.btn-check:focus + .btn-purple-dark, .btn-purple-dark:focus {
  color: #fff;
  background-color: #0d2650;
  border-color: #0c244b;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(51, 77, 118, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(51, 77, 118, 0.5);
}

.btn-check:checked + .btn-purple-dark,
.btn-check:active + .btn-purple-dark, .btn-purple-dark:active, .btn-purple-dark.active,
.show > .btn-purple-dark.dropdown-toggle {
  color: #fff;
  background-color: #0c244b;
  border-color: #0b2247;
}

.btn-check:checked + .btn-purple-dark:focus,
.btn-check:active + .btn-purple-dark:focus, .btn-purple-dark:active:focus, .btn-purple-dark.active:focus,
.show > .btn-purple-dark.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(51, 77, 118, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(51, 77, 118, 0.5);
}

.btn-purple-dark:disabled, .btn-purple-dark.disabled {
  color: #fff;
  background-color: #0F2D5E;
  border-color: #0F2D5E;
}

.btn-polar {
  color: #383838;
  background-color: #E7F7F9;
  border-color: #E7F7F9;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-polar:hover {
  color: #383838;
  background-color: #ebf8fa;
  border-color: #e9f8fa;
}

.btn-check:focus + .btn-polar, .btn-polar:focus {
  color: #383838;
  background-color: #ebf8fa;
  border-color: #e9f8fa;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(205, 218, 220, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(205, 218, 220, 0.5);
}

.btn-check:checked + .btn-polar,
.btn-check:active + .btn-polar, .btn-polar:active, .btn-polar.active,
.show > .btn-polar.dropdown-toggle {
  color: #383838;
  background-color: #ecf9fa;
  border-color: #e9f8fa;
}

.btn-check:checked + .btn-polar:focus,
.btn-check:active + .btn-polar:focus, .btn-polar:active:focus, .btn-polar.active:focus,
.show > .btn-polar.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(205, 218, 220, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(205, 218, 220, 0.5);
}

.btn-polar:disabled, .btn-polar.disabled {
  color: #383838;
  background-color: #E7F7F9;
  border-color: #E7F7F9;
}

.btn-link-water {
  color: #383838;
  background-color: #EBEEF9;
  border-color: #EBEEF9;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-link-water:hover {
  color: #383838;
  background-color: #eef1fa;
  border-color: #edf0fa;
}

.btn-check:focus + .btn-link-water, .btn-link-water:focus {
  color: #383838;
  background-color: #eef1fa;
  border-color: #edf0fa;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(208, 211, 220, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(208, 211, 220, 0.5);
}

.btn-check:checked + .btn-link-water,
.btn-check:active + .btn-link-water, .btn-link-water:active, .btn-link-water.active,
.show > .btn-link-water.dropdown-toggle {
  color: #383838;
  background-color: #eff1fa;
  border-color: #edf0fa;
}

.btn-check:checked + .btn-link-water:focus,
.btn-check:active + .btn-link-water:focus, .btn-link-water:active:focus, .btn-link-water.active:focus,
.show > .btn-link-water.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(208, 211, 220, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(208, 211, 220, 0.5);
}

.btn-link-water:disabled, .btn-link-water.disabled {
  color: #383838;
  background-color: #EBEEF9;
  border-color: #EBEEF9;
}

.btn-san-juan {
  color: #fff;
  background-color: #2B436C;
  border-color: #2B436C;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-san-juan:hover {
  color: #fff;
  background-color: #25395c;
  border-color: #223656;
}

.btn-check:focus + .btn-san-juan, .btn-san-juan:focus {
  color: #fff;
  background-color: #25395c;
  border-color: #223656;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(75, 95, 130, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(75, 95, 130, 0.5);
}

.btn-check:checked + .btn-san-juan,
.btn-check:active + .btn-san-juan, .btn-san-juan:active, .btn-san-juan.active,
.show > .btn-san-juan.dropdown-toggle {
  color: #fff;
  background-color: #223656;
  border-color: #203251;
}

.btn-check:checked + .btn-san-juan:focus,
.btn-check:active + .btn-san-juan:focus, .btn-san-juan:active:focus, .btn-san-juan.active:focus,
.show > .btn-san-juan.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(75, 95, 130, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(75, 95, 130, 0.5);
}

.btn-san-juan:disabled, .btn-san-juan.disabled {
  color: #fff;
  background-color: #2B436C;
  border-color: #2B436C;
}

.btn-primary {
  color: #fff;
  background-color: #0F2D5E;
  border-color: #0F2D5E;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0d2650;
  border-color: #0c244b;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0d2650;
  border-color: #0c244b;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(51, 77, 118, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(51, 77, 118, 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: #0c244b;
  border-color: #0b2247;
}

.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(51, 77, 118, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(51, 77, 118, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0F2D5E;
  border-color: #0F2D5E;
}

.btn-secondary {
  color: #343a40 !important;
  background-color: #fff;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 2px solid #343a40;
}

.btn-secondary:hover {
  color: #fff!important;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #383838;
  background-color: #41c3ba;
  border-color: #35bfb6;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(35, 165, 156, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(35, 165, 156, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #383838;
  background-color: #4cc6be;
  border-color: #35bfb6;
}

.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(35, 165, 156, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(35, 165, 156, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #383838;
  background-color: #1FB8AE;
  border-color: #1FB8AE;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #383838;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-info:hover {
  color: #383838;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #383838;
  background-color: #31d2f2;
  border-color: #25cff2;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(19, 180, 212, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(19, 180, 212, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #383838;
  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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(19, 180, 212, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(19, 180, 212, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #383838;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #383838;
  background-color: #ffc107;
  border-color: #ffc107;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-warning:hover {
  color: #383838;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #383838;
  background-color: #ffca2c;
  border-color: #ffc720;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(225, 172, 14, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(225, 172, 14, 0.5);
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #383838;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(225, 172, 14, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(225, 172, 14, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #383838;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-blue {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-blue:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-blue, .btn-blue:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-blue,
.btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:checked + .btn-blue:focus,
.btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-blue:disabled, .btn-blue.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-indigo:hover {
  color: #fff;
  background-color: #570ece;
  border-color: #520dc2;
}

.btn-check:focus + .btn-indigo, .btn-indigo:focus {
  color: #fff;
  background-color: #570ece;
  border-color: #520dc2;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(125, 52, 244, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(125, 52, 244, 0.5);
}

.btn-check:checked + .btn-indigo,
.btn-check:active + .btn-indigo, .btn-indigo:active, .btn-indigo.active,
.show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #520dc2;
  border-color: #4d0cb6;
}

.btn-check:checked + .btn-indigo:focus,
.btn-check:active + .btn-indigo:focus, .btn-indigo:active:focus, .btn-indigo.active:focus,
.show > .btn-indigo.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(125, 52, 244, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(125, 52, 244, 0.5);
}

.btn-indigo:disabled, .btn-indigo.disabled {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}

.btn-purple {
  color: #fff;
  background-color: #4B51B9;
  border-color: #4B51B9;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-purple:hover {
  color: #fff;
  background-color: #40459d;
  border-color: #3c4194;
}

.btn-check:focus + .btn-purple, .btn-purple:focus {
  color: #fff;
  background-color: #40459d;
  border-color: #3c4194;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(102, 107, 196, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(102, 107, 196, 0.5);
}

.btn-check:checked + .btn-purple,
.btn-check:active + .btn-purple, .btn-purple:active, .btn-purple.active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #3c4194;
  border-color: #383d8b;
}

.btn-check:checked + .btn-purple:focus,
.btn-check:active + .btn-purple:focus, .btn-purple:active:focus, .btn-purple.active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(102, 107, 196, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(102, 107, 196, 0.5);
}

.btn-purple:disabled, .btn-purple.disabled {
  color: #fff;
  background-color: #4B51B9;
  border-color: #4B51B9;
}

.btn-pink {
  color: #fff;
  background-color: #d63384;
  border-color: #d63384;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-pink:hover {
  color: #fff;
  background-color: #b62b70;
  border-color: #ab296a;
}

.btn-check:focus + .btn-pink, .btn-pink:focus {
  color: #fff;
  background-color: #b62b70;
  border-color: #ab296a;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(220, 82, 150, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(220, 82, 150, 0.5);
}

.btn-check:checked + .btn-pink,
.btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #ab296a;
  border-color: #a12663;
}

.btn-check:checked + .btn-pink:focus,
.btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(220, 82, 150, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(220, 82, 150, 0.5);
}

.btn-pink:disabled, .btn-pink.disabled {
  color: #fff;
  background-color: #d63384;
  border-color: #d63384;
}

.btn-red {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-red:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-red, .btn-red:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked + .btn-red,
.btn-check:active + .btn-red, .btn-red:active, .btn-red.active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:checked + .btn-red:focus,
.btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus,
.show > .btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-red:disabled, .btn-red.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-orange {
  color: #383838;
  background-color: #fd7e14;
  border-color: #fd7e14;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-orange:hover {
  color: #383838;
  background-color: #fd9137;
  border-color: #fd8b2c;
}

.btn-check:focus + .btn-orange, .btn-orange:focus {
  color: #383838;
  background-color: #fd9137;
  border-color: #fd8b2c;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(223, 116, 25, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(223, 116, 25, 0.5);
}

.btn-check:checked + .btn-orange,
.btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active,
.show > .btn-orange.dropdown-toggle {
  color: #383838;
  background-color: #fd9843;
  border-color: #fd8b2c;
}

.btn-check:checked + .btn-orange:focus,
.btn-check:active + .btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(223, 116, 25, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(223, 116, 25, 0.5);
}

.btn-orange:disabled, .btn-orange.disabled {
  color: #383838;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.btn-yellow {
  color: #383838;
  background-color: #ffc107;
  border-color: #ffc107;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-yellow:hover {
  color: #383838;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-yellow, .btn-yellow:focus {
  color: #383838;
  background-color: #ffca2c;
  border-color: #ffc720;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(225, 172, 14, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(225, 172, 14, 0.5);
}

.btn-check:checked + .btn-yellow,
.btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active,
.show > .btn-yellow.dropdown-toggle {
  color: #383838;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked + .btn-yellow:focus,
.btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(225, 172, 14, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(225, 172, 14, 0.5);
}

.btn-yellow:disabled, .btn-yellow.disabled {
  color: #383838;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-green {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-green:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-green, .btn-green:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-green,
.btn-check:active + .btn-green, .btn-green:active, .btn-green.active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:checked + .btn-green:focus,
.btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus,
.show > .btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-green:disabled, .btn-green.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-teal {
  color: #383838;
  background-color: #20c997;
  border-color: #20c997;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-teal:hover {
  color: #383838;
  background-color: #41d1a7;
  border-color: #36cea1;
}

.btn-check:focus + .btn-teal, .btn-teal:focus {
  color: #383838;
  background-color: #41d1a7;
  border-color: #36cea1;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(36, 179, 137, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(36, 179, 137, 0.5);
}

.btn-check:checked + .btn-teal,
.btn-check:active + .btn-teal, .btn-teal:active, .btn-teal.active,
.show > .btn-teal.dropdown-toggle {
  color: #383838;
  background-color: #4dd4ac;
  border-color: #36cea1;
}

.btn-check:checked + .btn-teal:focus,
.btn-check:active + .btn-teal:focus, .btn-teal:active:focus, .btn-teal.active:focus,
.show > .btn-teal.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(36, 179, 137, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(36, 179, 137, 0.5);
}

.btn-teal:disabled, .btn-teal.disabled {
  color: #383838;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-cyan {
  color: #383838;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-cyan:hover {
  color: #383838;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-cyan, .btn-cyan:focus {
  color: #383838;
  background-color: #31d2f2;
  border-color: #25cff2;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(19, 180, 212, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(19, 180, 212, 0.5);
}

.btn-check:checked + .btn-cyan,
.btn-check:active + .btn-cyan, .btn-cyan:active, .btn-cyan.active,
.show > .btn-cyan.dropdown-toggle {
  color: #383838;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked + .btn-cyan:focus,
.btn-check:active + .btn-cyan:focus, .btn-cyan:active:focus, .btn-cyan.active:focus,
.show > .btn-cyan.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(19, 180, 212, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(19, 180, 212, 0.5);
}

.btn-cyan:disabled, .btn-cyan.disabled {
  color: #383838;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-white {
  color: #383838;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-white:hover {
  color: #383838;
  background-color: white;
  border-color: white;
}

.btn-check:focus + .btn-white, .btn-white:focus {
  color: #383838;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(225, 225, 225, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(225, 225, 225, 0.5);
}

.btn-check:checked + .btn-white,
.btn-check:active + .btn-white, .btn-white:active, .btn-white.active,
.show > .btn-white.dropdown-toggle {
  color: #383838;
  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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(225, 225, 225, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(225, 225, 225, 0.5);
}

.btn-white:disabled, .btn-white.disabled {
  color: #383838;
  background-color: #fff;
  border-color: #fff;
}

.btn-light {
  color: #383838;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-light:hover {
  color: #383838;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #383838;
  background-color: #f9fafb;
  border-color: #f9fafb;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(219, 220, 221, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(219, 220, 221, 0.5);
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #383838;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(219, 220, 221, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(219, 220, 221, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #383838;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-gray-100 {
  color: #383838;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-gray-100:hover {
  color: #383838;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-gray-100, .btn-gray-100:focus {
  color: #383838;
  background-color: #f9fafb;
  border-color: #f9fafb;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(219, 220, 221, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(219, 220, 221, 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: #383838;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(219, 220, 221, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(219, 220, 221, 0.5);
}

.btn-gray-100:disabled, .btn-gray-100.disabled {
  color: #383838;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-gray-200 {
  color: #383838;
  background-color: #e9ecef;
  border-color: #e9ecef;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-gray-200:hover {
  color: #383838;
  background-color: #eceff1;
  border-color: #ebeef1;
}

.btn-check:focus + .btn-gray-200, .btn-gray-200:focus {
  color: #383838;
  background-color: #eceff1;
  border-color: #ebeef1;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(206, 209, 212, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(206, 209, 212, 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: #383838;
  background-color: #edf0f2;
  border-color: #ebeef1;
}

.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(206, 209, 212, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(206, 209, 212, 0.5);
}

.btn-gray-200:disabled, .btn-gray-200.disabled {
  color: #383838;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-gray-300 {
  color: #383838;
  background-color: #dee2e6;
  border-color: #dee2e6;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-gray-300:hover {
  color: #383838;
  background-color: #e3e6ea;
  border-color: #e1e5e9;
}

.btn-check:focus + .btn-gray-300, .btn-gray-300:focus {
  color: #383838;
  background-color: #e3e6ea;
  border-color: #e1e5e9;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(197, 201, 204, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(197, 201, 204, 0.5);
}

.btn-check:checked + .btn-gray-300,
.btn-check:active + .btn-gray-300, .btn-gray-300:active, .btn-gray-300.active,
.show > .btn-gray-300.dropdown-toggle {
  color: #383838;
  background-color: #e5e8eb;
  border-color: #e1e5e9;
}

.btn-check:checked + .btn-gray-300:focus,
.btn-check:active + .btn-gray-300:focus, .btn-gray-300:active:focus, .btn-gray-300.active:focus,
.show > .btn-gray-300.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(197, 201, 204, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(197, 201, 204, 0.5);
}

.btn-gray-300:disabled, .btn-gray-300.disabled {
  color: #383838;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-gray-400 {
  color: #383838;
  background-color: #ced4da;
  border-color: #ced4da;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-gray-400:hover {
  color: #383838;
  background-color: #d5dae0;
  border-color: #d3d8de;
}

.btn-check:focus + .btn-gray-400, .btn-gray-400:focus {
  color: #383838;
  background-color: #d5dae0;
  border-color: #d3d8de;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(184, 189, 194, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(184, 189, 194, 0.5);
}

.btn-check:checked + .btn-gray-400,
.btn-check:active + .btn-gray-400, .btn-gray-400:active, .btn-gray-400.active,
.show > .btn-gray-400.dropdown-toggle {
  color: #383838;
  background-color: #d8dde1;
  border-color: #d3d8de;
}

.btn-check:checked + .btn-gray-400:focus,
.btn-check:active + .btn-gray-400:focus, .btn-gray-400:active:focus, .btn-gray-400.active:focus,
.show > .btn-gray-400.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(184, 189, 194, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(184, 189, 194, 0.5);
}

.btn-gray-400:disabled, .btn-gray-400.disabled {
  color: #383838;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-gray-500 {
  color: #383838;
  background-color: #adb5bd;
  border-color: #adb5bd;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-gray-500:hover {
  color: #383838;
  background-color: #b9c0c7;
  border-color: #b5bcc4;
}

.btn-check:focus + .btn-gray-500, .btn-gray-500:focus {
  color: #383838;
  background-color: #b9c0c7;
  border-color: #b5bcc4;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(155, 162, 169, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(155, 162, 169, 0.5);
}

.btn-check:checked + .btn-gray-500,
.btn-check:active + .btn-gray-500, .btn-gray-500:active, .btn-gray-500.active,
.show > .btn-gray-500.dropdown-toggle {
  color: #383838;
  background-color: #bdc4ca;
  border-color: #b5bcc4;
}

.btn-check:checked + .btn-gray-500:focus,
.btn-check:active + .btn-gray-500:focus, .btn-gray-500:active:focus, .btn-gray-500.active:focus,
.show > .btn-gray-500.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(155, 162, 169, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(155, 162, 169, 0.5);
}

.btn-gray-500:disabled, .btn-gray-500.disabled {
  color: #383838;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-gray-600 {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-gray-600:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-gray-600, .btn-gray-600:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-gray-600,
.btn-check:active + .btn-gray-600, .btn-gray-600:active, .btn-gray-600.active,
.show > .btn-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked + .btn-gray-600:focus,
.btn-check:active + .btn-gray-600:focus, .btn-gray-600:active:focus, .btn-gray-600.active:focus,
.show > .btn-gray-600.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-gray-600:disabled, .btn-gray-600.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-gray-700 {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-gray-700:hover {
  color: #fff;
  background-color: #3e444a;
  border-color: #3a4046;
}

.btn-check:focus + .btn-gray-700, .btn-gray-700:focus {
  color: #fff;
  background-color: #3e444a;
  border-color: #3a4046;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(100, 106, 112, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(100, 106, 112, 0.5);
}

.btn-check:checked + .btn-gray-700,
.btn-check:active + .btn-gray-700, .btn-gray-700:active, .btn-gray-700.active,
.show > .btn-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #3a4046;
  border-color: #373c41;
}

.btn-check:checked + .btn-gray-700:focus,
.btn-check:active + .btn-gray-700:focus, .btn-gray-700:active:focus, .btn-gray-700.active:focus,
.show > .btn-gray-700.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(100, 106, 112, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(100, 106, 112, 0.5);
}

.btn-gray-700:disabled, .btn-gray-700.disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

.btn-gray-800 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-gray-800:hover {
  color: #fff;
  background-color: #2c3136;
  border-color: #2a2e33;
}

.btn-check:focus + .btn-gray-800, .btn-gray-800:focus {
  color: #fff;
  background-color: #2c3136;
  border-color: #2a2e33;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
}

.btn-check:checked + .btn-gray-800,
.btn-check:active + .btn-gray-800, .btn-gray-800:active, .btn-gray-800.active,
.show > .btn-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #2a2e33;
  border-color: #272c30;
}

.btn-check:checked + .btn-gray-800:focus,
.btn-check:active + .btn-gray-800:focus, .btn-gray-800:active:focus, .btn-gray-800.active:focus,
.show > .btn-gray-800.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
}

.btn-gray-800:disabled, .btn-gray-800.disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-gray-900 {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-gray-900:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-gray-900, .btn-gray-900:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-gray-900,
.btn-check:active + .btn-gray-900, .btn-gray-900:active, .btn-gray-900.active,
.show > .btn-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-gray-900:focus,
.btn-check:active + .btn-gray-900:focus, .btn-gray-900:active:focus, .btn-gray-900.active:focus,
.show > .btn-gray-900.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-gray-900:disabled, .btn-gray-900.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-gray {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-gray:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-gray,
.btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked + .btn-gray:focus,
.btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-gray:disabled, .btn-gray.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-gray-dark {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-gray-dark:hover {
  color: #fff;
  background-color: #555555;
  border-color: #505050;
}

.btn-check:focus + .btn-gray-dark, .btn-gray-dark:focus {
  color: #fff;
  background-color: #555555;
  border-color: #505050;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(123, 123, 123, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(123, 123, 123, 0.5);
}

.btn-check:checked + .btn-gray-dark,
.btn-check:active + .btn-gray-dark, .btn-gray-dark:active, .btn-gray-dark.active,
.show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #505050;
  border-color: #4b4b4b;
}

.btn-check:checked + .btn-gray-dark:focus,
.btn-check:active + .btn-gray-dark:focus, .btn-gray-dark:active:focus, .btn-gray-dark.active:focus,
.show > .btn-gray-dark.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(123, 123, 123, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(123, 123, 123, 0.5);
}

.btn-gray-dark:disabled, .btn-gray-dark.disabled {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-dark:hover {
  color: #fff;
  background-color: #2c3136;
  border-color: #2a2e33;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #2c3136;
  border-color: #2a2e33;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(82, 88, 93, 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: #2a2e33;
  border-color: #272c30;
}

.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-black {
  color: #fff;
  background-color: #383838;
  border-color: #383838;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn-black:hover {
  color: #fff;
  background-color: #303030;
  border-color: #2d2d2d;
}

.btn-check:focus + .btn-black, .btn-black:focus {
  color: #fff;
  background-color: #303030;
  border-color: #2d2d2d;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(86, 86, 86, 0.5);
          box-shadow: 0, 0 0 0 0.25rem rgba(86, 86, 86, 0.5);
}

.btn-check:checked + .btn-black,
.btn-check:active + .btn-black, .btn-black:active, .btn-black.active,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2a2a2a;
}

.btn-check:checked + .btn-black:focus,
.btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus,
.show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(86, 86, 86, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(86, 86, 86, 0.5);
}

.btn-black:disabled, .btn-black.disabled {
  color: #fff;
  background-color: #383838;
  border-color: #383838;
}

.btn-outline-purple-dark {
  color: #0F2D5E;
  border-color: #0F2D5E;
}

.btn-outline-purple-dark:hover {
  color: #fff;
  background-color: #0F2D5E;
  border-color: #0F2D5E;
}

.btn-check:focus + .btn-outline-purple-dark, .btn-outline-purple-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(15, 45, 94, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(15, 45, 94, 0.5);
}

.btn-check:checked + .btn-outline-purple-dark,
.btn-check:active + .btn-outline-purple-dark, .btn-outline-purple-dark:active, .btn-outline-purple-dark.active, .btn-outline-purple-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #0F2D5E;
  border-color: #0F2D5E;
}

.btn-check:checked + .btn-outline-purple-dark:focus,
.btn-check:active + .btn-outline-purple-dark:focus, .btn-outline-purple-dark:active:focus, .btn-outline-purple-dark.active:focus, .btn-outline-purple-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(15, 45, 94, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(15, 45, 94, 0.5);
}

.btn-outline-purple-dark:disabled, .btn-outline-purple-dark.disabled {
  color: #0F2D5E;
  background-color: transparent;
}

.btn-outline-polar {
  color: #E7F7F9;
  border-color: #E7F7F9;
}

.btn-outline-polar:hover {
  color: #383838;
  background-color: #E7F7F9;
  border-color: #E7F7F9;
}

.btn-check:focus + .btn-outline-polar, .btn-outline-polar:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(231, 247, 249, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(231, 247, 249, 0.5);
}

.btn-check:checked + .btn-outline-polar,
.btn-check:active + .btn-outline-polar, .btn-outline-polar:active, .btn-outline-polar.active, .btn-outline-polar.dropdown-toggle.show {
  color: #383838;
  background-color: #E7F7F9;
  border-color: #E7F7F9;
}

.btn-check:checked + .btn-outline-polar:focus,
.btn-check:active + .btn-outline-polar:focus, .btn-outline-polar:active:focus, .btn-outline-polar.active:focus, .btn-outline-polar.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(231, 247, 249, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(231, 247, 249, 0.5);
}

.btn-outline-polar:disabled, .btn-outline-polar.disabled {
  color: #E7F7F9;
  background-color: transparent;
}

.btn-outline-link-water {
  color: #EBEEF9;
  border-color: #EBEEF9;
}

.btn-outline-link-water:hover {
  color: #383838;
  background-color: #EBEEF9;
  border-color: #EBEEF9;
}

.btn-check:focus + .btn-outline-link-water, .btn-outline-link-water:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(235, 238, 249, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(235, 238, 249, 0.5);
}

.btn-check:checked + .btn-outline-link-water,
.btn-check:active + .btn-outline-link-water, .btn-outline-link-water:active, .btn-outline-link-water.active, .btn-outline-link-water.dropdown-toggle.show {
  color: #383838;
  background-color: #EBEEF9;
  border-color: #EBEEF9;
}

.btn-check:checked + .btn-outline-link-water:focus,
.btn-check:active + .btn-outline-link-water:focus, .btn-outline-link-water:active:focus, .btn-outline-link-water.active:focus, .btn-outline-link-water.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(235, 238, 249, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(235, 238, 249, 0.5);
}

.btn-outline-link-water:disabled, .btn-outline-link-water.disabled {
  color: #EBEEF9;
  background-color: transparent;
}

.btn-outline-san-juan {
  color: #2B436C;
  border-color: #2B436C;
}

.btn-outline-san-juan:hover {
  color: #fff;
  background-color: #2B436C;
  border-color: #2B436C;
}

.btn-check:focus + .btn-outline-san-juan, .btn-outline-san-juan:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 67, 108, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(43, 67, 108, 0.5);
}

.btn-check:checked + .btn-outline-san-juan,
.btn-check:active + .btn-outline-san-juan, .btn-outline-san-juan:active, .btn-outline-san-juan.active, .btn-outline-san-juan.dropdown-toggle.show {
  color: #fff;
  background-color: #2B436C;
  border-color: #2B436C;
}

.btn-check:checked + .btn-outline-san-juan:focus,
.btn-check:active + .btn-outline-san-juan:focus, .btn-outline-san-juan:active:focus, .btn-outline-san-juan.active:focus, .btn-outline-san-juan.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(43, 67, 108, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(43, 67, 108, 0.5);
}

.btn-outline-san-juan:disabled, .btn-outline-san-juan.disabled {
  color: #2B436C;
  background-color: transparent;
}

.btn-outline-primary {
  color: #0F2D5E;
  border-color: #0F2D5E;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0F2D5E;
  border-color: #0F2D5E;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(15, 45, 94, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(15, 45, 94, 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: #0F2D5E;
  border-color: #0F2D5E;
}

.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(15, 45, 94, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(15, 45, 94, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0F2D5E;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #1FB8AE;
  border-color: #1FB8AE;
}

.btn-outline-secondary:hover {
  color: #383838;
  background-color: #1FB8AE;
  border-color: #1FB8AE;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(31, 184, 174, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(31, 184, 174, 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: #383838;
  background-color: #1FB8AE;
  border-color: #1FB8AE;
}

.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(31, 184, 174, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(31, 184, 174, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #1FB8AE;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #383838;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          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: #383838;
  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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #383838;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #383838;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-blue {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked + .btn-outline-blue,
.btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:checked + .btn-outline-blue:focus,
.btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-blue:disabled, .btn-outline-blue.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-indigo {
  color: #6610f2;
  border-color: #6610f2;
}

.btn-outline-indigo:hover {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}

.btn-check:focus + .btn-outline-indigo, .btn-outline-indigo:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(102, 16, 242, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(102, 16, 242, 0.5);
}

.btn-check:checked + .btn-outline-indigo,
.btn-check:active + .btn-outline-indigo, .btn-outline-indigo:active, .btn-outline-indigo.active, .btn-outline-indigo.dropdown-toggle.show {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}

.btn-check:checked + .btn-outline-indigo:focus,
.btn-check:active + .btn-outline-indigo:focus, .btn-outline-indigo:active:focus, .btn-outline-indigo.active:focus, .btn-outline-indigo.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(102, 16, 242, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(102, 16, 242, 0.5);
}

.btn-outline-indigo:disabled, .btn-outline-indigo.disabled {
  color: #6610f2;
  background-color: transparent;
}

.btn-outline-purple {
  color: #4B51B9;
  border-color: #4B51B9;
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #4B51B9;
  border-color: #4B51B9;
}

.btn-check:focus + .btn-outline-purple, .btn-outline-purple:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(75, 81, 185, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(75, 81, 185, 0.5);
}

.btn-check:checked + .btn-outline-purple,
.btn-check:active + .btn-outline-purple, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.dropdown-toggle.show {
  color: #fff;
  background-color: #4B51B9;
  border-color: #4B51B9;
}

.btn-check:checked + .btn-outline-purple:focus,
.btn-check:active + .btn-outline-purple:focus, .btn-outline-purple:active:focus, .btn-outline-purple.active:focus, .btn-outline-purple.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(75, 81, 185, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(75, 81, 185, 0.5);
}

.btn-outline-purple:disabled, .btn-outline-purple.disabled {
  color: #4B51B9;
  background-color: transparent;
}

.btn-outline-pink {
  color: #d63384;
  border-color: #d63384;
}

.btn-outline-pink:hover {
  color: #fff;
  background-color: #d63384;
  border-color: #d63384;
}

.btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(214, 51, 132, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(214, 51, 132, 0.5);
}

.btn-check:checked + .btn-outline-pink,
.btn-check:active + .btn-outline-pink, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show {
  color: #fff;
  background-color: #d63384;
  border-color: #d63384;
}

.btn-check:checked + .btn-outline-pink:focus,
.btn-check:active + .btn-outline-pink:focus, .btn-outline-pink:active:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(214, 51, 132, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(214, 51, 132, 0.5);
}

.btn-outline-pink:disabled, .btn-outline-pink.disabled {
  color: #d63384;
  background-color: transparent;
}

.btn-outline-red {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-red:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked + .btn-outline-red,
.btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:checked + .btn-outline-red:focus,
.btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-red:disabled, .btn-outline-red.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-orange {
  color: #fd7e14;
  border-color: #fd7e14;
}

.btn-outline-orange:hover {
  color: #383838;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.btn-check:focus + .btn-outline-orange, .btn-outline-orange:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(253, 126, 20, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(253, 126, 20, 0.5);
}

.btn-check:checked + .btn-outline-orange,
.btn-check:active + .btn-outline-orange, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.dropdown-toggle.show {
  color: #383838;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.btn-check:checked + .btn-outline-orange:focus,
.btn-check:active + .btn-outline-orange:focus, .btn-outline-orange:active:focus, .btn-outline-orange.active:focus, .btn-outline-orange.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(253, 126, 20, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(253, 126, 20, 0.5);
}

.btn-outline-orange:disabled, .btn-outline-orange.disabled {
  color: #fd7e14;
  background-color: transparent;
}

.btn-outline-yellow {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-yellow:hover {
  color: #383838;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked + .btn-outline-yellow,
.btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
  color: #383838;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:checked + .btn-outline-yellow:focus,
.btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-green {
  color: #198754;
  border-color: #198754;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .btn-outline-green, .btn-outline-green:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked + .btn-outline-green,
.btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:checked + .btn-outline-green:focus,
.btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-green:disabled, .btn-outline-green.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-teal {
  color: #20c997;
  border-color: #20c997;
}

.btn-outline-teal:hover {
  color: #383838;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-check:focus + .btn-outline-teal, .btn-outline-teal:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(32, 201, 151, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(32, 201, 151, 0.5);
}

.btn-check:checked + .btn-outline-teal,
.btn-check:active + .btn-outline-teal, .btn-outline-teal:active, .btn-outline-teal.active, .btn-outline-teal.dropdown-toggle.show {
  color: #383838;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-check:checked + .btn-outline-teal:focus,
.btn-check:active + .btn-outline-teal:focus, .btn-outline-teal:active:focus, .btn-outline-teal.active:focus, .btn-outline-teal.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(32, 201, 151, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(32, 201, 151, 0.5);
}

.btn-outline-teal:disabled, .btn-outline-teal.disabled {
  color: #20c997;
  background-color: transparent;
}

.btn-outline-cyan {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-cyan:hover {
  color: #383838;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-cyan, .btn-outline-cyan:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-cyan,
.btn-check:active + .btn-outline-cyan, .btn-outline-cyan:active, .btn-outline-cyan.active, .btn-outline-cyan.dropdown-toggle.show {
  color: #383838;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-cyan:focus,
.btn-check:active + .btn-outline-cyan:focus, .btn-outline-cyan:active:focus, .btn-outline-cyan.active:focus, .btn-outline-cyan.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-cyan:disabled, .btn-outline-cyan.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #383838;
  background-color: #fff;
  border-color: #fff;
}

.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          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: #383838;
  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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 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: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #383838;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 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: #383838;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-gray-100 {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-gray-100:hover {
  color: #383838;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-gray-100, .btn-outline-gray-100:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 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: #383838;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-gray-100:disabled, .btn-outline-gray-100.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-gray-200 {
  color: #e9ecef;
  border-color: #e9ecef;
}

.btn-outline-gray-200:hover {
  color: #383838;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-check:focus + .btn-outline-gray-200, .btn-outline-gray-200:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 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: #383838;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(233, 236, 239, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(233, 236, 239, 0.5);
}

.btn-outline-gray-200:disabled, .btn-outline-gray-200.disabled {
  color: #e9ecef;
  background-color: transparent;
}

.btn-outline-gray-300 {
  color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-gray-300:hover {
  color: #383838;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-check:focus + .btn-outline-gray-300, .btn-outline-gray-300:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 226, 230, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(222, 226, 230, 0.5);
}

.btn-check:checked + .btn-outline-gray-300,
.btn-check:active + .btn-outline-gray-300, .btn-outline-gray-300:active, .btn-outline-gray-300.active, .btn-outline-gray-300.dropdown-toggle.show {
  color: #383838;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-check:checked + .btn-outline-gray-300:focus,
.btn-check:active + .btn-outline-gray-300:focus, .btn-outline-gray-300:active:focus, .btn-outline-gray-300.active:focus, .btn-outline-gray-300.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(222, 226, 230, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(222, 226, 230, 0.5);
}

.btn-outline-gray-300:disabled, .btn-outline-gray-300.disabled {
  color: #dee2e6;
  background-color: transparent;
}

.btn-outline-gray-400 {
  color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-gray-400:hover {
  color: #383838;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-check:focus + .btn-outline-gray-400, .btn-outline-gray-400:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.5);
}

.btn-check:checked + .btn-outline-gray-400,
.btn-check:active + .btn-outline-gray-400, .btn-outline-gray-400:active, .btn-outline-gray-400.active, .btn-outline-gray-400.dropdown-toggle.show {
  color: #383838;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-check:checked + .btn-outline-gray-400:focus,
.btn-check:active + .btn-outline-gray-400:focus, .btn-outline-gray-400:active:focus, .btn-outline-gray-400.active:focus, .btn-outline-gray-400.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(206, 212, 218, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(206, 212, 218, 0.5);
}

.btn-outline-gray-400:disabled, .btn-outline-gray-400.disabled {
  color: #ced4da;
  background-color: transparent;
}

.btn-outline-gray-500 {
  color: #adb5bd;
  border-color: #adb5bd;
}

.btn-outline-gray-500:hover {
  color: #383838;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-check:focus + .btn-outline-gray-500, .btn-outline-gray-500:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(173, 181, 189, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(173, 181, 189, 0.5);
}

.btn-check:checked + .btn-outline-gray-500,
.btn-check:active + .btn-outline-gray-500, .btn-outline-gray-500:active, .btn-outline-gray-500.active, .btn-outline-gray-500.dropdown-toggle.show {
  color: #383838;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-check:checked + .btn-outline-gray-500:focus,
.btn-check:active + .btn-outline-gray-500:focus, .btn-outline-gray-500:active:focus, .btn-outline-gray-500.active:focus, .btn-outline-gray-500.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(173, 181, 189, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(173, 181, 189, 0.5);
}

.btn-outline-gray-500:disabled, .btn-outline-gray-500.disabled {
  color: #adb5bd;
  background-color: transparent;
}

.btn-outline-gray-600 {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-gray-600:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-gray-600, .btn-outline-gray-600:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked + .btn-outline-gray-600,
.btn-check:active + .btn-outline-gray-600, .btn-outline-gray-600:active, .btn-outline-gray-600.active, .btn-outline-gray-600.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked + .btn-outline-gray-600:focus,
.btn-check:active + .btn-outline-gray-600:focus, .btn-outline-gray-600:active:focus, .btn-outline-gray-600.active:focus, .btn-outline-gray-600.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-gray-600:disabled, .btn-outline-gray-600.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-gray-700 {
  color: #495057;
  border-color: #495057;
}

.btn-outline-gray-700:hover {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

.btn-check:focus + .btn-outline-gray-700, .btn-outline-gray-700:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(73, 80, 87, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(73, 80, 87, 0.5);
}

.btn-check:checked + .btn-outline-gray-700,
.btn-check:active + .btn-outline-gray-700, .btn-outline-gray-700:active, .btn-outline-gray-700.active, .btn-outline-gray-700.dropdown-toggle.show {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

.btn-check:checked + .btn-outline-gray-700:focus,
.btn-check:active + .btn-outline-gray-700:focus, .btn-outline-gray-700:active:focus, .btn-outline-gray-700.active:focus, .btn-outline-gray-700.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(73, 80, 87, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(73, 80, 87, 0.5);
}

.btn-outline-gray-700:disabled, .btn-outline-gray-700.disabled {
  color: #495057;
  background-color: transparent;
}

.btn-outline-gray-800 {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-gray-800:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-check:focus + .btn-outline-gray-800, .btn-outline-gray-800:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}

.btn-check:checked + .btn-outline-gray-800,
.btn-check:active + .btn-outline-gray-800, .btn-outline-gray-800:active, .btn-outline-gray-800.active, .btn-outline-gray-800.dropdown-toggle.show {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-check:checked + .btn-outline-gray-800:focus,
.btn-check:active + .btn-outline-gray-800:focus, .btn-outline-gray-800:active:focus, .btn-outline-gray-800.active:focus, .btn-outline-gray-800.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}

.btn-outline-gray-800:disabled, .btn-outline-gray-800.disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-gray-900 {
  color: #212529;
  border-color: #212529;
}

.btn-outline-gray-900:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .btn-outline-gray-900, .btn-outline-gray-900:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked + .btn-outline-gray-900,
.btn-check:active + .btn-outline-gray-900, .btn-outline-gray-900:active, .btn-outline-gray-900.active, .btn-outline-gray-900.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked + .btn-outline-gray-900:focus,
.btn-check:active + .btn-outline-gray-900:focus, .btn-outline-gray-900:active:focus, .btn-outline-gray-900.active:focus, .btn-outline-gray-900.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-gray-900:disabled, .btn-outline-gray-900.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline-gray {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-gray:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked + .btn-outline-gray,
.btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked + .btn-outline-gray:focus,
.btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-gray-dark {
  color: #646464;
  border-color: #646464;
}

.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}

.btn-check:focus + .btn-outline-gray-dark, .btn-outline-gray-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(100, 100, 100, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(100, 100, 100, 0.5);
}

.btn-check:checked + .btn-outline-gray-dark,
.btn-check:active + .btn-outline-gray-dark, .btn-outline-gray-dark:active, .btn-outline-gray-dark.active, .btn-outline-gray-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}

.btn-check:checked + .btn-outline-gray-dark:focus,
.btn-check:active + .btn-outline-gray-dark:focus, .btn-outline-gray-dark:active:focus, .btn-outline-gray-dark.active:focus, .btn-outline-gray-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(100, 100, 100, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(100, 100, 100, 0.5);
}

.btn-outline-gray-dark:disabled, .btn-outline-gray-dark.disabled {
  color: #646464;
  background-color: transparent;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 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: #343a40;
  border-color: #343a40;
}

.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-black {
  color: #383838;
  border-color: #383838;
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #383838;
  border-color: #383838;
}

.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(56, 56, 56, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(56, 56, 56, 0.5);
}

.btn-check:checked + .btn-outline-black,
.btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #fff;
  background-color: #383838;
  border-color: #383838;
}

.btn-check:checked + .btn-outline-black:focus,
.btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(56, 56, 56, 0.5);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125), 0 0 0 0.25rem rgba(56, 56, 56, 0.5);
}

.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #383838;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #4B51B9;
  text-decoration: none;
}

.btn-link:hover {
  color: #8286ce;
  text-decoration: underline;
}

.btn-link:focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.938rem 5.313rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.875rem;
  color: #646464;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(56, 56, 56, 0.15);
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(56, 56, 56, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(56, 56, 56, 0.15);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

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

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

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

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

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

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(56, 56, 56, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0F2D5E;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

.navbar-brand img#logo{
  max-width: 135px;
  height: auto;
}

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(56, 56, 56, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0F2D5E;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(56, 56, 56, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: 4.6875rem;
  padding-left: 4.6875rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group.show .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125);
          box-shadow: inset 0 3px 5px rgba(56, 56, 56, 0.125);
}

.btn-group.show .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #4B51B9;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 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;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}

.nav-link:hover, .nav-link:focus {
  color: #8286ce;
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 24px;
  font-size: 1.25rem;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
          box-shadow: 0 0 0 0.25rem;
}

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {

  .navbar-brand img#logo{
    max-width: 195px;
    height: auto;
  }

  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(56, 56, 56, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(56, 56, 56, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(56, 56, 56, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(56, 56, 56, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(56, 56, 56, 0.3);
}

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

.navbar-light .navbar-toggler {
  color: rgba(56, 56, 56, 0.55);
  border-color: rgba(56, 56, 56, 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%2856, 56, 56, 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(56, 56, 56, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(56, 56, 56, 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: #383838;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #383838;
}

.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: white;
  border-color: 0;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("../icon/burger.svg");
}

.navbar-dark .navbar-text {
  color: white;
}

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(56, 56, 56, 0.125);
  border-radius: 0.2rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.2rem - 1px);
  border-bottom-left-radius: calc(0.2rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}

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

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

.card-header:first-child {
  border-radius: calc(0.2rem - 1px) calc(0.2rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(56, 56, 56, 0.03);
  border-top: 1px solid rgba(56, 56, 56, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.2rem - 1px) calc(0.2rem - 1px);
}

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

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

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

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

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

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

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #646464;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-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, border-radius 0.15s ease, -webkit-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, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: none;
  background-color: none;
  -webkit-box-shadow: inset 0 -1px 0 rgba(56, 56, 56, 0.125);
          box-shadow: inset 0 -1px 0 rgba(56, 56, 56, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../icon/chevron-tabs.svg");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../icon/chevron-tabs.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(56, 56, 56, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.2rem - 1px);
  border-bottom-left-radius: calc(0.2rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

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

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

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 5rem;
  font-size: 0.75rem;
  list-style: none;
  background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

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

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #4B51B9;
  background-color: #fff;
  border: 1px solid 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: #8286ce;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #8286ce;
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(15, 45, 94, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(15, 45, 94, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #4B51B9;
  border-color: #4B51B9;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4.5rem;
}

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

.alert-purple-dark {
  color: #091b38;
  background-color: #cfd5df;
  border-color: #b7c0cf;
}

.alert-purple-dark .alert-link {
  color: #07162d;
}

.alert-polar {
  color: #7e8485;
  background-color: #fafdfe;
  border-color: #f8fdfd;
}

.alert-polar .alert-link {
  color: #656a6a;
}

.alert-link-water {
  color: #808185;
  background-color: #fbfcfe;
  border-color: #f9fafd;
}

.alert-link-water .alert-link {
  color: #66676a;
}

.alert-san-juan {
  color: #1a2841;
  background-color: #d5d9e2;
  border-color: #bfc7d3;
}

.alert-san-juan .alert-link {
  color: #152034;
}

.alert-primary {
  color: #091b38;
  background-color: #cfd5df;
  border-color: #b7c0cf;
}

.alert-primary .alert-link {
  color: #07162d;
}

.alert-secondary {
  color: #136e68;
  background-color: #d2f1ef;
  border-color: #bceae7;
}

.alert-secondary .alert-link {
  color: #0f5853;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #277282;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-info .alert-link {
  color: #1f5b68;
}

.alert-warning {
  color: #886f24;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #6d591d;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-blue {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-blue .alert-link {
  color: #06357a;
}

.alert-indigo {
  color: #3d0a91;
  background-color: #e0cffc;
  border-color: #d1b7fb;
}

.alert-indigo .alert-link {
  color: #310874;
}

.alert-purple {
  color: #2d316f;
  background-color: #dbdcf1;
  border-color: #c9cbea;
}

.alert-purple .alert-link {
  color: #242759;
}

.alert-pink {
  color: #801f4f;
  background-color: #f7d6e6;
  border-color: #f3c2da;
}

.alert-pink .alert-link {
  color: #66193f;
}

.alert-red {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-red .alert-link {
  color: #6a1a21;
}

.alert-orange {
  color: #984c0c;
  background-color: #ffe5d0;
  border-color: #fed8b9;
}

.alert-orange .alert-link {
  color: #7a3d0a;
}

.alert-yellow {
  color: #886f24;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-yellow .alert-link {
  color: #6d591d;
}

.alert-green {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-green .alert-link {
  color: #0c4128;
}

.alert-teal {
  color: #13795b;
  background-color: #d2f4ea;
  border-color: #bcefe0;
}

.alert-teal .alert-link {
  color: #0f6149;
}

.alert-cyan {
  color: #277282;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-cyan .alert-link {
  color: #1f5b68;
}

.alert-white {
  color: #888888;
  background-color: white;
  border-color: white;
}

.alert-white .alert-link {
  color: #6d6d6d;
}

.alert-light {
  color: #858586;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #6a6a6b;
}

.alert-gray-100 {
  color: #858586;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-gray-100 .alert-link {
  color: #6a6a6b;
}

.alert-gray-200 {
  color: #7f8081;
  background-color: #fbfbfc;
  border-color: #f8f9fa;
}

.alert-gray-200 .alert-link {
  color: #666667;
}

.alert-gray-300 {
  color: #7a7c7e;
  background-color: #f8f9fa;
  border-color: #f5f6f8;
}

.alert-gray-300 .alert-link {
  color: #626365;
}

.alert-gray-400 {
  color: #747679;
  background-color: #f5f6f8;
  border-color: #f0f2f4;
}

.alert-gray-400 .alert-link {
  color: #5d5e61;
}

.alert-gray-500 {
  color: #686d71;
  background-color: #eff0f2;
  border-color: #e6e9eb;
}

.alert-gray-500 .alert-link {
  color: #53575a;
}

.alert-gray-600 {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-gray-600 .alert-link {
  color: #34383c;
}

.alert-gray-700 {
  color: #2c3034;
  background-color: #dbdcdd;
  border-color: #c8cbcd;
}

.alert-gray-700 .alert-link {
  color: #23262a;
}

.alert-gray-800 {
  color: #1f2326;
  background-color: #d6d8d9;
  border-color: #c2c4c6;
}

.alert-gray-800 .alert-link {
  color: #191c1e;
}

.alert-gray-900 {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-gray-900 .alert-link {
  color: #101214;
}

.alert-gray {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-gray .alert-link {
  color: #34383c;
}

.alert-gray-dark {
  color: #3c3c3c;
  background-color: #e0e0e0;
  border-color: #d1d1d1;
}

.alert-gray-dark .alert-link {
  color: #303030;
}

.alert-dark {
  color: #1f2326;
  background-color: #d6d8d9;
  border-color: #c2c4c6;
}

.alert-dark .alert-link {
  color: #191c1e;
}

.alert-black {
  color: #222222;
  background-color: #d7d7d7;
  border-color: #c3c3c3;
}

.alert-black .alert-link {
  color: #1b1b1b;
}

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

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

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.2rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(56, 56, 56, 0.075);
          box-shadow: inset 0 1px 2px rgba(56, 56, 56, 0.075);
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0F2D5E;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

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

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.2rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #646464;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(56, 56, 56, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0F2D5E;
  border-color: #0F2D5E;
}

.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.2rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.2rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-flush {
  border-radius: 0;
}

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

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

.list-group-item-purple-dark {
  color: #091b38;
  background-color: #cfd5df;
}

.list-group-item-purple-dark.list-group-item-action:hover, .list-group-item-purple-dark.list-group-item-action:focus {
  color: #091b38;
  background-color: #bac0c9;
}

.list-group-item-purple-dark.list-group-item-action.active {
  color: #fff;
  background-color: #091b38;
  border-color: #091b38;
}

.list-group-item-polar {
  color: #7e8485;
  background-color: #fafdfe;
}

.list-group-item-polar.list-group-item-action:hover, .list-group-item-polar.list-group-item-action:focus {
  color: #7e8485;
  background-color: #e1e4e5;
}

.list-group-item-polar.list-group-item-action.active {
  color: #fff;
  background-color: #7e8485;
  border-color: #7e8485;
}

.list-group-item-link-water {
  color: #808185;
  background-color: #fbfcfe;
}

.list-group-item-link-water.list-group-item-action:hover, .list-group-item-link-water.list-group-item-action:focus {
  color: #808185;
  background-color: #e2e3e5;
}

.list-group-item-link-water.list-group-item-action.active {
  color: #fff;
  background-color: #808185;
  border-color: #808185;
}

.list-group-item-san-juan {
  color: #1a2841;
  background-color: #d5d9e2;
}

.list-group-item-san-juan.list-group-item-action:hover, .list-group-item-san-juan.list-group-item-action:focus {
  color: #1a2841;
  background-color: #c0c3cb;
}

.list-group-item-san-juan.list-group-item-action.active {
  color: #fff;
  background-color: #1a2841;
  border-color: #1a2841;
}

.list-group-item-primary {
  color: #091b38;
  background-color: #cfd5df;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #091b38;
  background-color: #bac0c9;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #091b38;
  border-color: #091b38;
}

.list-group-item-secondary {
  color: #136e68;
  background-color: #d2f1ef;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #136e68;
  background-color: #bdd9d7;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #136e68;
  border-color: #136e68;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #277282;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #277282;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #277282;
  border-color: #277282;
}

.list-group-item-warning {
  color: #886f24;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #886f24;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #886f24;
  border-color: #886f24;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

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

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-blue {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-indigo {
  color: #3d0a91;
  background-color: #e0cffc;
}

.list-group-item-indigo.list-group-item-action:hover, .list-group-item-indigo.list-group-item-action:focus {
  color: #3d0a91;
  background-color: #cabae3;
}

.list-group-item-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #3d0a91;
  border-color: #3d0a91;
}

.list-group-item-purple {
  color: #2d316f;
  background-color: #dbdcf1;
}

.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #2d316f;
  background-color: #c5c6d9;
}

.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #2d316f;
  border-color: #2d316f;
}

.list-group-item-pink {
  color: #801f4f;
  background-color: #f7d6e6;
}

.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #801f4f;
  background-color: #dec1cf;
}

.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #801f4f;
  border-color: #801f4f;
}

.list-group-item-red {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-orange {
  color: #984c0c;
  background-color: #ffe5d0;
}

.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #984c0c;
  background-color: #e6cebb;
}

.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #984c0c;
  border-color: #984c0c;
}

.list-group-item-yellow {
  color: #886f24;
  background-color: #fff3cd;
}

.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #886f24;
  background-color: #e6dbb9;
}

.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #886f24;
  border-color: #886f24;
}

.list-group-item-green {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-teal {
  color: #13795b;
  background-color: #d2f4ea;
}

.list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
  color: #13795b;
  background-color: #bddcd3;
}

.list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: #13795b;
  border-color: #13795b;
}

.list-group-item-cyan {
  color: #277282;
  background-color: #cff4fc;
}

.list-group-item-cyan.list-group-item-action:hover, .list-group-item-cyan.list-group-item-action:focus {
  color: #277282;
  background-color: #badce3;
}

.list-group-item-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #277282;
  border-color: #277282;
}

.list-group-item-white {
  color: #888888;
  background-color: white;
}

.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #888888;
  background-color: #e6e6e6;
}

.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #888888;
  border-color: #888888;
}

.list-group-item-light {
  color: #858586;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #858586;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858586;
  border-color: #858586;
}

.list-group-item-gray-100 {
  color: #858586;
  background-color: #fefefe;
}

.list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
  color: #858586;
  background-color: #e5e5e5;
}

.list-group-item-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: #858586;
  border-color: #858586;
}

.list-group-item-gray-200 {
  color: #7f8081;
  background-color: #fbfbfc;
}

.list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
  color: #7f8081;
  background-color: #e2e2e3;
}

.list-group-item-gray-200.list-group-item-action.active {
  color: #fff;
  background-color: #7f8081;
  border-color: #7f8081;
}

.list-group-item-gray-300 {
  color: #7a7c7e;
  background-color: #f8f9fa;
}

.list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
  color: #7a7c7e;
  background-color: #dfe0e1;
}

.list-group-item-gray-300.list-group-item-action.active {
  color: #fff;
  background-color: #7a7c7e;
  border-color: #7a7c7e;
}

.list-group-item-gray-400 {
  color: #747679;
  background-color: #f5f6f8;
}

.list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
  color: #747679;
  background-color: #dddddf;
}

.list-group-item-gray-400.list-group-item-action.active {
  color: #fff;
  background-color: #747679;
  border-color: #747679;
}

.list-group-item-gray-500 {
  color: #686d71;
  background-color: #eff0f2;
}

.list-group-item-gray-500.list-group-item-action:hover, .list-group-item-gray-500.list-group-item-action:focus {
  color: #686d71;
  background-color: #d7d8da;
}

.list-group-item-gray-500.list-group-item-action.active {
  color: #fff;
  background-color: #686d71;
  border-color: #686d71;
}

.list-group-item-gray-600 {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-gray-600.list-group-item-action:hover, .list-group-item-gray-600.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-gray-600.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-gray-700 {
  color: #2c3034;
  background-color: #dbdcdd;
}

.list-group-item-gray-700.list-group-item-action:hover, .list-group-item-gray-700.list-group-item-action:focus {
  color: #2c3034;
  background-color: #c5c6c7;
}

.list-group-item-gray-700.list-group-item-action.active {
  color: #fff;
  background-color: #2c3034;
  border-color: #2c3034;
}

.list-group-item-gray-800 {
  color: #1f2326;
  background-color: #d6d8d9;
}

.list-group-item-gray-800.list-group-item-action:hover, .list-group-item-gray-800.list-group-item-action:focus {
  color: #1f2326;
  background-color: #c1c2c3;
}

.list-group-item-gray-800.list-group-item-action.active {
  color: #fff;
  background-color: #1f2326;
  border-color: #1f2326;
}

.list-group-item-gray-900 {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-gray-900.list-group-item-action:hover, .list-group-item-gray-900.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-gray-900.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.list-group-item-gray {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-gray-dark {
  color: #3c3c3c;
  background-color: #e0e0e0;
}

.list-group-item-gray-dark.list-group-item-action:hover, .list-group-item-gray-dark.list-group-item-action:focus {
  color: #3c3c3c;
  background-color: #cacaca;
}

.list-group-item-gray-dark.list-group-item-action.active {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}

.list-group-item-dark {
  color: #1f2326;
  background-color: #d6d8d9;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1f2326;
  background-color: #c1c2c3;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f2326;
  border-color: #1f2326;
}

.list-group-item-black {
  color: #222222;
  background-color: #d7d7d7;
}

.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: #222222;
  background-color: #c2c2c2;
}

.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #383838;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23383838'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.2rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #383838;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(15, 45, 94, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(15, 45, 94, 0.25);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

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

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

.toast.showing {
  opacity: 0;
}

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

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

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

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(56, 56, 56, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(56, 56, 56, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(56, 56, 56, 0.075);
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #adb5bd;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0 solid #adb5bd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-content {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(56, 56, 56, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(56, 56, 56, 0.15);
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

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

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

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

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(56, 56, 56, 0.2);
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(56, 56, 56, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(56, 56, 56, 0.15);
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

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

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

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(56, 56, 56, 0.25);
}

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

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

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

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

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(56, 56, 56, 0.25);
}

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

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #383838;
}

.carousel-dark .carousel-caption {
  color: #383838;
}

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

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

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

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

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

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

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

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

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

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(56, 56, 56, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(56, 56, 56, 0.075);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}

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

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0;
}

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

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

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

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

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

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

.offcanvas.show {
  -webkit-transform: none;
          transform: none;
}

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

.link-purple-dark {
  color: #0F2D5E;
}

.link-purple-dark:hover, .link-purple-dark:focus {
  color: #0c244b;
}

.link-polar {
  color: #E7F7F9;
}

.link-polar:hover, .link-polar:focus {
  color: #ecf9fa;
}

.link-link-water {
  color: #EBEEF9;
}

.link-link-water:hover, .link-link-water:focus {
  color: #eff1fa;
}

.link-san-juan {
  color: #2B436C;
}

.link-san-juan:hover, .link-san-juan:focus {
  color: #223656;
}

.link-primary {
  color: #0F2D5E;
}

.link-primary:hover, .link-primary:focus {
  color: #0c244b;
}

.link-secondary {
  color: #1FB8AE;
}

.link-secondary:hover, .link-secondary:focus {
  color: #4cc6be;
}

.link-success {
  color: #198754;
}

.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

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

.link-warning {
  color: #ffc107;
}

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

.link-danger {
  color: #dc3545;
}

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

.link-blue {
  color: #0d6efd;
}

.link-blue:hover, .link-blue:focus {
  color: #0a58ca;
}

.link-indigo {
  color: #6610f2;
}

.link-indigo:hover, .link-indigo:focus {
  color: #520dc2;
}

.link-purple {
  color: #4B51B9;
}

.link-purple:hover, .link-purple:focus {
  color: #3c4194;
}

.link-pink {
  color: #d63384;
}

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

.link-red {
  color: #dc3545;
}

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

.link-orange {
  color: #fd7e14;
}

.link-orange:hover, .link-orange:focus {
  color: #fd9843;
}

.link-yellow {
  color: #ffc107;
}

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

.link-green {
  color: #198754;
}

.link-green:hover, .link-green:focus {
  color: #146c43;
}

.link-teal {
  color: #20c997;
}

.link-teal:hover, .link-teal:focus {
  color: #4dd4ac;
}

.link-cyan {
  color: #0dcaf0;
}

.link-cyan:hover, .link-cyan:focus {
  color: #3dd5f3;
}

.link-white {
  color: #fff;
}

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

.link-light {
  color: #f8f9fa;
}

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

.link-gray-100 {
  color: #f8f9fa;
}

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

.link-gray-200 {
  color: #e9ecef;
}

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

.link-gray-300 {
  color: #dee2e6;
}

.link-gray-300:hover, .link-gray-300:focus {
  color: #e5e8eb;
}

.link-gray-400 {
  color: #ced4da;
}

.link-gray-400:hover, .link-gray-400:focus {
  color: #d8dde1;
}

.link-gray-500 {
  color: #adb5bd;
}

.link-gray-500:hover, .link-gray-500:focus {
  color: #bdc4ca;
}

.link-gray-600 {
  color: #6c757d;
}

.link-gray-600:hover, .link-gray-600:focus {
  color: #565e64;
}

.link-gray-700 {
  color: #495057;
}

.link-gray-700:hover, .link-gray-700:focus {
  color: #3a4046;
}

.link-gray-800 {
  color: #343a40;
}

.link-gray-800:hover, .link-gray-800:focus {
  color: #2a2e33;
}

.link-gray-900 {
  color: #212529;
}

.link-gray-900:hover, .link-gray-900:focus {
  color: #1a1e21;
}

.link-gray {
  color: #6c757d;
}

.link-gray:hover, .link-gray:focus {
  color: #565e64;
}

.link-gray-dark {
  color: #646464;
}

.link-gray-dark:hover, .link-gray-dark:focus {
  color: #505050;
}

.link-dark {
  color: #343a40;
}

.link-dark:hover, .link-dark:focus {
  color: #2a2e33;
}

.link-black {
  color: #383838;
}

.link-black:hover, .link-black:focus {
  color: #2d2d2d;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

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

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

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

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: #fff!important;
}

.sticky-top .container{
  max-width: 1280px;
  padding: 0 20px;
}

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

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

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

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

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

.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      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;
  -ms-flex-item-align: stretch;
      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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-purple-dark {
  border-color: #0F2D5E !important;
}

.border-polar {
  border-color: #E7F7F9 !important;
}

.border-link-water {
  border-color: #EBEEF9 !important;
}

.border-san-juan {
  border-color: #2B436C !important;
}

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

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

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

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

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

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

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

.border-indigo {
  border-color: #6610f2 !important;
}

.border-purple {
  border-color: #4B51B9 !important;
}

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

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

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

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

.border-green {
  border-color: #198754 !important;
}

.border-teal {
  border-color: #20c997 !important;
}

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

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

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

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

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

.border-gray-300 {
  border-color: #dee2e6 !important;
}

.border-gray-400 {
  border-color: #ced4da !important;
}

.border-gray-500 {
  border-color: #adb5bd !important;
}

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

.border-gray-700 {
  border-color: #495057 !important;
}

.border-gray-800 {
  border-color: #343a40 !important;
}

.border-gray-900 {
  border-color: #212529 !important;
}

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

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

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

.border-black {
  border-color: #383838 !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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

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

.gap-0_5 {
  gap: 0.25rem !important;
}

.gap-1 {
  gap: 0.5rem !important;
}

.gap-1_5 {
  gap: 0.75rem !important;
}

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

.gap-2_ {
  gap: 1.25rem !important;
}

.gap-3 {
  gap: 1.5rem !important;
}

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

.gap-5 {
  gap: 2.5rem !important;
}

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

.gap-7 {
  gap: 3.5rem !important;
}

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

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

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

.gap-11 {
  gap: 5.5rem !important;
}

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

.gap-13 {
  gap: 6.5rem !important;
}

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

.gap-15 {
  gap: 7.5rem !important;
}

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

.gap-17 {
  gap: 8.5rem !important;
}

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

.gap-19 {
  gap: 9.5rem !important;
}

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

.gap-21 {
  gap: 10.5rem !important;
}

.gap-22 {
  gap: 11rem !important;
}

.gap-23 {
  gap: 11.5rem !important;
}

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

.gap-25 {
  gap: 12.5rem !important;
}

.gap-26 {
  gap: 13rem !important;
}

.gap-27 {
  gap: 13.5rem !important;
}

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

.gap-29 {
  gap: 14.5rem !important;
}

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

.gap-31 {
  gap: 15.5rem !important;
}

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

.gap-33 {
  gap: 16.5rem !important;
}

.gap-34 {
  gap: 17rem !important;
}

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

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

.gap-37 {
  gap: 18.5rem !important;
}

.gap-38 {
  gap: 19rem !important;
}

.gap-39 {
  gap: 19.5rem !important;
}

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

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

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

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

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

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

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

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

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

.m-5 {
  margin: 2.5rem !important;
}

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

.m-7 {
  margin: 3.5rem !important;
}

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

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

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

.m-11 {
  margin: 5.5rem !important;
}

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

.m-13 {
  margin: 6.5rem !important;
}

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

.m-15 {
  margin: 7.5rem !important;
}

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

.m-17 {
  margin: 8.5rem !important;
}

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

.m-19 {
  margin: 9.5rem !important;
}

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

.m-21 {
  margin: 10.5rem !important;
}

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

.m-23 {
  margin: 11.5rem !important;
}

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

.m-25 {
  margin: 12.5rem !important;
}

.m-26 {
  margin: 13rem !important;
}

.m-27 {
  margin: 13.5rem !important;
}

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

.m-29 {
  margin: 14.5rem !important;
}

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

.m-31 {
  margin: 15.5rem !important;
}

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

.m-33 {
  margin: 16.5rem !important;
}

.m-34 {
  margin: 17rem !important;
}

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

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

.m-37 {
  margin: 18.5rem !important;
}

.m-38 {
  margin: 19rem !important;
}

.m-39 {
  margin: 19.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mx-7 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

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

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

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

.mx-11 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

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

.mx-13 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

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

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

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

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

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

.mx-19 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

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

.mx-21 {
  margin-right: 10.5rem !important;
  margin-left: 10.5rem !important;
}

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

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

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

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

.mx-26 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}

.mx-27 {
  margin-right: 13.5rem !important;
  margin-left: 13.5rem !important;
}

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

.mx-29 {
  margin-right: 14.5rem !important;
  margin-left: 14.5rem !important;
}

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

.mx-31 {
  margin-right: 15.5rem !important;
  margin-left: 15.5rem !important;
}

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

.mx-33 {
  margin-right: 16.5rem !important;
  margin-left: 16.5rem !important;
}

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

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

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

.mx-37 {
  margin-right: 18.5rem !important;
  margin-left: 18.5rem !important;
}

.mx-38 {
  margin-right: 19rem !important;
  margin-left: 19rem !important;
}

.mx-39 {
  margin-right: 19.5rem !important;
  margin-left: 19.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

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

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

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

.my-11 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

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

.my-13 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

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

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

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

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

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

.my-19 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

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

.my-21 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

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

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

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

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

.my-26 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.my-27 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important;
}

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

.my-29 {
  margin-top: 14.5rem !important;
  margin-bottom: 14.5rem !important;
}

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

.my-31 {
  margin-top: 15.5rem !important;
  margin-bottom: 15.5rem !important;
}

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

.my-33 {
  margin-top: 16.5rem !important;
  margin-bottom: 16.5rem !important;
}

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

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

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

.my-37 {
  margin-top: 18.5rem !important;
  margin-bottom: 18.5rem !important;
}

.my-38 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important;
}

.my-39 {
  margin-top: 19.5rem !important;
  margin-bottom: 19.5rem !important;
}

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

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

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

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

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

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

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

.mt-2_ {
  margin-top: 1.25rem !important;
}

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

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

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

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

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

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

.mt-9 {
  margin-top: 4.5rem !important;
}

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

.mt-11 {
  margin-top: 5.5rem !important;
}

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

.mt-13 {
  margin-top: 6.5rem !important;
}

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

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

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

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

.mt-18 {
  margin-top: 9rem !important;
}

.mt-19 {
  margin-top: 9.5rem !important;
}

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

.mt-21 {
  margin-top: 10.5rem !important;
}

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

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

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

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

.mt-26 {
  margin-top: 13rem !important;
}

.mt-27 {
  margin-top: 13.5rem !important;
}

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

.mt-29 {
  margin-top: 14.5rem !important;
}

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

.mt-31 {
  margin-top: 15.5rem !important;
}

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

.mt-33 {
  margin-top: 16.5rem !important;
}

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

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

.mt-36 {
  margin-top: 18rem !important;
}

.mt-37 {
  margin-top: 18.5rem !important;
}

.mt-38 {
  margin-top: 19rem !important;
}

.mt-39 {
  margin-top: 19.5rem !important;
}

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

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

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

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

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

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

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

.me-2_ {
  margin-right: 1.25rem !important;
}

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

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

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

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

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

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

.me-9 {
  margin-right: 4.5rem !important;
}

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

.me-11 {
  margin-right: 5.5rem !important;
}

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

.me-13 {
  margin-right: 6.5rem !important;
}

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

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

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

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

.me-18 {
  margin-right: 9rem !important;
}

.me-19 {
  margin-right: 9.5rem !important;
}

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

.me-21 {
  margin-right: 10.5rem !important;
}

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

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

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

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

.me-26 {
  margin-right: 13rem !important;
}

.me-27 {
  margin-right: 13.5rem !important;
}

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

.me-29 {
  margin-right: 14.5rem !important;
}

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

.me-31 {
  margin-right: 15.5rem !important;
}

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

.me-33 {
  margin-right: 16.5rem !important;
}

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

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

.me-36 {
  margin-right: 18rem !important;
}

.me-37 {
  margin-right: 18.5rem !important;
}

.me-38 {
  margin-right: 19rem !important;
}

.me-39 {
  margin-right: 19.5rem !important;
}

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

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

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

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

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

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

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

.mb-2_ {
  margin-bottom: 1.25rem !important;
}

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

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

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

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

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

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

.mb-9 {
  margin-bottom: 4.5rem !important;
}

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

.mb-11 {
  margin-bottom: 5.5rem !important;
}

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

.mb-13 {
  margin-bottom: 6.5rem !important;
}

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

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

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

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

.mb-18 {
  margin-bottom: 9rem !important;
}

.mb-19 {
  margin-bottom: 9.5rem !important;
}

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

.mb-21 {
  margin-bottom: 10.5rem !important;
}

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

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

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

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

.mb-26 {
  margin-bottom: 13rem !important;
}

.mb-27 {
  margin-bottom: 13.5rem !important;
}

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

.mb-29 {
  margin-bottom: 14.5rem !important;
}

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

.mb-31 {
  margin-bottom: 15.5rem !important;
}

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

.mb-33 {
  margin-bottom: 16.5rem !important;
}

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

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

.mb-36 {
  margin-bottom: 18rem !important;
}

.mb-37 {
  margin-bottom: 18.5rem !important;
}

.mb-38 {
  margin-bottom: 19rem !important;
}

.mb-39 {
  margin-bottom: 19.5rem !important;
}

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

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

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

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

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

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

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

.ms-2_ {
  margin-left: 1.25rem !important;
}

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

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

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

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

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

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

.ms-9 {
  margin-left: 4.5rem !important;
}

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

.ms-11 {
  margin-left: 5.5rem !important;
}

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

.ms-13 {
  margin-left: 6.5rem !important;
}

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

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

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

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

.ms-18 {
  margin-left: 9rem !important;
}

.ms-19 {
  margin-left: 9.5rem !important;
}

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

.ms-21 {
  margin-left: 10.5rem !important;
}

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

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

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

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

.ms-26 {
  margin-left: 13rem !important;
}

.ms-27 {
  margin-left: 13.5rem !important;
}

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

.ms-29 {
  margin-left: 14.5rem !important;
}

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

.ms-31 {
  margin-left: 15.5rem !important;
}

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

.ms-33 {
  margin-left: 16.5rem !important;
}

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

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

.ms-36 {
  margin-left: 18rem !important;
}

.ms-37 {
  margin-left: 18.5rem !important;
}

.ms-38 {
  margin-left: 19rem !important;
}

.ms-39 {
  margin-left: 19.5rem !important;
}

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

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

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

.m-n1_5 {
  margin: -0.75rem !important;
}

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

.m-n2_ {
  margin: -1.25rem !important;
}

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

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

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

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

.m-n7 {
  margin: -3.5rem !important;
}

.m-n8 {
  margin: -4rem !important;
}

.m-n9 {
  margin: -4.5rem !important;
}

.m-n10 {
  margin: -5rem !important;
}

.m-n11 {
  margin: -5.5rem !important;
}

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

.m-n13 {
  margin: -6.5rem !important;
}

.m-n14 {
  margin: -7rem !important;
}

.m-n15 {
  margin: -7.5rem !important;
}

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

.m-n17 {
  margin: -8.5rem !important;
}

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

.m-n19 {
  margin: -9.5rem !important;
}

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

.m-n21 {
  margin: -10.5rem !important;
}

.m-n22 {
  margin: -11rem !important;
}

.m-n23 {
  margin: -11.5rem !important;
}

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

.m-n25 {
  margin: -12.5rem !important;
}

.m-n26 {
  margin: -13rem !important;
}

.m-n27 {
  margin: -13.5rem !important;
}

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

.m-n29 {
  margin: -14.5rem !important;
}

.m-n30 {
  margin: -15rem !important;
}

.m-n31 {
  margin: -15.5rem !important;
}

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

.m-n33 {
  margin: -16.5rem !important;
}

.m-n34 {
  margin: -17rem !important;
}

.m-n35 {
  margin: -17.5rem !important;
}

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

.m-n37 {
  margin: -18.5rem !important;
}

.m-n38 {
  margin: -19rem !important;
}

.m-n39 {
  margin: -19.5rem !important;
}

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

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

.mx-n1_5 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

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

.mx-n2_ {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

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

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

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

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

.mx-n7 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

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

.mx-n9 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

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

.mx-n11 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

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

.mx-n13 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}

.mx-n14 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

.mx-n15 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

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

.mx-n17 {
  margin-right: -8.5rem !important;
  margin-left: -8.5rem !important;
}

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

.mx-n19 {
  margin-right: -9.5rem !important;
  margin-left: -9.5rem !important;
}

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

.mx-n21 {
  margin-right: -10.5rem !important;
  margin-left: -10.5rem !important;
}

.mx-n22 {
  margin-right: -11rem !important;
  margin-left: -11rem !important;
}

.mx-n23 {
  margin-right: -11.5rem !important;
  margin-left: -11.5rem !important;
}

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

.mx-n25 {
  margin-right: -12.5rem !important;
  margin-left: -12.5rem !important;
}

.mx-n26 {
  margin-right: -13rem !important;
  margin-left: -13rem !important;
}

.mx-n27 {
  margin-right: -13.5rem !important;
  margin-left: -13.5rem !important;
}

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

.mx-n29 {
  margin-right: -14.5rem !important;
  margin-left: -14.5rem !important;
}

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

.mx-n31 {
  margin-right: -15.5rem !important;
  margin-left: -15.5rem !important;
}

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

.mx-n33 {
  margin-right: -16.5rem !important;
  margin-left: -16.5rem !important;
}

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

.mx-n35 {
  margin-right: -17.5rem !important;
  margin-left: -17.5rem !important;
}

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

.mx-n37 {
  margin-right: -18.5rem !important;
  margin-left: -18.5rem !important;
}

.mx-n38 {
  margin-right: -19rem !important;
  margin-left: -19rem !important;
}

.mx-n39 {
  margin-right: -19.5rem !important;
  margin-left: -19.5rem !important;
}

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

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

.my-n1_5 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

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

.my-n2_ {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

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

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

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

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

.my-n7 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

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

.my-n9 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

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

.my-n11 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

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

.my-n13 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

.my-n14 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.my-n15 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

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

.my-n17 {
  margin-top: -8.5rem !important;
  margin-bottom: -8.5rem !important;
}

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

.my-n19 {
  margin-top: -9.5rem !important;
  margin-bottom: -9.5rem !important;
}

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

.my-n21 {
  margin-top: -10.5rem !important;
  margin-bottom: -10.5rem !important;
}

.my-n22 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.my-n23 {
  margin-top: -11.5rem !important;
  margin-bottom: -11.5rem !important;
}

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

.my-n25 {
  margin-top: -12.5rem !important;
  margin-bottom: -12.5rem !important;
}

.my-n26 {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.my-n27 {
  margin-top: -13.5rem !important;
  margin-bottom: -13.5rem !important;
}

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

.my-n29 {
  margin-top: -14.5rem !important;
  margin-bottom: -14.5rem !important;
}

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

.my-n31 {
  margin-top: -15.5rem !important;
  margin-bottom: -15.5rem !important;
}

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

.my-n33 {
  margin-top: -16.5rem !important;
  margin-bottom: -16.5rem !important;
}

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

.my-n35 {
  margin-top: -17.5rem !important;
  margin-bottom: -17.5rem !important;
}

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

.my-n37 {
  margin-top: -18.5rem !important;
  margin-bottom: -18.5rem !important;
}

.my-n38 {
  margin-top: -19rem !important;
  margin-bottom: -19rem !important;
}

.my-n39 {
  margin-top: -19.5rem !important;
  margin-bottom: -19.5rem !important;
}

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

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

.mt-n1_5 {
  margin-top: -0.75rem !important;
}

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

.mt-n2_ {
  margin-top: -1.25rem !important;
}

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

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

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

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

.mt-n7 {
  margin-top: -3.5rem !important;
}

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

.mt-n9 {
  margin-top: -4.5rem !important;
}

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

.mt-n11 {
  margin-top: -5.5rem !important;
}

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

.mt-n13 {
  margin-top: -6.5rem !important;
}

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

.mt-n15 {
  margin-top: -7.5rem !important;
}

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

.mt-n17 {
  margin-top: -8.5rem !important;
}

.mt-n18 {
  margin-top: -9rem !important;
}

.mt-n19 {
  margin-top: -9.5rem !important;
}

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

.mt-n21 {
  margin-top: -10.5rem !important;
}

.mt-n22 {
  margin-top: -11rem !important;
}

.mt-n23 {
  margin-top: -11.5rem !important;
}

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

.mt-n25 {
  margin-top: -12.5rem !important;
}

.mt-n26 {
  margin-top: -13rem !important;
}

.mt-n27 {
  margin-top: -13.5rem !important;
}

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

.mt-n29 {
  margin-top: -14.5rem !important;
}

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

.mt-n31 {
  margin-top: -15.5rem !important;
}

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

.mt-n33 {
  margin-top: -16.5rem !important;
}

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

.mt-n35 {
  margin-top: -17.5rem !important;
}

.mt-n36 {
  margin-top: -18rem !important;
}

.mt-n37 {
  margin-top: -18.5rem !important;
}

.mt-n38 {
  margin-top: -19rem !important;
}

.mt-n39 {
  margin-top: -19.5rem !important;
}

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

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

.me-n1_5 {
  margin-right: -0.75rem !important;
}

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

.me-n2_ {
  margin-right: -1.25rem !important;
}

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

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

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

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

.me-n7 {
  margin-right: -3.5rem !important;
}

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

.me-n9 {
  margin-right: -4.5rem !important;
}

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

.me-n11 {
  margin-right: -5.5rem !important;
}

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

.me-n13 {
  margin-right: -6.5rem !important;
}

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

.me-n15 {
  margin-right: -7.5rem !important;
}

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

.me-n17 {
  margin-right: -8.5rem !important;
}

.me-n18 {
  margin-right: -9rem !important;
}

.me-n19 {
  margin-right: -9.5rem !important;
}

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

.me-n21 {
  margin-right: -10.5rem !important;
}

.me-n22 {
  margin-right: -11rem !important;
}

.me-n23 {
  margin-right: -11.5rem !important;
}

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

.me-n25 {
  margin-right: -12.5rem !important;
}

.me-n26 {
  margin-right: -13rem !important;
}

.me-n27 {
  margin-right: -13.5rem !important;
}

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

.me-n29 {
  margin-right: -14.5rem !important;
}

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

.me-n31 {
  margin-right: -15.5rem !important;
}

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

.me-n33 {
  margin-right: -16.5rem !important;
}

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

.me-n35 {
  margin-right: -17.5rem !important;
}

.me-n36 {
  margin-right: -18rem !important;
}

.me-n37 {
  margin-right: -18.5rem !important;
}

.me-n38 {
  margin-right: -19rem !important;
}

.me-n39 {
  margin-right: -19.5rem !important;
}

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

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

.mb-n1_5 {
  margin-bottom: -0.75rem !important;
}

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

.mb-n2_ {
  margin-bottom: -1.25rem !important;
}

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

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

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

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

.mb-n7 {
  margin-bottom: -3.5rem !important;
}

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

.mb-n9 {
  margin-bottom: -4.5rem !important;
}

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

.mb-n11 {
  margin-bottom: -5.5rem !important;
}

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

.mb-n13 {
  margin-bottom: -6.5rem !important;
}

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

.mb-n15 {
  margin-bottom: -7.5rem !important;
}

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

.mb-n17 {
  margin-bottom: -8.5rem !important;
}

.mb-n18 {
  margin-bottom: -9rem !important;
}

.mb-n19 {
  margin-bottom: -9.5rem !important;
}

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

.mb-n21 {
  margin-bottom: -10.5rem !important;
}

.mb-n22 {
  margin-bottom: -11rem !important;
}

.mb-n23 {
  margin-bottom: -11.5rem !important;
}

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

.mb-n25 {
  margin-bottom: -12.5rem !important;
}

.mb-n26 {
  margin-bottom: -13rem !important;
}

.mb-n27 {
  margin-bottom: -13.5rem !important;
}

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

.mb-n29 {
  margin-bottom: -14.5rem !important;
}

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

.mb-n31 {
  margin-bottom: -15.5rem !important;
}

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

.mb-n33 {
  margin-bottom: -16.5rem !important;
}

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

.mb-n35 {
  margin-bottom: -17.5rem !important;
}

.mb-n36 {
  margin-bottom: -18rem !important;
}

.mb-n37 {
  margin-bottom: -18.5rem !important;
}

.mb-n38 {
  margin-bottom: -19rem !important;
}

.mb-n39 {
  margin-bottom: -19.5rem !important;
}

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

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

.ms-n1_5 {
  margin-left: -0.75rem !important;
}

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

.ms-n2_ {
  margin-left: -1.25rem !important;
}

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

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

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

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

.ms-n7 {
  margin-left: -3.5rem !important;
}

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

.ms-n9 {
  margin-left: -4.5rem !important;
}

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

.ms-n11 {
  margin-left: -5.5rem !important;
}

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

.ms-n13 {
  margin-left: -6.5rem !important;
}

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

.ms-n15 {
  margin-left: -7.5rem !important;
}

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

.ms-n17 {
  margin-left: -8.5rem !important;
}

.ms-n18 {
  margin-left: -9rem !important;
}

.ms-n19 {
  margin-left: -9.5rem !important;
}

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

.ms-n21 {
  margin-left: -10.5rem !important;
}

.ms-n22 {
  margin-left: -11rem !important;
}

.ms-n23 {
  margin-left: -11.5rem !important;
}

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

.ms-n25 {
  margin-left: -12.5rem !important;
}

.ms-n26 {
  margin-left: -13rem !important;
}

.ms-n27 {
  margin-left: -13.5rem !important;
}

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

.ms-n29 {
  margin-left: -14.5rem !important;
}

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

.ms-n31 {
  margin-left: -15.5rem !important;
}

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

.ms-n33 {
  margin-left: -16.5rem !important;
}

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

.ms-n35 {
  margin-left: -17.5rem !important;
}

.ms-n36 {
  margin-left: -18rem !important;
}

.ms-n37 {
  margin-left: -18.5rem !important;
}

.ms-n38 {
  margin-left: -19rem !important;
}

.ms-n39 {
  margin-left: -19.5rem !important;
}

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

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

.p-0_5 {
  padding: 0.25rem !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.p-1_5 {
  padding: 0.75rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.p-2_ {
  padding: 1.25rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.p-5 {
  padding: 2.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.p-7 {
  padding: 3.5rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.p-9 {
  padding: 4.5rem !important;
}

.p-10 {
  padding: 5rem !important;
}

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

.p-11 {
  padding: 5.5rem !important;
}

.p-12 {
  padding: 6rem !important;
}

.p-13 {
  padding: 6.5rem !important;
}

.p-14 {
  padding: 7rem !important;
}

.p-15 {
  padding: 7.5rem !important;
}

.p-16 {
  padding: 8rem !important;
}

.p-17 {
  padding: 8.5rem !important;
}

.p-18 {
  padding: 9rem !important;
}

.p-19 {
  padding: 9.5rem !important;
}

.p-20 {
  padding: 10rem !important;
}

.p-21 {
  padding: 10.5rem !important;
}

.p-22 {
  padding: 11rem !important;
}

.p-23 {
  padding: 11.5rem !important;
}

.p-24 {
  padding: 12rem !important;
}

.p-25 {
  padding: 12.5rem !important;
}

.p-26 {
  padding: 13rem !important;
}

.p-27 {
  padding: 13.5rem !important;
}

.p-28 {
  padding: 14rem !important;
}

.p-29 {
  padding: 14.5rem !important;
}

.p-30 {
  padding: 15rem !important;
}

.p-31 {
  padding: 15.5rem !important;
}

.p-32 {
  padding: 16rem !important;
}

.p-33 {
  padding: 16.5rem !important;
}

.p-34 {
  padding: 17rem !important;
}

.p-35 {
  padding: 17.5rem !important;
}

.p-36 {
  padding: 18rem !important;
}

.p-37 {
  padding: 18.5rem !important;
}

.p-38 {
  padding: 19rem !important;
}

.p-39 {
  padding: 19.5rem !important;
}

.p-40 {
  padding: 20rem !important;
}

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

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

.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-1_5 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-2_ {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

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

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

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

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

.px-7 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

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

.px-9 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

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

.px-11 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

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

.px-13 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

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

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

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

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

.px-18 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-19 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

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

.px-21 {
  padding-right: 10.5rem !important;
  padding-left: 10.5rem !important;
}

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

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

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

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

.px-26 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}

.px-27 {
  padding-right: 13.5rem !important;
  padding-left: 13.5rem !important;
}

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

.px-29 {
  padding-right: 14.5rem !important;
  padding-left: 14.5rem !important;
}

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

.px-31 {
  padding-right: 15.5rem !important;
  padding-left: 15.5rem !important;
}

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

.px-33 {
  padding-right: 16.5rem !important;
  padding-left: 16.5rem !important;
}

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

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

.px-36 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}

.px-37 {
  padding-right: 18.5rem !important;
  padding-left: 18.5rem !important;
}

.px-38 {
  padding-right: 19rem !important;
  padding-left: 19rem !important;
}

.px-39 {
  padding-right: 19.5rem !important;
  padding-left: 19.5rem !important;
}

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

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

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

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-1_5 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2_ {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

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

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

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

.py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

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

.py-9 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

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

.py-11 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

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

.py-13 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

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

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

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

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

.py-18 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-19 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

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

.py-21 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

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

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

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

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

.py-26 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-27 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important;
}

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

.py-29 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important;
}

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

.py-31 {
  padding-top: 15.5rem !important;
  padding-bottom: 15.5rem !important;
}

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

.py-33 {
  padding-top: 16.5rem !important;
  padding-bottom: 16.5rem !important;
}

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

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

.py-36 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-37 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important;
}

.py-38 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
}

.py-39 {
  padding-top: 19.5rem !important;
  padding-bottom: 19.5rem !important;
}

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

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

.pt-0_5 {
  padding-top: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pt-1_5 {
  padding-top: 0.75rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pt-2_ {
  padding-top: 1.25rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

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

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

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

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

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

.pt-9 {
  padding-top: 4.5rem !important;
}

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

.pt-11 {
  padding-top: 5.5rem !important;
}

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

.pt-13 {
  padding-top: 6.5rem !important;
}

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

.pt-15 {
  padding-top: 7.5rem !important;
}

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

.pt-17 {
  padding-top: 8.5rem !important;
}

.pt-18 {
  padding-top: 9rem !important;
}

.pt-19 {
  padding-top: 9.5rem !important;
}

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

.pt-21 {
  padding-top: 10.5rem !important;
}

.pt-22 {
  padding-top: 11rem !important;
}

.pt-23 {
  padding-top: 11.5rem !important;
}

.pt-24 {
  padding-top: 12rem !important;
}

.pt-25 {
  padding-top: 12.5rem !important;
}

.pt-26 {
  padding-top: 13rem !important;
}

.pt-27 {
  padding-top: 13.5rem !important;
}

.pt-28 {
  padding-top: 14rem !important;
}

.pt-29 {
  padding-top: 14.5rem !important;
}

.pt-30 {
  padding-top: 15rem !important;
}

.pt-31 {
  padding-top: 15.5rem !important;
}

.pt-32 {
  padding-top: 16rem !important;
}

.pt-33 {
  padding-top: 16.5rem !important;
}

.pt-34 {
  padding-top: 17rem !important;
}

.pt-35 {
  padding-top: 17.5rem !important;
}

.pt-36 {
  padding-top: 18rem !important;
}

.pt-37 {
  padding-top: 18.5rem !important;
}

.pt-38 {
  padding-top: 19rem !important;
}

.pt-39 {
  padding-top: 19.5rem !important;
}

.pt-40 {
  padding-top: 20rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-0_5 {
  padding-right: 0.25rem !important;
}

.pe-1 {
  padding-right: 0.5rem !important;
}

.pe-1_5 {
  padding-right: 0.75rem !important;
}

.pe-2 {
  padding-right: 1rem !important;
}

.pe-2_ {
  padding-right: 1.25rem !important;
}

.pe-3 {
  padding-right: 1.5rem !important;
}

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

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

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

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

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

.pe-9 {
  padding-right: 4.5rem !important;
}

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

.pe-11 {
  padding-right: 5.5rem !important;
}

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

.pe-13 {
  padding-right: 6.5rem !important;
}

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

.pe-15 {
  padding-right: 7.5rem !important;
}

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

.pe-17 {
  padding-right: 8.5rem !important;
}

.pe-18 {
  padding-right: 9rem !important;
}

.pe-19 {
  padding-right: 9.5rem !important;
}

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

.pe-21 {
  padding-right: 10.5rem !important;
}

.pe-22 {
  padding-right: 11rem !important;
}

.pe-23 {
  padding-right: 11.5rem !important;
}

.pe-24 {
  padding-right: 12rem !important;
}

.pe-25 {
  padding-right: 12.5rem !important;
}

.pe-26 {
  padding-right: 13rem !important;
}

.pe-27 {
  padding-right: 13.5rem !important;
}

.pe-28 {
  padding-right: 14rem !important;
}

.pe-29 {
  padding-right: 14.5rem !important;
}

.pe-30 {
  padding-right: 15rem !important;
}

.pe-31 {
  padding-right: 15.5rem !important;
}

.pe-32 {
  padding-right: 16rem !important;
}

.pe-33 {
  padding-right: 16.5rem !important;
}

.pe-34 {
  padding-right: 17rem !important;
}

.pe-35 {
  padding-right: 17.5rem !important;
}

.pe-36 {
  padding-right: 18rem !important;
}

.pe-37 {
  padding-right: 18.5rem !important;
}

.pe-38 {
  padding-right: 19rem !important;
}

.pe-39 {
  padding-right: 19.5rem !important;
}

.pe-40 {
  padding-right: 20rem !important;
}

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

.pb-0_5 {
  padding-bottom: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pb-1_5 {
  padding-bottom: 0.75rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pb-2_ {
  padding-bottom: 1.25rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

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

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

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

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

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

.pb-9 {
  padding-bottom: 4.5rem !important;
}

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

.pb-11 {
  padding-bottom: 5.5rem !important;
}

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

.pb-13 {
  padding-bottom: 6.5rem !important;
}

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

.pb-15 {
  padding-bottom: 7.5rem !important;
}

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

.pb-17 {
  padding-bottom: 8.5rem !important;
}

.pb-18 {
  padding-bottom: 9rem !important;
}

.pb-19 {
  padding-bottom: 9.5rem !important;
}

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

.pb-21 {
  padding-bottom: 10.5rem !important;
}

.pb-22 {
  padding-bottom: 11rem !important;
}

.pb-23 {
  padding-bottom: 11.5rem !important;
}

.pb-24 {
  padding-bottom: 12rem !important;
}

.pb-25 {
  padding-bottom: 12.5rem !important;
}

.pb-26 {
  padding-bottom: 13rem !important;
}

.pb-27 {
  padding-bottom: 13.5rem !important;
}

.pb-28 {
  padding-bottom: 14rem !important;
}

.pb-29 {
  padding-bottom: 14.5rem !important;
}

.pb-30 {
  padding-bottom: 15rem !important;
}

.pb-31 {
  padding-bottom: 15.5rem !important;
}

.pb-32 {
  padding-bottom: 16rem !important;
}

.pb-33 {
  padding-bottom: 16.5rem !important;
}

.pb-34 {
  padding-bottom: 17rem !important;
}

.pb-35 {
  padding-bottom: 17.5rem !important;
}

.pb-36 {
  padding-bottom: 18rem !important;
}

.pb-37 {
  padding-bottom: 18.5rem !important;
}

.pb-38 {
  padding-bottom: 19rem !important;
}

.pb-39 {
  padding-bottom: 19.5rem !important;
}

.pb-40 {
  padding-bottom: 20rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-0_5 {
  padding-left: 0.25rem !important;
}

.ps-1 {
  padding-left: 0.5rem !important;
}

.ps-1_5 {
  padding-left: 0.75rem !important;
}

.ps-2 {
  padding-left: 1rem !important;
}

.ps-2_ {
  padding-left: 1.25rem !important;
}

.ps-3 {
  padding-left: 1.5rem !important;
}

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

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

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

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

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

.ps-9 {
  padding-left: 4.5rem !important;
}

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

.ps-11 {
  padding-left: 5.5rem !important;
}

.ps-12 {
  padding-left: 6rem !important;
}

.ps-13 {
  padding-left: 6.5rem !important;
}

.ps-14 {
  padding-left: 7rem !important;
}

.ps-15 {
  padding-left: 7.5rem !important;
}

.ps-16 {
  padding-left: 8rem !important;
}

.ps-17 {
  padding-left: 8.5rem !important;
}

.ps-18 {
  padding-left: 9rem !important;
}

.ps-19 {
  padding-left: 9.5rem !important;
}

.ps-20 {
  padding-left: 10rem !important;
}

.ps-21 {
  padding-left: 10.5rem !important;
}

.ps-22 {
  padding-left: 11rem !important;
}

.ps-23 {
  padding-left: 11.5rem !important;
}

.ps-24 {
  padding-left: 12rem !important;
}

.ps-25 {
  padding-left: 12.5rem !important;
}

.ps-26 {
  padding-left: 13rem !important;
}

.ps-27 {
  padding-left: 13.5rem !important;
}

.ps-28 {
  padding-left: 14rem !important;
}

.ps-29 {
  padding-left: 14.5rem !important;
}

.ps-30 {
  padding-left: 15rem !important;
}

.ps-31 {
  padding-left: 15.5rem !important;
}

.ps-32 {
  padding-left: 16rem !important;
}

.ps-33 {
  padding-left: 16.5rem !important;
}

.ps-34 {
  padding-left: 17rem !important;
}

.ps-35 {
  padding-left: 17.5rem !important;
}

.ps-36 {
  padding-left: 18rem !important;
}

.ps-37 {
  padding-left: 18.5rem !important;
}

.ps-38 {
  padding-left: 19rem !important;
}

.ps-39 {
  padding-left: 19.5rem !important;
}

.ps-40 {
  padding-left: 20rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-17 {
  font-size: 1.0625rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-19 {
  font-size: 1.1875rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-21 {
  font-size: calc(1.25625rem + 0.075vw) !important;
}

.fs-22 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

.fs-23 {
  font-size: calc(1.26875rem + 0.225vw) !important;
}

.fs-24 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-25 {
  font-size: calc(1.28125rem + 0.375vw) !important;
}

.fs-26 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

.fs-27 {
  font-size: calc(1.29375rem + 0.525vw) !important;
}

.fs-28 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-29 {
  font-size: calc(1.30625rem + 0.675vw) !important;
}

.fs-30 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-31 {
  font-size: calc(1.31875rem + 0.825vw) !important;
}

.fs-32 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-33 {
  font-size: calc(1.33125rem + 0.975vw) !important;
}

.fs-34 {
  font-size: calc(1.3375rem + 1.05vw) !important;
}

.fs-35 {
  font-size: calc(1.34375rem + 1.125vw) !important;
}

.fs-36 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-37 {
  font-size: calc(1.35625rem + 1.275vw) !important;
}

.fs-38 {
  font-size: calc(1.3625rem + 1.35vw) !important;
}

.fs-39 {
  font-size: calc(1.36875rem + 1.425vw) !important;
}

.fs-40 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-41 {
  font-size: calc(1.38125rem + 1.575vw) !important;
}

.fs-42 {
  font-size: calc(1.3875rem + 1.65vw) !important;
}

.fs-43 {
  font-size: calc(1.39375rem + 1.725vw) !important;
}

.fs-44 {
  font-size: calc(1.4rem + 1.8vw) !important;
}

.fs-45 {
  font-size: calc(1.40625rem + 1.875vw) !important;
}

.fs-46 {
  font-size: calc(1.4125rem + 1.95vw) !important;
}

.fs-47 {
  font-size: calc(1.41875rem + 2.025vw) !important;
}

.fs-48 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-49 {
  font-size: calc(1.43125rem + 2.175vw) !important;
}

.fs-50 {
  font-size: calc(1.4375rem + 2.25vw) !important;
}

.fs-51 {
  font-size: calc(1.44375rem + 2.325vw) !important;
}

.fs-52 {
  font-size: calc(1.45rem + 2.4vw) !important;
}

.fs-53 {
  font-size: calc(1.45625rem + 2.475vw) !important;
}

.fs-54 {
  font-size: calc(1.4625rem + 2.55vw) !important;
}

.fs-55 {
  font-size: calc(1.46875rem + 2.625vw) !important;
}

.fs-56 {
  font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-57 {
  font-size: calc(1.48125rem + 2.775vw) !important;
}

.fs-58 {
  font-size: calc(1.4875rem + 2.85vw) !important;
}

.fs-59 {
  font-size: calc(1.49375rem + 2.925vw) !important;
}

.fs-60 {
  font-size: calc(1.5rem + 3vw) !important;
}

.fs-61 {
  font-size: calc(1.50625rem + 3.075vw) !important;
}

.fs-62 {
  font-size: calc(1.5125rem + 3.15vw) !important;
}

.fs-63 {
  font-size: calc(1.51875rem + 3.225vw) !important;
}

.fs-64 {
  font-size: calc(1.525rem + 3.3vw) !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: 500 !important;
}

.fw-bolder {
  font-weight: 700 !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.lh-10 {
  line-height: 0.625rem !important;
}

.lh-11 {
  line-height: 0.6875rem !important;
}

.lh-12 {
  line-height: 0.75rem !important;
}

.lh-13 {
  line-height: 0.8125rem !important;
}

.lh-14 {
  line-height: 0.875rem !important;
}

.lh-15 {
  line-height: 0.9375rem !important;
}

.lh-16 {
  line-height: 1rem !important;
}

.lh-17 {
  line-height: 1.0625rem !important;
}

.lh-18 {
  line-height: 1.125rem !important;
}

.lh-19 {
  line-height: 1.1875rem !important;
}

.lh-20 {
  line-height: 1.25rem !important;
}

.lh-21 {
  line-height: 1.3125rem !important;
}

.lh-22 {
  line-height: 1.375rem !important;
}

.lh-23 {
  line-height: 1.4375rem !important;
}

.lh-24 {
  line-height: 1.5rem !important;
}

.lh-25 {
  line-height: 1.5625rem !important;
}

.lh-26 {
  line-height: 1.625rem !important;
}

.lh-27 {
  line-height: 1.6875rem !important;
}

.lh-28 {
  line-height: 1.75rem !important;
}

.lh-29 {
  line-height: 1.8125rem !important;
}

.lh-30 {
  line-height: 1.875rem !important;
}

.lh-31 {
  line-height: 1.9375rem !important;
}

.lh-32 {
  line-height: 2rem !important;
}

.lh-33 {
  line-height: 2.0625rem !important;
}

.lh-34 {
  line-height: 2.125rem !important;
}

.lh-35 {
  line-height: 2.1875rem !important;
}

.lh-36 {
  line-height: 2.25rem !important;
}

.lh-37 {
  line-height: 2.3125rem !important;
}

.lh-38 {
  line-height: 2.375rem !important;
}

.lh-39 {
  line-height: 2.4375rem !important;
}

.lh-40 {
  line-height: 2.5rem !important;
}

.lh-41 {
  line-height: 2.5625rem !important;
}

.lh-42 {
  line-height: 2.625rem !important;
}

.lh-43 {
  line-height: 2.6875rem !important;
}

.lh-44 {
  line-height: 2.75rem !important;
}

.lh-45 {
  line-height: 2.8125rem !important;
}

.lh-46 {
  line-height: 2.875rem !important;
}

.lh-47 {
  line-height: 2.9375rem !important;
}

.lh-48 {
  line-height: 3rem !important;
}

.lh-49 {
  line-height: 3.0625rem !important;
}

.lh-50 {
  line-height: 3.125rem !important;
}

.lh-51 {
  line-height: 3.1875rem !important;
}

.lh-52 {
  line-height: 3.25rem !important;
}

.lh-53 {
  line-height: 3.3125rem !important;
}

.lh-54 {
  line-height: 3.375rem !important;
}

.lh-55 {
  line-height: 3.4375rem !important;
}

.lh-56 {
  line-height: 3.5rem !important;
}

.lh-57 {
  line-height: 3.5625rem !important;
}

.lh-58 {
  line-height: 3.625rem !important;
}

.lh-59 {
  line-height: 3.6875rem !important;
}

.lh-60 {
  line-height: 3.75rem !important;
}

.lh-61 {
  line-height: 3.8125rem !important;
}

.lh-62 {
  line-height: 3.875rem !important;
}

.lh-63 {
  line-height: 3.9375rem !important;
}

.lh-64 {
  line-height: 4rem !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-purple-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-polar {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-polar-rgb), var(--bs-text-opacity)) !important;
}

.text-link-water {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-link-water-rgb), var(--bs-text-opacity)) !important;
}

.text-san-juan {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-san-juan-rgb), var(--bs-text-opacity)) !important;
}

.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-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-indigo {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-rgb), var(--bs-text-opacity)) !important;
}

.text-purple {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-rgb), var(--bs-text-opacity)) !important;
}

.text-pink {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pink-rgb), var(--bs-text-opacity)) !important;
}

.text-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}

.text-orange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important;
}

.text-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important;
}

.text-teal {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-rgb), var(--bs-text-opacity)) !important;
}

.text-cyan {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cyan-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-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-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-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-600-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-800 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-800-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important;
}

.text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(56, 56, 56, 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-purple-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-polar {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-polar-rgb), var(--bs-bg-opacity)) !important;
}

.bg-link-water {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-link-water-rgb), var(--bs-bg-opacity)) !important;
}

.bg-san-juan {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-san-juan-rgb), var(--bs-bg-opacity)) !important;
}

.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-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-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-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-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-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-700-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.2rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.2rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.2rem !important;
  border-top-right-radius: 0.2rem !important;
}

.rounded-end {
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.2rem !important;
  border-top-left-radius: 0.2rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.ls-0 {
  letter-spacing: 0.0625rem !important;
}

.ls-1 {
  letter-spacing: 0.0685rem !important;
}

.ls-2 {
  letter-spacing: 0.075rem !important;
}

.ls-3 {
  letter-spacing: 0.0815rem !important;
}

.ls-4 {
  letter-spacing: 0.0875rem !important;
}

.ls-5 {
  letter-spacing: 0.0935rem !important;
}

.ls-6 {
  letter-spacing: 0.1rem !important;
}

.ls-7 {
  letter-spacing: 0.1065rem !important;
}

.ls-8 {
  letter-spacing: 0.1125rem !important;
}

.ls-9 {
  letter-spacing: 0.1185rem !important;
}

.ls-10 {
  letter-spacing: 0.625rem !important;
}

.ls-11 {
  letter-spacing: 0.6875rem !important;
}

.ls-12 {
  letter-spacing: 0.75rem !important;
}

.ls-13 {
  letter-spacing: 0.8125rem !important;
}

.ls-14 {
  letter-spacing: 0.875rem !important;
}

.ls-15 {
  letter-spacing: 0.9375rem !important;
}

.ls-16 {
  letter-spacing: 1rem !important;
}

.ls-17 {
  letter-spacing: 1.0625rem !important;
}

.ls-18 {
  letter-spacing: 1.125rem !important;
}

.ls-19 {
  letter-spacing: 1.1875rem !important;
}

.ls-20 {
  letter-spacing: 1.25rem !important;
}

.ls-21 {
  letter-spacing: 1.3125rem !important;
}

.ls-22 {
  letter-spacing: 1.375rem !important;
}

.ls-23 {
  letter-spacing: 1.4375rem !important;
}

.ls-24 {
  letter-spacing: 1.5rem !important;
}

.ls-25 {
  letter-spacing: 1.5625rem !important;
}

.ls-26 {
  letter-spacing: 1.625rem !important;
}

.ls-27 {
  letter-spacing: 1.6875rem !important;
}

.ls-28 {
  letter-spacing: 1.75rem !important;
}

.ls-29 {
  letter-spacing: 1.8125rem !important;
}

.ls-30 {
  letter-spacing: 1.875rem !important;
}

.ls-31 {
  letter-spacing: 1.9375rem !important;
}

.ls-32 {
  letter-spacing: 2rem !important;
}

.ls-33 {
  letter-spacing: 2.0625rem !important;
}

.ls-34 {
  letter-spacing: 2.125rem !important;
}

.ls-35 {
  letter-spacing: 2.1875rem !important;
}

.ls-36 {
  letter-spacing: 2.25rem !important;
}

.ls-37 {
  letter-spacing: 2.3125rem !important;
}

.ls-38 {
  letter-spacing: 2.375rem !important;
}

.ls-39 {
  letter-spacing: 2.4375rem !important;
}

.ls-40 {
  letter-spacing: 2.5rem !important;
}

.ls-41 {
  letter-spacing: 2.5625rem !important;
}

.ls-42 {
  letter-spacing: 2.625rem !important;
}

.ls-43 {
  letter-spacing: 2.6875rem !important;
}

.ls-44 {
  letter-spacing: 2.75rem !important;
}

.ls-45 {
  letter-spacing: 2.8125rem !important;
}

.ls-46 {
  letter-spacing: 2.875rem !important;
}

.ls-47 {
  letter-spacing: 2.9375rem !important;
}

.ls-48 {
  letter-spacing: 3rem !important;
}

.ls-49 {
  letter-spacing: 3.0625rem !important;
}

.ls-50 {
  letter-spacing: 3.125rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-0_5 {
    gap: 0.25rem !important;
  }
  .gap-sm-1 {
    gap: 0.5rem !important;
  }
  .gap-sm-1_5 {
    gap: 0.75rem !important;
  }
  .gap-sm-2 {
    gap: 1rem !important;
  }
  .gap-sm-2_ {
    gap: 1.25rem !important;
  }
  .gap-sm-3 {
    gap: 1.5rem !important;
  }
  .gap-sm-4 {
    gap: 2rem !important;
  }
  .gap-sm-5 {
    gap: 2.5rem !important;
  }
  .gap-sm-6 {
    gap: 3rem !important;
  }
  .gap-sm-7 {
    gap: 3.5rem !important;
  }
  .gap-sm-8 {
    gap: 4rem !important;
  }
  .gap-sm-9 {
    gap: 4.5rem !important;
  }
  .gap-sm-10 {
    gap: 5rem !important;
  }
  .gap-sm-11 {
    gap: 5.5rem !important;
  }
  .gap-sm-12 {
    gap: 6rem !important;
  }
  .gap-sm-13 {
    gap: 6.5rem !important;
  }
  .gap-sm-14 {
    gap: 7rem !important;
  }
  .gap-sm-15 {
    gap: 7.5rem !important;
  }
  .gap-sm-16 {
    gap: 8rem !important;
  }
  .gap-sm-17 {
    gap: 8.5rem !important;
  }
  .gap-sm-18 {
    gap: 9rem !important;
  }
  .gap-sm-19 {
    gap: 9.5rem !important;
  }
  .gap-sm-20 {
    gap: 10rem !important;
  }
  .gap-sm-21 {
    gap: 10.5rem !important;
  }
  .gap-sm-22 {
    gap: 11rem !important;
  }
  .gap-sm-23 {
    gap: 11.5rem !important;
  }
  .gap-sm-24 {
    gap: 12rem !important;
  }
  .gap-sm-25 {
    gap: 12.5rem !important;
  }
  .gap-sm-26 {
    gap: 13rem !important;
  }
  .gap-sm-27 {
    gap: 13.5rem !important;
  }
  .gap-sm-28 {
    gap: 14rem !important;
  }
  .gap-sm-29 {
    gap: 14.5rem !important;
  }
  .gap-sm-30 {
    gap: 15rem !important;
  }
  .gap-sm-31 {
    gap: 15.5rem !important;
  }
  .gap-sm-32 {
    gap: 16rem !important;
  }
  .gap-sm-33 {
    gap: 16.5rem !important;
  }
  .gap-sm-34 {
    gap: 17rem !important;
  }
  .gap-sm-35 {
    gap: 17.5rem !important;
  }
  .gap-sm-36 {
    gap: 18rem !important;
  }
  .gap-sm-37 {
    gap: 18.5rem !important;
  }
  .gap-sm-38 {
    gap: 19rem !important;
  }
  .gap-sm-39 {
    gap: 19.5rem !important;
  }
  .gap-sm-40 {
    gap: 20rem !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-0_5 {
    margin: 0.25rem !important;
  }
  .m-sm-1 {
    margin: 0.5rem !important;
  }
  .m-sm-1_5 {
    margin: 0.75rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .m-sm-2_ {
    margin: 1.25rem !important;
  }
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  .m-sm-4 {
    margin: 2rem !important;
  }
  .m-sm-5 {
    margin: 2.5rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .m-sm-7 {
    margin: 3.5rem !important;
  }
  .m-sm-8 {
    margin: 4rem !important;
  }
  .m-sm-9 {
    margin: 4.5rem !important;
  }
  .m-sm-10 {
    margin: 5rem !important;
  }
  .m-sm-11 {
    margin: 5.5rem !important;
  }
  .m-sm-12 {
    margin: 6rem !important;
  }
  .m-sm-13 {
    margin: 6.5rem !important;
  }
  .m-sm-14 {
    margin: 7rem !important;
  }
  .m-sm-15 {
    margin: 7.5rem !important;
  }
  .m-sm-16 {
    margin: 8rem !important;
  }
  .m-sm-17 {
    margin: 8.5rem !important;
  }
  .m-sm-18 {
    margin: 9rem !important;
  }
  .m-sm-19 {
    margin: 9.5rem !important;
  }
  .m-sm-20 {
    margin: 10rem !important;
  }
  .m-sm-21 {
    margin: 10.5rem !important;
  }
  .m-sm-22 {
    margin: 11rem !important;
  }
  .m-sm-23 {
    margin: 11.5rem !important;
  }
  .m-sm-24 {
    margin: 12rem !important;
  }
  .m-sm-25 {
    margin: 12.5rem !important;
  }
  .m-sm-26 {
    margin: 13rem !important;
  }
  .m-sm-27 {
    margin: 13.5rem !important;
  }
  .m-sm-28 {
    margin: 14rem !important;
  }
  .m-sm-29 {
    margin: 14.5rem !important;
  }
  .m-sm-30 {
    margin: 15rem !important;
  }
  .m-sm-31 {
    margin: 15.5rem !important;
  }
  .m-sm-32 {
    margin: 16rem !important;
  }
  .m-sm-33 {
    margin: 16.5rem !important;
  }
  .m-sm-34 {
    margin: 17rem !important;
  }
  .m-sm-35 {
    margin: 17.5rem !important;
  }
  .m-sm-36 {
    margin: 18rem !important;
  }
  .m-sm-37 {
    margin: 18.5rem !important;
  }
  .m-sm-38 {
    margin: 19rem !important;
  }
  .m-sm-39 {
    margin: 19.5rem !important;
  }
  .m-sm-40 {
    margin: 20rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-0_5 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-1_5 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-2_ {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-9 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-11 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-sm-12 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-13 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-sm-14 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-15 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-16 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-17 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-sm-18 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-19 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-sm-20 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-21 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-sm-22 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-sm-23 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-sm-24 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-25 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sm-26 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-sm-27 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-sm-28 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-sm-29 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-sm-30 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-31 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-sm-32 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-sm-33 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-sm-34 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-sm-35 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-sm-36 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-sm-37 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-sm-38 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-sm-39 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-sm-40 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-0_5 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-1_5 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-2_ {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-sm-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-13 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-sm-14 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-17 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-sm-18 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-19 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-sm-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-21 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-sm-22 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-sm-23 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-sm-24 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-25 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sm-26 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-sm-27 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-sm-28 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-sm-29 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-sm-30 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-31 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-sm-32 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-sm-33 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-sm-34 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-sm-35 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-sm-36 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-sm-37 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-sm-38 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-sm-39 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-sm-40 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-0_5 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-1_5 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-2 {
    margin-top: 1rem !important;
  }
  .mt-sm-2_ {
    margin-top: 1.25rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 2rem !important;
  }
  .mt-sm-5 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 3rem !important;
  }
  .mt-sm-7 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 4rem !important;
  }
  .mt-sm-9 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 5rem !important;
  }
  .mt-sm-11 {
    margin-top: 5.5rem !important;
  }
  .mt-sm-12 {
    margin-top: 6rem !important;
  }
  .mt-sm-13 {
    margin-top: 6.5rem !important;
  }
  .mt-sm-14 {
    margin-top: 7rem !important;
  }
  .mt-sm-15 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-16 {
    margin-top: 8rem !important;
  }
  .mt-sm-17 {
    margin-top: 8.5rem !important;
  }
  .mt-sm-18 {
    margin-top: 9rem !important;
  }
  .mt-sm-19 {
    margin-top: 9.5rem !important;
  }
  .mt-sm-20 {
    margin-top: 10rem !important;
  }
  .mt-sm-21 {
    margin-top: 10.5rem !important;
  }
  .mt-sm-22 {
    margin-top: 11rem !important;
  }
  .mt-sm-23 {
    margin-top: 11.5rem !important;
  }
  .mt-sm-24 {
    margin-top: 12rem !important;
  }
  .mt-sm-25 {
    margin-top: 12.5rem !important;
  }
  .mt-sm-26 {
    margin-top: 13rem !important;
  }
  .mt-sm-27 {
    margin-top: 13.5rem !important;
  }
  .mt-sm-28 {
    margin-top: 14rem !important;
  }
  .mt-sm-29 {
    margin-top: 14.5rem !important;
  }
  .mt-sm-30 {
    margin-top: 15rem !important;
  }
  .mt-sm-31 {
    margin-top: 15.5rem !important;
  }
  .mt-sm-32 {
    margin-top: 16rem !important;
  }
  .mt-sm-33 {
    margin-top: 16.5rem !important;
  }
  .mt-sm-34 {
    margin-top: 17rem !important;
  }
  .mt-sm-35 {
    margin-top: 17.5rem !important;
  }
  .mt-sm-36 {
    margin-top: 18rem !important;
  }
  .mt-sm-37 {
    margin-top: 18.5rem !important;
  }
  .mt-sm-38 {
    margin-top: 19rem !important;
  }
  .mt-sm-39 {
    margin-top: 19.5rem !important;
  }
  .mt-sm-40 {
    margin-top: 20rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-0_5 {
    margin-right: 0.25rem !important;
  }
  .me-sm-1 {
    margin-right: 0.5rem !important;
  }
  .me-sm-1_5 {
    margin-right: 0.75rem !important;
  }
  .me-sm-2 {
    margin-right: 1rem !important;
  }
  .me-sm-2_ {
    margin-right: 1.25rem !important;
  }
  .me-sm-3 {
    margin-right: 1.5rem !important;
  }
  .me-sm-4 {
    margin-right: 2rem !important;
  }
  .me-sm-5 {
    margin-right: 2.5rem !important;
  }
  .me-sm-6 {
    margin-right: 3rem !important;
  }
  .me-sm-7 {
    margin-right: 3.5rem !important;
  }
  .me-sm-8 {
    margin-right: 4rem !important;
  }
  .me-sm-9 {
    margin-right: 4.5rem !important;
  }
  .me-sm-10 {
    margin-right: 5rem !important;
  }
  .me-sm-11 {
    margin-right: 5.5rem !important;
  }
  .me-sm-12 {
    margin-right: 6rem !important;
  }
  .me-sm-13 {
    margin-right: 6.5rem !important;
  }
  .me-sm-14 {
    margin-right: 7rem !important;
  }
  .me-sm-15 {
    margin-right: 7.5rem !important;
  }
  .me-sm-16 {
    margin-right: 8rem !important;
  }
  .me-sm-17 {
    margin-right: 8.5rem !important;
  }
  .me-sm-18 {
    margin-right: 9rem !important;
  }
  .me-sm-19 {
    margin-right: 9.5rem !important;
  }
  .me-sm-20 {
    margin-right: 10rem !important;
  }
  .me-sm-21 {
    margin-right: 10.5rem !important;
  }
  .me-sm-22 {
    margin-right: 11rem !important;
  }
  .me-sm-23 {
    margin-right: 11.5rem !important;
  }
  .me-sm-24 {
    margin-right: 12rem !important;
  }
  .me-sm-25 {
    margin-right: 12.5rem !important;
  }
  .me-sm-26 {
    margin-right: 13rem !important;
  }
  .me-sm-27 {
    margin-right: 13.5rem !important;
  }
  .me-sm-28 {
    margin-right: 14rem !important;
  }
  .me-sm-29 {
    margin-right: 14.5rem !important;
  }
  .me-sm-30 {
    margin-right: 15rem !important;
  }
  .me-sm-31 {
    margin-right: 15.5rem !important;
  }
  .me-sm-32 {
    margin-right: 16rem !important;
  }
  .me-sm-33 {
    margin-right: 16.5rem !important;
  }
  .me-sm-34 {
    margin-right: 17rem !important;
  }
  .me-sm-35 {
    margin-right: 17.5rem !important;
  }
  .me-sm-36 {
    margin-right: 18rem !important;
  }
  .me-sm-37 {
    margin-right: 18.5rem !important;
  }
  .me-sm-38 {
    margin-right: 19rem !important;
  }
  .me-sm-39 {
    margin-right: 19.5rem !important;
  }
  .me-sm-40 {
    margin-right: 20rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-0_5 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-1_5 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2_ {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 6.5rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-17 {
    margin-bottom: 8.5rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-19 {
    margin-bottom: 9.5rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-21 {
    margin-bottom: 10.5rem !important;
  }
  .mb-sm-22 {
    margin-bottom: 11rem !important;
  }
  .mb-sm-23 {
    margin-bottom: 11.5rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-26 {
    margin-bottom: 13rem !important;
  }
  .mb-sm-27 {
    margin-bottom: 13.5rem !important;
  }
  .mb-sm-28 {
    margin-bottom: 14rem !important;
  }
  .mb-sm-29 {
    margin-bottom: 14.5rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-31 {
    margin-bottom: 15.5rem !important;
  }
  .mb-sm-32 {
    margin-bottom: 16rem !important;
  }
  .mb-sm-33 {
    margin-bottom: 16.5rem !important;
  }
  .mb-sm-34 {
    margin-bottom: 17rem !important;
  }
  .mb-sm-35 {
    margin-bottom: 17.5rem !important;
  }
  .mb-sm-36 {
    margin-bottom: 18rem !important;
  }
  .mb-sm-37 {
    margin-bottom: 18.5rem !important;
  }
  .mb-sm-38 {
    margin-bottom: 19rem !important;
  }
  .mb-sm-39 {
    margin-bottom: 19.5rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-0_5 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-1_5 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-2 {
    margin-left: 1rem !important;
  }
  .ms-sm-2_ {
    margin-left: 1.25rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 2rem !important;
  }
  .ms-sm-5 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 3rem !important;
  }
  .ms-sm-7 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-8 {
    margin-left: 4rem !important;
  }
  .ms-sm-9 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 5rem !important;
  }
  .ms-sm-11 {
    margin-left: 5.5rem !important;
  }
  .ms-sm-12 {
    margin-left: 6rem !important;
  }
  .ms-sm-13 {
    margin-left: 6.5rem !important;
  }
  .ms-sm-14 {
    margin-left: 7rem !important;
  }
  .ms-sm-15 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-16 {
    margin-left: 8rem !important;
  }
  .ms-sm-17 {
    margin-left: 8.5rem !important;
  }
  .ms-sm-18 {
    margin-left: 9rem !important;
  }
  .ms-sm-19 {
    margin-left: 9.5rem !important;
  }
  .ms-sm-20 {
    margin-left: 10rem !important;
  }
  .ms-sm-21 {
    margin-left: 10.5rem !important;
  }
  .ms-sm-22 {
    margin-left: 11rem !important;
  }
  .ms-sm-23 {
    margin-left: 11.5rem !important;
  }
  .ms-sm-24 {
    margin-left: 12rem !important;
  }
  .ms-sm-25 {
    margin-left: 12.5rem !important;
  }
  .ms-sm-26 {
    margin-left: 13rem !important;
  }
  .ms-sm-27 {
    margin-left: 13.5rem !important;
  }
  .ms-sm-28 {
    margin-left: 14rem !important;
  }
  .ms-sm-29 {
    margin-left: 14.5rem !important;
  }
  .ms-sm-30 {
    margin-left: 15rem !important;
  }
  .ms-sm-31 {
    margin-left: 15.5rem !important;
  }
  .ms-sm-32 {
    margin-left: 16rem !important;
  }
  .ms-sm-33 {
    margin-left: 16.5rem !important;
  }
  .ms-sm-34 {
    margin-left: 17rem !important;
  }
  .ms-sm-35 {
    margin-left: 17.5rem !important;
  }
  .ms-sm-36 {
    margin-left: 18rem !important;
  }
  .ms-sm-37 {
    margin-left: 18.5rem !important;
  }
  .ms-sm-38 {
    margin-left: 19rem !important;
  }
  .ms-sm-39 {
    margin-left: 19.5rem !important;
  }
  .ms-sm-40 {
    margin-left: 20rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.5rem !important;
  }
  .m-sm-n1_5 {
    margin: -0.75rem !important;
  }
  .m-sm-n2 {
    margin: -1rem !important;
  }
  .m-sm-n2_ {
    margin: -1.25rem !important;
  }
  .m-sm-n3 {
    margin: -1.5rem !important;
  }
  .m-sm-n4 {
    margin: -2rem !important;
  }
  .m-sm-n5 {
    margin: -2.5rem !important;
  }
  .m-sm-n6 {
    margin: -3rem !important;
  }
  .m-sm-n7 {
    margin: -3.5rem !important;
  }
  .m-sm-n8 {
    margin: -4rem !important;
  }
  .m-sm-n9 {
    margin: -4.5rem !important;
  }
  .m-sm-n10 {
    margin: -5rem !important;
  }
  .m-sm-n11 {
    margin: -5.5rem !important;
  }
  .m-sm-n12 {
    margin: -6rem !important;
  }
  .m-sm-n13 {
    margin: -6.5rem !important;
  }
  .m-sm-n14 {
    margin: -7rem !important;
  }
  .m-sm-n15 {
    margin: -7.5rem !important;
  }
  .m-sm-n16 {
    margin: -8rem !important;
  }
  .m-sm-n17 {
    margin: -8.5rem !important;
  }
  .m-sm-n18 {
    margin: -9rem !important;
  }
  .m-sm-n19 {
    margin: -9.5rem !important;
  }
  .m-sm-n20 {
    margin: -10rem !important;
  }
  .m-sm-n21 {
    margin: -10.5rem !important;
  }
  .m-sm-n22 {
    margin: -11rem !important;
  }
  .m-sm-n23 {
    margin: -11.5rem !important;
  }
  .m-sm-n24 {
    margin: -12rem !important;
  }
  .m-sm-n25 {
    margin: -12.5rem !important;
  }
  .m-sm-n26 {
    margin: -13rem !important;
  }
  .m-sm-n27 {
    margin: -13.5rem !important;
  }
  .m-sm-n28 {
    margin: -14rem !important;
  }
  .m-sm-n29 {
    margin: -14.5rem !important;
  }
  .m-sm-n30 {
    margin: -15rem !important;
  }
  .m-sm-n31 {
    margin: -15.5rem !important;
  }
  .m-sm-n32 {
    margin: -16rem !important;
  }
  .m-sm-n33 {
    margin: -16.5rem !important;
  }
  .m-sm-n34 {
    margin: -17rem !important;
  }
  .m-sm-n35 {
    margin: -17.5rem !important;
  }
  .m-sm-n36 {
    margin: -18rem !important;
  }
  .m-sm-n37 {
    margin: -18.5rem !important;
  }
  .m-sm-n38 {
    margin: -19rem !important;
  }
  .m-sm-n39 {
    margin: -19.5rem !important;
  }
  .m-sm-n40 {
    margin: -20rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n1_5 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-sm-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n2_ {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n9 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-sm-n10 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n11 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-sm-n12 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n13 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-sm-n14 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-sm-n15 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-sm-n16 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n17 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-sm-n18 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-sm-n19 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-sm-n20 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n21 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-sm-n22 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-sm-n23 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-sm-n24 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-sm-n25 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-sm-n26 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-sm-n27 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-sm-n28 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-sm-n29 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-sm-n30 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-sm-n31 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }
  .mx-sm-n32 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-sm-n33 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }
  .mx-sm-n34 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-sm-n35 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-sm-n36 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-sm-n37 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  .mx-sm-n38 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-sm-n39 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }
  .mx-sm-n40 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n1_5 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-sm-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n2_ {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-sm-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-sm-n10 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n11 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-sm-n12 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n13 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-sm-n14 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-sm-n15 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-sm-n16 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n17 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-sm-n18 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-sm-n19 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-sm-n20 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n21 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-sm-n22 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-sm-n23 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-sm-n24 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-sm-n25 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-sm-n26 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-sm-n27 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-sm-n28 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-sm-n29 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-sm-n30 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-sm-n31 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }
  .my-sm-n32 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-sm-n33 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }
  .my-sm-n34 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-sm-n35 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-sm-n36 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-sm-n37 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  .my-sm-n38 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-sm-n39 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }
  .my-sm-n40 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n1_5 {
    margin-top: -0.75rem !important;
  }
  .mt-sm-n2 {
    margin-top: -1rem !important;
  }
  .mt-sm-n2_ {
    margin-top: -1.25rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n4 {
    margin-top: -2rem !important;
  }
  .mt-sm-n5 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n6 {
    margin-top: -3rem !important;
  }
  .mt-sm-n7 {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n8 {
    margin-top: -4rem !important;
  }
  .mt-sm-n9 {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n10 {
    margin-top: -5rem !important;
  }
  .mt-sm-n11 {
    margin-top: -5.5rem !important;
  }
  .mt-sm-n12 {
    margin-top: -6rem !important;
  }
  .mt-sm-n13 {
    margin-top: -6.5rem !important;
  }
  .mt-sm-n14 {
    margin-top: -7rem !important;
  }
  .mt-sm-n15 {
    margin-top: -7.5rem !important;
  }
  .mt-sm-n16 {
    margin-top: -8rem !important;
  }
  .mt-sm-n17 {
    margin-top: -8.5rem !important;
  }
  .mt-sm-n18 {
    margin-top: -9rem !important;
  }
  .mt-sm-n19 {
    margin-top: -9.5rem !important;
  }
  .mt-sm-n20 {
    margin-top: -10rem !important;
  }
  .mt-sm-n21 {
    margin-top: -10.5rem !important;
  }
  .mt-sm-n22 {
    margin-top: -11rem !important;
  }
  .mt-sm-n23 {
    margin-top: -11.5rem !important;
  }
  .mt-sm-n24 {
    margin-top: -12rem !important;
  }
  .mt-sm-n25 {
    margin-top: -12.5rem !important;
  }
  .mt-sm-n26 {
    margin-top: -13rem !important;
  }
  .mt-sm-n27 {
    margin-top: -13.5rem !important;
  }
  .mt-sm-n28 {
    margin-top: -14rem !important;
  }
  .mt-sm-n29 {
    margin-top: -14.5rem !important;
  }
  .mt-sm-n30 {
    margin-top: -15rem !important;
  }
  .mt-sm-n31 {
    margin-top: -15.5rem !important;
  }
  .mt-sm-n32 {
    margin-top: -16rem !important;
  }
  .mt-sm-n33 {
    margin-top: -16.5rem !important;
  }
  .mt-sm-n34 {
    margin-top: -17rem !important;
  }
  .mt-sm-n35 {
    margin-top: -17.5rem !important;
  }
  .mt-sm-n36 {
    margin-top: -18rem !important;
  }
  .mt-sm-n37 {
    margin-top: -18.5rem !important;
  }
  .mt-sm-n38 {
    margin-top: -19rem !important;
  }
  .mt-sm-n39 {
    margin-top: -19.5rem !important;
  }
  .mt-sm-n40 {
    margin-top: -20rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n1_5 {
    margin-right: -0.75rem !important;
  }
  .me-sm-n2 {
    margin-right: -1rem !important;
  }
  .me-sm-n2_ {
    margin-right: -1.25rem !important;
  }
  .me-sm-n3 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n4 {
    margin-right: -2rem !important;
  }
  .me-sm-n5 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n6 {
    margin-right: -3rem !important;
  }
  .me-sm-n7 {
    margin-right: -3.5rem !important;
  }
  .me-sm-n8 {
    margin-right: -4rem !important;
  }
  .me-sm-n9 {
    margin-right: -4.5rem !important;
  }
  .me-sm-n10 {
    margin-right: -5rem !important;
  }
  .me-sm-n11 {
    margin-right: -5.5rem !important;
  }
  .me-sm-n12 {
    margin-right: -6rem !important;
  }
  .me-sm-n13 {
    margin-right: -6.5rem !important;
  }
  .me-sm-n14 {
    margin-right: -7rem !important;
  }
  .me-sm-n15 {
    margin-right: -7.5rem !important;
  }
  .me-sm-n16 {
    margin-right: -8rem !important;
  }
  .me-sm-n17 {
    margin-right: -8.5rem !important;
  }
  .me-sm-n18 {
    margin-right: -9rem !important;
  }
  .me-sm-n19 {
    margin-right: -9.5rem !important;
  }
  .me-sm-n20 {
    margin-right: -10rem !important;
  }
  .me-sm-n21 {
    margin-right: -10.5rem !important;
  }
  .me-sm-n22 {
    margin-right: -11rem !important;
  }
  .me-sm-n23 {
    margin-right: -11.5rem !important;
  }
  .me-sm-n24 {
    margin-right: -12rem !important;
  }
  .me-sm-n25 {
    margin-right: -12.5rem !important;
  }
  .me-sm-n26 {
    margin-right: -13rem !important;
  }
  .me-sm-n27 {
    margin-right: -13.5rem !important;
  }
  .me-sm-n28 {
    margin-right: -14rem !important;
  }
  .me-sm-n29 {
    margin-right: -14.5rem !important;
  }
  .me-sm-n30 {
    margin-right: -15rem !important;
  }
  .me-sm-n31 {
    margin-right: -15.5rem !important;
  }
  .me-sm-n32 {
    margin-right: -16rem !important;
  }
  .me-sm-n33 {
    margin-right: -16.5rem !important;
  }
  .me-sm-n34 {
    margin-right: -17rem !important;
  }
  .me-sm-n35 {
    margin-right: -17.5rem !important;
  }
  .me-sm-n36 {
    margin-right: -18rem !important;
  }
  .me-sm-n37 {
    margin-right: -18.5rem !important;
  }
  .me-sm-n38 {
    margin-right: -19rem !important;
  }
  .me-sm-n39 {
    margin-right: -19.5rem !important;
  }
  .me-sm-n40 {
    margin-right: -20rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n1_5 {
    margin-bottom: -0.75rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n2_ {
    margin-bottom: -1.25rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -3.5rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -4.5rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n11 {
    margin-bottom: -5.5rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n13 {
    margin-bottom: -6.5rem !important;
  }
  .mb-sm-n14 {
    margin-bottom: -7rem !important;
  }
  .mb-sm-n15 {
    margin-bottom: -7.5rem !important;
  }
  .mb-sm-n16 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n17 {
    margin-bottom: -8.5rem !important;
  }
  .mb-sm-n18 {
    margin-bottom: -9rem !important;
  }
  .mb-sm-n19 {
    margin-bottom: -9.5rem !important;
  }
  .mb-sm-n20 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n21 {
    margin-bottom: -10.5rem !important;
  }
  .mb-sm-n22 {
    margin-bottom: -11rem !important;
  }
  .mb-sm-n23 {
    margin-bottom: -11.5rem !important;
  }
  .mb-sm-n24 {
    margin-bottom: -12rem !important;
  }
  .mb-sm-n25 {
    margin-bottom: -12.5rem !important;
  }
  .mb-sm-n26 {
    margin-bottom: -13rem !important;
  }
  .mb-sm-n27 {
    margin-bottom: -13.5rem !important;
  }
  .mb-sm-n28 {
    margin-bottom: -14rem !important;
  }
  .mb-sm-n29 {
    margin-bottom: -14.5rem !important;
  }
  .mb-sm-n30 {
    margin-bottom: -15rem !important;
  }
  .mb-sm-n31 {
    margin-bottom: -15.5rem !important;
  }
  .mb-sm-n32 {
    margin-bottom: -16rem !important;
  }
  .mb-sm-n33 {
    margin-bottom: -16.5rem !important;
  }
  .mb-sm-n34 {
    margin-bottom: -17rem !important;
  }
  .mb-sm-n35 {
    margin-bottom: -17.5rem !important;
  }
  .mb-sm-n36 {
    margin-bottom: -18rem !important;
  }
  .mb-sm-n37 {
    margin-bottom: -18.5rem !important;
  }
  .mb-sm-n38 {
    margin-bottom: -19rem !important;
  }
  .mb-sm-n39 {
    margin-bottom: -19.5rem !important;
  }
  .mb-sm-n40 {
    margin-bottom: -20rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n1_5 {
    margin-left: -0.75rem !important;
  }
  .ms-sm-n2 {
    margin-left: -1rem !important;
  }
  .ms-sm-n2_ {
    margin-left: -1.25rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n4 {
    margin-left: -2rem !important;
  }
  .ms-sm-n5 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n6 {
    margin-left: -3rem !important;
  }
  .ms-sm-n7 {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n8 {
    margin-left: -4rem !important;
  }
  .ms-sm-n9 {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n10 {
    margin-left: -5rem !important;
  }
  .ms-sm-n11 {
    margin-left: -5.5rem !important;
  }
  .ms-sm-n12 {
    margin-left: -6rem !important;
  }
  .ms-sm-n13 {
    margin-left: -6.5rem !important;
  }
  .ms-sm-n14 {
    margin-left: -7rem !important;
  }
  .ms-sm-n15 {
    margin-left: -7.5rem !important;
  }
  .ms-sm-n16 {
    margin-left: -8rem !important;
  }
  .ms-sm-n17 {
    margin-left: -8.5rem !important;
  }
  .ms-sm-n18 {
    margin-left: -9rem !important;
  }
  .ms-sm-n19 {
    margin-left: -9.5rem !important;
  }
  .ms-sm-n20 {
    margin-left: -10rem !important;
  }
  .ms-sm-n21 {
    margin-left: -10.5rem !important;
  }
  .ms-sm-n22 {
    margin-left: -11rem !important;
  }
  .ms-sm-n23 {
    margin-left: -11.5rem !important;
  }
  .ms-sm-n24 {
    margin-left: -12rem !important;
  }
  .ms-sm-n25 {
    margin-left: -12.5rem !important;
  }
  .ms-sm-n26 {
    margin-left: -13rem !important;
  }
  .ms-sm-n27 {
    margin-left: -13.5rem !important;
  }
  .ms-sm-n28 {
    margin-left: -14rem !important;
  }
  .ms-sm-n29 {
    margin-left: -14.5rem !important;
  }
  .ms-sm-n30 {
    margin-left: -15rem !important;
  }
  .ms-sm-n31 {
    margin-left: -15.5rem !important;
  }
  .ms-sm-n32 {
    margin-left: -16rem !important;
  }
  .ms-sm-n33 {
    margin-left: -16.5rem !important;
  }
  .ms-sm-n34 {
    margin-left: -17rem !important;
  }
  .ms-sm-n35 {
    margin-left: -17.5rem !important;
  }
  .ms-sm-n36 {
    margin-left: -18rem !important;
  }
  .ms-sm-n37 {
    margin-left: -18.5rem !important;
  }
  .ms-sm-n38 {
    margin-left: -19rem !important;
  }
  .ms-sm-n39 {
    margin-left: -19.5rem !important;
  }
  .ms-sm-n40 {
    margin-left: -20rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-0_5 {
    padding: 0.25rem !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .p-sm-1_5 {
    padding: 0.75rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .p-sm-2_ {
    padding: 1.25rem !important;
  }
  .p-sm-3 {
    padding: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 2rem !important;
  }
  .p-sm-5 {
    padding: 2.5rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .p-sm-7 {
    padding: 3.5rem !important;
  }
  .p-sm-8 {
    padding: 4rem !important;
  }
  .p-sm-9 {
    padding: 4.5rem !important;
  }
  .p-sm-10 {
    padding: 5rem !important;
  }
  .p-sm-11 {
    padding: 5.5rem !important;
  }
  .p-sm-12 {
    padding: 6rem !important;
  }
  .p-sm-13 {
    padding: 6.5rem !important;
  }
  .p-sm-14 {
    padding: 7rem !important;
  }
  .p-sm-15 {
    padding: 7.5rem !important;
  }
  .p-sm-16 {
    padding: 8rem !important;
  }
  .p-sm-17 {
    padding: 8.5rem !important;
  }
  .p-sm-18 {
    padding: 9rem !important;
  }
  .p-sm-19 {
    padding: 9.5rem !important;
  }
  .p-sm-20 {
    padding: 10rem !important;
  }
  .p-sm-21 {
    padding: 10.5rem !important;
  }
  .p-sm-22 {
    padding: 11rem !important;
  }
  .p-sm-23 {
    padding: 11.5rem !important;
  }
  .p-sm-24 {
    padding: 12rem !important;
  }
  .p-sm-25 {
    padding: 12.5rem !important;
  }
  .p-sm-26 {
    padding: 13rem !important;
  }
  .p-sm-27 {
    padding: 13.5rem !important;
  }
  .p-sm-28 {
    padding: 14rem !important;
  }
  .p-sm-29 {
    padding: 14.5rem !important;
  }
  .p-sm-30 {
    padding: 15rem !important;
  }
  .p-sm-31 {
    padding: 15.5rem !important;
  }
  .p-sm-32 {
    padding: 16rem !important;
  }
  .p-sm-33 {
    padding: 16.5rem !important;
  }
  .p-sm-34 {
    padding: 17rem !important;
  }
  .p-sm-35 {
    padding: 17.5rem !important;
  }
  .p-sm-36 {
    padding: 18rem !important;
  }
  .p-sm-37 {
    padding: 18.5rem !important;
  }
  .p-sm-38 {
    padding: 19rem !important;
  }
  .p-sm-39 {
    padding: 19.5rem !important;
  }
  .p-sm-40 {
    padding: 20rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-0_5 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-1_5 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-2_ {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-11 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-sm-12 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-13 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-sm-14 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-15 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-16 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-17 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-sm-18 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-19 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-sm-20 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-21 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-sm-22 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-sm-23 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-sm-24 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sm-25 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-sm-26 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-sm-27 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-sm-28 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-sm-29 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-sm-30 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-31 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-sm-32 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-sm-33 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-sm-34 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-sm-35 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-sm-36 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-sm-37 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-sm-38 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-sm-39 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-sm-40 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-0_5 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-1_5 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-2_ {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-sm-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-13 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-sm-14 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-16 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-17 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-sm-18 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-19 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-sm-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-21 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-sm-22 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-sm-23 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-sm-24 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sm-25 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-sm-26 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-sm-27 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-sm-28 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-sm-29 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-sm-30 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-31 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-sm-32 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-sm-33 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-sm-34 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-sm-35 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-sm-36 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-sm-37 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-sm-38 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-sm-39 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-sm-40 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-0_5 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-1_5 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-2 {
    padding-top: 1rem !important;
  }
  .pt-sm-2_ {
    padding-top: 1.25rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 2rem !important;
  }
  .pt-sm-5 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 3rem !important;
  }
  .pt-sm-7 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-8 {
    padding-top: 4rem !important;
  }
  .pt-sm-9 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 5rem !important;
  }
  .pt-sm-11 {
    padding-top: 5.5rem !important;
  }
  .pt-sm-12 {
    padding-top: 6rem !important;
  }
  .pt-sm-13 {
    padding-top: 6.5rem !important;
  }
  .pt-sm-14 {
    padding-top: 7rem !important;
  }
  .pt-sm-15 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-16 {
    padding-top: 8rem !important;
  }
  .pt-sm-17 {
    padding-top: 8.5rem !important;
  }
  .pt-sm-18 {
    padding-top: 9rem !important;
  }
  .pt-sm-19 {
    padding-top: 9.5rem !important;
  }
  .pt-sm-20 {
    padding-top: 10rem !important;
  }
  .pt-sm-21 {
    padding-top: 10.5rem !important;
  }
  .pt-sm-22 {
    padding-top: 11rem !important;
  }
  .pt-sm-23 {
    padding-top: 11.5rem !important;
  }
  .pt-sm-24 {
    padding-top: 12rem !important;
  }
  .pt-sm-25 {
    padding-top: 12.5rem !important;
  }
  .pt-sm-26 {
    padding-top: 13rem !important;
  }
  .pt-sm-27 {
    padding-top: 13.5rem !important;
  }
  .pt-sm-28 {
    padding-top: 14rem !important;
  }
  .pt-sm-29 {
    padding-top: 14.5rem !important;
  }
  .pt-sm-30 {
    padding-top: 15rem !important;
  }
  .pt-sm-31 {
    padding-top: 15.5rem !important;
  }
  .pt-sm-32 {
    padding-top: 16rem !important;
  }
  .pt-sm-33 {
    padding-top: 16.5rem !important;
  }
  .pt-sm-34 {
    padding-top: 17rem !important;
  }
  .pt-sm-35 {
    padding-top: 17.5rem !important;
  }
  .pt-sm-36 {
    padding-top: 18rem !important;
  }
  .pt-sm-37 {
    padding-top: 18.5rem !important;
  }
  .pt-sm-38 {
    padding-top: 19rem !important;
  }
  .pt-sm-39 {
    padding-top: 19.5rem !important;
  }
  .pt-sm-40 {
    padding-top: 20rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-0_5 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-1_5 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-2 {
    padding-right: 1rem !important;
  }
  .pe-sm-2_ {
    padding-right: 1.25rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 2rem !important;
  }
  .pe-sm-5 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 3rem !important;
  }
  .pe-sm-7 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-8 {
    padding-right: 4rem !important;
  }
  .pe-sm-9 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 5rem !important;
  }
  .pe-sm-11 {
    padding-right: 5.5rem !important;
  }
  .pe-sm-12 {
    padding-right: 6rem !important;
  }
  .pe-sm-13 {
    padding-right: 6.5rem !important;
  }
  .pe-sm-14 {
    padding-right: 7rem !important;
  }
  .pe-sm-15 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-16 {
    padding-right: 8rem !important;
  }
  .pe-sm-17 {
    padding-right: 8.5rem !important;
  }
  .pe-sm-18 {
    padding-right: 9rem !important;
  }
  .pe-sm-19 {
    padding-right: 9.5rem !important;
  }
  .pe-sm-20 {
    padding-right: 10rem !important;
  }
  .pe-sm-21 {
    padding-right: 10.5rem !important;
  }
  .pe-sm-22 {
    padding-right: 11rem !important;
  }
  .pe-sm-23 {
    padding-right: 11.5rem !important;
  }
  .pe-sm-24 {
    padding-right: 12rem !important;
  }
  .pe-sm-25 {
    padding-right: 12.5rem !important;
  }
  .pe-sm-26 {
    padding-right: 13rem !important;
  }
  .pe-sm-27 {
    padding-right: 13.5rem !important;
  }
  .pe-sm-28 {
    padding-right: 14rem !important;
  }
  .pe-sm-29 {
    padding-right: 14.5rem !important;
  }
  .pe-sm-30 {
    padding-right: 15rem !important;
  }
  .pe-sm-31 {
    padding-right: 15.5rem !important;
  }
  .pe-sm-32 {
    padding-right: 16rem !important;
  }
  .pe-sm-33 {
    padding-right: 16.5rem !important;
  }
  .pe-sm-34 {
    padding-right: 17rem !important;
  }
  .pe-sm-35 {
    padding-right: 17.5rem !important;
  }
  .pe-sm-36 {
    padding-right: 18rem !important;
  }
  .pe-sm-37 {
    padding-right: 18.5rem !important;
  }
  .pe-sm-38 {
    padding-right: 19rem !important;
  }
  .pe-sm-39 {
    padding-right: 19.5rem !important;
  }
  .pe-sm-40 {
    padding-right: 20rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-0_5 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-1_5 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-2_ {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 6.5rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-17 {
    padding-bottom: 8.5rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-19 {
    padding-bottom: 9.5rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-21 {
    padding-bottom: 10.5rem !important;
  }
  .pb-sm-22 {
    padding-bottom: 11rem !important;
  }
  .pb-sm-23 {
    padding-bottom: 11.5rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 12.5rem !important;
  }
  .pb-sm-26 {
    padding-bottom: 13rem !important;
  }
  .pb-sm-27 {
    padding-bottom: 13.5rem !important;
  }
  .pb-sm-28 {
    padding-bottom: 14rem !important;
  }
  .pb-sm-29 {
    padding-bottom: 14.5rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-31 {
    padding-bottom: 15.5rem !important;
  }
  .pb-sm-32 {
    padding-bottom: 16rem !important;
  }
  .pb-sm-33 {
    padding-bottom: 16.5rem !important;
  }
  .pb-sm-34 {
    padding-bottom: 17rem !important;
  }
  .pb-sm-35 {
    padding-bottom: 17.5rem !important;
  }
  .pb-sm-36 {
    padding-bottom: 18rem !important;
  }
  .pb-sm-37 {
    padding-bottom: 18.5rem !important;
  }
  .pb-sm-38 {
    padding-bottom: 19rem !important;
  }
  .pb-sm-39 {
    padding-bottom: 19.5rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 20rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-0_5 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-1_5 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-2 {
    padding-left: 1rem !important;
  }
  .ps-sm-2_ {
    padding-left: 1.25rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 2rem !important;
  }
  .ps-sm-5 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 3rem !important;
  }
  .ps-sm-7 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-8 {
    padding-left: 4rem !important;
  }
  .ps-sm-9 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 5rem !important;
  }
  .ps-sm-11 {
    padding-left: 5.5rem !important;
  }
  .ps-sm-12 {
    padding-left: 6rem !important;
  }
  .ps-sm-13 {
    padding-left: 6.5rem !important;
  }
  .ps-sm-14 {
    padding-left: 7rem !important;
  }
  .ps-sm-15 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-16 {
    padding-left: 8rem !important;
  }
  .ps-sm-17 {
    padding-left: 8.5rem !important;
  }
  .ps-sm-18 {
    padding-left: 9rem !important;
  }
  .ps-sm-19 {
    padding-left: 9.5rem !important;
  }
  .ps-sm-20 {
    padding-left: 10rem !important;
  }
  .ps-sm-21 {
    padding-left: 10.5rem !important;
  }
  .ps-sm-22 {
    padding-left: 11rem !important;
  }
  .ps-sm-23 {
    padding-left: 11.5rem !important;
  }
  .ps-sm-24 {
    padding-left: 12rem !important;
  }
  .ps-sm-25 {
    padding-left: 12.5rem !important;
  }
  .ps-sm-26 {
    padding-left: 13rem !important;
  }
  .ps-sm-27 {
    padding-left: 13.5rem !important;
  }
  .ps-sm-28 {
    padding-left: 14rem !important;
  }
  .ps-sm-29 {
    padding-left: 14.5rem !important;
  }
  .ps-sm-30 {
    padding-left: 15rem !important;
  }
  .ps-sm-31 {
    padding-left: 15.5rem !important;
  }
  .ps-sm-32 {
    padding-left: 16rem !important;
  }
  .ps-sm-33 {
    padding-left: 16.5rem !important;
  }
  .ps-sm-34 {
    padding-left: 17rem !important;
  }
  .ps-sm-35 {
    padding-left: 17.5rem !important;
  }
  .ps-sm-36 {
    padding-left: 18rem !important;
  }
  .ps-sm-37 {
    padding-left: 18.5rem !important;
  }
  .ps-sm-38 {
    padding-left: 19rem !important;
  }
  .ps-sm-39 {
    padding-left: 19.5rem !important;
  }
  .ps-sm-40 {
    padding-left: 20rem !important;
  }
  .fw-sm-light {
    font-weight: 300 !important;
  }
  .fw-sm-lighter {
    font-weight: lighter !important;
  }
  .fw-sm-normal {
    font-weight: 400 !important;
  }
  .fw-sm-bold {
    font-weight: 500 !important;
  }
  .fw-sm-bolder {
    font-weight: 700 !important;
  }
  .fw-sm-100 {
    font-weight: 100 !important;
  }
  .fw-sm-200 {
    font-weight: 200 !important;
  }
  .fw-sm-300 {
    font-weight: 300 !important;
  }
  .fw-sm-400 {
    font-weight: 400 !important;
  }
  .fw-sm-500 {
    font-weight: 500 !important;
  }
  .fw-sm-600 {
    font-weight: 600 !important;
  }
  .fw-sm-700 {
    font-weight: 700 !important;
  }
  .fw-sm-800 {
    font-weight: 800 !important;
  }
  .fw-sm-900 {
    font-weight: 900 !important;
  }
  .lh-sm-1 {
    line-height: 1 !important;
  }
  .lh-sm-sm {
    line-height: 1.25 !important;
  }
  .lh-sm-base {
    line-height: 1.5 !important;
  }
  .lh-sm-lg {
    line-height: 2 !important;
  }
  .lh-sm-10 {
    line-height: 0.625rem !important;
  }
  .lh-sm-11 {
    line-height: 0.6875rem !important;
  }
  .lh-sm-12 {
    line-height: 0.75rem !important;
  }
  .lh-sm-13 {
    line-height: 0.8125rem !important;
  }
  .lh-sm-14 {
    line-height: 0.875rem !important;
  }
  .lh-sm-15 {
    line-height: 0.9375rem !important;
  }
  .lh-sm-16 {
    line-height: 1rem !important;
  }
  .lh-sm-17 {
    line-height: 1.0625rem !important;
  }
  .lh-sm-18 {
    line-height: 1.125rem !important;
  }
  .lh-sm-19 {
    line-height: 1.1875rem !important;
  }
  .lh-sm-20 {
    line-height: 1.25rem !important;
  }
  .lh-sm-21 {
    line-height: 1.3125rem !important;
  }
  .lh-sm-22 {
    line-height: 1.375rem !important;
  }
  .lh-sm-23 {
    line-height: 1.4375rem !important;
  }
  .lh-sm-24 {
    line-height: 1.5rem !important;
  }
  .lh-sm-25 {
    line-height: 1.5625rem !important;
  }
  .lh-sm-26 {
    line-height: 1.625rem !important;
  }
  .lh-sm-27 {
    line-height: 1.6875rem !important;
  }
  .lh-sm-28 {
    line-height: 1.75rem !important;
  }
  .lh-sm-29 {
    line-height: 1.8125rem !important;
  }
  .lh-sm-30 {
    line-height: 1.875rem !important;
  }
  .lh-sm-31 {
    line-height: 1.9375rem !important;
  }
  .lh-sm-32 {
    line-height: 2rem !important;
  }
  .lh-sm-33 {
    line-height: 2.0625rem !important;
  }
  .lh-sm-34 {
    line-height: 2.125rem !important;
  }
  .lh-sm-35 {
    line-height: 2.1875rem !important;
  }
  .lh-sm-36 {
    line-height: 2.25rem !important;
  }
  .lh-sm-37 {
    line-height: 2.3125rem !important;
  }
  .lh-sm-38 {
    line-height: 2.375rem !important;
  }
  .lh-sm-39 {
    line-height: 2.4375rem !important;
  }
  .lh-sm-40 {
    line-height: 2.5rem !important;
  }
  .lh-sm-41 {
    line-height: 2.5625rem !important;
  }
  .lh-sm-42 {
    line-height: 2.625rem !important;
  }
  .lh-sm-43 {
    line-height: 2.6875rem !important;
  }
  .lh-sm-44 {
    line-height: 2.75rem !important;
  }
  .lh-sm-45 {
    line-height: 2.8125rem !important;
  }
  .lh-sm-46 {
    line-height: 2.875rem !important;
  }
  .lh-sm-47 {
    line-height: 2.9375rem !important;
  }
  .lh-sm-48 {
    line-height: 3rem !important;
  }
  .lh-sm-49 {
    line-height: 3.0625rem !important;
  }
  .lh-sm-50 {
    line-height: 3.125rem !important;
  }
  .lh-sm-51 {
    line-height: 3.1875rem !important;
  }
  .lh-sm-52 {
    line-height: 3.25rem !important;
  }
  .lh-sm-53 {
    line-height: 3.3125rem !important;
  }
  .lh-sm-54 {
    line-height: 3.375rem !important;
  }
  .lh-sm-55 {
    line-height: 3.4375rem !important;
  }
  .lh-sm-56 {
    line-height: 3.5rem !important;
  }
  .lh-sm-57 {
    line-height: 3.5625rem !important;
  }
  .lh-sm-58 {
    line-height: 3.625rem !important;
  }
  .lh-sm-59 {
    line-height: 3.6875rem !important;
  }
  .lh-sm-60 {
    line-height: 3.75rem !important;
  }
  .lh-sm-61 {
    line-height: 3.8125rem !important;
  }
  .lh-sm-62 {
    line-height: 3.875rem !important;
  }
  .lh-sm-63 {
    line-height: 3.9375rem !important;
  }
  .lh-sm-64 {
    line-height: 4rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .ls-sm-0 {
    letter-spacing: 0.0625rem !important;
  }
  .ls-sm-1 {
    letter-spacing: 0.0685rem !important;
  }
  .ls-sm-2 {
    letter-spacing: 0.075rem !important;
  }
  .ls-sm-3 {
    letter-spacing: 0.0815rem !important;
  }
  .ls-sm-4 {
    letter-spacing: 0.0875rem !important;
  }
  .ls-sm-5 {
    letter-spacing: 0.0935rem !important;
  }
  .ls-sm-6 {
    letter-spacing: 0.1rem !important;
  }
  .ls-sm-7 {
    letter-spacing: 0.1065rem !important;
  }
  .ls-sm-8 {
    letter-spacing: 0.1125rem !important;
  }
  .ls-sm-9 {
    letter-spacing: 0.1185rem !important;
  }
  .ls-sm-10 {
    letter-spacing: 0.625rem !important;
  }
  .ls-sm-11 {
    letter-spacing: 0.6875rem !important;
  }
  .ls-sm-12 {
    letter-spacing: 0.75rem !important;
  }
  .ls-sm-13 {
    letter-spacing: 0.8125rem !important;
  }
  .ls-sm-14 {
    letter-spacing: 0.875rem !important;
  }
  .ls-sm-15 {
    letter-spacing: 0.9375rem !important;
  }
  .ls-sm-16 {
    letter-spacing: 1rem !important;
  }
  .ls-sm-17 {
    letter-spacing: 1.0625rem !important;
  }
  .ls-sm-18 {
    letter-spacing: 1.125rem !important;
  }
  .ls-sm-19 {
    letter-spacing: 1.1875rem !important;
  }
  .ls-sm-20 {
    letter-spacing: 1.25rem !important;
  }
  .ls-sm-21 {
    letter-spacing: 1.3125rem !important;
  }
  .ls-sm-22 {
    letter-spacing: 1.375rem !important;
  }
  .ls-sm-23 {
    letter-spacing: 1.4375rem !important;
  }
  .ls-sm-24 {
    letter-spacing: 1.5rem !important;
  }
  .ls-sm-25 {
    letter-spacing: 1.5625rem !important;
  }
  .ls-sm-26 {
    letter-spacing: 1.625rem !important;
  }
  .ls-sm-27 {
    letter-spacing: 1.6875rem !important;
  }
  .ls-sm-28 {
    letter-spacing: 1.75rem !important;
  }
  .ls-sm-29 {
    letter-spacing: 1.8125rem !important;
  }
  .ls-sm-30 {
    letter-spacing: 1.875rem !important;
  }
  .ls-sm-31 {
    letter-spacing: 1.9375rem !important;
  }
  .ls-sm-32 {
    letter-spacing: 2rem !important;
  }
  .ls-sm-33 {
    letter-spacing: 2.0625rem !important;
  }
  .ls-sm-34 {
    letter-spacing: 2.125rem !important;
  }
  .ls-sm-35 {
    letter-spacing: 2.1875rem !important;
  }
  .ls-sm-36 {
    letter-spacing: 2.25rem !important;
  }
  .ls-sm-37 {
    letter-spacing: 2.3125rem !important;
  }
  .ls-sm-38 {
    letter-spacing: 2.375rem !important;
  }
  .ls-sm-39 {
    letter-spacing: 2.4375rem !important;
  }
  .ls-sm-40 {
    letter-spacing: 2.5rem !important;
  }
  .ls-sm-41 {
    letter-spacing: 2.5625rem !important;
  }
  .ls-sm-42 {
    letter-spacing: 2.625rem !important;
  }
  .ls-sm-43 {
    letter-spacing: 2.6875rem !important;
  }
  .ls-sm-44 {
    letter-spacing: 2.75rem !important;
  }
  .ls-sm-45 {
    letter-spacing: 2.8125rem !important;
  }
  .ls-sm-46 {
    letter-spacing: 2.875rem !important;
  }
  .ls-sm-47 {
    letter-spacing: 2.9375rem !important;
  }
  .ls-sm-48 {
    letter-spacing: 3rem !important;
  }
  .ls-sm-49 {
    letter-spacing: 3.0625rem !important;
  }
  .ls-sm-50 {
    letter-spacing: 3.125rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-0_5 {
    gap: 0.25rem !important;
  }
  .gap-md-1 {
    gap: 0.5rem !important;
  }
  .gap-md-1_5 {
    gap: 0.75rem !important;
  }
  .gap-md-2 {
    gap: 1rem !important;
  }
  .gap-md-2_ {
    gap: 1.25rem !important;
  }
  .gap-md-3 {
    gap: 1.5rem !important;
  }
  .gap-md-4 {
    gap: 2rem !important;
  }
  .gap-md-5 {
    gap: 2.5rem !important;
  }
  .gap-md-6 {
    gap: 3rem !important;
  }
  .gap-md-7 {
    gap: 3.5rem !important;
  }
  .gap-md-8 {
    gap: 4rem !important;
  }
  .gap-md-9 {
    gap: 4.5rem !important;
  }
  .gap-md-10 {
    gap: 5rem !important;
  }
  .gap-md-11 {
    gap: 5.5rem !important;
  }
  .gap-md-12 {
    gap: 6rem !important;
  }
  .gap-md-13 {
    gap: 6.5rem !important;
  }
  .gap-md-14 {
    gap: 7rem !important;
  }
  .gap-md-15 {
    gap: 7.5rem !important;
  }
  .gap-md-16 {
    gap: 8rem !important;
  }
  .gap-md-17 {
    gap: 8.5rem !important;
  }
  .gap-md-18 {
    gap: 9rem !important;
  }
  .gap-md-19 {
    gap: 9.5rem !important;
  }
  .gap-md-20 {
    gap: 10rem !important;
  }
  .gap-md-21 {
    gap: 10.5rem !important;
  }
  .gap-md-22 {
    gap: 11rem !important;
  }
  .gap-md-23 {
    gap: 11.5rem !important;
  }
  .gap-md-24 {
    gap: 12rem !important;
  }
  .gap-md-25 {
    gap: 12.5rem !important;
  }
  .gap-md-26 {
    gap: 13rem !important;
  }
  .gap-md-27 {
    gap: 13.5rem !important;
  }
  .gap-md-28 {
    gap: 14rem !important;
  }
  .gap-md-29 {
    gap: 14.5rem !important;
  }
  .gap-md-30 {
    gap: 15rem !important;
  }
  .gap-md-31 {
    gap: 15.5rem !important;
  }
  .gap-md-32 {
    gap: 16rem !important;
  }
  .gap-md-33 {
    gap: 16.5rem !important;
  }
  .gap-md-34 {
    gap: 17rem !important;
  }
  .gap-md-35 {
    gap: 17.5rem !important;
  }
  .gap-md-36 {
    gap: 18rem !important;
  }
  .gap-md-37 {
    gap: 18.5rem !important;
  }
  .gap-md-38 {
    gap: 19rem !important;
  }
  .gap-md-39 {
    gap: 19.5rem !important;
  }
  .gap-md-40 {
    gap: 20rem !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-0_5 {
    margin: 0.25rem !important;
  }
  .m-md-1 {
    margin: 0.5rem !important;
  }
  .m-md-1_5 {
    margin: 0.75rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .m-md-2_ {
    margin: 1.25rem !important;
  }
  .m-md-3 {
    margin: 1.5rem !important;
  }
  .m-md-4 {
    margin: 2rem !important;
  }
  .m-md-5 {
    margin: 2.5rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .m-md-7 {
    margin: 3.5rem !important;
  }
  .m-md-8 {
    margin: 4rem !important;
  }
  .m-md-9 {
    margin: 4.5rem !important;
  }
  .m-md-10 {
    margin: 5rem !important;
  }
  .m-md-11 {
    margin: 5.5rem !important;
  }
  .m-md-12 {
    margin: 6rem !important;
  }
  .m-md-13 {
    margin: 6.5rem !important;
  }
  .m-md-14 {
    margin: 7rem !important;
  }
  .m-md-15 {
    margin: 7.5rem !important;
  }
  .m-md-16 {
    margin: 8rem !important;
  }
  .m-md-17 {
    margin: 8.5rem !important;
  }
  .m-md-18 {
    margin: 9rem !important;
  }
  .m-md-19 {
    margin: 9.5rem !important;
  }
  .m-md-20 {
    margin: 10rem !important;
  }
  .m-md-21 {
    margin: 10.5rem !important;
  }
  .m-md-22 {
    margin: 11rem !important;
  }
  .m-md-23 {
    margin: 11.5rem !important;
  }
  .m-md-24 {
    margin: 12rem !important;
  }
  .m-md-25 {
    margin: 12.5rem !important;
  }
  .m-md-26 {
    margin: 13rem !important;
  }
  .m-md-27 {
    margin: 13.5rem !important;
  }
  .m-md-28 {
    margin: 14rem !important;
  }
  .m-md-29 {
    margin: 14.5rem !important;
  }
  .m-md-30 {
    margin: 15rem !important;
  }
  .m-md-31 {
    margin: 15.5rem !important;
  }
  .m-md-32 {
    margin: 16rem !important;
  }
  .m-md-33 {
    margin: 16.5rem !important;
  }
  .m-md-34 {
    margin: 17rem !important;
  }
  .m-md-35 {
    margin: 17.5rem !important;
  }
  .m-md-36 {
    margin: 18rem !important;
  }
  .m-md-37 {
    margin: 18.5rem !important;
  }
  .m-md-38 {
    margin: 19rem !important;
  }
  .m-md-39 {
    margin: 19.5rem !important;
  }
  .m-md-40 {
    margin: 20rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-0_5 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-1_5 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-2_ {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-9 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-11 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-12 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-13 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-md-14 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-15 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-16 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-17 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-md-18 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-19 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-md-20 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-21 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-md-22 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-md-23 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-md-24 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-25 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-md-26 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-md-27 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-md-28 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-md-29 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-md-30 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-31 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-md-32 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-md-33 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-md-34 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-md-35 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-md-36 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-md-37 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-md-38 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-md-39 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-md-40 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-0_5 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-1_5 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-2_ {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-13 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-md-14 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-17 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-md-18 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-19 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-md-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-21 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-md-22 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-md-23 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-md-24 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-25 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-md-26 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-md-27 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-md-28 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-md-29 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-md-30 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-31 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-md-32 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-md-33 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-md-34 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-md-35 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-md-36 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-md-37 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-md-38 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-md-39 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-md-40 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-0_5 {
    margin-top: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.5rem !important;
  }
  .mt-md-1_5 {
    margin-top: 0.75rem !important;
  }
  .mt-md-2 {
    margin-top: 1rem !important;
  }
  .mt-md-2_ {
    margin-top: 1.25rem !important;
  }
  .mt-md-3 {
    margin-top: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 2rem !important;
  }
  .mt-md-5 {
    margin-top: 2.5rem !important;
  }
  .mt-md-6 {
    margin-top: 3rem !important;
  }
  .mt-md-7 {
    margin-top: 3.5rem !important;
  }
  .mt-md-8 {
    margin-top: 4rem !important;
  }
  .mt-md-9 {
    margin-top: 4.5rem !important;
  }
  .mt-md-10 {
    margin-top: 5rem !important;
  }
  .mt-md-11 {
    margin-top: 5.5rem !important;
  }
  .mt-md-12 {
    margin-top: 6rem !important;
  }
  .mt-md-13 {
    margin-top: 6.5rem !important;
  }
  .mt-md-14 {
    margin-top: 7rem !important;
  }
  .mt-md-15 {
    margin-top: 7.5rem !important;
  }
  .mt-md-16 {
    margin-top: 8rem !important;
  }
  .mt-md-17 {
    margin-top: 8.5rem !important;
  }
  .mt-md-18 {
    margin-top: 9rem !important;
  }
  .mt-md-19 {
    margin-top: 9.5rem !important;
  }
  .mt-md-20 {
    margin-top: 10rem !important;
  }
  .mt-md-21 {
    margin-top: 10.5rem !important;
  }
  .mt-md-22 {
    margin-top: 11rem !important;
  }
  .mt-md-23 {
    margin-top: 11.5rem !important;
  }
  .mt-md-24 {
    margin-top: 12rem !important;
  }
  .mt-md-25 {
    margin-top: 12.5rem !important;
  }
  .mt-md-26 {
    margin-top: 13rem !important;
  }
  .mt-md-27 {
    margin-top: 13.5rem !important;
  }
  .mt-md-28 {
    margin-top: 14rem !important;
  }
  .mt-md-29 {
    margin-top: 14.5rem !important;
  }
  .mt-md-30 {
    margin-top: 15rem !important;
  }
  .mt-md-31 {
    margin-top: 15.5rem !important;
  }
  .mt-md-32 {
    margin-top: 16rem !important;
  }
  .mt-md-33 {
    margin-top: 16.5rem !important;
  }
  .mt-md-34 {
    margin-top: 17rem !important;
  }
  .mt-md-35 {
    margin-top: 17.5rem !important;
  }
  .mt-md-36 {
    margin-top: 18rem !important;
  }
  .mt-md-37 {
    margin-top: 18.5rem !important;
  }
  .mt-md-38 {
    margin-top: 19rem !important;
  }
  .mt-md-39 {
    margin-top: 19.5rem !important;
  }
  .mt-md-40 {
    margin-top: 20rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-0_5 {
    margin-right: 0.25rem !important;
  }
  .me-md-1 {
    margin-right: 0.5rem !important;
  }
  .me-md-1_5 {
    margin-right: 0.75rem !important;
  }
  .me-md-2 {
    margin-right: 1rem !important;
  }
  .me-md-2_ {
    margin-right: 1.25rem !important;
  }
  .me-md-3 {
    margin-right: 1.5rem !important;
  }
  .me-md-4 {
    margin-right: 2rem !important;
  }
  .me-md-5 {
    margin-right: 2.5rem !important;
  }
  .me-md-6 {
    margin-right: 3rem !important;
  }
  .me-md-7 {
    margin-right: 3.5rem !important;
  }
  .me-md-8 {
    margin-right: 4rem !important;
  }
  .me-md-9 {
    margin-right: 4.5rem !important;
  }
  .me-md-10 {
    margin-right: 5rem !important;
  }
  .me-md-11 {
    margin-right: 5.5rem !important;
  }
  .me-md-12 {
    margin-right: 6rem !important;
  }
  .me-md-13 {
    margin-right: 6.5rem !important;
  }
  .me-md-14 {
    margin-right: 7rem !important;
  }
  .me-md-15 {
    margin-right: 7.5rem !important;
  }
  .me-md-16 {
    margin-right: 8rem !important;
  }
  .me-md-17 {
    margin-right: 8.5rem !important;
  }
  .me-md-18 {
    margin-right: 9rem !important;
  }
  .me-md-19 {
    margin-right: 9.5rem !important;
  }
  .me-md-20 {
    margin-right: 10rem !important;
  }
  .me-md-21 {
    margin-right: 10.5rem !important;
  }
  .me-md-22 {
    margin-right: 11rem !important;
  }
  .me-md-23 {
    margin-right: 11.5rem !important;
  }
  .me-md-24 {
    margin-right: 12rem !important;
  }
  .me-md-25 {
    margin-right: 12.5rem !important;
  }
  .me-md-26 {
    margin-right: 13rem !important;
  }
  .me-md-27 {
    margin-right: 13.5rem !important;
  }
  .me-md-28 {
    margin-right: 14rem !important;
  }
  .me-md-29 {
    margin-right: 14.5rem !important;
  }
  .me-md-30 {
    margin-right: 15rem !important;
  }
  .me-md-31 {
    margin-right: 15.5rem !important;
  }
  .me-md-32 {
    margin-right: 16rem !important;
  }
  .me-md-33 {
    margin-right: 16.5rem !important;
  }
  .me-md-34 {
    margin-right: 17rem !important;
  }
  .me-md-35 {
    margin-right: 17.5rem !important;
  }
  .me-md-36 {
    margin-right: 18rem !important;
  }
  .me-md-37 {
    margin-right: 18.5rem !important;
  }
  .me-md-38 {
    margin-right: 19rem !important;
  }
  .me-md-39 {
    margin-right: 19.5rem !important;
  }
  .me-md-40 {
    margin-right: 20rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-0_5 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-1_5 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2_ {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3rem !important;
  }
  .mb-md-7 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 4rem !important;
  }
  .mb-md-9 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 5rem !important;
  }
  .mb-md-11 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-12 {
    margin-bottom: 6rem !important;
  }
  .mb-md-13 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-14 {
    margin-bottom: 7rem !important;
  }
  .mb-md-15 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-16 {
    margin-bottom: 8rem !important;
  }
  .mb-md-17 {
    margin-bottom: 8.5rem !important;
  }
  .mb-md-18 {
    margin-bottom: 9rem !important;
  }
  .mb-md-19 {
    margin-bottom: 9.5rem !important;
  }
  .mb-md-20 {
    margin-bottom: 10rem !important;
  }
  .mb-md-21 {
    margin-bottom: 10.5rem !important;
  }
  .mb-md-22 {
    margin-bottom: 11rem !important;
  }
  .mb-md-23 {
    margin-bottom: 11.5rem !important;
  }
  .mb-md-24 {
    margin-bottom: 12rem !important;
  }
  .mb-md-25 {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-26 {
    margin-bottom: 13rem !important;
  }
  .mb-md-27 {
    margin-bottom: 13.5rem !important;
  }
  .mb-md-28 {
    margin-bottom: 14rem !important;
  }
  .mb-md-29 {
    margin-bottom: 14.5rem !important;
  }
  .mb-md-30 {
    margin-bottom: 15rem !important;
  }
  .mb-md-31 {
    margin-bottom: 15.5rem !important;
  }
  .mb-md-32 {
    margin-bottom: 16rem !important;
  }
  .mb-md-33 {
    margin-bottom: 16.5rem !important;
  }
  .mb-md-34 {
    margin-bottom: 17rem !important;
  }
  .mb-md-35 {
    margin-bottom: 17.5rem !important;
  }
  .mb-md-36 {
    margin-bottom: 18rem !important;
  }
  .mb-md-37 {
    margin-bottom: 18.5rem !important;
  }
  .mb-md-38 {
    margin-bottom: 19rem !important;
  }
  .mb-md-39 {
    margin-bottom: 19.5rem !important;
  }
  .mb-md-40 {
    margin-bottom: 20rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-0_5 {
    margin-left: 0.25rem !important;
  }
  .ms-md-1 {
    margin-left: 0.5rem !important;
  }
  .ms-md-1_5 {
    margin-left: 0.75rem !important;
  }
  .ms-md-2 {
    margin-left: 1rem !important;
  }
  .ms-md-2_ {
    margin-left: 1.25rem !important;
  }
  .ms-md-3 {
    margin-left: 1.5rem !important;
  }
  .ms-md-4 {
    margin-left: 2rem !important;
  }
  .ms-md-5 {
    margin-left: 2.5rem !important;
  }
  .ms-md-6 {
    margin-left: 3rem !important;
  }
  .ms-md-7 {
    margin-left: 3.5rem !important;
  }
  .ms-md-8 {
    margin-left: 4rem !important;
  }
  .ms-md-9 {
    margin-left: 4.5rem !important;
  }
  .ms-md-10 {
    margin-left: 5rem !important;
  }
  .ms-md-11 {
    margin-left: 5.5rem !important;
  }
  .ms-md-12 {
    margin-left: 6rem !important;
  }
  .ms-md-13 {
    margin-left: 6.5rem !important;
  }
  .ms-md-14 {
    margin-left: 7rem !important;
  }
  .ms-md-15 {
    margin-left: 7.5rem !important;
  }
  .ms-md-16 {
    margin-left: 8rem !important;
  }
  .ms-md-17 {
    margin-left: 8.5rem !important;
  }
  .ms-md-18 {
    margin-left: 9rem !important;
  }
  .ms-md-19 {
    margin-left: 9.5rem !important;
  }
  .ms-md-20 {
    margin-left: 10rem !important;
  }
  .ms-md-21 {
    margin-left: 10.5rem !important;
  }
  .ms-md-22 {
    margin-left: 11rem !important;
  }
  .ms-md-23 {
    margin-left: 11.5rem !important;
  }
  .ms-md-24 {
    margin-left: 12rem !important;
  }
  .ms-md-25 {
    margin-left: 12.5rem !important;
  }
  .ms-md-26 {
    margin-left: 13rem !important;
  }
  .ms-md-27 {
    margin-left: 13.5rem !important;
  }
  .ms-md-28 {
    margin-left: 14rem !important;
  }
  .ms-md-29 {
    margin-left: 14.5rem !important;
  }
  .ms-md-30 {
    margin-left: 15rem !important;
  }
  .ms-md-31 {
    margin-left: 15.5rem !important;
  }
  .ms-md-32 {
    margin-left: 16rem !important;
  }
  .ms-md-33 {
    margin-left: 16.5rem !important;
  }
  .ms-md-34 {
    margin-left: 17rem !important;
  }
  .ms-md-35 {
    margin-left: 17.5rem !important;
  }
  .ms-md-36 {
    margin-left: 18rem !important;
  }
  .ms-md-37 {
    margin-left: 18.5rem !important;
  }
  .ms-md-38 {
    margin-left: 19rem !important;
  }
  .ms-md-39 {
    margin-left: 19.5rem !important;
  }
  .ms-md-40 {
    margin-left: 20rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.5rem !important;
  }
  .m-md-n1_5 {
    margin: -0.75rem !important;
  }
  .m-md-n2 {
    margin: -1rem !important;
  }
  .m-md-n2_ {
    margin: -1.25rem !important;
  }
  .m-md-n3 {
    margin: -1.5rem !important;
  }
  .m-md-n4 {
    margin: -2rem !important;
  }
  .m-md-n5 {
    margin: -2.5rem !important;
  }
  .m-md-n6 {
    margin: -3rem !important;
  }
  .m-md-n7 {
    margin: -3.5rem !important;
  }
  .m-md-n8 {
    margin: -4rem !important;
  }
  .m-md-n9 {
    margin: -4.5rem !important;
  }
  .m-md-n10 {
    margin: -5rem !important;
  }
  .m-md-n11 {
    margin: -5.5rem !important;
  }
  .m-md-n12 {
    margin: -6rem !important;
  }
  .m-md-n13 {
    margin: -6.5rem !important;
  }
  .m-md-n14 {
    margin: -7rem !important;
  }
  .m-md-n15 {
    margin: -7.5rem !important;
  }
  .m-md-n16 {
    margin: -8rem !important;
  }
  .m-md-n17 {
    margin: -8.5rem !important;
  }
  .m-md-n18 {
    margin: -9rem !important;
  }
  .m-md-n19 {
    margin: -9.5rem !important;
  }
  .m-md-n20 {
    margin: -10rem !important;
  }
  .m-md-n21 {
    margin: -10.5rem !important;
  }
  .m-md-n22 {
    margin: -11rem !important;
  }
  .m-md-n23 {
    margin: -11.5rem !important;
  }
  .m-md-n24 {
    margin: -12rem !important;
  }
  .m-md-n25 {
    margin: -12.5rem !important;
  }
  .m-md-n26 {
    margin: -13rem !important;
  }
  .m-md-n27 {
    margin: -13.5rem !important;
  }
  .m-md-n28 {
    margin: -14rem !important;
  }
  .m-md-n29 {
    margin: -14.5rem !important;
  }
  .m-md-n30 {
    margin: -15rem !important;
  }
  .m-md-n31 {
    margin: -15.5rem !important;
  }
  .m-md-n32 {
    margin: -16rem !important;
  }
  .m-md-n33 {
    margin: -16.5rem !important;
  }
  .m-md-n34 {
    margin: -17rem !important;
  }
  .m-md-n35 {
    margin: -17.5rem !important;
  }
  .m-md-n36 {
    margin: -18rem !important;
  }
  .m-md-n37 {
    margin: -18.5rem !important;
  }
  .m-md-n38 {
    margin: -19rem !important;
  }
  .m-md-n39 {
    margin: -19.5rem !important;
  }
  .m-md-n40 {
    margin: -20rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n1_5 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-md-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n2_ {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n9 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n10 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n11 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-md-n12 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n13 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-md-n14 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-md-n15 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-md-n16 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n17 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-md-n18 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-md-n19 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-md-n20 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n21 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-md-n22 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-md-n23 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-md-n24 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-md-n25 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-md-n26 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-md-n27 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-md-n28 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-md-n29 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-md-n30 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-md-n31 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }
  .mx-md-n32 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-md-n33 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }
  .mx-md-n34 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-md-n35 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-md-n36 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-md-n37 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  .mx-md-n38 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-md-n39 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }
  .mx-md-n40 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-md-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n1_5 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-md-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n2_ {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n10 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n11 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-md-n12 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n13 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-md-n14 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-md-n15 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-md-n16 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n17 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-md-n18 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-md-n19 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-md-n20 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n21 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-md-n22 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-md-n23 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-md-n24 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-md-n25 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-md-n26 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-md-n27 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-md-n28 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-md-n29 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-md-n30 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-md-n31 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }
  .my-md-n32 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-md-n33 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }
  .my-md-n34 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-md-n35 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-md-n36 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-md-n37 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  .my-md-n38 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-md-n39 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }
  .my-md-n40 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n1_5 {
    margin-top: -0.75rem !important;
  }
  .mt-md-n2 {
    margin-top: -1rem !important;
  }
  .mt-md-n2_ {
    margin-top: -1.25rem !important;
  }
  .mt-md-n3 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n4 {
    margin-top: -2rem !important;
  }
  .mt-md-n5 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n6 {
    margin-top: -3rem !important;
  }
  .mt-md-n7 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n8 {
    margin-top: -4rem !important;
  }
  .mt-md-n9 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n10 {
    margin-top: -5rem !important;
  }
  .mt-md-n11 {
    margin-top: -5.5rem !important;
  }
  .mt-md-n12 {
    margin-top: -6rem !important;
  }
  .mt-md-n13 {
    margin-top: -6.5rem !important;
  }
  .mt-md-n14 {
    margin-top: -7rem !important;
  }
  .mt-md-n15 {
    margin-top: -7.5rem !important;
  }
  .mt-md-n16 {
    margin-top: -8rem !important;
  }
  .mt-md-n17 {
    margin-top: -8.5rem !important;
  }
  .mt-md-n18 {
    margin-top: -9rem !important;
  }
  .mt-md-n19 {
    margin-top: -9.5rem !important;
  }
  .mt-md-n20 {
    margin-top: -10rem !important;
  }
  .mt-md-n21 {
    margin-top: -10.5rem !important;
  }
  .mt-md-n22 {
    margin-top: -11rem !important;
  }
  .mt-md-n23 {
    margin-top: -11.5rem !important;
  }
  .mt-md-n24 {
    margin-top: -12rem !important;
  }
  .mt-md-n25 {
    margin-top: -12.5rem !important;
  }
  .mt-md-n26 {
    margin-top: -13rem !important;
  }
  .mt-md-n27 {
    margin-top: -13.5rem !important;
  }
  .mt-md-n28 {
    margin-top: -14rem !important;
  }
  .mt-md-n29 {
    margin-top: -14.5rem !important;
  }
  .mt-md-n30 {
    margin-top: -15rem !important;
  }
  .mt-md-n31 {
    margin-top: -15.5rem !important;
  }
  .mt-md-n32 {
    margin-top: -16rem !important;
  }
  .mt-md-n33 {
    margin-top: -16.5rem !important;
  }
  .mt-md-n34 {
    margin-top: -17rem !important;
  }
  .mt-md-n35 {
    margin-top: -17.5rem !important;
  }
  .mt-md-n36 {
    margin-top: -18rem !important;
  }
  .mt-md-n37 {
    margin-top: -18.5rem !important;
  }
  .mt-md-n38 {
    margin-top: -19rem !important;
  }
  .mt-md-n39 {
    margin-top: -19.5rem !important;
  }
  .mt-md-n40 {
    margin-top: -20rem !important;
  }
  .me-md-n1 {
    margin-right: -0.5rem !important;
  }
  .me-md-n1_5 {
    margin-right: -0.75rem !important;
  }
  .me-md-n2 {
    margin-right: -1rem !important;
  }
  .me-md-n2_ {
    margin-right: -1.25rem !important;
  }
  .me-md-n3 {
    margin-right: -1.5rem !important;
  }
  .me-md-n4 {
    margin-right: -2rem !important;
  }
  .me-md-n5 {
    margin-right: -2.5rem !important;
  }
  .me-md-n6 {
    margin-right: -3rem !important;
  }
  .me-md-n7 {
    margin-right: -3.5rem !important;
  }
  .me-md-n8 {
    margin-right: -4rem !important;
  }
  .me-md-n9 {
    margin-right: -4.5rem !important;
  }
  .me-md-n10 {
    margin-right: -5rem !important;
  }
  .me-md-n11 {
    margin-right: -5.5rem !important;
  }
  .me-md-n12 {
    margin-right: -6rem !important;
  }
  .me-md-n13 {
    margin-right: -6.5rem !important;
  }
  .me-md-n14 {
    margin-right: -7rem !important;
  }
  .me-md-n15 {
    margin-right: -7.5rem !important;
  }
  .me-md-n16 {
    margin-right: -8rem !important;
  }
  .me-md-n17 {
    margin-right: -8.5rem !important;
  }
  .me-md-n18 {
    margin-right: -9rem !important;
  }
  .me-md-n19 {
    margin-right: -9.5rem !important;
  }
  .me-md-n20 {
    margin-right: -10rem !important;
  }
  .me-md-n21 {
    margin-right: -10.5rem !important;
  }
  .me-md-n22 {
    margin-right: -11rem !important;
  }
  .me-md-n23 {
    margin-right: -11.5rem !important;
  }
  .me-md-n24 {
    margin-right: -12rem !important;
  }
  .me-md-n25 {
    margin-right: -12.5rem !important;
  }
  .me-md-n26 {
    margin-right: -13rem !important;
  }
  .me-md-n27 {
    margin-right: -13.5rem !important;
  }
  .me-md-n28 {
    margin-right: -14rem !important;
  }
  .me-md-n29 {
    margin-right: -14.5rem !important;
  }
  .me-md-n30 {
    margin-right: -15rem !important;
  }
  .me-md-n31 {
    margin-right: -15.5rem !important;
  }
  .me-md-n32 {
    margin-right: -16rem !important;
  }
  .me-md-n33 {
    margin-right: -16.5rem !important;
  }
  .me-md-n34 {
    margin-right: -17rem !important;
  }
  .me-md-n35 {
    margin-right: -17.5rem !important;
  }
  .me-md-n36 {
    margin-right: -18rem !important;
  }
  .me-md-n37 {
    margin-right: -18.5rem !important;
  }
  .me-md-n38 {
    margin-right: -19rem !important;
  }
  .me-md-n39 {
    margin-right: -19.5rem !important;
  }
  .me-md-n40 {
    margin-right: -20rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n1_5 {
    margin-bottom: -0.75rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n2_ {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -5.5rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -6.5rem !important;
  }
  .mb-md-n14 {
    margin-bottom: -7rem !important;
  }
  .mb-md-n15 {
    margin-bottom: -7.5rem !important;
  }
  .mb-md-n16 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n17 {
    margin-bottom: -8.5rem !important;
  }
  .mb-md-n18 {
    margin-bottom: -9rem !important;
  }
  .mb-md-n19 {
    margin-bottom: -9.5rem !important;
  }
  .mb-md-n20 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n21 {
    margin-bottom: -10.5rem !important;
  }
  .mb-md-n22 {
    margin-bottom: -11rem !important;
  }
  .mb-md-n23 {
    margin-bottom: -11.5rem !important;
  }
  .mb-md-n24 {
    margin-bottom: -12rem !important;
  }
  .mb-md-n25 {
    margin-bottom: -12.5rem !important;
  }
  .mb-md-n26 {
    margin-bottom: -13rem !important;
  }
  .mb-md-n27 {
    margin-bottom: -13.5rem !important;
  }
  .mb-md-n28 {
    margin-bottom: -14rem !important;
  }
  .mb-md-n29 {
    margin-bottom: -14.5rem !important;
  }
  .mb-md-n30 {
    margin-bottom: -15rem !important;
  }
  .mb-md-n31 {
    margin-bottom: -15.5rem !important;
  }
  .mb-md-n32 {
    margin-bottom: -16rem !important;
  }
  .mb-md-n33 {
    margin-bottom: -16.5rem !important;
  }
  .mb-md-n34 {
    margin-bottom: -17rem !important;
  }
  .mb-md-n35 {
    margin-bottom: -17.5rem !important;
  }
  .mb-md-n36 {
    margin-bottom: -18rem !important;
  }
  .mb-md-n37 {
    margin-bottom: -18.5rem !important;
  }
  .mb-md-n38 {
    margin-bottom: -19rem !important;
  }
  .mb-md-n39 {
    margin-bottom: -19.5rem !important;
  }
  .mb-md-n40 {
    margin-bottom: -20rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n1_5 {
    margin-left: -0.75rem !important;
  }
  .ms-md-n2 {
    margin-left: -1rem !important;
  }
  .ms-md-n2_ {
    margin-left: -1.25rem !important;
  }
  .ms-md-n3 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n4 {
    margin-left: -2rem !important;
  }
  .ms-md-n5 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n6 {
    margin-left: -3rem !important;
  }
  .ms-md-n7 {
    margin-left: -3.5rem !important;
  }
  .ms-md-n8 {
    margin-left: -4rem !important;
  }
  .ms-md-n9 {
    margin-left: -4.5rem !important;
  }
  .ms-md-n10 {
    margin-left: -5rem !important;
  }
  .ms-md-n11 {
    margin-left: -5.5rem !important;
  }
  .ms-md-n12 {
    margin-left: -6rem !important;
  }
  .ms-md-n13 {
    margin-left: -6.5rem !important;
  }
  .ms-md-n14 {
    margin-left: -7rem !important;
  }
  .ms-md-n15 {
    margin-left: -7.5rem !important;
  }
  .ms-md-n16 {
    margin-left: -8rem !important;
  }
  .ms-md-n17 {
    margin-left: -8.5rem !important;
  }
  .ms-md-n18 {
    margin-left: -9rem !important;
  }
  .ms-md-n19 {
    margin-left: -9.5rem !important;
  }
  .ms-md-n20 {
    margin-left: -10rem !important;
  }
  .ms-md-n21 {
    margin-left: -10.5rem !important;
  }
  .ms-md-n22 {
    margin-left: -11rem !important;
  }
  .ms-md-n23 {
    margin-left: -11.5rem !important;
  }
  .ms-md-n24 {
    margin-left: -12rem !important;
  }
  .ms-md-n25 {
    margin-left: -12.5rem !important;
  }
  .ms-md-n26 {
    margin-left: -13rem !important;
  }
  .ms-md-n27 {
    margin-left: -13.5rem !important;
  }
  .ms-md-n28 {
    margin-left: -14rem !important;
  }
  .ms-md-n29 {
    margin-left: -14.5rem !important;
  }
  .ms-md-n30 {
    margin-left: -15rem !important;
  }
  .ms-md-n31 {
    margin-left: -15.5rem !important;
  }
  .ms-md-n32 {
    margin-left: -16rem !important;
  }
  .ms-md-n33 {
    margin-left: -16.5rem !important;
  }
  .ms-md-n34 {
    margin-left: -17rem !important;
  }
  .ms-md-n35 {
    margin-left: -17.5rem !important;
  }
  .ms-md-n36 {
    margin-left: -18rem !important;
  }
  .ms-md-n37 {
    margin-left: -18.5rem !important;
  }
  .ms-md-n38 {
    margin-left: -19rem !important;
  }
  .ms-md-n39 {
    margin-left: -19.5rem !important;
  }
  .ms-md-n40 {
    margin-left: -20rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-0_5 {
    padding: 0.25rem !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .p-md-1_5 {
    padding: 0.75rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .p-md-2_ {
    padding: 1.25rem !important;
  }
  .p-md-3 {
    padding: 1.5rem !important;
  }
  .p-md-4 {
    padding: 2rem !important;
  }
  .p-md-5 {
    padding: 2.5rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .p-md-7 {
    padding: 3.5rem !important;
  }
  .p-md-8 {
    padding: 4rem !important;
  }
  .p-md-9 {
    padding: 4.5rem !important;
  }
  .p-md-10 {
    padding: 5rem !important;
  }
  .p-md-11 {
    padding: 5.5rem !important;
  }
  .p-md-12 {
    padding: 6rem !important;
  }
  .p-md-13 {
    padding: 6.5rem !important;
  }
  .p-md-14 {
    padding: 7rem !important;
  }
  .p-md-15 {
    padding: 7.5rem !important;
  }
  .p-md-16 {
    padding: 8rem !important;
  }
  .p-md-17 {
    padding: 8.5rem !important;
  }
  .p-md-18 {
    padding: 9rem !important;
  }
  .p-md-19 {
    padding: 9.5rem !important;
  }
  .p-md-20 {
    padding: 10rem !important;
  }
  .p-md-21 {
    padding: 10.5rem !important;
  }
  .p-md-22 {
    padding: 11rem !important;
  }
  .p-md-23 {
    padding: 11.5rem !important;
  }
  .p-md-24 {
    padding: 12rem !important;
  }
  .p-md-25 {
    padding: 12.5rem !important;
  }
  .p-md-26 {
    padding: 13rem !important;
  }
  .p-md-27 {
    padding: 13.5rem !important;
  }
  .p-md-28 {
    padding: 14rem !important;
  }
  .p-md-29 {
    padding: 14.5rem !important;
  }
  .p-md-30 {
    padding: 15rem !important;
  }
  .p-md-31 {
    padding: 15.5rem !important;
  }
  .p-md-32 {
    padding: 16rem !important;
  }
  .p-md-33 {
    padding: 16.5rem !important;
  }
  .p-md-34 {
    padding: 17rem !important;
  }
  .p-md-35 {
    padding: 17.5rem !important;
  }
  .p-md-36 {
    padding: 18rem !important;
  }
  .p-md-37 {
    padding: 18.5rem !important;
  }
  .p-md-38 {
    padding: 19rem !important;
  }
  .p-md-39 {
    padding: 19.5rem !important;
  }
  .p-md-40 {
    padding: 20rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-0_5 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-1_5 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-2_ {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-11 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-12 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-13 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-md-14 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-15 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-16 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-17 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-md-18 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-19 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-md-20 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-21 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-md-22 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-md-23 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-md-24 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-25 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-md-26 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-md-27 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-md-28 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-md-29 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-md-30 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-31 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-md-32 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-md-33 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-md-34 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-md-35 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-md-36 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-md-37 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-md-38 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-md-39 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-md-40 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-0_5 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-1_5 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-2_ {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-13 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-md-14 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-16 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-17 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-md-18 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-19 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-md-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-21 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-md-22 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-md-23 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-md-24 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-25 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-md-26 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-md-27 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-md-28 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-md-29 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-md-30 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-31 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-md-32 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-md-33 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-md-34 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-md-35 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-md-36 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-md-37 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-md-38 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-md-39 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-md-40 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-0_5 {
    padding-top: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.5rem !important;
  }
  .pt-md-1_5 {
    padding-top: 0.75rem !important;
  }
  .pt-md-2 {
    padding-top: 1rem !important;
  }
  .pt-md-2_ {
    padding-top: 1.25rem !important;
  }
  .pt-md-3 {
    padding-top: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 2rem !important;
  }
  .pt-md-5 {
    padding-top: 2.5rem !important;
  }
  .pt-md-6 {
    padding-top: 3rem !important;
  }
  .pt-md-7 {
    padding-top: 3.5rem !important;
  }
  .pt-md-8 {
    padding-top: 4rem !important;
  }
  .pt-md-9 {
    padding-top: 4.5rem !important;
  }
  .pt-md-10 {
    padding-top: 5rem !important;
  }
  .pt-md-11 {
    padding-top: 5.5rem !important;
  }
  .pt-md-12 {
    padding-top: 6rem !important;
  }
  .pt-md-13 {
    padding-top: 6.5rem !important;
  }
  .pt-md-14 {
    padding-top: 7rem !important;
  }
  .pt-md-15 {
    padding-top: 7.5rem !important;
  }
  .pt-md-16 {
    padding-top: 8rem !important;
  }
  .pt-md-17 {
    padding-top: 8.5rem !important;
  }
  .pt-md-18 {
    padding-top: 9rem !important;
  }
  .pt-md-19 {
    padding-top: 9.5rem !important;
  }
  .pt-md-20 {
    padding-top: 10rem !important;
  }
  .pt-md-21 {
    padding-top: 10.5rem !important;
  }
  .pt-md-22 {
    padding-top: 11rem !important;
  }
  .pt-md-23 {
    padding-top: 11.5rem !important;
  }
  .pt-md-24 {
    padding-top: 12rem !important;
  }
  .pt-md-25 {
    padding-top: 12.5rem !important;
  }
  .pt-md-26 {
    padding-top: 13rem !important;
  }
  .pt-md-27 {
    padding-top: 13.5rem !important;
  }
  .pt-md-28 {
    padding-top: 14rem !important;
  }
  .pt-md-29 {
    padding-top: 14.5rem !important;
  }
  .pt-md-30 {
    padding-top: 15rem !important;
  }
  .pt-md-31 {
    padding-top: 15.5rem !important;
  }
  .pt-md-32 {
    padding-top: 16rem !important;
  }
  .pt-md-33 {
    padding-top: 16.5rem !important;
  }
  .pt-md-34 {
    padding-top: 17rem !important;
  }
  .pt-md-35 {
    padding-top: 17.5rem !important;
  }
  .pt-md-36 {
    padding-top: 18rem !important;
  }
  .pt-md-37 {
    padding-top: 18.5rem !important;
  }
  .pt-md-38 {
    padding-top: 19rem !important;
  }
  .pt-md-39 {
    padding-top: 19.5rem !important;
  }
  .pt-md-40 {
    padding-top: 20rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-0_5 {
    padding-right: 0.25rem !important;
  }
  .pe-md-1 {
    padding-right: 0.5rem !important;
  }
  .pe-md-1_5 {
    padding-right: 0.75rem !important;
  }
  .pe-md-2 {
    padding-right: 1rem !important;
  }
  .pe-md-2_ {
    padding-right: 1.25rem !important;
  }
  .pe-md-3 {
    padding-right: 1.5rem !important;
  }
  .pe-md-4 {
    padding-right: 2rem !important;
  }
  .pe-md-5 {
    padding-right: 2.5rem !important;
  }
  .pe-md-6 {
    padding-right: 3rem !important;
  }
  .pe-md-7 {
    padding-right: 3.5rem !important;
  }
  .pe-md-8 {
    padding-right: 4rem !important;
  }
  .pe-md-9 {
    padding-right: 4.5rem !important;
  }
  .pe-md-10 {
    padding-right: 5rem !important;
  }
  .pe-md-11 {
    padding-right: 5.5rem !important;
  }
  .pe-md-12 {
    padding-right: 6rem !important;
  }
  .pe-md-13 {
    padding-right: 6.5rem !important;
  }
  .pe-md-14 {
    padding-right: 7rem !important;
  }
  .pe-md-15 {
    padding-right: 7.5rem !important;
  }
  .pe-md-16 {
    padding-right: 8rem !important;
  }
  .pe-md-17 {
    padding-right: 8.5rem !important;
  }
  .pe-md-18 {
    padding-right: 9rem !important;
  }
  .pe-md-19 {
    padding-right: 9.5rem !important;
  }
  .pe-md-20 {
    padding-right: 10rem !important;
  }
  .pe-md-21 {
    padding-right: 10.5rem !important;
  }
  .pe-md-22 {
    padding-right: 11rem !important;
  }
  .pe-md-23 {
    padding-right: 11.5rem !important;
  }
  .pe-md-24 {
    padding-right: 12rem !important;
  }
  .pe-md-25 {
    padding-right: 12.5rem !important;
  }
  .pe-md-26 {
    padding-right: 13rem !important;
  }
  .pe-md-27 {
    padding-right: 13.5rem !important;
  }
  .pe-md-28 {
    padding-right: 14rem !important;
  }
  .pe-md-29 {
    padding-right: 14.5rem !important;
  }
  .pe-md-30 {
    padding-right: 15rem !important;
  }
  .pe-md-31 {
    padding-right: 15.5rem !important;
  }
  .pe-md-32 {
    padding-right: 16rem !important;
  }
  .pe-md-33 {
    padding-right: 16.5rem !important;
  }
  .pe-md-34 {
    padding-right: 17rem !important;
  }
  .pe-md-35 {
    padding-right: 17.5rem !important;
  }
  .pe-md-36 {
    padding-right: 18rem !important;
  }
  .pe-md-37 {
    padding-right: 18.5rem !important;
  }
  .pe-md-38 {
    padding-right: 19rem !important;
  }
  .pe-md-39 {
    padding-right: 19.5rem !important;
  }
  .pe-md-40 {
    padding-right: 20rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-0_5 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-1_5 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1rem !important;
  }
  .pb-md-2_ {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3rem !important;
  }
  .pb-md-7 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 4rem !important;
  }
  .pb-md-9 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 5rem !important;
  }
  .pb-md-11 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-12 {
    padding-bottom: 6rem !important;
  }
  .pb-md-13 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-14 {
    padding-bottom: 7rem !important;
  }
  .pb-md-15 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-16 {
    padding-bottom: 8rem !important;
  }
  .pb-md-17 {
    padding-bottom: 8.5rem !important;
  }
  .pb-md-18 {
    padding-bottom: 9rem !important;
  }
  .pb-md-19 {
    padding-bottom: 9.5rem !important;
  }
  .pb-md-20 {
    padding-bottom: 10rem !important;
  }
  .pb-md-21 {
    padding-bottom: 10.5rem !important;
  }
  .pb-md-22 {
    padding-bottom: 11rem !important;
  }
  .pb-md-23 {
    padding-bottom: 11.5rem !important;
  }
  .pb-md-24 {
    padding-bottom: 12rem !important;
  }
  .pb-md-25 {
    padding-bottom: 12.5rem !important;
  }
  .pb-md-26 {
    padding-bottom: 13rem !important;
  }
  .pb-md-27 {
    padding-bottom: 13.5rem !important;
  }
  .pb-md-28 {
    padding-bottom: 14rem !important;
  }
  .pb-md-29 {
    padding-bottom: 14.5rem !important;
  }
  .pb-md-30 {
    padding-bottom: 15rem !important;
  }
  .pb-md-31 {
    padding-bottom: 15.5rem !important;
  }
  .pb-md-32 {
    padding-bottom: 16rem !important;
  }
  .pb-md-33 {
    padding-bottom: 16.5rem !important;
  }
  .pb-md-34 {
    padding-bottom: 17rem !important;
  }
  .pb-md-35 {
    padding-bottom: 17.5rem !important;
  }
  .pb-md-36 {
    padding-bottom: 18rem !important;
  }
  .pb-md-37 {
    padding-bottom: 18.5rem !important;
  }
  .pb-md-38 {
    padding-bottom: 19rem !important;
  }
  .pb-md-39 {
    padding-bottom: 19.5rem !important;
  }
  .pb-md-40 {
    padding-bottom: 20rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-0_5 {
    padding-left: 0.25rem !important;
  }
  .ps-md-1 {
    padding-left: 0.5rem !important;
  }
  .ps-md-1_5 {
    padding-left: 0.75rem !important;
  }
  .ps-md-2 {
    padding-left: 1rem !important;
  }
  .ps-md-2_ {
    padding-left: 1.25rem !important;
  }
  .ps-md-3 {
    padding-left: 1.5rem !important;
  }
  .ps-md-4 {
    padding-left: 2rem !important;
  }
  .ps-md-5 {
    padding-left: 2.5rem !important;
  }
  .ps-md-6 {
    padding-left: 3rem !important;
  }
  .ps-md-7 {
    padding-left: 3.5rem !important;
  }
  .ps-md-8 {
    padding-left: 4rem !important;
  }
  .ps-md-9 {
    padding-left: 4.5rem !important;
  }
  .ps-md-10 {
    padding-left: 5rem !important;
  }
  .ps-md-11 {
    padding-left: 5.5rem !important;
  }
  .ps-md-12 {
    padding-left: 6rem !important;
  }
  .ps-md-13 {
    padding-left: 6.5rem !important;
  }
  .ps-md-14 {
    padding-left: 7rem !important;
  }
  .ps-md-15 {
    padding-left: 7.5rem !important;
  }
  .ps-md-16 {
    padding-left: 8rem !important;
  }
  .ps-md-17 {
    padding-left: 8.5rem !important;
  }
  .ps-md-18 {
    padding-left: 9rem !important;
  }
  .ps-md-19 {
    padding-left: 9.5rem !important;
  }
  .ps-md-20 {
    padding-left: 10rem !important;
  }
  .ps-md-21 {
    padding-left: 10.5rem !important;
  }
  .ps-md-22 {
    padding-left: 11rem !important;
  }
  .ps-md-23 {
    padding-left: 11.5rem !important;
  }
  .ps-md-24 {
    padding-left: 12rem !important;
  }
  .ps-md-25 {
    padding-left: 12.5rem !important;
  }
  .ps-md-26 {
    padding-left: 13rem !important;
  }
  .ps-md-27 {
    padding-left: 13.5rem !important;
  }
  .ps-md-28 {
    padding-left: 14rem !important;
  }
  .ps-md-29 {
    padding-left: 14.5rem !important;
  }
  .ps-md-30 {
    padding-left: 15rem !important;
  }
  .ps-md-31 {
    padding-left: 15.5rem !important;
  }
  .ps-md-32 {
    padding-left: 16rem !important;
  }
  .ps-md-33 {
    padding-left: 16.5rem !important;
  }
  .ps-md-34 {
    padding-left: 17rem !important;
  }
  .ps-md-35 {
    padding-left: 17.5rem !important;
  }
  .ps-md-36 {
    padding-left: 18rem !important;
  }
  .ps-md-37 {
    padding-left: 18.5rem !important;
  }
  .ps-md-38 {
    padding-left: 19rem !important;
  }
  .ps-md-39 {
    padding-left: 19.5rem !important;
  }
  .ps-md-40 {
    padding-left: 20rem !important;
  }
  .fw-md-light {
    font-weight: 300 !important;
  }
  .fw-md-lighter {
    font-weight: lighter !important;
  }
  .fw-md-normal {
    font-weight: 400 !important;
  }
  .fw-md-bold {
    font-weight: 500 !important;
  }
  .fw-md-bolder {
    font-weight: 700 !important;
  }
  .fw-md-100 {
    font-weight: 100 !important;
  }
  .fw-md-200 {
    font-weight: 200 !important;
  }
  .fw-md-300 {
    font-weight: 300 !important;
  }
  .fw-md-400 {
    font-weight: 400 !important;
  }
  .fw-md-500 {
    font-weight: 500 !important;
  }
  .fw-md-600 {
    font-weight: 600 !important;
  }
  .fw-md-700 {
    font-weight: 700 !important;
  }
  .fw-md-800 {
    font-weight: 800 !important;
  }
  .fw-md-900 {
    font-weight: 900 !important;
  }
  .lh-md-1 {
    line-height: 1 !important;
  }
  .lh-md-sm {
    line-height: 1.25 !important;
  }
  .lh-md-base {
    line-height: 1.5 !important;
  }
  .lh-md-lg {
    line-height: 2 !important;
  }
  .lh-md-10 {
    line-height: 0.625rem !important;
  }
  .lh-md-11 {
    line-height: 0.6875rem !important;
  }
  .lh-md-12 {
    line-height: 0.75rem !important;
  }
  .lh-md-13 {
    line-height: 0.8125rem !important;
  }
  .lh-md-14 {
    line-height: 0.875rem !important;
  }
  .lh-md-15 {
    line-height: 0.9375rem !important;
  }
  .lh-md-16 {
    line-height: 1rem !important;
  }
  .lh-md-17 {
    line-height: 1.0625rem !important;
  }
  .lh-md-18 {
    line-height: 1.125rem !important;
  }
  .lh-md-19 {
    line-height: 1.1875rem !important;
  }
  .lh-md-20 {
    line-height: 1.25rem !important;
  }
  .lh-md-21 {
    line-height: 1.3125rem !important;
  }
  .lh-md-22 {
    line-height: 1.375rem !important;
  }
  .lh-md-23 {
    line-height: 1.4375rem !important;
  }
  .lh-md-24 {
    line-height: 1.5rem !important;
  }
  .lh-md-25 {
    line-height: 1.5625rem !important;
  }
  .lh-md-26 {
    line-height: 1.625rem !important;
  }
  .lh-md-27 {
    line-height: 1.6875rem !important;
  }
  .lh-md-28 {
    line-height: 1.75rem !important;
  }
  .lh-md-29 {
    line-height: 1.8125rem !important;
  }
  .lh-md-30 {
    line-height: 1.875rem !important;
  }
  .lh-md-31 {
    line-height: 1.9375rem !important;
  }
  .lh-md-32 {
    line-height: 2rem !important;
  }
  .lh-md-33 {
    line-height: 2.0625rem !important;
  }
  .lh-md-34 {
    line-height: 2.125rem !important;
  }
  .lh-md-35 {
    line-height: 2.1875rem !important;
  }
  .lh-md-36 {
    line-height: 2.25rem !important;
  }
  .lh-md-37 {
    line-height: 2.3125rem !important;
  }
  .lh-md-38 {
    line-height: 2.375rem !important;
  }
  .lh-md-39 {
    line-height: 2.4375rem !important;
  }
  .lh-md-40 {
    line-height: 2.5rem !important;
  }
  .lh-md-41 {
    line-height: 2.5625rem !important;
  }
  .lh-md-42 {
    line-height: 2.625rem !important;
  }
  .lh-md-43 {
    line-height: 2.6875rem !important;
  }
  .lh-md-44 {
    line-height: 2.75rem !important;
  }
  .lh-md-45 {
    line-height: 2.8125rem !important;
  }
  .lh-md-46 {
    line-height: 2.875rem !important;
  }
  .lh-md-47 {
    line-height: 2.9375rem !important;
  }
  .lh-md-48 {
    line-height: 3rem !important;
  }
  .lh-md-49 {
    line-height: 3.0625rem !important;
  }
  .lh-md-50 {
    line-height: 3.125rem !important;
  }
  .lh-md-51 {
    line-height: 3.1875rem !important;
  }
  .lh-md-52 {
    line-height: 3.25rem !important;
  }
  .lh-md-53 {
    line-height: 3.3125rem !important;
  }
  .lh-md-54 {
    line-height: 3.375rem !important;
  }
  .lh-md-55 {
    line-height: 3.4375rem !important;
  }
  .lh-md-56 {
    line-height: 3.5rem !important;
  }
  .lh-md-57 {
    line-height: 3.5625rem !important;
  }
  .lh-md-58 {
    line-height: 3.625rem !important;
  }
  .lh-md-59 {
    line-height: 3.6875rem !important;
  }
  .lh-md-60 {
    line-height: 3.75rem !important;
  }
  .lh-md-61 {
    line-height: 3.8125rem !important;
  }
  .lh-md-62 {
    line-height: 3.875rem !important;
  }
  .lh-md-63 {
    line-height: 3.9375rem !important;
  }
  .lh-md-64 {
    line-height: 4rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .ls-md-0 {
    letter-spacing: 0.0625rem !important;
  }
  .ls-md-1 {
    letter-spacing: 0.0685rem !important;
  }
  .ls-md-2 {
    letter-spacing: 0.075rem !important;
  }
  .ls-md-3 {
    letter-spacing: 0.0815rem !important;
  }
  .ls-md-4 {
    letter-spacing: 0.0875rem !important;
  }
  .ls-md-5 {
    letter-spacing: 0.0935rem !important;
  }
  .ls-md-6 {
    letter-spacing: 0.1rem !important;
  }
  .ls-md-7 {
    letter-spacing: 0.1065rem !important;
  }
  .ls-md-8 {
    letter-spacing: 0.1125rem !important;
  }
  .ls-md-9 {
    letter-spacing: 0.1185rem !important;
  }
  .ls-md-10 {
    letter-spacing: 0.625rem !important;
  }
  .ls-md-11 {
    letter-spacing: 0.6875rem !important;
  }
  .ls-md-12 {
    letter-spacing: 0.75rem !important;
  }
  .ls-md-13 {
    letter-spacing: 0.8125rem !important;
  }
  .ls-md-14 {
    letter-spacing: 0.875rem !important;
  }
  .ls-md-15 {
    letter-spacing: 0.9375rem !important;
  }
  .ls-md-16 {
    letter-spacing: 1rem !important;
  }
  .ls-md-17 {
    letter-spacing: 1.0625rem !important;
  }
  .ls-md-18 {
    letter-spacing: 1.125rem !important;
  }
  .ls-md-19 {
    letter-spacing: 1.1875rem !important;
  }
  .ls-md-20 {
    letter-spacing: 1.25rem !important;
  }
  .ls-md-21 {
    letter-spacing: 1.3125rem !important;
  }
  .ls-md-22 {
    letter-spacing: 1.375rem !important;
  }
  .ls-md-23 {
    letter-spacing: 1.4375rem !important;
  }
  .ls-md-24 {
    letter-spacing: 1.5rem !important;
  }
  .ls-md-25 {
    letter-spacing: 1.5625rem !important;
  }
  .ls-md-26 {
    letter-spacing: 1.625rem !important;
  }
  .ls-md-27 {
    letter-spacing: 1.6875rem !important;
  }
  .ls-md-28 {
    letter-spacing: 1.75rem !important;
  }
  .ls-md-29 {
    letter-spacing: 1.8125rem !important;
  }
  .ls-md-30 {
    letter-spacing: 1.875rem !important;
  }
  .ls-md-31 {
    letter-spacing: 1.9375rem !important;
  }
  .ls-md-32 {
    letter-spacing: 2rem !important;
  }
  .ls-md-33 {
    letter-spacing: 2.0625rem !important;
  }
  .ls-md-34 {
    letter-spacing: 2.125rem !important;
  }
  .ls-md-35 {
    letter-spacing: 2.1875rem !important;
  }
  .ls-md-36 {
    letter-spacing: 2.25rem !important;
  }
  .ls-md-37 {
    letter-spacing: 2.3125rem !important;
  }
  .ls-md-38 {
    letter-spacing: 2.375rem !important;
  }
  .ls-md-39 {
    letter-spacing: 2.4375rem !important;
  }
  .ls-md-40 {
    letter-spacing: 2.5rem !important;
  }
  .ls-md-41 {
    letter-spacing: 2.5625rem !important;
  }
  .ls-md-42 {
    letter-spacing: 2.625rem !important;
  }
  .ls-md-43 {
    letter-spacing: 2.6875rem !important;
  }
  .ls-md-44 {
    letter-spacing: 2.75rem !important;
  }
  .ls-md-45 {
    letter-spacing: 2.8125rem !important;
  }
  .ls-md-46 {
    letter-spacing: 2.875rem !important;
  }
  .ls-md-47 {
    letter-spacing: 2.9375rem !important;
  }
  .ls-md-48 {
    letter-spacing: 3rem !important;
  }
  .ls-md-49 {
    letter-spacing: 3.0625rem !important;
  }
  .ls-md-50 {
    letter-spacing: 3.125rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-0_5 {
    gap: 0.25rem !important;
  }
  .gap-lg-1 {
    gap: 0.5rem !important;
  }
  .gap-lg-1_5 {
    gap: 0.75rem !important;
  }
  .gap-lg-2 {
    gap: 1rem !important;
  }
  .gap-lg-2_ {
    gap: 1.25rem !important;
  }
  .gap-lg-3 {
    gap: 1.5rem !important;
  }
  .gap-lg-4 {
    gap: 2rem !important;
  }
  .gap-lg-5 {
    gap: 2.5rem !important;
  }
  .gap-lg-6 {
    gap: 3rem !important;
  }
  .gap-lg-7 {
    gap: 3.5rem !important;
  }
  .gap-lg-8 {
    gap: 4rem !important;
  }
  .gap-lg-9 {
    gap: 4.5rem !important;
  }
  .gap-lg-10 {
    gap: 5rem !important;
  }
  .gap-lg-11 {
    gap: 5.5rem !important;
  }
  .gap-lg-12 {
    gap: 6rem !important;
  }
  .gap-lg-13 {
    gap: 6.5rem !important;
  }
  .gap-lg-14 {
    gap: 7rem !important;
  }
  .gap-lg-15 {
    gap: 7.5rem !important;
  }
  .gap-lg-16 {
    gap: 8rem !important;
  }
  .gap-lg-17 {
    gap: 8.5rem !important;
  }
  .gap-lg-18 {
    gap: 9rem !important;
  }
  .gap-lg-19 {
    gap: 9.5rem !important;
  }
  .gap-lg-20 {
    gap: 10rem !important;
  }
  .gap-lg-21 {
    gap: 10.5rem !important;
  }
  .gap-lg-22 {
    gap: 11rem !important;
  }
  .gap-lg-23 {
    gap: 11.5rem !important;
  }
  .gap-lg-24 {
    gap: 12rem !important;
  }
  .gap-lg-25 {
    gap: 12.5rem !important;
  }
  .gap-lg-26 {
    gap: 13rem !important;
  }
  .gap-lg-27 {
    gap: 13.5rem !important;
  }
  .gap-lg-28 {
    gap: 14rem !important;
  }
  .gap-lg-29 {
    gap: 14.5rem !important;
  }
  .gap-lg-30 {
    gap: 15rem !important;
  }
  .gap-lg-31 {
    gap: 15.5rem !important;
  }
  .gap-lg-32 {
    gap: 16rem !important;
  }
  .gap-lg-33 {
    gap: 16.5rem !important;
  }
  .gap-lg-34 {
    gap: 17rem !important;
  }
  .gap-lg-35 {
    gap: 17.5rem !important;
  }
  .gap-lg-36 {
    gap: 18rem !important;
  }
  .gap-lg-37 {
    gap: 18.5rem !important;
  }
  .gap-lg-38 {
    gap: 19rem !important;
  }
  .gap-lg-39 {
    gap: 19.5rem !important;
  }
  .gap-lg-40 {
    gap: 20rem !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-0_5 {
    margin: 0.25rem !important;
  }
  .m-lg-1 {
    margin: 0.5rem !important;
  }
  .m-lg-1_5 {
    margin: 0.75rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .m-lg-2_ {
    margin: 1.25rem !important;
  }
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 2rem !important;
  }
  .m-lg-5 {
    margin: 2.5rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .m-lg-7 {
    margin: 3.5rem !important;
  }
  .m-lg-8 {
    margin: 4rem !important;
  }
  .m-lg-9 {
    margin: 4.5rem !important;
  }
  .m-lg-10 {
    margin: 5rem !important;
  }
  .m-lg-11 {
    margin: 5.5rem !important;
  }
  .m-lg-12 {
    margin: 6rem !important;
  }
  .m-lg-13 {
    margin: 6.5rem !important;
  }
  .m-lg-14 {
    margin: 7rem !important;
  }
  .m-lg-15 {
    margin: 7.5rem !important;
  }
  .m-lg-16 {
    margin: 8rem !important;
  }
  .m-lg-17 {
    margin: 8.5rem !important;
  }
  .m-lg-18 {
    margin: 9rem !important;
  }
  .m-lg-19 {
    margin: 9.5rem !important;
  }
  .m-lg-20 {
    margin: 10rem !important;
  }
  .m-lg-21 {
    margin: 10.5rem !important;
  }
  .m-lg-22 {
    margin: 11rem !important;
  }
  .m-lg-23 {
    margin: 11.5rem !important;
  }
  .m-lg-24 {
    margin: 12rem !important;
  }
  .m-lg-25 {
    margin: 12.5rem !important;
  }
  .m-lg-26 {
    margin: 13rem !important;
  }
  .m-lg-27 {
    margin: 13.5rem !important;
  }
  .m-lg-28 {
    margin: 14rem !important;
  }
  .m-lg-29 {
    margin: 14.5rem !important;
  }
  .m-lg-30 {
    margin: 15rem !important;
  }
  .m-lg-31 {
    margin: 15.5rem !important;
  }
  .m-lg-32 {
    margin: 16rem !important;
  }
  .m-lg-33 {
    margin: 16.5rem !important;
  }
  .m-lg-34 {
    margin: 17rem !important;
  }
  .m-lg-35 {
    margin: 17.5rem !important;
  }
  .m-lg-36 {
    margin: 18rem !important;
  }
  .m-lg-37 {
    margin: 18.5rem !important;
  }
  .m-lg-38 {
    margin: 19rem !important;
  }
  .m-lg-39 {
    margin: 19.5rem !important;
  }
  .m-lg-40 {
    margin: 20rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-0_5 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-1_5 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-2_ {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-9 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-11 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-12 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-13 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-lg-14 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-15 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-16 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-17 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-lg-18 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-19 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-lg-20 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-21 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-lg-22 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-lg-23 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-lg-24 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-25 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-lg-26 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-lg-27 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-lg-28 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-lg-29 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-lg-30 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-31 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-lg-32 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-lg-33 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-lg-34 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-lg-35 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-lg-36 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-lg-37 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-lg-38 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-lg-39 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-lg-40 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-0_5 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-1_5 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-2_ {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-13 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-lg-14 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-17 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-lg-18 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-19 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-lg-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-21 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-lg-22 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-lg-23 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-lg-24 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-25 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-lg-26 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-lg-27 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-lg-28 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-lg-29 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-lg-30 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-31 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-lg-32 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-lg-33 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-lg-34 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-lg-35 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-lg-36 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-lg-37 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-lg-38 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-lg-39 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-lg-40 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-0_5 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-1_5 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-2 {
    margin-top: 1rem !important;
  }
  .mt-lg-2_ {
    margin-top: 1.25rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 2rem !important;
  }
  .mt-lg-5 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 3rem !important;
  }
  .mt-lg-7 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 4rem !important;
  }
  .mt-lg-9 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 5rem !important;
  }
  .mt-lg-11 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-12 {
    margin-top: 6rem !important;
  }
  .mt-lg-13 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-14 {
    margin-top: 7rem !important;
  }
  .mt-lg-15 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-16 {
    margin-top: 8rem !important;
  }
  .mt-lg-17 {
    margin-top: 8.5rem !important;
  }
  .mt-lg-18 {
    margin-top: 9rem !important;
  }
  .mt-lg-19 {
    margin-top: 9.5rem !important;
  }
  .mt-lg-20 {
    margin-top: 10rem !important;
  }
  .mt-lg-21 {
    margin-top: 10.5rem !important;
  }
  .mt-lg-22 {
    margin-top: 11rem !important;
  }
  .mt-lg-23 {
    margin-top: 11.5rem !important;
  }
  .mt-lg-24 {
    margin-top: 12rem !important;
  }
  .mt-lg-25 {
    margin-top: 12.5rem !important;
  }
  .mt-lg-26 {
    margin-top: 13rem !important;
  }
  .mt-lg-27 {
    margin-top: 13.5rem !important;
  }
  .mt-lg-28 {
    margin-top: 14rem !important;
  }
  .mt-lg-29 {
    margin-top: 14.5rem !important;
  }
  .mt-lg-30 {
    margin-top: 15rem !important;
  }
  .mt-lg-31 {
    margin-top: 15.5rem !important;
  }
  .mt-lg-32 {
    margin-top: 16rem !important;
  }
  .mt-lg-33 {
    margin-top: 16.5rem !important;
  }
  .mt-lg-34 {
    margin-top: 17rem !important;
  }
  .mt-lg-35 {
    margin-top: 17.5rem !important;
  }
  .mt-lg-36 {
    margin-top: 18rem !important;
  }
  .mt-lg-37 {
    margin-top: 18.5rem !important;
  }
  .mt-lg-38 {
    margin-top: 19rem !important;
  }
  .mt-lg-39 {
    margin-top: 19.5rem !important;
  }
  .mt-lg-40 {
    margin-top: 20rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-0_5 {
    margin-right: 0.25rem !important;
  }
  .me-lg-1 {
    margin-right: 0.5rem !important;
  }
  .me-lg-1_5 {
    margin-right: 0.75rem !important;
  }
  .me-lg-2 {
    margin-right: 1rem !important;
  }
  .me-lg-2_ {
    margin-right: 1.25rem !important;
  }
  .me-lg-3 {
    margin-right: 1.5rem !important;
  }
  .me-lg-4 {
    margin-right: 2rem !important;
  }
  .me-lg-5 {
    margin-right: 2.5rem !important;
  }
  .me-lg-6 {
    margin-right: 3rem !important;
  }
  .me-lg-7 {
    margin-right: 3.5rem !important;
  }
  .me-lg-8 {
    margin-right: 4rem !important;
  }
  .me-lg-9 {
    margin-right: 4.5rem !important;
  }
  .me-lg-10 {
    margin-right: 5rem !important;
  }
  .me-lg-11 {
    margin-right: 5.5rem !important;
  }
  .me-lg-12 {
    margin-right: 6rem !important;
  }
  .me-lg-13 {
    margin-right: 6.5rem !important;
  }
  .me-lg-14 {
    margin-right: 7rem !important;
  }
  .me-lg-15 {
    margin-right: 7.5rem !important;
  }
  .me-lg-16 {
    margin-right: 8rem !important;
  }
  .me-lg-17 {
    margin-right: 8.5rem !important;
  }
  .me-lg-18 {
    margin-right: 9rem !important;
  }
  .me-lg-19 {
    margin-right: 9.5rem !important;
  }
  .me-lg-20 {
    margin-right: 10rem !important;
  }
  .me-lg-21 {
    margin-right: 10.5rem !important;
  }
  .me-lg-22 {
    margin-right: 11rem !important;
  }
  .me-lg-23 {
    margin-right: 11.5rem !important;
  }
  .me-lg-24 {
    margin-right: 12rem !important;
  }
  .me-lg-25 {
    margin-right: 12.5rem !important;
  }
  .me-lg-26 {
    margin-right: 13rem !important;
  }
  .me-lg-27 {
    margin-right: 13.5rem !important;
  }
  .me-lg-28 {
    margin-right: 14rem !important;
  }
  .me-lg-29 {
    margin-right: 14.5rem !important;
  }
  .me-lg-30 {
    margin-right: 15rem !important;
  }
  .me-lg-31 {
    margin-right: 15.5rem !important;
  }
  .me-lg-32 {
    margin-right: 16rem !important;
  }
  .me-lg-33 {
    margin-right: 16.5rem !important;
  }
  .me-lg-34 {
    margin-right: 17rem !important;
  }
  .me-lg-35 {
    margin-right: 17.5rem !important;
  }
  .me-lg-36 {
    margin-right: 18rem !important;
  }
  .me-lg-37 {
    margin-right: 18.5rem !important;
  }
  .me-lg-38 {
    margin-right: 19rem !important;
  }
  .me-lg-39 {
    margin-right: 19.5rem !important;
  }
  .me-lg-40 {
    margin-right: 20rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-0_5 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-1_5 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-2_ {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-17 {
    margin-bottom: 8.5rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-19 {
    margin-bottom: 9.5rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-21 {
    margin-bottom: 10.5rem !important;
  }
  .mb-lg-22 {
    margin-bottom: 11rem !important;
  }
  .mb-lg-23 {
    margin-bottom: 11.5rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-26 {
    margin-bottom: 13rem !important;
  }
  .mb-lg-27 {
    margin-bottom: 13.5rem !important;
  }
  .mb-lg-28 {
    margin-bottom: 14rem !important;
  }
  .mb-lg-29 {
    margin-bottom: 14.5rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-31 {
    margin-bottom: 15.5rem !important;
  }
  .mb-lg-32 {
    margin-bottom: 16rem !important;
  }
  .mb-lg-33 {
    margin-bottom: 16.5rem !important;
  }
  .mb-lg-34 {
    margin-bottom: 17rem !important;
  }
  .mb-lg-35 {
    margin-bottom: 17.5rem !important;
  }
  .mb-lg-36 {
    margin-bottom: 18rem !important;
  }
  .mb-lg-37 {
    margin-bottom: 18.5rem !important;
  }
  .mb-lg-38 {
    margin-bottom: 19rem !important;
  }
  .mb-lg-39 {
    margin-bottom: 19.5rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-0_5 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-1_5 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-2 {
    margin-left: 1rem !important;
  }
  .ms-lg-2_ {
    margin-left: 1.25rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 2rem !important;
  }
  .ms-lg-5 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 3rem !important;
  }
  .ms-lg-7 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-8 {
    margin-left: 4rem !important;
  }
  .ms-lg-9 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 5rem !important;
  }
  .ms-lg-11 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-12 {
    margin-left: 6rem !important;
  }
  .ms-lg-13 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-14 {
    margin-left: 7rem !important;
  }
  .ms-lg-15 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-16 {
    margin-left: 8rem !important;
  }
  .ms-lg-17 {
    margin-left: 8.5rem !important;
  }
  .ms-lg-18 {
    margin-left: 9rem !important;
  }
  .ms-lg-19 {
    margin-left: 9.5rem !important;
  }
  .ms-lg-20 {
    margin-left: 10rem !important;
  }
  .ms-lg-21 {
    margin-left: 10.5rem !important;
  }
  .ms-lg-22 {
    margin-left: 11rem !important;
  }
  .ms-lg-23 {
    margin-left: 11.5rem !important;
  }
  .ms-lg-24 {
    margin-left: 12rem !important;
  }
  .ms-lg-25 {
    margin-left: 12.5rem !important;
  }
  .ms-lg-26 {
    margin-left: 13rem !important;
  }
  .ms-lg-27 {
    margin-left: 13.5rem !important;
  }
  .ms-lg-28 {
    margin-left: 14rem !important;
  }
  .ms-lg-29 {
    margin-left: 14.5rem !important;
  }
  .ms-lg-30 {
    margin-left: 15rem !important;
  }
  .ms-lg-31 {
    margin-left: 15.5rem !important;
  }
  .ms-lg-32 {
    margin-left: 16rem !important;
  }
  .ms-lg-33 {
    margin-left: 16.5rem !important;
  }
  .ms-lg-34 {
    margin-left: 17rem !important;
  }
  .ms-lg-35 {
    margin-left: 17.5rem !important;
  }
  .ms-lg-36 {
    margin-left: 18rem !important;
  }
  .ms-lg-37 {
    margin-left: 18.5rem !important;
  }
  .ms-lg-38 {
    margin-left: 19rem !important;
  }
  .ms-lg-39 {
    margin-left: 19.5rem !important;
  }
  .ms-lg-40 {
    margin-left: 20rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.5rem !important;
  }
  .m-lg-n1_5 {
    margin: -0.75rem !important;
  }
  .m-lg-n2 {
    margin: -1rem !important;
  }
  .m-lg-n2_ {
    margin: -1.25rem !important;
  }
  .m-lg-n3 {
    margin: -1.5rem !important;
  }
  .m-lg-n4 {
    margin: -2rem !important;
  }
  .m-lg-n5 {
    margin: -2.5rem !important;
  }
  .m-lg-n6 {
    margin: -3rem !important;
  }
  .m-lg-n7 {
    margin: -3.5rem !important;
  }
  .m-lg-n8 {
    margin: -4rem !important;
  }
  .m-lg-n9 {
    margin: -4.5rem !important;
  }
  .m-lg-n10 {
    margin: -5rem !important;
  }
  .m-lg-n11 {
    margin: -5.5rem !important;
  }
  .m-lg-n12 {
    margin: -6rem !important;
  }
  .m-lg-n13 {
    margin: -6.5rem !important;
  }
  .m-lg-n14 {
    margin: -7rem !important;
  }
  .m-lg-n15 {
    margin: -7.5rem !important;
  }
  .m-lg-n16 {
    margin: -8rem !important;
  }
  .m-lg-n17 {
    margin: -8.5rem !important;
  }
  .m-lg-n18 {
    margin: -9rem !important;
  }
  .m-lg-n19 {
    margin: -9.5rem !important;
  }
  .m-lg-n20 {
    margin: -10rem !important;
  }
  .m-lg-n21 {
    margin: -10.5rem !important;
  }
  .m-lg-n22 {
    margin: -11rem !important;
  }
  .m-lg-n23 {
    margin: -11.5rem !important;
  }
  .m-lg-n24 {
    margin: -12rem !important;
  }
  .m-lg-n25 {
    margin: -12.5rem !important;
  }
  .m-lg-n26 {
    margin: -13rem !important;
  }
  .m-lg-n27 {
    margin: -13.5rem !important;
  }
  .m-lg-n28 {
    margin: -14rem !important;
  }
  .m-lg-n29 {
    margin: -14.5rem !important;
  }
  .m-lg-n30 {
    margin: -15rem !important;
  }
  .m-lg-n31 {
    margin: -15.5rem !important;
  }
  .m-lg-n32 {
    margin: -16rem !important;
  }
  .m-lg-n33 {
    margin: -16.5rem !important;
  }
  .m-lg-n34 {
    margin: -17rem !important;
  }
  .m-lg-n35 {
    margin: -17.5rem !important;
  }
  .m-lg-n36 {
    margin: -18rem !important;
  }
  .m-lg-n37 {
    margin: -18.5rem !important;
  }
  .m-lg-n38 {
    margin: -19rem !important;
  }
  .m-lg-n39 {
    margin: -19.5rem !important;
  }
  .m-lg-n40 {
    margin: -20rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n1_5 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-lg-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n2_ {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n9 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n10 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n11 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-lg-n12 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n13 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-lg-n14 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-lg-n15 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-lg-n16 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n17 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-lg-n18 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-lg-n19 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-lg-n20 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n21 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-lg-n22 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-lg-n23 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-lg-n24 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-lg-n25 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-lg-n26 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-lg-n27 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-lg-n28 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-lg-n29 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-lg-n30 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-lg-n31 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }
  .mx-lg-n32 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-lg-n33 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }
  .mx-lg-n34 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-lg-n35 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-lg-n36 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-lg-n37 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  .mx-lg-n38 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-lg-n39 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }
  .mx-lg-n40 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n1_5 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-lg-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n2_ {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n10 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n11 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-lg-n12 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n13 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-lg-n14 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-lg-n15 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-lg-n16 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n17 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-lg-n18 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-lg-n19 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-lg-n20 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n21 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-lg-n22 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-lg-n23 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-lg-n24 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-lg-n25 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-lg-n26 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-lg-n27 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-lg-n28 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-lg-n29 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-lg-n30 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-lg-n31 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }
  .my-lg-n32 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-lg-n33 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }
  .my-lg-n34 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-lg-n35 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-lg-n36 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-lg-n37 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  .my-lg-n38 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-lg-n39 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }
  .my-lg-n40 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n1_5 {
    margin-top: -0.75rem !important;
  }
  .mt-lg-n2 {
    margin-top: -1rem !important;
  }
  .mt-lg-n2_ {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n4 {
    margin-top: -2rem !important;
  }
  .mt-lg-n5 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n6 {
    margin-top: -3rem !important;
  }
  .mt-lg-n7 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n8 {
    margin-top: -4rem !important;
  }
  .mt-lg-n9 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n10 {
    margin-top: -5rem !important;
  }
  .mt-lg-n11 {
    margin-top: -5.5rem !important;
  }
  .mt-lg-n12 {
    margin-top: -6rem !important;
  }
  .mt-lg-n13 {
    margin-top: -6.5rem !important;
  }
  .mt-lg-n14 {
    margin-top: -7rem !important;
  }
  .mt-lg-n15 {
    margin-top: -7.5rem !important;
  }
  .mt-lg-n16 {
    margin-top: -8rem !important;
  }
  .mt-lg-n17 {
    margin-top: -8.5rem !important;
  }
  .mt-lg-n18 {
    margin-top: -9rem !important;
  }
  .mt-lg-n19 {
    margin-top: -9.5rem !important;
  }
  .mt-lg-n20 {
    margin-top: -10rem !important;
  }
  .mt-lg-n21 {
    margin-top: -10.5rem !important;
  }
  .mt-lg-n22 {
    margin-top: -11rem !important;
  }
  .mt-lg-n23 {
    margin-top: -11.5rem !important;
  }
  .mt-lg-n24 {
    margin-top: -12rem !important;
  }
  .mt-lg-n25 {
    margin-top: -12.5rem !important;
  }
  .mt-lg-n26 {
    margin-top: -13rem !important;
  }
  .mt-lg-n27 {
    margin-top: -13.5rem !important;
  }
  .mt-lg-n28 {
    margin-top: -14rem !important;
  }
  .mt-lg-n29 {
    margin-top: -14.5rem !important;
  }
  .mt-lg-n30 {
    margin-top: -15rem !important;
  }
  .mt-lg-n31 {
    margin-top: -15.5rem !important;
  }
  .mt-lg-n32 {
    margin-top: -16rem !important;
  }
  .mt-lg-n33 {
    margin-top: -16.5rem !important;
  }
  .mt-lg-n34 {
    margin-top: -17rem !important;
  }
  .mt-lg-n35 {
    margin-top: -17.5rem !important;
  }
  .mt-lg-n36 {
    margin-top: -18rem !important;
  }
  .mt-lg-n37 {
    margin-top: -18.5rem !important;
  }
  .mt-lg-n38 {
    margin-top: -19rem !important;
  }
  .mt-lg-n39 {
    margin-top: -19.5rem !important;
  }
  .mt-lg-n40 {
    margin-top: -20rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n1_5 {
    margin-right: -0.75rem !important;
  }
  .me-lg-n2 {
    margin-right: -1rem !important;
  }
  .me-lg-n2_ {
    margin-right: -1.25rem !important;
  }
  .me-lg-n3 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n4 {
    margin-right: -2rem !important;
  }
  .me-lg-n5 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n6 {
    margin-right: -3rem !important;
  }
  .me-lg-n7 {
    margin-right: -3.5rem !important;
  }
  .me-lg-n8 {
    margin-right: -4rem !important;
  }
  .me-lg-n9 {
    margin-right: -4.5rem !important;
  }
  .me-lg-n10 {
    margin-right: -5rem !important;
  }
  .me-lg-n11 {
    margin-right: -5.5rem !important;
  }
  .me-lg-n12 {
    margin-right: -6rem !important;
  }
  .me-lg-n13 {
    margin-right: -6.5rem !important;
  }
  .me-lg-n14 {
    margin-right: -7rem !important;
  }
  .me-lg-n15 {
    margin-right: -7.5rem !important;
  }
  .me-lg-n16 {
    margin-right: -8rem !important;
  }
  .me-lg-n17 {
    margin-right: -8.5rem !important;
  }
  .me-lg-n18 {
    margin-right: -9rem !important;
  }
  .me-lg-n19 {
    margin-right: -9.5rem !important;
  }
  .me-lg-n20 {
    margin-right: -10rem !important;
  }
  .me-lg-n21 {
    margin-right: -10.5rem !important;
  }
  .me-lg-n22 {
    margin-right: -11rem !important;
  }
  .me-lg-n23 {
    margin-right: -11.5rem !important;
  }
  .me-lg-n24 {
    margin-right: -12rem !important;
  }
  .me-lg-n25 {
    margin-right: -12.5rem !important;
  }
  .me-lg-n26 {
    margin-right: -13rem !important;
  }
  .me-lg-n27 {
    margin-right: -13.5rem !important;
  }
  .me-lg-n28 {
    margin-right: -14rem !important;
  }
  .me-lg-n29 {
    margin-right: -14.5rem !important;
  }
  .me-lg-n30 {
    margin-right: -15rem !important;
  }
  .me-lg-n31 {
    margin-right: -15.5rem !important;
  }
  .me-lg-n32 {
    margin-right: -16rem !important;
  }
  .me-lg-n33 {
    margin-right: -16.5rem !important;
  }
  .me-lg-n34 {
    margin-right: -17rem !important;
  }
  .me-lg-n35 {
    margin-right: -17.5rem !important;
  }
  .me-lg-n36 {
    margin-right: -18rem !important;
  }
  .me-lg-n37 {
    margin-right: -18.5rem !important;
  }
  .me-lg-n38 {
    margin-right: -19rem !important;
  }
  .me-lg-n39 {
    margin-right: -19.5rem !important;
  }
  .me-lg-n40 {
    margin-right: -20rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n1_5 {
    margin-bottom: -0.75rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n2_ {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -5.5rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -6.5rem !important;
  }
  .mb-lg-n14 {
    margin-bottom: -7rem !important;
  }
  .mb-lg-n15 {
    margin-bottom: -7.5rem !important;
  }
  .mb-lg-n16 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n17 {
    margin-bottom: -8.5rem !important;
  }
  .mb-lg-n18 {
    margin-bottom: -9rem !important;
  }
  .mb-lg-n19 {
    margin-bottom: -9.5rem !important;
  }
  .mb-lg-n20 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n21 {
    margin-bottom: -10.5rem !important;
  }
  .mb-lg-n22 {
    margin-bottom: -11rem !important;
  }
  .mb-lg-n23 {
    margin-bottom: -11.5rem !important;
  }
  .mb-lg-n24 {
    margin-bottom: -12rem !important;
  }
  .mb-lg-n25 {
    margin-bottom: -12.5rem !important;
  }
  .mb-lg-n26 {
    margin-bottom: -13rem !important;
  }
  .mb-lg-n27 {
    margin-bottom: -13.5rem !important;
  }
  .mb-lg-n28 {
    margin-bottom: -14rem !important;
  }
  .mb-lg-n29 {
    margin-bottom: -14.5rem !important;
  }
  .mb-lg-n30 {
    margin-bottom: -15rem !important;
  }
  .mb-lg-n31 {
    margin-bottom: -15.5rem !important;
  }
  .mb-lg-n32 {
    margin-bottom: -16rem !important;
  }
  .mb-lg-n33 {
    margin-bottom: -16.5rem !important;
  }
  .mb-lg-n34 {
    margin-bottom: -17rem !important;
  }
  .mb-lg-n35 {
    margin-bottom: -17.5rem !important;
  }
  .mb-lg-n36 {
    margin-bottom: -18rem !important;
  }
  .mb-lg-n37 {
    margin-bottom: -18.5rem !important;
  }
  .mb-lg-n38 {
    margin-bottom: -19rem !important;
  }
  .mb-lg-n39 {
    margin-bottom: -19.5rem !important;
  }
  .mb-lg-n40 {
    margin-bottom: -20rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n1_5 {
    margin-left: -0.75rem !important;
  }
  .ms-lg-n2 {
    margin-left: -1rem !important;
  }
  .ms-lg-n2_ {
    margin-left: -1.25rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n4 {
    margin-left: -2rem !important;
  }
  .ms-lg-n5 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n6 {
    margin-left: -3rem !important;
  }
  .ms-lg-n7 {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n8 {
    margin-left: -4rem !important;
  }
  .ms-lg-n9 {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n10 {
    margin-left: -5rem !important;
  }
  .ms-lg-n11 {
    margin-left: -5.5rem !important;
  }
  .ms-lg-n12 {
    margin-left: -6rem !important;
  }
  .ms-lg-n13 {
    margin-left: -6.5rem !important;
  }
  .ms-lg-n14 {
    margin-left: -7rem !important;
  }
  .ms-lg-n15 {
    margin-left: -7.5rem !important;
  }
  .ms-lg-n16 {
    margin-left: -8rem !important;
  }
  .ms-lg-n17 {
    margin-left: -8.5rem !important;
  }
  .ms-lg-n18 {
    margin-left: -9rem !important;
  }
  .ms-lg-n19 {
    margin-left: -9.5rem !important;
  }
  .ms-lg-n20 {
    margin-left: -10rem !important;
  }
  .ms-lg-n21 {
    margin-left: -10.5rem !important;
  }
  .ms-lg-n22 {
    margin-left: -11rem !important;
  }
  .ms-lg-n23 {
    margin-left: -11.5rem !important;
  }
  .ms-lg-n24 {
    margin-left: -12rem !important;
  }
  .ms-lg-n25 {
    margin-left: -12.5rem !important;
  }
  .ms-lg-n26 {
    margin-left: -13rem !important;
  }
  .ms-lg-n27 {
    margin-left: -13.5rem !important;
  }
  .ms-lg-n28 {
    margin-left: -14rem !important;
  }
  .ms-lg-n29 {
    margin-left: -14.5rem !important;
  }
  .ms-lg-n30 {
    margin-left: -15rem !important;
  }
  .ms-lg-n31 {
    margin-left: -15.5rem !important;
  }
  .ms-lg-n32 {
    margin-left: -16rem !important;
  }
  .ms-lg-n33 {
    margin-left: -16.5rem !important;
  }
  .ms-lg-n34 {
    margin-left: -17rem !important;
  }
  .ms-lg-n35 {
    margin-left: -17.5rem !important;
  }
  .ms-lg-n36 {
    margin-left: -18rem !important;
  }
  .ms-lg-n37 {
    margin-left: -18.5rem !important;
  }
  .ms-lg-n38 {
    margin-left: -19rem !important;
  }
  .ms-lg-n39 {
    margin-left: -19.5rem !important;
  }
  .ms-lg-n40 {
    margin-left: -20rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-0_5 {
    padding: 0.25rem !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .p-lg-1_5 {
    padding: 0.75rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .p-lg-2_ {
    padding: 1.25rem !important;
  }
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 2rem !important;
  }
  .p-lg-5 {
    padding: 2.5rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .p-lg-7 {
    padding: 3.5rem !important;
  }
  .p-lg-8 {
    padding: 4rem !important;
  }
  .p-lg-9 {
    padding: 4.5rem !important;
  }
  .p-lg-10 {
    padding: 5rem !important;
  }
  .p-lg-11 {
    padding: 5.5rem !important;
  }
  .p-lg-12 {
    padding: 6rem !important;
  }
  .p-lg-13 {
    padding: 6.5rem !important;
  }
  .p-lg-14 {
    padding: 7rem !important;
  }
  .p-lg-15 {
    padding: 7.5rem !important;
  }
  .p-lg-16 {
    padding: 8rem !important;
  }
  .p-lg-17 {
    padding: 8.5rem !important;
  }
  .p-lg-18 {
    padding: 9rem !important;
  }
  .p-lg-19 {
    padding: 9.5rem !important;
  }
  .p-lg-20 {
    padding: 10rem !important;
  }
  .p-lg-21 {
    padding: 10.5rem !important;
  }
  .p-lg-22 {
    padding: 11rem !important;
  }
  .p-lg-23 {
    padding: 11.5rem !important;
  }
  .p-lg-24 {
    padding: 12rem !important;
  }
  .p-lg-25 {
    padding: 12.5rem !important;
  }
  .p-lg-26 {
    padding: 13rem !important;
  }
  .p-lg-27 {
    padding: 13.5rem !important;
  }
  .p-lg-28 {
    padding: 14rem !important;
  }
  .p-lg-29 {
    padding: 14.5rem !important;
  }
  .p-lg-30 {
    padding: 15rem !important;
  }
  .p-lg-31 {
    padding: 15.5rem !important;
  }
  .p-lg-32 {
    padding: 16rem !important;
  }
  .p-lg-33 {
    padding: 16.5rem !important;
  }
  .p-lg-34 {
    padding: 17rem !important;
  }
  .p-lg-35 {
    padding: 17.5rem !important;
  }
  .p-lg-36 {
    padding: 18rem !important;
  }
  .p-lg-37 {
    padding: 18.5rem !important;
  }
  .p-lg-38 {
    padding: 19rem !important;
  }
  .p-lg-39 {
    padding: 19.5rem !important;
  }
  .p-lg-40 {
    padding: 20rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-0_5 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-1_5 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-2_ {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-11 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-12 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-13 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-lg-14 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-15 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-16 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-17 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-lg-18 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-19 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-lg-20 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-21 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-lg-22 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-lg-23 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-lg-24 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-lg-25 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-lg-26 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-lg-27 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-lg-28 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-lg-29 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-lg-30 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-31 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-lg-32 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-lg-33 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-lg-34 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-lg-35 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-lg-36 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-lg-37 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-lg-38 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-lg-39 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-lg-40 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-0_5 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-1_5 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-2_ {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-13 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-lg-14 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-16 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-17 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-lg-18 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-19 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-lg-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-21 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-lg-22 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-lg-23 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-lg-24 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-lg-25 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-lg-26 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-lg-27 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-lg-28 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-lg-29 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-lg-30 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-31 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-lg-32 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-lg-33 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-lg-34 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-lg-35 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-lg-36 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-lg-37 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-lg-38 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-lg-39 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-lg-40 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-0_5 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-1_5 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-2 {
    padding-top: 1rem !important;
  }
  .pt-lg-2_ {
    padding-top: 1.25rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 2rem !important;
  }
  .pt-lg-5 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 3rem !important;
  }
  .pt-lg-7 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-8 {
    padding-top: 4rem !important;
  }
  .pt-lg-9 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 5rem !important;
  }
  .pt-lg-11 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-12 {
    padding-top: 6rem !important;
  }
  .pt-lg-13 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-14 {
    padding-top: 7rem !important;
  }
  .pt-lg-15 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-16 {
    padding-top: 8rem !important;
  }
  .pt-lg-17 {
    padding-top: 8.5rem !important;
  }
  .pt-lg-18 {
    padding-top: 9rem !important;
  }
  .pt-lg-19 {
    padding-top: 9.5rem !important;
  }
  .pt-lg-20 {
    padding-top: 10rem !important;
  }
  .pt-lg-21 {
    padding-top: 10.5rem !important;
  }
  .pt-lg-22 {
    padding-top: 11rem !important;
  }
  .pt-lg-23 {
    padding-top: 11.5rem !important;
  }
  .pt-lg-24 {
    padding-top: 12rem !important;
  }
  .pt-lg-25 {
    padding-top: 12.5rem !important;
  }
  .pt-lg-26 {
    padding-top: 13rem !important;
  }
  .pt-lg-27 {
    padding-top: 13.5rem !important;
  }
  .pt-lg-28 {
    padding-top: 14rem !important;
  }
  .pt-lg-29 {
    padding-top: 14.5rem !important;
  }
  .pt-lg-30 {
    padding-top: 15rem !important;
  }
  .pt-lg-31 {
    padding-top: 15.5rem !important;
  }
  .pt-lg-32 {
    padding-top: 16rem !important;
  }
  .pt-lg-33 {
    padding-top: 16.5rem !important;
  }
  .pt-lg-34 {
    padding-top: 17rem !important;
  }
  .pt-lg-35 {
    padding-top: 17.5rem !important;
  }
  .pt-lg-36 {
    padding-top: 18rem !important;
  }
  .pt-lg-37 {
    padding-top: 18.5rem !important;
  }
  .pt-lg-38 {
    padding-top: 19rem !important;
  }
  .pt-lg-39 {
    padding-top: 19.5rem !important;
  }
  .pt-lg-40 {
    padding-top: 20rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-0_5 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-1_5 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-2 {
    padding-right: 1rem !important;
  }
  .pe-lg-2_ {
    padding-right: 1.25rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 2rem !important;
  }
  .pe-lg-5 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 3rem !important;
  }
  .pe-lg-7 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-8 {
    padding-right: 4rem !important;
  }
  .pe-lg-9 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 5rem !important;
  }
  .pe-lg-11 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-12 {
    padding-right: 6rem !important;
  }
  .pe-lg-13 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-14 {
    padding-right: 7rem !important;
  }
  .pe-lg-15 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-16 {
    padding-right: 8rem !important;
  }
  .pe-lg-17 {
    padding-right: 8.5rem !important;
  }
  .pe-lg-18 {
    padding-right: 9rem !important;
  }
  .pe-lg-19 {
    padding-right: 9.5rem !important;
  }
  .pe-lg-20 {
    padding-right: 10rem !important;
  }
  .pe-lg-21 {
    padding-right: 10.5rem !important;
  }
  .pe-lg-22 {
    padding-right: 11rem !important;
  }
  .pe-lg-23 {
    padding-right: 11.5rem !important;
  }
  .pe-lg-24 {
    padding-right: 12rem !important;
  }
  .pe-lg-25 {
    padding-right: 12.5rem !important;
  }
  .pe-lg-26 {
    padding-right: 13rem !important;
  }
  .pe-lg-27 {
    padding-right: 13.5rem !important;
  }
  .pe-lg-28 {
    padding-right: 14rem !important;
  }
  .pe-lg-29 {
    padding-right: 14.5rem !important;
  }
  .pe-lg-30 {
    padding-right: 15rem !important;
  }
  .pe-lg-31 {
    padding-right: 15.5rem !important;
  }
  .pe-lg-32 {
    padding-right: 16rem !important;
  }
  .pe-lg-33 {
    padding-right: 16.5rem !important;
  }
  .pe-lg-34 {
    padding-right: 17rem !important;
  }
  .pe-lg-35 {
    padding-right: 17.5rem !important;
  }
  .pe-lg-36 {
    padding-right: 18rem !important;
  }
  .pe-lg-37 {
    padding-right: 18.5rem !important;
  }
  .pe-lg-38 {
    padding-right: 19rem !important;
  }
  .pe-lg-39 {
    padding-right: 19.5rem !important;
  }
  .pe-lg-40 {
    padding-right: 20rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-0_5 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-1_5 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-2_ {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-17 {
    padding-bottom: 8.5rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-19 {
    padding-bottom: 9.5rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-21 {
    padding-bottom: 10.5rem !important;
  }
  .pb-lg-22 {
    padding-bottom: 11rem !important;
  }
  .pb-lg-23 {
    padding-bottom: 11.5rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 12.5rem !important;
  }
  .pb-lg-26 {
    padding-bottom: 13rem !important;
  }
  .pb-lg-27 {
    padding-bottom: 13.5rem !important;
  }
  .pb-lg-28 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-29 {
    padding-bottom: 14.5rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-31 {
    padding-bottom: 15.5rem !important;
  }
  .pb-lg-32 {
    padding-bottom: 16rem !important;
  }
  .pb-lg-33 {
    padding-bottom: 16.5rem !important;
  }
  .pb-lg-34 {
    padding-bottom: 17rem !important;
  }
  .pb-lg-35 {
    padding-bottom: 17.5rem !important;
  }
  .pb-lg-36 {
    padding-bottom: 18rem !important;
  }
  .pb-lg-37 {
    padding-bottom: 18.5rem !important;
  }
  .pb-lg-38 {
    padding-bottom: 19rem !important;
  }
  .pb-lg-39 {
    padding-bottom: 19.5rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 20rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-0_5 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-1_5 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-2 {
    padding-left: 1rem !important;
  }
  .ps-lg-2_ {
    padding-left: 1.25rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 2rem !important;
  }
  .ps-lg-5 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 3rem !important;
  }
  .ps-lg-7 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-8 {
    padding-left: 4rem !important;
  }
  .ps-lg-9 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 5rem !important;
  }
  .ps-lg-11 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-12 {
    padding-left: 6rem !important;
  }
  .ps-lg-13 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-14 {
    padding-left: 7rem !important;
  }
  .ps-lg-15 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-16 {
    padding-left: 8rem !important;
  }
  .ps-lg-17 {
    padding-left: 8.5rem !important;
  }
  .ps-lg-18 {
    padding-left: 9rem !important;
  }
  .ps-lg-19 {
    padding-left: 9.5rem !important;
  }
  .ps-lg-20 {
    padding-left: 10rem !important;
  }
  .ps-lg-21 {
    padding-left: 10.5rem !important;
  }
  .ps-lg-22 {
    padding-left: 11rem !important;
  }
  .ps-lg-23 {
    padding-left: 11.5rem !important;
  }
  .ps-lg-24 {
    padding-left: 12rem !important;
  }
  .ps-lg-25 {
    padding-left: 12.5rem !important;
  }
  .ps-lg-26 {
    padding-left: 13rem !important;
  }
  .ps-lg-27 {
    padding-left: 13.5rem !important;
  }
  .ps-lg-28 {
    padding-left: 14rem !important;
  }
  .ps-lg-29 {
    padding-left: 14.5rem !important;
  }
  .ps-lg-30 {
    padding-left: 15rem !important;
  }
  .ps-lg-31 {
    padding-left: 15.5rem !important;
  }
  .ps-lg-32 {
    padding-left: 16rem !important;
  }
  .ps-lg-33 {
    padding-left: 16.5rem !important;
  }
  .ps-lg-34 {
    padding-left: 17rem !important;
  }
  .ps-lg-35 {
    padding-left: 17.5rem !important;
  }
  .ps-lg-36 {
    padding-left: 18rem !important;
  }
  .ps-lg-37 {
    padding-left: 18.5rem !important;
  }
  .ps-lg-38 {
    padding-left: 19rem !important;
  }
  .ps-lg-39 {
    padding-left: 19.5rem !important;
  }
  .ps-lg-40 {
    padding-left: 20rem !important;
  }
  .fw-lg-light {
    font-weight: 300 !important;
  }
  .fw-lg-lighter {
    font-weight: lighter !important;
  }
  .fw-lg-normal {
    font-weight: 400 !important;
  }
  .fw-lg-bold {
    font-weight: 500 !important;
  }
  .fw-lg-bolder {
    font-weight: 700 !important;
  }
  .fw-lg-100 {
    font-weight: 100 !important;
  }
  .fw-lg-200 {
    font-weight: 200 !important;
  }
  .fw-lg-300 {
    font-weight: 300 !important;
  }
  .fw-lg-400 {
    font-weight: 400 !important;
  }
  .fw-lg-500 {
    font-weight: 500 !important;
  }
  .fw-lg-600 {
    font-weight: 600 !important;
  }
  .fw-lg-700 {
    font-weight: 700 !important;
  }
  .fw-lg-800 {
    font-weight: 800 !important;
  }
  .fw-lg-900 {
    font-weight: 900 !important;
  }
  .lh-lg-1 {
    line-height: 1 !important;
  }
  .lh-lg-sm {
    line-height: 1.25 !important;
  }
  .lh-lg-base {
    line-height: 1.5 !important;
  }
  .lh-lg-lg {
    line-height: 2 !important;
  }
  .lh-lg-10 {
    line-height: 0.625rem !important;
  }
  .lh-lg-11 {
    line-height: 0.6875rem !important;
  }
  .lh-lg-12 {
    line-height: 0.75rem !important;
  }
  .lh-lg-13 {
    line-height: 0.8125rem !important;
  }
  .lh-lg-14 {
    line-height: 0.875rem !important;
  }
  .lh-lg-15 {
    line-height: 0.9375rem !important;
  }
  .lh-lg-16 {
    line-height: 1rem !important;
  }
  .lh-lg-17 {
    line-height: 1.0625rem !important;
  }
  .lh-lg-18 {
    line-height: 1.125rem !important;
  }
  .lh-lg-19 {
    line-height: 1.1875rem !important;
  }
  .lh-lg-20 {
    line-height: 1.25rem !important;
  }
  .lh-lg-21 {
    line-height: 1.3125rem !important;
  }
  .lh-lg-22 {
    line-height: 1.375rem !important;
  }
  .lh-lg-23 {
    line-height: 1.4375rem !important;
  }
  .lh-lg-24 {
    line-height: 1.5rem !important;
  }
  .lh-lg-25 {
    line-height: 1.5625rem !important;
  }
  .lh-lg-26 {
    line-height: 1.625rem !important;
  }
  .lh-lg-27 {
    line-height: 1.6875rem !important;
  }
  .lh-lg-28 {
    line-height: 1.75rem !important;
  }
  .lh-lg-29 {
    line-height: 1.8125rem !important;
  }
  .lh-lg-30 {
    line-height: 1.875rem !important;
  }
  .lh-lg-31 {
    line-height: 1.9375rem !important;
  }
  .lh-lg-32 {
    line-height: 2rem !important;
  }
  .lh-lg-33 {
    line-height: 2.0625rem !important;
  }
  .lh-lg-34 {
    line-height: 2.125rem !important;
  }
  .lh-lg-35 {
    line-height: 2.1875rem !important;
  }
  .lh-lg-36 {
    line-height: 2.25rem !important;
  }
  .lh-lg-37 {
    line-height: 2.3125rem !important;
  }
  .lh-lg-38 {
    line-height: 2.375rem !important;
  }
  .lh-lg-39 {
    line-height: 2.4375rem !important;
  }
  .lh-lg-40 {
    line-height: 2.5rem !important;
  }
  .lh-lg-41 {
    line-height: 2.5625rem !important;
  }
  .lh-lg-42 {
    line-height: 2.625rem !important;
  }
  .lh-lg-43 {
    line-height: 2.6875rem !important;
  }
  .lh-lg-44 {
    line-height: 2.75rem !important;
  }
  .lh-lg-45 {
    line-height: 2.8125rem !important;
  }
  .lh-lg-46 {
    line-height: 2.875rem !important;
  }
  .lh-lg-47 {
    line-height: 2.9375rem !important;
  }
  .lh-lg-48 {
    line-height: 3rem !important;
  }
  .lh-lg-49 {
    line-height: 3.0625rem !important;
  }
  .lh-lg-50 {
    line-height: 3.125rem !important;
  }
  .lh-lg-51 {
    line-height: 3.1875rem !important;
  }
  .lh-lg-52 {
    line-height: 3.25rem !important;
  }
  .lh-lg-53 {
    line-height: 3.3125rem !important;
  }
  .lh-lg-54 {
    line-height: 3.375rem !important;
  }
  .lh-lg-55 {
    line-height: 3.4375rem !important;
  }
  .lh-lg-56 {
    line-height: 3.5rem !important;
  }
  .lh-lg-57 {
    line-height: 3.5625rem !important;
  }
  .lh-lg-58 {
    line-height: 3.625rem !important;
  }
  .lh-lg-59 {
    line-height: 3.6875rem !important;
  }
  .lh-lg-60 {
    line-height: 3.75rem !important;
  }
  .lh-lg-61 {
    line-height: 3.8125rem !important;
  }
  .lh-lg-62 {
    line-height: 3.875rem !important;
  }
  .lh-lg-63 {
    line-height: 3.9375rem !important;
  }
  .lh-lg-64 {
    line-height: 4rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .ls-lg-0 {
    letter-spacing: 0.0625rem !important;
  }
  .ls-lg-1 {
    letter-spacing: 0.0685rem !important;
  }
  .ls-lg-2 {
    letter-spacing: 0.075rem !important;
  }
  .ls-lg-3 {
    letter-spacing: 0.0815rem !important;
  }
  .ls-lg-4 {
    letter-spacing: 0.0875rem !important;
  }
  .ls-lg-5 {
    letter-spacing: 0.0935rem !important;
  }
  .ls-lg-6 {
    letter-spacing: 0.1rem !important;
  }
  .ls-lg-7 {
    letter-spacing: 0.1065rem !important;
  }
  .ls-lg-8 {
    letter-spacing: 0.1125rem !important;
  }
  .ls-lg-9 {
    letter-spacing: 0.1185rem !important;
  }
  .ls-lg-10 {
    letter-spacing: 0.625rem !important;
  }
  .ls-lg-11 {
    letter-spacing: 0.6875rem !important;
  }
  .ls-lg-12 {
    letter-spacing: 0.75rem !important;
  }
  .ls-lg-13 {
    letter-spacing: 0.8125rem !important;
  }
  .ls-lg-14 {
    letter-spacing: 0.875rem !important;
  }
  .ls-lg-15 {
    letter-spacing: 0.9375rem !important;
  }
  .ls-lg-16 {
    letter-spacing: 1rem !important;
  }
  .ls-lg-17 {
    letter-spacing: 1.0625rem !important;
  }
  .ls-lg-18 {
    letter-spacing: 1.125rem !important;
  }
  .ls-lg-19 {
    letter-spacing: 1.1875rem !important;
  }
  .ls-lg-20 {
    letter-spacing: 1.25rem !important;
  }
  .ls-lg-21 {
    letter-spacing: 1.3125rem !important;
  }
  .ls-lg-22 {
    letter-spacing: 1.375rem !important;
  }
  .ls-lg-23 {
    letter-spacing: 1.4375rem !important;
  }
  .ls-lg-24 {
    letter-spacing: 1.5rem !important;
  }
  .ls-lg-25 {
    letter-spacing: 1.5625rem !important;
  }
  .ls-lg-26 {
    letter-spacing: 1.625rem !important;
  }
  .ls-lg-27 {
    letter-spacing: 1.6875rem !important;
  }
  .ls-lg-28 {
    letter-spacing: 1.75rem !important;
  }
  .ls-lg-29 {
    letter-spacing: 1.8125rem !important;
  }
  .ls-lg-30 {
    letter-spacing: 1.875rem !important;
  }
  .ls-lg-31 {
    letter-spacing: 1.9375rem !important;
  }
  .ls-lg-32 {
    letter-spacing: 2rem !important;
  }
  .ls-lg-33 {
    letter-spacing: 2.0625rem !important;
  }
  .ls-lg-34 {
    letter-spacing: 2.125rem !important;
  }
  .ls-lg-35 {
    letter-spacing: 2.1875rem !important;
  }
  .ls-lg-36 {
    letter-spacing: 2.25rem !important;
  }
  .ls-lg-37 {
    letter-spacing: 2.3125rem !important;
  }
  .ls-lg-38 {
    letter-spacing: 2.375rem !important;
  }
  .ls-lg-39 {
    letter-spacing: 2.4375rem !important;
  }
  .ls-lg-40 {
    letter-spacing: 2.5rem !important;
  }
  .ls-lg-41 {
    letter-spacing: 2.5625rem !important;
  }
  .ls-lg-42 {
    letter-spacing: 2.625rem !important;
  }
  .ls-lg-43 {
    letter-spacing: 2.6875rem !important;
  }
  .ls-lg-44 {
    letter-spacing: 2.75rem !important;
  }
  .ls-lg-45 {
    letter-spacing: 2.8125rem !important;
  }
  .ls-lg-46 {
    letter-spacing: 2.875rem !important;
  }
  .ls-lg-47 {
    letter-spacing: 2.9375rem !important;
  }
  .ls-lg-48 {
    letter-spacing: 3rem !important;
  }
  .ls-lg-49 {
    letter-spacing: 3.0625rem !important;
  }
  .ls-lg-50 {
    letter-spacing: 3.125rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-0_5 {
    gap: 0.25rem !important;
  }
  .gap-xl-1 {
    gap: 0.5rem !important;
  }
  .gap-xl-1_5 {
    gap: 0.75rem !important;
  }
  .gap-xl-2 {
    gap: 1rem !important;
  }
  .gap-xl-2_ {
    gap: 1.25rem !important;
  }
  .gap-xl-3 {
    gap: 1.5rem !important;
  }
  .gap-xl-4 {
    gap: 2rem !important;
  }
  .gap-xl-5 {
    gap: 2.5rem !important;
  }
  .gap-xl-6 {
    gap: 3rem !important;
  }
  .gap-xl-7 {
    gap: 3.5rem !important;
  }
  .gap-xl-8 {
    gap: 4rem !important;
  }
  .gap-xl-9 {
    gap: 4.5rem !important;
  }
  .gap-xl-10 {
    gap: 5rem !important;
  }
  .gap-xl-11 {
    gap: 5.5rem !important;
  }
  .gap-xl-12 {
    gap: 6rem !important;
  }
  .gap-xl-13 {
    gap: 6.5rem !important;
  }
  .gap-xl-14 {
    gap: 7rem !important;
  }
  .gap-xl-15 {
    gap: 7.5rem !important;
  }
  .gap-xl-16 {
    gap: 8rem !important;
  }
  .gap-xl-17 {
    gap: 8.5rem !important;
  }
  .gap-xl-18 {
    gap: 9rem !important;
  }
  .gap-xl-19 {
    gap: 9.5rem !important;
  }
  .gap-xl-20 {
    gap: 10rem !important;
  }
  .gap-xl-21 {
    gap: 10.5rem !important;
  }
  .gap-xl-22 {
    gap: 11rem !important;
  }
  .gap-xl-23 {
    gap: 11.5rem !important;
  }
  .gap-xl-24 {
    gap: 12rem !important;
  }
  .gap-xl-25 {
    gap: 12.5rem !important;
  }
  .gap-xl-26 {
    gap: 13rem !important;
  }
  .gap-xl-27 {
    gap: 13.5rem !important;
  }
  .gap-xl-28 {
    gap: 14rem !important;
  }
  .gap-xl-29 {
    gap: 14.5rem !important;
  }
  .gap-xl-30 {
    gap: 15rem !important;
  }
  .gap-xl-31 {
    gap: 15.5rem !important;
  }
  .gap-xl-32 {
    gap: 16rem !important;
  }
  .gap-xl-33 {
    gap: 16.5rem !important;
  }
  .gap-xl-34 {
    gap: 17rem !important;
  }
  .gap-xl-35 {
    gap: 17.5rem !important;
  }
  .gap-xl-36 {
    gap: 18rem !important;
  }
  .gap-xl-37 {
    gap: 18.5rem !important;
  }
  .gap-xl-38 {
    gap: 19rem !important;
  }
  .gap-xl-39 {
    gap: 19.5rem !important;
  }
  .gap-xl-40 {
    gap: 20rem !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-0_5 {
    margin: 0.25rem !important;
  }
  .m-xl-1 {
    margin: 0.5rem !important;
  }
  .m-xl-1_5 {
    margin: 0.75rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .m-xl-2_ {
    margin: 1.25rem !important;
  }
  .m-xl-3 {
    margin: 1.5rem !important;
  }
  .m-xl-4 {
    margin: 2rem !important;
  }
  .m-xl-5 {
    margin: 2.5rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .m-xl-7 {
    margin: 3.5rem !important;
  }
  .m-xl-8 {
    margin: 4rem !important;
  }
  .m-xl-9 {
    margin: 4.5rem !important;
  }
  .m-xl-10 {
    margin: 5rem !important;
  }
  .m-xl-11 {
    margin: 5.5rem !important;
  }
  .m-xl-12 {
    margin: 6rem !important;
  }
  .m-xl-13 {
    margin: 6.5rem !important;
  }
  .m-xl-14 {
    margin: 7rem !important;
  }
  .m-xl-15 {
    margin: 7.5rem !important;
  }
  .m-xl-16 {
    margin: 8rem !important;
  }
  .m-xl-17 {
    margin: 8.5rem !important;
  }
  .m-xl-18 {
    margin: 9rem !important;
  }
  .m-xl-19 {
    margin: 9.5rem !important;
  }
  .m-xl-20 {
    margin: 10rem !important;
  }
  .m-xl-21 {
    margin: 10.5rem !important;
  }
  .m-xl-22 {
    margin: 11rem !important;
  }
  .m-xl-23 {
    margin: 11.5rem !important;
  }
  .m-xl-24 {
    margin: 12rem !important;
  }
  .m-xl-25 {
    margin: 12.5rem !important;
  }
  .m-xl-26 {
    margin: 13rem !important;
  }
  .m-xl-27 {
    margin: 13.5rem !important;
  }
  .m-xl-28 {
    margin: 14rem !important;
  }
  .m-xl-29 {
    margin: 14.5rem !important;
  }
  .m-xl-30 {
    margin: 15rem !important;
  }
  .m-xl-31 {
    margin: 15.5rem !important;
  }
  .m-xl-32 {
    margin: 16rem !important;
  }
  .m-xl-33 {
    margin: 16.5rem !important;
  }
  .m-xl-34 {
    margin: 17rem !important;
  }
  .m-xl-35 {
    margin: 17.5rem !important;
  }
  .m-xl-36 {
    margin: 18rem !important;
  }
  .m-xl-37 {
    margin: 18.5rem !important;
  }
  .m-xl-38 {
    margin: 19rem !important;
  }
  .m-xl-39 {
    margin: 19.5rem !important;
  }
  .m-xl-40 {
    margin: 20rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-0_5 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-1_5 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-2_ {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-9 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-11 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-12 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-13 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xl-14 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-15 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-16 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-17 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xl-18 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-19 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xl-20 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-21 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xl-22 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xl-23 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xl-24 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-25 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xl-26 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xl-27 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xl-28 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xl-29 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-xl-30 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-31 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-xl-32 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xl-33 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-xl-34 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xl-35 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-xl-36 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xl-37 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-xl-38 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xl-39 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-xl-40 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-0_5 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-1_5 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-2_ {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-13 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xl-14 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-17 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xl-18 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-19 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xl-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-21 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xl-22 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xl-23 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xl-24 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-25 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xl-26 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xl-27 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xl-28 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xl-29 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-xl-30 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-31 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-xl-32 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xl-33 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-xl-34 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xl-35 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-xl-36 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xl-37 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-xl-38 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xl-39 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-xl-40 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-0_5 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-1_5 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-2 {
    margin-top: 1rem !important;
  }
  .mt-xl-2_ {
    margin-top: 1.25rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 2rem !important;
  }
  .mt-xl-5 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 3rem !important;
  }
  .mt-xl-7 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 4rem !important;
  }
  .mt-xl-9 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 5rem !important;
  }
  .mt-xl-11 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-12 {
    margin-top: 6rem !important;
  }
  .mt-xl-13 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-14 {
    margin-top: 7rem !important;
  }
  .mt-xl-15 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-16 {
    margin-top: 8rem !important;
  }
  .mt-xl-17 {
    margin-top: 8.5rem !important;
  }
  .mt-xl-18 {
    margin-top: 9rem !important;
  }
  .mt-xl-19 {
    margin-top: 9.5rem !important;
  }
  .mt-xl-20 {
    margin-top: 10rem !important;
  }
  .mt-xl-21 {
    margin-top: 10.5rem !important;
  }
  .mt-xl-22 {
    margin-top: 11rem !important;
  }
  .mt-xl-23 {
    margin-top: 11.5rem !important;
  }
  .mt-xl-24 {
    margin-top: 12rem !important;
  }
  .mt-xl-25 {
    margin-top: 12.5rem !important;
  }
  .mt-xl-26 {
    margin-top: 13rem !important;
  }
  .mt-xl-27 {
    margin-top: 13.5rem !important;
  }
  .mt-xl-28 {
    margin-top: 14rem !important;
  }
  .mt-xl-29 {
    margin-top: 14.5rem !important;
  }
  .mt-xl-30 {
    margin-top: 15rem !important;
  }
  .mt-xl-31 {
    margin-top: 15.5rem !important;
  }
  .mt-xl-32 {
    margin-top: 16rem !important;
  }
  .mt-xl-33 {
    margin-top: 16.5rem !important;
  }
  .mt-xl-34 {
    margin-top: 17rem !important;
  }
  .mt-xl-35 {
    margin-top: 17.5rem !important;
  }
  .mt-xl-36 {
    margin-top: 18rem !important;
  }
  .mt-xl-37 {
    margin-top: 18.5rem !important;
  }
  .mt-xl-38 {
    margin-top: 19rem !important;
  }
  .mt-xl-39 {
    margin-top: 19.5rem !important;
  }
  .mt-xl-40 {
    margin-top: 20rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-0_5 {
    margin-right: 0.25rem !important;
  }
  .me-xl-1 {
    margin-right: 0.5rem !important;
  }
  .me-xl-1_5 {
    margin-right: 0.75rem !important;
  }
  .me-xl-2 {
    margin-right: 1rem !important;
  }
  .me-xl-2_ {
    margin-right: 1.25rem !important;
  }
  .me-xl-3 {
    margin-right: 1.5rem !important;
  }
  .me-xl-4 {
    margin-right: 2rem !important;
  }
  .me-xl-5 {
    margin-right: 2.5rem !important;
  }
  .me-xl-6 {
    margin-right: 3rem !important;
  }
  .me-xl-7 {
    margin-right: 3.5rem !important;
  }
  .me-xl-8 {
    margin-right: 4rem !important;
  }
  .me-xl-9 {
    margin-right: 4.5rem !important;
  }
  .me-xl-10 {
    margin-right: 5rem !important;
  }
  .me-xl-11 {
    margin-right: 5.5rem !important;
  }
  .me-xl-12 {
    margin-right: 6rem !important;
  }
  .me-xl-13 {
    margin-right: 6.5rem !important;
  }
  .me-xl-14 {
    margin-right: 7rem !important;
  }
  .me-xl-15 {
    margin-right: 7.5rem !important;
  }
  .me-xl-16 {
    margin-right: 8rem !important;
  }
  .me-xl-17 {
    margin-right: 8.5rem !important;
  }
  .me-xl-18 {
    margin-right: 9rem !important;
  }
  .me-xl-19 {
    margin-right: 9.5rem !important;
  }
  .me-xl-20 {
    margin-right: 10rem !important;
  }
  .me-xl-21 {
    margin-right: 10.5rem !important;
  }
  .me-xl-22 {
    margin-right: 11rem !important;
  }
  .me-xl-23 {
    margin-right: 11.5rem !important;
  }
  .me-xl-24 {
    margin-right: 12rem !important;
  }
  .me-xl-25 {
    margin-right: 12.5rem !important;
  }
  .me-xl-26 {
    margin-right: 13rem !important;
  }
  .me-xl-27 {
    margin-right: 13.5rem !important;
  }
  .me-xl-28 {
    margin-right: 14rem !important;
  }
  .me-xl-29 {
    margin-right: 14.5rem !important;
  }
  .me-xl-30 {
    margin-right: 15rem !important;
  }
  .me-xl-31 {
    margin-right: 15.5rem !important;
  }
  .me-xl-32 {
    margin-right: 16rem !important;
  }
  .me-xl-33 {
    margin-right: 16.5rem !important;
  }
  .me-xl-34 {
    margin-right: 17rem !important;
  }
  .me-xl-35 {
    margin-right: 17.5rem !important;
  }
  .me-xl-36 {
    margin-right: 18rem !important;
  }
  .me-xl-37 {
    margin-right: 18.5rem !important;
  }
  .me-xl-38 {
    margin-right: 19rem !important;
  }
  .me-xl-39 {
    margin-right: 19.5rem !important;
  }
  .me-xl-40 {
    margin-right: 20rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-0_5 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-1_5 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-2_ {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-17 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-19 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-21 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xl-22 {
    margin-bottom: 11rem !important;
  }
  .mb-xl-23 {
    margin-bottom: 11.5rem !important;
  }
  .mb-xl-24 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-26 {
    margin-bottom: 13rem !important;
  }
  .mb-xl-27 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xl-28 {
    margin-bottom: 14rem !important;
  }
  .mb-xl-29 {
    margin-bottom: 14.5rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-31 {
    margin-bottom: 15.5rem !important;
  }
  .mb-xl-32 {
    margin-bottom: 16rem !important;
  }
  .mb-xl-33 {
    margin-bottom: 16.5rem !important;
  }
  .mb-xl-34 {
    margin-bottom: 17rem !important;
  }
  .mb-xl-35 {
    margin-bottom: 17.5rem !important;
  }
  .mb-xl-36 {
    margin-bottom: 18rem !important;
  }
  .mb-xl-37 {
    margin-bottom: 18.5rem !important;
  }
  .mb-xl-38 {
    margin-bottom: 19rem !important;
  }
  .mb-xl-39 {
    margin-bottom: 19.5rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-0_5 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-1_5 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-2 {
    margin-left: 1rem !important;
  }
  .ms-xl-2_ {
    margin-left: 1.25rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 2rem !important;
  }
  .ms-xl-5 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 3rem !important;
  }
  .ms-xl-7 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-8 {
    margin-left: 4rem !important;
  }
  .ms-xl-9 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 5rem !important;
  }
  .ms-xl-11 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-12 {
    margin-left: 6rem !important;
  }
  .ms-xl-13 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-14 {
    margin-left: 7rem !important;
  }
  .ms-xl-15 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-16 {
    margin-left: 8rem !important;
  }
  .ms-xl-17 {
    margin-left: 8.5rem !important;
  }
  .ms-xl-18 {
    margin-left: 9rem !important;
  }
  .ms-xl-19 {
    margin-left: 9.5rem !important;
  }
  .ms-xl-20 {
    margin-left: 10rem !important;
  }
  .ms-xl-21 {
    margin-left: 10.5rem !important;
  }
  .ms-xl-22 {
    margin-left: 11rem !important;
  }
  .ms-xl-23 {
    margin-left: 11.5rem !important;
  }
  .ms-xl-24 {
    margin-left: 12rem !important;
  }
  .ms-xl-25 {
    margin-left: 12.5rem !important;
  }
  .ms-xl-26 {
    margin-left: 13rem !important;
  }
  .ms-xl-27 {
    margin-left: 13.5rem !important;
  }
  .ms-xl-28 {
    margin-left: 14rem !important;
  }
  .ms-xl-29 {
    margin-left: 14.5rem !important;
  }
  .ms-xl-30 {
    margin-left: 15rem !important;
  }
  .ms-xl-31 {
    margin-left: 15.5rem !important;
  }
  .ms-xl-32 {
    margin-left: 16rem !important;
  }
  .ms-xl-33 {
    margin-left: 16.5rem !important;
  }
  .ms-xl-34 {
    margin-left: 17rem !important;
  }
  .ms-xl-35 {
    margin-left: 17.5rem !important;
  }
  .ms-xl-36 {
    margin-left: 18rem !important;
  }
  .ms-xl-37 {
    margin-left: 18.5rem !important;
  }
  .ms-xl-38 {
    margin-left: 19rem !important;
  }
  .ms-xl-39 {
    margin-left: 19.5rem !important;
  }
  .ms-xl-40 {
    margin-left: 20rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.5rem !important;
  }
  .m-xl-n1_5 {
    margin: -0.75rem !important;
  }
  .m-xl-n2 {
    margin: -1rem !important;
  }
  .m-xl-n2_ {
    margin: -1.25rem !important;
  }
  .m-xl-n3 {
    margin: -1.5rem !important;
  }
  .m-xl-n4 {
    margin: -2rem !important;
  }
  .m-xl-n5 {
    margin: -2.5rem !important;
  }
  .m-xl-n6 {
    margin: -3rem !important;
  }
  .m-xl-n7 {
    margin: -3.5rem !important;
  }
  .m-xl-n8 {
    margin: -4rem !important;
  }
  .m-xl-n9 {
    margin: -4.5rem !important;
  }
  .m-xl-n10 {
    margin: -5rem !important;
  }
  .m-xl-n11 {
    margin: -5.5rem !important;
  }
  .m-xl-n12 {
    margin: -6rem !important;
  }
  .m-xl-n13 {
    margin: -6.5rem !important;
  }
  .m-xl-n14 {
    margin: -7rem !important;
  }
  .m-xl-n15 {
    margin: -7.5rem !important;
  }
  .m-xl-n16 {
    margin: -8rem !important;
  }
  .m-xl-n17 {
    margin: -8.5rem !important;
  }
  .m-xl-n18 {
    margin: -9rem !important;
  }
  .m-xl-n19 {
    margin: -9.5rem !important;
  }
  .m-xl-n20 {
    margin: -10rem !important;
  }
  .m-xl-n21 {
    margin: -10.5rem !important;
  }
  .m-xl-n22 {
    margin: -11rem !important;
  }
  .m-xl-n23 {
    margin: -11.5rem !important;
  }
  .m-xl-n24 {
    margin: -12rem !important;
  }
  .m-xl-n25 {
    margin: -12.5rem !important;
  }
  .m-xl-n26 {
    margin: -13rem !important;
  }
  .m-xl-n27 {
    margin: -13.5rem !important;
  }
  .m-xl-n28 {
    margin: -14rem !important;
  }
  .m-xl-n29 {
    margin: -14.5rem !important;
  }
  .m-xl-n30 {
    margin: -15rem !important;
  }
  .m-xl-n31 {
    margin: -15.5rem !important;
  }
  .m-xl-n32 {
    margin: -16rem !important;
  }
  .m-xl-n33 {
    margin: -16.5rem !important;
  }
  .m-xl-n34 {
    margin: -17rem !important;
  }
  .m-xl-n35 {
    margin: -17.5rem !important;
  }
  .m-xl-n36 {
    margin: -18rem !important;
  }
  .m-xl-n37 {
    margin: -18.5rem !important;
  }
  .m-xl-n38 {
    margin: -19rem !important;
  }
  .m-xl-n39 {
    margin: -19.5rem !important;
  }
  .m-xl-n40 {
    margin: -20rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n1_5 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xl-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n2_ {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n9 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n10 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n11 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xl-n12 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n13 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xl-n14 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xl-n15 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xl-n16 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n17 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-xl-n18 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xl-n19 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-xl-n20 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n21 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-xl-n22 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-xl-n23 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-xl-n24 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xl-n25 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xl-n26 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-xl-n27 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-xl-n28 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xl-n29 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-xl-n30 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xl-n31 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }
  .mx-xl-n32 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xl-n33 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }
  .mx-xl-n34 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-xl-n35 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-xl-n36 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xl-n37 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  .mx-xl-n38 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-xl-n39 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }
  .mx-xl-n40 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n1_5 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xl-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n2_ {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n10 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n11 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xl-n12 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n13 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xl-n14 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xl-n15 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xl-n16 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n17 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-xl-n18 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xl-n19 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-xl-n20 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n21 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-xl-n22 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-xl-n23 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-xl-n24 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xl-n25 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xl-n26 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-xl-n27 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-xl-n28 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xl-n29 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-xl-n30 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xl-n31 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }
  .my-xl-n32 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xl-n33 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }
  .my-xl-n34 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-xl-n35 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-xl-n36 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xl-n37 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  .my-xl-n38 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-xl-n39 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }
  .my-xl-n40 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n1_5 {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n2 {
    margin-top: -1rem !important;
  }
  .mt-xl-n2_ {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n4 {
    margin-top: -2rem !important;
  }
  .mt-xl-n5 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n6 {
    margin-top: -3rem !important;
  }
  .mt-xl-n7 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n8 {
    margin-top: -4rem !important;
  }
  .mt-xl-n9 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n10 {
    margin-top: -5rem !important;
  }
  .mt-xl-n11 {
    margin-top: -5.5rem !important;
  }
  .mt-xl-n12 {
    margin-top: -6rem !important;
  }
  .mt-xl-n13 {
    margin-top: -6.5rem !important;
  }
  .mt-xl-n14 {
    margin-top: -7rem !important;
  }
  .mt-xl-n15 {
    margin-top: -7.5rem !important;
  }
  .mt-xl-n16 {
    margin-top: -8rem !important;
  }
  .mt-xl-n17 {
    margin-top: -8.5rem !important;
  }
  .mt-xl-n18 {
    margin-top: -9rem !important;
  }
  .mt-xl-n19 {
    margin-top: -9.5rem !important;
  }
  .mt-xl-n20 {
    margin-top: -10rem !important;
  }
  .mt-xl-n21 {
    margin-top: -10.5rem !important;
  }
  .mt-xl-n22 {
    margin-top: -11rem !important;
  }
  .mt-xl-n23 {
    margin-top: -11.5rem !important;
  }
  .mt-xl-n24 {
    margin-top: -12rem !important;
  }
  .mt-xl-n25 {
    margin-top: -12.5rem !important;
  }
  .mt-xl-n26 {
    margin-top: -13rem !important;
  }
  .mt-xl-n27 {
    margin-top: -13.5rem !important;
  }
  .mt-xl-n28 {
    margin-top: -14rem !important;
  }
  .mt-xl-n29 {
    margin-top: -14.5rem !important;
  }
  .mt-xl-n30 {
    margin-top: -15rem !important;
  }
  .mt-xl-n31 {
    margin-top: -15.5rem !important;
  }
  .mt-xl-n32 {
    margin-top: -16rem !important;
  }
  .mt-xl-n33 {
    margin-top: -16.5rem !important;
  }
  .mt-xl-n34 {
    margin-top: -17rem !important;
  }
  .mt-xl-n35 {
    margin-top: -17.5rem !important;
  }
  .mt-xl-n36 {
    margin-top: -18rem !important;
  }
  .mt-xl-n37 {
    margin-top: -18.5rem !important;
  }
  .mt-xl-n38 {
    margin-top: -19rem !important;
  }
  .mt-xl-n39 {
    margin-top: -19.5rem !important;
  }
  .mt-xl-n40 {
    margin-top: -20rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n1_5 {
    margin-right: -0.75rem !important;
  }
  .me-xl-n2 {
    margin-right: -1rem !important;
  }
  .me-xl-n2_ {
    margin-right: -1.25rem !important;
  }
  .me-xl-n3 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n4 {
    margin-right: -2rem !important;
  }
  .me-xl-n5 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n6 {
    margin-right: -3rem !important;
  }
  .me-xl-n7 {
    margin-right: -3.5rem !important;
  }
  .me-xl-n8 {
    margin-right: -4rem !important;
  }
  .me-xl-n9 {
    margin-right: -4.5rem !important;
  }
  .me-xl-n10 {
    margin-right: -5rem !important;
  }
  .me-xl-n11 {
    margin-right: -5.5rem !important;
  }
  .me-xl-n12 {
    margin-right: -6rem !important;
  }
  .me-xl-n13 {
    margin-right: -6.5rem !important;
  }
  .me-xl-n14 {
    margin-right: -7rem !important;
  }
  .me-xl-n15 {
    margin-right: -7.5rem !important;
  }
  .me-xl-n16 {
    margin-right: -8rem !important;
  }
  .me-xl-n17 {
    margin-right: -8.5rem !important;
  }
  .me-xl-n18 {
    margin-right: -9rem !important;
  }
  .me-xl-n19 {
    margin-right: -9.5rem !important;
  }
  .me-xl-n20 {
    margin-right: -10rem !important;
  }
  .me-xl-n21 {
    margin-right: -10.5rem !important;
  }
  .me-xl-n22 {
    margin-right: -11rem !important;
  }
  .me-xl-n23 {
    margin-right: -11.5rem !important;
  }
  .me-xl-n24 {
    margin-right: -12rem !important;
  }
  .me-xl-n25 {
    margin-right: -12.5rem !important;
  }
  .me-xl-n26 {
    margin-right: -13rem !important;
  }
  .me-xl-n27 {
    margin-right: -13.5rem !important;
  }
  .me-xl-n28 {
    margin-right: -14rem !important;
  }
  .me-xl-n29 {
    margin-right: -14.5rem !important;
  }
  .me-xl-n30 {
    margin-right: -15rem !important;
  }
  .me-xl-n31 {
    margin-right: -15.5rem !important;
  }
  .me-xl-n32 {
    margin-right: -16rem !important;
  }
  .me-xl-n33 {
    margin-right: -16.5rem !important;
  }
  .me-xl-n34 {
    margin-right: -17rem !important;
  }
  .me-xl-n35 {
    margin-right: -17.5rem !important;
  }
  .me-xl-n36 {
    margin-right: -18rem !important;
  }
  .me-xl-n37 {
    margin-right: -18.5rem !important;
  }
  .me-xl-n38 {
    margin-right: -19rem !important;
  }
  .me-xl-n39 {
    margin-right: -19.5rem !important;
  }
  .me-xl-n40 {
    margin-right: -20rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n1_5 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n2_ {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xl-n14 {
    margin-bottom: -7rem !important;
  }
  .mb-xl-n15 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xl-n16 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n17 {
    margin-bottom: -8.5rem !important;
  }
  .mb-xl-n18 {
    margin-bottom: -9rem !important;
  }
  .mb-xl-n19 {
    margin-bottom: -9.5rem !important;
  }
  .mb-xl-n20 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n21 {
    margin-bottom: -10.5rem !important;
  }
  .mb-xl-n22 {
    margin-bottom: -11rem !important;
  }
  .mb-xl-n23 {
    margin-bottom: -11.5rem !important;
  }
  .mb-xl-n24 {
    margin-bottom: -12rem !important;
  }
  .mb-xl-n25 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xl-n26 {
    margin-bottom: -13rem !important;
  }
  .mb-xl-n27 {
    margin-bottom: -13.5rem !important;
  }
  .mb-xl-n28 {
    margin-bottom: -14rem !important;
  }
  .mb-xl-n29 {
    margin-bottom: -14.5rem !important;
  }
  .mb-xl-n30 {
    margin-bottom: -15rem !important;
  }
  .mb-xl-n31 {
    margin-bottom: -15.5rem !important;
  }
  .mb-xl-n32 {
    margin-bottom: -16rem !important;
  }
  .mb-xl-n33 {
    margin-bottom: -16.5rem !important;
  }
  .mb-xl-n34 {
    margin-bottom: -17rem !important;
  }
  .mb-xl-n35 {
    margin-bottom: -17.5rem !important;
  }
  .mb-xl-n36 {
    margin-bottom: -18rem !important;
  }
  .mb-xl-n37 {
    margin-bottom: -18.5rem !important;
  }
  .mb-xl-n38 {
    margin-bottom: -19rem !important;
  }
  .mb-xl-n39 {
    margin-bottom: -19.5rem !important;
  }
  .mb-xl-n40 {
    margin-bottom: -20rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n1_5 {
    margin-left: -0.75rem !important;
  }
  .ms-xl-n2 {
    margin-left: -1rem !important;
  }
  .ms-xl-n2_ {
    margin-left: -1.25rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n4 {
    margin-left: -2rem !important;
  }
  .ms-xl-n5 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n6 {
    margin-left: -3rem !important;
  }
  .ms-xl-n7 {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n8 {
    margin-left: -4rem !important;
  }
  .ms-xl-n9 {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n10 {
    margin-left: -5rem !important;
  }
  .ms-xl-n11 {
    margin-left: -5.5rem !important;
  }
  .ms-xl-n12 {
    margin-left: -6rem !important;
  }
  .ms-xl-n13 {
    margin-left: -6.5rem !important;
  }
  .ms-xl-n14 {
    margin-left: -7rem !important;
  }
  .ms-xl-n15 {
    margin-left: -7.5rem !important;
  }
  .ms-xl-n16 {
    margin-left: -8rem !important;
  }
  .ms-xl-n17 {
    margin-left: -8.5rem !important;
  }
  .ms-xl-n18 {
    margin-left: -9rem !important;
  }
  .ms-xl-n19 {
    margin-left: -9.5rem !important;
  }
  .ms-xl-n20 {
    margin-left: -10rem !important;
  }
  .ms-xl-n21 {
    margin-left: -10.5rem !important;
  }
  .ms-xl-n22 {
    margin-left: -11rem !important;
  }
  .ms-xl-n23 {
    margin-left: -11.5rem !important;
  }
  .ms-xl-n24 {
    margin-left: -12rem !important;
  }
  .ms-xl-n25 {
    margin-left: -12.5rem !important;
  }
  .ms-xl-n26 {
    margin-left: -13rem !important;
  }
  .ms-xl-n27 {
    margin-left: -13.5rem !important;
  }
  .ms-xl-n28 {
    margin-left: -14rem !important;
  }
  .ms-xl-n29 {
    margin-left: -14.5rem !important;
  }
  .ms-xl-n30 {
    margin-left: -15rem !important;
  }
  .ms-xl-n31 {
    margin-left: -15.5rem !important;
  }
  .ms-xl-n32 {
    margin-left: -16rem !important;
  }
  .ms-xl-n33 {
    margin-left: -16.5rem !important;
  }
  .ms-xl-n34 {
    margin-left: -17rem !important;
  }
  .ms-xl-n35 {
    margin-left: -17.5rem !important;
  }
  .ms-xl-n36 {
    margin-left: -18rem !important;
  }
  .ms-xl-n37 {
    margin-left: -18.5rem !important;
  }
  .ms-xl-n38 {
    margin-left: -19rem !important;
  }
  .ms-xl-n39 {
    margin-left: -19.5rem !important;
  }
  .ms-xl-n40 {
    margin-left: -20rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-0_5 {
    padding: 0.25rem !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .p-xl-1_5 {
    padding: 0.75rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .p-xl-2_ {
    padding: 1.25rem !important;
  }
  .p-xl-3 {
    padding: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 2rem !important;
  }
  .p-xl-5 {
    padding: 2.5rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .p-xl-7 {
    padding: 3.5rem !important;
  }
  .p-xl-8 {
    padding: 4rem !important;
  }
  .p-xl-9 {
    padding: 4.5rem !important;
  }
  .p-xl-10 {
    padding: 5rem !important;
  }
  .p-xl-11 {
    padding: 5.5rem !important;
  }
  .p-xl-12 {
    padding: 6rem !important;
  }
  .p-xl-13 {
    padding: 6.5rem !important;
  }
  .p-xl-14 {
    padding: 7rem !important;
  }
  .p-xl-15 {
    padding: 7.5rem !important;
  }
  .p-xl-16 {
    padding: 8rem !important;
  }
  .p-xl-17 {
    padding: 8.5rem !important;
  }
  .p-xl-18 {
    padding: 9rem !important;
  }
  .p-xl-19 {
    padding: 9.5rem !important;
  }
  .p-xl-20 {
    padding: 10rem !important;
  }
  .p-xl-21 {
    padding: 10.5rem !important;
  }
  .p-xl-22 {
    padding: 11rem !important;
  }
  .p-xl-23 {
    padding: 11.5rem !important;
  }
  .p-xl-24 {
    padding: 12rem !important;
  }
  .p-xl-25 {
    padding: 12.5rem !important;
  }
  .p-xl-26 {
    padding: 13rem !important;
  }
  .p-xl-27 {
    padding: 13.5rem !important;
  }
  .p-xl-28 {
    padding: 14rem !important;
  }
  .p-xl-29 {
    padding: 14.5rem !important;
  }
  .p-xl-30 {
    padding: 15rem !important;
  }
  .p-xl-31 {
    padding: 15.5rem !important;
  }
  .p-xl-32 {
    padding: 16rem !important;
  }
  .p-xl-33 {
    padding: 16.5rem !important;
  }
  .p-xl-34 {
    padding: 17rem !important;
  }
  .p-xl-35 {
    padding: 17.5rem !important;
  }
  .p-xl-36 {
    padding: 18rem !important;
  }
  .p-xl-37 {
    padding: 18.5rem !important;
  }
  .p-xl-38 {
    padding: 19rem !important;
  }
  .p-xl-39 {
    padding: 19.5rem !important;
  }
  .p-xl-40 {
    padding: 20rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-0_5 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-1_5 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-2_ {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-11 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-12 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-13 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xl-14 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-15 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-16 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-17 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xl-18 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-19 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xl-20 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-21 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xl-22 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xl-23 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-xl-24 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xl-25 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xl-26 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xl-27 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xl-28 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xl-29 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-xl-30 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xl-31 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-xl-32 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xl-33 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-xl-34 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xl-35 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-xl-36 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xl-37 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-xl-38 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xl-39 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-xl-40 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-0_5 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-1_5 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-2_ {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-13 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xl-14 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-16 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-17 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xl-18 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-19 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xl-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-21 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xl-22 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xl-23 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-xl-24 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xl-25 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xl-26 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xl-27 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xl-28 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xl-29 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-xl-30 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xl-31 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-xl-32 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xl-33 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-xl-34 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xl-35 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-xl-36 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xl-37 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-xl-38 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xl-39 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-xl-40 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-0_5 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-1_5 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-2 {
    padding-top: 1rem !important;
  }
  .pt-xl-2_ {
    padding-top: 1.25rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 2rem !important;
  }
  .pt-xl-5 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 3rem !important;
  }
  .pt-xl-7 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-8 {
    padding-top: 4rem !important;
  }
  .pt-xl-9 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 5rem !important;
  }
  .pt-xl-11 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-12 {
    padding-top: 6rem !important;
  }
  .pt-xl-13 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-14 {
    padding-top: 7rem !important;
  }
  .pt-xl-15 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-16 {
    padding-top: 8rem !important;
  }
  .pt-xl-17 {
    padding-top: 8.5rem !important;
  }
  .pt-xl-18 {
    padding-top: 9rem !important;
  }
  .pt-xl-19 {
    padding-top: 9.5rem !important;
  }
  .pt-xl-20 {
    padding-top: 10rem !important;
  }
  .pt-xl-21 {
    padding-top: 10.5rem !important;
  }
  .pt-xl-22 {
    padding-top: 11rem !important;
  }
  .pt-xl-23 {
    padding-top: 11.5rem !important;
  }
  .pt-xl-24 {
    padding-top: 12rem !important;
  }
  .pt-xl-25 {
    padding-top: 12.5rem !important;
  }
  .pt-xl-26 {
    padding-top: 13rem !important;
  }
  .pt-xl-27 {
    padding-top: 13.5rem !important;
  }
  .pt-xl-28 {
    padding-top: 14rem !important;
  }
  .pt-xl-29 {
    padding-top: 14.5rem !important;
  }
  .pt-xl-30 {
    padding-top: 15rem !important;
  }
  .pt-xl-31 {
    padding-top: 15.5rem !important;
  }
  .pt-xl-32 {
    padding-top: 16rem !important;
  }
  .pt-xl-33 {
    padding-top: 16.5rem !important;
  }
  .pt-xl-34 {
    padding-top: 17rem !important;
  }
  .pt-xl-35 {
    padding-top: 17.5rem !important;
  }
  .pt-xl-36 {
    padding-top: 18rem !important;
  }
  .pt-xl-37 {
    padding-top: 18.5rem !important;
  }
  .pt-xl-38 {
    padding-top: 19rem !important;
  }
  .pt-xl-39 {
    padding-top: 19.5rem !important;
  }
  .pt-xl-40 {
    padding-top: 20rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-0_5 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-1_5 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-2 {
    padding-right: 1rem !important;
  }
  .pe-xl-2_ {
    padding-right: 1.25rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 2rem !important;
  }
  .pe-xl-5 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 3rem !important;
  }
  .pe-xl-7 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-8 {
    padding-right: 4rem !important;
  }
  .pe-xl-9 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 5rem !important;
  }
  .pe-xl-11 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-12 {
    padding-right: 6rem !important;
  }
  .pe-xl-13 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-14 {
    padding-right: 7rem !important;
  }
  .pe-xl-15 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-16 {
    padding-right: 8rem !important;
  }
  .pe-xl-17 {
    padding-right: 8.5rem !important;
  }
  .pe-xl-18 {
    padding-right: 9rem !important;
  }
  .pe-xl-19 {
    padding-right: 9.5rem !important;
  }
  .pe-xl-20 {
    padding-right: 10rem !important;
  }
  .pe-xl-21 {
    padding-right: 10.5rem !important;
  }
  .pe-xl-22 {
    padding-right: 11rem !important;
  }
  .pe-xl-23 {
    padding-right: 11.5rem !important;
  }
  .pe-xl-24 {
    padding-right: 12rem !important;
  }
  .pe-xl-25 {
    padding-right: 12.5rem !important;
  }
  .pe-xl-26 {
    padding-right: 13rem !important;
  }
  .pe-xl-27 {
    padding-right: 13.5rem !important;
  }
  .pe-xl-28 {
    padding-right: 14rem !important;
  }
  .pe-xl-29 {
    padding-right: 14.5rem !important;
  }
  .pe-xl-30 {
    padding-right: 15rem !important;
  }
  .pe-xl-31 {
    padding-right: 15.5rem !important;
  }
  .pe-xl-32 {
    padding-right: 16rem !important;
  }
  .pe-xl-33 {
    padding-right: 16.5rem !important;
  }
  .pe-xl-34 {
    padding-right: 17rem !important;
  }
  .pe-xl-35 {
    padding-right: 17.5rem !important;
  }
  .pe-xl-36 {
    padding-right: 18rem !important;
  }
  .pe-xl-37 {
    padding-right: 18.5rem !important;
  }
  .pe-xl-38 {
    padding-right: 19rem !important;
  }
  .pe-xl-39 {
    padding-right: 19.5rem !important;
  }
  .pe-xl-40 {
    padding-right: 20rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-0_5 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-1_5 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-2_ {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-17 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-19 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-21 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xl-22 {
    padding-bottom: 11rem !important;
  }
  .pb-xl-23 {
    padding-bottom: 11.5rem !important;
  }
  .pb-xl-24 {
    padding-bottom: 12rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xl-26 {
    padding-bottom: 13rem !important;
  }
  .pb-xl-27 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xl-28 {
    padding-bottom: 14rem !important;
  }
  .pb-xl-29 {
    padding-bottom: 14.5rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 15rem !important;
  }
  .pb-xl-31 {
    padding-bottom: 15.5rem !important;
  }
  .pb-xl-32 {
    padding-bottom: 16rem !important;
  }
  .pb-xl-33 {
    padding-bottom: 16.5rem !important;
  }
  .pb-xl-34 {
    padding-bottom: 17rem !important;
  }
  .pb-xl-35 {
    padding-bottom: 17.5rem !important;
  }
  .pb-xl-36 {
    padding-bottom: 18rem !important;
  }
  .pb-xl-37 {
    padding-bottom: 18.5rem !important;
  }
  .pb-xl-38 {
    padding-bottom: 19rem !important;
  }
  .pb-xl-39 {
    padding-bottom: 19.5rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 20rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-0_5 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-1_5 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-2 {
    padding-left: 1rem !important;
  }
  .ps-xl-2_ {
    padding-left: 1.25rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 2rem !important;
  }
  .ps-xl-5 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 3rem !important;
  }
  .ps-xl-7 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-8 {
    padding-left: 4rem !important;
  }
  .ps-xl-9 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 5rem !important;
  }
  .ps-xl-11 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-12 {
    padding-left: 6rem !important;
  }
  .ps-xl-13 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-14 {
    padding-left: 7rem !important;
  }
  .ps-xl-15 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-16 {
    padding-left: 8rem !important;
  }
  .ps-xl-17 {
    padding-left: 8.5rem !important;
  }
  .ps-xl-18 {
    padding-left: 9rem !important;
  }
  .ps-xl-19 {
    padding-left: 9.5rem !important;
  }
  .ps-xl-20 {
    padding-left: 10rem !important;
  }
  .ps-xl-21 {
    padding-left: 10.5rem !important;
  }
  .ps-xl-22 {
    padding-left: 11rem !important;
  }
  .ps-xl-23 {
    padding-left: 11.5rem !important;
  }
  .ps-xl-24 {
    padding-left: 12rem !important;
  }
  .ps-xl-25 {
    padding-left: 12.5rem !important;
  }
  .ps-xl-26 {
    padding-left: 13rem !important;
  }
  .ps-xl-27 {
    padding-left: 13.5rem !important;
  }
  .ps-xl-28 {
    padding-left: 14rem !important;
  }
  .ps-xl-29 {
    padding-left: 14.5rem !important;
  }
  .ps-xl-30 {
    padding-left: 15rem !important;
  }
  .ps-xl-31 {
    padding-left: 15.5rem !important;
  }
  .ps-xl-32 {
    padding-left: 16rem !important;
  }
  .ps-xl-33 {
    padding-left: 16.5rem !important;
  }
  .ps-xl-34 {
    padding-left: 17rem !important;
  }
  .ps-xl-35 {
    padding-left: 17.5rem !important;
  }
  .ps-xl-36 {
    padding-left: 18rem !important;
  }
  .ps-xl-37 {
    padding-left: 18.5rem !important;
  }
  .ps-xl-38 {
    padding-left: 19rem !important;
  }
  .ps-xl-39 {
    padding-left: 19.5rem !important;
  }
  .ps-xl-40 {
    padding-left: 20rem !important;
  }
  .fw-xl-light {
    font-weight: 300 !important;
  }
  .fw-xl-lighter {
    font-weight: lighter !important;
  }
  .fw-xl-normal {
    font-weight: 400 !important;
  }
  .fw-xl-bold {
    font-weight: 500 !important;
  }
  .fw-xl-bolder {
    font-weight: 700 !important;
  }
  .fw-xl-100 {
    font-weight: 100 !important;
  }
  .fw-xl-200 {
    font-weight: 200 !important;
  }
  .fw-xl-300 {
    font-weight: 300 !important;
  }
  .fw-xl-400 {
    font-weight: 400 !important;
  }
  .fw-xl-500 {
    font-weight: 500 !important;
  }
  .fw-xl-600 {
    font-weight: 600 !important;
  }
  .fw-xl-700 {
    font-weight: 700 !important;
  }
  .fw-xl-800 {
    font-weight: 800 !important;
  }
  .fw-xl-900 {
    font-weight: 900 !important;
  }
  .lh-xl-1 {
    line-height: 1 !important;
  }
  .lh-xl-sm {
    line-height: 1.25 !important;
  }
  .lh-xl-base {
    line-height: 1.5 !important;
  }
  .lh-xl-lg {
    line-height: 2 !important;
  }
  .lh-xl-10 {
    line-height: 0.625rem !important;
  }
  .lh-xl-11 {
    line-height: 0.6875rem !important;
  }
  .lh-xl-12 {
    line-height: 0.75rem !important;
  }
  .lh-xl-13 {
    line-height: 0.8125rem !important;
  }
  .lh-xl-14 {
    line-height: 0.875rem !important;
  }
  .lh-xl-15 {
    line-height: 0.9375rem !important;
  }
  .lh-xl-16 {
    line-height: 1rem !important;
  }
  .lh-xl-17 {
    line-height: 1.0625rem !important;
  }
  .lh-xl-18 {
    line-height: 1.125rem !important;
  }
  .lh-xl-19 {
    line-height: 1.1875rem !important;
  }
  .lh-xl-20 {
    line-height: 1.25rem !important;
  }
  .lh-xl-21 {
    line-height: 1.3125rem !important;
  }
  .lh-xl-22 {
    line-height: 1.375rem !important;
  }
  .lh-xl-23 {
    line-height: 1.4375rem !important;
  }
  .lh-xl-24 {
    line-height: 1.5rem !important;
  }
  .lh-xl-25 {
    line-height: 1.5625rem !important;
  }
  .lh-xl-26 {
    line-height: 1.625rem !important;
  }
  .lh-xl-27 {
    line-height: 1.6875rem !important;
  }
  .lh-xl-28 {
    line-height: 1.75rem !important;
  }
  .lh-xl-29 {
    line-height: 1.8125rem !important;
  }
  .lh-xl-30 {
    line-height: 1.875rem !important;
  }
  .lh-xl-31 {
    line-height: 1.9375rem !important;
  }
  .lh-xl-32 {
    line-height: 2rem !important;
  }
  .lh-xl-33 {
    line-height: 2.0625rem !important;
  }
  .lh-xl-34 {
    line-height: 2.125rem !important;
  }
  .lh-xl-35 {
    line-height: 2.1875rem !important;
  }
  .lh-xl-36 {
    line-height: 2.25rem !important;
  }
  .lh-xl-37 {
    line-height: 2.3125rem !important;
  }
  .lh-xl-38 {
    line-height: 2.375rem !important;
  }
  .lh-xl-39 {
    line-height: 2.4375rem !important;
  }
  .lh-xl-40 {
    line-height: 2.5rem !important;
  }
  .lh-xl-41 {
    line-height: 2.5625rem !important;
  }
  .lh-xl-42 {
    line-height: 2.625rem !important;
  }
  .lh-xl-43 {
    line-height: 2.6875rem !important;
  }
  .lh-xl-44 {
    line-height: 2.75rem !important;
  }
  .lh-xl-45 {
    line-height: 2.8125rem !important;
  }
  .lh-xl-46 {
    line-height: 2.875rem !important;
  }
  .lh-xl-47 {
    line-height: 2.9375rem !important;
  }
  .lh-xl-48 {
    line-height: 3rem !important;
  }
  .lh-xl-49 {
    line-height: 3.0625rem !important;
  }
  .lh-xl-50 {
    line-height: 3.125rem !important;
  }
  .lh-xl-51 {
    line-height: 3.1875rem !important;
  }
  .lh-xl-52 {
    line-height: 3.25rem !important;
  }
  .lh-xl-53 {
    line-height: 3.3125rem !important;
  }
  .lh-xl-54 {
    line-height: 3.375rem !important;
  }
  .lh-xl-55 {
    line-height: 3.4375rem !important;
  }
  .lh-xl-56 {
    line-height: 3.5rem !important;
  }
  .lh-xl-57 {
    line-height: 3.5625rem !important;
  }
  .lh-xl-58 {
    line-height: 3.625rem !important;
  }
  .lh-xl-59 {
    line-height: 3.6875rem !important;
  }
  .lh-xl-60 {
    line-height: 3.75rem !important;
  }
  .lh-xl-61 {
    line-height: 3.8125rem !important;
  }
  .lh-xl-62 {
    line-height: 3.875rem !important;
  }
  .lh-xl-63 {
    line-height: 3.9375rem !important;
  }
  .lh-xl-64 {
    line-height: 4rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .ls-xl-0 {
    letter-spacing: 0.0625rem !important;
  }
  .ls-xl-1 {
    letter-spacing: 0.0685rem !important;
  }
  .ls-xl-2 {
    letter-spacing: 0.075rem !important;
  }
  .ls-xl-3 {
    letter-spacing: 0.0815rem !important;
  }
  .ls-xl-4 {
    letter-spacing: 0.0875rem !important;
  }
  .ls-xl-5 {
    letter-spacing: 0.0935rem !important;
  }
  .ls-xl-6 {
    letter-spacing: 0.1rem !important;
  }
  .ls-xl-7 {
    letter-spacing: 0.1065rem !important;
  }
  .ls-xl-8 {
    letter-spacing: 0.1125rem !important;
  }
  .ls-xl-9 {
    letter-spacing: 0.1185rem !important;
  }
  .ls-xl-10 {
    letter-spacing: 0.625rem !important;
  }
  .ls-xl-11 {
    letter-spacing: 0.6875rem !important;
  }
  .ls-xl-12 {
    letter-spacing: 0.75rem !important;
  }
  .ls-xl-13 {
    letter-spacing: 0.8125rem !important;
  }
  .ls-xl-14 {
    letter-spacing: 0.875rem !important;
  }
  .ls-xl-15 {
    letter-spacing: 0.9375rem !important;
  }
  .ls-xl-16 {
    letter-spacing: 1rem !important;
  }
  .ls-xl-17 {
    letter-spacing: 1.0625rem !important;
  }
  .ls-xl-18 {
    letter-spacing: 1.125rem !important;
  }
  .ls-xl-19 {
    letter-spacing: 1.1875rem !important;
  }
  .ls-xl-20 {
    letter-spacing: 1.25rem !important;
  }
  .ls-xl-21 {
    letter-spacing: 1.3125rem !important;
  }
  .ls-xl-22 {
    letter-spacing: 1.375rem !important;
  }
  .ls-xl-23 {
    letter-spacing: 1.4375rem !important;
  }
  .ls-xl-24 {
    letter-spacing: 1.5rem !important;
  }
  .ls-xl-25 {
    letter-spacing: 1.5625rem !important;
  }
  .ls-xl-26 {
    letter-spacing: 1.625rem !important;
  }
  .ls-xl-27 {
    letter-spacing: 1.6875rem !important;
  }
  .ls-xl-28 {
    letter-spacing: 1.75rem !important;
  }
  .ls-xl-29 {
    letter-spacing: 1.8125rem !important;
  }
  .ls-xl-30 {
    letter-spacing: 1.875rem !important;
  }
  .ls-xl-31 {
    letter-spacing: 1.9375rem !important;
  }
  .ls-xl-32 {
    letter-spacing: 2rem !important;
  }
  .ls-xl-33 {
    letter-spacing: 2.0625rem !important;
  }
  .ls-xl-34 {
    letter-spacing: 2.125rem !important;
  }
  .ls-xl-35 {
    letter-spacing: 2.1875rem !important;
  }
  .ls-xl-36 {
    letter-spacing: 2.25rem !important;
  }
  .ls-xl-37 {
    letter-spacing: 2.3125rem !important;
  }
  .ls-xl-38 {
    letter-spacing: 2.375rem !important;
  }
  .ls-xl-39 {
    letter-spacing: 2.4375rem !important;
  }
  .ls-xl-40 {
    letter-spacing: 2.5rem !important;
  }
  .ls-xl-41 {
    letter-spacing: 2.5625rem !important;
  }
  .ls-xl-42 {
    letter-spacing: 2.625rem !important;
  }
  .ls-xl-43 {
    letter-spacing: 2.6875rem !important;
  }
  .ls-xl-44 {
    letter-spacing: 2.75rem !important;
  }
  .ls-xl-45 {
    letter-spacing: 2.8125rem !important;
  }
  .ls-xl-46 {
    letter-spacing: 2.875rem !important;
  }
  .ls-xl-47 {
    letter-spacing: 2.9375rem !important;
  }
  .ls-xl-48 {
    letter-spacing: 3rem !important;
  }
  .ls-xl-49 {
    letter-spacing: 3.0625rem !important;
  }
  .ls-xl-50 {
    letter-spacing: 3.125rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-0_5 {
    gap: 0.25rem !important;
  }
  .gap-xxl-1 {
    gap: 0.5rem !important;
  }
  .gap-xxl-1_5 {
    gap: 0.75rem !important;
  }
  .gap-xxl-2 {
    gap: 1rem !important;
  }
  .gap-xxl-2_ {
    gap: 1.25rem !important;
  }
  .gap-xxl-3 {
    gap: 1.5rem !important;
  }
  .gap-xxl-4 {
    gap: 2rem !important;
  }
  .gap-xxl-5 {
    gap: 2.5rem !important;
  }
  .gap-xxl-6 {
    gap: 3rem !important;
  }
  .gap-xxl-7 {
    gap: 3.5rem !important;
  }
  .gap-xxl-8 {
    gap: 4rem !important;
  }
  .gap-xxl-9 {
    gap: 4.5rem !important;
  }
  .gap-xxl-10 {
    gap: 5rem !important;
  }
  .gap-xxl-11 {
    gap: 5.5rem !important;
  }
  .gap-xxl-12 {
    gap: 6rem !important;
  }
  .gap-xxl-13 {
    gap: 6.5rem !important;
  }
  .gap-xxl-14 {
    gap: 7rem !important;
  }
  .gap-xxl-15 {
    gap: 7.5rem !important;
  }
  .gap-xxl-16 {
    gap: 8rem !important;
  }
  .gap-xxl-17 {
    gap: 8.5rem !important;
  }
  .gap-xxl-18 {
    gap: 9rem !important;
  }
  .gap-xxl-19 {
    gap: 9.5rem !important;
  }
  .gap-xxl-20 {
    gap: 10rem !important;
  }
  .gap-xxl-21 {
    gap: 10.5rem !important;
  }
  .gap-xxl-22 {
    gap: 11rem !important;
  }
  .gap-xxl-23 {
    gap: 11.5rem !important;
  }
  .gap-xxl-24 {
    gap: 12rem !important;
  }
  .gap-xxl-25 {
    gap: 12.5rem !important;
  }
  .gap-xxl-26 {
    gap: 13rem !important;
  }
  .gap-xxl-27 {
    gap: 13.5rem !important;
  }
  .gap-xxl-28 {
    gap: 14rem !important;
  }
  .gap-xxl-29 {
    gap: 14.5rem !important;
  }
  .gap-xxl-30 {
    gap: 15rem !important;
  }
  .gap-xxl-31 {
    gap: 15.5rem !important;
  }
  .gap-xxl-32 {
    gap: 16rem !important;
  }
  .gap-xxl-33 {
    gap: 16.5rem !important;
  }
  .gap-xxl-34 {
    gap: 17rem !important;
  }
  .gap-xxl-35 {
    gap: 17.5rem !important;
  }
  .gap-xxl-36 {
    gap: 18rem !important;
  }
  .gap-xxl-37 {
    gap: 18.5rem !important;
  }
  .gap-xxl-38 {
    gap: 19rem !important;
  }
  .gap-xxl-39 {
    gap: 19.5rem !important;
  }
  .gap-xxl-40 {
    gap: 20rem !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-0_5 {
    margin: 0.25rem !important;
  }
  .m-xxl-1 {
    margin: 0.5rem !important;
  }
  .m-xxl-1_5 {
    margin: 0.75rem !important;
  }
  .m-xxl-2 {
    margin: 1rem !important;
  }
  .m-xxl-2_ {
    margin: 1.25rem !important;
  }
  .m-xxl-3 {
    margin: 1.5rem !important;
  }
  .m-xxl-4 {
    margin: 2rem !important;
  }
  .m-xxl-5 {
    margin: 2.5rem !important;
  }
  .m-xxl-6 {
    margin: 3rem !important;
  }
  .m-xxl-7 {
    margin: 3.5rem !important;
  }
  .m-xxl-8 {
    margin: 4rem !important;
  }
  .m-xxl-9 {
    margin: 4.5rem !important;
  }
  .m-xxl-10 {
    margin: 5rem !important;
  }
  .m-xxl-11 {
    margin: 5.5rem !important;
  }
  .m-xxl-12 {
    margin: 6rem !important;
  }
  .m-xxl-13 {
    margin: 6.5rem !important;
  }
  .m-xxl-14 {
    margin: 7rem !important;
  }
  .m-xxl-15 {
    margin: 7.5rem !important;
  }
  .m-xxl-16 {
    margin: 8rem !important;
  }
  .m-xxl-17 {
    margin: 8.5rem !important;
  }
  .m-xxl-18 {
    margin: 9rem !important;
  }
  .m-xxl-19 {
    margin: 9.5rem !important;
  }
  .m-xxl-20 {
    margin: 10rem !important;
  }
  .m-xxl-21 {
    margin: 10.5rem !important;
  }
  .m-xxl-22 {
    margin: 11rem !important;
  }
  .m-xxl-23 {
    margin: 11.5rem !important;
  }
  .m-xxl-24 {
    margin: 12rem !important;
  }
  .m-xxl-25 {
    margin: 12.5rem !important;
  }
  .m-xxl-26 {
    margin: 13rem !important;
  }
  .m-xxl-27 {
    margin: 13.5rem !important;
  }
  .m-xxl-28 {
    margin: 14rem !important;
  }
  .m-xxl-29 {
    margin: 14.5rem !important;
  }
  .m-xxl-30 {
    margin: 15rem !important;
  }
  .m-xxl-31 {
    margin: 15.5rem !important;
  }
  .m-xxl-32 {
    margin: 16rem !important;
  }
  .m-xxl-33 {
    margin: 16.5rem !important;
  }
  .m-xxl-34 {
    margin: 17rem !important;
  }
  .m-xxl-35 {
    margin: 17.5rem !important;
  }
  .m-xxl-36 {
    margin: 18rem !important;
  }
  .m-xxl-37 {
    margin: 18.5rem !important;
  }
  .m-xxl-38 {
    margin: 19rem !important;
  }
  .m-xxl-39 {
    margin: 19.5rem !important;
  }
  .m-xxl-40 {
    margin: 20rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-0_5 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-1_5 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-2_ {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-9 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-11 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xxl-12 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-13 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xxl-14 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-15 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-16 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-17 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xxl-18 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-19 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xxl-20 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-21 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xxl-22 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xxl-23 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xxl-24 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-25 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xxl-26 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xxl-27 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xxl-28 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxl-29 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-xxl-30 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-31 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-xxl-32 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxl-33 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-xxl-34 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xxl-35 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-xxl-36 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxl-37 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-xxl-38 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xxl-39 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-xxl-40 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-0_5 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-1_5 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-2_ {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxl-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-13 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xxl-14 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-17 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xxl-18 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-19 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xxl-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-21 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xxl-22 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xxl-23 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xxl-24 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-25 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xxl-26 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xxl-27 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xxl-28 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxl-29 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-xxl-30 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-31 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-xxl-32 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxl-33 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-xxl-34 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xxl-35 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-xxl-36 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxl-37 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-xxl-38 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xxl-39 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-xxl-40 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-0_5 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-1_5 {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-2 {
    margin-top: 1rem !important;
  }
  .mt-xxl-2_ {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 2rem !important;
  }
  .mt-xxl-5 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 3rem !important;
  }
  .mt-xxl-7 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 4rem !important;
  }
  .mt-xxl-9 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 5rem !important;
  }
  .mt-xxl-11 {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-12 {
    margin-top: 6rem !important;
  }
  .mt-xxl-13 {
    margin-top: 6.5rem !important;
  }
  .mt-xxl-14 {
    margin-top: 7rem !important;
  }
  .mt-xxl-15 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-16 {
    margin-top: 8rem !important;
  }
  .mt-xxl-17 {
    margin-top: 8.5rem !important;
  }
  .mt-xxl-18 {
    margin-top: 9rem !important;
  }
  .mt-xxl-19 {
    margin-top: 9.5rem !important;
  }
  .mt-xxl-20 {
    margin-top: 10rem !important;
  }
  .mt-xxl-21 {
    margin-top: 10.5rem !important;
  }
  .mt-xxl-22 {
    margin-top: 11rem !important;
  }
  .mt-xxl-23 {
    margin-top: 11.5rem !important;
  }
  .mt-xxl-24 {
    margin-top: 12rem !important;
  }
  .mt-xxl-25 {
    margin-top: 12.5rem !important;
  }
  .mt-xxl-26 {
    margin-top: 13rem !important;
  }
  .mt-xxl-27 {
    margin-top: 13.5rem !important;
  }
  .mt-xxl-28 {
    margin-top: 14rem !important;
  }
  .mt-xxl-29 {
    margin-top: 14.5rem !important;
  }
  .mt-xxl-30 {
    margin-top: 15rem !important;
  }
  .mt-xxl-31 {
    margin-top: 15.5rem !important;
  }
  .mt-xxl-32 {
    margin-top: 16rem !important;
  }
  .mt-xxl-33 {
    margin-top: 16.5rem !important;
  }
  .mt-xxl-34 {
    margin-top: 17rem !important;
  }
  .mt-xxl-35 {
    margin-top: 17.5rem !important;
  }
  .mt-xxl-36 {
    margin-top: 18rem !important;
  }
  .mt-xxl-37 {
    margin-top: 18.5rem !important;
  }
  .mt-xxl-38 {
    margin-top: 19rem !important;
  }
  .mt-xxl-39 {
    margin-top: 19.5rem !important;
  }
  .mt-xxl-40 {
    margin-top: 20rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-0_5 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-1 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-1_5 {
    margin-right: 0.75rem !important;
  }
  .me-xxl-2 {
    margin-right: 1rem !important;
  }
  .me-xxl-2_ {
    margin-right: 1.25rem !important;
  }
  .me-xxl-3 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 2rem !important;
  }
  .me-xxl-5 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-6 {
    margin-right: 3rem !important;
  }
  .me-xxl-7 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-8 {
    margin-right: 4rem !important;
  }
  .me-xxl-9 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 5rem !important;
  }
  .me-xxl-11 {
    margin-right: 5.5rem !important;
  }
  .me-xxl-12 {
    margin-right: 6rem !important;
  }
  .me-xxl-13 {
    margin-right: 6.5rem !important;
  }
  .me-xxl-14 {
    margin-right: 7rem !important;
  }
  .me-xxl-15 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-16 {
    margin-right: 8rem !important;
  }
  .me-xxl-17 {
    margin-right: 8.5rem !important;
  }
  .me-xxl-18 {
    margin-right: 9rem !important;
  }
  .me-xxl-19 {
    margin-right: 9.5rem !important;
  }
  .me-xxl-20 {
    margin-right: 10rem !important;
  }
  .me-xxl-21 {
    margin-right: 10.5rem !important;
  }
  .me-xxl-22 {
    margin-right: 11rem !important;
  }
  .me-xxl-23 {
    margin-right: 11.5rem !important;
  }
  .me-xxl-24 {
    margin-right: 12rem !important;
  }
  .me-xxl-25 {
    margin-right: 12.5rem !important;
  }
  .me-xxl-26 {
    margin-right: 13rem !important;
  }
  .me-xxl-27 {
    margin-right: 13.5rem !important;
  }
  .me-xxl-28 {
    margin-right: 14rem !important;
  }
  .me-xxl-29 {
    margin-right: 14.5rem !important;
  }
  .me-xxl-30 {
    margin-right: 15rem !important;
  }
  .me-xxl-31 {
    margin-right: 15.5rem !important;
  }
  .me-xxl-32 {
    margin-right: 16rem !important;
  }
  .me-xxl-33 {
    margin-right: 16.5rem !important;
  }
  .me-xxl-34 {
    margin-right: 17rem !important;
  }
  .me-xxl-35 {
    margin-right: 17.5rem !important;
  }
  .me-xxl-36 {
    margin-right: 18rem !important;
  }
  .me-xxl-37 {
    margin-right: 18.5rem !important;
  }
  .me-xxl-38 {
    margin-right: 19rem !important;
  }
  .me-xxl-39 {
    margin-right: 19.5rem !important;
  }
  .me-xxl-40 {
    margin-right: 20rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-0_5 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-1_5 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-2_ {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-17 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxl-18 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-19 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-21 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xxl-22 {
    margin-bottom: 11rem !important;
  }
  .mb-xxl-23 {
    margin-bottom: 11.5rem !important;
  }
  .mb-xxl-24 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxl-26 {
    margin-bottom: 13rem !important;
  }
  .mb-xxl-27 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xxl-28 {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-29 {
    margin-bottom: 14.5rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-31 {
    margin-bottom: 15.5rem !important;
  }
  .mb-xxl-32 {
    margin-bottom: 16rem !important;
  }
  .mb-xxl-33 {
    margin-bottom: 16.5rem !important;
  }
  .mb-xxl-34 {
    margin-bottom: 17rem !important;
  }
  .mb-xxl-35 {
    margin-bottom: 17.5rem !important;
  }
  .mb-xxl-36 {
    margin-bottom: 18rem !important;
  }
  .mb-xxl-37 {
    margin-bottom: 18.5rem !important;
  }
  .mb-xxl-38 {
    margin-bottom: 19rem !important;
  }
  .mb-xxl-39 {
    margin-bottom: 19.5rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-0_5 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-1 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-1_5 {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-2 {
    margin-left: 1rem !important;
  }
  .ms-xxl-2_ {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 2rem !important;
  }
  .ms-xxl-5 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 3rem !important;
  }
  .ms-xxl-7 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 4rem !important;
  }
  .ms-xxl-9 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 5rem !important;
  }
  .ms-xxl-11 {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-12 {
    margin-left: 6rem !important;
  }
  .ms-xxl-13 {
    margin-left: 6.5rem !important;
  }
  .ms-xxl-14 {
    margin-left: 7rem !important;
  }
  .ms-xxl-15 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-16 {
    margin-left: 8rem !important;
  }
  .ms-xxl-17 {
    margin-left: 8.5rem !important;
  }
  .ms-xxl-18 {
    margin-left: 9rem !important;
  }
  .ms-xxl-19 {
    margin-left: 9.5rem !important;
  }
  .ms-xxl-20 {
    margin-left: 10rem !important;
  }
  .ms-xxl-21 {
    margin-left: 10.5rem !important;
  }
  .ms-xxl-22 {
    margin-left: 11rem !important;
  }
  .ms-xxl-23 {
    margin-left: 11.5rem !important;
  }
  .ms-xxl-24 {
    margin-left: 12rem !important;
  }
  .ms-xxl-25 {
    margin-left: 12.5rem !important;
  }
  .ms-xxl-26 {
    margin-left: 13rem !important;
  }
  .ms-xxl-27 {
    margin-left: 13.5rem !important;
  }
  .ms-xxl-28 {
    margin-left: 14rem !important;
  }
  .ms-xxl-29 {
    margin-left: 14.5rem !important;
  }
  .ms-xxl-30 {
    margin-left: 15rem !important;
  }
  .ms-xxl-31 {
    margin-left: 15.5rem !important;
  }
  .ms-xxl-32 {
    margin-left: 16rem !important;
  }
  .ms-xxl-33 {
    margin-left: 16.5rem !important;
  }
  .ms-xxl-34 {
    margin-left: 17rem !important;
  }
  .ms-xxl-35 {
    margin-left: 17.5rem !important;
  }
  .ms-xxl-36 {
    margin-left: 18rem !important;
  }
  .ms-xxl-37 {
    margin-left: 18.5rem !important;
  }
  .ms-xxl-38 {
    margin-left: 19rem !important;
  }
  .ms-xxl-39 {
    margin-left: 19.5rem !important;
  }
  .ms-xxl-40 {
    margin-left: 20rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.5rem !important;
  }
  .m-xxl-n1_5 {
    margin: -0.75rem !important;
  }
  .m-xxl-n2 {
    margin: -1rem !important;
  }
  .m-xxl-n2_ {
    margin: -1.25rem !important;
  }
  .m-xxl-n3 {
    margin: -1.5rem !important;
  }
  .m-xxl-n4 {
    margin: -2rem !important;
  }
  .m-xxl-n5 {
    margin: -2.5rem !important;
  }
  .m-xxl-n6 {
    margin: -3rem !important;
  }
  .m-xxl-n7 {
    margin: -3.5rem !important;
  }
  .m-xxl-n8 {
    margin: -4rem !important;
  }
  .m-xxl-n9 {
    margin: -4.5rem !important;
  }
  .m-xxl-n10 {
    margin: -5rem !important;
  }
  .m-xxl-n11 {
    margin: -5.5rem !important;
  }
  .m-xxl-n12 {
    margin: -6rem !important;
  }
  .m-xxl-n13 {
    margin: -6.5rem !important;
  }
  .m-xxl-n14 {
    margin: -7rem !important;
  }
  .m-xxl-n15 {
    margin: -7.5rem !important;
  }
  .m-xxl-n16 {
    margin: -8rem !important;
  }
  .m-xxl-n17 {
    margin: -8.5rem !important;
  }
  .m-xxl-n18 {
    margin: -9rem !important;
  }
  .m-xxl-n19 {
    margin: -9.5rem !important;
  }
  .m-xxl-n20 {
    margin: -10rem !important;
  }
  .m-xxl-n21 {
    margin: -10.5rem !important;
  }
  .m-xxl-n22 {
    margin: -11rem !important;
  }
  .m-xxl-n23 {
    margin: -11.5rem !important;
  }
  .m-xxl-n24 {
    margin: -12rem !important;
  }
  .m-xxl-n25 {
    margin: -12.5rem !important;
  }
  .m-xxl-n26 {
    margin: -13rem !important;
  }
  .m-xxl-n27 {
    margin: -13.5rem !important;
  }
  .m-xxl-n28 {
    margin: -14rem !important;
  }
  .m-xxl-n29 {
    margin: -14.5rem !important;
  }
  .m-xxl-n30 {
    margin: -15rem !important;
  }
  .m-xxl-n31 {
    margin: -15.5rem !important;
  }
  .m-xxl-n32 {
    margin: -16rem !important;
  }
  .m-xxl-n33 {
    margin: -16.5rem !important;
  }
  .m-xxl-n34 {
    margin: -17rem !important;
  }
  .m-xxl-n35 {
    margin: -17.5rem !important;
  }
  .m-xxl-n36 {
    margin: -18rem !important;
  }
  .m-xxl-n37 {
    margin: -18.5rem !important;
  }
  .m-xxl-n38 {
    margin: -19rem !important;
  }
  .m-xxl-n39 {
    margin: -19.5rem !important;
  }
  .m-xxl-n40 {
    margin: -20rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n1_5 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n2_ {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n9 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n11 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xxl-n12 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n13 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xxl-n14 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xxl-n15 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xxl-n16 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxl-n17 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-xxl-n18 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xxl-n19 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-xxl-n20 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-n21 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-xxl-n22 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-xxl-n23 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-xxl-n24 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xxl-n25 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xxl-n26 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-xxl-n27 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-xxl-n28 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xxl-n29 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-xxl-n30 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xxl-n31 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }
  .mx-xxl-n32 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xxl-n33 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }
  .mx-xxl-n34 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-xxl-n35 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-xxl-n36 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xxl-n37 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  .mx-xxl-n38 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-xxl-n39 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }
  .mx-xxl-n40 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n1_5 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xxl-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n2_ {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxl-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxl-n10 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n11 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xxl-n12 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n13 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xxl-n14 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xxl-n15 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xxl-n16 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxl-n17 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-xxl-n18 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xxl-n19 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-xxl-n20 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-n21 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-xxl-n22 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-xxl-n23 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-xxl-n24 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xxl-n25 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xxl-n26 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-xxl-n27 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-xxl-n28 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xxl-n29 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-xxl-n30 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xxl-n31 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }
  .my-xxl-n32 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xxl-n33 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }
  .my-xxl-n34 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-xxl-n35 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-xxl-n36 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xxl-n37 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  .my-xxl-n38 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-xxl-n39 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }
  .my-xxl-n40 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n1_5 {
    margin-top: -0.75rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n2_ {
    margin-top: -1.25rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -3.5rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -4.5rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n11 {
    margin-top: -5.5rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n13 {
    margin-top: -6.5rem !important;
  }
  .mt-xxl-n14 {
    margin-top: -7rem !important;
  }
  .mt-xxl-n15 {
    margin-top: -7.5rem !important;
  }
  .mt-xxl-n16 {
    margin-top: -8rem !important;
  }
  .mt-xxl-n17 {
    margin-top: -8.5rem !important;
  }
  .mt-xxl-n18 {
    margin-top: -9rem !important;
  }
  .mt-xxl-n19 {
    margin-top: -9.5rem !important;
  }
  .mt-xxl-n20 {
    margin-top: -10rem !important;
  }
  .mt-xxl-n21 {
    margin-top: -10.5rem !important;
  }
  .mt-xxl-n22 {
    margin-top: -11rem !important;
  }
  .mt-xxl-n23 {
    margin-top: -11.5rem !important;
  }
  .mt-xxl-n24 {
    margin-top: -12rem !important;
  }
  .mt-xxl-n25 {
    margin-top: -12.5rem !important;
  }
  .mt-xxl-n26 {
    margin-top: -13rem !important;
  }
  .mt-xxl-n27 {
    margin-top: -13.5rem !important;
  }
  .mt-xxl-n28 {
    margin-top: -14rem !important;
  }
  .mt-xxl-n29 {
    margin-top: -14.5rem !important;
  }
  .mt-xxl-n30 {
    margin-top: -15rem !important;
  }
  .mt-xxl-n31 {
    margin-top: -15.5rem !important;
  }
  .mt-xxl-n32 {
    margin-top: -16rem !important;
  }
  .mt-xxl-n33 {
    margin-top: -16.5rem !important;
  }
  .mt-xxl-n34 {
    margin-top: -17rem !important;
  }
  .mt-xxl-n35 {
    margin-top: -17.5rem !important;
  }
  .mt-xxl-n36 {
    margin-top: -18rem !important;
  }
  .mt-xxl-n37 {
    margin-top: -18.5rem !important;
  }
  .mt-xxl-n38 {
    margin-top: -19rem !important;
  }
  .mt-xxl-n39 {
    margin-top: -19.5rem !important;
  }
  .mt-xxl-n40 {
    margin-top: -20rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n1_5 {
    margin-right: -0.75rem !important;
  }
  .me-xxl-n2 {
    margin-right: -1rem !important;
  }
  .me-xxl-n2_ {
    margin-right: -1.25rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n4 {
    margin-right: -2rem !important;
  }
  .me-xxl-n5 {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n6 {
    margin-right: -3rem !important;
  }
  .me-xxl-n7 {
    margin-right: -3.5rem !important;
  }
  .me-xxl-n8 {
    margin-right: -4rem !important;
  }
  .me-xxl-n9 {
    margin-right: -4.5rem !important;
  }
  .me-xxl-n10 {
    margin-right: -5rem !important;
  }
  .me-xxl-n11 {
    margin-right: -5.5rem !important;
  }
  .me-xxl-n12 {
    margin-right: -6rem !important;
  }
  .me-xxl-n13 {
    margin-right: -6.5rem !important;
  }
  .me-xxl-n14 {
    margin-right: -7rem !important;
  }
  .me-xxl-n15 {
    margin-right: -7.5rem !important;
  }
  .me-xxl-n16 {
    margin-right: -8rem !important;
  }
  .me-xxl-n17 {
    margin-right: -8.5rem !important;
  }
  .me-xxl-n18 {
    margin-right: -9rem !important;
  }
  .me-xxl-n19 {
    margin-right: -9.5rem !important;
  }
  .me-xxl-n20 {
    margin-right: -10rem !important;
  }
  .me-xxl-n21 {
    margin-right: -10.5rem !important;
  }
  .me-xxl-n22 {
    margin-right: -11rem !important;
  }
  .me-xxl-n23 {
    margin-right: -11.5rem !important;
  }
  .me-xxl-n24 {
    margin-right: -12rem !important;
  }
  .me-xxl-n25 {
    margin-right: -12.5rem !important;
  }
  .me-xxl-n26 {
    margin-right: -13rem !important;
  }
  .me-xxl-n27 {
    margin-right: -13.5rem !important;
  }
  .me-xxl-n28 {
    margin-right: -14rem !important;
  }
  .me-xxl-n29 {
    margin-right: -14.5rem !important;
  }
  .me-xxl-n30 {
    margin-right: -15rem !important;
  }
  .me-xxl-n31 {
    margin-right: -15.5rem !important;
  }
  .me-xxl-n32 {
    margin-right: -16rem !important;
  }
  .me-xxl-n33 {
    margin-right: -16.5rem !important;
  }
  .me-xxl-n34 {
    margin-right: -17rem !important;
  }
  .me-xxl-n35 {
    margin-right: -17.5rem !important;
  }
  .me-xxl-n36 {
    margin-right: -18rem !important;
  }
  .me-xxl-n37 {
    margin-right: -18.5rem !important;
  }
  .me-xxl-n38 {
    margin-right: -19rem !important;
  }
  .me-xxl-n39 {
    margin-right: -19.5rem !important;
  }
  .me-xxl-n40 {
    margin-right: -20rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n1_5 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n2_ {
    margin-bottom: -1.25rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n11 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n13 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xxl-n14 {
    margin-bottom: -7rem !important;
  }
  .mb-xxl-n15 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xxl-n16 {
    margin-bottom: -8rem !important;
  }
  .mb-xxl-n17 {
    margin-bottom: -8.5rem !important;
  }
  .mb-xxl-n18 {
    margin-bottom: -9rem !important;
  }
  .mb-xxl-n19 {
    margin-bottom: -9.5rem !important;
  }
  .mb-xxl-n20 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-n21 {
    margin-bottom: -10.5rem !important;
  }
  .mb-xxl-n22 {
    margin-bottom: -11rem !important;
  }
  .mb-xxl-n23 {
    margin-bottom: -11.5rem !important;
  }
  .mb-xxl-n24 {
    margin-bottom: -12rem !important;
  }
  .mb-xxl-n25 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xxl-n26 {
    margin-bottom: -13rem !important;
  }
  .mb-xxl-n27 {
    margin-bottom: -13.5rem !important;
  }
  .mb-xxl-n28 {
    margin-bottom: -14rem !important;
  }
  .mb-xxl-n29 {
    margin-bottom: -14.5rem !important;
  }
  .mb-xxl-n30 {
    margin-bottom: -15rem !important;
  }
  .mb-xxl-n31 {
    margin-bottom: -15.5rem !important;
  }
  .mb-xxl-n32 {
    margin-bottom: -16rem !important;
  }
  .mb-xxl-n33 {
    margin-bottom: -16.5rem !important;
  }
  .mb-xxl-n34 {
    margin-bottom: -17rem !important;
  }
  .mb-xxl-n35 {
    margin-bottom: -17.5rem !important;
  }
  .mb-xxl-n36 {
    margin-bottom: -18rem !important;
  }
  .mb-xxl-n37 {
    margin-bottom: -18.5rem !important;
  }
  .mb-xxl-n38 {
    margin-bottom: -19rem !important;
  }
  .mb-xxl-n39 {
    margin-bottom: -19.5rem !important;
  }
  .mb-xxl-n40 {
    margin-bottom: -20rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n1_5 {
    margin-left: -0.75rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n2_ {
    margin-left: -1.25rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -3.5rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n9 {
    margin-left: -4.5rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n11 {
    margin-left: -5.5rem !important;
  }
  .ms-xxl-n12 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n13 {
    margin-left: -6.5rem !important;
  }
  .ms-xxl-n14 {
    margin-left: -7rem !important;
  }
  .ms-xxl-n15 {
    margin-left: -7.5rem !important;
  }
  .ms-xxl-n16 {
    margin-left: -8rem !important;
  }
  .ms-xxl-n17 {
    margin-left: -8.5rem !important;
  }
  .ms-xxl-n18 {
    margin-left: -9rem !important;
  }
  .ms-xxl-n19 {
    margin-left: -9.5rem !important;
  }
  .ms-xxl-n20 {
    margin-left: -10rem !important;
  }
  .ms-xxl-n21 {
    margin-left: -10.5rem !important;
  }
  .ms-xxl-n22 {
    margin-left: -11rem !important;
  }
  .ms-xxl-n23 {
    margin-left: -11.5rem !important;
  }
  .ms-xxl-n24 {
    margin-left: -12rem !important;
  }
  .ms-xxl-n25 {
    margin-left: -12.5rem !important;
  }
  .ms-xxl-n26 {
    margin-left: -13rem !important;
  }
  .ms-xxl-n27 {
    margin-left: -13.5rem !important;
  }
  .ms-xxl-n28 {
    margin-left: -14rem !important;
  }
  .ms-xxl-n29 {
    margin-left: -14.5rem !important;
  }
  .ms-xxl-n30 {
    margin-left: -15rem !important;
  }
  .ms-xxl-n31 {
    margin-left: -15.5rem !important;
  }
  .ms-xxl-n32 {
    margin-left: -16rem !important;
  }
  .ms-xxl-n33 {
    margin-left: -16.5rem !important;
  }
  .ms-xxl-n34 {
    margin-left: -17rem !important;
  }
  .ms-xxl-n35 {
    margin-left: -17.5rem !important;
  }
  .ms-xxl-n36 {
    margin-left: -18rem !important;
  }
  .ms-xxl-n37 {
    margin-left: -18.5rem !important;
  }
  .ms-xxl-n38 {
    margin-left: -19rem !important;
  }
  .ms-xxl-n39 {
    margin-left: -19.5rem !important;
  }
  .ms-xxl-n40 {
    margin-left: -20rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-0_5 {
    padding: 0.25rem !important;
  }
  .p-xxl-1 {
    padding: 0.5rem !important;
  }
  .p-xxl-1_5 {
    padding: 0.75rem !important;
  }
  .p-xxl-2 {
    padding: 1rem !important;
  }
  .p-xxl-2_ {
    padding: 1.25rem !important;
  }
  .p-xxl-3 {
    padding: 1.5rem !important;
  }
  .p-xxl-4 {
    padding: 2rem !important;
  }
  .p-xxl-5 {
    padding: 2.5rem !important;
  }
  .p-xxl-6 {
    padding: 3rem !important;
  }
  .p-xxl-7 {
    padding: 3.5rem !important;
  }
  .p-xxl-8 {
    padding: 4rem !important;
  }
  .p-xxl-9 {
    padding: 4.5rem !important;
  }
  .p-xxl-10 {
    padding: 5rem !important;
  }
  .p-xxl-11 {
    padding: 5.5rem !important;
  }
  .p-xxl-12 {
    padding: 6rem !important;
  }
  .p-xxl-13 {
    padding: 6.5rem !important;
  }
  .p-xxl-14 {
    padding: 7rem !important;
  }
  .p-xxl-15 {
    padding: 7.5rem !important;
  }
  .p-xxl-16 {
    padding: 8rem !important;
  }
  .p-xxl-17 {
    padding: 8.5rem !important;
  }
  .p-xxl-18 {
    padding: 9rem !important;
  }
  .p-xxl-19 {
    padding: 9.5rem !important;
  }
  .p-xxl-20 {
    padding: 10rem !important;
  }
  .p-xxl-21 {
    padding: 10.5rem !important;
  }
  .p-xxl-22 {
    padding: 11rem !important;
  }
  .p-xxl-23 {
    padding: 11.5rem !important;
  }
  .p-xxl-24 {
    padding: 12rem !important;
  }
  .p-xxl-25 {
    padding: 12.5rem !important;
  }
  .p-xxl-26 {
    padding: 13rem !important;
  }
  .p-xxl-27 {
    padding: 13.5rem !important;
  }
  .p-xxl-28 {
    padding: 14rem !important;
  }
  .p-xxl-29 {
    padding: 14.5rem !important;
  }
  .p-xxl-30 {
    padding: 15rem !important;
  }
  .p-xxl-31 {
    padding: 15.5rem !important;
  }
  .p-xxl-32 {
    padding: 16rem !important;
  }
  .p-xxl-33 {
    padding: 16.5rem !important;
  }
  .p-xxl-34 {
    padding: 17rem !important;
  }
  .p-xxl-35 {
    padding: 17.5rem !important;
  }
  .p-xxl-36 {
    padding: 18rem !important;
  }
  .p-xxl-37 {
    padding: 18.5rem !important;
  }
  .p-xxl-38 {
    padding: 19rem !important;
  }
  .p-xxl-39 {
    padding: 19.5rem !important;
  }
  .p-xxl-40 {
    padding: 20rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-0_5 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-1_5 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-2_ {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-11 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xxl-12 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-13 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xxl-14 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-15 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-16 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-17 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xxl-18 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-19 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xxl-20 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-21 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xxl-22 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xxl-23 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-xxl-24 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxl-25 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xxl-26 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xxl-27 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xxl-28 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxl-29 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-xxl-30 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxl-31 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-xxl-32 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxl-33 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-xxl-34 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xxl-35 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-xxl-36 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxl-37 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-xxl-38 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xxl-39 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-xxl-40 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-0_5 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-1_5 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-2_ {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxl-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-13 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xxl-14 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-16 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-17 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xxl-18 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-19 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xxl-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-21 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xxl-22 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xxl-23 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-xxl-24 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxl-25 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xxl-26 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xxl-27 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xxl-28 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxl-29 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-xxl-30 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxl-31 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-xxl-32 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxl-33 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-xxl-34 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xxl-35 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-xxl-36 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxl-37 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-xxl-38 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xxl-39 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-xxl-40 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-0_5 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-1_5 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-2 {
    padding-top: 1rem !important;
  }
  .pt-xxl-2_ {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 2rem !important;
  }
  .pt-xxl-5 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 3rem !important;
  }
  .pt-xxl-7 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 4rem !important;
  }
  .pt-xxl-9 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 5rem !important;
  }
  .pt-xxl-11 {
    padding-top: 5.5rem !important;
  }
  .pt-xxl-12 {
    padding-top: 6rem !important;
  }
  .pt-xxl-13 {
    padding-top: 6.5rem !important;
  }
  .pt-xxl-14 {
    padding-top: 7rem !important;
  }
  .pt-xxl-15 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-16 {
    padding-top: 8rem !important;
  }
  .pt-xxl-17 {
    padding-top: 8.5rem !important;
  }
  .pt-xxl-18 {
    padding-top: 9rem !important;
  }
  .pt-xxl-19 {
    padding-top: 9.5rem !important;
  }
  .pt-xxl-20 {
    padding-top: 10rem !important;
  }
  .pt-xxl-21 {
    padding-top: 10.5rem !important;
  }
  .pt-xxl-22 {
    padding-top: 11rem !important;
  }
  .pt-xxl-23 {
    padding-top: 11.5rem !important;
  }
  .pt-xxl-24 {
    padding-top: 12rem !important;
  }
  .pt-xxl-25 {
    padding-top: 12.5rem !important;
  }
  .pt-xxl-26 {
    padding-top: 13rem !important;
  }
  .pt-xxl-27 {
    padding-top: 13.5rem !important;
  }
  .pt-xxl-28 {
    padding-top: 14rem !important;
  }
  .pt-xxl-29 {
    padding-top: 14.5rem !important;
  }
  .pt-xxl-30 {
    padding-top: 15rem !important;
  }
  .pt-xxl-31 {
    padding-top: 15.5rem !important;
  }
  .pt-xxl-32 {
    padding-top: 16rem !important;
  }
  .pt-xxl-33 {
    padding-top: 16.5rem !important;
  }
  .pt-xxl-34 {
    padding-top: 17rem !important;
  }
  .pt-xxl-35 {
    padding-top: 17.5rem !important;
  }
  .pt-xxl-36 {
    padding-top: 18rem !important;
  }
  .pt-xxl-37 {
    padding-top: 18.5rem !important;
  }
  .pt-xxl-38 {
    padding-top: 19rem !important;
  }
  .pt-xxl-39 {
    padding-top: 19.5rem !important;
  }
  .pt-xxl-40 {
    padding-top: 20rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-0_5 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-1_5 {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-2 {
    padding-right: 1rem !important;
  }
  .pe-xxl-2_ {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 2rem !important;
  }
  .pe-xxl-5 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 3rem !important;
  }
  .pe-xxl-7 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 4rem !important;
  }
  .pe-xxl-9 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 5rem !important;
  }
  .pe-xxl-11 {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-12 {
    padding-right: 6rem !important;
  }
  .pe-xxl-13 {
    padding-right: 6.5rem !important;
  }
  .pe-xxl-14 {
    padding-right: 7rem !important;
  }
  .pe-xxl-15 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-16 {
    padding-right: 8rem !important;
  }
  .pe-xxl-17 {
    padding-right: 8.5rem !important;
  }
  .pe-xxl-18 {
    padding-right: 9rem !important;
  }
  .pe-xxl-19 {
    padding-right: 9.5rem !important;
  }
  .pe-xxl-20 {
    padding-right: 10rem !important;
  }
  .pe-xxl-21 {
    padding-right: 10.5rem !important;
  }
  .pe-xxl-22 {
    padding-right: 11rem !important;
  }
  .pe-xxl-23 {
    padding-right: 11.5rem !important;
  }
  .pe-xxl-24 {
    padding-right: 12rem !important;
  }
  .pe-xxl-25 {
    padding-right: 12.5rem !important;
  }
  .pe-xxl-26 {
    padding-right: 13rem !important;
  }
  .pe-xxl-27 {
    padding-right: 13.5rem !important;
  }
  .pe-xxl-28 {
    padding-right: 14rem !important;
  }
  .pe-xxl-29 {
    padding-right: 14.5rem !important;
  }
  .pe-xxl-30 {
    padding-right: 15rem !important;
  }
  .pe-xxl-31 {
    padding-right: 15.5rem !important;
  }
  .pe-xxl-32 {
    padding-right: 16rem !important;
  }
  .pe-xxl-33 {
    padding-right: 16.5rem !important;
  }
  .pe-xxl-34 {
    padding-right: 17rem !important;
  }
  .pe-xxl-35 {
    padding-right: 17.5rem !important;
  }
  .pe-xxl-36 {
    padding-right: 18rem !important;
  }
  .pe-xxl-37 {
    padding-right: 18.5rem !important;
  }
  .pe-xxl-38 {
    padding-right: 19rem !important;
  }
  .pe-xxl-39 {
    padding-right: 19.5rem !important;
  }
  .pe-xxl-40 {
    padding-right: 20rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-0_5 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-1_5 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-2_ {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-17 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xxl-18 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-19 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-21 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xxl-22 {
    padding-bottom: 11rem !important;
  }
  .pb-xxl-23 {
    padding-bottom: 11.5rem !important;
  }
  .pb-xxl-24 {
    padding-bottom: 12rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xxl-26 {
    padding-bottom: 13rem !important;
  }
  .pb-xxl-27 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xxl-28 {
    padding-bottom: 14rem !important;
  }
  .pb-xxl-29 {
    padding-bottom: 14.5rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-31 {
    padding-bottom: 15.5rem !important;
  }
  .pb-xxl-32 {
    padding-bottom: 16rem !important;
  }
  .pb-xxl-33 {
    padding-bottom: 16.5rem !important;
  }
  .pb-xxl-34 {
    padding-bottom: 17rem !important;
  }
  .pb-xxl-35 {
    padding-bottom: 17.5rem !important;
  }
  .pb-xxl-36 {
    padding-bottom: 18rem !important;
  }
  .pb-xxl-37 {
    padding-bottom: 18.5rem !important;
  }
  .pb-xxl-38 {
    padding-bottom: 19rem !important;
  }
  .pb-xxl-39 {
    padding-bottom: 19.5rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 20rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-0_5 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-1_5 {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-2 {
    padding-left: 1rem !important;
  }
  .ps-xxl-2_ {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 2rem !important;
  }
  .ps-xxl-5 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 3rem !important;
  }
  .ps-xxl-7 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 4rem !important;
  }
  .ps-xxl-9 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 5rem !important;
  }
  .ps-xxl-11 {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-12 {
    padding-left: 6rem !important;
  }
  .ps-xxl-13 {
    padding-left: 6.5rem !important;
  }
  .ps-xxl-14 {
    padding-left: 7rem !important;
  }
  .ps-xxl-15 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-16 {
    padding-left: 8rem !important;
  }
  .ps-xxl-17 {
    padding-left: 8.5rem !important;
  }
  .ps-xxl-18 {
    padding-left: 9rem !important;
  }
  .ps-xxl-19 {
    padding-left: 9.5rem !important;
  }
  .ps-xxl-20 {
    padding-left: 10rem !important;
  }
  .ps-xxl-21 {
    padding-left: 10.5rem !important;
  }
  .ps-xxl-22 {
    padding-left: 11rem !important;
  }
  .ps-xxl-23 {
    padding-left: 11.5rem !important;
  }
  .ps-xxl-24 {
    padding-left: 12rem !important;
  }
  .ps-xxl-25 {
    padding-left: 12.5rem !important;
  }
  .ps-xxl-26 {
    padding-left: 13rem !important;
  }
  .ps-xxl-27 {
    padding-left: 13.5rem !important;
  }
  .ps-xxl-28 {
    padding-left: 14rem !important;
  }
  .ps-xxl-29 {
    padding-left: 14.5rem !important;
  }
  .ps-xxl-30 {
    padding-left: 15rem !important;
  }
  .ps-xxl-31 {
    padding-left: 15.5rem !important;
  }
  .ps-xxl-32 {
    padding-left: 16rem !important;
  }
  .ps-xxl-33 {
    padding-left: 16.5rem !important;
  }
  .ps-xxl-34 {
    padding-left: 17rem !important;
  }
  .ps-xxl-35 {
    padding-left: 17.5rem !important;
  }
  .ps-xxl-36 {
    padding-left: 18rem !important;
  }
  .ps-xxl-37 {
    padding-left: 18.5rem !important;
  }
  .ps-xxl-38 {
    padding-left: 19rem !important;
  }
  .ps-xxl-39 {
    padding-left: 19.5rem !important;
  }
  .ps-xxl-40 {
    padding-left: 20rem !important;
  }
  .fw-xxl-light {
    font-weight: 300 !important;
  }
  .fw-xxl-lighter {
    font-weight: lighter !important;
  }
  .fw-xxl-normal {
    font-weight: 400 !important;
  }
  .fw-xxl-bold {
    font-weight: 500 !important;
  }
  .fw-xxl-bolder {
    font-weight: 700 !important;
  }
  .fw-xxl-100 {
    font-weight: 100 !important;
  }
  .fw-xxl-200 {
    font-weight: 200 !important;
  }
  .fw-xxl-300 {
    font-weight: 300 !important;
  }
  .fw-xxl-400 {
    font-weight: 400 !important;
  }
  .fw-xxl-500 {
    font-weight: 500 !important;
  }
  .fw-xxl-600 {
    font-weight: 600 !important;
  }
  .fw-xxl-700 {
    font-weight: 700 !important;
  }
  .fw-xxl-800 {
    font-weight: 800 !important;
  }
  .fw-xxl-900 {
    font-weight: 900 !important;
  }
  .lh-xxl-1 {
    line-height: 1 !important;
  }
  .lh-xxl-sm {
    line-height: 1.25 !important;
  }
  .lh-xxl-base {
    line-height: 1.5 !important;
  }
  .lh-xxl-lg {
    line-height: 2 !important;
  }
  .lh-xxl-10 {
    line-height: 0.625rem !important;
  }
  .lh-xxl-11 {
    line-height: 0.6875rem !important;
  }
  .lh-xxl-12 {
    line-height: 0.75rem !important;
  }
  .lh-xxl-13 {
    line-height: 0.8125rem !important;
  }
  .lh-xxl-14 {
    line-height: 0.875rem !important;
  }
  .lh-xxl-15 {
    line-height: 0.9375rem !important;
  }
  .lh-xxl-16 {
    line-height: 1rem !important;
  }
  .lh-xxl-17 {
    line-height: 1.0625rem !important;
  }
  .lh-xxl-18 {
    line-height: 1.125rem !important;
  }
  .lh-xxl-19 {
    line-height: 1.1875rem !important;
  }
  .lh-xxl-20 {
    line-height: 1.25rem !important;
  }
  .lh-xxl-21 {
    line-height: 1.3125rem !important;
  }
  .lh-xxl-22 {
    line-height: 1.375rem !important;
  }
  .lh-xxl-23 {
    line-height: 1.4375rem !important;
  }
  .lh-xxl-24 {
    line-height: 1.5rem !important;
  }
  .lh-xxl-25 {
    line-height: 1.5625rem !important;
  }
  .lh-xxl-26 {
    line-height: 1.625rem !important;
  }
  .lh-xxl-27 {
    line-height: 1.6875rem !important;
  }
  .lh-xxl-28 {
    line-height: 1.75rem !important;
  }
  .lh-xxl-29 {
    line-height: 1.8125rem !important;
  }
  .lh-xxl-30 {
    line-height: 1.875rem !important;
  }
  .lh-xxl-31 {
    line-height: 1.9375rem !important;
  }
  .lh-xxl-32 {
    line-height: 2rem !important;
  }
  .lh-xxl-33 {
    line-height: 2.0625rem !important;
  }
  .lh-xxl-34 {
    line-height: 2.125rem !important;
  }
  .lh-xxl-35 {
    line-height: 2.1875rem !important;
  }
  .lh-xxl-36 {
    line-height: 2.25rem !important;
  }
  .lh-xxl-37 {
    line-height: 2.3125rem !important;
  }
  .lh-xxl-38 {
    line-height: 2.375rem !important;
  }
  .lh-xxl-39 {
    line-height: 2.4375rem !important;
  }
  .lh-xxl-40 {
    line-height: 2.5rem !important;
  }
  .lh-xxl-41 {
    line-height: 2.5625rem !important;
  }
  .lh-xxl-42 {
    line-height: 2.625rem !important;
  }
  .lh-xxl-43 {
    line-height: 2.6875rem !important;
  }
  .lh-xxl-44 {
    line-height: 2.75rem !important;
  }
  .lh-xxl-45 {
    line-height: 2.8125rem !important;
  }
  .lh-xxl-46 {
    line-height: 2.875rem !important;
  }
  .lh-xxl-47 {
    line-height: 2.9375rem !important;
  }
  .lh-xxl-48 {
    line-height: 3rem !important;
  }
  .lh-xxl-49 {
    line-height: 3.0625rem !important;
  }
  .lh-xxl-50 {
    line-height: 3.125rem !important;
  }
  .lh-xxl-51 {
    line-height: 3.1875rem !important;
  }
  .lh-xxl-52 {
    line-height: 3.25rem !important;
  }
  .lh-xxl-53 {
    line-height: 3.3125rem !important;
  }
  .lh-xxl-54 {
    line-height: 3.375rem !important;
  }
  .lh-xxl-55 {
    line-height: 3.4375rem !important;
  }
  .lh-xxl-56 {
    line-height: 3.5rem !important;
  }
  .lh-xxl-57 {
    line-height: 3.5625rem !important;
  }
  .lh-xxl-58 {
    line-height: 3.625rem !important;
  }
  .lh-xxl-59 {
    line-height: 3.6875rem !important;
  }
  .lh-xxl-60 {
    line-height: 3.75rem !important;
  }
  .lh-xxl-61 {
    line-height: 3.8125rem !important;
  }
  .lh-xxl-62 {
    line-height: 3.875rem !important;
  }
  .lh-xxl-63 {
    line-height: 3.9375rem !important;
  }
  .lh-xxl-64 {
    line-height: 4rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .ls-xxl-0 {
    letter-spacing: 0.0625rem !important;
  }
  .ls-xxl-1 {
    letter-spacing: 0.0685rem !important;
  }
  .ls-xxl-2 {
    letter-spacing: 0.075rem !important;
  }
  .ls-xxl-3 {
    letter-spacing: 0.0815rem !important;
  }
  .ls-xxl-4 {
    letter-spacing: 0.0875rem !important;
  }
  .ls-xxl-5 {
    letter-spacing: 0.0935rem !important;
  }
  .ls-xxl-6 {
    letter-spacing: 0.1rem !important;
  }
  .ls-xxl-7 {
    letter-spacing: 0.1065rem !important;
  }
  .ls-xxl-8 {
    letter-spacing: 0.1125rem !important;
  }
  .ls-xxl-9 {
    letter-spacing: 0.1185rem !important;
  }
  .ls-xxl-10 {
    letter-spacing: 0.625rem !important;
  }
  .ls-xxl-11 {
    letter-spacing: 0.6875rem !important;
  }
  .ls-xxl-12 {
    letter-spacing: 0.75rem !important;
  }
  .ls-xxl-13 {
    letter-spacing: 0.8125rem !important;
  }
  .ls-xxl-14 {
    letter-spacing: 0.875rem !important;
  }
  .ls-xxl-15 {
    letter-spacing: 0.9375rem !important;
  }
  .ls-xxl-16 {
    letter-spacing: 1rem !important;
  }
  .ls-xxl-17 {
    letter-spacing: 1.0625rem !important;
  }
  .ls-xxl-18 {
    letter-spacing: 1.125rem !important;
  }
  .ls-xxl-19 {
    letter-spacing: 1.1875rem !important;
  }
  .ls-xxl-20 {
    letter-spacing: 1.25rem !important;
  }
  .ls-xxl-21 {
    letter-spacing: 1.3125rem !important;
  }
  .ls-xxl-22 {
    letter-spacing: 1.375rem !important;
  }
  .ls-xxl-23 {
    letter-spacing: 1.4375rem !important;
  }
  .ls-xxl-24 {
    letter-spacing: 1.5rem !important;
  }
  .ls-xxl-25 {
    letter-spacing: 1.5625rem !important;
  }
  .ls-xxl-26 {
    letter-spacing: 1.625rem !important;
  }
  .ls-xxl-27 {
    letter-spacing: 1.6875rem !important;
  }
  .ls-xxl-28 {
    letter-spacing: 1.75rem !important;
  }
  .ls-xxl-29 {
    letter-spacing: 1.8125rem !important;
  }
  .ls-xxl-30 {
    letter-spacing: 1.875rem !important;
  }
  .ls-xxl-31 {
    letter-spacing: 1.9375rem !important;
  }
  .ls-xxl-32 {
    letter-spacing: 2rem !important;
  }
  .ls-xxl-33 {
    letter-spacing: 2.0625rem !important;
  }
  .ls-xxl-34 {
    letter-spacing: 2.125rem !important;
  }
  .ls-xxl-35 {
    letter-spacing: 2.1875rem !important;
  }
  .ls-xxl-36 {
    letter-spacing: 2.25rem !important;
  }
  .ls-xxl-37 {
    letter-spacing: 2.3125rem !important;
  }
  .ls-xxl-38 {
    letter-spacing: 2.375rem !important;
  }
  .ls-xxl-39 {
    letter-spacing: 2.4375rem !important;
  }
  .ls-xxl-40 {
    letter-spacing: 2.5rem !important;
  }
  .ls-xxl-41 {
    letter-spacing: 2.5625rem !important;
  }
  .ls-xxl-42 {
    letter-spacing: 2.625rem !important;
  }
  .ls-xxl-43 {
    letter-spacing: 2.6875rem !important;
  }
  .ls-xxl-44 {
    letter-spacing: 2.75rem !important;
  }
  .ls-xxl-45 {
    letter-spacing: 2.8125rem !important;
  }
  .ls-xxl-46 {
    letter-spacing: 2.875rem !important;
  }
  .ls-xxl-47 {
    letter-spacing: 2.9375rem !important;
  }
  .ls-xxl-48 {
    letter-spacing: 3rem !important;
  }
  .ls-xxl-49 {
    letter-spacing: 3.0625rem !important;
  }
  .ls-xxl-50 {
    letter-spacing: 3.125rem !important;
  }
}

@media (min-width: 1200px) {
  .fs-21 {
    font-size: 1.3125rem !important;
  }
  .fs-22 {
    font-size: 1.375rem !important;
  }
  .fs-23 {
    font-size: 1.4375rem !important;
  }
  .fs-24 {
    font-size: 1.5rem !important;
  }
  .fs-25 {
    font-size: 1.5625rem !important;
  }
  .fs-26 {
    font-size: 1.625rem !important;
  }
  .fs-27 {
    font-size: 1.6875rem !important;
  }
  .fs-28 {
    font-size: 1.75rem !important;
  }
  .fs-29 {
    font-size: 1.8125rem !important;
  }
  .fs-30 {
    font-size: 1.875rem !important;
  }
  .fs-31 {
    font-size: 1.9375rem !important;
  }
  .fs-32 {
    font-size: 2rem !important;
  }
  .fs-33 {
    font-size: 2.0625rem !important;
  }
  .fs-34 {
    font-size: 2.125rem !important;
  }
  .fs-35 {
    font-size: 2.1875rem !important;
  }
  .fs-36 {
    font-size: 2.25rem !important;
  }
  .fs-37 {
    font-size: 2.3125rem !important;
  }
  .fs-38 {
    font-size: 2.375rem !important;
  }
  .fs-39 {
    font-size: 2.4375rem !important;
  }
  .fs-40 {
    font-size: 2.5rem !important;
  }
  .fs-41 {
    font-size: 2.5625rem !important;
  }
  .fs-42 {
    font-size: 2.625rem !important;
  }
  .fs-43 {
    font-size: 2.6875rem !important;
  }
  .fs-44 {
    font-size: 2.75rem !important;
  }
  .fs-45 {
    font-size: 2.8125rem !important;
  }
  .fs-46 {
    font-size: 2.875rem !important;
  }
  .fs-47 {
    font-size: 2.9375rem !important;
  }
  .fs-48 {
    font-size: 3rem !important;
  }
  .fs-49 {
    font-size: 3.0625rem !important;
  }
  .fs-50 {
    font-size: 3.125rem !important;
  }
  .fs-51 {
    font-size: 3.1875rem !important;
  }
  .fs-52 {
    font-size: 3.25rem !important;
  }
  .fs-53 {
    font-size: 3.3125rem !important;
  }
  .fs-54 {
    font-size: 3.375rem !important;
  }
  .fs-55 {
    font-size: 3.4375rem !important;
  }
  .fs-56 {
    font-size: 3.5rem !important;
  }
  .fs-57 {
    font-size: 3.5625rem !important;
  }
  .fs-58 {
    font-size: 3.625rem !important;
  }
  .fs-59 {
    font-size: 3.6875rem !important;
  }
  .fs-60 {
    font-size: 3.75rem !important;
  }
  .fs-61 {
    font-size: 3.8125rem !important;
  }
  .fs-62 {
    font-size: 3.875rem !important;
  }
  .fs-63 {
    font-size: 3.9375rem !important;
  }
  .fs-64 {
    font-size: 4rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST -  state/fade-white.scss                                      */
/* ---------------------------------------------------------------------------*/
.fade-white {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fade-white:hover {
  background: #d9d9d9;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST -  state/fade-white.scss                                      */
/* ---------------------------------------------------------------------------*/
.animated-burger {
  width: 24px;
  height: 16px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: block;
}

.animated-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-burger span {
  background: #383838;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.animated-burger span:nth-child(1) {
  top: 0;
}

.animated-burger span:nth-child(2),
.animated-burger span:nth-child(3) {
  top: 6px;
  width: 15px;
  -webkit-transform: translateX(9px);
          transform: translateX(9px);
}

.animated-burger span:nth-child(4) {
  top: 12px;
}

.animated-burger.open span:nth-child(1) {
  top: 11px;
  width: 0;
  left: 50%;
}

.animated-burger.open span:nth-child(2) {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.animated-burger.open span:nth-child(3) {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  width: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.animated-burger.open span:nth-child(4) {
  top: 11px;
  width: 0;
  left: 50%;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - state/_thin-line-top-sm.scss                                */
/* ---------------------------------------------------------------------------*/
.thin-line-top-sm:before {
  content: '';
  display: block;
  background-color: #1FB8AE;
  height: 2px;
  position: relative;
  -webkit-transform: translate(0px, -25px);
          transform: translate(0px, -25px);
  width: 20px;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - state/_thin-line-top-md.scss                                */
/* ---------------------------------------------------------------------------*/
.thin-line-top-md:before {
  content: '';
  display: block;
  background-color: #1FB8AE;
  height: 2px;
  position: relative;
  -webkit-transform: translate(0px, -25px);
          transform: translate(0px, -25px);
  width: 40px;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - style/_box-brand.scss                                       */
/* ---------------------------------------------------------------------------*/
.box-brand {
  background-color: #EBEEF9;
  background-image: url("../icon/logo-no-text-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  fill-opacity: .1;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - state/_bg-dotted.scss                                       */
/* ---------------------------------------------------------------------------*/
.bg-dotted {
  background-image: url("../image/bg-dot.png");
  background-repeat: repeat-y;
  margin-left: -1rem;
  background-size: cover;
  background-position: center center;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - state/_bg-hermitage.scss                                    */
/* ---------------------------------------------------------------------------*/
.bg-hermitage {
  background-image: url("../image/bg-hermitage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/_global.scss                                           */
/* ---------------------------------------------------------------------------*/
::-moz-selection {
  background: #0F2D5E;
  color: white;
}

::selection {
  background: #0F2D5E;
  color: white;
}

* {
  scrollbar-color: #1FB8AE transparent;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #1FB8AE;
  border-radius: 0;
  border: 3px solid transparent;
}

#page-content {
  min-height: 70vh;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/_fonts.scss                                            */
/* ---------------------------------------------------------------------------*/
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUOjIg1_i6t8kCHKm459WxZqh7q29NNpQ.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUOjIg1_i6t8kCHKm459WxZqh7k29M.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZBg_z8vZwnCo.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZBg_z_PZw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZYgzz8vZwnCo.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZOg3z8vZwnCo.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrz8vZwnCo.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwnCo.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjz8vZwnCo.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjz_PZw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnz8vZwnCo.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnz_PZw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRxy7mw9c.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRyS7m.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3gfD_u50.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gfD_u50.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG3gfD_u50.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/_video.scss                                            */
/* ---------------------------------------------------------------------------*/
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/_form.scss                                             */
/* CHECK BOOTSTRAP VARIABLE OVERWRITE IN /ASSETS/SCSS/TOOL/BOOTSTRAP/*        */
/* ---------------------------------------------------------------------------*/
.form-item {
  padding-left: 0;
}

.custom-checkbox label {
  margin-left: 1.5rem;
}

.js-form-item > .custom-control-label:first-child:before {
  content: none;
}

.js-form-item > .custom-control-label:first-child:after {
  content: none;
}

.form-label {
  font-weight: 600;
  color: #383838;
  font-size: .875rem;
  line-height: .875rem;
  margin-bottom: .25rem;
}

label.option {
  display: inline-block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control {
  height: auto;
}

.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

.form-actions .button {
  /*margin: 1rem 1rem 0 0;*/
}

.wrapper-input-file {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.wrapper-input-file input {
  cursor: inherit;
  display: block;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

.wrapper-input-file input + label {
  background-color: #0F2D5E;
  border-radius: 0.2rem;
  color: #fff;
  display: inline-block;
  padding: .5rem 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-bottom: 0;
}

.wrapper-input-file input + label:hover,
.wrapper-input-file input:focus + label {
  background-color: #081832;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - _base/heading.scss                                          */
/* CHECK BOOTSTRAP VARIABLE OVERWRITE IN /ASSETS/SCSS/TOOL/BOOTSTRAP/*        */
/* ---------------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #383838;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: #383838;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover {
  color: #5e5e5e;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.h1, h1, .h1, h1 a, .h1 a {
  line-height: 2.1rem;
  color: #1FB8AE;
}

.h2, h2, .h2, h2 a, .h2 a {
  font-weight: 500 !important;
  line-height: 2.25rem;
  margin-bottom: .625rem;
  margin-top: 1.875rem;
}

.h3, h3, .h3, h3 a, .h3 a {
  line-height: 2.041rem;
  margin-bottom: 2.5rem;
  font-weight: 500 !important;
}

@media (min-width: 1400px) {
  .block--type-category-header .field--name-body {
    font-size: 3rem;
    padding: 3rem 0 3rem 5rem;
  }
  .h1, h1, .h1, h1 a, .h1 a {
    font-size: 2.25rem;
    line-height: 3.125rem;
    color: #1FB8AE;
  }
  .h2, h2, .h2, h2 a, .h2 a {
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 1.563rem;
    margin-top: 3.75rem;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/_print.scss                                            */
/* ---------------------------------------------------------------------------*/
@media print {
  .d-print-block {
    display: block;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .col-print-1 {
    display: block;
    max-width: 8%;
  }
  .col-print-2 {
    display: block;
    max-width: 16%;
  }
  .col-print-3 {
    display: block;
    max-width: 25%;
  }
  .col-print-4 {
    display: block;
    max-width: 33%;
  }
  .col-print-5 {
    display: block;
    max-width: 42%;
  }
  .col-print-6 {
    display: block;
    max-width: 50%;
  }
  .col-print-7 {
    display: block;
    max-width: 58%;
  }
  .col-print-8 {
    display: block;
    max-width: 66%;
  }
  .col-print-9 {
    display: block;
    max-width: 75%;
  }
  .col-print-10 {
    display: block;
    max-width: 83%;
  }
  .col-print-11 {
    display: block;
    max-width: 92%;
  }
  .col-print-12 {
    display: block;
    max-width: 100%;
  }
}

@media print {
  body {
    padding-top: 0 !important;
  }
  p {
    orphans: 3 !important;
  }
  script,
  style {
    display: none;
  }
  .row {
    display: block;
  }
  .container {
    width: auto;
  }
  #comment-form {
    display: none;
  }
  .node__links li.statistics-counter {
    visibility: hidden !important;
  }
  .path-frontpage article.node > h2::before, .path-frontpage article.node > .h2::before {
    content: none;
  }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none !important;
    padding-left: 0 !important;
  }
  h1 a:before, .h1 a:before,
  h2 a:before,
  .h2 a:before,
  h3 a:before,
  .h3 a:before,
  h4 a:before,
  .h4 a:before,
  h5 a:before,
  .h5 a:before,
  h6 a:before,
  .h6 a:before {
    content: none !important;
  }
  a {
    color: #646464 !important;
    text-decoration: underline !important;
  }
  .field--name-body li a[href]:after,
  .field--name-body p a[href]:after {
    content: " [LINK: " attr(href) "] ";
  }
  #toolbar-administration {
    display: none;
  }
  #header-brand a.navbar-brand {
    font-size: 2.5rem;
    text-decoration: none !important;
  }
  .field--name-field-tags .field__label {
    margin-left: 0 !important;
  }
  .node__content .node__links {
    display: none !important;
  }
  #comment-container {
    padding: 0 !important;
  }
  label.form-required {
    display: none;
  }
  .form-item-comment-body-0-format {
    margin-top: 1.5rem;
  }
  #comment-container .indented article {
    padding-left: 1rem !important;
    border-left: 2px solid #adb5bd;
  }
  .comment-body .links {
    display: none !important;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_abbr.scss                                         */
/* ---------------------------------------------------------------------------*/
abbr {
  font-size: 90%;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_address.scss                                      */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_a.scss                                            */
/* ---------------------------------------------------------------------------*/
a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*
  #page-content a[href*="//"]:not([href*="hermitageclinic.ie"]),
  #page-content a[href*="//"]:not([href*="hermitage-static.dev"]),
  #page-content a[href*="//"]:not([href*="hermitage.ddev.site"]) {
    &:after {
      transition       : $transition-base;
      content          : '';
      margin-left      : .4rem;
      display          : inline-block;
      width            : 15px;
      background-color : $link-color;
      height           : 15px;
      transition       : all .2s ease-in-out;
      -webkit-mask     : url('../icon/box-arrow-up-right.svg');
      mask             : url('../icon/box-arrow-up-right.svg');
      mask-size        : auto;
      -webkit-mask-size: cover;
      mask-size        : cover;
      transform        : translateY(1px);
    }

    &:hover:after {
      background-color: $link-hover-color;
    }
  }*/
/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_b.scss                                            */
/* ---------------------------------------------------------------------------*/
b {
  font-weight: 500;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_blockquote.scss                                   */
/* ---------------------------------------------------------------------------*/
.blockquote {
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(56, 56, 56, 0.175) !important;
          box-shadow: 0 0.5rem 1.5rem rgba(56, 56, 56, 0.175) !important;
  margin: 1rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 500;
  text-align: center;
  color: #383838;
  position: relative;
  quotes: '“' '”' '‘' '’' '«' '»';
  padding: 7rem 1.5rem;
}

.blockquote:before {
  content: url("../icon/quote.svg");
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  left: 1rem;
  top: 1rem;
}

.blockquote:after {
  content: url("../icon/quote.svg");
  display: inline-block;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.blockquote blockquote {
  position: relative;
}

.blockquote .blockquote-footer {
  font-size: .875rem;
  line-height: .875rem;
  color: #adb5bd;
  margin-top: 2rem;
}

.blockquote .blockquote-footer:after {
  content: none;
}

.blockquote-footer {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .blockquote {
    -webkit-box-shadow: 0 1rem 3rem rgba(56, 56, 56, 0.175) !important;
            box-shadow: 0 1rem 3rem rgba(56, 56, 56, 0.175) !important;
    margin: 3rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 6rem 6rem 3rem;
  }
  .blockquote:before {
    left: 2rem;
    top: 2rem;
  }
  .blockquote:after {
    right: 2rem;
    bottom: 2rem;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_cite.scss                                            */
/* ---------------------------------------------------------------------------*/
cite {
  color: #495057;
  font-size: 90%;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_code.scss                                            */
/* ---------------------------------------------------------------------------*/
code {
  font-size: 85%;
  background-color: #ced4da;
  padding: 1px 5px;
  white-space: normal;
  color: #343a40;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_del.scss                                            */
/* ---------------------------------------------------------------------------*/
del {
  color: #dc3545;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_details.scss                                            */
/* ---------------------------------------------------------------------------*/
details {
  border: 1px solid #1FB8AE;
  padding: .5rem 1.5rem 0 2.5rem;
  margin: 1rem 0;
  border-radius: 0.2rem;
}

details summary {
  outline: none;
  margin-left: -1.65rem;
  margin-bottom: .5rem;
}

details summary::marker {
  color: #1FB8AE;
}

details[open] summary ~ * {
  -webkit-animation: sweep .5s ease-in-out;
  animation: sweep .5s ease-in-out;
}

details .details-wrapper {
  padding: 0;
  margin: .5em 0 2em;
}

@-webkit-keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  details {
    margin: 1rem;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_dfn.scss                                            */
/* ---------------------------------------------------------------------------*/
dl {
  background-color: #f8f9fa;
  border-radius: 0.2rem;
  padding: 1rem 1.5rem;
}

dl dt {
  color: #0F2D5E;
}

dl dd {
  padding-bottom: .5rem;
  border-bottom: 1px dotted #adb5bd;
}

dl dd:last-child {
  border-bottom: none;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_dl.scss                                            */
/* ---------------------------------------------------------------------------*/
dl {
  background-color: #f8f9fa;
  border-radius: 0.2rem;
  padding: 1rem 1.5rem;
}

dl dt {
  color: #1FB8AE;
}

dl dd {
  padding-bottom: .5rem;
  border-bottom: 1px dotted #adb5bd;
}

dl dd:last-child {
  border-bottom: none;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_em.scss                                            */
/* ---------------------------------------------------------------------------*/
em {
  font-style: italic;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_figure.scss                                            */
/* ---------------------------------------------------------------------------*/
figure.align-left {
  margin-right: 1rem;
}

figure.align-right {
  margin-left: 1rem;
}

figure {
  display: table;
  background-color: #e9ecef;
  border-radius: 0.2rem;
}

figure figcaption {
  font-size: .85rem;
  text-align: right;
  color: #6c757d;
  font-style: italic;
  padding: .5rem .75rem;
  border-radius: 0 0 0.2rem 0.2rem;
}

figure img {
  border-radius: 0.2rem 0.2rem 0 0;
}

figure figcaption {
  display: table-caption;
  width: none;
  caption-side: bottom;
  background-color: #e9ecef;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_hgroup.scss                                            */
/* ---------------------------------------------------------------------------*/
hgroup {
  padding-left: 16px;
  border-left: 10px solid #0F2D5E;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_hr.scss                                            */
/* ---------------------------------------------------------------------------*/
p + hr {
  border: none;
  border-top: 2px solid #ced4da;
  color: #adb5bd;
  overflow: visible;
  text-align: center;
  height: 5px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

p + hr:after {
  background: #fff;
  content: '§';
  font-size: 1.75rem;
  padding: 0 4px;
  position: relative;
  top: -21px;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_html.scss                                            */
/* ---------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_i.scss                                            */
/* ---------------------------------------------------------------------------*/
i {
  font-style: italic;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_ins.scss                                            */
/* ---------------------------------------------------------------------------*/
ins {
  color: #198754;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_kbd.scss                                            */
/* ---------------------------------------------------------------------------*/
kbd {
  padding: .2rem .4rem .1rem;
  font-size: 85%;
  color: #fff;
  background-color: #6c757d;
  border-radius: 2px;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_mark.scss                                            */
/* ---------------------------------------------------------------------------*/
mark, .mark {
  font-size: 85%;
  background-color: #ffc107;
  padding: .10rem .4rem .15rem;
  border-radius: 0.2rem;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_ol.scss                                            */
/* ---------------------------------------------------------------------------*/
ol:not([class]) {
  line-height: 1.75rem;
  counter-reset: item;
  padding-left: .5rem;
}

ol:not([class]) li {
  display: block;
}

ol:not([class]) li::marker {
  color: #0F2D5E;
  font-size: 1em;
}

ol:not([class]) li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  color: #0F2D5E;
}

ol:not([class]) ol {
  padding-left: 1rem;
}

ol:not([class]) ol ol {
  padding-left: 1.6rem;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_p.scss                                            */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_pre.scss                                            */
/* ---------------------------------------------------------------------------*/
pre.command {
  overflow: visible;
  background-color: #f8f9fa;
  padding: .5rem 1rem;
  border: 1px dashed #198754;
  color: #6c757d;
  border-radius: 2px;
  white-space: pre-wrap;
}

pre.code {
  background-color: #f8f9fa;
  border-left: 5px solid #0F2D5E;
  border-right: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-radius: 3px;
  padding: 1rem;
  color: #2f6f9f;
}

pre.code .attribute {
  color: #4f9fcf;
}

pre.code .value {
  color: #d44950;
}

pre.code .text {
  color: #212529;
}

pre.code code {
  background-color: transparent;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_q.scss                                            */
/* ---------------------------------------------------------------------------*/
q {
  font-size: 90%;
  font-style: italic;
  quotes: '« ' ' »' '“' '”' '‘' '’';
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_small.scss                                            */
/* ---------------------------------------------------------------------------*/
small, .small {
  font-weight: 300;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_strong.scss                                            */
/* ---------------------------------------------------------------------------*/
a strong,
strong,
strong a {
  font-weight: 700;
  color: #495057;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_table.scss                                        */
/* CHECK BOOTSTRAP VARIABLE OVERWRITE IN /ASSETS/SCSS/TOOL/BOOTSTRAP/*        */
/* ---------------------------------------------------------------------------*/
table {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.609rem;
}

table caption {
  color: #adb5bd;
}

table th {
  font-weight: 500;
}

table thead {
  background-color: #0F2D5E;
  color: #fff;
}

table tfoot {
  background-color: #fff;
  color: #383838;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - base/tag/_ul.scss                                            */
/* ---------------------------------------------------------------------------*/
ul:not([class]) {
  padding-left: 3rem;
  line-height: 24px;
}

ul:not([class]) li::marker {
  color: #1FB8AE;
  font-size: 1.25em;
}

ul:not([class]) li {
  margin-bottom: 10px;
  padding-left: .75rem;
}

ul:not([class]) ul {
  padding-left: 1.25rem;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST -  state/_google-map-responsive.scss                          */
/* ---------------------------------------------------------------------------*/
.google-map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 100%;
}

.google-map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/_alert-message.scss                                  */
/* CHECK BOOTSTRAP VARIABLE OVERWRITE IN /ASSETS/SCSS/TOOL/BOOTSTRAP/*        */
/* ---------------------------------------------------------------------------*/
.alert {
  margin: 1rem auto;
  background-color: #5ae3da;
  position: relative;
  padding-left: 5rem;
}

.alert .placeholder {
  font-weight: 500;
}

.alert .placeholder a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.alert:before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  margin-left: -4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.alert.alert-danger:before {
  -webkit-mask: url("../icon/x-circle-fill.svg");
  mask: url("../icon/x-circle-fill.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #dc3545;
}

.alert.alert-primary:before {
  -webkit-mask: url("../icon/info-fill.svg");
  mask: url("../icon/info-fill.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #0d6efd;
}

.alert.alert-warning:before {
  -webkit-mask: url("../icon/alert-circle-fill.svg");
  mask: url("../icon/alert-circle-fill.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #ffc107;
}

.alert .btn-close {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/_breadcrumbs.scss                                    */
/* ---------------------------------------------------------------------------*/
ol.breadcrumb .breadcrumb-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 8rem;
  font-size: 12px;
  line-height: 15.6px;
  font-style: normal;
  font-weight: normal;
  color: #383838;
}

ol.breadcrumb .breadcrumb-item:last-child {
  font-weight: 600;
}

ol.breadcrumb .breadcrumb-item a {
  font-size: 13px;
  color: #383838;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

ol.breadcrumb .breadcrumb-item a:hover {
  color: #4B51B9;
  text-decoration: underline;
}

@media (min-width: 768px) {
  ol.breadcrumb .breadcrumb-item {
    max-width: 15rem;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/_local-task.scss                                     */
/* CHECK BOOTSTRAP VARIABLE OVERWRITE IN /ASSETS/SCSS/TOOL/BOOTSTRAP/*        */
/* ---------------------------------------------------------------------------*/
.tabs a {
  padding: .5rem 1.25rem;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/_pager.scss                                          */
/* ---------------------------------------------------------------------------*/
.pager__items a {
  text-decoration: none;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/_pils.scss                                           */
/* CHECK BOOTSTRAP VARIABLE OVERWRITE IN /ASSETS/SCSS/TOOL/BOOTSTRAP/*        */
/* ---------------------------------------------------------------------------*/
.nav-pills a {
  border-radius: 0.2rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills a.is-active,
.nav-pills a:hover {
  color: white;
  background-color: #0F2D5E;
}

.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link:hover,
.nav-pills a.is-active:hover,
.nav-pills a:hover:hover {
  background-color: #16428a;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/_modal-search.scss                                   */
/* CHECK BOOTSTRAP VARIABLE OVERWRITE IN /ASSETS/SCSS/TOOL/BOOTSTRAP/*        */
/* ---------------------------------------------------------------------------*/
#bs-modal-search .form-text {
  background-color: #0F2D5E;
  border: 0;
  color: #adb5bd;
  border-bottom: 2px solid white;
  border-radius: 0;
  font-size: 1.125rem;
}

#bs-modal-search .custom-control-label {
  display: none;
}

@media (min-width: 768px) {
  .wrapper {
    min-width: 30rem;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/_banner-hero.scss                                    */
/* ---------------------------------------------------------------------------*/
.hero-header-landing-page {
  min-height: 400px;
}

.hero-header-landing-page .bg-img {
  top: 0;
  z-index: 0;
  background-image: url("../image/bg-hero-header.png");
  background-position: right;
  min-width: 50%;
  height: 100%;
}

.hero-header-landing-page .text,
.hero-header-landing-page .title {
  z-index: 1;
}

.hero-header-landing-page .img {
  top: 0;
  right: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .hero-header-landing-page .bg-img {
    width: 105%;
  }
}

@media (min-width: 992px) {
  .hero-header-landing-page .bg-img {
    margin-left: -15rem;
  }
  .hero-header-landing-page picture img {
    width: inherit;
  }
  .hero-header-landing-page .hero-header-landing-page-wrapper {
    max-height: 400px;
  }
  .hero-header-landing-page .text,
  .hero-header-landing-page .title {
    max-width: 500px;
    z-index: 2;
  }
  .hero-header-landing-page .bg-img {
    z-index: 1;
    width: auto;
    height: 100%;
    width: 75%;
  }
  .hero-header-landing-page .img {
    z-index: 0;
  }
}

@media (min-width: 1200px) {
  .hero-header-landing-page .bg-img {
    margin-left: -10rem;
    width: 60%;
  }
  .hero-header-landing-page .text,
  .hero-header-landing-page .title {
    max-width: 500px;
  }
}

@media (min-width: 1400px) {
  .hero-header-landing-page .wrapper-content {
    max-width: 1280px;
    margin: 0 auto;
  }
  .hero-header-landing-page .bg-img {
    margin-left: 0;
    width: 50%;
  }
  .hero-header-landing-page .text,
  .hero-header-landing-page .title {
    max-width: 50%;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/form/_input-group-search.scss                        */
/* CHECK BOOTSTRAP VARIABLE OVERWRITE IN /ASSETS/SCSS/TOOL/BOOTSTRAP/*        */
/* ---------------------------------------------------------------------------*/
.input-group.search .btn {
  font-size: 0;
  min-width: 4rem;
}

.input-group.search .input {
  height: 3.75rem;
  background-color: #fff;
  background-image: url("../icon/search-bg.svg");
  background-repeat: no-repeat;
  background-position: 30px 40px;
  font-weight: 500;
  color: #6c757d;
}

.input-group.search .icon-arrow {
  -webkit-mask: url("../icon/arrow-thin.svg");
  mask: url("../icon/arrow-thin.svg");
  -webkit-mask-size: contain;
  display: inline-block;
  mask-size: contain;
  width: 15px;
  height: 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  background-color: #fff;
  margin-left: .5rem;
  z-index: 2;
  position: absolute;
  top: 1.35rem;
  right: 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.input-group.search input:hover + i {
  -webkit-transform: translate(8px, 4px);
          transform: translate(8px, 4px);
}

.input-group.search .icon-search {
  -webkit-mask: url("../icon/search.svg");
  mask: url("../icon/search.svg");
  -webkit-mask-size: contain;
  display: inline-block;
  mask-size: contain;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translate(20px, 20px);
          transform: translate(20px, 20px);
  background-color: #adb5bd;
  margin-left: .5rem;
  z-index: 2;
  position: absolute;
}

@media (min-width: 992px) {
  .input-group.search .icon-search {
    -webkit-transform: translate(40px, 38px) !important;
            transform: translate(40px, 38px) !important;
  }
  .input-group.search .btn {
    font-size: 1rem;
  }
  .input-group.search .icon-arrow {
    top: 2.5rem;
    right: 3.5rem;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/_accordion-content.scss                              */
/* CHECK BOOTSTRAP VARIABLE OVERWRITE IN /ASSETS/SCSS/TOOL/BOOTSTRAP/*        */
/* ---------------------------------------------------------------------------*/
.accordion-content .accordion-button::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.accordion-content .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-content .accordion-button {
  border-left: 5px solid #1FB8AE !important;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/_accordion-panel.scss                                */
/* CHECK BOOTSTRAP VARIABLE OVERWRITE IN /ASSETS/SCSS/TOOL/BOOTSTRAP/*        */
/* ---------------------------------------------------------------------------*/
.accordion-panel .accordion-button:after {
  margin-left: 1rem !important;
}

.accordion-panel .accordion-body {
  max-height: 23rem;
}

.accordion-panel .filter-item {
  color: #0F2D5E;
  line-height: 1.4rem;
  font-size: 1rem;
  font-weight: 500;
}

.accordion-panel .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/_box-highlight.scss                                */
/* ---------------------------------------------------------------------------*/
.box-highlight {
  background-image: url("../image/bg-dot.png");
  background-repeat: repeat-y;
  margin-left: -5rem;
  background-position: top center;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/button/_button.scss                                  */
/* CHECK BOOTSTRAP VARIABLE OVERWRITE IN /ASSETS/SCSS/TOOL/BOOTSTRAP/*        */
/* ---------------------------------------------------------------------------*/
.btn-sm, .btn-group-sm > .btn {
  font-weight: 600;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/button/_button-thin-light.scss                       */
/* CHECK BOOTSTRAP VARIABLE OVERWRITE IN /ASSETS/SCSS/TOOL/BOOTSTRAP/*        */
/* ---------------------------------------------------------------------------*/
.btn-thin-light {
  border-radius: 0.2rem;
  color: #383838;
  padding: .5rem 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  font-weight: 400;
  font-size: .729rem;
  line-height: 1.083rem;
  background-color: #E7F7F9;
}

.btn-thin-light:hover {
  background-color: #d3f0f4 !important;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/card/_card-user.scss                                 */
/* ---------------------------------------------------------------------------*/
.card-user {
  max-width: 21.875rem;
}

.card-user .name {
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.05rem;
}

.card-user .occupation {
  font-weight: 500;
  font-size: .75rem;
  line-height: .914rem;
}

.card-user .mail .link {
  font-size: .75rem;
  line-height: 1.114rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-user .mail .link:hover {
  color: #939ba2 !important;
}

.card-user .phone {
  font-size: .75rem;
  line-height: 1.114rem;
}

.card-user .cta .link {
  font-size: .688rem;
  line-height: .688rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #adb5bd;
  padding-bottom: .175rem;
}

.card-user .cta .link:hover {
  color: #5e5e5e !important;
}

.card-user .icon.email:before {
  margin-left: .25rem;
  content: '';
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #383838;
  margin-right: .5rem;
  -webkit-mask: url("../icon/email.svg");
  mask: url("../icon/email.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 15px;
  height: 13px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  white-space: nowrap;
}

.card-user .icon.phone:before {
  margin-left: .25rem;
  content: '';
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #383838;
  margin-right: .5rem;
  -webkit-mask: url("../icon/phone.svg");
  mask: url("../icon/phone.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 13px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  white-space: nowrap;
}

.card-user .icon.arrow:after {
  content: '';
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #383838;
  margin-right: .5rem;
  -webkit-mask: url("../icon/arrow-thin.svg");
  mask: url("../icon/arrow-thin.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 11px;
  height: 9px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translate(8px, 1px);
          transform: translate(8px, 1px);
  white-space: nowrap;
}

.card-user .icon.arrow:before {
  content: none;
}

.card-user .icon:hover:before {
  background-color: #6b6b6b;
}

.card-user .icon.arrow:hover:after {
  -webkit-transform: translate(12px, 1px);
          transform: translate(12px, 1px);
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/card/_card-basic.scss                                */
/* ---------------------------------------------------------------------------*/
.card-basic:after {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  background-color: #adb5bd;
  -webkit-mask: url("../icon/arrow-regular.svg");
  mask: url("../icon/arrow-regular.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 17px;
  height: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.card-basic:hover:after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.card-basic:hover {
  border: 1px solid #adb5bd !important;
}

.card-basic .card-title {
  font-size: 1rem;
  line-height: 1.2rem;
}

.card-basic .card-text {
  font-weight: 500;
  font-size: .75rem;
  line-height: 1.114rem;
}

.card-basic a:hover {
  text-decoration: none !important;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/card/_card-highlight.scss                            */
/* ---------------------------------------------------------------------------*/
.card-highlight .card-header .card-title {
  display: inline-block;
  min-height: 5rem;
}

.card-highlight .card-header .card-title:before {
  content: '';
  position: absolute;
  background-size: contain;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url("../icon/phone-service.svg");
  mask: url("../icon/phone-service.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 40px !important;
  height: 40px !important;
  -webkit-transform: translate(-120px, 10px);
          transform: translate(-120px, 10px);
}

.card-highlight .card-body strong {
  font-size: 1.125rem;
  line-height: 1.6rem;
  font-weight: 500;
}

.card-highlight .phone-number:nth-of-type(n+2):before {
  content: ' or ';
  display: inline-block;
  padding-left: .5rem;
  padding-right: .5rem;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/carousel/_carousel-card.scss                         */
/* ---------------------------------------------------------------------------*/
#carouselFocus .carousel-inner .carousel-item-end.active,
#carouselFocus .carousel-inner .carousel-item-next {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

#carouselFocus .carousel-inner .carousel-item-prev,
#carouselFocus .carousel-inner .carousel-item-start.active {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#carouselFocus .carousel-control-prev-icon {
  background-image: url("../icon/arrow-thin-black.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#carouselFocus .carousel-control-next-icon {
  background-image: url("../icon/arrow-thin-black.svg");
}

#carouselFocus .carousel-control-next-icon,
#carouselFocus .carousel-control-prev-icon {
  width: 1rem;
  height: 1rem;
  width: 60px;
}

#carouselFocus {
  background-image: url("../image/bg-dot-strong.png");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: right center;
}

#carouselFocus .card {
  overflow: visible;
  background-color: transparent;
}

#carouselFocus .card img {
  height: 250px;
  width: 160px;
}

/*@include media-breakpoint-down(md) {
  #carouselFocus {
    .carousel-inner .carousel-item > div {
      display: none;
    }
    .carousel-inner .carousel-item > div:nth-child(1),
    .carousel-inner .carousel-item > div:nth-child(2) {
      display: block;
    }
  }
}*/
#carouselFocus .carousel-inner .carousel-item-next,
#carouselFocus .carousel-inner .carousel-item-prev,
#carouselFocus .carousel-inner .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1200px) {
  #carouselFocus .carousel-inner .carousel-item-end.active,
  #carouselFocus .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(33%);
            transform: translateX(33%);
  }
  #carouselFocus .carousel-inner .carousel-item-prev,
  #carouselFocus .carousel-inner .carousel-item-start.active {
    -webkit-transform: translateX(-33%);
            transform: translateX(-33%);
  }
}

#carouselFocus .carousel-inner .carousel-item-end,
#carouselFocus .carousel-inner .carousel-item-start {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#carouselFocus .carousel-item.active .box:first-of-type {
  z-index: 1;
}

#carouselFocus .carousel-item.active .box:first-of-type .card-text,
#carouselFocus .carousel-item.active .box:first-of-type .card-title,
#carouselFocus .carousel-item.active .box:first-of-type img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#carouselFocus .carousel-item:last-of-type:not(.active) .box:nth-of-type(2) .card-text,
#carouselFocus .carousel-item:last-of-type:not(.active) .box:nth-of-type(2) .card-title,
#carouselFocus .carousel-item:last-of-type:not(.active) .box:nth-of-type(2) img {
  display: none;
}

#carouselFocus .carousel-item.active.carousel-item-end .box:first-of-type,
#carouselFocus .carousel-item.active.carousel-item-start .box:first-of-type {
  z-index: 100;
  position: relative;
}

#carouselFocus .carousel-item.active.carousel-item-end .box:first-of-type .card-text,
#carouselFocus .carousel-item.active.carousel-item-end .box:first-of-type .card-title,
#carouselFocus .carousel-item.active.carousel-item-end .box:first-of-type img,
#carouselFocus .carousel-item.active.carousel-item-start .box:first-of-type .card-text,
#carouselFocus .carousel-item.active.carousel-item-start .box:first-of-type .card-title,
#carouselFocus .carousel-item.active.carousel-item-start .box:first-of-type img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#carouselFocus #carouselFocusControl {
  -webkit-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
}

@media (min-width: 992px) {
  .path-frontpage #carouselFocus #carouselFocusControl {
    -webkit-transform: translate(-30rem, -3rem);
            transform: translate(-30rem, -3rem);
  }
}

@media (min-width: 1200px) {
  .path-frontpage #carouselFocus #carouselFocusControl {
    -webkit-transform: translate(-50rem, -3rem);
            transform: translate(-50rem, -3rem);
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/carousel/_carousel-hero.scss                         */
/* ---------------------------------------------------------------------------*/
.footer-container-below .footer {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
}

#carousel-hero-wrapper {
  /* ! ! ! SCROLL BUTTON ! ! ! */
  /* ! ! ! CHAT BUTTON ! ! ! */
  /* ! ! ! FOOTER ! ! ! */
}

#carousel-hero-wrapper .carousel-caption {
  left: 1rem;
  top: 5rem;
  max-width: 75%;
  text-align: left;
}

#carousel-hero-wrapper .carousel-control-next-icon {
  background-image: url("../icon/arrow-right-circle-1.svg");
}

#carousel-hero-wrapper .carousel-control-next-icon:after {
  content: 'explore';
  display: inline-block;
  -webkit-transform: rotate(270deg) translate(-60px, -12px);
          transform: rotate(270deg) translate(-60px, -12px);
}

#carousel-hero-wrapper .cta:after {
  margin-left: .75rem;
  content: '';
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  margin-right: .5rem;
  -webkit-mask: url("../icon/arrow-thin.svg");
  mask: url("../icon/arrow-thin.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 25px;
  height: 25px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
  white-space: nowrap;
}

#carousel-hero-wrapper .cta:hover:after {
  -webkit-transform: translate(9px, 9px);
          transform: translate(9px, 9px);
}

#carousel-hero-wrapper .counter {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 5rem;
  font-size: .75rem;
}

#carousel-hero-wrapper .counter span:nth-child(1) {
  font-weight: bold;
  font-size: 1.25rem;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  display: inline-block;
  margin-right: .3rem;
}

#carousel-hero-wrapper .counter span:nth-child(2) {
  font-size: .625rem;
  display: inline-block;
  margin-left: .2rem;
}

#carousel-hero-wrapper .scroll-button {
  z-index: 2;
  position: absolute;
  display: inline-block;
  text-align: center;
  left: 2rem;
  bottom: 2rem;
}

#carousel-hero-wrapper .chat {
  z-index: 2;
  position: absolute;
  border-radius: 100%;
  right: 2rem;
  bottom: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#carousel-hero-wrapper .chat svg {
  margin-top: .6rem;
  margin-left: .65rem;
}

#carousel-hero-wrapper .chat:hover {
  background-color: #23cec3 !important;
}

#carousel-hero-wrapper .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#carousel-hero-wrapper .footer .speciality .text:before {
  content: '';
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #6c757d;
  margin-right: .5rem;
  -webkit-mask: url("../icon/stethoscope.svg");
  mask: url("../icon/stethoscope.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 15px;
  height: 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  white-space: nowrap;
}

#carousel-hero-wrapper .footer .consultant .text:before {
  content: '';
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #6c757d;
  margin-right: .5rem;
  -webkit-mask: url("../icon/user-1.svg");
  mask: url("../icon/user-1.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 15px;
  height: 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  white-space: nowrap;
}

#carousel-hero-wrapper .footer .search {
  position: relative;
}

#carousel-hero-wrapper .footer .search .link:after {
  margin-left: .75rem;
  content: '';
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  margin-right: .5rem;
  -webkit-mask: url("../icon/arrow-thin.svg");
  mask: url("../icon/arrow-thin.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 15px;
  height: 15px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translate(20px, 4px);
          transform: translate(20px, 4px);
  white-space: nowrap;
}

#carousel-hero-wrapper .footer .search:hover .link:after {
  -webkit-transform: translate(28px, 4px);
          transform: translate(28px, 4px);
}

@media (min-width: 576px) {
  #carousel-hero-wrapper .carousel-caption {
    left: 11rem;
    top: 12rem;
    max-width: 50%;
  }
  #carousel-hero-wrapper .carousel-inner img {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  #carousel-hero-wrapper {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
            box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
  }
  .footer {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/footer/_footer.scss                                  */
/* ---------------------------------------------------------------------------*/
#page-footer .region-footer-one .logo {
  margin-bottom: 40px;
}

#page-footer .region-footer-one .name {
  margin-bottom: 16px;
}

#page-footer .region-footer-one p {
  margin-bottom: 0;
}

#page-footer .region-footer-three .text-formatted a,
#page-footer .region-footer-two .text-formatted a {
  display: block;
  margin-bottom: 24px;
}

#page-footer .region-footer-three .title {
  margin-bottom: 24px;
}

#page-footer p {
  font-size: 14px;
}

#page-footer p a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#page-footer p a:hover {
  color: #d9d9d9;
}

#page-footer .region-footer-five {
  margin-top: -32px;
}

#page-footer a[class^="social-media"] {
  font-size: 0;
}

#page-footer a[class^="social-media"]:after {
  content: none !important;
}

#page-footer a[class^="social-media"]:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}

#page-footer a[class^="social-media"]:hover:before {
  background-color: #cccccc;
}

#page-footer .social-media-facebook:before {
  -webkit-mask: url("../icon/facebook.svg");
  mask: url("../icon/facebook.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 16px !important;
  height: 16px !important;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#page-footer .social-media-instagram:before {
  -webkit-mask: url("../icon/instagram.svg");
  mask: url("../icon/instagram.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

#page-footer .social-media-twitter:before {
  -webkit-mask: url("../icon/twitter.svg");
  mask: url("../icon/twitter.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 18px !important;
  height: 18px !important;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

#page-footer .social-media-youtube:before {
  -webkit-mask: url("../icon/youtube.svg");
  mask: url("../icon/youtube.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 20px !important;
  height: 20px !important;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

#page-footer .social-media-google:before {
  -webkit-mask: url("../icon/google.svg");
  mask: url("../icon/google.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/footer/_footer-sub.scss                              */
/* ---------------------------------------------------------------------------*/
#page-footer-sub .col {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#page-footer-sub div {
  line-height: 0;
}

#page-footer-sub a,
#page-footer-sub span {
  color: #fff;
  font-size: 11px;
  line-height: 10px;
  padding: 0 12px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#page-footer-sub a:hover {
  color: #d9d9d9;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST -  module/header/navbar-additional.scss                       */
/* ---------------------------------------------------------------------------*/
@media (max-width: 767.98px) {
  #menu-main-extra .nav-link {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    margin-left: 0.5rem;
  }
}

@media (min-width: 768px) {
  #menu-main-extra {
    font-size: 0.813rem;
    line-height: 0.975rem;
    font-weight: 500;
    margin-left: 25px;
  }
  #menu-main-extra .nav .nav-item:last-child {
    margin-right: 0;
  }
  #menu-main-extra .nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  .nav-item {
    margin: 0 12.5px;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST -  module/header/navbar-main.scss                             */
/* CHECK BOOTSTRAP VARIABLE OVERWRITE IN /ASSETS/SCSS/TOOL/BOOTSTRAP/*        */
/* ---------------------------------------------------------------------------*/
@media (max-width: 767.98px) {
  .navbar-toggler-icon:focus,
  .navbar-toggler:active,
  .navbar-toggler:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .region-nav-add #nav-additional-bill,
  .region-nav-add #nav-additional-nav-secondary {
    display: none;
  }
  #menu-main {
    position: relative;
    font-size: 0.875rem;
  }
  #menu-main .contextual-region {
    position: inherit;
  }
  #menu-main .menu--main {
    width: 100%;
  }
  #menu-main .nav-item {
    padding-left: 0;
    margin-left: 0;
  }
  #menu-main .nav-link {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    margin-left: 0.5rem;
  }
  #menu-main .dropdown-menu {
    background-color: #0F2D5E;
    border: 0;
    border-radius: 0;
    padding-left: 1rem;
  }
  #menu-main .dropdown-menu .dropdown-item {
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
  }
  #menu-main .dropdown-menu .dropdown-item:hover {
    background-color: #1FB8AE;
  }
  #menu-main .dropdown .dropdown-item {
    padding-left: 0.5rem;
    border-left: 2px solid #1FB8AE;
  }
  #menu-main .dropdown > .dropdown-toggle:after {
    content: none;
    border: 0;
  }
  #menu-main .dropdown > .dropdown-toggle:after {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.75em;
    float: right;
    margin-right: 0.75rem;
    top: 5px;
    position: relative;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    vertical-align: top;
    width: 0.75em;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
  }
  #menu-main .dropdown .dropdown-toggle.active-menu:after {
    left: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@media (min-width: 768px) {
  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: translateY(1rem);
              transform: translateY(1rem);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0rem);
              transform: translateY(0rem);
      opacity: 1;
    }
    0% {
      -webkit-transform: translateY(1rem);
              transform: translateY(1rem);
      opacity: 0;
    }
  }
  @keyframes slideIn {
    0% {
      -webkit-transform: translateY(1rem);
              transform: translateY(1rem);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0rem);
              transform: translateY(0rem);
      opacity: 1;
    }
    0% {
      -webkit-transform: translateY(1rem);
              transform: translateY(1rem);
      opacity: 0;
    }
  }
  .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }
  .animate {
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
  #menu-main .menu--main {
    width: auto;
  }
  #menu-main .nav-item {
    border-top: 0;
  }
  #menu-main .nav-item .nav-item {
    padding-left: 0.25rem;
  }
  #menu-main .dropdown-item {
    padding-left: 1rem;
  }
  #menu-main .nav-item.dropdown.show {
    z-index: 2;
  }
  #menu-main .dropdown.show:before {
    content: none;
  }
  #menu-main .dropdown-menu {
    margin-top: 21px;
    padding-left: 0;
    background-color: #1FB8AE;
    border: 0;
    z-index: 2;
    border-radius: 0;
  }
  #menu-main .dropdown-menu:after {
    bottom: 100%;
    left: 30%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #1FB8AE;
    border-width: 8px;
    margin-left: -20px;
    margin-top: 1rem;
  }
  #menu-main .dropdown-item {
    color: white;
  }
  #menu-main .dropdown-item:hover {
    color: white;
    background-color: #1ba299;
  }
  #menu-main .dropdown-item.is-active {
    background-color: #1ba299;
  }
  #menu-main .dropdown-item.is-active:hover {
    background-color: #188c85;
  }
  #menu-main .navbar-nav .nav-item .dropdown-toggle,
  #menu-main .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0;
    position: relative;
  }
  #menu-main .navbar-nav .nav-item .dropdown-toggle:before,
  #menu-main .navbar-nav .nav-item .nav-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #d9d9d9;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #menu-main .navbar-nav .nav-item .dropdown-toggle:not(.active):before,
  #menu-main .navbar-nav .nav-item .nav-link:not(.is-active):before {
    visibility: hidden;
  }
  #menu-main .navbar-nav .nav-item .dropdown-toggle:not(.active):hover:before,
  #menu-main .navbar-nav .nav-item .nav-link:not(.is-active):hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  #menu-main .navbar-nav .nav-item .dropdown-toggle.active:before,
  #menu-main .navbar-nav .nav-item .nav-link.is-active:before {
    background-color: white;
    width: 100%;
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST -  module/header/navbar-additional.scss                       */
/* ---------------------------------------------------------------------------*/
.navbar-additional-icon {
  font-size: 0;
}

.navbar-additional-icon:before {
  content: '';
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #000;
}

.navbar-additional-icon:hover:before {
  background-color: #000;
}

.navbar-additional-icon:before {
  -webkit-mask: url("../icon/search.svg");
  mask: url("../icon/search.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

/*  .navbar-additional-icon.burger {
    &:before {
      -webkit-mask       : url('../icon/burger.svg');
      mask               : url('../icon/burger.svg');
      -webkit-mask-size  : contain;
      mask-size          : contain;
      width              : 20px;
      height             : 20px;
      -webkit-mask-repeat: no-repeat;
      mask-repeat        : no-repeat;
      transform          : translateY(9px);
    }
  }*/
/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/tabs/_tabs-pils.scss                                 */
/* ---------------------------------------------------------------------------*/
.tabs .nav-pills .nav-link {
  color: #fff;
}

.tabs .nav-pills .nav-link:not(.active) {
  color: #383838;
}

.tabs .nav-pills .nav-link.active,
.tabs .nav-pills .show > .nav-link,
.tabs .nav-pills a.is-active,
.tabs .nav-pills a:hover {
  background-color: #1FB8AE;
  color: #fff !important;
}

.tabs .nav-pills .nav-link.active:hover,
.tabs .nav-pills .show > .nav-link:hover,
.tabs .nav-pills a.is-active:hover,
.tabs .nav-pills a:hover:hover {
  background-color: #1FB8AE;
}

.tabs .nav-link:hover {
  background-color: #1FB8AE;
}

.tabs a:hover {
  text-decoration: none;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/_teaser-simple.scss                                  */
/* ---------------------------------------------------------------------------*/
.card-simple .teaser-image {
  margin-bottom: .75rem;
}

.card-simple .teaser-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #383838;
  margin-bottom: .5rem;
  margin-top: 0;
}

.card-simple .teaser-date {
  color: #adb5bd;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: .5rem;
  display: inline-block;
}

.card-simple .node__links {
  display: inline;
}

.card-simple .node__links:before {
  content: '...';
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - module/_teaser-grid-multiple.scss                           */
/* ---------------------------------------------------------------------------*/
.teaser-grid-1 img {
  -o-object-fit: cover;
  object-fit: cover;
}

.teaser-grid-1 .teaser-grid-1-link {
  font-size: .688rem;
  line-height: .688rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-bottom: 1px solid #adb5bd;
  padding-bottom: .175rem;
}

.teaser-grid-1 .teaser-grid-1-link:after {
  content: '';
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #383838;
  margin-right: .5rem;
  -webkit-mask: url("../icon/arrow-thin.svg");
  mask: url("../icon/arrow-thin.svg");
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  mask-size: auto;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 11px;
  height: 9px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translate(8px, 1px);
          transform: translate(8px, 1px);
  white-space: nowrap;
}

.teaser-grid-1 .teaser-grid-1-link:hover {
  text-decoration: none;
}

.teaser-grid-1 .teaser-grid-1-link:hover:after {
  -webkit-transform: translate(12px, 1px);
          transform: translate(12px, 1px);
}

.img-hover-zoom {
  overflow: hidden;
}

.img-hover-zoom img {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.img-hover-zoom:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
  border-radius: 10px;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - drupal/drupal-module/_adminimal.scss                        */
/* ---------------------------------------------------------------------------*/
#toolbar-bar {
  font-weight: 400;
}

#drupal-off-canvas {
  background-color: #0F2D5E !important;
}

.path-admin .dialog-off-canvas-main-canvas {
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.2), -12px 0 8px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.2), -12px 0 8px -4px rgba(0, 0, 0, 0.2);
  min-height: 100vh;
}

/* toolbar bar */
.adminimal .toolbar .toolbar-menu,
.adminimal-admin-toolbar .toolbar #toolbar-bar {
  background-color: #081935;
}

#drupal-off-canvas .ui-dialog-content,
#drupal-off-canvas details,
#drupal-off-canvas summary {
  color: #ddd;
  background: #0F2D5E;
  background-color: #0F2D5E;
}

#drupal-off-canvas details[open] > summary {
  color: #eee;
  background-color: #0B2247;
}

.ui-dialog.ui-dialog-off-canvas {
  background: #0B2247;
}

/* toolbar tray */
.adminimal .toolbar .toolbar-bar,
.adminimal-admin-toolbar .toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active,
.adminimal-admin-toolbar .toolbar .toolbar-bar .toolbar-tab > .toolbar-item:focus,
.adminimal-admin-toolbar .toolbar .toolbar-toggle-orientation,
.adminimal-admin-toolbar .toolbar .toolbar-tray,
.adminimal-admin-toolbar .toolbar-tray .toolbar-menu li {
  background-color: #0B2247;
}

.adminimal-admin-toolbar .content-header {
  background-color: #0F2D5E;
}

.adminimal-admin-toolbar .toolbar .menu-item:hover {
  background-color: #188C84;
}

/* Hover / active link */
.adminimal-admin-toolbar .toolbar-tray .toolbar-menu li {
  background: #0B2247;
  background-color: #0B2247;
}

.adminimal-admin-toolbar .toolbar .toolbar-tray-vertical .toolbar-menu a:focus,
.adminimal-admin-toolbar .toolbar .toolbar-tray-vertical .toolbar-menu a:hover {
  background: #188C84;
}

.adminimal-admin-toolbar .toolbar .toolbar-bar .toolbar-tab:not(.workspaces-toolbar-tab) > .toolbar-item:hover,
.adminimal-admin-toolbar .toolbar .toolbar-menu .toolbar-menu a.is-active,
.adminimal-admin-toolbar .toolbar .toolbar-menu a:hover {
  background-color: #188C84;
}

.adminimal-admin-toolbar .toolbar-tray-horizontal .menu-item--expanded:hover > .toolbar-box > a,
.adminimal-admin-toolbar .toolbar-tray-horizontal .menu-item--expanded:hover > a {
  background: #188C84;
}

/* Hover / active link */
.adminimal .toolbar .toolbar-bar .toolbar-tab:not(.workspaces-toolbar-tab) > .toolbar-item:hover,
.adminimal .toolbar .toolbar-menu .toolbar-menu a.is-active,
.adminimal .toolbar .toolbar-menu a:hover {
  background-color: #188C84;
}

.adminimal-admin-toolbar .toolbar-tray-horizontal .menu-item a:focus {
  background-color: #1FB8AE;
}

.adminimal-admin-toolbar .level-1 .toolbar-handle.open,
.adminimal-admin-toolbar .toolbar-tray-vertical .level-2 {
  background: #0F2D5E !important;
}

.adminimal-admin-toolbar .level-2 .toolbar-handle.open,
.adminimal-admin-toolbar .toolbar-tray-vertical .level-3 {
  background: #143B7B !important;
}

.adminimal-admin-toolbar .level-3 .toolbar-handle.open,
.adminimal-admin-toolbar .toolbar-tray-vertical .level-4 {
  background: #17448C !important;
}

.adminimal-admin-toolbar .level-4 .toolbar-handle.open,
.adminimal-admin-toolbar .toolbar-tray-vertical .level-5 {
  background: #1A4C9E !important;
}

.adminimal-admin-toolbar .toolbar .toolbar-tray-horizontal {
  border-bottom: 0;
}

.adminimal-admin-toolbar .toolbar-icon-admin-toolbar-tools-help.is-active::before,
.adminimal-admin-toolbar .toolbar-icon-admin-toolbar-tools-help:active::before,
.adminimal-admin-toolbar .toolbar-icon-admin-toolbar-tools-help:hover::before,
.adminimal-admin-toolbar .toolbar-tray-horizontal .menu-item--expanded:hover .toolbar-icon-admin-toolbar-tools-help::before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-image: url("/modules/contrib/admin_toolbar/admin_toolbar_tools/misc/icons/ffffff/drupal-9-logo.svg");
  padding: 2px 2px 0;
  margin-left: 4px;
}

.toolbar .toolbar-icon::before {
  width: 16px;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - drupal/drupal-module/_ajax_loader.scss                      */
/* ---------------------------------------------------------------------------*/
.ajax-throbber.sk-chasing-dots .sk-child,
.ajax-throbber.sk-circle .sk-child:before,
.ajax-throbber.sk-cube-grid .sk-child,
.ajax-throbber.sk-double-bounce .sk-child,
.ajax-throbber.sk-fading-circle .sk-child:before,
.ajax-throbber.sk-folding-cube .sk-child:before,
.ajax-throbber.sk-pulse .sk-child,
.ajax-throbber.sk-rotating-plane,
.ajax-throbber.sk-three-bounce .sk-child,
.ajax-throbber.sk-wandering-cubes .sk-cube,
.ajax-throbber.sk-wave .sk-rect {
  background-color: #1FB8AE;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - drupal/drupal-module/_toolbar.scss                          */
/* ---------------------------------------------------------------------------*/
#toolbar-administration,
#toolbar-bar {
  z-index: 1021;
}

@media (min-width: 768px) {
  .toolbar-horizontal #navbar-main,
  .toolbar-vertical.toolbar-tray-open #navbar-main {
    top: 39px;
  }
  .toolbar-horizontal.toolbar-tray-open #navbar-main {
    top: 78px;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - drupal/drupal-module/_ajax_loader.scss                      */
/* ---------------------------------------------------------------------------*/
.tablefield-export-link {
  background-color: #1FB8AE;
  display: inline-block;
  padding: .5rem 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
}

.tablefield-export-link:hover {
  background-color: #21c5ba;
}

.tablefield-export-link a {
  color: white;
}

.tablefield-export-link a:hover {
  text-decoration: none;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - drupal/drupal-module/_media-library.scss                    */
/* ---------------------------------------------------------------------------*/
/*  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
   * OFFCANVAS  */
.layout-builder-browser-block-item {
  display: block !important;
}

/*  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
   * MODAL */
.ui-widget-overlay {
  background: black;
}

.ui-dialog .ui-dialog-titlebar-close {
  right: .65em;
}

.ui-widget.ui-widget-content {
  border: 0;
}

.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar-close {
  background-image: none !important;
}

.ui-front.ui-dialog:not([aria-describedby="drupal-off-canvas"]) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.ui-dialog-titlebar:not([aria-describedby="drupal-off-canvas"]) {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.ui-front.ui-dialog {
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(56, 56, 56, 0.175);
          box-shadow: 0 0.5rem 1.5rem rgba(56, 56, 56, 0.175);
  padding-bottom: 2rem;
}

.ui-front.ui-dialog [id*='editor-link-dialog'] {
  min-height: 500px;
}

.ui-front.ui-dialog .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .6em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-front.ui-dialog .ui-dialog-titlebar {
  background: #0F2D5E;
  color: white;
}

.ui-front.ui-dialog .ui-dialog-titlebar-close:after {
  content: url("../icon/close.svg");
  display: inline-block;
}

.ui-front.ui-dialog.media-library-widget-modal {
  min-width: 1500px;
}

.ui-front.ui-dialog.media-library-widget-modal .ui-dialog-buttonpane {
  background: #fff;
}

.ui-front.ui-dialog.media-library-widget-modal .media-library-menu {
  background-color: #EBEEF9;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-right: 2rem;
  padding-top: 2rem;
  margin-right: 1rem;
  list-style: none;
  font-size: 1.5rem;
  font-weight: 600;
}

.ui-front.ui-dialog.media-library-widget-modal #views-exposed-form-media-library-widget [id*='edit-actions'] {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  display: inline-block;
}

.ui-front.ui-dialog.media-library-widget-modal .form-type-managed-file .custom-control-label {
  display: none;
}

.ui-front.ui-dialog.media-library-widget-modal .form-type-managed-file .description {
  display: inline-block;
  margin-left: 2rem;
}

.ui-front.ui-dialog.media-library-widget-modal .form-type-managed-file > div {
  display: inline-block;
}

.ui-front.ui-dialog.media-library-widget-modal .view-header a {
  border-color: transparent;
  padding: 1rem 2rem;
  font-size: .875rem;
  border-radius: 0;
  color: white;
  background-color: #1FB8AE;
  border-color: #1FB8AE;
  display: inline-block;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
  vertical-align: middle;
}

.ui-front.ui-dialog .media-library-item {
  min-width: 175px;
  max-width: 175px;
}

.ui-front.ui-dialog .media-library-item .custom-checkbox {
  margin-bottom: -34px;
  margin-left: 16px;
  z-index: 1;
  position: relative;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * MODAL CONTENT */
#layout-builder-modal {
  padding-bottom: 2rem;
}

#layout-builder-modal .filter-guidelines-item {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

#layout-builder-modal a.tabledrag-handle .handle {
  width: 23px;
  height: 23px;
}

#layout-builder-modal .btn {
  padding: 1rem 2rem !important;
}

#layout-builder-modal .paragraph-type-title {
  font-size: 1.5rem;
  font-weight: 700;
}

#layout-builder-modal .tabledrag-toggle-weight {
  color: #adb5bd;
  font-size: .85rem;
}

#layout-builder-modal .field--type-image {
  margin-top: 1rem;
}

#layout-builder-modal input,
#layout-builder-modal select {
  max-width: 40rem;
}

#layout-builder-modal .field-add-more-submit {
  max-width: 15rem;
  margin-left: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
}

#layout-builder-modal [class*="settings-label-display"] {
  border-bottom: 2px solid #0F2D5E;
  padding-bottom: 3rem;
  margin-bottom: 6rem;
}

#layout-builder-modal table thead {
  background-color: transparent;
  font-size: 1.25rem;
  font-weight: 700;
}

#layout-builder-modal table thead h4, #layout-builder-modal table thead .h4 {
  color: #0F2D5E;
  border-bottom: 2px solid #0F2D5E;
  display: block;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

#layout-builder-modal .description {
  color: #6c757d;
  font-size: .75rem;
}

#layout-builder-modal .form-search {
  max-width: 350px;
}

#layout-builder-modal .cke_contents {
  min-height: 750px !important;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/_page-news-events.scss                                 */
/* ---------------------------------------------------------------------------*/
.page-node-type-news-events #page-content #block-hermitage-content,
.page-node-type-news-events #page-content #block-hermitage-page-title {
  padding: 0;
}

.page-node-type-news-events #page-content #block-hermitage-page-title {
  margin-bottom: 1.875em;
}

.page-node-type-news-events #page-content .field--name-field-media {
  margin-bottom: 2.8rem;
}

.page-node-type-news-events #page-content .summary {
  font-weight: 500;
  color: #383838;
  margin-bottom: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
}

.page-node-type-news-events #page-content .teaser-image {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .page-node-type-news-events #page-content #block-hermitage-content,
  .page-node-type-news-events #page-content #block-hermitage-page-title {
    padding: 0 4rem;
  }
}

@media (min-width: 1200px) {
  .page-node-type-news-events #page-content #block-hermitage-content,
  .page-node-type-news-events #page-content #block-hermitage-page-title {
    padding: 0 8rem;
  }
}

@media (min-width: 1400px) {
  .page-node-type-news-events #page-content #block-hermitage-content,
  .page-node-type-news-events #page-content #block-hermitage-page-title {
    padding: 0 12rem;
    margin-bottom: 3.75rem;
  }
  .page-node-type-news-events #page-content .teaser-image {
    margin-bottom: 3.75rem;
  }
  .page-node-type-news-events #page-content .summary {
    margin-bottom: 60px;
    margin-bottom: 60px;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/_page-activity.scss                                    */
/* ---------------------------------------------------------------------------*/
.path-activity .marker {
  color: #fff;
  margin-left: .5rem;
  background-color: #e4606d;
  padding: .1rem .4rem;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/_page-contact.scss                                     */
/* ---------------------------------------------------------------------------*/
.general-enquiry-form label {
  color: #383838;
  font-weight: 500;
  font-size: .875rem;
}

.general-enquiry-form input,
.general-enquiry-form textarea {
  margin-top: 0;
}

.general-enquiry-form .button {
  width: 100%;
  margin-top: 2.5rem;
}

@media (min-width: 576px) {
  .general-enquiry-form .button {
    width: inherit;
  }
  .general-enquiry-form .form-actions {
    text-align: center;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/_page-frontpage.scss                                   */
/* ---------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/_page-login.scss                                       */
/* ---------------------------------------------------------------------------*/
.form-login #block-hermitage-page-title {
  text-align: center;
}

.form-login #block-hermitage-page-title h1, .form-login #block-hermitage-page-title .h1 {
  padding-left: 0;
  margin-left: -2rem;
  font-size: 36px;
}

.form-login .block-local-tasks-block .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-login .page-title {
  font-size: 1.75rem;
}

.form-login .page-title:before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #0F2D5E;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: .75rem;
  -webkit-mask: url("../icon/key.svg");
  mask: url("../icon/key.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/page-maintenance.scss                                  */
/* ---------------------------------------------------------------------------*/
.maintenance-page #page-maintenance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.maintenance-page #page-maintenance .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.maintenance-page #header-maintenance {
  width: 100%;
  display: block;
}

.maintenance-page .wrapper-logo {
  width: 100%;
  text-align: center;
  display: block;
}

.maintenance-page .wrapper-logo a {
  display: inline-block;
}

.maintenance-page .site-logo {
  width: 250px;
  margin-right: 0;
  float: left;
  margin-bottom: 1rem;
}

.maintenance-page .site-message {
  margin-top: 2rem;
  background-color: #f8f9fa;
  font-weight: 400;
  border-radius: 0.2rem;
}

@media (min-width: 576px) {
  .maintenance-page .site-message {
    text-align: justify;
  }
  .maintenance-page .wrapper-logo {
    width: auto;
  }
  .maintenance-page .wrapper-logo a {
    display: block;
  }
  .maintenance-page .site-logo {
    margin-right: 1.5rem;
    margin-bottom: 0;
    width: 350px;
  }
}

@media (min-width: 768px) {
  .maintenance-page .site-message {
    min-width: 600px;
    max-width: 600px;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/_page-password.scss                                    */
/* ---------------------------------------------------------------------------*/
.form-password .block-local-tasks-block .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-password #block-hermitage-page-title {
  text-align: center;
}

.form-password #block-hermitage-page-title h1, .form-password #block-hermitage-page-title .h1 {
  padding-left: 0;
  margin-left: -2rem;
  font-size: 36px;
}

.form-password .page-title {
  font-size: 1.75rem;
}

.form-password .page-title:before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #0F2D5E;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: .75rem;
  -webkit-mask: url("../icon/unlock.svg");
  mask: url("../icon/unlock.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.form-password .form-password .js-form-item {
  margin-bottom: 0;
}

.form-password .form-password .js-form-item + p,
.form-password input + .description {
  color: #6c757d;
  font-size: 80% !important;
  padding: .5rem;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/_page-register.scss                                    */
/* ---------------------------------------------------------------------------*/
.form-register #block-hermitage-page-title {
  text-align: center;
}

.form-register #block-hermitage-page-title h1, .form-register #block-hermitage-page-title .h1 {
  padding-left: 0;
  margin-left: -2rem;
  font-size: 36px;
}

.form-register .block-local-tasks-block .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-register .page-title {
  font-size: 1.75rem;
}

.form-register .page-title:before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #0F2D5E;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: .75rem;
  -webkit-mask: url("../icon/user.svg");
  mask: url("../icon/user.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.form-register .wrapper-input-file {
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.form-register .wrapper-input-file input {
  cursor: inherit;
  display: block;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

.form-register .wrapper-input-file input + label {
  background-color: #0F2D5E;
  border-radius: 0.2rem;
  color: #fff;
  display: inline-block;
  padding: .5rem 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form-register .wrapper-input-file input + label:hover,
.form-register .wrapper-input-file input:focus + label {
  background-color: #081832;
}

.form-register #edit-user-picture-0--label {
  margin-bottom: 1rem;
}

.form-register #edit-user-picture-0--description {
  margin-top: .75rem;
}

.form-register .details-wrapper {
  padding: 0;
}

.form-register .description {
  margin-left: 0;
}

.form-register .option,
.form-register label[id*="edit-user-picture"] {
  font-weight: bold;
}

.form-register .form-checkbox,
.form-register .js-form-file {
  height: auto;
  background-color: transparent;
  border: none;
}

.form-register .form-type-checkbox {
  margin-top: 0;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/_page-search.scss                                      */
/* ---------------------------------------------------------------------------*/
.path-search #page-content #block-hermitage-content > h2, .path-search #page-content #block-hermitage-content > .h2 {
  display: none;
}

.path-search #page-content .search-results {
  list-style: none;
  padding-left: 0;
}

.path-search #page-content #search-form {
  display: none;
}

.path-search #page-content h1, .path-search #page-content .h1 {
  margin-bottom: 1.5rem;
}

.path-search #page-content label[for*="edit-keys"] {
  display: none;
}

.path-search #page-content #edit-basic {
  display: inline-block;
}

.path-search #page-content .search-help-link {
  display: inline-block;
  margin: 1rem 0;
}

.path-search #page-content #edit-submit {
  margin-left: .5rem;
  margin-top: -4px;
}

.path-search #page-content .form-search {
  max-width: 9rem;
  display: inline-block;
}

.path-search #page-content details {
  margin-bottom: 3rem;
}

.path-search #page-content .text-excerpt a {
  color: #646464;
}

.path-search #page-content .text-excerpt a:hover {
  text-decoration: none;
}

.item-list > h3, .item-list > .h3 {
  margin-top: 3rem;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/_page-user.scss                                        */
/* ---------------------------------------------------------------------------*/
.path-user .field--name-user-picture img {
  border-radius: 50%;
}

.path-user #block-bootstrap-for-drupal-page-title,
.path-user .profile {
  text-align: center;
}

.path-user .profile h4, .path-user .profile .h4 {
  display: block;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/consultant/_page-consultant-details.scss               */
/* ---------------------------------------------------------------------------*/
.consultant-page {
  /* CONSULTANT name */
  /* CONSULTANT IMAGE */
  /* CONSULTANT PROFESSION */
  /* CONSULTANT AGE RANGE TREATMENT */
}

.consultant-page .consultant-name {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #383838;
}

.consultant-page .icon:before {
  content: '';
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #383838;
  margin-right: .5rem;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.consultant-page .consultant-img:before {
  content: '';
  display: inline-block;
  width: 95px;
  height: 95px;
  background-color: #adb5bd;
  -webkit-transform: translate(-8px, -8px);
          transform: translate(-8px, -8px);
  position: absolute;
  z-index: -1;
}

.consultant-page .profession {
  font-size: 1.114rem;
  line-height: 1.565rem;
  color: #adb5bd;
  margin-top: 0 !important;
}

.consultant-page .age-range-treatment div {
  display: inline-block;
}

.consultant-page .age-range-treatment input {
  display: none;
}

.consultant-page .age-range-treatment label {
  display: inline-block;
  font-size: .729rem;
  line-height: 1.083rem;
  margin-right: 1rem;
  font-weight: 500;
}

.consultant-page .age-range-treatment label:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  content: '';
  background-color: #383838;
  margin-right: .25rem;
}

.consultant-page .age-range-treatment input[checked="checked"] + label:before {
  -webkit-mask: url("../icon/true-circle.svg");
  mask: url("../icon/true-circle.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.consultant-page .age-range-treatment input:not([checked]) + label:before {
  -webkit-mask: url("../icon/false-circle.svg");
  mask: url("../icon/false-circle.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.consultant-page .field--name-field-address,
.consultant-page .field--name-field-time,
.consultant-page .field--name-field-week-days,
.consultant-page .field--type-email a,
.consultant-page .field--type-telephone a {
  font-size: .972rem;
  line-height: 1.361rem;
  font-weight: 500;
  margin-bottom: .8rem;
}

.consultant-page .field--name-field-address:not(.field--name-field-week-days):before,
.consultant-page .field--name-field-time:not(.field--name-field-week-days):before,
.consultant-page .field--name-field-week-days:not(.field--name-field-week-days):before,
.consultant-page .field--type-email a:not(.field--name-field-week-days):before,
.consultant-page .field--type-telephone a:not(.field--name-field-week-days):before {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  content: '';
  background-color: #383838;
  margin-right: .75rem;
}

.consultant-page .field--type-telephone a:before {
  -webkit-mask: url("../icon/phone.svg");
  mask: url("../icon/phone.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 13px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.consultant-page .field--type-email a:before {
  -webkit-mask: url("../icon/email.svg");
  mask: url("../icon/email.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 15px;
  height: 13px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.consultant-page .address {
  display: inline;
}

.consultant-page .field--name-field-address:before {
  -webkit-mask: url("../icon/pin.svg");
  mask: url("../icon/pin.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 17px;
  height: 17px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.consultant-page .field--name-field-time:before {
  -webkit-mask: url("../icon/clock.svg");
  mask: url("../icon/clock.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.consultant-page:hover:before {
  background-color: #6b6b6b;
}

@media (min-width: 576px) {
  /* CONSULTANT PERSONNAL INFORMATION */
  .field--name-field-week-days .field__item:before {
    content: ', ';
    margin-left: -.25rem;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/consultant/_page-consultant-search.scss                */
/* ---------------------------------------------------------------------------*/
.box-search {
  min-height: 40rem;
  /* Search form */
  /* Featured services */
  /* Select speciality */
}

.box-search .search-consultant .title {
  font-size: 1.5rem;
  line-height: 2.1rem;
}

.box-search .search-consultant .btn {
  font-size: .875rem;
}

.box-search .featured-services .btn {
  margin: .5rem .5rem .5rem 0;
  font-size: .875rem;
  color: #6c757d;
  font-weight: 500;
  background-color: #fff;
}

.box-search .featured-services .btn:hover {
  background-color: #f2f2f2;
}

.box-search .featured-services .title {
  font-size: 1.125rem;
  Line-height: 1.6rem;
}

.box-search .select-speciality .accordion-button::after {
  width: .65rem;
  height: .65rem;
  background-size: .65rem;
  margin-top: 5px;
}

.box-search .select-speciality .title {
  font-size: 1rem;
  Line-height: 1.2rem;
  font-weight: 600;
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/services-specialities/_page-services-specialities-search.scss */
/* ---------------------------------------------------------------------------*/
.services-search {
  /* ! ! ! Alphabet filter ! ! ! */
}

.services-search .box-brand {
  background-size: 60%;
  background-position: right;
}

.services-search .search-box .title {
  font-size: 1.125rem;
  line-height: 1.609rem;
}

.services-search .services-filter .views-summary {
  width: auto;
  display: inline-block;
  color: #0F2D5E;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
}

.services-search .services-filter .views-summary span {
  margin-right: 1rem;
}

.services-search .services-filter > div {
  display: inline-block;
}

.no-results:before {
  content: '';
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #dc3545;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: .5rem;
  -webkit-mask: url("../icon/x-circle-fill.svg");
  mask: url("../icon/x-circle-fill.svg");
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  mask-size: auto;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

@media (min-width: 992px) {
  .services-search .box-brand {
    background-size: 40%;
  }
  .services-search .search-box.title {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/services-specialities/_page-services-specialities-details.scss */
/* ---------------------------------------------------------------------------*/
.services-search {
  /* ! ! ! Alphabet filter ! ! ! */
}

.services-search .box-brand {
  background-size: 60%;
  background-position: right;
}

.services-search .search-box .title {
  font-size: 1.125rem;
  line-height: 1.609rem;
}

.services-search .services-filter .views-summary {
  width: auto;
  display: inline-block;
  color: #0F2D5E;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
}

.services-search .services-filter .views-summary span {
  margin-right: 1rem;
}

.services-search .services-filter > div {
  display: inline-block;
}

.images-list img {
  border-radius: 10px;
  margin-bottom: 2rem;
}

.no-results:before {
  content: '';
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #dc3545;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: .5rem;
  -webkit-mask: url("../icon/x-circle-fill.svg");
  mask: url("../icon/x-circle-fill.svg");
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  mask-size: auto;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

/* Date time*/
.services-days,
.services-schedule {
  font-size: .972rem;
  line-height: 1.361rem;
  font-weight: 500;
  margin-bottom: .8rem;
  word-wrap: anywhere;
}

.services-schedule:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  content: '';
  background-color: #383838;
  margin-right: .25rem;
  -webkit-mask: url("../icon/clock.svg");
  mask: url("../icon/clock.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 13px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

/* service title */
.services-phone {
  font-size: .972rem;
  line-height: 1.361rem;
  font-weight: 500;
  margin-bottom: .8rem;
}

.services-phone:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  content: '';
  background-color: #383838;
  margin-right: .25rem;
  -webkit-mask: url("../icon/phone.svg");
  mask: url("../icon/phone.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 13px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

/* service mail */
.services-mail {
  font-size: .972rem;
  line-height: 1.361rem;
  font-weight: 500;
  margin-bottom: .8rem;
}

.services-mail:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  content: '';
  background-color: #383838;
  margin-right: .25rem;
  -webkit-mask: url("../icon/email.svg");
  mask: url("../icon/email.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 13px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/* service days */
.services-days .field__item:before {
  content: none;
}

/* service image */
.departement-image img {
  border-radius: 0.2rem;
}

@media (min-width: 992px) {
  .services-search .box-brand {
    background-size: 40%;
  }
  .services-search .search-box.title {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/services-specialities/_category-list.scss              */
/* ---------------------------------------------------------------------------*/
.category-list a {
  display: inline-block;
}

.category-list a:hover {
  text-decoration: none !important;
}

.category-list .category-title {
  text-shadow: 1px 1px #383838;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 1.25rem;
  font-size: .688rem;
  line-height: .825rem;
  margin: 0;
}

.category-list .category-img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.category-list .category-title:hover + a,
.category-list a:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
}

@media (min-width: 1200px) {
  .category-list .category-title {
    bottom: 2rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - page/services-specialities/_hero-banner-services-specialities.scss */
/* ---------------------------------------------------------------------------*/
.hero-header-services {
  min-height: 400px;
  background-image: url("../image/bg-header-hero-serv-spec-xs.png");
  background-color: #EBEEF9;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 25%;
}

.hero-header-services .icon {
  height: 121px;
}

.hero-header-services .icon:before {
  content: '';
  width: 127px;
  height: 121px;
  display: inline-block;
  -webkit-mask: url("../icon/phone-service-big-purple.svg");
  mask: url("../icon/phone-service-big-purple.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #0F2D5E;
}

@media (min-width: 768px) {
  .hero-header-services {
    background-image: url("../image/bg-header-hero-serv-spec-sm.png");
    background-size: cover;
    background-position: 0 25%;
  }
}

@media (min-width: 992px) {
  .hero-header-services {
    background-position: inherit;
  }
}

/* ---------------------------------------------------------------------------*/
/* MOBILE FIRST - vendor/_survey-monkey.scss                                  */
/* ---------------------------------------------------------------------------*/
.smcx-iframe-container,
.smcx-widget {
  min-height: 1250px;
  z-index: 1 !important;
}

.smcx-embed {
  border: 1px solid #fff !important;
}
